.tab-container-profile {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 100;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #0077C8;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.edit-profile {
    width: 1440px;
    height: 170px;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #0077C8;
    padding-left: 0;
}

.side-head {
    height: 110px;
    flex-shrink: 0;
    background: #E35205;
    margin-inline-start: 7px;
}

.layout {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.name {
    width: 240px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 0px 5px 5px 0px;
    background: #FFF;
    margin-top: 10px;
}

.side-bottom {
    /* background: #bdbbb9; */
    padding: 10px 0px 10px 10px;
}

.button-apply {
    border-radius: 4px;
    background: #007EC7;
}

/* row overighte not working */
.row {
    padding-right: 0% !important;
}

.nav-padding {
    padding-bottom: 5px;
    width: 268.75px;
    height: 10px;
    flex-shrink: 0;
}

.nav-body {
    display: flex;
    justify-content: center;
    /* width: 268.75px; */
    height: 70px;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #0077C8;
}

.nav-link {
    color: #FFF;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    /* 156.25% */
    text-transform: uppercase;
    padding: 0%;
}

.account-nav-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-link:focus,
.nav-link:hover {
    color: aqua;
}

.profile-info-tab>.col-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.profile-edit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #222221;
    text-overflow: ellipsis;
    font-family: Nunito Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    /* 110% */
    text-transform: uppercase;
    padding-left: 15px;
}

.logo-edit-profile {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background: #FFF
}

.input-form {
    display: flex;
    width: 1075px;
    /* padding: 20px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 12px;
    background: #FFF;
}

.text-persional-details {
    width: 309px;
    color: #007EC7;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
    text-transform: uppercase;
}

.btn-cancel {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #007EC7;
    background: #FFF;
}

.btn-save {
    /* display: flex; */
    padding: 6px 21px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.form-label {
    color: var(--neutral-light-n-200, #6B778C);
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
}

.column-button {
    padding-right: 16px;
    gap: 5px;
}