#wppb-edit-user > ul,
#wppb-register-user > ul {
    display: flex;
    flex-wrap: wrap;
}
.wppb-form-field,
#wppb-edit-user .form-submit,
.wppb-user-forms ul li {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 6px;
}
.wppb-form-field span {
    margin: 0;
}
.wppb-form-field.wppb-heading img,
.wppb-form-field svg {
    height: 18px;
    width: 18px;
}
.wppb-form-field.wppb-radio img,
.wppb-form-field.wppb-input img,
.wppb-form-field.wppb-url img {
    height: 12px;
    width: 12px;
}
.wppb-form-field label {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
}
.wppb-form-field.wppb-input .wppb-description-delimiter,
.wppb-form-field.wppb-default-password .wppb-description-delimiter {
    margin-top: -8px;
}
.wppb-form-field input[type="text"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="password"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-form-field select + .select2 .select2-selection,
.select2-container .select2-dropdown .select2-search__field,
.wppb-form-field .wppb-radios:not(
    label[for=show_in_front_page_carousel] + ul,
    label[for=attended_meetup_before] + ul,
    label[for=crowdsource_contribute] + ul,
    label[for=meetup_notification] + ul,
    label[for=get_updates] + ul
) {
    height: 32px;
    background-color: #fff;
    color: #666;
    border: 1px solid var(--title-bar);
    line-height: 32px;
    padding: 0 12px;
    width: 100%;
    outline: 0;
}
.wppb-form-field select,
.wppb-form-field input[type=radio] {
    cursor: pointer;
}
.wppb-form-field textarea {
    min-height: 100px;
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*  Radio */
.wppb-form-field .wppb-radios {
    display: flex;
    align-items: center;
}
.wppb-radios input[type=radio] {
    box-shadow: none!important;
}
.wppb-radios input[type=radio] + label-x::before  {
    content: '';
    display: inline-flex;
    height: 18px;
    width: 18px;
    border: 2px solid var(--lg-color);
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 4px;
    transition: 0.3s;
    /* opacity: 0.8; */
}
.wppb-form-field .wppb-radios li {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    margin: 0;
}
/*  Select 2 */
.wppb-form-field select + .select2 .select2-selection.select2-selection--multiple {
    line-height: initial ;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    overflow-y: auto;
}
.wppb-form-field select + .select2 .select2-selection.select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: auto;
}
.wppb-form-field select + .select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
    background-color: #fff7ec;
    border-color: #ffe9c8;
    color: var(--primary-color);
    border-color: #ffc57e;
}
.wppb-form-field select + .select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li > button {
    color: var(--red);
    height: auto;
    width: auto;
    line-height: 12px;
    font-size: 17px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}
.wppb-form-field select + .select2 .select2-selection.select2-selection--multiple .select2-selection__rendered + .select2-search.select2-search--inline  {
    display: none;
}
.wppb-form-field select + .select2 .select2-selection.select2-selection--multiple .select2-selection__rendered li > .select2-selection__choice__display {
    font-size: 13px;
    font-weight: 500;
    color: inherit;
}
.wppb-form-field select + .select2 {
    width: 100%!important;
}
.select2-container {
    margin-top: 4px;
}
.select2-dropdown {
    background: transparent;
    border: 0!important;
}
.select2-search {
    padding: 0;
}
.select2-search + .select2-results {
    margin: 2px 0;
}
.select2-container--default .select2-results>.select2-results__options {
    box-shadow: 0 1px 5px 2px #e3e3e3;
}
.select2-results__options .select2-results__option + .select2-results__option {
    border-top: 1px solid #ffffff8C;
}
.select2-search + .select2-results ul {
    border-radius: 5px;
}
.select2-results__option--selected {
    background-color: var(--lg-color)!important;
    color: #fff!important;
}
.select2-results__option--selectable {
    background-color: #fff;
    color: var(--secondary-color);
    transition: 0.2s;
}
.select2-results__option--selectable.select2-results__option--highlighted:not(.select2-results__option--selected) {
    background: #fff4e7;
    color: #000;
}

.wppb-form-field input:focus,
.wppb-form-field select:focus,
.wppb-form-field textarea:focus,
.select2-container .select2-dropdown .select2-search__field:focus {
    border-color: var(--lg-color);
    box-shadow: 0 0 0 2px #ff90084a;
    color: #000;
}







