body {
  position: relative;
}

.impersonate {
  align-items: center;
  background: white;
  border-bottom: 1px solid black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  max-width: 100vw;
  overflow: hidden;
  padding: 10px 10vw;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 99;
}
.impersonate-btn {
  border: 1px solid inherit;
  color: inherit;
  text-decoration: underline;
}

/* Tooltip container */
.tooltip-wrapper, .tooltip-wrapper-right {
  position: relative;
  display: inline-block;
  cursor: help;
}

/* Tooltip text */
.tooltip-wrapper .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip-wrapper .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-wrapper:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Tooltip text */
.tooltip-wrapper-right .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 100;
  bottom: 50%;
  right: -5px;
  transform: translate(100%, 50%);
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip-wrapper-right .tooltiptext::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-wrapper-right:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.stars-container {
  margin-left: -15px;
}
.stars-container .btn-feedback {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 10px 20px;
  cursor: pointer;
}
.stars-container .btn-feedback .star {
  font-size: 100px;
}
@media screen and (width < 1500px) {
  .stars-container .btn-feedback .star {
    font-size: 80px;
  }
}
@media screen and (width < 1200px) {
  .stars-container .btn-feedback .star {
    font-size: 60px;
  }
}
@media screen and (width < 992px) {
  .stars-container .btn-feedback .star {
    font-size: 40px;
  }
}
@media screen and (width < 576px) {
  .stars-container .btn-feedback .star {
    font-size: 5vw;
  }
}
.stars-container .btn-feedback .star.on {
  color: #7FE096;
}
.stars-container .btn-feedback .star.off {
  color: #230047;
}

.cursor-unset {
  cursor: unset !important;
}

.btn-success-light {
  color: #fff;
  background-color: #7fe096;
}
.btn-success-light:hover {
  color: #fff;
}

.btn-secondary-light {
  color: #fff;
  background-color: #a6b3be;
}
.btn-secondary-light:hover {
  color: #fff;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.content-page {
  margin-top: 0;
  padding: 100px 40px 30px 40px;
}

.navbar-custom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.navbar-custom .menu-left {
  width: 240px;
  display: contents;
}
@media screen and (max-width: 768px) {
  .navbar-custom {
    padding: 0px 10px;
  }
  .navbar-custom .menu-left {
    display: none;
  }
}
.navbar-custom .topnav-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-custom .topnav-menu .notifications-menu {
  max-height: 450px;
  overflow-y: scroll;
  overscroll-behavior: contain;
  will-change: transform, scroll-position;
  overscroll-behavior-y: contain;
}
.navbar-custom .topnav-menu .notifications-menu * {
  will-change: transform, scroll-position;
  overscroll-behavior-y: contain;
}
.navbar-custom .topnav-menu .notifications-menu .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.navbar-custom .topnav-menu .notifications-menu .dropdown-item .notify-icon {
  flex-shrink: 0;
  margin: 0;
}
.navbar-custom .topnav-menu .notifications-menu .dropdown-item .notify-details {
  white-space: normal;
  font-size: 0.9rem;
  margin: 0;
  padding-left: 15px;
}
.navbar-custom .topnav-menu .notifications-menu .noti-title {
  background-color: #1e2125;
}
.navbar-custom .topnav-menu .notifications-menu .notify-seen {
  background-color: #454850;
  opacity: 0.5;
}
.navbar-custom .topnav-menu .notifications-menu .notify-seen:hover {
  background-color: #33353b;
}

.left-side-menu {
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.left-side-menu #sidebar-menu > ul > li > a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border: none;
  width: 100%;
}
.left-side-menu #sidebar-menu > ul > li > a .badge {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.sidebar-enable .logo {
  height: 100%;
}
.sidebar-enable .logo img {
  display: none;
}

#sidebar-menu .menu-arrow {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
}
#sidebar-menu .menu-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

