/* .card {
    box-shadow: 0 3px 5px rgb(8 37 73 / 11%), 0 1px 18px rgb(8 37 73 / 5%), 0 6px 10px rgb(8 37 73 / 10%);
} */
.container-fluid {
    padding: 0 12vw 0 12vw;
}
.header {
    position: fixed;
    top: 0;
    z-index: 1030; /*Filter panel's z-index is 1020*/
    width: 100%;
    padding: 0.5rem;
    /* box-shadow: 0 3px 5px rgb(8 37 73 / 11%), 0 1px 18px rgb(8 37 73 / 5%), 0 6px 10px rgb(8 37 73 / 10%); */
    box-shadow: 0 6px 6px -3px rgb(8 37 73 / 33%);
}

/* content header in detail-panel */
.infoTitle {
    font-size: 22px;
}

.infoItem {
    border-top: 1px solid #ddd;
    margin: 20px 0;
    padding: 10px;
}

.popover {
    max-width: none;
    min-width: min(100%, 420px);
}

.input-icon-highlight {
    color: #888;
}

.btn:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}

/* small little icon in front of detail page items */
.check-color {
    color: rgb(5, 173, 5);
}

.check-color-not {
    color: #888;
}

.card-img-top {
    cursor: pointer;
}

.invalid {
    border: 2px solid red;
}

.sortingLine {
    cursor: pointer;
    line-height: 30px;
}

.sortingLine:hover {
    background-color: #ababab;
}

.servicePanel {
    background-color: #ebebef;
    border-radius: 5px;
    padding: 20px;
}

.servicerow {
    margin-top: 20px;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.texticon {
    color: #555555;
}
.card {
    padding: 10px;
}
.card:hover {
    box-shadow: 0 3px 5px rgb(8 37 73 / 11%), 0 1px 18px rgb(8 37 73 / 5%), 0 6px 10px rgb(8 37 73 / 10%);
}

.cal-indicator {
    filter: invert(100%);
}

.cal-day {
    cursor: pointer;
}

.cal-day div {
    background-color: #008bd7;
    color: white;
    padding: 5px;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
    border-radius: 10px;
}

.cal-day.myDay div {
    background: #ffb100;
}

.cal-slide {
    text-align: center;
    height: auto;
    /* padding-left: 9.5vw;
            padding-right:9.5vw;             */
    padding: 0 12px;
}

@media only screen and (max-width: 375px) {
    .totalpricepanel {
        margin-top: 20px;
        padding-right: 15px;
    }

    .servicePanel {
        background-color: #ebebef;
        padding: 15px 0px 15px 0px;
    }

    .servicerow {
        padding: 0px 0px 10px 0px;
        border-bottom: 1px solid #efefef;
    }
}

@media only screen and (min-width: 768px) {
    .excursionDetails {
        font-weight: bold;
    }

    .excCard {
        flex-direction: row;
        margin-bottom: 20px;
    }

    .excCard img {
        width: 30%;
    }
}

.excCard {
    margin-bottom: 10px;
    min-height: 155px;
}
.priceBOX {
    flex-direction: row;
    border-top: 5px solid #fdbd35;
}
.price {
    font-size: 20px;
    white-space: nowrap;
    text-align: right;
}
.priceBOX .price {
    padding: 10px;
    color: rgb(5, 173, 5);
}
.price sup {
    font-size: 12px;
}
.amount {
}

/* this is for filterpanel on the left to give it a little bit of margin at the top */
.sticky-top {
    top: 1em;
}

@media only screen and (max-width: 1024px) {
    .bd-placeholder-img-lg {
    }

    .container-fluid {
        font-size: 1.5rem;
        padding: 0px 20px 0px 20px;
    }
}

.modal-dialog-fullscreen {
    width: 100%;
    height: 90%;
    max-width: none;
    padding: 20px;
}

.modal-header-fullscreen {
    border-bottom: none;
}

#fullScreenModalCarousel {
    padding-right: 0px !important;
}

#fullScreenCarousel {
    height: 100%;
}
.carousel {
    height: auto;
}
.carousel .card-title {
    height: calc(2.4 * 1.25rem);
    --maxRows: 2;
}
.carousel .card-text {
    height: calc(var(--bs-body-line-height) * 3rem);
    --maxRows: 3;
}
.textTrim {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: var(--maxRows);
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline; /*Opera*/
}

.carousel-item .card-img {
    height: 226px;
}
.modal-content-fullscreen {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}

/* changes globally the font size */
html {
    overflow: auto;
    height: 100%;
}
body {
    /* overflow: hidden; */
    height: fit-content;
    padding-top: 20px;
    font-size: 14px;
}
.hasHeader {
    padding-top: 60px;
}
/* body {
    overflow-y: auto;
    scroll-behavior: smooth;
} */
.container {
    margin: 0.5rem auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.5rem 0;
}
h3 {
    font-size: 1.5rem;
}
#filterbar {
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
    .availableExcursionPanel {
        padding-left: 20px;
    }
}
label {
    display: initial;
}
[type='checkbox'] {
    margin-right: 0.5rem;
}

/* @media only screen and (max-width: 600px) {

            body,
            html {
                overflow-x: hidden;
            }
        } */

.availableExcursionPanel {
    padding-left: 0px;
}

/* .navbar {
    padding-top: 0px;
} */

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 9999px;
    background-color: lightgray;
}

/*
        * sash settings ---------------------------------------------------------------
        */
.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
}

.ribbon {
    font-size: 8px;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #ffb100;
    color: #fff;
}
.hidden {
    display: none;
}
.clampTXT {
    --maxRows: 4;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--maxRows);
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}
.clampTXT:target {
    --maxRows: var(--targetRows);
}
.moreLNK, .moreHidden:target + .moreLNK, .lessLNK {
    display: none;
}
.moreHidden + .moreLNK, .moreHidden:target ~ .lessLNK {
    display: inline;
    text-decoration: none;
}
.fa {
    vertical-align: middle;
}
.clampTXT span {
    border: solid 1px transparent;
}
.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.dot-spinner {
    display: flex;
    gap: 8px;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #3498db;
    border-radius: 50%;
    animation: dotPulse 1s infinite ease-in-out;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotPulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

.hidden {
    display: none;
}
