@charset "UTF-8";
body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
.card-tasks {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.card-tasks .card-body {
  padding: 10px 15px;
}
@media (max-width: 425px) {
  .card-tasks .card-body {
    padding: 5px;
  }
}
.card-tasks .task-take,
.card-tasks .task-issue,
.card-tasks .task-expired,
.card-tasks .task-expired-warning {
  background: #7367F0;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 20px;
  max-width: 150px;
}
@media (max-width: 1480px) {
  .card-tasks .task-take,
.card-tasks .task-issue,
.card-tasks .task-expired,
.card-tasks .task-expired-warning {
    padding: 32px 10px;
  }
}
@media (max-width: 1630px) {
  .card-tasks .task-take,
.card-tasks .task-issue,
.card-tasks .task-expired,
.card-tasks .task-expired-warning {
    padding: 20px 10px;
    width: 130px;
  }
}
@media (max-width: 991px) {
  .card-tasks .task-take,
.card-tasks .task-issue,
.card-tasks .task-expired,
.card-tasks .task-expired-warning {
    padding: 11px ​10px;
  }
}
@media (max-width: 767px) {
  .card-tasks .task-take,
.card-tasks .task-issue,
.card-tasks .task-expired,
.card-tasks .task-expired-warning {
    padding: 7px ​10px;
  }
}
@media (max-width: 425px) {
  .card-tasks .task-take,
.card-tasks .task-issue,
.card-tasks .task-expired,
.card-tasks .task-expired-warning {
    padding: 21px 10px;
    width: 100px;
  }
  .card-tasks .task-take img,
.card-tasks .task-issue img,
.card-tasks .task-expired img,
.card-tasks .task-expired-warning img {
    height: 20px;
  }
}
.card-tasks .task-issue {
  background: #2AB173;
}
.card-tasks .task_new {
  background: #FF9F43;
}
.card-tasks .task-expired {
  background: #EA5455;
}
.card-tasks .task-expired-warning {
  background: #FF9F43;
}
.card-tasks .date-time {
  margin-left: 10px;
}
@media (max-width: 425px) {
  .card-tasks .date-time {
    margin-left: 5px;
    margin-top: 0px;
  }
}
.card-tasks .date-time .date {
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
@media (max-width: 1630px) {
  .card-tasks .date-time .date {
    font-size: 14px;
    line-height: 16px;
  }
}
.card-tasks .date-time .time {
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1630px) {
  .card-tasks .date-time .time {
    font-size: 18px;
    line-height: 20px;
  }
}
.card-tasks h4 {
  font-size: 18px;
  line-height: 21px;
  color: #5E5873;
}
@media (max-width: 1764px) {
  .card-tasks h4 .text-muted {
    font-size: 16px;
  }
}
@media (max-width: 1630px) {
  .card-tasks h4 .text-muted {
    font-size: 10px;
  }
}
.card-tasks .card-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
}
.card-tasks .card-text {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #5E5873;
}
@media (max-width: 1367px) {
  .card-tasks .card-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.card-tasks .card-number {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5E5873;
}
@media (max-width: 1367px) {
  .card-tasks .card-number {
    font-size: 12px;
    line-height: 16px;
  }
}
.card-tasks a {
  color: #5E5873;
}
.card-tasks a:hover, .card-tasks a:focus, .card-tasks a:active {
  text-decoration: underline;
}
.card-tasks .price {
  color: #B7B7B7;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
}
@media (max-width: 1764px) {
  .card-tasks .price {
    max-width: 80%;
    line-height: 20px;
  }
}
.card-tasks .task-take-end,
.card-tasks .task-issue-start,
.card-tasks .task-expired-date-bg,
.card-tasks .task-expired-date-bg-warning {
  background: #7367F0;
  color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
}
.card-tasks .task-issue-start {
  background: #2AB173;
}
.card-tasks .task-expired-date-bg {
  background: #EA5455;
}
.card-tasks .task-expired-date-bg-warning {
  background: #FF9F43;
}
.card-tasks .task-take-start,
.card-tasks .task-issue-end,
.card-tasks .task-expired-date {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #7367F0;
}
.card-tasks .task-issue-end {
  color: #2AB173;
}
.card-tasks .task-expired-date {
  color: #EA5455;
}
.card-tasks .task-expired-date-warning {
  color: #FF9F43;
}
.card-tasks .start-end-location {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  margin-top: 5px;
  color: #5E5873;
}
.card-tasks .duration {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
}
@media (max-width: 1360px) {
  .card-tasks .duration {
    display: none;
  }
}
.card-tasks .duration .duration-icon {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.card-tasks .card-row {
  display: flex;
  flex-direction: row;
}
.card-tasks .card-row > div {
  padding: 0px 10px;
  flex-shrink: 0;
}
.card-tasks .card-row .main {
  width: 395px;
}
@media (max-width: 1764px) {
  .card-tasks .card-row .main {
    width: 328px;
  }
}
@media (max-width: 1630px) {
  .card-tasks .card-row .main {
    width: 328px;
  }
}
.card-tasks .card-row .client {
  width: 110px;
}
@media (max-width: 1630px) {
  .card-tasks .card-row .client {
    width: 101px;
  }
}
.card-tasks .card-row .car {
  width: 165px;
}
@media (max-width: 1630px) {
  .card-tasks .card-row .car {
    width: 115px;
  }
}
.card-tasks .card-row .from,
.card-tasks .card-row .to {
  width: 150px;
}
@media (max-width: 1630px) {
  .card-tasks .card-row .from,
.card-tasks .card-row .to {
    width: 150px;
  }
}
.card-tasks .card-row .duration {
  width: 70px;
}
@media (max-width: 1630px) {
  .card-tasks .card-row .duration {
    width: 55px;
  }
}
.card-tasks .card-row .action {
  width: 120px;
}
@media (max-width: 1630px) {
  .card-tasks .card-row .action {
    width: 85px;
  }
}
.card-tasks .mobile-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #5E5873;
  padding-bottom: 5px;
  border-bottom: 1px solid #DADADB;
  display: flex;
  align-items: center;
  height: 30px;
}
.card-tasks .mobile-title .text-muted {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
  padding-left: 10px;
  padding-right: 10px;
}
.card-tasks .mobile-title .badge {
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 14px;
}
.card-tasks .data {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-tasks .data .name {
  font-weight: normal;
  font-size: 14px !important;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #5E5873;
  margin-right: 16px;
  max-width: 105px;
}
.card-tasks .data .car {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5E5873;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  max-width: 140px;
}

.mobile-filter-btn .dropdown-toggle::before {
  border: none !important;
  background-size: 0px;
  width: 0px;
  height: 0px;
}
.mobile-filter-btn .dropdown-toggle::after {
  background-image: none;
  height: 0px;
  width: 0px;
}
.mobile-filter-btn .btn-text {
  padding: 5px;
}
.mobile-filter-btn .mobile-filter::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: "";
  display: block;
  z-index: 1;
}
.mobile-filter-btn .mobile-filter::after {
  position: absolute;
  top: 10px;
  left: 203px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: "";
  display: block;
  z-index: 2;
  transition: all 200ms linear;
  transform: rotate(90deg);
}

.mobile-filter {
  min-width: 20rem !important;
  padding: 14px;
}

.agreement-title {
  font-weight: 500;
  height: 50px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
}
@media (max-width: 1095px) {
  .agreement-title {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .agreement-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 18px;
    height: 70px;
  }
  .agreement-title .ar {
    display: block;
    padding-bottom: 8px;
    height: 50px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .agreement-title .ar {
    display: block;
  }
}
.agreement-title b {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #6E6B7B;
}
@media (max-width: 768px) {
  .agreement-title b {
    font-size: 16px;
    line-height: 21px;
  }
}
.agreement-title .status {
  position: absolute;
  margin-top: 2px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .agreement-title .status {
    margin-top: -4px;
  }
}
.agreement-title .actions {
  margin-top: -12px;
}
@media (max-width: 768px) {
  .agreement-title .actions {
    display: none;
  }
}

.reservation-head-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.reservation-head-actions .btn-link {
  padding: 5px 0px;
}
.reservation-head-actions .btn-link:hover, .reservation-head-actions .btn-link:active .reservation-head-actions .btn-link:focus {
  text-decoration: underline;
}

.check-steps {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 16px;
}
.check-steps .item {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
}
.check-steps .item a {
  color: #fff;
  text-decoration: none;
}
.check-steps .item a:hover, .check-steps .item a:active, .check-steps .item a:focus {
  color: #fff;
  text-decoration: underline;
}
.check-steps .info {
  border-radius: 5px 0px 0px 5px;
}
.check-steps .action {
  border-radius: 0px 5px 5px 0px;
}
.check-steps .item-secondary {
  background: #6E6B7B;
}
.check-steps .item-warning {
  background: #FF9F43;
}
.check-steps .item-success {
  background: #2AB173;
}
.check-steps .item-danger {
  background: #EA5455;
}

.agreement .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
  color: #5E5873;
}
.agreement .list-group .list-group-item:hover {
  background: none;
}
.agreement .location-car .title {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
  margin-bottom: 8px;
}
.agreement .location-car .location,
.agreement .location-car .car {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #6E6B7B;
}
.agreement .location-car .date-time,
.agreement .location-car .number {
  font-size: 14px;
  line-height: 140%;
  color: #B9B9C3;
}
.agreement .location-car .duration {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
  text-align: center;
}
@media (max-width: 768px) {
  .agreement .location-car .duration {
    display: none;
  }
}
.agreement .location-car .duration img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.agreement .location-mobile {
  display: flex;
  gap: 38px;
}
.agreement .location-mobile .from .title,
.agreement .location-mobile .to .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
  margin-bottom: 8px;
}
.agreement .location-mobile .from .location,
.agreement .location-mobile .from .car,
.agreement .location-mobile .to .location,
.agreement .location-mobile .to .car {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #6E6B7B;
}
.agreement .location-mobile .from .date-time,
.agreement .location-mobile .from .number,
.agreement .location-mobile .to .date-time,
.agreement .location-mobile .to .number {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #B9B9C3;
}
.agreement .car-mobile {
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B9B9C3;
  margin-bottom: 20px;
}
.agreement .car-mobile .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
  margin-bottom: 8px;
}
.agreement .car-mobile .car {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #6E6B7B;
}
.agreement .car-mobile .number {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #B9B9C3;
}
.agreement .extra {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
}
@media (max-width: 768px) {
  .agreement .extra {
    font-size: 16px;
    line-height: 19px;
    color: #B9B9C3;
  }
}
.agreement .extra b {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #5E5873;
}
@media (max-width: 768px) {
  .agreement .extra b {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #5E5873;
  }
}
@media (max-width: 768px) {
  .agreement .extra {
    max-width: 60% !important;
  }
}
@media (max-width: 768px) {
  .agreement .fix-extras-tigler {
    max-width: 40% !important;
  }
}
.agreement .price-block .name {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .agreement .price-block .name {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #6E6B7B;
  }
}
.agreement .price-block .price {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #6E6B7B;
}
@media (max-width: 768px) {
  .agreement .price-block .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #6E6B7B;
  }
}
.agreement .price-block .list-group-item {
  padding: 10px 0px;
  border: none;
  border-bottom: 1px solid #DADADB;
}
@media (max-width: 768px) {
  .agreement .price-block .list-group-item {
    padding: 8px 0px;
  }
}
.agreement .transactions .list-group {
  border-radius: 0px;
}
.agreement .transactions .list-group-item {
  border: none;
  border-bottom: 1px solid #DADADB;
}
.agreement .transactions .name {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #6E6B7B;
  text-transform: capitalize;
}
.agreement .transactions .name:first-letter {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .agreement .transactions .name {
    max-width: 195px;
  }
}
.agreement .transactions .name .text-muted {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
}
.agreement .transactions .price {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #6E6B7B;
}
.agreement .transactions .price-action {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .agreement .transactions .form-transaction .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 768px) {
  .agreement .transactions .custom-control-label {
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .agreement .document-upload .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .agreement .document-upload .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .agreement .document-upload .col-sm-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.agreement .client .name {
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #B9B9C3;
  padding: 6px 0px;
  margin-bottom: 0px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .agreement .client .name {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .agreement .client .name {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B9B9C3;
    margin-right: 8px;
  }
}
.agreement .client .value {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #5E5873;
  padding: 6px 0px;
  margin-bottom: 0px;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .agreement .client .value {
    width: auto;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #5E5873;
  }
}
.agreement .documents-print {
  font-size: 14px;
  line-height: 19px;
  color: #6E6B7B;
}
.agreement .documents-print .align-items-center {
  border: none;
  border-bottom: 1px solid #DADADB;
  padding: 10px 0px;
}
.agreement .documents-list .align-items-center {
  border: none;
  padding: 5px 0px;
}
.agreement .documents-list .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #6E6B7B;
  text-transform: capitalize;
}
.agreement .documents-list .name:first-letter {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .agreement .documents-list .name {
    margin-top: -10px;
  }
}
.agreement .documents-list .custom-file-label {
  line-height: 1.75;
  height: 2rem !important;
  font-size: 9px;
}
.agreement .documents-list .custom-file-label:after {
  height: 2rem;
  line-height: 2.1;
  padding: 0.338rem 1rem;
}
.agreement .documents-list .file-name {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9C3;
}
.agreement .documents-list .upload-name {
  min-width: 185px;
}
@media (max-width: 768px) {
  .agreement .documents-list .upload-name {
    max-width: 135px;
  }
}
.agreement .documents-list .btn-upload {
  min-width: 60px;
  padding: 0px;
  height: 28px;
  margin-left: 10px;
}

.title-fast-upload {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #5E5873;
  margin-bottom: 16px;
}

.agreement-inner {
  max-width: 768px !important;
}

.car-inner {
  max-width: 1248px !important;
}

.reservations-list {
  background: #FFFFFF;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-bottom: 16px;
}
.reservations-list .card-body {
  padding: 16px 24px;
}
.reservations-list .header-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADB;
}
.reservations-list .header-block .actions img {
  margin-right: 5px;
}
.reservations-list .header-block-mobile {
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADB;
}
.reservations-list .header-block-mobile .header-mobile div {
  margin-right: 10px;
  margin-bottom: 10px;
}
.reservations-list .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  .reservations-list .header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.reservations-list .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #6E6B7B;
  margin-right: 10px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .reservations-list .title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
    display: block;
  }
}
.reservations-list .date {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .reservations-list .date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    display: block;
  }
}
.reservations-list .user,
.reservations-list .phone,
.reservations-list .partners {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #5E5873;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .reservations-list .user,
.reservations-list .phone,
.reservations-list .partners {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.reservations-list .user img,
.reservations-list .phone img,
.reservations-list .partners img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}
.reservations-list .agreement {
  padding: 16px;
  background: rgba(232, 232, 237, 0.5);
}
.reservations-list .agreement .title {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #5E5873;
}
@media (max-width: 768px) {
  .reservations-list .agreement .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #5E5873;
  }
}
.reservations-list .agreement .title-mobile {
  display: flex;
  align-items: center;
}
.reservations-list .agreement .title-mobile span {
  margin-right: 5px;
}
.reservations-list .agreement .title-mobile .agreement-id {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.reservations-list .agreement .title-mobile .date {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 0px;
}
.reservations-list .agreement .car-mobile {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5E5873;
  border: none;
  margin-bottom: 5px;
}
.reservations-list .agreement .location-date-mobile .date {
  font-size: 14px;
  line-height: 140%;
  color: #B9B9C3;
}
.reservations-list .agreement .location-date-mobile .start-end-location {
  font-size: 14px;
  line-height: 140%;
  color: #5E5873;
}
.reservations-list .agreement .date {
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  color: #B9B9C3;
  margin-right: 5px;
}
.reservations-list .agreement .price {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E6B7B;
}
.reservations-list .agreement .price .text-muted {
  color: #B9B9C3;
}
@media (max-width: 768px) {
  .reservations-list .agreement .price {
    font-size: 14px;
    line-height: 16px;
  }
}
.reservations-list .agreement .car .card-title,
.reservations-list .agreement .from .card-title,
.reservations-list .agreement .to .card-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
  margin-bottom: 0px;
}
.reservations-list .agreement .car .card-text,
.reservations-list .agreement .from .card-text,
.reservations-list .agreement .to .card-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #5E5873;
}
.reservations-list .agreement .car .date,
.reservations-list .agreement .from .date,
.reservations-list .agreement .to .date {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #5E5873;
}
.reservations-list .agreement .car .start-end-location,
.reservations-list .agreement .from .start-end-location,
.reservations-list .agreement .to .start-end-location {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #5E5873;
}
.reservations-list .agreement .car a,
.reservations-list .agreement .from a,
.reservations-list .agreement .to a {
  color: #5E5873;
}
.reservations-list .agreement .car a:hover, .reservations-list .agreement .car a:focus, .reservations-list .agreement .car a:active,
.reservations-list .agreement .from a:hover,
.reservations-list .agreement .from a:focus,
.reservations-list .agreement .from a:active,
.reservations-list .agreement .to a:hover,
.reservations-list .agreement .to a:focus,
.reservations-list .agreement .to a:active {
  text-decoration: underline;
}
.reservations-list .agreement .duration {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #B9B9C3;
  text-align: center;
}
@media (max-width: 768px) {
  .reservations-list .agreement .duration {
    display: none;
  }
}
.reservations-list .agreement .duration img {
  width: 70px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
.reservations-list .agreement .actions {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .reservations-list .agreement .actions {
    margin-top: 10px;
  }
}

.bs-stepper {
  background: none;
  box-shadow: none;
  border-radius: 0px;
}
.bs-stepper .bs-stepper-header {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
  background: #f8f8f8;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  flex-wrap: wrap;
}
.bs-stepper .bs-stepper-header .line {
  display: none;
}
.bs-stepper .bs-stepper-header .step {
  padding: 5px 15px;
  border: 1px solid #B9B9C3;
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
  background-color: transparent;
  color: #B9B9C3 !important;
  font-size: 16px;
  font-weight: bold;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  font-size: 16px;
  line-height: 19px;
  color: #b9b9c3 !important;
  margin-top: 0px;
  margin-left: 0px;
}
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  font-size: 16px;
  line-height: 19px;
  color: #b9b9c3 !important;
}
.bs-stepper .bs-stepper-header .step.active {
  padding: 5px 15px;
  background: #7367f0;
  color: #fff;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
  flex: 1 0 0%;
}
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
  background-color: transparent;
  color: #fff !important;
  box-shadow: none;
  font-size: 16px;
  font-weight: bold;
}
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
  color: #fff !important;
}
.bs-stepper .bs-stepper-content {
  padding: 0;
}
.bs-stepper .bs-stepper-content .content {
  background: #fff;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 1.5rem 1.5rem;
}
.bs-stepper .bs-stepper-content .content.reservation-container {
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
.bs-stepper .bs-stepper-content .content-header {
  margin-bottom: 24px !important;
}
.bs-stepper .bs-stepper-content .content-header h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #6E6B7B;
}
.bs-stepper .bs-stepper-content .content-header small {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
}
@media (max-width: 768px) {
  .bs-stepper .bs-stepper-header {
    display: block;
  }
  .bs-stepper .bs-stepper-header .step {
    border: none;
    background: #fff;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #B9B9C3;
    text-align: left;
    flex: auto;
    display: inline-block;
  }
  .bs-stepper .bs-stepper-header .step.active {
    background: #7367F0;
    color: #fff !important;
    flex: auto;
    display: inline-block;
  }
  .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
  }
  .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box,
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-box {
    padding: 0px;
    height: auto;
  }
}
.bs-stepper .cars-table-mobile {
  padding: 0px 14px;
  padding-bottom: 8px;
}
.bs-stepper .cars-table-mobile .header {
  display: flex;
  margin-bottom: 5px;
}
.bs-stepper .cars-table-mobile .header .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #5E5873;
  margin-right: 10px;
}
.bs-stepper .cars-table-mobile .header .number {
  font-size: 16px;
  line-height: 19px;
  color: #5E5873;
  margin-right: 10px;
}
.bs-stepper .cars-table-mobile .header .class {
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
  margin-right: 10px;
}
.bs-stepper .cars-table-mobile .car-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.bs-stepper .cars-table-mobile .car-content .info {
  display: flex;
  margin-bottom: 8px;
}
.bs-stepper .cars-table-mobile .car-content .info .status {
  margin-right: 10px;
}
.bs-stepper .cars-table-mobile .car-content .info .parking {
  font-size: 16px;
  line-height: 140%;
  color: #B9B9C3;
  margin-right: 10px;
}
.bs-stepper .cars-table-mobile .car-content .price-block {
  display: flex;
}
.bs-stepper .cars-table-mobile .car-content .price-block .deposit,
.bs-stepper .cars-table-mobile .car-content .price-block .price {
  font-size: 16px;
  line-height: 19px;
  color: #6E6B7B;
  margin-right: 10px;
}
.bs-stepper .cars-table-mobile .car-content .price-block .deposit img,
.bs-stepper .cars-table-mobile .car-content .price-block .price img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}

