/* ===== DESKTOP NAVIGATION & PROVIDER CAROUSEL ===== */

/* Hide mobile on desktop */
@media (min-width: 769px) {
    #showM {
        display: none !important;
    }
}

/* Desktop Container */
.content {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Page Title */
.nav__title {
    background: #0f0f0f;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    border-radius: 5px;
}

/* Provider Tabs Container */
.g8sggl-t {
    background-color: #171342;
    font-size: 0;
    padding: 3px 2px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.g8sggl-t .ww {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: left;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 0 30px;
}

.g8sggl-t .ww::-webkit-scrollbar {
    display: none;
}

/* Provider Tab Item */
.g8sggl-t .ii {
    background-color: #301d6e;
    display: inline-block;
    width: 130px;
    text-align: center;
    font-size: 14px;
    margin: 0 2px;
    background-repeat: no-repeat;
    background-position: top 5px center;
    background-size: 80%;
    background-blend-mode: luminosity;
    position: relative;
    vertical-align: top;
    transition: 0.5s ease;
    cursor: pointer;
}

.g8sggl-t .ii .ii-tt {
    padding: 60px 0 5px;
    color: #fff;
}

.g8sggl-t .ii.aaa,
.g8sggl-t .ii:hover {
    background-color: #110e35;
    background-blend-mode: inherit;
}

/* Badge on Provider */
.g8sggl-t .ii .badge {
    position: absolute;
    width: 34%;
    left: 0px;
    top: 0px;
}

.g8sggl-t .ii .badge img {
    max-width: 100%;
    filter: grayscale(0.8);
}

.g8sggl-t .ii.aaa .badge img,
.g8sggl-t .ii:hover .badge img {
    filter: none;
}

/* Arrow Navigation */
.g8sggl-tarr {
    position: absolute;
    top: 0;
    color: #352c02;
    height: 100%;
    padding: 0 8px;
    background-color: #e3a43b;
    width: 22px;
    font-size: 16px;
    display: none;
    cursor: pointer;
    z-index: 10;
}

.g8sggl-tarr.l {
    left: 0;
}

.g8sggl-tarr.r {
    right: 0;
}

.g8sggl-tarr i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

/* Category & Search Bar Container */
.g8sggl-c {
    background-color: #301d6e;
    font-size: 0;
    margin-bottom: 15px;
}

.g8sggl-c .ll {
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    vertical-align: top;
}

.g8sggl-c .ll .ww {
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.g8sggl-c .ll .ww::-webkit-scrollbar {
    display: none;
}

/* Category Tab Item */
.g8sggl-c .ll .ii {
    font-size: 14px;
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s ease;
    cursor: pointer;
}

.g8sggl-c .ll .ii.aaa,
.g8sggl-c .ll .ii:hover {
    background-color: #e3a43b;
    color: #352c02;
}

/* Search Bar */
.g8sggl-c .rr {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.g8sggl .searchbar {
    font-size: 12px;
    position: relative;
}

.g8sggl .searchbar img {
    position: absolute;
    width: 24px !important;
    transform: translateY(-50%);
    top: 50%;
    left: 3px;
}

.g8sggl .searchbar input {
    background-color: #110e35;
    border: 0;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    padding: 0 10px 0 32px;
    outline: 0;
    border-radius: 0px;
    color: #ffffff;
}

.g8sggl .searchbar input::placeholder {
    color: #888888a1;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .g8sggl-t .ii {
        width: 110px;
        font-size: 12px;
    }

    .g8sggl-t .ii .ii-tt {
        padding-top: 50px;
    }

    .g8sggl-c .ll {
        width: 70%;
    }

    .g8sggl-c .ll .ii {
        font-size: 12px;
        padding: 0 15px;
        line-height: 34px;
    }

    .g8sggl-c .rr {
        width: 30%;
    }

    .g8sggl .searchbar input {
        line-height: 34px;
    }
}

@media only screen and (max-width: 479px) {
    .g8sggl-t .ii {
        width: 90px;
    }

    .g8sggl-t .ii .ii-tt {
        padding-top: 44px;
    }

    .g8sggl-c .ll {
        width: 100%;
    }

    .g8sggl-c .rr {
        width: 100%;
    }

    .g8sggl .searchbar input {
        text-align: center;
    }
}
