﻿.sponsor_container
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#close-location-popup i {
    font-size: 2em;
    float: right;
    padding: 5px 18px;
    padding-bottom: 12px;
    cursor: pointer;
}

    #close-location-popup i:hover {
        color: red;
        transition: 0.5s;
    }

.Category-container {
    height: fit-content;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

    .Category-container .main {
        display: flex;
        justify-content: space-evenly;
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .Category-container ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        list-style-type: none;
        padding: 26px 40px 0px 40px;
    }

        .Category-container ul h2 {
            font-weight: 600;
            font-size: 30px;
        }

        .Category-container ul .view-all a {
            background-color: #FFC100;
            padding: 10px 15px;
            border-radius: 8px;
            font-size: 18px;
            color: white;
            text-decoration: none;
        }

    .Category-container .main .box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 150px;
        margin: auto;
        margin-bottom: 25px;
    }

        .Category-container .main .box .img {
            padding: 10px 10px;
            width: 85px;
            height: 85px;
            background-color: #ffffff78;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            border: 0.5px solid#00000024;
            transition: all 1s;
        }

            .Category-container .main .box .img:hover {
                box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
                transition: all 1s;
            }

            .Category-container .main .box .img img {
                width: 100% !important;
                max-width: 40px;
            }

        .Category-container .main .box .category-title {
            margin-top: 10px;
        }

            .Category-container .main .box .category-title a {
                text-decoration: none;
                color: black;
                font-size: 14px;
                font-weight: 400;
                text-transform: capitalize;
            }

        .Category-container .main .box .category-title {
            text-align: center;
        }





/*.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }   
    */











/*this is product cards section css */

.product-container {
    display: flex;
    flex-direction: column;
    width: 1460px;
    margin: auto;
}

    .product-container ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 26px 0px 20px 0px;
        list-style-type: none;
    }

        .product-container ul li h1 {
            font-weight: 600;
            font-size: 22px;
            text-transform: capitalize;
        }

    .product-container .main {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        justify-content: center;
        align-items: center;
        gap: 2em 1em;
    }


.rating {
    margin: 10px 0px;
}


.product-container ul .view-all a {
    color: white;
}



.product-container .main .cardui {
    height: 243px;
    width: 170px;
    border: 2px solid rgb(241 241 241);
    border-radius: 14px 12px 14px 14px;
    overflow: hidden;
}

    .product-container .main .cardui .image {
        height: 130px;
        /* width: 321px; */
    }

        .product-container .main .cardui .image img {
            width: 100%;
            height: 100%;
            border-radius: 14px 14px 0px 0px;
        }

    /* 
.main-container .main .cardui .image:hover {
    transform: scale(1.2);
} */


    .product-container .main .cardui .text {
        padding: 10px;
    }

        .product-container .main .cardui .text .title h2 {
            font-size: 1.2em;
            color: black;
        }

        .product-container .main .cardui .text .address p {
            font-size: 11px;
            color: #000000;
            font-weight: 200;
        }

        .product-container .main .cardui .text .rating p .rate {
            color: white;
            background-color: #339D3A;
            padding: 5px 10px;
            border-radius: 11px;
            margin-right: 10px;
        }

.star-rating {
    white-space: nowrap;
}

    .star-rating [type="radio"] {
        appearance: none;
    }

    .star-rating i {
        font-size: 1.5em;
        color: #FF6E00;
        transition: 0.3s;
    }




/*end prodect cards section css*/

/* this is top brand section css */

