.ff-playfair {
  font-family: Playfair Display !important;
}

.ff-noto {
  font-family: Noto Sans !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.lh-17 {
  line-height: 17px !important;
}

.lh-18 {
  line-height: 18px !important;
}

.lh-19 {
  line-height: 19px !important;
}

.lh-21 {
  line-height: 21px !important;
}

.lh-22 {
  line-height: 22px !important;
}

.lh-24 {
  line-height: 24px !important;
}

.lh-29 {
  line-height: 29px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.c-slate-light {
  color: #D2E0E5 !important;
}

.c-slate-dark {
  color: #92B3C0 !important;
}

.c-gray-500 {
  color: #ADB5BD !important;
}

.c-dove {
  color: #00222F !important;
}

.bg-dove {
  background-color: #00222F !important;
}

.modal-content {
  background-color: #40626F !important;
}

.modal-header {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-bottom: none !important;
  background-color: #00222F !important;
  padding-bottom: 47px !important;
}
.modal-header p {
  font-family: Playfair Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.modal-body {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
  overflow: hidden !important;
}

.modal-footer {
  background-color: #00222F !important;
  border-top: none !important;
  padding-bottom: 16px !important;
}

.modal-top p:first-child {
  font-family: Playfair Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.modal-footer {
  background-color: #00222F !important;
  border-top: none !important;
}

.modal-bottom {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
}

.modal-background,
.modal-content,
.modal-body {
  background-color: #00222F;
}

.login-modal-body {
  position: relative;
  height: calc(100% - 45px);
}
.login-modal-body > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.login-success-txt p:first-child {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}
.login-success-txt p:last-child {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.modal-bottom-txt {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: center;
  color: #ADB5BD;
}

.modal-body-heading p:nth-child(1) {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  color: #FFFFFF;
}
.modal-body-heading p:nth-child(2) {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #92B3C0;
}

.user-account-details p:first-child {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  color: #FFFFFF;
}
.user-account-details p:last-child {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #92B3C0;
}

.account-border-bottom {
  border-bottom: 1px solid #314B55;
}

.user-account-options {
  pointer-events: all;
  cursor: pointer;
}
.user-account-options p:last-child {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}

.account-avatar-wrapper {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-add-to-home .modal-body {
  background-color: #F2F2F7 !important;
  border-radius: 8px;
}
.modal-add-to-home .modal-content {
  background-color: transparent !important;
}

.modal-remember-date {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.modal-remember-date .modal-dialog {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 270px;
}
.modal-remember-date.donate-leaf .modal-dialog {
  height: auto !important;
}
.modal-remember-date .modal-content {
  height: 100%;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.modal-remember-date .modal-header {
  display: flex;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background-color: #314B55 !important;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border: none;
  padding: 0 !important;
}
.modal-remember-date .modal-body {
  background-color: #314B55 !important;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.modal-account-drawer .modal-dialog {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 500px;
}
.modal-account-drawer .modal-content {
  height: 100%;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.modal-account-drawer .modal-header {
  display: flex;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background-color: #314B55 !important;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border: none;
}
.modal-account-drawer .modal-body {
  background-color: #314B55 !important;
}

.modal-image-drawer .modal-dialog {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 300px;
}
.modal-image-drawer .modal-content {
  height: 100%;
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.modal-image-drawer .modal-header {
  display: flex;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background-color: #314B55 !important;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border: none;
}
.modal-image-drawer .modal-body {
  background-color: #314B55 !important;
}

.modal-account-drawer-close {
  width: 50px;
  height: 4px;
  border-radius: 999px;
  background: #92B3C0;
  margin: 16px 0 32px;
}

.account-drawer-txt p:first-child {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}
.account-drawer-txt p:last-child {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  color: #FFFFFF;
}

.modal-drawer-txt p:first-child {
  font-family: Playfair Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: center;
  color: #FFFFFF;
}
.modal-drawer-txt p:last-child {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #B2C4CB;
}

.modal-success-div {
  background-color: #00222F;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.login-img-close {
  position: absolute;
  right: 16px;
}

.btn-modal-header {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("/images/fl-login-x-icon.svg");
  height: 18px;
  width: 18px;
  padding: 0 !important;
}

.btn-modal-footer {
  width: 100% !important;
  padding: 12px 10px !important;
  background-color: #FFFFFF !important;
  font-family: Noto Sans !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 19px !important;
  color: #00222F !important;
}

.btn-modal-footer-skip {
  font-family: Noto Sans !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 19px !important;
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
  border: none;
  background: transparent;
}

.add-event-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  border: 2px solid #314B55;
  border-radius: 16px;
  padding: 48px 16px;
}
.add-event-widget img {
  margin-bottom: 1rem;
}
.add-event-widget .title {
  font-family: Playfair Display !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
}
.add-event-widget .subtitle {
  font-family: Noto Sans !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 19px !important;
  color: #D2E0E5 !important;
}

.form-progress {
  display: flex;
  gap: 8px;
  transition: transform 0.5s ease;
  margin-bottom: 48px;
}
.form-progress img {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.form-progress-back {
  cursor: pointer;
  position: absolute;
  top: 22px;
  left: 16px;
  z-index: 999;
}

.form-progress-current {
  position: absolute;
  top: 0;
  background-color: #00222F !important;
  transition: left 0.5s ease;
}

.form-progress-0 {
  left: 0 !important;
}

.form-progress-1 {
  left: 16px !important;
}

.form-progress-2 {
  left: 32px !important;
}

.form-progress-3 {
  left: 48px !important;
}

.form-progress-4 {
  left: 64px !important;
}

.form-progress-5 {
  left: 80px !important;
}

.modal-title-top {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.form-progress-absolute {
  position: absolute;
  left: 16px;
  height: 40px;
}

.event-photos .modal-body {
  padding: 0 !important;
}

.event-photo-uploading {
  background-color: rgb(0, 34, 47);
  width: 100vw;
  margin-left: -16px;
}

.modal-link-separator {
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.modal-footer-links p {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  text-align: center;
  color: #B2C4CB;
}/*# sourceMappingURL=modals.css.map */