#sidebar-menu li.mm-active > a > span.menu-arrow {
  transform: rotate(180deg);
}

.linkrow, .modalrow {
  cursor: pointer;
}
.linkrow:hover, .modalrow:hover {
  background-color: rgb(225, 225, 225);
}

.search-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  align-items: center;
  margin-left: auto;
}
.search-container label {
  margin-right: 5px;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.card {
  padding: 20px;
  border-radius: 2px;
}

.linkrow {
  cursor: pointer;
}

.btn, button {
  display: inline-block;
  position: relative;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
  text-decoration: none;
  padding: 8px 20px;
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn, button {
    font-size: 1em;
    padding: 10px 20px;
  }
}
.btn:disabled, button:disabled {
  opacity: 1;
  pointer-events: auto;
  cursor: not-allowed;
}
.btn:focus, button:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-small, button.btn-small {
  padding: 2px 10px;
}
.btn.btn-back, button.btn-back {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: border 0.4s;
}
.btn.btn-back:hover, button.btn-back:hover {
  border-bottom: 1px solid black;
}
.btn.btn-back::before, button.btn-back::before {
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 5px;
}

.select2 {
  width: 100% !important;
}
.select2-container--open {
  z-index: 2000;
}

.modal {
  max-width: 100vw;
}
.modal-dialog {
  max-width: 100vw;
  margin: 0;
  padding: 0.5rem;
}

.select2-container .select2-selection--single {
  border: 1px solid #ced4da;
  height: 38px;
  outline: 0;
  background: #f8fafc;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: #212529;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
  width: 34px;
  right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #212529 transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #212529 transparent !important;
  border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
  padding: 6px 12px;
}

.select2-results__option .select2-results__group {
  color: #f7f7f7;
}

.select2-dropdown {
  border: 1px solid #f8fafc;
  box-shadow: 0 3px 8px 0 rgba(54, 61, 71, 0.2);
  background: #f8fafc;
}

.select2-container--default .select2-search--dropdown {
  padding: 10px;
  background-color: #f8fafc;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  outline: 0;
  background-color: #f8fafc;
  color: #212529;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #188ae2;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
  color: #212529;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #188ae2;
  color: #212529;
}

.select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #ced4da !important;
  background: #f8fafc;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
  border: 0;
  color: #212529;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #188ae2;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 0 7px;
  margin-top: 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2.is-invalid + .select2 .select2-selection {
  border-color: #dc3545;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 15px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  border-radius: 3px 0 0 3px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #188ae2;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 40px;
}

.invalid-feedback {
  display: block;
}

.enlarged .left-side-menu #sidebar-menu .badge, .enlarged .left-side-menu #sidebar-menu .label, .enlarged .left-side-menu #sidebar-menu .menu-arrow, .enlarged .left-side-menu #sidebar-menu .menu-title {
  display: block !important;
  padding: 0.35em 0.65em;
}

.enlarged .left-side-menu {
  padding-top: 20px;
  position: fixed;
}

.pagination {
  flex-wrap: wrap;
}

.badge {
  min-width: 22px;
  line-height: 22px;
  padding: 0em 0.65em;
}
.badge.badge-info {
  min-width: 0px;
  background-color: #4eb7eb;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-text-size-adjust: 100%;
}

#calendar {
  max-height: calc(100vh - 170px);
}
#calendar a {
  color: #212529;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #calendar {
    height: calc(100vh - 170px);
  }
  #calendar .fc-toolbar-chunk:last-of-type {
    display: flex;
    flex-direction: column;
  }
  #calendar .fc-toolbar-chunk:last-of-type > * {
    margin-bottom: 5px;
  }
}
#calendar .fc-daygrid-day-frame {
  overflow: hidden;
}

.calendar-event {
  cursor: pointer;
}

.loadingspinner {
  pointer-events: none;
  width: 2em;
  height: 2em;
  border: 0.4em solid transparent;
  border-color: white;
  border-top-color: rgb(13, 202, 240);
  border-radius: 50%;
  animation: loadingspin 1s linear infinite;
}

