@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-VariableFont_wght.ttf")
      format("truetype"),
    url("../fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf")
      format("truetype"),
    url("../fonts/montserrat/static/Montserrat-Black.ttf") format("truetype"),
    url("../fonts/montserrat/static/Montserrat-Thin.ttf") format("truetype"),
    url("../fonts/montserrat/static/Montserrat-Light.ttf") format("truetype"),
    url("../fonts/montserrat/static/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/montserrat/static/Montserrat-Medium.ttf") format("truetype"),
    url("../fonts/montserrat/static/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/montserrat/static/Montserrat-Italic.ttf") format("truetype");
}
*:not(.fa):not(.fa-solid):not(.fas):not(.fab):not(.icon):not(.fc-icon) {
  font-family: "Montserrat" !important;
}

::-webkit-scrollbar {
  height: 4px; /* height of horizontal scrollbar ← You're missing this */
  width: 4px; /* width of vertical scrollbar */
  border: 1px solid #eeebe8;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-left: 1px solid #eeebe8;
}

::-webkit-scrollbar-thumb {
  border: 0 solid #eeebe8;
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: #e4ddd2;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(201, 194, 180);
}

:root {
  --color-primary: #1e376d;
  --color-warning: #ffb822;
  --color-info: #36a3f7;
  --color-success: #34bfa3;
  --color-danger: #d22031;
  --color-default: #eaeaea;
  --color-light: #ffffff;
  --color-dark: #020310;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

em {
  color: red;
}

#overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 128px;
  height: 128px;
  margin: auto;
  z-index: 9999;
  display: none;
}

#loading .overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 16px;
  border-radius: 50%;
  border: 6px solid #1e376d;
  border-color: #1e376d transparent #1e376d transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

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

.single-payment-method {
    border: 1px #ccc solid;
    border-radius: 4px;
    min-height: 150px;
    text-align: center;
}

.single-payment-method h6 {
    text-align: center;
}

a {
  color: #1e376d;
}

label.error {
  color: red;
}

select.error,
input.error {
  border-color: red !important;
}

.input-group label.error {
  position: absolute;
  top: 37px;
  left: 0;
  z-index: 2;
}

.fc-time.alert-default {
    border: 1px #000 solid;
}

.select2-container {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e7e7e7;
  border-radius: 0.25rem;
  padding: 10px 15px;
  color: #111111;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}

.select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none;
}

.select2-results__option[aria-selected="true"] {
  display: none;
}

.scroll-horizontal {
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  padding-bottom: 5px;
}

.scroll-horizontal ul {
  width: max-content;
  padding-left: 0;
}

.scroll-horizontal ul li {
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020310;
}

p {
  color: inherit;
}

.modal.show {
  display: block;
}

.modal.hide {
  animation: modalScaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal .modal-dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0.75rem;
}

.modal.show .modal-dialog {
  animation: modalScaleUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal .modal-header {
  display: flex;
  justify-content: center;
  color: #020324;
}

.modal .modal-header .close {
  background: transparent;
  border: none;
  position: absolute;
  right: 20px;
  font-size: 21px;
  color: #020324;
}

.modal .modal-content {
  border-radius: 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 1.5rem);
}

.modal-backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: var(--bs-backdrop-zindex);
  background: rgba(0, 0, 0, 0.5);
}

img[alt="Info icon"] {
  display: none !important;
}

.main-logo {
  width: auto;
  height: 45px;
}

.default-logo {
  width: 200px;
  height: auto;
}

.footer-nav-area {
  background-color: #d22031;
}

.apply-filter-btn {
    position: relative;
    z-index: 9999;
}

.internet-connection-status {
  bottom: 50px !important;
}

.search-form .form-control {
  width: 100%;
  background-color: #c2d4f8;
  height: 40px;
  font-size: 14px;
  padding: 10px 15px;
  border: 1px solid #c2d4f8;
  color: #747794;
  border-radius: 0.4rem;
  text-indent: 42px;
}

.search-form button {
  background-color: transparent;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 18px;
  height: 40px;
  border: 0;
  z-index: 100;
  color: #747794;
}

