/*New ntouch Css*/
.loader-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    top: 0;
    left: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}


    .loader-panel.hidden {
        display: none;
    }

    .loader-panel .loader {
        width: 150px;
        height: 150px;
        text-align: center;
        display: flex;
        align-items: center;
    }

.loader img {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
}
