﻿


.manage__traveller_FS {
    display: none;
    background: #fff;
    /* width: 200px;*/
    min-width: 330px;
    position: absolute;
    box-shadow: 0px 0px 4px silver;
    z-index: 1;
    border-radius: 4px;
    padding: 10px;
    top: 90px;
    right: 0;
}

    .manage__traveller_FS::before {
        content: "";
        background: #fff;
        width: 15px;
        height: 15px;
        position: absolute;
        top: -7px;
        right: 25%;
        transform: rotate(45deg);
    }

.SE_ .search_container .input_content .quantity__input {
    border: 0 !important;
    margin: 0 !important;
}

.item-search-tabs.travel-content .select2-container {
    /* border: 1px solid silver;*/
    border-radius: 3px;
    height: 32px;
}

span#select2-ddlClass-container {
    color: #000 !important;
    line-height: 30px !important;
    padding-left: 20px;
}

.SE_ .search_container .input_content .select2-lg label {
    margin: 0 0 5px;
}

.manage__traveller_FS input {
    font-size: 16px !important;
    text-align: center;
    line-height: 1 !important;
    height: 30px;
    margin: 0px 0 2px !important;
}

.manage__traveller_FS .d-flex {
    width: 100%;
    gap: 5px;
}

    .manage__traveller_FS .d-flex .trv_ {
        flex-basis: 25%;
    }

    .manage__traveller_FS .d-flex h4 {
        margin: 0;
        font-size: 14px;
        min-width: 60%;
        color: #000;
        /*text-align: center;*/
        font-weight: 600;
    }

        .manage__traveller_FS .d-flex h4 span {
            color: #f98610;
            font-size: 12px;
            min-width: 50%;
        }

    .manage__traveller_FS .d-flex button {
        border: 0;
        width: 30px;
        height: 25px;
        min-width: 30px;
        background: no-repeat;
        line-height: 1;
        color: rgba(0, 0, 0, 0.4);
        padding: 0px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .manage__traveller_FS .d-flex button + span {
            margin: 0 10px;
        }

        .manage__traveller_FS .d-flex button + input {
            margin: 0 10px;
            padding: 0;
            border: none;
            width: 10px;
            line-height: 2;
            font-weight: 500 !important;
        }

#Select3-Cabin-Class span.select2.select2-container {
    border: 1px solid silver !important;
}

.manage__traveller_FS .red__btn {
    line-height: 2;
}

@media (max-width: 567px) {
    .SE_ .form-check {
        padding-left: 8px;
    }
}

@media (max-width: 767px) {

    .manage__traveller_FS {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 50px;
    }

    .icon_st {
        width: 100%;
    }


    .manage__traveller_FS {
        min-width: 100%;
        top: unset;
        bottom: 0;
    }

        .manage__traveller_FS .d-flex .trv_ {
            flex-basis: 45%;
        }

        .manage__traveller_FS .wrapped__ {
            flex-wrap: wrap;
        }
}

select#ddlAirline {
    border-radius: 0px !important;
    height: 46px;
}
