.visa-select .ant-select-selection-selected-value div {
  display: inline;
}

.visa-item .visa-item-emoji {
  font-size: 16px;
}

.visa-item:not(.ant-select-dropdown-menu-item-selected) .visa-item-name {
  font-weight: 600;
}

.visa-item .visa-item-desc {
  color: #656565de;
}

.currencies-dropdown li {
  color: #232b38;
  font-weight: 400;
  font-size: 16px;
}

.currencies-dropdown .fac {
  font-size: 20px;
  width: 32px;
  text-align: center;
  color: #647286 !important;
  vertical-align: middle;
  line-height: 1;
}

li.ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected,
li.ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected:hover,
li.ant-select-dropdown-menu-item:hover {
  background: #efeeee !important;
  background-color: #efeeee !important;
}

#nprogress .bar {
  background: #29abe2 !important;
}

#nprogress .peg {
  box-shadow: 0 0 10px #29abe2, 0 0 5px #48c8ff !important;
}

#nprogress .spinner-icon {
  border-top-color: #29abe2 !important;
  border-left-color: #29abe2 !important;
}

span.APPLIED.ant-badge sup.ant-scroll-number.ant-badge-count,
span.PROCESSING.ant-badge sup.ant-scroll-number.ant-badge-count,
span.SENT.ant-badge sup.ant-scroll-number.ant-badge-count,
span.ACCEPTED.ant-badge sup.ant-scroll-number.ant-badge-count,
span.REFUSED.ant-badge sup.ant-scroll-number.ant-badge-count,
span.MISSING_INFO.ant-badge sup.ant-scroll-number.ant-badge-count,
span.CORRECTED_INFO.ant-badge sup.ant-scroll-number.ant-badge-count,
span.APPOINTMENT_TAKEN.ant-badge sup.ant-scroll-number.ant-badge-count,
span.APPOINTMENT_NOTIFIED.ant-badge sup.ant-scroll-number.ant-badge-count,
span.CANCELED.ant-badge sup.ant-scroll-number.ant-badge-count {
  background: #29abe2;
  top: -3px;
  right: -8px;
}

.tourvio-popover div.ant-popover-arrow {
  border-top-color: rgb(42, 171, 226) !important;
  border-left-color: rgb(42, 171, 226) !important;
}

.idleProgress.ant-progress-circle .ant-progress-text {
  color: #0071bc;
}

.ant-select-dropdown-menu-item .visa-status-tag {
  padding-right: 20px;
  padding: 2px 10px;
  font-size: 14px;
  position: relative;
  margin: 0px;
}

[dir='rtl'] .ant-select-dropdown-menu-item .visa-status-tag {
  padding-right: 10px;
}

.ant-select-dropdown-menu-item .visa-status-tag i.status-icon {
  margin-right: 10px;
  margin-left: 0px;
}

[dir='rtl'] .ant-select-dropdown-menu-item .visa-status-tag i.status-icon {
  margin-right: 0px;
  margin-left: 10px;
}

.ant-select-dropdown-menu-item .visa-status-tag.DRAFT {
  background-color: #b5b5b5;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.APPLIED {
  background-color: #9100b5;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.PROCESSING {
  background-color: #f89500;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.SENT {
  background-color: #7351c5;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.ACCEPTED {
  background-color: #24b47e;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.REFUSED {
  background-color: #d43232;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.MISSING_INFO {
  background-color: #a00707;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.CORRECTED_INFO {
  background-color: #f38c43;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.APPOINTMENT_TAKEN {
  background-color: #d8115a;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.APPOINTMENT_NOTIFIED {
  background-color: #24b47e;
  color: #fff;
}

.ant-select-dropdown-menu-item .visa-status-tag.CANCELED {
  background-color: #727386;
  color: #fff;
}

.airport-places-suggestion-item {
  display: table;
  width: 100%;
  padding: 0.75rem 1.125rem;
}

.airport-places-suggestion-item.indent-item {
  padding-left: 25px;
}

.airport-places-suggestion-item .suggest-icon {
  display: table-cell;
  margin-right: 0.375rem;
  vertical-align: top;
}

.airport-places-suggestion-item .suggest-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-left: 10px;
}

.airport-places-suggestion-item .suggest-content .suggest-value {
  display: block;
  width: 100%;
}

.airport-places-suggestion-item .airport-places-icon {
  margin-top: 5px;
  color: #b2b2bf;
  font-size: 16px;
}
.airportplace-country.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.65);
}

.flight-segment-csc-drawer .segment-header .ant-col {
  text-align: center;
}

