﻿
#basePopupLoaders {
    background-color: rgba(0, 0, 0, 0.76) !important;
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

    #basePopupLoaders .loader-box {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background: transparent;
        width: 230px;
        padding: 40px 20px;
    }

        #basePopupLoaders .loader-box img {
            margin-bottom: 20px;
        }

        #basePopupLoaders .loader-box p {
            font-family: PTSans;
            font-size: 15px;
            line-height: 1.2;
            text-align: center;
            color: var(--first-color);
        }

.popupLoadersImg {
    width: 100%;
    position: absolute;
    left: 47%;
    top: 40%;
}

div#background {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007d;
    z-index: 1;
    background-position-x: center;
}
::-webkit-scrollbar-thumb {
    background: white;
}