/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


/* general-animation */
.general-ease-animation {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Dragging */
.draggable-component {
  cursor: move;
}

/* Click */
.no-click-event {
  pointer-events: none;
}

/* font-colors */
.oscare-color-black-off {
  color: var(--oscare-black_off) !important;
}

.oscare-color-blue-main {
  color: var(--oscare-blue) !important;
}

.oscare-color-green-04 {
  color: var(--oscare-green-04) !important;
}

.oscare-color-blue-01 {
  color: var(--oscare-blue-01) !important;
}

.oscare-color-blue-05 {
  color: var(--oscare-blue-05) !important;
}

.oscare-color-black-light {
  color: var(--oscare-black_light) !important;
}

.oscare-color-lavender {
  color: var(--oscare-lavender) !important;
}

.oscare-color-red-pale {
  color: var(--oscare-red-pale) !important;
}

.oscare-color-blue-dark {
  color: var(--oscare-blue_dark) !important;
}

.osgo-color-green-main {
  color: var(--osgo-green-main) !important;
}

.osgo-color-green-light {
  color: var(--osgo-green-light) !important;
}

.osgo-color-pink-main {
  color: var(--osgo-pink-main) !important;
}

/* headings */
.h4-oscare {
  font-size: 1.2rem !important;
  line-height: 1.75rem !important;
}

.h3-oscare {
  font-size: 1.5rem !important;
  line-height: 1.9rem !important;
}

.h1-oscare {
  font-size: clamp(38px, 9vw, 60px);
  letter-spacing: 1px;
  text-transform: none;
  line-height: clamp(46px, 10vw, 68px);
  margin-top: 0;
}

.h2-oscare {
  font-size: clamp(30px, 9vw, 40px);
  letter-spacing: 1px;
  text-transform: none;
  line-height: clamp(38px, 10vw, 60px);
}

/* background */
.background-color-green-04 {
  background: var(--oscare-green-04) !important;
}

.background-color-blue-03 {
  background-color: var(--oscare-blue-03) !important;
}

.background-color-green-02 {
  background-color: var(--oscare-green-02) !important;
}

.background-color-lavender {
  background: var(--oscare-lavender);
}

.background-color-grey-light {
  background: var(--oscare-grey_light);
}

.hexagon-bg {
  background: url('/static/images/backgrounds/hexagons-bg.svg');
  background-size: cover;
}

.white-gradient-bg {
  position: relative;
}

.white-gradient-bg::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: calc(100% + 32px);
  z-index: -1;
  background: -o-radial-gradient(50% 50%, 50% 50%, #F5F8F7 0%, rgba(245, 248, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #F5F8F7 0%, rgba(245, 248, 247, 0) 100%);
}

/* images */
.claimed-stamp {
  position: absolute;
  top: 5%;
  right: 5%;
  max-width: 30%;
}

/* blob images */

.blob-block-one-img {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  filter: saturate(30%) contrast(130%);
  width: 80%;
}

.blob-block-l-img {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 85%;
  height: auto;
  z-index: 1;
  border-radius: 30px;
  filter: saturate(30%) contrast(130%);
}

.blob-block-s-img {
  position: relative;
  top: 75%;
  right: 5%;
  z-index: 2;
  border-radius: 30px;
  width: 60%;
  height: auto;
  filter: saturate(30%) contrast(130%);
}

.blob-one-blob {
  position: absolute;
  bottom: -16%;
  right: -16%;
  width: auto;
  height: 85%;
  z-index: 0;
}

.blob-two-blob {
  position: absolute;
  top: -18%;
  right: -16%;
  width: auto;
  height: 85%;
  z-index: 0;
}

.blob-three-blob {
  position: absolute;
  bottom: -15%;
  left: -18%;
  width: auto;
  height: 85%;
  z-index: 0;
}

.blob-four-blob {
  position: absolute;
  top: -10%;
  left: -18%;
  width: auto;
  height: 85%;
  z-index: 0;
}

@media only screen and (max-width: 768px) {

  .blob-one-blob,
  .blob-two-blob,
  .blob-three-blob,
  .blob-four-blob {
    max-width: 200px;
  }

  .blob-block-s-img {
    position: relative;
    bottom: -70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 30px;
    width: 60%;
    height: auto;
    filter: saturate(30%) contrast(130%);
  }

  .blob-block-l-img {
    position: absolute;
    top: -5%;
  }
}

/* opacity */
.opacity-zero {
  opacity: 0;
}

/* fonts */
.line-height-fit {
  line-height: 100% !important;
}

.line-height-fit-easy {
  line-height: 125% !important;
}

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

.fs-18 {
  font-size: clamp(16px, 3vw, 18px);
}

.fs-20 {
  font-size: clamp(18px, 3.5vw, 20px);
}

.fs-24 {
  font-size: clamp(20px, 4vw, 24px);
}

.small-oscare {
  font-size: clamp(12.8px, 4vw, 15px);
}

.oscare-h6 {
  font-size: clamp(20px, 4vw, 24px);
  line-height: clamp(30px, 5vw, 36px);
  font-weight: 600;
  letter-spacing: unset;
}

.oscare-h6-small {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 500;
  letter-spacing: unset;
}

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

.font-weight-medium {
  font-weight: 500;
}

.font-lato-light {
  font-family: LatoLight, sans-serif;
}

.font-lato {
  font-family: LatoRegular, sans-serif;
}

.font-lato-bold {
  font-family: LatoBold, sans-serif;
}

/* scroll-bar */
.hide-scroll-bar::-webkit-scrollbar {
  display: none;
}

.hide-scroll-bar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* overflow */
.overflow-x-auto {
  overflow-x: auto;
}

/* white-space */

.white-space-nowrap {
  white-space: nowrap;
}

/* table */
.oscare-table-row {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.oscare-table-row:not(.disabled):hover {
  background: #F5F5F5;
}

.formthotics-table-row {
  line-height: 1;
  font-size: 0.8em;
}

/* flex-utils */
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

/* width */
.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.fit-height-content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.max-parent {
  max-width: 100%;
}

/* height */
.fit-content-height {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.fill-screen-height {
  min-height: var(--oscare-height-screen-without-navs);
  padding-top: 1rem;
}

/* list */
.no-list-marker {
  list-style: none;
}

.list-style-none {
  list-style: none;
}

/* Gap */
.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: clamp(1rem, 0.03vw, 2rem);
}

/* position */
.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-auto {
  right: auto;
}

.left-auto {
  left: auto;
}

/* buttons */
.oscare-primary-btn,
.oscare-secondary-btn,
.oscare-third-btn,
.oscare-fourth-btn,
.oscare-danger-btn {
  padding: 6px 16px 3px;
  border-radius: 100vh;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.oscare-primary-btn:disabled,
.oscare-secondary-btn:disabled,
.oscare-third-btn:disabled,
.oscare-fourth-btn:disabled,
.oscare-danger-btn:disabled {
  opacity: 0.7;
}

.oscare-primary-btn {
  background: var(--osgo-green-main);
  color: var(--oscare-grey_light);
}

.oscare-primary-btn:hover:enabled {
  background: var(--osgo-green-light);
}

.oscare-primary-btn:hover.non-link,
a.oscare-primary-btn:hover {
  background: var(--oscare-green-04);
  color: var(--oscare-grey_light);
  text-decoration: none;
}

.oscare-secondary-btn {
  background: transparent;
  color: var(--oscare-green-04);
  -webkit-box-shadow: inset 0px 0px 0px 1px var(--oscare-green-04);
  box-shadow: inset 0px 0px 0px 1px var(--oscare-green-04);
}

.oscare-secondary-btn:hover:enabled,
.oscare-secondary-btn:hover.non-link,
a.oscare-secondary-btn:hover {
  background: var(--oscare-blue-04);
  color: var(--oscare-blue-01);
}

.oscare-inverted-btn {
  background: transparent;
  color: var(--oscare-green-04);
  border: none;
  padding: 6px 0 3px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.oscare-inverted-btn:hover:enabled {
  color: var(--oscare-blue_dark);
}

.oscare-inverted-btn:hover.non-link,
a.oscare-inverted-btn:hover {
  color: var(--oscare-blue_dark);
  text-decoration: none;
}

.oscare-third-btn {
  background: var(--oscare-blue-01);
  color: var(--oscare-black_off);
}

.oscare-third-btn:hover:enabled {
  background: var(--oscare-gray-04);
}

.oscare-third-btn:hover.non-link,
a.oscare-third-btn:hover {
  background: var(--oscare-blue-02);
  color: var(--oscare-black_off);
}

.oscare-fourth-btn {
  background: var(--oscare-blue_dark);
  color: var(--oscare-grey_light);
}

.oscare-fourth-btn:hover:enabled {
  background: var(--oscare-blue);
}

.oscare-fourth-btn:hover.non-link {
  background: var(--oscare-green-03) !important;
  color: var(--oscare-grey_light);
}

.oscare-danger-btn {
  background: transparent;
  color: var(--oscare-red-pale);
  border: none;
  padding: 8px 0 3px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.oscare-danger-btn:hover:enabled {
  color: var(--oscare-red_light);
}

.oscare-btn {
  border-radius: 15px;
  padding: 2px 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  outline: none;
  transition: 0.3s;
  -webkit-appearance: none;
}

.oscare-btn-danger-inverted {
  background: transparent;
  color: #F97676;
}

.oscare-btn-danger-inverted:hover {
  color: var(--oscare-red_light);
}

.responsive-btn {
  width: 100% !important;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .responsive-btn {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}


/* toggler */
.toggler-label {
  font-size: clamp(16px, 3vw, 18px);
  line-height: clamp(16px, 3vw, 18px);
  font-weight: 500;
}

.label-toggler-disabled {
  opacity: 0.8;
  color: var(--oscare-black_off);
}

/* divisor */
.component-divisor,
.component-divisor-light {
  width: 100%;
  height: 2px;
  background: var(--oscare-black_off);
}

.component-divisor-light {
  background: var(--oscare-gray-01);
}

/* border radius */
.border-radius-10 {
  border-radius: 10px;
}

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* checkbox */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container.small {
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border: 1px solid var(--oscare-black_off);
  background-color: #eee;
}

.checkbox-checkmark.small,
.checkbox-container.small .checkbox-checkmark {
  height: 15px;
  width: 15px;
  border-radius: 2px;
}

.checkbox-container:hover input~.checkbox-checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked~.checkbox-checkmark {
  background-color: var(--oscare-blue);
}

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

.checkbox-container input:checked~.checkbox-checkmark:after {
  display: block;
}

.checkbox-container .checkbox-checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container.small .checkbox-checkmark:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
}

/* course-select */
.components-animation-education-wrapper {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  min-height: 263px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.course-select-wrapper {
  width: 270px;
  /* width: clamp(300px, 100%, 450px); */
  border-radius: 10px;
  -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.course-select-wrapper>header {
  min-height: 90px;
  background-image: url('/static/images/home/components/course-select-bg.png');
  background-size: contain;
  background-position: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 1;
}

.course-select-wrapper>main {
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 5px 0px;
}

.module-wrapper-course_select {
  margin-bottom: 5px;
}

.module-wrapper-course_select>div:first-child {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: var(--oscare-blue);
  color: var(--oscare-grey_light);
}

.module-wrapper-course_select>div .fa-check-circle {
  color: rgb(78, 187, 78);
}

.module-wrapper-course_select:first-child {
  overflow: hidden;
  margin-bottom: 5px;
}

#first-module-content-course_select,
#main-course_select {
  height: 0;
}

/* track progress */
.track-progress-wrapper {
  -webkit-perspective: 700px;
  perspective: 700px;
  min-height: 263px;
  -webkit-perspective-origin: 50% -10%;
  perspective-origin: 50% -10%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  display: -ms-grid;
  display: grid;
  place-items: center;
}

@media (max-width: 575.98px) {
  .track-progress-wrapper {
    -webkit-transform: scale(0.5) translateX(-30%);
    -ms-transform: scale(0.5) translateX(-30%);
    transform: scale(0.5) translateX(-30%);
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .track-progress-wrapper {
    -webkit-transform: scale(0.5) translateX(0);
    -ms-transform: scale(0.5) translateX(0);
    transform: scale(0.5) translateX(0);
  }
}

@media (max-width: 991.98px) {
  .components-animation-education-wrapper {
    min-height: 180px;
    max-height: 180px;
  }

  .course-select-wrapper {
    width: 180px;
    font-size: 8px;
    line-height: 10px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .course-select-wrapper>header {
    min-height: 54px;
  }

  .track-progress-wrapper {
    min-height: 180px;
    max-height: 180px;
  }
}

/* circular */
.circular-progress-wrapper {
  height: 180px;
  width: 180px;
  position: relative;
  -webkit-box-shadow: -1rem -0.2rem 1rem rgba(0, 0, 0, 0.25);
  box-shadow: -1rem -0.2rem 1rem rgba(0, 0, 0, 0.25);
  /* filter: drop-shadow(0px 7px 29px rgb(100, 100, 111, 0.2));
    -webkit-filter: drop-shadow(0px 7px 29px rgb(100, 100, 111, 0.2)); */
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(-5deg) rotateY(22deg) rotateZ(0deg) translateX(20px) translateY(0px) translateZ(-40px) skewX(0deg) skewY(0deg);
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(-5deg) rotateY(22deg) rotateZ(0deg) translateX(20px) translateY(0px) translateZ(-40px) skewX(0deg) skewY(0deg);
  border-radius: 50%;

}

.circular-progress-wrapper .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 120px;
  width: 120px;
  margin: -60px 0 0 -60px;
  background: var(--light-gray);
  border-radius: 100%;
}

.circular-progress-wrapper .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 26px;
  font-weight: 500;
  color: var(--oscare-black_off)
}

.circular-progress-wrapper .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 180px, 180px, 90px);
}

.circular-progress-wrapper .circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 90px, 180px, 0px);
  background: var(--oscare-blue);
}

.circular-progress-wrapper .circle .left .progress {
  z-index: 1;
  -webkit-animation: left 4s linear both;
  animation: left 4s linear both;
}

.circular-progress-wrapper .circle .right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 3;

}

#circular-progress-counter {
  text-align: right;
  width: 30px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--oscare-black_off)
}

