/*@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 {
  font-size: 16px;
  line-height: 24px;
  font-family: "PT Sans", sans-serif;
  color: #38464D;
  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: #FFFFFF;
  background: #0c1545;
  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: #ffffff;
}

/* 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: #333333;
  border: 2px solid #0c1545;
  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: #333333;
}

/* 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;
}

@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: #0c1545;
  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: #0c1545;
  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: #0c1545;
  pointer-events: auto;
}

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

/* 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-color: #0c1545;
  border-color: #0c1545;
}

/* line 194, ../scss/_common.scss */
.btn-primary:hover {
  background-color: #0c1545;
  border-color: #0c1545;
}

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

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

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

/* line 1, ../scss/_header.scss */
header {
  padding: 0 15px 0 0;
  background: #FFFFFF;
  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: 50px;
}

@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: 55px;
  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: #333333;
  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 #0c1545;
  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: #0c1545;
}

@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: #333333;
  }
}

@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: #0c1545;
  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: #252733;
  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;
  box-shadow: 0 4px 12px #e7e7e7;
  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 #fff;
}

/* 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: #333333;
  position: relative;
  padding: 6px 15px;
}

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

/* 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 30px;
}

/* 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: #333333;
}

@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: #c5f8ff;
  border-radius: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

.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: #333333;
}

@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: #333333;
}

@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: #333333;
}

@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: #333333;
}

@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 #0c1545;
  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 #0c1545;
  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: #FFFFFF;
  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: #333333;
  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 #0c1545;
  background-color: #0c1545;
}

/* 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: #333333;
  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 #0c1545;
  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: #333333;
  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 #0c1545;
}

/* 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 #0c1545;
  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: #FFFFFF;
  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: #333333;
  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: #0c1545;
}

/* line 633, ../scss/_main.scss */
.card-left-block .form-group .btn-red {
  width: auto;
  padding: 10px 30px;
  background: #0c1545;
  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: #FFFFFF;
  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: #333333;
  font-family: "PT Sans", sans-serif;
  border-radius: 15px;
  border: 1px solid #DDDDDD;
}

.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: #0c1545;
  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 #c5f8ff;
  background-color: #c5f8ff;
}

/* 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 #c5f8ff;
}

/* 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: #333333;
}

/* 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: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  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 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: #333333;
  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: #333333;
  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: #333333;
  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: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 10px;
  height: auto;
  color: #333333;
  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: #333333;
  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: #0c1545;
  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 {
  background: #FFFFFF;
  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: #333333;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}

/* line 889, ../scss/_main.scss */
.page-table-block .table tbody tr td {
  color: #333333;
  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: #0c1545;
  border-color: #0c1545;
}

/* 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: #333333;
  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: #333333;
  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: #333333;
  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);
}

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: #0c1545;
  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: flex-start;
  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: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  height: 100%;
  min-height: 60px;
}

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

.category-name {
  font-size: 16px;
  font-weight: 500;
  color: #38464D;
  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: #0c1545;
  background-color: #0c1545;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
}

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

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

.category-card:hover .category-label {
  border-color: #0c1545;
  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: #2c3e50;
  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: #0c1545;
}

.select-all-states input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #0c1545;
  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: #2c3e50;
  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 #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  min-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.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: #2c3e50;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.state-card input[type="checkbox"]:checked+label {
  border: 1px solid #0c1545;
  background-color: #0c1545;
  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: #0c1545;
  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: #0c1545;
  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: #fff;
  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: #fff;
  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: #666;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

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

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

.step-indicator.completed .step-number {
  background: #47c5fb;
  color: #fff;
  border-color: #47c5fb;
}

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

.step.active {
  display: block;
}

.steps-container {
  padding: 20px;
  background-color: #E9F1FD;
  min-height: 500px;
}

.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%;
  }
}


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

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

.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: #c5f8ff;
  border-color: #c5f8ff;
  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: #38464D;
}

.steps-container .step-number {
  background: #333333;
  border: 2px solid #333333;
  color: #fff;
}

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

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

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

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

.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 #c5f8ff;
  background-color: #c5f8ff;
  box-shadow: 0 2px 8px rgba(237, 29, 36, 0.1);
}

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

.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 {
  color: #000;
  background-color: #47c5fb;
  border-color: #47c5fb;
}

.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 #0052cc;
    height: 28px;
    width: 28px;
    line-height: 26px;
    border-radius: 100px;
    color: #0052cc;
    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 #fff;
    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;
  }

  /* 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;
}