
    /* CUSTOM ALERT / CONFIRM FUNCTIION CSS*/
            .modal {
               background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 25;
    backdrop-filter: blur(2rem);
    -webkit-backdrop-filter: blur(2rem);
    display: none;
        }
        .modal-content {
    background-color: #404a5359;
    margin: 15% auto;
    padding: 1.5rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: var(--Blue1);
    width: 80%;
    max-width: 26rem;
    text-align: center;
    border-radius: 0.5rem;
}
        .close-btn, .ok-btn, .cancel-btn {
    padding: 0.5rem 1rem;
    margin: 0.5rem;
    cursor: pointer;
    background-color: var();
    border-radius: 0.3rem;
    border-color: white;
    border-width: 0;
        }
        #user_prompt_msg {
    padding-bottom: 1rem;
    font-size: 1.2rem;
    color: white;
        line-height: 1.5rem;
}
.user_prompt_img {
    /* float: left; */
    /* position: relative; */
    aspect-ratio: 1;
    width: 4rem;
    vertical-align: middle;
    /* opacity: 0.5; */
    /* left: -0.3rem; */
    /* top: -0.2rem; */
}
.prompt_el {
    display: inline-flex;
        padding-bottom: 1rem;

}
.u_prompt_head {
    font-weight: 700;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}
.prompt_err_code{
    padding-bottom: 0.5rem;
}