#root .mobile.view-page-user-profile-preferences .pref-section:not(:last-child) {
    border-bottom: 1.5px solid #1D58FF;
    padding-bottom: 25px;
}

#root .mobile.view-page-user-profile-preferences .pref-section {
    padding-left: 20px;
    padding-right: 20px;
}

#root .mobile .pref-section .language-container app-language.beto-language.set-language {
    margin: 0;
    background-color: var(--c-white-text);
}

#root app-change-password-form input,
#root .mobile.view-page-user-profile-preferences .pref-section .ui-dropdown {
    height: 37px;
    /* background-color: var(--c-white-text); */
    background-color: var(--c-white);
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 0;
    -webkit-appearance: none;
}

#root .mobile.view-page-user-profile-preferences .pref-section .title {
    font-size: 15px;
    font-weight: 700;
}

#root .mobile.view-page-user-profile-preferences .pref-section .filter-odds-name,
#root .mobile.view-page-user-profile-preferences .pref-section .subtitle {
    font-size: 13px;
    font-weight: 500;
}

#root .mobile.view-page-user-profile-preferences .pref-section .beto-odds-format.set-odds-format .filter-odds {
    display: flex;
    flex-direction: column;
}

#root .mobile.view-page-user-profile-preferences .pref-section .beto-odds-format.set-odds-format .filter-odds .ui-dropdown {
    width: 100%;
}

#root .mobile.view-page-user-profile-preferences .pref-section .beto-odds-format.set-odds-format .filter-odds .ui-dropdown .ui-dropdown-trigger {
    background-color: unset;
}

#root .mobile.view-page-user-profile-preferences .ui-corner-all {
    border-radius: 10px;
}

#root .mobile.view-page-user-profile-preferences .odds-dropdown .ui-dropdown-label-container {
    line-height: 37px;
    padding-left: 10px;
}

.pref-section~hr {
    border-top: 1px solid var(--c-emphasis);
}

#root .mobile .pref-section.pref-section.account-prefs .change-p-container app-change-password.beto-change-password.change-password app-change-password-form .form-row label.form-label {
    display: none;
}

#root .mobile.view-page-user-profile-preferences form>div {
    padding: unset;
}

#root app-change-password-form input::placeholder {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
}

#root .button-submit-forgot-password,
#root .mobile .button-change-password {
    width: 146px;
    height: 41px;
    margin-bottom: 8px;
    background-color: var(--c-green);
    color: var(--c-white-permatext);
    border-radius: 13px;
    box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.15);
    font-size: 15px;
    padding: 0;
}

#root .button-submit-forgot-password {
    width: 236px;
}

#root app-change-password-form form ui-button {
    text-align: center;
}

#root .mobile.view-page-user-profile-preferences .user-page-content button {
    padding: 0;
}

#root .mobile .pref-section.privacy .button-change-password {
    align-self: center;
}

#root .mobile.view-page-user-profile-preferences .filter-language .ui-dropdown .ui-dropdown-trigger {
    width: 100%;
    text-align: right;
}

#root .mobile.view-page-user-profile-preferences .filter-language .ui-dropdown .ui-dropdown-trigger-icon {
    left: unset;
    font-size: 1.25em;
    line-height: 1;
    color: #848484;
    margin-left: -1.25em;
}