.headerbg .logo {
	max-width: 7rem;
	-o-object-fit: contain;
	object-fit: contain
}
.headerbg a {
	color: #221f20 !important;
	font-weight: 700;
	cursor: pointer
}

.headerbg a i {
	font-size: 1.6rem;
	line-height: 1.8rem
}

.headerbg .call-support {
	border-radius: 100%;
	width: 2.5rem;
	text-align: center
}
.bg-green {
    color: green;
}

body {background-color: black;}
#loader {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	z-index: +3000 !important;
	width: 50%;
	height:60%;
  }

  /* #otp_error{
	color: red;
  } */

  .loader {
	border: 20px solid rgb(211, 211, 211);
	position: absolute;
	left: 44%;
	margin: auto;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 125px;
	height: 125px;
	-webkit-animation: spin 1s linear infinite; /* Safari */
	animation: spin 1s linear infinite;
	}


	.tabs input[type=checkbox]:checked+.tab-label{
		background:#28282B;
	}

	.blue_loader {
		font-size: 10px;position: fixed;border-top: 1.1em solid #fff; border-right: 1.1em solid #fff; border-bottom: 1.1em solid #fff; border-left: 1.1em solid #1daaf1;transform: translateZ(0);
		-webkit-animation: .8s linear infinite load8 !important; animation: .8s linear infinite;display: flex;
		z-index: 99999;top:40%;left: 0;right: 0;bottom: 0
	}

