@charset "UTF-8";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: #0183FF;
  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;
  }
}
.easy-to-travel_table {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif !important;
}

.css-932t7w .css-cf3le8 {
  width: 100% !important;
}

html {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 0.8rem;
}

html::-webkit-scrollbar {
  display: none;
}

.css-7gf77e {
  width: 17px !important;
}

.tableActiveStatus {
  width: 67px;
  height: 24px;
  padding: 0 12px;
  background-color: #c6f6d5;
  color: #0d9676;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
}

.tableInactiveStatus {
  width: 67px;
  height: 24px;
  background-color: #eef0f2;
  padding: 0 12px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  color: #5b6871;
  width: max-content;
}

._icons_1etlv_84 {
  margin-left: 0.3px !important;
}

.switch {
  width: 26px !important;
  height: 16px !important;
  background: #cbd5e0 !important;
  border: none !important;
}
.switch span {
  cursor: default !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: default !important;
  width: 12px !important;
  height: 12px !important;
  left: 12px !important;
  top: 2px !important;
  box-shadow: none !important;
  background: #fff;
}._pageHeader_z6zu2_1 {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: white;
}

._headerLeftSide_z6zu2_10 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 16px;
  height: 100%;
}
._headerLeftSide_z6zu2_10 ._title_z6zu2_17 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}

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

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

