

.account-informations {
    padding-top: 70px;
    margin-bottom: 200px;
}
.account-informations .my-profile {
    font-family: Titillium;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    color: #767373;
}

.account-informations .title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 40px;
    font-style: normal;
    line-height: 27px;
    color: #000;
}

.account-informations .title1 {
    font-family: Titillium;
    font-weight: 400;
    font-size: 26px;
    font-style: normal;
    line-height: 27px;
    color: #000;
}

.account-informations .tab-pane {
    padding-top: 70px;
}

.account-informations .text {
    font-family: Titillium;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    line-height: 27px;
    color: #767373;
}

.account-informations .nav-link {
    border-radius: 0px;
    border: none;
    background-color: #f2f2f2;
    transition: .3s;
}


.account-informations .nav-link.active {
    border-bottom: 3px solid #009DAA;
    background-color: transparent;
}

.account-informations .nav-link {
    font-family: Titillium;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
    color: #545454;
    padding: 1rem 0px;
    margin-right: 3rem;
}

.personal-info-table, .personal-preferences-table {
    background-color: #fff;
    width: 100%;
}

.personal-info-table-row:not(:last-child), .personal-preferences-table-row:not(:last-child){
    border-bottom: .5px solid #B7BABC;
}

.personal-info-table-row td:nth-child(1), .personal-preferences-table-row td:nth-child(1) {
    text-align: left;
    padding: 1rem;
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 27px;
    color: #A3A3A3;
}

.personal-info-table-row td:nth-child(2), .personal-preferences-table-row td:nth-child(2) {
    text-align: left;
    padding: 1rem;
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 27px;
    color: #010101;
}

.personal-info-table-row td:nth-child(3), .personal-preferences-table-row td:nth-child(3) {
    text-align: right;
    padding: 1rem;
    transition: .3s;
}

.personal-info-table-row td:nth-child(3) a:hover {
    background: #009DAA;
    transition: .3s;
    height: fit-content;
    padding: 3px;
    padding-bottom: 7px;
}

.personal-info-table-row td:nth-child(3) a {
    transition: .3s;
    height: fit-content;
    padding: 3px;
    padding-bottom: 7px;
}

.personal-preferences-table-row td:nth-child(3) a {
    font-family: Titillium;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 27px;
    color: #009DAA;

    text-decoration: none;
}

.personal-preferences-table-row td:nth-child(3) a:hover {
    text-decoration: underline;
}

.personal-preferences {
    padding-top: 70px;
}