:root
{
    --bluecolor: #00ADB5;
    --bluecolor2: #007A82;
    --umcolor: #00ADB5;
    --white: #FFFFFF;
    --black: #1a1a1a;
    --shadow: 0 0 15px #ddd;
}
.um-525.um .um-profile-body, .um-10809.um .um-profile-body, .um-278755.um .um-profile-body
{
    max-width: 100% !important;
}
.um-profile .um-profile-body{
	float: right;
	min-width: calc(100% - 23em);
	width: 100%;
	padding: 0 !important;

}
.um-profile .um-profile-nav,
.um-profile .um-profile-body,
.um-profile .um-profile-content-container,
.um-profile .um-theme-profile-single-content-container{
	box-sizing: border-box;
	margin-top: 0px !important;
}
.um-member-photo img
{
    border-radius: 500px !important;
}
/* Link colors */
.um a.um-link,
.um .um-tip:hover,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-member-name a:hover,
.um .um-member-more a:hover,
.um .um-member-less a:hover,
.um .um-members-pagi a:hover,
.um .um-cover-add:hover,
.um .um-profile-subnav a.active,
.um .um-item-meta a,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color
{
    color: var(--umcolor) !important;
}

.um a.um-link:hover,
.um a.um-link-hvr:hover {
    color: var(--umcolor) !important;
}

/* Button colors */
.um .um-field-group-head,
.picker__box,
.picker__nav--prev:hover,
.picker__nav--next:hover,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.upload,
.um-modal-header,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover,
.um .um-button,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active,
.um input[type=submit].um-button,
.um input[type=submit].um-button:focus,
.um input[type=submit]:disabled:hover
{
    background: var(--umcolor) !important;
}

.um .um-field-group-head:hover,
.picker__footer,
.picker__header,
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__list-item:hover,
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted,
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected,
.um .um-button:hover,
.um a.um-button:hover,
.um input[type=submit].um-button:hover{
    background: var(--umcolor) !important;
}

/* Button alt colors */
.um .um-button.um-alt, 
.um input[type=submit].um-button.um-alt {
    background: #eeeeee !important;
}

