.m__modal {
    height: 100vh;
    width: 100vw;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 333333;
}

#Modal__Confirm__Fixed {
    z-index: 99999999 !important;
}

.m__modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    background-color: rgba(0, 0, 0, .3);
    z-index: 333334;
}

.m__modal-content {
    box-shadow: 1px 1px 1px 1px gray;
    border-radius: 5px;
    z-index: 333335;
    background-color: white;
}

.m__modal-body {
    width: 100%;
    padding: 10px;
}

.m__modal-body .tab-content {
    height: 100% !important;
}


body.isMobile .m__modal-header .dropdown {
    all: unset !important;
    padding: 0 !important;
}

.m__modal-title {
    /* color: rgb(34, 34, 34); */
    color: white;
    margin:5px;
}

.m__modal-hidden {
    display: none !important;
}

.m__rounded {
    border-radius: 5px !important;
}