._headerExtraSide_z6zu2_37 {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 33px;
  height: 100%;
}
._container_1457n_2 {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
._container_1457n_2 ._table_1457n_8 {
  width: 100%;
  border-collapse: separate;
  /* Важно для применения border-radius */
  border-spacing: 0;
  /* Убираем промежутки между ячейками */
  /* Закругление углов таблицы */
  border-radius: 6px;
  overflow: hidden;
}
._container_1457n_2 ._table_1457n_8 td,
._container_1457n_2 ._table_1457n_8 th {
  border: 1px solid #e5e9eb;
  padding: 9.8px 24px;
}
._container_1457n_2 ._table_1457n_8 td:first-child,
._container_1457n_2 ._table_1457n_8 th:first-child {
  border-left: none;
}
._container_1457n_2 ._table_1457n_8 td:last-child,
._container_1457n_2 ._table_1457n_8 th:last-child {
  border-right: none;
}
._container_1457n_2 ._table_1457n_8 tr:last-child td {
  border-bottom: none;
}
._container_1457n_2 ._table_1457n_8 th {
  border-top: none;
}
._container_1457n_2 ._table_1457n_8 th {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.084px;
  background-color: #f6f8f9;
}
._container_1457n_2 ._table_1457n_8 th > div {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
._container_1457n_2 ._table_1457n_8 td {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.084px;
}
._container_1457n_2 ._table_1457n_8 tbody tr td {
  color: #11181c;
  padding: 0px 24px !important;
  height: 48px !important;
}
._container_1457n_2 ._table_1457n_8 tbody tr td:first-child {
  width: 48px !important;
  text-align: center;
  margin-right: 40px;
}
._container_1457n_2 ._table_1457n_8 tbody tr:hover {
  background-color: rgba(1, 131, 255, 0.1);
}

._loader_1457n_72 {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
._loader_1457n_72 ._loaderIcon_1457n_81 {
  animation: _lds-hourglass_1457n_1 1.2s infinite;
}

/* Иконки */
._icons_1457n_86,
._icon_1457n_86 {
  border-radius: 6px;
  border: 1px solid #e5e9eb;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
}

/* Анимация для загрузчика */
@keyframes _lds-hourglass_1457n_1 {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(360deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(720deg);
  }
}
.easy-to-travel_table .rc-pagination {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.easy-to-travel_table .rc-pagination ul,
.easy-to-travel_table .rc-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.easy-to-travel_table .rc-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: " ";
}
.easy-to-travel_table .rc-pagination-total-text {
  display: inline-block;
  height: 28px;
  margin-right: 8px;
  line-height: 26px;
  vertical-align: middle;
}
.easy-to-travel_table .rc-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  font-family: Arial;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.easy-to-travel_table .rc-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}
.easy-to-travel_table .rc-pagination-item a:hover {
  text-decoration: none;
}
.easy-to-travel_table .rc-pagination-item:focus,
.easy-to-travel_table .rc-pagination-item:hover {
  border-color: #007aff;
  transition: all 0.3s;
}
.easy-to-travel_table .rc-pagination-item:hover a {
  color: #007aff;
}
.easy-to-travel_table .rc-pagination-item-active {
  font-weight: 500;
  background: #007aff;
}
.easy-to-travel_table .rc-pagination-item-active a {
  color: #fff;
}
.easy-to-travel_table .rc-pagination-item-active:focus,
.easy-to-travel_table .rc-pagination-item-active:hover {
  border-color: #0263ca;
}
.easy-to-travel_table .rc-pagination-item-active:focus a,
.easy-to-travel_table .rc-pagination-item-active:hover a {
  background-color: #007aff;
  color: #fff;
}
.easy-to-travel_table .rc-pagination-jump-prev,
.easy-to-travel_table .rc-pagination-jump-next {
  outline: 0;
}
.easy-to-travel_table .rc-pagination-jump-prev button,
.easy-to-travel_table .rc-pagination-jump-next button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #666;
}
.easy-to-travel_table .rc-pagination-jump-prev button:after,
.easy-to-travel_table .rc-pagination-jump-next button:after {
  display: block;
  content: "•••";
}
.easy-to-travel_table .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-next,
.easy-to-travel_table .rc-pagination-jump-prev,
.easy-to-travel_table .rc-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Arial;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.easy-to-travel_table .rc-pagination-prev svg path,
.easy-to-travel_table .rc-pagination-next svg path,
.easy-to-travel_table .rc-pagination-jump-prev svg path,
.easy-to-travel_table .rc-pagination-jump-next svg path {
  fill: #0082ff;
}
.easy-to-travel_table .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-next {
  outline: 0;
}
.easy-to-travel_table .rc-pagination-prev button,
.easy-to-travel_table .rc-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  user-select: none;
}
.easy-to-travel_table .rc-pagination-prev:hover button,
.easy-to-travel_table .rc-pagination-next:hover button {
  border-color: #40a9ff;
}
.easy-to-travel_table .rc-pagination-prev .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next .rc-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.easy-to-travel_table .rc-pagination-prev:focus .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-prev:hover .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next:focus .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-next:hover .rc-pagination-item-link {
  color: #007aff;
  border-color: #007aff;
}
.easy-to-travel_table .rc-pagination-prev button:after {
  content: "‹";
  display: block;
}
.easy-to-travel_table .rc-pagination-next button:after {
  content: "›";
  display: block;
}
.easy-to-travel_table .rc-pagination-disabled,
.easy-to-travel_table .rc-pagination-disabled:hover,
.easy-to-travel_table .rc-pagination-disabled:focus {
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination-disabled svg path,
.easy-to-travel_table .rc-pagination-disabled:hover svg path,
.easy-to-travel_table .rc-pagination-disabled:focus svg path {
  fill: #687076 !important;
  opacity: 0.5;
}
.easy-to-travel_table .rc-pagination-disabled .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-disabled:hover .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-disabled:focus .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination-slash {
  margin: 0 10px 0 5px;
}
.easy-to-travel_table .rc-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .easy-to-travel_table .rc-pagination-options *::-ms-backdrop,
  .easy-to-travel_table .rc-pagination-options {
    vertical-align: top;
  }
}
.easy-to-travel_table .rc-pagination-options-size-changer.rc-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.easy-to-travel_table .rc-pagination-options-quick-jumper {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.easy-to-travel_table .rc-pagination-options-quick-jumper input {
  width: 50px;
  margin: 0 8px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next .rc-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-prev .rc-pagination-item-link::after,
.easy-to-travel_table .rc-pagination-simple .rc-pagination-next .rc-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}
.easy-to-travel_table .rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #007aff;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled {
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item {
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-active {
  background: red;
  border-color: transparent;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-active a {
  color: #fff;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: hsv(0, 0, 96%);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-link-icon {
  opacity: 0;
}
.easy-to-travel_table .rc-pagination.rc-pagination-disabled .rc-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .easy-to-travel_table .rc-pagination-item-after-jump-prev,
  .easy-to-travel_table .rc-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .easy-to-travel_table .rc-pagination-options {
    display: none;
  }
}
.react-datepicker__header {
  background: #FBFBFB;
}

.react-datepicker__month-container {
  background: #FBFBFB;
  border-radius: 6px;
}

.btn-prev, .btn-next {
  position: absolute;
  top: 50%;
  padding: 8px;
  transform: translate(0, -50%);
}

.btn-prev svg, .btn-next svg {
  width: 16px;
  height: 16px;
}

.btn-prev {
  right: 36px;
}

.btn-next {
  right: 0;
}

.select-year, .select-month {
  color: #737373;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  background: transparent;
  /* Heading */
  font-family: Inter;
  /*font-size: 16px;*/
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
  background-color: #2D6CE5;
  color: white;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  background-color: #2D6CE5;
  color: white;
}

.easy-to-travel_table__menu {
  margin-top: 0; /* Минимальное расстояние между кнопкой и меню */
  transform: translateY(-10px); /* Сдвиг вверх */
}.react-calendar {
  width: 260px;
  max-width: 100%;
  background: white;
  font-family: "Arial", "Helvetica", sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation__prev2-button {
  display: none;
}

.react-calendar__navigation__next2-button {
  display: none;
}

.react-calendar__navigation__label {
  pointer-events: none;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 8px;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 4px;
}
.react-calendar__month-view__weekdays__weekday abbr {
  text-decoration: none !important;
  color: #000;
  display: inline-block;
  width: 100%;
  line-height: 1.7rem;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days {
  row-gap: 4px;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
  transition: 0.2s;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #007AFE;
  color: #fff;
  box-shadow: 0 0 3px #8798ad;
}

.react-calendar__tile--now {
  color: #fff;
  background-color: #7fdbff;
}

.react-calendar__tile--hasActive {
  background: #007AFE;
  color: #fff;
}

.react-calendar__tile-equal.react-calendar__tile--active {
  border-radius: 50% !important;
}
.react-calendar__tile-equal .react-calendar__tile--rangeStart {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.react-calendar__tile-equal .react-calendar__tile--rangeEnd {
  border-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.react-calendar__tile-equal .react-calendar__tile--rangeBothEnds {
  border-radius: 50% !important;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #1087ff;
}

.react-calendar__tile--active {
  background: #007AFE;
  color: white;
  box-shadow: 0 0 3px #8798ad;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}.RingLoader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.RingLoader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #0166F3;
  border-color: #0166F3 transparent #0166F3 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.RingLoaderWithWrapper {
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._delete_modal_j7zan_1 {
  box-shadow: 0px 20px 20px -8px rgba(26, 26, 26, 0.2784313725), 0px 1px 0px 0px rgba(204, 204, 204, 0.5019607843) inset, 0px -1px 0px 0px rgba(0, 0, 0, 0.168627451) inset, -1px 0px 0px 0px rgba(0, 0, 0, 0.168627451) inset, 1px 0px 0px 0px rgba(0, 0, 0, 0.1294117647) inset !important;
  min-width: 460px !important;
  max-width: 460px !important;
  border-radius: 12px !important;
}