* {
    padding: 0;
    margin: 0;
}

:root {
    --rpv-color: #4472C4;
    --rpv-color-light: #6897e8;

    --rpv-color-gray: #959595;
    --rpv-color-light-gray: #c5c5c5;

    --rpv-color-blue: #4472C4;
    --rpv-color-light-blue: #6897e8;

}

input[type="checkbox"] {
    accent-color: #4472C4 !important;
}

/* .li a:hover {
    background-color: #4472C4 !important;
    color: white !important;
} */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.monitor-header {
    font-size: 175%;
    font-weight: bold;
    clear: both;
    margin-left: 10px;
    color: #666;
}

.monitor-navbar {
    width: 100%;
    height: 50px;
    margin-top: -11px;
    border: 0 none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropbtn {
    width: 160px;
    height: 42px;
    border: 4px solid #00BBE1;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #00BBE1;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
    margin-left: 15px;
}

.dropup {
    position: relative;
}

.dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    bottom: 43px;
    z-index: 1;
    margin-left: 15px;
}

.dropup-content a {
    color: black;
    height: 42px;
    width: 160px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 2;
    padding: 0.5em;
}

.dropup-content a:hover {
    background-color: #B3A5C4
}

.dropup:hover .dropup-content {
    display: block;
}

.dropup:hover .dropbtn {
    background-color: #00BBE1;
    color: #ffffff;
}

.btn-balance-outline {
    padding: 10px 45px;
    border: 1px solid #e83e8c;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #e83e8c;
    text-decoration: none solid rgb(232, 62, 140);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(232, 62, 140, 0.4);
}

.btn-balance-outline:hover {
    padding: 10px 45px;
    border: 1px solid #e83e8c;
    border-radius: 5px;
    background-color: #e83e8c;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(232, 62, 140);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(232, 62, 140, 0.4);
}

.btn-proposal-outline {
    padding: 10px 45px;
    border: 1px solid #17a2b8;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #17a2b8;
    text-decoration: none solid rgb(23, 162, 184);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(23, 162, 184, 0.4);
}

.btn-proposal-outline:hover {
    padding: 10px 45px;
    border: 1px solid #17a2b8;
    border-radius: 5px;
    background-color: #B3A5C4;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(23, 162, 184);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(23, 162, 184, 0.4);
}

.btn-reservation-outline {
    padding: 10px 45px;
    border: 1px solid #28a745;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #28a745;
    text-decoration: none solid rgb(40, 167, 69);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(40, 167, 69, 0.4);
}

.btn-reservation-outline:hover {
    padding: 10px 45px;
    border: 1px solid #28a745;
    border-radius: 5px;
    background-color: #B3A5C4;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(40, 167, 69);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(40, 167, 69, 0.4);
}

.btn-rpv-add {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #00BBE1;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
    position: relative;
    bottom: 9px;
}

.btn-rpv-add:hover {
    width: 111px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #00BBE1;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    transform: scale(1);
    transition: 1s;
    box-shadow: 0px 3px 6px 3px rgba(125, 91, 166, 0.85);
}

.btn-rpv-add-purple {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #8a75a3;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0px 3px 6px 3px rgba(125, 91, 166, 0.35);

}

.btn-rpv-add-grey {
    width: 120px;
    height: 32px;
    border: 1px solid #8C8C8C;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #8C8C8C;
    text-decoration: none solid #8C8C8C;
    text-align: center;
    position: relative;
    bottom: 9px;
}

.btn-rpv-add-grey:hover {
    width: 111px;
    border: 1px solid #8C8C8C;
    border-radius: 5px;
    background-color: #8C8C8C;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    transform: scale(1);
    transition: 1s;
    box-shadow: 0px 3px 6px 3px #8C8C8C;
}

/*Used to make floating the save button at bottom page in reservations*/
.floating-section-bottom {
    position: sticky;
    bottom: 0;
    width: 112px;
    float: right;
    margin-right: 15px;
}

.btn-rpv-save-blue:hover {
    width: 10rem;
    border: 1px solid #4472C4;
    border-radius: 5px;
    background-color: #4472C4;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    transform: scale(1);
    transition: 1s;
    box-shadow: 0px 3px 6px 3px #4472C4;
}

.btn-rpv-save-blue {
    width: 10rem;
    height: 32px;
    border: 1px solid #4472C4;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #4472C4;
    text-decoration: none solid #4472C4;
    text-align: center;
    position: relative;
    bottom: 9px;
}

.btn-rpv-save-blue-bold {
    width: 10rem;
    height: 32px;
    border: 1px solid #4472C4;
    border-radius: 5px;
    background-color: #4472C4;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    position: relative;
    bottom: 9px;
    box-shadow: 0px 3px 6px 3px #4472C4;
}

.floating-proposal-section-bottom {
    position: sticky;
    bottom: 1.5rem;
    width: 10rem;
    float: right;
    margin-right: 0rem;
    height: 3rem;
    line-height: 2rem !important;
}

