/* Minification failed. Returning unminified contents.
(33,37): run-time error CSS1046: Expect comma, found '0'
(33,41): run-time error CSS1046: Expect comma, found '/'
 */
.modalHighLevel {
    z-index: 10000002 !important;
}
/*fix bug where modal leaves black line around hover elements*/
a:hover, a:focus {
    outline: none !important;
}
.modalNoScroll {
    overflow-y: unset;
    padding-bottom: 15px;
}

.modalBackground {
    background-color: Black;
    opacity: 0.4;
}


.modalPopup {
    min-height: 50vh;
    max-height: 80vh;
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    top: 3rem !important;
    border-radius: 5px;
    border: none;
    overflow-x: hidden;
    overflow-y: hidden !important;
    box-shadow: 0px 0px 169px rgb(0 0 0 / 100%);
    z-index: 10000 !important;
}

.modalBackground {
    z-index: 999 !important;
}

.rrHandle {
    z-index: 20001 !important;
}

.modalPopup .body {
    max-height: 70vh;
    overflow-y: scroll !important;
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
}

.modalPopup .header {
    padding: 0px 0px 0px;
    margin-bottom: 15px;
    text-align: left;
    color: #ed174c;
    border-bottom: 2px solid #e5e5e5;
}

.modalPopup .footer {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: white;
    padding-top: 20px;
    padding-right: 30px;
    z-index: 10000000;
    padding: 10px 10px 10px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modalBackground {
    background-color: black;
    opacity: .6;
}

@media (max-width: 990px) {
    .modalPopup {
        max-height: 99vh;
        width: 100% !important;
        position: fixed !important;
        z-index: 10000 !important;
        top: 0px !important;
        left: 0 !important;
        height: 100vh !important;
        max-height: 100% !important;
    }

        .modalPopup .body {
            max-height: 99vh;
            padding-bottom: 20em;
        }
}
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-sm {
    padding: .25rem .4rem !important;
    font-size: .875rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}