/* circular-mini */
.mini-circular-progress-wrapper {
  height: 20px;
  width: 20px;
  position: relative;
}

.mini-circular-progress-wrapper .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  margin: -7px 0 0 -7px;
  background: #fff;
  border-radius: 100%;
}

.mini-circular-progress-wrapper .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 8px;
  font-weight: 400;
  color: var(--oscare-black_off)
}

.mini-circular-progress-wrapper .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--light-gray);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 20px, 20px, 10px);
}

.mini-circular-progress-wrapper .circle .bar .progress {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  clip: rect(0px, 10px, 20px, 0px);
  background: var(--oscare-blue);
}

.mini-circular-progress-wrapper .circle .left .progress {
  z-index: 1;
  -webkit-animation: left 4s linear both;
  animation: left 4s linear both;
}

.mini-circular-progress-wrapper .circle .right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 3;

}

/* modules progress */
.course-modules-progress {
  width: 180px;
  background: #fff;
  font-size: 11px;
  line-height: 13px;
  padding: 8px 5px 5px;
  border-radius: 10px;
  -webkit-box-shadow: 1rem -0.2rem 1rem rgba(0, 0, 0, 0.25);
  box-shadow: 1rem -0.2rem 1rem rgba(0, 0, 0, 0.25);
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(-20deg) rotateZ(1deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0) rotateY(-20deg) rotateZ(1deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  position: relative;
}

.course-modules-progress>h5 {
  font-size: 15px;
  line-height: 35px;
  font-weight: 700;
}

.course-modules-progress .module-overall>h6 {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.course-modules-progress .module-overall>div {
  position: absolute;
  top: 50%;
}

.course-modules-progress .module-overall>div:nth-child(3) {
  left: 0;
}

.course-modules-progress .module-overall>div:last-child {
  right: 0;
}

.course-modules-progress .bar-progress-wrapper>div:last-child {
  width: 150px;
  height: 6px;
  background: #fff;
  position: relative;
}

.course-modules-progress .bar-progress-wrapper>div:last-child .progress-animation {
  width: 0;
  height: 100%;
  background: var(--oscare-blue);
}

.course-modules-progress .bar-progress-wrapper>div:last-child .divisor-animation {
  width: 6px;
  height: 100%;
  background: var(--light-gray);
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.course-modules-progress .bar-progress-wrapper>div:last-child .divisor-animation:nth-child(2) {
  left: 20%;
}

.course-modules-progress .bar-progress-wrapper>div:last-child .divisor-animation:nth-child(3) {
  left: 40%;
}

.course-modules-progress .bar-progress-wrapper>div:last-child .divisor-animation:nth-child(4) {
  left: 60%;
}

.course-modules-progress .bar-progress-wrapper>div:last-child .divisor-animation:nth-child(5) {
  left: 80%;
}

#module-animation-counter {
  text-align: right;
  width: 8px;
  padding: 0;
  border: none;
  background: transparent;
}

.pointer-events-none {
  pointer-events: none;
}

/* step-component and step-accordion*/
.step-component-small>header,
.step-component-header {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 400px) {

  .step-component-small>header,
  .step-component-header {
    font-size: 20px;
    line-height: 20px;
  }
}

.step-component-small>header>div:first-child,
.step-component-header>div:first-child {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid var(--oscare-black_off)
}

.step-component-small>main {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.4s linear;
  -o-transition: max-height 0.4s linear;
  transition: max-height 0.4s linear;
}

.step-component-small>main>div:first-child,
.display-track-step-accordion {
  min-width: 40px;
  width: 40px;
  position: relative;
}

.step-component-small>.show-content-step-component {
  max-height: 100vh;
}

.step-component-small>.hide-content-step-component {
  max-height: 0;
}

.display-track-step-accordion.show::after,
.display-track-step-component::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  border: 1px dashed var(--oscare-black_off);
}

/* text-input */
.oscare-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 1.5rem;
}