.reservation-create label {
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
  margin-bottom: 8px;
}
.reservation-create hr {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.reservation-create .cars-table-header {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6E6B7B;
}
.reservation-create .cars-table {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #5E5873;
}
.reservation-create .praking-link {
  color: #5E5873;
}
.reservation-create .praking-link:hover, .reservation-create .praking-link:active, .reservation-create .praking-link:focus {
  color: #5E5873;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .transaction-item {
    display: block !important;
  }
  .transaction-item .name {
    font-size: 16px;
    line-height: 19px;
  }
  .transaction-item .name small {
    font-size: 12px;
    line-height: 14px;
  }
  .transaction-item .price-action {
    float: right;
    margin-top: -45px;
  }
  .transaction-item .price-action .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
}
.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.downpow-up {
  transform: rotate(180deg);
}

.arrow-in-dropdown {
  color: #6e6b7b;
  height: 19px;
  float: right;
}

.arrow-in-dropdown-item {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.arrow-in-dropdown-item span {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.arrow-in-dropdown-item.active {
  color: #7367f0;
  text-decoration: none;
  background-color: rgba(115, 103, 240, 0.12);
}

.fast-status-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
.fast-status-filter .item {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #B9B9C3;
}
.fast-status-filter .item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #B9B9C3;
  padding: 10px 15px;
  margin: 0 auto;
}
.fast-status-filter .item.active {
  border-bottom: 2px solid #454545;
}
.fast-status-filter .item.active a {
  color: #6E6B7B;
}

.fast-status-filter-damage .item {
  min-height: 70px;
}

.status-filter-a img path {
  fill: #b9b9c3;
}

.status-filter-a.active {
  background: #b9b9c3;
  border: 1px solid #7367f0 !important;
}

.filter-in-tasks {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.badge {
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 16px;
}

.badge-one-symbol {
  font-size: 14px;
  line-height: 16px;
  border-radius: 5px;
  font-weight: normal;
}

.badge.badge-light-warning {
  background-color: #FDE9D6;
  color: #FF9F43 !important;
}

.badge.badge-light-success {
  background-color: #E5FAF0;
  color: #2AB173 !important;
}

.badge.badge-light-secondary {
  background-color: #DADADB;
  color: #6E6B7B !important;
}

.badge.badge-light-primary {
  background-color: #EEEDFD;
  color: #63239B !important;
}

.btn-secondary {
  background: #6E6B7B;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.btn-filter-show {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #5E5873;
  margin-bottom: -6px;
  padding: 5px 15px;
}
.btn-filter-show:hover, .btn-filter-show:active, .btn-filter-show:focus {
  color: #5E5873;
  background: #5e587314;
}

.btn-android {
  position: fixed;
  bottom: 5%;
  right: 80px;
}

@media (max-width: 768px) {
  .btn-text {
    padding: 5px;
  }
}

.btn-other-agreement {
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  margin-top: -5px;
}

.form-control-pricemanager {
  padding: 5px 2px;
  height: 28px;
  text-align: center;
}

.text-in-modal {
  font-size: 14px;
  font-weight: normal;
  color: black;
}

.main-menu.menu-light .navigation .navigation-header {
  color: #B9B9C3;
  margin: 0px;
  padding: 30px 0 16px 16px;
  border-bottom: 1px solid rgba(32, 31, 30, 0.12);
}
.main-menu.menu-light .navigation .navigation-header span {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}

.main-menu.menu-light .navigation li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #5E5873;
  padding: 16px;
  border-left: none !important;
}
.main-menu.menu-light .navigation li a:hover, .main-menu.menu-light .navigation li a:focus, .main-menu.menu-light .navigation li a:active {
  background: rgba(99, 35, 155, 0.1);
}
.main-menu.menu-light .navigation li a img {
  height: 20px;
  width: 20px;
  margin-right: 1.1rem;
}

.car {
  position: relative;
}
.car__image-fisrt {
  width: 107%;
  margin: -13px;
}
.car__image-fisrt-loaded {
  width: 100%;
  margin: 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #0000002b;
}
.car__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.car__nav a {
  flex-grow: 1;
  color: #B9B9C3;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 0px 10px 10px 10px;
  border-bottom: 1px solid #B9B9C3;
  text-align: center;
}
@media (max-width: 1024px) {
  .car__nav a {
    font-size: 14px;
    line-height: 16px;
  }
}
.car__nav a:hover, .car__nav a:focus, .car__nav a.active {
  font-weight: bold;
  color: #5E5873;
  border-bottom: 1px solid #454545;
}
.car__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #5E5873;
}
.car .table {
  font-size: 18px;
  line-height: 140%;
  color: #5E5873;
}
.car .table .date {
  font-size: 18px;
  line-height: 140%;
  color: #B9B9C3;
}
.car .nav-pills .nav-link {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.car .status {
  position: absolute;
  top: 2rem;
  z-index: 2;
}
.car .photo__title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E6B7B;
  padding: 7px 0px;
}
.car .photo__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #B9B9C3;
}

