
.search-bar-desktop {
    margin-top: -40px;
}

.edit-search {
    color: var(--link-blue);
    text-decoration: underline;
    width: auto;
    cursor: pointer;
    margin-bottom: 5px;
}

.search-panel-container {
   
    color: var(--search-text-color);
    /* min-height: 80px; */
    border: 4px solid #febb02;
    border-radius: var(--main-border-radius);
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 99;
}

    .search-panel-container input {
        font-size: 15px;
    }

.search-panel-container-product {
    border: 4px solid #febb02;
    border-radius: var(--small-border-radius);
    font-size: 14px;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex !important;
    align-items: stretch !important;
    z-index: 88;
}

    .search-panel-container-product .searchdeparture {
        width: 25%;
        border-right: none;
        margin: 0px
    }

    .search-panel-container-product .searchDate {
        width: 30%;
        border-right: none;
        margin: 0px
    }

    .search-panel-container-product .searchDuration {
        width: 20%;
        border-right: none;
        margin: 0px
    }
    .search-panel-container-product .search-capsule {
        width: 100%;
        padding-top: 5px;
        height:60px;
    }

    .search-panel-container-product select {
        border: none;
    }

    .search-panel-container-product .search-button {
        background-color: var(--primary-color);
        width: 20%;
        border: none;
        border-radius: 0px 8px 8px 0px;
        color: #fff;
        font-size: 15px;
        margin-right: 0px;
        font-weight: 600;
        border-left: 3px solid #febb02;
    }


        .search-panel-container-product .search-button button {
            background-color: var(--primary-color);
            border: none;
            height: 100%;
            width: 100%;
            border-radius: 0px 4px 4px 0px;
            color: #fff;
            font-size: 15px;
            margin-right: 0px;
            font-weight: 600;
        }

            .search-panel-container-product .search-button button:hover {
                background-color: var(--primary-color-2);
            }


@media only screen and (max-width:450px) {

    .search-panel-container-product .searchdeparture {
        width: 100%;
        border-right: none;
        margin: 0px;
        border-bottom: 4px solid #febb02;
    }

    .search-panel-container-product .searchDate {
        width: 100%;
        border-right: none;
        margin: 0px;
        border-bottom: 4px solid #febb02;
    }

    .search-panel-container-product .searchDuration {
        width: 100%;
        border-right: none;
        margin: 0px;
        border-bottom: 4px solid #febb02;
    }

    .search-panel-container-product .row.gx-0 {
        --bs-gutter-x: 1.5rem;
        margin: 0px 0px;
    }

    .search-panel-container-product .sep {
        display: none;
    }

    .search-panel-container-product .search-button {
        width: 100%;
        height: 45px;
        border-radius: 0px 0px 6px 6px;
        border-left: 0px;
    }

        .search-panel-container-product .search-button .btnSearch {
            border-radius: 0px 0px 10px 10px;
        }
}

    .productDetailPage .desktop .modal-dialog {
        top: 50%;
        transform: translateY(-50%);
        height: auto;
    }

        .productDetailPage .desktop .modal-dialog .modal-content {
            border: 4px solid #febb02;
        }


    .productDetailPage .flightDetails .arrival-block, .SearchResultsBody .flightDetails .depart-block {
        font-size: 15px;
    }

    .search-panel-container input {
        font-size: 1rem;
    }

    .search_item {
        /*border-right: 1px solid var(--search-text-color);*/
        /*padding-right: 10px;*/
        width: 18%;
        border-radius:var(--small-border-radius);
        background:#fff;
    }
        .search_item.search-btn {
            width: 5% !important;
            height: inherit;
            margin-right: -4px;
        }

        .search_item.no-border {
            border-right: none;
        }

    .searchdeparture .fa-plane {
        transform: rotate(-45deg);
    }

    .search_item i {
        color: var(--menu-text-color);
    }

    .search_item select {
        height: 36px;
        width: 80%;
    }

    .search-panel-text .title {
        font-size: 35px;
        color: #FFF;
        font-weight: 700;
    }

    .search-panel-text .subtitle {
        font-size: 18px;
        color: #FFF;
        font-weight: 400;
    }

    .search_item:nth-last-child(2) {
        border: none;
    }

    .search_item .input-group.mModal::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        margin-top: 10px;
    }

    .search_item .input-group input {
        background: transparent;
        border: none;
    }

    /* width */
    body::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    body::-webkit-scrollbar-track {
        background: var(--light-grey-color);
    }

    /* Handle */
    body::-webkit-scrollbar-thumb {
        background: var(--primary-text-color);
    }

        /* Handle on hover */
        body::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    /* width */
    .modal-body::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .modal-body::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
