.sb-pm-title {
    padding-left: 0;
}

.sb-pm-profile {
    padding: 8px 0;
}

.sb-modal-row {
    margin: 0 -36px;
    padding: 8px 36px;
}

.sb-hr {
    height: 1px;
    margin: 0 -36px 0 0;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
}

.sb-modal-row.sb-pm-profile-name,
.sb-modal-row.sb-pm-profile-email,
.sb-modal-row.sb-pm-profile-phone,
.sb-modal-row.sb-pm-profile-language,
.sb-modal-row.sb-pm-profile-password {
    flex-direction: row;
}

.sb-pm-profile-name-title,
.sb-pm-profile-email-title,
.sb-pm-profile-phone-title,
.sb-pm-profile-language-title,
.sb-pm-profile-password-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sb-pm-profile-arrow {
    /* align-self: center; */
    margin-left: auto;
}

.sb-pm-profile-language-value {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sb-pm-profile-language-flag img {
    width: 16px;
    height: 12px;
    margin-right: 16px;
}

.sb-pm-profile-arrow img {
    transform: rotate(-90deg);
    opacity: 0.35;
}

.sb-pm-profile-password-text {
    font-size: 25px;
    line-height: 1;
}

.sb-modal-row:hover .sb-pm-profile-arrow img {
    opacity: 1;
}

@media screen and (min-width: 720px) {

    .sb-modal-row {
        padding: 16px 36px;
        cursor: pointer;
    }

    .sb-pm-profile-name-wrap,
    .sb-pm-profile-email-wrap,
    .sb-pm-profile-phone-wrap,
    .sb-pm-profile-language-wrap,
    .sb-pm-profile-password-wrap {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .sb-pm-profile-name-title,
    .sb-pm-profile-email-title,
    .sb-pm-profile-phone-title,
    .sb-pm-profile-language-title,
    .sb-pm-profile-password-title {
        flex-basis: 45%;
        min-width: 45%;
    }

}

.sb-modal-row {
    align-items: baseline;
    flex-direction: row;
}

.sb-modal-row:hover {
    /* background-color: initial; */
}

.sb-cpm-name-title,
.sb-cpm-phone-title,
.sb-cpm-current-password-title {
    flex-basis: 33%;
    min-width: 33%;
    margin-bottom: 8px;
}

.sb-cpm-name-input,
.sb-cpm-phone-input,
.sb-cpm-current-password-input {
    width: 100%;
    margin-right: auto;
    box-sizing: border-box;
}

.sb-cpm-new-password-title {
    flex-shrink: 0;
    flex-basis: 33%;
    min-width: 33%;
    margin-bottom: 8px;
}

.sb-cpm-new-password-inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
}

.sb-cpm-repeat-password-input:last-child {
    border-top: none;
}

.sb-modal-cancel-btn {
    padding: 0 20px;
}


@media screen and (min-width: 576px) {

    .sb-modal-row {
        flex-direction: row;
    }

    .sb-cpm-current-password-title {
        margin-bottom: 0;
    }

    .sb-cpm-current-password-input {
        max-width: 360px;
    }

    .sb-cpm-new-password-title {
        margin-bottom: 0;
    }

    .sb-cpm-new-password-inputs {
        max-width: 360px;
    }

    .sb-modal-cancel-btn {
        padding: 0 24px;
    }

}
