#root .desktop.view-page-user-profile app-personal-details.beto-personal-details.profile-info {
    padding: 17px;
}

#root .desktop.view-page-user-profile .user-profile-wrapper #edit-personal-details label {
    font-size: 13px;
    font-weight: 600;
    margin-right: 20px;
}

#root .desktop.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);
}

#root .desktop.view-page-user-profile .user-profile-wrapper #edit-personal-details label.dateOfBirth+div select:not(:last-child) {
    margin-right: 10px;
}

#root .desktop.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); */
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.07);
}

#root .desktop.view-page-user-profile .register-fields-wrapper #default div:nth-child(6) .checkbox-wrapper .field-label,
#root .desktop.view-page-user-profile #default div:nth-last-child(3) .checkbox-wrapper .field-label,
#root .desktop.view-page-user-profile #edit-personal-details .checkbox-wrapper .field-label {
    font-size: 13px;
}

#root .desktop.view-page-user-profile .ui-chkbox .ui-chkbox-box {
    /* width: 23px;
    height: 23px; */
    border: solid 1px #444444;
    border-radius: 3px;
}

#root .desktop.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 .desktop.view-page-user-profile .fld-marketingsubscribe {
    margin-top: 20px;
}

#root .desktop .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;
    border: none;
    color: var(--c-white-permatext);
}

#root .desktop.view-page-user-profile [type=submit] {
    text-align: center;
}

#root .desktop .user-nav-container {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

#root .desktop .user-area .user-nav-container {
    border-right: unset;
}

#root .desktop.device-desktop .user-page-content .ui-calendar button:hover,
#root .body .ui-calendar button {
    background-color: white;
}