.oscare-input+.oscare-input {
  margin-top: 1.5rem;
}

.oscare-input>select {
  padding: 4px 0 5px 0;
}

.oscare-text-input-label {
  color: var(--oscare-black_light);
  position: absolute;
  top: 1.5rem;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}

.oscare-input.input-fluid input,
.oscare-input.input-fluid textarea {
  max-width: 100% !important;
}

.oscare-input.full-length>input {
  max-width: 100%;
}

.oscare-input.full-length>select {
  max-width: 100%;
}

.oscare-dropdown-input-field-rejig {
  /*** crappy hack to overwrite text-input-field max (for deals form)*/
  max-width: 400px !important;

}

.oscare-input .input-append-container {
  position: relative;
  float: left;
}

.oscare-text-input-field {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 2px solid var(--dark-gray);
  font: inherit;
  font-size: 1.125rem;
  /*   padding: 0.25rem 0; */
  max-width: 300px;
}

.oscare-text-input-field::-webkit-input-placeholder {
  color: var(--oscare-red_light);
}

.oscare-text-input-field::-moz-placeholder {
  color: var(--oscare-red_light);
}

.oscare-text-input-field:-ms-input-placeholder {
  color: var(--oscare-red_light);
}

.oscare-text-input-field::-ms-input-placeholder {
  color: var(--oscare-red_light);
}