.brand-container {
    border: 1px solid #8F8F8F;
    height: fit-content;
    margin: 0px 220px;
    border-radius: 10px;
}

    .brand-container .main {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

.button-container {
    margin: auto;
}

    .button-container ul {
        list-style-type: none;
        padding: 20px 80px 20px 80px;
        align-items: center;
    }

        .button-container ul h2 {
            font-weight: 600;
            font-size: 30px;
            text-align: center;
        }

        .button-container ul .view-all a {
            background-color: #FFC100;
            padding: 10px 15px;
            border-radius: 8px;
            font-size: 18px;
            color: white;
            text-decoration: none;
        }

.brand-container .main .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .brand-container .main .box .img {
        padding: 10px 10px;
        height: 93px;
        /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
        /* background-color: white; */
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        mix-blend-mode: darken;
        margin-bottom: 10px;
    }

        .brand-container .main .box .img img {
            width: 100%;
            height: 100%;
        }

    .brand-container .main .box .category-title {
        margin-top: 10px;
    }

        .brand-container .main .box .category-title a {
            text-decoration: none;
            color: black;
            font-weight: 400;
        }

    .brand-container .main .box .category-title {
        text-align: center;
    }

/*end top brand section scc*/



/* this is otp section start */

.otp-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #00000085;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

    .otp-container .otp-main {
        width: fit-content;
    }


.bgWhite {
    padding: 25px 40px;
    background: white;
    box-shadow: 0px 0px 50px 0px #0000009c;
}



.customBtn {
    border-radius: 0px;
    padding: 10px;
}

.bgWhite form input {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #222;
    background: transparent;
    border: solid 1px#eee;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    background-color: #fff;
}





.bgWhite ul {
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
}

    .bgWhite ul li a {
        font-size: 16px;
        text-decoration: none;
        color: rgb(67, 67, 67);
    }

#resendotp a {
    color: #0076d7;
    font-weight: 500;
}

.bgWhite p span {
    font-weight: 600;
}

.customBtn {
    width: 300px;
    height: 46px;
    border-radius: 8px;
    display: -webkit-inline-box;
    font-size: 2em;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.bgWhite .title {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin: 40px 0px;
}

.bgWhite p {
    font-size: 1.5em;
}


.bgWhite .title .img {
    border-right: 1px solid#f2f5f8;
    width: 120px;
    height: 40px;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 11px 25px 6px;
}

    .bgWhite .title .img img {
        width: 100%;
    }


.bgWhite .title .text {
    text-align: start;
}

    .bgWhite .title .text p {
        color: #6e6c6c;
    }

    .bgWhite .title .text h4 {
        font-weight: 600;
        font-size: 2.5em;
    }

.main-otp-counter {
    display: flex;
    justify-content: center;
}

    .main-otp-counter li {
        font-size: 2em;
    }


/*otp section end */



/*this is Recent Activity section start */

.recent-activity-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 10px;
}

    .recent-activity-container h1 {
        font-size: 45px;
        margin-bottom: 60px;
    }


    .recent-activity-container .recent-activity-main {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
        align-items: center;
        gap: 0em 5em;
    }

        .recent-activity-container .recent-activity-main .recent-activity-cards {
            height: 445px;
            width: 300px;
            border: 2px solid rgb(241 241 241);
            border-radius: 14px 12px 14px 14px;
            background: white;
        }


            .recent-activity-container .recent-activity-main .recent-activity-cards .image {
                height: 160px;
                width: 100%;
                padding: 8px;
            }

                .recent-activity-container .recent-activity-main .recent-activity-cards .image img {
                    width: 100%;
                    height: 100%;
                    border-radius: 8px;
                }


.recent-activity-cards .text .info {
    display: flex;
    align-items: center;
}

.recent-activity-cards .text {
    padding: 10px 10px;
}

    .recent-activity-cards .text .info .text {
        display: flex;
        flex-direction: column;
        align-items: self-end;
    }

    .recent-activity-cards .text p {
        font-size: 16px;
    }

    .recent-activity-cards .text .info .text span {
        font-size: 16px;
        color: #AFAFAF;
    }

    .recent-activity-cards .text .info .img {
        width: 45px;
        height: 45px
    }

        .recent-activity-cards .text .info .img img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }


