
.Balance-getUnit + .Balance-getUnit {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media all and (min-width: 576px) {
  .Balance-getUnit + .Balance-getUnit {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.Balance-get {
  background: rgba(255, 255, 255, 0.1);
}
.Balance-get_row .Balance-getUnit + .Balance-getUnit {
  border-left: 1px solid #cbd5e1;
}

@media all and (min-width: 576px) {
  .Cabinets-unit {
    min-height: 140px;
  }
}
@media all and (min-width: 992px) {
  .Cabinets-unit {
    min-height: 180px;
  }
}

.Column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 70px 20px;
}
@media all and (min-width: 100px) and (max-width: 991px) {
  .Column {
    overflow: visible;
  }
}
.Column-navigation {
  width: 100%;
}
.Column-nav {
  display: flex;
  flex-direction: column;
  gap: var(--space-md) var(--space-md);
  padding: var(--space-md) 0;
  border-radius: var(--radius-lg);
  background: #f1f5f9;
  font-weight: 500;
}
.legal-links {
  bottom: 25px;
  position: fixed;
}

@media (max-width: 980px) {
  .legal-links {
    position: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
  }
  .legal-links li {
    width: calc(50% - .5rem);
    margin-bottom: 0 !important;
  }
  .legal-links li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-height: 600px) {
  .legal-links {
    display: none !important;
  }
}

.Cookie {
  position: fixed;
  z-index: 1050;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: var(--radius-lg);
  background: rgba(0, 0, 0, 0.7);
  width: 95%;
  left: 10px;
  right: 10px;
  transform: none;
  margin: 0 auto;
  border: none;
  color: #fff;
  bottom: -400px;
  transition: bottom 300ms, opacity 600ms;
  opacity: 0;
}
.Cookie_SHOW {
  bottom: 10px;
  opacity: 1;
}
@media all and (min-width: 992px) {
  .Cookie {
    left: 50%;
    width: 715px;
    max-width: 90%;
    transform: translateX(-50%);
    bottom: -400px;
  }
  .Cookie_SHOW {
    bottom: 20px;
  }
}
.Cookie-consent {
  padding: var(--space-lg);
}
.Dropdown_hideArrow .Dropdown-toggle:after {
  display: none;
}
.FileInsert {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.FileInsert-preview {
  display: flex;
}
.FileInsert-fileinfo {
  margin-left: 10px;
}
.FileInsert-error {
  display: none;
}
.FileInsert-error_show {
  display: block;
  margin-top: var(--space-xxs);
}
.network-card-link {
  cursor: pointer;
}
.FileInsert-previewRemove {
  margin-left: auto;
  position: relative;
  z-index: 5;
  cursor: pointer;
  background: none;
  border: none;
}
.FileInsert-initialMessage {
  display: flex;
  gap: 7px;
}
.FileInsert-icon {
  width: 16px;
  height: 16px;
}
@media all and (min-width: 992px) {
  .FileInsert-icon {
    width: 22px;
    height: 22px;
    top: 3px;
  }
}
.FileInsert-desc {
  display: flex;
  gap: var(--space-xs);
  position: relative;
  z-index: 2;
  flex-direction: column;
  width: 100%;
}
@media all and (min-width: 576px) {
  .FileInsert-desc {
    gap: var(--space-lg);
    flex-direction: row;
    align-items: center;
  }
}
.FileInsert-action {
  display: block;
}
.FileInsert-filter {
  display: block;
}
.FileInsert-drag {
  position: relative;
}
.FileInsert-input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  opacity: 0;
  z-index: 1;
}
@media all and (min-width: 992px) {
  .FileInsert-input:hover {
    cursor: pointer;
  }
}
.FileInsert-text {
  color: #99a2a9;
}
.FileInsert-content {
  margin-top: 0px;
}
.Filter-block {
  transition: opacity 0.3s ease;
}

.flatpickr-wrapper {
  width: 100%;
}
.flatpickr-group {
  position: relative;
}
.flatpickr-day {
  width: 42px;
  height: 42px;
  max-width: 42px;
  line-height: 42px;
  color: #1e293b;
  font-weight: 500;
  font-size: var(--text-md);
  border-radius: var(--radius-xs);
  border: none;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #ecf3ff;
}
.flatpickr-day.weekend {
  color: #ed0a34;
}
.flatpickr-day.today {
  background: rgba(61, 100, 247, 0.3);
}
.flatpickr-day.startRange {
  position: relative;
  z-index: 7;
}
.flatpickr-day.startRange.startRange, .flatpickr-day.startRange.endRange {
  border-radius: var(--radius-xs);
  z-index: 5;
}
.flatpickr-day.endRange.endRange {
  border-radius: var(--radius-xs);
  position: relative;
  z-index: 5;
}
.flatpickr-day.selected {
  background: #3d64f7;
  color: #fff;
}
.flatpickr-day.selected.startRange, .flatpickr-day.selected.endRange {
  border-radius: var(--radius-xs);
  position: relative;
  z-index: 5;
}
.flatpickr-day.selected.startRange {
  z-index: 7;
}
.flatpickr-day.inRange {
  background: #ecf3ff;
  box-shadow: -10px 0 0 #ecf3ff, 10px 0 0 #ecf3ff;
  position: relative;
  z-index: 1;
}
.flatpickr-day.inRange.prevMonthDay, .flatpickr-day.inRange.nextMonthDay, .flatpickr-day.inRange.today {
  background: #ecf3ff;
}
.flatpickr-day:hover, .flatpickr-day:focus {
  background: #ecf3ff;
}
.flatpickr-day:hover.prevMonthDay, .flatpickr-day:hover.nextMonthDay, .flatpickr-day:hover.selected, .flatpickr-day:hover.today, .flatpickr-day:focus.prevMonthDay, .flatpickr-day:focus.nextMonthDay, .flatpickr-day:focus.selected, .flatpickr-day:focus.today {
  background: #ecf3ff;
  color: #1e293b;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  position: static;
  height: auto;
  padding: 0;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  fill: none !important;
}
.flatpickr-months .flatpickr-month {
  height: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.flatpickr-months .flatpickr-current-month {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 0;
  font-size: var(--heading-6);
  font-weight: bold;
  letter-spacing: -0.03em;
}
.flatpickr-months .flatpickr-current-month input, .flatpickr-months .flatpickr-current-month select {
  font-size: var(--heading-6);
  font-weight: bold;
  letter-spacing: -0.03em;
}
.flatpickr-months .flatpickr-monthDropdown-months {
  padding-left: 0;
}
.flatpickr-weekdays {
  height: auto;
}
.flatpickr-weekdays .flatpickr-weekday {
  color: #1e293b;
  font-size: var(--text-md);
  font-weight: 500;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-weekdays .flatpickr-weekday:nth-child(6), .flatpickr-weekdays .flatpickr-weekday:nth-child(7) {
  color: #ed0a34;
}
.flatpickr-calendar {
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.08);
  width: 348px;
  left: 0;
}
@media all and (min-width: 100px) and (max-width: 375px) {
  .flatpickr-calendar {
    zoom: 0.85;
  }
}
.flatpickr-calendar.static {
  margin-top: var(--space-xxxs);
}
.flatpickr-calendar:before {
  display: none;
}
.flatpickr-calendar:after {
  display: none;
}
.Header {
  position: relative;
  transition: all 300ms;
}
@media all and (min-width: 992px) {
  .Header {
    border-bottom: #cbd5e1 1px solid;
  }
}
.Header-importantNotif {
  padding: var(--space-xxs) 0;
}
.Header-info {
  display: flex;
  align-items: center;
  gap: var(--space-lg) var(--space-xxl);
}
.Header-logo {
  display: flex;
  align-items: center;
  max-width: 221px;
}
.Header-wrap {
  position: relative;
  padding-top: 20px;
}
@media all and (min-width: 992px) {
  .Header-wrap {
    padding-top: var(--space-md);
    padding-bottom: var(--space-md);
  }
}
.Header_clone {
  position: relative;
}
.Header_clone .Header-unit_trigger {
  align-self: center;
}
.Header_clone:after {
  content: "";
  display: block;
  position: absolute;
  left: var(--pdWrap);
  bottom: 5px;
  right: var(--pdWrap);
  background: #ebebeb;
  height: 1px;
}
.Header_clone .logo_header {
  height: 45px;
  overflow: hidden;
}
@media all and (min-width: 576px) {
  .Header_clone .logo_header {
    height: 65px;
  }
}
.Loader {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2100;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.Loader.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.Loader-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
  color: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1010;
  max-width: 90vw;
  max-height: calc(90 * var(--vh));
}
.Loader-text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.Loader-spinner {
  width: 66px;
  height: 66px;
  border-width: 7px;
}
body.Loader-active {
  cursor: wait;
}
body.Loader-active * {
  cursor: wait !important;
}

.tooltip.tooltip-interactive {
  pointer-events: auto;
}

.tooltip.tooltip-interactive .tooltip-inner,
.tooltip.tooltip-interactive .tooltip-inner * {
  pointer-events: auto;
}
/* funcBegin */
/* funcEnd */
.Middle {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
}
.Middle-grid {
  display: grid;
  gap: 0px 40px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "top" "main" "bottom";
  height: 100%;
  width: 100%;
}
@media all and (min-width: 992px) {
  .Middle-grid {
    gap: 0px calc(40px - var(--space-md));
  }
}
.Middle-column {
  flex-shrink: 0;
  overflow: hidden;
  grid-area: column;
  overflow-y: auto;
  display: block;
}
.Middle-column + .Middle-main {
  width: 100%;
}
.Middle-main {
  grid-area: main;
  position: relative;
  margin-left: 0;
  float: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
}
.Middle-section + .Middle-section {
  margin-top: var(--space-xxxl);
}
@media all and (min-width: 576px) {
  .Middle-section + .Middle-section {
    margin-top: var(--space-xxl);
  }
}
.Middle-header {
  padding-bottom: var(--space-md);
  padding-top: var(--space-md);
  width: 100%;
  box-shadow: none;
  position: static;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  grid-area: header;
}
.Middle-footer {
  width: 100%;
  box-shadow: none;
  position: static;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  grid-area: footer;
  padding-left: var(--pdWrap);
  padding-bottom: var(--space-xxl);
}
.Middle_column .Middle-grid {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "header" "column" "main" "footer";
}
@media all and (min-width: 992px) {
  .Middle_column .Middle-grid {
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "header header" "column main" "footer main";
  }
}
@media all and (min-width: 1300px) {
  .Middle_column .Middle-grid {
    grid-template-columns: 398px 1fr;
  }
}
.Middle_column .Middle-column {
  padding-left: var(--pdWrap);
  padding-right: var(--pdWrap);
}
@media all and (min-width: 992px) {
  .Middle_column .Middle-column {
    padding-right: 0;
  }
}
.Middle_column .Middle-main {
  padding-left: var(--pdWrap);
  padding-right: var(--pdWrap);
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xl);
}
@media all and (min-width: 992px) {
  .Middle_column .Middle-main {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: var(--space-md);
  }
}
@media all and (min-width: 100px) and (max-width: 991px) {
  .Middle_main .Middle-main {
    padding-top: var(--space-xl);
  }
}
.driver-highlighted-element {
  border-radius: 0;
}
.driver-popover-footer {
  display: flex;
  flex-direction: column;
  gap: 12px 12px;
}
.driver-popover-progress-text {
  width: 100%;
}

.Onboarding-progress {
  display: flex;
  width: 100%;
  gap: 4px;
  height: 3px;
}
.Onboarding-title {
  font-weight: 700;
  line-height: 1em;
  font-size: var(--heading-4);
  letter-spacing: -0.03em;
}
.Onboarding-desc {
  line-height: 1.5;
  font-size: var(--text-md);
  margin-top: var(--space-xs) !important;
}
.Onboarding-popover {
  padding: var(--space-md);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 506px;
}
.Onboarding-popover .driver-popover-footer {
  margin-top: var(--space-xs);
  gap: var(--space-xs);
}
.Onboarding-popover .driver-popover-navigation-btns {
  display: flex;
  gap: var(--space-xs);
  width: 100%;
}
.Onboarding-popover .driver-popover-navigation-btns .btn {
  width: 100%;
  justify-content: center;
}
.Onboarding-progressElement {
  background: #dde1e5;
  border-radius: 100px;
  width: 100%;
}
.Onboarding-progressElement_viewed {
  background: #3d64f7;
}
.PassView-toggle {
  cursor: pointer;
}
.PassView-hide {
  display: none;
}
.Profile-block {
  display: flex;
  color: #1e293b;
  text-decoration: none;
  gap: var(--space-xs);
}
.Profile-avatar {
  width: 36px;
  height: 36px;
  background: #1e293b;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 992px) {
  .Profile-avatar {
    width: 42px;
    height: 42px;
  }
}
.Profile-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-xxxxs);
}
.Profile-name {
  font-weight: 700;
  letter-spacing: -0.54px;
  font-size: var(--heading-5);
}
@media all and (min-width: 992px) {
  .Profile-name {
    font-weight: 500;
    letter-spacing: 0;
    font-size: var(--text-md);
  }
}
.Profile-balanceBlock {
  color: #64748b;
  font-size: var(--text-sm);
}
.RangeCustom-progress {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #dde1e5;
  border-radius: 100px;
  outline: none;
  margin: 10px 0;
}
.RangeCustom-progress::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: linear-gradient(to right, #3d64f7 0%, #3d64f7 var(--fill-percent), #dde1e5 var(--fill-percent), #dde1e5 100%);
  border-radius: 100px;
}
.RangeCustom-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #3d64f7;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.RangeCustom-progress::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #3d64f7;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.RangeCustom-progress::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #dde1e5;
  border-radius: 100px;
}
.RangeCustom-progress::-moz-range-progress {
  background: #3d64f7;
  height: 6px;
  border-radius: 100px 0 0 100px;
}
.Spoiler {
  visibility: visible;
}
.Spoiler-footer {
  display: flex;
  justify-content: flex-start;
  padding-left: 36px;
  margin-top: 10px;
}
.Spoiler-alwaysShow {
  display: inline;
}
.Spoiler-hide {
  display: inline;
  overflow: hidden;
}
.Spoiler-trigger {
  padding: 0;
  border: none;
  background: none;
  font-weight: 500;
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 6px;
}
.Spoiler-trigger:after {
  display: none;
}
.Spoiler-trigger:before {
  content: attr(data-showtext);
}
.Spoiler-triggerIcon {
  transform: rotate(180deg) translateY(-3px);
  transition: all 300ms;
}
.Spoiler_CLOSE .Spoiler-alwaysShow:after {
  content: "...";
  display: inline;
}
.Spoiler_CLOSE .Spoiler-hide {
  display: none;
}
.Spoiler_CLOSE .Spoiler-triggerIcon {
  transform: rotate(0deg) translateY(0px);
}
.Spoiler_CLOSE .Spoiler-trigger:before {
  content: attr(data-hidetext);
}
.Spoiler_CLOSE .Spoiler-trigger:after {
  transform: rotate(0deg);
}
@media all and (min-width: 992px) {
  .Spoiler_filter .Spoiler-footer {
    display: none;
  }
  .Spoiler_filter .Spoiler-hide {
    display: block;
  }
}

.notification-item {
  border: none;
  border-radius: 0;
}

.notification-unseen {
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.notification-unseen:hover {
  background-color: #3d64f7;
  z-index: 10;
}

.notification-item:last-child,
.notification-item:last-child:hover {
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.notification-item:first-child,
.notification-item:first-child:hover {
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}

.cabinet-modal__payer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cabinet-modal__payer-field {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  padding-right: 2.25rem;
}

.cabinet-modal__payer-help {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

/* опционально: не даём тултипу перелезать поверх соседних элементов из-за overflow родителей */
.modal .tooltip {
  pointer-events: none;
}

/* если нужно, чтобы тултип не прилипал к полю */
.cabinet-modal__payer-help .icon svg {
  display: block;
}

/* адаптив (если нужна другая расстановка на очень узких экранах) */
@media (max-width: 575.98px) {
  .cabinet-modal__payer-help {
    position: static;
    transform: none;
    margin-top: 0.5rem;
  }
}

