/******** account *********/
.account-sidebar a:hover {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}
.account-sidebar .nav-link {
    color: var(--primary-color);
}
.account-sidebar .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
}
.account-body .account-header {
    padding-bottom: 20px;
}
.account-body .account-header .account-title {
    text-align: center;
}
.account-body .shipments-table-wrapper {
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    border-radius: 30px;
}
#resetPasswordForm button {
    width: 100%;
}
#editProfileForm {
    margin-top: 20px;
}
#editProfileForm #submitButton,
#editProfileForm #changePasswordButton {
    width: 100%;
}
