﻿#divautocomplete,
#divautocompleteR {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    z-index: 99999 !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    overflow: hidden;
}

#userlist {
    list-style: none;
    margin: 0;
    padding: 15px 13px;
    max-height: 320px;
    overflow-y: auto;
}

#userlist li.tt-suggestion {
    display: flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 3px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #2db9c4;
    cursor: pointer;
    transition: background 0.25s ease;
}

    #userlist li.tt-suggestion:hover {
        background: #f2f8ff;
    }

#userlist li text {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#userlist li img {
    flex-shrink: 0;
    margin-right: 12px;
    opacity: 0.85;
    top: 0;
    position: relative;
    left: 0;
}

.txtbreakspan {
    background: #ee1d2536;
    padding: 2px 5px 1px 5px;
    border-radius: 3px;
}


#userlist::-webkit-scrollbar {
    width: 6px;
}

#userlist::-webkit-scrollbar-track {
    background: transparent;
}

#userlist::-webkit-scrollbar-thumb {
    background: #ee1d25;
    border-radius: 10px;
}

.cp-cabin label:has(input:checked) {
    background: #ee1d25;
    color: #fff;
}

#userlist::-webkit-scrollbar-thumb:hover {
    background: #193765;
}


.tt-menu {
    position: absolute;
    left: 0;
    width: 420px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
}
.fsw-wrapper {
    /* width: 100%; */
    padding: 0;
    /* max-width: 1400px; */
    /* margin: auto; */
}

.fsw-box {
    background: #fff;
    border-radius: 28px;
    overflow: visible;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border: 1px solid #ececec;
}

/* TOP */

.fsw-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
}

.fsw-top-col, .fsw-top-col-alt {
    flex: 1;
    padding: 3px 28px;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

    .fsw-top-col:not(:last-child),
    .fsw-top-col-alt:not(:last-child) {
        border-right: 1px solid #ececec;
    }

.fsw-icon-img {
    width: 28px;
}

.fsw-icon-box img {
    width: 28px;
}

.fsw-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006885;
    font-size: 22px;
}

.fsw-content small {
    display: block;
    font-size: 14px;
    color: #7b8794;
    margin-bottom: 2px;
    font-weight: 500;
}

.fsw-content input {
    font-size: 18px;
    color: #1f2d3d;
    font-weight: 600;
    border: none;
}
.fsw-content h3 {
    font-size: 18px;
    color: #1f2d3d;
    font-weight: 600;
    margin: 0;
    border: none;
}
.fsw-swap-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 -25px;
    cursor:pointer;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
/* BOTTOM */

.fsw-bottom {
    display: flex;
    align-items: center;
}

.fsw-bottom-col {
    flex: 1;
    padding: 2px 28px;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}

    .fsw-bottom-col:not(:last-child) {
        border-right: 1px solid #ececec;
    }

    .fsw-bottom-col i {
        font-size: 20px;
        color: #556575;
    }

    .fsw-bottom-col small {
        display: block;
        font-size: 14px;
        color: #7b8794;
        margin-bottom: 2px;
        font-weight: 500;
    }
    .fsw-bottom-col h3 {
        font-size: 18px;
        color: #1f2d3d;
        font-weight: 600;
        margin: 0;
    }
.triptype-wrap {
    position: relative;
    cursor: pointer;
}

.triptype-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,.12);
    display: none;
    z-index: 999;
    overflow: hidden;
}

    .triptype-dropdown.show-triptype {
        display: block;
    }

.triptype-item {
    padding: 14px 16px;
    cursor: pointer;
}

    .triptype-item:hover {
        background: #f5f5f5;
    }
.fsw-btn-wrap {
    width: 360px;
    padding: 5px 28px;
}
.fsw-search-btn {
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 18px;
    background: #2db9c4;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
}
    .fsw-search-btn:hover {
        background: #623e60;
    }
    /* CALENDAR */
    .fsw-calendar-dropdown {
        position: absolute;
        top: 73px;
        left: 0;
        width: 730px;
        background: #fff;
        border: 2px solid #d7b98c;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: .3s;
    }

    .fsw-calendar-dropdown.fsw-show-calendar {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.fsw-calendar-wrapper {
    display: flex;
}

.fsw-calendar-month {
    width: 50%;
    padding: 10px 15px;
}

    .fsw-calendar-month:first-child {
        border-right: 1px solid #dfe3e8;
    }

.fsw-month-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7b98c;
    position: relative;
}

    .fsw-month-header h2 {
        color: #0f4c97;
        font-size: 22px;
        font-weight: 700;
    }

