/* .userSelectionWrap {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 1000px; 
}*/

.caret {
    display: none !important;
}

.btn-group {
    width: 100%;
    /* width: calc(calc(100% / 3) - 1rem) !important; */
    flex-grow: 1;
    /* border-radius: 0;
    height: 50px !important;
    font-size: 1.25rem; */
}

.btn-group>.btn:first-child {
    border: 1px solid;
    height: 50px;
}

.multiselect {
    width: 100% !important;
    border-radius: 0 !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 2rem !important;
    display: flex;
    /* align-items: center;*/
    justify-content: space-between;
}

.dropdown-toggle {
    display: flex;
}

.multiselect-selected-text {
    color: black;
    font-weight: 500;
    /* font-size: 17px; */
}

.open>.dropdown-menu {
    max-height: 283px;
    overflow: auto;
    overflow-x: hidden;
    text-wrap: auto;
}

.userActionWrap {
    /* margin-top: 1.5rem; */
    gap: 2rem;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.userActionBtn {
    padding: 0.8rem 1.5rem;
    font-size: 2rem;
    min-width: 138px;
}

.userActionBtn.showSearch {
    background-image: linear-gradient(to bottom, #fb9700, #eb270d);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff !important;
    border: solid #fa2a00 1px;
    font-size: 23px;
    width: calc(calc(100% / 3) - 0.5rem);
}

.userActionBtn.showSearch:hover {
    background: #0879d0;
    background-image: -webkit-linear-gradient(top, #0879d0, #043893);
    background-image: -moz-linear-gradient(top, #0879d0, #043893);
    background-image: -ms-linear-gradient(top, #0879d0, #043893);
    background-image: -o-linear-gradient(top, #0879d0, #043893);
    background-image: linear-gradient(to bottom, #0879d0, #043893);
    text-decoration: none;
    border: solid #042c9d 1px;
}

.userActionBtn#reset {
    background: #808080 !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-size: 23px !important;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
    margin: 0;
    font-size: 17px;
}

input[type=checkbox],
input[type=radio] {
    margin: 3px 0 0;
    font-size: 17px;
    margin-top: 1px \9;
    line-height: normal;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -26px;
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    height: 17px;
    width: 17px;
}

.multiselect-container {
    width: -webkit-fill-available;
}

.dropdown-menu>li>a {
    width: -webkit-fill-available;
    padding: 4px 9px !important;
}

.multiselect-container>li>a>label {
    padding: 3px 20px 3px 24px !important;
}

.multiselect-container>li>a>label.radio,
.multiselect-container>li>a>label.checkbox {
    color: black;
    margin-left: 10px !important;
    text-wrap: auto;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -26px !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #d1d1d15c !important;
}

.dropdown-menu>li>a {
    width: 100%;
}

.multiselect-container>li>a>label {
    width: 95%;
}

/**************** 31/01/2025 ***************/


/* span.multiselect-selected-text {
    width: 100%;
    text-align: left;
    float: left;
    padding-left: 0px;
    font-size: 19px;
    font-weight: normal;
    padding-top: 3px;
} */
span.multiselect-selected-text {
    width: 100%;
    text-align: left;
    /* color: #666; */
    float: left;
    padding-left: 0px;
    font-size: 18px;
    font-weight: normal;
    padding-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-toggle::after {

    border: 0px !important;
    content: "\f107" !important;
    font-family: FontAwesome;
    margin-left: -15px !important;
    font-size: 28px;
    color: #999;

}

@media (max-width: 420px) {
    .dropdown-toggle::after {
        display: inherit !important;
        position: relative;
        right: 15px;
        line-height: 22px;
        font-size: 24px;
    }

    .btn-group>.btn:first-child {
        height: 40px;
    }

    span.multiselect-selected-text {
        font-size: 16px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .userSelectionWrap {
        padding: 0;
    }
}

.btn-group>.btn:first-child {
    border: 1px solid #999;
}

.multiselect-container>li>a>label>input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.cr_row_bottom {
    margin-bottom: 15px;
}

.userActionBtn.showSearch {
    font-size: 24px;
    padding: 8px 12px;
}

.dropdown-menu.show {
    max-height: 276px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0px 3px 7px 0 #b5b5b5;
    -webkit-box-shadow: 0px 3px 7px 0 #b5b5b5;
    -moz-box-shadow: 0px 3px 7px 0 #b5b5b5;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, .5) !important;
}


/* .dropdown-menu.show{
      height: 180px;
      overflow: hidden;
      overflow-y: auto;
      box-shadow: 0px 3px 7px 0 #b5b5b5;
      -webkit-box-shadow: 0px 3px 7px 0 #b5b5b5;
      -moz-box-shadow:0px 3px 7px 0 #b5b5b5
  } */
.multiselect-container>li:first-child {
    display: none;
}

.get_noti {
    background: #c1dbec url(https://cdn.airfuture.com/img/prods/cruise/images/get-notified-bg.jpg) no-repeat left top;
    min-height: 130px;
    float: left;
}

.noti_txt_one {
    font-weight: 600;
    ;
    font-size: 24px;
    color: #2c4fab;
}

.noti_txt_one_sub {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    line-height: 15px;
}

.get_noti_btn {
    background-color: #3765af !important;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.cr_nav {
    background-color: #1a73e8;
}

@media (max-width: 768px) {
    .userActionBtn.showSearch {
        padding: 3px 0px;
        width: auto;
        font-size: 18px !important;
    }


    .noti_txt_one {
        font-size: 14px;
    }

    .noti_txt_one_sub {
        font-size: 13px;
    }

}

@media (max-width: 991px) {
    .get_noti {
        background: #c1dbec url(https://cdn.airfuture.com/img/prods/cruise/images/get-notified-bg-mobile.jpg) no-repeat left top;
    }
}

@media screen and (min-width: 0px) and (max-width: 380px) {

    .userActionBtn#reset,
    .userActionBtn.showSearch {
        font-size: 18px !important;
        min-width: 139px;
    }

    .noti_txt_one {
        font-size: 14px;
    }

    .noti_txt_one_sub {
        font-size: 12px;
    }

}

@media screen and (min-width: 381px) and (max-width: 768px) {
    .noti_txt_one {
        font-size: 16px;
    }

}

.btn-group>.btn:first-child {
    background-color: #fff;
}

.accordion-collapse {
    border: 0px !important;
}

.accordion_mine .accordion-button:not(.collapsed) {
    border: 0px !important;
    border-bottom: 1px solid #ccc !important;

}

.accordion-button.collapsed {
    border: 0px !important;

}

.top_heading,
.top_heading2,
.top_heading3,
.top_heading4 {
    color: #0555af;
}

.stroke ul li a.active {
    /* color: #0555af !important; */
}

.userActionBtn#reset {
    font-size: 24px !important;
    padding: 8px 12px;
}

.userActionBtn.showSearch {
    width: calc(calc(100% / 3) - 1.1rem);
}

.userActionWrap {
    gap: 1rem;
}

.dropdown-menu>li>a {
    display: block;
}

.top_heading,
.top_heading2,
.top_heading3,
.top_heading4 {
    font-size: 24px;
}

@media (max-width: 768px) {
    .userActionBtn.showSearch {
        width: calc(calc(100% / 2) - 2.5rem);
    }

    .userActionWrap {
        gap: 10px;
    }

    .userActionBtn {
        min-width: 100px;
    }

    .userActionBtn#reset {
        font-size: 18px !important;
        padding: 3px 6px;
    }

    .sign-up_b {
        margin-bottom: 8px;
    }

    .top_heading,
    .top_heading2,
    .top_heading3,
    .top_heading4 {
        font-size: 20px;
    }
}

.multiselect-container>li>a>label {
    padding: 3px 20px 3px 18px !important;
}

.dropdown-menu.show {
    width: 100%;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .25) !important;
}



body {
    font-family: SFUIText-Regular !important;
    font-size: 15px !important;
}

@font-face {
    font-family: SFUIText-Regular;
    src: url(../fonts/SFUIText-Regular_gdi.eot);
    src: url(../fonts/SFUIText-Regular_gdi.eot?#iefix) format("embedded-opentype"),
        url(../fonts/SFUIText-Regular_gdi.woff) format("woff"),
        url(../fonts/SFUIText-Regular_gdi.ttf) format("truetype"),
        url(../fonts/SFUIText-Regular_gdi.otf) format("opentype"),
        url(../fonts/SFUIText-Regular_gdi.svg#SFUIText-Regular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

@font-face {
    font-family: SFUIText-Bold;
    src: url(../fonts/SFUIText-Bold_gdi.eot);
    src: url(../fonts/SFUIText-Bold_gdi.eot?#iefix) format("embedded-opentype"),
        url(../fonts/SFUIText-Bold_gdi.woff) format("woff"),
        url(../fonts/SFUIText-Bold_gdi.ttf) format("truetype"),
        url(../fonts/SFUIText-Bold_gdi.otf) format("opentype"),
        url(../fonts/SFUIText-Bold_gdi.svg#SFUIText-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}