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;
  }
}
.arrow-icon {
  width: 100% !important;
  height: 100% !important;
  max-width: 20px;
  max-height: 20px;
}

.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;
}
.switch span {
  cursor: pointer !important;
  width: 12px !important;
  left: 2px !important;
  top: 2px !important;
  height: 12px !important;
  box-shadow: none !important;
  background: #fff;
}

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

._footerLeftSide_1vyhs_9 {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}
._footerLeftSide_1vyhs_9 button {
  min-height: 36px !important;
}
._footerLeftSide_1vyhs_9 ._title_1vyhs_18 {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}

._footerExtraSide_1vyhs_24 {
  margin-left: auto;
}._header_1as4g_1 {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 16px;
}

._headerLeftSide_1as4g_10 {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
._headerLeftSide_1as4g_10 ._title_1as4g_16 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

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

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

._headerExtraSide_1as4g_36 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  height: 100%;
}._server_1lks5_1 svg {
  width: 16px !important;
  height: 16px !important;
}