.search-form form {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.btn-warning {
  background: var(--color-warning);
  border-color: var(--color-warning);
}

.btn-info {
  background: var(--color-info);
  border-color: var(--color-info);
}

.btn-primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-danger {
  background: var(--color-danger);
  border-color: var(--color-danger);
}

.btn-default {
  background: var(--color-default);
  border-color: var(--color-default);
}

.bg-card-warning {
  position: relative;
  z-index: 1;
  background: var(--color-warning);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-warning)),
    to(#fabf3e)
  );
  background: -o-linear-gradient(left, var(--color-warning), #fabf3e);
  background: linear-gradient(to right, var(--color-warning), #fabf3e);
  color: #fff !important;
  border-radius: 6px;
  overflow: hidden;
}

.bg-card-info {
  position: relative;
  z-index: 1;
  background: var(--color-info);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-info)),
    to(#5fb7fa)
  );
  background: -o-linear-gradient(left, var(--color-info), #5fb7fa);
  background: linear-gradient(to right, var(--color-info), #5fb7fa);
  color: #fff !important;
  border-radius: 6px;
  overflow: hidden;
}

.bg-card-primary {
  position: relative;
  z-index: 1;
  background: var(--color-primary);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-primary)),
    to(#0d5cd1)
  );
  background: -o-linear-gradient(left, var(--color-primary), #0d5cd1);
  background: linear-gradient(to right, var(--color-primary), #0d5cd1);
  color: #fff !important;
  border-radius: 6px;
  overflow: hidden;
}

.bg-card-success {
  position: relative;
  z-index: 1;
  background: var(--color-success);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-success)),
    to(#4dc4ac)
  );
  background: -o-linear-gradient(left, var(--color-success), #4dc4ac);
  background: linear-gradient(to right, var(--color-success), #4dc4ac);
  color: #fff !important;
  border-radius: 6px;
  overflow: hidden;
}

.bg-card-danger {
  position: relative;
  z-index: 1;
  background: var(--color-danger);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-danger)),
    to(#ea4c62)
  );
  background: -o-linear-gradient(left, var(--color-danger), #ea4c62);
  background: linear-gradient(to right, var(--color-danger), #ea4c62);
  color: #fff !important;
  border-radius: 6px;
  overflow: hidden;
}

.bg-card-default {
  position: relative;
  z-index: 1;
  background: var(--color-light);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-light)),
    to(#eaeaea)
  );
  background: -o-linear-gradient(left, var(--color-light), #eaeaea);
  background: linear-gradient(to right, var(--color-light), #eaeaea);
  color: #747794 !important;
  border-radius: 6px;
  overflow: hidden;
}

.bg-card-default .session-action h5 {
  color: #000 !important;
}

.bg-card-danger .btn,
.bg-card-primary .btn,
.bg-card-warning .btn,
.bg-card-success .btn {
  color: #020310;
  background-color: #fff;
  border-color: #fff;
}

.bg-card-danger .session-action h5,
.bg-card-primary .session-action h5,
.bg-card-warning .session-action h5,
.bg-card-success .session-action h5 {
  color: #fff !important;
}

.bg-card-default .btn {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.bg-card-default .text-white {
  color: #020310 !important;
}

.session-action a {
    z-index: 2;
}

.cta-text img {
  max-height: 110px;
  z-index: -1;
}

.intro-wrapper,
.login-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  background: var(--color-primary);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--color-primary)),
    to(#0d5cd1)
  );
  background: -o-linear-gradient(left, var(--color-primary), #0d5cd1);
  background: linear-gradient(to right, var(--color-primary), #0d5cd1);
  z-index: 1;
}

.hero-slides .owl-dots .owl-dot.active {
  background-color: #fff;
}

.hero-slides .owl-dots .owl-dot.active::after {
  border: 2px solid #fff;
}

.member-star-diamond i {
  color: #9ac5db !important;
}

.member-star-gold i {
  color: #FFD700 !important;
}

.member-star-silver i {
  color: #C0C0C0 !important;
}

.ribbon-recommendation {
    --c: #a28873;
    padding: .5em .6em;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    text-align: center;
    position: relative;
    width: fit-content;
    box-sizing: border-box;
}

.ribbon-recommendation:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 50% 0 auto;
    aspect-ratio: 1;
    background: color-mix(in srgb, var(--c), #000 35%);
    clip-path: polygon(calc(100%/3) 0, calc(200%/3) 0, 100% 90%, 80% 85%, calc(200%/3) 100%, calc(100%/3) 0, calc(200%/3) 0, calc(100%/3) 100%, 20% 85%, 0 90%);
}

.ribbon-recommendation:after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(35% 35%, #0000 96%, #0003 97% 99%, #0000) var(--c);
    clip-path: polygon(100.00% 50.00%, 89.23% 57.80%, 96.19% 69.13%, 83.26% 72.22%, 85.36% 85.36%, 72.22% 83.26%, 69.13% 96.19%, 57.80% 89.23%, 50.00% 100.00%, 42.20% 89.23%, 30.87% 96.19%, 27.78% 83.26%, 14.64% 85.36%, 16.74% 72.22%, 3.81% 69.13%, 10.77% 57.80%, 0.00% 50.00%, 10.77% 42.20%, 3.81% 30.87%, 16.74% 27.78%, 14.64% 14.64%, 27.78% 16.74%, 30.87% 3.81%, 42.20% 10.77%, 50.00% 0.00%, 57.80% 10.77%, 69.13% 3.81%, 72.22% 16.74%, 85.36% 14.64%, 83.26% 27.78%, 96.19% 30.87%, 89.23% 42.20%);
    /* from https://css-generators.com/starburst-shape/ */
}

.ribbon-recommendation i {
    color: #fff;
}

.trophy-gradient {
  background: linear-gradient(to left top, #f89a16, #ffdb95);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.notification-area .list-group-item.readed .noti-icon {
    background: #747794;
}

@media (max-width: 576px) {
  .modal-body {
    max-height: calc(100vh - 220px);
    overflow: auto;
  }
}