@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
body{
	background:rgba(30, 30, 30, 1);
	color: #fff;
 }
 html, body {	
	margin: 0; 
	padding:0;   
}
.auth-full-page-content {
	/*height: calc(100vh - 50px);  
	overflow: hidden;
	min-height: 100vh;*/
}/* 
.auth-page,
.auth-bg,
.auth-full-page-content {
    height: auto !important;
    min-height: auto !important;
}
*/
.auth-page {
    max-width: 100% !important;
    overflow-x: hidden !important;	
}
.auth-full-page-content{
    max-width: 100% !important;    
}
.d-logo{
	padding-left: 5%;
	padding-top: 3%;
} 
.bs-example-modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block
}   
/******************************* login and register ***********************************/
.auth-bg {
	background-image: url(../images/auth-bg.png);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height:100%;
	height: 100vh;
    width: 100% !important;
    max-width: 100% !important;
}  
  
.auth-pass-inputgroup input[type=input]+.btn .mdi-eye-outline:before {
	content: "\f06d1"
}
.auth-content .textfield-outlined label {
    position: absolute;
    left:22px;
    top:10px;
    color: rgba(156, 163, 175, 1);
    pointer-events: none;
    transition: 0.25s;
}
/* Input base */
.auth-content .textfield-outlined select,
.auth-content .textfield-outlined input { 
    border: 1px solid rgba(18, 18, 18, 1);    
	background:#121212;	
    padding: 8px 8px;
    font-size: .875rem;
	color:#adb5bd;
	border-radius: 8px;
}
.auth-content .textfield-outlined input.otp { 
	border: 1px solid rgb(107 112 122);
}
/* Focus or active */
.auth-content .textfield-outlined input:focus,
.auth-content .textfield-outlined input.filled {
    border: 1px solid rgba(59, 130, 246, 1);
	background:transparent;
}
.auth-content .textfield-outlined input:focus + label,
.auth-content .textfield-outlined input.filled + label,
.needs-validation .textfield-outlined input[readonly] + label {
    top: -8px;
    left:20px;
    font-size: 11px;
    background: #1e1e1e;
    padding: 0 4px;
    color: rgba(59, 130, 246, 1);
}
 
.form-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(55, 65, 81, 1);
    background: rgba(18, 18, 18, 1);
    border-radius: 4px !important;
    cursor: pointer;
    position: relative;
	margin-right: 8px;
}
.form-group input[type="checkbox"]:checked{
   background: #4d8fff;
   border-color: #4d8fff;
}
.form-group input[type="checkbox"]:checked::after {
    content: " "; 
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.auth-content a{
	color:rgba(59, 130, 246, 1);	
}
.text-color{
	color:rgba(107, 114, 128, 1);
}
.text-colorp{
	color:rgba(156, 163, 175, 1)
}
.btn-primary{
	background:rgba(59, 130, 246, 1);
	border-radius: 8px;
	padding:12px 16px;
}
.textfield-outlined select {
    -webkit-appearance: none;   
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;      
}
.textfield-outlined{
	position: relative;
}
.design-arrow{
	position:absolute; 
	right:3%; 
	top:50%; 
	transform:translateY(-50%); 
	pointer-events:none;
	color:#adb5bd;
	font-size: 20px;
}
.eyebtn{position:absolute; right:10px; top:12px; cursor:pointer;color:rgba(107, 114, 128, 1)}

.auth-content .textfield-outlined input:-webkit-autofill,
.auth-content .textfield-outlined input:-webkit-autofill:hover,
.auth-content .textfield-outlined input:-webkit-autofill:focus,
.auth-content .textfield-outlined input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px #121212 inset !important;
  box-shadow: 0 0 0 1000px #121212 inset !important;
  -webkit-text-fill-color: #fff !important; /* text color */
  caret-color: #fff;
}
/****************** select design ************************************/

