.account-content button{
    color: #484848 !important;
}

.account-content button:hover{
    color: #b9b4b4 !important;
}

.mw-250px {
    max-width: 250px;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}
.f-required {
    color: red;
    margin-left: 5px;
}