@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
.footer-container {
  position: relative;
  background-color: #e43022;
  color: #EDEDED;
  padding: 56px 5%;
}
.footer-container a {
  font-size: unset !important;
  font-weight: unset !important;
  color: unset !important;
  text-decoration: none;
}
.footer-container .top-corner-image {
  position: absolute;
  left: 0;
  top: -7.65vw;
  z-index: 100;
}
.footer-container .top-corner-image svg {
  display: flex;
  width: 100%;
  height: unset;
}
.footer-container form {
  margin-bottom: 0;
}
.footer-container .justify-content-md-center {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer-container .justify-content-md-center {
    flex-direction: column;
  }
}
.footer-container .footer-content-left,
.footer-container .footer-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 768px) {
  .footer-container .footer-content-left,
  .footer-container .footer-content-right {
    width: 100%;
  }
}
.footer-container .footer-content-left textarea,
.footer-container .footer-content-right textarea {
  margin-bottom: 6px;
  min-height: 170px;
}
.footer-container .footer-content-left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer-container .footer-logo-and-description svg {
  width: auto;
  height: 24px;
}
@media (max-width: 768px) {
  .footer-container .footer-logo-and-description svg {
    height: 19px;
  }
}
.footer-container .footer-logo-and-description p {
  max-width: 260px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  .footer-container .footer-logo-and-description p {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-contact-details {
    margin-top: 32px;
  }
}
.footer-container .footer-contact-details > div:not(:first-of-type) {
  margin-top: 24px;
}
.footer-container .footer-contact-details-links {
  display: flex;
  flex-direction: column;
}
.footer-container .footer-contact-details p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}
.footer-container .footer-contact-details a {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #EDEDED;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-container .footer-contact-details a {
    font-size: 15px;
  }
}
.footer-container .footer-social-links {
  margin-top: 24px;
}
.footer-container .footer-social-links .footer-social-links-title p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
.footer-container .footer-social-links .footer-social-links-icons {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.footer-container .footer-social-links .footer-social-links-icons svg {
  margin: 0 16px 0 0 !important;
  cursor: pointer;
}
.footer-container .footer-social-links .footer-social-links-icons svg:not(:first-of-type) {
  margin-left: 16px;
}
.footer-container .footer-social-links .footer-social-links-icons svg:hover {
  fill: #d3d3d3 !important;
}
.footer-container .footer-rights p {
  font-size: 14px;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .footer-container .footer-content-right {
    margin: 40px 0 32px;
  }
}
.footer-container .footer-content-right h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer-container .footer-content-right h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.footer-container .footer-content-right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer-container .footer-content-right p {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer-container .footer-content-right .form-control, .footer-container .footer-content-right .form-select {
  color: #333 !important;
  border: none !important;
  border-radius: 10px !important;
  background: #FCFCFC;
  margin-bottom: 12px;
  padding: 18px 24px !important;
  font-size: 16px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.footer-container .footer-content-right .form-control::placeholder, .footer-container .footer-content-right .form-select::placeholder {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.45;
}
.footer-container .footer-content-right .form-control:focus, .footer-container .footer-content-right .form-select:focus {
  border-color: #FCFCFC;
  outline: none;
  box-shadow: none;
}
.footer-container .footer-content-right .btn {
  border-radius: 10px;
  background: #111;
  color: #fff;
  border: none;
  padding: 18px 20px;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
}
.footer-container .footer-content-right .btn:hover {
  background-color: #fff;
  color: #111;
}
.footer-container .footer-emblem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-container .footer-emblem svg {
  width: 105px;
  height: 115px;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem svg {
    width: 76px;
    height: 84px;
  }
}
.footer-container .footer-emblem div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 0 24px;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem div {
    margin: 8px 0 0;
  }
}
.footer-container .footer-emblem p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-container .footer-tos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0 0;
  margin-top: 72px;
  border-top: 1px solid rgba(237, 237, 237, 0.5019607843);
}
@media (max-width: 768px) {
  .footer-container .footer-tos {
    padding: 16px 0 0;
    margin-top: 32px;
  }
}
.footer-container .footer-tos p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-container .footer-tos p {
    font-size: 11px;
    text-align: center;
    width: 100%;
  }
}
.footer-container .footer-tos div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-container .footer-tos a {
  font-size: 18px;
  font-weight: 500;
  color: #EDEDED;
  text-decoration: none;
}
.footer-container .footer-tos a:not(:first-of-type) {
  margin-left: 40px;
}

button.MuiButtonBase-root {
  font-size: 16px !important;
}

.popup {
  font-family: Open Sans;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, 0.3);
  font-family: "Poppins", sans-serif;
}
.popup .popup_window {
  width: 440px;
  max-width: 90vw;
  height: 90vh;
  max-height: 70vh;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
}
.popup .popup_header {
  position: relative;
}
.popup .popup_title {
  padding: 25px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.popup .close_button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 27px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal !important;
}

.navbar .app-bar-container {
  padding: 0px;
}

.app-bar-container .app-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem;
  margin: auto;
  padding: 28px 0;
  max-width: 90%;
}
.app-bar-container .app-bar .links-list-item.active, .app-bar-container .app-bar .links-list-item.active > a {
  color: #E43022;
}
.app-bar-container .app-bar .links-list-item .dropdown-menu {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 14px;
}
@media only screen and (max-width: 1190px) {
  .app-bar-container .app-bar .links-list-item .dropdown-menu {
    left: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .app-bar-container .app-bar {
    padding: 20px 0;
  }
  .app-bar-container .app-bar .navbar-toggler {
    box-shadow: none !important;
  }
}

.app-bar-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .app-bar-item.app-bar-item-buttons {
    display: flex;
    gap: 12px;
  }
  .app-bar-item button.navbar-toggler {
    margin-right: 8px;
    padding: 0;
  }
  .app-bar-item button.navbar-toggler span.navbar-toggler-icon {
    width: 24px !important;
    height: 24px !important;
  }
}

.app-bar-container .app-bar-item-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
}
@media only screen and (max-width: 1190px) {
  .app-bar-container .app-bar-item-logo {
    margin-right: 16px;
  }
  .app-bar-container .app-bar-item-logo svg {
    height: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .app-bar-container .app-bar-item-logo {
    margin: 0;
  }
  .app-bar-container .app-bar-item-logo svg {
    height: 16px !important;
  }
}

.app-bar-item-links-list {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 1rem;
}

.app-bar-item-links-list a {
  color: #111;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0 16px !important;
  outline: 0 !important;
}
@media only screen and (max-width: 1190px) {
  .app-bar-item-links-list a {
    padding: 0 12px !important;
    font-size: 13px !important;
  }
}

.app-bar-item-button-link {
  margin: 0 0.5rem;
}
.app-bar-item-button-link a {
  font-size: 14px;
}
@media only screen and (max-width: 1190px) {
  .app-bar-item-button-link a {
    padding: 7px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .app-bar-item-button-link {
    margin: 0;
  }
  .app-bar-item-button-link a {
    width: 68px;
    height: 28px;
    padding: 0 !important;
    border-radius: 5px;
  }
}

.landing-first-section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 95vh;
  background-color: #e43022;
  clip-path: polygon(50% 100%, 0 85%, 0 0, 100% 0, 100% 85%);
  min-height: 720px;
}

.landing-first-section {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(95vh - 5px);
  clip-path: polygon(50% 100%, 0 85%, 0 0, 100% 0, 100% 85%);
  background-color: #e5e4e4;
  z-index: 2;
  min-height: 715px;
}

.first-section-content-left {
  width: 46%;
  position: absolute;
  left: 5%;
  top: 24vh;
}

.first-section-content-left-title h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #111;
}

.first-section-content-left-title span {
  font-size: 3rem;
  font-weight: 600;
  color: #e43022;
}

.first-section-content-left-description p {
  max-width: 535px;
  color: #3c3c3c;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1rem 0;
  line-height: 1.5rem;
}

.first-section-content-right {
  width: 62.5%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 900px;
}

.app-bar-item .navbar-toggler {
  border: none !important;
}

.app-bar-item .navbar-toggler .navbar-toggler-icon {
  width: 3rem !important;
  height: 3rem !important;
}

.offcanvas {
  background-color: #e43022 !important;
}
@media only screen and (max-width: 768px) {
  .offcanvas .offcanvas-header {
    padding: 32px 20px 0;
  }
  .offcanvas .offcanvas-body {
    padding: 80px 20px 40px;
  }
  .offcanvas .offcanvas-body .app-bar-item-links-list {
    margin: 0;
  }
  .offcanvas .offcanvas-body .app-bar-item-links-list a {
    padding: 0 !important;
    margin-bottom: 16px;
  }
}

.offcanvas .btn-close {
  filter: var(--bs-btn-close-white-filter);
  -webkit-filter: var(--bs-btn-close-white-filter);
  opacity: 1;
  width: 16px;
  height: 16px;
}

.how-it-works-title {
  width: 25%;
}

.how-it-works-title h2,
.explored-features-title h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #111;
  line-height: 3rem;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.how-it-works-title h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  line-height: 1.5rem;
  padding: 2rem 0;
}

.landing-second-section {
  margin-top: 100vh;
}

@media only screen and (max-height: 715px) {
  .landing-second-section {
    margin-top: 728px;
  }
}
.how-it-works-steps-container {
  padding-top: 2rem;
  width: 90%;
}

.explored-features-steps-container {
  padding-top: 2rem;
  width: 100%;
}

.how-it-works-step-image {
  padding: 2rem;
}

.explored-features-step-image {
  margin: 2rem;
  padding: 2.5rem;
  background-color: #e43022;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explored-features-step-image svg {
  max-width: 100%;
}

.explored-features-step-image img {
  width: 100%;
  aspect-ratio: 1/1;
}

.how-it-works-step-title,
.explored-features-step-title {
  width: 100%;
}

.how-it-works-step-title h3,
.explored-features-step-title h3 {
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
}

.how-it-works-step-description,
.explored-features-step-description {
  width: 100%;
  padding: 0 1rem 0 0;
}

.how-it-works-step-description p,
.explored-features-step-description p {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.get-started-container {
  width: 100%;
  padding-top: 108px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.get-started-image {
  width: 47.6vw;
  margin-left: 5vw;
}

.get-started-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 43%;
  max-width: 604px;
  right: 5%;
  position: absolute;
  margin-top: -175px;
}

.get-started-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.get-started-title h4 {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
}

.get-started-title h2 {
  color: #111;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  padding-top: 1rem;
}

.get-started-title h2 span {
  color: #e43022;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
}

.get-started-description {
  width: 100%;
  padding: 1rem 0;
  text-align: left;
}

.get-started-description p {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.landing-first-intersection {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e43022;
  background-image: url("/images/landing_first_intersection_bg_mask.svg");
  background-size: cover;
}

.landing-first-intersection-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  margin: auto;
}

.landing-first-intersection-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 70%;
  margin-top: 128px;
  max-width: 818px;
}

.landing-first-intersection-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.landing-first-intersection-right .landing-first-intersection-right-image {
  position: absolute;
  right: -4vw;
  bottom: 0;
  width: 498px;
}

.landing-first-intersection-left-title {
  width: 60%;
  margin-bottom: 64px;
}

.landing-first-intersection-left-title h4 {
  color: #ededed;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}

.landing-first-intersection-left-title h2 {
  color: #fcfcfc;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.landing-first-intersection-left-content-item-title h3 {
  color: #fcfcfc;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.landing-first-intersection-left-content-item-title h3 span {
  font-size: unset;
}

.landing-first-intersection-left-content {
  width: 100%;
  padding-bottom: 156px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
}

.landing-first-intersection-left-content-item-description p {
  color: #ededed;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.landing-first-intersection-left-content-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 16px);
}

.landing-first-intersection-left-content-item-image {
  padding: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f4aca7;
}

.landing-first-intersection-left-content-item-image svg {
  height: 2rem;
  width: 2rem;
}

.landing-first-intersection-left-content-item-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 24px;
}

.goal-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.goal-info-sponsor {
  padding: 1rem 0;
}

.goal-amount-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0;
}

.raised-goal-amount {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.95;
}

.landing-third-section-left {
  width: 50%;
}

.landing-third-section-content {
  display: flex;
  padding: 4rem 0;
}

.landing-third-section-left-content {
  height: 100%;
  width: 90%;
  margin-left: auto;
}

.landing-third-section-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-third-section-right-content {
  width: 90%;
  margin: auto;
  padding: 5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.third-section-right-content-title h4 {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.4375rem;
}

.third-section-right-content-title h2 {
  color: #111;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.third-section-right-content-title h2 span {
  color: #e43022;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.third-section-right-content-description {
  padding: 1rem 0;
}

.third-section-right-content-description p {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
}

.third-section-right-content-description p span {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.third-section-right-content-list ul {
  margin: 0;
  padding: 0;
}

.third-section-right-content-list li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem 0;
}

.third-section-right-content-list-content p {
  margin: 0;
  padding-left: 1rem;
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.third-section-right-content-button {
  padding: 1rem 0;
}

.third-section-left-content-donations {
  z-index: 1;
  position: relative;
  top: 6rem;
  left: 90%;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 0.5rem 1.25rem;
  background: #FCFCFC;
  box-shadow: 0px 4px 15px rgba(17, 17, 17, 0.08);
  border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
}

.third-section-left-content-amount {
  padding: 1rem;
  width: 20em;
  position: relative;
  top: -5rem;
  right: 3rem;
  background: #FCFCFC;
  box-shadow: 0px 4px 15px rgba(17, 17, 17, 0.08);
  border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
}

.third-section-left-content-donations-title h3 {
  color: #3c3c3c;
  font-size: 0.875rem;
  font-weight: 400;
}

.third-section-left-content-donations-number h3 span {
  color: #111;
  font-size: 1.5rem;
  font-weight: 600;
}

.goal-info-landing .raised-goal-amount .raised-amount {
  font-size: 1.125rem;
}

.goal-info-landing .raised-goal-amount .goal-amount {
  font-size: 1.125rem;
  text-align: right;
}

.goal-info-landing .days-to-go-container .days-to-go,
.goal-info-landing .days-to-go-container .character-goal-name {
  font-size: 0.875rem;
}

.landing-second-intersection-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  background-color: #e43022;
  padding: 72px 0;
}

.landing-second-intersection-left {
  width: 50%;
  height: 40vw;
}

.landing-second-intersection-left-content {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.landing-second-intersection-left-content img {
  width: 36.66vw;
}

.landing-second-intersection-left div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.landing-second-intersection-left svg {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.landing-second-intersection-right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #e43022;
}

.second-section-right-content-title {
  width: 100%;
  margin-bottom: 56px;
}

.second-section-right-content-title h2 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 3.5rem;
}

.second-section-right-content-description {
  display: flex;
  gap: 56px;
  justify-content: center;
}

.second-section-right-content-description-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.second-section-right-content-description-item .item-content-title h3 {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-align: center;
}

.second-section-right-content-description-item .item-content-description p {
  color: hsl(0, 0%, 100%);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

.landing-fourth-section-content {
  padding: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing-fourth-section-first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 3rem 0;
}

.landing-fourth-section-second-row {
  background-color: #F0EFEF;
  background-image: url("/images/landing_fourth_section_second_row_bg_image.svg");
}

.landing-fourth-section-second-row,
.landing-fourth-section-fourth-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 3rem 0;
}

.landing-fourth-section-second-row-content,
.landing-fourth-section-fourth-row-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 4rem;
}

.landing-fourth-section-first-row .row-left {
  width: 50%;
  padding: 2rem 2rem 2rem 0;
}

.landing-fourth-section-second-row-content .row-left,
.landing-fourth-section-second-row-content .row-right {
  width: 50%;
}

.landing-fourth-section-fourth-row-content .row-right {
  width: 60%;
}

.landing-fourth-section-fourth-row-content .row-left {
  width: 40%;
}

.row-right-content-donations {
  height: 0;
}

.row-right-content-donations-donation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -ms-border-radius: 0.3125rem;
  -o-border-radius: 0.3125rem;
  background-color: #fcfcfc;
  box-shadow: 0px 4px 15px rgba(17, 17, 17, 0.08);
}

.row-right-content-donations-donation:nth-child(1) {
  left: 18vw;
  bottom: 38vw;
}

.row-right-content-donations-donation:nth-child(2) {
  right: 18vw;
  bottom: 30vw;
}

.row-right-content-donations-donation:nth-child(3) {
  left: 8vw;
  bottom: 180px;
}

.donation-donater-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}

.donation-donater-content .donation-donater-content-image {
  width: 3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.5rem;
}

.donation-donater-content .donation-donater-content-image img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.donation-donater-content-info .donation-donater-content-name h3 {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  margin: 0.25rem 0;
}

.landing-third-intersection {
  background: #e43022;
  overflow: hidden;
}
.landing-third-intersection .slick-dots {
  bottom: -40px;
}

.landing-third-intersection-top-arrow {
  border-left: 50vw solid #e43022;
  border-right: 50vw solid #e43022;
  border-top: 110px solid white;
}

.landing-third-intersection-bottom-arrow {
  border-left: 50vw solid white;
  border-right: 50vw solid white;
  border-top: 110px solid #e43022;
}

.landing-third-intersection-content {
  padding: 135px 0 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.landing-third-intersection-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 72px;
}

.landing-third-intersection-title h2 {
  color: #fcfcfc;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.landing-third-intersection-reviews-container {
  width: 90%;
  margin: 0 auto;
}

.landing-third-intersection-review-content {
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  background-color: #fcfcfc;
  height: 100%;
}

.landing-third-intersection-review-content-image {
  padding: 40px 24px 32px;
}

.landing-third-intersection-review-content-image svg {
  height: 4rem;
  aspect-ratio: 1/1;
}

.landing-third-intersection-review-content-description {
  padding-left: 24px;
  padding-bottom: 104px;
}

.landing-third-intersection-review-content-description p {
  color: #111;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.donation-donater-content-info .donation-donater-content-amount h3 {
  color: #111;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 0.25rem 0;
}

.landing-fundraiser-info-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.landing-fundraiser-info {
  width: 100%;
  padding: 1rem;
  border-radius: 0.625rem;
  background: #e43022;
  color: #fcfcfc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}

.landing-fundraiser-foreground-container {
  background-color: #fcfcfc;
  aspect-ratio: 1/1;
  padding: 1rem;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.landing-fundraiser-foreground-container img,
.landing-fundraiser-foreground-container video {
  width: 4rem;
  aspect-ratio: 1/1;
  border-radius: 5px;
  object-fit: contain;
}

.landing-fundraiser-name-container {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
}

.landing-fundraiser-name-container h2 {
  color: #fcfcfc;
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.landing-fourth-section-first-row .row-right {
  width: 50%;
}

.row-left .row-left-content-title {
  width: 100%;
}

.row-left .row-left-content-title h4 {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 3.4375rem;
}

.row-left .row-left-content-title h2 {
  color: #111;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  max-width: 583px;
}

.row-left .row-left-content-title h2 span {
  color: #e43022;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.row-left .row-left-content-description p {
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.row-left-content-list ul {
  margin: 0;
  padding: 0;
}

.row-left-content-list li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0;
}

.row-left-content-list-content p {
  margin: 0;
  padding-left: 1rem;
  color: #3c3c3c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.row-left-content-button {
  padding: 1rem 0;
}

.landing-fourth-section-first-row .row-right-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  background-color: #fcfcfc;
  box-shadow: 0px 4px 15px rgba(17, 17, 17, 0.08);
}

.row-right-content-image {
  width: 100%;
  padding: 1rem 0;
}

.landing-fourth-section-fourth-row .row-right-content-image {
  width: 100%;
  padding: 0;
}

.row-right-content-image img {
  width: 100%;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
}

.landing-fourth-section-second-row {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
}

.landing-fourth-section-fourth-row {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  background: #e43022;
}

.landing-fourth-section-fourth-row .row-left-content-title h4 {
  color: #ededed;
  line-height: normal;
  margin-bottom: 16px;
}

.landing-fourth-section-fourth-row .row-right .row-right-content {
  padding-top: 3rem;
}

.landing-fourth-section-fourth-row .row-left-content-title h2 {
  color: #fcfcfc;
  margin-bottom: 24px;
}

.landing-fourth-section-fourth-row .row-left-content-description p {
  color: #ededed;
}

.landing-fourth-section-third-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 3rem 0;
}

.slick-dots li {
  width: 17px;
}
.slick-dots li button::before {
  color: #fcfcfc !important;
  font-size: 16px !important;
}

.landing-fifth-section {
  height: 130vw;
}

.landing-fifth-section-images {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130vw;
  z-index: -1;
}

.landing-fifth-section-images .landing-fifth-section-images-img {
  width: 100%;
  display: flex;
  position: relative;
}

.landing-fifth-section-images .landing-fifth-section-images-img img {
  width: 40%;
}

.landing-fifth-section-images .landing-fifth-section-images-img:nth-child(1) {
  justify-content: flex-end;
  align-items: flex-start;
}

.landing-fifth-section-images .landing-fifth-section-images-img:nth-child(1) img {
  width: 50%;
}

.landing-fifth-section-images .landing-fifth-section-images-img:nth-child(2) {
  justify-content: flex-start;
  align-items: flex-end;
}

.landing-fifth-section-images .landing-fifth-section-images-img:nth-child(2) img {
  width: 30%;
}

.landing-fifth-section-images .landing-fifth-section-images-img:nth-child(3) {
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 3rem;
  bottom: 4rem;
}

.landing-fifth-section-images .landing-fifth-section-images-img:nth-child(3) img {
  width: 57%;
}

.landing-fifth-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6rem;
  height: 100%;
}