.oscare-text-input-field::placeholder {
  color: var(--oscare-red_light);
}

.normal-placeholder::-webkit-input-placeholder {
  color: var(--oscare-black_off) !important;
}

.normal-placeholder::-moz-placeholder {
  color: var(--oscare-black_off) !important;
}

.normal-placeholder:-ms-input-placeholder {
  color: var(--oscare-black_off) !important;
}

.normal-placeholder::-ms-input-placeholder {
  color: var(--oscare-black_off) !important;
}

.normal-placeholder::placeholder {
  color: var(--oscare-black_off) !important;
}

.transparent-placeholder::-webkit-input-placeholder {
  color: transparent !important;
}

.transparent-placeholder::-moz-placeholder {
  color: transparent !important;
}

.transparent-placeholder:-ms-input-placeholder {
  color: transparent !important;
}

.transparent-placeholder::-ms-input-placeholder {
  color: transparent !important;
}

.transparent-placeholder::placeholder {
  color: transparent !important;
}

.oscare-text-input-field:not(:-moz-placeholder-shown) {
  outline: 0;
  border-bottom-color: var(--oscare-blue);
}

.oscare-text-input-field:not(:-ms-input-placeholder) {
  outline: 0;
  border-bottom-color: var(--oscare-blue);
}

.oscare-text-input-field:focus,
.oscare-text-input-field:not(:placeholder-shown),
.force-input {
  outline: 0;
  border-bottom-color: var(--oscare-blue);
}

