
 .main_left,
 .main_rigth, 
 .main_triple {
     position: relative;
 }
 
 .qr_loader{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000c9;
    z-index: 10;



    margin-left: 250px;
    box-sizing: border-box;
    min-height: 100vh;
    width: calc(100% - 250px);
 }
 
 
 .main_left_loader_admin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #8b8b8b;


    z-index: 10;
    border-radius: 8px;
    
}
.loader_admin {
    width: 20px;
    height: 20px;
    border: 4px solid rgba(255, 255, 255, 0.347);
    border-left-color: #ffffff;
    border-radius: 50%;
    animation: spin .3s linear infinite;
    margin-bottom: 10px;
}


 .main_left_loader {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: flex
 ;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     background: #000000c9;

     z-index: 10;
     border-radius: 8px;
     
 }
 
 .loader {
     width: 20px;
     height: 20px;
     border: 4px solid rgba(255, 255, 255, 0.347);
     border-left-color: #ffffff;
     border-radius: 50%;
     animation: spin .3s linear infinite;
     margin-bottom: 10px;
 }
    .oooosadfsdff{
    color: white;
    font-size: 14px;
    }
    .oooosadfsdff_admin{
        font-size: 14px;
        color: #ffffff;
    }
 

/* komentaru loader */
.loader_komentaru{
    width: 20px;
    height: 20px;
    border: 4px solid rgba(95, 95, 95, 0.347);
    border-left-color: #000000;
    border-radius: 50%;
    animation: spin .3s linear infinite;
    margin-bottom: 10px;
}


 .komentarai {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
}


.oooosadfsdff_komentarai{
    margin-top: 10px;
    font-size: 14px;
    color: #4b5563;
}

/* komentaru loader */

 
 @keyframes spin {
     0% { transform: rotate(0deg); }
     100% { transform: rotate(360deg); }
 }






 @media (max-width: 768px) {

    .qr_loader{
        margin-left: 0px!important;
        width:100% !important;;
     }
}

 
 