/* ------------- COMMON ----------------*/

.requiered{
    background-color: pink !important;
    border: 1px solid red;
}

#pba_popup{

}

#pba_popup_background{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.3;
    background: black;
}

#pba_popup_box{
    position: fixed;
    top: 30vh;
    left: 50%;
    width: 20em;
    height: 10em;
    background: antiquewhite;
    padding: 1em;
    border: 1px solid black;
    text-align: center;
    margin-left: -10em;
}

#pba_popup_title{
    text-align: center;
    font-weight: bold;
}

.pba_popup_title_centered{
    margin-top: 4.5em;
}

#pba_popup_content{
    display: table;
    height: 7em;
}

#pba_popup_content p{
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
    width: 20em;
}

/* -------------------------------------*/


/* ----------- ALERT BOX ---------------*/

#pba_popup_alert_button_dismiss{
    position: absolute;
    bottom: 1em;
    left: 32%;
    width: 36%;
    border: none;
    color: white;
    background: brown;
}

/* -------------------------------------*/


/* ------- CONFIRMATION BOX ------------*/

#pba_popup_confirm_button_cancel{
    position: absolute;
    bottom: 1em;
    left: 9%;
    width: 36%;
    border: none;
    color: white;
    background: brown;
}

#pba_popup_confirm_button_confirm{
    position: absolute;
    bottom: 1em;
    left: 56%;
    width: 36%;
    border: none;
    color: white;
    background: brown;
}

/* -------------------------------------*/


/* ---------- LOADING BOX --------------*/

#pba_popup_loading_img{
    margin-top: -1em;
}

#pba_popup_loading_img img{
    width: 15em;
}

/* -------------------------------------*/


/* ----------- PROMT BOX ---------------*/

#pba_popup_promt_button_cancel{
    position: absolute;
    bottom: 1em;
    left: 9%;
    width: 36%;
    border: none;
    color: white;
    background: brown;
}

#pba_popup_promt_button_confirm{
    position: absolute;
    bottom: 1em;
    left: 56%;
    width: 36%;
    border: none;
    color: white;
    background: brown;
}

#pba_popup_promt input{
    margin-top: 2em;
    height: 1em;
    width: 80%;
    font-size: 1.5em;
    padding: 0.5em;
    text-align: center;
}

#pba_popup_promt textarea{
    margin-top: 1em;
    width: 90%;
    resize: none;
    padding: 0.5em;
    height: 7em;
}

/* -------------------------------------*/