.auth-content .select2-container--bootstrap4 .select2-selection{ 
	border: 1px solid rgba(18, 18, 18, 1);
	background: #121212;
	padding:8px 8px 8px 22px;
	font-size: .875rem;
	color: #adb5bd;
	border-radius: 8px;
	box-shadow: none;
	height: 43px !important;
	box-shadow: none !important;
}
.auth-content .phone-code .select2-container--bootstrap4 .select2-selection{
	padding:8px 8px 8px 12px;	
	height: 37px !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow{
	display: none !important;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
    line-height: 22px !important;
    color: #adb5bd !important;
}
.select2-container--bootstrap4 .select2-dropdown {     
    border-color: rgba(55, 65, 81, 1) !important;
    background: rgba(18, 18, 18, 1) !important;
}
.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
    color: #adb5bd !important;
    background: rgba(30, 30, 30, 1) !important;
}
.select2-search--dropdown .select2-search__field {  
    border: 1px solid #383d3b !important;
    background: #121212 !important;
    padding: 4px 10px 4px 10px !important;
    font-size: 14px !important;
    border-radius: 4px !important;
	color: #adb5bd !important;
}
.select2-container .select2-results .select2-results__option {
    font-size: 13px !important;
    background: rgba(30, 30, 30, 1) !important;
	color: #adb5bd !important;
    padding: 4px 12px !important; 
    margin-bottom: 5px !important;
}
.select2-container .select2-results .select2-results__option:hover {	
	/*color: #ffffff !important;
    background: rgb(59 130 246) !important;*/
	background: rgb(50 50 50) !important;
	color: #adb5bd !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection{
	box-shadow: none !important;
	border: none !important;
}
/**********************************************************************/
/* Combined Phone Field Box */
.phone-group {
	display: flex;
	align-items: center;
	border: 1px solid rgba(18, 18, 18, 1);
	background: #121212; 
	height: 43px; 
	position: relative;	
	padding: 8px 8px;
    font-size: .875rem;
    color: #adb5bd;
    border-radius: 8px;
	
}
/* Country Code Dropdown */
.phone-code {
    width:80px;
    position: relative;
}
.phone-code select {
    background:transparent;
    border: none;
    color: #adb5bd;
    padding-right:10px;
    cursor: pointer;
}
.phone-code select:focus {
    outline: none !important;
    box-shadow: none !important;
	background: #121212;	
	color: #adb5bd;
}

/* Dropdown Icon 
.design-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 18px;
    pointer-events: none;
    transform: translateY(-50%);
    color: #888;
}*/

.divider {
    width: 1px;
    height:100%;
    background: rgba(55, 65, 81, 1);
    margin: 0 10px;
}
/* Phone Number Input */
.phone-number {
    flex: 1;
    position: relative;
}
.phone-number .form-control {
    background: transparent;
    border: none;
	color: #adb5bd;
}
.phone-number .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
.phone-number label {
    position: absolute;
    top: 50%;
    left: 0;   
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.2s ease;
}

.phone-number .form-control:focus + .form-label,
.phone-number .form-control.filled + .form-label {
    top:-2px;
    left:10px;
    font-size: 11px;
    background: #1e1e1e;
    padding: 0 4px;
    color: rgba(59, 130, 246, 1);
}
.phone-number .form-control select,
.phone-number .form-control input { 
    border: 1px solid rgba(18, 18, 18, 1);    
	background:#121212;	
    padding: 8px 8px;
    font-size: .875rem;
	color:#adb5bd;
	border-radius: 8px;
} 
.phone-number input:focus{
    border: 1px solid rgba(59, 130, 246, 1);
	/*background:transparent;*/
} 
.phone-number .form-control.filled + .form-label,
.needs-validation .textfield-outlined textarea.filled + label,  
.needs-validation .textfield-outlined input.filled + label,
.needs-validation .textfield-outlined input[readonly] + label{ 
    color: #9CA3AF; 
}
.phone-number input.filled,
.auth-content .textfield-outlined input.filled,
.auth-content .textfield-outlined input[readonly]{
	border: 1px solid #6B7280;
} 
/**************************************************************/
    
