.transform-translate-y-50 {
  transform: translateY(-50%);
}

.no-scrollbar-visible {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.text-black-primary {
  color: #030303 !important;
}

.text-color-gradient {
  background: linear-gradient(149deg, #ffe7b9 -8.31%, #caa969 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-color-gradient-hover:hover {
  background: linear-gradient(149deg, #ffe7b9 -8.31%, #caa969 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-color-black-20 {
  border-color: rgba(3, 3, 3, 0.2);
}

.no-scrollbar-visible::-webkit-scrollbar {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .w-full-md-max {
    width: 100% !important;
  }

  .flex-wrap-md-max {
    flex-wrap: wrap !important;
  }

  .no-scrollbar-visible-md {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }

  .no-scrollbar-visible-md::-webkit-scrollbar {
    display: none !important;
  }
}

.nopadding {
  padding: 0px;
}

.top-700px {
  top: 700px;
}

.border-bottom {
  border-bottom: #8f8f8f 1px solid;
}

.overflow-x-auto-cst {
  overflow-x: auto;
}

.overflow-y-auto-cst {
  overflow-y: auto;
}

.overflow-x-hidden-cst {
  overflow-x: hidden;
}

.overflow-y-hidden-cst {
  overflow-y: hidden;
}

.small-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(3, 3, 3, 0.2) #fff;
}

.small-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

.small-scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}

.small-scroll::-webkit-scrollbar-thumb {
  background: var(--primary-cst);
  outline: none;
  border-radius: 10px;
  border: 3px solid transparent;
  transition: all 0.5s;
}

.border-right {
  border-right: #8f8f8f 1px solid;
}

.border-1-p {
  border: #8f8f8f 1px solid;
}

.p-10 {
  padding: 10px;
}

.p-40 {
  padding: 40px;
}

.p-top-55 {
  padding: 55px;
}

.p-bottom-55 {
  padding: 55px;
}

.p-L-0 {
  padding-left: 0px;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 1200px) {
  .container {
    /* width: 1258px; */
    width: 1328px;
  }
}

.black-backgroud {
  background-color: #000;
}

.p-top-20 {
  padding: 20px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-h-200 {
  min-height: 220px;
}

.m-h-150 {
  min-height: 150px;
}

.font-25 {
  font-size: 25px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-left-58 {
  padding-left: 58px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.submit-button-p {
  padding: 6px 20px;
  font-size: 20px;
}

.width-100 {
  width: 100%;
  height: 200px;
}

.form-group,
.form .input-container.form-group {
  margin-bottom: 1.3rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: solid 1px #ccc !important;
  -webkit-text-fill-color: #030303 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: #fff 5000s ease-in-out 0s !important;
  box-shadow: 0 0 0px 1000px #fff inset;
}

.error-highlight,
.error-highlight input,
.error-highlight .input-group-prepend {
  transition: #fff 5000s ease-in-out 0s !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(139, 39, 37, 0.075),
    0 0 8px rgba(139, 39, 37, 0.9), 0 0 0px 1000px #fff inset !important;
  box-shadow: inset 0 1px 1px rgba(139, 39, 37, 0.075),
    0 0 8px rgba(139, 39, 37, 0.9), 0 0 0px 1000px #fff inset !important;
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.datepicker.datepicker-dropdown.dropdown-menu .datepicker-days table tr th,
.datepicker.datepicker-dropdown.dropdown-menu .datepicker-days table tr td {
  font-size: 14px;
}

.datepicker.datepicker-dropdown.dropdown-menu .datepicker-days table tr td {
  padding: 1px 4px;
  width: 30px;
  height: 30px;
}

.datepicker.datepicker-dropdown.dropdown-menu .datepicker-days table tr td.active.day {
  background-color: #000 !important;
  background-image: inherit !important;
  color: #fff !important;
}

.datepicker.datepicker-dropdown.dropdown-menu table tr td.day.focused,
.datepicker.datepicker-dropdown.dropdown-menu table tr td.day:hover {
  background: #000 !important;
  color: #fff !important;
}

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

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

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

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

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

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

.super {
  vertical-align: super;
}

.sub {
  vertical-align: sub;
}

.g-0 {
  gap: 0;
}

.g-1 {
  gap: 0.25rem;
}

.g-2 {
  gap: 0.5rem;
}

.g-6px {
  gap: 6px;
}

.g-3 {
  gap: 1rem;
}

.g-4 {
  gap: 1.5rem;
}

.g-5 {
  gap: 3rem;
}

.g-6 {
  gap: 4rem;
}

.g-7 {
  gap: 5rem;
}

.g-8 {
  gap: 6.5rem;
}

.g-9 {
  gap: 8rem;
}

.g-10 {
  gap: 10rem;
}

.gx-0 {
  column-gap: 0;
}

.gx-1 {
  column-gap: 0.25rem;
}

.gx-2 {
  column-gap: 0.5rem;
}

.gx-3 {
  column-gap: 1rem;
}

.gx-4 {
  column-gap: 1.5rem;
}

.gx-5 {
  column-gap: 3rem;
}

.gx-6 {
  column-gap: 4rem;
}

.gx-7 {
  column-gap: 5rem;
}

.gx-8 {
  column-gap: 6.5rem;
}

.gx-9 {
  column-gap: 8rem;
}

.gx-10 {
  column-gap: 10rem;
}

.gy-0 {
  row-gap: 0;
}

.gy-1 {
  row-gap: 0.25rem;
}

.gy-2 {
  row-gap: 0.5rem;
}

.gy-3 {
  row-gap: 1rem;
}

.gy-4 {
  row-gap: 1.5rem;
}

.gy-5 {
  row-gap: 3rem;
}

.gy-6 {
  row-gap: 4rem;
}

.gy-7 {
  row-gap: 5rem;
}

.gy-8 {
  row-gap: 6.5rem;
}

.gy-9 {
  row-gap: 8rem;
}

.gy-10 {
  row-gap: 10rem;
}

.flex-fill {
  flex: 1 1 auto;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.rounded-pill {
  border-radius: 50rem;
}

.border-0 {
  border-width: 0;
}

.border-1 {
  border-width: 0.0625rem;
}

.border-2 {
  border-width: 0.125rem;
}

.border-3 {
  border-width: 0.1875rem;
}

.border-4 {
  border-width: 0.25rem;
}

.border-5 {
  border-width: 0.3125rem;
}

.font-weight-semibold {
  font-weight: 600;
}

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

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

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

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

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

@media (max-width: 575px) {
  .flex-xs-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }

  .flex-xs-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }

  .flex-xs-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) {
  .font-weight-sm-normal {
    font-weight: 400 !important;
  }

  .font-weight-sm-semibold {
    font-weight: 600 !important;
  }

  .font-weight-sm-bold {
    font-weight: 700 !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0;
  }

  .flex-sm-grow-1 {
    flex-grow: 1;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }

  .g-sm-0 {
    gap: 0;
  }

  .g-sm-1 {
    gap: 0.25rem;
  }

  .g-sm-2 {
    gap: 0.5rem;
  }

  .g-sm-3 {
    gap: 1rem;
  }

  .g-sm-4 {
    gap: 1.5rem;
  }

  .g-sm-5 {
    gap: 3rem;
  }

  .g-sm-6 {
    gap: 4rem;
  }

  .g-sm-7 {
    gap: 5rem;
  }

  .g-sm-8 {
    gap: 6.5rem;
  }

  .g-sm-9 {
    gap: 8rem;
  }

  .g-sm-10 {
    gap: 10rem;
  }

  .gx-sm-0 {
    column-gap: 0;
  }

  .gx-sm-1 {
    column-gap: 0.25rem;
  }

  .gx-sm-2 {
    column-gap: 0.5rem;
  }

  .gx-sm-3 {
    column-gap: 1rem;
  }

  .gx-sm-4 {
    column-gap: 1.5rem;
  }

  .gx-sm-5 {
    column-gap: 3rem;
  }

  .gx-sm-6 {
    column-gap: 4rem;
  }

  .gx-sm-7 {
    column-gap: 5rem;
  }

  .gx-sm-8 {
    column-gap: 6.5rem;
  }

  .gx-sm-9 {
    column-gap: 8rem;
  }

  .gx-sm-10 {
    column-gap: 10rem;
  }

  .gy-sm-0 {
    row-gap: 0;
  }

  .gy-sm-1 {
    row-gap: 0.25rem;
  }

  .gy-sm-2 {
    row-gap: 0.5rem;
  }

  .gy-sm-3 {
    row-gap: 1rem;
  }

  .gy-sm-4 {
    row-gap: 1.5rem;
  }

  .gy-sm-5 {
    row-gap: 3rem;
  }

  .gy-sm-6 {
    row-gap: 4rem;
  }

  .gy-sm-7 {
    row-gap: 5rem;
  }

  .gy-sm-8 {
    row-gap: 6.5rem;
  }

  .gy-sm-9 {
    row-gap: 8rem;
  }

  .gy-sm-10 {
    row-gap: 10rem;
  }

  .flex-sm-fill {
    flex: 1 1 auto;
  }

  .border-sm {
    border: 1px solid #dee2e6;
  }

  .border-sm-top {
    border-left: 1px solid #dee2e6;
  }

  .border-sm-right {
    border-right: 1px solid #dee2e6;
  }

  .border-sm-bottom {
    border-right: 1px solid #dee2e6;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6;
  }

  .border-sm-0 {
    border-width: 0 !important;
  }

  .border-sm-1 {
    border-width: 0.0625rem !important;
  }

  .border-sm-2 {
    border-width: 0.125rem !important;
  }

  .border-sm-3 {
    border-width: 0.1875rem !important;
  }

  .border-sm-4 {
    border-width: 0.25rem !important;
  }

  .border-sm-5 {
    border-width: 0.3125rem !important;
  }

  .border-top-sm-0 {
    border-top-width: 0 !important;
  }

  .border-top-sm-1 {
    border-top-width: 0.0625rem !important;
  }

  .border-top-sm-2 {
    border-top-width: 0.125rem !important;
  }

  .border-top-sm-3 {
    border-top-width: 0.1875rem !important;
  }

  .border-top-sm-4 {
    border-top-width: 0.25rem !important;
  }

  .border-top-sm-5 {
    border-top-width: 0.3125rem !important;
  }

  .border-bottom-sm-0 {
    border-bottom-width: 0 !important;
  }

  .border-bottom-sm-1 {
    border-bottom-width: 0.0625rem !important;
  }

  .border-bottom-sm-2 {
    border-bottom-width: 0.125rem !important;
  }

  .border-bottom-sm-3 {
    border-bottom-width: 0.1875rem !important;
  }

  .border-bottom-sm-4 {
    border-bottom-width: 0.25rem !important;
  }

  .border-bottom-sm-5 {
    border-bottom-width: 0.3125rem !important;
  }

  .border-left-sm-0 {
    border-left-width: 0 !important;
  }

  .border-left-sm-1 {
    border-left-width: 0.0625rem !important;
  }

  .border-left-sm-2 {
    border-left-width: 0.125rem !important;
  }

  .border-left-sm-3 {
    border-left-width: 0.1875rem !important;
  }

  .border-left-sm-4 {
    border-left-width: 0.25rem !important;
  }

  .border-left-sm-5 {
    border-left-width: 0.3125rem !important;
  }

  .border-right-sm-0 {
    border-right-width: 0 !important;
  }

  .border-right-sm-1 {
    border-right-width: 0.0625rem !important;
  }

  .border-right-sm-2 {
    border-right-width: 0.125rem !important;
  }

  .border-right-sm-3 {
    border-right-width: 0.1875rem !important;
  }

  .border-right-sm-4 {
    border-right-width: 0.25rem !important;
  }

  .border-right-sm-5 {
    border-right-width: 0.3125rem !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .font-weight-md-normal {
    font-weight: 400 !important;
  }

  .font-weight-md-semibold {
    font-weight: 600 !important;
  }

  .font-weight-md-bold {
    font-weight: 700 !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0;
  }

  .flex-md-grow-1 {
    flex-grow: 1;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1;
  }

  .g-md-0 {
    gap: 0;
  }

  .g-md-1 {
    gap: 0.25rem;
  }

  .g-md-2 {
    gap: 0.5rem;
  }

  .g-md-3 {
    gap: 1rem;
  }

  .g-md-4 {
    gap: 1.5rem;
  }

  .g-md-5 {
    gap: 3rem;
  }

  .g-md-6 {
    gap: 4rem;
  }

  .g-md-7 {
    gap: 5rem;
  }

  .g-md-8 {
    gap: 6.5rem;
  }

  .g-md-9 {
    gap: 8rem;
  }

  .g-md-10 {
    gap: 10rem;
  }

  .gx-md-0 {
    column-gap: 0;
  }

  .gx-md-1 {
    column-gap: 0.25rem;
  }

  .gx-md-2 {
    column-gap: 0.5rem;
  }

  .gx-md-3 {
    column-gap: 1rem;
  }

  .gx-md-4 {
    column-gap: 1.5rem;
  }

  .gx-md-5 {
    column-gap: 3rem;
  }

  .gx-md-6 {
    column-gap: 4rem;
  }

  .gx-md-7 {
    column-gap: 5rem;
  }

  .gx-md-8 {
    column-gap: 6.5rem;
  }

  .gx-md-9 {
    column-gap: 8rem;
  }

  .gx-md-10 {
    column-gap: 10rem;
  }

  .gy-md-0 {
    row-gap: 0;
  }

  .gy-md-1 {
    row-gap: 0.25rem;
  }

  .gy-md-2 {
    row-gap: 0.5rem;
  }

  .gy-md-3 {
    row-gap: 1rem;
  }

  .gy-md-4 {
    row-gap: 1.5rem;
  }

  .gy-md-5 {
    row-gap: 3rem;
  }

  .gy-md-6 {
    row-gap: 4rem;
  }

  .gy-md-7 {
    row-gap: 5rem;
  }

  .gy-md-8 {
    row-gap: 6.5rem;
  }

  .gy-md-9 {
    row-gap: 8rem;
  }

  .gy-md-10 {
    row-gap: 10rem;
  }

  .flex-md-fill {
    flex: 1 1 auto;
  }

  .border-md {
    border: 1px solid #dee2e6;
  }

  .border-md-top {
    border-left: 1px solid #dee2e6;
  }

  .border-md-right {
    border-right: 1px solid #dee2e6;
  }

  .border-md-bottom {
    border-right: 1px solid #dee2e6;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6;
  }

  .border-md-0 {
    border-width: 0 !important;
  }

  .border-md-1 {
    border-width: 0.0625rem !important;
  }

  .border-md-2 {
    border-width: 0.125rem !important;
  }

  .border-md-3 {
    border-width: 0.1875rem !important;
  }

  .border-md-4 {
    border-width: 0.25rem !important;
  }

  .border-md-5 {
    border-width: 0.3125rem !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .font-weight-lg-normal {
    font-weight: 400 !important;
  }

  .font-weight-lg-semibold {
    font-weight: 600 !important;
  }

  .font-weight-lg-bold {
    font-weight: 700 !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0;
  }

  .flex-lg-grow-1 {
    flex-grow: 1;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }

  .g-lg-0 {
    gap: 0;
  }

  .g-lg-1 {
    gap: 0.25rem;
  }

  .g-lg-2 {
    gap: 0.5rem;
  }

  .g-lg-3 {
    gap: 1rem;
  }

  .g-lg-4 {
    gap: 1.5rem;
  }

  .g-lg-5 {
    gap: 3rem;
  }

  .g-lg-6 {
    gap: 4rem;
  }

  .g-lg-7 {
    gap: 5rem;
  }

  .g-lg-8 {
    gap: 6.5rem;
  }

  .g-lg-9 {
    gap: 8rem;
  }

  .g-lg-10 {
    gap: 10rem;
  }

  .gx-lg-0 {
    column-gap: 0;
  }

  .gx-lg-1 {
    column-gap: 0.25rem;
  }

  .gx-lg-2 {
    column-gap: 0.5rem;
  }

  .gx-lg-3 {
    column-gap: 1rem;
  }

  .gx-lg-4 {
    column-gap: 1.5rem;
  }

  .gx-lg-5 {
    column-gap: 3rem;
  }

  .gx-lg-6 {
    column-gap: 4rem;
  }

  .gx-lg-7 {
    column-gap: 5rem;
  }

  .gx-lg-8 {
    column-gap: 6.5rem;
  }

  .gx-lg-9 {
    column-gap: 8rem;
  }

  .gx-lg-10 {
    column-gap: 10rem;
  }

  .gy-lg-0 {
    row-gap: 0;
  }

  .gy-lg-1 {
    row-gap: 0.25rem;
  }

  .gy-lg-2 {
    row-gap: 0.5rem;
  }

  .gy-lg-3 {
    row-gap: 1rem;
  }

  .gy-lg-4 {
    row-gap: 1.5rem;
  }

  .gy-lg-5 {
    row-gap: 3rem;
  }

  .gy-lg-6 {
    row-gap: 4rem;
  }

  .gy-lg-7 {
    row-gap: 5rem;
  }

  .gy-lg-8 {
    row-gap: 6.5rem;
  }

  .gy-lg-9 {
    row-gap: 8rem;
  }

  .gy-lg-10 {
    row-gap: 10rem;
  }

  .flex-lg-fill {
    flex: 1 1 auto;
  }

  .border-lg {
    border: 1px solid #dee2e6;
  }

  .border-lg-top {
    border-left: 1px solid #dee2e6;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6;
  }

  .border-lg-bottom {
    border-right: 1px solid #dee2e6;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6;
  }

  .border-lg-0 {
    border-width: 0 !important;
  }

  .border-lg-1 {
    border-width: 0.0625rem !important;
  }

  .border-lg-2 {
    border-width: 0.125rem !important;
  }

  .border-lg-3 {
    border-width: 0.1875rem !important;
  }

  .border-lg-4 {
    border-width: 0.25rem !important;
  }

  .border-lg-5 {
    border-width: 0.3125rem !important;
  }

  .mt-lg-30 {
    margin-top: 30px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .font-weight-xl-normal {
    font-weight: 400 !important;
  }

  .font-weight-xl-semibold {
    font-weight: 600 !important;
  }

  .font-weight-xl-bold {
    font-weight: 700 !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0;
  }

  .flex-xl-grow-1 {
    flex-grow: 1;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }

  .g-xl-0 {
    gap: 0;
  }

  .g-xl-1 {
    gap: 0.25rem;
  }

  .g-xl-2 {
    gap: 0.5rem;
  }

  .g-xl-3 {
    gap: 1rem;
  }

  .g-xl-4 {
    gap: 1.5rem;
  }

  .g-xl-5 {
    gap: 3rem;
  }

  .g-xl-6 {
    gap: 4rem;
  }

  .g-xl-7 {
    gap: 5rem;
  }

  .g-xl-8 {
    gap: 6.5rem;
  }

  .g-xl-9 {
    gap: 8rem;
  }

  .g-xl-10 {
    gap: 10rem;
  }

  .gx-xl-0 {
    column-gap: 0;
  }

  .gx-xl-1 {
    column-gap: 0.25rem;
  }

  .gx-xl-2 {
    column-gap: 0.5rem;
  }

  .gx-xl-3 {
    column-gap: 1rem;
  }

  .gx-xl-4 {
    column-gap: 1.5rem;
  }

  .gx-xl-5 {
    column-gap: 3rem;
  }

  .gx-xl-6 {
    column-gap: 4rem;
  }

  .gx-xl-7 {
    column-gap: 5rem;
  }

  .gx-xl-8 {
    column-gap: 6.5rem;
  }

  .gx-xl-9 {
    column-gap: 8rem;
  }

  .gx-xl-10 {
    column-gap: 10rem;
  }

  .gy-xl-0 {
    row-gap: 0;
  }

  .gy-xl-1 {
    row-gap: 0.25rem;
  }

  .gy-xl-2 {
    row-gap: 0.5rem;
  }

  .gy-xl-3 {
    row-gap: 1rem;
  }

  .gy-xl-4 {
    row-gap: 1.5rem;
  }

  .gy-xl-5 {
    row-gap: 3rem;
  }

  .gy-xl-6 {
    row-gap: 4rem;
  }

  .gy-lg-7 {
    row-gap: 5rem;
  }

  .gy-xl-8 {
    row-gap: 6.5rem;
  }

  .gy-xl-9 {
    row-gap: 8rem;
  }

  .gy-xl-10 {
    row-gap: 10rem;
  }

  .flex-xl-fill {
    flex: 1 1 auto;
  }

  .border-xl {
    border: 1px solid #dee2e6;
  }

  .border-xl-top {
    border-left: 1px solid #dee2e6;
  }

  .border-xl-right {
    border-right: 1px solid #dee2e6;
  }

  .border-xl-bottom {
    border-right: 1px solid #dee2e6;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6;
  }

  .border-xl-0 {
    border-width: 0 !important;
  }

  .border-xl-1 {
    border-width: 0.0625rem !important;
  }

  .border-xl-2 {
    border-width: 0.125rem !important;
  }

  .border-xl-3 {
    border-width: 0.1875rem !important;
  }

  .border-xl-4 {
    border-width: 0.25rem !important;
  }

  .border-xl-5 {
    border-width: 0.3125rem !important;
  }
}

.profile-user-menu {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}

@media (max-width: 767px) {
  .responsive-btn {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}

.display-none {
  display: none;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-25 {
  line-height: 25px !important;
}

.cursor-default-cst {
  cursor: default !important;
}

@media (max-width: 767px) {
  .d-md-max-block {
    display: block !important;
  }

  .mx-max-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.tooltip {
  z-index: 9999 !important;
}

.d-none-imp {
  display: none !important;
}

.hide-this-back-button {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .col-custom-product-details-1 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-custom-product-details-2 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* login register verification block */
.login-register-verification-block {
  .verifyModal {
    h5 {
      font-family: var(--font-body);
      font-weight: 600;
      font-size: 20px;
    }

    p {
      color: #6d6d6d;
    }

    a {
      text-decoration: underline;
      font-weight: 600;
    }
  }

  .sell-order-email-is-verified {
    .verification-code {
      display: none !important;
    }

    .sell-email-description {
      padding-top: 20px !important;

      @media (max-width: 767px) {
        padding-top: 0 !important;
      }
    }

    .verify-email-mask {
      display: none;
    }

    .verify-email-confirmation-border {
      display: block !important;
      position: absolute;
      left: 39px;
      top: 65px;

      @media (max-width: 767px) {
        left: 24px;
        top: 50px;
        height: 51px;
      }
    }

    .verify-email-confirmation-mask {
      display: block !important;

      @media (max-width: 767px) {
        display: none !important;
      }
    }

    .verify-email-confirmation-mask-sm {
      @media (max-width: 767px) {
        display: block !important;
      }
    }
  }
}

@media (max-width: 767px) {
  .d-md-max-none {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .d-sm-max-none {
    display: none !important;
  }
}

/* thank you page on submit for review */
.thank-you-page {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;

  .thank-you-page-title {
    font-size: 21px;
    color: #030303;
    margin-bottom: 10px;
  }

  .thank-you-page-content {
    font-size: 16px;
    color: #030303;
    border-radius: 10px;
    border: 1px solid #030303;
    padding: 20px 10px;
    display: flex;

    @media (max-width: 767px) {
      flex-direction: column;

      img {
        margin: auto;
        margin-bottom: 10px;
      }
    }

    p {
      font-size: 15px;
    }
  }
}

.text-danger-cst {
  color: #ff3838 !important;
}

/* failed gbg verification card */
.gbg-failed-verification-card {
  margin: 10px 0;
  margin-top: 20px;

  .declined-card {
    display: flex;
    border: 1px solid #ff3838;
    border-radius: 10px;
    padding: 10px 15px;
    color: #ff3838;
    margin-bottom: 20px;
  }

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

  .declined-card-content {
    margin-left: 12px;
  }

  .declined-card-title {
    font-size: 21px;
    font-weight: 600;
  }

  .declined-card-text {
    font-size: 14px;
  }

  .verification-card {
    padding: 15px 15px 15px 15px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .verification-card-content {
    font-size: 14px;
    color: #6d6d6d;
    margin-bottom: 8px;
  }

  button {
    font-size: 18px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#register {
  .gbg-failed-verification-card {
    margin: 10px;
    margin-top: 20px;
  }

  .gbg-card-1 {
    padding: 0 8px 0 0;
  }

  .gbg-card-2 {
    padding: 0 0 0 8px;
  }
}

/* custom toaster */
#toast-container .toast {
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #1c1c1e !important;
  border-left: 0px solid #3a7afe !important;
  padding: 12px 16px 8px 44px !important;
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2) !important;
  border: 0px solid #3a7afe !important;
  min-height: 60px !important;
  display: flex;
  flex-direction: row-reverse !important;
  align-items: center !important;
  gap: 6px !important;
  justify-content: start !important;
}

#toast-container .toast:hover {
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2) !important;
}

#toast-container .toast .toast-progress {
  /* height: 3px !important; */
  border-radius: 0 0 8px 8px !important;
}

#toast-container .toast .toast-close-button {
  color: #1c1c1e !important;
  /* opacity: 0.8 !important; */
  font-size: 18px !important;
  top: 0px !important;
  right: 0px !important;
  border: 1px solid gray !important;
  border-radius: 9999px !important;
  height: 20px !important;
  width: 20px !important;
  flex-shrink: 0 !important;
}

.toast-custom-icon {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 18px;
  color: #3a7afe;
}

#toast-container .toast {
  font-family: "Nunito Sans";
  opacity: 1 !important;
  padding-top: 12px !important;
  padding-bottom: 16px !important;
  padding-left: 65px !important;

  .toast-progress {
    background-color: #151116;
    opacity: 1;
  }

  .toast-message {
    color: #030303;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.072px;
  }

  &.toast-error {
    .toast-progress {
      background-color: rgb(236, 37, 37);
    }

    .toast-message {
      color: red;
    }
  }
}

#toast-container .toast.toast-error .toast-close-button {
  border-color: rgb(236, 37, 37) !important;
  color: rgb(236, 37, 37) !important;
}

/* custom toaster end */

.bg-gray-default {
  background-color: #f2f2f2 !important;
}

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

.btn-black-primary-icon {
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 10px;
  background: #030303;
  padding: 16px 30px;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  min-height: 56px;

  .spinner-loader {
    display: none;
    background: transparent url("https://stage-assets.goldbank.co.uk/images/additional-images/loader.png");
    width: 24px;
    height: 24px;
    animation: spinner-border 1.3s linear infinite;
    margin-left: 7px;
  }

  &.processing {
    /* Keep button black when processing */
    background: #030303;
    border: 1px solid #030303;

    .next-icon {
      display: none;
    }

    .spinner-loader {
      display: inline-flex;
    }
  }

  span {
    line-height: 20px;
    font-size: 18px;
    height: 18px;
  }

  i.next-icon {
    background-image: url("https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-next.svg");
    width: 24px;
    height: 24px;
    margin-left: 7px;
  }

  &:hover {
    opacity: 0.8;
    color: white;
  }

  &.disabled {
    pointer-events: none;
    background: rgba(3, 3, 3, 0.1);
    color: rgba(3, 3, 3, 0.3);
    cursor: default;

    i.next-icon {
      background-image: url("https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-next-disabled.svg");
    }

    &:hover {
      opacity: 1;
    }
  }

  &:disabled {
    pointer-events: none;
    cursor: default;
    background: rgba(3, 3, 3, 0.1);
    color: rgba(3, 3, 3, 0.3);

    i.next-icon {
      background-image: url("https://stage-assets.goldbank.co.uk/images/additional-images/sell-images/progress-next-disabled.svg");
    }

    &:hover {
      opacity: 1;
    }
  }

  &.processing-loader {
    position: relative;
    opacity: 0.8;
    pointer-events: none;

    &::after {
      content: "";
      font-size: 4px;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      position: relative;
      animation: mulShdSpin 1.1s infinite ease;
      transform: translateZ(0);
      right: 15px;
      top: 0px;
    }

    .next-icon {
      visibility: hidden;
    }
  }
}

.text-decoration-underline {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }
}

.checkout-info-css {
  padding: 16px;
}

.lh-normal-cst {
  line-height: normal !important;
}

.link-border-cst {
  color: rgb(3, 3, 3, 0.4) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.common-checkout-basket-summary {
  .main-cart-items {
    border-bottom: 4px solid #f2f2f2;
  }

  .common-checkout-basket-summary-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }

  .common-checkout-img {
    width: 45px;
    height: 45px;
    padding: 5px;
    position: relative;
    -ms-flex: 0 0 45px;
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    max-width: 45px;
    background-color: #0303031a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .common-checkout-item-count {
    background-color: #000;
    width: 20px;
    height: 20px;
    padding: 7px;
    top: -10px;
    right: -10px;
    position: absolute;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
  }

  .common-item-name {
    color: #030303;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.084px;
    margin-bottom: 2px;
  }

  .common-desc-sub {
    margin-top: 2px;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.072px;
    color: rgba(3, 3, 3, 0.7);
    font-family: var(--font-body);
    font-size: 12px;
  }

  .common-item-price {
    color: #030303;
    display: block;
    text-align: left;
    margin: 0;
    min-height: fit-content;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
  }

  .common-basket-summary-lines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid #f2f2f2;
    padding: 20px;

    &.points-earned {
      .check-left {
        color: #030303;
        font-family: var(--font-body);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.108px;
      }

      .check-right {
        color: #030303;
        text-align: right;
        font-family: var(--font-body);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.084px;
      }
    }
  }

  .basket-total-css {
    .check-left {
      color: rgba(3, 3, 3, 0.6);
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.084px;
    }

    .check-right {
      color: rgba(3, 3, 3, 0.6);
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      letter-spacing: -0.084px;
    }
  }
}

.cancel-review {
  color: #f00 !important;
}

@keyframes mulShdSpin {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

/* ajax loader css */

.ajax-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4) !important;
  z-index: 9999;
  background-image: none !important;
}

.ajax-loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border: 5px solid #dfb156;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .ajax-loader::before {
    width: 50px;
    height: 50px;
    border: 4px solid #dfb156;
    border-top: 4px solid transparent;
  }
}

@keyframes spin {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* .ajax-loader {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.ajax-loader::before,
.ajax-loader::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  will-change: transform;
}

.ajax-loader::before {
  width: 80px;
  height: 80px;
  border: 5px solid transparent;
  border-top: 5px solid #dfb156;
  border-right: 5px solid #dfb156;
  animation: spin 1s linear infinite;
}

.ajax-loader::after {
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-bottom: 5px solid #dfb156;
  border-left: 5px solid #dfb156;
  animation: spinReverse 1.2s linear infinite;
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes spinReverse {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

@media screen and (max-width: 768px) {
  .ajax-loader::before {
    width: 40px;
    height: 40px;
    border-width: 4px;
  }

  .ajax-loader::after {
    width: 50px;
    height: 50px;
    border-width: 4px;
  }
} */
.online-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #28a745;
  border-radius: 50%;
  border: 0px solid #fff;
  margin-left: -1px;
  vertical-align: middle;
}

.common-sell-image-size {
  width: 40px !important;
  height: 40px !important;
}

.text-transform-capitalize {
  text-transform: capitalize !important;
}

.congratulation-step-cst {
  padding-bottom: 0px !important;

  #form {
    overflow: hidden !important;
    position: relative;
    padding-bottom: 60px !important;
  }
}

.btn-badge-black {
  background-color: #030303;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  height: fit-content;

  &:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .hide-mobile-pricing-slider {
    display: none;
  }

  .hide-mobile-pricing-slider.else-page-hidden-res-slider {
    display: block !important;
  }
}

.showing-only-pricing {

  .headerLinks,
  .announcement-wrapper,
  .left-side-header-block {
    display: none !important;
  }
}

.right-8px {
  right: 8px;
}

.top-8px {
  top: 8px;
}

.find-address-css {
  font-weight: 500;
  border: 1px solid #030303;
  background-color: #030303;
  color: #fff;
  padding: 10px 25px;
  line-height: 24px;
  border-radius: 5px;
  font-size: 16px;
  position: absolute;
  text-transform: capitalize;
  right: 0;
  top: 0;
  height: 54px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  &:hover {
    opacity: 0.6;
  }

  &:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  &.br-r-10 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.find-address-btn-input {
  padding-right: 90px !important;
}

.h-56px {
  height: 56px !important;
}