.oscare-input.dark>.oscare-text-input-field:not(:-moz-placeholder-shown) {
  border-bottom-color: var(--oscare-black_off);
}

.oscare-input.dark>.oscare-text-input-field:not(:-ms-input-placeholder) {
  border-bottom-color: var(--oscare-black_off);
}

.oscare-input.dark>.oscare-text-input-field:focus,
.oscare-input.dark>.oscare-text-input-field:not(:placeholder-shown),
.oscare-input.dark>.force-input {
  border-bottom-color: var(--oscare-black_off);
}

.force-input::-webkit-input-placeholder {
  font-size: 1rem;
}

.force-input::-moz-placeholder {
  font-size: 1rem;
}

.force-input:-ms-input-placeholder {
  font-size: 1rem;
}

.force-input::-ms-input-placeholder {
  font-size: 1rem;
}

.force-input::placeholder {
  font-size: 1rem;
}

.oscare-text-input-field:not(:-moz-placeholder-shown)+.oscare-text-input-label {
  color: var(--osgo-green-main);
  transform: translateY(-1.5rem);
}

.oscare-text-input-field:not(:-ms-input-placeholder)+.oscare-text-input-label {
  color: var(--osgo-green-main);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}

.oscare-text-input-field:focus+.oscare-text-input-label,
.oscare-text-input-field:not(:placeholder-shown)+.oscare-text-input-label,
.force-input+.oscare-text-input-label,
.oscare-text-input-field:disabled+.oscare-text-input-label,
.input-append-container+.oscare-text-input-label {
  color: var(--osgo-green-main);
  -webkit-transform: translateY(-1.5rem);
  -ms-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem);
}

.oscare-input.dark>.oscare-text-input-field:not(:-moz-placeholder-shown)+.oscare-text-input-label {
  color: var(--oscare-black_off);
}

.oscare-input.dark>.oscare-text-input-field:not(:-ms-input-placeholder)+.oscare-text-input-label {
  color: var(--oscare-black_off);
}

.oscare-input.dark>.oscare-text-input-field:focus+.oscare-text-input-label,
.oscare-input.dark>.oscare-text-input-field:not(:placeholder-shown)+.oscare-text-input-label,
.oscare-input.dark>.force-input+.oscare-text-input-label,
.oscare-input.dark>.oscare-text-input-field:disabled+.oscare-text-input-label {
  color: var(--oscare-black_off);
}

.oscare-text-input-read_only>label {
  color: var(--oscare-black_off) !important;
}