.btn-rpv-order {
    padding-left: 10px;
    width: 160px;
    height: 42px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #00BBE1;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

.btn-rpv-order:hover {
    width: 160px;
    height: 42px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #00BBE1;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

.btn-rpv-add-flight {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #ffffff;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #00BBE1;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
    position: relative;
    bottom: 9px;
}

.btn-rpv-add-flight:hover {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #00BBE1;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

.btn-rpv-add-reservation {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-color: #00BBE1;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

.btn-rpv-remove-passenger {
    width: 120px;
    height: 32px;
    border: 1px solid #d9534f;
    border-radius: 5px;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
    background-color: #d9534f;
    color: white !important;
}

.btn-rpv-remove-passenger:hover {
    background-color: #a53f3d !important;
    color: white !important;
}

.btn-rpv-remove-room {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

.btn-rpv-remove-room:hover {
    background-color: red !important;
    color: white !important;
}

.btn-rpv-remove-airline {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

.btn-rpv-remove-airline:hover {
    background-color: red !important;
    color: white !important;
}

.btn-rpv-remove-loyalty {
    width: 120px;
    height: 32px;
    border: 1px solid #00BBE1;
    border-radius: 5px;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

.btn-rpv-remove-loyalty:hover {
    background-color: red !important;
    color: white !important;
}

li.nav-item>a[data-toggle="tab"] {
    padding: 5px 0px;
}

li.nav-item>a[data-toggle="tab"]:not(.active):hover {
    background-color: #f5f5f5 !important;
    /* border-radius: 5px; */
    height: auto;
    color: #4472C4;
}

.container-passenger {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.passenger-form {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.passenger-form.oddrow {
    background-color: #d3cadd;
}

.lead-form {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.passenger-form .hasDatepicker:read-only {
    background-color: white !important;
}


.border-left {
    border-left: 0.05rem #c9c9c9 solid;
}

.border-right {
    border-right: 0.05rem #c9c9c9 solid;
}

.d-flex {
    display: flex;
}

input[name="supplier_name"] {
    width: auto !important;
}

input.currency-input {
    padding-right: 10px !important;
}

input[name="supplier_depositAmount"] {
    width: 100% !important;
}

.px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.tour-summary-left {
    border-right: 1px solid #666;
}

.cabin-summary-left {
    border-right: 1px solid #666;
}

.p-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.nav-tabs>li.rpv-tab.reservation-tab {
    width: calc(100% / 5);
}

.nav-tabs>li.rpv-tab.active>a {
    background: #4472C4;
    color: white;
}

.nav-tabs>li.rpv-tab-grey.reservation-tab {
    width: calc(100% / 5);
}

.nav-tabs>li.rpv-tab-grey.active>a {
    background: #666666;
    color: white;
}

.p-1r {
    padding: 1rem;
}

.p-15 {
    padding: 15px;
}

img.img-20r {
    height: 20rem;
    width: 20rem;
}

.scrollable {
    position: relative;
    /* max-height: 67vh; */
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.scrollable-details {
    position: relative;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
}

.rpv-scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.rpv-scrollbar::-webkit-scrollbar-track {
    background: rgb(179, 177, 177);
    border-radius: 10px;
}

.rpv-scrollbar::-webkit-scrollbar-thumb {
    background: #4472C4;
    border-radius: 10px;
}

.rpv-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #2a4675;
    border-radius: 10px;
}

.rpv-scrollbar::-webkit-scrollbar-thumb:active {
    background: #2a4675;
    border-radius: 10px;
}

/* Scroll bar style gray */
.rpv-scrollbar-gray::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

.rpv-scrollbar-gray::-webkit-scrollbar-track {
    /* background: rgb(179, 177, 177); */
    background: none;
    border-radius: 10px;
}

.rpv-scrollbar-gray::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 10px;
}

.rpv-scrollbar-gray::-webkit-scrollbar-thumb:hover {
    background: #504d4d;
    border-radius: 10px;
}

.rpv-scrollbar-gray::-webkit-scrollbar-thumb:active {
    background: #4c4b4b;
    border-radius: 10px;
}

.btn-plus-rpv {
    cursor: pointer;
    font-weight: bold;
    border-radius: 15px;
    font-size: 1rem;
    padding: 2px 5px;
    background: #00BBE1;
    color: #FFFFFF;
}

.btn-plus-rpv:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.to-footer {
    border-radius: 5px;
    background: #f5f5f5;
}

.to-footer-text {
    width: 155px;
    height: 20px;
    font-family: Arial;
    font-size: 18px;
    color: #00BBE1;
    text-decoration: none solid rgb(124, 101, 152);
}


.footer-div {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}

.btn-remove-row {
    font-size: 1rem;
    color: red;
    cursor: pointer;
}

.btn-remove-color {
    font-size: 1rem;
    color: red;
    cursor: pointer;
}

.section-btn-remove {
    font-size: 1rem;
    color: red;
    cursor: pointer;
}



/* PARSLEY STYLES */
ul.parsley-errors-list {
    padding-inline-start: unset !important;
    list-style-type: none;
}

ul.parsley-errors-list li {
    color: #f00;
    font-size: 10px;
}


div.form-group.has-error input {
    border-color: red;
}

div.form-group.has-error textarea {
    border-color: red;
}

div.form-group.parsley-has-error input {
    border-color: red;
}

div.form-group.parsley-has-error textarea {
    border-color: red;
}

div.dropify-wrapper.parsley-has-error {
    border-color: red;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #ff4c52;
}

div.form-group.has-error .select2-container--classic .select2-selection--single {
    border: 1px solid red !important;
}

div.form-group.has-error .select2-container--classic .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid red;
}

.checks-passengers {
    overflow-y: auto;
    height: 130px;
    direction: rtl;
}

.form-check {
    direction: ltr;
}

.apply-checkbox {
    margin-bottom: 25px !important;
}

.p-pending {
    background-color: #f7d00a;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
}

.p-sent {
    background-color: #8257ba;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
}

.p-confirmed {
    background-color: #62bf6c;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
}

.p-overdue {
    background-color: #fa9f37;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
}

.p-paid {
    background-color: #0068b3;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
}

.p-cancelled {
    background-color: #aa0707;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
}

.p-fit-pending {
    background-color: #FFFFFF;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    font-weight: bolder;
    color: #727272;
    border-color: #8c8c8c;
}

.p-fit-send {
    background-color: #8257ba;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
    font-weight: bolder;
}

.p-fit-confirmed {
    background-color: #62bf6c;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
    font-weight: bolder;
}

.p-fit-overdue {
    background-color: #fa9f37;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
    font-weight: bolder;
}

.p-fit-paid {
    background-color: #0068b3;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
    font-weight: bolder;
}

.p-fit-cancelled {
    background-color: #aa0707;
    border-radius: 4px;
    line-height: 1.5;
    padding: .3rem;
    margin-bottom: 0px;
    color: white;
    font-weight: bolder;
}

.th-color>h3 {
    color: #00BBE1;
}

.btn-plus-rpv-touroperator {
    cursor: pointer;
}

input[type=text].status-disabled {
    background: #F5F5F5;
    pointer-events: none;
}

.bg-total-row {
    color: #00BBE1;
}

#form-payment label,
h3 {
    color: #666666 !important;
}

/* https://stackoverflow.com/questions/18838964/add-bootstrap-glyphicon-to-input-box */
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    z-index: 1;
    position: absolute;
    padding: 8px;
    color: var(--rpv-color);
}

.cursor-help {
    cursor: help;
}

.inner-addon .glyphicon .no-events {
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px !important;
}

.right-addon .glyphicon {
    right: 0px !important;
}

/* add padding  */
.left-addon input {
    padding-left: 30px !important;
}

.right-addon input {
    padding-right: 30px !important;
}


.mb-50 {
    margin-bottom: 50px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.p-payment {
    padding: 1%;
}

.border-payment {
    border-style: solid;
    border-width: 2px;
    border-color: grey;
    border-radius: 25px;
}

.swal-vertical-buttons {
    flex-direction: column;
}

.mt-5em {
    margin-top: .5em;
}

.w-20em {
    width: 20em;
}

.swal-custom-vertical {
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    transition: box-shadow 0.1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500;
}

.btn-rpv-color {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    font-size: 1em;
    background-color: var(--rpv-color);
    color: #FFFFFF;
}

.btn-rpv-color-light {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    font-size: 1em;
    background-color: var(--rpv-color-light);
    color: #FFFFFF;
}

.btn-rpv-color-gray {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    font-size: 1em;
    background-color: var(--rpv-color-gray);
    color: #FFFFFF;
}

.btn-rpv-color-light-gray {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    font-size: 1em;
    background-color: var(--rpv-color-light-gray);
    color: #FFFFFF;
}

.btn-rpv-color-blue {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    font-size: 1em;
    background-color: var(--rpv-color-blue);
    color: #FFFFFF;
}

.btn-rpv-color-light-blue {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    font-size: 1em;
    background-color: var(--rpv-color-light-blue);
    color: #FFFFFF;
}

.btn-rpv-color-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    font-size: 1em;
    background-color: #919191;
    color: #FFFFFF;
}

.pre_existing_row label {
    font-weight: bold !important;
}

/* use for any tag on your page */
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

/* box for title text */
[data-title]:after {
    content: attr(data-title);
    /* position for title view box */
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    z-index: 99999;
    visibility: hidden;
    /* optional */
    white-space: nowrap;
    /* stilization */
    background-color: #f5f5f5;
    padding: 1px 5px 2px 5px;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;

    font-family: Arial;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    text-decoration: none solid rgb(102, 102, 102);
}

[data-title] {
    position: relative;
}

.title-header img {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.title-header img.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row.apply-insurance {
    display: flex !important;
    justify-content: space-around !important;
    padding-left: 15px;
    margin-bottom: 20px;
}

/* .insurance-row {
    display: flex !important;
    align-items: flex-end !important;
    margin-right: 0px;
} */

.insurance-row-family {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
}

/* Age rage */
.insurancer-age-rage-row {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
}

.insurance-row-style {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
}

.insurance-age-rage {
    /* text-align: center; */
    align-self: center;
    /* margin-top: -20px; */
    /* margin-right: -2em; */
}

.insurance-checkbox-style {
    left: 3em;
    transform: scale(1.5);
}

.insurance-age-rage.input[type=checkbox] {
    transform: scale(1.5);
}

/* Change checkbox mark color */
.insurance-age-rage input[type='checkbox'] {
    accent-color: #4472C4 !important;
    margin-top: 26px;
    margin-left: 22px;
}

.insurance-background-input {
    padding: 0px;
    background: #d3cadd;
}

.insurance-add-age-range,
.insurance-add-age-range:hover {
    width: 130px;
}

.insurance-add-age-range:hover img {
    content: url('/images/reservation_icons/add-white.svg');
}


/* Age Rage */

.insurance-applyto-select span {
    margin-top: 1px;
    height: 34px !important;
}


.insurance-global-checkbox {
    /* margin-left: 85px; */
    transform: scale(1.1);
    color: #00BBE1;
}


.insurance-global-checkbox input[type='checkbox'] {
    accent-color: #4472C4 !important;
    font-weight: bolder !important;
}

/** Ends insurance **/

.room-tabs {
    display: flex;
    align-items: flex-end;
}

#add-room-btn {
    cursor: pointer;
    margin: 0px 2px 0px 0px;
    padding: 10px 15px;
}

.remove-room-btn {
    cursor: pointer;
}


/* STYLES FOR THE CATALOGS SECTION */

#catalog-content {
    padding: 0px !important;
}

/*header*/

#catalog-header {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 10px 0px;
}

#catalog-header h1 {
    font-weight: 700;
    font-size: 1.3em;
}

#catalog-supplier-search-bar {
    padding: 6px 0px 6px 12px;
    -webkit-box-shadow: inset 0px 1px 1px rgb(217, 217, 217);
    -moz-box-shadow: inset 0px 1px 1px rgb(217, 217, 217);
    box-shadow: inset 0px 1px 1px rgb(217, 217, 217);
    background: transparent;
    margin-right: 10px;
}

#catalog-destination-search-bar {
    padding: 6px 0px 6px 12px;
    -webkit-box-shadow: inset 0px 1px 1px rgb(217, 217, 217);
    -moz-box-shadow: inset 0px 1px 1px rgb(217, 217, 217);
    box-shadow: inset 0px 1px 1px rgb(217, 217, 217);
    background: transparent;
    margin-right: 10px;
}

#catalog-add-btn {
    padding-left: 30px;
    padding-right: 30px;
}

#catalog-add-btn img {
    margin-left: 6px;
}

