.elementor-kit-30606{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-30606 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ==================================================
   PROFILE BUILDER GLOBAL FORM STYLING
   ================================================== */

#wppb-register-user,
#wppb-loginform,
#wppb-recover-password,
#wppb-edit-user {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    font-family: Roboto, Arial, sans-serif;
}

.wppb-password-field-container {
    width: 100% !important;
}

/* Remove default list styles */

#wppb-register-user ul,
#wppb-recover-password ul,
#wppb-edit-user ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Form spacing */

#wppb-register-user .wppb-form-field,
#wppb-recover-password .wppb-form-field,
#wppb-edit-user .wppb-form-field,
#wppb-loginform p {
    margin-bottom: 24px;
}

/* Labels */

#wppb-register-user label,
#wppb-recover-password label,
#wppb-edit-user label,
#wppb-loginform label,
#select_user_to_edit_form > p > label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
    color: #002f56;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

/* Inputs */

#wppb-register-user input[type="text"],
#wppb-register-user input[type="email"],
#wppb-register-user input[type="password"],

#wppb-loginform input[type="text"],
#wppb-loginform input[type="password"],

#wppb-recover-password input[type="text"],
#wppb-recover-password input[type="email"],
input#passw1.password,
input#passw2.password,

#wppb-edit-user input[type="text"],
#wppb-edit-user input[type="email"],
#wppb-edit-user input[type="password"],
#wppb-edit-user input[type="url"],
#wppb-edit-user select,
#wppb-edit-user textarea {
    width: 100% !important;
    min-height: 32px;
    padding: 12px 20px !important;
    border: 2px solid #ccd3d8;
    border-radius: 14px;
    background: #fff;
    color: #002f56;
    font-size: 1rem;
    font-weight: 600;
    box-sizing: border-box;
    transition: all .2s ease;
}

/* Textareas */

#wppb-edit-user textarea {
    min-height: 140px;
    resize: vertical;
}

/* Focus */

#wppb-register-user input:focus,
#wppb-loginform input:focus,
#wppb-recover-password input:focus,
#wppb-edit-user input:focus,
#wppb-edit-user textarea:focus,
#wppb-edit-user select:focus {
    border-color: #002f56;
    box-shadow: 0 0 0 4px rgba(0,47,86,.12);
    outline: none;
}

/* Placeholder text */

#wppb-register-user input::placeholder,
#wppb-loginform input::placeholder,
#wppb-recover-password input::placeholder,
#wppb-edit-user input::placeholder,
#wppb-edit-user textarea::placeholder {
    color: #9c9c9c;
    opacity: 1;
}

/* Password field stacked */

#wppb-register-user .wppb-password,
#wppb-edit-user .wppb-password {
    display: flex !important;
    flex-direction: column !important;
}

#wppb-register-user .wppb-password label,
#wppb-edit-user .wppb-password label {
    width: 100% !important;
}

/* Password strength indicator */

#pass-strength-result {
    width: 100% !important;
    max-width: 100%;
    display: block;
    padding: 16px;
    border: 2px solid #ccd3d8;
    border-radius: 14px;
    text-align: center;
    font-size: 1rem;
    margin-top: 12px;
    box-sizing: border-box;
}

/* Checkbox rows */

#wppb-register-user .wppb-send-credentials-checkbox,
#wppb-loginform .login-remember,
#wppb-edit-user .wppb-checkboxes,
#wppb-edit-user .wppb-checkbox {
    width: 100%;
}

#wppb-register-user .wppb-send-credentials-checkbox label,
#wppb-loginform .login-remember label,
#wppb-edit-user .wppb-checkboxes label,
#wppb-edit-user .wppb-checkbox label {
    display: flex !important;
    align-items: center;
    gap: 14px;
    width: 100% !important;
    margin-bottom: 0;
}

#wppb-register-user input[type="checkbox"],
#wppb-loginform input[type="checkbox"],
#wppb-edit-user input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin: 0;
    flex-shrink: 0;
}

/* Buttons */

#wppb-register-user input[type="submit"],
#wppb-loginform input[type="submit"],
#wppb-recover-password input[type="submit"],
#wppb-edit-user input[type="submit"],
#wppb-edit-user button {
    min-height: 64px;
    width: 100%;
    padding: 12px 36px;
    border: 0;
    border-radius: 14px;
    background: #002f56;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
}

#wppb-register-user input[type="submit"]:hover,
#wppb-loginform input[type="submit"]:hover,
#wppb-recover-password input[type="submit"]:hover,
#wppb-edit-user input[type="submit"]:hover,
#wppb-edit-user button:hover {
    background: #004b7c;
    transform: translateY(-1px);
}

/* Links */

#wppb-login-wrap a,
#wppb-register-user a,
#wppb-recover-password a,
#wppb-edit-user a,
.return-to-login a {
    color: #002f56;
    font-weight: 700;
    text-decoration: none;
}

#wppb-login-wrap a:hover,
#wppb-register-user a:hover,
#wppb-recover-password a:hover,
#wppb-edit-user a:hover,
.return-to-login a:hover {
    text-decoration: underline;
}


/* Success & error messages */

.wppb-success,
.wppb-error,
.wppb-warning {
    max-width: 640px;
    margin: 0 auto 24px;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5;
}

/* User to Edit dropdown */

.wppb-form-field > span:not(.wppb-password-field-container) {
     width: 100% !important;
    
}

.wppb-form-field > span.select2-container {
    width: 100% !important;
}

#select2-wppb-unspecified-user-to-edit-container {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700;
    color: #002f56 !important;
    padding: 8px 20px 8px 20px;
}

.select2-results__options {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 700;
    color: #002f56 !important;
}/* End custom CSS */