/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap");*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&family=Poppins:wght@100;300;400;500;600;700;900&display=swap");

/* line 13, ../scss/_common.scss */
body,
html {
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 122, 24, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(120, 80, 255, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
  font-family: "PT Sans", sans-serif;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  font-weight: 400;
}

/* line 22, ../scss/_common.scss */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 29, ../scss/_common.scss */
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 35, ../scss/_common.scss */
.container {
  padding: 0 16px;
}

@media (min-width: 768px) {
  /* line 35, ../scss/_common.scss */
  .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}

@media (min-width: 1440px) {
  /* line 35, ../scss/_common.scss */
  .container {
    max-width: 1340px;
  }
}

/* line 46, ../scss/_common.scss */
.btn-red {
  width: 100%;
  padding: 9px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  background: #ffac41;
  border-radius: 20px;
}

@media (min-width: 1600px) {
  /* line 46, ../scss/_common.scss */
  .btn-red {
    padding: 9px;
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 62, ../scss/_common.scss */
.btn-red:hover {
  color: #000;
}

/* line 65, ../scss/_common.scss */
.btn-red:focus {
  outline: 0;
  box-shadow: none;
}

/* line 71, ../scss/_common.scss */
.btn-red-border {
  width: 100%;
  cursor: pointer;
  padding: 9px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  border: 2px solid #ffac41;
  border-radius: 20px;
}

@media (min-width: 1600px) {
  /* line 71, ../scss/_common.scss */
  .btn-red-border {
    padding: 9px;
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 87, ../scss/_common.scss */
.btn-red-border:hover {
  color: #ffffff;
}

/* line 90, ../scss/_common.scss */
.btn-red-border:focus {
  outline: 0;
  box-shadow: none;
}

/* line 96, ../scss/_common.scss */
input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

/* line 109, ../scss/_common.scss */
.slider-track {
  width: 100%;
  height: 2px;
  margin: 0 auto 15px;
  position: static;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background: #7b593c !important;
}

@media (min-width: 992px) {
  /* line 109, ../scss/_common.scss */
  .slider-track {
    margin: 20px auto 15px;
  }
}

/* line 121, ../scss/_common.scss */
input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

/* line 125, ../scss/_common.scss */
input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

/* line 129, ../scss/_common.scss */
input[type="range"]::-ms-track {
  appearance: none;
  height: 5px;
}

/* line 133, ../scss/_common.scss */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background-color: #ffac41;
  cursor: pointer;
  margin-top: -5px;
  pointer-events: auto;
  border-radius: 50%;
  position: relative;
}

/* line 145, ../scss/_common.scss */
input[type="range"]::-webkit-slider-thumb:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  top: 0;
}

/* line 156, ../scss/_common.scss */
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffac41;
  pointer-events: auto;
  border: none;
}

/* line 166, ../scss/_common.scss */
input[type="range"]::-ms-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffac41;
  pointer-events: auto;
}

/* line 175, ../scss/_common.scss */
input[type="range"]:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 1px solid #ffac41;
}

/* line 180, ../scss/_common.scss */
.btn-info {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 184, ../scss/_common.scss */
.btn-info:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 191, ../scss/_common.scss */
.btn-primary {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  border: none;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 999px;
  transition: all 0.25s ease;
  color: #000;
  font-weight: 600;
}

/* line 194, ../scss/_common.scss */
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255, 122, 24, 0.45);
  color: #000;
}

.btn-primary:active {
  background-color: #ffac41;
  border-color: #ffac41;
}

.btn-primary:focus {
  background-color: #ffac41;
  border-color: #ffac41;
}

.btn-primary:disabled {
  background-color: #ffac41;
  border-color: #ffac41;
}

/* line 1, ../scss/_header.scss */
header {
  padding: 0 15px 0 0;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 122, 24, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(120, 80, 255, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  /* line 1, ../scss/_header.scss */
  header {
    padding: 0 25px 0 0;
  }
}

@media (min-width: 1600px) {
  /* line 1, ../scss/_header.scss */
  header {
    padding: 0 25px 0 0;
  }
}

/* line 11, ../scss/_header.scss */
header .row {
  align-items: center;
}

/* line 14, ../scss/_header.scss */
header .left-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  /* line 14, ../scss/_header.scss */
  header .left-column {
    justify-content: flex-start;
  }
}

/* line 21, ../scss/_header.scss */
header .left-column .logo-block {
  padding: 10px 15px;
  display: inline-block;
}

/* line 24, ../scss/_header.scss */
header .left-column .logo-block img {
  max-width: 100px;
}

@media (min-width: 1600px) {
  /* line 24, ../scss/_header.scss */
  header .left-column .logo-block img {
    max-width: 100px;
  }
}

/* line 31, ../scss/_header.scss */
header .left-column h2 {
  margin: 0 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #000000;
  display: inline-block;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 31, ../scss/_header.scss */
  header .left-column h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

/* line 46, ../scss/_header.scss */
header .left-column .menu-block {
  display: none;
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  /*background: #fff;*/
  padding: 10px 15px;
  z-index: 99;
}

@media (min-width: 992px) {
  /* line 46, ../scss/_header.scss */
  header .left-column .menu-block {
    padding: 0;
    margin: 0 25px;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    position: static;
  }
}

/* line 63, ../scss/_header.scss */
header .left-column .menu-block li {
  padding: 0 0 10px;
}

@media (min-width: 992px) {
  /* line 63, ../scss/_header.scss */
  header .left-column .menu-block li {
    padding: 0 25px 0 0;
  }
}

/* line 68, ../scss/_header.scss */
header .left-column .menu-block li a {
  align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
}

@media (min-width: 992px) {
  /* line 68, ../scss/_header.scss */
  header .left-column .menu-block li a {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (min-width: 1200px) {
  /* line 68, ../scss/_header.scss */
  header .left-column .menu-block li a {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1600px) {
  /* line 68, ../scss/_header.scss */
  header .left-column .menu-block li a {
    font-size: 16px;
    line-height: 22px;
  }
}

/* line 90, ../scss/_header.scss */
header .left-column .menu-block li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  display: inline-block;
  border-bottom: 4px solid #ffac41;
  width: 100%;
  left: 0;
  border-radius: 5px;
  display: none;
}

@media (min-width: 992px) {
  /* line 90, ../scss/_header.scss */
  header .left-column .menu-block li a:after {
    bottom: -28px;
  }
}

@media (min-width: 1600px) {
  /* line 90, ../scss/_header.scss */
  header .left-column .menu-block li a:after {
    bottom: -33px;
  }
}

/* line 107, ../scss/_header.scss */
header .left-column .menu-block li a img {
  margin: 0 5px 0 0;
}

/* line 110, ../scss/_header.scss */
header .left-column .menu-block li a:hover,
header .left-column .menu-block li a.active {
  color: #ffac41;
}

@media (min-width: 992px) {
  /* line 110, ../scss/_header.scss */
  header .left-column .menu-block li a:hover,
  header .left-column .menu-block li a.active {
    color: #ffac41;
  }
}

@media (min-width: 992px) {
  /* line 116, ../scss/_header.scss */
  header .left-column .menu-block li a:hover::after,
  header .left-column .menu-block li a.active::after {
    display: inline-block;
  }
}

/* line 126, ../scss/_header.scss */
header .right-column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
}

@media (min-width: 768px) {
  /* line 126, ../scss/_header.scss */
  header .right-column {
    padding: 0;
    justify-content: flex-end;
  }
}

/* line 136, ../scss/_header.scss */
header .right-column .search-block {
  margin: 0 15px;
}

/* line 139, ../scss/_header.scss */
header .right-column .notification-block {
  margin: 0 15px;
  position: relative;
}

/* line 142, ../scss/_header.scss */
header .right-column .notification-block span {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ffac41;
  position: absolute;
  top: 5px;
  right: 0;
}

/* line 152, ../scss/_header.scss */
header .right-column .profile-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 0 15px;
}

/* line 158, ../scss/_header.scss */
header .right-column .profile-block .dropdown-toggle {
  border: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
}

/* line 164, ../scss/_header.scss */
header .right-column .profile-block span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
}

