.admin .admin-tabs-switcher-wrapper {
  display: flex;
  justify-content: center;
}
.admin .admin-tabs-switcher.nav-tabs {
  padding: 3px;
  border-radius: 150px;
  background-color: rgba(0, 0, 0, 0.04);
}
.admin .admin-tabs-switcher.nav-tabs.admin-tabs-switcher_disabled {
  background-color: rgba(0, 0, 0, 0.02);
}
.admin .admin-tabs-switcher.nav-tabs .nav-item .nav-link {
  border-radius: 150px;
  margin-bottom: 0;
  height: 100%;
}
.admin .admin-tabs-switcher.nav-tabs .nav-item .nav-link[disabled] {
  opacity: 0.15;
}

.admin-button_row {
  font-size: 1em;
  position: relative;
  margin: 0;
  font-weight: 400;
  display: flex;
  user-select: none;
  align-items: center;
  color: #222 !important;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 7px 14px;
  border-radius: 30px;
  border: none;
  transition: 0.1s ease;
  white-space: nowrap;
}
.admin-button_row .icon {
  transition: 0.1s ease;
  opacity: 0.4;
}
.admin-button_row:disabled {
  opacity: 0.5;
}
.admin-button_row:hover:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.08);
}
.admin-button_row:hover:not(:disabled) .icon {
  opacity: 0.6;
}
.admin-button_row:active:not(:disabled) {
  background-color: rgba(0, 0, 0, 0.1);
}

