#root .mobile.view-page-user-profile app-personal-details.beto-personal-details.profile-info {
    padding: 17px;
}

#root .mobile.view-page-user-profile .user-profile-wrapper #edit-personal-details label {
    font-size: 13px;
    font-weight: 600;
}

#root .mobile.view-page-user-profile .user-profile-wrapper #edit-personal-details .form-element-wrapper select {
    height: 37px;
    border-radius: 10px;
    border: none;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
}

#root .mobile.view-page-user-profile .user-profile-wrapper #edit-personal-details label.dateOfBirth+div select:not(:last-child) {
    margin-right: 10px;
}

#root .mobile.view-page-user-profile .user-profile-wrapper #edit-personal-details input {
    background-color: var(--c-white-text);
    height: 37px;
    border-radius: 10px;
    border: none;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-appearance: none;
}

#root .mobile.view-page-user-profile .register-fields-wrapper #default div:nth-child(6) .checkbox-wrapper .field-label,
#root .mobile.view-page-user-profile #default div:nth-last-child(3) .checkbox-wrapper .field-label,
#root .mobile.view-page-user-profile #edit-personal-details .checkbox-wrapper .field-label {
    font-size: 13px;
}

#root .mobile.view-page-user-profile .ui-chkbox .ui-chkbox-box {
    /* width: 23px;
    height: 23px; */
    border: solid 1px #444444;
    border-radius: 3px;
}

#root .mobile.view-page-user-profile .ui-chkbox .ui-chkbox-box.ui-state-active {
    background-color: var(--c-white-text);
    border-color: var(--c-green);
    color: var(--c-green);
}

#root .mobile.view-page-user-profile .fld-marketingsubscribe {
    margin-top: 20px;
}

#root .user-page-content button {
    /* width: 164px; */
    height: 41px;
    border-radius: 13px;
    background-color: var(--c-green);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

#root .view-page-user-profile-documents .user-page-content button {
    margin-bottom: unset;
}

#root .mobile.view-page-user-profile [type=submit] {
    text-align: center;
}