/* line 174, ../scss/_header.scss */
header .right-column .profile-block .image-block {
  width: 45px;
  height: 45px;
  border: 1.5px solid #dfe0eb;
  border-radius: 45px;
  margin: 0 0 0 15px;
}

/* line 180, ../scss/_header.scss */
header .right-column .profile-block .image-block img {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  object-fit: cover;
}

/* line 187, ../scss/_header.scss */
header .right-column .profile-block .dropdown-menu {
  padding: 0;
  top: 56px !important;
  right: 0px !important;
  border: none;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 122, 24, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(120, 80, 255, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  width: 180px;
  left: auto !important;
  border-radius: 5px;
  transform: none !important;
  margin: 0 auto !important;
}

header .right-column .profile-block .dropdown-menu:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #302322;
}

/* line 190, ../scss/_header.scss */
header .right-column .profile-block .dropdown-menu li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  padding: 6px 15px;
}

/* line 196, ../scss/_header.scss */
header .right-column .profile-block .dropdown-menu li a:hover {
  color: #fff;
  background-color: #ffac41;
}

/* line 204, ../scss/_header.scss */
header .right-column .hamburger-menu {
  margin: 0 15px;
}

@media (min-width: 992px) {
  /* line 204, ../scss/_header.scss */
  header .right-column .hamburger-menu {
    display: none;
  }
}

/* line 1, ../scss/_main.scss */
body {
  margin: 0 0 0px;
}

/* line 5, ../scss/_main.scss */
.login-block {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  /* line 5, ../scss/_main.scss */
  .login-block {
    flex-direction: row;
  }
}

/* line 13, ../scss/_main.scss */
aside {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*background-image: url(../images/bg-login.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  /* line 13, ../scss/_main.scss */
  aside {
    height: 550px;
    padding: 50px 15px;
    align-items: center;
  }
}

@media (min-width: 992px) {
  /* line 13, ../scss/_main.scss */
  aside {
    padding: 0;
    height: 100vh;
    border-radius: 0 50px 50px 0;
    flex: 55%;
  }
}

/* line 35, ../scss/_main.scss */
/*aside:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/

@media (min-width: 992px) {
  /* line 35, ../scss/_main.scss */
  aside:before {
    border-radius: 0 50px 50px 0;
  }
}

/* line 48, ../scss/_main.scss */
aside .login-left-subblock {
  position: relative;
  z-index: 9;
}

@media (min-width: 768px) {
  /* line 48, ../scss/_main.scss */
  aside .login-left-subblock {
    padding: 0 50px;
    max-width: 650px;
  }
}

@media (min-width: 1600px) {
  /* line 48, ../scss/_main.scss */
  aside .login-left-subblock {
    max-width: 700px;
  }
}

/* line 58, ../scss/_main.scss */
aside .login-left-subblock .logo-block {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  /* line 58, ../scss/_main.scss */
  aside .login-left-subblock .logo-block {
    text-align: left;
  }
}

/* line 63, ../scss/_main.scss */
aside .login-left-subblock .logo-block img {
  max-width: 250px;
}

@media (min-width: 768px) {
  /* line 63, ../scss/_main.scss */
  aside .login-left-subblock .logo-block img {
    max-width: 420px;
  }
}

