@font-face {
  font-family: 'Inter Variable';
  src: url('../fonts/') format('woff2'),
    url('../fonts/InterVariable.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Variable';
  src: url('../fonts/InterVariableItalic.woff2') format('woff2'),
    url('../fonts/InterVariableItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.conatiner {
  max-width: 1180px;
  margin: 0 auto;
}

body,
html {
  overflow-x: hidden;
  font-family: 'Inter Variable';
}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.logo_main img {
  max-width: 100%;
}

.headermain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  width: 85%;
  margin: 0 auto;
  position: fixed;
  top: 2rem;
  height: 120px;
  border: 1px solid #a6edef;
  border-radius: 1rem;
  overflow: hidden;
  filter: drop-shadow(0 0 11.5px #006fff);
  box-shadow: none;
  padding: 0 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
  background-color: #081028;
}


.header_menuss a {
  font-size: 18px;
  margin: 0 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
}

.header_menuss a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.header_menuss a:hover::after {
  left: auto;
  right: 0;
  opacity: 1;
  width: 100%;
}

.log_btn {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: block;
}

.registerbtn {
  font-size: 18px;
  color: #fff;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #071125;
  border: 1px solid #27639F;
  padding: 0 26px;
  border: 1px solid #a6edef;
  transition: all .6s ease-in-out;
  filter: drop-shadow(0 0 11.5px #006fff);
}

.registerbtn:hover {
  /* box-shadow: 0px 0px 30px 0px #27639F80; */
  box-shadow: none;
  background-color: #a6edef;
  color: #000000;
}

.bannervideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner_section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.banner_section::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
}

.banner_content {
  position: absolute;
  left: auto;
  z-index: 1;
  width: calc(100% - 134px);
  margin-left: auto;
  margin-right: 0;
  right: 0;
  bottom: 150px;
}

.banner_content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 15px;
}

.banner_content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  max-width: 790px;
  margin-bottom: 25px;
}