#catalog-add-btn:hover img {
    content: url('/images/reservation_icons/add-white.svg');
}

/*filter section*/

#catalog-filters {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 0px !important;
    margin-top: 10px;
}

#catalog-filters h2 {
    font-weight: 700;
    font-size: 1.3em;
}

#catalog-filters h3 {
    font-weight: 700;
    font-size: 1.1em;
}

.filters-checks {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

/*container for hide button and catalog table*/

#catalogs-right-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

/*
 * Button that hides filter section
 */
/* HD -resolution - Validate to display the horizontal div menu for this resolution */
@media only screen and (max-width: 2560px) {

    /*Hide the horizontal line for this resolution*/
    .turnup {
        display: none;
    }

    .turndown {
        display: none;
    }

    /* Display the paralell line for this resolution */
    #toggle-hide-filters {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto;
        margin: 0px !important;
        min-height: 600px !important;
    }

    /* horizontal line */
    #toggle-hide-filters div {
        background-color: #666;
        border-left: 2px solid #666;
        height: 100%;
        right: 1%;
        position: relative;
        z-index: 0;
    }

    #toggle-hide-filters img {
        filter: grayscale(100%) brightness(108%);
    }

    /* Image row */
    #toggle-hide-filters img {
        width: 22px;
        height: 22px;
        top: 50%;
        float: left;
        right: -45%;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    /**
     * Arrow icon transformation right
     */
    .turnright {
        transform: rotate(180deg);
    }
}

/* Validate to display the horizontal div menu for this resolution */
@media (min-width: 400px) and (max-width: 991px) {

    /* Hide the paralell line for this resoltion */
    #toggle-hide-filters {
        display: none;
    }

    /* horizontal line */
    #toggle-hide-filters div {
        display: none;
    }

    /* Image row */
    #toggle-hide-filters img {
        display: none;
    }

    /* Style for the current resoltion line*/
    #toggle-hide-filters-hor {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto;
        margin: 0px !important;
        margin-left: -20px !important;
    }

    /* horizontal line */
    #toggle-hide-filters-hor div {
        background-color: #666;
        border-left: 3px solid #666;
        height: 2px;
        width: 100%;
        position: relative;
        z-index: 0;
        margin-top: 8px;
    }

    #toggle-hide-filters-hor img {
        filter: grayscale(100%) brightness(108%);
    }

    /* Image row */
    #toggle-hide-filters-hor img {
        width: 22px;
        height: 22px;
        top: 50%;
        float: left;
        right: -50%;
        position: relative;
        z-index: 1;
        cursor: pointer;
    }

    /**
     * Arrow icon transformation uo and down
     */
    /* Up position arrow */
    .turnup {
        display: inline;
        transform: rotate(90deg) !important;
    }

    /* Down position arrow */
    .turndown {
        display: inline;
        transform: rotate(270deg) !important;
    }
}

.hidden {
    visibility: hidden;
}

/*catalog table*/

#catalog-table {
    width: 100%;
    padding: 0px 0px 0px 15px !important;
}

#catalog-table table {
    width: 100%;
}

.catalog-row:hover {
    background-color: #f4f4f4;
}

.row-action-btns img {
    cursor: pointer;
}

.row-check-inputs {
    text-align: center;
    vertical-align: middle;
}

.catalog-row img {
    cursor: pointer;
}

/*catalog buttons*/
/*main button*/
.catalog-btn {
    background-color: #4472C4;
    padding: 6px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #FFFFFF;
    transition: 0.3s;
    vertical-align: middle;
}

.catalog-btn:link {
    text-decoration: none;
}

.catalog-btn:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.catalog-btn:active {
    text-decoration: none;
    color: #FFFFFF;
}

.catalog-btn:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    border: 2px solid #4472C4;
    color: #000;
}

/*secondary button*/
.catalog-secondary-btn {
    background-color: #4472C4;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border: 2px solid #4472C4;
}

.cancel-btn-catalog:link,
.catalog-secondary-btn:link {
    text-decoration: none !important;
}

.catalog-secondary-btn:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #4472C4;
    color: #000;
}

#cancel-btn-catalog {
    background-color: #c9302c;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border: 2px solid #c9302c;
}

#cancel-btn-catalog:hover {
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #c9302c;
    color: #000;
}

.catalog-secondary-btn img {
    filter: brightness(0) invert(1);
}

.catalog-secondary-btn:hover img {
    filter: brightness(0) saturate(100%);
}

#catalog-destination-edit-btn,
#catalog-supplier-edit-btn {
    filter: invert(85%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(100%) contrast(90%);
    transition: filter 0.3s ease;
}

#catalog-destination-info-btn,
#catalog-supplier-info-btn {
    /* filter: invert(57%) sepia(92%) saturate(1424%) hue-rotate(147deg) brightness(97%) contrast(101%); */
    filter: invert(36%) sepia(71%) saturate(1034%) hue-rotate(192deg) brightness(92%) contrast(93%);
}


/*add modal*/

.modal {
    /* Applies for al modals in the system*/
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    /* Applies for al modals in the system*/
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    /* Applies for al modals in the system*/
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#lead-modal-content {
    max-width: 1024px;
    width: 80vw;
    min-height: 630px;
    /* max-height: 800px; */
    max-height: 665px;

    border-radius: 5px 5px 0px 0px;
    border-bottom: 0;
}

