*,
body {
    position: relative;
    box-sizing: border-box;
    scroll-behavior: smooth;
    width: 100%;
    line-height: 1.5;
    font-family: 'SF Pro Display', sans-serif !important;
    
}

.f-roboto {
    font-family: Roboto;
}

.wp-wapper {
    width: 100%;
    height: 100%;
}

.slick-vertical .slick-slide {
    margin-top: 8px;
    margin-bottom: 8px;
}

.site-bar {
    height: 70vh;
    left: 20px;
    top: 5vh;
    bottom: 5vh;
    width: 150px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 15px;
    position: fixed;
    left: 8px;
    top: calc((100% + 25px) / 2);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    padding: 12px 0;
}

.site-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 69px;
    height: 100%;
    background-color: rgb(39, 169, 223, .7);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    z-index: -1;
}

.scrolled::before {
    content: "";
    background-color: rgb(39, 169, 223, .7);
    transition: all .5s;
}

.list-group {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0px;
}

.slider-bottom {
    justify-content: flex-end;
}

.slick-list {
    padding: 0px !important;
}

.list-group .item-group .wp-thumb-nail {
    width: 58px;
    height: 58px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all .5s;
    overflow: hidden;
    background-size: cover;
}

.list-group .item-group .wp-thumb-nail.active {
    width: 90px;
    height: 90px;
    margin-left: 25px;
    padding: 0px;
    border-radius: 24px;
    object-fit: cover;
}

.box {
    display: flex;
    align-items: center;
    transition: all .5s;
    padding: 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    gap: 15px;
}

.box .wp-title {
    display: none;
    width: 150px;
    gap: 15px;
    text-align: left;
    align-items: center;
    transition: all .5s;
}

.box .wp-title span {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    color: #fff;
}

.box .wp-title .tilte {
    font-size: 16px;
    font-weight: 700;
}

.box.active .wp-title {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.box.active {
    display: flex;
    text-align: center;
    align-items: center;
    transition: all .5s;
    background: linear-gradient(270deg, #19aded, rgba(83, 154, 208, 0));
    -webkit-animation: leftTab_itemMoreIn__vLq5q 1s;
    animation: leftTab_itemMoreIn__vLq5q 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 300px;
}

@keyframes slideBackground {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.box.active .wp-thumb-nail.active {
    background-color: unset;
    transition: all .35s;
}

.list-group .item-group img {
    position: absolute; 
    box-sizing: border-box;
    border: 3px solid #9cd2ff8f;
    min-width: 100%;
    min-height: 100%;
    filter: none;
    border-radius: 50%;
    transition: all .35s;

}

/* CSS BOTTOM */
.handle:after {
    left: -7px;
    text-shadow: 0 1px 3px #0084b3;
    transform: translateY(-50%) rotate(0deg);
}

.handle:after {
    speak: none;
    /* background: #fff; */
    content: "";
    font-family: font-family !important;
    font-size: 45px;
    height: 2px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 6px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 3px #0084b3;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
}

.handle path {
    fill: #00aae6;
}

.handle svg {
    width: 20px;
    height: 53px;
}

.handle {
    position: fixed;
    bottom: 100px;
    left: 0px;
    z-index: 99;
    height: 52px;
    width: 20px;
}

.icon-close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: -10px;
    top: -10px;
    display: none;
}

/* CSS BOTTOM */

@media screen and (max-width: 767px) {
    .site-bar {
        height: 70vh;
        width: 75px;
        top: 100px;
        -webkit-transform: unset;
        transform: unset;
    }

    .site-bar:before {
        content: "";
        width: 100%;
    }

    .list-group {
        padding: 4px 0px;
        gap: 5px;
    }

    .list-group .item-group .wp-thumb-nail {
        width: 55px;
        height: 55px;
    }

    .box {
        justify-content: center;
    }

    .wp-wapper {
       
    }

    .wp-title.active {
        display: none !important;
    }

    .list-group .item-group .wp-thumb-nail {
        width: 60px;
        height: 60px;
        margin-left: 0px;
    }

    .list-group .item-group .wp-thumb-nail.active {
        width: 70px;
        height: 70px;
    }
}