.get_started {
  background: linear-gradient(0deg, #27639F, #27639F), radial-gradient(16.46% 100% at 49.73% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  padding: 0 30px;
  margin-right: 20px;
}

.get_started:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.get_started img {
  margin-right: 14px;
}

.learnmore {
  background: #ffffff40;
  width: 156px;
  height: 56px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_main {
  background: #081028;
  padding: 100px 0 100px;
}

.footer_social a {
  border: 2px solid #FFFFFF1A;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #071125;
  margin-right: 14px;
}

.footer_social a img {
  max-width: 18px;
  transition: 0.3s ease-in-out;
  filter: brightness(40.5);
}

.footer_social a:hover img {
  filter: unset;
}

.footer_social a:hover img {
  transform: rotateY(360deg);
}

.footer_about p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}

.footer_about>img {
  margin-bottom: 20px;
  max-width: 161px;
}

.footer_social a:hover {
  /* box-shadow: 0px 0px 30px 0px #27639F80; */
  box-shadow: none;
  border: 1px solid #a6edef;
  filter: drop-shadow(0 0 6px #006fff);
}

.footer_menus h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer_links a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 20px;
  opacity: 0.6;
  position: relative;
  font-weight: 400;
}

.footer_links a::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.footer_links li {
  width: 100%;
}

.footer_links a:hover::after {
  left: auto;
  right: 0;
  opacity: 1;
  width: 100%;
}

.footer_links a:hover {
  opacity: 1;
}

.whychosse {
  background-color: #081028;
}

.webhead h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.webhead p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.whychosse_box {
  background-color: #09162D !important;
  background: linear-gradient(227.28deg, rgba(39, 99, 159, 0.1) 2.29%, rgba(39, 99, 159, 0.02) 50.01%, rgba(39, 99, 159, 0.06) 97.73%);
  border: 1px solid #27639F;
  border-radius: 16px;
  text-align: center;
  padding: 50px 30px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.whychosse_box:hover {
  /* box-shadow: 0px 0px 30px 0px #27639F80; */
  filter: drop-shadow(0 0 11.5px #006fff);
  border: 1px solid #a6edef;
  transform: translateY(-5px);
}

.whychosse_box h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-bottom: 11px;
}

.whychosse_box p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.whychosse_box img {
  max-width: 80px;
  margin-bottom: 35px;
}

.webhead {
  margin-bottom: 50px;
}

.tradingvideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.trading_prove {
  padding: 0;
  height: 646px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.trading_prove::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
}

.trading_prove .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.commanbtn {
  font-size: 18px;
  color: #fff;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #071125;
  border: 1px solid #27639F;
  padding: 0 35px;
}

.commanbtn:hover {
  /* box-shadow: 0px 0px 30px 0px #27639F80; */
  box-shadow: none;
  border: 1px solid #a6edef;
  filter: drop-shadow(0 0 11.5px #006fff);
  background-color: #a6edef;
  color: #000000;
}

.count_bx {
  font-size: 64px;
  font-weight: 700;
  line-height: 96px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.trading_count span {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: center;
  color: #fff;
}

.ourprogram {
  background-color: #081028;
}

.ourprogram_tabs {
  border-bottom: 1px solid #f2f2f224;
  margin: 0;
  display: inline-flex;
}

.ourprogram_tabs .nav-link {
  color: #999999;
  padding: 13px 49px;
  font-size: 15px;
  border: 0 !important;
  transition: 0.3s ease-in-out;
  position: relative;
}

.ourprogram_tabs .nav-link.active {
  color: #27639F;
  background-color: transparent;
}

.ourprogram_tabs .nav-link::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  background: linear-gradient(180deg, rgba(39, 99, 159, 0.1) 32.15%, rgba(39, 99, 159, 0.25) 100%);
}

.ourprogram_tabs .nav-link.active::after {
  height: 100%;
}

.ourprogram_tabs .nav-link::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: 0.3s ease-in-out;
  background: #27639F;
  margin: 0 auto;
}

.ourprogram_tabs .nav-link.active::before {
  width: 100%;
}

.ourprogram_box {
  background: #09162D;
  box-shadow: 0px 16px 40px 0px #1A40890F;
  padding: 32px 24px;
  border-radius: 16px;
  transition: 0.3s ease-in-out;
  border: 1px solid #ffffff26;
}

.ourprogram_box:hover {
  /* box-shadow: 0px 0px 30px 0px #27639F80; */
  box-shadow: none;
  border: 1px solid #a6edef;
  filter: drop-shadow(0 0 11.5px #006fff);
}

.ourprogram_top {
  text-align: left;
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 25px;
}

.ourprogram_top h3 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 18px;
}

.ourprogram_top a {
  color: #27639F;
  font-size: 22px;
  text-transform: capitalize;
  display: block;
}

.ourprogram_middle {
  padding: 25px 0 0;
}

.checkbox_main label {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  display: inline-block;
  position: relative;
  line-height: 20px;
}

.checkbox_main label::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-image: url(../img/checkborder.png);
  background-size: 18px;
}

.checkbox_main label::after {
  position: absolute;
  content: '';
  top: 2px;
  left: 5px;
  height: 10px;
  width: 13px;
  background-image: url(../img/check.png);
  background-size: 13px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}

.checkbox_main input:checked~label::after {
  opacity: 1;
  transform: scale(1);
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 15s linear infinite;
  display: flex;
  align-items: center;
}

.marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 51px;
  overflow-x: hidden;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.faq {
  position: relative;
  background-size: cover;
  background-position: center;
}

.faq::after {
  position: absolute;
  content: '';
  background-color: #081028;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.6;
}

.faq .container {
  position: relative;
  z-index: 2;
}

.clientslogo {
  background-color: #081028;
}

.logoclient {
  margin: 0 10px;
}

.logoclient img {
  max-width: 150px;
}

.faq_box .accordion-item {
  border: 1px solid #27639F;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 22px;
  background: #09162D;
  border: 1px solid #a6edef;
  transition: 0.3s ease-in-out;
}

.faq_box .accordion-item:hover {
  /* box-shadow: 0px 0px 30px 0px #27639F80; */
  box-shadow: none;
  border: 1px solid #a6edef;
  filter: drop-shadow(0 0 6px #006fff);
}

.faq_box .accordion-button {
  background-color: transparent !important;
  color: #fff;
  padding: 22px 25px;
  font-size: 20px;
  border: 0 !important;
  color: #27639F;
}

.faq_box .accordion-body p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  margin: 0;
  line-height: 26px;
}

.faq_box .accordion-body {
  padding: 0 26px 25px;
}

.faq_box .accordion-button.collapsed {
  color: #fff;
}

.faq_box  .accordion-button::after {
  position: absolute;
  content: '';
  height: 32px;
  width: 32px;
  background-image: url(../img/Accordion_plus.png) !important;
  background-size: 32px;
  right: 20px;
}

.faq_box .accordion-button:not(.collapsed)::after {
  background-image: url(../img/Accordion_minus.png) !important;
}

.webpanel {
  height: 100vh;
  overflow: hidden;
  background: #081028;
}

.login_page {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_left {
  width: 63.5%;
  height: 100%;
  background-image: url(../img/loginbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 70px 0 60px;
  display: flex;
  align-items: center;
}

.login_right {
  width: 36.5%;
  padding: 0 40px;
}

.login_left h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.login_page {
  background-color: #0B0B0F;
}

.loginbacdge {
  backdrop-filter: blur(64px);
  box-shadow: 0px 0px 0px 2px #FFFFFF1F;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #FFFFFF1F;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.075) 100%);
  font-size: 18px;
  padding: 10px 30px;
}

.dot::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: orange;
  border-radius: 50%;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.formhead h2 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}

.formhead p {
  font-size: 16px;
  color: #999999;
  margin: 0;
  font-weight: 500;
}

.formhead {
  margin-bottom: 25px;
}

.loginform .form-group .form-control {
  background: #01050A !important;
  border: 1px solid #ffffff99;
  border-radius: 6px;
  height: 40px;
  font-size: 16px;
  box-shadow: unset !important;
  color: #fff;
}

.loginform .form-group .form-control::placeholder {
  color: #999999;
}

.loginform .form-group label {
  font-size: 14px;
  color: #999999;
  margin: 0 0 5px;
  font-weight: 500;
}

.forgotlink {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 500;
  display: block;
}

.form_btn {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #006fff;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  height: 40px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border: 1px solid #006fff;
}

.form_btn:hover {
  /* box-shadow: 0px 0px 30px 0px #27639F80; */
  box-shadow: none;
  border: 1px solid #a6edef;
  background-color: #a6edef;
  color: #000000;
  filter: drop-shadow(0 0 11.5px #006fff);
}

.registernow {
  color: #27639F;
  text-decoration: underline;
}

.eyebtn {
  background-color: transparent;
  border: 0;
  box-shadow: unset;
  padding: 0;
  position: absolute;
  top: 34px;
  right: 28px;
}

.loginform .checkboxnew label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  line-height: 15px;
}

.checkboxnew label::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 10px;
  width: 10px;
  border: 1px solid #595959;
  height: 16px;
  width: 16px;
  border-radius: 2px;
}

.checkboxnew label::before {
  position: absolute;
  content: '';
  left: 4px;
  top: 4px;
  background-color: #27639F;
  height: 8px;
  width: 8px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}

.loginform .checkboxnew input:checked~label::before {
  transform: scale(1);
}


.webpanel_siderbarr {
  background: #0B1739;
  width: 19%;
  border-right: 1px solid #343B4F;
  transition: 0.3s ease-in-out;
}

.webpanel_siderbarr.hide_sidebar {
  width: 4%;
}

.webpanel_contentpart {
  width: 81%;
}

.webpanel_contentpart.admin_full {
  width: 96%;
}

.webpanel_logo {
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webpanel_links {
  position: relative;
  height: calc(100vh - 74px);
  overflow: auto;
  padding: 20px 0;
}

.webpanel_links a {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  color: #fff;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 16px;
  /* border-radius: 1rem; */
  margin: .25rem 0;
  filter: drop-shadow(0 0 6px #006fff);
}

.webpanel_links a.active {
  background-color: #F2F5FC;
  color: #0B1739;
}

.webpanel_links a:hover {
  box-shadow: none;
  background-color: #a6edef;
  color: #000000;
}

.webpanel_links a:hover span img {
  filter: brightness(0);
}

.webpanel_links a span {
  border: 1px solid #343B4F;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 50px;
}

.webpanel_links a span img {
  filter: brightness(20.5);
  max-width: 24px;
  transition: 0.3s ease-in-out;
}

.webpanel_links a.active span img {
  filter: unset;
}

.webpanel_links a.active span {
  border-color: #0B1739;
}

.webpanel_logo img {
  max-width: 40%;
  /* max-width: 80%; */
}

.webpanel_main {
  display: flex;
}

.webpanel_header {
  border-bottom: 1px solid #343B4F;
  background: #0B1739;
  height: 74px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
}

.dropdown_head button {
  background-color: transparent !important;
  border: 0;
  font-size: 14px;
  padding: 0;
}

.dropdown_head .dropdown-menu {
  background-color: #F2F5FC;
}

.dropdown_head .dropdown-menu .dropdown-item {
  font-size: 14px;
}

.dropdown_head .dropdown-menu {
  background: #27639F;
  box-shadow: 0px 0px 16px 0px #0000001A;
  border-radius: 6px;
  min-width: 130px;
  padding: 10px 15px;
  transform: unset !important;
  inset: unset !important;
  right: 0 !important;
  top: 38px !important;
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.dropdown_head .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #fff;
  background-color: transparent;
  padding: 7px 0;
}

.dropdown_head .dropdown-menu li a:hover {
  transform: translateY(-5px);
}

.notification img {
  max-width: 24px;
}

.newchallenge {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: #27639F;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  height: 34px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.newchallenge:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.profiledropdown button {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  border: 0;
  padding: 0;
}

.profiledropdown button span {
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
}

.profiledropdown button strong {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  color: #999999;
}

.profile_img {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.profile_img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.profiledropdown .dropdown-menu {
  background: #27639F;
  box-shadow: 0px 0px 16px 0px #0000001A;
  border-radius: 6px;
  min-width: 190px;
  padding: 10px 15px;
  transform: unset !important;
  inset: unset !important;
  right: 0 !important;
  top: 50px !important;
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.profiledropdown .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #fff;
  background-color: transparent;
  padding: 7px 0;
}

.profiledropdown .dropdown-menu li a:hover {
  transform: translateY(-5px);
}

.headerserach .form-control {
  background-color: #0B1739 !important;
  color: #ffffff;
  font-size: 14px;
  box-shadow: unset !important;
  height: 34px;
  border: none;
  padding: 10px;
  width: 100%;
  outline: none;
  padding-left: 40px;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 13px;
}

.headerserach .form-control::placeholder {
  color: #999999;
}

.headerserach .form-group {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(11, 23, 57, 0.5) 100%);
  padding: 1px;
  border-radius: 6px;
}

.headerserach {
  width: 306px;
}

.webpanel_inner {
  position: relative;
  height: calc(100vh - 74px);
  overflow-y: auto;
  padding: 16px 16px 40px;
  overflow-x: hidden;
}

.webpanel_heading {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.3px;
}

.balance {
  background: #27639F1A;
  border-radius: 4px;
  padding: 14px 24px;
  color: #fff;
  font-size: 13px;
}

.balance span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.social_icons a {
  height: 54px;
  width: 54px;
  margin: 0 10px;
}

.social_icons a img {
  max-width: 26px;
}

.certificated {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.certificated_slider .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #fff ! IMPORTANT;
  opacity: 0.3;
  border-radius: 30px;
  margin: 0 3px;
}

.certificated_slider .owl-dot.active {
  opacity: 1;
}

.certificated_slider .owl-dots {
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.slider_col {
  width: 27%;
}

.similar_boxes {
  background-color: #0B1739;
  margin: 0;
}

.similar_boxes_head {
  background-color: #343B4F;
  height: 50px;
  align-items: center;
  padding: 0 6px;
}

.similar_heading {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.3px;
}

.box_head_btn {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: #27639F;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  height: 34px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.box_head_btn:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.similar_main {
  padding: 10px 6px;
}

.Current_challenge label {
  border: 1px solid #343B4F;
  padding: 12px 9px 12px 35px;
  display: block;
  border-radius: 5px;
  position: relative;
}

.Current_challenge label::after {
  position: absolute;
  content: '';
  top: 14px;
  left: 8px;
  height: 20px;
  width: 20px;
  border: 1px solid #27639F;
  border-radius: 20px;
}

.Current_challenge label::before {
  position: absolute;
  content: '';
  top: 18px;
  left: 12px;
  height: 12px;
  width: 12px;
  background-color: #27639F;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: center;
}

.Current_challenge input:checked~label::before {
  transform: scale(1);
}

.challenge_botto strong {
  font-size: 18px;
  display: block;
  color: #fff;
}

.challenge_botto span {
  color: #999999;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

.challenge_top span {
  font-size: 12px;
  color: #ffff;
  display: block;
}

.srno {
  color: #F63C6B;
  font-size: 12px;
}

.active_badge {
  color: #3AC977;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3AC97733;
  border-radius: 50px;
  padding: 0 8px;
}

.inactive_badge {
  color: #27639F;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #27639F;
  border-radius: 50px;
  padding: 0 8px;
}

.Statistics_content span {
  color: #999999;
  font-size: 14px;
}

.Statistics_content strong {
  color: #fff;
  font-size: 14px;
}

.Statistics_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #343B4F;
  padding: 12px 0;
}

.Statistics_box .Statistics_content:last-child {
  border: 0;
}

.Statistics_input .form-control {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  box-shadow: unset !important;
}

.Statistics_input button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.trade_data {
  display: none;
  padding: 12px 12px;
}

.trade_box.active .trade_data {
  display: block;
}

.trade_box {
  background: #0B1739;
  border: 1px solid #343B4F;
  border-radius: 5px;
  cursor: pointer;
}

.trade_box_head {
  padding: 12px 16px;
  position: relative;
}

.trade_box_head::after {
  position: absolute;
  content: '';
  top: 10px;
  right: 12px;
  background-image: url(../img/aroorwdown.png);
  height: 23px;
  width: 23px;
}

.trade_box.active .trade_box_head::after {
  background-image: url(../img/arrowup.png);
}

.trade_box_head h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.trade_status {
  color: #F63C6B;
  font-size: 12px;
  background: #F63C6B1A;
  border-radius: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.daysleft {
  color: #999999;
  font-size: 12px;
}

.trade_data_inner {
  border: 1px solid #343B4F;
  border-radius: 5px;
}

.trade_list span {
  color: #999999;
  font-size: 12px;
}

.trade_list strong {
  color: #fff;
  font-size: 12px;
}

.trade_list {
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #343B4F;
}

.trade_data_inner .trade_list:last-child {
  border-bottom: 0;
}

.webpanel_inner::-webkit-scrollbar {
  width: 10px;
}

.webpanel_inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.webpanel_inner::-webkit-scrollbar-thumb {
  background: #0B1739;
}

.webpanel_inner::-webkit-scrollbar-thumb:hover {
  background: #0B1739;
}

.sidebar_btn img {
  filter: brightness(20.5);
  max-width: 33px;
}

.webpanel_links a label {
  transition: 0.3s ease-in-out;
}

.webpanel_siderbarr.hide_sidebar .webpanel_logo img {
  max-width: 100%;
}

.webpanel_siderbarr.hide_sidebar .webpanel_links a label {
  display: none;
  opacity: 0;
}

.webpanel_siderbarr.hide_sidebar .webpanel_links a {
  padding: 0;
  justify-content: center;
}

.webpanel_siderbarr.hide_sidebar .webpanel_links a span {
  margin: 0;
}

.challenges_box {
  backdrop-filter: blur(40px);
  background: #0B1739;
  transition: 0.3s all;
}

.challenges_box:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.challenges_top {
  background: #343B4F;
  text-align: center;
  padding: 15px 10px;
}

.challenges_top h3 {
  color: #fff;
  font-size: 20px;
}

.challenges_top span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.tradeup {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.075) 100%);
  border: 0.75px solid #f2f2f24f;
  border-radius: 50px;
  color: #fff;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 0 20px;
}

.challenges_bottom {
  padding: 30px 30px;
}

.challenges_bottom h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.challenges_bottom ul {
  padding-left: 26px;
  margin: 0 0 30px;
  list-style: none;
}

.challenges_bottom ul li {
  font-size: 15px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
}

.challenges_bottom ul li::after {
  position: absolute;
  content: '';
  left: -23px;
  top: 2px;
  background-image: url(../img/tick.png);
  height: 16px;
  width: 16px;
}

.challenges_btn {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: #27639F;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  height: 34px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.challenges_btn:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.ProductType {
  border-bottom: 1px solid #343B4F;
  margin: 0 5px;
  padding: 18px 0;
}

.Producthead {
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.3px;
}

.productradio label {
  background: #0B1739;
  border: 2px solid #343B4F;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
  height: 60px;
  font-size: 16px;
  color: #fff;
}

.productradio input:checked~label {
  background: #27639F33;
  border: 2px solid #27639F;
  color: #27639F;
}

.form_design .form-group .form-control {
  background-color: #0B1739 !important;
  color: #ffffff;
  font-size: 14px;
  box-shadow: unset !important;
  height: 40px;
  padding: 8px 14px;
  width: 100%;
  outline: none;
  border: 1px solid #ffffff99;
}

.form_design .form-group .form-control::placeholder {
  color: #999999;
}

.form_design .form-group label {
  font-size: 14px;
  color: #999999;
  margin: 0 0 5px;
  font-weight: 500;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  font-size: 18px;
}

.form_design .form-group .form-select {
  background-color: #0B1739 !important;
  color: #ffffff;
  font-size: 14px;
  box-shadow: unset !important;
  height: 40px;
  padding: 8px 14px;
  width: 100%;
  outline: none;
  border: 1px solid #ffffff99;
}

.formbtn1 {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #27639F;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  height: 46px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.formbtn1:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.formbtn2 {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #343B4F;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  height: 46px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.formbtn2:hover {
  box-shadow: 0px 0px 30px 0px #343b4fa6;
}

.btnform {
  background: #081028;
  margin: 0 -20px -16px;
  padding: 18px 8px 16px;
}

.purchaserow span {
  color: #fff;
  font-size: 16px;
  display: block;
}

.purchaserow strong {
  color: #fff;
  font-size: 16px;
  display: block;
}

.form_design .conditions_check label {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fff;
  padding-left: 24px;
}

.conditions_check label::after {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.conditions_check label::before {
  position: absolute;
  content: '';
  top: 6px;
  left: 4px;
  height: 8px;
  width: 8px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: center;
}

.conditions_check input:checked~label::before {
  transform: scale(1);
}

.form_design .paymentradio label {
  border: 1px solid #ffffff99;
  padding: 11px 15px 12px 48px;
  display: block;
  border-radius: 6px;
  position: relative;
  color: #fff;
  font-size: 15px;
}

.paymentradio label::after {
  position: absolute;
  content: '';
  top: 10px;
  left: 12px;
  height: 24px;
  width: 24px;
  border: 1px solid #999999;
  border-radius: 20px;
}

.paymentradio label::before {
  position: absolute;
  content: '';
  top: 15px;
  left: 17px;
  height: 14px;
  width: 14px;
  background-color: #27639F;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: center;
}

.paymentradio input:checked~label::before {
  transform: scale(1);
}

.paymentradio input:checked~label {
  background: #27639F33;
}

.comman_table .table tr th {
  background: #0B1739;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  padding: 10px 16px;
  border: 0;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

.comman_table .table {
  border: 1px solid #444444;
}

.comman_table .table tr th:nth-child(1),
.comman_table .table tr th:nth-child(2) {
  text-align: left;
}

.comman_table .table tbody tr td {
  border-bottom: 1px solid #444444;
  font-weight: 500;
  font-size: 13px;
  padding: 19px 16px;
  background: #081028;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.comman_table .table tbody tr td:nth-child(1),
.comman_table .table tbody tr td:nth-child(2) {
  text-align: left;
}

.comman_table .table tbody tr:last-child td {
  border: 0 !important;
}

.activeuser {
  background: #3AC9771A;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #3AC977;
  padding: 0 15px;
}

.inactiveuser {
  background: #FF5E5E1A;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #FF5E5E;
  padding: 0 15px;
}

.tablebtn1 {
  background: #27639F;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
}

.tablebtn2 {
  background: #343B4F;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px;
}

.tablebtn3 {
  background: #081028;
  border: 1px solid #27639F;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #27639F;
  padding: 0 15px;
}

.tablebtn4 {
  background: #081028;
  border: 1px solid #444444;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #343B4F;
  padding: 0 15px;
}

.pagicontent {
  color: #fff;
  font-size: 14px;
}

.table_pagination .page-item:first-child .page-link {
  background-color: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 14.63px;
  color: #fff;
  padding: 0;
}

.table_pagination .page-item:last-child .page-link {
  background-color: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 14.63px;
  color: #fff;
  padding: 0;
}

.table_pagination .page-item:not(:first-child) .page-link {
  background: transparent;
  border: 0;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 14.63px;
  text-align: center;
  color: #27639F;
  border-radius: 8px;
}

.table_pagination .page-item:not(:first-child) .page-link.active {
  background: #27639F;
  color: #fff;
}

.table_pagination .page-item:not(:first-child) {
  margin: 0 5px;
}

.table_pagination .page-item:last-child {
  margin: 0;
}

.table_pagination .page-item:last-child .page-link {
  background-color: transparent !important;
}



.tableradio label {
  padding-left: 30px;
  display: inline-block;
  position: relative;
}

.tableradio input:checked~label::before {
  transform: scale(1);
}

.tableradio label::before {
  position: absolute;
  content: '';
  top: 6px;
  left: 13px;
  height: 7px;
  width: 7px;
  background-color: #27639F;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
  transform-origin: center;
}

.tableradio label::after {
  position: absolute;
  content: '';
  top: 1px;
  left: 8px;
  height: 17px;
  width: 17px;
  border: 1px solid #27639F;
  border-radius: 20px;
}

.ctamain {
  background: #27639F1A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
}

.cta_content h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 24px;
  line-height: 35px;
}

.cta_content p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 15px;
}

.panelbtn_1:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.panelbtn_1 {
  border: 0;
  border-radius: 5px;
  background: #27639F;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  height: 34px;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.panelbtn_2 {
  border: 0;
  border-radius: 5px;
  background: #081028;
  border: 1px solid #27639F;
  font-weight: 500;
  font-size: 13px;
  color: #27639F;
  height: 34px;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.panelbtn_2:hover {
  box-shadow: 0px 0px 30px 0px #27639F80;
}

.comman_table .table tbody tr th {
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

.progress-bar-container-red {
  width: 80px;
  height: 12px;
  background: #343B4F;
  border-radius: 2px;
  padding: 0;
}

.progress-bar-container-red .progress-bar {
  height: 100%;
  width: 69px;
  background: #DD1813;
  border-radius: 2px;
}

.progress-bar-container-yellow {
  width: 80px;
  height: 12px;
  background: #343B4F;
  border-radius: 2px;
  padding: 0;
}

.progress-bar-container-yellow .progress-bar {
  height: 100%;
  width: 38px;
  background: #FFBE30;
  border-radius: 2px;
}

.progress-bar-container-green {
  width: 80px;
  height: 12px;
  background: #343B4F;
  border-radius: 2px;
  padding: 0;
}

.progress-bar-container-green .progress-bar {
  height: 100%;
  width: 14px;
  background: #008922;
  border-radius: 2px;
}

.tabbtns {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background: #343B4F;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  height: 34px;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.tabbtns.active {
  background: #27639F;
}

.viewdetails {
  color: #589CFF !important;
  border-bottom: 1px solid;
}

.myprofileimg {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
  height: 100px;
  width: 100px;
}

.btnprofileedit {
  background: #0B1739;
  border: 4px solid #13446B;
  border-radius: 50px;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: -3px;
}

.profiledetails {
  background: #0B1739;
  margin: 0;
  padding: 30px 20px 30px;
}

.profiledetails h2 {
  color: #ffff;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.editdetails {
  color: #27639F;
  background: #27639F14;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}

.editdetails img {
  margin-right: 8px;
}

.details_box span {
  color: #999999;
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.details_box strong {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.settings_main {
  margin: -16px -28px;
}

.settings_main .nav-tabs {
  background: #0B1739;
  border-bottom: 1px solid #343B4F;
  height: 48px;
}

.settings_main .nav-tabs .nav-link {
  color: #999999;
  padding: 10px 35px;
  border: 0;
  border-radius: 0;
  position: relative;
}

.settings_main .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #27639F;
}

.settings_main .nav-tabs .nav-link::after {
  position: absolute;
  content: '';
  bottom: 0;
  height: 2px;
  width: 100%;
  background: radial-gradient(42.4% 100% at 50% 101.79%, #27639F 34.47%, rgba(5, 5, 5, 0) 100%);
  transform: scale(0);
  transform-origin: center;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.settings_main .nav-tabs .nav-link.active::after {
  transform: scale(1);
  opacity: 1;
}

.settings_inner {
  margin: 26px 10px;
}

.inputdesign {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(11, 23, 57, 0.5) 100%);
  padding: 1px;
  border-radius: 6px;
}

.settings_form .form-control {
  background-color: #0B1739 !important;
  color: #ffffff;
  font-size: 14px;
  box-shadow: unset !important;
  height: 40px;
  border: none;
  padding: 12px;
  width: 100%;
  outline: none;
}

.settings_form label {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}

.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: #0B1739;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #0B1739;
}

.table {
  margin-bottom: 0;
}

.filterselect {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(11, 23, 57, 0.5) 100%);
  padding: 1px;
  border-radius: 6px;
}

.filterselect .form-select {
  background-color: #0B1739 !important;
  color: #ffffff;
  font-size: 14px;
  box-shadow: unset !important;
  height: 32px;
  border: none;
  padding: 6px 26px 6px 15px;
  width: 96px;
  outline: none;
  background-image: url(../img/dowpdown.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  background-size: 8px;
}

.Certificatemodal .modal-content {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.Certificatemodal .modal-dialog {
  max-width: 629px;
  margin: 0 auto;
}

.certificated_imgg img {
  max-width: 100%;
}

.Certificatemodal .btn-close {
  opacity: 1;
  filter: invert(1);
  position: absolute;
  right: -30px;
}

.Video_box h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 9px;
}

.Video_box p {
  font-size: 14px;
  color: #fff;
}

.Video_main {
  height: 190px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.Video_main video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.agreements_content h1,
.agreements_content h2,
.agreements_content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.agreements_content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 22px;
}

.agreements_content ul {
  margin-bottom: 25px;
}

.agreements_content ul li p {
  margin-bottom: 0;
}

.agreements_content ul li {
  list-style: circle;
  color: #fff;
  margin-bottom: 10px;
}

.ul_design {
  list-style: circle;
  color: #fff;
  font-size: 13px;
}

.Logoutmodal .modal-content {
  background: #081028;
  border-radius: 12px;
  box-shadow: 0px 20px 24px -4px #0A0D121A;
}

.Logoutmodal .modal-dialog {
  max-width: 400px;
}

.modal-backdrop.fade.show {
  opacity: 0.3;
  background-color: #ffffff;
}

.logout_content h2 {
  color: #fff;
  font-size: 20px;
  margin: 15px 0 10px;
}

.logout_content p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}

.Logoutmodal .panelbtn_1,
.Logoutmodal .panelbtn_2 {
  font-size: 16px;
  height: 44px;
  border-radius: 5px;
}

.logout_content .btn-close {
  position: absolute;
  right: 0;
  opacity: 1;
  filter: invert(1);
}

.Logoutmodal .modal-body {
  padding: 20px;
}


.faqs_main .accordion-item {
  background: #0B1739;
  border-radius: 0 !important;
  border: 0 !important;
}

.faqs_main .accordion-button {
  border-radius: 0 !important;
  box-shadow: none;
  border: 1px solid #0B1739;
  background: #0B1739;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 20px 30px;
}

.faqs_main .accordion-body {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding: 0 30px 25px;
}

.faqs_main .accordion-button::after {
  position: absolute;
  content: '';
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/minus.png);
  height: 16px;
  width: 16px;
  background-size: 16px;
}

.faqs_main .accordion-button.collapsed {
  border: 1px solid #444444;
  background: #081028;
}

.faqs_main .accordion-button.collapsed::after {
  background-image: url(../img/plus.png);
}

.themedorpdown button span {
  border: 1px solid #FFFFFF;
  background: #081028;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border-radius: 50px;
}

.themedorpdown button {
  padding: 0;
  border: 0;
  box-shadow: unset;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0 18px 0px 0;
  position: relative;
  overflow: unset;
}

.themedorpdown button::after {
  position: absolute;
  content: '';
  top: 51%;
  right: 0;
  background-image: url(../img/dowpdown.png);
  height: 10px;
  width: 10px;
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.themedorpdown .dropdown-menu {
  background: #0B1739;
  border: 0;
  box-shadow: 0px 19px 60px 0px #000000a1;
  right: 0 !important;
  left: auto !important;
  border-radius: 14px;
  min-width: 254px;
  top: 16px !important;
  padding: 0;
}

.themedorpdown_head {
  border-bottom: 0.5px solid #979797;
  color: #fff;
  padding: 14px 20px;
}

.themecolor_inner {
  padding: 20px 20px;
}

.theme_color {
  font-size: 14px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.themecolor_inner .theme_color:last-child {
  padding-bottom: 0;
}

.theme_color span {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
  border: 1px solid #ffff;
}

.theme_main {
  background: #0B1739;
}

.theme_yellow {
  background: rgb(244, 198, 61);
}

.theme_green {
  background: hsl(120deg 46% 38%) 17%;
}

.theme_red {
  background: hsl(3deg 71% 55%) 17%;
}

.theme_gray {
  background: hsl(240deg 1% 30%);
}

.theme_color::after {
  position: absolute;
  content: '';
  right: 0;
  height: 18px;
  width: 18px;
  background-image: url(../img/check1.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}

.theme_color.active::after {
  transform: scale(1);
}

/* mobile-header */
.mobile_header {
  background-color: #081028;
  height: 100vh;
  width: 0%;
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 100;
  padding-top: 70px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.mobile_header .mobile_header_content {
  padding: 30px 20px 30px;
}

.mobile_header .log_btn {
  width: 100%;
  border-radius: 50px;
  background: #071125;
  border: 1px solid #27639F;
  height: 40px;
  line-height: 40px;
}

.logo_main {
  width: 100px;
  display: inline-block;
}

.logo_text {
  margin-left: 10px;
}
.mobile_header .header_menuss a{
  width: fit-content;
}
/* mobile-header */
.faq_tabs .nav-item .nav-link {
  background: #071125;
  border: 1px solid #FFFFFF;
  color: #F9F9FD;
  margin: 0 .75rem;
  padding: .75rem 1.5rem;
  border-radius: 12px;
  transition: all .6s ease-in;
  filter: drop-shadow(0 0 6px #006fff);
}

.faq_tabs .nav-item .nav-link:hover {
  box-shadow: none;
  border: 1px solid #a6edef;
  background-color: #a6edef;
  color: #000000;
}

.faq_tabs .nav-item .nav-link.active {
  border: 1px solid #a6edef;
  background-color: #a6edef;
  color: #000000;
}

/* Yellow theme end */
body.yellow-mode {

  & .webpanel_siderbarr {
    background-color: rgb(244, 198, 61);
  }

  & .webpanel_links a span {
    border: 1px solid #FFFFFF;
  }

  & .webpanel_links a label {
    color: #000000;
  }

  & .webpanel_links a span img {
    filter: brightness(0);
  }

  & .webpanel_links a.active {
    background-color: #09162D;
    color: #FFFFFF;

    & span img {
      filter: brightness(1);
    }

    & label {
      color: #FFFFFF;
    }
  }

  & .webpanel_header {
    background: rgb(242, 201, 78);
  }

  & .similar_boxes_head {
    background: rgb(242, 201, 78);
  }

  & .trade_box {
    background: rgb(242, 201, 78);

    & .trade_box_head h3 {
      color: #000000;
    }

    & .trade_status {
      background-color: #F63C6B;
      color: #fff;
    }

    & .daysleft {
      color: #000000;
    }

    & .trade_box_head::after {
      filter: brightness(0);
    }
  }

  & .similar_boxes,
  & .challenges_box,
  & .comman_table .table tbody tr td,
  & .ctamain,
  & .profiledropdown .dropdown-menu,
  & .profiledetails,
  & .faqs_main .accordion-collapse.collapse.show {
    color: #000000;
    background: linear-gradient(180deg, #f9f7b8 10%, rgb(247, 212, 106) 100%);
  }

  & .details_box span {
    font-weight: 600;
  }

  & .settings_form .form-control {
    color: #000000;
    background-color: #FFFFFF !important;
  }

  & .details_box strong,
  & .faqs_main .accordion-body,
  & .faqs_main .accordion-button,
  & .profiledetails h2,
  & .details_box span,
  & .profiledropdown .dropdown-menu li a,
  & .cta_content h3,
  & .cta_content p,
  & .challenges_bottom h4,
  & .challenges_bottom ul li,
  & .challenges_top h3,
  & .challenges_top span,
  & .tradeup,
  & .profiledropdown button span,
  & .challenge_top span,
  & .challenge_botto strong,
  & .challenge_botto span,
  & .logout_content h2,
  & .logout_content p,
  & .Statistics_content span,
  & .Statistics_content strong,
  & .Statistics_input .form-control {
    color: #000000;
  }

  & .notification img,
  & .eyebtn img,
  & .challenges_bottom ul li::after,
  & .faqs_main .accordion-button.collapsed::after {
    filter: brightness(0);
  }

  & .challenges_top,
  & .comman_table .table tr th,
  & .faqs_main .accordion-button {
    background: rgb(242, 201, 78);
  }

  & .tradeup {
    box-shadow: 0 0 11.5px #000000;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.075) 100%);
  }

  & .tablebtn3,
  & .balance,
  & .Logoutmodal .modal-content,
  & .table_pagination .page-item:not(:first-child) .page-link.active {
    color: #000000;
    background: rgb(242, 201, 78);
    box-shadow: 0 0 11.5px #000000;
  }

  & .activeuser {
    background: #3ac977;
    color: #000703;
  }

  & .tablebtn4,
  & .panelbtn_2 {
    border: 1px solid #000000;
    color: #000000;
    background: rgba(242, 201, 78, 0.545);
  }
}

/* Yellow theme start */
/* green theme start */
body.green-mode {

  & .webpanel_siderbarr {
    background: hsl(122deg 65% 55%) 70%;
  }

  & .webpanel_links a span {
    border: 1px solid #FFFFFF;
  }

  & .webpanel_links a label {
    color: #000000;
  }

  & .webpanel_links a span img {
    filter: brightness(0);
  }

  & .webpanel_links a.active {
    background-color: #09162D;
    color: #FFFFFF;

    & span img {
      filter: brightness(1);
    }

    & label {
      color: #FFFFFF;
    }
  }

  & .webpanel_header {
    background: hsl(122deg 65% 55%) 70%;
  }

  & .similar_boxes_head {
    background: hsl(122deg 65% 55%) 70%;
  }

  & .trade_box {
    background: hsl(122deg 65% 55%) 70%;

    & .trade_box_head h3 {
      color: #000000;
    }

    & .trade_status {
      background-color: #F63C6B;
      color: #fff;
    }

    & .daysleft {
      color: #000000;
    }

    & .trade_box_head::after {
      filter: brightness(0);
    }
  }

  & .similar_boxes,
  & .challenges_box,
  & .comman_table .table tbody tr td,
  & .ctamain,
  & .profiledropdown .dropdown-menu,
  & .profiledetails,
  & .faqs_main .accordion-collapse.collapse.show {
    color: #000000;
    background: linear-gradient(180deg, #f9f7b8 10%, hsl(122deg 65% 55%) 70% 100%);
  }

  & .details_box span {
    font-weight: 600;
  }

  & .settings_form .form-control {
    color: #000000;
    background-color: #FFFFFF !important;
  }

  & .details_box strong,
  & .faqs_main .accordion-body,
  & .faqs_main .accordion-button,
  & .profiledetails h2,
  & .details_box span,
  & .profiledropdown .dropdown-menu li a,
  & .cta_content h3,
  & .cta_content p,
  & .challenges_bottom h4,
  & .challenges_bottom ul li,
  & .challenges_top h3,
  & .challenges_top span,
  & .tradeup,
  & .profiledropdown button span,
  & .challenge_top span,
  & .challenge_botto strong,
  & .challenge_botto span,
  & .logout_content h2,
  & .logout_content p,
  & .Statistics_content span,
  & .Statistics_content strong,
  & .Statistics_input .form-control {
    color: #000000;
  }

  & .notification img,
  & .eyebtn img,
  & .challenges_bottom ul li::after,
  & .faqs_main .accordion-button.collapsed::after {
    filter: brightness(0);
  }

  & .challenges_top,
  & .comman_table .table tr th,
  & .faqs_main .accordion-button {
    background: hsl(122deg 65% 55%) 70%;
  }

  & .tradeup {
    box-shadow: 0 0 11.5px #000000;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.075) 100%);
  }

  & .tablebtn3,
  & .balance,
  & .Logoutmodal .modal-content,
  & .table_pagination .page-item:not(:first-child) .page-link.active {
    color: #000000;
    background: hsl(122deg 65% 55%) 70%;
    box-shadow: 0 0 11.5px #000000;
  }

  & .activeuser {
    background: #3ac977;
    color: #000703;
  }

  & .tablebtn4,
  & .panelbtn_2 {
    border: 1px solid #000000;
    color: #000000;
    background: hsl(122deg 65% 55%) 90%;
  }
}

/* green theme end */
/* red theme start */
body.red-mode {

  & .webpanel_siderbarr {
    background: hsl(3deg 71% 55%) 70%;
  }

  & .webpanel_links a span {
    border: 1px solid #FFFFFF;
  }

  & .webpanel_links a label {
    color: #000000;
  }

  & .webpanel_links a span img {
    filter: brightness(0);
  }

  & .webpanel_links a.active {
    background-color: #09162D;
    color: #FFFFFF;

    & span img {
      filter: brightness(1);
    }

    & label {
      color: #FFFFFF;
    }
  }

  & .webpanel_header {
    background: hsl(3deg 71% 55%) 70%;
  }

  & .similar_boxes_head {
    background: hsl(3deg 71% 55%) 70%;
  }

  & .trade_box {
    background: hsl(3deg 71% 55%) 70%;

    & .trade_box_head h3 {
      color: #000000;
    }

    & .trade_status {
      background-color: #F63C6B;
      color: #fff;
    }

    & .daysleft {
      color: #000000;
    }

    & .trade_box_head::after {
      filter: brightness(0);
    }
  }

  & .similar_boxes,
  & .challenges_box,
  & .comman_table .table tbody tr td,
  & .ctamain,
  & .profiledropdown .dropdown-menu,
  & .profiledetails,
  & .faqs_main .accordion-collapse.collapse.show {
    color: #000000;
    background: linear-gradient(180deg, #f9f7b8 10%, hsl(3deg 71% 55%) 70% 100%);
  }

  & .details_box span {
    font-weight: 600;
  }

  & .settings_form .form-control {
    color: #000000;
    background-color: #FFFFFF !important;
  }

  & .details_box strong,
  & .faqs_main .accordion-body,
  & .faqs_main .accordion-button,
  & .profiledetails h2,
  & .details_box span,
  & .profiledropdown .dropdown-menu li a,
  & .cta_content h3,
  & .cta_content p,
  & .challenges_bottom h4,
  & .challenges_bottom ul li,
  & .challenges_top h3,
  & .challenges_top span,
  & .tradeup,
  & .profiledropdown button span,
  & .challenge_top span,
  & .challenge_botto strong,
  & .challenge_botto span,
  & .logout_content h2,
  & .logout_content p,
  & .Statistics_content span,
  & .Statistics_content strong,
  & .Statistics_input .form-control {
    color: #000000;
  }

  & .notification img,
  & .eyebtn img,
  & .challenges_bottom ul li::after,
  & .faqs_main .accordion-button.collapsed::after {
    filter: brightness(0);
  }

  & .challenges_top,
  & .comman_table .table tr th,
  & .faqs_main .accordion-button {
    background: hsl(3deg 71% 55%) 70%;
  }

  & .tradeup {
    box-shadow: 0 0 11.5px #000000;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(255, 255, 255, 0.075) 100%);
  }

  & .tablebtn3,
  & .balance,
  & .Logoutmodal .modal-content,
  & .table_pagination .page-item:not(:first-child) .page-link.active {
    color: #000000;
    background: hsl(3deg 71% 55%) 70%;
    box-shadow: 0 0 11.5px #000000;
  }

  & .activeuser {
    background: #3ac977;
    color: #000703;
  }

  & .tablebtn4,
  & .panelbtn_2 {
    border: 1px solid #000000;
    color: #000000;
    background: hsl(3deg 71% 55%);
  }
}

/* red theme end */
/* gray theme start */
body.gray-mode {

  & .webpanel_siderbarr {
    background: hsl(240deg 1% 30%) 70%;
  }

  & .webpanel_links a {
    filter: unset;
  }

  & .webpanel_links a span {
    border: 1px solid #000000;
  }

  & .webpanel_links a label {
    color: #000000;
  }

  & .webpanel_links a span img {
    filter: brightness(1);
  }

  & .webpanel_links a.active {
    background-color: #09162D;
    color: #FFFFFF;

    & span img {
      filter: brightness(1);
    }

    & label {
      color: #FFFFFF;
    }
  }

  & .webpanel_header {
    background: hsl(240deg 1% 30%) 70%;
  }

  & .similar_boxes_head {
    background: hsl(240deg 1% 30%) 70%;
  }

  & .trade_box {
    background: hsl(240, 0%, 59%) 70%;

    & .trade_box_head h3 {
      color: #000000;
    }

    & .trade_status {
      background-color: #F63C6B;
      color: #fff;
    }

    & .daysleft {
      color: #000000;
    }

    & .trade_box_head::after {
      filter: brightness(1);
    }
  }

  & .similar_boxes,
  & .challenges_box,
  & .comman_table .table tbody tr td,
  & .ctamain,
  & .profiledropdown .dropdown-menu,
  & .profiledetails,
  & .accordion-collapse.collapse.show {
    color: #000000;
    background-color:rgba(167, 163, 163, 0.685);
  }

  & .details_box span {
    font-weight: 600;
  }

  & .settings_form .form-control {
    color: #000000;
    background-color: #FFFFFF !important;
  }

  & .details_box strong,
  & .faqs_main .accordion-body,
  & .faqs_main .accordion-button,
  & .profiledetails h2,
  & .details_box span,
  & .profiledropdown .dropdown-menu li a,
  & .cta_content h3,
  & .cta_content p,
  & .challenges_bottom h4,
  & .challenges_bottom ul li,
  & .challenges_top h3,
  & .challenges_top span,
  & .tradeup,
  & .profiledropdown button span,
  & .challenge_top span,
  & .challenge_botto strong,
  & .challenge_botto span,
  & .logout_content h2,
  & .logout_content p,
  & .Statistics_content span,
  & .Statistics_content strong,
  & .Statistics_input .form-control {
    color: #000000;
  }

  & .notification img,
  & .eyebtn img,
  & .challenges_bottom ul li::after,
  & .faqs_main .accordion-button.collapsed::after {
    filter: brightness(1);
  }

  & .challenges_top,
  & .comman_table .table tr th,
  & .faqs_main .accordion-button {
    background: hsl(240deg 1% 30%) 70%;
  }

  & .tradeup {
    box-shadow: 0 0 11.5px #FFFFFF;
    background: rgba(255, 255, 255, 0.075);
  }

  & .tablebtn3,
  & .balance,
  & .Logoutmodal .modal-content,
  & .table_pagination .page-item:not(:first-child) .page-link.active {
    color: #FFFFFF;
    background: hsl(240deg 1% 30%) 70%;
    box-shadow: 0 0 11.5px #000000;
  }

  & .activeuser {
    background: #3ac977;
    color: #000000;
  }

  & .tablebtn4,
  & .panelbtn_2 {
    border: 1px solid #000000;
    color: #000000;
    background: hsl(240deg 1% 30%);
  }
}

/* gray theme end */