@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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');
/*=======
font-family: "Poppins", serif;
font-family: "Inter", serif;
========*/
*{
	list-style-type: none !important;
	text-decoration: none !important;
	outline: none;
	border: 0px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 !important;
}
ul{
	padding: 0px !important;
	margin: 0px !important;
}
body{
	margin:0;
	padding: 0;
	background: #03050C !important;
	transition: background-color 0.4s, color 0.4s;
	font-family: "Poppins", serif !important;
}


/*=============
Typography
==============*/
.darkBG{
	background: #03050C !important;
}
.darkColor{
	color: #03050C;
}
.GraylBG{
	background: #131723;
}
.Graylcolor{
	color: #131723;
}
.YellowBg{
	background: #FFCE2E;
}
.YellowColor{
	color: #FFCE2E;
}
.white{
	color: #fff;
}
.black{
	color: #000;
}
.textColor{
	color: #9299AF !important;
}
.lightGrayBg{
	background: #131723 !important;
}
.ptb{
	padding: 50px 0;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb50{
	padding-bottom: 50px;
}
/*============
Top Section
==============*/
.D-top-section{
	width: 100%;
	height: auto;
	margin: auto;
	border-bottom: 1px solid #454D63;
}
.main-wrapper{
	width: 1200px;
	height: auto;
	margin: auto;
}
.wrapper{
	width: 100%;
	height: auto;
	display: inline-block;
}
.top-area{

}
.d-logo{
	width: 200px;
	float: left;
	margin: 10px 0 0 0;
	padding: 15px 0;
}

.d-navigation-area{
	width: 600px;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	top: 8px;
}
.d-navigation-area ul{
	/*display: inline-block;*/
	float: right;
}
.d-navigation-area ul li{
	text-align: right;
	float: left;
	margin: 0 35px 0 0;
	padding: 26px 0;
	border-bottom-width: 5px;
}
.d-navigation-area ul li:hover
{
	border-bottom-width: 5px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #7D72FE, #FE5588, #FF8065, #FFCE2E) 1;
}
.d-navigation-area ul li:hover a{
	color: #fff;
}
.d-navigation-area ul li.active
{
	border-bottom-width: 5px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #7D72FE, #FE5588, #FF8065, #FFCE2E) 1;
}
.d-navigation-area ul li a{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	color: #9299AF;
	line-height: 28px;
}
.d-user-login-area{
	width: 400px;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
	padding: 15px 0;
}
.d-user-login{
	width: 71%;
	height: auto;
	float: left;
	margin: 0 2% 0 2%;
	text-align: right;
}
.d-user-login button.btn-primary{
	background: transparent;
	border-radius: 5px;
	border:1px solid #fff;
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	padding: 15px 30px;
	margin: 0 2px;
}
.d-user-login button.btn-primary a{
	color: #fff !important;
}
.d-user-login button.btn-primary:hover{
	background: #FFCE2E;
	border:1px solid #FFCE2E;
}
.d-user-login button.btn-danger{
	background: #FFCE2E;
	border-radius: 5px;
	border:1px solid #FFCE2E;
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	padding: 15px 30px;
	margin: 0 2px;
}
.d-user-login button.btn-danger a{
	color: #fff !important;
}
.d-user-login button.btn-danger:hover{
	background: #131723 !important;
	border:1px solid #131723;
}
.d-round-switch{
	width: 23%;
	height: auto;
	float: left;
	margin: 0 1% 0 1%;
	/* background: #fcc; */
}
/* The switch - the box around the slider */

.d-round-switch {
  /* display: flex; */
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 35px;
  margin: 5px 0;
}

/* Hide default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent; /* Default: Dark mode background */
  border:1px solid #fff;
  border-radius: 40px;
  transition: background-color 0.4s;
}

/* Slider circle */
.slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 4px;
  bottom: 4px;
  /*background-color: #000;*/
  border-radius: 50%;
  transition: transform 0.4s;
}

/* Icons inside the slider */
.icon {
  position: absolute;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity 0.4s;
}

.icon.left i{
	font-size: 20px;
	color: #fff;
}
.icon.right i{
	font-size: 20px;
	color: #fff;
}

.icon.left {
  left: 10px;
  opacity: 1; /* Moon is visible by default */
}

.icon.right {
  right: 10px;
  opacity: 0; /* Sun is hidden by default */
}

/* Checked state styles */
input:checked + .slider {
  background-color: #f4f4f4; /* Light mode background */
}

input:checked + .slider::before {
  transform: translateX(40px); /* Move slider to the right */
}

input:checked + .slider .icon.left {
  opacity: 0; /* Moon icon fades out */
}

input:checked + .slider .icon.right {
  opacity: 1; /* Sun icon fades in */
}

/* The switch - the box around the slider */

