/* [project]/src/components/Navigation/headers.module.css [client] (css) */
.headers-module__MaPdKq__homeHeader {
  color: #fff;
  background-color: #fff;
  border-bottom: .2px solid #e0e0e0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 15px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1 !important;
}

.headers-module__MaPdKq__homeHeader h6 {
  color: #088434;
  font-family: poppinsregular;
  font-size: medium;
}

body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__homeHeader {
  margin-left: 0;
  padding-left: 15px;
  width: calc(100% - 280px) !important;
  left: 280px !important;
  right: auto !important;
}

@media (max-width: 1024px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__homeHeader {
    margin-left: 0;
    padding-left: 15px;
    width: calc(100% - 240px) !important;
    left: 240px !important;
    right: auto !important;
  }
}

@media (max-width: 768px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__homeHeader {
    margin-left: 0;
    padding-left: 15px;
    width: calc(100% - 200px) !important;
    left: 200px !important;
    right: auto !important;
  }
}

@media (max-width: 767px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__homeHeader {
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
  }
}

.headers-module__MaPdKq__navButton {
  color: #088434;
  background-color: #fff;
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.headers-module__MaPdKq__backButton {
  color: #fff;
  background-color: #088434;
  border: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 6px;
  display: flex;
}

.headers-module__MaPdKq__bar {
  background-color: #e0dcdc;
  border-bottom: 1px solid #fca404;
  align-items: center;
  width: 100%;
}

.headers-module__MaPdKq__barItems {
  background-color: #e0dcdc;
  width: 33.33%;
}

.headers-module__MaPdKq__detailHeader {
  color: #088434;
  background-color: #fff;
  height: 480px;
}

.headers-module__MaPdKq__topNav {
  z-index: 1001;
  color: #088434;
  background-color: #fff;
  border-bottom: .2px solid #e0e0e0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 10px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__topNav {
  width: calc(100% - 280px);
  margin-left: 0;
  padding-left: 10px;
  left: 280px;
}

@media (max-width: 1024px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__topNav {
    width: calc(100% - 240px);
    margin-left: 0;
    padding-left: 10px;
    left: 240px;
  }
}

@media (max-width: 768px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__topNav {
    width: calc(100% - 200px);
    margin-left: 0;
    padding-left: 10px;
    left: 200px;
  }
}

@media (max-width: 767px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__topNav {
    width: 100%;
    left: 0;
  }
}

.headers-module__MaPdKq__topNavRow {
  background: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.headers-module__MaPdKq__topNav > :only-child {
  margin: 0;
}

.headers-module__MaPdKq__topNav h6 {
  color: #088434;
  text-transform: capitalize;
  padding: 2px;
  font-family: poppinsregular;
  font-size: medium;
}

.headers-module__MaPdKq__topNav h5 {
  font-family: poppinsmedium;
  font-size: large;
}

.headers-module__MaPdKq__topNav h4 {
  color: #000;
  font-family: poppinsmedium;
  font-size: medium;
}

.headers-module__MaPdKq__chatNav {
  color: #fff;
  z-index: 1001;
  background-color: #048434;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__chatNav {
  width: calc(100% - 280px);
  margin-left: 0;
  padding-left: 10px;
  left: 280px;
}

@media (max-width: 1024px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__chatNav {
    width: calc(100% - 240px);
    margin-left: 0;
    padding-left: 10px;
    left: 240px;
  }
}

@media (max-width: 768px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__chatNav {
    width: calc(100% - 200px);
    margin-left: 0;
    padding-left: 10px;
    left: 200px;
  }
}

@media (max-width: 767px) {
  body.headers-module__MaPdKq__with-sidebar .headers-module__MaPdKq__chatNav {
    width: 100%;
    left: 0;
  }
}

.headers-module__MaPdKq__chatNav h6 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-family: poppinsregular;
  font-size: smaller;
}

.headers-module__MaPdKq__chatNav h5 {
  text-align: center;
  font-family: poppinsbold;
  font-size: medium;
}

.headers-module__MaPdKq__bubble {
  color: #048434;
  background-color: #fff;
  border-radius: 40px;
  align-items: center;
  width: 25px;
  height: 25px;
}

.headers-module__MaPdKq__img {
  color: #000;
}

.headers-module__MaPdKq__header {
  text-align: center;
  flex-direction: row;
  place-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: flex;
  top: 0;
}

.headers-module__MaPdKq__header h1 {
  color: #000;
  font-family: poppinsextrabold;
  font-size: xx-large;
}

.headers-module__MaPdKq__headerImage {
  position: relative;
  top: 0;
  left: 0;
  right: 100%;
}

/* [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/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/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;
}

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