/* PROMO BOX */
.promo-box { 
	background: linear-gradient(to bottom, #121212 0%, #121212 40%, #3B82F6 100%);
    width: 100%;
    border-image: linear-gradient(to bottom, #173464 0%, #25467c 40%, #1b52ab 100%);
    border-image-slice: 1;	
    border: 0px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    margin:30px auto 0; 
    padding:15px; 
	max-width:500px;
} 
.promo-content {
    display: flex;
    gap: 14px;
    margin-bottom:2px;
}
.avatar {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    object-fit: cover;
}
.promo-title {
    font-size: 15px;
	margin-bottom:0;
}
.promo-sub {
    font-size: 12px;
    margin-top: 2px;
    color: #aaaaaa;
}
.promo-btn {
	width: 100%;
	padding: 12px;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	cursor: pointer;
	font-weight: normal;	
	background: #1E1E1E99;
	color: #FACC15;  
}
.promo-btn:hover {
    background: #272727;
    transition: 0.2s ease;
}
#otpmodal .modal-header {
    margin: 0;
    padding: 0;
    border: 0;
}
#otpmodal .modal-header span {
    line-height: 18px;
    font-size: 34px;
}
#otpmodal .close {
    opacity: 1;
    background: #eee;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border: 0;
    padding: 8px !important;
    right: -25px;
    top: -9px;
    position: absolute;
}
#otpmodal .modal-dialog {
    width: 400px;
    top: 16%
}
.otpimgbox {
    margin-right: 20px;
    float: left;
    height: 92px;
    width: 80px;
}

.motext {
    background: #e4f1ff;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.motext p {
    font-size: 15px;
    color: #3B82F6;
    line-height: 25px;
    word-wrap: break-word;
}

.otptxt {
    background: #F0F0F0;
    padding: 6px 15px;
    border-radius: 16px;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 18px;
    color: #242424;
    font-weight: 600;
    text-align: center;
}
form .otp {
    display: inline-block;
    width: 47px;
    height: 47px;
    text-align: center;
    border-radius: 8px;
    color: #000;
    border: 1px solid #B6B6B6;
    margin: 0 5px;
}
.optform {
    margin: 0 auto;
}
.customBtn {
    border-radius: 8px;
    padding: 10px ;
    background: #3B82F6;
    border: 1px solid #3B82F6;
    color: #fff;
    width: 100%;
    margin: 15px 0;
}

.customBtn:hover {
    background: #337cf3 !important;
    border: 1px solid #337cf3 !important;
    color: #fff;
    padding: 10px;
}

.customBtn:focus {
    box-shadow: none;
}

.verifyotp2 {
    border-radius: 8px;
    padding: 10px;
    background: #079d4b;
    border: 1px solid #079d4b;
    color: #fff;
    width: 100%;
    margin: 15px 0;
}
#otpmodal .modal-footer {
    border: 0;
    padding: 0;
}

#resendotp {
    font-size: 14px;
    color: #3B82F6;
    font-weight: 700;
    border: 0;
    background: #fff;
}
.sumtext{
    border-left: 2px solid rgba(55, 65, 81, 1);
    background: rgba(18, 18, 18, 1);
    border-radius: 4px;
    padding: 8px 12px 8px 12px;
    margin: 10px 0 0;
} 
.sumtext p{
    color: rgba(107, 114, 128, 1);
    font-size:10px ;
    margin-bottom: 10px;
} 
.sumtext p:last-child{    
    margin-bottom:0px;
} 
.loading-spinner {
    width: 20px;    
    height: 20px;
    animation: spin 1.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width: 576px) {
	.optform .col-2 {padding: 0 5px;}
	form .otp{width:40px;height:40px;}
	/*.auth-full-page-content{height: 100% !important;}*/
}