::-webkit-scrollbar {
     width: 6px;
 }

::-webkit-scrollbar-track {
     background-color: #080807;
     -webkit-border-radius: 3px;
     border-radius: 3px;
 }

 ::-webkit-scrollbar-thumb {
     -webkit-border-radius: 3px;
     border-radius: 3px;
     background-color: #4B9E4A;
 }

.w-lightbox-thumbnail {
    height: 6px;
    border-radius: 3px;
    background: #2F642D;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    display: none;
}

.w-lightbox-group .w-lightbox-image {
    border-radius: 0.5em;
}

</style>
<link rel="stylesheet" href="https://fengyuanchen.github.io/datepicker/css/datepicker.css">

<style>

body { 
    font-variant-numeric: lining-nums;
    overflow-x: hidden;
} 

.swiper-scrollbar-drag {
    background: #4b9e4a;
}

.b-main__frame-svg {
    pointer-events: none;
}

.b-noize {
    pointer-events: none;
}

input[type="checkbox"]:checked + .b-checkbox__custom-check {
    background-position: center bottom;
}