.landing-fifth-section-content .landing-fifth-section-title {
  width: 73%;
  max-width: 851px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.landing-fifth-section-content .landing-fifth-section-title h2 {
  color: #111;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.5rem;
}

.landing-fifth-section-content .landing-fifth-section-title h2 span {
  color: #e43022;
  font-size: 4rem;
  font-weight: 600;
  line-height: 4.5rem;
}

.landing-fifth-section-button {
  padding-top: 1rem;
}

.top-corner-image {
  width: 100%;
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
  button.MuiButtonBase-root {
    font-size: 14px !important;
  }
  .first-section-content-left-button button.MuiButtonBase-root {
    font-size: 16px;
  }
  .first-section-content-left-title h1 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .first-section-content-left-title h1 span {
    font-size: 32px;
    display: block;
  }
  .first-section-content-left-description p {
    padding: 16px 0 24px;
    margin-bottom: 0;
  }
  .landing-first-section-wrapper {
    height: calc(458px + 70vw + 5px);
    min-height: auto;
  }
  .landing-first-section {
    height: calc(458px + 70vw);
    min-height: auto;
  }
  .landing-second-section {
    margin-top: calc(354px + 70vw + 40px);
  }
  .landing-first-intersection-left {
    margin-top: 40px;
  }
  .landing-first-intersection-left-title {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px;
  }
  .landing-first-intersection-left-title h4 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 24px;
  }
  .landing-first-intersection-left-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
  }
  .landing-first-intersection-left-content-item-title h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .landing-first-intersection-left-content-item-description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .landing-first-intersection-right {
    width: 100%;
  }
  .landing-first-intersection-right .landing-first-intersection-right-image {
    position: relative;
    right: 0;
  }
  .landing-first-intersection-left-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
    padding-bottom: 40px;
  }
  .landing-first-intersection-left-content-item {
    padding: 0;
    flex-direction: column;
    width: calc(50% - 8px);
  }
  .landing-first-intersection-left-content-item-image {
    margin-bottom: 8px;
  }
  .landing-first-intersection-left-content-item-content {
    padding: 0;
  }
  .landing-third-section-right-content {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .first-section-content-left {
    width: 90%;
    left: 5%;
    top: 15%;
  }
  .landing-second-intersection-content {
    padding: 0;
    flex-direction: column;
  }
  .landing-second-intersection-left {
    width: 100%;
    height: 100%;
  }
  .landing-second-intersection-left-content {
    padding: 35px 0;
  }
  .landing-second-intersection-left-content img {
    width: 72%;
  }
  .landing-second-intersection-right {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .get-started-container {
    flex-direction: column-reverse;
    padding-top: 28px;
  }
  .landing-third-section-content {
    flex-direction: column-reverse;
  }
  .landing-third-section-left {
    width: 90%;
    margin: auto;
  }
  .top-corner-image {
    top: calc(10rem + 1px);
  }
  .landing-third-section-left-content {
    width: 100%;
    position: relative;
    padding-top: 64px;
    padding-bottom: 73px;
  }
  .landing-third-section-left-content img {
    width: 95vw;
    margin-left: -5vw;
  }
  .landing-third-section-right {
    width: 100%;
  }
  .landing-third-section-right .landing-third-section-right-content {
    padding: 0 5%;
  }
  .third-section-left-content-amount {
    right: auto;
    left: -2.5vw;
    position: absolute;
    bottom: 44px;
    top: auto;
    width: 200px;
    padding: 10px;
  }
  .third-section-left-content-amount .goal-info-landing .raised-goal-amount .raised-amount, .third-section-left-content-amount .goal-info-landing .raised-goal-amount .goal-amount {
    font-size: 14px;
  }
  .third-section-left-content-amount .goal-info-landing .days-to-go-container .days-to-go, .third-section-left-content-amount .goal-info-landing .days-to-go-container .character-goal-name {
    font-size: 12px;
  }
  .third-section-left-content-amount .goal-amount-container {
    padding: 0;
  }
  .third-section-left-content-amount .goal-bar {
    margin: 6px 0 4px;
  }
  .third-section-left-content-donations {
    position: absolute;
    left: auto;
    right: -2.5%;
    top: 30px;
    padding: 8px;
  }
  .third-section-left-content-donations .third-section-left-content-donations-title h3 {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .third-section-left-content-donations .third-section-left-content-donations-number h3 {
    margin-bottom: 0;
    line-height: 14px;
  }
  .third-section-left-content-donations .third-section-left-content-donations-number h3 span {
    font-size: 14px;
  }
  .get-started-content {
    position: initial;
    width: 100%;
    left: 0;
    padding: 0 5%;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    max-width: unset;
  }
  .get-started-image {
    width: 90%;
    margin-left: 5%;
    padding-top: 1rem;
  }
  .landing-third-intersection-content {
    padding: 40px 0 92px;
  }
  .landing-third-intersection-content .slick-list {
    margin: 0 -10px;
  }
  .landing-third-intersection-content .slick-slide > div {
    padding: 0 10px;
  }
  .landing-third-intersection-reviews-container {
    width: 85%;
  }
  .landing-third-intersection-title {
    margin-bottom: 32px;
  }
  .landing-third-intersection-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .landing-third-intersection-top-arrow {
    border-left: 50vw solid #e43022;
    border-right: 50vw solid #e43022;
    border-top: 28px solid white;
  }
  .landing-third-intersection-bottom-arrow {
    border-left: 50vw solid white;
    border-right: 50vw solid white;
    border-top: 28px solid #e43022;
  }
  .landing-third-intersection-review-content-image {
    padding: 20px;
    padding-bottom: 24px;
  }
  .landing-third-intersection-review-content-description {
    padding: 0 20px 32px;
    min-height: 218px;
  }
  .landing-third-intersection-review-content-image img {
    height: 56px;
  }
  .landing-fifth-section {
    margin-top: 52px;
    margin-bottom: 76px;
  }
  .landing-fifth-section-images .landing-fifth-section-images-img:nth-child(2) {
    bottom: 55px;
    right: 2rem;
  }
  .landing-fifth-section-images .landing-fifth-section-images-img:nth-child(3) img {
    width: 72%;
  }
  .landing-fifth-section {
    height: 175vw;
  }
  .landing-fifth-section-content .landing-fifth-section-title {
    width: 90%;
  }
  .landing-fifth-section-content .landing-fifth-section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .landing-fifth-section-content .landing-fifth-section-title h2 span {
    font-size: unset;
    line-height: unset;
  }
  .landing-fifth-section-content {
    padding: 0;
    height: 120%;
  }
  .landing-fifth-section-images .landing-fifth-section-images-img:nth-child(1) {
    top: 21%;
  }
  .landing-fifth-section-images .landing-fifth-section-images-img:nth-child(1) img {
    width: 65%;
  }
  .landing-fifth-section-images .landing-fifth-section-images-img:nth-child(2) img {
    width: 40%;
  }
  .landing-fifth-section-images .landing-fifth-section-images-img:nth-child(3) {
    bottom: unset;
    top: 178px;
    margin-right: 0;
  }
  .first-section-content-right {
    width: 100%;
    bottom: -5vw;
  }
  .landing-first-intersection {
    background-image: url("/images/landing_first_intersection_mobile_bg_mask.svg");
  }
  .landing-first-intersection,
  .landing-first-intersection-content {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .landing-first-intersection-left {
    width: 100%;
    height: 100%;
  }
  .landing-first-intersection-right {
    width: 75%;
  }
  .how-it-works-title {
    width: 100%;
  }
  .how-it-works-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .how-it-works-title h4 {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .how-it-works-step-image {
    padding: 32px 0 16px;
    width: 25vw;
  }
  .how-it-works-step-image svg {
    max-width: 100%;
  }
  .how-it-works-step-title h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .how-it-works-steps-container {
    padding: 0 0 5px;
  }
  .how-it-works-step-container {
    padding: 0 !important;
  }
  .how-it-works-step-description {
    padding: 0;
  }
  .how-it-works-step-description p {
    font-size: 14px;
  }
  .get-started-title h2 {
    padding: 0;
    font-size: 24px;
    padding: 0;
    margin: 0;
    line-height: 32px;
  }
  .get-started-title h2 span {
    font-size: 24px;
    line-height: 32px;
  }
  .get-started-title h4 {
    font-size: 14px;
  }
  .get-started-description p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .landing-third-section .landing-third-section-content {
    padding: 0;
    padding-top: 40px;
  }
  .landing-third-section .third-section-right-content-title h4 {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 16px;
  }
  .landing-third-section .third-section-right-content-title h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
  }
  .landing-third-section .third-section-right-content-title h2 span {
    font-size: unset;
    line-height: 32px;
  }
  .landing-third-section .third-section-right-content-description {
    font-size: 14px;
  }
  .landing-third-section .third-section-right-content-list-content p {
    font-size: 14px;
    padding-left: 8px;
  }
  .landing-third-section .third-section-right-content-list-image svg {
    width: 16px;
    height: 16px;
  }
  .landing-third-section .third-section-right-content-list li {
    padding: 0 0 16px;
  }
  .landing-third-section .third-section-right-content-button {
    padding: 0;
  }
  .second-section-right-content-title {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
  }
  .second-section-right-content-title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .second-section-right-content-description {
    margin: 0 5%;
    padding: 0;
    display: flex;
    gap: 0;
  }
  .second-section-right-content-description .second-section-right-content-description-item {
    padding: 0;
    width: 50%;
    text-align: center;
  }
  .second-section-right-content-description .item-content-title h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .second-section-right-content-description .item-content-description p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .app-bar-item {
    justify-content: flex-start;
  }
  .first-section-content-left-button button {
    width: 100%;
  }
  .first-section-content-left-description p {
    font-size: 16px;
  }
  .app-bar-item-links-list a {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #fff !important;
  }
  .landing-first-section-wrapper {
    clip-path: polygon(50% 100%, 0 97.5%, 0 0, 100% 0, 100% 97.5%);
  }
  .landing-first-section {
    clip-path: polygon(50% 100%, 0 97.5%, 0 0, 100% 0, 100% 97.5%);
  }
  .landing-fourth-section-content {
    padding: 0 5%;
  }
  .landing-fourth-section-first-row {
    flex-direction: column;
    margin: 40px 0 22px;
    padding-bottom: 0;
  }
  .landing-fourth-section-first-row .row-right-content-image {
    width: 100% !important;
    margin: 0 !important;
  }
  .landing-fourth-section-first-row .row-left {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .landing-fourth-section-first-row .row-left .row-left-content-title h4 {
    font-size: 14px;
    line-height: 16px;
  }
  .landing-fourth-section-first-row .row-left .row-left-content-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .landing-fourth-section-first-row .row-left .row-left-content-title h2 span {
    font-size: unset;
    line-height: unset;
  }
  .landing-fourth-section-first-row .row-left .row-left-content-list svg {
    width: 16px;
    height: 16px;
  }
  .landing-fourth-section-first-row .row-left .row-left-content-list p {
    padding-left: 8px;
  }
  .landing-fourth-section-first-row .row-left .row-left-content-list li {
    padding: 0 0 16px;
  }
  .landing-fourth-section-first-row .row-left .row-left-content-button {
    padding: 0;
  }
  .landing-fourth-section-first-row .row-right {
    padding-top: 40px;
  }
  .landing-fourth-section-first-row .row-right .landing-fundraiser-info-container .landing-fundraiser-info {
    padding: 8px;
  }
  .landing-fourth-section-first-row .row-right .landing-fundraiser-info-container .landing-fundraiser-foreground-container {
    padding: 3px 5px;
  }
  .landing-fourth-section-first-row .row-right .landing-fundraiser-info-container .landing-fundraiser-foreground-container img {
    width: 5vw;
    height: 6.11vw;
  }
  .landing-fourth-section-first-row .row-right .landing-fundraiser-info-container .landing-fundraiser-name-container {
    margin: 0;
    padding: 0;
  }
  .landing-fourth-section-first-row .row-right .landing-fundraiser-info-container h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
  }
  .landing-fourth-section-first-row .row-right .row-right-content {
    padding-top: 40px;
  }
  .landing-fourth-section-first-row .row-right .row-right-content-image {
    padding: 8px 0;
    width: 110%;
    margin-left: -5%;
  }
  .landing-fourth-section-first-row .row-right .goal-amount-container {
    padding: 0;
  }
  .landing-fourth-section-first-row .row-right .goal-info.goal-info-landing .raised-goal-amount .goal-amount,
  .landing-fourth-section-first-row .row-right .goal-info.goal-info-landing .raised-goal-amount .raised-amount {
    font-size: 14px;
  }
  .landing-fourth-section-first-row .row-right .goal-info.goal-info-landing .goal-bar {
    margin: 6px 0;
  }
  .landing-fourth-section-first-row .row-right .goal-info.goal-info-landing .days-to-go-container .days-to-go,
  .landing-fourth-section-first-row .row-right .goal-info.goal-info-landing .days-to-go-container .character-goal-name {
    font-size: 12px;
  }
  .landing-fourth-section-first-row .row-right .row-right-content-donations {
    position: relative;
    width: 100%;
  }
  .landing-fourth-section-first-row .row-right .row-right-content-donations .donation-donater-content {
    padding: 10px;
    width: fit-content;
  }
  .landing-fourth-section-first-row .row-right .row-right-content-donations .donation-donater-content-image {
    width: 32px;
  }
  .landing-fourth-section-first-row .row-right .row-right-content-donations .donation-donater-content-name h3 {
    font-size: 12px;
    margin: 0 0 2px;
  }
  .landing-fourth-section-first-row .row-right .row-right-content-donations .donation-donater-content-amount h3 {
    font-size: 13px;
    margin: 0;
  }
  .landing-fourth-section-first-row .row-left .row-left-content {
    width: 100%;
  }
  .landing-fourth-section-second-row {
    margin-bottom: 40px;
  }
  .landing-fourth-section-second-row-content {
    flex-direction: column;
    padding: 40px 20px 10px;
  }
  .landing-fourth-section-second-row-content .row-left .row-left-content-title h2 {
    line-height: 32px;
    margin-bottom: 24px;
    font-size: 24px;
  }
  .landing-fourth-section-second-row-content .row-left-content-button {
    padding: 0;
  }
  .landing-fourth-section-third-row {
    margin: 0;
  }
  .landing-fourth-section-third-row .explored-features-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .landing-fourth-section-third-row .explored-features-steps-container {
    padding: 0;
  }
  .landing-fourth-section-third-row .explored-features-steps-container .explored-features-step-container {
    padding: 0;
    padding-top: 32px;
  }
  .landing-fourth-section-third-row .explored-features-steps-container .explored-features-step-image {
    padding: 20px;
    width: 90px;
    height: 90px;
    margin: 0;
    margin-bottom: 16px;
  }
  .landing-fourth-section-third-row .explored-features-steps-container .explored-features-step-title h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .landing-fourth-section-third-row .explored-features-steps-container .explored-features-step-description {
    padding: 0;
  }
  .landing-fourth-section-third-row .explored-features-steps-container .explored-features-step-description p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    width: 83%;
    margin: auto;
  }
  .landing-fourth-section-fourth-row {
    margin-top: 40px 0 48px;
  }
  .landing-fourth-section-fourth-row-content {
    flex-direction: column;
    padding: 40px 20px 0px;
  }
  .landing-fourth-section-fourth-row-content .row-left-content-title h4 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .landing-fourth-section-fourth-row-content .row-left-content-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    width: 90%;
  }
  .landing-fourth-section-fourth-row-content .row-left-content-description p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .landing-fourth-section-fourth-row-content .row-left-content-button {
    padding: 0;
  }
  .landing-fourth-section-second-row-content .row-left,
  .landing-fourth-section-second-row-content .row-right,
  .landing-fourth-section-fourth-row-content .row-right,
  .landing-fourth-section-fourth-row-content .row-left {
    width: 100%;
  }
  .landing-fourth-section-second-row-content .row-right .row-right-content-image,
  .landing-fourth-section-fourth-row-content .row-right .row-left-content-image {
    width: 100%;
    padding: 0;
  }
  .landing-fourth-section-first-row .row-right {
    width: 100%;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .explored-features-step-container {
    width: 75%;
    margin: auto;
  }
  .landing-fourth-section-fourth-row .row-left-content-title h4 {
    position: relative;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .row-right-content-donations-donation:nth-child(1) {
    position: absolute;
    bottom: 62vw;
    right: calc(-2.5vw - 16px);
    left: unset;
    width: fit-content;
  }
  .row-right-content-donations-donation:nth-child(2) {
    position: absolute;
    width: fit-content;
    right: unset;
    bottom: 23vw;
    left: calc(-2.5vw - 16px);
  }
  .row-right-content-donations-donation:nth-child(3) {
    position: absolute;
    width: fit-content;
    left: calc(50% - 62px);
    bottom: -51px;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.eshop-selector {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--text-color);
  border-radius: 10px;
  background-color: var(--div-background);
  height: 56px;
  padding: 12px 20px;
  position: relative;
  margin: 0 !important;
}
.eshop-selector-background {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  opacity: 1;
  z-index: 100;
}
.eshop-selector-selected {
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color);
  margin-right: 4px !important;
}
.eshop-selector svg {
  width: 16px;
  height: auto;
  transform: rotate(0);
  transition: transform 0.5s ease;
}
.eshop-selector svg path {
  stroke: var(--text-color);
}
.eshop-selector-list {
  display: none !important;
  flex-direction: column;
  position: absolute;
  z-index: 101;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: var(--div-background);
  border: 1px solid var(--text-color);
  border-radius: 10px;
  padding: 12px 0;
}
.eshop-selector-list .kid-input-group {
  padding: 4px 16px !important;
}
.eshop-selector-item {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
}
.eshop-selector-item:focus, .eshop-selector-item:hover {
  background-color: var(--active-color);
  color: var(--text-color);
}
.eshop-selector.open {
  z-index: 101;
}
.eshop-selector.open .eshop-selector-background {
  display: block !important;
}
.eshop-selector.open .eshop-selector-list {
  display: flex !important;
  animation: OpenSelect 0.7s ease;
  max-height: 216px;
}
.eshop-selector.open .eshop-selector-list > div {
  overflow: auto;
}
.eshop-selector.open .eshop-selector-item {
  animation: OpenSelectItem 0.7s ease;
}
.eshop-selector.open svg {
  transform: rotate(180deg);
}
.eshop-selector.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.eshop-selector-skeleton {
  height: 56px;
  border-radius: 10px !important;
}
.eshop-selector-skeleton_address {
  height: 50px;
  border-radius: 10px !important;
}
.eshop-selector div {
  margin: 0 !important;
}

@keyframes OpenSelect {
  from {
    padding: 0;
  }
  to {
    padding: 12px 0;
  }
}
@keyframes OpenSelectItem {
  from {
    max-height: 0;
    padding: 0;
  }
  to {
    max-height: 48px;
    padding: 12px 20px;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.error-boundary-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.error-boundary-fallback img {
  height: 40px;
  width: auto;
}
.error-boundary-fallback_text {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
  padding: 16px;
}
.error-boundary-fallback_button {
  padding: 10px 40px;
  margin: 40px;
  background: #E43022;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

.apparel-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url("/365_team_store_background.png");
  padding: 12px;
}
.apparel-banner-title {
  font-size: 48px;
  line-height: 52px;
  color: #032854 !important;
  font-weight: 700 !important;
  font-family: sans-serif !important;
}
.apparel-banner-imgs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.apparel-banner-imgs-confetti, .apparel-banner-imgs-products, .apparel-banner-imgs-shop-logo {
  width: 30%;
  object-fit: contain;
}
.apparel-banner-store-btn {
  max-width: 400px !important;
  border-radius: 32px !important;
  padding: 16px !important;
  margin-bottom: 42px !important;
}

@media (max-width: 768px) {
  .apparel-banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .apparel-banner-imgs-confetti {
    display: none;
  }
  .apparel-banner-imgs-products, .apparel-banner-imgs-shop-logo {
    width: 45%;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.search-table {
  width: 100%;
  position: relative;
}
.search-table table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.search-table table td:first-child {
  cursor: pointer;
}
.search-table table tbody tr:last-child {
  border-bottom: none;
}
.search-table table tr {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.search-table table th, .search-table table td {
  padding: 12px 8px;
  max-width: 136px;
}
.search-table table th {
  color: #111;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.search-table table th div {
  width: max-content;
  position: relative;
  cursor: pointer;
}
.search-table table th div::before, .search-table table th div::after {
  position: absolute;
  right: -16px;
  color: lightgrey;
}
.search-table table th div::before {
  top: -6px;
  content: "▴";
}
.search-table table th div::after {
  top: 4px;
  content: "▾";
}
.search-table table .sort-asc div::before {
  color: #111;
}
.search-table table .sort-desc div::after {
  color: #111;
}
.search-table table .search-table-option-btn {
  width: 120px;
}
.search-table table .search-table-edit-btn {
  width: 72px;
}
.search-table table button {
  max-width: max-content;
}
.search-table_small table td {
  font-size: 14px;
}
.search-table_small table th div {
  font-size: 14px;
}
.search-table button > svg {
  height: auto;
  width: auto;
}
.search-table-action {
  margin: 13px 0;
}
.search-table-add-col {
  width: 5% !important;
  position: absolute !important;
  z-index: 10;
  top: 12px;
  background-color: #FCFCFC;
}

.editor-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.editor-table th, .editor-table td {
  display: table-cell !important;
}
.editor-table-columns-selector button {
  display: inline-block !important;
  margin: 0 8px 8px 0 !important;
  width: max-content !important;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.dropdown-section {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  background-color: #FCFCFC;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.2);
}

.dropdown-section:last-child {
  margin-bottom: 24px;
}

.dropdown-section .expanded {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section .expanded .dropdown-section-arrow {
  rotate: 90deg;
}

.dropdown-section .expanded .dropdown-section-header {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.dropdown-section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.dropdown-section-arrow {
  transition: 0.25s;
}

.dropdown-section-content {
  padding: 16px;
}

.dropdown-section_outlined {
  box-shadow: none !important;
  border: 1px solid #111;
}

#html5-qrcode-button-camera-permission {
  background: #111;
  border-radius: 10px;
  padding: 16px;
  color: white;
  cursor: pointer;
  margin-bottom: 16px;
}

.attached-file {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 8px;
  border-radius: 8px;
}
.attached-file a {
  display: inherit;
}
.attached-file_editable .attached-file-delete-btn {
  display: block;
}
.attached-file:hover .attached-file-icon svg {
  fill: #E43022;
}
.attached-file:hover .attached-file-name {
  color: #E43022;
}
.attached-file-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.attached-file-icon svg {
  transition: 0.25s;
  width: 20px;
  height: 20px;
}
.attached-file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.attached-file-name {
  transition: 0.25s;
}
.attached-file-size {
  color: grey;
}
.attached-file-delete-btn {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  padding: 0;
  outline: none;
  background-color: #111;
  color: white;
}

.signature-pad button {
  display: flex;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
}
.signature-pad canvas {
  border: 1px solid #111;
  border-radius: 8px;
}
.signature-pad-btns {
  display: flex;
  flex-direction: row;
}
.signature-pad-btn {
  display: flex;
  flex: 1;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 8px;
}
.signature-pad-btn:last-child {
  margin-right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.25s ease-out;
}

a:link, a:visited,
a:hover, a:active {
  text-decoration: none;
}

button {
  color: #111;
}

.snackbar {
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  max-width: 50vw;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  z-index: 1000;
}
.snackbar.success {
  background-color: green;
  box-shadow: 0px 8px 24px rgba(0, 128, 0, 0.2);
  color: #fff !important;
}
.snackbar.error {
  background-color: #E09B00;
  box-shadow: 0px 8px 24px rgba(224, 155, 0, 0.2);
  color: #fff !important;
}

.close-button {
  position: fixed;
  top: 16px;
  left: 20px;
  color: #929292;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.row {
  display: flex;
  flex-direction: row;
}
.row_spc-btw {
  justify-content: space-between;
}

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

.text {
  color: var(--text-color);
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
}
.text.grey {
  color: grey;
}
.text.danger {
  color: #E43022;
}
.text_bold_700 {
  font-weight: 700;
}
.text_bold {
  font-weight: 600;
}
.text_normal {
  font-weight: 400;
}
.text_large {
  font-size: 18px;
  line-height: 32px; /* 177.778% */
}
.text_xlarge {
  font-size: 24px;
  line-height: 32px; /* 133.333% */
}
.text_medium {
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.text_small_line_medium {
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.text_small {
  font-size: 14px;
  line-height: 18px; /* 114.286% */
}
.text_center {
  text-align: center;
}
.text_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text_divider::before, .text_divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, grey, grey);
  margin: 0 8px;
}
.text_nowrap {
  white-space: nowrap;
}

.wrapper {
  display: contents;
}

.mobile-item {
  padding: 16px;
  border-radius: 8px;
}
.mobile-item:nth-child(odd) {
  background: rgba(17, 17, 17, 0.02);
}
.mobile-item:nth-child(even) {
  background: rgba(17, 17, 17, 0.06);
}

#toast-container {
  position: fixed;
  bottom: 40px;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
}
#toast-container .toast-message {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

#toast-container > .toast-success {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-success:hover {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#toast-container > .toast-error {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-error:hover {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.custom-input-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-input-radio input[type=radio] {
  display: none;
}
.custom-input-radio input[type=radio]:checked + label:before {
  background-color: var(--btn-color);
}
.custom-input-radio label {
  position: relative;
  cursor: pointer;
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  padding-left: 42px;
}
.custom-input-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  outline: 1px solid var(--btn-color);
  outline-offset: 2px;
  border-radius: 50%;
  transition: 0.35s ease;
}

.custom-input-media-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: lightgrey;
  cursor: pointer;
}
.custom-input-media-preview .react-loading-skeleton {
  width: 105px;
  height: 105px;
}
@media (min-width: 896px) {
  .custom-input-media-preview {
    width: 150px;
    height: 150px;
  }
  .custom-input-media-preview .react-loading-skeleton {
    width: 155px;
    height: 155px;
  }
}
.custom-input-media-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.custom-input-media-preview svg {
  width: 50px;
  height: 50px;
}
.custom-input-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  width: 100%;
  height: 72px;
}
.file-input-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.file-input-preview button {
  max-width: 132px;
  font-size: 14px;
  padding: 8px 16px !important;
}
.file-input-preview.local label {
  padding: 8px 16px;
  background-color: #111;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

input::placeholder, textarea::placeholder {
  color: #969696 !important;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.outlined-btn {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #111;
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  transition: 0.25s;
}
.outlined-btn:hover {
  background: #e0e0e0;
}

.circle-outlined-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #111;
  color: #111;
  width: 48px;
  height: 48px;
  transition: 0.25s;
}
.circle-outlined-btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.filled-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  color: #FCFCFC;
  background: var(--btn-color);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  outline: none;
  transition: 0.25s;
}
.filled-btn:hover {
  background: #111;
}
.filled-btn_dark {
  background: #111;
}
.filled-btn_dark:hover {
  background: #111;
}
.filled-btn_danger {
  background: #E43022;
}
.filled-btn_danger:hover {
  background: #BA2426;
}
.filled-btn_disabled {
  background: lightgrey;
  color: white;
  cursor: default;
}
.filled-btn_disabled:hover {
  background: lightgrey;
  color: white;
}
.filled-btn_gray {
  background: lightgrey;
  color: #111;
}
.filled-btn_gray:hover {
  background: #e0e0e0;
}
.filled-btn_small {
  width: max-content;
  padding: 4px 24px;
  border-radius: 8px;
  height: 24px;
  font-size: 12px;
  line-height: 14px;
}

.switch-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  margin: 0 8px 0 0;
  padding: 4px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.switch-btns button {
  width: 100%;
  height: auto;
  border-radius: 4px;
  font-size: 16px;
  color: #c2c2c2;
  border: none;
  background: none;
  transition: all 0.5s;
}
.switch-btns button.active {
  background-color: #637381;
  color: #FCFCFC;
}

@media only screen and (max-width: 480px) {
  .custom-input-radio label {
    font-size: 16px;
    padding-left: 32px;
  }
  .custom-input-radio label:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
.profile-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.profile-menu-title {
  font-size: 48px;
  margin-bottom: 32px;
}
.profile-menu-option-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.profile-menu-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  background-color: #FCFCFC;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 9px 25px -6px;
  transition: 0.25s;
}
.profile-menu-option:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 8px 18px 32px -6px;
}
.profile-menu-option svg {
  width: 35%;
  height: auto;
  background-color: gray;
  padding: 12px;
  border-radius: 12px;
}
.profile-menu-option svg g, .profile-menu-option svg path {
  fill: white;
}
.profile-menu-option-label {
  margin-top: 16px;
  font-size: 22px !important;
  line-height: 28px !important;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .profile-menu-option-list {
    display: flex;
    flex-direction: column;
  }
  .profile-menu-option {
    justify-content: flex-start;
    flex-direction: row;
    height: max-content;
    width: 95%;
    padding: 16px 24px;
    margin-bottom: 16px;
  }
  .profile-menu-option svg {
    width: 60px;
    margin-right: 28px;
  }
  .profile-menu-option-label {
    margin-top: 0;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.tos * {
  box-sizing: border-box;
}
.tos h1 {
  text-align: center;
  margin: 40px 0;
}
.tos-modal .kid-modal {
  max-height: 95vh;
  width: auto;
}
.tos-modal .kid-modal-body {
  overflow-y: scroll;
  max-height: 80vh;
  padding: 20px;
}
.tos ol {
  padding-left: 16px;
}
@media (min-width: 896px) {
  .tos ol {
    padding-left: 33px;
  }
}
.tos p, .tos li {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  mso-style-parent: "";
  mso-pagination: none;
  color: #333;
  margin: 20px 0;
  text-autospace: none;
  font-size: 14pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos-paragraph {
  mso-style-priority: 1;
  mso-style-unhide: no;
  mso-style-qformat: yes;
  margin-top: 20px;
  margin-right: 0in;
  margin-bottom: 20px;
  margin-left: 41pt;
  text-indent: -0.25in;
  mso-pagination: none;
  text-autospace: none;
  font-size: 14pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos h2 {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  margin-top: 0in;
  margin-right: 0in;
  margin-bottom: 48pt;
  margin-left: 0in;
  mso-pagination: none;
  text-autospace: none;
  font-size: 22pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos h4 {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  mso-style-parent: "";
  mso-pagination: none;
  color: #333;
  margin: 20px 0;
  text-autospace: none;
  font-size: 14pt;
  font-weight: bold;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos ul {
  list-style-type: disc;
}
.tos ul li {
  margin: 0 0 8px 52px;
}
.tos span {
  font: 7pt "Times New Roman";
}
.tos .ol3 {
  counter-reset: section;
}
.tos .ol3 li {
  counter-increment: section;
}
.tos .ol3 li::before {
  content: counters(section, ".") ". ";
}
.tos .ol3 li::marker {
  content: none;
}
.tos .ol3 ol {
  counter-reset: subsection;
}
.tos .ol3 ol li {
  counter-increment: subsection;
}
.tos .ol3 ol li::before {
  content: counter(section) "." counter(subsection) " ";
}
.tos .ol3 ol.alpha {
  list-style-type: none;
  counter-reset: list;
}
.tos .ol3 ol.alpha li {
  counter-increment: list;
}
.tos .ol3 ol.alpha li::before {
  content: "(" counter(list, lower-alpha) ") ";
}
.tos-list {
  max-width: 1240px;
  margin: 128px auto;
}
.tos-drop-down {
  border-radius: 20px;
  overflow: hidden;
}
.tos-drop-down:not(:first-of-type) {
  margin-top: 24px;
}
.tos-drop-down > .tos-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #111;
  padding: 4px 24px;
}
.tos-drop-down > .tos-header.open > button:last-of-type > svg {
  transform: rotate(180deg);
}
.tos-drop-down h3 {
  width: 100%;
  color: #FCFCFC;
  font-size: 16px;
}
.tos-drop-down svg {
  width: 24px;
  height: auto;
  transition: 0.25s;
}
.tos-drop-down svg path {
  stroke: #FCFCFC;
}
.tos-drop-down button {
  border: none;
  background: none;
  padding: 0;
  margin: 0 24px 0 0;
  transition: 0.25s;
}
.tos-drop-down button:hover svg path {
  stroke: #c2c2c2;
}
.tos-drop-down button:last-of-type {
  margin: 0 !important;
}
.tos ol.upper {
  list-style-type: upper-alpha;
}
.tos ol.disk {
  list-style-type: disc;
}
.tos h3.title {
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 36px;
}
.tos-row {
  display: flex;
}
.tos-row > * {
  font-size: 14pt;
  font-family: "Times New Roman", serif;
}
.tos-row > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 896px) {
  .tos-row > div {
    width: 50%;
  }
}
.tos-row label {
  border-top: 1px solid;
  padding: 8px;
}
.tos-row canvas {
  border: 1px solid;
  border-radius: 8px;
  margin: 8px 0 0;
}
.tos-row button {
  margin: 8px 0;
  border-radius: 8px;
  border: none;
  background: var(--btn-color);
  color: #FCFCFC;
  padding: 8px;
  font-weight: bold;
  font-size: 14pt;
}
.tos-row input {
  margin: 16px 0 8px;
  border: 1px solid;
  border-radius: 8px;
  padding: 8px;
  font-size: 14pt;
}
.tos-empty {
  margin-top: 40px;
}
@media (min-width: 896px) {
  .tos-empty {
    margin-top: 0;
  }
}

.thankyou {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 896px) {
  .thankyou {
    height: 100vh;
  }
}
.thankyou > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 896px) {
  .thankyou > div {
    width: 60vw;
    max-width: 60vw;
  }
}
.thankyou-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.thankyou-head h1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.thankyou-head h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0;
}
.thankyou-head p {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 0;
}
.thankyou-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 896px) {
  .thankyou-content {
    flex-direction: row;
  }
}
.thankyou-step {
  width: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(17, 17, 17, 0.3);
  padding: 20px;
  border-radius: 25px;
  margin: 20px 5px;
}
@media (min-width: 896px) {
  .thankyou-step {
    width: 30%;
    margin: 5px;
  }
}
.thankyou-step svg {
  width: auto;
  height: 120px;
}
.thankyou-step svg path, .thankyou-step svg g {
  fill: #c2c2c2;
  stroke: #c2c2c2;
}
.thankyou-step h3 {
  font-size: 25px;
  margin: 20px 0 0;
}
.thankyou-step h4 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 0;
}
.thankyou-step p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}
.thankyou-step a {
  width: 100%;
  margin-top: 20px;
  color: #E43022;
  font-weight: bold;
}
.thankyou-step img {
  width: 100%;
  height: auto;
}

.my-kids {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
}
.my-kids .kid-modal-body {
  padding: 28px;
}
.my-kids #email {
  margin-bottom: 0 !important;
}
.my-kids-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.my-kids .kid-header {
  width: 100%;
  padding: 32px;
}
.my-kids-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.my-kids-btn button {
  width: 200px;
  height: 40px;
  background-color: var(--btn-color);
  color: #FCFCFC;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  margin: 0 16px;
  transition: 0.25s;
}
.my-kids-btn button:hover {
  background-color: #BA2426;
}
.my-kids .kid-modal {
  overflow: hidden;
}
@media (max-width: 896px) {
  .my-kids .kid-modal {
    width: 100% !important;
  }
}
.my-kids .kid-modal-body {
  background-color: #F0EFEF;
  max-height: 700px;
  overflow: auto;
}
@media (max-width: 896px) {
  .my-kids .kid-modal-body {
    height: calc(100% + 80px);
    max-height: calc(100vh - 69px);
  }
}
.my-kids .auth-button-container {
  width: 100%;
  margin: 24px 0 0;
}
.my-kids .auth-button-container button {
  width: 100%;
}
.my-kids .signup-container {
  max-width: 100% !important;
  width: 100% !important;
}
.my-kids .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.my-kids .input-group input {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.my-kids .input-group span.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.my-kids-row {
  display: flex;
  justify-content: space-between;
}
.my-kids-row:last-child .kid-input-group {
  margin-bottom: 4px;
}
.my-kids-row .kid-input-group {
  margin-left: 8px;
}
.my-kids-row .kid-input-group:first-child {
  margin-left: 0;
}
.my-kids-row.line {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.my-kids-row.line button {
  border: none;
  background: none;
}
.my-kids-row.line svg {
  width: 18px;
  height: auto;
}
.my-kids-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.my-kids-row-btn {
  display: flex;
  flex-wrap: wrap;
}
.my-kids-row-btn button {
  width: calc(50% - 16px);
  height: 46px;
  background-color: #111;
  color: #FCFCFC;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 8px 8px 0;
  transition: 0.25s;
}
.my-kids-row-btn button:hover {
  background-color: #2a2a2a;
}
.my-kids-row-btn button.red {
  background-color: var(--btn-color);
}
.my-kids-row-btn button.red:hover {
  background-color: #BA2426;
}
.my-kids-row-btn .full-width {
  width: 100%;
}
.my-kids-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 1240px;
  padding: 0 0 64px;
}
.my-kids-list > span {
  width: calc(50% - 32px);
  height: 300px;
  margin: 16px;
}
@media (max-width: 1024px) {
  .my-kids-list > span {
    width: 100%;
  }
}
.my-kids-list .react-loading-skeleton {
  height: 100%;
}
.my-kids-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 32px);
  margin: 16px;
  padding: 16px;
  background-color: #FCFCFC;
  border-radius: 12px;
  border: 1px solid lightgrey;
  cursor: pointer;
  transition: 0.25s;
}
@media (max-width: 1024px) {
  .my-kids-item {
    width: 100%;
  }
}
.my-kids-item:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 16px -4px;
}
.my-kids-item .kid-card.progress-card {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none;
}
.my-kids-item-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 520px) {
  .my-kids-item-info {
    flex-direction: row;
  }
}
.my-kids-item-info > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}
@media (min-width: 520px) {
  .my-kids-item-info > img {
    width: 200px;
  }
}
.my-kids-item-info-fundraiser {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0;
}
@media (min-width: 520px) {
  .my-kids-item-info-fundraiser {
    margin: 0 0 0 16px;
  }
}
.my-kids-item-info-fundraiser img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCFCFC;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  object-fit: contain;
  padding: 4px;
}
.my-kids-item-info-fundraiser h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 8px;
}
.my-kids-item-info-fundraiser h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 0 16px;
}
.my-kids-item-info-fundraiser > div {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.my-kids-form {
  width: 100%;
}
.my-kids-form img {
  width: 300px;
  min-width: 300px;
  height: 300px;
  border-radius: 8px;
  border: 1px solid #111;
  object-fit: cover;
}
.my-kids-form-selector {
  justify-content: space-between;
}
.my-kids-form .kid-input-group {
  display: flex;
  flex-direction: column;
  color: #111111;
}
.my-kids-form .kid-input-group label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.my-kids-form .kid-input-group label.error {
  color: #E43022;
}
@media (min-width: 480px) {
  .my-kids-form .kid-input-group label {
    font-size: 14px;
    line-height: 24px;
  }
}
.my-kids-form .kid-input-group input, .my-kids-form .kid-input-group select {
  background-color: #FCFCFC;
  height: 48px;
  border-radius: 10px;
  border: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 480px) {
  .my-kids-form .kid-input-group input, .my-kids-form .kid-input-group select {
    height: 56px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
.my-kids-form .kid-input-group select {
  background: url("/assets/images/arrow-down.svg") no-repeat #FCFCFC;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
.my-kids-form .kid-input-group .bordered {
  background-color: #FCFCFC;
}
.my-kids-info {
  width: 100%;
  margin-left: 12px;
}
.my-kids-modal-detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 896px) {
  .my-kids-modal-detail {
    flex-direction: row;
  }
}
.my-kids-avatar {
  position: relative;
}
.my-kids-avatar-wrapper {
  cursor: pointer;
}
.my-kids-avatar-delete, .my-kids-avatar-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  background: lightgrey;
  border: none;
  padding: 4px;
  border-radius: 50%;
  top: 8px;
}
.my-kids-avatar-delete svg, .my-kids-avatar-edit svg {
  width: 20px;
  height: 20px;
}
.my-kids-avatar-delete {
  right: 8px;
}
.my-kids-avatar-edit {
  right: 44px;
}
.my-kids-form-create .invalid-feedback {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  color: #E43022 !important;
}

@media (max-width: 896px) {
  .my-kids .kid-header {
    padding: 12px 20px;
  }
  .my-kids-avatar {
    width: max-content;
    margin-bottom: 24px;
  }
  .my-kids-info {
    margin-left: 0;
  }
  .my-kids-row-btn button {
    width: calc(50% - 4px);
    font-size: 16px;
    border-radius: 8px;
    margin: 4px 4px 0 0;
  }
  .my-kids-modal-detail {
    align-items: center;
  }
  .my-kids-form-selector .text_small {
    font-size: 12px;
    line-height: 16px;
  }
  .my-kids-form-selector .eshop-selector {
    padding: 8px;
    height: 48px;
    border-radius: 8px;
  }
  .my-kids-form-selector .eshop-selector .eshop-selector-selected {
    font-size: 14px;
  }
  .my-kids-form-selector .eshop-selector .eshop-selector-item {
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
  }
}
p, h5 {
  margin: 0;
}

button {
  cursor: pointer;
}

.profile {
  width: 100%;
  min-height: 100vh;
  background-color: #F0EFEF;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 480px) {
  .profile {
    padding: 32px;
  }
}
.profile input {
  border: none !important;
}

.profile-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .profile-container {
    width: 392px;
  }
}

.profile-logo {
  margin: 12px 0;
}
@media (min-width: 480px) {
  .profile-logo {
    margin: 16px 0 20px;
  }
}
.profile-logo img {
  height: 24px;
}
@media (min-width: 480px) {
  .profile-logo img {
    height: 32px;
  }
}

.profile-logo-title {
  font-size: 24px;
  line-height: 32px;
  margin: 12px 0;
  align-items: center;
}
@media (min-width: 480px) {
  .profile-logo-title {
    font-size: 32px;
    line-height: 65px;
    margin: 12px 0;
  }
}

.profile-logo-subtitle {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 320px;
  margin-bottom: 32px;
}

.profile-avatar {
  width: 112px;
  height: 112px;
  position: relative;
  margin: 20px 0;
}
@media (min-width: 480px) {
  .profile-avatar {
    width: 152px;
    height: 152px;
  }
}
.profile-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #E43022;
}
.profile-avatar button {
  position: absolute;
  bottom: 0;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0;
  background-color: #E43022;
}
@media (min-width: 480px) {
  .profile-avatar button {
    width: 40px;
    height: 40px;
  }
}
.profile-avatar button svg {
  width: 12px;
  height: auto;
}
@media (min-width: 480px) {
  .profile-avatar button svg {
    width: 20px;
  }
}
.profile-avatar button input {
  display: none;
}

