   /* width */
   ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 100px;
}

.app-preloader {
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #006CFF;
    background-repeat: no-repeat;
    background-position: 50% -50%;
}
.hideScroll {
    overflow-y: hidden;
}

.preloader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}