.lead-btn {
    background-color: #00BBE1;
    padding: 6px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #FFFFFF;
    transition: 0.3s;
    vertical-align: middle;
}

.lead-btn:link {
    text-decoration: none;
}

.lead-btn:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.lead-btn:active {
    text-decoration: none;
    color: #FFFFFF;
}

.lead-btn:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    border: 2px solid #00BBE1;
    color: #00BBE1;
}

/*secondary button*/
.lead-btn-secondary {
    background-color: #FFFFFF;
    padding: 6px;
    border-radius: 5px;
    color: #00BBE1;
    text-align: center;
    border: 2px solid #00BBE1;
    transition: 0.3s;
    vertical-align: middle;
}

.lead-btn-secondary:link {
    text-decoration: none;
}

.lead-btn-secondary:visited {
    text-decoration: none;
    color: #00BBE1;
}

.lead-btn-secondary:active {
    text-decoration: none;
    color: #00BBE1;
}

.lead-btn-secondary:hover {
    text-decoration: none;
    background-color: #00BBE1;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.modal-header button {
    opacity: 100;
}

.modal-header span img {
    width: 33px;
    height: 36px;
    fill: #d9534f;
}

.modal-header h2 {
    font-weight: 700;
    font-size: 1.3em;
    vertical-align: center;
}

#modal-content h3 {
    font-weight: 700;
    font-size: 1.1em;
}

.modal-text-inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.modal-text-inputs div {
    width: 200px;
    flex-grow: 1;
}

.modal-text-inputs div input {
    min-width: 100% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

#add-modal-btns {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 35px;
    /* margin-top: 15px; */
    /* bottom: -8px; */
    bottom: -30px;
}

#add-modal-btns a {
    width: 190px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#notes-buttons {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

#notes-buttons a {
    width: 75px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#addFile-modal-btns {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

#addFile-modal-btns a {
    width: 131px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*catalog footer section*/

.divider {
    height: 1px;
    margin-top: 25px;
}


.catalog-checkbox {
    position: relative !important;
}

.catalog-checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    left: 0;
    margin-left: -20px;
}

.catalog-checkbox label {
    position: relative;
}

/*Square checkbox style*/
.catalog-checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 7px;
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 1px solid #8b8b8b;

}

/*Check style*/
.catalog-checkbox label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 3px solid #34a325;
    border-left: 3px solid #34a325;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 12px;
    left: 10px;
}

.catalog-checkbox input[type="checkbox"]:checked~label::before {
    color: #34a325;
}

.catalog-checkbox input[type="checkbox"]:checked~label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
    color: #34a325;
}

.catalog-checkbox label {
    min-height: 34px;
    /* display: block; */
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}

.catalog-checkbox label span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.catalog-checkbox input[type="checkbox"]:focus+label::before {
    outline: 0;
}

/*
 * RPVE - 2721 [FIT/Reservation] Add Hide/Show Details column funtionality
 * https://sparktechs.atlassian.net/browse/RPVE-2721
 */

.hide-div-details {
    display: none;
}

.resize-div-reservation {
    width: 100%;
}

/* Display the paralell line for this resolution */
#toggle-hide-reservation-details {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin: 0px !important;
    min-height: 600px !important;
}

/* horizontal line */
#toggle-hide-reservation-details div {
    background-color: #00BBE1;
    border-left: 3px solid #00BBE1;
    height: 100%;
    right: 1%;
    position: relative;
    z-index: 0;
}

/* Image row */
#toggle-hide-reservation-details img {
    width: 22px;
    height: 22px;
    top: 50%;
    float: left;
    right: -45%;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

/**
* Arrow icon transformation right
*/
.turnright-row {
    transform: rotate(180deg);
}

/*Buttons reservation details */
.button-reservation-compact {
    margin-top: auto;
    width: auto;
}

/*label detais title when menu is compacted*/

.label-details-reservation-compacted {
    font-size: 195%;
    color: #666;
    font-weight: bold;
    transform: rotate(270deg) !important;
    transform: scale(1.5);
    margin-top: 31px;
    -webkit-transition: 1s linear;
    transition: 1s linear;

}

/*Action menu compacted*/
.dropup-content-compacted {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 41px;
    bottom: 75px;
    z-index: 1;
    /* margin-right: 57px; */
    right: 5px;
    border-radius: 5px;
}

.dropup-content-compacted a {
    color: black;
    height: 42px;
    width: 160px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 2;
    padding: 0.5em;
}

.dropup-content-compacted a:hover {
    background-color: #B3A5C4;
    border-radius: 5px;

}

.dropup:hover .dropup-content-compacted {
    display: block;
}

.dropup:hover .dropbtn {
    background-color: #00BBE1;
    color: #ffffff;
    border-radius: 5px;
}

/*Actions button*/
.actionCompactedButtonDetails:hover {
    background-color: #00BBE1;
    background-image: url('../images/reservation-action-details.svg');
    /*white icon*/
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: 25px 30px;
    background-position-x: 7px;
    background-position-y: 6px;
    margin: 15px;

}

.actionCompactedButtonDetails {
    background-color: #ffffff;
    background-image: url('../images/reservation-action-details-purple.svg');
    /*purple icon*/
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: 25px 30px;
    background-position-x: 7px;
    background-position-y: 6px;
    margin: 15px;
}

.actionCompactedButtonDetails.active {
    background: black;
    color: white;
}

/*Ends Actions button*/

/*Return Button*/
.returnCompactedButtonDetails:hover {
    background-color: #00BBE1;
    background-image: url('../images/reservation-return-details-white.svg');
    /*white icon*/
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: 25px 25px;
    background-position-x: 10px;
    background-position-y: 10px;
}

.returnCompactedButtonDetails {
    /* background: #ffffff;  */
    background-color: #ffffff;
    background-image: url('../images/reservation-return-details.svg');
    /*purple icon*/
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: 25px 25px;
    background-position-x: 10px;
    background-position-y: 10px;
}

/* End return button styles*/


/*---Ends compact reservation details menu*/

/*Title reservation*/
.labelReservationStyle {
    overflow-wrap: break-word;
    text-align: justify;
    font-size: 125%;
    font-weight: bold;
    color: #666;

}

/*file buttons*/
/*main button*/
.file-btn {
    background-color: #4472C4;
    padding: 6px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    /* border: 2px solid #4472C4; */
    transition: 0.3s;
    vertical-align: middle;
}

.file-btn:link {
    text-decoration: none;
}

.file-btn:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.file-btn:active {
    text-decoration: none;
    color: #FFFFFF;
}

.file-btn:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #ffff;
    background-color: #678dce !important;
}

/*secondary button*/
.file-secondary-btn {
    background-color: #c9302c;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
    vertical-align: middle;
}

.file-secondary-btn:link {
    text-decoration: none;
}


.file-secondary-btn:hover {
    text-decoration: none;
    background-color: #761c19;
    color: #FFFFFF;
}

/* Loading */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #00BBE1;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

#pre-load-web {
    width: 100%;
    position: absolute;
    background: #ffffff7f;
    left: 0px;
    top: 0px;
    z-index: 100000
}

/*aqui centramos la imagen si coloco margin left -30 es por que la imagen mide 60 */
#pre-load-web #imagen-load {
    left: 50%;
    margin-left: -30px;
    position: absolute
}

/*TABS*/
.tab-reservation-style {
    background: rgb(245, 245, 245);
    margin-left: -30px;
    padding: 10px 15px;
    right: 0px;
    left: 15px;
    border: 1px solid #dfdfdf;
}

.tab-reservation-style:hover {
    background-color: rgb(237, 237, 237);
    transition: background-color .5s;
    cursor: pointer;
}