.rating2 {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    margin: 0px;
}

    .rating2 input {
        display: none;
    }

    .rating2 label {
        display: inline-block;
        font-size: 24px;
        cursor: pointer;
        color: #ccc;
    }

        .rating2 label:hover,
        .rating2 label:hover ~ label,
        .rating2 input:checked ~ label {
            color: #ffcc00;
        }

/* this is Recent Activity section start */



/* this is location popup container*/


.location-popup-container {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 56%);
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    z-index: 999;
    width: 100%;
    height: 100%;
    min-height: 2400px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30%;
    transform: translate(-50%, -50%);
    margin-top: 0%;
}


.location-container {
    width: 100%;
    max-width: 1000px;
    min-width: 600px;
    background: white;
    margin: auto;
    flex-direction: column;
    background: white;
}

    .location-container .location-main .view-all-Cities {
        width: fit-content;
        margin: auto;
    }

    .location-container .location-main .hide-all-Cities {
        width: fit-content;
        margin: auto;
    }


    .location-container .location-main .view-all-Cities button {
        color: red;
        background: transparent;
        border: none;
        font-size: 15px;
        cursor: pointer;
    }

    .location-container .location-main #hide-all-Cities {
        display: none;
    }

    .location-container .location-main .hide-all-Cities button {
        color: red;
        background: transparent;
        border: none;
        font-size: 15px;
        cursor: pointer;
    }

    .location-container .location-main .my-location {
        padding: 15px;
    }

        .location-container .location-main .my-location .search {
            display: flex;
            display: flex;
            flex-flow: row;
            -webkit-box-pack: start;
            justify-content: flex-start;
            opacity: 1;
            width: 100%;
            -webkit-box-align: center;
            align-items: center;
            border: 1px solid rgb(241, 241, 241);
            border-radius: 2px;
        }

            .location-container .location-main .my-location .search i {
                font-size: 17px;
                margin-left: 10px;
            }

            .location-container .location-main .my-location .search input {
                width: 100%;
                height: 45px;
                border: none;
                font-size: 12px;
                text-indent: 15px;
                font-size: 16px;
                outline: none;
            }

        .location-container .location-main .my-location .detect-location {
            display: flex;
            flex-direction: column;
            gap: 1px;
            margin-top: 10px;
        }

            .location-container .location-main .my-location .detect-location h3 {
                color: rgb(220, 53, 88);
                cursor: pointer;
            }

                .location-container .location-main .my-location .detect-location h3 i {
                    margin-right: 8px;
                    cursor: pointer;
                }

            .location-container .location-main .my-location .detect-location p {
                color: rgb(220, 53, 88);
                font-size: 13px;
                margin: 0;
                cursor: pointer;
            }

    .location-container .location-main .Popular-Cities .heading {
        width: fit-content;
        margin: auto;
        padding: 10px;
    }

    .location-container .location-main .Popular-Cities ul {
        display: grid;
        list-style-type: none;
        grid-template-columns: repeat(10, 1fr);
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0;
    }

        .location-container .location-main .Popular-Cities ul li .Cities-box .cities-img img {
            width: 85%;
        }


        .location-container .location-main .Popular-Cities ul li .Cities-box p {
            font-size: 15px;
        }

        .location-container .location-main .Popular-Cities ul li .Cities-box {
            cursor: pointer;
        }


        .location-container .location-main .Popular-Cities ul li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

    .location-container .location-main .Other-Cities {
        padding: 0px 0px 20px 0px;
    }

        .location-container .location-main .Other-Cities .heading {
            width: fit-content;
            margin: auto;
            padding: 10px;
            margin-top: 10px;
        }

        .location-container .location-main .Other-Cities .cities-list ul {
            list-style-type: none;
            width: 100%;
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            padding: 15px 15px 0px;
            -webkit-box-pack: start;
            justify-content: flex-start;
            max-height: 150px;
            overflow-y: auto;
        }

            .location-container .location-main .Other-Cities .cities-list ul::-webkit-scrollbar {
                width: 0px;
                background: transparent;
            }

            .location-container .location-main .Other-Cities .cities-list ul li {
                height: 20px;
                margin: 0px 10px;
                display: inline-block;
                min-width: calc(20% - 20px);
                color: rgb(153, 153, 153);
                font-size: 15px;
                cursor: pointer;
                text-align: left;
                line-height: 18px;
                text-decoration: none;
                max-width: 160px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                margin-bottom: 2px;
            }

                .location-container .location-main .Other-Cities .cities-list ul li:hover {
                    color: black;
                }

