.elementor-11241 .elementor-element.elementor-element-4ceb2439{--display:flex;--min-height:87vh;}.elementor-11241 .elementor-element.elementor-element-d55a171 > .elementor-widget-container{margin:50px 0px 0px 0px;}@media(max-width:1024px){.elementor-11241 .elementor-element.elementor-element-4ceb2439{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS *//* Active navigation item background */
.um-profile-nav-item.active a {
    background: #87B14B !important;
}

/* Hide posts links 
.um-profile-nav-posts a {
    display: none !important;
} */

/* Profile edit links styling */
.um-profile-edit li a {
    color: black !important;
}

.um-profile-edit li a:hover {
    color: #E1706D !important;
}

/* Profile edit element text color */
.um-profile-edit * {
    color: black;
}

/* Input fields background */
.um-profile-body .um-left.um-half > input {
    background: #87B14B !important;
}

.um-profile-body .um-left.um-half > input:hover {
    background: #E1706D !important; 
}

/* General text color for profile note and header name */
.um-profile-body .um-profile-note > span,
.um-header .um-name > a {
    color: black !important;
}

/* Button*/
#um_upload_single > div.um-modal-body > div.ajax-upload-dragdrop > div, #um_upload_single .um-modal-footer .um-modal-right > a.um-modal-btn.um-finish-upload.image.disabled, #um_upload_single .um-modal-footer .um-modal-right > a.um-modal-btn.um-finish-upload.image
 {
    background: #87B14B !important;
    color: white;
}

#um_upload_single > div.um-modal-body > div.ajax-upload-dragdrop > div:hover, #um_upload_single .um-modal-footer .um-modal-right > a.um-modal-btn.um-finish-upload.image.disabled:hover, #um_upload_single .um-modal-footer .um-modal-right > a.um-modal-btn.um-finish-upload.image:hover
 {
    background: #E1706D !important;
}
#um_upload_single .um-modal-footer .um-modal-right > a.um-modal-btn.alt:hover
{
    color: #666;
}/* End custom CSS */