.admin-select {
  font-size: 16px;
  position: relative;
  margin: 0;
  min-height: 60px;
  font-weight: 400;
  padding: 6px 35px 6px 12px;
  display: flex;
  user-select: none;
}
.admin-select_multiselect {
  padding-top: 30px;
}
.admin-select_row {
  font-size: inherit;
  padding: 0;
  min-height: auto;
}
.admin-select_row .admin-select__clickable-area {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 7px 14px;
  padding-right: 35px;
  border-radius: 30px;
}
.admin-select_row .admin-select__clickable-area .admin-select__label {
  font-size: 1em !important;
  top: auto !important;
  opacity: 0.5;
  white-space: nowrap;
}
.admin-select_row .admin-select__clickable-area .admin-select__label-icon {
  opacity: 0.8;
  padding: 1px;
  height: 20px;
}
.admin-select_row .admin-select__clickable-area .admin-select__gasket {
  display: none;
}
.admin-select_row .admin-select__clickable-area .admin-select__arrow {
  top: auto !important;
  opacity: 0.2;
}
.admin-select_row .admin-select__clickable-area:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.admin-select_row .admin-select__clickable-area:hover .admin-select__label {
  opacity: 0.7;
}
.admin-select_row .admin-select__clickable-area:hover .admin-select__arrow {
  opacity: 0.4;
}
.admin-select_row .admin-select__dropdown {
  padding: 5px;
  border-radius: 20px;
  min-width: 150px;
}
.admin-select_row .admin-select__dropdown-option {
  border-radius: 5px;
  padding: 0.4em 1em;
}
.admin-select_row .admin-select__dropdown li:first-child:not(:last-child) .admin-select__dropdown-option {
  border-radius: 15px 15px 5px 5px;
}
.admin-select_row .admin-select__dropdown li:last-child:not(:first-child) .admin-select__dropdown-option {
  border-radius: 5px 5px 15px 15px;
}
.admin-select_row .admin-select__dropdown li:first-child:last-child .admin-select__dropdown-option {
  border-radius: 15px;
}
.admin-select_row .admin-select__selected-value {
  display: none;
}
.admin-select_row.admin-select_filled .admin-select__selected-value {
  display: block;
}
.admin-select__previous {
  position: absolute;
  bottom: calc(100% + 10px);
  z-index: 10;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  width: 100%;
  left: 0;
  border: none;
  outline: none;
  color: #000;
  box-shadow: none;
  transition: 0.1s ease;
  opacity: 0;
  background-color: rgba(255, 230, 193, 0.7);
  backdrop-filter: blur(5px);
  visibility: hidden;
  cursor: pointer;
  transform: scale(1.05);
}
.admin-select__previous::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(255, 230, 193, 0.7);
  top: 100%;
  left: 50%;
  transition: 0.1s ease;
  transform: translateX(-50%);
}
.admin-select__previous:hover {
  background-color: rgba(255, 199, 107, 0.7);
}
.admin-select__previous:hover::after {
  border-top-color: rgba(255, 199, 107, 0.7);
}
.admin-select__previous:active {
  transform: scale(0.9) !important;
}
.admin-select_focus:not(.admin-select_filled) .admin-select__previous:not(.admin-select__previous_hidden) {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.admin-select__hidden-select {
  display: none;
}
.admin-select__arrow {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
}
.admin-select__actions {
  font-size: 0.8em;
  position: absolute;
  right: 10px;
  top: 8px;
  display: flex;
  gap: 6px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease;
}
.admin-select_filled .admin-select__actions {
  opacity: 1;
  visibility: visible;
}
.admin-select__action {
  background-color: transparent;
  padding: 0;
  line-height: 1;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  display: block;
  transition: 0.2s ease;
  opacity: 0.6;
  font-family: inherit;
  color: #000;
}
.admin-select__action:hover {
  opacity: 1;
}
.admin-select__action:active {
  transform: scale(0.9);
}
.admin-select__arrow {
  opacity: 0.3;
  transition: 0.1s ease;
}
.admin-select__clickable-area {
  position: absolute;
  inset: 0;
  padding: 6px 12px;
  border-radius: 12px;
  cursor: pointer;
}
.admin-select__clickable-area:hover .admin-select__gasket {
  background-color: rgba(0, 0, 0, 0.1);
  inset: -8px;
  border-radius: 20px;
}
.admin-select__clickable-area:hover .admin-select__arrow {
  opacity: 0.6;
}
.admin-select__clickable-area:active .admin-select__gasket {
  background-color: rgba(0, 0, 0, 0.15);
  inset: -12px;
  border-radius: 24px;
}
.admin-select_focus .admin-select__gasket {
  background-color: #fff !important;
  outline: 2px solid #00AEDA;
  inset: 0 !important;
  border-radius: 12px !important;
}
.admin-select_focus .admin-select__arrow {
  transform: scaleY(-1);
}
.admin-select__gasket {
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  inset: 0;
  transition: 0.1s ease;
  border-radius: 12px;
}
.admin-select__label {
  position: relative;
  opacity: 0.8;
  top: 12px;
  transition: 0.1s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
}
.admin-select__label-hint {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin-select__label-hint-icon {
  transition: 0.1s ease;
  opacity: 0.4;
}
.admin-select__label-hint-content {
  bottom: calc(100% + 7px);
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.9em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease;
}
.admin-select__label-hint-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.admin-select__label-hint-content_wide {
  width: 300px;
}
.admin-select__label-hint:hover .admin-select__label-hint-icon {
  opacity: 0.6;
}
.admin-select__label-hint:hover .admin-select__label-hint-content {
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
}
.admin-select_filled .admin-select__label {
  font-size: 0.85em;
  top: 0;
}
.admin-select__tags {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 5px;
  margin-left: -2px;
  margin-right: -2px;
  flex-wrap: wrap;
  transition: 0.1s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 100%;
}
.admin-select_filled .admin-select__tags {
  opacity: 1;
  visibility: visible;
}
.admin-select__tag {
  font-size: 0.85em;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 2px 10px;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.1s ease;
}
.admin-select__tag-remove-icon {
  opacity: 0.3;
  transition: 0.2s ease;
}
.admin-select__tag:hover {
  text-decoration: line-through;
  background-color: #ffcfcf !important;
}
.admin-select__tag:hover .admin-select__tag-remove-icon {
  opacity: 1;
}
.admin-select__tag:active {
  background-color: #ffb9b9 !important;
}
.admin-select_focus .admin-select__tag {
  background-color: rgba(0, 0, 0, 0.05);
}
.admin-select__selected-value {
  position: relative;
  z-index: 10;
  text-align: left;
  white-space: nowrap;
  max-width: calc(100% - 15px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.admin-select__dropdown {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  width: 100%;
  z-index: 20;
  top: calc(100% + 10px);
  left: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 110, 0.08);
  transform: scale(1.05);
}
.admin-select__dropdown_up {
  top: auto;
  bottom: calc(100% + 10px);
}
.admin-select__dropdown-list {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 0;
  padding: 0;
}
.admin-select__dropdown-list li {
  list-style: none;
}
.admin-select__dropdown_short .admin-select__dropdown-list {
  max-height: 200px;
}
.admin-select__dropdown-search {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.admin-select__dropdown-input {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  outline: none;
  padding: 12px;
  font-family: inherit;
  border-radius: 10px;
  padding-left: 40px;
  transition: 0.1s ease;
}
.admin-select__dropdown-input:focus {
  background-color: #fff;
  outline: 2px solid #00AEDA;
}
.admin-select__dropdown-option {
  padding: 12px;
  border-radius: 10px;
  border: none;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  text-align: left;
}
.admin-select__dropdown-option_selected {
  color: #00AEDA;
  font-weight: 500;
  background-color: #EBFAFF;
}
.admin-select__dropdown-option_selected:hover {
  background-color: #dff8ff !important;
  color: #00AEDA !important;
}
.admin-select__dropdown-option-icon {
  opacity: 0.3;
}
.admin-select__dropdown-option:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}
.admin-select__dropdown-option:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.admin-select__dropdown-option_saved {
  background-color: #FFF2DE;
}
.admin-select__dropdown-option_saved:hover {
  background-color: #FFE6C1;
}
.admin-select__dropdown-empty {
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 5px;
  font-size: 0.9em;
}
.admin-select__dropdown-search-icon {
  position: absolute;
  left: 12px;
  opacity: 0.3;
}
.admin-select_focus .admin-select__dropdown {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.admin-select-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.admin-select-popup.active {
  visibility: visible;
  opacity: 1;
}
.admin-select-popup .admin-select__dropdown {
  position: relative;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  top: auto;
  font-size: 16px;
  max-width: 400px;
}
.admin-select-popup .admin-select__dropdown-label {
  font-weight: 500;
  padding: 5px 10px;
  margin-bottom: 10px;
  text-align: center;
}

.admin-apply-btn {
  display: block;
  position: relative !important;
  bottom: auto !important;
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0.8em 1.5em;
  min-height: 60px;
}
.admin-apply-btn__bg {
  transition: 0.1s ease;
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background-color: #00AEDA;
  display: block;
}
.admin-apply-btn__content {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.admin-apply-btn:hover .admin-apply-btn__bg {
  border-radius: 20px;
  inset: -8px;
}
.admin-apply-btn:active .admin-apply-btn__bg {
  border-radius: 24px;
  background-color: rgb(0, 153.6467889908, 192.5);
  inset: -12px;
}
.admin-apply-btn.pulse .admin-apply-btn__bg {
  animation: apply-pulse-bg 0.2s ease-out;
}
.admin-apply-btn:disabled {
  color: rgba(0, 0, 0, 0.25);
}
.admin-apply-btn:disabled .admin-apply-btn__bg {
  inset: 0 !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-radius: 12px !important;
}

@keyframes apply-pulse-bg {
  0% {
    inset: 0;
    border-radius: 12px;
  }
  50% {
    border-radius: 20px;
    inset: -8px;
  }
  100% {
    inset: 0;
    border-radius: 12px;
  }
}
.admin-hint {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.admin-hint__icon {
  transition: 0.1s ease;
  opacity: 0.4;
}
.admin-hint__content {
  bottom: calc(100% + 7px);
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 0.9em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s ease;
  pointer-events: none;
}
.admin-hint__content ul {
  margin: 1em 0;
}
.admin-hint__content ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.admin-hint__content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.admin-hint_bottom .admin-hint__content {
  top: calc(100% + 7px);
  bottom: auto;
}
.admin-hint_bottom .admin-hint__content::after {
  top: auto;
  bottom: 100%;
  transform: translateX(-50%) scaleY(-1);
}
.admin-hint:hover .admin-hint__icon {
  opacity: 0.6;
}
.admin-hint:hover .admin-hint__content {
  transition-delay: 0.3s;
  opacity: 1;
  visibility: visible;
}

.admin-switcher {
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.admin-switcher__input {
  display: none;
}
.admin-switcher__label {
  margin: 0;
}
.admin-switcher__area {
  display: flex;
  align-items: center;
  padding: 0.2em 0.65em;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.admin-switcher__area-bg {
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 20px;
  transition: 0.1s ease;
}
.admin-switcher__area-text {
  display: block;
  position: relative;
  font-weight: 400;
  transition: 0.1s ease;
  color: rgba(0, 0, 0, 0.6);
}
.admin-switcher__area:hover .admin-switcher__area-bg {
  background-color: rgba(0, 0, 0, 0.07);
}
.admin-switcher__area:hover .admin-switcher__area-text {
  color: rgba(0, 0, 0, 0.8);
}
.admin-switcher__area:active .admin-switcher__area-bg {
  inset: -3px;
}
.admin-switcher__input:checked + .admin-switcher__area .admin-switcher__area-bg {
  background-color: #fff !important;
}
.admin-switcher__input:checked + .admin-switcher__area .admin-switcher__area-text {
  color: #000 !important;
}

.admin-input-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: stretch;
}

.admin-input-row:not(:last-child) {
  margin-bottom: 15px;
}

.admin-label-input {
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 16px;
}
.admin-label-input_with-button .admin-label-input__input {
  padding-right: 80px;
}
.admin-label-input__inner-button {
  position: absolute;
  top: 50%;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #000;
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  transition: 0.1s ease;
  transform: translateY(-50%);
  opacity: 0.8;
  font-weight: 500;
}
.admin-label-input__inner-button:hover {
  opacity: 1;
}
.admin-label-input__inner-button:disabled {
  opacity: 0.2;
}
.admin-label-input:hover .admin-label-input__input {
  background-color: rgba(0, 0, 0, 0.1);
  outline: 8px solid rgba(0, 0, 0, 0.1);
}
.admin-label-input__error {
  color: red;
}
.admin-label-input__input {
  position: relative;
  padding-top: 26px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  min-height: 60px;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  outline-color: rgba(0, 0, 0, 0.05);
  transition: 0.1s ease;
  user-select: none;
}
.admin-label-input__input[type=datetime-local]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.admin-label-input__input::-webkit-outer-spin-button, .admin-label-input__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.admin-label-input__input[type=number] {
  -moz-appearance: textfield;
}
.admin-label-input__input:focus {
  background-color: #fff !important;
  outline: 2px solid #00AEDA !important;
}
.admin-label-input__prefix {
  position: absolute;
  transition: 0.1s ease;
  transform-origin: left top;
  font-weight: 400;
  opacity: 0.8;
  cursor: text;
  left: 12px;
  top: 18px;
  font-size: 16px;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.admin-label-input__input:focus + .admin-label-input__prefix {
  top: 6px;
  font-size: 0.85em;
}
.admin-label-input__input:not(:placeholder-shown) + .admin-label-input__prefix {
  top: 6px;
  font-size: 0.85em;
}
.admin-label-input_datepicker::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/resources/custom/img/icons/calendar_20x20.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.4;
  transition: 0.1s ease;
}
.admin-label-input_datepicker .admin-label-input__input {
  padding-right: 40px;
}
.admin-label-input__actions {
  font-size: 0.8em;
  position: absolute;
  right: 10px;
  top: 6px;
  display: flex;
  gap: 6px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease;
}
.admin-label-input_filled .admin-label-input__actions {
  opacity: 1;
  visibility: visible;
}
.admin-label-input__action {
  background-color: transparent;
  padding: 0;
  line-height: 1;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  display: block;
  transition: 0.2s ease;
  opacity: 0.6;
  font-family: inherit;
  color: #000;
}
.admin-label-input__action:hover {
  opacity: 1;
}
.admin-label-input__action:active {
  transform: scale(0.9);
}

.admin-toggler-wrapper {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.admin-toggler {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  user-select: none;
}
.admin-toggler input {
  display: none;
}
.admin-toggler__area {
  background-color: rgba(0, 0, 0, 0.08);
  padding: 3px;
  min-width: 54px;
  display: block;
  border-radius: 20px;
  transition: 0.1s ease;
}
.admin-toggler__area-toggler {
  transition: 0.1s ease;
  display: block;
  background-color: #fff;
  height: 20px;
  width: 28px;
  border-radius: 20px;
}
.admin-toggler__area:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.admin-toggler__area:active .admin-toggler__area-toggler {
  transform: scale(0.7);
}
input:checked + .admin-toggler__area {
  background-color: #00AEDA !important;
}
input:checked + .admin-toggler__area .admin-toggler__area-toggler {
  margin-left: 20px;
}
.admin-toggler_mini {
  gap: 8px;
}
.admin-toggler_mini .admin-toggler__area {
  padding: 2px;
  min-width: 40px;
}
.admin-toggler_mini .admin-toggler__area-toggler {
  height: 16px;
  width: 20px;
}
.admin-toggler_mini input:checked + .admin-toggler__area .admin-toggler__area-toggler {
  margin-left: 16px;
}

.admin-range {
  color: #000;
  font-size: 16px;
  user-select: none;
}
.admin-range__prefix {
  margin-bottom: 5px;
  font-size: 0.85em;
}
.admin-range__track {
  height: 30px;
  border-radius: 20px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
  position: relative;
  touch-action: none;
}
.admin-range__track-start {
  position: absolute;
  font-size: 11px;
  left: 0;
  top: 100%;
  opacity: 0;
  transition: 0.2s ease;
}
.admin-range__track-end {
  position: absolute;
  font-size: 11px;
  right: 0;
  top: 100%;
  opacity: 0;
  transition: 0.2s ease;
}
.admin-range__slider {
  height: 100%;
  background-color: #D5F4FF;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  transition: 0.2s ease background-color;
  justify-content: flex-end;
  padding: 3px;
}
.admin-range__slider-indicator {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 20px;
  padding: 0 10px;
  transition: 0.2s ease;
  min-width: 45px;
  font-size: 0.85em;
  position: relative;
  font-weight: 500;
  text-align: center;
  color: #00AEDA;
}
.admin-range__slider-indicator-top {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: 0.2s ease;
}
.admin-range__slider-indicator-top::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.admin-range__track.active .admin-range__track-start, .admin-range__track:hover .admin-range__track-start {
  transition-delay: 0s;
  opacity: 0.4;
}
.admin-range__track.active .admin-range__track-end, .admin-range__track:hover .admin-range__track-end {
  transition-delay: 0s;
  opacity: 0.4;
}
.admin-range__track.active .admin-range__slider, .admin-range__track:hover .admin-range__slider {
  transition-delay: 0s;
  background-color: #00AEDA;
}
.admin-range__track.active .admin-range__slider-indicator, .admin-range__track:hover .admin-range__slider-indicator {
  transition-delay: 0s;
  background-color: #fff;
}
.admin-range__track.active .admin-range__slider-indicator-top {
  bottom: calc(100% + 10px);
  background-color: #D5F4FF;
}
.admin-range__track.active .admin-range__slider-indicator-top::after {
  border-top-color: #D5F4FF;
}

.admin-copy {
  position: relative;
  display: inline-block;
  justify-self: start;
  cursor: pointer;
}
.admin-copy::after {
  content: "Copied";
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) scale(0.3);
  transform-origin: bottom center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s ease;
}
.admin-copy.copied::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  visibility: visible;
}

.admin-theme-switcher {
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 3px;
  border-radius: 30px;
}
.admin-theme-switcher__button {
  flex-grow: 1;
  border: none;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  background: transparent;
  transition: 0.1s ease;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 30px;
  color: rgba(0, 0, 0, 0.7);
}
.admin-theme-switcher__button:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.admin-theme-switcher__button.active {
  background-color: #fff !important;
}
.admin-theme-switcher__button.active .admin-sidebar__swipe {
  object-position: right;
  opacity: 0.8;
}
.admin-theme-switcher__button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgb(0, 0, 0);
}
.admin-theme-switcher__button:hover .admin-sidebar__swipe {
  opacity: 1;
}
.admin-theme-switcher__label {
  font-size: 0.9em;
  opacity: 0.7;
  margin-left: 10px;
  margin-bottom: 8px;
}

.admin-page-island {
  padding: 20px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.admin-page-header {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  gap: 15px 20px;
  flex-wrap: wrap;
}
.admin-page-header__separator {
  flex-grow: 1;
}
.admin-page-header__title {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin: 0;
}
.admin-page-header__left {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.admin-page-header__right {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
.admin-page-header__actions {
  display: flex;
  gap: 0.8em;
}

.admin-overview-link {
  display: inline-flex;
  gap: 0.4em;
  font-size: 15px;
  align-items: center;
  font-weight: 500;
  transition: 0.1s ease;
  color: #00AEDA !important;
}
.admin-overview-link:hover {
  filter: brightness(0.8);
}
.admin-overview-link:active {
  filter: brightness(0.6);
}

.admin-onboarding-button {
  color: #00AEDA;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #00AEDA;
  transition: 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  padding: 7px 14px;
  border-radius: 30px;
}
.admin-onboarding-button:hover {
  color: #0092b5;
  border: 1px solid #0092b5;
}

@media (max-width: 800px) {
  .admin-page-header__title {
    font-size: 16px;
  }
  .admin-page-header__actions {
    order: 10;
    padding: 0 15px;
    margin: 0 -15px;
    mask-image: linear-gradient(to right, transparent, black 20px, black calc(100% - 20px), transparent);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .admin-page-header__actions::-webkit-scrollbar {
    display: none;
  }
}
body.dark-mode .admin-toggler__area {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-page-island {
  background-color: rgba(40, 40, 40, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
body.dark-mode .admin-page-header__title {
  color: #fff;
}
body.dark-mode .admin-island__content {
  background-color: #252525;
}
body.dark-mode .admin .nav-tabs {
  background-color: #151515;
}
body.dark-mode .admin .nav-tabs .nav-item .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .admin .nav-tabs .nav-item .nav-link.active {
  background-color: #252525;
}
body.dark-mode .admin .text-dark {
  color: #fff !important;
}
body.dark-mode .admin .btn {
  background-color: #353535;
  color: #fff;
}
body.dark-mode .admin .btn:hover {
  background-color: #404040;
}
body.dark-mode .admin .bg-success {
  background-color: rgba(0, 204, 10, 0.35) !important;
}
body.dark-mode .admin-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body.dark-mode .admin-input:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .admin-select__previous {
  background-color: rgba(255, 189, 97, 0.7);
}
body.dark-mode .admin-select__previous::after {
  border-top: 8px solid rgba(255, 189, 97, 0.7);
}
body.dark-mode .admin-select__previous:hover {
  background-color: rgb(255, 189, 97);
}
body.dark-mode .admin-select__previous:hover::after {
  border-top-color: rgb(255, 189, 97);
}
body.dark-mode .admin-select__action {
  color: #fff;
}
body.dark-mode .admin-select__arrow {
  filter: invert(1);
}
body.dark-mode .admin-select__clickable-area:hover .admin-select__gasket {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .admin-select__clickable-area:active .admin-select__gasket {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .admin-select_focus .admin-select__gasket {
  background-color: #151515 !important;
}
body.dark-mode .admin-select__gasket {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-select__tag {
  background-color: #fff;
  color: #222;
}
body.dark-mode .admin-select__label-hint img {
  filter: invert(1);
}
body.dark-mode .admin-select__dropdown {
  background-color: #353535;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
body.dark-mode .admin-select__dropdown-search-icon {
  filter: invert(1);
}
body.dark-mode .admin-select__dropdown-input {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body.dark-mode .admin-select__dropdown-input:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .admin-select__dropdown-input:focus {
  background-color: #151515;
  color: #fff;
}
body.dark-mode .admin-select__dropdown-option {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .admin-select__dropdown-option_selected {
  color: #00AEDA;
  background-color: rgba(0, 206, 255, 0.2);
}
body.dark-mode .admin-select__dropdown-option_selected:hover {
  background-color: rgba(0, 206, 255, 0.3) !important;
}
body.dark-mode .admin-select__dropdown-option:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-select__dropdown-option:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .admin-select__dropdown-empty {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .admin-select__label-icon {
  filter: invert(1);
}
body.dark-mode .admin-select_row .admin-select__clickable-area {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-select_row .admin-select__clickable-area:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .admin-button_row {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-button_row .icon {
  filter: invert(1);
}
body.dark-mode .admin-button_row:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .admin-button_row:active {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .admin-switcher {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-switcher__area-text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .admin-switcher__area:hover .admin-switcher__area-bg {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-switcher__area:hover .admin-switcher__area-text {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-mode .admin-apply-btn:disabled {
  color: rgba(255, 255, 255, 0.25);
}
body.dark-mode .admin-apply-btn:disabled .admin-apply-btn__bg {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
body.dark-mode .admin-hint__icon {
  filter: invert(1);
}
body.dark-mode .admin-label-input:hover .admin-label-input__input {
  background-color: rgba(255, 255, 255, 0.15);
  outline: 8px solid rgba(255, 255, 255, 0.15);
}
body.dark-mode .admin-label-input__inner-button {
  color: #fff;
}
body.dark-mode .admin-label-input__action {
  color: #fff;
}
body.dark-mode .admin-label-input__input {
  background-color: rgba(255, 255, 255, 0.1);
  outline-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
body.dark-mode .admin-label-input__input:focus {
  background-color: #151515 !important;
  outline: 2px solid #00AEDA !important;
}
body.dark-mode .admin-label-input_datepicker::after {
  filter: invert(1);
}
body.dark-mode .admin-range {
  color: #fff;
}
body.dark-mode .admin-range__track {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-range__slider {
  background-color: rgba(0, 206, 255, 0.2);
}
body.dark-mode .admin-range__track.active .admin-range__slider-indicator-top {
  background-color: rgba(0, 0, 0, 0.8);
}
body.dark-mode .admin-range__track.active .admin-range__slider-indicator-top::after {
  border-top-color: rgba(0, 0, 0, 0.8);
}
body.dark-mode .admin-theme-switcher {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .admin-theme-switcher__button {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-mode .admin-theme-switcher__button .admin-sidebar__swipe {
  filter: invert(1);
}
body.dark-mode .admin-theme-switcher__button.active {
  color: rgb(255, 255, 255);
  background-color: #252525 !important;
}
body.dark-mode .admin-theme-switcher__button.active .admin-sidebar__swipe {
  opacity: 1;
}
body.dark-mode .admin-theme-switcher__button:hover {
  background-color: rgba(255, 255, 255, 0.07);
  color: rgb(255, 255, 255);
}
body.dark-mode .admin-theme-switcher__button:hover .admin-sidebar__swipe {
  opacity: 1;
}
body.dark-mode .admin-theme-switcher__button:active {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .admin-theme-switcher__button:active .admin-sidebar__swipe {
  opacity: 1;
}
body.dark-mode .admin-theme-switcher__label {
  color: #fff;
}

.coupon {
  margin-bottom: 25px;
  font-size: 0.9em;
}
.coupon__coupon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.coupon__description {
  color: rgba(0, 0, 0, 0.6);
}
.coupon__description span {
  color: #00AEDA;
}
.coupon__remove {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.2s ease;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.coupon__remove:hover {
  opacity: 1;
}
.coupon__value {
  font-weight: 600;
  font-size: 1.1em;
  color: #00AEDA;
  padding: 0 0.3em;
}
.coupon__tag {
  font-weight: 500;
  color: #00AEDA;
  padding: 0.95em 1.25em;
  border-radius: 10px;
  background-color: rgba(200, 244, 255, 0.45);
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
}
.coupon__input-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.coupon__input {
  padding: 0.95em 1.25em;
  border-radius: 10px;
  border: none;
  width: 185px;
  background-color: #f5f5f5;
  transition: 0.2s ease;
}
.coupon__input:hover {
  background-color: rgb(232.25, 232.25, 232.25);
}
.coupon__input:active {
  background-color: rgb(227.15, 227.15, 227.15);
}
.coupon__input:focus {
  width: 100%;
  outline: 1px solid #00AEDA;
  box-shadow: 0 0 5px #00AEDA;
  background: #fff;
}
.coupon__input:not(:placeholder-shown) {
  width: 100%;
}
.coupon__apply {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-weight: 500;
  cursor: pointer;
  opacity: 1;
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
  transition: 0.2s ease;
  border-radius: 5px;
  visibility: visible;
}
.coupon__apply:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.coupon__input:placeholder-shown + .coupon__apply {
  opacity: 0;
  visibility: hidden;
}
.coupon__error {
  margin-top: 7px;
  color: #df1b41;
  text-align: center;
}

body.admin-body.dark-mode .coupon {
  color: #fff;
}
body.admin-body.dark-mode .coupon__input {
  color: #fff;
  background-color: #353535;
}
body.admin-body.dark-mode .coupon__input:hover {
  background-color: #404040;
}
body.admin-body.dark-mode .coupon__input:focus {
  background-color: #151515;
}
body.admin-body.dark-mode .coupon__apply {
  color: #fff;
}

.thank-you {
  height: calc(100vh - 220px);
  font-size: 16px;
  padding: 50px 15px;
  text-align: center;
}
.thank-you__loading-overlay {
  position: absolute;
  inset: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.thank-you__icon {
  margin-bottom: 40px;
}
.thank-you__title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1em;
}

body.admin-body.dark-mode .thank-you__loading-overlay {
  background-color: #252525;
}

body {
  background-color: #fff !important;
}

.kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
  padding-top: 65px !important;
}

.kt-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.checkout {
  padding: 30px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  position: relative;
  height: calc(100vh - 220px);
  justify-self: stretch;
}
.checkout__loading-overlay {
  position: absolute;
  inset: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.checkout__back {
  color: #222;
  transition: 0.2s ease;
  opacity: 0.6;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.checkout__back:hover {
  opacity: 1;
  color: #222;
}
.checkout__header {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout__old-price {
  font-size: 0.9em;
  text-decoration: line-through;
  margin-bottom: 5px;
  color: #aaa;
}
.checkout__title {
  font-weight: 600;
  font-size: 1.55em;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}
.checkout__title span {
  color: #00AEDA;
}
.checkout__subtitle {
  text-align: center;
  margin-bottom: 0;
}
.checkout__container {
  max-width: 500px;
  width: 100%;
}
.checkout__pay-button {
  margin-top: 30px;
  width: 100%;
  font-weight: 500;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.checkout__pay-button-inner {
  display: flex;
  gap: 7px;
  align-items: center;
}
.checkout__pay-button-inner span {
  opacity: 0.8;
}
.checkout__express {
  margin-bottom: 30px;
}
.checkout__error {
  padding: 10px 0;
  font-size: 0.9em;
  color: #df1b41;
  min-height: 50px;
  text-align: center;
  transition: 0.2s ease;
}
.checkout__header-flag-and-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.checkout__header-flag {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 12px;
}
.checkout__header-payment {
  display: flex;
  align-items: center;
  padding-left: 15px;
  position: relative;
  color: #222;
}
.checkout__header-payment::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.4;
}
.checkout__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9em;
  color: #aaa;
}
.checkout__footer-list {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin-bottom: 15px;
}
.checkout__footer-list a {
  color: #222;
  transition: 0.2s;
}
.checkout__footer-list a:hover {
  color: #00AEDA;
}
.checkout__footer-list li {
  position: relative;
  padding-left: 15px;
}
.checkout__footer-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #aaa;
}
.checkout__footer-list li:first-child {
  padding-left: 0;
}
.checkout__footer-list li:first-child:before {
  display: none;
}
.checkout__footer-text {
  display: flex;
  gap: 6px;
  align-items: center;
}

@media (max-width: 1000px) {
  .checkout__container {
    grid-template-columns: 380px 380px;
    gap: 30px 80px;
  }
}
@media (max-width: 900px) {
  .checkout__container {
    grid-template-columns: 350px 350px;
    gap: 0 50px;
  }
}
@media (max-width: 800px) {
  .checkout {
    padding: 30px 15px;
  }
  .checkout__express {
    margin-bottom: 10px;
  }
  .checkout__container {
    grid-template-columns: 1fr;
    gap: 0 50px;
  }
  .checkout__mobile-summary {
    margin-bottom: 40px;
  }
}
body.admin-body.dark-mode {
  background-color: #252525 !important;
}
body.admin-body.dark-mode .checkout__header-payment {
  color: #fff;
}
body.admin-body.dark-mode .checkout__header-payment::before {
  background-color: #fff;
}
body.admin-body.dark-mode .checkout__card {
  filter: invert(1) contrast(0.8) brightness(1.5) hue-rotate(180deg);
}
body.admin-body.dark-mode .checkout__loading-overlay {
  background-color: #252525;
}
body.admin-body.dark-mode .checkout__footer-list a {
  color: #fff;
}

/*# sourceMappingURL=checkout.css.map */
