/* MODAL popup*/
.wis_accounts_modal
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 100%;
    height: 400px;
    max-height: 100%;
    z-index: 1010;
    display:block;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    border: 1px solid #32323280;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 3px 0px rgba(50, 50, 50, 0.5);
}
.wis_closed
{
    display:none !important;
}
.wis_modal_content
{
    position: initial;
    top: 0;
    left: 0;
    width: auto;
    height: aut