/* Minification failed. Returning unminified contents.
(133,42): run-time error CSS1046: Expect comma, found '0'
(133,46): run-time error CSS1046: Expect comma, found '/'
(134,34): run-time error CSS1046: Expect comma, found '0'
(134,38): run-time error CSS1046: Expect comma, found '/'
 */
html {
    font-size: 15px;
}


body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
}

.custom-timeout-overlay .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.fade:not(.show) {
    opacity: 0;
}

.custom-timeout-overlay .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
}

    .custom-timeout-overlay .modal-header .close {
        padding: 1.25rem 1.25rem;
        margin: -1.25rem -1.25rem -1.25rem auto;
    }

.custom-timeout-overlay .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-transform: uppercase;
}

    .custom-timeout-overlay .modal-body label {
        font-weight: 400 !important;
    }

.custom-timeout-overlay .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .custom-timeout-overlay .modal-footer > * {
        margin: 0.25rem;
        margin-top: 0.25rem;
        margin-right: 0.25rem;
        margin-bottom: 0.25rem;
        margin-left: 0.25rem;
    }

    .custom-timeout-overlay .modal-footer button {
        font-size: 0.8125rem;
    }

.custom-timeout-overlay .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .custom-timeout-overlay .modal-backdrop.show {
        opacity: 0.2;
    }

@media (min-width: 992px) {
    .custom-timeout-overlay .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 576px) {
    .custom-timeout-overlay .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

.custom-timeout-overlay .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.custom-timeout-overlay .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.custom-timeout-overlay .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.custom-timeout-overlay .modal-content {
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
}

.custom-timeout-overlay .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
}


@media (min-width: 576px) {
    .custom-timeout-overlay .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .custom-timeout-overlay modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}

@media (min-width: 992px) {
    .custom-timeout-overlay .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.custom-timeout-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-height: 95vh;
    z-index: 2050;
}

.custom-timeout-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 2040;
    display: none;
}