.tab-menu-style.active {
    color: white;
    font-weight: bold;
    background-color: #00BBE1 !important;
    cursor: pointer;
}

.tab-menu-pointer {
    cursor: pointer;
}

.tab-menu-pointer:hover {
    background-color: #e0d8eb;
    transition: background-color .5s;
    /* color: white; */
}

.passenger-icon.active {
    background-image: url('../images/reservation_icons/passenger_white.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.passenger-icon {
    background-image: url('../images/reservation_icons/passengers.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.to-icon.active {
    background-image: url('../images/reservation_icons/operator_white.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.to-icon {
    background-image: url('../images/reservation_icons/operator.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.air-icon.active {
    background-image: url('../images/reservation_icons/air_white.svg');
    /* background-image: url('../images/reservation_icons/air.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.air-icon {
    background-image: url('../images/reservation_icons/air.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.hotel-icon.active {
    background-image: url('../images/reservation_icons/hotel_white.svg');
    /* background-image: url('../images/reservation_icons/hotel.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.hotel-icon {
    background-image: url('../images/reservation_icons/hotel.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.transportation-icon.active {
    background-image: url('../images/reservation_icons/transportation_white.svg');
    /* background-image: url('../images/reservation_icons/transportation.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.transportation-icon {
    background-image: url('../images/reservation_icons/transportation.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.tour-icon.active {
    background-image: url('../images/reservation_icons/cruise_white.svg');
    /* background-image: url('../images/reservation_icons/cruise.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.cruise-icon.active {
    background-image: url('../images/reservation_icons/cruise_white.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.cruise-icon {
    background-image: url('../images/reservation_icons/cruise.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.tour-icon.active {
    background-image: url('../images/reservation_icons/tour_white.svg');
    /* background-image: url('../images/reservation_icons/tour.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.tour-icon {
    background-image: url('../images/reservation_icons/tour.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.rail-icon.active {
    background-image: url('../images/reservation_icons/rail_white.svg');
    /* background-image: url('../images/reservation_icons/rail.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.rail-icon {
    background-image: url('../images/reservation_icons/rail.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.insurance-icon.active {
    background-image: url('../images/reservation_icons/insurance_white.svg');
    /* background-image: url('../images/reservation_icons/insurance.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.insurance-icon {
    background-image: url('../images/reservation_icons/insurance.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.payment-icon.active {
    background-image: url('../images/reservation_icons/payment_white.svg');
    /* background-image: url('../images/reservation_icons/payment.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.payment-icon {
    background-image: url('../images/reservation_icons/payment.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.other-icon.active {
    background-image: url('../images/reservation_icons/other_white.svg');
    /* background-image: url('../images/reservation_icons/other.svg'); */
    background-repeat: no-repeat;
    width: 20px !important;
    height: auto;
}

.other-icon {
    background-image: url('../images/reservation_icons/other.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
}

.row-down {
    background-image: url('../images/reservation_icons/row_down_gray.svg');
    background-repeat: no-repeat;
    width: 17px !important;
    height: auto;
    cursor: pointer;
}

.row-up.active {
    background-image: url('../images/reservation_icons/row_up_white.svg');
    background-repeat: no-repeat;
    width: 17px !important;
    height: 15px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.row-down-white {
    background-image: url('../images/reservation_icons/row_up_white.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 15px;
    transform: rotate(180deg);
    transition: all 0.2s linear;
    cursor: pointer;
}

.add-more-style {
    background: rgb(245, 245, 245);
    margin-left: -30px;
    padding: 10px 15px;
    right: 0px;
    left: 15px;
    border: 1px solid #dfdfdf;
}

.add-more-style:hover {
    background-color: rgb(237, 237, 237);
    transition: background-color .5s;
    cursor: pointer;
}

.add-button-style {
    background-image: url('../images/reservation_icons/add.svg');
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px;
    margin-left: auto;
    cursor: pointer;
}

.delete-button-style {
    background-image: url('../images/reservation_icons/trash.svg');
    background-repeat: no-repeat;
    width: 30px !important;
    height: 20px;
    margin-left: auto;
    transform: scale(0.7, 1);
    margin-top: -3px;
    cursor: pointer;
}

@media (max-width: 999px) {
    .transportation-text::before {
        content: "Trans...";
    }

    .touroperator-text::before {
        content: "TO...";
    }
}

@media (min-width:1000px) and (max-width:6000px) {
    .transportation-text::before {
        content: "Transportation";
    }

    .touroperator-text::before {
        content: "Tour Operator";
    }

    .cancel-reservation-text::before {
        content: "Cancel Reservation";
    }

    .balance-sheet-text::before {
        content: "Balance Sheet";
    }

    .return-to-order-text::before {
        content: "Return to order";
    }

    /* Stars reservation action buttons */
    /* Cancel reservation*/
    .red-reservation-button {
        width: 160px;
        height: 24px;
        border: 1px solid #d9534f;
        border-radius: 5px;
        background-color: #ffffff;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #d9534f;
        text-decoration: none solid rgb(217, 83, 79);
        text-align: center;
        box-shadow: 0px 1px 2px rgba(217, 83, 79, 0.4);
    }

    .red-reservation-button:hover {
        width: 160px;
        height: 24px;
        border: 1px solid #d9534f;
        border-radius: 5px;
        background-color: #d9534f;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none solid rgb(255, 255, 255);
        text-align: center;
        box-shadow: 0px 3px 6px 3px rgba(217, 83, 79, 0.4);
    }

    /* Balance sheet */
    .green-reservation-button {
        width: 160px;
        height: 24px;
        border: 1px solid #188c26;
        border-radius: 5px;
        background-color: #ffffff;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #188c26;
        text-decoration: none solid rgb(24, 140, 38);
        text-align: center;
        box-shadow: 0px 1px 2px rgba(24, 140, 38, 1);
        /* left: 15px;
        margin-right: 11px; */
    }

    .green-reservation-button:hover {
        width: 160px;
        height: 24px;
        border: 1px solid #188c26;
        border-radius: 5px;
        background-color: #188c26;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none solid rgb(255, 255, 255);
        text-align: center;
        box-shadow: 0px 1px 2px #188c26;
        /* left: 15px;
        margin-right: 11px; */
    }

    /*Return to reservation*/
    .purple-reservation-button {
        width: 160px;
        height: 24px;
        border: 1px solid #00BBE1;
        border-radius: 5px;
        background-color: #ffffff;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #00BBE1;
        text-decoration: none solid rgb(124, 101, 152);
        text-align: center;
        box-shadow: 0px 1px 2px rgba(124, 101, 152, 0.4);
    }

    .purple-reservation-button:hover {
        width: 160px;
        height: 24px;
        border: 1px solid #00BBE1;
        border-radius: 5px;
        background-color: #00BBE1;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none solid #ffffff;
        text-align: center;
        box-shadow: 0px 1px 2px rgba(124, 101, 152, 0.4);
    }

    .action-buttons-style {
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: -7px;
    }

    /* Ends reservation action buttons */

    .div-floating-container {
        position: sticky;
        z-index: 100;
        background: white;
        display: flex;
        top: 0;
        box-shadow: -6px 2px 8px grey;
        width: -webkit-fill-available;
    }
}

/* @media (min-width: 650px) and (max-width: 999px) { */
@media (min-width: 200px) and (max-width: 999px) {

    .red-reservation-button {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        border: 1px solid #d9534f;
        border-radius: 5px;
        background-color: #ffffff;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #d9534f;
        text-decoration: none solid rgb(217, 83, 79);
        text-align: center;
        box-shadow: 0px 1px 2px rgba(217, 83, 79, 0.4);
        background-image: url('../images/reservation_icons/action_buttons/cancel-reservation-red-42.svg');
        background-repeat: no-repeat;
        background-size: 25px;
        background-position-x: center;
        background-position-y: center;
    }

    .red-reservation-button:hover {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        border: 1px solid #d9534f;
        border-radius: 5px;
        background-color: #d9534f;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none solid rgb(255, 255, 255);
        text-align: center;
        box-shadow: 0px 3px 6px 3px rgba(217, 83, 79, 0.4);
        background-image: url('../images/reservation_icons/action_buttons/cancel-reservation-white-42.svg');
        background-repeat: no-repeat;
        background-size: 25px;
        background-position-x: center;
        background-position-y: center;
    }

    /* Balance sheet */
    .green-reservation-button {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        border: 1px solid #188c26;
        border-radius: 5px;
        background-color: #ffffff;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #188c26;
        text-decoration: none solid rgb(24, 140, 38);
        text-align: center;
        box-shadow: 0px 1px 2px rgba(24, 140, 38, 1);
        background-image: url('../images/reservation_icons/action_buttons/sheet-green-42.svg');
        background-repeat: no-repeat;
        background-size: 28px;
        background-position-x: center;
        background-position-y: center;
    }

    .green-reservation-button:hover {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        border: 1px solid #188c26;
        border-radius: 5px;
        background-color: #188c26;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none solid rgb(255, 255, 255);
        text-align: center;
        box-shadow: 0px 1px 2px #188c26;
        background-image: url('../images/reservation_icons/action_buttons/sheet-white-42.svg');
        background-repeat: no-repeat;
        background-size: 28px;
        background-position-x: center;
        background-position-y: center;
    }

    /*Return to reservation*/
    .purple-reservation-button {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        border: 1px solid #00BBE1;
        border-radius: 5px;
        background-color: #ffffff;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #00BBE1;
        text-decoration: none solid rgb(124, 101, 152);
        text-align: center;
        box-shadow: 0px 1px 2px rgba(124, 101, 152, 0.4);
        background-image: url('../images/reservation_icons/action_buttons/return-purple-42.svg');
        background-repeat: no-repeat;
        margin-top: -3px;
        background-size: 28px;
        background-position-x: center;
        background-position-y: center;
    }

    .purple-reservation-button:hover {
        max-width: 42px;
        min-width: 42px;
        height: 42px;
        border: 1px solid #00BBE1;
        border-radius: 5px;
        background-color: #00BBE1;
        background-size: cover;
        font-family: Arial;
        font-size: 16px;
        color: #ffffff;
        text-decoration: none solid #ffffff;
        text-align: center;
        box-shadow: 0px 1px 2px rgba(124, 101, 152, 0.4);
        background-image: url('../images/reservation_icons/action_buttons/return-white-42.svg');
        background-repeat: no-repeat;
        margin-top: -3px;
        background-size: 28px;
        background-position-x: center;
        background-position-y: center;
    }
}

@media (min-width: 650px) and (max-width: 999px) {
    .div-floating-container {
        position: sticky;
        z-index: 100;
        background: white;
        display: flex;
        top: 0;
        box-shadow: -6px 2px 8px grey;
        width: -webkit-fill-available;
        margin-top: 0px;
    }

    .action-buttons-style {
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 0px;
    }

}


@media (min-width: 200px) and (max-width: 649px) {

    .div-floating-container {
        position: sticky;
        z-index: 100;
        background: white;
        top: 0;
        flex-direction: column-reverse;
        display: flex;
    }

    .action-buttons-style {
        padding-right: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 0px;
    }
}

@media (max-width: 1010px) {
    .reservation-action-button-style {
        display: grid;
        margin-top: 0px;
        margin-right: -45px;
    }
}

.set-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    padding-right: 0px;
}

/*Cost and payments styles*/
.cost-and-paymemt-passenger-name {
    color: #7f2b9e;
    border-bottom: none;
    height: 23px;
    font-family: Arial;
    font-size: 20px;
    color: #7f2b9e;
    text-decoration: none solid rgb(127, 43, 158);
}

.cost-and-paymemt-section-name {
    font-weight: bold;
    width: 159px;
    height: 20px;
    font-family: Arial;
    font-size: 18px;
    color: #666666;
    text-decoration: none solid rgb(102, 102, 102);
}

.cost-and-paymemt-horizontal-table {
    overflow-x: scroll;
    height: auto;
    width: -webkit-fill-available;
    scrollbar-width: inherit;
    display: flex;
    display: -webkit-inline-box !important;
    margin-left: 0px;
    border-top: 1px solid #666666;
    margin-top: -10px;
}

.cost-and-paymemt-tbody {
    border-top: none;
    margin-right: 10px;
}

.cost-and-paymemt-font-style {
    font-size: 18px;
    font-weight: bold;
}

.cost-and-payment-price {
    font-size: 16px;
    text-align: end;
}

.cost-and-payment-subtotal-label-price {
    font-weight: bold;
    border-top: 2px solid #666666;
    font-size: 16px;
    border-top: 1px solid #686868;
}

.cost-and-paymemt-sub {
    font-weight: bold;
    font-size: 16px;
    background: #e8e1f0;
    margin-left: 0px;
    height: 40px;
    display: grid;
    align-items: center;
    padding-left: 6px;
}

.cost-and-paymemt-row-down {
    background-image: url('../images/cost_and_payment/row-down-purple-29.svg');
    background-repeat: no-repeat;
    width: 29px !important;
    height: 28px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.cost-and-paymemt-row-up {
    background-image: url('../images/cost_and_payment/row-down-purple-29.svg');
    background-repeat: no-repeat;
    width: 29px !important;
    height: 28px;
    transform: rotate(180deg);
    transition: all 0.2s linear;
    cursor: pointer;
}

.payment-actions {
    display: block;
    position: absolute;
    right: 30px;
    z-index: 1;
}

/**
* Website style
*/

.cost-and-paymemt-sub-blue {
    font-weight: bold;
    font-size: 16px;
    background: #d7eefa;
    margin-left: 0px;
    height: 40px;
    display: grid;
    align-items: center;
    padding-left: 6px;
}

.cost-and-payment-table-style {
    /* width: 473px !important; */
    font-size: initial;
    color: #666;
    margin-top: -4px;
    margin-right: 25px;
    margin-left: -15px;
    margin-bottom: 0px;
    width: 50% !important;
    height: 1px !important;
}

.cost-and-paymemt-horizontal-table-website {
    overflow-x: scroll;
    height: auto;
    width: -webkit-fill-available;
    scrollbar-width: inherit;
    display: flex;
    display: -webkit-inline-box !important;
    margin-left: 0px;
    border-top: 1px solid #666666;
    /* margin-top: -10px; */
}

.cost-and-payment-table-style-vertical {
    /* width: 473px !important; */
    font-size: initial;
    color: #666;
    margin-top: -4px;
    /* margin-right: 175px; */
    margin-left: -30px;
    margin-bottom: 0px;
    /* width: 50% !important; */
    height: 1px !important;
}

.title-form-website-payments {
    font-size: 25px;
    color: #095379;
    text-decoration: none solid rgb(9, 83, 121);
    margin-top: 7px;
}

.paymentsTableContent {
    width: 41px;
    height: 23px;
    font-family: Arial;
    font-size: 18px;
    color: #8c8c8c;
    text-decoration: none solid rgb(140, 140, 140);
}

.scroll-down-button {
    width: 175px;
    height: 32px;
    border: 1px solid #38b5bb;
    border-radius: 5px;
    background-color: #089299;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0px 3px 6px 3px rgba(56, 181, 187, 0.2);
}

/*Used to make floating the save button at bottom page in reservations*/
.floating-section-bottom-payment {
    position: sticky;
    bottom: 30px;
    width: 112px;
    float: right;
    margin-right: 78px;
    font-weight: bold;
}

/* Month options - Fitwebsite-Payment */
.month-options {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1;
}

.select-input-border-color-payment {
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border-color: #095379 !important;
}

/*Add Files Order Summary*/
.addFileButton {
    width: 107px;
    height: 28px;
    border-color: #8c8c8c;
    border-radius: 5px;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #333;
    text-decoration: none solid rgb(124, 101, 152);
    text-align: center;
}

/** Cost and payments for all passengers*/

.table-header th {
    background-color: #666666;
    color: #fff;
    /* height: 60px; */
    border-bottom: 5px solid #fff;
    /* set the border color for header cells */
    /* overflow-wrap: anywhere; */
}

.currency-message-style {
    font-weight: bold;
    color: #d9534f;
    margin-bottom: -15px;
    font-size: 12px;
}

.total-per-secction {
    text-align: left;
    background-color: #d9d9d9;
    font-weight: bold;
    border-left: 2px solid #8e8e8e;
    border-top: 2px solid #8e8e8e !important;
    border-bottom: 2px solid #8e8e8e;
    color: #666666;
}

.total-row-section {
    text-align: left;
    background-color: #d9d9d9;
    font-weight: bold;
    border-top: 2px solid #8e8e8e !important;
    border-bottom: 2px solid #8e8e8e;
    color: #666666;
}

.grand-total-section {
    text-align: right;
    background-color: #666666;
    font-weight: bold;
    color: #ffffff;
    border-right: 2px solid #8e8e8e;
    border-top: 2px solid #8e8e8e;
    border-bottom: 2px solid #8e8e8e;
}

.total-for-all-sections {
    background-color: #d9d9d9;
    font-weight: bold;
    text-align: right;
    color: #666666;
    border: 2px solid #8e8e8e;
}

/*Ends Cost and payments for all passengers*/

/* Starts the token styles */
/* Big resolutions */
@media (min-width: 1112px) and (max-width: 6000px) {
    .token-input {
        margin-bottom: 10px;
        padding: 3px 5px;
        color: #666;
        border: 1px solid #CCC;
        border-radius: 6px;
        height: 3em;
        width: 3em;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* Set the box shadow values */
        padding: 10px;
        border: none;
        border-radius: 5px;

        text-align: center;
        /* Center align the text */
        font-size: 25px;
        /* Set the font size to 20 pixels */
        padding: 10px;
        border: none;
        border-radius: 5px;
        border-color: #A197AF !important;
    }

    .token-label {
        font-size: 30px;
        color: #7B7171;
        padding: 30px;
        margin: 5px;
    }

    .token-timer-label {
        font-size: 30px;
        color: #7B7171;
        margin: 5px;
    }

    .token-popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        border-radius: 40px;
        text-align: center;
        /* height: 27em; */
        height: 34em;
        width: 40em;
    }

    .back-button {
        font-size: 22px;
        font-weight: bold;
        text-decoration-line: underline;
    }

    .resend-button {
        font-size: 22px;
        font-weight: bold;
        text-decoration-line: underline;
    }

    .modal-width {
        width: 70%;
    }
}

/*Smaller resolution*/
@media (min-width: 715px) and (max-width: 1112px) {
    .token-input {
        margin-bottom: 10px;
        padding: 3px 5px;
        color: #666;
        border: 1px solid #CCC;
        border-radius: 6px;
        height: 3em;
        width: 3em;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* Set the box shadow values */
        padding: 10px;
        border: none;
        border-radius: 5px;

        text-align: center;
        /* Center align the text */
        font-size: 20px;
        /* Set the font size to 20 pixels */
        padding: 10px;
        border: none;
        border-radius: 5px;
        border-color: #A197AF !important;
    }

    .token-label {
        font-size: 25px;
        color: #7B7171;
        padding: 5px;
        margin: 5px;
    }

    .token-timer-label {
        font-size: 25px;
        color: #7B7171;
        margin: 5px;
    }

    .token-popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        border-radius: 40px;
        text-align: center;
        height: 24em;
        width: 30em;
    }

    .back-button {
        font-size: 18px;
        font-weight: bold;
        text-decoration-line: underline;
    }

    .resend-button {
        font-size: 18px;
        font-weight: bold;
        text-decoration-line: underline;
    }

    .modal-width {
        width: 70%;
    }

}

@media (min-width: 200px) and (max-width: 714px) {
    .token-input {
        margin-bottom: 10px;
        padding: 3px 5px;
        color: #666;
        border: 1px solid #CCC;
        border-radius: 6px;
        height: 2em;
        width: 2em;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        /* Set the box shadow values */
        padding: 10px;
        border: none;
        border-radius: 5px;

        text-align: center;
        /* Center align the text */
        font-size: 20px;
        /* Set the font size to 20 pixels */
        padding: 10px;
        border: none;
        border-radius: 5px;
        border-color: #A197AF !important;
    }

    .token-label {
        font-size: 20px;
        color: #7B7171;
        padding: 15px;
        margin: 5px;
    }

    .token-timer-label {
        font-size: 20px;
        color: #7B7171;
        margin: 5px;
    }

    .token-popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        border-radius: 40px;
        text-align: center;
    }

    .modal-width {
        width: 90% !important;
    }
}

.token-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    backdrop-filter: blur(12px);
}

/* .token-popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
  }
  
  @media (max-width: 600px) {
    .token-popup-content {
      transform: translate(-50%, 0%);
    }
  } */


.token-popup-content h2 {
    margin-top: 0;
}

.token-error {
    color: red;
    margin-top: 10px;
    display: none;
}

/* Vibration effect */
@keyframes vibration {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(-2px, -2px);
    }

    20% {
        transform: translate(2px, 2px);
    }

    30% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(2px, -2px);
    }

    50% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    70% {
        transform: translate(-2px, 2px);
    }

    80% {
        transform: translate(2px, -2px);
    }

    90% {
        transform: translate(-2px, -2px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.vibration {
    animation: vibration 0.3s infinite;
}

/*Ends token style*/


/* CRM styles */

.lead-email {
    width: 139px;
    height: 13px;
    font-family: Roboto;
    font-size: 11px;
    color: #767676;
    text-decoration: none solid rgb(118, 118, 118);
}

.lead-number {
    width: 120px;
    height: 13px;
    font-family: Roboto;
    font-size: 11px;
    color: #767676;
    text-decoration: none solid rgb(118, 118, 118);
}

.lead-updated {
    width: auto;
    height: 15px;
    font-family: Roboto;
    font-size: 12px;
    color: #767676;
    text-decoration: none solid rgb(118, 118, 118);
    float: right !important;
    text-align: end;
}

.lead-notes {
    /* width: 55px; */
    width: 100%;
    height: 10px;
    font-family: Roboto;
    font-size: 8px;
    color: #767676;
    text-decoration: none solid rgb(118, 118, 118);
    margin: 0px 0 0 92px;
    display: flex;
    justify-content: end;
}

.header-new-line {
    border-top: 2px solid #666666;
    margin-right: auto;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.header-line {
    border-top: 2px solid #00BBE1;
    margin-right: auto;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.header-closed-line {
    border-top: 2px solid #188c26;
    width: 92%;
    margin-right: auto;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.header-dead-line {
    border-top: 2px solid #d9534f;
    width: 92%;
    margin-right: auto;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.crm-arrow {
    content: url('/images/right-arrow.svg');
    height: 16px;
    width: 12px;
    margin-top: 20px !important;
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.form-control {
    height: 30px !important;
}

.columns.highlight {
    background-color: #7c659860;
    border: 3px solid #8721ad;
    fill: #666666;
    stroke-width: 2;
}

.columns.gray-highlight {
    background-color: #66666652;
    border: 3px solid #00BBE1;
    fill: #666666;
    stroke-width: 2;
}

.columns.over {
    stroke-width: 2;
    background-color: #c238b233;
    border: 3px solid #c238b2;
}

.board {
    display: flex;
    /* make columns start from the left */
    /* justify-content: flex-start; */
    overflow-x: scroll;
    justify-content: space-between;
    height: 100%;
}

.columns {
    min-height: 600px;
    min-width: 285px;
    fill: #f0f0f0;
    flex-shrink: 0;
    /* prevent shrinking of the column on smaller screens */
}

.card {
    width: 284px;
    height: 110px;
    border-radius: 5px;
    fill: #f0f0f0;
    background-color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    cursor: grab;
}

.card-content-right,
.card-content-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-wrap: break-word;
    flex: 1;
}

.card-content-right {
    padding: 0 0 0 0;
}

.card-content-left {
    padding: 0 0 0 15px;
}

.context-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 150px;
    z-index: 1000;
}

.context-menu-option {
    padding: 10px;
    cursor: pointer;
}

.context-menu-option:hover {
    background-color: #f0f0f0;
}

.column-title {
    width: 150px;
    height: 20px;
    font-family: Roboto;
    text-align: center;
    display: inline-block;
    color: #666666;
    text-decoration: none solid rgb(102, 102, 102);
}

.lead-name {
    width: 94px;
    height: 17px;
    font-weight: bold;
    font-family: Roboto;
    font-size: 14px;
    color: #767676;
    text-decoration: none solid rgb(118, 118, 118);
}

.lead-agent {
    width: 72;
    height: 15px;
    font-family: Roboto;
    font-size: 12px;
    color: #767676;
    text-decoration: none solid rgb(118, 118, 118);
    display: flex;
    align-items: center;
}


.card-highlight-purple {
    width: 100%;
    background-color: #7c659845;
    filter: blur(0.7px);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 13%);
}

.card-highlight-pink {
    width: 100%;
    background-color: rgba(216, 155, 209, 0.3);
    filter: blur(0.7px);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 13%);
}

.card-gray-highlight {
    width: 100%;
    background-color: #ada6a655;
    filter: blur(0.7px);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 13%);
}

.input-padding {
    padding-left: 10px !important;
}

.div-floating-crm {
    position: sticky;
    z-index: 100;
    background: white;
    top: 0;
    width: -webkit-fill-available;
}

.div-buttons-floating-crm {
    position: sticky;
    z-index: 100;
    background: white;
    top: 0;
    /* width: -webkit-fill-available; */
    max-width: 1024px;
    width: 80vw;
    border-radius: 0% 0% 5px 5px;
    /* box-shadow: 0 6px 10px rgba(0,0,0,.5); */
    /* height: 10vh; */
    height: 16vh;
}

.scrollable-crm {
    position: relative;
    /* max-height: 67vh; */
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    background: #ffffff;
}

/* .lead-archive-btn {
    width: 400px;
    height: 36px;
    border-radius: 5px;
    background-color: #d9534f;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
} */

.lead-archive-btn {
    background-color: #d9534f;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #FFFFFF;
    transition: 0.3s;
    vertical-align: middle;
}

.lead-archive-btn:link {
    text-decoration: none;
}

.lead-archive-btn:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.lead-archive-btn:active {
    text-decoration: none;
    color: #FFFFFF;
}

.lead-archive-btn:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    border: 2px solid #d9534f;
    color: #d9534f;
}

#archive-button-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    /* margin-top: 15px;1 */
    margin-top: 50px;
}

#archive-button-container a {
    width: 416px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lead-create-reservation-btn {
    background-color: #00BBE1;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    text-align: center;
    border: 2px solid #FFFFFF;
    transition: 0.3s;
    vertical-align: middle;
}

.lead-create-reservation-btn:link {
    text-decoration: none;
}

.lead-create-reservation-btn:visited {
    text-decoration: none;
    color: #FFFFFF;
}

.lead-create-reservation-btn:active {
    text-decoration: none;
    color: #FFFFFF;
}

.lead-create-reservation-btn:hover {
    text-decoration: none;
    background-color: #FFFFFF;
    border: 2px solid #00BBE1;
    color: #00BBE1;
}

#create-button-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    /* margin-top: 15px;1 */
    margin-top: 50px;
}

#create-button-container a {
    width: 416px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hide-container {
    display: none !important;
}

.swapElement {
    transform: rotateX(180deg);
}

/* End CRM styles */

.mandatory {
    border-color: #ec7a7d !important;
}

.success {
    border-color: #6aa96b !important;
}

.custom-checkbox-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-left: 60px !important;
}

