﻿@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

.box {
    width: 100%;
    height: 150px;
    background-color: aqua;
}

.search-content {
    /*background-color: #FFFFFF9C;*/
    padding: 0 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
    margin: 50px 0 0 0;
    padding: 20px;
    width: 100%;
}


.input-item {
    width: 12%;
    background-color: #ffffff;
    text-align: start;
    padding: 0 10px;
    height:50px;
    margin:0 7px;
}

.input-item .dropdown button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.drop-btn-bg {
    background-color: #ffffff;
}

.drop-btn-bg-dark {
    background-color: #17214f !important;
    color: white !important;
}

    .drop-btn-bg-dark span{
        color:white;
    }
    .drop-btn-transparent {
        background-color: transparent !important;
        color: white !important;
    }

.drop-btn-bg-dark:hover {
    background-color: #17214f !important;
    color: white !important;
}

.button-item {
    /*width: 225px;*/
}


.childDropMenu {
    width: 18rem !important;
    transform: translate3d(-30px, 40px, 0px);
    padding: 1.25rem;
}

.age-list-menu {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

    ul li {
        list-style: none;
        margin: 0;
    }

.room-select-item button.btn.show {
    background-color: transparent;
    color: white !important;
    border: transparent !important;
}

.room-select-item button:active {
    border: transparent !important;
}

.adult-select-item button.btn.show {
    background-color: transparent;
    color: white !important;
    border: transparent !important;
}

.adult-select-item button:active {
    border: transparent !important;
}

.child-select-item button.btn.show {
    background-color: transparent;
    color: white !important;
    border: transparent !important;
}

.child-select-item button:active {
    border: transparent !important;
}




.child-select-item .dropdown-menu,
.room-select-item .dropdown-menu,
.adult-select-item .dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-color: #17214f;
    border-radius: 0;
    transform: translate3d(-16px, 38.4px, 0px) !important;
}

    .child-select-item .dropdown-menu li {
        margin: 5px 0;
        width: 30%;
    }


.dropdown-menu li {
    margin: 9px 0;
    text-align: center;
}


    .dropdown-menu li a:hover {
        background-color: #d8b077 !important;
    }

    .dropdown-menu li a {
        color: white !important;
    }

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}


.child-select-item .accordion .accordion-item {
    background-color: transparent !important;
    border: transparent !important;
}

    .child-select-item .accordion .accordion-item button {
        background-color: transparent !important;
        border: transparent !important;
        color: white !important;
        box-shadow: none !important;
    }


.accordion-button::after {
    filter: invert(1);
}

.age-lbl {
    font-size: 30px;
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    color:white;
}

.age-spn {
    width: 100%;
    margin: 0 0 0 5px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #d8b077;
    font-size: 20px;
    color: white;
}


.input-item i {
    color: #E0BB80;
}

.sub-title {
    color: #E0BB80;
}

.res-btn-item button {
    background-color: #e0bb80;
    color: #ffffff;
    border-radius: 0;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 19px;
}

    .res-btn-item button:hover {
        background-color: #e0bb80;
        color: #ffffff;
        border-radius: 0;
        width: 100%;
        height: 100%;
    }

















/*datePicker*/


.wrapper {
    max-width: 560px;
    margin: 100px auto;
}

.input-item label {
    position: relative;
    display: flex;
    top:-5px;
}

.input-item button {
    position: relative;
    display: flex;
    top: -5px;
}

    .input-item label i {
        position: relative;
        top: -10px;
        right: 5px;
        font-size: 25px;
    }

    .input-item label > input {
        position: relative;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
        height: 25px;
        width: 100%;
        font-size: 16px;
        margin: 0 0 0 0;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all .3s;
    }

        .input-item label > input:valid + span {
            transform: translateY(-25px) scale(0.8);
            transform-origin: 0;
        }

    .input-item label > span {
        color: #9e9e9e;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        cursor: text;
        transition: .2s ease-out;
    }

    .input-item label > input:focus + span {
        transform: translateY(-25px) scale(0.8);
        transform-origin: 0;
        color: #3F51B5;
    }

    .input-item label > input:focus {
        border-bottom: 1px solid #3F51B5;
        box-shadow: 0 1px 0 0 #3F51B5;
    }




/*Bootstrap Calendar*/
.datepicker {
    border-radius: 0;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #17214f;
    color: #ffffff;
    border-radius: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        background: transparent;
        color: rgba(255, 255, 255, 0.99);
        font-size: 21px;
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #3546b3;
        background-image: none;
    }


.datepicker table tr td.active.active {
    background-color: #17214f !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(2, 31, 46)), to(#17214f));
}
