::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

* {
    scrollbar-width: none;
}

* {
    -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