.custom-checkbox-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 7px;
}

.custom-checkbox:checked+.checkmark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.custom-checkbox-label:hover .checkmark {
    background-color: #f2f2f2;
}

.swal2-popup-custom {
    min-height: 0px;
}

.swal2-deny-custom,
.swal2-confirm-custom {
    height: 40px;
    width: 100px;
    font-size: medium !important;
}


/* Cost and payments registry */
.total-registry {
    text-align: center;
    background-color: #f2f2f2;
    font-weight: bold;
    color: #666666;
}

.tab-totals-registry {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.tab-totals-registry-right {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 175px;
    text-align: right;
}

.disabled-supplier {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

/*Desktop*/
@media only screen and (min-width: 64em) {
    .set-flex {
        display: flex !important;
    }

    #catalog-modal-content {
        max-width: 1024px;
        width: 80vw;
        min-height: 50rem;
        max-height: 800px;
    }

    #file-modal-content {
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
        max-width: 500px;
        width: 500px;
        min-height: 460px;
        max-height: 2000px;
    }

    .widder-size {
        width: 100% !important;
    }

}

/* tablets*/
@media only screen and (max-width: 64em) {
    .set-flex {
        display: flex !important;

    }

    .nav-file-summary span {
        display: block;
    }

    #file-modal-content {
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
        max-width: 500px;
        width: 500px;
        min-height: 460px;
        max-height: 2000px;
    }

}