.um .um-button.um-alt:hover,
.um input[type=submit].um-button.um-alt:hover {
    background: #e5e5e5 !important;	
}
.um-profile-nav
{
    background: transparent !important;
    padding: 0 !important;
}
.um-profile-body
{
    border: 0;
}
.um-profile-body .um-account-meta, .um-account-meta .um-account-meta-img
{
    display: none !important;
}
.um-account-meta .um-account-name, .um-account-meta
{
    padding: 0 !important;
    margin: 0 !important;
}
.um-account-side
{
    width: 100% !important;
    margin: 20px 0 !important;
}
.um-account-side ul
{
    display: flex;
    justify-content: space-between;
}
.um-account-side ul li
{
    padding-right: 45px ;
    border-radius: 15px !important;
}
.um-account-side .um-account-icon
{
    padding: 0 5px !important;
}
.um-account-side .um-account-link
{
    padding: 3px 7px 3px 0 !important;
    border-radius: 15px !important;
}
.um-account-side li a span.um-account-title
{
    padding-left: 0 !important;
}
.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon
{
    border-right: 0 !important;
}
.um-account-main
{
    width: 100% !important;
}
.um-account-name>a
{
    font-size: 26px !important;
}
.um-account-name>div
{
    margin: 0 0 15px 0 !important;
}
.um-account-name>div>a
{
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 600;
}
.um-directory .um-member-directory-map-controls .um-member-directory-map-controls-half
{
    width: 100% !important;
}
.um-field-area input, .um_current_user_location
{
    border-radius: 30px !important;
    
}
.um-field-area input
{
    border: 1px solid var(--bluecolor) !important;
}
.um-tab-notifier
{
    right: inherit !important;
    left: -7px;
    color: var(--white);
    background: none repeat scroll 0 0 var(--bluecolor) !important;
    text-align: center;
}
.um-message-delconv, .um-message-blocku
{
    display: none;
}
.um-message-header-left a
{
    font-weight: 600 !important;
}
.um-message-conv
{
    min-height: 400px !important;
}
.um-message-conv-view
{
    border: 1px solid #fefefe !important;
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin: 15px 15px 15px 215px !important;
}
.um-message-item.left_m .um-message-item-content
{
    background-color: var(--bluecolor) !important;
}
.um-message-item-content
{
    border-radius: 10px !important;
}
.um-message-footer
{
    background-color: var(--white) !important;
    border-radius: 0 0 15px 15px !important;
}
.um_message_text
{
    border-radius: 10px !important;
    border-width: 1px !important;
}
.um-message-send
{
    border-radius: 15px !important;
    background-color: var(--bluecolor) !important;
}
.um-message-conv
{
    border-radius: 15px !important;
    box-shadow: var(--shadow);

}
.um-members-wrapper .um-member
{
    border-radius: 15px;
    box-shadow: var(--shadow);
}
.um-members-wrapper .um-member .um-member-photo
{
    padding: 10px !important;
}
.um-members-wrapper .um-member .um-member-photo img
{
    box-shadow: var(--shadow) !important;
    height: 90px !important;
    width: 90px !important;
}
.um-directory .um-member-directory-header .um-member-directory-header-row.um-member-directory-search-row
{
    justify-content: flex-start !important;
}
.um-member-directory-search-line input
{
    border-radius: 15px !important;
}
.um-account-link .um-account-arrow
{
    display: none !important;
}
.um-user-bookmarks-folder
{
    border-radius: 15px !important;
}
.um-profile-subnav
{
    background-color: inherit !important;
}
.um-form .um-profile-subnav a
{
    display: inline-block;
    padding: 5px 20px !important;
    border: 1px solid var(--bluecolor) !important;
    border-bottom-width: 1px !important;
    border-radius: 30px;
}
.um-form .um-profile-subnav a.active
{
    background-color: var(--bluecolor);
    color: var(--white) !important;
}
.bookmarks-default header
{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--bluecolor);
    border-radius: 30px !important;
    padding: 3px 10px;
}
.um-user-bookmarks .um-user-bookmarked-list
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.um-user-bookmarks .um-user-bookmarked-list .um-user-bookmarked-item
{
    width: 49%;
}
.um-user-bookmarkss-list
{
    margin: 15px 0 !important;
    height: 150px;
    display: flex !important;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: var(--shadow);
}
.um-user-bookmarks-post-content
{
    align-self: center;
}
.um-profile-body .um-user-bookmarked-list .um-user-bookmarked-item.has-image .um-user-bookmarkss-list .um-user-bookmarks-post-content
{
    width: auto !important;
    max-width: calc(100% - 165px);
    float: none !important;
    margin-left: 15px;
}
.um-profile-body .um-user-bookmarked-list .um-user-bookmarked-item.has-image .um-user-bookmarkss-list img.um-user-bookmarked-post-image
{
    width: 150px !important;
    border-radius: 15px;
}
.um-user-bookmarks-post-content p
{
    display: none !important;
}
.um-user-bookmarked-item hr, .bookmarks-default hr
{
    display: none !important;
}
div.description .um-user-bookmarks-button
{
    display: none;
}
.um-notifications-filter.active
{
    background: var(--bluecolor) !important;
    border-color: var(--bluecolor) !important;
}
.um-notifications-filter:hover
{
    border-color: var(--bluecolor) !important;
    color: var(--bluecolor) !important;
}
.um-notifications-filter.active:hover
{
    color: var(--white) !important;
}
.um-faicon-ellipsis-h::before
{
    color: var(--bluecolor) !important;
}
.um-notification.unread
{
    border-left: 5px solid var(--bluecolor) !important;
}
.um-button[value=Login], a.um-button.um-alt, .um-button[value=Register]
{
    border-radius: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.um-field-area input.um-form-field.um_user_location_g_autocomplete
{
    margin: 0 0 15px 0 !important;
}
.um_user_location_g_autocomplete_map
{
    border-radius: 15px !important;
    box-shadow: var(--shadow);
}
.um-525.um
{
    max-width: 100% !important;
}
.popup-drawer .drawer-inner
{
    background-color: var(--white) !important;
}
.um-right a.um-button.um-alt
{
    color: #000 !important;
}
body>.um-notification-b.right
{
    display: none;
}
.um-notification-b.right
{
    background: transparent !important;
    height: 30px !important;
    width: 30px !important;
    box-shadow: none !important;
}
.um-notification-b
{
    line-height: 30px !important;
    font-size: 28px !important;
    color: var(--bluecolor) !important;
    text-shadow: var(--shadow) !important;
}
.um-notification-live-count
{
    top:-3px !important;
    right: -3px !important;
}
#um-bookmarks-profile-add-folder
{
    color: var(--white) !important;
}
#um-user-bookmarks-profile-add-folder-form
{
    border-radius: 15px !important;
    margin-top: 10px !important;
}
.new-um-user-bookmarks-folder-tbl .um_bookmarks_tr .um_bookmarks_td:has(label[for=um_user_bookmarks_access_type_checkbox])
{
    display: none;
}
.um-form .um-header.no-cover .um-name
{
    float: left !important;
}
#um-field-show-passwords-login, #um-field-show-passwords-register
{
    position: relative;
}
.um-toggle-password.um-faicon-eye-slash, .um-toggle-password.um-faicon-eye
{
    position: absolute;
    right: 3px;
    top: -38px;
}
.um-header
{
    display: flex;
    align-items: center;
}
.um-profile-body .um-message-conv-view
{
    margin-top: 0 !important;
}
.um-profile-body.main, .um-profile-body.your-properties
{
    padding: 15px !important;
    box-shadow: var(--shadow);
    border-radius: 15px;
}
.um-profile-nav
{
    text-align: left !important;
}
.um-members-grid .um-member .um-member-photo
{
    display: flex;
    align-items: center;
    min-width: 100px;
    padding-left: 10px !important;
}
.um-members-grid .um-member
{
    display: flex;
}
.um-members-grid .um-member .um-member-meta
{
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}
.um-members-grid .um-member .um-member-name
{
    justify-content: flex-start !important;
}
.um-members-grid .um-member .um-member-name a
{
    text-align: left !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.um-members-grid .um-member .um-member-metaline
{
    padding-top: 7px !important;
}
.um-members-grid .um-member .um-member-card 
{
    padding-top: 15px;
    align-content: center;
}
.um-profile-nav-item i
{
    margin-right: 10px !important;
}
.um-name.verified_user .prof-name-hed::after
{
    content: '\f00c';
    display: block;
    background-color: #007A82;
    font-size: 12px;
    line-height: 14px;
    padding: 4px;
    border-radius: 15px;
    height: 14px;
    width: 14px;
    align-self: center;
}
.dev-profile-sidebar .um-name.verified_user::after
{
    background-color: #00ADB5;
    color: #fff;
}
.um-name.featured_user .prof-name-hed span::after
{
    content: '\f024';
    display: block;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(222,189,88,1) 0%, rgba(237,207,4,1) 100%);
    font-size: 12px !important;
    line-height: 14px;
    padding: 4px;
    border-radius: 15px;
    height: 14px;
    width: 14px;
    float: right;
    margin: 0 5px;
    align-self: center;
    text-align: center;
}
.um-profile-meta .um-main-meta .um-name .um-online-status i
{
    top: 0 !important;
}
.um-member-name
{
    align-items: center !important;
}
.um-member-name.verified_user::after
{
    content: '\f00c';
    display: block;
    background-color: #007A82;
    font-size: 10px;
    line-height: 12px;
    padding: 4px;
    border-radius: 15px;
    height: 12px;
    width: 12px;
    float: right;
    margin: 0px 5px 0 5px;
}
.um-member-name.featured_user::before
{
    content: '\f024';
    display: block;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(222,189,88,1) 0%, rgba(237,207,4,1) 100%);
    font-size: 10px;
    line-height: 12px;
    padding: 4px;
    border-radius: 15px;
    height: 12px;
    width: 12px;
    float: right;
    margin: 0px 5px 0 5px;
}
div.soon .um-member-card::after
{
    content: 'COMING SOON';
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFFe0;
    border-radius: 30px;
    font-size: 32px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    color: #0000005f;

}
div.um-member.soon .um-member-photo::after
{
    content: '';
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFFFFFe0;
    border-radius: 30px;
    font-size: 32px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    color: #0000005f;
}
.um-members div.soon.um-member div.um-member-photo.radius-1
{
    position: relative !important;
}
div.um-member-card
{
    position: relative !important;
}
a[title="DEVETOPER SPAIN "] ~ span.um-online-status,
a[title="DEVETOPER DUBAI "] ~ span.um-online-status,
a[title="DEVETOPER CAMBODIA "] ~ span.um-online-status,
a[title="DEVETOPER GREECE "] ~ span.um-online-status,
a[title="DEVETOPER MADAGASCAR "] ~ span.um-online-status,
a[title="DEVETOPER EGYPT "] ~ span.um-online-status,
a[title="DEVETOPER PORTUGAL "] ~ span.um-online-status,
a[title="DEVETOPER TURKEY "] ~ span.um-online-status,
a[title="DEVETOPER BULGARIA "] ~ span.um-online-status,
a[title="DEVETOPER CROATIA "] ~ span.um-online-status,
a[title="DEVETOPER ITALY "] ~ span.um-online-status,
a[title="DEVETOPER SPAIN"] span.um-online-status,
a[title="DEVETOPER DUBAI"] span.um-online-status,
a[title="DEVETOPER CAMBODIA"] span.um-online-status,
a[title="DEVETOPER GREECE"] span.um-online-status,
a[title="DEVETOPER MADAGASCAR"] span.um-online-status,
a[title="DEVETOPER EGYPT"] span.um-online-status,
a[title="DEVETOPER PORTUGAL"] span.um-online-status,
a[title="DEVETOPER TURKEY"] span.um-online-status,
a[title="DEVETOPER BULGARIA"] span.um-online-status,
a[title="DEVETOPER CROATIA"] span.um-online-status,
a[title="DEVETOPER ITALY"] span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER SPAIN "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER DUBAI "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER CAMBODIA "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER GREECE "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER MADAGASCAR "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER EGYPT "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER PORTUGAL "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER TURKEY "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER BULGARIA "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER CROATIA "]) ~ span.um-online-status,
.um-message-conv-pic:has(img[alt="DEVETOPER ITALY "]) ~ span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER SPAIN "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER DUBAI "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER CAMBODIA "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER GREECE "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER MADAGASCAR "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER EGYPT "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER PORTUGAL "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER TURKEY "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER BULGARIA "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER CROATIA "]) span.um-online-status,
.um-member-photo:has(img[alt="DEVETOPER ITALY "]) span.um-online-status
{
    display: none;
}
.um-message-btn.whatsapp-icon {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: var(--bluecolor);
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    text-align: center;
    /*animation: float 3s ease-in-out infinite;*/ /* Floating animation */
    padding: 0 !important;
    display: block !important;
}
.um-message-btn.whatsapp-icon::before, .um-message-btn.whatsapp-icon span
{
    display: none;
}
.um-message-btn.whatsapp-icon .um-button {
    padding: 15px 17px !important;
}
.whatsapp-icon a.um-message-btn
{
    font-size: 16px !important;
}
.whatsapp-icon a.um-message-btn:before
{
    width: auto !important;
    font-size: 20px !important;
    color: #fff !important;
    margin-right: 0 !important;
}
.whatsapp-icon:hover {
    background-color: var(--bluecolor2);
    animation: hover-float 1.5s ease-in-out infinite; /* Faster floating on hover */
}
.whatsapp-icon svg {
    width: 30px;
    height: 30px;
}
.whatsapp-icon svg path {
    fill: #fff;
}
.um-message-item.unread .um-message-item-content
{
    background: #99DEE1;
}
.um-gutter-sizer.masonry-brick {
    display: none;
}
.um-clear.masonry-brick {
    flex-grow: 1;
    width: 100%;
}
.um-member.um-role-broker.masonry-brick {
    position: static !important;
}
.um-members-wrapper .um-members-intro, 
.um-members-wrapper .um-clear {
    display: none !important;
}
.um-members.um-members-grid.masonry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    height: auto !important;
    min-height: 500px !important;
    position: static !important;
}
.um-member {
    flex: 1 1 calc(33.333% - 10px);
    flex-grow: 1;
    box-sizing: border-box;
    margin-bottom: 10px !important;
    position: static !important; 
    min-height: 215px;
    min-width: 300px;
    max-height: 300px;
}
.um-member .um-member-metaline-first_name strong, .um-member .um-member-metaline-last_name strong, .um-member .um-member-metaline-mobile_number strong, .um-member .um-member-metaline-email_address_client strong, .um-member .um-member-metaline-company_location strong
{
    display: none !important;
}
.um-member .um-member-metaline-first_name, .um-member .um-member-metaline-last_name
{
    display: inline-block !important;
}
.dev-profile
{
    display: flex;
    padding: 16px 0;
    gap: 36px;
    padding-right: 36px;
}
.um-profile-photo
{
    margin: 0 !important;
    position: static !important;
}
div.dev-profile div.dev-profile-sidebar .um-profile-photo a.um-profile-photo-img
{
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    width: 90px !important;
    height: 90px !important;
    box-shadow: 0 0 15px #004C4F;
}
.um-profile-meta
{
    padding-right: 0 !important;
}
.dev-profile-sidebar
{
    width: 25%;
    min-width: 280px;
    max-width: 30%;
    background: linear-gradient(45deg, #004C4F, #007A82);
    padding: 48px 16px;
    box-shadow: var(--shadow);
    border-radius: 0 15px 15px 0;
}
.back-prof
{
    margin-right: 10px;
}
.back-prof a
{
    color: #fff;
    font-size: 14px !important;
}
.back-prof li
{
    padding: 8px 12px;
    border-radius: 15px;
    transition: background 0.3s linear, color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}
.back-prof li::before
{
    content: '\f100';
    font: var(--fa-font-solid);  
    color: #fff;
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
}
.back-prof ul
{
    list-style-type: none;
    padding: 0 !important;
}
.back-prof a:hover
{
    color: #fff;
}
.sti-sidb
{
    position: sticky;
    top: 80px;
}
.um-profile-edit
{
    position: static !important;
    height: auto !important;
}
div.dev-profile .um-dropdown
{
    display: block !important;
    position: static !important;
    background: transparent !important;
    border: 0 !important;
    width: 100% !important;
}
div.dev-profile .um-dropdown ul
{
    background: transparent !important;
}
div.dev-profile .um-profile-edit i, div.dev-profile .um-profile-edit .um-dropdown-arr, div.dev-profile .um-dropdown ul li:last-child
{
    display: none !important;
}
div.entry-content-wrap:has(div.dev-profile)
{
    padding: 0 !important;
}
.dev-profile .dev-profile-sidebar .um-profile-nav-item, .dev-profile .dev-profile-sidebar .um-profile-nav-item a
{
    width: 100%;
}
div.dev-profile .um-dropdown ul li a
{
    text-align: left;
    width: 100%;
}
div.dev-profile .um-dropdown ul li a[href*="delete"]::before
{
    content: '\f1f8';
    font: var(--fa-font-solid);  
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
}
div.dev-profile .um-dropdown ul li a[href*="edit"]::before
{
    content: '\f007';
    font: var(--fa-font-solid);  
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
}
div.dev-profile .um-dropdown ul li a[href*="account"]::before
{
    content: '\f013';
    font: var(--fa-font-solid);  
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
}
div.dev-profile .um-dropdown ul li a[href*="logout"]::before,
div.dev-profile .um-dropdown ul li a[href*="%d0%b2%d1%8b%d1%85%d0%be%d0%b4-%d0%b8%d0%b7-%d1%81%d0%b8%d1%81%d1%82%d0%b5%d0%bc%d1%8b/"]::before
{
    content: '\f08b';
    font: var(--fa-font-solid);  
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
}

div.dev-profile .um-dropdown ul li a[href*="cloud"]::before
{
    content: '\f08b';
    font: var(--fa-font-solid);  
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
}


div.dev-profile .um-dropdown ul li a[href*="cloud"].add_to_download::before
{
    content: '\f35a';
    font: var(--fa-font-solid);  
    margin-right: 3px;
    display: inline-block;
    text-rendering: auto;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased;
}

.dev-profile .dev-profile-sidebar .um-profile-nav-item a,
div.dev-profile .um-dropdown ul li a {
    color: #fafafa !important;
    margin: 5px 0 !important;
    border-radius: 10px;
    font-weight: 400;
    transition: background 0.3s linear, color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.dev-profile .dev-profile-sidebar .um-profile-nav-item:hover a,
div.dev-profile .um-dropdown ul li:hover a,
.back-prof a:hover li
{
    background: linear-gradient(45deg, #007A82, #00ADB5);
    transform: scale(1.05); /* Slight zoom effect on hover */
}
.dev-profile .dev-profile-sidebar .um-profile-nav-item.active a
{
    background: linear-gradient(45deg, #007A82, #00ADB5);
    box-shadow: 0 0 15px #007A82;
    font-weight: 600;
}
div.dev-profile-sidebar .um .um-name a
{
    color: #fafafa !important;
    font-weight: 200 !important;
    text-transform: capitalize;
}
div.dev-profile-sidebar .um .um-name
{
    margin: 0 !important;
}
div.um-dropdown[data-element*="profile-photo"] ul
{
    box-shadow: 0 0 15px #004C4F;
    background: #007A82 !important;
    text-align: center !important;
    border-radius: 15px;
}
div.um-dropdown[data-element*="profile-photo"] ul li a
{
    transform: none !important;
    text-align: center !important;
    margin: 0 !important;
}
div.um-dropdown[data-element*="profile-photo"] .um-icon-arrow-up-b:before
{
    color: #007A82;
}
div.um.um-profile
{
    max-width: 100% !important;
}
div.dev-profile .dev-content .um-profile-nav, div.dev-profile-sidebar .um-profile-subnav
{
    display: none !important;
}
.dev-profile .um-header.no-cover .um-profile-photo
{
    margin: 0 0 !important;
    height: 150px !important;
    width: 150px !important;
}
.dev-profile .um-profile-photo>a
{
    height: 150px !important;
    width: 150px !important;
}
.dev-profile .dev-prof-header .um-header
{
    padding: 10px 20px 10px 10px !important;
    border: 0 !important;
    margin-bottom: 10px !important;
    border-radius: 15px;
}
.dev-profile .um-form:has(.um-header)
{
    width: auto;
}
.dev-prof-header
{
    display: flex;
    gap: 24px;
}
.dev-prof-header .um-messaging-bar
{
    display: flex;
    align-items: center;
}
div.um-members-messaging-btn  a.um-message-btn
{
    border-radius: 30px !important;
    background: linear-gradient(45deg, #004C4F, #007A82) !important;
}
div.um-members-messaging-btn  a.um-message-btn:hover
{
    transform: scale(1.03);
    background: linear-gradient(135deg, #00ADB5, #007A82) !important;
    transition: all 0.3s linear;
}
.um-name
{
    float: none !important;
}
.dev-head-fl
{
    display: flex;
    margin-left: 16px;
}
.dev-head-fl .um-name
{
    display: flex;
    flex-direction: column;
    text-align: left !important;
}
.dev-head-fl .um-online-status
{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 8px;
}
.dev-head-fl .prof-name
{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #004C4F;
}
.dev-head-fl .prof-nip
{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #007A82;
}
.dev-head-fl a
{
    font-weight: 400;
    font-size: 36px !important;
}
.prof-name-hed
{
    display: flex;
}
div.lacti
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}


.collapsible-panel {
    position: static;
    top: 0;
    left: 0;
    width: 300px; /* Full width when expanded */
    background-color: #FFF; /* Light background */
    border-right: 1px solid #ddd; /* Border for separation */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 99; /* Ensure it stays above other content */
    padding: 15px;
    transition: transform 0.5s ease-in-out;
}

/* Expand handle */
.expand-handle {
    position: static; /* Fixed to always be visible */
    height: 40px;
    background: linear-gradient(45deg, #004C4F, #007A82);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px; /* Rounded corners on the right */
    cursor: pointer;
    z-index: 100; /* Make sure the handle stays above other elements */
    transition: background-color 0.3s ease;
    font-size: 24px; /* Make the handle icon bigger */
    padding: 8px 24px;
    margin-bottom: 16px;
    width: 100%;
    display: none !important;
}

.expand-handle:hover {
    background-color: #FFB76B;
}
.hide-sidebar
{
    display: none !important;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    font-size: 24px;
}
.um-profile-body.bookmarks .um-trigger-menu-on-click
{
    display: flex;
    flex-direction: column;
    text-align: center !important;
    min-width: 140px;
}
.um-profile-body.bookmarks .um-dropdown-b
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.um-profile-body.bookmarks .um-dropdown-arr
{
    display: none;
}
.um-profile-body.bookmarks .um-dropdown-b ul li a
{
    background: linear-gradient(45deg, #007A82, #00ADB5);
}
.dev-branches .um-members-wrapper, .dev-branches #show-more-button
{
    display: none !important;
}
.dev-branches h3
{
    text-align: center;
}
/* Collapsed state for small screens */



.um-dropdown-b ul li:has(a.put_user_as_pending-item),
.um-dropdown-b ul li:has(a.resend_user_activation-item),
.um-dropdown-b ul li:has(a.deactivate_user-item),
.um-dropdown-a div.um-dropdown-arr
{
    display: none !important;
}
/* === AGENT === 
.dev-profile:has(div.um-role-corporate_agent) .dev-profile-sidebar {
    background: linear-gradient(45deg, #1B5E20, #388E3C);
}
.dev-profile:has(div.um-role-corporate_agent) .dev-profile-sidebar .um-profile-nav-item:hover a,
.dev-profile:has(div.um-role-corporate_agent) .um-dropdown ul li:hover a,
.dev-profile:has(div.um-role-corporate_agent) .back-prof a:hover li {
    background: linear-gradient(45deg, #145A1E, #2E7D32);
}
.dev-profile:has(div.um-role-corporate_agent) .dev-profile-sidebar .um-profile-nav-item.active a {
    background: linear-gradient(45deg, #145A1E, #2E7D32);
    box-shadow: 0 0 15px #145A1E;
}
.dev-profile:has(div.um-role-corporate_agent) div.um-dropdown[data-element*="profile-photo"] ul {
    box-shadow: 0 0 15px #145A1E;
    background: #2E7D32 !important;
}
.dev-profile:has(div.um-role-corporate_agent) div.um-dropdown[data-element*="profile-photo"] .um-icon-arrow-up-b:before {
    color: #2E7D32;
}


.dev-profile:has(div.um-role-corporate_branch) .dev-profile-sidebar {
    background: linear-gradient(45deg, #4A148C, #7B1FA2);
}
.dev-profile:has(div.um-role-corporate_branch) .dev-profile-sidebar .um-profile-nav-item:hover a,
.dev-profile:has(div.um-role-corporate_branch) .um-dropdown ul li:hover a,
.dev-profile:has(div.um-role-corporate_branch) .back-prof a:hover li {
    background: linear-gradient(45deg, #38006B, #6A1B9A);
}
.dev-profile:has(div.um-role-corporate_branch) .dev-profile-sidebar .um-profile-nav-item.active a {
    background: linear-gradient(45deg, #38006B, #6A1B9A);
    box-shadow: 0 0 15px #38006B;
}
.dev-profile:has(div.um-role-corporate_branch) div.um-dropdown[data-element*="profile-photo"] ul {
    box-shadow: 0 0 15px #38006B;
    background: #6A1B9A !important;
}
.dev-profile:has(div.um-role-corporate_branch) div.um-dropdown[data-element*="profile-photo"] .um-icon-arrow-up-b:before {
    color: #6A1B9A;
}


.dev-profile:has(div.um-role-corporate_broker) .dev-profile-sidebar {
    background: linear-gradient(45deg, #BF360C, #E64A19);
}
.dev-profile:has(div.um-role-corporate_broker) .dev-profile-sidebar .um-profile-nav-item:hover a,
.dev-profile:has(div.um-role-corporate_broker) .um-dropdown ul li:hover a,
.dev-profile:has(div.um-role-corporate_broker) .back-prof a:hover li {
    background: linear-gradient(45deg, #8B2500, #D84315);
}
.dev-profile:has(div.um-role-corporate_broker) .dev-profile-sidebar .um-profile-nav-item.active a {
    background: linear-gradient(45deg, #8B2500, #D84315);
    box-shadow: 0 0 15px #8B2500;
}
.dev-profile:has(div.um-role-corporate_broker) div.um-dropdown[data-element*="profile-photo"] ul {
    box-shadow: 0 0 15px #8B2500;
    background: #D84315 !important;
}
.dev-profile:has(div.um-role-corporate_broker) div.um-dropdown[data-element*="profile-photo"] .um-icon-arrow-up-b:before {
    color: #D84315;
}
*/
/* Shared table base styling */
.broker-table,
.branch-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
}

.broker-table thead th,
.branch-table thead th {
    text-align: left;
    padding: 12px 16px;
    font-weight: 600;
    background: #f8f8f8;
    border-bottom: 2px solid #e0e0e0;
}

.broker-table tbody td,
.branch-table tbody td {
    padding: 12px 16px;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    vertical-align: middle;
}

.broker-table tbody tr:nth-child(odd) td,
.branch-table tbody tr:nth-child(odd) td {
    background-color: #fcfcfc;
}

.broker-table tbody tr:hover td,
.branch-table tbody tr:hover td {
    background-color: #f1f1f1;
}

.broker-table a.um-button,
.branch-table a.um-button {
    display: inline-block;
    padding: 8px 14px;
    background-color: #00ADB5;
    color: white;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out;
}

.broker-table a.um-button:hover,
.branch-table a.um-button:hover {
    background-color: #007A82;
    text-decoration: none;
}

/* Sort icons */
th.sortable {
    cursor: pointer;
    position: relative;
    padding-right: 24px;
}

th.sortable .sort-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #999;
    transition: color 0.2s, transform 0.2s;
}

th.sortable.active .sort-icon {
    color: #00ADB5;
    font-weight: bold;
}

th.sortable:hover .sort-icon {
    color: #666;
}

/* Responsive */
@media (max-width: 768px) {
    .broker-table thead,
    .branch-table thead {
        display: none;
    }

    .broker-table tbody tr,
    .branch-table tbody tr {
        display: block;
        margin-bottom: 16px;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        padding: 10px;
    }

    .broker-table tbody td,
    .branch-table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 10px 16px;
        border: none;
        border-bottom: 1px solid #eee;
        background: none !important;
    }

    .broker-table tbody td::before,
    .branch-table tbody td::before {
        content: attr(data-label);
        line-height: 1;
        align-self: center;
        font-weight: 600;
        color: #555;
        text-transform: uppercase;
    }

    .broker-table tbody td:last-child,
    .branch-table tbody td:last-child {
        border-bottom: none;
    }
    .broker-table .button,
    .branch-table .button
    {
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media (max-width: 800px) {
    .expand-handle
    {
        display: flex !important;
    }
    div.dev-profile-sidebar.collapsible-panel {
        transform: translateX(-260px);
        width: 0px !important;
        min-width: 0px !important;
        max-width: 0px !important;
        height: 0;
    }
    div.dev-profile-sidebar.collapsible-panel.expanded {
        transform: translateX(0);
        width: 75% !important;
        max-width: 75% !important;
        min-width: 75% !important;
        height: 100% !important;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
    }
    div.dev-profile-sidebar.collapsible-panel.expanded .hide-sidebar
    {
        display: block !important;
    }
    .dev-profile
    {
        gap: 0 !important;
    }
    .profile-info-container
    {
        flex-direction: column;
    }
    .dev-prof-header
    {
        flex-direction: column;
        gap: 0;
    }
    .um-profile-navbar
    {
        justify-content: center;
        margin-bottom: 10px;
    }
}



@media (max-width: 768px) {
    .um-header
    {
        flex-direction: column;
        justify-content: center;
    }
    .um-profile .um-profile-nav {
        float: inherit !important;
        max-width: 100% !important;
        min-width: 100%;
        width: 100% !important;
        margin-bottom: 50px !important;
    }
    .um-profile .um-profile-body
    {
        float: inherit !important;
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        padding: 8px !important;
    }
    .um-profile-body .um-user-bookmarked-list .um-user-bookmarked-item.has-image .um-user-bookmarkss-list img.um-user-bookmarked-post-image
    {
        width: 85px !important;
    }
    .um-profile-body .um-user-bookmarked-list .um-user-bookmarked-item.has-image .um-user-bookmarkss-list .um-user-bookmarks-post-content
    { 
        max-width: calc(100% - 50px) !important;
    }
    .um-user-bookmarkss-list
    {
        height: auto !important;
    }
    .um-profile-body .um-user-bookmarked-list .um-user-bookmarked-item .um-user-bookmarkss-list .um-user-bookmarks-post-content h3
    {
        font-size: 20px;
    }
    .um-member {
        flex: 1 1 100%;
        margin-bottom: 10px;
        max-width: 100%;
        position: static !important;
        top: inherit !important;
        left: inherit !important;
        transition: none !important;
        transform: none !important;
    }
    .um-members.um-members-grid.masonry {
        height: auto !important;
        min-height: 600px !important;
        display: flex !important;
        position: static !important;
    }
    .um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
        float: none !important;
    }
    .um-messages-wrapper {
        flex-direction: column;
    }
    .um-messages-conversations {
        width: 100% !important;
    }
}

.um-member-tagline {
    color: #000 !important;
}
.um-messages-wrapper {
    display: flex;
    gap: 20px;
}
.um-messages-chat-window .um-message-conv {
    width: 100% !important;
    box-shadow: none !important;
}

.um-messages-conversations {
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f8f8f8;
    padding: 10px;
    max-height: 532px;
    overflow: auto;
}
.um-messages-conversations h4 {
    margin-top: 0;
    font-size: 16px;
}
.um-messages-conversations button {
    display: block;
    width: 100%;
    background: #FFF;
    border: none;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #111;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 6px;
}
.um-messages-conversations button:hover,
.um-messages-conversations button.active {
    background: #007A82;
    color: white;
}
.um-messages-chat-window {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    background: white;
}
.um-messages-chat-window table {
    width: 100%;
    border-collapse: collapse;
}
.um-messages-chat-window th, .um-messages-chat-window td {
    padding: 8px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.um-messages-chat-window th {
    background: #007A82;
    color: white;
}
.um-chat-thread {
margin-top: 10px;
}

.um-chat-bubble {
max-width: 70%;
padding: 10px 14px;
border-radius: 10px;
background: #f2f2f2;
position: relative;
clear: both;
}

.um-chat-bubble.from-user .chat-text {
color: #FFF;
}
.um-chat-bubble.from-user .chat-time {
color: #e1e1e1;
}
.um-chat-bubble.from-user .chat-name {
display: none;
}
.um-chat-bubble.from-user {
background: #007A82;
align-self: flex-end;
border-top-right-radius: 0;
}

.um-chat-bubble.from-other {
background: #f8f8f8;
align-self: flex-start;
border-top-left-radius: 0;
margin-right: auto;
}

.um-chat-meta .chat-name {
font-size: 12px;
color: #888;
margin-bottom: 0px;
display: block;
}

.chat-text {
font-size: 15px;
color: #333;
}

.chat-time {
font-size: 11px;
color: #999;
margin-top: 0;
text-align: right;
}
.acc-detail-single.associated-corp, 
.acc-detail-single.associated-branch, 
.acc-detail-single.associated-corp a, 
.acc-detail-single.associated-branch a
{
    font-size: 15px !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}
.acc-detail-single.associated-corp, 
.acc-detail-single.associated-branch
{
    font-weight: 400 !important;
}
.acc-detail-single.associated-corp a, 
.acc-detail-single.associated-branch a
{
    font-weight: 600 !important;
}
.pac-container
{
    position: absolute !important;
    z-index: 99999999;
}
.profile-info-left div.vid-prof .plyr__video-embed iframe
{
    position: relative;
    box-shadow: var(--shadow) !important;
    border-radius: 15px;
}
.um-message-conv-item
{
    height: auto !important;
}
.um-field-office_languages {
    margin-top: 30px !important;
}
#um_field_10809_office_languages {
    margin-top: 30px !important;
}