.comment-container {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 40vh;
  display: flex;
  flex-direction: column-reverse;
}

.comment-container .comment-card:nth-child(even) {
  background: #f1f5f7;
}

.comment-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px;
  box-sizing: border-box;
}

.comment-card.reverse-card {
  flex-direction: row-reverse;
}

.comment-card.reverse-card .comment-card__title {
  margin-left: auto;
}

.comment-card.reverse-card .comment-card__message {
  margin-left: auto;
  text-align: right;
}

.comment-card.reverse-card .comment-card__icon {
  margin: 0 0 0 2.5%;
}

.comment-card__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #bdbdbd;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 2.5%;
}

.comment-card__icon i {
  font-size: 25px;
  margin: 0 auto;
  color: white;
}

.comment-card__time {
  font-size: 10px;
  color: #a8a8a8;
  /*position: absolute;
            top: 0;
            left: 0;*/
}

.comment-card__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-card__title {
  margin-bottom: 5px;
  font-weight: bold;
}

.input-group-append {
  min-width: 50px;
}

.sortableTableHeader {
  color: #434e5e;
  text-decoration: none;
}
.sortableTableHeader:hover {
  color: #62738b;
}
.sortableTableHeader:hover + i {
  border-color: #62738b;
}
.sortableTableHeader + i {
  border-color: #434e5e;
}

.sort-desc {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.sort-asc {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.mailwarning {
  font-size: 0.7rem;
  color: #a8a8a8;
  width: 250px;
}

.travelagency-collapse {
  color: gray;
  display: flex;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 5px;
  margin: 0;
}
.travelagency-collapse:hover {
  background-color: #f7f7f7;
}
.travelagency-collapse::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.travelagency-collapse[aria-expanded=true]::after {
  transform: rotate(-180deg);
}

*[data-toggle=modal] {
  cursor: pointer;
}

.traveloperatormodal {
  width: 100vw;
  height: 100vh;
}
.traveloperatormodal .modal-header {
  display: flex;
}
.traveloperatormodal .modal-header .close {
  margin-left: auto;
}
.traveloperatormodal .modal-body {
  display: flex;
  height: 90vh;
}
.traveloperatormodal .modal-body img {
  margin: auto;
  max-width: 100%;
  max-height: 40vh;
}
.traveloperatormodal .modal-body h1 {
  text-align: center;
  font-size: 8vh;
}

.stopovers-order {
  color: var(--bs-gray-500);
}
.stopovers-order__arrow:hover:before {
  color: var(--bs-body-color);
}

.taxicoverages-table {
  width: 100%;
  border-collapse: collapse;
}
.taxicoverages-table thead {
  display: table;
  width: 100%;
}
.taxicoverages-table tbody {
  display: block;
  max-height: 70vh !important;
  overflow-y: scroll;
}
.taxicoverages-table tbody tr {
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.taxicoverages-table tbody tr td {
  border-collapse: collapse;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  word-break: break-word;
  vertical-align: middle;
}
.taxicoverages-table th, .taxicoverages-table td {
  width: 14.2857142857%;
  padding: 5px;
  word-break: break-all;
  text-align: center;
}
.taxicoverages-table .company-td.filled-in {
  background-color: #a9dbc4;
}
.taxicoverages-table .company-td.filled-in:hover {
  background-color: rgb(25, 135, 84);
}
.taxicoverages-table .company-td:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

@keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 992px) {
  .scrolltable {
    display: block;
  }
}
.logo-white {
  display: none;
}

@media screen and (max-width: 768px) {
  .content-page {
    padding: 100px 20px 30px 20px;
  }
  .logo-color {
    display: none;
  }
  .logo-white {
    display: block;
    width: auto;
  }
}/*# sourceMappingURL=app.css.map */