@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap");
: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;
}

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

.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;
}

.clinic-calendar {
  display: flex;
  flex-direction: column;
}
.clinic-calendar-header {
  display: flex;
  flex-direction: column;
  margin: 16px;
}
@media (min-width: 896px) {
  .clinic-calendar-header {
    flex-direction: row;
    margin: 0;
  }
}
.clinic-calendar-header > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 896px) {
  .clinic-calendar-header > div {
    width: 250px;
  }
}
.clinic-calendar-header > div:not(:first-of-type) {
  margin: 16px 0 0 0;
}
@media (min-width: 896px) {
  .clinic-calendar-header > div:not(:first-of-type) {
    margin: 0 0 0 16px;
  }
}
.clinic-calendar-header > div .eshop-selector {
  border: none;
  background: #FCFCFC;
}
.clinic-calendar-header > div .kid-main-card-search svg {
  top: 19px !important;
}
.clinic-calendar-header > div .kid-main-card-search input {
  width: 100% !important;
  height: 56px !important;
  background: #FCFCFC !important;
  border: none !important;
}
.clinic-calendar-body {
  margin: 16px 0 0;
  padding: 16px;
  background: #FCFCFC;
  border-radius: 10px;
}
.clinic-calendar-body table {
  width: 100%;
  table-layout: fixed;
}
.clinic-calendar-body td {
  padding: 4px;
  width: 14.2857142857%;
}
.clinic-calendar-body h4 {
  margin: 0;
  padding: 20px;
}
.clinic-calendar-body p {
  margin: 8px;
  font-size: 14px;
}
@media (min-width: 896px) {
  .clinic-calendar-body p {
    font-size: 20px;
  }
}
.clinic-calendar-day {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border-radius: 6px;
  border: 1px solid #111;
  width: 100%;
  padding: 4px;
  transition: 0.25s;
  background: #FCFCFC;
  overflow: hidden;
  height: 4.5rem;
}
@media (min-width: 896px) {
  .clinic-calendar-day {
    height: 6.5rem;
  }
}
.clinic-calendar-day:hover {
  box-shadow: 3px 3px 3px 0 rgba(17, 17, 17, 0.4);
}
.clinic-calendar-day-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.clinic-calendar-day-item {
  padding: 5px;
  margin: 3px 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: var(--btn-color);
  border-radius: 4px;
  color: #FCFCFC;
}
.clinic-calendar-modal .kid-modal {
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
}
@media (min-width: 896px) {
  .clinic-calendar-modal .kid-modal {
    width: 80vw;
  }
}
.clinic-calendar-modal .kid-modal-body {
  max-height: calc(-97px + 90vh);
  overflow: auto;
  padding: 20px;
}
.clinic-calendar-modal-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.clinic-calendar-modal-list-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.clinic-calendar-modal-list-item div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}
.clinic-calendar-modal-list-item h4 {
  margin: 0;
}
.clinic-calendar-modal-list-item button {
  white-space: nowrap;
  padding: 8px 20px;
  border-radius: 8px;
  border: none;
  background: var(--btn-color);
  color: #FCFCFC;
  font-weight: bold;
  font-size: 14px;
  width: 140px;
}
.clinic-calendar-modal-list-item button.participations {
  cursor: auto;
  opacity: 0.5;
}
.clinic-calendar-modal-list-item a {
  text-decoration: none;
  color: var(--text-color);
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  border: 0;
  outline: 0;
}
.clinic-calendar-modal-list-item a:hover {
  color: #E43022;
}
.clinic-calendar-modal-list-item a > svg {
  width: auto;
  height: 16px;
  margin: 0 8px 0 0;
}
.clinic-calendar-modal-list-item p {
  padding: 8px 0 0;
  margin: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: 0.5s;
}
.clinic-calendar-modal-list-item p.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}
.clinic-calendar-modal-list-item .clinic-calendar-gradient-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: linear-gradient(transparent, white 50%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
}
.clinic-calendar-modal-list-item .clinic-calendar-show-more-btn {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 0;
  z-index: 2;
  pointer-events: auto;
  background: none;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: black;
}
.clinic-calendar-modal-list-item:not(:first-of-type) {
  margin: 12px 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #c2c2c2;
}
.clinic-calendar-participations p {
  margin: 0;
  font-size: 16px;
  padding: 4px 0;
}
.clinic-calendar-participations p:not(:first-of-type) {
  margin: 4px 0 0;
  border-top: 1px solid #c2c2c2;
}

* {
  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-donation-code-btn button {
  width: 100%;
  margin: 0 0 32px;
  border: none;
  border-radius: 10px;
  padding: 16px 20px;
  background: var(--btn-color);
  color: #FCFCFC;
  font-size: 16px;
  font-weight: bold;
}

.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: 132px;
  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 .loading-content {
  width: 200px;
}
.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-header .kid-notifications-view-all {
  display: block;
  text-align: center;
  padding-bottom: 12px;
}

.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 .supporters-list-header {
  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: fixed;
    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;
  }
}

/*# sourceMappingURL=/assets/kid_dashboard.css-2cbcf70e81d06d60d799e6e533a2de515eba7a99.map */