.flight-segment-csc-drawer .segment-header {
  align-items: center;
  justify-content: center;
}

.flight-segment-csc-drawer .ant-drawer-header {
  padding: 5px 24px;
}

@-webkit-keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-40px);
    transform: translatey(-40px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-40px);
    transform: translatey(-40px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes floatminimal {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes floatminimal {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes run {
  0% {
    left: 0;
    transform: translate(-150%);
  }
  100% {
    left: 100%;
    transform: translate(130%);
  }
}

.van {
  animation: linear infinite;
  animation-name: run;
  animation-duration: 4.2s;
  width: 60%;
  max-width: 600px;
  height: auto;
  margin-bottom: 10px;
}

.draft-order-loader .airplane {
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
  width: 70%;
  max-width: 600px;
  height: auto;
}

.draft-order-loader .ant-modal-body {
  padding-top: 40px;
}

.draft-order-loader .card-loading {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  overflow: hidden;
}

.draft-order-loader .card-loading::after {
  content: '';
  position: absolute;
  right: 100%;
  width: 40%;
  height: 5px;
  background-color: #29abe2;
  animation: shift 1s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.draft-order-loader .loader-text {
  text-align: center;
  color: #0071bc;
}

.draft-order-loader .ant-modal-content {
  border-radius: 1px;
}

@keyframes shift {
  0% {
    right: 100%;
    width: 100%;
    opacity: 1;
  }
  85% {
    opacity: 0.6;
  }
  100% {
    right: 0%;
    width: 100%;
    opacity: 0.16;
  }
}

a.ant-calendar-prev-year-btn,
a.ant-calendar-next-year-btn {
  display: none !important;
}

@media print {
  .no-print {
    display: none;
  }
}

.ant-select-dropdown-menu span.language.ar {
  vertical-align: text-bottom;
  font-family: 'Droid Arabic Kufi', sans-serif;
}

.total-price-details-modal .price-details-list {
  margin-bottom: 0;
  padding: 0px;
}

.total-price-details-modal .price-details-list .price-details-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: 0 0;
  border-bottom: 1px dotted rgba(128, 128, 128, 0.64);
  font-size: 16px;
  padding: 4px 0;
}

.total-price-details-modal .price-details-list .price-details-list-item .fac {
  font-size: 16px;
  margin-right: -4px;
  width: 32px;
  text-align: center;
  color: #647286 !important;
  vertical-align: middle;
  line-height: 1;
}

.total-price-details-modal
  .price-details-list
  .price-details-list-item
  .price-details-list-item-price {
  font-weight: 600;
  text-align: right;
}

.total-price-details-modal .total-price {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #3c3c3c;
}

.total-price-details-modal .total-price .total-price-value {
  float: right;
  font-weight: 600;
}

.total-price-details-modal .total-price .fac {
  font-size: 22px;
  margin-right: -4px;
  width: 32px;
  text-align: center;
  color: #647286 !important;
  vertical-align: middle;
  line-height: 1;
}

.accept-fare-rules-modal .fare-rules-link {
  display: inline-block;
  padding: 0px;
}

.accept-fare-rules-modal .accept-fare-rules-paragraph {
  line-height: 1;
}

.accept-fare-rules-modal .ant-modal-body {
  padding: 5px 24px;
}

.flight-details-drawer .actions .actions-right {
  text-align: right;
}

.drawer-with-bg .ant-drawer-content {
  background: #f1f3f6;
}

.ant-notification:hover {
  cursor: pointer;
}

button.go-to-chat-btn {
  border-color: #f89500;
  color: #f89500;
}

.chat-canned-response-menu.ant-menu-vertical > .ant-menu-item,
.chat-canned-response-menu.ant-menu-vertical-left > .ant-menu-item,
.chat-canned-response-menu.ant-menu-vertical-right > .ant-menu-item,
.chat-canned-response-menu.ant-menu-inline > .ant-menu-item,
.chat-canned-response-menu.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.chat-canned-response-menu.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.chat-canned-response-menu.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.chat-canned-response-menu.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 30px;
  line-height: 30px;
}

.extra-hotels-list {
  padding: 0px 20px;
  font-size: 15px;
  color: #0071bc;
  font-weight: 600;
}

@media (min-width: 767px) {
  .ant-modal.ant-modal-large {
    width: 760px !important;
  }
}

.BUSINESS .menu ul li a,
.BUSINESS .menu ul li .ant-btn.ant-btn-link {
  background: #000 !important;
}

svg.option-field-icon {
  margin-right: 10px;
}
