.modal_overlay {
    background-color: rgba(0,0,0,.9);
}

.modal_overlay_view {

}

.modal_overlay_header{
    
    
}

.modal_overlay_body{
    max-height: calc(100vh - 200px);
    overflow: auto;    
    
}





.popup_overlay {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.0);
    z-index: 99;
}

.popup_overlay_view {
    margin: auto;
    position: fixed;
    width: 500px;
    height: 220px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    padding: 5px;
    border: 1px solid white;
    border-radius: 10px;
    border: solid;
    z-index: 99;
}

.popup_overlay_body{
    text-align: -webkit-center;
    margin-top: 20px;  
    z-index: 99;
    
}