/* line 70, ../scss/_main.scss */
aside .login-left-subblock h2 {
  margin: 10px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

@media (min-width: 768px) {
  /* line 70, ../scss/_main.scss */
  aside .login-left-subblock h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (min-width: 1600px) {
  /* line 70, ../scss/_main.scss */
  aside .login-left-subblock h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

/* line 86, ../scss/_main.scss */
aside .login-left-subblock p {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 768px) {
  /* line 86, ../scss/_main.scss */
  aside .login-left-subblock p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  /* line 86, ../scss/_main.scss */
  aside .login-left-subblock p {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 104, ../scss/_main.scss */
.custom-right-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  /* line 104, ../scss/_main.scss */
  .custom-right-block {
    padding: 50px 15px;
  }
}

@media (min-width: 992px) {
  /* line 104, ../scss/_main.scss */
  .custom-right-block {
    /*padding: 0 50px;*/
    padding: 0 80px 0 0px;
    flex: 45%;
  }
}

/* line 118, ../scss/_main.scss */
.custom-right-block:before {
  content: "";
  background-image: url(../images/dots.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: top right;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 92px;
  z-index: 0;
  display: none;
}

@media (min-width: 992px) {
  /* line 118, ../scss/_main.scss */
  .custom-right-block:before {
    display: inline-block;
  }
}

/* line 135, ../scss/_main.scss */
.custom-right-block:after {
  content: "";
  background-image: url(../images/chart.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 284px;
  height: 198px;
  z-index: 0;
  display: none;
}

@media (min-width: 992px) {
  /* line 135, ../scss/_main.scss */
  .custom-right-block:after {
    display: inline-block;
  }
}

/* line 152, ../scss/_main.scss */
.custom-right-block .custom-right-subblock {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  /* line 152, ../scss/_main.scss */
  .custom-right-block .custom-right-subblock {
    min-width: 650px;
    max-width: 650px;
  }
}

@media (min-width: 992px) {
  /* line 152, ../scss/_main.scss */
  .custom-right-block .custom-right-subblock {
    min-width: 350px;
    max-width: 350px;
  }
}

@media (min-width: 1600px) {
  /* line 152, ../scss/_main.scss */
  .custom-right-block .custom-right-subblock {
    min-width: 450px;
    max-width: 450px;
  }
}

/* line 167, ../scss/_main.scss */
.custom-right-block .custom-right-subblock h2 {
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #ffffff;
}

@media (min-width: 1600px) {
  /* line 167, ../scss/_main.scss */
  .custom-right-block .custom-right-subblock h2 {
    font-size: 40px;
    line-height: 47px;
  }
}

/* line 179, ../scss/_main.scss */
.custom-right-block .custom-right-subblock h2 b {
  font-weight: bold;
}

/* line 184, ../scss/_main.scss */
.custom-right-block .custom-right-subblock .custom-form .form-group {
  margin: 0 0 15px;
}

/* line 186, ../scss/_main.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .form-control {
  border: 0;
  height: auto;
  padding: 12px 15px;
  background: #ffac41;
  border-radius: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
  outline: 0;
}

@media (min-width: 1600px) {
  /* line 186, ../scss/_main.scss */
  .custom-right-block
    .custom-right-subblock
    .custom-form
    .form-group
    .form-control {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 45, ../scss/_mixin.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .form-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 1600px) {
  /* line 45, ../scss/_mixin.scss */
  .custom-right-block
    .custom-right-subblock
    .custom-form
    .form-group
    .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 48, ../scss/_mixin.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .form-control:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 1600px) {
  /* line 48, ../scss/_mixin.scss */
  .custom-right-block
    .custom-right-subblock
    .custom-form
    .form-group
    .form-control:-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 52, ../scss/_mixin.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 1600px) {
  /* line 52, ../scss/_mixin.scss */
  .custom-right-block
    .custom-right-subblock
    .custom-form
    .form-group
    .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 56, ../scss/_mixin.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

@media (min-width: 1600px) {
  /* line 56, ../scss/_mixin.scss */
  .custom-right-block
    .custom-right-subblock
    .custom-form
    .form-group
    .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 213, ../scss/_main.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .checkbox-group
  .checkbox-subgroup
  label {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

/* line 221, ../scss/_main.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .checkbox-group
  .checkbox-subgroup
  label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ffac41;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

/* line 237, ../scss/_main.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .checkbox-group
  input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 244, ../scss/_main.scss */
.custom-right-block
  .custom-right-subblock
  .custom-form
  .form-group
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffac41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 258, ../scss/_main.scss */
.custom-right-block .custom-right-subblock .custom-form .form-group .forgot {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #666666;
  float: right;
}

/* line 272, ../scss/_main.scss */
.card {
  background: transparent;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 0 0 20px;
  padding: 35px 25px;
  border: 0;
}

/* line 279, ../scss/_main.scss */
.card .card-body {
  padding: 0;
}

/* line 283, ../scss/_main.scss */
.card h2 {
  margin: 0 0 15px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000000;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 283, ../scss/_main.scss */
  .card h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 299, ../scss/_main.scss */
.card .radio-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  /* line 299, ../scss/_main.scss */
  .card .radio-block {
    flex-wrap: nowrap;
  }
}

/* line 307, ../scss/_main.scss */
.card .radio-block .radio-group {
  flex: 100%;
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  /* line 307, ../scss/_main.scss */
  .card .radio-block .radio-group {
    flex: 25%;
    margin: 0 10px 0 0;
  }
}

/* line 318, ../scss/_main.scss */
.card .radio-block .radio-group .radio-subgroup label {
  width: 100%;
  padding: 10px;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  border-radius: 15px;
  border: 1px solid #dddddd;
}

@media (min-width: 1200px) {
  /* line 318, ../scss/_main.scss */
  .card .radio-block .radio-group .radio-subgroup label {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1600px) {
  /* line 318, ../scss/_main.scss */
  .card .radio-block .radio-group .radio-subgroup label {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 341, ../scss/_main.scss */
.card .radio-block .radio-group .radio-subgroup label:before {
  content: "";
  padding: 7px;
  -webkit-appearance: none;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

/* line 354, ../scss/_main.scss */
.card .radio-block .radio-group .radio-subgroup label span {
  margin: 0 0 0 5px;
  position: relative;
}

/* line 360, ../scss/_main.scss */
.card .radio-block .radio-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 367, ../scss/_main.scss */
.card .radio-block .radio-group input:checked + .radio-subgroup label {
  border: 1px solid #ffac41;
  background-color: #ffac41;
}

/* line 371, ../scss/_main.scss */
.card .radio-block .radio-group input:checked + .radio-subgroup label:before {
  border: 2px solid #fff;
}

/* line 374, ../scss/_main.scss */
.card .radio-block .radio-group input:checked + .radio-subgroup label span {
  color: #fff;
}

/* line 377, ../scss/_main.scss */
.card
  .radio-block
  .radio-group
  input:checked
  + .radio-subgroup
  label
  span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -21px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  /* line 377, ../scss/_main.scss */
  .card
    .radio-block
    .radio-group
    input:checked
    + .radio-subgroup
    label
    span:after {
    top: 5px;
  }
}

/* line 396, ../scss/_main.scss */
.card.custom-card {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

/* line 400, ../scss/_main.scss */
.card.custom-card > .row {
  margin: 0 -10px;
}

/* line 402, ../scss/_main.scss */
.card.custom-card > .row > div {
  padding: 0 10px;
}

/* line 410, ../scss/_main.scss */
.state-top-block h2 {
  margin: 0;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000000;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 410, ../scss/_main.scss */
  .state-top-block h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 425, ../scss/_main.scss */
.state-top-block .checkbox-group {
  margin: 0 0 0 20px;
  float: right;
}

@media (min-width: 768px) {
  /* line 425, ../scss/_main.scss */
  .state-top-block .checkbox-group {
    display: inline-block;
    float: none;
  }
}

/* line 433, ../scss/_main.scss */
.state-top-block .checkbox-group .checkbox-subgroup label {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 433, ../scss/_main.scss */
  .state-top-block .checkbox-group .checkbox-subgroup label {
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 447, ../scss/_main.scss */
.state-top-block .checkbox-group .checkbox-subgroup label:before {
  content: "";
  padding: 7px;
  -webkit-appearance: none;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

/* line 463, ../scss/_main.scss */
.state-top-block .checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 470, ../scss/_main.scss */
.state-top-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffac41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (min-width: 1600px) {
  /* line 470, ../scss/_main.scss */
  .state-top-block
    .checkbox-group
    input:checked
    + .checkbox-subgroup
    label:after {
    top: 9px;
  }
}

/* line 490, ../scss/_main.scss */
.state-bottom-block ul {
  column-count: 2;
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  /* line 490, ../scss/_main.scss */
  .state-bottom-block ul {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  /* line 490, ../scss/_main.scss */
  .state-bottom-block ul {
    column-count: 6;
  }
}

/* line 499, ../scss/_main.scss */
.state-bottom-block ul li {
  margin: 0 0 10px;
}

/* line 503, ../scss/_main.scss */
.state-bottom-block ul li .checkbox-group .checkbox-subgroup label {
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 0 0 0 30px;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 768px) {
  /* line 503, ../scss/_main.scss */
  .state-bottom-block ul li .checkbox-group .checkbox-subgroup label {
    padding: 0;
  }
}

@media (min-width: 1600px) {
  /* line 503, ../scss/_main.scss */
  .state-bottom-block ul li .checkbox-group .checkbox-subgroup label {
    font-size: 16px;
    line-height: 26px;
  }
}

/* line 520, ../scss/_main.scss */
.state-bottom-block ul li .checkbox-group .checkbox-subgroup label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 7px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  /* line 520, ../scss/_main.scss */
  .state-bottom-block ul li .checkbox-group .checkbox-subgroup label:before {
    position: relative;
  }
}

/* line 540, ../scss/_main.scss */
.state-bottom-block ul li .checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 547, ../scss/_main.scss */
.state-bottom-block
  ul
  li
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:before {
  border: 1px solid #ffac41;
}

/* line 550, ../scss/_main.scss */
.state-bottom-block
  ul
  li
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffac41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  /* line 550, ../scss/_main.scss */
  .state-bottom-block
    ul
    li
    .checkbox-group
    input:checked
    + .checkbox-subgroup
    label:after {
    top: 3px;
  }
}

@media (min-width: 1600px) {
  /* line 550, ../scss/_main.scss */
  .state-bottom-block
    ul
    li
    .checkbox-group
    input:checked
    + .checkbox-subgroup
    label:after {
    top: 8px;
  }
}

/* line 574, ../scss/_main.scss */
.card-left-block {
  background: #171a38;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 25px;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  /* line 574, ../scss/_main.scss */
  .card-left-block {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  /* line 574, ../scss/_main.scss */
  .card-left-block {
    min-height: 465px;
  }
}

@media (min-width: 1600px) {
  /* line 574, ../scss/_main.scss */
  .card-left-block {
    min-height: 516px;
  }
}

/* line 589, ../scss/_main.scss */
.card-left-block h2 {
  margin: 0 0 30px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000000;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 589, ../scss/_main.scss */
  .card-left-block h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 604, ../scss/_main.scss */
.card-left-block .form-group {
  margin: 0 0 25px;
}

@media (min-width: 992px) {
  /* line 604, ../scss/_main.scss */
  .card-left-block .form-group {
    margin: 0 0 15px;
  }
}

@media (min-width: 1600px) {
  /* line 604, ../scss/_main.scss */
  .card-left-block .form-group {
    margin: 0 0 25px;
  }
}

/* line 612, ../scss/_main.scss */
.card-left-block .form-group label {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0 0 10px;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 612, ../scss/_main.scss */
  .card-left-block .form-group label {
    font-size: 18px;
    line-height: 20px;
  }
}

/* line 625, ../scss/_main.scss */
.card-left-block .form-group label h6 {
  margin: 0;
  display: inline-block;
}

/* line 628, ../scss/_main.scss */
.card-left-block .form-group label h6 span {
  color: #ffac41;
}

/* line 633, ../scss/_main.scss */
.card-left-block .form-group .btn-red {
  width: auto;
  padding: 10px 30px;
  background: #ffac41;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

/* line 645, ../scss/_main.scss */
.card-left-block .form-group .checkbox-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 649, ../scss/_main.scss */
.card-left-block .form-group .checkbox-block.age-checkbox-block,
.card-left-block .form-group .checkbox-block.sold-checkbox-block,
.card-left-block .form-group .checkbox-block.trust-checkbox-block {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  /* line 649, ../scss/_main.scss */
  .card-left-block .form-group .checkbox-block.age-checkbox-block,
  .card-left-block .form-group .checkbox-block.sold-checkbox-block,
  .card-left-block .form-group .checkbox-block.trust-checkbox-block {
    flex-wrap: nowrap;
  }
}

/* line 657, ../scss/_main.scss */
.card-left-block .form-group .checkbox-block.age-checkbox-block .checkbox-group,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group {
  flex: 100%;
  background: transparent;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  /* line 657, ../scss/_main.scss */
  .card-left-block
    .form-group
    .checkbox-block.age-checkbox-block
    .checkbox-group,
  .card-left-block
    .form-group
    .checkbox-block.sold-checkbox-block
    .checkbox-group,
  .card-left-block
    .form-group
    .checkbox-block.trust-checkbox-block
    .checkbox-group {
    flex: 25%;
    margin: 0 10px 0 0;
  }
}

/* line 670, ../scss/_main.scss */
.card-left-block
  .form-group
  .checkbox-block.age-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label {
  width: 100%;
  padding: 10px;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  border-radius: 15px;
  border: 1px solid rgb(255 172 65 / 43%);
}

.card-left-block
  .form-group
  .checkbox-block.age-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label:hover,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label:hover,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label:hover {
  border-color: #ffac41;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
}

@media (min-width: 1600px) {
  /* line 670, ../scss/_main.scss */
  .card-left-block
    .form-group
    .checkbox-block.age-checkbox-block
    .checkbox-group
    .checkbox-subgroup
    label,
  .card-left-block
    .form-group
    .checkbox-block.sold-checkbox-block
    .checkbox-group
    .checkbox-subgroup
    label,
  .card-left-block
    .form-group
    .checkbox-block.trust-checkbox-block
    .checkbox-group
    .checkbox-subgroup
    label {
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 689, ../scss/_main.scss */
/* .card-left-block .form-group .checkbox-block.age-checkbox-block .checkbox-group .checkbox-subgroup label:before,
.card-left-block .form-group .checkbox-block.sold-checkbox-block .checkbox-group .checkbox-subgroup label:before,
.card-left-block .form-group .checkbox-block.trust-checkbox-block .checkbox-group .checkbox-subgroup label:before {
  content: '';
  padding: 7px;
  -webkit-appearance: none;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
} */

/* line 702, ../scss/_main.scss */
.card-left-block
  .form-group
  .checkbox-block.age-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label
  span,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label
  span,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label
  span {
  margin: 0 0 0 0px;
  position: relative;
}

/* line 708, ../scss/_main.scss */
.card-left-block
  .form-group
  .checkbox-block.age-checkbox-block
  .checkbox-group
  input,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group
  input,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group
  input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* line 715, ../scss/_main.scss */
.card-left-block
  .form-group
  .checkbox-block.age-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label {
  border: 1px solid #ffac41;
  background-color: #ffac41;
}

/* line 719, ../scss/_main.scss */
.card-left-block
  .form-group
  .checkbox-block.age-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:before,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:before,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:before {
  border: 2px solid #ffac41;
}

/* line 722, ../scss/_main.scss */
.card-left-block
  .form-group
  .checkbox-block.age-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label
  span,
.card-left-block
  .form-group
  .checkbox-block.sold-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label
  span,
.card-left-block
  .form-group
  .checkbox-block.trust-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label
  span {
  color: #000;
}

/* line 725, ../scss/_main.scss */
/* .card-left-block .form-group .checkbox-block.age-checkbox-block .checkbox-group input:checked+.checkbox-subgroup label span:after,
.card-left-block .form-group .checkbox-block.sold-checkbox-block .checkbox-group input:checked+.checkbox-subgroup label span:after,
.card-left-block .form-group .checkbox-block.trust-checkbox-block .checkbox-group input:checked+.checkbox-subgroup label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -21px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */

@media (min-width: 768px) {
  /* line 725, ../scss/_main.scss */
  .card-left-block
    .form-group
    .checkbox-block.age-checkbox-block
    .checkbox-group
    input:checked
    + .checkbox-subgroup
    label
    span:after,
  .card-left-block
    .form-group
    .checkbox-block.sold-checkbox-block
    .checkbox-group
    input:checked
    + .checkbox-subgroup
    label
    span:after,
  .card-left-block
    .form-group
    .checkbox-block.trust-checkbox-block
    .checkbox-group
    input:checked
    + .checkbox-subgroup
    label
    span:after {
    top: 5px;
  }
}

/* line 745, ../scss/_main.scss */
.card-left-block .range-block {
  position: relative;
}

/* line 750, ../scss/_main.scss */
.card-right-block {
  background: #171a38;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 32%);
  border-radius: 20px;
  padding: 25px 0;
}
.custom-card .card-right-block {
  padding: 0px 0 25px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  /* line 750, ../scss/_main.scss */
  .card-right-block {
    min-height: inherit;
    padding: 0;
    overflow: hidden;
    padding-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  /* line 750, ../scss/_main.scss */
  .card-right-block {
    min-height: 516px;
  }
}

/* line 761, ../scss/_main.scss */
.card-right-block h2 {
  padding: 0 25px;
  margin: 0 0 30px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000000;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 761, ../scss/_main.scss */
  .card-right-block h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 777, ../scss/_main.scss */
.card-right-block .result-block {
  /*background: #e8f8ff;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px 0;
  line-height: 2;
  border: 1px solid rgb(255 172 65 / 43%);
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 122, 24, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(120, 80, 255, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
}

/* line 783, ../scss/_main.scss */
.card-right-block .result-block .result-subblock {
  margin: 0 15px;
  text-align: center;
}

/* line 786, ../scss/_main.scss */
.card-right-block .result-block .result-subblock h2 {
  margin: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
}

/* line 796, ../scss/_main.scss */
.card-right-block .result-block .result-subblock h6 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
}

/* line 807, ../scss/_main.scss */
.card-right-block .form-block {
  padding: 25px 25px 0;
}

/* line 809, ../scss/_main.scss */
.card-right-block .form-block .form-group {
  margin: 0 0 25px;
}

@media (min-width: 992px) {
  /* line 809, ../scss/_main.scss */
  .card-right-block .form-block .form-group {
    margin: 0 0 15px;
  }
}

@media (min-width: 1600px) {
  /* line 809, ../scss/_main.scss */
  .card-right-block .form-block .form-group {
    margin: 0 0 25px;
  }
}

/* line 817, ../scss/_main.scss */
.card-right-block .form-block .form-group label {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0 0 10px;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 1600px) {
  /* line 817, ../scss/_main.scss */
  .card-right-block .form-block .form-group label {
    font-size: 18px;
    line-height: 20px;
  }
}

/* line 831, ../scss/_main.scss */
.card-right-block .form-block .form-group .form-control {
  background: transparent;
  border: 1px solid rgb(255 172 65 / 43%);
  box-sizing: border-box;
  border-radius: 10px;
  height: auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
}

/* line 842, ../scss/_main.scss */
.card-right-block .form-block .form-group h2 {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #ffffff;
  display: block;
}

/* line 853, ../scss/_main.scss */
.card-right-block .form-block .form-group .btn-red {
  margin: 25px 0 0;
  width: auto;
  padding: 10px 30px;
  background: #ffac41;
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

/* line 870, ../scss/_main.scss */
.page-table-block {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 0 15px 20px;
  padding: 35px 25px;
}

.page-table-block p:empty {
  display: none;
}

/* line 879, ../scss/_main.scss */
.page-table-block .table thead tr th {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

/* line 889, ../scss/_main.scss */
.page-table-block .table tbody tr td {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}

/* line 893, ../scss/_main.scss */
.page-table-block .table tbody tr td:last-child {
  display: flex;
}

/* line 895, ../scss/_main.scss */
.page-table-block .table tbody tr td:last-child a {
  margin: 0 5px 0 0;
}

/* line 904, ../scss/_main.scss */
.page-table-block .page-item .page-link {
  color: #333;
}

/* line 906, ../scss/_main.scss */
.page-table-block .page-item .page-link:focus {
  outline: 0;
  box-shadow: none;
}

/* line 911, ../scss/_main.scss */
.page-table-block .page-item.active .page-link {
  color: #fff;
  background-color: #ffac41;
  border-color: #ffac41;
}

/* line 920, ../scss/_main.scss */
.page-details-block {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 0 15px 20px;
  padding: 35px 25px;
}

/* line 926, ../scss/_main.scss */
.page-details-block p {
  margin: 0 0 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 768px) {
  /* line 926, ../scss/_main.scss */
  .page-details-block p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  /* line 926, ../scss/_main.scss */
  .page-details-block p {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 943, ../scss/_main.scss */
.page-details-block ul {
  padding: 0 0 0 20px;
  margin: 0;
}

/* line 946, ../scss/_main.scss */
.page-details-block ul li {
  margin: 0 0 10px;
  list-style-type: disc;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
}

@media (min-width: 768px) {
  /* line 946, ../scss/_main.scss */
  .page-details-block ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1600px) {
  /* line 946, ../scss/_main.scss */
  .page-details-block ul li {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 968, ../scss/_main.scss */
.wrapper {
  padding: 15px 0;
  background-color: #e9f1fd;
}

@media (min-width: 768px) {
  /* line 968, ../scss/_main.scss */
  .wrapper {
    min-height: 900px;
    margin: 0 0 40px;
  }
}

@media (min-width: 1200px) {
  /* line 968, ../scss/_main.scss */
  .wrapper {
    margin: 0;
    min-height: inherit;
  }
}

/* line 980, ../scss/_main.scss */
.wrapper .page-content-wrapper .page-content-block {
  padding: 15px 15px 15px;
  background-color: #e9f1fd;
}

@media (min-width: 1200px) {
  /* line 980, ../scss/_main.scss */
  .wrapper .page-content-wrapper .page-content-block {
    padding: 15px 15px 45px;
  }
}

/* line 1, ../scss/_footer.scss */
footer {
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
  /* line 1, ../scss/_footer.scss */
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* line 15, ../scss/_footer.scss */
footer p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
}

.overlay-on {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 36%);
  z-index: 99999;
}

.signup-error {
  border: 1px solid #a94442 !important;
}

label {
  padding-bottom: 4px;
}

.wrapper {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 122, 24, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(120, 80, 255, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
  font-family: "PT Sans", sans-serif;
}

form .form-group {
  padding-bottom: 15px;
}

.table {
  text-align: center;
}

.pass-sec {
  font-size: 12px;
}

.alert-box {
  position: absolute;
  right: -165px;
  top: 0;
  padding: 5px;
  border-radius: 15px;
}

.pass-box {
  position: relative;
}

.alert-box.alert-warning:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff3cd;
}

.alert-box.alert-success:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #d1e7dd;
}

.pay-succ {
  background-color: transparent;
  padding: 15px;
  /* box-shadow: 0px 0px 20px rgb(0 0 0 / 34%); */
  border-radius: 5px;
  text-align: center;
}

.pay-succ h1 {
  font-size: 28px;
  color: green;
  margin-bottom: 18px;
}

.pay-succ img {
  margin-bottom: 18px;
}

.pay-succ p {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.pay-succ h4 {
  font-size: 20px;
  padding-bottom: 16px;
}

.pay-info {
  border-top: 1px solid #ccd2db;
  padding-top: 20px;
  margin-bottom: 40px;
}

.pay-error {
  text-align: center;
  padding-top: 20%;
}

.pay-error h1 {
  font-size: 32px;
  color: #ffac41;
  margin-bottom: 18px;
}

.pay-error img {
  width: 10%;
  padding: 30px 0;
}

/* Category Grid Styles */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 218px);
  justify-content: center;
  gap: 15px;
  padding: 15px 0;
}

.category-card {
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}

.category-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.category-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 15px;
  background: transparent;
  border: 1px solid rgb(255 172 65 / 43%);
  border-radius: 8px;
  cursor: pointer;
  height: 100%;
  min-height: 60px;
}

.category-icon {
  font-size: 1.5rem;
  color: #ffac41;
  margin-right: 12px;
  width: 30px;
  text-align: center;
  flex-shrink: 0;
}

.category-name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  flex: 1;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.category-card input[type="radio"]:checked + .category-label {
  border-color: #ffac41;
  background-color: #ffac41;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
}

.category-card input[type="radio"]:checked + .category-label .category-name {
  color: #000;
}
.category-card input[type="radio"]:checked + .category-label .category-count {
  color: #000 !important;
}

.category-card input[type="radio"]:checked + .category-label .category-icon {
  color: #000;
}

.category-card:hover .category-label {
  border-color: #ffac41;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
}

/* State Selection Styles */
.state-selection {
  padding: 15px 0 0px;
}

.state-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.section-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.select-all-states {
  display: flex;
  align-items: center;
  gap: 8px;
}

.select-all-states input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #ccc;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}

.select-all-states input[type="checkbox"]:checked {
  border-color: #ffac41;
}

.select-all-states input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ffac41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.select-all-states input[type="checkbox"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.select-all-states label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

.select-all-states label.disabled {
  color: #717777;
}

.state-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  padding: 5px 0;
}

.state-card {
  position: relative;
}

.state-card input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.state-card label {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  /*background: #ffffff;*/
  border: 1px solid rgb(255 172 65 / 55%);
  border-radius: 8px;
  cursor: pointer;
  min-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.state-card label img {
  background-color: #fff;
  height: 20px;
  width: 20px;
  /* object-fit: cover; */
  padding: 3px;
  border-radius: 100px;
}

.state-card input[type="checkbox"]:disabled + label {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  cursor: not-allowed;
}

.state-card input[type="checkbox"]:disabled + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}

.state-name {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-card input[type="checkbox"]:checked + label {
  border: 1px solid #ffac41;
  background-color: #ffac41;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
}

.state-card input[type="checkbox"]:checked + label .state-name {
  color: #ffffff;
}

.state-card input[type="checkbox"]:checked + label:after {
  display: none;
}

.state-card:hover label:not(:disabled) {
  border-color: #ffac41;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .state-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
  }

  .state-card label {
    padding: 8px 12px;
    min-height: 40px;
  }

  .state-name {
    font-size: 0.85rem;
  }
}

/* Age Range */
#range1,
#range2 {
  background: #ffac41;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 5;
}

/* Search Result */
.modern-result-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.modern-result-subblock {
  text-align: center;
  flex: 1;
}

.result-value {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.result-label {
  font-size: 1rem;
  color: #666;
  margin-top: 5px;
}

.modern-result-subblock:not(:last-child) {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}

/* Step Indicators */
.step-indicators {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 1rem;
  position: relative;
  background: #171a38;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.step-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  height: 2px;
  background: #e0e0e0;
  transform: translateY(-50%);
  z-index: 1;
}

.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  background: #171a38;
  padding: 0 1rem;
  min-width: 100px;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  border: 2px solid #e0e0e0;
}

.step-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.step-indicator.active .step-number {
  background: #de5035;
  color: #fff;
  border-color: #de5035;
}

.step-indicator.active .step-title {
  color: #ffac41;
  font-weight: 600;
}

.step-indicator.completed .step-number {
  background: #4caf50;
  color: #fff;
  border-color: #4caf50;
}

/* Step Content */
.step {
  display: none;
}

.step.active {
  display: block;
}

.steps-container {
  padding: 20px;
  /*background-color: #e9f1fd;*/
  min-height: 800px;
}

.step-header {
  margin-bottom: 2rem;
  text-align: center;
}

.step-header .step-title {
  font-size: 1.75rem;
  color: #333;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.step-header .step-description {
  color: #666;
  font-size: 1rem;
  margin-bottom: 0;
}

.step-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* For steps with both next and previous buttons */
.step:not(#step-1) .step-footer {
  justify-content: space-between;
}

/* Button Styles */
.btn i {
  margin-left: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .step-footer {
    flex-direction: column;
    gap: 1rem;
  }

  .step:not(#step-1) .step-footer {
    flex-direction: column-reverse;
  }

  .btn {
    width: 100% !important;
  }
}

.steps-container .card {
  padding: 20px 25px;
}

.steps-container
  .category-card
  input[type="radio"]:checked
  + .category-label
  .category-count
  small {
  color: #000;
}

.steps-container .category-label {
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  border-radius: 10px 0px;
}

.steps-container .category-card:hover .category-label {
  background-color: #ffac41;
  border-color: #ffac41;
  color: #38464d;
  border-radius: 0px 10px;
}

.steps-container .category-card:hover .category-label .category-icon,
.steps-container .category-card:hover .category-label .category-name,
.steps-container .category-card:hover .category-label .category-count small {
  color: #000000;
}

.steps-container .step-number {
  background: #ffac41;
  border: 2px solid #ffffff;
  color: #000000;
}

.steps-container .category-grid .category-card.inactive {
  cursor: no-drop;
}

.steps-container .category-grid .category-card.inactive .category-label {
  background-color: #59453f;
  border-color: #59453f;
  pointer-events: none;
}

.steps-container
  .category-grid
  .category-card.inactive:hover
  .category-label
  .category-icon {
  color: #fff;
}

.steps-container
  .category-grid
  .category-card.inactive:hover
  .category-label
  .category-name {
  color: #fff;
}

.steps-container
  .category-grid
  .category-card.inactive:hover
  .category-label
  .category-count
  small {
  color: #6c757d !important;
}

.steps-container .state-card input[type="checkbox"]:checked + label {
  border: 1px solid #ffac41;
  background-color: #ffac41;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
  color: #000;
}

.steps-container
  .state-card
  input[type="checkbox"]:checked
  + label
  .state-name {
  color: #000;
}

.thankyou strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
  }

  .category-label {
    padding: 10px 12px;
    min-height: 50px;
  }

  .category-icon {
    font-size: 1.2rem;
    margin-right: 8px;
    width: 24px;
  }

  .category-name {
    font-size: 0.85rem;
    -webkit-line-clamp: 2;
  }

  .step-indicator {
    padding: 0 5px;
  }

  .step-number {
    height: 22px;
    width: 22px;
    font-size: 12px;
  }

  .step-indicator.active .step-title {
    font-weight: 500;
  }
  .step-indicator .step-title span {
    display: none;
  }

  .step-indicators {
    padding: 15px 5px;
    margin-bottom: 1rem;
  }

  .steps-container {
    padding: 0px;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 579px) {
  #btn_purch_lead {
    width: 100%;
  }

  .w-25 {
    width: 100% !important;
  }

  .table {
    font-size: 14px;
  }

  .steps-container .card {
    padding: 15px;
  }

  .step-indicators {
    padding: 15px;
  }

  .step-number {
    margin-bottom: 0px;
  }
}

.page-table-block .table .btn i {
  margin-left: 0px;
}

.page-table-block .table .btn:focus {
  box-shadow: none;
  outline: 0;
}

.page-table-block .table > thead {
  vertical-align: middle;
}

.page-table-block .table .btn {
  padding: 3px 8px;
  font-size: 12px;
}

.page-table-block .table {
  font-size: 14px;
}

.btn-secondary {
  /*border-color: #47c5fb;*/
  width: auto;
  padding: 10px 30px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #111;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
  outline: 0;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255, 122, 24, 0.45);
  color: #000;
}

.checkoutpage .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
  font-size: 20px;
}

@media (max-width: 1920px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, 260px);

  }
}

@media (max-width: 1400px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, 235px);
  }
}

@media (max-width: 1170px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, 220px);
  }
}

@media (max-width: 991px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  header .right-column {
    justify-content: flex-end;
  }

  .page-table-block {
    margin: 0px;
    padding: 15px;
  }

  aside .login-left-subblock .logo-block {
    text-align: center;
    margin-bottom: 20px;
  }

  aside .login-left-subblock p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  .custom-right-block {
    display: block;
    padding: 30px;
  }

  .page-table-block .table .btn {
    padding: 3px 5px;
    font-size: 12px;
    margin-bottom: 5px;
    width: auto;
  }

  .table-bordered > :not(caption) > * > * {
    white-space: nowrap;
  }

  .category-grid {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .wrapper {
    min-height: auto;
  }

  .custom-right-block {
    display: block;
  }

  .custom-right-block .custom-right-subblock .custom-form .form-group span {
    font-size: 14px;
  }

  .alert-box {
    position: absolute;
    right: auto;
    top: 70px;
    padding: 5px;
    border-radius: 15px;
  }

  header .right-column .profile-block span {
    display: none;
  }

  header .dropdown-toggle::after {
    display: none;
  }

  header .right-column .profile-block .dropdown-toggle::before {
    font-family: "FontAwesome";
    content: "\f007";
    margin-right: 0;
    font-size: 15px;
    border: 1px solid #ffac41;
    height: 28px;
    width: 28px;
    line-height: 26px;
    border-radius: 100px;
    color: #ffac41;
    margin-right: -8px;
    margin-top: 4px;
  }

  header .right-column .profile-block .dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: auto;
    margin-left: 0;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #251f26;
    right: 5px;
  }

  .custom-right-block .custom-right-subblock h2 {
    font-size: 24px;
  }

  .custom-right-block .custom-right-subblock h2 br {
    display: none;
  }

  /*header .left-column .menu-block {
    box-shadow: 0px 18px 30px #e0e0e0;
  }*/

  .hamburger-menu img {
    width: 25px;
    /* adjust size if needed */
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    filter: brightness(0) invert(1);
  }

  /* When menu is open, show close icon */
  .hamburger-menu.open img {
    content: url(/assets/frontend/images/close.png);
    transform: rotate(90deg);
    width: 25px;
    padding: 2px;
    margin-top: 6px;
  }

  .card-left-block
    .form-group
    .checkbox-block.age-checkbox-block
    .checkbox-group,
  .card-left-block
    .form-group
    .checkbox-block.sold-checkbox-block
    .checkbox-group,
  .card-left-block
    .form-group
    .checkbox-block.trust-checkbox-block
    .checkbox-group {
    flex: 46%;
    margin: 0 0 0;
  }

  .card-left-block .form-group .checkbox-block.age-checkbox-block,
  .card-left-block .form-group .checkbox-block.sold-checkbox-block,
  .card-left-block .form-group .checkbox-block.trust-checkbox-block {
    gap: 6px;
  }

  .card-left-block .form-group {
    margin: 0 0 10px;
  }

  .card-right-block .result-block .result-subblock h2 {
    font-size: 25px;
  }
}

@media (max-width: 579px) {
  .step-indicator {
    min-width: auto;
  }
  .step-title {
    font-size: 14px;
  }

  #btn_purch_lead {
    width: 100%;
  }

  .w-25 {
    width: 100% !important;
  }

  .table {
    font-size: 14px;
  }

  .steps-container .card {
    padding: 15px;
  }

  .step-indicators {
    padding: 10px 6px;
  }

  .step-number {
    margin-bottom: 0px;
  }

  aside .login-left-subblock p {
    width: 100%;
  }

  .orderlist .card-footer .d-flex.gap-2 {
    flex-wrap: wrap;
  }
  .orderlist .card .card-body,
  .orderlist .card .card-footer,
  .orderlist .card .card-header {
    padding: 10px 15px !important;
  }
  .orderlist .card .card-footer {
    gap: 15px;
  }
  .card-right-block .form-block .form-group {
    margin: 0 0 0;
  }
  .card-right-block .form-block {
    padding: 15px 15px 0;
  }
  .card-left-block {
    padding: 15px;
  }
  .card.custom-card {
    margin-bottom: 0px;
  }
  .checkoutpage .card {
    padding: 15px;
    margin-bottom: 0px;
  }
  .checkoutpage h4.card-title {
    padding-bottom: 15px !important;
    margin: 0;
  }
  .pay-succ p {
    width: 100%;
    word-break: break-all;
    gap: 15px;
    text-align: left;
    margin-bottom: 12px;
  }
  .pay-succ p strong {
    white-space: nowrap;
  }
  .pay-succ {
    padding: 0px;
  }
  .pay-succ .pay-info {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .pay-succ h1 {
    font-size: 20px;
  }
  .pay-succ .w-50 {
    width: 100% !important;
  }
}

@media (max-width: 375px) {
  .state-grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 2fr));
  }
}

/* search skeleton */
.skeleton-number {
  display: inline-block;
  width: 120px;
  height: 30px;
  border-radius: 6px;
  background: linear-gradient(90deg, #d3eef7 25%, #bde5f5 50%, #d3eef7 75%);
  background-size: 200% 100%;
  animation: shimmer 1.6s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

/* price skeleton */
/* Shimmer animation */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.skeleton-price {
  display: block;
  padding: 10px;
  border: 1px solid #cfe8f2;
  border-radius: 5px;
  background: #fff;
}

/* Table skeleton */
.skeleton-price .row {
  display: grid;
  grid-template-columns: 1fr 120px;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #e2f3fa;
}

.skeleton-price .row:last-child {
  border-bottom: 0;
}

/* Shimmer block */
.skeleton-block {
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(90deg, #d3eef7 25%, #bde5f5 50%, #d3eef7 75%);
  background-size: 200% 100%;
  animation: shimmer 1.6s ease-in-out infinite;
}

/* Variations for realistic widths */
.skeleton-w-80 {
  width: 80px;
}

.skeleton-w-100 {
  width: 100px;
}

.skeleton-w-140 {
  width: 140px;
}

.skeleton-w-160 {
  width: 160px;
}

.skeleton-h-20 {
  height: 20px;
}

/* filters for income range, home and credit range */

.more-filter-btn {
  background-color: #ffac41;
  border: 1px solid #ffac41;
  color: #333;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.2s ease;
}

.more-filter-btn:hover {
  background-color: #000;
  border-color: #0000;
  color: #fff;
}

.more-filter-transition {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

/* When visible */
.more-filter-transition.show {
  max-height: inherit; /* large enough to fit content */
  opacity: 1;
}

/* WRAPPER: responsive layout for income block */
.card-left-block .form-group .checkbox-block.multiline-checkbox-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* 🔥 Forces left alignment */
  align-items: flex-start; /* 🔥 Ensures vertical alignment stays proper */
}

/* Checkbox group — same style as sold/age/trust but responsive */
.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group {
  flex: 0 1 calc(50% - 10px); /* 2 per row on mobile */
  background: transparent;
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 10px;
}

/* Label styling — identical to existing blocks */
.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label {
  width: 100%;
  padding: 10px;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  border-radius: 15px;
  border: 1px solid rgb(255 172 65 / 43%);
}

/* Hover — matching existing behavior */
.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label:hover {
  border-color: #ffac41;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
}

/* Checked state — matching existing blocks */
.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label {
  border: 1px solid #ffac41;
  background-color: #ffac41;
}

.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label:before {
  border: 2px solid #ffac41;
}

/* Label span behavior */
.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group
  .checkbox-subgroup
  label
  span {
  margin: 0;
  position: relative;
}

.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group
  input:checked
  + .checkbox-subgroup
  label
  span {
  color: #000;
}

/* Hide original checkbox input (same as existing) */
.card-left-block
  .form-group
  .checkbox-block.multiline-checkbox-block
  .checkbox-group
  input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

/* --------------------------
   RESPONSIVENESS BREAKPOINTS
--------------------------- */

/* 3 per row on small screens */
@media (min-width: 576px) {
  .card-left-block
    .form-group
    .checkbox-block.multiline-checkbox-block
    .checkbox-group {
    flex: 0 1 calc(33.33% - 10px);
  }
}

/* 4 per row on medium screens */
@media (min-width: 768px) {
  .card-left-block
    .form-group
    .checkbox-block.multiline-checkbox-block
    .checkbox-group {
    flex: 0 1 calc(25% - 10px);
  }
}

/* 6 per row on large screens */
@media (min-width: 992px) {
  .card-left-block
    .form-group
    .checkbox-block.multiline-checkbox-block
    .checkbox-group {
    flex: 0 1 calc(16.66% - 10px);
  }
}

/* price breakdown */
.slim-breakdown-card {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 14px;
  margin: 10px 14px;
  width: 100%;
  /* <-- Compact width */
  font-size: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  color: #fff;
  line-height: 2.5;
}

.slim-breakdown-card .title {
  font-size: 14px;
  margin-bottom: 6px;
}

.break-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e0e6ed;
}

.break-row:last-child {
  border-bottom: none;
}

.break-mid {
  min-width: 90px;
  text-align: center;
  font-size: 16px;
}

.break-right {
  min-width: 70px;
  text-align: right;
  font-weight: 600;
}
/* .price breakdown */

/* field group */
/* Make pills small & clean */
.field-group .small-pill {
  font-size: 14px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  border-width: 1px !important;
  color: #fff;
  border-color: rgb(255 172 65 / 43%);
}

/* Selected state */
.field-group .btn-check:checked + .btn {
  background-color: #ffac41;
  border-color: rgb(255 172 65 / 43%) !important;
  color: #000 !important;
}

/* Hover state */
.field-group .btn:hover {
  background-color: #ffac41;
  color: #000;
  border-color: rgb(255 172 65 / 43%) !important;
}
/* .field group */

.section-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}

.disabled-inputs input,
.disabled-inputs textarea {
  opacity: 0.5;
  pointer-events: none;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/*======Mrkeytek Style CSS ================*/

.leads-hero {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 70% 60%,
      rgba(255, 122, 24, 0.18),
      transparent 45%
    ),
    radial-gradient(
      circle at 30% 30%,
      rgba(120, 80, 255, 0.18),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
  color: #fff;
  position: relative;
  font-family: "PT Sans", sans-serif;
}

.top-actions {
  position: absolute;
  top: 24px;
  right: 32px;
}
.btn-login {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 22px;
  border-radius: 999px;
  margin-right: 10px;
}
.leads-hero .btn-login {
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease;
}

.leads-hero .btn-login:hover {
  background: rgba(255, 122, 24, 0.15); /* visible bg */
  color: #ffb347; /* text color change */
  border-color: rgba(255, 122, 24, 0.8);
  box-shadow: 0 8px 22px rgba(255, 122, 24, 0.25);
  transform: translateY(-2px);
}
.leads-hero .btn-register {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.leads-hero .btn-register:hover {
  box-shadow:
    0 10px 30px rgba(255, 122, 24, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.15);
  transform: translateY(-2px) scale(1.03);
}

.leads-hero {
  min-height: 100vh;
}

.leads-hero .hero-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  align-items: center; /* horizontal center */
  text-align: center;
  padding: 30px;
}

/* subtle shine effect */
.leads-hero .btn-register::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -120%;
  width: 120%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: all 0.6s ease;
}

.leads-hero .btn-register:hover::after {
  left: 120%;
}

.btn-register {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #111;
  padding: 10px 26px;
  border-radius: 999px;
  font-weight: 600;
}

.leads-hero .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leads-hero .logo img {
  height: 60px; /* desktop size */
  width: auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .leads-hero .logo img {
    height: 50px;
  }
}

.powered-badge {
  background: rgba(255, 122, 24, 0.15);
  color: #ffd9b9;
  padding: 5px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #754f3f;
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
}
.hero-title span {
  background: linear-gradient(90deg, #ff7a18, #ff4d4d, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  max-width: 650px;
  margin: 10px auto;
  color: #cdd3ff;
}

.inline-features {
  display: flex;
  gap: 28px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}
.inline-features svg {
  width: 16px;
  height: 16px;
  fill: #ff7a18;
  margin-right: 6px;
}

.feature-box {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 18px 18px;
  height: 100%;
  border: 1px solid rgb(92 100 119 / 70%);
  text-align: left;
  width: 240px;
}
.icon-bg {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(81deg, #ff7a18 0%, #ff6a00 45%, #ff4d00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.icon-bg svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.feature-box h6 {
  font-weight: 600;
}
.feature-box p {
  font-size: 13px;
  color: #b8c0ff;
  margin: 0;
}

.stats-row h2 {
  font-weight: 800;
}
.stats-row span {
  font-size: 13px;
  color: #b8c0ff;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 34px;
  }
  .top-actions {
    position: static;
    text-align: center;
    /* margin-bottom: 20px; */
    display: flex;
    padding: 15px;
    justify-content: space-between;
    gap: 20px;
  }

  .icon-bg {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .feature-box {
    width: 100%;
    text-align: center;
  }
}

.stats-footer {
  width: 100%;
  padding: 25px 0 15px;
}

.stats-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 50px;
}

/* individual stat */
.stat-item {
  position: relative;
}

/* numbers */
.stat-item h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #ffffff;
}

/* text */
.stat-item p {
  margin: 0;
  font-size: 13px;
  color: #b8c0ff;
}

@media (max-width: 768px) {
  .stats-inner {
    flex-direction: column;
    gap: 20px;
  }

  .stat-item:not(:last-child)::after {
    display: none;
  }

  .stat-item h2 {
    font-size: 30px;
  }
}

.auth-login {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 122, 24, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(120, 80, 255, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
  font-family: "PT Sans", sans-serif;
}

.auth-login__card {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 38px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 60px rgba(0, 0, 0, 0.45);
}

.auth-login__title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 1.3;
}

.auth-login .auth-input {
  width: 100%;
  padding: 15px 18px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.auth-login .auth-input::placeholder {
  color: #b8c0ff;
}

.auth-login .auth-input:focus {
  box-shadow: 0 0 0 3px rgba(255, 122, 24, 0.35);
  background: rgba(255, 255, 255, 0.12);
}

.auth-login .auth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.auth-login .auth-checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #cfd3ff;
}

.auth-login .auth-checkbox input {
  margin-right: 6px;
}

.auth-login .auth-forgot {
  font-size: 13px;
  color: #ffb347;
  text-decoration: underline;
}

.auth-btn-primary {
  width: 100%;
  padding: 15px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #111;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.auth-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255, 122, 24, 0.45);
}

.auth-btn-secondary {
  display: block;
  text-align: center;
  margin-top: 16px;
  padding: 13px;
  border-radius: 999px;
  border: 1px solid rgb(232 83 54);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.auth-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
  color: rgb(232 83 54);
}

@media (max-width: 480px) {
  .auth-login__card {
    padding: 28px 22px;
  }
  .auth-login__title {
    font-size: 22px;
  }
}

.auth-login .auth-two-col {
  display: flex;
  gap: 12px;
}

.auth-login .auth-col {
  flex: 1;
}

/* Mobile */
@media (max-width: 480px) {
  .auth-login .auth-two-col {
    flex-direction: column;
  }
}

.auth-profile-card label {
  font-size: 13px;
  color: #cfd3ff;
  margin-bottom: 6px;
  display: block;
}

.auth-profile-card {
  max-width: 520px;
}

.orderlist .card {
  background: #161938 !important;
}
.orderlist .card .card-header {
  background-color: #36364c !important;
}

.orderlist .card .card-footer {
  background-color: rgb(54 54 76 / 46%) !important;
}

.orderlist .card.shadow-sm {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06) !important;
}

.orderlist .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1) !important;
}

.orderlist .card-header {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.orderlist .card-header h5 {
  font-size: 16px;
  line-height: 1.3;
}

/* Status badge */
.orderlist .card-header .badge {
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  padding: 6px 14px;
}
/* Divider lines */
.orderlist .card-body .position-absolute {
  background-color: rgba(0, 0, 0, 0.08) !important;
}

.orderlist .card-body hr {
  border-color: rgba(0, 0, 0, 0.08);
}

.orderlist .card-footer {
  background: #fafafa;
}

.orderlist .card-footer .small {
  font-size: 12px;
}

.orderlist .card-footer .btn-primary {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  border: none;
  font-size: 13px;
  padding: 7px 16px;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.orderlist .card-footer .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(255, 122, 24, 0.45);
}

.orderlist .card-footer .btn i {
  margin-right: 6px;
}

@media (max-width: 768px) {
  .orderlist {
    padding: 16px;
  }

  .orderlist .card {
    border-radius: 12px;
  }

  .orderlist .card-header h5 {
    font-size: 15px;
  }

  .orderlist .card-body {
    font-size: 13px;
  }
}

select.vertical {
  background: transparent;
  color: #ffffff; /* selected value white */
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 14px;
  border-radius: 100px;
  appearance: none;
  margin-top: 5px;
}

select.vertical option:checked {
  color: #ffffff;
}

select.vertical option {
  background: #ffffff; /* dropdown bg */
  color: #111111; /* option text NOT white */
}

select.vertical:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

select.vertical:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.dashbord-sec {
  background:
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 122, 24, 0.15),
      transparent 40%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(120, 80, 255, 0.15),
      transparent 45%
    ),
    linear-gradient(180deg, #0b1220, #0e1628);
  font-family: "PT Sans", sans-serif;
}

.dashbord-sec .text-muted {
  color: #ffffff !important;
}

.dashbord-sec .nav-tabs .nav-item.show .nav-link,
.dashbord-sec .nav-tabs .nav-link.active {
  color: #000000;
  background-color: #ffac41;
  border-color: #ffac41 #ffac41 #ffac41;
}

.dashbord-sec .nav-tabs {
  border-bottom: 1px solid #ffac41;
}

.dashbord-sec .nav-tabs .nav-link {
  color: #de5035;
}

.dashbord-sec .nav-tabs .nav-link:focus,
.dashbord-sec .nav-tabs .nav-link:hover {
  border-color: #ffac41;
  isolation: isolate;
  background-color: #ffac41;
  color: #000;
}

.dashbord-sec textarea.form-control {
  background: transparent;
  border: 1px solid rgb(255 172 65 / 43%);
  color: #fff;
}

@media (max-width: 768px) {
  aside .login-left-subblock .logo-block img {
    max-width: 115px;
  }
  .dashbord-sec {
    padding-top: 30px;
  }

  header .left-column .menu-block {
    background:
      radial-gradient(
        circle at 70% 30%,
        rgba(255, 122, 24, 0.15),
        transparent 40%
      ),
      radial-gradient(
        circle at 30% 80%,
        rgba(120, 80, 255, 0.15),
        transparent 45%
      ),
      linear-gradient(180deg, #0b1220, #0e1628);
  }
  .radio-block.category-radio-block tbody,
  .radio-block.category-radio-block td,
  .radio-block.category-radio-block tfoot,
  .radio-block.category-radio-block th,
  .radio-block.category-radio-block thead,
  .radio-block.category-radio-block tr {
    word-break: keep-all;
    white-space: normal;
    vertical-align: middle;
  }
}

.radio-block.category-radio-block table {
  color: #fff;
  word-break: break-all;
}

.radio-block.category-radio-block table tr td:first-child {
  white-space: nowrap;
  vertical-align: middle;
}

.radio-block.category-radio-block tbody,
.radio-block.category-radio-block td,
.radio-block.category-radio-block tfoot,
.radio-block.category-radio-block th,
.radio-block.category-radio-block thead,
.radio-block.category-radio-block tr {
  color: #fff;
}

/* Alphabet Filter */
.alphabet-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.alpha-btn {
    width: 34px;
    height: 34px;
    border: 1px solid #FFAC416E;
    background: transparent;
    color: #FFFFFF;
    border-radius: 6px;
    font-size: 13px;
    transition: 0.3s;
}

.alpha-btn:hover {
    background: #7b4f156e;
    color: #fff;
    box-shadow: 0 0 8px #fdb9606e;
}

.alpha-btn.active {
    background: #7b4f156e;
    color: #fff;
    box-shadow: 0 0 10px #fdb9606e;
}

.alpha-btn.all-btn {
    width: auto;
    padding: 0 10px;
}

.load-link {
    color: #1e90ff;
    cursor: pointer;
    font-weight: 500;
    margin-left: 5px;
    transition: 0.3s;
}

.load-link:hover {
    text-decoration: underline;
    color: #63b3ff;
}

.load-link.loading {
    opacity: 0.6;
    pointer-events: none;
}

/* dropdown options fix */
.auth-input option {
    background-color: #1e223f; /* dark bg */
    color: #fff;
}

/* hover (some browser support) */
.auth-input option:hover {
    background-color: #ff8c2a;
    color: #000;
}

/* focus fix */
.auth-input:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-toggle::after{color: #fff;}
