@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Noto Sans", sans-serif!important;
}

p{
    margin:0!important;
    padding:0!important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.collapse-area {
    transition: height 800ms ease-in-out;
    height: 100px;
    overflow-y: hidden
}

.collapse-close {
    height: 0px !important;
    overflow: hidden;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #ecba5a;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slots-main-wrapper{
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.slots-information-row{
    gap: 25px;
    width: 100%;
    max-width: 1200px;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
}

.information-label{
    display:flex;
    gap:10px;
}

.tour-additional-information-container{
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    max-width: 1200px;
    min-height: 50px;
    align-items: center;
}

.information-label-container{
    gap: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #ecba5a;
    text-shadow: 0 0 #ecba5a;
}

.information-label .fa-solid{
    margin-top:2px;
    color: #40562d;
}

.tour-slots-table-container{
    width: 100%;
    max-width: 1200px;
}

.price-sort-container{
    gap:25px;
    font-size:14px;
}

.price-switch-container{
    gap:10px;
    align-items:center;
}

.book-now-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration: unset;
    width: 175px;
    border: 0;
    outline: 0;
    height: 3em;
    font-weight: 600;
    font-size: 14px;
    background: #ecba5a;
    color: black;
    border-top-left-radius: 25px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 25px;
}

.custom-table-row{

}

.custom-table-column{

}

.sort-by-container{
    align-items:center;
    gap:15px;
}

#date-sortby-input{
    width: 200px;
    padding: 15px;
    border: 0;
    border-bottom: 0.15em solid #40562d;
    font-weight: 600;
    color: #40562d;
    outline: 0;
}

.slots-main-container{
    gap:50px;
}

.custom-table-header th {
    background: #40562d !important;
    color: white;
    text-align: center;
}

.custom-table-row td{
    text-align: center;
    align-content: center;
    height: 100px;
}

.table-icon-row{
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-weight:600;
    font-size:12px;
}

.table-date-column{
    font-weight:600;
    font-size:14px;
}

.custom-text{
    width: 60%;
    font-size: 14px;
    color: black;
    font-weight: 400;
    text-shadow: 0 0 black;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.custom-h3{
    border-bottom: 2px solid #ecba5a;
    padding: 25px;
}

.icon-green{
    color:green;
}

.icon-orange{
    color:orange;
}

.icon-red{
    color:red;
}

.small-strong{
    font-size:10px;
}

.medium-strong{
    font-size:13px;
}

@media (max-width: 768px){

    .price-sort-container{
        flex-direction:column;
        width:100%;
    }

    .price-switch-container{
        order:2;
        width: 100%;
    }

    .sort-by-container{
        order:1;
    }

    .tour-additional-information-container{
        flex-direction:column;
        align-items:start;
    }

    .slots-main-container{
        padding:25px;
    }

    .custom-text{
        width:100%;
    }

    .book-now-btn{
        width:125px;
    }

    .slots-information-row{
        flex-direction:column;
    }

    .holidays-counter-container{
        width:100%;
    }
}

@media (min-width: 768px){
    .slots-main-container{
        padding:50px;
    }
}