/* location popup container end*/

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.cat-load {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
    min-width: 75px;
    min-height: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.vendor-load {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    min-width: 75px;
    width: 100%;
    min-height: 15px;
    border-radius: 10px;
}



@media (max-width:900px) {

    .location-container .location-main .Popular-Cities ul {
        grid-template-columns: repeat(5, 1fr) !important;
    }


    .location-container .location-main .Other-Cities .cities-list ul li {
        min-width: calc(25% - 20px) !important;
    }

    .location-popup-container {
        top: 40%;
        transform: translate(-50%, -50%);
        margin-top: 0%;
    }

    .sponsor_container .cards-container .card {
        width: 125px !important;
        height: 195px !important;
        background-color: #f0f0f0;
        border-radius: 12px;
        margin-bottom: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        position: relative;
        overflow: hidden;
        transition: 0.5s;
    }

        .sponsor_container .cards-container .card .card-overlay .texts h2 {
            font-size: 10px !important;
            color: white;
            margin: 0px 0px 0px 0px;
        }

        .sponsor_container .cards-container .card .card-overlay .texts p {
            font-size: 8px !important;
            margin: 0;
            color: white;
        }

        .sponsor_container .cards-container .card .card-overlay .ratings span {
            color: #FFC100;
            font-size: 8px !important;
        }

        .sponsor_container .cards-container .card .card-overlay .location span {
            font-size: 8px !important;
        }

        .sponsor_container .cards-container .card .card-overlay .location {
            gap: 5px;
            margin-top: 80px;
        }
}


@media (max-width:600px) {

    .location-popup-container {
        top: 45%;
        transform: translate(-50%, -50%);
        margin-top: 0%;
    }

    .location-container .location-main .Other-Cities .cities-list ul {
        max-height: 367px;
    }

        .location-container .location-main .Other-Cities .cities-list ul li {
            min-width: calc(33% - 19px) !important;
        }

    .location-container {
        max-width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 2566px) and (min-width: 1100px) {
    .product-container .main {
        display: grid;
        grid-template-columns: repeat(6, 1fr) !important;
        justify-content: center;
        align-items: center;
        gap: 2em 1em;
    }
    .Category-container {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (max-width:500px) {

    .location-container .location-main .Popular-Cities ul li .Cities-box .cities-img img {
        width: 45%;
    }

    .location-container .location-main .Popular-Cities ul li .Cities-box p {
        font-size: 10px;
    }

    .location-container .location-main .Other-Cities .cities-list ul li {
        font-size: 10px;
    }
}

.sponsor_container-main {
    position: relative;
}


    .sponsor_container-main .right-left-btns {
        position: absolute;
        display: flex;
        justify-content: space-between;
        top: -150px;
        z-index: 999;
        top: 45%;
        width: 100%;
    }

        .sponsor_container-main .right-left-btns .swiper-button-next i {
            color: #ffc100;
            padding: 10px 10px;
            font-size: 25px;
            cursor: pointer;
        }

        .sponsor_container-main .right-left-btns .swiper-button-prev i {
            color: #ffc100;
            padding: 10px 10px;
            font-size: 25px;
            cursor: pointer;
        }

.sponsor_container {
    height: 100%;
    overflow-x: scroll;
    max-width: 1500px;
    margin: 10px auto;
}


    .sponsor_container .cards-container {
        display: flex;
        width: 3000px;
        gap: 10px;
        padding: 5px;
    }

        .sponsor_container .cards-container .card {
            width: 254px;
            height: 380px;
            background-color: #f0f0f0;
            border-radius: 12px;
            margin-bottom: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: 0.5s;
        }

            .sponsor_container .cards-container .card:hover img {
                transform: scale(1.1);
                transition: 0.5s;
            }

            .sponsor_container .cards-container .card img {
                width: 100%;
                height: 100%;
            }

            .sponsor_container .cards-container .card .labels {
                position: absolute;
                top: 0px;
                left: 200px;
                z-index: 11;
            }

                .sponsor_container .cards-container .card .labels .label {
                    display: inline-block;
                    padding: 5px 10px;
                    border-radius: 0;
                    border-radius: 0px 0px 5px 5px;
                    margin-right: 5px;
                    font-size: 12px;
                    font-weight: bold;
                    display: flex;
                }

.top {
    background-color: #ff0000;
    /* Red color */
    color: #fff;
}

.new {
    background-color: #28a745;
    color: #fff;
}

.sponsor_container .cards-container .card .labels .hot {
    background-color: #fffdfd;
    color: #fff;
    height: 41px;
    width: 8px;
    display: flex;
    align-items: end;
    justify-content: center;
    color: black;
    border-radius: 0px 0px 10px 10px;
    padding: 9px 11px;
    font-size: 10px;
}

.sponsor_container .cards-container .card .card-overlay {
    position: absolute;
    z-index: 10;
    padding: 10px 10px;
    height: fit-content;
    width: fit-content;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000047;
}

    .sponsor_container .cards-container .card .card-overlay .texts h2 {
        font-size: 25px;
        color: white;
        margin: 20px 0px 0px 0px;
    }

    .sponsor_container .cards-container .card .card-overlay .texts p {
        font-size: 16px;
        margin: 0;
        color: white;
    }

    .sponsor_container .cards-container .card .card-overlay .location {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .sponsor_container .cards-container .card .card-overlay .location i {
            font-size: 15px;
            color: white;
        }

        .sponsor_container .cards-container .card .card-overlay .location span {
            font-size: 15px;
            color: white;
        }

    .sponsor_container .cards-container .card .card-overlay .ratings span {
        color: #FFC100;
        font-size: 21px;
    }

.view-all {
    background-color: #FFC100;
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 15px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}








.shine-btn {
    background-repeat: no-repeat;
    background-position: -120px -120px, 0 0;
    background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% );
    background-image: -moz-linear-gradient( 0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% );
    background-image: -o-linear-gradient( 0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% );
    background-image: linear-gradient( 0 0, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 37%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.0) 50% );
    -moz-background-size: 250% 250%, 100% 100%;
    background-size: 250% 250%, 100% 100%;
    -webkit-transition: background-position 0s ease;
    -moz-transition: background-position 0s ease;
    -o-transition: background-position 0s ease;
    transition: background-position 0s ease;
}

    .shine-btn:hover {
        background-position: 0 0, 0 0;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }







.img-shine {
    --a: 0deg; /* control the angle of rotation (the smaller, the better) */
    aspect-ratio: 1;
    transform: perspective(400px) rotate3d(var(--r,1,-1),0,calc(var(--i,1)*var(--a)));
    -webkit-mask: linear-gradient(135deg,#000c 40%,#000,#000c 60%) 100% 100%/250% 250%;
    transition: .4s;
    cursor: pointer;
}

.alt {
    --r: 1,1;
    -webkit-mask: linear-gradient(45deg,#000c 40%,#000,#000c 60%) 0 100%/250% 250%;
}

.img-shine:hover {
    --i: -1;
    -webkit-mask-position: 0 0;
}

.alt:hover {
    -webkit-mask-position: 100% 0;
}




/* width */
.sponsor_container::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sponsor_container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.sponsor_container::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 5px;
}


.scroll {
    width: 200px;
    height: 400px;
    background: red;
    overflow: scroll;
}

    .scroll::-webkit-scrollbar {
        width: 12px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

​