.fsw-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 24px;
    color: #6f7f8d;
    cursor: pointer;
}

.fsw-prev-btn {
    left: -10px;
}

.fsw-next-btn {
    right: -10px;
}

.fsw-days-row {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    margin-bottom: 20px;
    text-align: center;
}

    .fsw-days-row div {
        color: #7a8793;
        font-size: 16px;
        font-weight: 600;
    }
.fsw-date.disabled-date {
    opacity: .35;
    pointer-events: none;
}

.fsw-date.fsw-range {
    background: #d8edf9;
}

.fsw-date.fsw-active {
    background: #0b4d98 !important;
    color: #fff !important;
    border-radius: 14px;
    font-weight: 600;
}
.fsw-dates-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 5px;
}

.fsw-date {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.fsw-light {
    color: #b7c3ce;
}

.fsw-range {
    background: #d8edf9;
}

.fsw-active {
    background: #0b4d98;
    color: #fff !important;
    border-radius: 14px;
    font-weight: 600;
}

.fsw-dot::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #0b4d98;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
}

/* PASSENGER */

.fsw-passenger-dropdown {
    position: absolute;
    top: 62px;
    left: -112px;
    width: 775px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
    border: 1px solid #ececec;
    padding: 10px 15px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .3s;
}

    .fsw-passenger-dropdown.fsw-show-passenger {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.fsw-dropdown-grid {
    display: flex;
}

.fsw-passenger-left {
    width: 50%;
    padding-right: 35px;
    border-right: 1px solid #ececec;
}

.fsw-cabin-right {
    width: 50%;
    padding-left: 35px;
}

    .fsw-passenger-left h4,
    .fsw-cabin-right h4 {
        font-size: 16px;
        color: #888;
        margin-bottom: 13px;
        padding-bottom: 5px;
        font-weight: 500;
        border-bottom: 1px solid #0b4d98;
    }

.fsw-passenger-row {
    display: flex;
    line-height: normal;
    align-items: center;
    /* border-bottom: 1px solid; */
    justify-content: space-between;
    margin-bottom: 10px;
}

    .fsw-passenger-row h5 {
        font-size: 20px;
        color: #222;
        margin: 0px;
    }

    .fsw-passenger-row p {
        font-size: 13px;
        margin: 0px 0px 15px 0px;
        color: #8b8b8b;
    }

.fsw-counter {
    display: flex;
    align-items: center;
    gap: 14px;
}

    .fsw-counter button {
        width: 38px;
        height: 38px;
        border: none;
        border-radius: 50%;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.fsw-minus {
    background: #efefef;
    color: #8d8d8d;
}

.fsw-plus {
    background: #2db9c4;
    color: #fff;
}
.fsw-cabin-option span i {
    color: #fff;
}
    .fsw-plus i {
        color: #fff;
    }
    .fsw-counter span {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        min-width: 12px;
        text-align: center;
    }

.fsw-cabin-option {
    height: 47px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    color: #2db9c4;
    cursor: pointer;
}

    .fsw-cabin-option span {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #003d79;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .fsw-cabin-option span {
        opacity: 0;
        transition: .3s;
    }

    .fsw-cabin-option.active {
        background: #004e8242;
        color: #2db9c4;
        border-radius: 14px;
    }

        .fsw-cabin-option.active span {
            opacity: 1;
        }
.triptype-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,.12);
    overflow: hidden;
    z-index: 999;
    display: none;
}

    .triptype-dropdown.show-triptype {
        display: block;
    }

.triptype-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    cursor: pointer;
    transition: .25s;
}

    .triptype-item:hover {
        background: #f5f8fc;
    }

.trip-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.trip-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5d6d7e;
    font-size: 24px;
}

.trip-left span {
    font-size: 18px;
    font-weight: 600;
    color: #1f2d3d;
}

.trip-check {
    opacity: 0;
    color: #2db9c4;
    font-size: 24px;
    transition: .25s;
}

.triptype-item.active-trip {
    background: #eef4fb;
}

    .triptype-item.active-trip .trip-check {
        opacity: 1;
    }

