@charset "UTF-8";

/* 9px / 16 = 0.563rem */

/* 10px / 16 = 0.625rem */

/* 11px / 16 = 0.6875rem */

/* 12px / 16 = 0.75rem */

/* 13px / 16 = 0.8125rem */

/* 14px / 16 = 0.875rem */

/* 15px / 16 = 0.9375rem */

/* 16px / 16 = 1rem */

/* 17px / 16 = 1.0625rem */

/* 18px / 16 = 1.125rem */

/* 19px / 16 = 1.1875rem */

/* 20px / 16 = 1.25rem */

/* 21px / 16 = 1.3125rem */

/* 12px / 16 = 1.375rem */

/* 23px / 16 = 1.438rem */

/* 24px / 16 = 1.5rem */

/* 25px / 16 = 1.5625rem */

/* 26px / 16 = 1.625rem */

/* 27px / 16 = 1.688rem */

/* 28px / 16 = 1.75rem */

/* 29px / 16 = 1.8125rem */

/* 30px / 16 = 1.875rem */

.w-10 {
  width: 10% !important;
}

.h-10 {
  height: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.h-20 {
  height: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.h-30 {
  height: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.h-40 {
  height: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.h-50 {
  height: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.h-60 {
  height: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.h-70 {
  height: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.h-80 {
  height: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.h-90 {
  height: 90% !important;
}

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

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-fit {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-max {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}

.h-min {
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
}

.w-auto {
  width: auto !important;
}

.w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

@media (min-width: 575.98px) {
  .w-sm-10 {
    width: 10% !important;
  }

  .h-sm-10 {
    height: 10% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .h-sm-20 {
    height: 20% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .h-sm-30 {
    height: 30% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .h-sm-40 {
    height: 40% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .h-sm-60 {
    height: 60% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .h-sm-70 {
    height: 70% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .h-sm-80 {
    height: 80% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .h-sm-90 {
    height: 90% !important;
  }

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

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-auto {
    height: auto !important;
  }

  .h-sm-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-sm-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .h-sm-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .w-sm-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-sm-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .w-sm-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}

@media (min-width: 768px) {
  .w-md-10 {
    width: 10% !important;
  }

  .h-md-10 {
    height: 10% !important;
  }

  .w-md-20 {
    width: 20% !important;
  }

  .h-md-20 {
    height: 20% !important;
  }

  .w-md-30 {
    width: 30% !important;
  }

  .h-md-30 {
    height: 30% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .h-md-40 {
    height: 40% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }

  .h-md-60 {
    height: 60% !important;
  }

  .w-md-70 {
    width: 70% !important;
  }

  .h-md-70 {
    height: 70% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .h-md-80 {
    height: 80% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .h-md-90 {
    height: 90% !important;
  }

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

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-auto {
    height: auto !important;
  }

  .h-md-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-md-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .h-md-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .w-md-auto {
    width: auto !important;
  }

  .w-md-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-md-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .w-md-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}

@media (min-width: 992px) {
  .w-lg-10 {
    width: 10% !important;
  }

  .h-lg-10 {
    height: 10% !important;
  }

  .w-lg-20 {
    width: 20% !important;
  }

  .h-lg-20 {
    height: 20% !important;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .h-lg-30 {
    height: 30% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .h-lg-40 {
    height: 40% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .h-lg-60 {
    height: 60% !important;
  }

  .w-lg-70 {
    width: 70% !important;
  }

  .h-lg-70 {
    height: 70% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .h-lg-80 {
    height: 80% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .h-lg-90 {
    height: 90% !important;
  }

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

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-auto {
    height: auto !important;
  }

  .h-lg-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-lg-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .h-lg-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .w-lg-auto {
    width: auto !important;
  }

  .w-lg-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-lg-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .w-lg-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-10 {
    width: 10% !important;
  }

  .h-xl-10 {
    height: 10% !important;
  }

  .w-xl-20 {
    width: 20% !important;
  }

  .h-xl-20 {
    height: 20% !important;
  }

  .w-xl-30 {
    width: 30% !important;
  }

  .h-xl-30 {
    height: 30% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .h-xl-40 {
    height: 40% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .w-xl-60 {
    width: 60% !important;
  }

  .h-xl-60 {
    height: 60% !important;
  }

  .w-xl-70 {
    width: 70% !important;
  }

  .h-xl-70 {
    height: 70% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .h-xl-80 {
    height: 80% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .h-xl-90 {
    height: 90% !important;
  }

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

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-auto {
    height: auto !important;
  }

  .h-xl-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-xl-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .h-xl-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .w-xl-auto {
    width: auto !important;
  }

  .w-xl-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-xl-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .w-xl-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}

@media (min-width: 1400px) {
  .w-xxl-10 {
    width: 10% !important;
  }

  .h-xxl-10 {
    height: 10% !important;
  }

  .w-xxl-20 {
    width: 20% !important;
  }

  .h-xxl-20 {
    height: 20% !important;
  }

  .w-xxl-30 {
    width: 30% !important;
  }

  .h-xxl-30 {
    height: 30% !important;
  }

  .w-xxl-40 {
    width: 40% !important;
  }

  .h-xxl-40 {
    height: 40% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .h-xxl-50 {
    height: 50% !important;
  }

  .w-xxl-60 {
    width: 60% !important;
  }

  .h-xxl-60 {
    height: 60% !important;
  }

  .w-xxl-70 {
    width: 70% !important;
  }

  .h-xxl-70 {
    height: 70% !important;
  }

  .w-xxl-80 {
    width: 80% !important;
  }

  .h-xxl-80 {
    height: 80% !important;
  }

  .w-xxl-90 {
    width: 90% !important;
  }

  .h-xxl-90 {
    height: 90% !important;
  }

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

  .h-xxl-100 {
    height: 100% !important;
  }

  .h-xxl-auto {
    height: auto !important;
  }

  .h-xxl-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-xxl-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .h-xxl-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .w-xxl-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-xxl-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .w-xxl-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}

@media (min-width: 1600px) {
  .w-xxxl-10 {
    width: 10% !important;
  }

  .h-xxxl-10 {
    height: 10% !important;
  }

  .w-xxxl-20 {
    width: 20% !important;
  }

  .h-xxxl-20 {
    height: 20% !important;
  }

  .w-xxxl-30 {
    width: 30% !important;
  }

  .h-xxxl-30 {
    height: 30% !important;
  }

  .w-xxxl-40 {
    width: 40% !important;
  }

  .h-xxxl-40 {
    height: 40% !important;
  }

  .w-xxxl-50 {
    width: 50% !important;
  }

  .h-xxxl-50 {
    height: 50% !important;
  }

  .w-xxxl-60 {
    width: 60% !important;
  }

  .h-xxxl-60 {
    height: 60% !important;
  }

  .w-xxxl-70 {
    width: 70% !important;
  }

  .h-xxxl-70 {
    height: 70% !important;
  }

  .w-xxxl-80 {
    width: 80% !important;
  }

  .h-xxxl-80 {
    height: 80% !important;
  }

  .w-xxxl-90 {
    width: 90% !important;
  }

  .h-xxxl-90 {
    height: 90% !important;
  }

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

  .h-xxxl-100 {
    height: 100% !important;
  }

  .h-xxxl-auto {
    height: auto !important;
  }

  .h-xxxl-fit {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .h-xxxl-max {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }

  .h-xxxl-min {
    height: -webkit-min-content !important;
    height: -moz-min-content !important;
    height: min-content !important;
  }

  .w-xxxl-auto {
    width: auto !important;
  }

  .w-xxxl-fit {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .w-xxxl-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .w-xxxl-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }
}

@media screen and (min-width: 1600px) {
  .col-xxxl-1 {
    width: 8.33333333%;
  }

  .col-xxxl-2 {
    width: 16.66666667%;
  }

  .col-xxxl-3 {
    width: 25%;
  }

  .col-xxxl-4 {
    width: 33.33333333%;
  }

  .col-xxxl-5 {
    width: 41.66666667%;
  }

  .col-xxxl-6 {
    width: 50%;
  }

  .col-xxxl-7 {
    width: 58.33333333%;
  }

  .col-xxxl-8 {
    width: 66.66666667%;
  }

  .col-xxxl-9 {
    width: 75%;
  }

  .col-xxxl-10 {
    width: 83.33333333%;
  }

  .col-xxxl-11 {
    width: 91.66666667%;
  }

  .col-xxxl-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .col-xxxl-1 {
    width: 8.33333333%;
  }

  .col-xxxl-2 {
    width: 16.66666667%;
  }

  .col-xxxl-3 {
    width: 25%;
  }

  .col-xxxl-4 {
    width: 33.33333333%;
  }

  .col-xxxl-5 {
    width: 41.66666667%;
  }

  .col-xxxl-6 {
    width: 50%;
  }

  .col-xxxl-7 {
    width: 58.33333333%;
  }

  .col-xxxl-8 {
    width: 66.66666667%;
  }

  .col-xxxl-9 {
    width: 75%;
  }

  .col-xxxl-10 {
    width: 83.33333333%;
  }

  .col-xxxl-11 {
    width: 91.66666667%;
  }

  .col-xxxl-12 {
    width: 100%;
  }
}

:root {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.fsc-start {
  font-size: clamp(0.54rem, calc(1.099rem + -0.447vi), 0.6rem) !important;
}

.fsc-n4 {
  font-size: clamp(0.621rem, calc(1.082rem + -0.368vi), 0.7rem) !important;
}

.fsc-n3 {
  font-size: clamp(0.715rem, calc(1.062rem + -0.278vi), 0.8rem) !important;
}

.fsc-n2 {
  font-size: clamp(0.822rem, calc(1.038rem + -0.173vi), 0.9rem) !important;
}

.fsc-n1 {
  font-size: clamp(0.945rem, calc(1.002rem + -0.053vi), 1rem) !important;
}

.fsc-normal {
  font-size: clamp(0.9rem, calc(0.9rem + 0.3vi), 1.2rem) !important;
}

.fsc-1 {
  font-size: clamp(1rem, calc(0.946rem + 0.243vi), 1.25rem) !important;
}

.fsc-2 {
  font-size: clamp(1.1rem, calc(1.027rem + 0.328vi), 1.438rem) !important;
}

.fsc-3 {
  font-size: clamp(1.21rem, calc(1.114rem + 0.431vi), 1.653rem) !important;
}

.fsc-4 {
  font-size: clamp(1.331rem, calc(1.108rem + 0.554vi), 1.901rem) !important;
}

.fsc-5 {
  font-size: clamp(1.464rem, calc(1.308rem + 0.702vi), 2.186rem) !important;
}

.fsc-6 {
  font-size: clamp(1.611rem, calc(1.415rem + 0.879vi), 2.514rem) !important;
}

.fsc-7 {
  font-size: clamp(1.772rem, calc(1.53rem + 1.089vi), 2.891rem) !important;
}

.fsc-8 {
  font-size: clamp(1.949rem, calc(1.652rem + 1.339vi), 3.325rem) !important;
}

.fsc-9 {
  font-size: clamp(2.144rem, calc(1.781rem + 1.634vi), 3.824rem) !important;
}

.fsc-10 {
  font-size: clamp(2.358rem, calc(1.918rem + 1.984vi), 4.397rem) !important;
}

.fsc-end {
  font-size: clamp(2.594rem, calc(2.062rem + 2.396vi), 5.057rem) !important;
}

.fs-normal {
  font-size: 1rem !important;
}

.fs-15x {
  font-size: 15px !important;
}

.fs-17x {
  font-size: 17px !important;
}

.fs-18x {
  font-size: 18px !important;
}

.fs-19x {
  font-size: 19px !important;
}

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

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-justify {
  text-align: justify !important;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rounded-10x {
  border-radius: 10px;
}

.rounded-25x {
  border-radius: 25px;
}

.z-n3 {
  z-index: -3 !important;
}

.z-n2 {
  z-index: -2 !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0;
}

.z-9 {
  z-index: 9 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-99 {
  z-index: 99 !important;
}

.z-100 {
  z-index: 100 !important;
}

.z-999 {
  z-index: 999 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-unset {
  box-shadow: unset !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.box-shadow-unset:active,
.box-shadow-unset:hover,
.box-shadow-unset:focus,
.box-shadow-unset:focus-visible {
  box-shadow: unset !important;
}

.focus-unset:focus {
  color: unset;
  background-color: unset;
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
}

.active-unset:active {
  color: unset;
  background-color: unset;
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
}

.focus-visible-unset:focus-visible {
  color: unset;
  background-color: unset;
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
}

.target-unset:target {
  color: unset;
  background-color: unset;
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
}

.hover-unset:hover {
  color: unset;
  background-color: unset;
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
}

.visited-unset:visited {
  color: unset;
  background-color: unset;
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
}

.befor-unset::before {
  content: unset !important;
}

.after-unset::after {
  content: unset !important;
}

.top-unset {
  top: unset !important;
}

.bottom-unset {
  bottom: unset !important;
}

.start-unset {
  left: unset !important;
}

.end-unset {
  right: unset !important;
}

.custom-scroll-bar::-webkit-scrollbar {
  height: 8px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 5px;
  /* width of vertical scrollbar */
  border: 5px solid #dee2e6;
  border-radius: 24px;
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 24px;
}

.custom-scroll-bar::-webkit-scrollbar-track {
  background: #dee2e6;
}

.form-control:focus,
.form-control:active {
  border-color: #dee2e6;
}

.inputs,
.textarea {
  color: #adadad;
  font-size: 15px;
}

.inputs::-moz-placeholder, .textarea::-moz-placeholder {
  font-size: 12px;
  color: #adadad;
}

.inputs:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #adadad;
}

.inputs::placeholder,
.textarea::placeholder {
  font-size: 12px;
  color: #adadad;
}

.form-check-input-theme {
  padding: 9px !important;
}

.form-check-input-theme:checked {
  background-color: #009fd9;
  border-color: #009fd9;
}

.form-check-input-theme:focus {
  border-color: #009fd9;
}

.theme-radio {
  height: 25px;
  width: 17px;
  accent-color: #009fd9;
}

.btn-padding {
  padding: 10px 30px;
}

@media (min-width: 1600px) {
  .w-xxxl-22 {
    width: 22% !important;
  }
}

.text-star {
  color: #f3c12d !important;
}

.bg-white-dark {
  background-color: #FAFAFA !important;
}

.text-font-theme {
  color: #2B2D42 !important;
}

.text-theme {
  color: #009fd9 !important;
}

.bg-theme {
  background-color: #009fd9 !important;
}

.bg-theme-light {
  background-color: #88c8e0 !important;
}

.bg-theme-dark {
  background-color: #009fd9 !important;
}

.box-shadow-theme {
  box-shadow: 0px 8px 10px #f9fcfe !important;
}

.border-theme {
  border: 1px solid #009fd9;
}

.btn-theme {
  background-color: #009fd9 !important;
  border: 1px solid #009fd9;
  transition: all 0.3s;
}

.btn-theme:hover {
  background-color: #009fd9 !important;
  border: 1px solid #009fd9;
}

.btn-theme-dark {
  background-color: #009fd9 !important;
  border: 1px solid #009fd9;
  transition: all 0.3s;
}

.btn-theme-dark:hover {
  background-color: #008cc0 !important;
  border: 1px solid #008cc0;
}

.btn-theme-outline {
  color: #009fd9 !important;
  background-color: transparent !important;
  border: 1px solid #009fd9;
  transition: all 0.3s;
}

.btn-theme-outline:hover {
  color: #fff !important;
  background-color: #009fd9 !important;
  border: 1px solid #009fd9;
}

.btn-theme-outline-dark {
  color: #009fd9 !important;
  background-color: transparent !important;
  border: 1px solid #009fd9;
  transition: all 0.3s;
}

.btn-theme-outline-dark:hover {
  color: #fff !important;
  background-color: #008cc0 !important;
  border: 1px solid #008cc0;
}

.text-theme-dark {
  color: #2B2D42 !important;
}

.border-gray {
  border: 1px solid #edf4ef;
}

.lh-8 {
  line-height: 1.8;
}

.btn-apply {
  background-color: #EDF2F4 !important;
  padding: 15px 35px !important;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-Thin.eot");
  src: URL("../../fonts/Hellix-Thin.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Thin.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Thin.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-Thin.woff") format("woff"), URL("../../fonts/hellix/Hellix-Thin.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-Thin.svg#lineto-circular-pro-book") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-Light.eot");
  src: URL("../../fonts/Hellix-Light.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Light.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Light.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-Light.woff") format("woff"), URL("../../fonts/hellix/Hellix-Light.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-Light.svg#lineto-circular-pro-book") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-Regular.eot");
  src: URL("../../fonts/Hellix-Regular.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Regular.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Regular.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-Regular.woff") format("woff"), URL("../../fonts/hellix/Hellix-Regular.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-Regular.svg#lineto-circular-pro-book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-Medium.eot");
  src: URL("../../fonts/Hellix-Medium.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Medium.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Medium.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-Medium.woff") format("woff"), URL("../../fonts/hellix/Hellix-Medium.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-Medium.svg#lineto-circular-pro-book") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-SemiBold.eot");
  src: URL("../../fonts/Hellix-SemiBold.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-SemiBold.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-SemiBold.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-SemiBold.woff") format("woff"), container URL("../../fonts/hellix/Hellix-SemiBold.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-SemiBold.svg#lineto-circular-pro-book") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-Bold.eot");
  src: URL("../../fonts/Hellix-Bold.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Bold.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Bold.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-Bold.woff") format("woff"), URL("../../fonts/hellix/Hellix-Bold.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-Bold.svg#lineto-circular-pro-book") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-ExtraBold.eot");
  src: URL("../../fonts/Hellix-ExtraBold.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-ExtraBold.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-ExtraBold.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-ExtraBold.woff") format("woff"), URL("../../fonts/hellix/Hellix-ExtraBold.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-ExtraBold.svg#lineto-circular-pro-book") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Hellix';
  src: URL("../../fonts/hellix/Hellix-Black.eot");
  src: URL("../../fonts/Hellix-Black.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Black.eot?#iefix") format("embedded-opentype"), URL("../../fonts/hellix/Hellix-Black.woff2") format("woff2"), URL("../../fonts/hellix/Hellix-Black.woff") format("woff"), URL("../../fonts/hellix/Hellix-Black.ttf") format("truetype"), URL("../../fonts/hellix/Hellix-Black.svg#lineto-circular-pro-book") format("svg");
  font-weight: 900;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #2B2D42;
  font-family: "hellix" , sans-serif !important;
  font-size: 0.875rem;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.i-isolate {
  isolation: isolate;
}

.py-12x {
  padding-block: 12px;
}

.bidding .bidding-content .content-img {
  width: 115px;
  height: 115px;
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .bidding .detail-btn button {
    padding: 12px 60px !important;
  }
}

.service {
  min-height: 60vh;
}

.service .service-checking::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 200px;
  z-index: 2;
  background: linear-gradient(270deg, white 15%, #ffffff00 100%);
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .service .service-checking::after {
    /* Bootstrap's large breakpoint */
    background: linear-gradient(270deg, white 10%, #ffffff00 100%);
  }
}

@media (max-width: 767.98px) {
  .service .service-checking::after {
    /* Bootstrap's small breakpoint */
    content: unset;
  }
}

.service .content-detail {
  transition: all 0.3s linear;
}

.service .content-detail .detail-img {
  width: 150px;
  height: 150px;
}

@media (min-width: 992px) {
  .service .content-detail .detail-img {
    width: 150px;
    height: 150px;
  }
}

.service .content-detail .detail-img.active {
  transition: all 0.3s linear;
}

@media (max-width: 767.98px) {
  .service .content-detail {
    /* Bootstrap's small breakpoint */
    margin: auto;
  }
}

.service .content-detail .detail-checkbox {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  opacity: 0;
  z-index: 3;
}

.service .content-detail:has(.detail-img.active) .detail-img {
  transition: all 0.3s;
  background-color: #0000005c;
}

.service .content-detail:has(.detail-img.active) .detail-img::before {
  content: "";
  transition: all 0s;
  z-index: 2;
  display: inline-block;
  height: 150px;
  width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 1px;
  background-image: URL("../resources/assets/images/new-design/check.svg"), linear-gradient(45deg, black, transparent);
  background-size: 45px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.service .content-detail:has(:not(.active)) .detail-img {
  transition: all 0.5s;
  background-color: #00000000;
}

.service .content-detail:has(:not(.active)) .detail-img::before {
  content: "";
  transition: all 0s;
  opacity: 0;
  transform: scale(1);
  height: 150px;
  width: 150px;
  display: inline-block;
  position: absolute;
}

.service .previous-task {
  width: 36px;
  height: 36px;
}

.question .question-content {
  border: 1px solid #edf2f4;
}

.question .question-content .value-number {
  height: clamp(30px, 4vw, 35px);
  width: clamp(30px, 4vw, 35px);
  flex-shrink: 0;
  font-size: clamp(0.8rem, calc(1rem + 0.254vi), 1.901rem);
}

@media (max-width: 767.98px) {
  .question .question-content .value-number {
    /* Bootstrap's small breakpoint */
    font-size: clamp(0.8rem, calc(1rem + 0.154vi), 1.901rem);
  }
}

.question .question-content .content-input {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: clamp(25px, 6vw, 35px);
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.question .question-content .content-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.question .question-content .content-input input:checked ~ .checkmark {
  border: 3px solid #009fd9;
}

.question .question-content .content-input input:checked ~ .checkmark:after {
  display: block;
}

.question .question-content .content-input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.question .question-content .content-input:hover input ~ .checkmark {
  background-color: #FAFAFA;
}

.question .question-content .content-input.input .checkmark {
  border: 3px solid #009fd9;
}

.question .question-content .content-input.input .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009fd9;
}

@media (max-width: 767.98px) {
  .question .question-content .content-input.input .checkmark:after {
    /* Bootstrap's small breakpoint */
    width: 10px;
    height: 10px;
  }
}

.question .question-content .content-input.input .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .question .question-content .content-input.input .checkmark {
    /* Bootstrap's small breakpoint */
    top: 5px;
    height: 22px;
    width: 22px;
  }
}

.question .question-content .content-input.checkbox input {
  cursor: pointer;
}

.question .question-content .content-input.checkbox input:checked ~ .checkmark {
  background-color: #009fd9;
  border: 3px solid #009fd9;
}

.question .question-content .content-input.checkbox .checkmark {
  border: 3px solid #009fd9;
  position: absolute;
  top: 4px;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .question .question-content .content-input.checkbox .checkmark {
    /* Bootstrap's small breakpoint */
    top: 5px;
    height: 22px;
    width: 22px;
  }
}

.question .question-content .content-input.checkbox .checkmark:after {
  left: 1px;
  top: 2px;
  width: 14px;
  height: 11px;
  background-image: URL("../resources/assets/images/new-design/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .question .question-content .content-input.checkbox .checkmark:after {
    /* Bootstrap's small breakpoint */
    top: 2px;
    width: 13px;
  }
}

.question .question-content .content-msg .para-1 {
  font-size: clamp(1.1rem, calc(1.027rem + 0.258vi), 1.438rem);
}

@media (max-width: 767.98px) {
  .question .question-content .content-msg .para-1 {
    /* Bootstrap's small breakpoint */
    line-height: 2;
    font-size: clamp(0.892rem, calc(1.038rem - 0.8vw), 1.438rem);
  }
}

.question .question-content .content-msg textarea {
  background: #efefef 0% 0% no-repeat padding-box;
  padding: 20px 25px;
  min-height: 150px;
  border-radius: 26px;
  font-size: 20px;
  line-height: 2;
  resize: unset;
}

.question .question-content .content-msg textarea:focus {
  outline: unset;
}

.custom-modal .modal-dialog {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.custom-modal .modal-btn {
  color: #2B2D42;
  white-space: nowrap;
  padding: 10px 35px;
  transition: all 0.2s linear;
}

.custom-modal .modal-btn:hover {
  border: 1px solid #009fd9 !important;
  background: white 0% 0% no-repeat padding-box;
  box-shadow: #009fd9 -1px -1px 0px 0px, #009fd9 1px 1px 0px 0px !important;
}

@media (min-width: 992px) {
  .custom-modal.custom-modal-large-lg .modal-dialog {
    max-width: 550px;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

.select-menu,
.payment-menu,
.rating-menu {
  max-width: 330px;
  margin: 35px auto;
  position: relative;
}

.select-menu .select-btn,
.payment-menu .select-btn,
.rating-menu .select-btn {
  display: flex;
  background: #fff;
  padding: 13px 20px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 22px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #707070;
}

.select-menu .options,
.payment-menu .options,
.rating-menu .options {
  display: none;
  position: absolute;
  top: 45px;
  width: 330px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}

.select-menu .options .option,
.payment-menu .options .option,
.rating-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

.select-menu .options .option:hover,
.payment-menu .options .option:hover,
.rating-menu .options .option:hover {
  background: #f2f2f2;
}

.select-menu .options .option i,
.payment-menu .options .option i,
.rating-menu .options .option i {
  font-size: 16px;
  margin-right: 12px;
}

.select-menu .options .option .option-text,
.payment-menu .options .option .option-text,
.rating-menu .options .option .option-text {
  font-size: 17px;
  color: #333;
}

.select-btn i {
  font-size: 15px;
  transition: 0.3s;
}

.select-menu.active .select-btn i,
.payment-menu.active .select-btn i,
.rating-menu.active .select-btn i {
  transform: rotate(-180deg);
}

.select-menu.active .options,
.payment-menu.active .options,
.rating-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.rating .btn-map {
  border: 1px solid #2B2D42;
  border-radius: 10px;
  padding: 12px 30px;
}

.rating .btn-map .img-contain {
  width: 16px;
  height: 16px;
}

@media (min-width: 992px) {
  .rating .rating-content {
    width: 360px;
  }
}

.rating .icon-img {
  width: 19px;
  height: 17px;
  opacity: 0.7;
}

.rating .icon-img img {
  vertical-align: text-top;
}

.rating .btn-rating {
  padding: 8px 45px;
  border-radius: 12px;
  background-color: #ffedb7;
}

.rating .btn-rating-2 {
  border: 1px solid #707070;
  background: #ffffff 0% 0% no-repeat padding-box;
  padding: 8px 25px;
  border-radius: 12px;
  white-space: nowrap;
}

.rating .select-menu {
  max-width: unset;
}

@media (min-width: 992px) {
  .rating .select-menu {
    max-width: 330px;
  }
}

.dual-range-slider .irs-handle {
  border: unset !important;
  cursor: pointer !important;
}

.dual-range-slider .irs-bar {
  top: 34px;
  height: 10px !important;
  background-color: #009fd9 !important;
}

.dual-range-slider .irs-line {
  height: 10px !important;
  top: 34px;
}

.dual-range-slider .irs-from,
.dual-range-slider .irs-to,
.dual-range-slider .irs-single {
  top: 55px !important;
  color: #000;
  background-color: transparent !important;
  font-weight: bold;
}

.dual-range-slider .irs-from::before,
.dual-range-slider .irs-to::before {
  border: unset !important;
}

.dual-range-slider .irs-min,
.dual-range-slider .irs-max {
  display: none !important;
}

.dual-range-slider .irs--round .irs-from,
.dual-range-slider .irs--round .irs-to,
.dual-range-slider .irs--round .irs-single {
  background-color: transparent !important;
  border: unset !important;
}

.dual-range-slider .irs-single:before {
  border: unset !important;
}

.dual-range-slider .irs--round .irs-handle.to,
.dual-range-slider .irs--round .irs-handle.from {
  background-image: URL("../../images/new-design/range-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 20px;
}

.dual-range-slider.banner {
  background-image: URL("../../images/new-design/range-banner.svg");
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: 25% 10px;
}

.check-in .check-in-profile .img-cover {
  width: 120px;
  height: 120px;
}

@media (max-width: 767.98px) {
  .check-in .check-in-gallery .img-cover {
    /* Bootstrap's small breakpoint */
    max-height: 300px;
    height: 300px;
  }
}

.check-in .service-card .card .img-cover {
  width: 100%;
  height: 160px;
}

.check-in .card-footers .btn-value {
  border-radius: 50%;
  border: unset;
  background-color: #73daff;
  width: 28px;
  height: 28px;
  font-size: 14px;
}

.check-in .check-in-review .review-content .img-cover {
  width: 120px;
  height: 120px;
}

.check-in .check-in-booking .card {
  box-shadow: 0px 0px 6px #00000029;
  border: 0;
}

.check-in .card-text-area {
  resize: vertical;
  background: #efefef 0% 0% no-repeat padding-box;
  resize: none;
  padding: 15px;
  width: 100%;
  font-size: 13px;
  border-radius: 16px;
  min-height: 150px;
  outline: unset;
  color: #000;
  border: 1px solid #d7d7d7;
  font-weight: 500;
}

.check-in .swiper-gallery-prev,
.check-in .swiper-gallery-next {
  position: absolute;
  top: 55%;
  z-index: 1;
  transform: translate(0%, -100%);
  padding: 5px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 1px 0px 9px #00000026;
  border-radius: 12px;
}

.check-in .swiper-gallery-prev .img-contain,
.check-in .swiper-gallery-next .img-contain {
  width: 25px;
  height: 25px;
}

.check-in .swiper-gallery-prev {
  left: -15px;
}

.check-in .swiper-gallery-next {
  right: -15px;
}

.check-in .check-in-gallery .img-cover {
  max-height: 250px;
  height: 220px;
}

@media (max-width: 991.98px) {
  .check-in .check-in-gallery .img-cover {
    /* Bootstrap's medium breakpoint */
    max-height: 280px;
    height: 280px;
  }
}

.check-in .swiper-button-disabled {
  opacity: 0.5;
  transition: all 0.4s;
}

.check-in div[class^="swiper-gallery-"] {
  transition: all 0.4s;
}

.check-in .card-save {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  border-radius: 13px;
  margin-bottom: 20px;
}

.check-in .card-save-btn {
  width: 37px;
  height: 37px;
  padding: 10px 9px !important;
  position: absolute;
  right: 0;
  bottom: -2px;
  border-radius: 12px 0 0 0;
  background-color: #333;
  transition: all 0.3s;
  border: unset;
}

.check-in .card-save-btn img {
  vertical-align: top;
}

.check-in .card-save-btn:disabled {
  background-color: #d7d7d7;
  transition: all 0.3s;
}

.check-in .card-save:has(.card-save-btn:enabled) .card-text-area {
  border: 2px solid #333;
}

.booking-details .details-content {
  padding: 30px;
}

.booking-details .payment-menu {
  max-width: unset;
  margin: 18px auto;
}

.booking-details .payment-menu .select-btn {
  font-size: 15px;
  padding: 11px 20px;
  border-radius: 5px;
  box-shadow: unset;
  border: 1px solid #dee2e6;
  color: #2B2D42;
}

.booking-details .payment-menu .options {
  width: 100%;
}

.booking-details .details-wallet input {
  color: #8D99AE;
  font-size: 15px;
}

.booking-details .details-wallet input::-moz-placeholder {
  font-size: 12px;
  color: #8D99AE;
}

.booking-details .details-wallet input:-ms-input-placeholder {
  font-size: 12px;
  color: #8D99AE;
}

.booking-details .details-wallet input::placeholder {
  font-size: 12px;
  color: #8D99AE;
}

footer .select-parent {
  width: 200px;
}

footer .footer_select {
  border-radius: 50px;
  height: 45px;
  width: 200px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

footer .footer_select:focus {
  box-shadow: unset;
}

.skel-boxshadow {
  box-shadow: 0px 5px 20px #44cb7a1a;
  border-radius: 10px;
  padding: 24px;
}

.skel-input {
  border: 1px solid #2a2c4133;
  border-radius: 10px;
  height: 50px;
  padding: 10px;
}

.button-skel {
  width: 100%;
  height: 38px;
  border-radius: 0.25rem;
  position: relative;
  overflow: hidden;
  display: block;
}

.button-skel::before {
  content: "";
  position: absolute;
  border-radius: 0.25rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.button-skel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 0.25rem;
}

@-webkit-keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

@keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

.btn-gap {
  gap: 15px;
}

.skel-booking-content {
  border-radius: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-booking-content::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-booking-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 20px;
}

@keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

.skel-booking-checkbox {
  border-radius: 5px;
  height: 25px;
  width: 25px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-booking-checkbox::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-booking-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 5px;
}

@keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

.skel-task-border {
  border: 1px solid #46444233;
  border-radius: 15px;
  padding: 24px;
}

.skel-task-profile {
  border-radius: 100px;
  height: 150px;
  width: 150px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-task-profile::before {
  content: "";
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-task-profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 100px;
}

@keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

.task-btn-skel {
  width: 150px;
}

.task-content-name {
  width: 200px;
}

.skel-service-profile {
  border-radius: 100px;
  height: 80px;
  width: 80px;
  position: relative;
  overflow: hidden;
  display: block;
}

.skel-service-profile::before {
  content: "";
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.skel-service-profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  z-index: 99;
  border-radius: 100px;
}

@keyframes shine {
  100% {
    transform: translateX(100%);
  }
}

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

.w-80px {
  width: 80px;
}

.h-80px {
  height: 80px;
}

.skel-tracking-profile {
  width: 80px;
  height: 80px;
}

.skel-booking-checkbox.sw-carousel {
  width: 150px;
  height: 150px;
}

.icon-skel.range-skel {
  top: 25px;
}

.new-flash-container .alert.text-center.alert-danger {
  position: absolute;
  top: 82px;
  max-width: none !important;
  z-index: 9;
}

.cls_header .navbar {
  background-color: #fff;
  box-shadow: 0px 2px 10px #00000014;
  padding: 15px 0px 15px 0px !important;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-450 {
  max-width: 450px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-350 {
  max-width: 350px;
}

.max-w-370x {
  max-width: 370px;
}

@media screen and (min-width: 1024px) {
  .max-w-lg-230 {
    max-width: 230px;
  }
}

@media screen and (min-width: 1600px) {
  .max-w-xl-500 {
    max-width: 500px;
  }

  .max-w-xl-450 {
    max-width: 450px;
  }
}

.container {
  max-width: 1145px !important;
}

.container-fluild {
  max-width: 1145px !important;
}

.new-container-sm {
  max-width: 950px !important;
}

.fs-9x {
  font-size: 0.563rem !important;
  /* 9px / 16 = 0.563rem */
}

.fs-10x {
  font-size: 0.625rem !important;
  /* 10px / 16 = 0.625rem */
}

.fs-11x {
  font-size: 0.688rem !important;
  /* 11px / 16 = 0.6875rem */
}

.fs-12x {
  font-size: 0.75rem !important;
  /* 12px / 16 = 0.75rem */
}

.fs-13x {
  font-size: 0.813rem !important;
  /* 13px / 16 = 0.8125rem */
}

.fs-14x {
  font-size: 0.875rem !important;
  /* 14px / 16 = 0.875rem */
}

.fs-15x {
  font-size: 0.938rem !important;
  /* 15px / 16 = 0.9375rem */
}

.fs-16x {
  font-size: 1rem;
  /* 16px / 16 = 1rem */
}

.fs-17x {
  font-size: 1.063rem !important;
  /* 17px / 16 = 1.0625rem */
}

.fs-18x {
  font-size: 1.125rem !important;
  /* 18px / 16 = 1.125rem */
}

.fs-19x {
  font-size: 1.188rem !important;
  /* 19px / 16 = 1.1875rem */
}

.fs-20x {
  font-size: 1.25rem !important;
  /* 20px / 16 = 1.25rem */
}

.fs-21x {
  font-size: 1.313rem !important;
  /* 21px / 16 = 1.3125rem */
}

.fs-22x {
  font-size: 1.375rem !important;
  /* 12px / 16 = 1.375rem */
}

.fs-23x {
  font-size: 1.438rem !important;
  /* 23px / 16 = 1.438rem */
}

.fs-24x {
  font-size: 1.5rem !important;
  /* 24px / 16 = 1.5rem */
}

.fs-25x {
  font-size: 1.563rem !important;
  /* 25px / 16 = 1.5625rem */
}

.fs-26x {
  font-size: 1.625rem !important;
  /* 26px / 16 = 1.625rem */
}

.fs-27x {
  font-size: 1.688rem !important;
  /* 27px / 16 = 1.688rem */
}

.fs-28x {
  font-size: 1.75rem !important;
  /* 28px / 16 = 1.75rem */
}

.fs-29x {
  font-size: 1.813rem !important;
  /* 29px / 16 = 1.8125rem */
}

.fs-30x {
  font-size: 1.875rem !important;
  /* 30px / 16 = 1.875rem */
}

.h-20x {
  height: 20px !important;
}

.h-25x {
  height: 25px !important;
}

.h-30x {
  height: 30px !important;
}

.h-35x {
  height: 35px !important;
}

.h-40x {
  height: 40px !important;
}

.h-45x {
  height: 45px !important;
}

.h-50x {
  height: 50px !important;
}

.h-55x {
  height: 55px !important;
}

.h-60x {
  height: 60px !important;
}

.w-20x {
  width: 20px !important;
}

.w-25x {
  width: 25px !important;
}

.w-30x {
  width: 30px !important;
}

.w-35x {
  width: 35px !important;
}

.w-40x {
  width: 40px !important;
}

.w-45x {
  width: 45px !important;
}

.w-50x {
  width: 50px !important;
}

.w-55x {
  width: 55px !important;
}

.w-60x {
  width: 60px !important;
}

.placeholder-xsm::-moz-placeholder {
  font-size: 0.75rem !important;
  color: #7C7C7C !important;
}

.placeholder-xsm:-ms-input-placeholder {
  font-size: 0.75rem !important;
  color: #7C7C7C !important;
}

.placeholder-xsm::placeholder {
  font-size: 0.75rem !important;
  color: #7C7C7C !important;
}

.placeholder-sm::-moz-placeholder {
  font-size: 0.875rem !important;
  color: #7C7C7C !important;
}

.placeholder-sm:-ms-input-placeholder {
  font-size: 0.875rem !important;
  color: #7C7C7C !important;
}

.placeholder-sm::placeholder {
  font-size: 0.875rem !important;
  color: #7C7C7C !important;
}

.py-12x {
  padding-block: 12px;
}

.p-18x {
  padding: 18px;
}

.dropdown-menu {
  font-size: 0.875rem;
}

.input-group-text {
  font-size: 0.875rem;
}

.btn {
  font-size: 0.875rem;
}

.modal {
  font-size: 1rem;
}

.unset-btn:focus,
.unset-btn :hover,
.unset-btn:active {
  outline: unset !important;
  box-shadow: unset !important;
  border: unset !important;
}

