.bg-full-modal{
    display: none;
    background: #0005;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 99990;
}
.bg-full-modal-open{
    display: block;
}
.modal{
    position: relative !important;
    display: none !important;
    z-index: 99991;
}
