﻿


/* background progress bar */
.background-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    opacity: .88;
    filter: alpha(opacity=88);
    z-index: 1998;
}

/* div centralize progress bar */
.progress-box {
    position: fixed;
    width: 50%;
    min-height: 150px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px !important;
        margin: 1.75rem auto;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
    color: black;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    margin-left: -20px;
    border: 80px;
    margin-top: 39px;
    /**/
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px !important;
    background: #FCFCFC;
    position: initial;
}

.modal-body {
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    width: 100%
}

.modal-white .modal-backdrop {
    background-color: #ffffff;
    opacity: 80%;
}

.content {
    min-height: 100px;
    min-width: 300px;
    text-align: center;
    overflow: auto;
}

.content-modal {
    min-height: 80px;
    min-width: 200px;
    /*  text-align: center;*/
    word-wrap: break-word !important;
}