#lightgallery {
  flex-wrap: wrap;
}
#lightgallery .cover {
  flex: 0 0 100%;
  max-width: 100%;
}
#lightgallery .preview {
  flex: 0 0 19%;
  max-width: 19%;
  margin-right: 15px;
  margin-left: 15px;
}

.car-damages {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #6E6B7B;
  border-bottom: 1px solid #B9B9C3;
  padding-top: 16px;
  padding-bottom: 16px;
}
.car-damages .id {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #6E6B7B;
}
.car-damages .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #B9B9C3;
}
.car-damages .d-preview {
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 10px #0000004d;
}
.car-damages .video {
  width: 57px;
  height: 57px;
  padding: 5px;
}
.car-damages .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dashboard-subcount {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  margin-left: 10px;
  margin-top: -5px;
}

.accounting-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.blank-label {
  width: 150px;
  height: 18px;
  background: rgba(234, 84, 85, 0.12);
}

.form-check-inline {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.avaliable-cars-calendar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #eeedf1;
  border: 1px solid #d7d7d7;
  color: white;
  text-align: center;
  z-index: 10;
}
.avaliable-cars-calendar div {
  padding: 4px;
  color: #5e5873;
  font-weight: bold;
  font-size: 0.7rem;
}
.avaliable-cars-calendar div .period {
  color: #827e94;
  font-weight: normal;
}

