.modal-fade {
    z-index: 100;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000; 
}

.modal-hide_Custom {
    display: none;
}

.modal-container_Custom {
    z-index: 101;
    top: 0;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content_Custom {
    width: 680px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.modal-loading-content_Custom {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}


.modal-loading-Context_Custom {
    padding: 15px;
    font-size: 16px;
    color: rgb(37, 37, 37);
}

.modal-title_Custom {
    display: flex;
    font-size: 22px;
    height: 45px;
    align-items: center;
    color: #fff;
    background-color: #6f913c;
    border-radius: 10px 10px 0 0;
    padding: 0 12px;
}

.modal-contentText_Custom {
    padding: 15px;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    color: rgb(37, 37, 37);
}

.modal-footer_Custom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}