@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");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;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}._main_27j84_1 {
  width: 100%;
  padding: 32px;
}

._category_27j84_6 {
  width: 100%;
  border: 1px solid #eaecf0;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  border-radius: 12px;
  padding: 24px;
}
._category_27j84_6 ._fields_27j84_13 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 12px;
  border: 1px solid #eaecf0;
}
._category_27j84_6 ._fields_27j84_13 ._title_left_27j84_19,
._category_27j84_6 ._fields_27j84_13 ._title_right_27j84_20 {
  background-color: #f9fafb;
  padding: 12px 24px;
}
._category_27j84_6 ._fields_27j84_13 ._title_left_27j84_19 h4,
._category_27j84_6 ._fields_27j84_13 ._title_right_27j84_20 h4 {
  color: #475467;
  font-weight: 600;
  font-size: 14px;
}

._title_left_27j84_19 {
  border-top-left-radius: 12px;
  border-right: 1px solid #eaecf0;
  border-bottom: 1px solid #eaecf0;
}

._title_right_27j84_20 {
  border-top-right-radius: 12px;
  border-bottom: 1px solid #eaecf0;
}

._field_left_27j84_42 {
  border: 1px solid #eaecf0;
  transition: 0.2s ease;
  cursor: pointer;
}
._field_left_27j84_42 * {
  border-collapse: collapse !important;
}
._field_left_27j84_42:last-child {
  border-bottom-left-radius: 12px;
}

._field_right_27j84_54 {
  padding: 4px;
  border-bottom: 1px solid #eaecf0;
  border-left: 1px solid #eaecf0;
}
._field_right_27j84_54:hover {
  background-color: #f9fafb;
}
._field_right_27j84_54:last-child {
  border-bottom-right-radius: 12px;
}

._clickable_27j84_66 {
  padding: 12px 24px;
  cursor: pointer;
  border-bottom: 1px solid #eaecf0;
}
._clickable_27j84_66:last-child {
  border-bottom: none;
}
._clickable_27j84_66 ._clickable_27j84_66 {
  border: none;
}

._boxed_27j84_78 {
  border-bottom: 1px solid #eaecf0;
}
._boxed_27j84_78:last-child {
  border-bottom: none;
}
._boxed_27j84_78 ._clickable_27j84_66 {
  border: none;
}

._sub_items_27j84_88 > div {
  border-top: 1px solid #eaecf0;
}
._sub_items_27j84_88 > div:first-child {
  border-top: none;
}
._sub_items_27j84_88 > div ._clickable_27j84_66 {
  border-bottom: 1px solid #eaecf0;
}
._sub_items_27j84_88 > div ._clickable_27j84_66:last-child {
  border-top: none;
}

._razdel_items_27j84_101 p {
  padding: 14px 24px;
  font-size: 14px;
  color: #475467;
  border-bottom: 1px solid #eaecf0;
}
._razdel_items_27j84_101 p:last-child {
  border-bottom: none;
}

._btn_27j84_111 {
  color: #175CD3;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #B2DDFF;
  padding: 2px 8px;
  border-radius: 16px;
  background-color: #EFF8FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

td,
th {
  border-bottom: 1px solid #EAECF0 !important;
}