.ap_mdl_bg{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.ap_mdl_mc{
    border: 1px solid grey;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 280px;
    width: 100%;
}

.ap_mdl_hdr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0056df;
    padding-bottom: 5px;
}

.ap_mdl_ht{
    color: #0056df;
    font-weight: 600;
    flex: 1;
    line-height: 15px;
}

.ap_mdl_hcb{
    display: flex;
    align-items: center;
    column-gap: 3px;
    flex: 1;
    justify-content: end;
    color: #0084E2;
    font-weight: 500;
}
.ap_mdl_hcb img{
    height: 20px;
}

.ap_mdl_ct{
    display: flex;
}

.ap_mdl_slt{
    height: 40px;
    font-family: 'Poppins';
    border-radius: 5px;
    width: 100%;
    padding: 0 5px;
}

.ap_mdl_ti{
    height: 30px;
    border-radius: 5px;
    width: 100%;
    font-family: 'Poppins';
    padding: 0 5px;
    border: 1px solid grey;
}

.ap_mdl_bt_ct{
    display: flex;
    column-gap: 10px;
    margin-top: 25px;
}

.ap_mdl_bt_ct button{
    height: 28px;
    border-radius: 5px;
    font-family: 'Poppins';
    flex: 1;
    font-weight: 600;
}

.mb_cl {
    background-color: transparent;
    color: grey;
    border: 2px solid grey;
}

.mb_ur{
    background-color: #0084E2;
    color: white;
    border: none;
}