/*--Main CSS--*/
body {
	background-color: #090D17;
}
input::placeholder{
    color: rgba(255,255,255,0.5) !important;
    color: #fff;
}
.login-wrapper {
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-wrapper .card {
	background: #0E131E;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.2);
	box-shadow: 0 2px 16px rgba(0,0,0,0.2);
	width: 420px;
	padding: 32px 24px;
}
.login-wrapper .card.reg-card {
	width: 560px;
}
.login-wrapper .card button{
	background: linear-gradient(to right, #3366E5, #1548C7);
}
.text-right {
    text-align: right;
}
.brand-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
.forgot-link,
.back-link {
	color: #b3b3b3;
	text-decoration: none;
}
.hide-blk {
	display: none;
}
.hide-other {
	display: none;
}
.hide-others {
	display: none !important;
}
.footer {
	width: 100%;
	text-align: center;
	color: #b3b3b3;
}
.modal-content {
	background: #23252b;
}
.modal-header {
	border: 0;
}
.modal-title {
	color: #b3b3b3;
}
span.refcode {
	font-size: 20px;
	font-weight: bold;
	background: #0d6efd;
	padding: 2px 5px;
	line-height: 1em;
	border-radius: 4px;
}
.main-wrapper {
	min-height: 90vh;
	padding: 1% 0;
}
.main-wrapper h3 {
	color: #fff;
	margin: 0 0 20px;
}
.main-wrapper .nav-tabs {
	border: 0;
	display: flex;
	gap: 8px;
	margin: 0;
}
.main-wrapper .nav-tabs li.nav-item  {
  flex: 1 1 0;
  text-align: center;
}
.main-wrapper .nav-tabs li.nav-item .nav-link {
  width: 100%;
  display: block;
}
.main-wrapper .nav-tabs li.nav-item button {
	text-align: center;
	width: 100%;
	border-radius: 4px;
	color: #fff;
	background: linear-gradient(to right, rgba(51, 102, 229, 0.4), rgba(21, 72, 199, 0.4));
	opacity: 0.7;
}
.main-wrapper .nav-tabs li.nav-item button.active {
	background: linear-gradient(to right, #3366E5, #1548C7);
	opacity: 1;
	color: #fff;
	border-color: transparent;
}
.main-wrapper .nav-tabs li.nav-item button:hover {
	background: linear-gradient(to right, #3366E5, #1548C7);
	opacity: 1;
	color: #fff;
	border-color: transparent;
}
.main-wrapper .tab-content {
	width: 100%;
	margin: 0 auto;
	padding: 2% 1%;
}
.main-wrapper .tab-content .tab-pane {
	color: #fff;
}
/*.main-wrapper .card {
	min-height: 210px;
	position: relative;
}
.main-wrapper .card button {
	position: absolute;
	bottom: 10px;
}
.main-wrapper .card .card-title {
	color: #0d6efd;
}
.main-wrapper .card .card-price {
	font-size: 20px;
	font-weight: bold;
	color: #0d6efd;
}*/
.loader-overlay {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-wrapper .dt-layout-cell.dt-layout-start {
    float: left;
    margin-bottom: 20px;
}
.main-wrapper div.dt-container div.dt-search {
	margin-bottom: 20px;
}
.main-wrapper div.dt-container div.dt-search input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    padding: 0 0 0 5px;
    height: 30px;
}
.main-wrapper table.dataTable th.dt-type-numeric {
	text-align: left;
}
table#payhistory {
    margin-bottom: 20px;
}
div#payhistory_info {
    margin-right: 10px;
}
.dt-paging button {
    border: 0.5px solid #ddd;
    margin: 0 4px 2px 0;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 12px;
    background: transparent;
    color: #ddd;
}
button.dt-paging-button.current {
    background: #ddd;
    color: #333;
}
.dt-length label {
    text-transform: capitalize;
}
.table td, .table th {
  padding: 15px;
}
.main-wrapper .card {
    background: #0E131E;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(20, 30, 55, 0.20);
    border: 1px solid #353944;
    color: #e1e7ef;
    margin-bottom: 2rem;
    transition: box-shadow 0.2s, transform 0.2s;
}
.main-wrapper .card:hover {
  box-shadow: 0 12px 36px rgba(58, 153, 255, 0.10), 0 2px 8px rgba(44, 104, 255, 0.08);
  transform: translateY(-4px) scale(1.01);
}

.main-wrapper .card-body {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}

.main-wrapper .card-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.main-wrapper .card-text {
  color: #afbdd2;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.main-wrapper .card-price {
  color: #0d6efd;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.main-wrapper .card .btn-primary {
  background: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 0.5rem 1.3rem;
  transition: background 0.2s;
  box-shadow: 0 4px 16px 0 rgba(112,70,236,0.10);
}
.main-wrapper .card .btn-primary:hover,
.main-wrapper .card .btn-primary:focus {
  background: #0d6efd;
  color: #fff;
}
.username {
    float: right;
    background: transparent;
    border: 0;
    color: #fff;
}
.username:hover {
    background: transparent;
    border: 0;
    color: #fff;
}
.username:active {
    background: transparent;
    border: 0;
    color: #fff;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #fff;
    background-color: #42a5f5;
}

.logo a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}
#msg p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
	text-align: center;
}
#otpmsg p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
	text-align: center;
}
.process {
	color: #fff !important;
}
.success {
	color: #4ee7cc !important;
}
.error {
	color: #d0376e !important;
}
span.req {
	color: #d0376e;
}
.btn {
	height: 45px;
}
.pwd-blk {
	position: relative;
}
#togglePassword {
    position: absolute;
    right: 5px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