.profile-form {
  margin: 10px 0;
  width: 100%;
  max-width: 392px;
}
.profile-form div {
  display: flex;
  flex-direction: column;
  color: #111111;
}
.profile-form div:not(:first-of-type) {
  margin-top: 8px;
}
@media (min-width: 480px) {
  .profile-form div:not(:first-of-type) {
    margin-top: 12px;
  }
}
.profile-form div label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.profile-form div label.error {
  color: #E43022;
}
@media (min-width: 480px) {
  .profile-form div label {
    font-size: 14px;
    line-height: 24px;
  }
}
.profile-form div input, .profile-form div select {
  background-color: #FCFCFC;
  height: 48px;
  border-radius: 10px;
  border: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 480px) {
  .profile-form div input, .profile-form div select {
    height: 56px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
.profile-form div select {
  background: url("/assets/images/arrow-down.svg") no-repeat #FCFCFC;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
.profile-form div .bordered {
  background-color: #FCFCFC;
}
.profile-form .profile-error {
  font-size: 12px;
  line-height: 24px;
  color: #E43022;
  margin: 6px 0 0;
}
@media (min-width: 480px) {
  .profile-form .profile-error {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

.profile-prizes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}
.profile-prizes-grid .kid-prizes-item {
  flex: 0 0 calc(33.33% - 22px);
}

.profile-prizes-list {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.profile-prizes-list .kid-prizes-item {
  margin-bottom: 16px;
  width: 100% !important;
}

.profile-form-password {
  position: relative;
}
.profile-form-password input {
  padding-right: 54px !important;
}
.profile-form-password button {
  position: absolute;
  right: 15px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 0;
}
@media (min-width: 480px) {
  .profile-form-password button {
    right: 20px;
    bottom: 14px;
    width: 28px;
    height: 28px;
  }
}
.profile-form-password button svg {
  width: 24px;
  height: auto;
}

.profile-hr {
  width: 100%;
  max-width: 392px;
  height: 1px;
  opacity: 20%;
  background-color: #111111;
  margin: 2px 0;
}
@media (min-width: 480px) {
  .profile-hr {
    margin: 10px 0;
  }
}

.profile-update {
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 392px;
  color: #111;
}
.profile-update div {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.profile-update div h5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 480px) {
  .profile-update div h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
.profile-update div button {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #E43022;
  border: 0;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .profile-update div button {
    font-size: 14px;
    line-height: 24px;
  }
}
.profile-update p {
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 480px) {
  .profile-update p {
    font-size: 16px;
    line-height: 28px;
  }
}

.profile-action {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 392px;
  margin: 10px 0 24px 0;
}
@media (min-width: 480px) {
  .profile-action {
    margin: 22px 0 32px;
  }
}
.profile-action .error {
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: #E43022;
  text-align: center;
  margin-top: 8px;
}
.profile-action button, .profile-action a {
  position: relative;
  width: calc(50% - 6px);
  height: 48px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  transition: 0.25s;
}
@media (min-width: 480px) {
  .profile-action button, .profile-action a {
    height: 56px;
    font-size: 16px;
    line-height: 28px;
  }
}
.profile-action button.full-width, .profile-action a.full-width {
  width: 100%;
}
.profile-action button:disabled, .profile-action a:disabled {
  opacity: 0.1;
}
.profile-action .cancel {
  border: 1px solid #111;
  color: #111;
}
.profile-action .cancel:hover {
  background-color: #111;
  color: #FCFCFC;
}
.profile-action .save {
  background-color: #111;
  color: #FCFCFC;
  border: 0;
}
.profile-action .save:hover {
  background: none;
  border: 1px solid #111;
  color: #111;
}
.profile-action.modal button {
  width: 100%;
}

.profile-logout {
  background-color: #111 !important;
  text-align: center !important;
  max-width: 392px;
}
.profile-logout:hover {
  background-color: #FCFCFC !important;
  color: #111 !important;
}

.profile-link {
  text-align: center;
  color: #E43022;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.profile-modal .kid-modal-body {
  display: flex;
  flex-direction: column;
}
.profile-modal .kid-modal {
  width: 472px;
}

.profile-forgot-password {
  margin: 4px 0 24px;
  text-align: center;
}
.profile-forgot-password a {
  color: #E43022;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.profile-prize {
  margin-bottom: 20px;
}

.profile-prize-title {
  text-align: center;
  margin-bottom: 10px;
}

.profile-prize-image {
  height: 280px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}

.profile-cancel-button {
  position: fixed;
  top: 30px;
  left: 24px;
  color: #111;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.parent-info .profile-logo-title {
  white-space: nowrap;
}
.parent-info .profile-logo-subtitle {
  text-align: left;
  max-width: 392px;
  margin-bottom: 0;
}
.parent-info .profile-logo-subtitle p {
  margin-bottom: 8px;
}

.digital-cards-header {
  justify-content: space-between !important;
  align-items: center;
  padding: 16px 24px 0 24px !important;
  background-color: #F0EFEF !important;
}
.digital-cards-header-back {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 896px) {
  .digital-cards-header-back {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.digital-cards-header-back svg {
  margin: 0 12px 0 0;
  width: 12px;
  height: auto;
}

.digital-cards-container {
  width: 100%;
}

.digital-products-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.digital-products-action button {
  display: flex;
  justify-content: center;
  flex: 1;
  margin-right: 12px;
}
.digital-products-action button:last-child {
  margin-right: 0;
}

.tickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.tickets-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
  background: #FCFCFC;
  padding: 12px;
  transition: 0.25s;
  cursor: pointer;
}
.tickets-item:hover {
  box-shadow: 0 0 24px 0 rgba(17, 17, 17, 0.3);
}
.tickets-item-img {
  display: flex;
  align-items: center;
  width: 90%;
}
.tickets-item-img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tickets-modal .kid-modal {
  width: 90vw;
}
.tickets-modal .kid-modal-body {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tickets-modal-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 200px;
}
.tickets-modal-desc {
  text-align: justify;
  max-height: 600px;
  overflow-y: scroll;
}
.tickets-modal-qr {
  min-width: 200px;
  height: 200px;
  margin-left: 16px !important;
}
.tickets-check-in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid lightgrey;
}
.tickets-check-in_checked {
  background-color: #00AC4F;
}
.tickets-check-in-mark {
  color: white !important;
}

.digital-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.digital-cards .digital-cards-item {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 3px 0px rgba(17, 17, 17, 0.031372549);
  background: #FCFCFC;
  transition: 0.25s;
}
.digital-cards .digital-cards-item:hover {
  box-shadow: 0 0 24px 0 rgba(17, 17, 17, 0.3);
}
.digital-cards .digital-cards-item-amount {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(17, 17, 17, 0.45);
}
.digital-cards .digital-cards-item-type {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  padding: 4px 12px;
  background-color: #E43022;
  color: white;
  font-size: 14px;
}
.digital-cards .img-container {
  display: flex;
  align-items: center;
  height: 280px;
  padding: 12px;
}
.digital-cards .info-container {
  padding: 16px;
}
.digital-cards img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.digital-cards h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #111111;
}
.digital-cards h3:not(:last-child) {
  margin-bottom: 24px;
}
.digital-cards .info-container-row {
  display: flex;
  justify-content: space-between;
}
.digital-cards .digital-card-share-btn {
  border: none;
  outline: none;
  background: none;
  text-decoration: underline;
}

.profile-header {
  display: flex;
  justify-content: end;
  background-color: #F0EFEF;
  padding: 32px 32px 16px;
}

.profile-logo-image img {
  max-width: 350px;
}

.digital-card-deals-container {
  width: 100%;
}

.digital-cards-back {
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 16px;
}

.digital-card-deals {
  width: 100%;
  position: relative;
}
.digital-card-deals .profile-logo-title {
  line-height: 1.4;
  text-align: center;
}
.digital-card-deals-tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
.digital-card-deals-tabs button {
  border-radius: 10px;
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  background: none;
  border: 0;
}
.digital-card-deals-tabs button.active {
  background-color: #111;
  color: #FCFCFC;
}
.digital-card-deals-eb-banner {
  width: 100%;
}
.digital-card-deals-eb-banner img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.digital-card-deals-loader {
  margin: auto;
  position: absolute !important;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.digital-card-deals-search {
  width: 100%;
  display: flex;
  margin: 20px auto;
}
.digital-card-deals-search input {
  flex: 1;
  background-color: #FCFCFC;
  height: 48px;
  border-radius: 10px;
  border: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}
.digital-card-deals-search button {
  border-radius: 10px;
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  background-color: #111;
  color: #FCFCFC;
}
.digital-card-deals-list {
  width: 100%;
  margin: auto;
}
.digital-card-deals-list-item {
  width: 100%;
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.digital-card-deals-list-item h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.digital-card-deals-list-item img {
  width: 64px;
  object-fit: contain;
}
.digital-card-deals-list-item .item-info {
  flex: 1;
  margin-left: 20px;
}
.digital-card-deals-near-me {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.digital-card-deals-near-me .leaflet-container {
  width: 100%;
  height: 600px !important;
}
.digital-card-deals-near-me .digital-card-deals-list {
  margin: 0 16px 0 0;
  max-height: 600px;
  overflow-y: scroll;
}
.digital-card-deals-near-me .digital-card-deals-nearby-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.digital-card-deals-near-me .digital-card-deals-nearby-empty h3 {
  margin-bottom: 8px;
}

.digital-card-deal {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.digital-card-deal:not(:first-child) {
  margin-top: 20px;
}
.digital-card-deal:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.digital-card-deal:not(:last-child) button {
  margin-bottom: 20px;
}
.digital-card-deal .deal-type {
  font-weight: 600;
  margin-top: 10px;
}
.digital-card-deal .deal-description {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.digital-card-deal button {
  border-radius: 10px;
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  background-color: #111;
  color: #FCFCFC;
  margin-top: 10px;
  position: relative;
  width: 200px;
  height: 50px;
}
.digital-card-deal img {
  max-width: 85%;
  max-height: 280px;
}
.digital-card-deal-qr-code {
  margin-bottom: 16px !important;
}

.digital-card-deals-modal-loader {
  margin: auto;
}

.deals-modal-redemption-timer .kid-modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.deals-modal-redemption-timer .kid-modal-body .time-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deals-modal-redemption-timer .kid-modal-body .time-wrapper div {
  font-size: 18px;
}
.deals-modal-redemption-timer .kid-modal-body .text {
  margin-top: 24px;
}

.deals-modal .kid-modal {
  max-height: 90vh;
  overflow: auto;
}

.kid-prizes-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  box-shadow: 0px 2px 3px 0px rgba(17, 17, 17, 0.031372549);
  background: #FCFCFC;
}
.kid-prizes-item .img-container {
  display: flex;
  align-items: center;
  height: 280px;
  padding: 12px;
}
.kid-prizes-item .info-container {
  padding: 16px;
}
.kid-prizes-item img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kid-prizes-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  background: #DFDFDF;
}
.kid-prizes-item .badge div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: rgba(17, 17, 17, 0.45);
}
.kid-prizes-item .badge div svg path {
  fill: rgba(17, 17, 17, 0.45);
}
.kid-prizes-item .badge.achieved {
  background: #EDF7F2;
}
.kid-prizes-item .badge.achieved div {
  color: #00AC4F;
}
.kid-prizes-item .badge.achieved div svg path {
  fill: #00AC4F;
}
.kid-prizes-item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #111111;
}
.kid-prizes-item h3:not(:last-child) {
  margin-bottom: 24px;
}
.kid-prizes-item .input-block {
  display: flex;
  flex-direction: column;
}
.kid-prizes-item .input-block:not(:last-child) {
  margin-bottom: 16px;
}
.kid-prizes-item label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 4px;
}
.kid-prizes-item input, .kid-prizes-item select {
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  padding: 16px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.kid-prizes-item input::placeholder, .kid-prizes-item select::placeholder {
  color: rgba(17, 17, 17, 0.2);
}
.kid-prizes-item-date {
  border-bottom: 3px solid lightgrey;
  padding-bottom: 12px;
  margin-bottom: 12px !important;
}
.kid-prizes-item-date:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.gift-activation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 0 24px;
}
.gift-activation h1 {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.gift-activation a {
  width: 100%;
  max-width: 600px;
  margin: 16px;
}

@media only screen and (max-width: 1024px) {
  .digital-card-deals-near-me {
    flex-direction: column !important;
  }
  .digital-card-deals-near-me .leaflet-container {
    width: 100%;
  }
  .digital-card-deals-near-me .digital-card-deals-list {
    margin: 16px 0 0 0;
    max-height: none;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 480px) {
  .tickets-modal-info {
    min-height: 0;
  }
  .digital-cards, .tickets {
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 12px;
  }
  .digital-cards .digital-cards-item, .digital-cards .tickets-item, .tickets .digital-cards-item, .tickets .tickets-item {
    width: 100%;
  }
  .digital-cards .img-container, .digital-cards .tickets-item-img, .tickets .img-container, .tickets .tickets-item-img {
    height: 200px;
  }
  .digital-cards h3, .tickets h3 {
    font-size: 18px;
  }
  .tickets-modal .kid-modal-body {
    flex-direction: column;
    align-items: center;
  }
  .tickets-modal-qr {
    margin-top: 16px;
    min-width: 100%;
    height: auto;
    padding: 24px;
    margin-left: 0 !important;
  }
  .tickets-modal-desc {
    max-height: 250px;
  }
}
.profile-remove-avatar {
  display: flex;
  flex-direction: column;
}
.profile-remove-avatar button {
  text-decoration: underline;
  color: #E43022;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}

body {
  background: black !important;
  color: white;
  font-family: "futura";
}

apple-pay-button {
  --apple-pay-button-width: 300px;
  --apple-pay-button-height: 40px;
  --apple-pay-button-border-radius: 10px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-box-sizing: border-box;
}

.row::before,
.row::after {
  display: none !important;
}

.container {
  width: 100%;
}

hr:last-child {
  margin: 1rem 0 0 0;
}

#header-layout,
#header-container,
.purchase_form_approve {
  display: none;
}

#primary_content,
#primary-layout {
  margin: 0px;
  background: #000;
  color: white;
}

#primary_content + div {
  display: none;
}

.main_nav {
  display: none;
}

.form-label {
  color: #101010;
  font-family: "Open Sans";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 24px; /* 171.429% */
}

.purchase_header,
.purchase_body,
.purchase_checkout,
.purchase_anonymous {
  width: 100%;
  color: white;
  text-align: center;
  /*background-image: url("/assets/purchase_default_back.png"); background-position: center; background-size: cover;*/
  background-color: #f0efef;
}

.purchase_anonymous {
  display: none;
}

.purchase_body {
  display: block;
}

.purchase_header .fundraiser_logo {
  height: 50px;
  width: auto;
  margin-top: 20px;
}

.purchase-color-item {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid lightgrey;
  margin-right: 8px;
  cursor: pointer;
  padding: 2px;
}
.purchase-color-item:last-child {
  margin-right: 0;
}
.purchase-color-item-container {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.purchase-color-item.active {
  border: 2px solid #111;
  transition: 0.5s ease;
}

.fundraiser-info-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 70px;
  margin-top: -70px;
}

.fundraiser-info {
  margin-top: 1rem;
  width: 60%;
  height: 140px;
  padding: 1rem;
  border-radius: 20px;
  background: #e43022;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fundraiser-foreground-container {
  width: 15%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fundraiser-foreground-container img,
.fundraiser-foreground-container video {
  width: 6rem;
  height: 6rem;
  border-radius: 5px;
  object-fit: cover;
}

.fundraiser-name-container {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
}

.fundraiser-name-container h2 {
  color: #fcfcfc;
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fundraiser-image-container .foreground_image,
.fundraiser-image-container .foreground_image1 {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.purchase_body .btn-count {
  font-size: 64px;
  height: 50px;
  width: 60px;
  background: #f8f8f8;
  border: 3px solid #000000;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgb(0, 0, 0);
  border-radius: 10px;
  line-height: normal;
  margin: auto;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.confirm_form input,
.purchase_form input {
  margin: 0px 10px;
  width: calc(100% - 35px);
  height: 25px;
  background: #f8f8f8;
  border: 2px solid #1c1c1c;
  border-radius: 5px !important;
  text-align: center;
  font-weight: bold;
}

.confirm_form label {
  line-height: normal;
}

.purchase_form select {
  margin: 0px 10px;
  width: calc(100% - 20px);
  height: 35px;
  background: #f8f8f8;
  border: 2px solid #1c1c1c;
  border-radius: 5px !important;
}

.purchase_form .errorText {
  display: none;
  color: #9b364b !important;
  margin: 0px;
}

.purchase_form input.validationError,
.purchase_form select.validationError {
  border: 2px solid red;
}

.purchase_form_approve input[type=button],
.purchase_form input[type=button] {
  background: #345806;
  color: white;
  width: 120px;
  height: 40px;
  border: 2px solid white;
  border-radius: 10px !important;
  font-size: 18px !important;
}

.jx_ui_Widget,
.zopim {
  display: none !important;
}

.purchase_form_approve {
  margin: 20px 20px;
  border-radius: 10px;
  width: calc(100% - 40px);
  text-align: center;
}

.purchase_form_approve h4 {
  text-align: center;
}

.purchase_form_approve .span6 {
  text-align: center;
}

.purchase_form_approve .wrapper div,
.purchase_form_approve .wrapper span {
  font-size: 13px;
  font-weight: bold;
}

.purchase_form_approve .wrapper .row-fluid {
  margin-bottom: 0px;
}

.purchase_form i {
  position: absolute;
  right: 20px;
  margin-top: 15px;
}

.purchase_form input::-webkit-input-placeholder {
  color: #555;
}

.purchase_form input:-ms-input-placeholder {
  color: #555;
}

.purchase_form input::placeholder {
  color: #555;
}

.loading {
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.loading img {
  position: fixed;
  left: 50%;
  margin-left: -20px;
  top: 50vh;
  width: 40px;
  height: 40px;
}

.purchase_option_form .btn-select {
  background: #000;
  color: white;
  width: 200px;
  height: 35px;
  line-height: normal;
  border-radius: 5px;
}

.donations-page-header {
  font-size: large;
  font-weight: 700;
  margin-bottom: 1em;
}

.donations-page-instructions {
  font-style: italic;
  margin-bottom: 2em;
}

.donations-page-addon,
.donations-page-roundto {
  margin-bottom: 1em;
}

.donations-page-center-form {
  width: 10em;
  margin: 0 auto;
  float: none;
}

.ui-inputgroup .ui-inputgroup-addon:first-child {
  border-top-left-radius: 0.25em;
  order-bottom-left-radius: 0.25em;
}

.ui-inputgroup .ui-inputgroup-addon {
  border-color: rgba(0, 0, 0, 0.15);
  background-color: #eceeef;
  color: #55595c;
  padding: 0.5em 0.75em;
}

.ui-inputgroup .ui-inputgroup-addon {
  display: inline-block;
  text-align: center;
  min-width: 1.5em;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
}

.ui-inputgroup {
  display: flex;
}

.input-ltr,
input[type=number] {
  direction: ltr;
  height: 30px;
}

.donation-info-complete {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  margin-bottom: 16px;
  border: 1px solid #111;
  outline: none;
  font-weight: bold;
  background: #f0efef;
  border-radius: 12px;
  transition: 0.25s;
}
.donation-info-complete:hover {
  background-color: #111;
  color: white;
}

.donation-info-container {
  background: #fcfcfc;
  padding: 8rem 10% 0 10%;
}

.donation-info-description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 16px;
  background: #f0f0f0;
  margin-bottom: 16px;
  border-radius: 10px;
}
.donation-info-description-text {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}

.donation-info-calendar-label {
  margin: 16px 0;
  padding: 8px;
  border-radius: 16px;
  font-weight: bold;
  background: #f0f0f0;
}

.fundraiser-introduction-container h5 {
  color: #111 !important;
  font-family: "Open Sans" !important;
  font-size: 50px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fundraiser-introduction-container p {
  color: #111;
  font-family: "Open Sans";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.9;
  text-align: left;
  padding: 2rem 0;
}

.fundraiser-introduction-container p span {
  color: #111;
  font-family: "Open Sans";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.donation-form input {
  width: 100%;
}

.stitle {
  padding: 0px 20px;
}

.purchase_form .step1 {
  margin: 0px 20px;
}

.purchase_form .step1 .row-fluid {
  margin-bottom: 20px;
}

.buynow-form-wrapper input[type=text],
.buynow-form-wrapper input[type=email],
.buynow-form-wrapper input[type=number] {
  width: calc(100% - 45px);
  height: 30px;
  font-size: 16px !important;
  border: 2px solid #1c1c1c;
}

.buynow-form-wrapper input.validationError,
#ap_button input.validationError,
.buynow-form-wrapper select.validationError,
.purchase_form select.validationError {
  border: 2px solid red !important;
}

video {
  width: 100%;
}

.form-control[readonly],
.form-control {
  border-color: #ebedf2;
  color: #575d62;
}

.form-control {
  font-family: sans-serif, Arial;
}

.form-control {
  display: block !important;
  width: 100%;
  padding: 0.65rem 1rem !important;
  font-size: 1rem !important;
  line-height: normal;
  height: auto !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

body {
  background: white !important;
  color: black;
}

.donation-container,
.digital-container {
  color: black;
  text-align: center;
  /* margin-bottom: 50px; */
  background: rgba(50, 50, 50, 0.1);
}

.donation-container h4,
.digital-container h4 {
  font-size: 24px;
  line-height: normal;
}

.donation-container h5,
.digital-container h5 {
  color: #111;
  font-family: "Open Sans";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Style your sticky header as needed */
.sticky-header-container {
  background: #e43022;
  color: #fff;
  position: fixed;
  top: 112px;
  width: 100%;
  height: 5rem;
  padding: 1rem 0;
  opacity: 0;
  z-index: 98;
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.5s, transform 0.5s;
  -moz-transition: opacity 0.5s, transform 0.5s;
  -ms-transition: opacity 0.5s, transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
}

.background-hero-header {
  position: absolute;
  display: block;
  width: 100%;
  height: 37.5rem;
  background-repeat: no-repeat;
  top: 0;
  z-index: -1;
  background-color: #575d62;
}

.sticky-header-container.visible {
  opacity: 1;
  transform: translateY(0);
  z-index: 98;
}

.header-container {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.time-to-donate {
  display: flex;
  align-items: center;
  flex: 1;
}
.time-to-donate p {
  color: #FCFCFC;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px; /* 125% */
  margin-bottom: 0;
}
.time-to-donate .time {
  display: flex;
  flex-direction: row;
}
.time-to-donate .time-container {
  margin-left: 96px;
}
.time-to-donate .time-block {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  margin-right: 16px;
}
.time-to-donate .time-block:last-child {
  margin-right: 0;
}
.time-to-donate .time-block-head {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.time-to-donate .time-block-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}
.time-to-donate div {
  color: #FCFCFC;
}

.donate-btn {
  height: 4rem;
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.donate-btn button {
  color: #111;
  background-color: #fcfcfc;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.donate-btn button:hover {
  background-color: #111;
  color: #fcfcfc;
}

.purchase_header,
.purchase_body,
.purchase_checkout,
.purchase_submit,
.purchase_next,
.purchase_anonymous {
  color: black;
}

.purchase_body .fundraiser-digital-card {
  background: #fcfcfc;
}
.purchase_body .fundraiser-digital-card .digital-card-deals-list-item {
  box-shadow: 0 0 4px rgba(1, 1, 1, 0.2);
}

.raise365_logo {
  width: 50%;
  margin-bottom: 50px;
}

.donation-container hr,
.digital-container hr {
  color: black;
  width: 50%;
  margin-left: 25%;
  border-color: black;
}

.purchase_header .fundraiser_logo {
  margin-top: 0px;
  height: 200px;
  width: auto;
  border-radius: 20px;
  border: 3px solid white;
  box-shadow: 3px 3px 3px grey;
}

.donation-form-container h5 {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 72px;
}

.donation-amount-row {
  width: 100%;
  margin: 0 !important;
}

.donation-amount-col {
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 auto !important;
  align-items: center;
  padding: 0.5rem;
}

.donation-amount-col-sponsor {
  height: 15rem;
}

.donation-amount-col label,
.donation-amount-col label span {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 50px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.donation-amount-col p {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.95;
  line-height: normal;
}

.donation-button {
  padding: 20px !important;
  margin: 16px 0 24px 0;
}
.donation-button_disable {
  background: lightgray !important;
  cursor: default !important;
}

.dt-button,
.dt-button2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #111;
  background: #f0efef;
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
  transition: 0.3s;
}
.dt-button_active,
.dt-button2_active {
  background: #111 !important;
  border: 1px solid #111 !important;
}
.dt-button_active *,
.dt-button2_active * {
  color: #FCFCFC !important;
}
.dt-button_golden-active,
.dt-button2_golden-active {
  background: #DEA715;
  background: linear-gradient(54deg, #E0AA1A 25.64%, #F5C440 61.46%, #FFD463 85.9%, #FFD157 100.44%);
}
.dt-button_golden-active *,
.dt-button2_golden-active * {
  color: #111 !important;
}
.dt-button_chosen,
.dt-button2_chosen {
  border-width: 4px !important;
  background: unset !important;
}
.dt-button_chosen *,
.dt-button2_chosen * {
  color: unset !important;
}
.dt-button_closed,
.dt-button2_closed {
  background: #f8a2b3 !important;
  border: 2px solid #7e0101 !important;
  cursor: default !important;
}
.dt-button_closed *,
.dt-button2_closed * {
  color: #111 !important;
}
.dt-button_closed p,
.dt-button2_closed p {
  text-align: start;
  color: #7e0101 !important;
  font-weight: 600;
  line-height: 16px;
  font-size: 14px !important;
}

.dt-button:hover,
.dt-button2:hover {
  cursor: pointer;
  background: #111;
}
.dt-button:hover label, .dt-button:hover p, .dt-button:hover span,
.dt-button2:hover label,
.dt-button2:hover p,
.dt-button2:hover span {
  color: #fff;
}

.dt-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 3;
}

.dt-stars .dt-star {
  display: block;
  background-size: cover;
  width: 2rem;
  height: 2rem;
}

.dt-button-sponsor {
  border: 2px solid #dea715;
  background: #f0efef;
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
}

.dt-button-sponsor label,
.dt-button-sponsor label span,
.dt-button-sponsor p,
.dt-button-sponsor .dt-stars {
  color: #dea715;
  z-index: 3;
}

.dt-button-sponsor:hover {
  cursor: pointer;
  background: #111;
}

.donation-amount-col:nth-child(n+2) .dt-button-sponsor {
  border: 2px solid #a9714b;
  background: linear-gradient(54deg, #652e14 26.56%, #814b2a 48.42%, #a26d43 71.03%, #daa772 85.9%, #f5c387 100.44%);
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
  z-index: 1;
}

.donation-amount-col:nth-child(n+3) .dt-button-sponsor {
  border: 2px solid #b1b1b1;
  background: linear-gradient(54deg, #b7b7b7 25.64%, #c2c1ba 61.46%, #d1d1d1 79.01%, #e9e9e9 100.44%);
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
}

.donation-amount-col:last-child .dt-button-sponsor {
  border: 2px solid #dea715;
  background: linear-gradient(54deg, #e0aa1a 25.64%, #f5c440 61.46%, #ffd463 78.98%, #ffe49b 100.44%);
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
}

.donation-amount-col:nth-child(n+2) .dt-button-sponsor:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(54deg, #7e3b1a 26.56%, #9e5d38 48.42%, #c08758 71.03%, #f0bd92 85.9%, #ffdca1 100.44%);
  border-radius: 20px;
  transition: opacity 0.3s;
  z-index: 2;
  opacity: 0;
}

.donation-amount-col:nth-child(n+2) .dt-button-sponsor:hover:after {
  opacity: 1;
}

.donation-amount-col:nth-child(n+3) .dt-button-sponsor:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(54deg, #a6a6a6 25.64%, #b0afaf 61.46%, #b8b8b8 79.01%, #d6d6d6 100.44%);
  border-radius: 20px;
  transition: opacity 0.3s;
  z-index: 2;
  opacity: 0;
}

.donation-amount-col:nth-child(n+3) .dt-button-sponsor:hover:after {
  opacity: 1;
}

.donation-amount-col:last-child .dt-button-sponsor:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(54deg, hsl(45, 100%, 70%) 25.64%, hsl(45, 100%, 80%) 61.46%, hsl(45, 100%, 85%) 85.9%, hsl(45, 100%, 80%) 100.44%);
  border-radius: 20px;
  transition: opacity 0.3s;
  z-index: 2;
  opacity: 0;
}

.donation-amount-col:last-child .dt-button-sponsor:hover:after {
  opacity: 1;
}

.donation-amount-col:nth-child(n+2) .dt-button-sponsor:hover label,
.donation-amount-col:nth-child(n+2) .dt-button-sponsor:hover label span,
.donation-amount-col:nth-child(n+2) .dt-button-sponsor:hover p,
.donation-amount-col:nth-child(n+2) .dt-button-sponsor:hover .dt-stars {
  color: #dea715;
  z-index: 3;
}

.donation-amount-col-sponsor:nth-child(n+3) label,
.donation-amount-col-sponsor:nth-child(n+3) label span,
.donation-amount-col-sponsor:nth-child(n+3) p,
.donation-amount-col-sponsor:nth-child(n+3) .dt-stars,
.donation-amount-col-sponsor:nth-child(n+3) .dt-button-sponsor:hover label,
.donation-amount-col-sponsor:nth-child(n+3) .dt-button-sponsor:hover label span,
.donation-amount-col-sponsor:nth-child(n+3) .dt-button-sponsor:hover p,
.donation-amount-col-sponsor:nth-child(n+3) .dt-button-sponsor:hover .dt-stars {
  color: #111;
  z-index: 3;
}

.dt-button2.selected {
  border: 7px solid grey;
}

.dt-button2 img {
  border-radius: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* .dt-button2 label span {
    position: absolute;
    font-size: 14px;
    margin-left: -10px;
    margin-top: -5px;
} */
.custom-donation-amount-container {
  width: 100%;
  padding: 1rem 0;
}

.custom-donation-amount {
  border-radius: 20px;
  border: 2px solid rgba(17, 17, 17, 0.2);
  background: #f0efef;
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
  height: 6rem;
  display: flex;
}

.custom-donation-amount .custom-donation-amount-input {
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 20px 0 0 20px !important;
  width: 70%;
  height: 100% !important;
  color: rgba(17, 17, 17, 0.4) !important;
  font-family: "Open Sans" !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal;
  box-sizing: border-box !important;
  padding-left: 20px !important;
}

.custom-donation-amount .custom-donation-amount-input.active {
  color: #111 !important;
  /* transition: 0.3s; */
}

.custom-donation-amount .custom-donation-amount-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0px 18px 18px 0px;
  background: #e2e2e2;
  color: rgba(17, 17, 17, 0.4);
  text-align: center;
  font-family: "Open Sans" !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal;
  width: 30%;
  height: 100%;
  border: 0 !important;
}

.custom-donation-amount .custom-donation-amount-button.active {
  transition: 0.3s;
  background: #111;
  color: white;
}

#style1 {
  box-shadow: 5px 5px 7px;
  background-color: #555;
  color: white;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
}

.dt-button2 label {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  font-size: 28px !important;
  font-weight: bold;
}

.share-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 64px;
  padding-top: 1rem;
}

.share-container .help-by-sharing {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.share-container .help-by-sharing h5 {
  color: #111;
  font-family: "Open Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.share-buttons-container {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.share-button-element button {
  width: 50px;
  height: 50px;
  border: 0 !important;
  border-radius: 50%;
  background: #111111 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem !important;
  transition: 0.3s;
}

.share-button-element svg {
  fill: #fcfcfc !important;
}

.share-button-element button:hover {
  cursor: pointer !important;
  background: #fbfbfb !important;
}

.share-button-element button:hover svg {
  fill: #111111 !important;
}

.fundraiser-goal-info-container {
  width: 100%;
  height: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-container {
  width: 100%;
  height: 25rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.back-to-container .back-to {
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-container button {
  border: 0;
  background: #fff;
  color: #111;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 3rem 0 0 3rem;
}

.fundraiser-goal-info {
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.image-goal-container {
  width: 30%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.image-goal-container img {
  width: 12rem;
  border-radius: 20px;
  background: #fff;
  border: none;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.goal-info-container {
  width: 70%;
  height: 100%;
  margin: 1rem;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

.goal-character-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.goal-character-select {
  border: 0 !important;
  background: transparent !important;
  appearance: none;
  /* safari */
  -webkit-appearance: none;
  /* other styles for aesthetics */
  height: 100%;
  padding: 0 !important;
  line-height: normal;
  color: #111;
  font-family: "Open Sans";
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goal-character-select-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  line-height: normal;
}

.goal-character-selection-container {
  border-radius: 20px;
  background: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 50%;
  height: 80%;
}

.goal-character-select-modal {
  width: 100%;
  height: 15%;
}

.goal-character-select-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1rem;
}

.goal-character-select-modal-header .goal-character-select-modal-header-text {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goal-character-select-modal-header-text h5 {
  color: #111;
  font-family: "Open Sans";
  margin-left: 25%;
}

.goal-character-select-modal-header button {
  padding: 0;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
}

.goal-character-selection-container .dropdown-content {
  padding: 0 3rem;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  overflow-y: scroll;
}

.dropdown-content .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.dropdown-content .dropdown-item .participant-image {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.participant-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
}

.participant-image img {
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.participant-image .react-loading-skeleton {
  border-radius: 10px;
  width: 40px;
  height: 40px;
}
@media (min-width: 896px) {
  .participant-image .react-loading-skeleton {
    width: 64px;
    height: 64px;
  }
}

.participant-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 80%;
}

.participant-info .participant-name {
  color: #111;
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.participant-contribution-info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.participant-contribution {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.participant-contribution div {
  color: #111;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.participant-bar {
  width: 100%;
  height: 1rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #e4e5e9;
  overflow: hidden;
  margin: 0.5rem 0;
}

.participant-bar .participant-filled {
  border-radius: 10px;
  background: #e43022;
  height: 100%;
}

.select-participant-btn-container {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select-participant-btn-container .select-participant-btn {
  height: 2.5rem;
  width: 2.5rem;
  border: none;
  background: transparent;
}

.goal-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.goal-info-sponsor {
  padding: 1rem 0;
}

.goal-amount-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0.5rem 0;
}

.raised-goal-amount {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #111;
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.95;
}

.goal-bar {
  width: 100%;
  height: 30px;
  border-radius: 15px;
  border: 1.853px solid #e43022;
  background: #fcfcfc;
  overflow: hidden;
  margin: 0.5rem 0;
}

.filled {
  height: 100%;
  border-radius: 15px;
  background: #e43022;
}

.days-to-go-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #111;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.85;
}

.become-a-sponsor-wrapper {
  width: 100%;
  background: #FCFCFC;
  padding-bottom: 128px;
}

.become-a-sponsor-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5rem 10%;
  margin: 0 10%;
  border-radius: 24px;
  background: #F0EFEF url("/images/arrows-bg.svg");
}

.become-a-sponsor-text {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 140% */
}
.become-a-sponsor-text span {
  color: #E43022;
}

.become-a-sponsor-btn {
  padding: 2rem 0 0 0;
  width: 25%;
}

.become-a-sponsor-btn button {
  border-radius: 10px;
  background: #e43022;
  color: #fcfcfc;
  text-align: center;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  border: 0;
  height: 56px;
  width: 100%;
  transition: 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.become-a-sponsor-btn button:hover {
  cursor: pointer;
  background: #992016;
  color: #fcfcfc;
}

.sponsors-header {
  text-align: start;
  font-size: 26px !important;
  line-height: 36px !important;
}
.sponsors-header span {
  margin: 0 8px !important;
}

.sponsors-container {
  background: #F0EFEF url("/images/white-arrows-bg.jpg");
  padding: 5rem 0;
}

.supporters-container {
  padding-bottom: 32px;
  background: #FCFCFC;
}

.our-sponsors-container,
.our-supporters-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
}

.our-sponsors-text,
.our-supporters-text {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.our-sponsors-text h4,
.our-supporters-text h4 {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}

.our-supporters-text h4 {
  margin-top: 64px;
}

.show-more-sponsors-btn,
.show-more-supporters-btn {
  width: 100%;
  padding: 0px 16px;
}

.show-more-sponsors-btn button,
.show-more-supporters-btn button {
  width: 100%;
  height: 4rem;
  border: 0;
  border-radius: 10px;
  background: #111;
  box-shadow: 0px 9.05px 18.1px 0px rgba(17, 17, 17, 0.08);
  color: #fcfcfc;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
}

.show-more-sponsors-btn button:hover,
.show-more-supporters-btn button:hover {
  cursor: pointer;
  background: #fcfcfc;
  color: #111;
}

.lbl-day-wrapper label {
  height: 5rem;
  width: 100%;
  max-width: 60px;
  margin: auto;
  border: 2px solid grey;
  border-radius: 10px;
  line-height: normal;
  font-size: 2rem !important;
  background: white;
}

.prefix-symbol {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 16px !important;
}

.surfix-usd {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px !important;
}

.st_supporter {
  width: 200px;
  height: 40px;
  border: 1px solid black;
  border-radius: 10px;
}

.bt-submit {
  width: 160px;
  height: 45px;
  background: black;
  font-size: 20px !important;
  color: red;
  border-radius: 5px;
  border: none;
}

.supporter_back {
  width: calc(100% - 20px);
  height: 35px;
  background: url("/images/supporte-back.png") no-repeat;
  background-size: contain;
  font-size: 18px;
  color: white;
  line-height: normal;
  padding-left: 20px;
  margin-left: -20px;
}

.lbl-day-text {
  font-size: 18px;
  font-weight: bold;
}

.meter {
  box-sizing: content-box;
  height: 40px;
  position: relative;
  background: #555;
  border-radius: 10px;
  border: 1px solid black;
}

.meter > span {
  display: block;
  height: 100%;
  border-radius: 10px;
  background-color: #e51d25;
  position: relative;
  overflow: hidden;
}

.nomargin {
  margin: 0px;
}

.ignore-css {
  all: unset;
}

.purchase_checkout,
.purchase_submit {
  display: none;
}

.sharing_wrapper .button {
  border: none;
  background: transparent;
}

.purchase_submit,
.purchase_next {
  padding: 20px 10px;
  width: calc(100% - 20px);
  background: #d3d3d3;
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
}

.cross {
  position: relative;
  display: inline-block;
}

.cross::before,
.cross::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

.cross::before {
  border-bottom: 4px solid white;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}

.cross::after {
  border-bottom: 4px solid white;
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
}

.sponsors-table {
  width: 100%;
}

.supporters-table {
  width: 100%;
}

.sponsors-table-container,
.supporters-table-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
}

.sponsors-table-container .row,
.supporters-table-container .row {
  list-style-type: none;
  margin: 0;
}

.sponsors-table-container .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.supporters-table-container .row .col {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  height: 14.5rem;
}

.sponsors-table-container .sponsor-container,
.supporters-table-container .supporter-container {
  position: relative;
  background: #fcfcfc;
  box-shadow: 0 4px 15px 0 rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 2rem;
}

.supporters-table-container .supporter-container {
  justify-content: center;
}

.sponsors-table-container .sponsor-container {
  flex-direction: column;
  justify-content: space-between;
}

.sponsor-li .sponsor-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-left: 1rem;
}

.sponsor-info {
  padding: 1rem 0 0 !important;
}

.sponsor-li .sponsor-image img {
  display: block;
  height: 21rem;
  width: 21rem;
  object-fit: contain;
  max-width: none;
  border-radius: 5px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 2px solid #111;
}

.sponsor-li .sponsor-name {
  color: #111;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  text-align: left;
}

.sponsor-li .sponsor-contribution {
  color: #111;
  font-family: "Open Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  text-align: left;
}

.supporters-table-container .supporter-container {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.supporter-container .supporter-info,
.supporter-container .supported-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 8px;
}

.supporter-container .supported-info {
  margin-bottom: 24px;
}

.supporter-container > button,
.sponsor-container > button {
  position: absolute;
  border-radius: 4px;
  border: none;
  background: none;
  padding: 0;
  transition: 0.25s;
}
.supporter-container > button:hover,
.sponsor-container > button:hover {
  background-color: var(--active-color);
}
.supporter-container > button:hover svg g g path,
.sponsor-container > button:hover svg g g path {
  fill: var(--btn-color);
}

.sponsor-container > button {
  top: 10px;
  right: 10px;
}

.sponsor-container.first {
  border: 3px solid #DEA715;
}
.sponsor-container.first div {
  color: #DEA715;
}
.sponsor-container.first .sponsor-image > img {
  border-color: #DEA715 !important;
}
.sponsor-container.first .sponsor-message {
  border-top-color: #DEA715 !important;
}

.sponsor-container.second {
  border: 3px solid #666;
}
.sponsor-container.second div {
  color: #666;
}
.sponsor-container.second .sponsor-image > img {
  border-color: #666 !important;
}
.sponsor-container.second .sponsor-message {
  border-top-color: #666 !important;
}

.sponsor-container.third {
  border: 3px solid #A9714B;
}
.sponsor-container.third div {
  color: #A9714B;
}
.sponsor-container.third .sponsor-image > img {
  border-color: #A9714B !important;
}
.sponsor-container.third .sponsor-message {
  border-top-color: #A9714B !important;
}

.sponsor-container > img {
  position: absolute;
  width: 32px;
  min-height: 34px;
  height: auto;
  top: 20px;
  left: 20px;
}

.supporter-container > button {
  top: 20px;
  right: 20px;
}

.supporters-container-button, .supporters-container-modal-button,
.sponsors-container-button, .sponsors-container-modal-button {
  width: 100%;
  font-weight: bold;
  border-radius: 8px;
  padding: 5px 20px;
  background: var(--btn-color);
  border: none;
  color: #FCFCFC;
  transition: 0.25s;
}
.supporters-container-button:hover, .supporters-container-modal-button:hover,
.sponsors-container-button:hover, .sponsors-container-modal-button:hover {
  background-color: var(--active-color);
  color: var(--btn-color);
}
.supporters-container .checkout-message-body, .supporters-container-modal .checkout-message-body,
.sponsors-container .checkout-message-body, .sponsors-container-modal .checkout-message-body {
  box-shadow: none;
  padding: 0;
}
.supporters-container .checkout-message-chars-counter, .supporters-container-modal .checkout-message-chars-counter,
.sponsors-container .checkout-message-chars-counter, .sponsors-container-modal .checkout-message-chars-counter {
  bottom: 16px;
  right: 16px;
}

.supporter-info .supporter-line,
.supported-info .supported-dot {
  margin: 0;
  padding: 0 0.5rem;
}

.supporter-info .supporter-name,
.supporter-info .supporter-contribution {
  color: #111;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.supporter-info .supporter-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.supporter-info .supporter-contribution {
  font-weight: 600;
}

.supporter-message, .sponsor-message {
  width: 100%;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  text-align: start;
  color: #111;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
}

.supporter-message {
  padding-top: 20px;
  font-size: 20px;
  line-height: 32px;
}

.sponsor-message {
  margin-top: 8px;
  padding-top: 8px;
  font-size: 18px;
  line-height: 24px;
}

.supported-image {
  padding-bottom: 2vh;
}

.appreciation-content .goal-info {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.appreciation-rep-shop-images {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 95%;
}

.appreciation-rep-shop-logo,
.appreciation-rep-shop-products,
.appreciation-rep-shop-confetti {
  height: auto;
  object-fit: contain;
}

.appreciation-rep-shop-logo {
  width: 23%;
}

.appreciation-rep-shop-products {
  width: 36%;
}

.appreciation-rep-shop-confetti {
  width: 20%;
}

.appreciation-card {
  width: 100%;
  height: max-content;
  flex: none !important;
  box-shadow: none !important;
  background: none !important;
  margin-top: 32px;
}
.appreciation-card .kid-divider {
  display: none;
}

.appreciation-modal .kid-modal-header button {
  top: 12px !important;
  right: 24px !important;
}
.appreciation-modal-label {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.supported-image img {
  display: block;
  height: 18rem;
  width: 18rem;
  object-fit: contain;
  max-width: none;
  aspect-ratio: 1/1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.supported-info {
  color: #111;
  font-family: "Open Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.supported-info .supported-name,
.supported-info .supported-date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkout_body {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-color: var(--body-background);
}
.checkout_body_large {
  height: 115vh;
}

.checkout-container {
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
.checkout-container .text-field-error {
  border: 1px solid #BA2426 !important;
}

.checkout-row-container {
  width: 100%;
  height: 100%;
  padding: 3vh 0;
}

.checkout-row-container .col {
  padding: 0 2rem;
  height: 100%;
}

.checkout-tip-amount {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.checkout-tip-amount h3 {
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 16px !important;
  text-align: left !important;
  font-weight: 400 !important;
}
.checkout-tip-amount-desc {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
  text-align: left;
}
.checkout-tip-amount-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
.checkout-tip-amount-blocks-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(33.33% - 7px);
  height: 60px;
  border: 1px solid #111;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  background: #F0EFEF;
}
.checkout-tip-amount-blocks-item_active {
  background: #111;
  color: #FCFCFC !important;
}
.checkout-tip-amount-blocks-item_active:hover {
  background: #111;
}
.checkout-tip-amount-checkbox {
  display: flex;
  flex-direction: row;
}
.checkout-tip-amount-checkbox p {
  font-size: 18px;
  line-height: 24px;
}

.payment-info-container {
  overflow-y: scroll;
  height: 100%;
}

.donation-summary-header {
  padding: 2vh 0;
}

.donation-summary-header h2 {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.donation-summary-body .donation-summary-body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5vh 0;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-left h4 {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-right h4 {
  color: var(--text-color);
  text-align: right;
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-left h3 {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-right h3 {
  color: var(--text-color);
  text-align: right;
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-left h5 {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-right span {
  float: right;
  padding: 0;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-link {
  margin: 20px 0 38px;
}
.donation-summary-body .donation-summary-body-row .donation-summary-body-row-link h5 {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-link h5 a {
  color: #e43022;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.checkout-player-selector {
  margin-bottom: 16px;
}
.checkout-player-selector .eshop-selector {
  width: 60% !important;
  height: 46px !important;
}

.donation-summary-body .donation-summary-body-row .donation-summary-body-row-button button {
  height: 3rem;
  width: 100%;
}

.donation-summary-fixed-bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--active-color);
  box-shadow: 0px -2px 3px 0px rgba(17, 17, 17, 0.03);
  z-index: 2;
  padding: 12px 20px;
}
.donation-summary-fixed-bottom-bar h5 {
  font-size: 12px !important;
  margin-bottom: 0 !important;
}
.donation-summary-fixed-bottom-bar .donation-summary-body-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 8px;
}
.donation-summary-fixed-bottom-bar .donation-summary-body-row .donation-summary-body-row-button button {
  height: 48px !important;
}

.payment-selection-header {
  padding: 1rem;
}

.payment-selection-header h2 {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.payment-selection-header h4 {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.payment-selection-element-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-selection-element-header-icon svg {
  padding: 0 0.5rem;
  width: auto;
}
.payment-selection-element-header-icon_google svg {
  height: 30px;
}

.payment-selection-element-body {
  display: none;
}

.payment-selection-element-body.selected {
  display: block;
  padding: 0;
  background-color: transparent;
  border-radius: 0px;
}

.change-donation-amount-btn {
  text-align: center !important;
  font-family: "Open Sans" !important;
  font-size: 1.125rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  opacity: 0.5;
}

.payment-selection-container {
  width: 100%;
}

.payment-selection-element,
.payment-details-container {
  margin: 0.5rem 1rem;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
}

.payment-details-container {
  margin-bottom: 1rem;
}

.text-field {
  padding: 0.5rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.text-field-group {
  width: 100%;
  margin: 0 !important;
}

.text-field-group .col {
  padding: 0 0.5rem 0 0;
}

.text-field-group .col:last-child {
  padding: 0;
}

.text-field label {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}

.text-field input,
.text-field select {
  background-color: transparent !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border: 1px solid var(--text-color) !important;
  width: 100%;
  height: 3rem !important;
  font-family: "Open Sans" !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: var(--text-color) !important;
}
.text-field input::placeholder,
.text-field select::placeholder {
  color: var(--text-color);
}

.google-pay-button-container {
  width: 100%;
}

.apple-pay-checkout-btn,
.confirm-payment-btn,
.share-btn,
.backdrop-footer-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
  font-family: "Open Sans" !important;
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  background-color: var(--btn-color) !important;
  color: var(--div-background) !important;
  transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
}

.apple-pay-checkout-btn:hover,
.confirm-payment-btn:hover,
.share-btn:hover {
  background-color: var(--active-color) !important;
  color: var(--text-color) !important;
}

.appreciation-store-btn {
  max-width: 60vw;
  margin-bottom: 8px;
  font-size: 22px !important;
  text-decoration: none;
  background: #111 !important;
  border-radius: 48px !important;
  padding: 22px !important;
  cursor: pointer;
}

.appreciation-arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  width: 62px;
  height: 100px;
  top: calc(50% - 50px);
  cursor: pointer;
}
.appreciation-arrow-btn_back {
  left: 40px;
}
.appreciation-arrow-btn_next {
  right: 40px;
}
.appreciation-arrow-btn .circle-outlined-btn {
  width: 62px;
  height: 62px;
  margin-bottom: 8px;
}

.appreciation-nav-btn {
  position: fixed;
  background-color: #111 !important;
  width: max-content !important;
  padding: 8px 24px !important;
}
.appreciation-nav-btn_back {
  bottom: 94px;
  left: 5vw;
}
.appreciation-nav-btn_next {
  bottom: 16px;
  right: 16px;
}

.share-btn-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 3vh;
}
.share-btn-container svg {
  margin-right: 16px;
}
.share-btn-container svg path {
  fill: #FCFCFC;
}
.share-btn-container:hover svg path {
  fill: #111;
}
.share-btn-container button {
  border-radius: 10px !important;
  background: #111;
  box-shadow: 0 9px 18px 0 rgba(17, 17, 17, 0.08);
}

.share-btn {
  height: 4rem;
  border-radius: 0.625rem !important;
  -webkit-border-radius: 0.625rem !important;
  -moz-border-radius: 0.625rem !important;
  -ms-border-radius: 0.625rem !important;
  -o-border-radius: 0.625rem !important;
}

.confirm-payment-btn.disabled,
.backdrop-footer-btn.disabled {
  background-color: var(--div-background) !important;
  color: var(--text-color) !important;
}

.confirm-payment-btn.disabled:hover,
.backdrop-footer-btn.disabled {
  cursor: not-allowed !important;
  background-color: var(--active-color) !important;
  color: var(--text-color) !important;
}

.apple-pay-checkout-btn svg {
  fill: var(--div-background) !important;
  margin: 0 0.5rem;
}

.apple-pay-checkout-btn:hover svg {
  fill: var(--text-color) !important;
}

.confetti-component {
  position: absolute;
  height: 100%;
  width: 75%;
  margin: 0 12.5%;
  z-index: -1;
}

.backdrop-footer {
  height: 4rem;
}

.backdrop-footer button {
  height: 100% !important;
}

.upload-logo-container {
  background-color: #f0efef;
  width: 100vw;
  height: 100vh;
}

.upload-logo-share-btn-container svg {
  margin-right: 16px;
}
.upload-logo-share-btn-container svg path {
  fill: #fcfcfc;
}
.upload-logo-share-btn-container:hover svg path {
  fill: #111;
}

.appreciation-rep-shop {
  background-size: cover;
  background-image: url("/365_team_store_background.png");
}

.appreciation-rep-content {
  width: 100vw;
  height: 100%;
}
.appreciation-rep-content_full-screen {
  height: 100vh !important;
}

.appreciation-rep-shop-title {
  font-size: 48px;
  line-height: 52px;
  color: #032854 !important;
}

.appreciation-content,
.upload-logo-content {
  width: 60vw;
  height: 100%;
}
.appreciation-content_full-screen,
.upload-logo-content_full-screen {
  height: 100vh !important;
}

.upload-logo-or-container hr {
  opacity: 0.1;
  stroke: #111;
  width: 45%;
}

.upload-logo-or-container p {
  width: 10%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.billing-information-header.desktop {
  color: var(--text-color) !important;
  font-family: "Open Sans" !important;
  font-size: 1.875rem !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  padding: 1rem;
}

.billing-information-body.desktop {
  margin: 0.5rem 1rem;
  padding: 1rem 2rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
}

.billing-information-body-row .col, .billing-information-body-row .row, .payment-selection-element .col, .payment-selection-element .row {
  flex: 1;
}

.upload-logo-body {
  height: 40vh;
  border: 1.5px dashed #111;
  border-radius: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  -ms-border-radius: 0.625rem;
  -o-border-radius: 0.625rem;
  margin: 2rem 0;
}

.upload-logo-button {
  max-height: 100%;
  max-width: 100%;
}
.upload-logo-button img {
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

.backdrop-close-btn-container {
  padding-top: 1rem;
  padding-right: 1rem;
}

.backdrop-info-container {
  padding: 5rem;
}

.backdrop-info-container .backdrop-title h1 {
  color: #111;
  font-family: "Open Sans";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.backdrop-info-container .backdrop-title h4 {
  color: #111;
  font-family: "Open Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  opacity: 0.9;
}

.appreciation-content .supported-container .supported-title h1 {
  color: #111;
  font-family: "Open Sans";
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.appreciation-content .supported-container .supported-body p,
.appreciation-content .supported-container .supported-body p span {
  color: #111;
  font-family: "Open Sans";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.9;
}

.appreciation-content .supported-container .supported-body p span {
  font-weight: 600;
}

.upload-later-backdrop-content {
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  background-color: #fcfcfc;
}

.about-fundraiser {
  width: 100%;
  background: #fcfcfc;
}
.about-fundraiser-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 200px);
  padding: 48px 0 128px 0;
  margin: 0 100px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.about-fundraiser-title {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  margin-bottom: 32px;
}
.about-fundraiser-desc {
  width: 100%;
  max-width: 530px;
  text-align: justify;
}
.about-fundraiser-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FCFCFC;
  margin-top: 32px;
}
.about-fundraiser-media-img, .about-fundraiser-media-video {
  margin-bottom: 16px;
}
.about-fundraiser-media-img:last-child, .about-fundraiser-media-video:last-child {
  margin-bottom: 0;
}
.about-fundraiser-media-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.about-fundraiser-insert {
  width: 100%;
  border: 1px solid #111;
  border-radius: 16px;
  margin-top: 32px;
}
.about-fundraiser-insert-title {
  width: 100%;
  background: #111;
  color: #FCFCFC !important;
  padding: 16px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.about-fundraiser-insert * {
  font-size: 18px !important;
  text-align: center;
}
.about-fundraiser-addl-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 20px 0 20px;
}
@media (min-width: 1200px) {
  .about-fundraiser-addl-product {
    padding: 60px 20px 0 20px;
  }
}
.about-fundraiser-addl-product img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 16px;
}
.about-fundraiser-addl-product-insert {
  width: 100%;
  border: 1px solid #111;
  border-radius: 10px;
  padding: 16px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.about-fundraiser-addl-product-insert p {
  margin: 0 !important;
}

.checkout-message {
  margin: 0 1rem;
}
.checkout-message-header {
  color: var(--text-color);
  font-family: "Open Sans";
  font-size: 2rem;
  font-style: normal;
  margin: 24px 0;
}
.checkout-message-body {
  position: relative;
  border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0 4px 15px 0 rgba(17, 17, 17, 0.08);
  padding: 32px 24px;
}
.checkout-message-chars-counter {
  position: absolute;
  bottom: 48px;
  right: 36px;
  color: var(--text-color);
  text-align: right;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.checkout-message-textarea {
  width: 100%;
  min-height: 160px;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  background: transparent;
  color: var(--text-color);
  padding: 12px 20px;
  resize: none;
}
.checkout-message-textarea::placeholder {
  color: var(--text-color);
}

.donation-summary-body-row-button button {
  border-radius: 8px;
}

.checkout-donation {
  display: flex;
  flex-direction: column;
}
.checkout-donation-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.checkout-donation-grid-item {
  display: flex;
  flex: 0 0 calc(33.33% - 7px);
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 5px;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid var(--text-color);
  color: var(--text-color);
  cursor: pointer;
  transition: 0.7s ease;
}
.checkout-donation-grid-item_active {
  background: var(--text-color);
  border: 1px solid var(--div-background) !important;
  color: var(--div-background) !important;
}
.checkout-donation-grid-item_golden {
  border: 1px solid #DEA715;
  color: #DEA715;
}
.checkout-donation-grid-item_golden-active {
  background: #DEA715;
  background: linear-gradient(54deg, #E0AA1A 25.64%, #F5C440 61.46%, #FFD463 85.9%, #FFD157 100.44%);
  color: #111 !important;
}
.checkout-donation-input {
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  background-color: var(--div-background);
  margin: 8px 0;
  padding: 4px 8px !important;
}
@media (min-width: 480px) {
  .checkout-donation-input {
    margin: 0 0 8px;
    padding: 12px 16px;
  }
}
.checkout-donation-input_error {
  border-color: #E43022;
}
.checkout-donation-input input {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  background: none;
  border: none;
  padding: 0.5rem 0.75rem;
  outline: none;
}
@media (min-width: 480px) {
  .checkout-donation-input input {
    font-size: 20px;
    line-height: 40px;
  }
}
.checkout-donation-input input:focus {
  border: none;
  --tw-ring-shadow: none;
}
.checkout-donation-input > div {
  position: absolute;
  display: flex;
  align-items: center;
  transform: translate(0, -50%);
  right: 12px;
  top: 50%;
}
@media (min-width: 480px) {
  .checkout-donation-input > div {
    right: 16px;
  }
}
.checkout-donation-input > div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 8px 0 0 !important;
}
@media (min-width: 480px) {
  .checkout-donation-input > div p {
    font-size: 20px;
    line-height: 65px;
    margin-right: 16px;
  }
}
.checkout-donation-input-buttons {
  display: flex;
  flex-direction: column;
}
.checkout-donation-input-buttons button {
  width: 40px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background: transparent;
}
.checkout-donation-input-buttons button:first-of-type > svg {
  transform: rotate(180deg);
}
.checkout-donation-input-buttons button svg {
  width: 21px;
  height: auto;
}
.checkout-donation-input-buttons button svg path {
  stroke: var(--btn-color);
}

.donation-amount-col label,
.donation-amount-col label span {
  cursor: pointer !important;
}

.sale-products-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px 0 8px;
  width: 100%;
}
@media (min-width: 896px) {
  .sale-products-list {
    margin: 88px 0 96px;
  }
}
.sale-products-list a {
  color: #111 !important;
  text-decoration: none !important;
}

.sale-products-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 16px;
  cursor: pointer;
  flex: 0 0 calc(50% - 12px);
}
@media (min-width: 1200px) {
  .sale-products-item {
    flex: 0 0 calc(33.33% - 22px);
    width: 392px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
}
@media (min-width: 896px) {
  .sale-products-item {
    width: 392px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
}
.sale-products-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background-color: white;
  min-height: 150px;
  border-radius: 6px;
  margin-bottom: 8px;
}
@media (min-width: 896px) {
  .sale-products-item img {
    width: 392px;
    height: 362px;
    min-height: 362px;
    border-radius: 10px;
    margin-bottom: 24px;
  }
}
.sale-products-item-name {
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 896px) {
  .sale-products-item-name {
    font-size: 24px;
    line-height: 32px;
  }
}

.sale-products-price {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 896px) {
  .sale-products-price {
    padding-bottom: 16px;
  }
}

.sale-grid-item-wrapper {
  width: 100%;
}

.sale-products-item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 16px 20px;
}
@media (min-width: 896px) {
  .sale-products-item-info {
    padding: 24px 32px;
  }
}
.sale-products-item-info p {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
@media (min-width: 896px) {
  .sale-products-item-info p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.sale-products-item-info a {
  border-radius: 3px;
  text-align: center;
  background-color: #E43022;
  width: 100%;
  color: #FCFCFC;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 896px) {
  .sale-products-item-info a {
    border-radius: 10px;
    width: 170px;
    padding: 9px 18px;
    font-size: 18px;
    line-height: 32px;
  }
}

.additional-products-content {
  padding: 16px 16px 0 16px;
}
.additional-products .kid-modal-body {
  overflow-y: scroll;
  max-height: 80vh;
  padding: 0 !important;
}
.additional-products-fees {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: gray !important;
}
.additional-products-list {
  display: flex;
  flex-direction: column;
}
.additional-products-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.additional-products-item img {
  width: 72px;
  height: 72px;
  border-radius: 72px;
  margin-right: 16px;
}
.additional-products-item button {
  outline: none;
  border: none;
}
.additional-products-item-body {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.additional-products-item-body button svg circle {
  stroke: var(--btn-color);
}
.additional-products-desc {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.additional-products-desc .text:last-child {
  margin-top: 8px;
}
.additional-products-item-conf-label {
  color: grey !important;
  margin-top: 8px;
}
.additional-products-actions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  background-color: var(--div-background);
  width: 100%;
  border-radius: 0 0 24px 24px;
  padding: 16px;
}
.additional-products-actions_more-products {
  background: #111 !important;
  width: 100%;
  border: none;
}
.additional-products-actions-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.additional-products-actions-btns button {
  display: flex;
  justify-content: center;
  width: calc(50% - 8px);
  border: 1px solid var(--btn-color);
  border-radius: 10px;
  padding: 12px;
  outline: none;
  text-align: center;
  transition: 0.25s;
}
.additional-products-actions-btns button:hover {
  background: var(--active-color);
}
.additional-products-actions .accept {
  background: var(--btn-color);
  color: #FCFCFC;
}
.additional-products-actions .accept:hover {
  background: var(--active-color);
}
.additional-products-personalization {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 16px;
}
.additional-products-personalization .eshop-selector {
  min-width: 120px;
  height: 42px;
  padding: 8px 12px;
}
.additional-products-personalization .eshop-selector-list {
  max-height: 124px !important;
  padding: 8px 0 !important;
}
.additional-products-personalization .eshop-product-selector-group {
  width: 100%;
  flex: 1 1;
  margin-bottom: 8px;
  margin-right: 8px;
}
.additional-products-personalization .eshop-product-selector-group:last-child {
  margin-right: 0;
}
.additional-products-personalization .eshop-product-selector-group .text {
  margin-bottom: 4px;
}
.additional-products-colors {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-right: 16px;
}
.additional-products button {
  background: transparent;
}

.donation-grid-calendar .donation-amount-col {
  height: 6.5rem;
  width: 14.2857142857%;
  padding: 4px;
}
.donation-grid-calendar .donation-amount-col .dt-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border-radius: 6px;
  border: 1px solid #111;
}
.donation-grid-calendar .donation-amount-col span, .donation-grid-calendar .donation-amount-col label {
  font-size: 24px !important;
}
.donation-grid-calendar .donation-amount-col p {
  font-size: 14px !important;
  margin-bottom: 8px !important;
  max-height: 32px;
  overflow: hidden;
}

@media only screen and (max-width: 1400px) {
  .supporter-info .supporter-name,
  .supporter-info .supporter-contribution {
    font-size: 1.5rem;
  }
  .sponsor-li .sponsor-image img {
    height: 17rem;
    width: 17rem;
  }
  .supported-info {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .supporter-info .supporter-name,
  .supporter-info .supporter-contribution {
    font-size: 1.25rem;
  }
  .sponsor-li .sponsor-image img {
    height: 23rem;
    width: 23rem;
  }
}
@media only screen and (max-width: 1024px) {
  .time-to-donate .time-container {
    margin-left: 48px;
  }
  .donation-summary-header {
    padding: 0 !important;
    margin-bottom: 24px;
  }
  .donation-summary-header h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .supporter-info .supporter-name,
  .supporter-info .supporter-contribution {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .appreciation-rep-shop {
    background-position: -300px;
  }
  .appreciation-store-btn {
    max-width: 100vw;
  }
  .appreciation-rep-shop-title {
    font-size: 22px;
    line-height: 24px;
  }
  .appreciation-rep-shop-title br:last-child {
    display: none;
  }
  .appreciation-rep-shop-images {
    flex-direction: column-reverse;
  }
  .appreciation-rep-shop-logo {
    width: 180px;
    height: 180px;
  }
  .appreciation-rep-shop-confetti {
    display: none;
  }
  .appreciation-rep-shop-products {
    width: 95vw;
    max-width: 500px;
  }
  .supported-title h1 {
    font-size: 28px !important;
  }
  .appreciation-arrow-btn {
    display: none;
  }
  .our-sponsors-text,
  .our-supporters-text {
    font-size: 28px;
  }
  .our-sponsors-text h4,
  .our-supporters-text h4 {
    font-size: 28px;
    line-height: 40px;
  }
  .time-to-donate p, time-number {
    font-size: 28px !important;
  }
  .sticky-header-container {
    top: 72px;
  }
  .become-a-sponsor-wrapper {
    padding-bottom: 32px;
  }
  .become-a-sponsor-container {
    padding: 40px 20px;
  }
  .become-a-sponsor-text {
    font-size: 24px;
    line-height: 32px;
  }
  .become-a-sponsor-container {
    margin: 0 5%;
  }
  .about-fundraiser-container {
    width: calc(100% - 48px);
    padding: 24px 0;
    margin: 0 24px;
  }
  .supporters-table-container .supporter-container {
    height: 100%;
  }
  .custom-donation-amount {
    height: 5rem;
  }
  .appreciation-content,
  .upload-logo-content {
    width: 90vw;
  }
  .share-btn-container {
    bottom: 1rem;
    position: absolute;
    width: 90%;
  }
  .sponsor-li .sponsor-image img {
    height: 17rem;
    width: 17rem;
  }
  .supporter-info .supported-name,
  .supporter-info .supporter-contribution {
    font-size: 18px;
    line-height: 24px;
  }
  .supported-info {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .sponsor-message {
    margin-top: 8px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 24px;
  }
  .supporter-message {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .goal-character-select {
    font-size: 1.5rem !important;
  }
  .raised-goal-amount {
    font-size: 1rem;
  }
  .donation-info-container {
    padding: 48px 5% 0 5%;
  }
  .become-a-sponsor-btn {
    width: 90%;
  }
  .fundraiser-goal-info-container {
    width: 90%;
    margin: auto;
    height: 20rem;
  }
  .fundraiser-goal-info {
    width: 100%;
  }
  .fundraiser-introduction-container h5 {
    font-size: 2.5rem !important;
  }
  .donation-amount-col label,
  .donation-amount-col label span {
    font-size: 1.5rem !important;
  }
  .card-details-header,
  .billing-information-header {
    font-size: 1rem !important;
  }
  .payment-details-container {
    margin-top: 1rem;
    padding: 2rem;
  }
  .donation-amount-col p {
    font-size: 1rem;
  }
  .fundraiser-foreground-container {
    width: 20%;
  }
  .fundraiser-name-container {
    width: 80%;
  }
  .share-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .share-container .help-by-sharing {
    margin-bottom: 16px;
  }
  .share-container .help-by-sharing h5 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .share-container .help-by-sharing,
  .share-container .share-buttons-container {
    width: auto;
  }
  .share-buttons-container {
    justify-content: flex-start;
  }
  .share-button-element button {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .share-button-element:last-child button {
    margin-right: 0 !important;
  }
  .donate-btn {
    width: 33%;
    height: 3rem;
  }
  .time-to-donate-text {
    font-size: 1.5rem;
  }
  .donation-amount-col {
    height: 10rem;
  }
  .sponsors-table-container .row .col {
    height: auto;
    padding: 1rem;
  }
  .supporters-table-container .row .col {
    height: auto;
    padding: 1rem 0;
  }
  .sponsor-li .sponsor-info {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .our-sponsors-container,
  .our-supporters-container {
    width: 90%;
  }
  .sponsor-li .sponsor-contribution {
    font-size: 2rem;
    width: auto;
  }
  .sponsor-li .sponsor-name {
    width: auto;
    font-size: 2rem;
  }
  .goal-character-selection-container {
    width: 90%;
  }
  .time-to-donate-text p {
    font-size: 1rem;
  }
  .goal-character-select-arrow {
    padding-left: 1rem;
  }
  .days-to-go-container {
    font-size: 0.75rem;
  }
  .goal-character-selection-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60%;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
  }
  .share-container .help-by-sharing h5 {
    font-size: 1rem;
  }
  .goal-bar {
    height: 1rem;
  }
  .dt-stars .dt-star {
    width: 1.5rem;
    height: 1.5rem;
  }
  .checkout-container {
    max-width: none !important;
    padding: 60px 0 0 0 !important;
  }
  .checkout-container form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment-mobile-space {
    height: 164px;
    background: transparent;
  }
  .checkout-message {
    margin: 0;
  }
  .checkout-message-header {
    font-size: calc(1.325rem + 0.9vw);
  }
  .checkout-message-body {
    box-shadow: none;
    padding: 0;
  }
  .checkout-message-chars-counter {
    bottom: 16px;
    right: 16px;
    font-size: 8px;
    font-weight: 400;
  }
  .payment-details-container {
    box-shadow: none;
    margin: 0.5rem 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .payment-selection-element {
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    background: var(--active-color);
    box-shadow: none !important;
  }
  .payment-selection-container .payment-selection-body {
    padding: 16px 0;
    background: var(--div-background);
  }
  .payment-details-container {
    padding: 24px;
  }
  .checkout-tip-amount {
    background: #FCFCFC;
  }
  .checkout-tip-amount h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .checkout-tip-amount-blocks-item {
    height: 48px;
    font-size: 14px;
    line-height: 22px;
  }
  .checkout-tip-amount-blocks-item:hover {
    background: #e0e0e0;
  }
}
@media only screen and (max-width: 768px) {
  .donation-info-description-text {
    line-height: 20px;
    font-size: 14px;
  }
  .donation-grid-calendar .donation-amount-col {
    height: 4.3rem !important;
    padding: 2px !important;
  }
  .donation-grid-calendar .donation-amount-col label, .donation-grid-calendar .donation-amount-col span {
    font-size: 14px !important;
  }
  .donation-grid-calendar .donation-amount-col p {
    display: none;
  }
  .donation-grid-calendar .donation-amount-col .dt-button {
    height: 4rem;
  }
  .checkout-player-selector .eshop-selector {
    height: 36px !important;
  }
  .checkout-player-selector .eshop-selector-item {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .checkout-player-selector .eshop-selector-selected {
    font-size: 14px !important;
  }
  .additional-products {
    padding: 0 5% 48px;
  }
  .sponsors-header {
    text-align: center;
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .sponsor-li .sponsor-name {
    width: auto;
    font-size: 1rem;
  }
  .sponsor-contribution {
    font-size: 1.5rem;
  }
  .our-supporters-text h4 {
    margin-top: 32px;
  }
  .sponsors-container {
    padding: 2rem 0;
  }
  .header-container {
    width: 90%;
  }
  .time-to-donate .time-container {
    margin-left: 24px;
  }
  .time-to-donate .time-block {
    margin-right: 8px;
  }
  .time-to-donate .time-block:last-child {
    margin-right: 0;
  }
  .time-to-donate .time-block-head {
    font-size: 20px;
    line-height: 24px;
  }
  .time-to-donate .time-block-desc {
    font-size: 12px;
    line-height: 18px;
  }
  .time-to-donate p, time-number {
    font-size: 18px !important;
  }
  .payment-selection-element-header span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .payment-selection-element {
    padding: 1rem 1rem;
  }
  .payment-selection-element-header-icon > svg {
    width: 46px !important;
    padding: 0 0.2rem;
  }
  .donation-form-container h5, .about-fundraiser-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .donation-summary-body-row-left h3, .donation-summary-body-row-left h4, .donation-summary-body-row-right h3, .donation-summary-body-row-right h4,
  .donation-summary-body-row-left h3,
  .donation-summary-body-row-left h4, .donation-summary-body-row-right h3, .donation-summary-body-row-right h4 {
    font-size: 14px !important;
    margin-bottom: 0;
  }
  .card-details-header h2, .billing-information-header h2 {
    font-size: 18px !important;
    font-weight: 600;
  }
  .donation-summary-body-row-link {
    margin: 0 !important;
  }
  .donation-summary-body-row-link h5 {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 0;
  }
  .donation-summary-body-row-link a {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .text-field label {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 600;
  }
  .text-field input::placeholder {
    font-size: 14px;
  }
  .donation-info-container {
    padding: 24px 5% 0 5%;
  }
  .fundraiser-goal-info-container {
    height: 17.5rem;
  }
  .donation-amount-col {
    height: 8rem;
  }
  .custom-donation-amount {
    border-radius: 12px;
    height: 3rem;
  }
  .custom-donation-amount .custom-donation-amount-button {
    border-radius: 0px 12px 12px 0px;
    font-size: 18px;
  }
  .fundraiser-foreground-container {
    width: 25%;
  }
  .fundraiser-name-container {
    width: 75%;
  }
  .fundraiser-name-container h2 {
    font-size: 1.5rem;
  }
  .dt-stars .dt-star {
    width: 1.25rem;
    height: 1.25rem;
  }
  .payment-info-container {
    overflow-y: visible;
  }
  .checkout_body {
    overflow-y: scroll;
  }
  .checkout-row-container-col {
    padding: 0 !important;
  }
  .checkout-message-header {
    font-size: 18px;
  }
  .checkout-donation-grid-item {
    height: 48px;
  }
  .sponsors-table-container,
  .supporters-table-container {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-message-header {
    margin: 0 0 24px 0;
  }
  .payment-selection-element {
    padding: 20px 12px;
  }
  .donation-amount-col {
    padding: 0.3rem !important;
    height: max-content !important;
    height: max-content !important;
  }
  .donation-amount-col button {
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #111;
    background: #F0EFEF;
    box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  }
  .donation-amount-col button label, .donation-amount-col button label span {
    font-size: 22px !important;
    line-height: 26px;
  }
  .donation-amount-col button p {
    font-size: 12px;
    margin-bottom: 0 !important;
  }
  .time-block .time-block-head {
    font-size: 16px;
  }
  .time-block .time-block-desc {
    font-size: 10px;
  }
  .header-container {
    width: 95%;
  }
  .time-to-donate p {
    font-size: 14px !important;
  }
  .time-to-donate .time-container {
    margin-left: 16px;
  }
  .donate-btn {
    width: 136px;
    height: 3rem;
    margin-left: 8px;
  }
  .about-fundraiser-insert * {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 380px) {
  .donate-btn {
    width: 112px;
  }
}
@keyframes wave {
  0%, 100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
}
.auth-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  width: 100vw;
  background-color: #f0efef;
  overflow: hidden;
  padding: 48px 0;
  overflow: auto;
}
.auth-container .form-control::placeholder {
  color: #111;
  opacity: 0.45;
  font-size: 1rem !important;
}
.auth-container .form-control[type=password]:not([value=""]) {
  font: normal 48px "Lucida Sans Unicode", sans-serif !important;
  caret-color: transparent;
}
.auth-container .form-control[type=password]:not([value=""]).is-invalid {
  background-position: right 0 center;
  background-size: calc(0.25em + 0.375rem) calc(0.75em + 0.375rem);
}

.auth-container a {
  color: inherit;
  text-decoration: none;
  text-transform: none;
}

.auth-container a:hover {
  color: inherit;
  text-decoration: none;
}

.logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

.auth-title {
  font-size: 32px;
  line-height: 65px;
  margin-bottom: 32px;
}

.auth-title h1 {
  color: #111 !important;
  font-size: 2rem !important;
  font-weight: 600 !important;
  font-style: normal;
  line-height: normal !important;
  font-family: "Open Sans", sans-serif !important;
  margin: 0;
}

.auth-title h4 {
  color: #3c3c3c !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: normal !important;
  font-family: "Open Sans", sans-serif !important;
}

.auth-input {
  width: 75%;
  margin: auto;
}

.auth-input-container {
  width: 100%;
  margin-bottom: 10px;
}

.auth-input-container label {
  color: #111;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

.auth-input-container input {
  border-radius: 0.625rem !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #fcfcfc !important;
  color: #111 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: normal !important;
  height: 3.5rem !important;
}

.auth-terms, .auth-parent {
  margin-bottom: 0.5rem !important;
  width: 75%;
  margin: auto;
  gap: 10px;
  margin: 6px auto 16px !important;
}

.auth-terms p {
  color: #111;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0rem !important;
}
.auth-terms p a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.auth-terms p input[type=checkbox] {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin: 0;
}

.auth-receive {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 75%;
  margin: 6px auto 16px !important;
}
.auth-receive > div {
  gap: 10px;
}
.auth-receive > span {
  margin: 0 0 0 34px;
  font-size: 0.7rem;
}
.auth-receive p {
  color: #111;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0rem !important;
}
.auth-receive input[type=checkbox] {
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  margin: 0;
}

.forgot-password-container, .reset-password-container {
  width: 75%;
  margin: auto;
}

.forgot-password-container button, .reset-password-container button {
  color: #111;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px !important;
  line-height: 24px;
}

.auth-container > .container > .forgot-password-container, .auth-container > .container > .reset-password-container {
  max-width: 523px;
  width: 100%;
}
.auth-container > .container > .forgot-password-container .auth-title h1, .auth-container > .container > .reset-password-container .auth-title h1 {
  margin-bottom: 16px;
}

.auth-parent {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.auth-terms p a {
  color: #e43022 !important;
  text-decoration: underline !important;
}

.auth-button-container {
  width: 75%;
}

.auth-button {
  background: #111 !important;
  color: #fff !important;
  height: 3.5rem;
  margin-top: 1rem;
  border-radius: 0.625rem !important;
  -webkit-border-radius: 0.625rem !important;
  -moz-border-radius: 0.625rem !important;
  -ms-border-radius: 0.625rem !important;
  -o-border-radius: 0.625rem !important;
  text-transform: unset !important;
}

.auth-button.disabled {
  background: #111 !important;
  color: #fff !important;
  opacity: 0.5;
}

.auth-login {
  padding-top: 1rem;
}

.auth-login button {
  color: #e43022 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  padding: 0;
}
.auth-login button a {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.auth-forgot-password {
  padding-top: 6px;
}

.auth-forgot-password button {
  color: #111 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  padding: 0;
}
.auth-forgot-password button a {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding: 0 !important;
  gap: 16px;
}

.auth-input-container .input-group .form-control {
  border-radius: 0.625rem 0 0 0.625rem !important;
  -webkit-border-radius: 0.625rem 0 0 0.625rem !important;
  -moz-border-radius: 0.625rem 0 0 0.625rem !important;
  -ms-border-radius: 0.625rem 0 0 0.625rem !important;
  -o-border-radius: 0.625rem 0 0 0.625rem !important;
}

.auth-input-container .input-group .input-group-text {
  border-radius: 0 0.625rem 0.625rem 0 !important;
  -webkit-border-radius: 0 0.625rem 0.625rem 0 !important;
  -moz-border-radius: 0 0.625rem 0.625rem 0 !important;
  -ms-border-radius: 0 0.625rem 0.625rem 0 !important;
  -o-border-radius: 0 0.625rem 0.625rem 0 !important;
  background-color: #fcfcfc !important;
  border: none !important;
}

.signup-container input {
  border: none !important;
}

.signup-container,
.login-container {
  width: 50%;
  max-width: 523px;
}
.signup-container form,
.login-container form {
  margin-bottom: 0;
}

.auth-reset-method {
  width: max-content;
  cursor: pointer;
}
.auth-reset-method-label svg {
  margin-right: 4px;
}
.auth-reset-method-phone {
  width: 100%;
  padding: 12px;
}
.auth-reset-method label {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .auth-container {
    padding: 32px 0;
  }
  .auth-container .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 5%;
  }
  .auth-container input {
    font-size: 14px !important;
  }
  .auth-container .forgot-password-container, .auth-container .reset-password-container {
    width: 100%;
  }
  .auth-container .forgot-password-container button, .auth-container .reset-password-container button {
    padding: 0;
    margin-bottom: 14px !important;
  }
  .auth-container .form-control[type=password]:not([value=""]) {
    font: normal 40px "Lucida Sans Unicode", sans-serif !important;
  }
  .signup-container,
  .login-container {
    width: 100%;
  }
  .logo-container {
    width: 184px;
    margin: auto;
    margin-bottom: 24px;
  }
  .auth-title h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .auth-title h4 {
    text-align: center;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .auth-input,
  .auth-terms,
  .auth-parent,
  .auth-button-container {
    width: 100%;
  }
  .auth-login {
    padding-top: 14px;
  }
  .auth-login button a {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .auth-terms, .auth-parent {
    gap: 6px;
    margin: 4px auto 14px !important;
  }
  .auth-terms p, .auth-parent p {
    font-size: 11px;
  }
  .auth-terms p a, .auth-parent p a {
    font-size: unset !important;
  }
  .auth-terms svg, .auth-parent svg {
    width: 16px;
  }
  .auth-receive {
    width: 100%;
    margin: 4px auto 14px !important;
  }
  .auth-receive > div {
    gap: 6px;
  }
  .auth-receive > span {
    margin: 0 0 0 22px !important;
    font-size: 0.6rem;
  }
  .auth-receive p {
    font-size: 11px;
  }
  .auth-receive svg {
    width: 16px;
  }
}
.footer-container {
  position: relative;
  background-color: #e43022;
  color: #EDEDED;
  padding: 56px 5%;
}
.footer-container a {
  font-size: unset !important;
  font-weight: unset !important;
  color: unset !important;
  text-decoration: none;
}
.footer-container .top-corner-image {
  position: absolute;
  left: 0;
  top: -7.65vw;
  z-index: 100;
}
.footer-container .top-corner-image svg {
  display: flex;
  width: 100%;
  height: unset;
}
.footer-container form {
  margin-bottom: 0;
}
.footer-container .justify-content-md-center {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .footer-container .justify-content-md-center {
    flex-direction: column;
  }
}
.footer-container .footer-content-left,
.footer-container .footer-content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
@media (max-width: 768px) {
  .footer-container .footer-content-left,
  .footer-container .footer-content-right {
    width: 100%;
  }
}
.footer-container .footer-content-left textarea,
.footer-container .footer-content-right textarea {
  margin-bottom: 6px;
  min-height: 170px;
}
.footer-container .footer-content-left-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer-container .footer-logo-and-description svg {
  width: auto;
  height: 24px;
}
@media (max-width: 768px) {
  .footer-container .footer-logo-and-description svg {
    height: 19px;
  }
}
.footer-container .footer-logo-and-description p {
  max-width: 260px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  .footer-container .footer-logo-and-description p {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-container .footer-contact-details {
    margin-top: 32px;
  }
}
.footer-container .footer-contact-details > div:not(:first-of-type) {
  margin-top: 24px;
}
.footer-container .footer-contact-details-links {
  display: flex;
  flex-direction: column;
}
.footer-container .footer-contact-details p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}
.footer-container .footer-contact-details a {
  margin: 4px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #EDEDED;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footer-container .footer-contact-details a {
    font-size: 15px;
  }
}
.footer-container .footer-social-links {
  margin-top: 24px;
}
.footer-container .footer-social-links .footer-social-links-title p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
.footer-container .footer-social-links .footer-social-links-icons {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.footer-container .footer-social-links .footer-social-links-icons svg {
  margin: 0 16px 0 0 !important;
  cursor: pointer;
}
.footer-container .footer-social-links .footer-social-links-icons svg:not(:first-of-type) {
  margin-left: 16px;
}
.footer-container .footer-social-links .footer-social-links-icons svg:hover {
  fill: #d3d3d3 !important;
}
.footer-container .footer-rights p {
  font-size: 14px;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .footer-container .footer-content-right {
    margin: 40px 0 32px;
  }
}
.footer-container .footer-content-right h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer-container .footer-content-right h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.footer-container .footer-content-right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer-container .footer-content-right p {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer-container .footer-content-right .form-control, .footer-container .footer-content-right .form-select {
  color: #333 !important;
  border: none !important;
  border-radius: 10px !important;
  background: #FCFCFC;
  margin-bottom: 12px;
  padding: 18px 24px !important;
  font-size: 16px;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.footer-container .footer-content-right .form-control::placeholder, .footer-container .footer-content-right .form-select::placeholder {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.45;
}
.footer-container .footer-content-right .form-control:focus, .footer-container .footer-content-right .form-select:focus {
  border-color: #FCFCFC;
  outline: none;
  box-shadow: none;
}
.footer-container .footer-content-right .btn {
  border-radius: 10px;
  background: #111;
  color: #fff;
  border: none;
  padding: 18px 20px;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
}
.footer-container .footer-content-right .btn:hover {
  background-color: #fff;
  color: #111;
}
.footer-container .footer-emblem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-container .footer-emblem svg {
  width: 105px;
  height: 115px;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem svg {
    width: 76px;
    height: 84px;
  }
}
.footer-container .footer-emblem div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 0 0 24px;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem div {
    margin: 8px 0 0;
  }
}
.footer-container .footer-emblem p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-container .footer-emblem p {
    font-size: 14px;
    line-height: 20px;
  }
}
.footer-container .footer-tos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0 0;
  margin-top: 72px;
  border-top: 1px solid rgba(237, 237, 237, 0.5019607843);
}
@media (max-width: 768px) {
  .footer-container .footer-tos {
    padding: 16px 0 0;
    margin-top: 32px;
  }
}
.footer-container .footer-tos p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .footer-container .footer-tos p {
    font-size: 11px;
    text-align: center;
    width: 100%;
  }
}
.footer-container .footer-tos div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer-container .footer-tos a {
  font-size: 18px;
  font-weight: 500;
  color: #EDEDED;
  text-decoration: none;
}
.footer-container .footer-tos a:not(:first-of-type) {
  margin-left: 40px;
}

.online-store-first-section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  position: relative;
  margin-top: -140px;
}

.relative {
  position: relative;
}

.online-store-first-section {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(95vh - 5px);
  background-image: url("/images/white-arrows-bg.jpg");
  z-index: 2;
  min-height: 680px;
}

.online-store-first-section-content-left {
  width: 42%;
  position: absolute;
  left: 5%;
  top: 30vh;
}

.online-store-first-section-content-left-description {
  width: 90%;
}

.online-store-first-section-content-left-subtitle {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #3C3C3C;
}

.online-store-first-section-content-left-title h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #111;
}

.online-store-first-section-content-left-title span {
  font-size: 3rem;
  font-weight: 600;
  color: #e43022;
}

.online-store-first-section-content-left-description p {
  color: #3c3c3c;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1rem 0;
  line-height: 1.5rem;
}

.online-store-first-section-content-right {
  width: 33%;
  position: absolute;
  margin: auto;
  right: 5%;
  z-index: -1;
  top: 26vh;
}
.online-store-first-section-content-right img {
  width: 100%;
}

.online-store-first-section-strips {
  position: absolute;
  border-radius: 5px;
  background: #FCFCFC;
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
  padding: 16px;
  display: flex;
}

.online-store-first-section-info {
  top: 6%;
  right: -10%;
}
.online-store-first-section-info h4 {
  font-size: 14px;
  margin: 0 0 6px 0;
}
.online-store-first-section-info p {
  font-weight: 600;
  margin: 0;
  font-size: 24px;
}

.online-store-first-section-share {
  font-size: 16px;
  bottom: 13%;
  left: -1%;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.online-store-first-section-share img {
  width: 40px;
  height: 40px;
}

.swiper {
  isolation: isolate;
}
.swiper * {
  outline: none;
}
.swiper .slick-dots {
  bottom: 24px;
}
.swiper .slick-dots li {
  width: 9px;
}
.swiper .slick-dots li button:before {
  font-size: 14px;
  width: 15px;
  height: 15px;
  color: #000 !important;
}
.swiper .slick-prev,
.swiper .slick-next {
  position: absolute;
  top: calc(50% - 15px);
}
.swiper .slick-prev::before,
.swiper .slick-next::before {
  content: none;
}
.swiper .slick-prev svg,
.swiper .slick-next svg {
  width: 32px;
  height: 48px;
}
.swiper .slick-prev {
  left: -180px;
}
.swiper .slick-next {
  right: -180px;
}

.product-fundraisers {
  padding: 128px 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-fundraisers .swiper {
  width: 34.58vw;
  height: 31.94vw;
  border-radius: 16px;
  border: 1px solid #111;
  overflow: hidden;
}
.product-fundraisers .content {
  color: #111;
  width: 41.94vw;
}
.product-fundraisers .content .title {
  padding: 0 !important;
  font-size: 40px;
  margin-bottom: 24px;
}
.product-fundraisers .content .title span {
  font-size: 40px;
  color: #E43022;
}
.product-fundraisers .content .desc {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 24px;
}

.fundraising {
  padding: 0 5% 239px;
}
.fundraising .fundraising-container {
  border-radius: 24px;
  background: #E43022;
  color: #FCFCFC;
  padding: 128px 80px 160px;
  display: flex;
  justify-content: space-between;
  display: flex;
}
.fundraising .fundraising-left {
  width: 34.44vw;
}
.fundraising .fundraising-left .subtitle {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
}
.fundraising .fundraising-left .title {
  padding: 0 !important;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  font-weight: 600;
}
.fundraising .fundraising-left .benefits {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  margin-bottom: 32px;
}
.fundraising .fundraising-left .benefits .benefit {
  display: flex;
  gap: 8px;
  align-content: flex-start;
}
.fundraising .fundraising-left .benefits .benefit svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.fundraising .fundraising-left button {
  cursor: pointer;
  width: 212px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E43022;
  font-size: 16px !important;
  background-color: #FCFCFC;
  border-radius: 0.625rem;
}
.fundraising .fundraising-right {
  width: 34.58vw;
  color: #111;
}
.fundraising .fundraising-right .online-store-first-section-share {
  left: -5%;
  top: 18%;
  bottom: auto;
}
.fundraising .fundraising-right .online-store-first-section-info {
  top: auto;
  bottom: -6%;
  right: -2%;
}

.landing-credit-card-charge-container .online-store-first-section-wrapper {
  height: 100vh;
  min-height: 926px;
}
.landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section {
  height: 100vh;
  min-height: 926px;
}
.landing-credit-card-charge-container .online-store-first-section-wrapper a {
  color: #E43022;
  font-size: 18px !important;
}
.landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section-content-left-title h1 {
  margin-bottom: 24px;
}
.landing-credit-card-charge-container .online-store-first-section-wrapper p {
  padding: 0;
  margin-bottom: 16px;
}
.landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section-content-left {
  width: 47%;
}
.landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section-content-right {
  width: 40.5%;
  top: 20vh;
}

.landing-sweepstakes-container .online-store-first-section-wrapper .benefit {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.landing-sweepstakes-container .online-store-first-section-wrapper .benefit svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section {
  height: 100vh;
  min-height: 1083px;
  background-color: #F0EFEF;
  background-image: url("/images/arrows_bg.svg");
  background-size: cover;
}
.landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section-content-left {
  top: 23vh;
}
.landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section-content-right {
  width: 43.5%;
  top: 37vh;
}
.landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section-content-left-description a {
  color: #E43022;
  font-size: 16px !important;
}

.landing-sweepstakes-body {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: max-content;
  padding: 32px 60px;
}
.landing-sweepstakes-body_football {
  justify-content: space-around;
  align-items: center;
}
.landing-sweepstakes-body_football img {
  max-height: 700px;
}
.landing-sweepstakes-body_football .landing-sweepstakes-section:first-child {
  max-width: 600px;
}
.landing-sweepstakes-section:first-child {
  margin-right: 48px;
}
.landing-sweepstakes-section-results {
  border-radius: 8px;
  background-color: var(--btn-color);
  padding: 8px 20px;
  margin-bottom: 16px;
  box-sizing: border-box;
  display: block;
  width: fit-content;
  color: #FCFCFC;
}

@media only screen and (max-width: 992px) {
  .landing-sweepstakes-body {
    padding: 32px;
    flex-direction: column;
  }
  .landing-sweepstakes-body_football img {
    max-height: 100%;
  }
  .landing-sweepstakes-section:first-child {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper {
    min-height: 726px;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section {
    min-height: 726px;
  }
  .online-store-first-section-wrapper {
    position: initial;
    height: fit-content;
  }
  .online-store-first-section {
    position: relative;
    display: block;
    margin-top: -167px;
    padding-top: 155px;
    background-image: url("/images/white-arrows-bg-mobile.jpg");
    height: fit-content;
  }
  .online-store-first-section-content-left-title h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .online-store-first-section-content-left-title h1 span {
    font-size: 32px;
  }
  .online-store-first-section-content-left {
    position: initial;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 40px;
  }
  .online-store-first-section-content-right {
    width: 80%;
    position: initial;
    padding-bottom: 60px;
  }
  .online-store-first-section-content-left-button button {
    width: 100%;
  }
  .online-store-first-section-content-left-button button .MuiButtonBase-root {
    padding: 0.8rem 3.2rem;
  }
  .online-store-first-section-content-left-description p {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .online-store-first-section-strips {
    padding: 9px;
  }
  .online-store-first-section-info {
    top: 6%;
    right: -10%;
  }
  .online-store-first-section-info h4 {
    font-size: 12px;
    margin: 0 0 2px 0;
  }
  .online-store-first-section-info p {
    font-size: 14px;
  }
  .online-store-first-section-share {
    font-size: 12px;
  }
  .online-store-first-section-share img {
    width: 32px;
    height: 32px;
  }
  .swiper .slick-prev,
  .swiper .slick-next {
    top: auto;
    bottom: 21px;
  }
  .swiper .slick-prev svg,
  .swiper .slick-next svg {
    width: 14px;
    height: 24px;
  }
  .swiper .slick-prev {
    left: calc(50% - 56px);
  }
  .swiper .slick-next {
    left: calc(50% + 41px);
  }
  .product-fundraisers {
    padding: 48px 5vw;
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }
  .product-fundraisers .swiper {
    width: 100%;
    height: 81.94vw;
  }
  .product-fundraisers .content {
    width: 100%;
  }
  .product-fundraisers .content .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .product-fundraisers .content .title span {
    font-size: 24px;
  }
  .product-fundraisers .content .desc {
    font-size: 14px;
  }
  .fundraising {
    padding-bottom: 76px;
  }
  .fundraising .fundraising-container {
    padding: 48px 20px 69px;
    flex-direction: column;
  }
  .fundraising .fundraising-container .fundraising-left {
    width: 100%;
  }
  .fundraising .fundraising-container .fundraising-left .subtitle {
    font-size: 14px;
    line-height: 24px;
  }
  .fundraising .fundraising-container .fundraising-left .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  .fundraising .fundraising-container .fundraising-left .benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
  .fundraising .fundraising-container .fundraising-left button {
    width: 152px;
    height: 48px;
    font-size: 14px !important;
    padding: 0;
  }
  .fundraising .fundraising-container .fundraising-right {
    margin-top: 34px;
    width: 100%;
  }
  .fundraising .fundraising-container .online-store-first-section-info {
    top: -1%;
    right: 57%;
    bottom: auto;
  }
  .fundraising .fundraising-container .online-store-first-section-share {
    top: auto;
    left: calc(50% - 85px);
    bottom: -10%;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper {
    height: fit-content;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section {
    height: fit-content;
    padding-bottom: 100px;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper a {
    font-size: 16px !important;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section-content-left-title h1 {
    margin-bottom: 16px;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section-content-left-title h1 span {
    font-size: 32px;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section-content-left {
    width: 100%;
  }
  .landing-credit-card-charge-container .online-store-first-section-wrapper .online-store-first-section-content-right {
    width: 90%;
  }
  .landing-sweepstakes-container .online-store-first-section-wrapper {
    height: fit-content;
  }
  .landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section {
    height: fit-content;
    padding-bottom: 100px;
  }
  .landing-sweepstakes-container .online-store-first-section-wrapper .benefit {
    gap: 8px;
    margin-bottom: 16px;
  }
  .landing-sweepstakes-container .online-store-first-section-wrapper .benefit svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
  .landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section-content-left-description p {
    margin-bottom: 16px;
  }
  .landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section-content-right {
    width: 80%;
  }
  .landing-sweepstakes-container .online-store-first-section-wrapper .online-store-first-section-content-left-description a {
    color: #E43022;
    font-size: 14px !important;
  }
}
.rotate180 {
  transform: rotate(180deg);
}

.landing-sweepstakes-results-first-section {
  background-image: url("/images/white-arrows-bg.jpg");
  margin-top: -167px;
  padding-top: 208px;
  padding-bottom: 128px;
}

.landing-sweepstakes-results-first-section-title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}

.landing-sweepstakes-results-first-section-desc {
  color: #3C3C3C;
  font-size: 18px;
  max-width: 530px;
  margin: auto;
  margin-bottom: 72px;
  text-align: center;
}

.filters {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.filters .categories {
  display: flex;
}
.filters .category {
  width: 142px;
  padding: 18.5px 0;
  opacity: 0.3;
  border-radius: 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.filters .category.active {
  opacity: 1;
  background-color: white;
}

.sweepstakes-results-table-container {
  padding: 60px 106px;
  border-radius: 24px;
  background: #FCFCFC;
  box-shadow: 0px 4px 15px 0px rgba(17, 17, 17, 0.08);
  width: 90%;
  margin: auto;
}

.search-wrapper {
  position: relative;
  width: 522px;
  height: 56px;
  border: 1px solid #CCCCCC;
  border-radius: 11px;
  margin-bottom: 20px;
}
.search-wrapper svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  display: flex;
  align-items: center;
}
.search-wrapper .search-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  border: 0;
  font-size: 18px !important;
  line-height: 24px;
  width: 100%;
  background: transparent;
  padding-left: 50px;
  box-shadow: none !important;
}
.search-wrapper button {
  position: absolute;
  right: 0;
  font-size: 18px !important;
  height: 100%;
  width: 156px;
}

.sweepstakes-results-table-container .custom-table thead td:last-child {
  width: 160px;
}
.sweepstakes-results-table-container .custom-table tbody tr:hover td {
  background-color: #FCD7D5;
  color: #E43022;
  font-weight: 600;
}

.landing-sweepstakes-swiper-container {
  padding: 128px 256px 200px;
}
.landing-sweepstakes-swiper-container .swiper {
  max-width: 590px;
  margin: auto;
}
.landing-sweepstakes-swiper-container .swiper .slide {
  padding: 0 30px 112px;
}
.landing-sweepstakes-swiper-container .swiper .title {
  white-space: nowrap;
  padding: 0 !important;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 42px;
}
.landing-sweepstakes-swiper-container .swiper .desc p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 24px;
  color: #3C3C3C;
}

@media only screen and (max-width: 992px) {
  .landing-sweepstakes-results-first-section {
    margin-top: -167px;
    padding-top: 155px;
    padding-bottom: 72px;
  }
  .landing-sweepstakes-results-first-section .landing-sweepstakes-results-first-section-title {
    font-size: 32px;
    width: 88%;
    margin: auto;
    margin-bottom: 16px;
  }
  .landing-sweepstakes-results-first-section .landing-sweepstakes-results-first-section-desc {
    font-size: 16px;
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  .landing-sweepstakes-results-first-section .filters {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .landing-sweepstakes-results-first-section .category {
    width: 104px;
    height: 46px;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 12.5px 0;
  }
  .landing-sweepstakes-results-first-section .weeks, .landing-sweepstakes-results-first-section .weeks > div > div {
    width: 100%;
  }
  .landing-sweepstakes-results-first-section .sweepstakes-results-table-container {
    padding: 0;
  }
  .landing-sweepstakes-results-first-section .search-wrapper {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    height: 48px;
    margin-bottom: 0;
  }
  .landing-sweepstakes-results-first-section .search-wrapper button {
    display: none;
  }
  .landing-sweepstakes-results-first-section .search-wrapper .search-icon {
    left: 16px;
  }
  .landing-sweepstakes-results-first-section .search-wrapper .search-icon svg {
    width: 16px;
    height: 16px;
  }
  .landing-sweepstakes-results-first-section .search-wrapper .search-input {
    padding-left: 44px;
    font-size: 14px !important;
  }
  .sweepstakes-results-table-container .custom-table thead td:last-child {
    width: 110px;
  }
  .landing-sweepstakes-swiper-container {
    padding: 40px 5%;
  }
  .landing-sweepstakes-swiper-container .swiper {
    max-width: 100%;
  }
  .landing-sweepstakes-swiper-container .swiper .slide {
    padding: 0;
    padding-bottom: 80px;
  }
  .landing-sweepstakes-swiper-container .swiper .title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .landing-sweepstakes-swiper-container .swiper .desc p {
    font-size: 14px;
    line-height: 24px;
  }
}
.rc-pagination {
  float: right;
  font-size: 12px;
  font-family: "Arial";
  user-select: none;
  padding: 0;
}

.rc-pagination-prev,
.rc-pagination-next {
  cursor: pointer;
  list-style: none;
  min-width: 28px;
  float: left;
  text-align: center;
}
.rc-pagination-prev svg,
.rc-pagination-next svg {
  width: 14px;
  height: 22px;
}

.rc-pagination-jump-next,
.rc-pagination-jump-prev {
  display: none;
}

.rc-pagination > li {
  list-style: none;
}

.rc-pagination-item {
  cursor: pointer;
  border-radius: 6px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  list-style: none;
  float: left;
  margin-right: 8px;
  color: #E5E5E5;
}
.rc-pagination-item.rc-pagination-item-active {
  color: black;
  background-color: #E5E5E5;
}

.rc-pagination-item a {
  text-decoration: none;
  color: #E5E5E5;
  font-size: 16px !important;
}

.rc-pagination-disabled {
  opacity: 0;
}

.custom-table table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  border-collapse: separate;
  margin-bottom: 24px !important;
}
.custom-table table td {
  padding: 25px 56px;
  font-size: 18px;
  color: #3C3C3C;
}
.custom-table table thead td {
  font-weight: 600;
  color: #111;
}
.custom-table table thead td, .custom-table table tr:not(:last-child) td {
  border-bottom: 1px solid #CCCCCC;
}

@media only screen and (max-width: 992px) {
  .custom-table table {
    border: 0px;
    padding-bottom: 6px;
  }
  .custom-table table td {
    line-height: 24px;
    padding: 12px 16px;
    font-size: 14px;
  }
  .rc-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.search-table {
  width: 100%;
  position: relative;
}
.search-table table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.search-table table td:first-child {
  cursor: pointer;
}
.search-table table tbody tr:last-child {
  border-bottom: none;
}
.search-table table tr {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.search-table table th, .search-table table td {
  padding: 12px 8px;
  max-width: 136px;
}
.search-table table th {
  color: #111;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.search-table table th div {
  width: max-content;
  position: relative;
  cursor: pointer;
}
.search-table table th div::before, .search-table table th div::after {
  position: absolute;
  right: -16px;
  color: lightgrey;
}
.search-table table th div::before {
  top: -6px;
  content: "▴";
}
.search-table table th div::after {
  top: 4px;
  content: "▾";
}
.search-table table .sort-asc div::before {
  color: #111;
}
.search-table table .sort-desc div::after {
  color: #111;
}
.search-table table .search-table-option-btn {
  width: 120px;
}
.search-table table .search-table-edit-btn {
  width: 72px;
}
.search-table table button {
  max-width: max-content;
}
.search-table_small table td {
  font-size: 14px;
}
.search-table_small table th div {
  font-size: 14px;
}
.search-table button > svg {
  height: auto;
  width: auto;
}
.search-table-action {
  margin: 13px 0;
}
.search-table-add-col {
  width: 5% !important;
  position: absolute !important;
  z-index: 10;
  top: 12px;
  background-color: #FCFCFC;
}

.editor-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.editor-table th, .editor-table td {
  display: table-cell !important;
}
.editor-table-columns-selector button {
  display: inline-block !important;
  margin: 0 8px 8px 0 !important;
  width: max-content !important;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.dropdown-section {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  background-color: #FCFCFC;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.2);
}

.dropdown-section:last-child {
  margin-bottom: 24px;
}

.dropdown-section .expanded {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section .expanded .dropdown-section-arrow {
  rotate: 90deg;
}

.dropdown-section .expanded .dropdown-section-header {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.dropdown-section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.dropdown-section-arrow {
  transition: 0.25s;
}

.dropdown-section-content {
  padding: 16px;
}

.dropdown-section_outlined {
  box-shadow: none !important;
  border: 1px solid #111;
}

#html5-qrcode-button-camera-permission {
  background: #111;
  border-radius: 10px;
  padding: 16px;
  color: white;
  cursor: pointer;
  margin-bottom: 16px;
}

.attached-file {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 8px;
  border-radius: 8px;
}
.attached-file a {
  display: inherit;
}
.attached-file_editable .attached-file-delete-btn {
  display: block;
}
.attached-file:hover .attached-file-icon svg {
  fill: #E43022;
}
.attached-file:hover .attached-file-name {
  color: #E43022;
}
.attached-file-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.attached-file-icon svg {
  transition: 0.25s;
  width: 20px;
  height: 20px;
}
.attached-file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.attached-file-name {
  transition: 0.25s;
}
.attached-file-size {
  color: grey;
}
.attached-file-delete-btn {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  padding: 0;
  outline: none;
  background-color: #111;
  color: white;
}

.signature-pad button {
  display: flex;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
}
.signature-pad canvas {
  border: 1px solid #111;
  border-radius: 8px;
}
.signature-pad-btns {
  display: flex;
  flex-direction: row;
}
.signature-pad-btn {
  display: flex;
  flex: 1;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 8px;
}
.signature-pad-btn:last-child {
  margin-right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.25s ease-out;
}

a:link, a:visited,
a:hover, a:active {
  text-decoration: none;
}

button {
  color: #111;
}

.snackbar {
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  max-width: 50vw;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  z-index: 1000;
}
.snackbar.success {
  background-color: green;
  box-shadow: 0px 8px 24px rgba(0, 128, 0, 0.2);
  color: #fff !important;
}
.snackbar.error {
  background-color: #E09B00;
  box-shadow: 0px 8px 24px rgba(224, 155, 0, 0.2);
  color: #fff !important;
}

.close-button {
  position: fixed;
  top: 16px;
  left: 20px;
  color: #929292;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.row {
  display: flex;
  flex-direction: row;
}
.row_spc-btw {
  justify-content: space-between;
}

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

.text {
  color: var(--text-color);
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
}
.text.grey {
  color: grey;
}
.text.danger {
  color: #E43022;
}
.text_bold_700 {
  font-weight: 700;
}
.text_bold {
  font-weight: 600;
}
.text_normal {
  font-weight: 400;
}
.text_large {
  font-size: 18px;
  line-height: 32px; /* 177.778% */
}
.text_xlarge {
  font-size: 24px;
  line-height: 32px; /* 133.333% */
}
.text_medium {
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.text_small_line_medium {
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.text_small {
  font-size: 14px;
  line-height: 18px; /* 114.286% */
}
.text_center {
  text-align: center;
}
.text_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text_divider::before, .text_divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, grey, grey);
  margin: 0 8px;
}
.text_nowrap {
  white-space: nowrap;
}

.wrapper {
  display: contents;
}

.mobile-item {
  padding: 16px;
  border-radius: 8px;
}
.mobile-item:nth-child(odd) {
  background: rgba(17, 17, 17, 0.02);
}
.mobile-item:nth-child(even) {
  background: rgba(17, 17, 17, 0.06);
}

#toast-container {
  position: fixed;
  bottom: 40px;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
}
#toast-container .toast-message {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

#toast-container > .toast-success {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-success:hover {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#toast-container > .toast-error {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-error:hover {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.custom-input-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-input-radio input[type=radio] {
  display: none;
}
.custom-input-radio input[type=radio]:checked + label:before {
  background-color: var(--btn-color);
}
.custom-input-radio label {
  position: relative;
  cursor: pointer;
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  padding-left: 42px;
}
.custom-input-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  outline: 1px solid var(--btn-color);
  outline-offset: 2px;
  border-radius: 50%;
  transition: 0.35s ease;
}

.custom-input-media-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: lightgrey;
  cursor: pointer;
}
.custom-input-media-preview .react-loading-skeleton {
  width: 105px;
  height: 105px;
}
@media (min-width: 896px) {
  .custom-input-media-preview {
    width: 150px;
    height: 150px;
  }
  .custom-input-media-preview .react-loading-skeleton {
    width: 155px;
    height: 155px;
  }
}
.custom-input-media-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.custom-input-media-preview svg {
  width: 50px;
  height: 50px;
}
.custom-input-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  width: 100%;
  height: 72px;
}
.file-input-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.file-input-preview button {
  max-width: 132px;
  font-size: 14px;
  padding: 8px 16px !important;
}
.file-input-preview.local label {
  padding: 8px 16px;
  background-color: #111;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

input::placeholder, textarea::placeholder {
  color: #969696 !important;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.outlined-btn {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #111;
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  transition: 0.25s;
}
.outlined-btn:hover {
  background: #e0e0e0;
}

.circle-outlined-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #111;
  color: #111;
  width: 48px;
  height: 48px;
  transition: 0.25s;
}
.circle-outlined-btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.filled-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  color: #FCFCFC;
  background: var(--btn-color);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  outline: none;
  transition: 0.25s;
}
.filled-btn:hover {
  background: #111;
}
.filled-btn_dark {
  background: #111;
}
.filled-btn_dark:hover {
  background: #111;
}
.filled-btn_danger {
  background: #E43022;
}
.filled-btn_danger:hover {
  background: #BA2426;
}
.filled-btn_disabled {
  background: lightgrey;
  color: white;
  cursor: default;
}
.filled-btn_disabled:hover {
  background: lightgrey;
  color: white;
}
.filled-btn_gray {
  background: lightgrey;
  color: #111;
}
.filled-btn_gray:hover {
  background: #e0e0e0;
}
.filled-btn_small {
  width: max-content;
  padding: 4px 24px;
  border-radius: 8px;
  height: 24px;
  font-size: 12px;
  line-height: 14px;
}

.switch-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  margin: 0 8px 0 0;
  padding: 4px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.switch-btns button {
  width: 100%;
  height: auto;
  border-radius: 4px;
  font-size: 16px;
  color: #c2c2c2;
  border: none;
  background: none;
  transition: all 0.5s;
}
.switch-btns button.active {
  background-color: #637381;
  color: #FCFCFC;
}

@media only screen and (max-width: 480px) {
  .custom-input-radio label {
    font-size: 16px;
    padding-left: 32px;
  }
  .custom-input-radio label:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.eshop-selector {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--text-color);
  border-radius: 10px;
  background-color: var(--div-background);
  height: 56px;
  padding: 12px 20px;
  position: relative;
  margin: 0 !important;
}
.eshop-selector-background {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  opacity: 1;
  z-index: 100;
}
.eshop-selector-selected {
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color);
  margin-right: 4px !important;
}
.eshop-selector svg {
  width: 16px;
  height: auto;
  transform: rotate(0);
  transition: transform 0.5s ease;
}
.eshop-selector svg path {
  stroke: var(--text-color);
}
.eshop-selector-list {
  display: none !important;
  flex-direction: column;
  position: absolute;
  z-index: 101;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: var(--div-background);
  border: 1px solid var(--text-color);
  border-radius: 10px;
  padding: 12px 0;
}
.eshop-selector-list .kid-input-group {
  padding: 4px 16px !important;
}
.eshop-selector-item {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
}
.eshop-selector-item:focus, .eshop-selector-item:hover {
  background-color: var(--active-color);
  color: var(--text-color);
}
.eshop-selector.open {
  z-index: 101;
}
.eshop-selector.open .eshop-selector-background {
  display: block !important;
}
.eshop-selector.open .eshop-selector-list {
  display: flex !important;
  animation: OpenSelect 0.7s ease;
  max-height: 216px;
}
.eshop-selector.open .eshop-selector-list > div {
  overflow: auto;
}
.eshop-selector.open .eshop-selector-item {
  animation: OpenSelectItem 0.7s ease;
}
.eshop-selector.open svg {
  transform: rotate(180deg);
}
.eshop-selector.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.eshop-selector-skeleton {
  height: 56px;
  border-radius: 10px !important;
}
.eshop-selector-skeleton_address {
  height: 50px;
  border-radius: 10px !important;
}
.eshop-selector div {
  margin: 0 !important;
}

@keyframes OpenSelect {
  from {
    padding: 0;
  }
  to {
    padding: 12px 0;
  }
}
@keyframes OpenSelectItem {
  from {
    max-height: 0;
    padding: 0;
  }
  to {
    max-height: 48px;
    padding: 12px 20px;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.error-boundary-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.error-boundary-fallback img {
  height: 40px;
  width: auto;
}
.error-boundary-fallback_text {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
  padding: 16px;
}
.error-boundary-fallback_button {
  padding: 10px 40px;
  margin: 40px;
  background: #E43022;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

.apparel-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url("/365_team_store_background.png");
  padding: 12px;
}
.apparel-banner-title {
  font-size: 48px;
  line-height: 52px;
  color: #032854 !important;
  font-weight: 700 !important;
  font-family: sans-serif !important;
}
.apparel-banner-imgs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.apparel-banner-imgs-confetti, .apparel-banner-imgs-products, .apparel-banner-imgs-shop-logo {
  width: 30%;
  object-fit: contain;
}
.apparel-banner-store-btn {
  max-width: 400px !important;
  border-radius: 32px !important;
  padding: 16px !important;
  margin-bottom: 42px !important;
}

@media (max-width: 768px) {
  .apparel-banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .apparel-banner-imgs-confetti {
    display: none;
  }
  .apparel-banner-imgs-products, .apparel-banner-imgs-shop-logo {
    width: 45%;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.search-table {
  width: 100%;
  position: relative;
}
.search-table table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.search-table table td:first-child {
  cursor: pointer;
}
.search-table table tbody tr:last-child {
  border-bottom: none;
}
.search-table table tr {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.search-table table th, .search-table table td {
  padding: 12px 8px;
  max-width: 136px;
}
.search-table table th {
  color: #111;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.search-table table th div {
  width: max-content;
  position: relative;
  cursor: pointer;
}
.search-table table th div::before, .search-table table th div::after {
  position: absolute;
  right: -16px;
  color: lightgrey;
}
.search-table table th div::before {
  top: -6px;
  content: "▴";
}
.search-table table th div::after {
  top: 4px;
  content: "▾";
}
.search-table table .sort-asc div::before {
  color: #111;
}
.search-table table .sort-desc div::after {
  color: #111;
}
.search-table table .search-table-option-btn {
  width: 120px;
}
.search-table table .search-table-edit-btn {
  width: 72px;
}
.search-table table button {
  max-width: max-content;
}
.search-table_small table td {
  font-size: 14px;
}
.search-table_small table th div {
  font-size: 14px;
}
.search-table button > svg {
  height: auto;
  width: auto;
}
.search-table-action {
  margin: 13px 0;
}
.search-table-add-col {
  width: 5% !important;
  position: absolute !important;
  z-index: 10;
  top: 12px;
  background-color: #FCFCFC;
}

.editor-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.editor-table th, .editor-table td {
  display: table-cell !important;
}
.editor-table-columns-selector button {
  display: inline-block !important;
  margin: 0 8px 8px 0 !important;
  width: max-content !important;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.dropdown-section {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  background-color: #FCFCFC;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.2);
}

.dropdown-section:last-child {
  margin-bottom: 24px;
}

.dropdown-section .expanded {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section .expanded .dropdown-section-arrow {
  rotate: 90deg;
}

.dropdown-section .expanded .dropdown-section-header {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.dropdown-section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.dropdown-section-arrow {
  transition: 0.25s;
}

.dropdown-section-content {
  padding: 16px;
}

.dropdown-section_outlined {
  box-shadow: none !important;
  border: 1px solid #111;
}

#html5-qrcode-button-camera-permission {
  background: #111;
  border-radius: 10px;
  padding: 16px;
  color: white;
  cursor: pointer;
  margin-bottom: 16px;
}

.attached-file {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 8px;
  border-radius: 8px;
}
.attached-file a {
  display: inherit;
}
.attached-file_editable .attached-file-delete-btn {
  display: block;
}
.attached-file:hover .attached-file-icon svg {
  fill: #E43022;
}
.attached-file:hover .attached-file-name {
  color: #E43022;
}
.attached-file-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.attached-file-icon svg {
  transition: 0.25s;
  width: 20px;
  height: 20px;
}
.attached-file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.attached-file-name {
  transition: 0.25s;
}
.attached-file-size {
  color: grey;
}
.attached-file-delete-btn {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  padding: 0;
  outline: none;
  background-color: #111;
  color: white;
}

.signature-pad button {
  display: flex;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
}
.signature-pad canvas {
  border: 1px solid #111;
  border-radius: 8px;
}
.signature-pad-btns {
  display: flex;
  flex-direction: row;
}
.signature-pad-btn {
  display: flex;
  flex: 1;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 8px;
}
.signature-pad-btn:last-child {
  margin-right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.25s ease-out;
}

a:link, a:visited,
a:hover, a:active {
  text-decoration: none;
}

button {
  color: #111;
}

.snackbar {
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  max-width: 50vw;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  z-index: 1000;
}
.snackbar.success {
  background-color: green;
  box-shadow: 0px 8px 24px rgba(0, 128, 0, 0.2);
  color: #fff !important;
}
.snackbar.error {
  background-color: #E09B00;
  box-shadow: 0px 8px 24px rgba(224, 155, 0, 0.2);
  color: #fff !important;
}

.close-button {
  position: fixed;
  top: 16px;
  left: 20px;
  color: #929292;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.row {
  display: flex;
  flex-direction: row;
}
.row_spc-btw {
  justify-content: space-between;
}

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

.text {
  color: var(--text-color);
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
}
.text.grey {
  color: grey;
}
.text.danger {
  color: #E43022;
}
.text_bold_700 {
  font-weight: 700;
}
.text_bold {
  font-weight: 600;
}
.text_normal {
  font-weight: 400;
}
.text_large {
  font-size: 18px;
  line-height: 32px; /* 177.778% */
}
.text_xlarge {
  font-size: 24px;
  line-height: 32px; /* 133.333% */
}
.text_medium {
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.text_small_line_medium {
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.text_small {
  font-size: 14px;
  line-height: 18px; /* 114.286% */
}
.text_center {
  text-align: center;
}
.text_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text_divider::before, .text_divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, grey, grey);
  margin: 0 8px;
}
.text_nowrap {
  white-space: nowrap;
}

.wrapper {
  display: contents;
}

.mobile-item {
  padding: 16px;
  border-radius: 8px;
}
.mobile-item:nth-child(odd) {
  background: rgba(17, 17, 17, 0.02);
}
.mobile-item:nth-child(even) {
  background: rgba(17, 17, 17, 0.06);
}

#toast-container {
  position: fixed;
  bottom: 40px;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
}
#toast-container .toast-message {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

#toast-container > .toast-success {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-success:hover {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#toast-container > .toast-error {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-error:hover {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.custom-input-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-input-radio input[type=radio] {
  display: none;
}
.custom-input-radio input[type=radio]:checked + label:before {
  background-color: var(--btn-color);
}
.custom-input-radio label {
  position: relative;
  cursor: pointer;
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  padding-left: 42px;
}
.custom-input-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  outline: 1px solid var(--btn-color);
  outline-offset: 2px;
  border-radius: 50%;
  transition: 0.35s ease;
}

.custom-input-media-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: lightgrey;
  cursor: pointer;
}
.custom-input-media-preview .react-loading-skeleton {
  width: 105px;
  height: 105px;
}
@media (min-width: 896px) {
  .custom-input-media-preview {
    width: 150px;
    height: 150px;
  }
  .custom-input-media-preview .react-loading-skeleton {
    width: 155px;
    height: 155px;
  }
}
.custom-input-media-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.custom-input-media-preview svg {
  width: 50px;
  height: 50px;
}
.custom-input-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  width: 100%;
  height: 72px;
}
.file-input-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.file-input-preview button {
  max-width: 132px;
  font-size: 14px;
  padding: 8px 16px !important;
}
.file-input-preview.local label {
  padding: 8px 16px;
  background-color: #111;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

input::placeholder, textarea::placeholder {
  color: #969696 !important;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.outlined-btn {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #111;
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  transition: 0.25s;
}
.outlined-btn:hover {
  background: #e0e0e0;
}

.circle-outlined-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #111;
  color: #111;
  width: 48px;
  height: 48px;
  transition: 0.25s;
}
.circle-outlined-btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.filled-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  color: #FCFCFC;
  background: var(--btn-color);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  outline: none;
  transition: 0.25s;
}
.filled-btn:hover {
  background: #111;
}
.filled-btn_dark {
  background: #111;
}
.filled-btn_dark:hover {
  background: #111;
}
.filled-btn_danger {
  background: #E43022;
}
.filled-btn_danger:hover {
  background: #BA2426;
}
.filled-btn_disabled {
  background: lightgrey;
  color: white;
  cursor: default;
}
.filled-btn_disabled:hover {
  background: lightgrey;
  color: white;
}
.filled-btn_gray {
  background: lightgrey;
  color: #111;
}
.filled-btn_gray:hover {
  background: #e0e0e0;
}
.filled-btn_small {
  width: max-content;
  padding: 4px 24px;
  border-radius: 8px;
  height: 24px;
  font-size: 12px;
  line-height: 14px;
}

.switch-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  margin: 0 8px 0 0;
  padding: 4px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.switch-btns button {
  width: 100%;
  height: auto;
  border-radius: 4px;
  font-size: 16px;
  color: #c2c2c2;
  border: none;
  background: none;
  transition: all 0.5s;
}
.switch-btns button.active {
  background-color: #637381;
  color: #FCFCFC;
}

@media only screen and (max-width: 480px) {
  .custom-input-radio label {
    font-size: 16px;
    padding-left: 32px;
  }
  .custom-input-radio label:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
.profile-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.profile-menu-title {
  font-size: 48px;
  margin-bottom: 32px;
}
.profile-menu-option-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.profile-menu-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  background-color: #FCFCFC;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 9px 25px -6px;
  transition: 0.25s;
}
.profile-menu-option:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 8px 18px 32px -6px;
}
.profile-menu-option svg {
  width: 35%;
  height: auto;
  background-color: gray;
  padding: 12px;
  border-radius: 12px;
}
.profile-menu-option svg g, .profile-menu-option svg path {
  fill: white;
}
.profile-menu-option-label {
  margin-top: 16px;
  font-size: 22px !important;
  line-height: 28px !important;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .profile-menu-option-list {
    display: flex;
    flex-direction: column;
  }
  .profile-menu-option {
    justify-content: flex-start;
    flex-direction: row;
    height: max-content;
    width: 95%;
    padding: 16px 24px;
    margin-bottom: 16px;
  }
  .profile-menu-option svg {
    width: 60px;
    margin-right: 28px;
  }
  .profile-menu-option-label {
    margin-top: 0;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.tos * {
  box-sizing: border-box;
}
.tos h1 {
  text-align: center;
  margin: 40px 0;
}
.tos-modal .kid-modal {
  max-height: 95vh;
  width: auto;
}
.tos-modal .kid-modal-body {
  overflow-y: scroll;
  max-height: 80vh;
  padding: 20px;
}
.tos ol {
  padding-left: 16px;
}
@media (min-width: 896px) {
  .tos ol {
    padding-left: 33px;
  }
}
.tos p, .tos li {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  mso-style-parent: "";
  mso-pagination: none;
  color: #333;
  margin: 20px 0;
  text-autospace: none;
  font-size: 14pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos-paragraph {
  mso-style-priority: 1;
  mso-style-unhide: no;
  mso-style-qformat: yes;
  margin-top: 20px;
  margin-right: 0in;
  margin-bottom: 20px;
  margin-left: 41pt;
  text-indent: -0.25in;
  mso-pagination: none;
  text-autospace: none;
  font-size: 14pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos h2 {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  margin-top: 0in;
  margin-right: 0in;
  margin-bottom: 48pt;
  margin-left: 0in;
  mso-pagination: none;
  text-autospace: none;
  font-size: 22pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos h4 {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  mso-style-parent: "";
  mso-pagination: none;
  color: #333;
  margin: 20px 0;
  text-autospace: none;
  font-size: 14pt;
  font-weight: bold;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos ul {
  list-style-type: disc;
}
.tos ul li {
  margin: 0 0 8px 52px;
}
.tos span {
  font: 7pt "Times New Roman";
}
.tos .ol3 {
  counter-reset: section;
}
.tos .ol3 li {
  counter-increment: section;
}
.tos .ol3 li::before {
  content: counters(section, ".") ". ";
}
.tos .ol3 li::marker {
  content: none;
}
.tos .ol3 ol {
  counter-reset: subsection;
}
.tos .ol3 ol li {
  counter-increment: subsection;
}
.tos .ol3 ol li::before {
  content: counter(section) "." counter(subsection) " ";
}
.tos .ol3 ol.alpha {
  list-style-type: none;
  counter-reset: list;
}
.tos .ol3 ol.alpha li {
  counter-increment: list;
}
.tos .ol3 ol.alpha li::before {
  content: "(" counter(list, lower-alpha) ") ";
}
.tos-list {
  max-width: 1240px;
  margin: 128px auto;
}
.tos-drop-down {
  border-radius: 20px;
  overflow: hidden;
}
.tos-drop-down:not(:first-of-type) {
  margin-top: 24px;
}
.tos-drop-down > .tos-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #111;
  padding: 4px 24px;
}
.tos-drop-down > .tos-header.open > button:last-of-type > svg {
  transform: rotate(180deg);
}
.tos-drop-down h3 {
  width: 100%;
  color: #FCFCFC;
  font-size: 16px;
}
.tos-drop-down svg {
  width: 24px;
  height: auto;
  transition: 0.25s;
}
.tos-drop-down svg path {
  stroke: #FCFCFC;
}
.tos-drop-down button {
  border: none;
  background: none;
  padding: 0;
  margin: 0 24px 0 0;
  transition: 0.25s;
}
.tos-drop-down button:hover svg path {
  stroke: #c2c2c2;
}
.tos-drop-down button:last-of-type {
  margin: 0 !important;
}
.tos ol.upper {
  list-style-type: upper-alpha;
}
.tos ol.disk {
  list-style-type: disc;
}
.tos h3.title {
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 36px;
}
.tos-row {
  display: flex;
}
.tos-row > * {
  font-size: 14pt;
  font-family: "Times New Roman", serif;
}
.tos-row > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 896px) {
  .tos-row > div {
    width: 50%;
  }
}
.tos-row label {
  border-top: 1px solid;
  padding: 8px;
}
.tos-row canvas {
  border: 1px solid;
  border-radius: 8px;
  margin: 8px 0 0;
}
.tos-row button {
  margin: 8px 0;
  border-radius: 8px;
  border: none;
  background: var(--btn-color);
  color: #FCFCFC;
  padding: 8px;
  font-weight: bold;
  font-size: 14pt;
}
.tos-row input {
  margin: 16px 0 8px;
  border: 1px solid;
  border-radius: 8px;
  padding: 8px;
  font-size: 14pt;
}
.tos-empty {
  margin-top: 40px;
}
@media (min-width: 896px) {
  .tos-empty {
    margin-top: 0;
  }
}

.thankyou {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 896px) {
  .thankyou {
    height: 100vh;
  }
}
.thankyou > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 896px) {
  .thankyou > div {
    width: 60vw;
    max-width: 60vw;
  }
}
.thankyou-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.thankyou-head h1 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.thankyou-head h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0;
}
.thankyou-head p {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 0;
}
.thankyou-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 896px) {
  .thankyou-content {
    flex-direction: row;
  }
}
.thankyou-step {
  width: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(17, 17, 17, 0.3);
  padding: 20px;
  border-radius: 25px;
  margin: 20px 5px;
}
@media (min-width: 896px) {
  .thankyou-step {
    width: 30%;
    margin: 5px;
  }
}
.thankyou-step svg {
  width: auto;
  height: 120px;
}
.thankyou-step svg path, .thankyou-step svg g {
  fill: #c2c2c2;
  stroke: #c2c2c2;
}
.thankyou-step h3 {
  font-size: 25px;
  margin: 20px 0 0;
}
.thankyou-step h4 {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 0;
}
.thankyou-step p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}
.thankyou-step a {
  width: 100%;
  margin-top: 20px;
  color: #E43022;
  font-weight: bold;
}
.thankyou-step img {
  width: 100%;
  height: auto;
}

.my-kids {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
}
.my-kids .kid-modal-body {
  padding: 28px;
}
.my-kids #email {
  margin-bottom: 0 !important;
}
.my-kids-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.my-kids .kid-header {
  width: 100%;
  padding: 32px;
}
.my-kids-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.my-kids-btn button {
  width: 200px;
  height: 40px;
  background-color: var(--btn-color);
  color: #FCFCFC;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  margin: 0 16px;
  transition: 0.25s;
}
.my-kids-btn button:hover {
  background-color: #BA2426;
}
.my-kids .kid-modal {
  overflow: hidden;
}
@media (max-width: 896px) {
  .my-kids .kid-modal {
    width: 100% !important;
  }
}
.my-kids .kid-modal-body {
  background-color: #F0EFEF;
  max-height: 700px;
  overflow: auto;
}
@media (max-width: 896px) {
  .my-kids .kid-modal-body {
    height: calc(100% + 80px);
    max-height: calc(100vh - 69px);
  }
}
.my-kids .auth-button-container {
  width: 100%;
  margin: 24px 0 0;
}
.my-kids .auth-button-container button {
  width: 100%;
}
.my-kids .signup-container {
  max-width: 100% !important;
  width: 100% !important;
}
.my-kids .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.my-kids .input-group input {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.my-kids .input-group span.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.my-kids-row {
  display: flex;
  justify-content: space-between;
}
.my-kids-row:last-child .kid-input-group {
  margin-bottom: 4px;
}
.my-kids-row .kid-input-group {
  margin-left: 8px;
}
.my-kids-row .kid-input-group:first-child {
  margin-left: 0;
}
.my-kids-row.line {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.my-kids-row.line button {
  border: none;
  background: none;
}
.my-kids-row.line svg {
  width: 18px;
  height: auto;
}
.my-kids-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.my-kids-row-btn {
  display: flex;
  flex-wrap: wrap;
}
.my-kids-row-btn button {
  width: calc(50% - 16px);
  height: 46px;
  background-color: #111;
  color: #FCFCFC;
  font-size: 18px;
  line-height: 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  position: relative;
  margin: 8px 8px 0;
  transition: 0.25s;
}
.my-kids-row-btn button:hover {
  background-color: #2a2a2a;
}
.my-kids-row-btn button.red {
  background-color: var(--btn-color);
}
.my-kids-row-btn button.red:hover {
  background-color: #BA2426;
}
.my-kids-row-btn .full-width {
  width: 100%;
}
.my-kids-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 1240px;
  padding: 0 0 64px;
}
.my-kids-list > span {
  width: calc(50% - 32px);
  height: 300px;
  margin: 16px;
}
@media (max-width: 1024px) {
  .my-kids-list > span {
    width: 100%;
  }
}
.my-kids-list .react-loading-skeleton {
  height: 100%;
}
.my-kids-item {
  display: flex;
  flex-direction: column;
  width: calc(50% - 32px);
  margin: 16px;
  padding: 16px;
  background-color: #FCFCFC;
  border-radius: 12px;
  border: 1px solid lightgrey;
  cursor: pointer;
  transition: 0.25s;
}
@media (max-width: 1024px) {
  .my-kids-item {
    width: 100%;
  }
}
.my-kids-item:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 16px -4px;
}
.my-kids-item .kid-card.progress-card {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none;
}
.my-kids-item-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 520px) {
  .my-kids-item-info {
    flex-direction: row;
  }
}
.my-kids-item-info > img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}
@media (min-width: 520px) {
  .my-kids-item-info > img {
    width: 200px;
  }
}
.my-kids-item-info-fundraiser {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0;
}
@media (min-width: 520px) {
  .my-kids-item-info-fundraiser {
    margin: 0 0 0 16px;
  }
}
.my-kids-item-info-fundraiser img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCFCFC;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  object-fit: contain;
  padding: 4px;
}
.my-kids-item-info-fundraiser h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0 8px;
}
.my-kids-item-info-fundraiser h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 0 16px;
}
.my-kids-item-info-fundraiser > div {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.my-kids-form {
  width: 100%;
}
.my-kids-form img {
  width: 300px;
  min-width: 300px;
  height: 300px;
  border-radius: 8px;
  border: 1px solid #111;
  object-fit: cover;
}
.my-kids-form-selector {
  justify-content: space-between;
}
.my-kids-form .kid-input-group {
  display: flex;
  flex-direction: column;
  color: #111111;
}
.my-kids-form .kid-input-group label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
.my-kids-form .kid-input-group label.error {
  color: #E43022;
}
@media (min-width: 480px) {
  .my-kids-form .kid-input-group label {
    font-size: 14px;
    line-height: 24px;
  }
}
.my-kids-form .kid-input-group input, .my-kids-form .kid-input-group select {
  background-color: #FCFCFC;
  height: 48px;
  border-radius: 10px;
  border: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 480px) {
  .my-kids-form .kid-input-group input, .my-kids-form .kid-input-group select {
    height: 56px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
.my-kids-form .kid-input-group select {
  background: url("/assets/images/arrow-down.svg") no-repeat #FCFCFC;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
.my-kids-form .kid-input-group .bordered {
  background-color: #FCFCFC;
}
.my-kids-info {
  width: 100%;
  margin-left: 12px;
}
.my-kids-modal-detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 896px) {
  .my-kids-modal-detail {
    flex-direction: row;
  }
}
.my-kids-avatar {
  position: relative;
}
.my-kids-avatar-wrapper {
  cursor: pointer;
}
.my-kids-avatar-delete, .my-kids-avatar-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  background: lightgrey;
  border: none;
  padding: 4px;
  border-radius: 50%;
  top: 8px;
}
.my-kids-avatar-delete svg, .my-kids-avatar-edit svg {
  width: 20px;
  height: 20px;
}
.my-kids-avatar-delete {
  right: 8px;
}
.my-kids-avatar-edit {
  right: 44px;
}
.my-kids-form-create .invalid-feedback {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  color: #E43022 !important;
}

@media (max-width: 896px) {
  .my-kids .kid-header {
    padding: 12px 20px;
  }
  .my-kids-avatar {
    width: max-content;
    margin-bottom: 24px;
  }
  .my-kids-info {
    margin-left: 0;
  }
  .my-kids-row-btn button {
    width: calc(50% - 4px);
    font-size: 16px;
    border-radius: 8px;
    margin: 4px 4px 0 0;
  }
  .my-kids-modal-detail {
    align-items: center;
  }
  .my-kids-form-selector .text_small {
    font-size: 12px;
    line-height: 16px;
  }
  .my-kids-form-selector .eshop-selector {
    padding: 8px;
    height: 48px;
    border-radius: 8px;
  }
  .my-kids-form-selector .eshop-selector .eshop-selector-selected {
    font-size: 14px;
  }
  .my-kids-form-selector .eshop-selector .eshop-selector-item {
    padding: 8px;
    font-size: 14px;
    line-height: 18px;
  }
}
p, h5 {
  margin: 0;
}

button {
  cursor: pointer;
}

.profile {
  width: 100%;
  min-height: 100vh;
  background-color: #F0EFEF;
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media (min-width: 480px) {
  .profile {
    padding: 32px;
  }
}
.profile input {
  border: none !important;
}

.profile-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .profile-container {
    width: 392px;
  }
}

.profile-logo {
  margin: 12px 0;
}
@media (min-width: 480px) {
  .profile-logo {
    margin: 16px 0 20px;
  }
}
.profile-logo img {
  height: 24px;
}
@media (min-width: 480px) {
  .profile-logo img {
    height: 32px;
  }
}

.profile-logo-title {
  font-size: 24px;
  line-height: 32px;
  margin: 12px 0;
  align-items: center;
}
@media (min-width: 480px) {
  .profile-logo-title {
    font-size: 32px;
    line-height: 65px;
    margin: 12px 0;
  }
}

.profile-logo-subtitle {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 320px;
  margin-bottom: 32px;
}

.profile-avatar {
  width: 112px;
  height: 112px;
  position: relative;
  margin: 20px 0;
}
@media (min-width: 480px) {
  .profile-avatar {
    width: 152px;
    height: 152px;
  }
}
.profile-avatar > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #E43022;
}
.profile-avatar button {
  position: absolute;
  bottom: 0;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0;
  background-color: #E43022;
}
@media (min-width: 480px) {
  .profile-avatar button {
    width: 40px;
    height: 40px;
  }
}
.profile-avatar button svg {
  width: 12px;
  height: auto;
}
@media (min-width: 480px) {
  .profile-avatar button svg {
    width: 20px;
  }
}
.profile-avatar button input {
  display: none;
}

.profile-form {
  margin: 10px 0;
  width: 100%;
  max-width: 392px;
}
.profile-form div {
  display: flex;
  flex-direction: column;
  color: #111111;
}
.profile-form div:not(:first-of-type) {
  margin-top: 8px;
}
@media (min-width: 480px) {
  .profile-form div:not(:first-of-type) {
    margin-top: 12px;
  }
}
.profile-form div label {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.profile-form div label.error {
  color: #E43022;
}
@media (min-width: 480px) {
  .profile-form div label {
    font-size: 14px;
    line-height: 24px;
  }
}
.profile-form div input, .profile-form div select {
  background-color: #FCFCFC;
  height: 48px;
  border-radius: 10px;
  border: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 480px) {
  .profile-form div input, .profile-form div select {
    height: 56px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
.profile-form div select {
  background: url("/assets/images/arrow-down.svg") no-repeat #FCFCFC;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
.profile-form div .bordered {
  background-color: #FCFCFC;
}
.profile-form .profile-error {
  font-size: 12px;
  line-height: 24px;
  color: #E43022;
  margin: 6px 0 0;
}
@media (min-width: 480px) {
  .profile-form .profile-error {
    font-size: 14px;
    margin: 8px 0 0;
  }
}

.profile-prizes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
}
.profile-prizes-grid .kid-prizes-item {
  flex: 0 0 calc(33.33% - 22px);
}

.profile-prizes-list {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.profile-prizes-list .kid-prizes-item {
  margin-bottom: 16px;
  width: 100% !important;
}

.profile-form-password {
  position: relative;
}
.profile-form-password input {
  padding-right: 54px !important;
}
.profile-form-password button {
  position: absolute;
  right: 15px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 0;
}
@media (min-width: 480px) {
  .profile-form-password button {
    right: 20px;
    bottom: 14px;
    width: 28px;
    height: 28px;
  }
}
.profile-form-password button svg {
  width: 24px;
  height: auto;
}

.profile-hr {
  width: 100%;
  max-width: 392px;
  height: 1px;
  opacity: 20%;
  background-color: #111111;
  margin: 2px 0;
}
@media (min-width: 480px) {
  .profile-hr {
    margin: 10px 0;
  }
}

.profile-update {
  margin: 14px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 392px;
  color: #111;
}
.profile-update div {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.profile-update div h5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 480px) {
  .profile-update div h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
.profile-update div button {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #E43022;
  border: 0;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .profile-update div button {
    font-size: 14px;
    line-height: 24px;
  }
}
.profile-update p {
  font-size: 14px;
  line-height: 28px;
}
@media (min-width: 480px) {
  .profile-update p {
    font-size: 16px;
    line-height: 28px;
  }
}

.profile-action {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 392px;
  margin: 10px 0 24px 0;
}
@media (min-width: 480px) {
  .profile-action {
    margin: 22px 0 32px;
  }
}
.profile-action .error {
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: #E43022;
  text-align: center;
  margin-top: 8px;
}
.profile-action button, .profile-action a {
  position: relative;
  width: calc(50% - 6px);
  height: 48px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  transition: 0.25s;
}
@media (min-width: 480px) {
  .profile-action button, .profile-action a {
    height: 56px;
    font-size: 16px;
    line-height: 28px;
  }
}
.profile-action button.full-width, .profile-action a.full-width {
  width: 100%;
}
.profile-action button:disabled, .profile-action a:disabled {
  opacity: 0.1;
}
.profile-action .cancel {
  border: 1px solid #111;
  color: #111;
}
.profile-action .cancel:hover {
  background-color: #111;
  color: #FCFCFC;
}
.profile-action .save {
  background-color: #111;
  color: #FCFCFC;
  border: 0;
}
.profile-action .save:hover {
  background: none;
  border: 1px solid #111;
  color: #111;
}
.profile-action.modal button {
  width: 100%;
}

.profile-logout {
  background-color: #111 !important;
  text-align: center !important;
  max-width: 392px;
}
.profile-logout:hover {
  background-color: #FCFCFC !important;
  color: #111 !important;
}

.profile-link {
  text-align: center;
  color: #E43022;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.profile-modal .kid-modal-body {
  display: flex;
  flex-direction: column;
}
.profile-modal .kid-modal {
  width: 472px;
}

.profile-forgot-password {
  margin: 4px 0 24px;
  text-align: center;
}
.profile-forgot-password a {
  color: #E43022;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.profile-prize {
  margin-bottom: 20px;
}

.profile-prize-title {
  text-align: center;
  margin-bottom: 10px;
}

.profile-prize-image {
  height: 280px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}

.profile-cancel-button {
  position: fixed;
  top: 30px;
  left: 24px;
  color: #111;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.parent-info .profile-logo-title {
  white-space: nowrap;
}
.parent-info .profile-logo-subtitle {
  text-align: left;
  max-width: 392px;
  margin-bottom: 0;
}
.parent-info .profile-logo-subtitle p {
  margin-bottom: 8px;
}

.digital-cards-header {
  justify-content: space-between !important;
  align-items: center;
  padding: 16px 24px 0 24px !important;
  background-color: #F0EFEF !important;
}
.digital-cards-header-back {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}
@media (min-width: 896px) {
  .digital-cards-header-back {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.digital-cards-header-back svg {
  margin: 0 12px 0 0;
  width: 12px;
  height: auto;
}

.digital-cards-container {
  width: 100%;
}

.digital-products-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.digital-products-action button {
  display: flex;
  justify-content: center;
  flex: 1;
  margin-right: 12px;
}
.digital-products-action button:last-child {
  margin-right: 0;
}

.tickets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.tickets-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
  background: #FCFCFC;
  padding: 12px;
  transition: 0.25s;
  cursor: pointer;
}
.tickets-item:hover {
  box-shadow: 0 0 24px 0 rgba(17, 17, 17, 0.3);
}
.tickets-item-img {
  display: flex;
  align-items: center;
  width: 90%;
}
.tickets-item-img img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tickets-modal .kid-modal {
  width: 90vw;
}
.tickets-modal .kid-modal-body {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tickets-modal-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 200px;
}
.tickets-modal-desc {
  text-align: justify;
  max-height: 600px;
  overflow-y: scroll;
}
.tickets-modal-qr {
  min-width: 200px;
  height: 200px;
  margin-left: 16px !important;
}
.tickets-check-in {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid lightgrey;
}
.tickets-check-in_checked {
  background-color: #00AC4F;
}
.tickets-check-in-mark {
  color: white !important;
}

.digital-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.digital-cards .digital-cards-item {
  position: relative;
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 3px 0px rgba(17, 17, 17, 0.031372549);
  background: #FCFCFC;
  transition: 0.25s;
}
.digital-cards .digital-cards-item:hover {
  box-shadow: 0 0 24px 0 rgba(17, 17, 17, 0.3);
}
.digital-cards .digital-cards-item-amount {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(17, 17, 17, 0.45);
}
.digital-cards .digital-cards-item-type {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  padding: 4px 12px;
  background-color: #E43022;
  color: white;
  font-size: 14px;
}
.digital-cards .img-container {
  display: flex;
  align-items: center;
  height: 280px;
  padding: 12px;
}
.digital-cards .info-container {
  padding: 16px;
}
.digital-cards img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.digital-cards h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #111111;
}
.digital-cards h3:not(:last-child) {
  margin-bottom: 24px;
}
.digital-cards .info-container-row {
  display: flex;
  justify-content: space-between;
}
.digital-cards .digital-card-share-btn {
  border: none;
  outline: none;
  background: none;
  text-decoration: underline;
}

.profile-header {
  display: flex;
  justify-content: end;
  background-color: #F0EFEF;
  padding: 32px 32px 16px;
}

.profile-logo-image img {
  max-width: 350px;
}

.digital-card-deals-container {
  width: 100%;
}

.digital-cards-back {
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 16px;
}

.digital-card-deals {
  width: 100%;
  position: relative;
}
.digital-card-deals .profile-logo-title {
  line-height: 1.4;
  text-align: center;
}
.digital-card-deals-tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
.digital-card-deals-tabs button {
  border-radius: 10px;
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  background: none;
  border: 0;
}
.digital-card-deals-tabs button.active {
  background-color: #111;
  color: #FCFCFC;
}
.digital-card-deals-eb-banner {
  width: 100%;
}
.digital-card-deals-eb-banner img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.digital-card-deals-loader {
  margin: auto;
  position: absolute !important;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.digital-card-deals-search {
  width: 100%;
  display: flex;
  margin: 20px auto;
}
.digital-card-deals-search input {
  flex: 1;
  background-color: #FCFCFC;
  height: 48px;
  border-radius: 10px;
  border: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
}
.digital-card-deals-search button {
  border-radius: 10px;
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  background-color: #111;
  color: #FCFCFC;
}
.digital-card-deals-list {
  width: 100%;
  margin: auto;
}
.digital-card-deals-list-item {
  width: 100%;
  display: flex;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.digital-card-deals-list-item h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.digital-card-deals-list-item img {
  width: 64px;
  object-fit: contain;
}
.digital-card-deals-list-item .item-info {
  flex: 1;
  margin-left: 20px;
}
.digital-card-deals-near-me {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.digital-card-deals-near-me .leaflet-container {
  width: 100%;
  height: 600px !important;
}
.digital-card-deals-near-me .digital-card-deals-list {
  margin: 0 16px 0 0;
  max-height: 600px;
  overflow-y: scroll;
}
.digital-card-deals-near-me .digital-card-deals-nearby-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.digital-card-deals-near-me .digital-card-deals-nearby-empty h3 {
  margin-bottom: 8px;
}

.digital-card-deal {
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.digital-card-deal:not(:first-child) {
  margin-top: 20px;
}
.digital-card-deal:not(:last-child) {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.digital-card-deal:not(:last-child) button {
  margin-bottom: 20px;
}
.digital-card-deal .deal-type {
  font-weight: 600;
  margin-top: 10px;
}
.digital-card-deal .deal-description {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.digital-card-deal button {
  border-radius: 10px;
  text-align: center;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  border: 0;
  background-color: #111;
  color: #FCFCFC;
  margin-top: 10px;
  position: relative;
  width: 200px;
  height: 50px;
}
.digital-card-deal img {
  max-width: 85%;
  max-height: 280px;
}
.digital-card-deal-qr-code {
  margin-bottom: 16px !important;
}

.digital-card-deals-modal-loader {
  margin: auto;
}

.deals-modal-redemption-timer .kid-modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.deals-modal-redemption-timer .kid-modal-body .time-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.deals-modal-redemption-timer .kid-modal-body .time-wrapper div {
  font-size: 18px;
}
.deals-modal-redemption-timer .kid-modal-body .text {
  margin-top: 24px;
}

.deals-modal .kid-modal {
  max-height: 90vh;
  overflow: auto;
}

.kid-prizes-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  box-shadow: 0px 2px 3px 0px rgba(17, 17, 17, 0.031372549);
  background: #FCFCFC;
}
.kid-prizes-item .img-container {
  display: flex;
  align-items: center;
  height: 280px;
  padding: 12px;
}
.kid-prizes-item .info-container {
  padding: 16px;
}
.kid-prizes-item img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kid-prizes-item .badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  background: #DFDFDF;
}
.kid-prizes-item .badge div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: rgba(17, 17, 17, 0.45);
}
.kid-prizes-item .badge div svg path {
  fill: rgba(17, 17, 17, 0.45);
}
.kid-prizes-item .badge.achieved {
  background: #EDF7F2;
}
.kid-prizes-item .badge.achieved div {
  color: #00AC4F;
}
.kid-prizes-item .badge.achieved div svg path {
  fill: #00AC4F;
}
.kid-prizes-item h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: #111111;
}
.kid-prizes-item h3:not(:last-child) {
  margin-bottom: 24px;
}
.kid-prizes-item .input-block {
  display: flex;
  flex-direction: column;
}
.kid-prizes-item .input-block:not(:last-child) {
  margin-bottom: 16px;
}
.kid-prizes-item label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 4px;
}
.kid-prizes-item input, .kid-prizes-item select {
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  padding: 16px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.kid-prizes-item input::placeholder, .kid-prizes-item select::placeholder {
  color: rgba(17, 17, 17, 0.2);
}
.kid-prizes-item-date {
  border-bottom: 3px solid lightgrey;
  padding-bottom: 12px;
  margin-bottom: 12px !important;
}
.kid-prizes-item-date:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.gift-activation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 0 24px;
}
.gift-activation h1 {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.gift-activation a {
  width: 100%;
  max-width: 600px;
  margin: 16px;
}

@media only screen and (max-width: 1024px) {
  .digital-card-deals-near-me {
    flex-direction: column !important;
  }
  .digital-card-deals-near-me .leaflet-container {
    width: 100%;
  }
  .digital-card-deals-near-me .digital-card-deals-list {
    margin: 16px 0 0 0;
    max-height: none;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 480px) {
  .tickets-modal-info {
    min-height: 0;
  }
  .digital-cards, .tickets {
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 12px;
  }
  .digital-cards .digital-cards-item, .digital-cards .tickets-item, .tickets .digital-cards-item, .tickets .tickets-item {
    width: 100%;
  }
  .digital-cards .img-container, .digital-cards .tickets-item-img, .tickets .img-container, .tickets .tickets-item-img {
    height: 200px;
  }
  .digital-cards h3, .tickets h3 {
    font-size: 18px;
  }
  .tickets-modal .kid-modal-body {
    flex-direction: column;
    align-items: center;
  }
  .tickets-modal-qr {
    margin-top: 16px;
    min-width: 100%;
    height: auto;
    padding: 24px;
    margin-left: 0 !important;
  }
  .tickets-modal-desc {
    max-height: 250px;
  }
}
.profile-remove-avatar {
  display: flex;
  flex-direction: column;
}
.profile-remove-avatar button {
  text-decoration: underline;
  color: #E43022;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}

.landing-header {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 112px;
  width: 100%;
  background: var(--div-background);
  box-shadow: 0 4px 15px 0 rgba(17, 17, 17, 0.0784313725);
  transition: 0.5s ease;
  padding: 0 20px;
}
.landing-header_no-background {
  background-color: transparent;
  box-shadow: none;
}
.landing-header-container {
  display: flex;
  justify-content: space-between;
  width: 1240px;
}
.landing-header-logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-color);
}
.landing-header-logo-img {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCFCFC;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  margin-right: 16px;
}
.landing-header-logo-img img {
  width: 40px;
  height: auto;
}
.landing-header-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-header-actions button, .landing-header-actions a {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  text-wrap: nowrap;
  text-decoration: none;
  color: #111;
  cursor: pointer;
  transition: 0.25s;
  outline: none;
  border: none;
  background: transparent;
}
.landing-header-actions button:hover, .landing-header-actions a:hover {
  color: var(--btn-color);
}
.landing-header-actions button:hover svg path, .landing-header-actions a:hover svg path {
  fill: var(--btn-color);
}
.landing-header-actions button:not(:last-of-type), .landing-header-actions a:not(:last-of-type) {
  margin-right: 32px;
}
.landing-header-actions button svg, .landing-header-actions a svg {
  width: 35px;
  height: auto;
}
.landing-header-actions button svg path, .landing-header-actions a svg path {
  transition: 0.25s;
}
.landing-header-humburger {
  display: none;
  width: 32px;
  cursor: pointer;
}
.landing-header-mobile-menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #E43022;
  padding: 24px;
  transition: 0.25s;
}
.landing-header-mobile-menu_open {
  top: 0;
}
.landing-header-mobile-menu-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
}
.landing-header-mobile-menu-head span {
  color: #FCFCFC;
}
.landing-header-mobile-menu-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.landing-header-mobile-menu-actions button, .landing-header-mobile-menu-actions a {
  color: #FCFCFC;
  margin-bottom: 16px;
  outline: none;
  border: none;
  background: transparent;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}
.landing-header-mobile-menu svg path {
  fill: #FCFCFC;
}

.landing-top {
  display: flex;
  justify-content: center;
  height: 100vh;
  background: #F0EFEF;
  background-image: url("/images/white-arrows-bg.jpg");
  background-size: cover;
  padding: 128px 32px;
}
.landing-top-content {
  width: 1240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.landing-top-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 518px;
}
.landing-top-body_center {
  align-items: center;
}
.landing-top-body-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 510px;
  padding: 64px 0;
}
.landing-top-body-text h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  margin: 24px 0;
}
.landing-top-body-text h5 span {
  color: #E43022;
  margin-left: 16px;
}
.landing-top-body-text button {
  width: 212px;
  border-radius: 10px;
  color: #FCFCFC;
  background: #E43022;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 12px 21px;
}
.landing-top-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 584px;
  height: 518px;
  border-radius: 24px;
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
  background-color: #FCFCFC;
  overflow: hidden;
}
.landing-top-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 0;
  height: calc(100% - 176px);
  overflow: hidden;
  border-radius: 4px;
}
.landing-top-card-img img {
  border-radius: 4px;
  object-fit: contain;
  height: 100%;
  width: auto;
}
.landing-top-card button {
  width: 48px;
  height: 48px;
  background-color: #FCFCFC;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 24px;
}
.landing-top-card button svg {
  width: 22px;
  height: 22px;
}
.landing-top-card .progress-card:nth-of-type(odd) {
  padding: 0 24px 20px;
}
.landing-top-card .progress-card .kid-divider {
  display: none !important;
}
.landing-top-switch-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #FCFCFC;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.25s;
}
.landing-top-switch-btn:hover {
  background: var(--active-color);
}
.landing-top-switch-btn:hover svg path {
  fill: var(--btn-color);
}
.landing-top-switch-btn svg {
  width: 32px;
  height: 32px;
}
.landing-top-switch-btn svg path {
  transition: 0.25s;
}

.landing-thank-you-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.landing-thank-you-img-wrapper {
  width: 100%;
}

.fundraiser-digital-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.fundraiser-digital-card img {
  width: 100%;
  max-width: 700px;
  margin: 0 8px 16px 8px;
}
.fundraiser-digital-card .digital-card-deals-list {
  padding: 8px;
  max-height: 700px;
  overflow-y: auto;
  text-align: start;
}
.fundraiser-digital-card .digital-card-deals-list img {
  width: 72px !important;
  height: 72px !important;
  border-radius: 12px;
}
.fundraiser-digital-card .digital-card-deals-list-item {
  margin-bottom: 10px !important;
  font-size: 16px !important;
}
.fundraiser-digital-card .digital-card-deals-list-item h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.fundraiser-digital-card-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 24px);
  border-radius: 10px;
  background-color: #e0e0e0;
  padding: 24px 16px;
  text-align: center;
  font-size: 14px;
}
.fundraiser-digital-card-error-links {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}
.fundraiser-digital-card-error-links a {
  color: dodgerblue;
  cursor: pointer;
  margin: 0 4px;
}

@media only screen and (max-width: 1200px) {
  .landing-top-card {
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .kid-card {
    padding: 20px 0 !important;
  }
  .landing-header {
    height: 72px;
  }
  .landing-header-logo {
    font-size: 18px;
    line-height: 24px;
  }
  .landing-header-logo-img {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
  .landing-header-logo-img img {
    width: 40px;
  }
  .landing-header-actions {
    display: none;
  }
  .landing-header-container {
    justify-content: space-between;
  }
  .landing-header-humburger {
    display: block;
  }
  .landing-header-humburger path {
    stroke: var(--btn-color);
  }
  .landing-top {
    height: auto;
    padding: 100px 32px 32px 32px;
  }
  .landing-top-card {
    width: 100%;
    margin-bottom: 32px;
  }
  .landing-top-card-img {
    height: calc(100% - 142px);
    min-height: 180px;
    max-height: 492px;
  }
  .landing-top-body {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }
  .landing-top-body-fund-desc {
    display: none !important;
  }
  .landing-top-body-text {
    width: 100%;
    padding: 16px 0;
  }
  .landing-top-body-text button {
    width: 100% !important;
  }
}
.address-verification {
  position: relative;
}
.address-verification-list {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  overflow: auto;
  max-height: 300px;
  background-color: var(--div-background);
  border: 1px solid var(--text-color);
  border-radius: 10px;
  padding: 12px;
}
.address-verification-back {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.address-verification-item {
  text-align: start;
  margin-bottom: 8px;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  color: var(--text-color);
}
.address-verification-item:hover {
  background-color: var(--active-color);
}
.address-verification > .col:nth-of-type(2) {
  padding-right: 0 !important;
}
.address-verification-error {
  color: red;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.error-boundary-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.error-boundary-fallback img {
  height: 40px;
  width: auto;
}
.error-boundary-fallback_text {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
  padding: 16px;
}
.error-boundary-fallback_button {
  padding: 10px 40px;
  margin: 40px;
  background: #E43022;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.tos * {
  box-sizing: border-box;
}
.tos h1 {
  text-align: center;
  margin: 40px 0;
}
.tos-modal .kid-modal {
  max-height: 95vh;
  width: auto;
}
.tos-modal .kid-modal-body {
  overflow-y: scroll;
  max-height: 80vh;
  padding: 20px;
}
.tos ol {
  padding-left: 16px;
}
@media (min-width: 896px) {
  .tos ol {
    padding-left: 33px;
  }
}
.tos p, .tos li {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  mso-style-parent: "";
  mso-pagination: none;
  color: #333;
  margin: 20px 0;
  text-autospace: none;
  font-size: 14pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos-paragraph {
  mso-style-priority: 1;
  mso-style-unhide: no;
  mso-style-qformat: yes;
  margin-top: 20px;
  margin-right: 0in;
  margin-bottom: 20px;
  margin-left: 41pt;
  text-indent: -0.25in;
  mso-pagination: none;
  text-autospace: none;
  font-size: 14pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos h2 {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  margin-top: 0in;
  margin-right: 0in;
  margin-bottom: 48pt;
  margin-left: 0in;
  mso-pagination: none;
  text-autospace: none;
  font-size: 22pt;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos h4 {
  mso-style-unhide: no;
  mso-style-qformat: yes;
  mso-style-parent: "";
  mso-pagination: none;
  color: #333;
  margin: 20px 0;
  text-autospace: none;
  font-size: 14pt;
  font-weight: bold;
  font-family: "Times New Roman", serif;
  mso-fareast-font-family: "Times New Roman";
}
.tos ul {
  list-style-type: disc;
}
.tos ul li {
  margin: 0 0 8px 52px;
}
.tos span {
  font: 7pt "Times New Roman";
}
.tos .ol3 {
  counter-reset: section;
}
.tos .ol3 li {
  counter-increment: section;
}
.tos .ol3 li::before {
  content: counters(section, ".") ". ";
}
.tos .ol3 li::marker {
  content: none;
}
.tos .ol3 ol {
  counter-reset: subsection;
}
.tos .ol3 ol li {
  counter-increment: subsection;
}
.tos .ol3 ol li::before {
  content: counter(section) "." counter(subsection) " ";
}
.tos .ol3 ol.alpha {
  list-style-type: none;
  counter-reset: list;
}
.tos .ol3 ol.alpha li {
  counter-increment: list;
}
.tos .ol3 ol.alpha li::before {
  content: "(" counter(list, lower-alpha) ") ";
}
.tos-list {
  max-width: 1240px;
  margin: 128px auto;
}
.tos-drop-down {
  border-radius: 20px;
  overflow: hidden;
}
.tos-drop-down:not(:first-of-type) {
  margin-top: 24px;
}
.tos-drop-down > .tos-header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #111;
  padding: 4px 24px;
}
.tos-drop-down > .tos-header.open > button:last-of-type > svg {
  transform: rotate(180deg);
}
.tos-drop-down h3 {
  width: 100%;
  color: #FCFCFC;
  font-size: 16px;
}
.tos-drop-down svg {
  width: 24px;
  height: auto;
  transition: 0.25s;
}
.tos-drop-down svg path {
  stroke: #FCFCFC;
}
.tos-drop-down button {
  border: none;
  background: none;
  padding: 0;
  margin: 0 24px 0 0;
  transition: 0.25s;
}
.tos-drop-down button:hover svg path {
  stroke: #c2c2c2;
}
.tos-drop-down button:last-of-type {
  margin: 0 !important;
}
.tos ol.upper {
  list-style-type: upper-alpha;
}
.tos ol.disk {
  list-style-type: disc;
}
.tos h3.title {
  color: black;
  font-weight: bold;
  text-align: center;
  margin-top: 36px;
}
.tos-row {
  display: flex;
}
.tos-row > * {
  font-size: 14pt;
  font-family: "Times New Roman", serif;
}
.tos-row > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 0 16px;
}
@media (min-width: 896px) {
  .tos-row > div {
    width: 50%;
  }
}
.tos-row label {
  border-top: 1px solid;
  padding: 8px;
}
.tos-row canvas {
  border: 1px solid;
  border-radius: 8px;
  margin: 8px 0 0;
}
.tos-row button {
  margin: 8px 0;
  border-radius: 8px;
  border: none;
  background: var(--btn-color);
  color: #FCFCFC;
  padding: 8px;
  font-weight: bold;
  font-size: 14pt;
}
.tos-row input {
  margin: 16px 0 8px;
  border: 1px solid;
  border-radius: 8px;
  padding: 8px;
  font-size: 14pt;
}
.tos-empty {
  margin-top: 40px;
}
@media (min-width: 896px) {
  .tos-empty {
    margin-top: 0;
  }
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.eshop-selector {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--text-color);
  border-radius: 10px;
  background-color: var(--div-background);
  height: 56px;
  padding: 12px 20px;
  position: relative;
  margin: 0 !important;
}
.eshop-selector-background {
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  opacity: 1;
  z-index: 100;
}
.eshop-selector-selected {
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text-color);
  margin-right: 4px !important;
}
.eshop-selector svg {
  width: 16px;
  height: auto;
  transform: rotate(0);
  transition: transform 0.5s ease;
}
.eshop-selector svg path {
  stroke: var(--text-color);
}
.eshop-selector-list {
  display: none !important;
  flex-direction: column;
  position: absolute;
  z-index: 101;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background-color: var(--div-background);
  border: 1px solid var(--text-color);
  border-radius: 10px;
  padding: 12px 0;
}
.eshop-selector-list .kid-input-group {
  padding: 4px 16px !important;
}
.eshop-selector-item {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
}
.eshop-selector-item:focus, .eshop-selector-item:hover {
  background-color: var(--active-color);
  color: var(--text-color);
}
.eshop-selector.open {
  z-index: 101;
}
.eshop-selector.open .eshop-selector-background {
  display: block !important;
}
.eshop-selector.open .eshop-selector-list {
  display: flex !important;
  animation: OpenSelect 0.7s ease;
  max-height: 216px;
}
.eshop-selector.open .eshop-selector-list > div {
  overflow: auto;
}
.eshop-selector.open .eshop-selector-item {
  animation: OpenSelectItem 0.7s ease;
}
.eshop-selector.open svg {
  transform: rotate(180deg);
}
.eshop-selector.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.eshop-selector-skeleton {
  height: 56px;
  border-radius: 10px !important;
}
.eshop-selector-skeleton_address {
  height: 50px;
  border-radius: 10px !important;
}
.eshop-selector div {
  margin: 0 !important;
}

@keyframes OpenSelect {
  from {
    padding: 0;
  }
  to {
    padding: 12px 0;
  }
}
@keyframes OpenSelectItem {
  from {
    max-height: 0;
    padding: 0;
  }
  to {
    max-height: 48px;
    padding: 12px 20px;
  }
}
.receive-cash {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.receive-cash-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.receive-cash-col label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}
.receive-cash-col input, .receive-cash-col textarea {
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #CDCDCD;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.receive-cash-col input:focus, .receive-cash-col textarea:focus {
  border: none;
  --tw-ring-shadow: none;
}
.receive-cash-btn {
  width: 100%;
}
.receive-cash-btn button {
  width: 100%;
  background-color: #E43022;
  border-radius: 10px;
  border: none;
  color: #FCFCFC;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 8px 12px;
}
.receive-cash-btn button:hover {
  background-color: #BA2426;
}

.kid-quick-navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 20px 16px;
  margin: 0 0 16px;
  background-color: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
}
.kid-quick-navigation-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kid-quick-navigation-body a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(33% - 10px);
  width: calc(33% - 10px);
  height: 20vw;
  border-radius: 10px;
  margin: 16px 0 0;
  padding: 9px 11px;
  box-shadow: 0 2px 3px 0 var(--btn-color);
}
.kid-quick-navigation-body a svg path {
  fill: var(--btn-color);
}
.kid-quick-navigation-body svg {
  height: 28px;
  min-height: 28px;
  width: auto;
}
.kid-quick-navigation-body h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  margin: 6px 0 0;
  color: var(--btn-color);
}
.kid-quick-navigation .active {
  background-color: #E43022;
  opacity: 1;
}
.kid-quick-navigation .active h6 {
  color: #FCFCFC;
}
.kid-quick-navigation .active svg path {
  fill: #F0F0F0;
}
.kid-quick-navigation .active svg.home path {
  fill: none;
  stroke: #F0F0F0;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.error-boundary-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.error-boundary-fallback img {
  height: 40px;
  width: auto;
}
.error-boundary-fallback_text {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 0;
  padding: 16px;
}
.error-boundary-fallback_button {
  padding: 10px 40px;
  margin: 40px;
  background: #E43022;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}

.flyer-of-fundraiser {
  padding: 0 !important;
  overflow: auto;
  max-height: 70vh;
}
.flyer-of-fundraiser button {
  background: #E43022;
  color: #FCFCFC;
  border: none;
  outline: none;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  margin: 0 0 16px;
  transition: 0.25s;
}
.flyer-of-fundraiser button:hover {
  background: var(--active-color);
  color: var(--btn-color);
}
.flyer-of-fundraiser h1 {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  width: 100%;
  bottom: 64%;
  transform: translateY(50%);
}
@media (min-width: 380px) {
  .flyer-of-fundraiser h1 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 450px) {
  .flyer-of-fundraiser h1 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 500px) {
  .flyer-of-fundraiser h1 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 650px) {
  .flyer-of-fundraiser h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.flyer-of-fundraiser #qr-container {
  position: relative;
  padding: 0;
}
.flyer-of-fundraiser #qr-container img {
  width: 100%;
  height: auto;
}
.flyer-of-fundraiser-qrcode {
  position: absolute;
  z-index: 10;
  height: auto;
  left: 35.24%;
  bottom: 18.35%;
  width: 31%;
}
.flyer-of-fundraiser-logo {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  object-fit: contain;
  left: 34.3%;
  top: 5%;
  width: 30.5% !important;
  height: 20.8% !important;
  border-radius: 3px;
}

.kid-chat {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  min-height: auto;
  margin-top: 12px;
  border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  position: relative;
}
@media (min-width: 896px) {
  .kid-chat {
    flex-direction: row;
    max-height: 80vh;
    min-height: 50vh;
    margin-top: 0;
  }
}
.kid-chat > div {
  display: flex;
  flex-direction: column;
  position: relative;
}
.kid-chat > div:first-of-type {
  width: 100%;
  padding: 12px 12px 0 12px;
}
@media (min-width: 896px) {
  .kid-chat > div:first-of-type {
    width: 35%;
    padding: 24px;
  }
}
.kid-chat > div:last-of-type {
  width: 100%;
}
@media (min-width: 896px) {
  .kid-chat > div:last-of-type {
    width: 65%;
    border-left: 1px solid rgba(17, 17, 17, 0.2);
  }
}
.kid-chat h2 {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 896px) {
  .kid-chat h2 {
    font-size: 24px;
    margin: 18px;
  }
}
.kid-chat .kid-main-card-search input {
  width: 100%;
  margin: 0;
}
.kid-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0;
}
@media (min-width: 896px) {
  .kid-chat-header {
    margin: 4px 0 28px;
  }
}
.kid-chat-header button {
  padding: 6px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  outline: none;
  background: none;
  border: none;
  color: #FCFCFC;
  background-color: var(--btn-color);
}
.kid-chat-header button:hover {
  background-color: var(--active-color);
  color: var(--btn-color);
}
.kid-chat-teams {
  width: 100%;
  position: relative;
  display: flex;
  padding: 12px 12px 24px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  outline: none;
  background: none;
}
.kid-chat-teams.active, .kid-chat-teams:hover {
  background-color: var(--active-color);
  border-bottom: 1px solid var(--btn-color) !important;
}
.kid-chat-teams-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 64px);
  height: 100%;
  margin-left: 16px;
}
.kid-chat-teams-info div {
  display: flex;
  justify-content: space-between;
}
.kid-chat-teams img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
}
.kid-chat-teams h3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  left: 6px;
  margin: 0;
  border-radius: 50%;
  font-weight: normal;
  font-size: 14px;
  background: var(--btn-color);
  color: #FCFCFC;
  width: 20px;
  height: 20px;
}
.kid-chat-teams h4 {
  font-size: 16px;
  margin: 0;
}
.kid-chat-teams p {
  font-size: 14px;
  opacity: 0.3;
  text-align: right;
  margin: 0;
}
.kid-chat-teams h5 {
  font-size: 14px;
  opacity: 0.3;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.kid-chat-title {
  padding: 0 12px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 896px) {
  .kid-chat-title {
    padding: 24px 40px;
  }
}
.kid-chat-title img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  border: 1px solid rgb(17, 17, 17);
  object-fit: contain;
}
@media (min-width: 896px) {
  .kid-chat-title img {
    width: 48px;
    height: 48px;
  }
}
.kid-chat-title h4 {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
.kid-chat-title button {
  margin: 14px 0 14px auto;
  padding: 6px 12px;
  border: none;
  border-radius: 8px;
  background: var(--btn-color);
  color: #FCFCFC;
  font-size: 16px;
  white-space: nowrap;
}
.kid-chat-list-chat {
  overflow: auto;
  height: 100%;
  margin-top: 12px;
}
.kid-chat-list-message {
  overflow: auto;
  padding: 0 12px;
  height: 100%;
  margin-bottom: 24px;
  max-height: calc(100vh - 380px);
  min-height: calc(100vh - 380px);
}
@media (min-width: 896px) {
  .kid-chat-list-message {
    padding: 0 40px;
    max-height: 100%;
    min-height: auto;
  }
}
.kid-chat-message {
  margin: 24px 0 0;
}
.kid-chat-message h6 {
  margin: 0;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.3);
  text-align: center;
  margin-bottom: 12px;
}
.kid-chat-message div {
  display: flex;
  align-items: flex-start;
}
.kid-chat-message img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.kid-chat-message p {
  padding: 8px 12px;
  margin: 0 0 0 16px;
  border-radius: 10px;
  background-color: #F0EFEF;
  font-size: 14px;
}
.kid-chat-message-text {
  width: 100%;
  margin-left: 16px;
}
.kid-chat-input {
  display: flex;
  margin: 0 12px 24px;
}
@media (min-width: 896px) {
  .kid-chat-input {
    margin: 0 40px 24px;
  }
}
.kid-chat-input button {
  outline: none;
  background: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 0 16px;
  border-radius: 50%;
  border: 2px solid #111;
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.kid-chat-input button:hover {
  border: 2px solid var(--btn-color);
}
.kid-chat-input button:hover svg path {
  stroke: var(--btn-color);
}
.kid-chat-input form {
  width: 100%;
  display: flex;
}
.kid-chat-input textarea {
  padding: 14px 16px;
  margin: 0;
  width: 100%;
  min-width: calc(100% - 61px);
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  border-radius: 10px;
  background-color: #F0EFEF;
  font-size: 14px;
  border: none;
  resize: none;
}
.kid-chat-loader {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kid-chat-modal .kid-modal-body {
  height: 50vh;
}
.kid-chat-modal .kid-messages-modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.receipts-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.receipts-new-receipt {
  width: 142px !important;
}
.receipts-export {
  width: max-content !important;
  border-radius: 10px;
  margin-left: 16px;
}
.receipts table thead th:last-child {
  width: 148px;
}

@media (max-width: 480px) {
  .receipts table thead th:nth-child(2),
  .receipts table thead th:nth-child(3) {
    display: none;
  }
  .receipts table tbody td:nth-child(2),
  .receipts table tbody td:nth-child(3) {
    display: none;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.search-table {
  width: 100%;
  position: relative;
}
.search-table table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}
.search-table table td:first-child {
  cursor: pointer;
}
.search-table table tbody tr:last-child {
  border-bottom: none;
}
.search-table table tr {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
.search-table table th, .search-table table td {
  padding: 12px 8px;
  max-width: 136px;
}
.search-table table th {
  color: #111;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.search-table table th div {
  width: max-content;
  position: relative;
  cursor: pointer;
}
.search-table table th div::before, .search-table table th div::after {
  position: absolute;
  right: -16px;
  color: lightgrey;
}
.search-table table th div::before {
  top: -6px;
  content: "▴";
}
.search-table table th div::after {
  top: 4px;
  content: "▾";
}
.search-table table .sort-asc div::before {
  color: #111;
}
.search-table table .sort-desc div::after {
  color: #111;
}
.search-table table .search-table-option-btn {
  width: 120px;
}
.search-table table .search-table-edit-btn {
  width: 72px;
}
.search-table table button {
  max-width: max-content;
}
.search-table_small table td {
  font-size: 14px;
}
.search-table_small table th div {
  font-size: 14px;
}
.search-table button > svg {
  height: auto;
  width: auto;
}
.search-table-action {
  margin: 13px 0;
}
.search-table-add-col {
  width: 5% !important;
  position: absolute !important;
  z-index: 10;
  top: 12px;
  background-color: #FCFCFC;
}

.editor-table {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.editor-table th, .editor-table td {
  display: table-cell !important;
}
.editor-table-columns-selector button {
  display: inline-block !important;
  margin: 0 8px 8px 0 !important;
  width: max-content !important;
}

:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.dropdown-section {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  background-color: #FCFCFC;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.2);
}

.dropdown-section:last-child {
  margin-bottom: 24px;
}

.dropdown-section .expanded {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section .expanded .dropdown-section-arrow {
  rotate: 90deg;
}

.dropdown-section .expanded .dropdown-section-header {
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.dropdown-section-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}

.dropdown-section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.dropdown-section-arrow {
  transition: 0.25s;
}

.dropdown-section-content {
  padding: 16px;
}

.dropdown-section_outlined {
  box-shadow: none !important;
  border: 1px solid #111;
}

#html5-qrcode-button-camera-permission {
  background: #111;
  border-radius: 10px;
  padding: 16px;
  color: white;
  cursor: pointer;
  margin-bottom: 16px;
}

.attached-file {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 8px;
  border-radius: 8px;
}
.attached-file a {
  display: inherit;
}
.attached-file_editable .attached-file-delete-btn {
  display: block;
}
.attached-file:hover .attached-file-icon svg {
  fill: #E43022;
}
.attached-file:hover .attached-file-name {
  color: #E43022;
}
.attached-file-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f0f0f0;
}
.attached-file-icon svg {
  transition: 0.25s;
  width: 20px;
  height: 20px;
}
.attached-file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.attached-file-name {
  transition: 0.25s;
}
.attached-file-size {
  color: grey;
}
.attached-file-delete-btn {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  padding: 0;
  outline: none;
  background-color: #111;
  color: white;
}

.signature-pad button {
  display: flex;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
}
.signature-pad canvas {
  border: 1px solid #111;
  border-radius: 8px;
}
.signature-pad-btns {
  display: flex;
  flex-direction: row;
}
.signature-pad-btn {
  display: flex;
  flex: 1;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 8px;
}
.signature-pad-btn:last-child {
  margin-right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation: fadeIn 0.25s ease-out;
}

a:link, a:visited,
a:hover, a:active {
  text-decoration: none;
}

button {
  color: #111;
}

.snackbar {
  position: fixed;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  max-width: 50vw;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  z-index: 1000;
}
.snackbar.success {
  background-color: green;
  box-shadow: 0px 8px 24px rgba(0, 128, 0, 0.2);
  color: #fff !important;
}
.snackbar.error {
  background-color: #E09B00;
  box-shadow: 0px 8px 24px rgba(224, 155, 0, 0.2);
  color: #fff !important;
}

.close-button {
  position: fixed;
  top: 16px;
  left: 20px;
  color: #929292;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.row {
  display: flex;
  flex-direction: row;
}
.row_spc-btw {
  justify-content: space-between;
}

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

.text {
  color: var(--text-color);
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
}
.text.grey {
  color: grey;
}
.text.danger {
  color: #E43022;
}
.text_bold_700 {
  font-weight: 700;
}
.text_bold {
  font-weight: 600;
}
.text_normal {
  font-weight: 400;
}
.text_large {
  font-size: 18px;
  line-height: 32px; /* 177.778% */
}
.text_xlarge {
  font-size: 24px;
  line-height: 32px; /* 133.333% */
}
.text_medium {
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.text_small_line_medium {
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.text_small {
  font-size: 14px;
  line-height: 18px; /* 114.286% */
}
.text_center {
  text-align: center;
}
.text_divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text_divider::before, .text_divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, grey, grey);
  margin: 0 8px;
}
.text_nowrap {
  white-space: nowrap;
}

.wrapper {
  display: contents;
}

.mobile-item {
  padding: 16px;
  border-radius: 8px;
}
.mobile-item:nth-child(odd) {
  background: rgba(17, 17, 17, 0.02);
}
.mobile-item:nth-child(even) {
  background: rgba(17, 17, 17, 0.06);
}

#toast-container {
  position: fixed;
  bottom: 40px;
  z-index: 99;
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
}
#toast-container .toast-message {
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  color: white;
}

#toast-container > .toast-success {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-success:hover {
  background-color: #00AC4F;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#toast-container > .toast-error {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#toast-container > .toast-error:hover {
  background-color: #e54e44;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.custom-input-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.custom-input-radio input[type=radio] {
  display: none;
}
.custom-input-radio input[type=radio]:checked + label:before {
  background-color: var(--btn-color);
}
.custom-input-radio label {
  position: relative;
  cursor: pointer;
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.66px;
  padding-left: 42px;
}
.custom-input-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  outline: 1px solid var(--btn-color);
  outline-offset: 2px;
  border-radius: 50%;
  transition: 0.35s ease;
}

.custom-input-media-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: lightgrey;
  cursor: pointer;
}
.custom-input-media-preview .react-loading-skeleton {
  width: 105px;
  height: 105px;
}
@media (min-width: 896px) {
  .custom-input-media-preview {
    width: 150px;
    height: 150px;
  }
  .custom-input-media-preview .react-loading-skeleton {
    width: 155px;
    height: 155px;
  }
}
.custom-input-media-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.custom-input-media-preview svg {
  width: 50px;
  height: 50px;
}
.custom-input-media-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.file-input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-input-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeeee;
  width: 100%;
  height: 72px;
}
.file-input-preview_empty {
  border: dashed 2px #111;
  offset: 2px;
}
.file-input-preview button {
  max-width: 132px;
  font-size: 14px;
  padding: 8px 16px !important;
}
.file-input-preview.local label {
  padding: 8px 16px;
  background-color: #111;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

input::placeholder, textarea::placeholder {
  color: #969696 !important;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.outlined-btn {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #111;
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  transition: 0.25s;
}
.outlined-btn:hover {
  background: #e0e0e0;
}

.circle-outlined-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #111;
  color: #111;
  width: 48px;
  height: 48px;
  transition: 0.25s;
}
.circle-outlined-btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.filled-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  color: #FCFCFC;
  background: var(--btn-color);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 16px;
  outline: none;
  transition: 0.25s;
}
.filled-btn:hover {
  background: #111;
}
.filled-btn_dark {
  background: #111;
}
.filled-btn_dark:hover {
  background: #111;
}
.filled-btn_danger {
  background: #E43022;
}
.filled-btn_danger:hover {
  background: #BA2426;
}
.filled-btn_disabled {
  background: lightgrey;
  color: white;
  cursor: default;
}
.filled-btn_disabled:hover {
  background: lightgrey;
  color: white;
}
.filled-btn_gray {
  background: lightgrey;
  color: #111;
}
.filled-btn_gray:hover {
  background: #e0e0e0;
}
.filled-btn_small {
  width: max-content;
  padding: 4px 24px;
  border-radius: 8px;
  height: 24px;
  font-size: 12px;
  line-height: 14px;
}

.switch-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  margin: 0 8px 0 0;
  padding: 4px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.switch-btns button {
  width: 100%;
  height: auto;
  border-radius: 4px;
  font-size: 16px;
  color: #c2c2c2;
  border: none;
  background: none;
  transition: all 0.5s;
}
.switch-btns button.active {
  background-color: #637381;
  color: #FCFCFC;
}

@media only screen and (max-width: 480px) {
  .custom-input-radio label {
    font-size: 16px;
    padding-left: 32px;
  }
  .custom-input-radio label:before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(--custom-highlight-background, linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%));
  transform: translateX(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}
.participant-tracker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.participant-tracker-total {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px;
}
.participant-tracker-total h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.participant-tracker-total h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  width: 100%;
}
.participant-tracker-total h4 .react-loading-skeleton {
  width: 100%;
}
.participant-tracker-total div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  margin: 5px 10px;
  padding: 16px;
  height: 128px;
  max-height: 128px;
  max-width: 100%;
}
@media (min-width: 600px) {
  .participant-tracker-total div {
    max-width: 31%;
  }
}
.participant-tracker-filter {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 24px;
}
.participant-tracker-filter > * {
  margin-top: 12px;
}
.participant-tracker-save {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 150px;
  margin-left: 16px;
  padding: 8px 20px;
  background-color: var(--active-color);
  border-radius: 8px;
  border: none;
  color: var(--btn-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.participant-tracker-save:hover {
  background-color: var(--btn-color);
  color: #FCFCFC;
}
.participant-tracker-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  overflow: auto;
}
.participant-tracker-table input {
  padding: 4px 8px;
  border-radius: 8px;
  width: 100px;
  border: 1px solid #c2c2c2;
}
.participant-tracker tr td .react-loading-skeleton {
  width: 100%;
}
.participant-tracker tr td:first-of-type .react-loading-skeleton {
  width: 24px;
}

.apparel-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-image: url("/365_team_store_background.png");
  padding: 12px;
}
.apparel-banner-title {
  font-size: 48px;
  line-height: 52px;
  color: #032854 !important;
  font-weight: 700 !important;
  font-family: sans-serif !important;
}
.apparel-banner-imgs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.apparel-banner-imgs-confetti, .apparel-banner-imgs-products, .apparel-banner-imgs-shop-logo {
  width: 30%;
  object-fit: contain;
}
.apparel-banner-store-btn {
  max-width: 400px !important;
  border-radius: 32px !important;
  padding: 16px !important;
  margin-bottom: 42px !important;
}

@media (max-width: 768px) {
  .apparel-banner-title {
    font-size: 24px;
    line-height: 32px;
  }
  .apparel-banner-imgs-confetti {
    display: none;
  }
  .apparel-banner-imgs-products, .apparel-banner-imgs-shop-logo {
    width: 45%;
  }
}
.apparel-share .kid-modal {
  min-width: 70% !important;
}
.apparel-share-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
}
.apparel-share-link button {
  width: max-content;
}
.apparel-share-link-text {
  width: 100%;
  height: 44px;
  padding: 10px;
  margin-right: 4px;
  border: 1px solid lightgrey;
  border-radius: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

button {
  cursor: pointer;
}

body {
  background: var(--body-background);
  font-family: "Open Sans", sans-serif;
  color: var(--text-color);
  margin: 0;
}

.kid-content-shade {
  display: none;
}

*.success {
  color: #00AC4F !important;
}

*.danger {
  color: #E43022 !important;
}

.center {
  text-align: center;
}

.kid-sidebar {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 10px 10px 0;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  padding-bottom: 48px;
  z-index: 1;
}
.kid-sidebar_small {
  width: 90px;
}
.kid-sidebar_small .kid-sidebar-menu-item {
  justify-content: center;
  padding: 8px 24px !important;
}
.kid-sidebar_small .kid-sidebar-menu-item svg {
  margin-right: 0 !important;
}
.kid-sidebar::-webkit-scrollbar {
  width: 0px !important;
}
.kid-sidebar_scroll-disabled {
  overflow: visible !important;
}
.kid-sidebar .kid-sidebar-header {
  color: #111;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  padding: 42px 32px;
  align-items: center;
}
.kid-sidebar .kid-sidebar-header img {
  border-radius: 5px;
  border: 1px solid #111;
  background: #FCFCFC;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.kid-sidebar .kid-sidebar-header h1 {
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 0 12px;
}
.kid-sidebar hr {
  height: 1px;
  margin: 8px 30px;
  opacity: 0.2;
  background: #111;
}

.kid-content {
  margin-left: 280px;
  padding: 32px 100px 32px 32px;
}
.kid-content_small {
  margin-left: 80px;
}

.kid-sidebar-menu {
  flex: 1;
}
.kid-sidebar-menu .kid-sidebar-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.25s;
}
.kid-sidebar-menu .kid-sidebar-menu-item svg {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.kid-sidebar-menu .kid-sidebar-menu-item svg path {
  fill: var(--text-color) !important;
}
.kid-sidebar-menu .kid-sidebar-menu-item:hover, .kid-sidebar-menu .kid-sidebar-menu-item.active {
  background-color: var(--active-color);
  color: var(--btn-color);
  border-left: 2px solid var(--btn-color);
}
.kid-sidebar-menu .kid-sidebar-menu-item:hover svg path, .kid-sidebar-menu .kid-sidebar-menu-item.active svg path {
  fill: var(--btn-color) !important;
}
.kid-sidebar-menu h4 {
  margin: 0;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 24px;
  transition: 0.25s;
}
.kid-sidebar-menu h4:not(:first-of-type) {
  margin-top: 8px;
  border-top: 1px solid #c2c2c2;
}
.kid-sidebar-menu h4.active {
  padding: 10px;
  font-size: 10px;
  text-align: center;
}
.kid-sidebar-menu-new-messages {
  position: absolute;
  top: calc(50% - 12px);
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: #E43022;
  color: #FCFCFC;
}

.kid-donation-code {
  width: 184px;
  padding: 16px;
  margin: 0 auto 24px auto;
  border-radius: 8px;
  border: 1px solid #000;
  background-color: #FCFCFC;
}
.kid-donation-code svg {
  height: auto;
  width: 100%;
}

.kid-share-guard {
  display: contents;
}

.kid-share-guard-wrapper {
  box-shadow: 0 2px 3px 0 var(--btn-color);
  cursor: pointer;
}
.kid-share-guard-wrapper:active {
  box-shadow: 0 1px 1px 0 var(--btn-color);
}
.kid-share-guard-wrapper svg g g path {
  fill: var(--btn-color);
}

.kid-supporters-btn {
  display: block;
  width: 220px;
  height: 44px;
  font-family: inherit;
  outline: none;
  border-radius: 10px;
  border: 1px solid #E43022;
  width: 220px;
  color: #E43022;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  margin-right: 16px;
}

.kid-sidebar-supporters {
  border-radius: 15px;
  background: #E43022;
  padding: 24px 16px;
  margin: 24px 32px 0;
}
.kid-sidebar-supporters p {
  color: #FCFCFC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px;
}
.kid-sidebar-supporters a {
  border-radius: 5px;
  background: #FCFCFC;
  padding: 8px 0;
  text-align: center;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  color: #E43022;
  transition: 0.25s;
}
.kid-sidebar-supporters a:hover {
  background: #e0e0e0;
}

.kid-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.kid-header h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  flex: 1;
  margin: 0;
}
.kid-header h1.prizes-header {
  display: flex;
  align-items: center;
}
.kid-header h1.prizes-header svg {
  cursor: pointer;
  margin-left: 12px;
}
.kid-header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kid-header .kid-notifications {
  position: relative;
  background-color: var(--notification);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
}
.kid-header .kid-notifications svg path {
  fill: var(--bell);
}
.kid-header .kid-notifications:hover {
  background: #c2c2c2;
}
.kid-header .kid-notifications-popup {
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  min-height: 180px;
  border-radius: 10px;
  background: #FCFCFC;
  box-shadow: 0 0 5px 0 rgba(17, 17, 17, 0.08);
  z-index: 10;
}
.kid-header .kid-notifications-popup .kid-activity-item {
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.kid-header .kid-notifications-popup .kid-activity-item:last-child {
  border-bottom: none;
}
.kid-header .kid-notifications-popup .text {
  padding: 16px;
}
.kid-header .kid-notifications-popup-list {
  max-height: 280px;
  padding: 0 16px;
  overflow-y: scroll;
}
.kid-header .kid-notifications-popup .circle, .kid-header .kid-notifications-popup .line {
  display: none;
}
.kid-header .kid-notifications-new {
  position: absolute;
  top: 14px;
  right: 13px;
  width: 6px;
  height: 7px;
  border-radius: 10px;
  background: #E43022;
}

.kid-user-menu {
  cursor: pointer;
  margin-left: 12px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 10px;
  transition: 0.25s;
}
.kid-user-menu:hover {
  background: #c2c2c2;
}
.kid-user-menu p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-right: 8px;
}
.kid-user-menu svg path {
  stroke: var(--text-color);
}

.kid-avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 12px;
  overflow: hidden;
}

.hamburger {
  width: 24px;
}

.kid-cards {
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 16px;
}
.kid-cards:last-child {
  margin-bottom: 0;
}

.kid-cards-btn {
  width: 100%;
  text-align: center;
  background-color: var(--btn-color);
  color: #FCFCFC;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  transition: 0.25s;
}
@media (min-width: 896px) {
  .kid-cards-btn {
    margin: 0 16px;
  }
}
.kid-cards-btn:hover {
  background-color: var(--active-color);
}
.kid-cards-btn:hover svg path {
  fill: var(--btn-color);
}

.kid-card {
  border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  padding: 20px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
.kid-card .kid-card-row {
  display: flex;
  align-items: center;
}
.kid-card .kid-card-row .left {
  flex: 1;
}
.kid-card .kid-card-row .right {
  text-align: right;
}
.kid-card h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}
.kid-card .kid-card-text {
  opacity: 0.5;
}
.kid-card .kid-card-nowrap {
  white-space: nowrap;
  padding-right: 12px;
}
.kid-card .kid-card-icon {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: var(--active-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.kid-card .kid-card-icon svg path {
  stroke: var(--btn-color);
}
.kid-card.progress-card {
  flex: 1;
}
.kid-card.jump-start-card {
  width: fit-content;
}

.kid-report-btn {
  margin: 0 0 16px 0;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--btn-color);
  color: #FCFCFC;
  transition: 0.25s;
}
.kid-report-btn:hover {
  background-color: var(--active-color);
  color: var(--btn-color);
}

.kid-progress {
  border-radius: 15px;
  border: 1.5px solid;
  opacity: 0.95;
  background: var(--div-background);
  overflow: hidden;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.kid-progress .kid-progress-bar {
  height: 100%;
}
.kid-progress.danger {
  border-color: var(--btn-color);
}
.kid-progress.danger .kid-progress-bar {
  background-color: var(--btn-color);
}
.kid-progress.warning {
  border-color: var(--btn-color);
}
.kid-progress.warning .kid-progress-bar {
  background-color: var(--btn-color);
}
.kid-progress.success {
  border-color: var(--btn-color);
}
.kid-progress.success .kid-progress-bar {
  background-color: var(--btn-color);
}

.kid-contacts-list-wrapper {
  display: flex;
  flex-direction: column;
}

.kid-main-card {
  margin-top: 40px;
  border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0px 2px 3px 0px rgba(17, 17, 17, 0.03);
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.kid-main-card-actions {
  display: flex;
  flex-direction: row;
}
.kid-main-card .kid-no-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.kid-main-card .kid-no-content-actions {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.kid-main-card .kid-no-content img {
  height: 230px;
  width: auto;
}
.kid-main-card .kid-no-content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 32px 0 0;
  text-align: center;
}
.kid-main-card .kid-no-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.kid-new-contact-btn {
  font-family: inherit;
  background: var(--btn-color);
  border: none;
  outline: none;
  border-radius: 10px;
  width: 220px;
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  transition: 0.25s;
}
.kid-new-contact-btn:hover {
  background: var(--active-color);
  color: var(--btn-color);
}

.kid-checkbox {
  cursor: pointer;
}
.kid-checkbox input {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}
.kid-checkbox svg {
  position: relative;
  top: 3px;
}
.kid-checkbox_disabled {
  opacity: 0.5;
}

.kid-labelled-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kid-labelled-checkbox span {
  color: #111;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-right: 10px;
}

.kid-main-card-search {
  position: relative;
}
.kid-main-card-search input {
  border-radius: 10px;
  border: 1px solid var(--search-border);
  background: var(--search-background);
  margin-right: 16px;
  height: 46px;
  width: 270px;
  outline: none;
  padding: 15px 20px 15px 54px;
}
.kid-main-card-search input::placeholder {
  color: rgba(17, 17, 17, 0.2);
}
.kid-main-card-search svg {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 15px;
  left: 20px;
}
.kid-main-card-search svg path {
  stroke: grey;
}
.kid-main-card-search-suggestions {
  display: none;
  position: absolute;
  width: 100%;
  background: white;
  margin-bottom: 16px;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid lightgrey;
  margin-top: 10px;
  z-index: 99;
}
.kid-main-card-search-suggestions.opened {
  display: block;
}
.kid-main-card-search-suggestions-item {
  padding: 12px 8px;
  border-bottom: 1px solid lightgrey;
  cursor: pointer;
  transition: 0.25s;
}
.kid-main-card-search-suggestions-item:last-child {
  border-bottom: none;
}
.kid-main-card-search-suggestions-item:hover {
  background: #e0e0e0;
}
.kid-main-card-search_left-auto {
  margin-left: auto;
}
.kid-main-card-search:last-child input {
  margin-right: 0;
}

.kid-main-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
}
.kid-main-card-header h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin: 0;
  flex: 1;
}
.kid-main-card-header_no-margin {
  margin: 0;
}

.kid-main-card-content {
  padding: 16px;
}

.kid-receipt-wrap-table {
  overflow: auto;
  width: 100%;
  margin: 0;
}

.kid-table {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-collapse: collapse;
  width: 100%;
}
.kid-table .dark {
  background: var(--btn-color);
  color: #FCFCFC;
}
.kid-table th {
  text-align: left;
}
.kid-table th span {
  position: relative;
}
.kid-table th .sort {
  content: "";
  position: absolute;
  right: -14px;
  cursor: pointer;
  bottom: 2px;
  vertical-align: baseline;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.kid-table th .sort_asc {
  bottom: 14px;
  border-bottom: 6px solid #bcbbbb !important;
}
.kid-table th .sort_asc_active {
  border-bottom: 6px solid #676565 !important;
}
.kid-table th .sort_desc {
  top: 14px;
  border-top: 6px solid #bcbbbb !important;
}
.kid-table th .sort_desc_active {
  border-top: 6px solid #676565 !important;
}
.kid-table td, .kid-table th {
  padding: 18px 12px;
}
.kid-table td:first-child, .kid-table th:first-child {
  padding-left: 24px;
}
.kid-table td:last-child, .kid-table th:last-child {
  padding-right: 24px;
}
.kid-table td.success {
  color: #00AC4F;
}
.kid-table td.danger {
  color: #E43022;
}
.kid-table td.bg-lightgray {
  background: var(--div-background);
}
.kid-table tr {
  border-bottom: 1px solid var(--active-color);
}
.kid-table .kid-table-expand {
  background: none;
  outline: none;
  border: none;
}
.kid-table .kid-table-expand svg {
  width: 18px;
  height: 18px;
}
.kid-table .kid-table-expand svg path {
  stroke: var(--btn-color);
}
.kid-table .kid-table-subrow {
  background-color: rgba(17, 17, 17, 0.03);
}
.kid-table .kid-table-action {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #f0f0f0;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  margin-right: 12px;
  transition: 0.25s;
}
.kid-table .kid-table-action:hover {
  background: #e0e0e0;
}
.kid-table .kid-table-action.success path {
  fill: #00AC4F;
}
.kid-table .kid-table-action.danger path {
  fill: #E43022;
}
.kid-table .kid-table-action.success-bg {
  background: green;
}
.kid-table .kid-table-action.success-bg path {
  fill: white;
}
.kid-table .kid-table-action.success-bg:hover {
  background: green;
}
.kid-table .kid-table-action_text {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.kid-table .kid-table-action_wrapper {
  display: flex;
}

.kid-filters-btn {
  position: relative;
  border: none;
  background: none;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--active-color);
  cursor: pointer;
  transition: 0.25s;
}
.kid-filters-btn svg {
  width: 24px;
  height: 24px;
}
.kid-filters-btn svg path {
  fill: var(--btn-color);
  transition: 0.25s;
}
.kid-filters-btn:hover {
  background: var(--btn-color);
}
.kid-filters-btn:hover svg path {
  fill: #FCFCFC;
}
.kid-filters-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 99;
  width: 250px;
  max-height: 300px;
  overflow: auto;
  border-radius: 10px;
  background: var(--div-background);
  border: 1px solid var(--btn-color);
  box-shadow: 2px 2px 3px 0px rgba(17, 17, 17, 0.03);
  padding: 20px;
}

.kid-sorting-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: none;
  background: none;
  outline: none;
  min-width: 48px;
  min-height: 48px;
  border-radius: 40px;
  background: rgba(17, 17, 17, 0.05);
  cursor: pointer;
}
.kid-sorting-btn svg {
  width: 24px;
  height: 24px;
}
.kid-sorting-btn svg path {
  fill: grey;
}

.kid-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.kid-radio-btn {
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin: 0 14px 0 4px;
  outline: 1px solid var(--btn-color);
  outline-offset: 4px;
}
.kid-radio-btn_active {
  outline: 1px solid var(--btn-color);
  background: var(--btn-color);
}
.kid-milestones {
  position: relative;
  padding: 16px;
}
.kid-milestones-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
.kid-milestones-header h2 {
  margin: 0 8px 0 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}
.kid-milestones-end-date {
  padding: 10px;
  background: #EDF7F2;
  margin-left: auto;
  border-radius: 12px;
  color: #00AC4F;
}
.kid-milestones-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kid-milestones-item-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #F0F0F0;
  opacity: 0.3;
  cursor: pointer;
}
.kid-milestones-item_achieved .kid-milestones-item-circle {
  background: #00AC4F;
  opacity: 1;
}
.kid-milestones-item_achieved .kid-milestones-item-goal {
  color: white;
}
.kid-milestones-item_achieved .kid-milestones-item-desc {
  color: #FFF;
}
.kid-milestones-item_achieved .kid-milestones-item-date {
  color: #00AC4F;
  opacity: 1;
}
.kid-milestones-item_finish .kid-milestones-item-circle {
  background: #E43022;
  opacity: 1;
}
.kid-milestones-item_finish .kid-milestones-item-goal {
  color: white;
}
.kid-milestones-item_finish .kid-milestones-item-date {
  color: #E43022;
  opacity: 1;
}
.kid-milestones-item-goal {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 175% */
}
.kid-milestones-item-desc {
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.9;
}
.kid-milestones-item-date {
  width: 60px;
  margin-top: 8px;
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  color: #111;
  opacity: 0.3;
  text-align: center;
}
.kid-milestones-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -20px;
  padding: 0 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.kid-milestones-row::-webkit-scrollbar {
  display: none;
}
.kid-milestones-line {
  min-width: 72px;
  height: 8px;
  border-radius: 16px;
  background: #F0F0F0;
  margin: 0 16px 30px 16px;
}
.kid-milestones-line-achieved {
  width: 0;
  height: 8px;
  border-radius: 16px;
  background: #00AC4F;
}
.kid-milestones-prompt {
  position: absolute;
  display: none;
  top: 160px;
  width: 252px;
  height: max-content;
  border-radius: 10px;
  background: #EDF7F2;
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  padding: 16px;
  z-index: 7;
}
.kid-milestones-prompt_opened {
  display: block;
}
.kid-milestones-prompt_question {
  top: 40px;
  left: -112px;
}
.kid-milestones-prompt-title {
  color: #00AC4F;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.kid-milestones-prompt-desc {
  color: #00AC4F;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.6;
}
.kid-milestones-prompt-img {
  width: 100%;
  height: auto;
  margin-top: 16px;
  border-radius: 10px;
  object-fit: cover;
}
.kid-milestones-prompt-arrow {
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  rotate: 45deg;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background: #EDF7F2;
}
.kid-milestones-question {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.kid-prizes {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  margin-top: 30px;
}
.kid-prizes-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 36px;
  text-align: center;
}
.kid-prizes .kid-prizes-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
  background: var(--div-background);
}
.kid-prizes .kid-prizes-item-date {
  border-bottom: 3px solid lightgrey;
  padding-bottom: 12px;
  margin-bottom: 12px !important;
}
.kid-prizes .img-container {
  display: flex;
  align-items: center;
  height: 280px;
  padding: 12px;
}
.kid-prizes .info-container {
  padding: 16px;
  color: var(--text-color);
}
.kid-prizes img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kid-prizes .badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  background: var(--active-color);
}
.kid-prizes .badge div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--btn-color);
}
.kid-prizes .badge div svg path {
  fill: var(--btn-color);
}
.kid-prizes .badge.achieved {
  background: var(--active-color);
}
.kid-prizes .badge.achieved div {
  color: var(--btn-color);
}
.kid-prizes .badge.achieved div svg path {
  fill: var(--btn-color);
}
.kid-prizes h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--text-color);
}
.kid-prizes h3:not(:last-child) {
  margin-bottom: 24px;
}
.kid-prizes .input-block {
  display: flex;
  flex-direction: column;
}
.kid-prizes .input-block:not(:last-child) {
  margin-bottom: 16px;
}
.kid-prizes label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 4px;
}
.kid-prizes input, .kid-prizes .select {
  border-radius: 10px;
  border: 1px solid var(--btn-color);
  padding: 16px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.kid-prizes input::placeholder, .kid-prizes .select::placeholder {
  color: rgba(17, 17, 17, 0.2);
}
.kid-prizes .select {
  height: auto;
}
.kid-prizes .select .eshop-selector-selected {
  font-size: 14px;
  line-height: 20px;
}
.kid-prizes .select .eshop-selector-item {
  font-size: 14px;
  line-height: 18px;
}
.kid-prizes .select .eshop-selector-list {
  max-height: 180px;
}

.kid-activity {
  border-radius: 10px;
  padding: 40px 24px;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
}
.kid-activity .kid-main-card-header {
  margin: 0 0 36px 0;
}
.kid-activity .kid-activity-day-container {
  margin-bottom: 32px;
}
.kid-activity .kid-activity-day-container h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
  color: var(--text-color);
}

.kid-activity-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 24px;
}
.kid-activity-item-new {
  position: absolute;
  top: 0;
  right: -16px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #E43022;
}
.kid-activity-item .circle {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 24px;
  background: var(--active-color);
}
.kid-activity-item .content {
  position: relative;
}
.kid-activity-item .content p {
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  color: var(--text-color);
}
.kid-activity-item .content .msg {
  font-size: 16px;
  margin-bottom: 0;
  color: var(--text-color);
}
.kid-activity-item .content .time {
  font-size: 14px;
  margin-bottom: 0;
  opacity: 0.5;
  color: var(--text-color);
}
.kid-activity-item .line {
  position: absolute;
  top: 35px;
  left: 5px;
  width: 3px;
  height: 49px;
  border-radius: 24px;
  opacity: 0.3;
  background: var(--btn-color);
}

.kid-messages p {
  text-align: center;
}
.kid-messages button {
  cursor: pointer;
  width: 220px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  border: 0;
  color: #FCFCFC;
  background-color: var(--btn-color);
  transition: 0.25s;
}
.kid-messages button:hover {
  background-color: var(--active-color);
  color: var(--btn-color);
}
.kid-messages button:last-of-type {
  margin-top: 16px;
}

.kid-messages-modal-content {
  padding: 0 80px;
  overflow: hidden;
}
.kid-messages-modal-content .input-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.kid-messages-modal-content label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 4px;
}
.kid-messages-modal-content textarea {
  min-height: 200px;
  resize: none;
}
.kid-messages-modal-content textarea, .kid-messages-modal-content select {
  font-family: Open Sans;
  font-weight: 500;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid var(--btn-color);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.kid-messages-modal-content textarea::placeholder, .kid-messages-modal-content select::placeholder {
  color: rgba(17, 17, 17, 0.45);
}
.kid-messages-modal-content .select {
  height: auto;
  border: 1px solid var(--btn-color);
  padding: 20px;
}
.kid-messages-modal-content .select .eshop-selector-selected {
  font-size: 14px;
  line-height: 20px;
}
.kid-messages-modal-content .select .eshop-selector-item {
  font-size: 14px;
  line-height: 18px;
}
.kid-messages-modal-content .select .eshop-selector-list {
  max-height: 180px;
}
.kid-messages-modal-content button {
  cursor: pointer;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 10px;
  color: #FCFCFC;
  background: var(--btn-color);
  border: none;
  transition: 0.25s;
}
.kid-messages-modal-content button:hover {
  background: var(--active-color);
  color: var(--btn-color);
}

.kid-funds-header {
  margin: 0 20px 4px 20px;
}
.kid-funds-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.kid-funds-card-list {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.kid-funds-card-list .kid-funds-card {
  padding: 0 0 24px 0;
  margin-bottom: 24px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #CDCDCD;
}
.kid-funds-card-list .kid-funds-card:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.kid-funds-card {
  flex: 0 0 calc(33.33% - 11px);
  padding: 20px 24px;
  box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  background: var(--div-background);
  border-radius: 10px;
  cursor: pointer;
  transition: 0.25s;
}
.kid-funds-card:hover {
  box-shadow: 0 0 24px 0 rgba(17, 17, 17, 0.3);
}
.kid-funds-card_active {
  border: 1px solid var(--btn-color);
}
.kid-funds-card-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 16px;
}
.kid-funds-status {
  display: flex;
  flex-direction: row;
}
.kid-funds-status-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  font-family: Open Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  margin-right: 8px;
}
.kid-funds-status-label_inactive {
  background: var(--notification);
  color: var(--bell);
}
.kid-funds-status-label_active {
  background: var(--active-color);
  color: var(--btn-color);
}
.kid-funds-mark svg circle {
  stroke: var(--btn-color);
  fill: var(--btn-color);
}
.kid-funds-card-body {
  display: flex;
  flex-direction: column;
}
.kid-funds-join-btn {
  display: block;
  text-align: center;
  margin-bottom: 32px;
  margin-left: auto;
  text-decoration: none;
  font-family: inherit;
  background: #E43022;
  border: none;
  outline: none;
  border-radius: 10px;
  width: 227px;
  color: #FCFCFC;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  cursor: pointer;
  transition: 0.25s;
}
.kid-funds-join-btn:hover {
  background: #BA2426;
}
.kid-funds-logo {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  background: #FCFCFC;
  object-fit: contain;
}
.kid-funds-title {
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  margin-bottom: 6px;
}
.kid-funds-date {
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}
.kid-funds-mob-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
.kid-funds-add-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 40px;
  border-radius: 40px;
  padding: 10px 20px;
  background: var(--btn-color);
  color: #FCFCFC;
}
.kid-funds-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.kid-my-funds {
  padding: 32px 100px;
}

.kid-tickets .edit-fundraiser-search {
  display: flex;
  justify-content: flex-end;
}
.kid-tickets .kid-main-card-search {
  margin-bottom: 24px;
}
.kid-tickets table button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px !important;
  height: 42px;
  padding: 8px !important;
  margin-left: auto;
}
.kid-tickets table button path {
  fill: #FCFCFC !important;
}
.kid-tickets .search-table {
  padding: 16px;
  width: 100%;
  overflow-y: hidden;
}

.kid-orders-summary {
  min-height: 350px;
}
.kid-orders-summary-header, .kid-orders-summary-body {
  padding: 16px 20px !important;
}
.kid-orders-summary-items {
  padding: 0 20px !important;
  max-height: 160px;
  overflow-y: auto;
}
.kid-orders-list-mob {
  padding: 16px;
}
.kid-orders-label {
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.kid-orders-value {
  color: var(--text-color);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.kid-orders-value.grey {
  color: grey;
}
.kid-orders-divider {
  width: 100%;
  background: #CDCDCD;
  height: 1px;
}
.kid-orders-divider_large {
  background: #F0EFEF;
  height: 4px;
}
.kid-orders-attr-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.kid-orders-outlined-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 16px 0 0 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius: 8px;
  border: 1px solid var(--btn-color);
  background: transparent;
  color: var(--btn-color);
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px; /* 406.25% */
  transition: 0.25s;
}
.kid-orders-outlined-btn:hover {
  background: #F0EFEF;
}
.kid-orders-item-mob {
  margin-bottom: 16px;
}
.kid-orders-item-mob-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}

.kid-contacts-fundraiser {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background: var(--div-background);
  padding: 16px 20px;
}
.kid-contacts-fundraiser .share-btn {
  width: max-content;
  padding: 8px 12px;
}
.kid-contacts-fundraiser img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #111;
  background: #FCFCFC;
}
.kid-contacts-fundraiser h2 {
  width: 100%;
  margin: 0 0 0 14px;
}
.kid-contacts-sync-btn {
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  text-decoration-line: underline;
  padding: 14px 0 24px 0;
}
.kid-contacts-list {
  padding: 0 20px;
  margin-bottom: 16px;
}
.kid-contacts-list-select-all {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
}
.kid-contacts-list-select-all .row {
  align-items: center;
}
.kid-contacts-list-select-all button {
  width: max-content;
  padding: 8px 12px;
  font-size: 14px;
}
.kid-contacts-list .kid-checkbox {
  margin-right: 8px;
}
.kid-contacts-item-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.kid-contacts-item-mobile:last-child {
  border-bottom: none;
}
.kid-contacts-item-mobile-info {
  display: flex;
  flex-direction: column;
}
.kid-contacts-item-mobile-info-body {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.kid-contacts-item-mobile-actions {
  display: flex;
  flex-direction: row;
}
.kid-contacts-item-mobile-actions svg > g > path {
  fill: var(--btn-color);
}
.kid-contacts-item-mobile_texted {
  background-color: #00AC4F !important;
  color: #FCFCFC !important;
}
.kid-contacts-tabs {
  width: 100%;
}
.kid-contacts-tabs > div:first-child {
  margin-bottom: 8px;
}
.kid-contacts-tabs > div > button {
  background-color: var(--btn-color);
  color: #FCFCFC;
  padding: 20px;
  margin: 8px 0;
  border-radius: 8px 8px 0 0;
  width: 100%;
  border: none;
  font-size: 18px;
}
.kid-contacts-skeleton .kid-contacts-item-mobile-info, .kid-contacts-skeleton .kid-contacts-item-mobile-info-body {
  width: 100%;
}
.kid-contacts-skeleton .col {
  width: 70%;
}

.kid-contact-info {
  height: calc(100vh - 116px);
  padding: 24px 20px;
}
.kid-contact-info-body {
  position: relative;
}
.kid-contact-info-loader {
  position: absolute !important;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.kid-contact-info-general-erros {
  text-align: center;
}

.kid-leaderboard-fund-header {
  display: flex;
  flex-direction: row;
  padding: 16px;
  margin-bottom: 16px;
  background: #FCFCFC;
}
.kid-leaderboard-fund-header img {
  width: 56px;
  height: 56px;
}
.kid-leaderboard-fund-header h1 {
  font-size: 18px;
  margin-left: 16px;
}
.kid-leaderboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
}
.kid-leaderboard-milestones {
  border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  margin: 16px 0;
}
.kid-leaderboard-team-item-mobile {
  margin: 0 20px 16px 20px;
}
.kid-leaderboard-team-item-mobile:last-child {
  border-bottom: none;
}
.kid-leaderboard-team-item-mobile-name {
  width: calc(100% + 32px);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px 8px 0px 0px;
  padding: 12px 0;
  margin: -16px 0 16px -16px;
  background: rgba(17, 17, 17, 0.05);
}
.kid-leaderboard-member-row {
  background: rgba(17, 17, 17, 0.03);
}
.kid-leaderboard-action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--btn-color);
  color: #FCFCFC;
  cursor: pointer;
  transition: 0.25s;
}
.kid-leaderboard-action-btn:hover {
  background: var(--active-color);
  color: var(--btn-color);
}
.kid-leaderboard-action-btn_black {
  background: #111;
  color: #FCFCFC;
}
.kid-leaderboard-action-btn_black:hover {
  background: #c2c2c2;
  color: #111;
}
.kid-leaderboard-action-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.kid-leaderboard-action-btn-wrap:first-child {
  margin-bottom: 8px;
}
.kid-leaderboard-member {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.kid-leaderboard-member .kid-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 40px;
  margin-right: 12px;
  overflow: hidden;
  background: grey;
}
.kid-leaderboard-paricipant-list {
  padding: 16px;
  max-height: 600px;
  overflow: auto;
  margin-bottom: 24px;
}
.kid-leaderboard-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin: 4px 0 20px 0;
}
.kid-leaderboard-btns button {
  flex: 1;
  padding: 12px 6px;
  border-radius: 8px;
  border: 2px solid var(--btn-color);
  background: var(--div-background);
  color: var(--btn-color);
  font-size: 16px;
  font-weight: bold;
  transition: 0.25s;
}
@media (min-width: 896px) {
  .kid-leaderboard-btns button {
    width: calc(20% - 16px);
    margin: 0;
    padding: 15px 10px;
  }
}
.kid-leaderboard-btns button:hover {
  background-color: var(--active-color);
}
.kid-leaderboard-btns button.active {
  background: var(--btn-color);
  color: #FCFCFC;
}
.kid-leaderboard-progress {
  position: relative;
  flex-direction: column;
}
.kid-leaderboard-progress > button {
  position: absolute;
  left: 50%;
  bottom: 33px;
  width: 50px;
  transform: translateX(-50%);
  white-space: nowrap;
  border-radius: 0 0 28px 28px;
}
@media (min-width: 480px) {
  .kid-leaderboard-progress > button {
    width: 68px;
    bottom: 8px;
  }
}
@media (min-width: 896px) {
  .kid-leaderboard-progress > button {
    width: 68px;
    bottom: 2px;
  }
}
.kid-leaderboard-progress > button svg {
  width: 18px;
  height: 18px;
}
@media (min-width: 480px) {
  .kid-leaderboard-progress > button svg {
    width: 28px;
    height: 28px;
  }
}
.kid-leaderboard-progress > button svg g {
  fill: white;
}
.kid-leaderboard-skeleton h1 .react-loading-skeleton {
  width: 50%;
}
@media (min-width: 896px) {
  .kid-leaderboard-skeleton h1 .react-loading-skeleton {
    width: 25%;
  }
}
.kid-leaderboard-skeleton h3 {
  width: 100%;
}
.kid-leaderboard-skeleton button .react-loading-skeleton {
  width: 30%;
}
@media (min-width: 896px) {
  .kid-leaderboard-skeleton button .react-loading-skeleton {
    width: 15%;
  }
}

.kid-modal-users-progress > .kid-modal {
  width: 75vw;
}
.kid-modal-users-progress > .kid-modal .kid-leaderboard-paricipant-list {
  max-height: 60vh;
  margin: 0 !important;
  padding: 0 !important;
}

.kid-team-cart {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin: 0 0 20px;
  background-color: var(--div-background);
  overflow: hidden;
}
.kid-team-cart h1 {
  text-align: center;
  background-color: var(--btn-color);
  color: #FCFCFC;
  margin: 0;
  padding: 15px;
  font-size: 20px;
}
.kid-team-cart button {
  border: none;
  background: var(--active-color);
  color: var(--btn-color);
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin: 8px 0 0;
  transition: 0.25s;
}
.kid-team-cart button:hover {
  background-color: var(--btn-color);
  color: #FCFCFC;
}
.kid-team-cart-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin: 0 10px;
  font-size: 14px;
  border-radius: 8px;
}
.kid-team-cart-item h3 {
  color: var(--text-color);
  margin: 0;
}
.kid-team-cart-item.active {
  border: 2px solid var(--btn-color);
  border-radius: 23px;
}

.kid-participant-list-body {
  overflow: auto;
  max-height: 60vh;
}
.kid-participant-list table {
  width: 100%;
  border-collapse: collapse;
}
.kid-participant-list .kid-modal {
  width: 75vw;
}
.kid-participant-list .kid-leaderboard-member-row {
  background: none;
  border-top: 1px solid #E43022;
}
.kid-participant-list .kid-leaderboard-action-btn-wrap {
  margin: 10px 0 10px;
}

.kid-members-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.kid-donors .kid-fundraiser-funds-summary {
  margin: 8px 16px !important;
}
.kid-donors-summary {
  margin-left: 24px;
}
.kid-donors-summary .kid-checkbox {
  margin-right: 16px;
}
.kid-donors-list {
  width: 100%;
}
.kid-donors-item {
  width: 100%;
  margin-bottom: 24px;
}
.kid-donors-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.kid-donors-item:last-child .kid-outlined-btn:last-child {
  margin-bottom: 0 !important;
}
.kid-donors-order-summary {
  padding: 20px;
}
.kid-donors-player-editor .kid-modal {
  max-width: 400px;
  max-height: 300px;
}
.kid-donors-player-editor .kid-modal-body {
  padding: 32px !important;
}

.kid-order-edit .kid-main-card {
  padding: 20px !important;
}
.kid-order-edit-list {
  width: 100vw;
  margin-left: -20px;
  max-height: 372px;
  overflow: auto;
}
.kid-order-edit-title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px; /* 361.111% */
}
.kid-order-edit-item {
  width: calc(100vw - 40px);
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-left: 20px;
}
.kid-order-edit-item:last-child {
  margin-bottom: 24px;
}
.kid-order-edit-item-img {
  border-radius: 5px;
  border: 1px solid #111;
  width: 106px;
  height: 106px;
  margin-right: 20px;
  object-fit: contain;
}
.kid-order-edit-item-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.kid-order-edit-item-qty-changer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: auto;
  width: 120px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #111;
}
.kid-order-edit-item-qty-changer * {
  width: 40px;
  margin: auto;
}
.kid-order-edit-item-qty-changer-value {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
}
.kid-order-edit-item-qty-changer div {
  display: flex;
}
.kid-order-edit-item-cross {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  height: 20px;
  width: 20px;
}
.kid-order-edit-item-cross svg {
  width: 20px;
  height: 20px;
}

.team-member-item {
  margin-bottom: 24px;
}
.team-member-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.team-member-item .kid-outlined-btn:last-child {
  margin-bottom: 0 !important;
}
.team-member-item:last-child {
  border-bottom: none;
}
.team-member-item-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.team-member-item-header-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.team-member-item-header .kid-checkbox {
  margin: 0 20px 0 0;
}
.team-member-item-header img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: grey;
  border-radius: 48px;
}
.team-member-item-progress {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
}
.team-member-item-progress-label {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-direction: row;
}
.team-member-item-progress-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.team-member-item-progress-row .text {
  flex: 1;
  margin-right: 8px;
}
.team-member-item-progress-row .text.short {
  flex: 0.2 !important;
}
.team-member-item-progress-row .kid-progress {
  flex: 1;
}
.team-member-item-progress .kid-progress {
  margin: 0 !important;
}
.team-member-item-skeleton > span {
  width: 100%;
}
.team-member-item-skeleton > span > span {
  height: 24px;
}
.team-member-item-skeleton-progress > span > span {
  border-radius: 12px;
}

.kid-contacts-select-all {
  color: #00AC4F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin-left: 100px;
  font-family: inherit;
}

.kid-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
  margin-right: 24px;
}
.kid-pagination button {
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
}
.kid-pagination .kid-prev {
  margin-right: 15px;
}
.kid-pagination .kid-next {
  margin-left: 15px;
}
.kid-pagination .kid-next, .kid-pagination .kid-prev {
  width: 10px;
  height: 18px;
  padding: 0;
}
.kid-pagination .kid-next svg path, .kid-pagination .kid-prev svg path {
  stroke: var(--btn-color);
}
.kid-pagination .kid-page {
  border-radius: 5px;
  width: max-content;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  opacity: 0.3;
  color: var(--btn-color);
  transition: 0.25s;
}
.kid-pagination .kid-page:hover {
  background-color: var(--active-color);
}
.kid-pagination .kid-page.active {
  background-color: var(--active-color);
  opacity: 1;
}
.kid-pagination span {
  color: var(--btn-color);
}

.kid-donation-progress-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 6px;
}

.kid-donation-progress {
  border-radius: 15px;
  width: 100%;
  min-width: 112px;
  height: 8px;
  background: rgba(17, 17, 17, 0.05);
}
.kid-donation-progress .kid-donation-progress-bar {
  height: 100%;
  border-radius: 15px;
}
.kid-donation-progress.danger .kid-donation-progress-bar {
  background-color: #E43022;
}
.kid-donation-progress.warning .kid-donation-progress-bar {
  background-color: #FCC43E;
}
.kid-donation-progress.success .kid-donation-progress-bar {
  background-color: #00AC4F;
}

.kid-loader {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.kid-loader_fixed {
  position: fixed !important;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  margin: 0;
}

.kid-loader-container {
  height: 500px;
}

.kid-exp-row {
  display: flex;
  flex-direction: row;
  color: var(--text-color);
  background: var(--div-background);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  overflow-x: auto;
  padding: 18px 24px;
}
.kid-exp-row > span {
  width: 100%;
}
.kid-exp-row .col {
  flex: 1;
  padding-right: 32px;
}
.kid-exp-row .col:last-child {
  padding-right: 0;
}
.kid-exp-row-wrapper_no-rp {
  height: 60px;
  position: relative !important;
  padding: 0 !important;
}
.kid-exp-row-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-right: 24px;
}
.kid-exp-row-column_fixed {
  width: 138px;
}
.kid-exp-row-column:last-child {
  padding-right: 0;
}
.kid-exp-row-header {
  color: var(--text-color);
  font-weight: 600;
  padding-bottom: 8px;
}

.kid-order-exp-row-items {
  max-height: 130px;
  overflow-y: auto;
}
.kid-order-exp-row-total {
  padding-top: 12px;
  margin-right: 24px;
  border-top: 1px solid #CDCDCD;
}

.kid-actions {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-right: 16px;
}
.kid-actions-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius: 10px;
  margin-right: 12px;
  color: black;
  background: #D4D9D9;
  width: 148px;
  height: 48px;
  transition: 0.25s;
}
.kid-actions-btn_modal {
  flex: 1;
}
.kid-actions-btn_danger {
  background: #E43022;
  color: #FCFCFC;
}
.kid-actions-btn_danger:hover {
  background: #BA2426;
}
.kid-actions-btn_accept {
  background: #111;
  color: #FCFCFC;
}
.kid-actions-btn_accept:hover {
  background: #c2c2c2;
}
.kid-actions-btn_theme {
  background: var(--btn-color);
  color: #FCFCFC;
}
.kid-actions-btn_theme:hover {
  background: var(--active-color);
  color: var(--btn-color);
}
.kid-actions-btn:last-child {
  margin-right: 0;
}
.kid-actions-btn-outlined {
  border-radius: 8px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  transition: 0.25s;
}
.kid-actions-btn-outlined_danger {
  border-color: #E43022;
  color: #E43022;
}
.kid-actions-btn-outlined_danger:hover {
  background: #BA2426;
}
.kid-actions-btn-outlined_dark {
  border-color: #111;
  color: #111;
}
.kid-actions-btn-outlined_dark:hover {
  background: #c2c2c2;
}
.kid-actions-btn-outlined_theme {
  border-color: var(--btn-color);
  color: var(--btn-color);
}
.kid-actions-btn-outlined_theme:hover {
  background: var(--active-color);
}

.kid-outlined-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 8px 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius: 8px;
  border: 1px solid var(--btn-color);
  background: transparent;
  color: var(--btn-color);
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px; /* 406.25% */
  transition: 0.25s;
}
.kid-outlined-btn:hover {
  background: #F0EFEF;
}

.kid-pure-btn {
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background: none;
}
.kid-pure-btn svg path {
  stroke: var(--btn-color);
}

.kid-mr10 {
  margin-right: 12px !important;
}

.kid-mr12 {
  margin-right: 12px !important;
}

.kid-mt4 {
  margin-top: 4px !important;
}

.kid-mb4 {
  margin-bottom: 4px !important;
}

.kid-mb8 {
  margin-bottom: 8px !important;
}

.kid-mb12 {
  margin-bottom: 16px !important;
}

.kid-mb16 {
  margin-bottom: 16px !important;
}

.kid-mb24 {
  margin-bottom: 24px !important;
}

.kid-mt8 {
  margin-top: 8px !important;
}

.kid-mt16 {
  margin-top: 16px !important;
}

.kid-mv24 {
  margin: 24px 0 !important;
}

.kid-pr24 {
  padding-right: 24px !important;
}

.popup-content > div > svg > path {
  fill: var(--div-background);
}

.kid-user-menu-popup {
  min-width: 200px;
  padding: 12px 0;
  border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.031372549);
}
.kid-user-menu-popup a {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 20px;
  border: 0;
  outline: 0;
  text-decoration: none;
  color: var(--text-color);
}
.kid-user-menu-popup a:hover {
  background: var(--active-color);
}

.kid-text {
  color: var(--text-color);
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  min-width: 70px;
}
.kid-text_bold {
  font-weight: 600;
}
.kid-text_normal {
  font-weight: 400;
}
.kid-text_large {
  font-size: 18px;
  line-height: 32px; /* 177.778% */
}
.kid-text_medium {
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.kid-text_small_line_medium {
  font-size: 14px;
  line-height: 24px; /* 150% */
}
.kid-text_small {
  font-size: 14px;
  line-height: 18px; /* 114.286% */
}
.kid-text_center {
  text-align: center;
}
.kid-text_right {
  text-align: right;
}

.kid-divider {
  width: 100%;
  border-bottom: 1px solid #CDCDCD;
}
.kid-divider_separator:last-child {
  display: none;
}
.kid-divider_large {
  border-bottom: 4px solid #F0EFEF;
}

.kid-circle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: rgba(1, 1, 1, 0.05);
  cursor: pointer;
  transition: 0.25s;
}
.kid-circle-btn_red {
  background: var(--btn-color);
}
.kid-circle-btn_red path {
  fill: white;
}
.kid-circle-btn_red:hover {
  background: #BA2426;
}
.kid-circle-btn.success-bg {
  background: green;
}
.kid-circle-btn.success-bg path {
  fill: white;
}
.kid-circle-btn_text {
  padding: 0 10px;
  width: fit-content;
  color: var(--btn-color);
}
.kid-circle-btn_text:hover {
  background: #c2c2c2;
}

.kid-attr-row {
  display: flex;
  justify-content: space-between;
}

.kid-input {
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.2);
  background: #FCFCFC;
  height: 48px;
  width: 100%;
  outline: none;
  padding: 0px 16px;
}
.kid-input::placeholder {
  color: rgba(17, 17, 17, 0.2);
}

.kid-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.kid-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.5);
  z-index: 100;
}

.kid-orders-attr-row-info {
  display: flex;
  flex-direction: column;
}
.kid-orders-attr-row.red > span {
  color: #E43022;
}
.kid-orders-attr-row.green > span {
  color: #00AC4F;
}

.kid-order-exp-row-items .red > div {
  color: #E43022;
}
.kid-order-exp-row-items .green > div {
  color: #00AC4F;
}

.kid-both {
  flex: 1;
  border-radius: 10px;
  background: var(--div-background);
  box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  margin: 0 16px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
.kid-both .progress-bar {
  margin: 0;
  box-shadow: none;
}
.kid-both .progress-bar:not(:first-of-type) {
  padding: 0 24px 20px;
}

.kid-fundraiser-funds-summary {
  min-height: 100px;
  margin: 0 16px;
  background: var(--active-color) !important;
}

.kid-refunded {
  background-color: var(--active-color);
}

@media only screen and (max-width: 896px) {
  ::-webkit-scrollbar {
    width: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 2px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .kid-both {
    margin: 0;
  }
  .progress-card:last-child .kid-divider {
    display: none;
  }
  .kid-leaderboard-btns {
    margin: 4px 4px 12px 4px;
  }
  .kid-leaderboard-btns button {
    min-width: calc(33% - 8px);
  }
  .kid-milestones-header {
    margin-bottom: 8px;
  }
  .kid-milestones-header h2 {
    font-size: 18px;
  }
  .kid-milestones-prompt-arrow {
    display: none;
  }
  .kid-milestones-line {
    min-width: 24px;
    height: 6px;
    margin: 0 8px 30px 8px;
  }
  .kid-sorting-btn {
    margin-left: 16px;
  }
  .progress-card {
    padding-bottom: 14px !important;
  }
  .kid-leaderboard-milestones {
    border-radius: 0;
    margin-top: 0;
  }
  .progress-card:last-child .kid-divider {
    display: none;
  }
  .jump-start-card *,
  .milestone-card * {
    align-items: flex-start !important;
    text-align: start !important;
  }
  .jump-start-card * .kid-card-icon,
  .milestone-card * .kid-card-icon {
    align-items: center !important;
  }
  .kid-filters-btn {
    border-radius: 40px;
    background: rgba(17, 17, 17, 0.05);
  }
  .kid-pagination {
    margin: 0;
  }
  .kid-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .kid-disable_mobile {
    display: none;
  }
  .kid-sidebar {
    width: calc(100% - 60px);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: auto;
    left: -100vw;
    z-index: 9;
    transition: 0.15s linear;
  }
  .kid-sidebar .kid-sidebar-header {
    display: flex;
    align-items: center;
    padding: 24px;
    margin-bottom: 12px;
  }
  .kid-sidebar .kid-sidebar-menu {
    margin-bottom: 24px;
  }
  .kid-sidebar .kid-sidebar-menu a, .kid-sidebar .kid-sidebar-menu div {
    padding: 16px;
  }
  .kid-sidebar hr {
    margin-left: 16px;
    margin-right: 16px;
  }
  .kid-main-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .kid-main-card-header_row {
    flex-direction: row;
  }
  .kid-main-card-header-mob-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .kid-main-card-header h2 {
    color: var(--text-color);
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
  }
  .kid-main-card-header input {
    margin: 0;
    width: 100% !important;
  }
  .kid-main-card-header-mobile-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
  }
  .kid-main-card-header-mobile-row h2 {
    margin-bottom: 0;
  }
  body.sidemenu-opened {
    overflow: hidden;
  }
  body.sidemenu-opened .kid-sidebar {
    left: 0;
  }
  body.sidemenu-opened .kid-content-shade {
    display: block;
    position: fi;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
    z-index: 8;
    background-color: #111;
  }
  .kid-content {
    margin-left: 0;
    padding: 0;
  }
  .kid-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 12px 20px;
    margin-bottom: 12px;
    z-index: 7;
    background: var(--div-background);
  }
  .kid-header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    flex: unset;
  }
  .kid-header h1 svg {
    margin-left: 4px !important;
    width: 22px;
  }
  .kid-header .kid-pure-btn.kid-mr12 svg path {
    stroke: var(--btn-color);
  }
  .kid-header .kid-notifications {
    margin-right: 8px;
  }
  .kid-header .kid-user-menu {
    margin-left: 0;
  }
  .kid-header .kid-avatar {
    margin-right: 0;
  }
  .kid-header .kid-user-menu p, .kid-header .kid-user-menu svg {
    display: none;
  }
  .kid-cards {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
  .kid-cards h3 {
    font-size: 18px;
  }
  .kid-cards .kid-card {
    margin: 0;
    border-radius: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 20px 24px;
  }
  .kid-cards .kid-card.progress-card {
    flex: unset;
    width: 100%;
  }
  .kid-cards .kid-card.progress-card:not(:last-child) {
    padding-bottom: 0;
  }
  .kid-cards .kid-card:not(.progress-card) .kid-card-row {
    flex-direction: column;
    justify-content: center;
  }
  .kid-cards .kid-card:not(.progress-card) .kid-card-text {
    margin-bottom: 3px;
  }
  .kid-cards .kid-card:not(.progress-card) h3 {
    width: 100%;
    text-align: center;
  }
  .kid-cards .kid-card:not(.progress-card) .kid-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
    margin-right: 0;
  }
  .kid-cards .kid-card:not(.progress-card) .kid-card-icon svg {
    width: 24px;
  }
  .kid-cards .kid-card-text {
    font-size: 12px;
  }
  .kid-prizes {
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 12px;
  }
  .kid-prizes .kid-prizes-item {
    width: calc(100% - 24px);
  }
  .kid-prizes .img-container {
    height: 200px;
  }
  .kid-prizes h3 {
    font-size: 18px;
  }
  .kid-activity .kid-activity-day-container h5 {
    font-size: 14px;
  }
  .kid-activity .kid-activity-day-container .kid-activity-item {
    margin-bottom: 18px;
  }
  .kid-activity .kid-activity-day-container .kid-activity-item .msg {
    font-size: 14px !important;
  }
  .kid-activity .kid-activity-day-container .kid-activity-item .time {
    font-size: 12px !important;
  }
  .kid-activity .kid-activity-day-container .kid-activity-item .line {
    height: 43px;
  }
  .kid-messages-modal-content {
    padding: 0;
  }
  .kid-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kid-main-card {
    margin-top: 8px;
    padding: 16px 0;
    border-radius: 0;
    background: var(--div-background);
    box-shadow: 0 2px 3px 0 rgba(17, 17, 17, 0.03);
  }
  .kid-main-card-actions {
    width: 100%;
  }
  .kid-no-content-actions {
    flex-direction: column !important;
  }
  .kid-no-content-actions .kid-supporters-btn {
    margin-bottom: 16px;
    margin-right: 0;
  }
  .kid-progress {
    height: 16px;
  }
  .kid-main-card-search {
    width: 100%;
  }
  .kid-main-card-search input {
    width: 100% !important;
  }
  .kid-actions {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .kid-actions-btn {
    width: 100%;
  }
  .kid-funds-card:hover {
    box-shadow: none;
  }
  .kid-my-funds {
    padding: 0;
  }
  .kid-contacts-list-wrapper .kid-both {
    flex: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .kid-card h3 {
    font-size: 24px !important;
  }
  .kid-card .kid-card-row .left, .kid-card .kid-card-row .right {
    font-size: 14px;
  }
}
:root {
  --body-background: #F0EFEF;
  --div-background: #FCFCFC;
  --notification: #1111111a;
  --bell: #111111;
  --btn-color: #E43022;
  --active-color: #E4302233;
  --text-color: #111111;
  --search-border: rgba(17, 17, 17, 0.2);
  --search-background: $primary-background-color;
}

body[data-theme=dark] {
  --body-background: #0D0F11;
  --div-background: #191D23;
  --notification: #E3E3E3;
  --bell: #191D23;
  --btn-color: #E43022;
  --active-color: #262C36;
  --text-color: #E3E3E3;
  --search-border: #E43022;
  --search-background: transparent;
}

body[data-theme="1"] {
  --body-background: #DFF3D5;
  --div-background: #FCFCFC;
  --notification: #8A76C4;
  --bell: #FCFCFC;
  --btn-color: #8A76C4;
  --active-color: #8A76C433;
  --text-color: #181A2E;
  --search-border: #8A76C4;
  --search-background: $primary-background-color;
}

body[data-theme="2"] {
  --body-background: #EAEDF4;
  --div-background: #FCFCFC;
  --notification: #0A50D6;
  --bell: #FCFCFC;
  --btn-color: #0A50D6;
  --active-color: #0A50D633;
  --text-color: #181A2E;
  --search-border: #0A50D6;
  --search-background: $primary-background-color;
}

.kid-modal-backdrop, .kid-light-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.error-modal-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.error-modal button {
  width: 100%;
  background: #111;
  outline: none;
  border: none;
  border-radius: 10px;
  color: #FCFCFC;
  padding: 12px;
  text-align: center;
  margin-top: 24px;
}

.kid-modal, .kid-light-modal {
  border-radius: 24px;
  background: var(--div-background);
  width: 664px;
  max-width: 90vw;
}

.kid-light-modal-header {
  color: var(--text-color);
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  padding: 40px 20px 0 20px;
}

.kid-modal-header {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  position: relative;
  padding: 16px;
  border-bottom: 1px solid var(--active-color);
  color: var(--text-color);
}
.kid-modal-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 36px;
  width: 36px;
  border-radius: 8px;
  transition: 0.25s;
  background: none;
  border: none;
  outline: none;
}
.kid-modal-header button:hover {
  background: var(--active-color);
}
.kid-modal-header button svg path {
  fill: var(--btn-color);
}

.kid-modal-body {
  padding: 40px;
}
.kid-modal-body_scrollable {
  max-height: 85vh !important;
  overflow-y: scroll;
}
.kid-modal-body .kid-share-text {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: inherit;
}
.kid-modal-body .kid-share-icons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.kid-modal-body .kid-share-icons button, .kid-modal-body .kid-share-icons a {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.kid-modal-body .kid-share-icons button svg, .kid-modal-body .kid-share-icons a svg {
  width: 46px;
  height: 46px;
}
.kid-modal-body .kid-share-icons button:not(:last-child) {
  margin-right: 14px;
}
.kid-modal-body > span[aria-live=polite] {
  width: 100%;
}

.kid-light-modal-body {
  padding: 24px 20px 40px 20px;
}

.kid-contact-sync-modal .kid-main-card-search {
  margin-top: 12px;
}
.kid-contact-sync-modal .kid-main-card-search svg {
  position: absolute;
  left: 28px;
  top: 15px;
}
.kid-contact-sync-modal .kid-main-card-search input {
  border-radius: 10px;
  background: #FCFCFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 20px 12px 40px;
  margin: 0 20px;
  width: calc(100% - 40px) !important;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}
.kid-contact-sync-modal-msg {
  color: #111;
  font-size: 16px;
  line-height: 24px; /* 150% */
  text-align: center;
  padding: 20px;
}
.kid-contact-sync-modal .kid-modal-body {
  position: relative;
  padding: 0;
}
.kid-contact-sync-modal_loading .kid-modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}
.kid-contact-sync-modal-header {
  padding: 20px;
}
.kid-contact-sync-modal-list-wrapper {
  padding: 20px 5px;
}
.kid-contact-sync-modal-list {
  max-height: 265px;
  padding: 0 15px;
  overflow-y: auto;
}
.kid-contact-sync-modal-btn-wrap {
  padding: 0 20px;
  margin-bottom: 36px;
}
.kid-contact-sync-modal-item {
  display: flex;
  flex-direction: row;
  padding-bottom: 16px;
}
.kid-contact-sync-modal-item:last-child {
  padding-bottom: 0;
}
.kid-contact-sync-modal-item-name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  margin-right: 8px;
}
.kid-contact-sync-modal-item-phone {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  margin-right: 24px;
}
.kid-contact-sync-modal-toggle-all {
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
.kid-contact-sync-modal-toggle-all_deselect {
  color: #E43022;
  text-decoration-line: underline;
}
.kid-contact-sync-modal-toggle-all_select {
  color: #00AC4F;
}

.kid-donors-modal .kid-checkbox {
  position: absolute;
  left: 28px;
}
.kid-donors-modal .kid-modal {
  width: 1024px;
}
.kid-donors-modal .kid-modal-body {
  min-height: 500px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  padding: 0 0 40px 0;
}
.kid-donors-modal-row-exp {
  padding: 0;
  background: rgba(17, 17, 17, 0.03);
}
.kid-donors-modal-row-exp td {
  padding: 24px 0 24px 12px;
}
.kid-donors-modal-row-exp td .kid-text:last-child {
  padding-top: 12px;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
.kid-donors-modal-row-exp button {
  width: 172px;
}
.kid-donors-modal-td-values {
  padding: 24px 0 24px 0 !important;
}
.kid-donors-modal-td-values .kid-text {
  padding-left: 12px;
}
.kid-donors-modal-td-values .kid-text:last-child {
  max-width: fit-content;
}
.kid-donors-modal-row-order-summary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.kid-donors-modal-address {
  width: 250px;
  max-lines: 2;
}

.kid-order-modal-title {
  max-width: 420px;
  color: #111;
  text-align: center;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
  margin-bottom: 32px;
}
.kid-order-modal .kid-modal-body {
  max-width: 420px;
  margin: auto;
}

.kid-welcome-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 32px;
}
.kid-welcome-popup img {
  max-width: 210px;
  height: auto;
}
.kid-welcome-popup h1 {
  color: #111;
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 200% */
}
.kid-welcome-popup-text {
  max-width: 460px;
  color: #111;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  padding-bottom: 32px;
}
.kid-welcome-popup button {
  width: 100%;
  max-width: 392px;
}

.import-modal-head div {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
}
.import-modal-head a, .import-modal-head button {
  margin-left: 8px;
  position: static !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.import-modal-head a svg, .import-modal-head button svg {
  width: 20px;
  height: auto;
}
@media (min-width: 896px) {
  .import-modal-head a svg, .import-modal-head button svg {
    width: 30px;
  }
}
.import-modal-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 896px) {
  .import-modal-head h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.import-modal-upload {
  max-height: 100%;
  overflow: auto;
}
.import-modal-upload .modal-upload-template {
  display: flex;
  align-items: center;
}
.import-modal-upload .modal-upload-template p {
  margin-right: 16px;
}
.import-modal-upload .modal-upload-template a {
  padding: 8px 20px;
  background-color: #111;
  color: #FCFCFC;
  border-radius: 8px;
}
.import-modal-upload table {
  width: 100%;
  margin: 16px 0;
}
.import-modal-upload table input {
  width: 100%;
  padding: 8px;
  border: 1px solid #111;
}
.import-modal-upload table td:first-of-type input {
  border-radius: 8px 0 0 8px;
}
.import-modal-upload table td:nth-of-type(3) input {
  border-radius: 0 8px 8px 0;
}
.import-modal-upload table button {
  border: none;
  border-radius: 8px;
  background-color: #111;
  color: #FCFCFC;
  font-weight: bold;
  padding: 8px 12px;
}
.import-modal-upload .modal-upload-add {
  width: 100%;
  padding: 16px;
  margin: 8px 0;
  background-color: #111;
  color: #FCFCFC;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  transition: 0.25s;
}
.import-modal-upload .modal-upload-add:hover {
  background-color: var(--btn-color);
}
.import-modal-upload .modal-upload-file {
  display: flex;
  align-items: center;
}
.import-modal-upload .modal-upload-file p {
  margin-right: 16px;
}
.import-modal-upload .modal-upload-file label {
  padding: 8px 20px;
  background-color: #111;
  color: #FCFCFC;
  border-radius: 8px;
  cursor: pointer;
}
.import-modal-upload .modal-upload-file input {
  display: none;
}
.import-modal-upload .modal-upload-accept {
  width: 100%;
  padding: 16px;
  margin: 8px 0;
  border-radius: 8px;
  border: none;
  background-color: #111;
  color: #FCFCFC;
  font-weight: bold;
  font-size: 16px;
}
.import-modal-upload .modal-upload-accept:hover {
  background-color: var(--btn-color);
}

.import-modal .kid-modal {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
@media (min-width: 896px) {
  .import-modal .kid-modal {
    width: 80vw;
    max-width: 90vw;
    max-height: 90vh;
  }
}
.import-modal .kid-modal-body {
  max-height: calc(100% - 81px);
  height: 100%;
  overflow: hidden;
  padding: 12px;
}
@media (min-width: 896px) {
  .import-modal .kid-modal-body {
    max-height: calc(90vh - 97px);
    overflow: auto;
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .kid-modal-body {
    padding: 24px 20px;
  }
  .kid-modal-header {
    line-height: 32px;
  }
  .kid-modal-header button {
    right: 12px;
  }
  .kid-modal-header button svg {
    width: 20px;
    height: 20px;
  }
  .kid-welcome-popup {
    padding: 16px;
  }
}
.kid-input-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.kid-input-row .kid-input-group {
  flex: 1;
  margin-right: 12px;
}
.kid-input-row .kid-input-group:last-child {
  margin-right: 0;
}
.kid-input-row .kid-input-row-selector {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-right: 8px;
}
.kid-input-row .kid-input-row-selector:last-child {
  margin-right: 0;
}

.kid-input-group {
  margin-bottom: 12px;
  width: 100%;
}
.kid-input-group_disabled .kid-input-group-label label,
.kid-input-group_disabled .kid-input-group-input {
  opacity: 0.5;
}
.kid-input-group_flex {
  flex: 1;
  margin-right: 16px !important;
}
.kid-input-group-label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.kid-input-group-wrap {
  margin: 0 0 0 8px;
}
.kid-input-group-wrap svg path {
  fill: #0A50D6;
}
.kid-input-group-wrap:hover .kid-input-group-info {
  display: block;
}
.kid-input-group-info {
  display: none;
  position: absolute;
  bottom: 0;
  background: var(--div-background);
  max-width: 200px;
  padding: 10px;
  border-radius: 8px;
  transform: translate(-40%, -30px);
  box-shadow: 0 2px 4px 0 rgba(17, 17, 17, 0.3);
  font-size: 14px;
}
.kid-input-group > label {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  display: block;
}
.kid-input-group textarea, .kid-input-group input, .kid-input-group select {
  border-radius: 10px;
  border: 1px solid grey;
  background-color: var(--div-background);
  color: var(--text-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 20px;
  width: 100%;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}
.kid-input-group textarea::placeholder, .kid-input-group input::placeholder, .kid-input-group select::placeholder {
  color: var(--text-color);
}
.kid-input-group textarea.bordered, .kid-input-group input.bordered, .kid-input-group select.bordered {
  border: 1px solid grey;
  border-radius: 8px;
}
.kid-input-group textarea {
  resize: vertical;
}
.kid-input-group select {
  background: url("/assets/images/arrow-down.svg") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}
.kid-input-group .react-loading-skeleton {
  height: 54px;
  border-radius: 10px;
}
.kid-input-group .kid-checkbox {
  position: relative;
}
.kid-input-group .kid-checkbox input {
  position: absolute;
  z-index: -1;
}

.kid-contact-form {
  padding-left: 90px;
  padding-right: 90px;
}

.kid-btn {
  border-radius: 10px;
  background: var(--btn-color);
  border: none;
  outline: none;
  text-align: center;
  color: #FCFCFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 12px;
  font-family: inherit;
  width: 100%;
  margin-top: 4px;
  transition: 0.25s;
}
.kid-btn:hover {
  background: var(--active-color);
  color: var(--btn-color);
}

@media only screen and (max-width: 480px) {
  .kid-contact-form {
    padding: 0;
  }
}
.kid-top-sheet {
  position: relative;
  animation: slideInTop 0.25s forwards;
}
.kid-top-sheet_closing {
  animation: slideOutTop 0.25s forwards;
}
.kid-top-sheet-header {
  padding: 24px 0;
  border-bottom: 1px solid var(--active-color);
  background: var(--div-background);
}
.kid-top-sheet-header h2 {
  margin: 0;
  text-align: center;
}
.kid-top-sheet button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 28px;
  right: 24px;
  background: none;
  border: none;
  outline: none;
}
.kid-top-sheet button svg {
  width: 20px;
  height: 20px;
}
.kid-top-sheet button svg path {
  fill: var(--btn-color);
}
.kid-top-sheet-content {
  border-radius: 0 0 20px 20px;
  background: var(--div-background);
}

.kid-bottom-sheet {
  position: fixed;
  animation: slideInBottom 0.25s forwards;
  width: 100%;
  border-radius: 20px 20px 0 0;
  background: var(--div-background);
}
.kid-bottom-sheet_closing {
  animation: slideOutBottom 0.25s forwards;
}
.kid-bottom-sheet h2 {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  line-height: 50px; /* 277.778% */
  border-bottom: 1px solid var(--active-color);
}
.kid-bottom-sheet-content {
  overflow-y: scroll;
  max-height: 85vh;
  padding: 20px;
}

@keyframes slideInTop {
  from {
    top: -50vh;
  }
  to {
    top: 0;
  }
}
@keyframes slideOutTop {
  from {
    top: 0;
  }
  to {
    top: -50vh;
  }
}
@keyframes slideInBottom {
  from {
    bottom: -50vh;
  }
  to {
    bottom: 0;
  }
}
@keyframes slideOutBottom {
  from {
    bottom: 0;
  }
  to {
    bottom: -50vh;
  }
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=/assets/landing.css-807c75495efd705e714d57e0ddf0aafdac92e3a0.map */