.modal-body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: var(--main-border-radius);
}

        /* Handle on hover */
        .modal-body::-webkit-scrollbar-thumb:hover {
            background: var(--primary-color-2);
        }

    .searchTabModal {
        /*position: fixed;
    width: auto;
    height: auto;
    top: 360px;
    left: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 11px;
    background: #fff;
    z-index: 9997;*/
    }

    #SearchForm .input-group input, #SearchForm .input-group input:read-only, #SearchForm .input-group input:disabled, #SearchForm .searchDuration select, #SearchForm .searchDuration select:read-only, #SearchForm .searchDuration select:disabled, #SearchForm .input-group i, #RegionModal i {
        color: var(--primary-text-color) !important;
        background: transparent;
        width: 80%;
        -webkit-text-fill-color: var(--primary-text-color) !important;
        opacity: 1;
    }

    .input-group-prepend input.form-control {
        width: 85%;
        border: none;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    .search-left .input-group-text {
        border: none !important;
    }

    .pt-4px {
        padding-top: 4px !important;
    }

    .search_item .pt-icon {
        padding-top: 4px !important;
    }

    #CalSpan {
        margin-right: 1px;
    }

.search-circle {
    background-color: var(--primary-color);
    height:60px;
    width: 100%;
    border: none;
    border-radius: var(--small-border-radius);
    border-top-left-radius:unset;
    border-bottom-left-radius:unset;
    color: #fff;
    font-size: 25px;
    margin-right: 10px;
}

        .search-circle:hover {
            background-color: var(--primary-color-2);
        }

    .search_item .search-left ion-icon {
        height: 18px;
        width: 18px;
        margin-right: 5px;
        color: #9f9f9f;
    }

    .search-capsule ion-icon {
        height: 22px;
        width: 22px;
        margin-right: 5px;
        color: #9f9f9f;
    }

    .search-capsule input {
        pointer-events: none;
        cursor: pointer;
    }

    .search-capsule #DeptModal ion-icon {
        transform: rotate(-45deg);
    }

.searchTabModal.desktop .modal-dialog .modal-content {
    border-radius: var(--main-border-radius) !important;
}

    .searchTabModal.desktop .modal-dialog {
        width: auto !important;
        max-width: inherit !important;
        margin-top: 0px !important;
    }

    .searchTabModal.desktop .displayInline-Flex {
        display: inline-flex !important;
    }

    /*Desktop Search Tab*/
.search-bar-desktop .search-capsule {
    padding: 0;
    border-radius: var(--small-border-radius);
    padding: 0px 25px;
    width: 100%;
    cursor: pointer;
}

        .search-bar-desktop .search-capsule:hover {
            background: #cdcdcd;
        }

        .search-bar-desktop .search-capsule.active {
            background-color: #fff;
            box-shadow: 4px 4px 10px 0px #5d5d5d;
        }

    .search-bar-desktop .search-panel-container {
        padding: 0;
    }

.search-bar-desktop #SearchForm {
    border-radius: var(--main-border-radius);
}

.search-bar-desktop .search-panel-container {
    background-color: #febb02;
}

        .search-bar-desktop .search-panel-container.active {
            background: #dedede;
            z-index: 9999;
            /* overflow:hidden;*/
        }

    .search-bar-desktop .search_item {
        /*padding-right: 4px;*/
        border-right: none;
        min-height:60px;
        width:18.7%;
    }

        .search-bar-desktop .search_item select {
            height: 34.5px;
            border: none;
            outline: none;
        }

    .search-bar-desktop #SearchForm .form-control {
        background: transparent;
    }

    .hotel-search .search_item {
        width: 29.6%;
    }

        .hotel-search .search_item.searchDate {
            width: 35%;
        }

    .hotel-search .sep {
        border-left: 1px solid #9f9f9f;
        height: 40px;
        width: 1%;
        margin: 15px 0px;
        padding: 0;
        display: inline;
    }

    .flight-search .search_item.searchDate {
        width: 27.7%;
    }

    .flight-search .search_item {
        width: 22%;
    }

    .flight-search .sep {
        margin: 15px 0px;
    }

    .searchTabModal.desktop h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .roomsChild, .showage {
        display: none;
    }

    .form-control:focus {
        border: none;
        box-shadow: none;
    }

    .searchTabModal .modal-header ion-icon {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 35px;
        color: gray;
    }


    .search-bar-desktop .search_item select.search_input {
        -webkit-appearance: none;
    }

