.personal-information-box{
    display: flex;
    flex-direction: row-reverse;
}

.disabled {
    background-color: #9e9e9e !important;
    color: #5c5c5c !important;
    border: 3px solid #818181 !important;
    opacity: 0.3;
}