﻿

.toast-top-center-ok { 
    top: 8%; 
    left: 42%; 

  
} 


.toastrimagsize {

    width:200px;
}

#entryModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*z-index: 1050;*/
    background-color: white;
    padding: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5); /* translucent grey */
}