:root {
    --color-primary: #D96D6B !important;
    --primaryColor: #D96D6B;
    --primaryButtonTextColor: #FFFFFF;
    --secondaryColor: #093069;
    --secondaryButtonTextColor: #FFFFFF;
}

.navbar-custom-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.nav-bar-icons {
    display: flex;
    background-color: #EEEEEE;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.3% 3%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-bottom-left-radius: 60px;
    z-index: 1050;
}

.nav-bar-icon-with-border-right {
    border-right: 2px solid #9CA4B1;
}

#nav-bar-icons-selected-currency {
    color: #EEEEEE;
    background-color: #9CA4B1;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding-right: 1px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#nav-bar-icons-selected-currency-text {
    margin-left: 5px;
}

#nav-bar-icons-burger-button {
    display: none;
}

.nav-bar-icons-text {
    font-size: 14px !important;
}

.btn-primary {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor) !important;
    color: var(--primaryButtonTextColor) !important;
}

.btn-outline-primary {
    color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
}

.btn-outline-secondary {
    color: var(--secondaryColor) !important;
    border: 1px solid var(--secondaryColor) !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}

.btn-outline-export-booking {
    color: var(--primaryColor) !important;
    box-shadow: 0 0 !important;
    border: 1px solid var(--primaryColor) !important;
    border-radius: 10px !important;
}

.btn-outline-export-booking:hover {
    color: var(--primaryColor) !important;
}

.nav-bar-icon {
    color: #9FA9B7 !important;
    font-size: 18px !important;
}

.dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

:focus {
    outline: auto 0px -webkit-focus-ring-color
}

.hooper-next:focus {
    outline: none;
}

.hooper-prev:focus {
    outline: none;
}

.hooper:focus {
    outline: none;
}

.shopping-cart-product-qty, .notification-count {
    position: absolute !important;
    top: -7px !important;
    right: -8px !important;
    background: var(--primaryColor) !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 100% !important;
    font-size: 11px !important;
}

.v-select {
    width: 100%;
    background-color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor) !important;
}

.primaryBackgroundColor {
    background-color: var(--primaryColor);
}

.primaryColor {
    color: var(--primaryColor) !important;
}

.secondaryBackgroundColor {
    background-color: var(--secondaryColor) !important;
}

.secondaryColor {
    color: var(--secondaryColor) !important;
}

.panel-primary-custom {
    border-color: lightgray !important;
}

