.footer-text-right {
    display:none;
}

.footer-con {
    display:none;
}
* {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}

body {
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:active {
	text-decoration: none;
	color: inherit;
}

ul {
	margin-bottom: 0;
}

th {
	white-space: nowrap;
}

td {
	white-space: nowrap;
	font-size: 18px;
}

label {
	font-weight: inherit;
}

.underlined-link {
	text-decoration: underline;
}

#table-container {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#fade-overlay {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container {
	display: table-cell;
	vertical-align: middle;
}

#errorbox {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
	max-width: 800px;
	background-color: white;
	z-index: 11;
	font-size: 20px;
}

#errorbox-top {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #292e35;
	border-radius: 10px 10px 0 0;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top > a {
	font-weight: 600;
}

#errorbox-bottom {
	padding: 20px 20px 20px 20px;
	background-color: #19191d;
	border-radius: 0 0 10px 10px;
	border: 1px solid #292e35;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#errorbox-content {
	text-align: center;
	color: red;
}

#errorbox-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#table-container-1 {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 13;
}

#fade-overlay-1 {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 12;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container-1 {
	display: table-cell;
	vertical-align: middle;
}

#errorbox-1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 600px;
	background-color: white;
	z-index: 14;
	font-size: 20px;
}

#errorbox-top-1 {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #292e35;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top-1 > a {
	font-weight: 600;
}

#errorbox-bottom-1 {
	padding: 20px 20px 20px 20px;
	background-color: #19191d;
	border: 1px #292e35 solid;
}

#errorbox-content-1 {
	color: red;
}

#errorbox-title-1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#table-container-2 {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 16;
}

#fade-overlay-2 {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container-2 {
	display: table-cell;
	vertical-align: middle;
}

#errorbox-2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 600px;
	background-color: white;
	z-index: 17;
	font-size: 20px;
}

#errorbox-top-2 {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #0BB5FF;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top-2 > a {
	font-weight: 600;
}

#errorbox-bottom-2 {
	padding: 20px 20px 20px 20px;
	background-color: white;
	border-bottom: 1px solid #0BB5FF;
	border-left: 1px solid #0BB5FF;
	border-right: 1px solid #0BB5FF;
}

#errorbox-content-2 {
	color: red;
}

#errorbox-title-2 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#top-navbar-container {
	position: relative;
	display: block;
	width: 100%;
}

#top-navbar-left {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

#top-navbar-left-img {
	float: left;
	position: relative;
	display: inline-block;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	font-size: 30px;
	color: #FFFFFF;
}

#top-navbar-left-list {
	display: inline-block;
	list-style-type: none;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 20px;
}

.top-navbar-left-button {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	color: #FFFFFF;
}

.top-navbar-left-button:hover {
	background-color: #0BB5FF;
}

.active {
	background-color: #0BB5FF;
}

#top-navbar-right {
	float: right;
	position: relative;
	display: inline-block;
	height: 40px;
}

.top-navbar-right-button {
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.top-navbar-right-button:hover {
	background-color: #0BB5FF;
}

#menu-button {
	position: relative;
	display: none;
	float: right;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	height: 50px;
	width: 50px;
	border-radius: 4px;
}

.top-navbar-dropdown {
	position:absolute;
	visibility:hidden;
	z-index: 1;
}

.top-navbar-dropdown > li {
	display:inline;
	float:none;
}

#hidden-list {
	position: relative;
	display: none;
	line-height: 50px;
	background-color: #242424;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 20px;
}

.hidden-list-button {
	padding-left: 20px;
}

#must-login {
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 30px;
	margin-top: 50px;
}

#content-container {
	position: relative;
	display: block;

}

#welcome-container {
	position: relative;
	display: block;
	margin: 0px 20px 0px 20px;
	text-align: center;
}

#welcome-header {
	position: relative;
	display: block;
	font-size: 35px;
	font-weight: 900;
	margin: 30px 0px 30px 0px;
}

#welcome-message {
	margin-bottom: 50px;
}

#game-container {
	position: relative;
	display: block;
	margin: auto;
}