/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 1200px) {

    .fsw-calendar-dropdown {
        width: 100%;
        left: 0;
    }

    .fsw-passenger-dropdown {
        width: 100%;
        left: 0;
    }
}
@media (max-width: 991px) {

    .fsw-top,
    .fsw-bottom {
        display: flex;
        flex-wrap: wrap;
    }

    /* TOP ROW */

    .fsw-top-col, .fsw-top-col-alt {
        flex: 0 0 33%;
        width: 33%;
    }

    /* BOTTOM ROW */

    .fsw-bottom-col {
        flex: 0 0 33.33%;
        width: 33.33%;
        border-right: 1px solid #ececec !important;
        border-bottom: 1px solid #ececec;
    }

    .fsw-btn-wrap {
        width: 100%;
        flex: 100%;
        padding: 20px;
    }

    .fsw-swap-btn {
        position: absolute;
        left: 69%;
        /* top: 78px; */
        transform: translateX(-50%);
        z-index: 10;
    }
}
@media (max-width: 991px) {

   
    .fsw-calendar-wrapper {
        flex-direction: column;
    }

    .fsw-calendar-month {
        width: 100%;
    }

        .fsw-calendar-month:first-child {
            border-right: none;
            border-bottom: 1px solid #dfe3e8;
        }

    .fsw-calendar-dropdown {
        width: 100%;
        left: 0;
        top: 100%;
        border-radius: 18px;
    }

    .fsw-passenger-dropdown {
        width: 100%;
        left: 0;
        top: 100%;
        border-radius: 18px;
    }

    .fsw-dropdown-grid {
        flex-direction: column;
    }

    .fsw-passenger-left,
    .fsw-cabin-right {
        width: 100%;
        padding: 0;
        border: none;
    }

    .fsw-cabin-right {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .fsw-top,
    .fsw-bottom {
        flex-wrap: wrap;
    }

    .fsw-top-col,
    .fsw-top-col-alt,
    .fsw-bottom-col,
    .fsw-btn-wrap {
        width: 100%;
        flex: 100%;
        border-right: none !important;
        border-bottom: 1px solid #ececec;
    }

    .fsw-btn-wrap {
        border-bottom: none;
        padding: 20px;
    }

    .fsw-swap-btn {
        margin: 0 auto;
        position: relative;
        /* top: -15px; */
        margin-top: -38px !important;
        top: 15px !important;
        bottom: -15px;
        z-index: 5;
    }

    .fsw-box {
        border-radius: 20px;
    }

    .fsw-top-col,
    .fsw-top-col-alt,
    .fsw-bottom-col {
        padding: 14px 16px;
        min-height: auto;
    }

        .fsw-content input,
        .fsw-content h3,
        .fsw-bottom-col h3 {
            font-size: 16px;
        }

        .fsw-content small,
        .fsw-bottom-col small {
            font-size: 12px;
        }

    .fsw-search-btn {
        height: 52px;
        font-size: 17px;
        border-radius: 14px;
    }

    .fsw-icon-box {
        width: 36px;
        height: 36px;
    }

        .fsw-icon-box img,
        .fsw-icon-img {
            width: 22px;
        }

    .triptype-dropdown {
        width: 100%;
    }

    .tt-menu {
        width: 100%;
    }

    .fsw-calendar-dropdown {
        padding: 10px;
    }

    .fsw-month-header h2 {
        font-size: 18px;
    }

    .fsw-days-row div {
        font-size: 12px;
    }

    .fsw-date {
        height: 34px;
        font-size: 14px;
    }

    .fsw-passenger-row h5 {
        font-size: 16px;
    }

    .fsw-passenger-row p {
        font-size: 11px;
    }

    .fsw-counter button {
        width: 32px;
        height: 32px;
    }

    .fsw-cabin-option {
        font-size: 15px;
        height: 42px;
    }
}

@media (max-width: 480px) {

    .fsw-wrapper {
        padding: 10px;
    }

    .fsw-box {
        border-radius: 16px;
    }

    .fsw-top-col,
    .fsw-top-col-alt,
    .fsw-bottom-col {
        gap: 10px;
        padding: 12px;
    }

        .fsw-content input,
        .fsw-content h3,
        .fsw-bottom-col h3 {
            font-size: 14px;
        }

    .fsw-search-btn {
        font-size: 15px;
        height: 48px;
    }

    .fsw-swap-btn {
        width: 42px;
        height: 42px;
    }
    .fsw-swap-btn {
        margin-top: -38px!important;
        top:15px!important;
    }
    .trip-left span {
        font-size: 15px;
    }

    .trip-icon {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .fsw-calendar-dropdown,
    .fsw-passenger-dropdown {
        border-radius: 14px;
    }
}