.panel-heading-primary {
    background: linear-gradient(to right, var(--primaryColor), var(--secondaryColor)) !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

.cursor-text {
    cursor: text !important;
}

.cursor-none {
    cursor: none !important;
}

.cursor-cancel {
    cursor: no-drop !important;
}

.cursor-disabled {
    cursor: no-drop !important;
}

.cursor-no-drop {
    cursor: no-drop !important;
}

.button-disabled {
    background-color: #99A5E1 !important;
    cursor: no-drop !important;
}

.number-input,
.number-input__input {
    width: 100% !important;
}

.mx-input:hover, .mx-input:focus,
.number-input__input,
.number-input__input:focus {
    border-color: #CCCCCC !important;
}

.loader {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .6;
    display: none;
}

.loader-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.spinner-border-page {
    width: 5rem !important;
    height: 5rem !important;
}

.custom-checkbox {
    display: block;
    margin-bottom: 8px;
}

.custom-checkbox label {
    color: #5d646d;
    font-size: 15px;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-checkbox label a {
    color: var(--secondaryColor);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-checkbox label a:hover {
    color: #6f6d6d;
}

.custom-checkbox input[type=checkbox]:not(:checked),
.custom-checkbox input[type=checkbox]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label,
.custom-checkbox input[type=checkbox]:checked + label {
    position: relative;
    padding-left: 26px;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label:before,
.custom-checkbox input[type=checkbox]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label:after,
.custom-checkbox input[type=checkbox]:checked + label:after {
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "FontAwesome", sans-serif;
}

.custom-checkbox input[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    visibility: hidden;
}

.custom-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
    visibility: visible;
}

.custom-checkbox input[type=checkbox]:checked + label:before {
    background-color: var(--secondaryColor);
    border-color: var(--secondaryColor);
}

.title {
    font-size: 18px;
    color: black;
}

.border-radius-10px {
    border-radius: 10px !important;
}

.border-radius-20px {
    border-radius: 20px !important;
}

.booking-status-badge {
    display: inline-block;
    font-size: var(--font-size-sm);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: all .08s ease-in;
    padding: 0.5rem;
    font-weight: bold;
    color: white;
    border-radius: 20px;
}

.booking-status-badge-created {
    background-color: #DCD144;
}

.booking-status-badge-confirmed {
    background-color: #CB834B;
}

.booking-status-badge-payed {
    background-color: #3f507c;
}

.booking-status-badge-canceled {
    background-color: #8F0F26;
}

/* Customize the label (the container) */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: var(--primaryColor);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.icon-service-money {
    color: var(--primaryColor);
}

.icon-service-check {
    color: var(--secondaryColor);
}

.service-title {
    max-width: 250px;
}

.modal-xlg {
    max-width: 1200px;
}

.room-number {
    margin-top: 28px;
    font-size: 18px;
    color: var(--secondaryColor);
}

.flight-image {
    border-radius: 2% 2% 0% 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 100%;
    height: 80px;
}

.line-between-flights {
    border: 1px solid var(--primaryColor);
}

.arrival-plane-image {
    transform: rotate(90deg);
}

.arrival-plane-image-flying {
    transform: rotate(-90deg);
}

.img-result {
    border-radius: 2% 2% 0% 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    height: 220px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.circle-form {
    border-radius: 50%;
}

.border-rounded {
    border-radius: 50%;
}

.borrower-product-image {
    position: absolute;
    margin: 0.5rem !important;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}

.product-type-quote {
    font-size: 14.5px;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
}

#search-tab {
    display: flex;
}

.wrapper { /* para poner las tablas responsive */
    overflow: auto;
}

.text-gray {
    color: #717171;
}

#product-type-select {
    display: none;
}

.wizard-btn {
    min-width: auto !important;
}

.alert-success {
    background-color: #afead4;
    border-color: #afead4;
}

.button-text-not-show-mobile-screen {
    display: block;
}

.button-text-show-mobile-screen {
    display: none;
}

.modal-body h4 {
    font-size: 1.3125rem !important;
}

input[name="query"] {
    width: auto !important;
}

.selected-flight-class {
    border-color: var(--primaryColor) !important;
    color: var(--primaryColor) !important;
}

.hooperFlightClasses .hooper-list .hooper-track {
    width: 100px;
}

.vs--disabled .vs__clear, .vs--disabled .vs__dropdown-toggle, .vs--disabled .vs__open-indicator, .vs--disabled .vs__search, .vs--disabled .vs__selected {
    background-color: #E9ECEF;
}

.mx-input:disabled {
    color: var(--text-color-dark);
}

.content {
    box-shadow: unset;
}

.flight-class {
    display: inline-block;
    font-size: var(--font-size-sm);
    font-weight: 500;
    line-height: 1;
    text-align: left;
    vertical-align: baseline;
    border-radius: 10px;
    transition: all .08s ease-in;
    color: #6a6a6a;
    background-color: #f8f9fa;
    border: 2px solid #6a6a6a;
    padding: 1%;
    text-transform: uppercase;
    white-space: normal;
}

.unselected-class-info-button {
    color: #6a6a6a;
}

.plane-image {
    margin: .3rem 0;
}

.ticket-route-name {
    text-align: justify;
    margin-top: 0.25rem !important;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.btn-reload-search-flight {
    color: var(--primaryColor);
}

.flight-class-name {
    font-size: .8rem;
    white-space: normal;
}

.flight-class-price {
    font-size: .9rem;
    font-weight: bold;
    text-align: center;
}

.flight-class-price.offer {
    text-decoration: line-through;
    font-size: 12px;
}

.flight-class-name a {
    color: var(--primaryColor);
}

.td-vertical-align-center {
    vertical-align: middle !important;
}

.btn-light {
    background-color: #FFFFFF;
    color: var(--secondaryColor);
}

.dropzone .dz-message {
    font-size: 25px;
}

.flex-inherit {
    flex: inherit !important;
}

.notifications-list {
    max-height: 500px;
    overflow-y: scroll;
    -webkit-box-shadow: -1px -2px 5px 4px rgba(204, 200, 204, 1) !important;
    -moz-box-shadow: -1px -2px 5px 4px rgba(204, 200, 204, 1) !important;
    box-shadow: -1px -2px 5px 4px rgba(204, 200, 204, 1) !important;
}

.notifications-list .dropdown-header {
    background-color: #ebedef !important
}

.notifications-list .dropdown-header a {
    color: var(--primaryColor) !important
}

.notifications-list .dropdown-header strong {
    font-weight: 500;
}

.notification-count {
    background-color: var(--primaryColor);
    color: white;
    border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    top: -7px;
}

.read-notification {
    padding-left: 15px;
}

.container-notification .dropdown-header a {
    float: right;
}

.container-notification .dropdown-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: block;
    border-left: 5px solid var(--primaryColor);
    background-color: whitesmoke !important;
}

.container-notification .dropdown-item:hover, .container-notification .dropdown-item:focus {
    background-color: white !important;
}

.container-notification .dropdown-item * {
    display: block;
}

.container-notification .separator {
    color: var(--primaryColor);
    display: inline-block;
    width: auto;
}

.container-notification .dropdown-item .read-notification {
    visibility: hidden !important;
    color: var(--primaryColor);
}

.container-notification .dropdown-item .read-notification {
    display: inline-block;
}

.container-notification .dropdown-item:hover .read-notification {
    visibility: visible !important;
}

.container-notification .dropdown-header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.container-notification .badge.badge-info {
    background-color: var(--primaryColor);
}

.booking-product-accommodation {
    background-color: orange;
}

.booking-product-flight {
    background-color: #5A926D;
    color: white;
}

.booking-product-package {
    background-color: #488A81;
    color: white;
}

.booking-product-rent {
    background-color: #6B91BF;
    color: white;
}

.booking-product-tour {
    background-color: lightgreen;
}

.booking-product-transfer {
    background-color: #ce7e4a;
    color: white;
}

.booking-product-ac-insurance {
    background-color: lightcoral;
    color: white;
}

.booking-product-shipment {
    background-color: #75c6ad;;
    color: white;
}

.booking-product-flight {
    background-color: #5A926D;
    color: white;
}

.booking-product-other {
    background-color: lightsalmon;
}

.bookings-unconfirmed-logo {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}

.bookings-unconfirmed-table-div {
    overflow-y: scroll;
    height: 300px;
}

.badge-primary {
    background-color: var(--primaryColor);
}

.filter-arrow-icon {
    width: 25px;
    height: 25px;
    color: white;
    padding: 0.4em 0.7em;
    display: inline-block;
    border-radius: 60px;
}

.booking-filter-panel {
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    color: black;
}

.booking-filter-panel:hover {
    color: black;
}

.booking-filter-text {
    font-size: .8rem;
    margin-bottom: 0;
    width: 100% !important;
    text-transform: uppercase !important;
}

#all-booking-filter-arrow-icon {
    background-color: #878B97;
}

#created-booking-filter-div {
    background-color: #DBD9A9;
}