.oscare-text-input-read_only>input {
  border-bottom-color: transparent !important;
}

.oscare-text-input-read_only>select {
  border-bottom-color: transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.invalid-input {
  color: var(--oscare-red_light)
}

.invalid-input:valid {
  color: var(--oscare-black_light)
}

.select-input-height-adjust>select {
  height: 31px;
}

.input-tip {
  font-size: small;
  position: relative;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid var(--oscare-black_off);
  color: var(--oscare-black_off);
  padding: 3px 4px 1px;
}



/* file input */
.input-file,
.input-file-secondary {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-file+label,
.input-file-secondary+label {
  padding: 8px 16px 3px;
  background: var(--osgo-green-main);
  color: var(--oscare-grey_light);
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input-file-secondary+label {
  background: var(--oscare-blue_dark);
  color: var(--oscare-grey_light);
}

.input-file:focus+label,
.input-file+label:hover {
  background: var(--oscare-green-04);
}

.input-file-secondary:focus+label,
.input-file-secondary+label:hover {
  background: var(--oscare-green-04);
}

.input-file:focus+label,
.input-file-secondary:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* popover */
.oscare-popover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  background: var(--oscare-grey_light);
  font-size: 14px;
  padding: 8px 8px 4px;
  -webkit-box-shadow: var(--oscare-box-shadow-main);
  box-shadow: var(--oscare-box-shadow-main);
  border-radius: 5px;
  top: 50%;
  -webkit-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
  position: absolute;
  z-index: 100;
}

.oscare-popover button {
  background: transparent;
  border: 0;
  transition: all 0.4s ease-in-out;
}

.oscare-popover button:hover {
  background: var(--light-gray);
}

/* sidebar */
.sidebar-wrapper-workplace,
.sidebar-wrapper {
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-nav-workplace,
.sidebar-nav {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 4px 4px 4px 2px #00000026;
  box-shadow: 4px 4px 4px 2px #00000026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-nav-workplace .close-menu-btn,
.sidebar-nav .close-menu-btn {
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 36px;
  z-index: 1;
}

.sidebar-links-wrapper>ul {
  list-style: none;
}

.sidebar-links-wrapper a {
  padding-left: 2rem;
  color: var(--oscare-blue_dark);
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}

.sidebar-links-wrapper a:first-child {
  border-top: none;
}

.sidebar-links-wrapper a:last-child {
  border-bottom: none;
}

.menu-toggler-template_hub,
.menu-toggler {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70px;
  width: 30px;
  background: var(--oscare-blue);
  color: var(--oscare-grey_dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

.main_content-workplace,
.main_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: var(--oscare-height-screen-without-navs);
  max-width: 100%;
}

.new-alert-sidebar {
  position: relative;
}

.new-alert-sidebar::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%;
  width: 1.5vh;
  height: 1.5vh;
  background-color: var(--oscare-red_light);
  border-radius: 100%;
}

.sidebar-checkbox_group>legend {
  padding-left: 2rem;
  color: var(--oscare-blue_dark);
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}

.sidebar-checkbox_group li {
  list-style: none;
}

@media only screen and (min-width: 800px) and (orientation: landscape) {

  .sidebar-wrapper-workplace,
  .sidebar-wrapper {
    width: 23vw;
    max-width: 450px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }

  .sidebar-nav-workplace .close-menu-btn,
  .sidebar-nav .close-menu-btn {
    display: none;
  }

  .menu-toggler-template_hub,
  .menu-toggler {
    display: none;
  }
}

/* main nav */
.alert-nav-sign,
.alert-nav-sign-dropdown {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 50%;
  right: 0;
  background-color: var(--oscare-red_light);
  -webkit-transform: translate(75%, -20%);
  -ms-transform: translate(75%, -20%);
  transform: translate(75%, -20%);
}

.alert-nav-sign-dropdown {
  right: 10%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* sub-nav */
.oscare-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  background: #fff;
  display: none;
  max-height: 70vh;
  z-index: 10;
}

.oscare-dropdown ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.oscare-dropdown ul>li {
  list-style: none;
  /* display: flex; */
}

.oscare-dropdown ul>li>a {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.oscare-dropdown ul>li>a:hover {
  color: var(--osgo-green-main) !important;
}

.show-dropdown {
  display: block;
}

/* skeleton */
.skeleton-bg {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
}

.skeleton-bg::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, 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));
  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: shimmer 1s infinite;
  animation: shimmer 1s infinite;
  content: "";
}

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

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

.main-wrapper-skeleton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-skeleton {
  width: 100%;
  height: 43px;
}

.content-wrapper-skeleton {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: var(--oscare-height-screen-without-navs);
  background: var(--light-gray);
}

.sidebar-wrapper-skeleton {
  width: 23vw;
  max-width: 450px;
  background: #fff;
}

.sidebar-skeleton {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 4px 4px 4px 2px #00000026;
  box-shadow: 4px 4px 4px 2px #00000026;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-item-skeleton {
  width: 80%;
  height: 3vh;
  border-radius: 15px;
  margin: 0.5rem 0;
}

.content-skeleton {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Card with preview */
.card-with-preview-wrapper>div:last-child {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card-with-preview-wrapper>div:last-child>div {
  background: var(--oscare-white);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 10px;
}

.card-with-preview-wrapper.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: var(--oscare-white);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-base {
  box-shadow: var(--oscare-box-shadow-main);
  border-radius: 16px;
}

/* Store Card */

.store-card {
  max-width: clamp(250px, 30vw, 300px);
  -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border-radius: 10px;
  overflow: hidden;
}

.store-card>header {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(57.6%, rgba(255, 255, 255, 0.85)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 57.6%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 57.6%, rgba(255, 255, 255, 1) 100%);
  color: var(--oscare-green-02);
  letter-spacing: 1px;
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding-bottom: 4rem;
}

.osgo-product-fix h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}

.store-card>main {
  overflow: hidden;
  height: 100%;
}

.store-card>main img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.store-card>main:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.store-card>main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.10);
}

.store-card .view-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.store-card .view-overlay.show {
  opacity: 1;
}

.store-card .view-overlay-touch {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.store-card .view-overlay.show {
  opacity: 1;
}

/* Image Carousel and Carousel */
.img-carousel-wrapper {
  width: 240px;
  height: clamp(280px, 46vw, 400px);
  border-radius: 10px;
  -webkit-box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  background-color: #fff;
  overflow: hidden;
}

.img-carousel-wrapper .main-image {
  width: 100%;
  /*  height: 80%; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.img-carousel-wrapper .main-image>img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

/* .img-carousel-wrapper .slider-wrapper {
  width: 100%;
  display: flex;
  height: 20%;
  align-items: center;
  background-color: #ffffff;
  justify-content: space-between;
} */
.img-carousel-wrapper .slider-thumbnail {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.arrow-left-slider,
.arrow-right-slider {
  width: 5%;
  height: 5%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-left-slider:hover,
.arrow-right-slider:hover {
  opacity: 0.6;
}

.disable-slider-btn {
  opacity: 0;
  pointer-events: none;
}

.img-carousel-wrapper .thumbnail-image {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 80px;
  max-height: 100%;
  cursor: pointer;
  margin: 5px;
  opacity: 0.5;
}

.active-thumbnail-image {
  opacity: 1 !important;
}


/* Accordion */
.single-accordion {
  overflow: hidden;
  cursor: pointer;
}

/* custom modal */
.custom-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: rgba(0, 0, 0, 0.308);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-modal-wrapper .custom-modal-content {
  background-color: var(--oscare-grey_light);
  display: contents;
}

.modal-content-base {
  width: 100vw;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: var(--oscare-grey_light);
}

@media only screen and (min-width: 768px) {
  .modal-content-base {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* animated modal */
.modal-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(100 * var(--vh));
  z-index: 9500;
  overflow: hidden;
}

.modal-background {
  background: black;
  opacity: 0.3;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}

.right-animated-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* Address list editable checkbox */
.address-list-wrapper>li {
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem 0 0.5rem;
}

.address-list-wrapper>li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(0 0 0 / 25%);
}

.address-list-wrapper>li>label>span {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.address-list-wrapper>li>label {
  margin: 0 !important;
}

/* info popup */
.info-popup {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  top: 100%;
}

/* pin field */
.pin-field {
  max-width: 25px;
  padding: 0;
  margin-top: 0 !important;
  margin: 0 4px;
}

/* options card button */
.options-card-btn {
  background: rgba(0, 0, 0, 0.10);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  height: 30px;
  padding: 4px 0 0 !important;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.options-card-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}

/* error block */
#error-block {
  width: 100%;
  background-color: var(--oscare-red_light);
  font-size: 22px;
  padding: 0.5rem 0;
  color: white;
  text-align: center;
}

/* box shadow */
.box-shadow-base {
  box-shadow: var(--oscare-box-shadow-main);
}

/*** holidays **/
.holiday-card {
  box-shadow: var(--oscare-box-shadow-main);
  border-radius: 16px;
  height: 100%;
}

.react-calendar {
  font-family: "Hind Guntur" !important;
  max-width: none !important;
  padding: 16px;
  border-radius: 6px;
}

.react-calendar__month-view {
  padding: 0.5em;
}

.react-calendar__month-view__weekdays {
  background-color: #D3F5F5;
  border-radius: 6px 6px 0 0;
}

.status-wrapper {
  border-radius: 4px;
  border-style: solid;
  border-color: darkslategrey;
  border-width: 1px;
}

.holiday-request_container {
  overflow: auto;
  max-height: 250px;
}

/* .holiday-modal-image {
  max-width: 75%;
  height: auto;
  display: block;
} */

.user-details-contract-header {
  font-size: 1.4em;
  font-weight: 600;
  color: #000;
}

.updated-contract-list {
  list-style: none;
  padding-inline-start: 0;
}

/* multi select */
.custom-multi_select .multi_select__control {
  background-color: transparent;
  border-radius: unset;
  border-color: #0c7677;
  border-width: 0 0 2px;
  max-width: 350px;
}

.custom-multi_select .multi_select__control--is-focused {
  outline: 2px solid var(--oscare-green-01) !important;
}

.custom-multi_select .multi_select__control:hover {
  border-color: #0c7677;
}

.custom-multi_select .multi_select__input:focus-visible {
  outline: none !important;
}

.custom-multi_select .multi_select__menu {
  z-index: 10;
}

.custom-multi_select .multi_select__multi-value__label {
  height: 22px;
}

.multi-select__label {
  margin-bottom: 0;
}

.multi-select__label {
  color: #0c7677;
}

/* overlapping tabs */
.overlapping-tabs--wrapper {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--oscare-black_off);
}

.overlapping-tabs--tab {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid var(--oscare-black_off);
  border-left: 1px solid var(--oscare-black_off);
  border-right: 1px solid var(--oscare-black_off);
  padding: 0.5rem 1rem 0;
  display: flex;
  margin-bottom: -2px;
}

.overlapping-tabs--tab.selected {
  background-color: var(--oscare-blue-03);
}

#date-picker-portal {
  z-index: 10000;
}

/*** calendar css, taken from calendar.css in react-calendar from oscare, unsure why i put there ***/
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer>* {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

/* Date Range Select */
.date-range-select-wrapper {
  color: #0c7677;
}

.date-range-select-wrapper select {
  background-color: transparent;
  border: 0;
  font-size: clamp(16px, 3vw, 18px);
}

.date-range-select-wrapper .react-datepicker__day--selected,
.date-range-select-wrapper .react-datepicker__day--in-range {
  background-color: var(--oscare-green-04);
}

.date-range-select-wrapper .react-datepicker__day-name,
.date-range-select-wrapper .react-datepicker__time-name,
.date-range-select-wrapper .react-datepicker__day {
  font-size: 18px;
  margin: 0.25rem;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.date-range-select-wrapper .react-datepicker-wrapper {
  width: fit-content;
}

.date-range-select-wrapper .dates-input {
  color: var(--oscare-black_light);
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #0c7677;
  font-size: clamp(16px, 3vw, 18px);
  cursor: pointer;
  width: 230px;
}

.date-range-select-wrapper .fa-calendar-alt {
  position: absolute;
  top: 10%;
  right: 0.5rem;
  font-size: clamp(18px, 4vw, 20px);
}

/* custom modal */
.custom-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: rgba(0, 0, 0, 0.308);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-modal-wrapper .custom-modal-content {
  background-color: var(--oscare-grey_light);
  display: contents;
}

.modal-inner {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  min-width: min(600px, 100%);
}

.custom-modal-content-inner {
  background-color: #fff;
  max-height: 100vh;
  max-width: 100vw;
}

.modal-content-base {
  width: 100vw;
  height: 100vh;
  height: calc(100 * var(--vh));
  background-color: var(--oscare-grey_light);
}

.custom-modal-content .modal-content::-webkit-scrollbar,
.custom-modal-content #modal-content::-webkit-scrollbar,
.scrollable-list::-webkit-scrollbar,
.holiday-request_container::-webkit-scrollbar {
  width: 0.5rem;
}

.custom-modal-content .modal-content::-webkit-scrollbar-track,
.custom-modal-content #modal-content::-webkit-scrollbar-track,
.scrollable-list::-webkit-scrollbar-track,
.holiday-request_container::-webkit-scrollbar-track {
  background: transparent;
}

.custom-modal-content .modal-content::-webkit-scrollbar-thumb,
.custom-modal-content #modal-content::-webkit-scrollbar-thumb,
.scrollable-list::-webkit-scrollbar-thumb,
.holiday-request_container::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}

@media only screen and (min-width: 768px) {
  .modal-content-base {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* animated modal */
.modal-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9500;
  overflow: hidden;
}

.modal-background {
  background: black;
  opacity: 0.3;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
  opacity: 0;
}

.right-animated-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  height: 100%;
  transition: 0.3s ease;
  transform: translateX(100%);
}

.image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-container .lazy-load-image-background {
  width: 100%;
  height: 100%;
}

.image-container .img-lazy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}