/*  -------------------------------- Fields -----------------------------------------*/
/*  Heading */
.wppb-form-field {
    width: 50%;
    margin-bottom: 15px!important;
}
.wppb-default-name-heading,
.wppb-heading,
.wppb-default-contact-info-heading {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: 2px solid var(--title-bar);
    margin: 0 auto!important;
    padding: 0 0 5px!important;
    margin-bottom: 15px!important;
}
.wppb-default-name-heading .wppb-description-delimiter ,
.wppb-heading .wppb-description-delimiter ,
.wppb-default-contact-info-heading .wppb-description-delimiter  {
    line-height: 15px;
}
.wppb-form-field h4 {
    margin: 0;
    display: flex;
    align-items: center; 
    gap: 5px;
    margin-bottom: 5px!important;
    font-size: 16px;
}
.wppb-default-contact-info-heading,
#wppb-form-element-19,
#wppb-form-element-25,
#wppb-form-element-32,
#wppb-form-element-33,
#wppb-form-element-38,
#wppb-form-element-42,
#wppb-form-element-46,
#wppb-form-element-52 {
    margin-top: 50px!important;
}
.wppb-user-forms ul li:after {
    display: none;
}


/* Select User to Edit (Admin only) */
#select_user_to_edit_form {
    width: 180px;
    position: absolute;
    right: 0;
    top: -52px;
}
#select_user_to_edit_form p {
    width: 100%;
}
#select_user_to_edit_form .wppb-form-field {
    padding-left: 0;
    padding-right: 0;
}
#select_user_to_edit_form label {
    display: none;
}
#select_user_to_edit_form .wppb-form-field select + .select2 .select2-selection {
    background-color: var(--section);
    border-color: var(--title-bar);
    font-weight: 600;
    font-size: 12px;
    color: var(--color-primary);
}
#select_user_to_edit_form .wppb-form-field select + .select2:not([data-select2-id="select2-data-17-kz56"]) .select2-selection-x {
    background-color: #fff7ec;
    border-color: #ffe9c8;
    color: var(--primary-color);
}
#select_user_to_edit_form .wppb-form-field select + .select2:not([data-select2-id="select2-data-17-kz56"]) .select2-selection-x .select2-selection__rendered {
    color: var(--primary-color);
}
#select_user_to_edit_form .wppb-form-field select + .select2 .select2-selection::before {
    content: '\f4ff';
    font-family: var(--fontawesome);
}


/*  Disabled Field */
input[disabled] {
    background-color: #dce4ee!important;
    border-color: #dce4ee!important;
    opacity: 0.6;
}

/*  Username */
#wppb-edit-user .wppb-default-username {
    width: 100%;
    display: none;
}


/*  Profile Picture*/
.wppb-form-field.wppb-avatar {
    display: inline-flex;
    align-items: center;
    text-align: center;
    width: 100%;
}
.wppb-form-field.wppb-avatar label {
    margin-bottom: 5px;
    text-align: center;
    justify-content: center;
}
.wppb-form-field.wppb-avatar .wppb_upload_button::before {
    content: '\e0da';
    font-family: var(--fontawesome);
    padding-right: 5px;
}
.wppb-form-field.wppb-avatar .wppb_upload_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 120px;
    width: 120px;
    border: 2px dashed var(--title-bar);
    border-radius: 50%;
    font-weight: 500;
    font-size: 15px;
    color: #b6c8df;
    background: var(--section);
    box-shadow: -3px -3px 5px 0 #fff, 3px 2px 5px 0 #e5e7eb;
    transition: 0.3s;
}
.wppb-form-field.wppb-avatar .wppb_upload_button:hover {
    text-decoration: none!important; 
    color: #a3b4ca!important;
    border-color: #b6c8df;
}

.wppb-form-field.wppb-avatar .wppb-description-delimiter {
    color: var(--text-color);
    opacity: 0.6;
    font-size: 12px;
    line-height: 15px;
}
.wppb-form-field.wppb-avatar #image_info_container {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.wppb-form-field.wppb-avatar #image_info_container .file-thumb,
.wppb-form-field.wppb-avatar #image_info_container a {
    display: inline-flex;
}
.wppb-form-field.wppb-avatar #image_info_container img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 4px solid #ff90088c;
    box-shadow: none;
    margin: 0;
}
.wppb-form-field.wppb-avatar #image_info_container p {
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    margin: 0;
    position: relative;
}
.wppb-form-field.wppb-avatar #image_info_container .file-name,
.wppb-form-field.wppb-avatar #image_info_container .file-type {
    font-size: 12px;
    font-weight: normal;
    display: none;
}
.wppb-form-field.wppb-avatar #image_info_container .wppb-remove-upload::before {
    content: '\f1f8';
    font-family: var(--fontawesome);
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    zoom: 0.9;
}
.wppb-form-field.wppb-avatar #image_info_container .wppb-remove-upload {
    color: var(--red);
    position: absolute;
    font-size: 0px;
    top: -12px;
    right: 16px;
    top: -23px;
    background-color: #fff;
    height: 22px;
    width: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    z-index: 1;
    border-radius: 50%;
    transition: 0.2s;
}
.wppb-form-field.wppb-avatar #image_info_container .wppb-remove-upload:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: #fff;
    font-weight: bold;
    box-shadow: -1px -1px 3px 0 #757575, 1px 1px 3px 0 #c0c0c0;
}




