.ocmw-modal{display:none;position:fixed;z-index:100000;left:0;top:0;width:100%;height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.4)}
.ocmw-modal-inner{
    width:100%
}
.ocmw-modal-content{
    position:relative;
    display:flex;
    justify-content:center;
    background-color:#fefefe; 
    margin:10% auto;
    padding:20px;
    border:1px solid #888;
    width:80%
}
.close-modal{
    line-height: 0.75;
    border: solid 1px;
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 14px;
    font-weight: bold;
}
.rtl.close{
    left:10px;
    right:auto
}
.close:hover,.close:focus{
    color:black;
    text-decoration:none;
    cursor:pointer
}
.show{display:block}