body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
html {
  font-size: 0.8rem;
}

.modal_button {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}

.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
  cursor: pointer !important;
}
.switch span {
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}

.active-switch {
  width: 26px !important;
  height: 16px !important;
  background: #007aff !important;
  border: none !important;
  box-shadow: none !important;
}
.active-switch span {
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
  cursor: pointer !important;
}._footer_1e90v_1 {
  width: 100%;
  height: 60px !important;
  box-shadow: inset 0px 1px 0px #e5e9eb;
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
}

._footerLeftSide_1e90v_11 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  height: 100%;
}
._footerLeftSide_1e90v_11 ._title_1e90v_18 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._footerExtraSide_1e90v_24 {
  margin-left: auto;
}._header_mbd2h_1 {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
  background: white;
}

._headerLeftSide_mbd2h_11 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 24px;
  height: 100%;
}
._headerLeftSide_mbd2h_11 ._title_mbd2h_18 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._border_mbd2h_24 {
  background: #e5e9eb;
  border-radius: 1px;
  height: calc(100% - 32px);
  width: 1px;
}

._headerMiddleSide_mbd2h_31 {
  height: 100%;
  display: flex;
  align-items: center;
}

._headerExtraSide_mbd2h_37 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._wrapper_2f5tn_1 {
  min-height: calc(100vh - 72px);
  overflow: auto;
  padding-bottom: 84px !important;
  padding: 24px;
  background-color: #f9fbfe;
  display: flex;
  flex-direction: column;
}
._wrapper_2f5tn_1 ._title_2f5tn_10 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  padding: 24px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 {
  display: flex;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21:last-of-type {
  margin-bottom: 0;
  border: none;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._leftSide_2f5tn_30 {
  min-width: 240px;
  margin-right: 104px;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._leftSide_2f5tn_30 ._sectionTitle_2f5tn_34 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #11181c;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._leftSide_2f5tn_30 ._sectionDesciption_2f5tn_41 {
  font-size: 14px;
  line-height: 24px;
  color: #7f878c;
}
._wrapper_2f5tn_1 ._card_2f5tn_15 ._section_2f5tn_21 ._grid_2f5tn_46 {
  padding-bottom: 57px;
  max-width: 750px;
  margin-right: auto;
}
._wrapper_2f5tn_1 ._statusTag_2f5tn_51 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 12px;
  background-color: #c6f6d5;
  color: #0f8430;
  height: 24px;
  border-radius: 6px;
}