.pwd-blk2 {
	position: relative;
}
#togglePassword2 {
    position: absolute;
    right: 16px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
select.form-select.bg-dark {
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #212529 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='white' viewBox='0 0 16 16'><path d='M1.5 6l6 6 6-6'/></svg>") no-repeat right 0.75rem center/1.2em;
}

.dash-design h5 {
	font-size: 45px;
	line-height: 55px;
	color: #fff;
	text-align: center;
}
.dash-design p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.ref-blk {
	position: relative;
}
#btn-copyref {
	position: absolute;
	top: 36px;
	right: 16px;
	height: 30px;
	background: linear-gradient(to right, #3366E5, #1548C7);;
}
#btn-genqrcode {
	height: 36px;
	margin: 32px 0 0;
	width: 100%;
}
div#qrcode {
    border: 4px solid #fff;
    float: none;
    margin: 5% auto 2%;
    width: 136px;
}
.passblk1,
.passblk2 {
	position: relative;
}
#togglePassword3 {
    position: absolute;
    right: 5px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
#togglePassword4 {
	position: absolute;
    right: 5px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
#refhistory {
	margin-bottom: 20px;
}
#refhistory_info {
    margin-right: 10px;
}
ul.social-urls {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.social-urls li {
    margin: 31px 8px 10px 0;
    padding: 0;
    display: inline-block;
    border: 0.5px solid #ddd;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
}
ul.social-urls li a {
	color: linear-gradient(to right, #3366E5, #1548C7);
}
.btn-primary {
    background: #42a5f5;
    border-color: #42a5f5;
}
a {
	color: #42a5f5;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:active {
	color: #336EFF;
}
a.lgtxt,
a.lgtxt:hover {
	color: #fff;
}
.pro-des {
	padding: 5% 3%;
}
.form-control,
.form-select {
	border-color: rgba(255, 255, 255, 0.15);
	background: #1A1F2A !important;
}
/*input::placeholder {
  color: #fff;
}*/
button.btn-closes {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: #d43838;
    color: #fff;
    width: 30px;
    height: 30px;
}

.dt-container .dt-layout-row:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edit-pwd {
    position: relative;
}
#btn-pwd {
    position: absolute;
    right: 16px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
p.uppwd {
    font-size: 14px;
}
.datastatus {
	text-transform: uppercase !important;
}
.extned h5 {
    font-size: 25px;
    word-break: initial;
}

.footer ul {
    list-style: none;
    margin: 0 0 20px;
    text-align: center;
}
.footer ul li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px;
}
.footer ul li a {
   color: #b3b3b3;
   text-decoration: none;
}
.footer ul li a:hover,
.footer ul li a.active {
   color: #42a5f5;
   text-decoration: none;
}

.page-wrapper {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-wrapper .accordion-item {
    margin: 0 0 20px;
    border-radius: 8px;
    background: transparent;
    border: 0;
}
.page-wrapper .accordion-button {
    border-radius: 8px 8px 0 0;
    background: #131927;
    color: #fff;
}
.page-wrapper .accordion-button.collapsed {
    border-radius: 8px;
    background: #131927;
    color: #fff;
    font-size: 18px;
}
.page-wrapper .accordion-item strong {
    padding: 0 3px;
}
.page-wrapper .accordion-body {
    color: #fff;
    padding: 20px 15px;
    background: #131927;
    border-radius: 0 0 8px 8px;
}

.page-wrapper .accordion-button::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.page-content {
    background: #131927;
    border-radius: 8px;
    padding: 25px 30px;
}

.page-wrapper .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.footer p{
    padding: 0 20px;
}
.footer ul{
    padding-left: 0;
}

#supportForm label {
    color: #fff;
    font-family: inherit;
    margin-bottom: 5px;
}
#supportForm input, #supportForm select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    background: #1A1F2A;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}
#supportForm textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    margin-bottom: 15px;
    background: #1A1F2A;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}
#otherSubjectWrap {
    display: none;
}
#supportForm button {
    background: linear-gradient(to right, #3366E5, #1548C7);
    color: #fff;
    width: 100%;
    float: left;
}
.suppfile {
    color: #fff;
}
.supptitle h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: left !important;
    width: 100%;
    margin-bottom: 30px;
}
.supptitle h5 {
    font-size: 20px;
    line-height: 30px;
    text-align: left !important;
    padding: 0 20px 0 0;
}
.custom-file-upload {
    cursor: pointer;
    position: relative;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px;
    font-size: 14px;
}
#screenshot {
    display: none;
}
.fileWrap input[type=file] {
    position: relative;
    opacity: 0;
    z-index: 1;
}
.inWrap:after, .selectric-wrapper:after, .custom-file-upload:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    border-radius: 8px;
    /* background: linear-gradient(90deg, #6194ff80, #ffffff80 52%, #6194ff80);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; */
    mask-composite: exclude;
    pointer-events: none;
}
.fileWrap img.arrimg  {
    height: auto;
    height: 16px;
    margin: 0 0 0 10px;
}

div#supportMessage {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.error ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.supptitle h5:last-child{
    margin-bottom: 30px;
}
.dt-paging-button.disabled {
    cursor: not-allowed;
}
#password-message {
    text-align: center;
}
.otpVerified .mb-3, .otpVerified .d-grid{
    display: none !important;
}
.formOtpVerified .successHide{
    display: none !important;
}
.logoHeader{
    display: none;
    
}
.otpVerified .logoHeader{
    display: block;
}