.game {
	border: 1px solid #292e35;
	background: #23272A;
	position: relative;
	display: block;
	width: fit-content;
	margin: auto;
	padding: 20px 50px;
	border-radius: 10px;
	transition: .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.game:hover {
	background: #2d3235;
	transform: translateY(-10px);
}

.game-img {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
  	background-size: 200px 200px;
  	background-position: center;
}

.game-name {
	text-align: center;
	margin-top: 20px;
	font-size: 22px;
	line-height: 30px;
}

.package-price-info {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}

#server-container {
	position: relative;
	display: block;
	margin: 50px 0;
	text-align: center;
	font-size: 30px;
}

#account-container {
	position: relative;
	display: block;
	margin: 40px 20px 0px 20px;
}

#top-bar {
	height: 50px;
	max-width: 1200px;
	margin: auto;
}

#left-buttons {
	float: left;
}

#right-buttons {
	float: right;
}

#steam-avatar {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #0BB5FF;
}

#steam-username {
	position: relative;
	display: inline;
	font-size: 30px;
	line-height: 50px;
	vertical-align: middle;
}

#logout-button {
	position: relative;
	display: block;
	float: right;
	height: 50px;
	font-size: 25px;
	padding: 0px 20px 0px 20px;
	border: 0;
	color: #FFFFFF;
	background-color: #0BB5FF;
}

#account-info {
	position: relative;
	display: block;
	margin-top: 30px;
}

.statistics-box {
	position: relative;
	display: block;
	margin: auto;
	max-width: 1200px;
}

.statistics-title {
	background-color: #0BB5FF;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size: 25px;
	font-weight: 600;
}

.statistics-content {
	border: 1px solid #0BB5FF;
	padding: 0px 10px 0px 10px;
	font-size: 20px;
	line-height: 40px;
}

#purchase-statistics {
	margin-top: 30px;
}

#credit-statistics {
	margin-top: 30px;
}

#purchase-list {
	margin-top: 30px;
	margin-bottom: 30px;
}

#dashboard-container {
	display: block;
	position: relative;
	margin: 40px auto;
	width: 100%;
	max-width: 1400px;
}

#side-navbar-container {
	vertical-align: top;
	display: block;
	float: left;
	position: relative;
	width: 250px;
	background-color: #242424;
	border-top: 3px solid #0BB5FF;
	border-bottom: 3px solid #0BB5FF;
}

#side-navbar {
	list-style-type: none;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 20px;
}

.side-navbar-button {
	padding: 0px 10px 0px 10px;
	background-color: #242424;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.side-navbar-button:hover {
	background-color: #0BB5FF;
}

#dashboard-content-container {
	position: relative;
	display: block;
	margin:0px 20px 0px 290px;
}

#dashboard-page-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
}

.dashboard-stat-small {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}

.dashboard-stat-large {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}

.tooltip-btn {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	margin-left: 10px;
	vertical-align: middle;
}

.tooltip {
	white-space: normal;
}

.settings-group {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.setting-title {
	font-size: 30px;
	clear: both;
}

.dashboard-radio-lbl {
	display: inline-block;
	font-size: 20px;
	margin: 0px 15px 20px 0px;
}

.settings-text-input {
	width: 100%;
	max-width: 800px;
	min-height: 35px;
	line-height: 35px;
	font-size: 20px;
	border: 1px solid #0BB5FF;
}

.submit-button {
	display: block;
	position: relative;
	background: linear-gradient(115deg, #3e86d4, #00c0d4);
	border-radius: 100px;
	border: none;
	padding: 10px 50px;
	font-weight: 400;
	font-size: 19px;
}

.submit-button:hover {
	background-color: #E6E6E6;
}

.small-button {
	display: inline-block;
	float: right;
	text-align: center;
	line-height: 20px;
	height: 37px;
	width: 35px;
	margin: 0;
	cursor: pointer;
}

.small-button-glyphicon {
	display: block;
	margin-left: -3px;
	margin-top: -2px;
}

.command {
	 display: block;
	 margin-bottom: 5px;
}

#home-page-text-input {
	resize: vertical;
}

#packagedescriptioninput {
	resize: vertical;
}

#dashboard-menu-dropdown {
	display: none;
	margin-left: 20px;
}