#created-booking-filter-arrow-icon {
    background-color: #D0C545;
}

#confirmed-booking-filter-div {
    background-color: #89D6C2;
}

#confirmed-booking-filter-arrow-icon {
    background-color: #00C182;
}

#payed-booking-filter-div {
    background-color: #A0E8A9;
}

#payed-booking-filter-arrow-icon {
    background-color: #03EA08;
}

#canceled-booking-filter-div {
    background-color: #C6A6B1;
}

#canceled-booking-filter-arrow-icon {
    background-color: #850F27;
}

.notifications-list {
    min-height: 190px;
    overflow: auto;
}

.notifications-list .loader {
    display: block;
    background-color: white;
    padding-top: 10px;
}

.market-link {
    width: calc(60% - 15px);
    cursor: pointer;
    height: 4.4em;
    position: absolute;
    top: 0;
    background-position: left;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .desktop-tablet {
        display: block !important;
    }

    .desktop-tablet-inline {
        display: inline !important;
    }

    .desktop-tablet-flex {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }

    .mobile-flex {
        display: none !important;
    }

    #nav-bar-icons {
        display: flex;
    }
}

@media (max-width: 767px) {

    .desktop-tablet-inline {
        display: inline !important;
    }

    .user-name {
        display: none;
    }

    #search-tab {
        display: none !important;
    }

    #product-type-select {
        display: block !important;
    }

    .responsive-panel-with-margin-top {
        margin-top: 1.5rem;
    }

    /*.wizard-button-text{*/
    /*    display: none;*/
    /*}*/
    .wizard-btn-back::before {
        content: "<<";
    }

    .wizard-btn-next::after {
        content: ">>";
    }

    .button-text-not-show-mobile-screen {
        display: none;
    }

    .button-text-show-mobile-screen {
        display: block;
    }

    .desktop-tablet {
        display: none !important;
    }

    .desktop-tablet-flex {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .flight-class-name {
        font-size: .75rem;
    }

    .flight-class-price {
        font-size: .8rem;
    }

    #nav-bar-icons-burger-button {
        display: flex !important;
        justify-content: end !important;
        align-items: center !important;
        margin: auto !important;
        width: 100% !important;
        outline: none !important;
    }

    .nav-bar-icons {
        padding: 2% 10%;
    }
}

@media (max-width: 480px) {

    .desktop-tablet-inline {
        display: none !important;
    }

    .mobile-flex {
        display: flex !important;
    }

    .nav-bar-icon-support-ticket {
        display: flex;
    }

    .nav-bar-icon-support-ticket > i:first-child {
        margin-right: 0.25rem !important;
    }

    .nav-bar-icon-selected-currency {
        display: flex;
    }

    .nav-bar-icon-selected-currency > span {
        text-align: center;
        margin-right: 0.25rem !important;
    }

    .nav-bar-icon-selected-user > i {
        margin-left: 0.25rem !important;
    }
}

/*
ZENITH
 */
.time-limit-zenith {
    font-weight: bold;
    color: red;
}

/*
Enterprise Revolving Found
*/
.container-enterprise-amount {
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 15px;
    color: white;
}

.container-enterprise-amount.green {
    background-color: green;
}

.container-enterprise-amount.yellow {
    background-color: #d1d136;
}

.container-enterprise-amount.red {
    background-color: red;
}

.global-search-icon {
    padding: 0.16rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    border-radius: 0 0.25rem 0.25rem 0;
    cursor: pointer;
}

.site-name-image {
    content: var(--enterpriseLogo);
}