/* Tablets */
@media only screen and (max-width: 64em) and (min-width: 48em) {

    #catalog-modal-content {
        max-width: 1024px;
        width: 80vw;
        min-height: 52rem;
        max-height: 800px;
    }

}

/* Small devices */
@media only screen and (max-width: 768px) {
    #catalog-modal-content {
        max-width: 1024px;
        width: 80vw;
        min-height: 62rem;
        max-height: 800px;
    }

    .reservation-tab {
        width: 20% !important
    }


    .nav-file-summary::hover {
        color: #4472C4;
    }

    #tourFilesTabs {
        width: 100vh;
    }

    .container-files-wrapper {
        overflow-x: auto;
        margin-left: 8px;
        margin-right: 8px;
    }

    .widder-size {
        width: 100vh;
    }

    #file-modal-content {
        border-radius: 5px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
        max-width: 500px;
        width: auto;
        min-height: auto;
        max-height: auto;
    }

}

@media screen and (max-width: 768px) {
    .set-flex {
        display: flex !important;
        flex-wrap: wrap;
        text-align: center;
        place-content: center;
    }

    #catalog-modal-content {
        max-width: 1024px;
        width: 80vw;
        min-height: 70rem;
        max-height: 800px;
    }

}


@media screen and (min-width: 590px) and (max-width: 768px) {
    #catalog-modal-content {
        max-width: 1024px;
        width: 80vw;
        min-height: 55rem;
        max-height: 800px;
    }
}

/* Ends Cost and payments Registry */