.wide-block.search-field-list {
    border: none;
    border-radius: var(--main-border-radius);
    color: #222222;
    position: relative;
}

    .searchtab .label {
        font-size: 13px;
        font-weight: bold;
    }

    .searchtab .search-field-list ion-icon {
        color: var(--dark-text-color);
        height: 25px;
        width: 15px;
        /*margin-right: 5px;*/
    }

        .searchtab .search-field-list ion-icon[name='airplane-outline'] {
            transform: rotate(-45deg);
        }


    .searchtab .search-field-group .search-field-list {
        width: 47%;
    }

    .searchtab .search-field-list .search_input {
        color: var(--dark-text-color);
        font-size: 14px;
        font-weight: 500;
        border: none;
    }

    .searchtab .search-field-group .search_input {
        width: 80%;
    }

    .searchtab .search-field-list .search_input:focus-visible {
        border: none;
        outline: none;
    }

    .searchtab .search-field-list .right-option {
        width: 20%;
        position: absolute;
        background: #02aaa9;
        height: 100%;
        top: 0;
        right: 0;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        display: none;
    }

        .searchtab .search-field-list .right-option a {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            color: white;
            text-decoration: underline;
            text-align: center;
            font-size: 12px;
        }

    .wide-block {
        background: #fff;
        border-top: 1px solid #E1E1E1;
        border-bottom: 1px solid #E1E1E1;
        padding-left: 16px;
        padding-right: 16px;
    }

        .wide-block.transparent {
            background: transparent !important;
        }

    .section-title.large {
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        margin: 10px 0px;
    }

.HO .wide-block.search-field-list {
    border-radius: var(--small-border-radius);
}
.HO .your-board-basis-list h2{
    font-size: 20px;
}

.HO .your-board-basis-list ion-icon{
    font-size: 30px !important;
}
.HO .your-board-basis-list board-title {
    font-size: 20px;
}


@media only screen and (max-width:450px) {
    .HO .search-panel-container-product .search_item {
        width: 100% !important;
        border-bottom: 2px solid #febb02;
        margin: 0px !important;
    }
    .HO .searchTabModal.desktop .modal-dialog {
        margin:0;    
    }
        .HO .searchTabModal.desktop .modal-dialog .container {
            padding:0px !important;
        }
        .HO .searchTabModal.desktop .modal-dialog .modal-content {
            border-radius: 0!important;
        }
    .HO .search-panel-container-product .search_item .gx-0{
        margin: 0px !important;
    }
}
/*iPad air */

@media only screen and (max-width: 991px) and (min-width:780px) {

    .search-bar-desktop .search-capsule {
        padding: 0 !important;
        padding-left: 10px !important;
    }



    #SearchForm .input-group input, #SearchForm .input-group input:read-only, #SearchForm .input-group input:disabled, #SearchForm .searchDuration select, #SearchForm .searchDuration select:read-only, #SearchForm .searchDuration select:disabled, #SearchForm .input-group i, #RegionModal i {
        width: 10%;
    }

    .search-bar-desktop {
        padding: 0;
    }
    .search-capsule > div:first-of-type {
        font-size: 13px !important;
    }
    .searchTabModal.desktop .modal-dialog {
        width: 100% !important;
       
    }
    .hotel-search .search_item {
        width: 30%;
    }
     .hotel-search .search_item {
        padding-right: 15px;
    }
    .hotel-search  .search-circle {
        margin-top: 4px;
        margin-right: 5px;
    }
    .flight-search .search_item {
        padding-right:10px;
    }
}