.dropdown {
	display: inline-block;
	font-size: 20px;
	border: 1px solid #0BB5FF;
	height: 40px;
}

#login-container {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 20px;
	max-width: 600px;
	border: 1px solid #0BB5FF;
}

.g-recaptcha {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

#steam-login-container {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

#steam-login-container-account {
	display: block;
	position: relative;
}

#graph-canvas {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
}

.graph-dropdown {
	margin: 10px;
}

#quill-wrapper {
	border: 1px #0BB5FF solid;
	border-radius: 3px;
}

#quill-toolbar {
	border-bottom: 1px #0BB5FF solid;
}

.user-choice-text {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

.choice-title {
	margin-bottom: 5px;
}

.package-price {
	font-size: 35px;
	margin-bottom: 30px;
	font-weight: 900;
	text-align: center;
}

.package-description {
	font-size: 25px;
	margin-bottom: 30px;
}

.buy-button {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#total-price {
	text-align: center;
	padding-top: 20px;
}

#paypal-checkout-button {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#confirmation-title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}

.confirmation-listing {
	font-size: 25px;
}

.dropdown-button {
	width: 50px;
	text-align: center;
}

.dropdownmenu {
	position: relative;
    display: inline-block;
	margin-right: -4px;
}

.dropdowncontent {
	display: none;
    position: absolute;
	z-index: 2000;
}

.dropdowncontent a {
	background-color: #242424;
    color: #FFFFFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
    text-decoration: none;
	text-align: center;
    display: block;
	z-index: 2000;
}

.dropdowncontent a:hover {
	background-color: #0BB5FF;
}

.show {
	display:block;
}


textarea {
	border: 1px solid #0BB5FF;
	resize: vertical;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-circle {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #0BB5FF;
    animation: spin 1s infinite linear;
}
#footer {
    padding: 40px 0;
    background: #202327;
    position: relative!important;
    width: 100%;
    margin-top: 30px;
}
.p-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-con {
    font-size: 16px;
}

.footer-lh {
    display: grid;
    grid-template-columns: auto auto;
    margin: 15px 0;
    grid-column-gap: 15px;
}

.footer-link {
    background: #00aade;
    padding: 10px 20px;
    display: block;
    color: #fff;
    border-radius: 100px;
    transition: .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    font-size: 14px;
}

.footer-link:hover {
    background: #009aca;
}
input {
    color: #505050;
    font-weight: 400;
}

select {
    color: #505050;
}
.store-main-logo {
    width: 250px;
}
#welcome-message {
    font-size: 19px;
    font-weight: 500;
}

.statistics-title {
    background: #23272A;
    padding: 10px;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
}

.statistics-content {
    border-left: 1px solid #292e35;
    border-bottom: 1px solid #292e35;
    background: linear-gradient(to right, #1c1f23, #202327) !important;
    border-radius: 0 0 15px 15px;
    border-right: 1px solid #292e35;
    border-top: 0;
}

.table>thead>tr>th {
    border-bottom: 2px solid #383f44;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 2px solid #383f44;
}
.donation-home-titl {
    margin-bottom: 55px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donation-home-titl i {
    font-size: 32px;
    margin-right: 15px;
}
#top-navbar-container {
    background-color: #202327;
    height: auto;
}

.nav-in {
    max-width: 1400px;
    width: 100%;
    padding: 25px 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#top-navbar-left {
    height: auto;
    display: flex;
    align-items: center;
    margin-right: auto;
}

#top-navbar-right {
    height: auto;
}

#top-navbar-left-img {
    height: auto;
    width: 100px;
}

.top-navbar-left-button:hover, .top-navbar-right-button:hover {
    background: none;
    color: #ffffff;
}

.top-navbar-left-button,.top-navbar-right-button {
    background: none;
    margin: 0 7px;
    font-size: 17px;
    color: #afafaf;
    transition: .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.top-navbar-left-button.active {
    color: #fff;
    font-weight: 600;
}
.package-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.game.trxn {
    padding-bottom: 70px;
    width: 100%;
    border: none;
}
.package-footer {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package-holderr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.trxn .package-price-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    background: #292e35;
    border-radius: 0 0 10px 10px;
}

