div#mRespon {
    padding: 10px;
    background-color: #e1e1e1;
    max-height: 300px;
    overflow: auto;
    scroll-behavior: smooth;/* biar scroll halus */
}
div#mRespon .alert {
    width: fit-content;
    max-width: 90%;
    padding: 0.3rem 1.2rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: none;
    font-size: 1.3rem;
    color: #1a1a1a;
}
div#mRespon .alert.admin.alert-secondary { justify-self: left; border-radius: 0px 20px 20px; background-color: white;}
div#mRespon .alert.pemohon.alert-secondary { justify-self: right; border-radius: 20px 0px 20px 20px; background-color: #d6ebff;}   
div#mRespon .time {color: #013466; font-size: 10px;font-weight: 600;}
div#mRespon .text-respon {border-radius: 20px 0px 0px 20px;}
div#mRespon .submit-respon {border-radius: 0px 20px 20px 0px;}
div#resultModal .btn-sm{
    font-size: 9px;
    border-radius: 26px;
    padding: 0px 5px;
}

.btn-close{
    border: 1px solid grey;
    border-radius: 25px;
}

#resultModal table td{
    font-size: 0.85em;
}
#resultModal .modal-footer {text-align: left;}