

::-webkit-scrollbar-track {
    display: none !important;
}

.header-search input#SearchItem {
    border-radius: 0;
    height: 42px;
    margin-top: -7px;
}

/* #loading img {
    width: 300px;
    height: 300px;
    justify-content: center;
    display: flex !important;
    margin: 20% auto;
} */

.fadde {
    filter: blur(5px);
}

.dis {
    display: none !important;
}
#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--colorWhite);
    z-index: 99999;
    cursor: pointer;
    justify-content: center;
    /* display: flex; */
}
.object-cover {
    object-fit: cover;
}
#loading img {
    display: block;
    width: 100%;
}
#loading ::-webkit-scrollbar {
    width: 3px;
}
#loading ::-webkit-scrollbar {
    width: 5px;
    background: #e7e7e7;
}