/*  Prefix, First Name, Last Name, Username */
#wppb-form-element-20,
#wppb-form-element-3,
#wppb-form-element-4,
#wppb-register-user .wppb-default-username {
    width: 33.33333%;
}


/*  Biographical Info, Team Information, Sponsor Identity Color */
#wppb-form-element-11,
#wppb-form-element-23,
#wppb-form-element-24,
#wppb-form-element-22,
#wppb-form-element-53 {
    width: 100%;
}


/*  Question / Agreement Checkbox */
#wppb-form-element-30,
#wppb-form-element-31,
#wppb-form-element-43,
#wppb-form-element-44,
#wppb-form-element-51 {
    width: 100%;
    flex-direction: initial;
}

@media (max-width: 500px) {
    #wppb-form-element-30,
    #wppb-form-element-31,
    #wppb-form-element-43,
    #wppb-form-element-44,
    #wppb-form-element-51 {
        flex-direction: column;
    }
    #wppb-form-element-30 > ul,
    #wppb-form-element-31 > ul,
    #wppb-form-element-43 > ul,
    #wppb-form-element-44 > ul,
    #wppb-form-element-51 > ul {
        margin-left: 18px;
    }
}


/*  Submit Button */
#wppb-register-user p.form-submit {
    padding: 0 20px;
}
#wppb-edit-user input[type=submit],
#wppb-register-user input[type=submit] {
    background-color: var(--lg-color);
    border-color: var(--lg-color);
    color: #fff!important;
    width: 100%;
}
#wppb-edit-user input[type=submit]:hover {
    background-color: var(--primary-color);
}

/* Responsive */
@media (max-width: 900px){
    .wppb-form-field {
        width: 100%!important;
        padding-left: 0;
        padding-right: 0;
    }
}

















/* Social Buttons */
.wppb-sc-buttons-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 100px;
}
.wppb-sc-google-login-new {
    min-height: 43px;
    padding-bottom: 15px;
}








/* Edit Profile Message */
#wppb_form_general_message {
    padding: 5px 10px;
    background: #ffffff;
    border-color: var(--green);
    color:  var(--green);
    border-radius: 4px;
    border-style: dashed;
}
#wppb_form_general_message.wppb-error {
    border-color: var(--red);
    color: var(--red)!important;
}
#wppb_form_general_message::before {
    content: '\f058';
    font-weight: bold;
    font-family: var(--fontawesome);
    margin-right: 5px;
}
#wppb_form_general_message.wppb-error::before {
    content: '\f06a';
}









/* Registration */
#wppb-register-user .wppb-default-e-mail  {
    width: 100%;
}

.wppb-form-field.wppb-recaptcha label  {
    display: none;
}





/* Edit User */
.wppb-form-field > span.select2-container .selection .select2-selection {
	height: auto;
	display: inline-flex;
}
#select_user_to_edit_form {
	z-index: 1;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	margin-top: -6px;
}



















/*
* 25--5-2025
*/

html:has(body.page-edit-profile) {
    overflow-x: hidden!important;
}

.wppb-form-field select + .select2 {
    margin: 0
}
.wppb-form-field span.select2-selection__rendered {
    padding-top: 0!important;
    padding-bottom: 0!important;
    line-height: 30px!important;
}

.wppb-form-field > span.select2-container .selection .select2-selection {
    align-items: center;
    align-content: center;
    line-height: 3px!important;
}
.wppb-form-field > span.select2-container .selection .select2-selection .select2-selection__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container {
    margin-top: 0px!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    margin-top: 0px!important;
}
.select2-dropdown .select2-results__option {
    font-size: 13px
}
.select2-container--default .select2-results__option {
    color: var(--e-global-color-secondary);
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: var(--e-global-color-primary);
    background: #ffecdb;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--e-global-color-primary);
    color: #fff;
}

.wppb-user-forms ul li.select2-selection__choice {
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FF2546;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: red;
}