.task-user-block {
  background: black !important;
}

.text-error {
  color: #700202;
}

.big-date-sto {
  font-weight: bold;
}

.big-time-sto {
  display: block;
  font-size: 32px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .car-assoc-card {
    padding: 8px 4px !important;
    margin-bottom: 10px !important;
  }

  .car-assoc-card h4 {
    font-size: 15px;
  }

  .car-assoc-card .btn,
.car-assoc-card .form-control {
    font-size: 13px;
    padding: 2px 6px;
  }

  .car-assoc-card .badge {
    font-size: 11px;
    padding: 2px 6px;
  }

  .car-assoc-list {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 4px;
  }

  .car-assoc-list li {
    display: inline-block;
    min-width: 180px;
    margin-right: 8px;
  }
}
.season-scroll-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}

.season-table {
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
}

.season-table th.sticky-col, .season-table td.sticky-col {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
}

.season-table th, .season-table td {
  font-size: 13px;
  padding: 4px 6px;
  min-width: 120px;
  text-align: center;
}

.input-group-text {
  padding: 2px 6px;
  font-size: 13px;
}

.model-group-title {
  font-weight: bold;
  background: #e9ecef;
  padding: 6px 12px;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .season-table th, .season-table td {
    font-size: 12px;
    padding: 2px 4px;
    min-width: 90px;
  }

  .season-table th.sticky-col, .season-table td.sticky-col {
    min-width: 120px;
  }

  .model-group-title {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.model-block {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 8px 10px;
  min-width: 180px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.model-block-parent {
  border-left: 4px solid #007bff;
}

.model-block-child {
  border-left: 4px solid #6c757d;
}

.model-block-ungrouped {
  border-left: 4px solid #17a2b8;
}

.model-badge {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 12px;
}

.model-badge-parent {
  background: #e3f0ff;
  color: #007bff;
}

.model-badge-child {
  background: #f0f0f0;
  color: #6c757d;
}

.model-badge-ungrouped {
  background: #e0f7fa;
  color: #17a2b8;
}

.model-title {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.model-sub {
  font-size: 12px;
}

.model-order {
  font-size: 12px;
}

/* Мобильная адаптация таблицы */
@media (max-width: 768px) {
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #price-manager {
    min-width: 700px;
  }

  #price-manager td.model,
#price-manager th.model {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
  }

  #price-manager td,
#price-manager th {
    font-size: 13px;
    padding: 4px 6px;
  }

  .form-control-pricemanager {
    font-size: 13px;
    padding: 2px 4px;
  }

  .badge {
    font-size: 11px;
    padding: 2px 6px;
  }

  .price-helper small {
    font-size: 11px;
  }
}
/* Для удобства на десктопе */
@media (min-width: 769px) {
  #price-manager td.model,
#price-manager th.model {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 2;
  }
}
