@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");

/* devanagari */
@font-face {
	font-family: 'Rajdhani';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/Rajdhani.woff2) format('woff2');
}

/* latin-ext */
@font-face {
	font-family: 'Rajdhani';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/RajdhaniSemibold.woff2) format('woff2');
}

/* latin */
@font-face {
	font-family: 'Rajdhani';
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/RajdhaniSemiboldLatin.woff2) format('woff2');
}

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Droid Sans'), local('DroidSans'), url(fonts/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin */

@font-face {
	font-family: 'Droid Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(fonts/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body {
	background-color: #000;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	color: #d2d5d5;
	padding-top: 50px;
}

#topup {
	color: #adafae;
}

#topup .h2, #topup h2 {
	font-size: 3rem;
}

#topup .h4, #topup h4 {
	font-size: 2rem;
}

.top__cap, #top__alert {
	margin-top: 30px;
}

#reg > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

a {
	color: #a9deff;
	font-size: 16px;
}

a:hover {
	color: #ccffd7;
	font-size: 16px;
}

.mb-0 {
	margin-bottom: 0;
}

.myblock {
	display: block;
}

.padding-0 {
	padding: 0px !important;
}

.display_inline {
	display: inline;
}

.bold {
	font-weight: 900 !important;
}

.center {
	text-align: center;
}

.noty_width {
	width: 250px !important;
}


.ui-autocomplete {
	font-size: 12px !important;
	max-height: 250px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

/* IE 6 doesn't support max-height
  * we use height instead, but this forces the menu to always be this tall
  */
* html .ui-autocomplete {
	height: 250px;
}

.top {
	margin-bottom: 70px;
}

.bottom {
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 20px 0 15px 0;
	position: relative;
	bottom: 0;
	width: 100%;
}

a.logo {
	color: #fff;
	display: inline-block;
	width: 250px;
	height: 45px;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	padding: 0 10px;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
}

.text {
	line-height: 2;
}

.warning {
	color: #ff8800;
	font-weight: bold;
	margin-bottom: 40px;
}

.links,
.links a {
	font-size: 20px;
}

.form {
	margin-top: 30px;
}

.control-group-inline .control-group {
	display: inline-block;
	vertical-align: top;
}

.control-group {
	margin-bottom: 18px;
}

.control-group label {
	display: none;
}

.control-group .help-block {
	display: none;
	color: red;
	font-size: 13px;
	padding-left: 13px;
	margin-bottom: 0;
	max-width: 215px;
}

.control-group.error .help-block {
	display: block;
}

.control-group input {
	border: 1px solid #aed1b2;
	background: none;
	border-radius: 5px;
	color: #c8d2bf;
	width: 217px;
	height: 40px;
	font-size: 16px;
	font-weight: bold
}

.control-group input:hover {
	border: 1px solid #b4d6b5;
}

.control-group input.half {
	width: 110px;
	display: inline-block;
}

.form-actions {
	height: 40px;
}

.form-actions button {
	border: 2px solid #00a3df;
	background: none;
	border-radius: 18px;
	color: #fff;
	font-size: 16px;
	min-width: 110px;
	padding: 6px 12px;
}

.form-actions button:hover {
	font-weight: bold;
	background: rgba(9, 134, 179, 0.8);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.form-actions .purple {
	border-color: #9933cc;
	background: rgba(153, 51, 204, 0.1);
}

.form-actions .purple:hover {
	background: rgba(153, 51, 204, 0.8);
}

.form-actions .yellow {
	border-color: #ff8800;
	background: rgba(255, 136, 0, 0.1);
}

.form-actions .yellow:hover {
	background: rgba(255, 136, 0, 0.8);
}

.form-actions .green {
	border-color: #7cfc00;
	background: rgba(124, 252, 0, 0.1);
}

.form-actions .green:hover {
	background: rgba(124, 252, 0, 0.8);
}



.captcha {
	display: inline-block;
}

.captcha img {
	min-width: 96px;
	height: 40px;
	margin: 0 0 0 5px;
	border: 0px;
	border-radius: 8px;
}

.fields .fields-half .control-group,
.fields .fields-half .form-actions {
	display: inline-block;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
	color: #c8d2bf !important;
}

.form-group input {
	border: 1px solid #aed1b2;
	background: none;
	border-radius: 5px;
	color: #c8d2bf;
	width: 214px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 10px;
}
.control-group input:focus, .form-group input:focus {
	background: transparent;
	color: white;
}
.control-group-inline .form-group {
	display: inline-block;
	vertical-align: top;
}
.form-group input.half {
	width: 105px;
	display: inline-block;
}
#reg .form-control {
	margin: 10px 5px 5px 5px;
}
#action__wrp {
	display: inline-block;
	margin-top: 10px;
	margin-left: 15px;
	width: 214px;
}
#form__reg .help-block {
	font-size: 13px;
	color: red;
	margin-left: 17px;
	display: none;
}

.checker-info {
	position: absolute;
	right: 5px;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #222;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 0.3rem;
	outline: 0;
}
.nav-tabs {
	border-bottom: 1px solid #282828;
}
.nav-pills .nav-link.active, .nav-tabs .nav-link.active {
	background-color: #2a9fd6;
	border-color: #282828;
	color: #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #282828;
	color: #fff;
}
.nav-link {
	color: #fff;
}

.btn-close:focus {
	box-shadow: none;
}
#modal__start .modal-header {
	border-bottom: 1px solid #282828;
}
#nav__top .nav-link {
	color: #adafae;
}
#nav__top .nav-link:hover {
	color: white;
}
.alert-danger {
	background-color: #c00;
	border: #c00;
	color: white;
}
.alert-success {
	background-color: #77b300;
	border-color: #77b300;
	color: white;
}
#yw2 td, #yw2 th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #282828;
	color: #adafae;
}
.navbar.bg-dark {
	background-color: #060606!important;
	border: 1px solid #282828;
}
#topup .card {
	background-color: #282828;
}
#Transactions tr, #Transactions th {
	border: 0;
	color: #adafae;
}
#Transactions td.empty {
	background-color: rgba(255,255,255,.05);
	border: 0;
	color: #adafae;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #fff;
	
}
