/* 
    Created on : Mar 3, 2024, 11:05:12 PM
    Author     : ebelloma
*/

#mySidebar_right {
    position: fixed; z-index: 103 !important;
    right: 0px;
    top: 0px; bottom: 0px;
    background-color: white; color: black;
    width: auto; height: auto; display: none;
    border-top: 1px solid grey; border-left: 1px solid grey; border-bottom: 1px solid grey;
    overflow: auto; max-width: 600px; width: 90%;
    border-radius: 8px 0px 0px 8px !important;
}
#mySidebar_right .mySidebar_header {
    background-color: whitesmoke;
}

#mySidebar_left {
    position: fixed; z-index: 250!important;
    left: 0px;
    top: 0px; bottom: 0px;
    background-color: white; color: black;
    width: auto; height: auto; display: none;
    border-top: 1px solid grey; border-left: 1px solid grey; border-bottom: 1px solid grey;
    overflow: auto; max-width: 600px; width: 90%;
    border-radius: 0px 8px 8px 0px !important;
}
#mySidebar_left .mySidebar_header {
    background-color: whitesmoke;
}

#myModal {
    padding-top: 30px !important;
}
#myModal .myModal_header {
    background-color: whitesmoke;
}
#myModal .w3-modal-content {
    border-radius: 16px !important;
    background-color: white; color: black;
}
#myModal_dataEntry {
    padding-top: 30px !important;
}
#myModal_dataEntry .myModal_header {
    background-color: whitesmoke;
}
#myModal_dataEntry .w3-modal-content {
    width:95%!important; max-width: var(--MAX_DISPLAY_SIZE);
    border-radius: 16px !important;
    background-color: white; color: black;
    margin: 0px auto;
}