.user-edit-component .left-content,
.user-edit-component .right-content {
    display: flex;
    flex-direction: column;
    width: 470px;
    gap: 16px;
}

.user-edit-component .block-content {
    margin-top: 24px;
}

.user-edit-component .email-check-box {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.user-edit-component .email-check-box input {
    border: unset;
    width: auto;
}

.user-edit-component .email-check-box label {
    margin: 0;
    font-size: 14px;
}

.user-edit-component .eye-off-svg,
.user-edit-component .eye-svg {
    bottom: 8px;
}

.user-edit-component .btn-reset {
    display: flex;
    padding: 4px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 2px;
    background: #2188D9;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border: none;
}