/* [project]/src/components/Modals/modals.module.css [client] (css) */
.modals-module__FZo20G__modal {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.modals-module__FZo20G__pax_modal {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  display: flex;
}

.modals-module__FZo20G__overlay .modals-module__FZo20G__pax_modal h4 {
  color: #088434;
}

.modals-module__FZo20G__overlay .modals-module__FZo20G__pax_modal h6 {
  font-size: small;
}

.modals-module__FZo20G__confirmation {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 88%;
  padding: 15px;
  display: flex;
  overflow-y: scroll;
}

.modals-module__FZo20G__overlay {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modals-module__FZo20G__divider {
  margin-left: 5%;
  margin-right: 5%;
}

.modals-module__FZo20G__check {
  color: #fff;
  background-color: #088434;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 5%;
  display: flex;
}

.modals-module__FZo20G__failure {
  color: #fff;
  background-color: #d35151;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 5%;
  margin-bottom: 2%;
  display: flex;
}

.modals-module__FZo20G__overlay h1 {
  font-family: poppinsbold;
  font-size: x-large;
}

.modals-module__FZo20G__overlay h2 {
  font-family: poppinsbold;
  font-size: large;
}

.modals-module__FZo20G__overlay .modals-module__FZo20G__confirmation h2 {
  color: #000;
  font-family: poppinsbold;
  font-size: 17px;
}

.modals-module__FZo20G__overlay h3 {
  font-family: poppinsbold;
  font-size: 15px;
}

.modals-module__FZo20G__overlay h4 {
  font-family: poppinsbold;
  font-size: medium;
}

.modals-module__FZo20G__overlay h5 {
  font-family: poppinsregular;
  font-size: medium;
}

.modals-module__FZo20G__overlay .modals-module__FZo20G__confirmation h1 {
  color: #088434;
  padding-left: 15px;
  font-family: poppinsmedium;
  font-size: large;
}

.modals-module__FZo20G__overlay .modals-module__FZo20G__confirmation h5 {
  padding-left: 15px;
  font-family: poppinsmedium;
  font-size: medium;
}

.modals-module__FZo20G__overlay .modals-module__FZo20G__confirmation h6 {
  color: #000;
  padding-left: 15px;
  font-family: poppinsregular;
  font-size: 14px;
}

.modals-module__FZo20G__overlay h6 {
  text-align: center;
  font-family: poppinsregular;
  font-size: small;
}

.modals-module__FZo20G__overlay .modals-module__FZo20G__status h1 {
  text-align: center;
  padding: 16px;
  font-family: poppinsmedium;
  font-size: medium;
}

.modals-module__FZo20G__block {
  margin: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.modals-module__FZo20G__filterFullscreen {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modals-module__FZo20G__confirmationFullscreen {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.modals-module__FZo20G__confirmationFullscreen h1 {
  color: #088434;
  padding-left: 15px;
  font-family: poppinsmedium;
  font-size: large;
}

.modals-module__FZo20G__confirmationFullscreen h2 {
  color: #000;
  font-family: poppinsbold;
  font-size: 17px;
}

.modals-module__FZo20G__confirmationFullscreen h5 {
  padding-left: 15px;
  font-family: poppinsmedium;
  font-size: medium;
}

.modals-module__FZo20G__confirmationFullscreen h6 {
  color: #000;
  padding-left: 15px;
  font-family: poppinsregular;
  font-size: 14px;
}

.modals-module__FZo20G__filter {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.modals-module__FZo20G__filter h1 {
  font-family: poppinsregular;
  font-size: larger;
}

.modals-module__FZo20G__filter h2 {
  color: #000;
  font-family: poppinsbold;
  font-size: medium;
}

.modals-module__FZo20G__filter h3 {
  font-family: poppinsbold;
  font-size: medium;
}

.modals-module__FZo20G__filter h4, .modals-module__FZo20G__filter h5 {
  font-family: poppinsregular;
}

.modals-module__FZo20G__filter h6 {
  font-family: poppinsregular;
  font-size: 14px;
}

.modals-module__FZo20G__itemB {
  color: #000;
  text-transform: none;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #1f1f1f;
  border-radius: 12px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 30px;
  margin-right: 10px;
  padding: 4px 14px;
  font-family: poppinsregular;
  font-size: small;
}

.modals-module__FZo20G__itemC {
  color: #000;
  text-transform: none;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #088434;
  border-radius: 12px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 30px;
  margin-right: 10px;
  padding: 4px 14px;
  font-family: poppinsregular;
  font-size: small;
}

.modals-module__FZo20G__scrollX {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 17px 1rem 10px;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}

.modals-module__FZo20G__scrollY {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  height: 80px;
  display: flex;
  overflow-y: scroll;
}

.modals-module__FZo20G__button, .modals-module__FZo20G__button2 {
  color: #fff;
  background-color: #088434;
  border: none;
  border-radius: 10px;
  width: 48%;
  height: 40px;
}

.modals-module__FZo20G__button3 {
  color: #fff;
  cursor: pointer;
  background-color: #fca404;
  border: none;
  border-radius: 10px;
  width: 200px;
  height: 45px;
  margin-bottom: 1rem;
  padding: 10px;
  font-family: poppinsbold;
  font-size: large;
}

.modals-module__FZo20G__slider {
  color: #088434;
  place-self: center;
  width: 300px;
  height: 4px;
  display: flex;
}

.modals-module__FZo20G__iconButton {
  color: #088434;
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  font-size: x-small;
}

.modals-module__FZo20G__iconButton2 {
  color: gray;
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  font-size: x-small;
}

.modals-module__FZo20G__b01 {
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.modals-module__FZo20G__d01 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.modals-module__FZo20G__tb {
  color: #088434;
  background-color: #fff;
  border: none;
  font-family: poppinsregular;
  font-size: medium;
}

.modals-module__FZo20G__button03 {
  color: #fff;
  background-color: #088434;
  align-self: center;
  width: 150px;
  margin: auto;
  font-family: poppinsbold;
  display: flex;
}

.modals-module__FZo20G__drawer {
  background-color: #fff;
  height: 70%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .25);
}

.modals-module__FZo20G__drawer__backdrop {
  -webkit-backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, .25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .25);
}

.modals-module__FZo20G__drawer__handle-wrapper {
  padding: 15px 0 0;
}

.modals-module__FZo20G__drawer__handle {
  background: #cacaca;
}

.modals-module__FZo20G__drawer__content {
  padding: 0 30px;
}

@media (min-width: 768px) {
  .modals-module__FZo20G__confirmation {
    background-color: #fff;
    border-radius: 30px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .modals-module__FZo20G__overlay {
    z-index: 3;
    background: rgba(0, 0, 0, .4);
    justify-content: center;
    width: 100%;
    min-width: 100vw;
    max-width: 700px;
    min-height: 100vh;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

.modals-module__FZo20G__shareButtons {
  margin-top: 24px;
}

.modals-module__FZo20G__mainShareBtn {
  background-color: #088434;
  margin-bottom: 16px;
  font-family: poppinsregular;
  font-size: medium;
}

.modals-module__FZo20G__socialButtons {
  justify-content: center;
  gap: 12px;
  display: flex;
}

.modals-module__FZo20G__filterScrollContent {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 0 1rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.modals-module__FZo20G__filterHeader {
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.modals-module__FZo20G__filterHeaderCenter {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.modals-module__FZo20G__filterActiveCount {
  color: #6b7280;
  margin-top: 2px;
  font-size: 12px;
}

.modals-module__FZo20G__filterCloseBtn {
  color: #6b7280;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  padding: 4px;
  display: flex;
}

.modals-module__FZo20G__filterCloseBtn:hover {
  color: #111827;
}

.modals-module__FZo20G__filterResetBtn {
  color: #088434;
  cursor: pointer;
  background: none;
  border: none;
  font-family: poppinsregular;
  font-size: 14px;
  font-weight: 500;
}

.modals-module__FZo20G__filterResetBtn:hover {
  color: #066629;
}

.modals-module__FZo20G__filterSection {
  border-bottom: 1px solid #e5e5e5;
}

.modals-module__FZo20G__filterSectionHeader {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  transition: background-color .2s;
  display: flex;
}

.modals-module__FZo20G__filterSectionHeader:hover {
  background-color: #f9fafb;
}

.modals-module__FZo20G__filterSectionTitleWithBadge {
  align-items: center;
  gap: 8px;
  display: flex;
}

.modals-module__FZo20G__filterBadge {
  color: #065f46;
  background-color: #d1fae5;
  border-radius: 12px;
  padding: 2px 8px;
  font-family: poppinsregular;
  font-size: 12px;
  font-weight: 500;
}

.modals-module__FZo20G__filterSectionContent {
  padding: 0 0 16px;
}

.modals-module__FZo20G__filterRadioOption {
  margin: 0;
  padding: 8px 0;
}

.modals-module__FZo20G__filterRadioOption:hover {
  background-color: #f9fafb;
  border-radius: 8px;
}

.modals-module__FZo20G__filterCheckboxOption {
  cursor: pointer;
  border-radius: 8px;
  align-items: center;
  padding: 8px 0;
  transition: background-color .2s;
  display: flex;
}

.modals-module__FZo20G__filterCheckboxOption:hover {
  background-color: #f9fafb;
}

.modals-module__FZo20G__filterSubtext {
  color: #6b7280;
  margin-top: 2px;
  font-size: 12px;
  display: block;
}

.modals-module__FZo20G__timeGrid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 8px 0;
  display: grid;
}

.modals-module__FZo20G__timeCard {
  cursor: pointer;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  padding: 12px;
  transition: all .2s;
  display: flex;
}

.modals-module__FZo20G__timeCard:hover {
  border-color: #9ca3af;
}

.modals-module__FZo20G__timeCardSelected {
  cursor: pointer;
  background-color: #d1fae5;
  border: 2px solid #088434;
  border-radius: 8px;
  flex-direction: column;
  padding: 12px;
  display: flex;
}

.modals-module__FZo20G__timeCardLabel {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

.modals-module__FZo20G__timeCardTime {
  color: #6b7280;
  font-size: 12px;
}

.modals-module__FZo20G__filterFooter {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  flex-shrink: 0;
  padding: 16px;
}

.modals-module__FZo20G__filterApplyBtn {
  color: #fff;
  cursor: pointer;
  background-color: #088434;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 12px;
  font-family: poppinsbold;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.modals-module__FZo20G__filterApplyBtn:hover {
  background-color: #066629;
}

.modals-module__FZo20G__filterApplyBtn:disabled {
  cursor: not-allowed;
  background-color: #9ca3af;
}

/* [project]/src/components/Animations/loading.module.css [client] (css) */
.loading-module___oE_Ya__body_loading {
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.loading-module___oE_Ya__guinep_loading {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.loading-module___oE_Ya__guinep_loading h2 {
  color: green;
  text-align: center;
  width: 80%;
  font-family: poppinsbold;
  font-size: x-large;
}

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

.loading-module___oE_Ya__image_container img {
  object-fit: cover;
  width: 340px;
  height: 100%;
}

.loading-module___oE_Ya__image_container .loading-module___oE_Ya__video {
  object-fit: cover;
}

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

.loading-module___oE_Ya__body_loading h2 {
  color: #088434;
  text-align: center;
  align-self: center;
  width: 80%;
  padding-bottom: 0;
  font-family: happymonkeyregular;
  font-size: 25px;
}

.loading-module___oE_Ya__rotating {
  transform-origin: center;
  width: 100%;
  height: 100%;
  animation: 2s linear infinite loading-module___oE_Ya__rotate;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-module___oE_Ya__backButton {
  color: #088434;
  z-index: 200000;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 1rem;
  padding: 6px;
  display: flex;
  position: fixed;
}

@keyframes loading-module___oE_Ya__rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.loading-module___oE_Ya__bouncingLoader {
  justify-content: center;
  margin: 40px auto;
  display: flex;
}

.loading-module___oE_Ya__bouncingLoader > div {
  opacity: 1;
  background-color: #a3a1a1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: 3px 6px;
  animation: .6s infinite alternate loading-module___oE_Ya__bouncingLoader;
}

@keyframes loading-module___oE_Ya__bouncingLoader {
  to {
    opacity: .1;
    transform: translateY(-16px);
  }
}

.loading-module___oE_Ya__bouncingLoader > div:nth-child(2) {
  animation-delay: .2s;
}

.loading-module___oE_Ya__bouncingLoader > div:nth-child(3) {
  animation-delay: .4s;
}

/* [project]/src/components/Onboarding/onboarding.module.css [client] (css) */
.onboarding-module__CzhavW__onboardingContainer {
  z-index: 9999;
  box-sizing: border-box;
  background: #fff;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.onboarding-module__CzhavW__skipButton {
  color: #000;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
  background: rgba(169, 163, 163, .2);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.onboarding-module__CzhavW__skipButton:hover {
  background: rgba(255, 255, 255, .3);
  transform: translateY(-1px);
}

.onboarding-module__CzhavW__content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: flex;
  overflow-y: auto;
}

.onboarding-module__CzhavW__imageContainer {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  animation: .6s ease-out onboarding-module__CzhavW__fadeInUp;
  display: flex;
}

.onboarding-module__CzhavW__slideImage {
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .1));
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  transition: transform .3s;
  display: block;
}

.onboarding-module__CzhavW__slideImage:hover {
  transform: scale(1.02);
}

.onboarding-module__CzhavW__textContent {
  text-align: center;
  background: #fff;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 0;
  animation: .6s ease-out .2s both onboarding-module__CzhavW__fadeInUp;
}

.onboarding-module__CzhavW__textContent h6 {
  color: #333 !important;
  margin: 0 !important;
  font-family: poppinsmedium !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.onboarding-module__CzhavW__title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  color: #333 !important;
  margin-bottom: 12px !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
}

.onboarding-module__CzhavW__subtitle {
  color: #555 !important;
  margin-bottom: 16px !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

.onboarding-module__CzhavW__description {
  color: #666 !important;
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.onboarding-module__CzhavW__bottomSection {
  box-sizing: border-box;
  background: #fff;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
}

.onboarding-module__CzhavW__dotContainer {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  display: flex;
}

.onboarding-module__CzhavW__dot {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .3);
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: all .3s;
}

.onboarding-module__CzhavW__dot:hover {
  transform: scale(1.2);
}

.onboarding-module__CzhavW__activeDot {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.onboarding-module__CzhavW__navigationButtons {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.onboarding-module__CzhavW__skipNavButton {
  color: #fff !important;
  text-transform: none !important;
  border-color: rgba(255, 255, 255, .3) !important;
  border-radius: 25px !important;
  padding: 12px 24px !important;
  font-weight: 500 !important;
  transition: all .3s !important;
}

.onboarding-module__CzhavW__skipNavButton:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .1) !important;
  border-color: rgba(255, 255, 255, .5) !important;
}

.onboarding-module__CzhavW__nextButton {
  color: #fff !important;
  text-transform: none !important;
  border-radius: 25px !important;
  padding: 12px 32px !important;
  font-weight: 600 !important;
  transition: all .3s !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2) !important;
}

.onboarding-module__CzhavW__nextButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .3) !important;
}

@keyframes onboarding-module__CzhavW__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .onboarding-module__CzhavW__textContent {
    padding: 20px;
  }

  .onboarding-module__CzhavW__textContent h6 {
    font-size: 14px !important;
  }

  .onboarding-module__CzhavW__title {
    font-size: 1.5rem !important;
  }

  .onboarding-module__CzhavW__subtitle {
    font-size: 1rem !important;
  }

  .onboarding-module__CzhavW__description {
    font-size: .9rem !important;
  }

  .onboarding-module__CzhavW__bottomSection {
    padding: 20px 16px;
  }

  .onboarding-module__CzhavW__navigationButtons {
    flex-direction: column;
    gap: 12px;
  }

  .onboarding-module__CzhavW__skipNavButton, .onboarding-module__CzhavW__nextButton {
    width: 100%;
  }
}

@media (max-height: 600px) {
  .onboarding-module__CzhavW__textContent {
    padding: 10px 0;
  }

  .onboarding-module__CzhavW__textContent h6 {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .onboarding-module__CzhavW__bottomSection {
    padding: 15px;
  }

  .onboarding-module__CzhavW__dotContainer {
    margin-bottom: 20px;
  }
}

/* [project]/styles/globals.css [client] (css) */
@supports (padding: max(0px)) {
  body, header, footer {
    padding-left: min(0vmin, env(safe-area-inset-left));
    padding-right: min(0vmin, env(safe-area-inset-right));
  }
}

html {
  overflow: hidden;
}

body {
  overflow: auto;
}

body.with-sidebar {
  margin-left: 280px;
  transition: margin-left .3s cubic-bezier(.4, 0, .2, 1);
}

@media (max-width: 1024px) {
  body.with-sidebar {
    margin-left: 240px;
  }
}

@media (max-width: 768px) {
  body.with-sidebar {
    margin-left: 200px;
  }
}

@media (max-width: 767px) {
  body.with-sidebar {
    margin-left: 0;
  }
}

body {
  padding-top: 80px;
}

.no-header {
  padding-top: 0 !important;
}

.page-with-header {
  padding-top: 100px;
}

html {
  min-height: calc(100% + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

css-tj5bde-Svg {
  fill: #088444;
  stroke: currentColor;
  stroke-width: 0;
  line-height: 1;
  display: inline-block;
}

.container {
  flex-direction: column;
  align-self: center;
  width: 100%;
  margin: 0 auto;
  display: grid;
}

.container2 {
  flex-direction: column;
  align-self: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.container h6 {
  font-family: poppinsregular;
  font-size: small;
}

.align-left {
  align-self: flex-start;
  align-items: flex-start;
  padding: auto;
}

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

audio::-webkit-media-controls-panel {
  background-color: #e1efcc;
}

audio, video {
  background-color: #e1efcc;
}

video::-webkit-media-controls-panel {
  background-color: #e1efcc;
}

.sb {
  padding-bottom: 7rem;
}

.st {
  padding-top: 5rem;
}

.header-spacing {
  padding-top: 20px;
}

.header-spacing-margin {
  margin-top: 80px;
}

.header-spacing-plus {
  padding-top: 100px;
}

.option {
  font-family: poppinsregular;
  font-size: small;
}

.mb {
  margin-bottom: 1.5rem;
}

.mpl {
  padding: 3px;
}

.MuiInput-input {
  color: #000;
  font-family: poppinsregular;
}

.MuiDivider-root {
  color: #000;
}

.MuiTextField-root label {
  color: #000;
  margin-left: 48px;
  font-size: medium;
  line-height: 4.5em;
}

.MuiInputLabel-root {
  color: #000;
  font-family: poppinsregular;
  font-size: medium;
}

.pl {
  padding-left: .5rem;
}

.pr {
  padding-right: .5rem;
}

.pb {
  padding-bottom: 7px;
}

.pt {
  padding-top: 13px;
}

.minimal-pt {
  padding-top: 9px;
}

.mt {
  margin-top: 2rem;
}

.display-flex {
  justify-content: center;
  width: 100%;
  display: flex;
}

.half-width {
  width: 50%;
}

.large-width {
  width: 70%;
}

.xl-width {
  width: 80%;
}

.xxl-width {
  width: 90%;
}

.small-width {
  width: 25%;
}

.mx {
  padding-left: 1rem;
  padding-right: 1rem;
}

.justify-center {
  justify-items: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.clear-button {
  background-color: #fff;
  border: none;
}

.bubble {
  color: #fff;
  background-color: green;
  border-radius: 40px;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 5px;
}

.box {
  flex-direction: column;
  align-self: center;
  width: 100%;
  display: grid;
}

.p-inputtext {
  border: 1px solid #ccc9c9;
  border-radius: 45px;
  width: 100%;
  height: 40px;
}

.column {
  flex-direction: column;
  display: flex;
}

.row {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.row-align-start {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row2 {
  flex-direction: row;
  place-items: center;
  display: flex;
}

.link {
  color: #088444;
}

.icon {
  color: #088434;
  align-items: center;
  display: flex;
}

.searchButton {
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #088444;
  border: none;
  border-radius: 10px;
  justify-self: center;
  align-items: center;
  gap: 10px;
  height: 45px;
  padding: 10px;
  font-family: poppinsbold;
  font-size: medium;
  display: flex;
}

.button {
  color: #fff;
  text-transform: capitalize;
  background-color: #088434;
  border: none;
  border-radius: 10px;
  min-width: 120px;
  padding: 10px;
  font-family: poppinsbold;
}

.button:hover {
  color: #fff;
  background-color: #088434;
}

.warningbutton {
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  background-color: red;
  border: none;
  border-radius: 10px;
  min-width: 120px;
  padding: 10px;
  font-family: poppinsbold;
}

.searchButton:disabled, .button:disabled {
  color: #fff;
  text-transform: capitalize;
  background-color: gray;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-family: poppinsbold;
}

.button3 {
  color: #fff;
  text-transform: capitalize;
  background-color: #088444;
  border-radius: 50px;
  height: 15px;
  font-family: poppinsregular;
  font-size: small;
}

.Mui-disabled {
  color: #c2bfbf;
  text-transform: capitalize;
  background-color: #dbd8d8;
  font-family: poppinsbold;
  display: none;
}

.MuiSelect-select-MuiInputBase-input-MuiInput-input :focus {
  background-color: none;
  background: none;
  border-radius: 0;
}

.MuiIconButton-root {
  color: #000;
}

.Mui-disabled input {
  color: #fff;
  text-transform: capitalize;
  background-color: #dbd8d8;
  border-radius: 20px;
  font-family: poppinsbold;
}

.MuiSelect, MuiSelect :focus {
  color: "grey";
  background: none;
}

.MuiBottomNavigationAction-label {
  color: #000;
  font-family: poppinsregular;
  font-size: 10.5px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

html, body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  touch-action: manipulation;
}

@supports (-webkit-overflow-scrolling: touch) {
  .scrollY, .scrollX {
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    height: 100%;
  }
}

.button2 {
  color: #000;
  text-transform: capitalize;
  background-color: #fca404;
  border-radius: 50px;
  align-self: center;
  width: 200px;
  font-family: poppinsextrabold;
}

.closeButton {
  color: #fff;
  background-color: red;
  border-radius: 50px;
  width: 25px;
  height: 25px;
}

.item-01 {
  place-self: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.item-02 {
  justify-self: right;
  margin-top: .5rem;
}

.search text {
  color: #fff;
}

.scrollX {
  background: none;
  flex-flow: row;
  width: 100%;
  padding-top: 1rem;
  display: flex;
  overflow-x: scroll;
}

.scrollY {
  text-align: start;
  background: none;
  flex-flow: column;
  width: 100%;
  max-height: 500px;
  padding-top: 1rem;
  display: flex;
  overflow-y: scroll;
}

.MuiCardContent-root:last-child {
  padding-bottom: 5px;
}

.search {
  color: #fff;
  background-color: #fca404;
  border: 1px solid #fff;
  border-radius: 50px;
  align-self: center;
  height: 40px;
  font-family: poppinsregular;
  font-size: large;
}

.search:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 4%;
}

.search:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 4%;
}

.search:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  padding-left: 4%;
}

.search:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 4%;
}

.search:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 4%;
}

.search:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  padding-right: 4%;
}

.search ::placeholder {
  color: #fff;
  width: 100%;
  font-family: poppinsregular;
  font-size: large;
}

.Mui-checked {
  color: #088434;
}

.center-input {
  width: 100%;
  margin-top: 10px;
}

.room-input__control {
  border-radius: 50px;
  width: 250px;
}

.center-input__placeholder {
  color: #000;
  padding-bottom: 8px;
  padding-left: 13px;
  font-family: poppinsregular;
}

.center-input__dropdown-indicator {
  color: #088434;
  padding-bottom: 18px;
}

.center-input__single-value {
  text-overflow: initial;
  box-sizing: content-box;
  color: #000;
  margin: 0;
  padding-bottom: 8px;
  font-family: poppinsregular;
  font-size: small;
  overflow: visible;
}

.center-input .center-input__control {
  color: #000;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 50px;
  height: 32px;
  font-family: poppinsregular;
  font-size: small;
}

.room-input {
  color: gray;
  border: none;
  height: 50px;
  font-family: poppinsregular;
  font-size: small;
}

::placeholder {
  color: #000;
  padding: 5px;
  font-family: poppinsregular;
  font-size: small;
}

.flight-card {
  background-color: gray;
  border-radius: 25px;
}

.radio h6 {
  font-family: poppinsregular;
  font-size: x-small;
}

.footer {
  z-index: -1;
  justify-items: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}

.radio-toolbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.radio-toolbar input[type="radio"]:checked + label {
  background-color: #fca404;
}

.radio-toolbar label {
  font-family: poppinsregular;
  font-size: x-small;
}

.rounded-12 {
  border-radius: 50px;
}

.article {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  place-items: center;
  height: 100%;
  display: grid;
}

.article h6 {
  color: #d6d6d6;
}

.form-field {
  display: inline-block;
  position: relative;
}

.tab-bar {
  position: relative;
}

.tab-list {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  overflow-x: scroll;
}

.tab {
  cursor: pointer;
  flex: 1;
}

.tab h6 {
  color: #000;
  text-wrap: nowrap;
  text-align: center;
  font-family: poppinsregular;
  font-size: 14px;
}

.tab.active {
  font-weight: bold;
}

.tab-indicator {
  background-color: #088434;
  height: 3px;
  transition: left .3s ease-in-out, width .3s ease-in-out;
  position: absolute;
  bottom: 0;
}

@font-face {
  font-family: poppinsextrabold;
  src: url("../media/Poppins-ExtraBold.a40a6493.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsmedium;
  src: url("../media/Poppins-Medium.c325fb78.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsregular;
  src: url("../media/Poppins-Regular.fa867bbf.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: poppinsbold;
  src: url("../media/Poppins-Bold.d7fac3c9.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: happymonkeyregular;
  src: url("../media/HappyMonkey-Regular.bed991e5.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 768px) {
  .container {
    flex-direction: column;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    display: grid;
  }

  .lx {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}

.wrap {
  width: 20px;
  height: 20px;
}

.circular {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 2s linear infinite circular;
}

.path {
  stroke-dasharray: 1 200;
  stroke-dashoffset: 0;
  fill: none;
  stroke-width: 6px;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke: #fff;
  animation: 2s ease-in-out infinite spinner-spinning-circle-dash;
}

.path-2 {
  stroke: #fff;
  animation-delay: .1s;
}

.path-3 {
  stroke: #ddd;
  animation-delay: .23s;
}

@keyframes circular {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(540deg);
  }
}

@keyframes spinner-spinning-circle-dash {
  0% {
    stroke-dasharray: 1 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 60 200;
  }

  100% {
    stroke-dasharray: 1 200;
    stroke-dashoffset: -125.6px;
  }
}

.react-datepicker-wrapper, .react-datepicker__input-container {
  width: 100% !important;
}

.react-datepicker-popper {
  z-index: 9999 !important;
  background-color: rgba(0, 0, 0, .5) !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  transform: none !important;
}

.react-datepicker {
  color: #000 !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 15px !important;
  width: 92% !important;
  max-width: 600px !important;
  margin: auto !important;
  font-family: poppinsregular !important;
  position: relative !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .12) !important;
}

.react-datepicker__month-container {
  float: none !important;
  width: 100% !important;
  padding: 10px !important;
}

.react-datepicker__header {
  color: #000 !important;
  background-color: #fff !important;
  border-bottom: none !important;
  border-radius: 15px 15px 0 0 !important;
  padding: 15px !important;
}

.react-datepicker__current-month {
  color: #088434 !important;
  text-transform: capitalize !important;
  font-family: poppinsmedium !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.react-datepicker__day-names {
  justify-content: space-between !important;
  padding: 8px 0 !important;
  display: flex !important;
  box-shadow: 0 1px rgba(0, 0, 0, .06) !important;
}

.react-datepicker__day-name {
  color: #000 !important;
  text-align: center !important;
  text-transform: capitalize !important;
  width: 14.2857% !important;
  font-family: poppinsregular !important;
  font-size: 14px !important;
}

.react-datepicker__navigation {
  background: none !important;
  border: none !important;
  width: 14.2857% !important;
  height: 14.2857% !important;
  top: 15px !important;
}

.react-datepicker__navigation--previous {
  left: 15px !important;
}

.react-datepicker__navigation--next {
  right: 15px !important;
}

.react-datepicker__navigation-icon:before {
  border-width: 2px 2px 0 0 !important;
  border-color: #088434 !important;
  width: 14px !important;
  height: 14px !important;
}

.react-datepicker__navigation:hover .react-datepicker__navigation-icon:before {
  border-color: #088434 !important;
}

.react-datepicker__navigation--previous .react-datepicker__navigation-icon:before {
  border-color: #088434 !important;
  transform: rotate(225deg) !important;
}

.react-datepicker__navigation--next .react-datepicker__navigation-icon:before {
  border-color: #088434 !important;
  transform: rotate(45deg) !important;
}

.react-datepicker__week {
  display: flex !important;
}

.react-datepicker__day {
  color: #000 !important;
  text-align: center !important;
  cursor: pointer !important;
  border-radius: 999px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 14.2857% !important;
  height: auto !important;
  margin: 2px !important;
  padding: 8px 0 !important;
  font-family: poppinsregular !important;
  font-size: 14px !important;
  display: flex !important;
  position: relative !important;
}

.react-datepicker__day:hover {
  background-color: rgba(8, 132, 52, .1) !important;
  border-radius: 999px !important;
}

.react-datepicker__day--selected, .react-datepicker__day--keyboard-selected {
  color: #fff !important;
  background-color: #088444 !important;
  border-radius: 999px !important;
}

.react-datepicker__day--in-selecting-range {
  color: #000 !important;
  background-color: rgba(8, 132, 52, .3) !important;
}

.react-datepicker__day--in-range {
  color: #fff !important;
  background-color: rgba(8, 132, 52, .5) !important;
}

.react-datepicker__day--range-start, .react-datepicker__day--range-end {
  color: #fff !important;
  background-color: #088444 !important;
  border-radius: 999px !important;
}

.react-datepicker__day--today {
  font-weight: 600 !important;
}

.react-datepicker__day--outside-month {
  color: #999 !important;
}

.react-datepicker__day--disabled {
  cursor: default !important;
  pointer-events: none !important;
  color: #ddd !important;
}

.loading-overlay {
  z-index: 9999;
  background: rgba(255, 255, 255, .9);
  justify-content: center;
  align-items: center;
  animation: .2s ease-in fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* [project]/styles/styles.scss.css [client] (css) */
.card-item {
  z-index: 2;
  width: 100%;
  max-width: 490px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .card-item {
    max-width: 370px;
    height: 220px;
  }
}

@media screen and (max-width: 360px) {
  .card-item {
    height: 180px;
  }
}

.card-item.-active .card-item__side.-front {
  transform: perspective(1000px)rotateY(180deg)rotateX(0)rotateZ(0);
}

.card-item.-active .card-item__side.-back {
  transform: perspective(1000px)rotateY(0)rotateX(0)rotateZ(0);
}

.card-item__focus {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, .65);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: all .35s cubic-bezier(.71, .03, .56, .85);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.card-item__focus:after {
  content: "";
  filter: blur(25px);
  opacity: .5;
  background: #08142f;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-item__focus.-active {
  opacity: 1;
}

.card-item__side {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  height: 100%;
  transition: all .8s cubic-bezier(.42, 0, 0, 1.05);
  overflow: hidden;
  transform: perspective(2000px)rotateY(0)rotateX(0)rotate(0);
  box-shadow: 0 5px 16px rgba(255, 255, 255, .55);
}

.card-item__side.-back {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(2000px)rotateY(-180deg)rotateX(0)rotate(0);
}

.card-item__side.-back .card-item__cover {
  transform: rotateY(-180deg);
}

.card-item__bg {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.card-item__cover {
  background-color: #1c1d27;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.card-item__cover:after {
  content: "";
  background: rgba(6, 2, 29, .45);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-item__top {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 10px;
  display: flex;
}

@media screen and (max-width: 480px) {
  .card-item__top {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__top {
    margin-bottom: 15px;
  }
}

.card-item__chip {
  width: 60px;
}

@media screen and (max-width: 480px) {
  .card-item__chip {
    width: 50px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__chip {
    width: 40px;
  }
}

.card-item__type {
  justify-content: flex-end;
  width: 100%;
  max-width: 100px;
  height: 45px;
  margin-left: auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 480px) {
  .card-item__type {
    max-width: 100px;
    height: 40px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__type {
    height: 30px;
  }
}

.card-item__typeImg {
  object-fit: contain;
  object-position: top right;
  max-width: 100%;
  max-height: 100%;
}

.card-item__info {
  color: #fff;
  cursor: pointer;
  width: 100%;
  max-width: calc(100% - 85px);
  padding: 10px 15px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 480px) {
  .card-item__info {
    padding: 10px;
  }
}

.card-item__holder {
  opacity: .7;
  margin-bottom: 6px;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .card-item__holder {
    margin-bottom: 5px;
    font-size: 12px;
  }
}

.card-item__wrapper {
  z-index: 4;
  text-shadow: 7px 6px 10px rgba(14, 42, 90, .8);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 100%;
  padding: 25px 15px;
  font-family: Source Code Pro, monospace;
  position: relative;
}

@media screen and (max-width: 480px) {
  .card-item__wrapper {
    padding: 20px 10px;
  }
}

.card-item__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  max-width: 100%;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .card-item__name {
    font-size: 16px;
  }
}

.card-item__nameItem {
  min-width: 8px;
  display: inline-block;
  position: relative;
}

.card-item__number {
  color: #fff;
  cursor: pointer;
  margin-bottom: 35px;
  padding: 10px 15px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .card-item__number {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 21px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__number {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 19px;
  }
}

.card-item__numberItem {
  width: 16px;
  display: inline-block;
}

.card-item__numberItem.-active {
  width: 30px;
}

@media screen and (max-width: 480px) {
  .card-item__numberItem {
    width: 13px;
  }

  .card-item__numberItem.-active {
    width: 16px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__numberItem {
    width: 12px;
  }

  .card-item__numberItem.-active {
    width: 8px;
  }
}

.card-item__content {
  color: #fff;
  align-items: flex-start;
  display: flex;
}

.card-item__date {
  white-space: nowrap;
  cursor: pointer;
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 80px;
  margin-left: auto;
  padding: 10px;
  font-size: 18px;
  display: inline-flex;
}

@media screen and (max-width: 480px) {
  .card-item__date {
    font-size: 16px;
  }
}

.card-item__dateItem {
  position: relative;
}

.card-item__dateItem span {
  width: 22px;
  display: inline-block;
}

.card-item__dateTitle {
  opacity: .7;
  width: 100%;
  padding-bottom: 6px;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .card-item__dateTitle {
    padding-bottom: 5px;
    font-size: 12px;
  }
}

.card-item__band {
  z-index: 2;
  background: rgba(0, 0, 19, .8);
  width: 100%;
  height: 50px;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .card-item__band {
    margin-top: 20px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__band {
    height: 40px;
    margin-top: 10px;
  }
}

.card-item__cvv {
  text-align: right;
  z-index: 2;
  padding: 15px;
  position: relative;
}

.card-item__cvv .card-item__type {
  opacity: .7;
}

@media screen and (max-width: 360px) {
  .card-item__cvv {
    padding: 10px 15px;
  }
}

.card-item__cvvTitle {
  color: #fff;
  margin-bottom: 5px;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.card-item__cvvBand {
  text-align: right;
  color: #1a3b5d;
  background: #fff;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  margin-bottom: 30px;
  padding-right: 10px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 10px 20px -7px rgba(32, 56, 117, .35);
}

@media screen and (max-width: 480px) {
  .card-item__cvvBand {
    height: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .card-item__cvvBand {
    margin-bottom: 15px;
  }
}

.card-item__cvvBand span {
  display: inline-block;
}

.slide-fade-right-enter {
  opacity: 0;
  pointer-events: nne;
  transform: translateX(10px)rotate(45deg);
}

.slide-fade-right-enter-active {
  opacity: 100;
  transition: all .25s ease-in-out .1s;
  position: relative;
  transform: translateX(0)rotate(0);
}

.slide-fade-right-exit {
  pointer-events: none;
  transform: translateX(0)rotate(0);
}

.slide-fade-right-exit-active {
  opacity: 0;
  transition: all .25s ease-in-out;
  position: relative;
  transform: translateX(30px)rotate(-80deg);
}

.slide-fade-up-enter {
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
}

.slide-fade-up-enter-active {
  opacity: 1;
  transition: all .25s ease-in-out .1s;
  position: relative;
  transform: translateY(0);
}

.slide-fade-up-enter-done {
  opacity: 1;
  transform: translateY(0);
}

.slide-fade-up-exit {
  pointer-events: none;
  opacity: 1;
  transform: translateY(0);
}

.slide-fade-up-exit-active {
  opacity: 0;
  transition: all .25s ease-in-out;
  position: relative;
  transform: translateY(-15px);
}

.slide-fade-up-exit-done {
  opacity: 0;
}

.zoom-in-out-enter {
  filter: blur(.4px);
  opacity: 0;
  transition-delay: .1s;
  transform: translateY(6px)scale(3.5);
}

.zoom-in-out-enter-active {
  filter: blur();
  opacity: 1;
  transition: all .25s ease-in-out;
  transform: translateY(0)scale(1);
}

.zoom-in-out-enter-done, .zoom-in-out-exit {
  opacity: 1;
}

.zoom-in-out-exit-active {
  filter: blur(.4px);
  transition: all .15s ease-in-out .1s;
  position: relative;
  transform: translateY(4px)scale(2.3);
}

.wrapper {
  min-height: 100vh;
  padding: 50px 15px;
  display: flex;
}

@media screen and (max-width: 700px), (max-height: 500px) {
  .wrapper {
    flex-flow: column wrap;
  }
}

.card-form {
  width: 100%;
  max-width: 570px;
  margin: auto;
}

@media screen and (max-width: 576px) {
  .card-form {
    margin: 0 auto;
  }
}

.card-form__inner {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 180px 35px 35px;
  box-shadow: 0 30px 60px rgba(255, 255, 255, .4);
}

@media screen and (max-width: 480px) {
  .card-form__inner {
    padding: 165px 25px 25px;
  }
}

@media screen and (max-width: 360px) {
  .card-form__inner {
    padding: 165px 15px 15px;
  }
}

.card-form__row {
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 480px) {
  .card-form__row {
    flex-wrap: wrap;
  }
}

.card-form__col {
  flex: auto;
  margin-right: 35px;
}

.card-form__col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .card-form__col {
    flex: unset;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card-form__col:last-child {
    margin-bottom: 0;
  }
}

.card-form__col.-cvv {
  max-width: 150px;
}

@media screen and (max-width: 480px) {
  .card-form__col.-cvv {
    max-width: initial;
  }
}

.card-form__group {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.card-form__group .card-input__input {
  flex: 1;
  margin-right: 15px;
}

.card-form__group .card-input__input:last-child {
  margin-right: 0;
}

.card-form__button {
  color: #fff;
  cursor: pointer;
  background: #2364d2;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 55px;
  margin-top: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 500;
  box-shadow: 3px 10px 20px rgba(35, 100, 210, .3);
}

@media screen and (max-width: 480px) {
  .card-form__button {
    margin-top: 10px;
  }
}

.card-list {
  margin-bottom: -130px;
}

@media screen and (max-width: 480px) {
  .card-list {
    margin-bottom: -120px;
  }
}

.card-input__label {
  color: #1a3b5d;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  margin-bottom: 2px;
  font-family: poppinsregular;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.card-input__input {
  width: 100%;
  height: 50px;
  box-shadow: none;
  color: #1a3b5d;
  background: none;
  border: 1px solid #ced6e0;
  border-radius: 5px;
  padding: 5px 15px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  transition: all .3s ease-in-out;
}

.card-input__input:hover, .card-input__input:focus {
  border-color: #3d9cff;
}

.card-input__input:focus {
  box-shadow: 0 10px 20px -13px rgba(32, 56, 117, .35);
}

.card-input__input.-select {
  -webkit-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 30px;
}

/* [project]/src/components/Navigation/BottomTab/bottomTab.module.css [client] (css) */
.bottomTab-module__oPUeYq__bottomBar {
  z-index: 1000;
  width: 100%;
  height: calc(65px + env(safe-area-inset-bottom, 0px));
  min-height: calc(65px + env(safe-area-inset-bottom, 0px));
  -webkit-backdrop-filter: blur(10px);
  background-color: #fff;
  border-top: .5px solid #e0e0e0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottomTab-module__oPUeYq__BottomBar .bottomTab-module__oPUeYq__MuiBottomNavigationAction-root {
  min-height: 56px;
  padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transform-origin: center;
  outline: none;
}

.bottomTab-module__oPUeYq__bottomBar:after {
  content: "";
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.bottomTab-module__oPUeYq__navContainer {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: calc(2px + env(safe-area-inset-bottom, 0px));
  align-items: center;
  display: flex;
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root {
  -webkit-tap-highlight-color: transparent;
  border-radius: 12px;
  flex: 1;
  min-width: auto;
  max-width: none;
  margin: 0 2px;
  padding: 4px 2px;
  font-family: poppinsregular, sans-serif;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #088434;
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-wrapper {
  gap: 4px;
  transition: all .2s;
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-label {
  margin-top: 2px;
  font-family: poppinsregular, sans-serif;
  font-size: 12px;
  transition: all .2s;
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root svg {
  transition: all .2s;
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root.Mui-selected {
  font-family: poppinsregular, sans-serif;
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root.Mui-selected .MuiBottomNavigationAction-wrapper {
  transform: scale(1.05);
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root.Mui-selected .MuiBottomNavigationAction-label {
  color: #088434;
  font-family: poppinsregular, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root.Mui-selected .MuiSvgIcon-root {
  color: green;
}

@media (hover: hover) {
  .bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root:hover {
    background-color: rgba(8, 132, 52, .04);
  }
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root:active {
  transform: scale(.98);
}

.bottomTab-module__oPUeYq__bottomBar .MuiBottomNavigationAction-root .MuiTouchRipple-root {
  border-radius: 12px;
}

@supports (-webkit-touch-callout: none) {
  .bottomTab-module__oPUeYq__bottomBar {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    transform: translate3d(0, 0, 0);
  }

  .bottomTab-module__oPUeYq__bottomBar:after {
    z-index: -1;
    position: absolute;
  }
}

/* [project]/src/components/Navigation/SideNavigation/sideNavigation.module.css [client] (css) */
.sideNavigation-module__n8OS_W__sideNavigation {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  background-color: #fdfdfd;
  border-right: 1px solid #e0e0e0;
  width: 280px;
  padding: 24px 0;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

.sideNavigation-module__n8OS_W__navigationList {
  flex-direction: column;
  gap: 16px;
  margin-top: 4rem;
  padding: 0 16px;
  display: flex;
}

.sideNavigation-module__n8OS_W__navigationItem {
  cursor: pointer;
  color: #666;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  border: none;
  border-radius: 12px;
  outline: none;
  align-items: center;
  gap: 26px;
  width: 100%;
  padding: 12px 16px;
  font-family: poppinsregular;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.sideNavigation-module__n8OS_W__navigationItem:hover {
  color: #333;
  background-color: #f5f5f5;
  transform: translateX(4px);
}

.sideNavigation-module__n8OS_W__navigationItem:active {
  transform: translateX(4px)scale(.98);
}

.sideNavigation-module__n8OS_W__navigationItem.sideNavigation-module__n8OS_W__active {
  color: #088434;
  background-color: #e8f5e8;
  font-weight: 600;
}

.sideNavigation-module__n8OS_W__navigationItem.sideNavigation-module__n8OS_W__active:before {
  content: "";
  background-color: #088434;
  border-radius: 0 2px 2px 0;
  width: 4px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sideNavigation-module__n8OS_W__iconContainer {
  justify-content: center;
  align-items: center;
  min-width: 24px;
  display: flex;
  position: relative;
}

.sideNavigation-module__n8OS_W__icon {
  transition: all .2s;
  font-size: 24px !important;
}

.sideNavigation-module__n8OS_W__navigationItem.sideNavigation-module__n8OS_W__active .sideNavigation-module__n8OS_W__icon {
  color: #088434;
}

.sideNavigation-module__n8OS_W__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  line-height: 1.4;
  overflow: hidden;
}

.sideNavigation-module__n8OS_W__navigationItem:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #088434;
}

.sideNavigation-module__n8OS_W__iconContainer .sideNavigation-module__n8OS_W__MuiBadge-root {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sideNavigation-module__n8OS_W__iconContainer .sideNavigation-module__n8OS_W__MuiBadge-badge {
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  top: 2px;
  right: -6px;
}

@media (max-width: 1024px) {
  .sideNavigation-module__n8OS_W__sideNavigation {
    width: 240px;
  }

  .sideNavigation-module__n8OS_W__navigationItem {
    padding: 10px 12px;
    font-size: 15px;
  }

  .sideNavigation-module__n8OS_W__icon {
    font-size: 22px !important;
  }
}

@media (max-width: 768px) {
  .sideNavigation-module__n8OS_W__sideNavigation {
    width: 200px;
  }

  .sideNavigation-module__n8OS_W__navigationItem {
    gap: 12px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .sideNavigation-module__n8OS_W__icon {
    font-size: 20px !important;
  }
}

.sideNavigation-module__n8OS_W__sideNavigation {
  z-index: 99;
  animation: .3s cubic-bezier(.4, 0, .2, 1) sideNavigation-module__n8OS_W__slideInLeft;
}

.sideNavigation-module__n8OS_W__sideNavigation::-webkit-scrollbar {
  width: 4px;
}

.sideNavigation-module__n8OS_W__sideNavigation::-webkit-scrollbar-track {
  background: none;
}

.sideNavigation-module__n8OS_W__sideNavigation::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.sideNavigation-module__n8OS_W__sideNavigation::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* [project]/src/components/Modals/ShareReferal/ShareReferral.module.css [client] (css) */
.ShareReferral-module__rpk7FW__header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ShareReferral-module__rpk7FW__header h5 {
  color: #000;
  font-family: poppinsregular;
  font-size: medium;
}

.ShareReferral-module__rpk7FW__header h4 {
  color: #000;
  font-family: poppinsmedium;
  font-size: large;
}

.ShareReferral-module__rpk7FW__loading {
  justify-content: center;
  padding: 40px 0;
  display: flex;
}

.ShareReferral-module__rpk7FW__statsContainer {
  background: #f5f5f5;
  border-radius: 8px;
  justify-content: space-around;
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
}

.ShareReferral-module__rpk7FW__statsContainer h2 {
  color: #000;
  font-family: poppinsregular;
  font-size: x-large;
}

.ShareReferral-module__rpk7FW__stat {
  text-align: center;
}

.ShareReferral-module__rpk7FW__codeSection {
  margin-bottom: 16px;
}

.ShareReferral-module__rpk7FW__codeContainer {
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  display: flex;
}

.ShareReferral-module__rpk7FW__codeChip {
  background-color: #088434;
  padding: 20px 16px;
  font-size: 18px;
  font-weight: bold;
}

.ShareReferral-module__rpk7FW__codeSection h5 {
  color: #000;
  font-family: poppinsmedium;
  font-size: medium;
}

.ShareReferral-module__rpk7FW__description {
  color: #000;
  margin: 16px 0;
  font-family: poppinsregular;
  font-size: medium;
}

.ShareReferral-module__rpk7FW__shareButtons {
  margin-top: 24px;
}

.ShareReferral-module__rpk7FW__mainShareBtn {
  background-color: #088434;
  margin-bottom: 16px;
  font-family: poppinsregular;
  font-size: medium;
}

.ShareReferral-module__rpk7FW__socialButtons {
  justify-content: center;
  gap: 12px;
  display: flex;
}

.ShareReferral-module__rpk7FW__socialBtn {
  color: #fff;
  width: 48px;
  height: 48px;
}

.ShareReferral-module__rpk7FW__socialBtn:hover {
  opacity: .8;
}

/* [project]/src/components/Profile/profile.module.css [client] (css) */
.profile-module__oyfeBq__profile {
  flex-direction: column;
  gap: 25px;
  display: flex;
  overflow-y: scroll;
}

.profile-module__oyfeBq__profileInfoContainer {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  display: flex;
}

.profile-module__oyfeBq__profileInfoContainer h2 {
  text-transform: none;
  padding: 2px;
  font-family: poppinsregular;
  font-size: 16px;
}

.profile-module__oyfeBq__photoContainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-module__oyfeBq__profileInfoContainer .profile-module__oyfeBq__row {
  flex-direction: row;
  justify-content: space-between;
  place-items: center;
  gap: 20px;
  display: flex;
}

.profile-module__oyfeBq__profileInfoContainer .profile-module__oyfeBq__row h5 {
  font-family: poppinsregular;
  font-size: 16px !important;
}

.profile-module__oyfeBq__profile .profile-module__oyfeBq__profileInfo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.profile-module__oyfeBq__photo {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.profile-module__oyfeBq__profileInfoContainer .profile-module__oyfeBq__col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.profile-module__oyfeBq__menuItem {
  text-align: center;
  color: #fff;
  height: 20px;
  padding: 5px;
  font-family: poppinsregular;
  font-size: 14px;
}

.profile-module__oyfeBq__menuItem h6 {
  font-size: 14px !important;
}

.profile-module__oyfeBq__button {
  text-align: center;
  text-align: center;
  background: #088434;
  border: none;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 35px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  color: #fff !important;
}

.profile-module__oyfeBq__profile .profile-module__oyfeBq__button h6 {
  font-family: poppinsregular;
  font-size: 14px;
  color: #fff !important;
}

.profile-module__oyfeBq__button:hover {
  background: #088434;
}

.profile-module__oyfeBq__profileInfoContainer .profile-module__oyfeBq__button h4 {
  color: #fff;
  text-transform: none;
  padding: 2px;
  font-family: poppinsbold !important;
  font-size: small !important;
}

.profile-module__oyfeBq__profile h5 {
  color: #000;
  font-family: poppinsregular;
  font-size: smaller;
}

.profile-module__oyfeBq__profileInfoContainer h4 {
  color: #088434;
  text-transform: none;
  padding: 2px;
  font-family: poppinsbold;
  font-size: 28px;
}

.profile-module__oyfeBq__profile .profile-module__oyfeBq__profileInfo h6 {
  color: #000;
  font-family: poppinsregular;
  font-size: 14px;
}

.profile-module__oyfeBq__form h5 {
  color: #000;
  padding: 4px;
  font-family: poppinsregular;
  font-size: 14px;
}

.profile-module__oyfeBq__form h4 {
  color: #000;
  padding: 5px;
  font-family: poppinsbold;
  font-size: 15px;
}

.profile-module__oyfeBq__bt {
  color: #fff;
  background: #319f45;
  border-radius: 12px;
  align-items: center;
  height: 20px;
  margin-right: 15px;
  padding: 13px;
  display: flex;
}

.profile-module__oyfeBq__form h6 {
  font-family: poppinsregular;
  font-size: 14px;
}

.profile-module__oyfeBq__spinnerContainer {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.profile-module__oyfeBq__error {
  color: #fff;
  white-space: nowrap;
  background-color: #f44336;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.profile-module__oyfeBq__spinnerContainer:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.profile-module__oyfeBq__spinner {
  border: 3px solid rgba(255, 255, 255, .3);
  border-top-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite profile-module__oyfeBq__spin;
}

@keyframes profile-module__oyfeBq__spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=_6f462653._.css.map*/