.profile-action-btn {
    background-color: #0089ce;
    color: #FFFFFF;
    font-size: 13px !important;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 7px 18px 7px 19px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
}

.profile-container {
    display: flex;
    flex-direction: column;
    margin-top: 23px;
}

.avatar-container {
    position: relative;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}
.avatar-container .avatar-image {
    position: relative;
    width: 120px;
    height: 120px;
    border: 5px solid #000000;
    border-radius: 75px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.info-sections {
    display: flex;
    justify-content: space-between;
    gap: 50px
}
.info-sections .col-section {
    flex: 1;
}
.section-fields > .row {
    /*height: 28px;*/
    display: flex;
    margin-bottom: 3px;
    align-items: center;
}
.section-fields > .row.row-right-align {
    justify-content: flex-end;
}

.section-fields > .row > div {
    background-color: #f3f8ff;
    font-size: 16px;
    text-overflow: fade;
    padding: 0 9px;
    width: 100%;
    height: 28px;
}
.section-fields > .row > label {
    position: relative;
    width: 100%;
}
.section-fields > .row > label .password-visibility-switch {
    height: 28px;
}
.section-fields > .row > label .input-title {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 0;
}
.section-fields > .row > label input {
    height: 26px;
    border: 1px solid #4d88ca;
    width: 100%;
    outline: unset;
    box-sizing: border-box;
}

.section-fields > .row > .field-name {
    border-right: 3px solid #ffffff;
    width:  115px;
}
.section-fields > .row > .field-value {
    color: #878787;
}
.section-fields .error {
    font-size: 12px;
    color: #ff0000;
    padding: 0 0 3px 0;
}
.section-fields .success {
    font-size: 12px !important;
    color: #009300;
    padding: 0 0 3px 0;
    text-align: right;
    background-color: #FFFFFF !important;
    line-height: 28px;
}

.logout-section {
    display: flex;
    justify-content: flex-end;
}
.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    font-family: 'Century Gothic Bold', serif;
}
