/* Full screen modal  */

.modal {
    padding: 0 !important;
}

.modal .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    border-radius: 0 !important;
}

.modal .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0 !important;
}

.modal .modal-body {
    overflow-y: auto;
}




/* Scrollbar css */

::-webkit-scrollbar,
::-webkit-scrollbar {
    width: 3px !important;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    background-color: #e4e4e4 !important;
    border-radius: 100px !important;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
    background-color: #e4e4e4 !important;
    border-radius: 100px !important;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
    background-color: #bbb !important;
    border-radius: 100px !important;
}


.content::-webkit-scrollbar,
.content::-webkit-scrollbar {
    width: 3px;
}

.content::-webkit-scrollbar-track,
.content::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.content::-webkit-scrollbar-thumb,
.content::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 100px;
}


/* Scrollbar css */

.flights::-webkit-scrollbar,
.modal-body::-webkit-scrollbar {
    width: 10px;
}

.flights::-webkit-scrollbar-track,
.modal-body::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.flights::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 100px;
}




.activeFlightCard {
    border: 1px solid black;
  }

.activeAccommodationCard {
  border: 1px solid black;
}

.activeActivityCard {
    border: 1px solid black !important;
  }
div.rate_display.options_rate_div {
    display: flex;
}

div.rate_display.child_age_groups_rates_div {
    display: flex;
}

div.rate_display.extra_beds_rates_div {
    display: flex;
}

div.basis_sticky table td:nth-of-type(1) {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    background-color: lightgoldenrodyellow;
}

div.basis_sticky table th:nth-of-type(1) {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    background-color: lightgoldenrodyellow;
}

div.basis_sticky {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    /* background-color: lightgoldenrodyellow; */
}

div.basis_sticky th {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    background-color: lightgoldenrodyellow;
}

thead tr th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

thead tr th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

div#rates_main {
    overflow: scroll;
}

h3.section_header {
    margin-top: 20px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: underline;
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.5rem;
}

h3.basis_header {
    font-size: 17px;
    color: cadetblue;
    font-weight: bold;
}

div.rate_display.options_rate_div {
    display: flex;
}

div.rate_display.child_age_groups_rates_div {
    display: flex;
}

div.rate_display.extra_beds_rates_div {
    display: flex;
}

div.basis_sticky table td:nth-of-type(1) {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    background-color: lightgoldenrodyellow;
}

div.basis_sticky table th:nth-of-type(1) {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    background-color: lightgoldenrodyellow;
}

div.basis_sticky {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    /* background-color: lightgoldenrodyellow; */
}

div.col.rate_table_div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

div.basis_sticky th {
    position: sticky !important;
    left: 0;
    z-index: 100000000 !important;
    background-color: lightgoldenrodyellow;
}

thead tr th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    background-color: #d9edf7;
    font-weight: 500 !important;
    font-size: 13px !important;
}

thead tr th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.highlight {
    border: 2px solid red !important;
    box-shadow: 2px 2px 40px lightblue !important;
    /* transform:scale(0.9); */
    border-radius: 60px !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 70px;
    height: 70px;
    border: 5px #ddd solid;
    border-top: 5px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}


/* h3 {
    font-size: 18px !important;
} */

table td:nth-of-type(1) {
    background-color: lightgoldenrodyellow;
    text-transform: capitalize;
}

table th:nth-of-type(1) {
    background-color: lightgray;
}

table {
    text-transform: capitalize;
    box-shadow: 2px 2px 10px #ddd;
}

div.sidebar {
    position: fixed;
}

.elevation-4 {
    position: fixed;
}