/*============
Mobile Dark Top Section
==============*/
.d-mobile-top-section{
	width: 100%;
	height: auto;
	margin: auto;
	border-bottom: 1px solid #454D63;
	display: none;
}
.d-mobile-top-area{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px;
	display: inline-block;
}
.d-mobile-logo{
	width: 70%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.mobile-navigation-area{
	width: 30%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.m-round-switch{
	width: 80%;
	height: auto;
	float: left;
	margin: 0 1% 0 1%;
	text-align: right;
}
.nav-bar{
	width: 18%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
}
.nav-barIcon{
	margin: 4px 0 0 0;
}
.nav-barIcon a{
	font-size: 24px;
	color: #fff;
}
/*Sidebar Navigation*/
.navigation-sidebar-area{
	width: 350px;
	height: 100vh;
	float: left;
	margin: 0 0 0 0;
	position: fixed;
	top: 0px;
	left: -350px;
	transition: left 0.5s ease; /* Smooth slide effect */
	background-color: #000;
	background-image: url(../images/s1.png) , url(../images/y1.png);
	background-repeat: no-repeat , no-repeat;
	background-position: top left , bottom right;
}
.navigation-sidebar-area.active{
	left: 0px;
}
.navigation-sidebar-container{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px;
}
.sidebar-close{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.close-icon{
	width: 100%;
	height: auto;
	text-align: right;
}
.close-icon a{
	font-size: 20px;
	color: #fff;
}
/*sidebar-nav-wrapper*/
.sidebar-nav-wrapper{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.sidebar-nav{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 20px 50px;
}
.sidebar-nav ul{
}
.sidebar-nav ul li{
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 35px 0 0;
	padding: 0px 0;
	border-bottom: 1px solid rgb(235 235 255 / 42%);
}
.sidebar-nav ul li:last-child{
	border:0px;
}
.sidebar-nav ul li a{
	font-family: "Poppins", serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 28px;
	padding: 15px 0;
	display: inline-block;
	border-top-width: 5px;
	border-style: solid;
	border-color: transparent;
}
.sidebar-nav ul li:hover a{
	width: 60%;
	display: inline-block;
	padding: 0px;
	color: #fff;
	padding: 15px 0;
	border-top-width: 5px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #7D72FE, #FE5588, #FF8065, #FFCE2E) 1;
}
.sidebar-nav ul li:first-child a {
  border: none !important; /* Remove border from the first item */
}
/*dark-header-section*/
.dark-header-section{
	background-image: url(../images/c1.png) , url(../images/c2.png);
	background-repeat: no-repeat , no-repeat;
	background-position: 0 10% , bottom right;
}
.dark-header-content{
	width: 100%;
	padding: 50px;
}
.dark-header-content h1{
	font-family: "Poppins", serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
}
.dark-header-content p{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.dark-header-content a.btn.btn-primary{
	background:transparent;
	border:1px solid #fff !important;
	border-radius: 5px;
	padding: 15px 30px !important;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
}
.dark-header-content a.btn.btn-primary:hover{
	background:#000;
	border:1px solid #000 !important;
}
.dark-header-img{
	min-height: 600px;
	text-align: center;
	background-image: url(../images/y2.png) , url(../images/b1.png);
	background-repeat: no-repeat , no-repeat;
	background-position: 60% 80% , 140% top;
}
/*dark-whychoose-section*/
.dark-whychoose-section{
	width: 100%;
	background-image: url(../images/b1.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.dark-whychoose-list{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px;
	border-radius: 100px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 15px 30px #000;
}
.dark-whychoose-list-box{
	width: 100%;
	height: auto;
	display: inline-block;
}
.dark-whychoose-iconbox{
	width: 33%;
	float: left;
	margin: 0 0 0 0;
	border-right: 1px solid #454D63;
}
.dark-whychoose-iconbox:last-child{
	border:0px;
}
.dark-whychoose-icon{
	width: 35%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	text-align: right;
	padding: 5px 15px;
}
.dark-whychoose-iconbox-content{
	width: 65%;
	height: auto;
	float: left;
	margin: 11px 0 0 0;
}
.dark-whychoose-iconbox-content h1{
	font-family: "Poppins", serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
	padding-bottom: 5px;
}
.dark-whychoose-iconbox-content p{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
/*dark-why-choose-box-section*/
.dark-why-choose-box-section{
	width: 100%;
	margin-top: -50px;
	padding: 50px 50px 120px 50px;
	background-image: url(../images/c4.png) !important;
	background-repeat: no-repeat !important;
	background-position: 10% bottom !important;
	border-radius: 45px;
}
.dark-why-choose-box-section-wrapper{
	width: 100%;
	height: auto;
	margin: auto;
}
.dark-whychoose-intro{
	width: 100%;
	height: auto;
	margin: auto;
	padding:40px 0;
	background-image: url(../images/c3.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.dark-whychoose-intro h1{
	font-size: 30px;
	font-weight: 600;
	line-height: 55px;
}
.dark-whychoose-intro p{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.dark-whychoose-detail-boxes{
	width: 100%;
	height: auto;
}
.whychoose-detail-box{
	width: 100%;
	float: left;
	padding: 4% 5%;
	margin-bottom: 10px;
	border-radius: 10px;
}
.detail-box-icon{
	width: 20%;
	float: left;
	margin:0 0 0 0;
}
.detail-box-icon img{
	width: 67px;
}
.detail-box-content{
	width: 80%;
	float: left;
	margin: 0 0 0 0;
}
.detail-box-content h1{
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	padding: 15px 0;
}
.detail-box-content p{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}
.Smm-panel-intro-section{
	width: 100%;
	height: auto;
	margin: auto;
	background-image: url(../images/p2.png);
	background-repeat: no-repeat;
	background-position: 0% 200%;
}
.smm-panel-img{}
.smm-panel-content{}
.smm-panel-content h1{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 30px !important;
}
.smm-panel-content ul{
	display: inline-block;
}
.smm-panel-content ul li{
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
.smm-panel-content ul li a{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	color: #9298AF;
}
.smm-panel-content ul li::before{
	content: "";
	display: inline-block;
	background:url(../images/check.png) no-repeat center center;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0px 10px 0px 0;
	font-family: "fontawesome";
	color: #fff;
	font-size: 35px;
}
/*dark-testimonial-section */
.dark-testimonial-section {
	padding:80px 0;
	background-image: url(../images/c4.png) !important;
	background-repeat: no-repeat !important;
	background-position: 10% bottom !important;
}
.testimonial-content{
	padding: 50px;
}
.testimonial-content h1{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
}
.testimonial-content p{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0 !important;
}
.testimonial-content a.btn.btn-primary{
	background:#FFCE2E;
	border:1px solid #FFCE2E !important;
	border-radius: 5px;
	padding: 15px 35px !important;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
}
.testimonial-content a.btn.btn-primary:hover{
	background:#000 !important;
	border:1px solid #000 !important;
}
.testimonial-slider-area{
	width: 100%;
}
.testimonial-slider{
}
.testimonial-slider-box{
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 40px 15px;
	border:1px solid #454D63;
	border-radius: 20px;
}
.testimonial-slider-box-intro{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.testimonial-slider-box-img{
	width: 20%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.testimonial-slider-box-user{
	width: 70%;
	height: auto;
	float: left;
	margin: 8px 0 0 5%;
}
.testimonial-slider-box-user h1{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.testimonial-slider-box-user ul{}
.testimonial-slider-box-user ul li{
	float: left;
	margin: 0 5px 0 0;
}
.testimonial-slider-box-user ul li a{
	font-size: 16px;
	color: #FFD037;
}
.testimonial-slider-box-content{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0;
}
/*client-logo-section*/
.client-logo-section{
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #454D63;
	border-bottom: 1px solid #454D63;
}
.client-logo-area{
	width: 100%;
	height: auto;
	margin: auto;
}
.client-logo{}
.client-logo img{
	height: 80px;
}
/*contact-form-section*/
.contact-form-section{
	padding: 50px 0;
}
.contact-form-area{
	width: 100%;
	height: auto;
	padding: 50px;
}
.contact-form-intro{}
.contact-form-intro h1{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
}
.contact-form-intro p{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.contact-form{
	width: 100%;
	height: auto;
}
.contact-form-col{
	width: 48%;
	height: auto;
	float: left;
	margin: 0 2% 10px 0%;
	border-radius: 5px;
}
.contact-form-col input{
	width: 100%;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
}
.contact-form-col input::placeholder{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}
.contact-form-row{
	width: 98%;
	height: auto;
	float: left;
	margin: 0 2% 10px 0%;
	border-radius: 5px;
}
.contact-form-row input{
	width: 100%;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
}
.contact-form-row input::placeholder{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}
.contact-form-row textarea{
	width: 100%;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
}
.contact-form-row textarea::placeholder{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}
.conscent{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}
.conscent input[type="checkbox"] {
    appearance: none; /* Remove the default checkbox style */
    -webkit-appearance: none; /* For Safari */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px; /* Optional: rounded corners */
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
    top: 5px;
}

.conscent input[type="checkbox"]:checked {
    background-color: #784EFB; /* Background color when checked */
    border-color: #784EFB; /* Border color when checked */
}

.conscent input[type="checkbox"]:checked::after {
    content: "\f00c"; /* Font Awesome checkmark icon */
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Ensure correct font weight for icons */
    color: #fff; /* Color of the checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px; /* Adjust icon size */
}
.conscent p{
	display: inline;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-left: 10px;
}
.contact-form-row input[type="submit"]{
	width: 30%;
	padding: 25px 10px;
	background: #FFCE2E;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	margin-top: 30px;
}
/*contact-form-img-area*/
.contact-form-img-area{
	width: 100%;
	height: auto;
	min-height: 600px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: -5% center;
}
.contact-form-img{
	width: 100%;
	height: auto;
}
.contact-form-apps-area{
	width: 100%;
	float: left;
	margin:20px 0 0 0;
	border-top: 1px solid #454D63;
}
.contact-form-apps-divder{
	width: 100%;
	height: auto;
}
.contact-form-apps-divder h2{
	display: inline;
	padding: 10px;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 12px;
	color: #9298AF;
	position: relative;
	top: -15px;
}
.contact-form-apps-button{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0;
	text-align: center;
}
.contact-form-apps-button button{
	display: inline;
    width: 45%;
    padding: 25px 2%;
    margin: 0 2% 0 2%;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #454D63;
    color: #9298AF;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
}
.contact-form-apps-button button.googleIcon::before{
	content: "\f1a0";
	font-family: "fontawesome";
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}
.contact-form-apps-button button.fbIcon::before{
	content: "\f39e";
	font-family: "fontawesome";
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}
.sub-footer-section{
	width: 100%;
	border-top: 1px solid #454D63;
	padding: 20px 0 0 0;
}
.footer-d-logo{}
.footer-d-logo p{
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400 !important;
	line-height: 28px;
	padding-top: 5px;
}
.footer-d-nav{}
.footer-d-nav ul{
	float: right;
}
.footer-d-nav ul li{
	float: left;
	margin: 0 30px 0 0;
}
.footer-d-nav ul li a{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 28px;
	color: #9299AF;
}
.footer-d-nav ul li a:hover{
	color: #fff;
}
.footer-d-socail{}
.footer-d-socail ul{}
.footer-d-socail ul li{
	float: left;
	margin: 0 10px 0 0;
}
.footer-d-socail ul li a img{

}

/*Breadcrumb*/
.d-breadcrumb-section{
	background-image: url(../images/c1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.d-breadcrumb{}
.d-breadcrumbb h1{
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
}
.d-breadcrumbb p{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
/*Dark Box*/
.dark-box-container{}
.dark-main-container{
	width: 100%;
    padding: 50px 50px 50px 50px;
    background-image: url(../images/c4.png) , url(../images/c2.png) !important;
    background-repeat: no-repeat , no-repeat !important;
    background-position: 10% bottom , right 30% !important;
    border-radius: 45px;
}
/*FAQ PAGE*/
.dark-faq-section{}
.dark-faq-toggle{
	padding:20px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.dark-faq-title-section{
	width: 100%;
	height: auto;
	display: inline-block;
}
.dark-faq-no{
	width: 5%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	text-align: center;
}
.dark-faq-no h1{
	font-family: Poppins;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #25304C;
	padding:10px 20px;
	border:1px solid #25304C;
	border-radius: 5px;
}
.dark-faq-title{
	width: 85%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 15px 15px;
}
.dark-faq-title h1{
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #fff; 
}

.dark-faq-title-section.active .dark-faq-icon::after {
  content: "\2212"; /* Active icon: "-" */
  font-family: "FontAwesome";
  color: #fff;
  font-size: 20px;
}
.dark-faq-title-section.active .dark-faq-no h1{
	color: #fff;
	border:1px solid #fff;
}
.dark-faq-icon{
	width: 10%;
	float: left;
	margin: 0 0 0 0;
	padding: 10px;
	text-align: right;
}
.dark-faq-icon::after{
	content: "\2b";
	font-family: "fontawesome";
	color: #fff;
	font-size: 20px;
	float: right;
	transition: transform 0.3s ease;
}
.dark-faq-desc{
	width: 100%;
	padding: 10px 0;
	display: none;
}
.dark-faq-desc p{
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}
.flower-pot-section{
	width: 100%;
	height: auto;
	position: relative;
}
.flower-pot-area{
	position: absolute;
    right: 0;
    bottom: -14px;
}
.flower-pot{
	text-align: right;
}
.flower-pot img{}
/*Terms Page*/
.dark-tab-section{
	width: 100%;
	display: inline-block;
}
.tabs-nav{
	width: 100%;
	float: left;
}
.tabs-nav ul{
	display: inline-block;
}
.tabs-nav ul li{
	padding: 22px 50px;
	background: #03050C;
	border-radius: 10px;
	float: left;
	margin: 0 9px 0 9px;
	cursor: pointer;
}
.tabs-nav ul li:hover
{
	background: #1C212E;
	box-shadow: 0px 10px 30px #000;
}
.tabs-nav ul li:hover a{
	color: #fff;
}
.active-tab {
  background-color: #1C212E !important;
  box-shadow: 0px 10px 30px #000 !important;
}
.active-tab a{
	color: #fff !important;
}
.tabs-nav ul li a{
	font-family: "Poppins", serif;
	font-size: 16px !important;
	font-weight: 600;
	line-height: 20px;
	color: #9298AF;
}
.tabs-content-section{
	width: 100%;
	display: inline-block;
	padding: 25px 0;
}
.tabs-content{}
.tabs-content h1{
	font-size: 26px;
	font-weight: 600;
	line-height: 54px;
}
.tabs-content h2{
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
}
.tb1-content{
	display: none;
}
.tb2-content{
	display: none;
}
.tb3-content{
	display: none;
}
.tb4-content{
	display: none;
}
/*Contact Page*/
.contact-form-img-bg{
	width: 100%;
	height: auto;
	min-height: 500px;
	border-radius: 45px 0 0 45px;
	background-image: url(../images/c5.png) , url(../images/contact2.png) !important;
	background-repeat: no-repeat , no-repeat !important;
	background-position: center left , bottom center !important;
}
.contact-form-img-front{}
.inline-social-area{
	width: 100%;
	display: inline-block;
	padding: 20px 0;
}
.inline-social{}
.social-list{
	width: 32%;
	float: left;
	margin: 0 1% 0 0;
}
.social-list img{
	display: inline;
}
.social-list p{
	display: inline;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;

}
/*Login Page*/
.login-contact-form-section{
	padding: 0px 0;
}
.login-contact-form-area{
	width: 100%;
	float: left;
	height: auto;
	padding: 50px 70px;
}
.login-contact-form-intro{
	width: 100%;
	float: left;
}
.login-contact-form-intro h1{
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
}
.login-contact-form-intro p{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}
.login-contact-form{
	width: 100%;
	height: auto;
}
.login-contact-form-col{
	width: 48%;
	height: auto;
	float: left;
	margin: 0 2% 10px 0%;
	border-radius: 5px;
}
.login-contact-form-col input{
	width: 100%;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
}
.login-contact-form-col input::placeholder{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}
.login-contact-form-row{
	width: 98%;
	height: auto;
	float: left;
	margin: 0 2% 10px 0%;
	border-radius: 5px;
}
.login-contact-form-row input{
	width: 100%;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
}
.login-contact-form-row input::placeholder{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}
.login-contact-form-row textarea{
	width: 100%;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
}
.login-contact-form-row textarea::placeholder{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}
.login-conscent{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.login-conscent input[type="checkbox"] {
    appearance: none; /* Remove the default checkbox style */
    -webkit-appearance: none; /* For Safari */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px; /* Optional: rounded corners */
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
    top: 5px;
}

.login-conscent input[type="checkbox"]:checked {
    background-color: #784EFB; /* Background color when checked */
    border-color: #784EFB; /* Border color when checked */
}

.login-conscent input[type="checkbox"]:checked::after {
    content: "\f00c"; /* Font Awesome checkmark icon */
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Ensure correct font weight for icons */
    color: #fff; /* Color of the checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px; /* Adjust icon size */
}
.login-conscent p{
	display: inline;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-left: 10px;
}
.login-contact-form-row input[type="submit"]{
	width: 30%;
	padding: 25px 10px;
	background: #FFCE2E;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	margin-top: 30px;
}
/*contact-form-img-area*/
.login-contact-form-img-area{
	width: 100%;
	height: auto;
	min-height: 600px;
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.login-contact-form-img{
	width: 100%;
	height: auto;
}
.login-contact-form-apps-area{
	width: 100%;
	float: left;
	margin:20px 0 0 0;
	border-top: 1px solid #454D63;
}
.login-contact-form-apps-divder{
	width: 100%;
	height: auto;
}
.login-contact-form-apps-divder h2{
	display: inline;
	padding: 10px;
	font-size: 14px;
	font-weight: 400 !important;
	line-height: 12px;
	color: #9298AF;
	position: relative;
	top: -15px;
}
.login-contact-form-apps-button{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0;
	text-align: center;
}
.login-contact-form-apps-button button{
	display: inline;
    width: 45%;
    padding: 25px 2%;
    margin: 0 2% 0 2%;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #454D63;
    color: #9298AF;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
}
.login-contact-form-apps-button button.googleIcon::before{
	content: "\f1a0";
	font-family: "fontawesome";
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}
.login-contact-form-apps-button button.fbIcon::before{
	content: "\f39e";
	font-family: "fontawesome";
	color: #fff;
	font-size: 20px;
	padding-right: 10px;
}@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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');
/*=======
font-family: "Poppins", serif;
font-family: "Inter", serif;
========*/
*{
	list-style-type: none !important;
	text-decoration: none !important;
	outline: none;
	border: 0px;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 !important;
}
ul{
	padding: 0px !important;
	margin: 0px !important;
}
body{
	margin:0;
	padding: 0;
	background: #03050C !important;
	transition: background-color 0.4s, color 0.4s;
	font-family: "Poppins", serif !important;
}


/*=============
Typography
==============*/
.darkBG{
	background: #03050C !important;
}
.darkColor{
	color: #03050C;
}
.GraylBG{
	background: #131723;
}
.seconadryBgC{
	background:#0A1220 !important;
}
.primaryBg{
	background:#020307;
}
.DarkBoxBg{
	background:#060912;
}
.Graylcolor{
	color: #131723;
}
.YellowBg{
	background: #FFCE2E;
}
.YellowColor{
	color: #FFCE2E;
}
.tableBG{
	background:#050913;
}
.white{
	color: #fff;
}
.black{
	color: #000;
}
.textColor{
	color: #9299AF !important;
}
.lightGrayBg{
	background: #131723 !important;
}
.ptb10{
	padding: 10px 0;
}
.ptb50{
	padding: 50px 0;
}
.prl50{
	padding: 0 50px;
}
.padding50{
	padding: 50px;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pb50{
	padding-bottom: 50px;
}
.border-left{
	width: 1px;
	height: 30px;
	float: left;
	margin: -6px 20px  0 0;
	background: #454D63;
}
.DarkborderTop{
	border-top: 0px !important;
}
/*===================
Input Fields Css
===================*/
.dark-input-field-area{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}
.dark-input-field-wrapper{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	position: relative;
}
.dark-input-field-wrapper input{
	font-family: "Poppins", serif;
	width: 100%;
	padding: 15px 10px;
	background:#020307;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-indent: 40px;
}
.dark-input-border-field-wrapper input{
	font-family: "Poppins", serif;
	width: 100%;
	padding: 15px 10px;
	background:#070A13;
	border:1px solid #454D63;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-indent: 40px;
}
.dark-icon-wrapper{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	background:#fc0;
}
.dark-input-icon{
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 9;
}
.dark-input-icon a{
	font-size: 20px;
	color: #fff;
}
/*checkbox*/
.dark-conscent{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-conscent input[type="checkbox"] {
    appearance: none; /* Remove the default checkbox style */
    -webkit-appearance: none; /* For Safari */
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px; /* Optional: rounded corners */
    background-color: #f0f0f0;
    cursor: pointer;
    position: relative;
    top: 5px;
}

.dark-conscent input[type="checkbox"]:checked {
    background-color: #784EFB; /* Background color when checked */
    border-color: #784EFB; /* Border color when checked */
}

.dark-conscent input[type="checkbox"]:checked::after {
    content: "\f00c"; /* Font Awesome checkmark icon */
    font-family: "Font Awesome 5 Free"; /* Ensure Font Awesome is loaded */
    font-weight: 900; /* Ensure correct font weight for icons */
    color: #fff; /* Color of the checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px; /* Adjust icon size */
}
.dark-conscent p{
	display: inline;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-left: 10px;
}
.dark-contact-form-row input[type="submit"]{
	width: 30%;
	padding: 18px 30px;
	background: #FFCE2E;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	margin-top: 30px;
}
/*checkbox*/
/*==============
Theme Box
=================*/
.dark-theme-box{
	width: 100%;
    height: auto;
    min-height: 450px;
    padding: 40px;
    display: inline-block;
    border: 1px solid #131721;
    border-radius: 20px
}


/*==============
Input Drpdown
=================*/
.dark-select-option-section{
	width: 100%;
	border-radius: 5px;
	float: left;
	margin: 0 0px 10px 0;
}
.dark-select-options-area{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	position: relative;
}
.dark-select-options-area select{
	font-family: "Poppins", serif;
	width: 100%;
	padding: 15px 10px;
	/*background:#fc0;*/
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #9298AF;
	text-indent: 40px;
	appearance: none; /* Removes default arrow */
    -webkit-appearance: none; /* Safari & Chrome */
    -moz-appearance: none; /* Firefox */
}
.dark-select-options-area::after{
	content: "\f107"; /* Unicode for down arrow */
	font-family: "fontawesome";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent click issues */
}
/**/
.dark-icon-select-wrapper{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	background:#fc0;
}

.dark-input-select-icon{
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 9;
}
/*=====================
Vertical Scrollbar
=======================*/

/* Scrollbar Track */
::-webkit-scrollbar {
    width: 8px; /* Width of scrollbar */
}

/* Scrollbar Thumb */
::-webkit-scrollbar-thumb {
    background: #7D57FB; /* Darker thumb */
    border-radius: 10px; /* Rounded corners */
}

/* Scrollbar Track Background */
::-webkit-scrollbar-track {
    background: #080C19; /* Track color */
}

/* On hover */
::-webkit-scrollbar-thumb:hover {
    background: #7D57FB;
}



/*=====================
Dark Dashboard Section
=======================*/
.dark-dashboard-section{
	width: 100%;
	height: 100vh;
}
.dark-main-wrapper{
	width: 100%;
	height: 100vh;
}
.dark-warpper{
	width: 100%;
	height: 100vh;
	display: inline-block;
	position: relative;
}
/*========================
Dark Dashboard Navigation
==========================*/
.dark-dashboard-navigation-sidebar{
	width: 25%;
    height: 100vh;
    float: left;
    margin: 0 0 0 0;
    padding: 30px 0px;
    background: #111727;
    border-right: 1px solid #454D63;
    position: fixed;
    left: 0;
    top: 0;
}
/*dark-dashboard-logo*/
.dark-dashboard-logo{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0 30px;
	text-align: center;
}
/*dark-dashboard-navigation*/
.dark-dashboard-navigation{
	width: 100%;
	min-height: 470px;
	float: left;
	margin: 0 0 0 0;
	padding: 30px 0 30px 0px;
}
/*dark-dashboard-menu*/
.dark-dashboard-menu{
	width: 100%;
}
.dark-dashboard-menu ul{}
.dark-dashboard-menu ul li{
	width: 80%;
	float: left;
	margin: 0 0 0px 0;
	padding: 0px 0 10px 70px;
	cursor: pointer;
}
.dark-dashboard-menu ul li:hover{
	width: 80%;
	padding: 0px 0 18px 70px;
	border-radius: 0 12px 12px 0;
	background-color: #0E2236;
	
}
.dark-dashboard-menu ul li:hover a{
	color: #fff;
}
.dark-dashboard-menu ul li::before{
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(../images/dashboard.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
/*li nth child*/
.dark-dashboard-menu ul li:nth-child(2)::before{
	background-image: url(../images/orders.png);
}
.dark-dashboard-menu ul li:nth-child(3)::before{
	background-image: url(../images/neworder.png);
}
.dark-dashboard-menu ul li:nth-child(4)::before{
	background-image: url(../images/services.png);
}
.dark-dashboard-menu ul li:nth-child(5)::before{
	background-image: url(../images/addfunds.png);
}
.dark-dashboard-menu ul li:nth-child(6)::before{
	background-image: url(../images/api.png);
}
.dark-dashboard-menu ul li:nth-child(7)::before{
	background-image: url(../images/affilation.png);
}
.dark-dashboard-menu ul li:nth-child(8)::before{
	background-image: url(../images/child-panel.png);
}
.dark-dashboard-menu ul li:nth-child(9)::before{
	background-image: url(../images/tickets.png);
}
.dark-dashboard-menu ul li:nth-child(10)::before{
	background-image: url(../images/massorder.png);
}
/*li nth child*/
.dark-dashboard-menu ul li:hover::before{
	background-image: url(../images/dashboard-h.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	top: 12px;
}
/* li nth child hover*/
.dark-dashboard-menu ul li:nth-child(2):hover::before{
	background-image: url(../images/order-h.png);
}
.dark-dashboard-menu ul li:nth-child(3):hover::before{
	background-image: url(../images/neworder-h.png);
}
.dark-dashboard-menu ul li:nth-child(4):hover::before{
	background-image: url(../images/services-h.png);
}
.dark-dashboard-menu ul li:nth-child(5):hover::before{
	background-image: url(../images/addfunds-h.png);
}
.dark-dashboard-menu ul li:nth-child(6):hover::before{
	background-image: url(../images/api-h.png);
}
.dark-dashboard-menu ul li:nth-child(7):hover::before{
	background-image: url(../images/afflitaion-h.png);
}
.dark-dashboard-menu ul li:nth-child(8):hover::before{
	background-image: url(../images/child-panel-h.png);
}
.dark-dashboard-menu ul li:nth-child(9):hover::before{
	background-image: url(../images/tickets-h.png);
}
.dark-dashboard-menu ul li:nth-child(10):hover::before{
	background-image: url(../images/massorder-h.png);
}
/* li nth child hover*/
.dark-dashboard-menu ul li.active{
	width: 80%;
	padding: 0px 0 18px 70px;
	border-radius: 0 12px 12px 0;
	background-color: #0E2236;
	margin-bottom: 15px;
}
.dark-dashboard-menu ul li.active a{
	color: #fff;
}
.dark-dashboard-menu ul li.active::before{
	background-image: url(../images/dashboard-h.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	top: 12px;
}
/*li active class menus*/
.dark-dashboard-menu ul li:nth-child(2).active::before{
	background-image: url(../images/order-h.png);
}
.dark-dashboard-menu ul li:nth-child(3).active::before{
	background-image: url(../images/neworder-h.png);
}
.dark-dashboard-menu ul li:nth-child(4).active::before{
	background-image: url(../images/services-h.png);
}
.dark-dashboard-menu ul li:nth-child(5).active::before{
	background-image: url(../images/addfunds-h.png);
}
.dark-dashboard-menu ul li:nth-child(6).active::before{
	background-image: url(../images/api-h.png);
}
.dark-dashboard-menu ul li:nth-child(7).active::before{
	background-image: url(../images/afflitaion-h.png);
}
.dark-dashboard-menu ul li:nth-child(8).active::before{
	background-image: url(../images/child-panel-h.png);
}
.dark-dashboard-menu ul li:nth-child(9).active::before{
	background-image: url(../images/tickets-h.png);
}
.dark-dashboard-menu ul li:nth-child(10).active::before{
	background-image: url(../images/massorder-h.png);
}
/*li active class menus*/
.dark-dashboard-menu ul li a{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}
.dark-dashboard-menu ul li a:hover{
	color: #fff;
}
/*dark-dashboard-footer*/
.dark-dashboard-footer{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0px;
	border-top: 1px solid #454D63;
}
.dark-dashboard-footer-nav{
	width: 100%;
}
.dark-dashboard-footer-nav ul{}
.dark-dashboard-footer-nav ul li{
	width: 80%;
	float: left;
	margin: 0 0 0px 0;
	padding: 0px 0 0px 70px;
	cursor: pointer;
}
.dark-dashboard-footer-nav ul li:hover a{
	color: #fff;
}
.dark-dashboard-footer-nav ul li::before{
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(../images/update.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.dark-dashboard-footer-nav ul li a{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}



/*============================
Dark Dashboard Main Container
==============================*/
.dark-dashboard-main-container{
	width: 75%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 30px 30px;
	position: absolute;
	right: 0;
	top: 0;
	background-color:#03050C;
	background-image: url(../images/c9.png);
	background-repeat: no-repeat;
	background-position: top center;
}
/*dark-dashboard-wrapper*/
.dark-dashboard-wrapper{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
/*dark-top-area*/
.dark-top-area{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-mobile-logo{
	width: 50%;
	height: auto;
	float: left;
	margin: 5px 0 0 0;
	display: none;
}
.dark-top-nav{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-top-nav ul{
	display: inline-block;
	float: right;
}
.dark-top-nav ul li{
	float: left;
	margin: 0 10px 0 0;
}
.d-round-switch{
	width: 100%;
	height: auto;
	float: left;
	margin: 6px 0 0 0;
}
/* The switch - the box around the slider */

.d-round-switch {
  /* display: flex; */
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 35px;
  margin: 5px 0;
}

/* Hide default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent; /* Default: Dark mode background */
  border:1px solid #fff;
  border-radius: 40px;
  transition: background-color 0.4s;
}

/* Slider circle */
.slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 4px;
  bottom: 4px;
  /*background-color: #000;*/
  border-radius: 50%;
  transition: transform 0.4s;
}

/* Icons inside the slider */
.icon {
  position: absolute;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: opacity 0.4s;
}

.icon.left i{
	font-size: 20px;
	color: #fff;
}
.icon.right i{
	font-size: 20px;
	color: #fff;
}

.icon.left {
  left: 10px;
  opacity: 1; /* Moon is visible by default */
}

.icon.right {
  right: 10px;
  opacity: 0; /* Sun is hidden by default */
}

/* Checked state styles */
input:checked + .slider {
  background-color: #f4f4f4; /* Light mode background */
}

input:checked + .slider::before {
  transform: translateX(40px); /* Move slider to the right */
}

input:checked + .slider .icon.left {
  opacity: 0; /* Moon icon fades out */
}

input:checked + .slider .icon.right {
  opacity: 1; /* Sun icon fades in */
}

/* The switch - the box around the slider */

/*dark-price-dropdown*/
.dark-price-dropdown{
	width: 100%;
	min-height: 35px;
	float: left;
	margin: 0 0 0 0;
	padding: 5px 0;
}
.dark-price-border{
	padding: 5px;
	border-radius: 40px;
	border: 1px solid #454D63;
}
.dark-price-border select{
	width: 100px;
	color: #fff;
	border-radius: 40px;
	border: 1px solid #fff;
	background: transparent;
	padding: 3px 15px;
}
.dark-price-border option {
    background: #060912; /* Background color for options */
    color: #fff; /* Text color for options */
    border: 1px solid #454D63; /* Border for options */
    border-radius: 20px !important; /* Rounded corners for options */
    padding: 5px 10px; /* Padding inside options */
}
/*dark-user-profile-dropdown*/
.dark-user-profile-dropdown{
	width: 100%;
	height: auto;
	float: left;
	margin: 4px 0 0 2%;
}
.dark-user-profile-box{
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.dark-user-profile-icon{
	width: 47px;
	height: 47px;
	float: left;
	margin: 0 0 0 0;
	border: 1px solid #fff;
	border-radius: 50%;
}
.dark-user-icon{
	width: 35px;
	height: 35px;
	margin: auto;
	position: relative;
	top: 5px;
	border-radius: 50%;
	background: rgb(85,88,255);
background: linear-gradient(0deg, rgba(85,88,255,1) 39%, rgba(0,192,255,1) 100%);
}
.dark-user-icon::before{
	content: "\f007";
	font-family: fontawesome;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
    left: 9px;
    right: 0;
    top: 2px;
}
.dark-user-profile-options{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}
.dark-user-select-icon{
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	top: 15px;
	left: 15px;
}
.dark-user-select-icon a{
	font-size: 14px;
	color: #fff;
}
/*dark-user-profile-nav*/
.dark-user-profile-nav{
	display: none;
	width: 250px;
	height: auto;
	min-height: 220px;
	float: left;
	margin: 10px 0 0 0;
	background: #060912;
	border: 1px solid #454D63;
	border-radius: 20px;
	position: absolute;
	top: 50px;
	right:0;
	z-index: 999;
}
.dark-user-profile-nav.active {
    display: block;
}
.dark-user-profile-nav ul{
	display: inline-block;
	padding: 5px 12px !important;
}
.dark-user-profile-nav ul li{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 5px 0 12px 0;
	border-bottom: 1px solid #454D63;
}
.dark-user-profile-nav ul li:last-child{
	border: 0px;
}
.dark-user-profile-nav ul li::before{
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	background-color: #0B0F19;
	border-radius: 8px;
	background-image: url(../images/account.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 10px;
	margin-right: 10px;
}
.dark-user-profile-nav ul li:nth-child(2)::before{
	background-image: url(../images/reset-pass.png);
}
.dark-user-profile-nav ul li:nth-child(3)::before{
	background-image: url(../images/updates.png);
}
.dark-user-profile-nav ul li:nth-child(4)::before{
	background-image: url(../images/logout.png);
}
.dark-user-profile-nav ul li a:hover{
	color: #fff;
	font-weight: 600;
	position: relative;
	border-bottom-width: 5px;
  	border-style: solid;
  	border-image: linear-gradient(to right, #7D72FE, #FE5588, #FF8065, #FFCE2E) 1;
}
.dark-user-profile-nav ul li a.active{
	color: #fff;
	font-weight: 600;
	position: relative;
	border-bottom-width: 5px;
  	border-style: solid;
	border-image: linear-gradient(to right, #7D72FE, #FE5588, #FF8065, #FFCE2E) 1;
}
.dark-user-profile-nav ul li:last-child a:hover{
	border: 0px;
}
.dark-user-profile-nav ul li a{
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	color: #9298AF;
	padding: 5px 0 12px 0px;
}
/*====================
Mobile Navigation
======================*/
.dark-dashboard-mobile-navigation{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 15px;
	border-top: 1px solid #454D63;
	background:#080C16;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 999;
}
.dark-dashboard-mobile-navigation-wrapper{
	display: flex;
    align-items: center;
    padding: 15px 0;
    position: relative;
}
.dark-dashboard-mobile-menu{
	overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    width: 80%; /* Adjust based on screen */
    display: flex;
	padding: 15px 0;
	margin: auto;
}
.dark-dashboard-mobile-menu ul{
	display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}
.dark-dashboard-mobile-menu ul li{
	text-align: center;
    flex: 0 0 auto;
    width: 90px; /* Set width for 5 items visible */
    margin: 0 10px;
    color: #777;
    font-size: 14px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease-in-out;

}
/* Scroll Buttons */
.scroll-btn {
    background: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: none;
}
#scrollLeft { left: 10px; }
#scrollRight { right: 10px; }


/*.scroll-btn:hover {
    background: #444;
}*/
/* Hide Scrollbar */
.dark-dashboard-mobile-menu::-webkit-scrollbar {
    display: none;
}
.dark-dashboard-mobile-menu ul li::before{
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background-image: url(../images/dashboard.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	font-size: 24px;
	color: #fff;
	position: relative;
	top: 4px;
}
.dark-dashboard-mobile-menu ul li.active::before {
    background-image: url(../images/dashboard-h.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/*li active class menus*/
.dark-dashboard-mobile-menu ul li:nth-child(2).active::before{
	background-image: url(../images/order-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(3).active::before{
	background-image: url(../images/neworder-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(4).active::before{
	background-image: url(../images/services-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(5).active::before{
	background-image: url(../images/addfunds-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(6).active::before{
	background-image: url(../images/api-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(7).active::before{
	background-image: url(../images/afflitaion-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(8).active::before{
	background-image: url(../images/child-panel-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(9).active::before{
	background-image: url(../images/tickets-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(10).active::before{
	background-image: url(../images/massorder-h.png);
}

/* li nth child*/
.dark-dashboard-mobile-menu ul li:nth-child(2)::before{
	background-image: url(../images/orders.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(3)::before{
	background-image: url(../images/neworder.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(4)::before{
	background-image: url(../images/services.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(5)::before{
	background-image: url(../images/addfunds.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(6)::before{
	background-image: url(../images/api.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(7)::before{
	background-image: url(../images/affilation.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(8)::before{
	background-image: url(../images/child-panel.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(9)::before{
	background-image: url(../images/tickets.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(10)::before{
	background-image: url(../images/massorder.png);
}
/* li nth child hover*/
.dark-dashboard-mobile-menu ul li:nth-child(1):hover::before{
	background-image: url(../images/dashboard-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(2):hover::before{
	background-image: url(../images/order-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(3):hover::before{
	background-image: url(../images/neworder-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(4):hover::before{
	background-image: url(../images/services-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(5):hover::before{
	background-image: url(../images/addfunds-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(6):hover::before{
	background-image: url(../images/api-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(7):hover::before{
	background-image: url(../images/afflitaion-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(8):hover::before{
	background-image: url(../images/child-panel-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(9):hover::before{
	background-image: url(../images/tickets-h.png);
}
.dark-dashboard-mobile-menu ul li:nth-child(10):hover::before{
	background-image: url(../images/massorder-h.png);
}
/* li nth child hover*/
.dark-dashboard-mobile-menu ul li a{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	color: #9298AF;
	padding: 10px 0;
}
.dark-dashboard-mobile-menu ul li a:hover{
	font-weight: 600;
	color: #fff;
}

/*=============
Dashboard Page
===============*/
.dark-breadcrumb-section{
	width: 100%;
	height: auto;
	float: left;
	padding: 15px 0;
}
.dark-breadcrumb-intro{
	width: 100%;
}
.dark-breadcrumb-intro h1{
	font-family: "Poppins", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
}
.dark-breadcrumb-intro p{
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.dark-overview-section{
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0;
}
.dark-overview-box-outline{
	width: 100%;
	height: auto;
	border:1px solid #454D63;
	padding: 5px 15px;
	border-radius: 20px;
	margin-bottom: 15px;
}
.dark-overview-box{
	width: 100%;
	height: auto;
	display: inline-block;
	border:1px solid #454D63;
	padding: 20px 15px;
	border-radius: 20px;
	margin-top:10px;
}
.dark-overview-icon{
	width: 25%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-overview-content{
	width: 75%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-overview-content h2{
	font-family: "Poppins", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.dark-overview-content h1{
	font-family: "Poppins", serif;
	font-size: 24px;
	font-weight: 600;
}
/*============
dark-dashboard-user-data
==============*/
.dark-dashboard-user-data{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0;
}
.dark-user-info{
	width: 100%;
	height: auto;
	display: inline-block;
}
.dark-user-label{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 20px 20px 20px;
}
.dark-user-label h1{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
}
.dark-user-entry{
	width: 100%;
	display: flex;
	align-content: center;
	float: left;
	margin: 0 0 0 0;
	padding: 20px;
	background:#060B18;
	border-top:1px solid #454D63;
	border-bottom:1px solid #454D63;
}
.dark-user-entry img{}
.dark-user-entry h3{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 600;
	margin-left: 10px !important;
    margin-top: 2px !important;
}
/*============
orders Page
==============*/
.dark-breadcrumb-sub-section{
	width: 100%;
	height: auto;
	float: left;
	margin:0 0 0 0;
	padding: 20px 0;
}
.dark-search-field{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}
.dark-search-input{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	background:#0A1220;
	border-radius: 5px;
}
.dark-search-input input{
	font-family: "Poppins", serif;
	width: 100%;
	padding: 15px 10px;
	background:#0A1220;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.dark-search-input input::placeholder{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
}
.dark-search-icon{
	display: inline;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 10px;
}
.dark-search-icon a{
	font-size: 20px;
	color: #fff;
}
/*dark-select-field*/
.dark-select-field{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}
.dark-select-options{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-select-options select{
	font-family: "Poppins", serif;
	width: 100%;
	padding: 15px 10px;
	background:#0A1220;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #9298AF;
	appearance: none; /* Removes default arrow */
    -webkit-appearance: none; /* Safari & Chrome */
    -moz-appearance: none; /* Firefox */
}
.dark-select-options::after{
	content: "\f107"; /* Unicode for down arrow */
	font-family: "fontawesome";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent click issues */
}
.dark-menu-label-field{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px 0px;
}
.dark-menu-label{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-menu-label a{
	display: flex;
	align-items: center;
}
.dark-menu-label a h1{
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
}
/*dark-order-table-section*/
.dark-order-table-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 10px 0;
}
.dark-order-table{
	width: 100%;
	max-height: 400px;
	float: left;
	margin: 0 0 0 0;
	overflow-y: auto;  /* Vertical scroll */
}
/* Scrollbar Track */
.dark-order-table::-webkit-scrollbar {
    width: 8px; /* Width of scrollbar */
    height: 10px !important;
}

/* Scrollbar Thumb */
.dark-order-table::-webkit-scrollbar-thumb {
    background: #7D57FB; /* Darker thumb */
    border-radius: 10px; /* Rounded corners */
}

/* Scrollbar Track Background */
.dark-order-table::-webkit-scrollbar-track {
    background: #080C19; /* Track color */
}

/* On hover */
::-webkit-scrollbar-thumb:hover {
    background: #7D57FB;
}
.dark-order-table table{
}
.dark-order-table table thead tr th{
	padding: 25px 10px;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: #fff;
}

.dark-order-table table tbody tr td a.view{
	font-family: "Poppins", serif;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	text-decoration: underline !important;
}

.dark-order-table table tbody tr td h2{
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	color: #9298AF;
}
.dark-order-table table tbody tr td h2::before{
	content: "\f005";
	font-size: 14px;
	font-family: 'fontawesome';
	padding: 10px;
	margin-right: 8px;
	background:rgb(255 206 46 / 40%);
	color: #FFCE2E;
	border-radius: 5px;
}
/* Style for <h2> in the THIRD <td> */
.dark-order-table table tbody tr:nth-child(2) td h2::before {
	content: "\f05e";
  background: rgb(255 93 123 / 40%); 
  color: #FF5D7B;
}
.dark-order-table table tbody tr:nth-child(3) td h2::before {
	content: "\f062";
  background: rgb(60 228 137 / 40%);
  color: #3CE489;
}
.dark-order-table table tbody tr:nth-child(4) td h2::before {
	content: "\f063";
  background: rgb(71 206 255 / 40%);
  color: #47CEFF;
}
.td-badge{
	padding: 10px 30px;
	border-radius: 50px;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
}
.completed{
	background:rgb(132 241 130 / 40%);
	color: #84F182;
}
.dark-order-table table tbody tr td ul li a{
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
.dark-order-table table tbody tr td ul li a::before{
	content: "\f167";
	font-size: 14px;
	font-family: 'fontawesome';
	padding-right: 5px;
}
.dark-order-table table thead tr th{
	background-color: #03050C !important;
}

.dark-order-table table tbody tr:nth-of-type(odd) td {
	background-color: #050913 !important;
}
.dark-order-table table tbody tr:nth-of-type(even) td {
    background-color: #03050C !important; /* Even row background */
}
.dark-order-table table tbody tr:nth-of-type(even) {
    border: 1px solid #454D63 !important;
    /*border-bottom: 1px solid #454D63 !important;*/
    border-left: 0px !important;
    border-right: 0px !important;
}
.dark-order-table table tbody tr:nth-of-type(odd) {
    border: 1px solid #454D63 !important;
    /*border-bottom: 1px solid #454D63 !important;*/
    border-left: 0px !important;
    border-right: 0px !important;
}
.dark-order-table table tbody tr:hover td {
    background-color: #0E2236 !important; /* Hover effect */
}
.status-badge{
	padding: 10px 30px;
	border-radius: 50px;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
}
.pending{
	background:rgb(255 200 94 / 40%);
	color: #FFC85E;
}
.in-progress{
	background:rgb(94 216 255 / 40%);
	color: #5ED8FF;
}
.completed{
	background:rgb(132 241 130 / 40%);
	color: #84F182;
}
.partial{
	background:rgb(203 94 255 / 40%);
	color: #CB5EFF;
}
.cancelled{
	background:rgb(255 44 44 / 40%);
	color: #FF2C2C;
}

.dark-order-table table td{
	padding: 25px 10px;
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #9298AF;
}
.dark-order-table table td a.text-info{
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF !important;
}
.dark-order-table table td:hover a.text-info{
	color: #fff !important;
}
/*dark-new-order-section*/
.dark-new-order-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-new-order-box{
	width: 100%;
	height: auto;
	min-height: 450px;
	background:#060912;
	padding: 40px;
	display: inline-block;
	border:1px solid #131721;
	border-radius: 20px 20px 0 0;
}
/*ADD FUNDS Page*/
.add-funds-container{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-add-funds-box{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-add-funds-box-intro{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 20px;
	margin: 0 0 0 0;
}
.dark-add-funds-box-intro h1{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.dark-add-funds-form{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-add-funds-select-field{
	position: relative;
	margin-bottom: 10px;
}
.dark-add-funds-select-field select{
	font-family: "Poppins", serif;
	width: 100%;
	padding: 15px 10px;
	/*background:#fc0;*/
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #9298AF;
	text-indent: 20px;
	appearance: none; /* Removes default arrow */
    -webkit-appearance: none; /* Safari & Chrome */
    -moz-appearance: none; /* Firefox */
}
.dark-add-funds-select-field::after{
	content: "\f107"; /* Unicode for down arrow */
	font-family: "fontawesome";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Prevent click issues */
}
.dark-add-funds-input-field{
	margin-bottom: 10px;
}
.dark-add-funds-input-field input{
	font-family: "Poppins", serif;
	width: 100%;
	padding: 15px 10px;
	background:#020307;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-indent: 20px;
}
.dark-add-funds-submit-field{}
.dark-add-funds-submit-field input[type="submit"]{
	width: 30%;
	padding: 18px 30px;
	background: #FFCE2E;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
	margin-top: 10px;
}
.dark-submit-button{
	padding: 18px 30px;
	background: transparent !important;
	border:1px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 12px;
}
/*=========
affiliates Page
============*/
/*affiliates-analytics-section*/
.affiliates-analytics-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	border:1px solid #131721;
	border-radius: 20px;
}
.affiliates-box{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
}
.affiliates-box h1{
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin-bottom: 10px !important;
}
.affiliates-box p{
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
}
/*================
Child Panel Page
==================*/
.dark-child-panel-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	border-radius: 20px;
	border:1px solid #131721;
}
.dark-child-panel-form{
	width: 100%;
	height: auto;
}
.dark-child-panel-form input{
	font-family: "Poppins", serif;
    width: 100%;
    padding: 15px 10px;
    background: #020307;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-indent:10px;
    margin-bottom: 5px;
}
.dark-child-panel-form input::placeholder{
	font-size: 14px;
    font-weight: 400;
    color: #9298AF;
}
.dark-child-panel-options{
	position: relative;
	margin-bottom: 5px;
}
.dark-child-panel-options select{
	font-family: "Poppins", serif;
    width: 100%;
    padding: 15px 10px;
    background: #020307;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #9298AF;
    text-indent: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dark-child-panel-options select::placeholder{
	font-size: 14px;
    font-weight: 400;
    color: #9298AF;
}
.dark-child-panel-options::after{
	content: "\f107";
    font-family: "fontawesome";
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.dark-child-panel-nameservers{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	border-radius: 5px;
}
.dark-child-panel-nameservers-intro{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}
.dark-child-panel-nameservers-intro p{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
}
.dark-child-panel-nameservers-fields{
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}
.dark-child-panel-nameservers-fields input{
	font-family: "Poppins", serif;
    width: 60%;
    padding: 15px 10px;
    background: transparent;
    border:1px solid #444C62;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-indent:10px;
    margin-bottom: 10px;
}
.dark-child-panel-nameservers-fields input::placeholder{
	font-size: 14px;
    font-weight: 400;
    color: #9298AF;
}
.dark-child-panel-amount{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	border-radius: 5px;
	border:1px solid #454D63;
}
.dark-child-panel-amount-title{
	text-align: left;
}
.dark-child-panel-amount-title h1{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
}
.dark-child-panel-amount-price{
	text-align: right;
}
.dark-child-panel-amount-price h1{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
}
/*==========
API Page
============*/
.dark-api-key-configration-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0; 
}
.dark-api-table{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-api-table-row{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	border-top:1px solid #454D63;
	border-bottom:1px solid #454D63;
}
.dark-api-table-row:nth-child(even){
	border: 0px;
}
.dark-api-table-col{
	width: 50%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-api-table-col h1{
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	margin: 4px 0 0 0 !important;
}
.dark-api-service-toggle{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-api-toggle-section {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    border-top: 1px solid #454D63;
    border-bottom: 1px solid #454D63;
}
.dark-api-toggle-section:nth-child(even){
	border-top: 0;
}

.dark-api-toggle-title {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    cursor: pointer; /* Add pointer cursor to indicate it's clickable */
}

.dark-api-toggle-label {
    width: 90%;
    height: auto;
    float: left;
    margin: 0;
}

.dark-api-toggle-label h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
}
.dark-api-toggle-label h1::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #FFC85E;
}
.dark-api-toggle-label h1.lightBlue::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #5ED8FF;
}
.dark-api-toggle-label h1.Green::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #84F182;
}
.dark-api-toggle-label h1.Pink::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #CB5EFF;
}
.dark-api-toggle-label h1.Red::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #FF2C2C;
}
.dark-api-toggle-label h1.Purple::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #632CFF;
}
.dark-api-toggle-label h1.Yellow::before{
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
	background: #FFEA2C;
}
/*===========
Mass Order Page
=============*/
.massorder-box-section{
	width: 100%;
	height: auto;
}
.massorder-box{
	width: 100%;
    height: auto;
    min-height: 450px;
    padding: 40px;
    border: 1px solid #131721;
    border-radius: 20px;
}
.massorder-box label{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.massorder-box textarea{
	width: 100%;
	height: auto;
	min-height: 230px;
	float: left;
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #fff;
	padding: 10px;
}





.dark-api-toggle-icon {
    width: 10%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
    position: relative;
}

.dark-api-toggle-icon::after {
    content: "\f107"; /* Down arrow */
    font-family: "fontawesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}

.dark-api-toggle-desc-box {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding-bottom: 30px;
    display: none; /* Initially hide the description box */
    box-sizing: border-box;
}

.dark-api-toggle-desc-box.open {
    display: block; /* Show the description box when toggled */
}

.dark-api-toggle-icon.open::after {
    content: "\f106"; /* Up arrow when toggled */
    font-family: "fontawesome";
    color: #fff;
    font-size: 16px;
}
.dark-api-html-code-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-api-html-code-intro{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-api-html-code-intro h1{
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
}
.dark-api-html-code{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	border:1px solid #131721;
	border-radius: 20px;
}
.dark-api-html-code p{}
.dark-api-html-code textarea{
	width: 100%;
}
.dark-api-html-code textarea::placeholder{
	font-family: "Poppins", serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	color: #9298AF;
}
/*===========
Ticket Page
=============*/
.ticket-box-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.ticket-box{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
	padding: 40px;
	border:1px solid #131721;
	border-radius: 20px;
}
.ticket-box-row{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.ticket-box-row-title{
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0;
	padding: 10px 0;
}
.ticket-box-row-title h1{
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
}
.ticket-box-row-field{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.ticket-box-row-field input{
	width: 100%;
	padding: 20px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	color: #fff;
}
.ticket-box-row-field input::placeholder{
	color: #9298AF;
}
.ticket-box-row-field textarea{
	width: 100%;
	min-height: 120px;
	padding: 20px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	color: #fff;
	margin-top: 20px;
}
.ticket-box-row-field textarea::placeholder{
	color: #9298AF;
}
/*radio*/

/* Radio Group Styling */
.radio-group {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Custom Radio Button */
.radio-button {
    display: flex;
    align-items: center;
    justify-content: center; /* Ensures text stays centered */
    padding: 12px 40px;
    padding-left: 40px; /* Reserves space for checkmark */
    border: 1px solid #2E3546;
    border-radius: 30px;
    color: #2E3546;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative; /* Needed for absolute positioning of .custom-radio */
}

/* Hide Default Radio */
.radio-button input {
    display: none;
}

/* Custom Radio Circle - Positioned Absolutely */
.custom-radio {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    left: 10px; /* Positions to the left inside button */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    opacity: 0; /* Hidden by default */
    border: 1px solid transparent; /* Avoids layout shift */
}

/* Checkmark inside Custom Radio */
.custom-radio::after {
    content: "\f00c"; /* FontAwesome check icon */
    font-family: "Font Awesome 6 Free"; /* Correct FontAwesome font */
    font-weight: 900;
    font-size: 14px;
    color: white;
    display: none;
    position: absolute;
}

/* Show Circle and Checkmark when Selected */
.radio-button input:checked + .custom-radio {
    background-color: #7D57FB;
    border: 1px solid #7D57FB;
    opacity: 1; /* Now it's visible */
}

.radio-button input:checked + .custom-radio::after {
    display: block; /* Show checkmark */
}

/* Ensuring text remains centered */
.radio-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
/*==============
Account Page
================*/
.dark-account-panel-section{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-account-panel-theme-box{
	width: 100%;
    height: auto;
    padding: 40px;
    display: inline-block;
    border: 1px solid #131721;
    border-radius: 20px;
    margin-bottom: 10px;
}
.dark-account-panel-theme-box-field{
	width: 100%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.dark-account-panel-theme-box-field input{
	font-family: "Poppins", serif;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 15px 15px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.dark-account-panel-theme-box-field input::placeholder{
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 12px;
	color: #9298AF;
}