/* =========================================================

Referral Platform — Global CSS

Optimized unified base system

========================================================= */

/* ---------------------------------------------------------

0) LOCAL FONT

Path: /plugins/referral-platform/assets/fonts/

--------------------------------------------------------- */

@font-face{font-family:"RP-Roboto";src:url("../fonts/Roboto-Light.woff2") format("woff2");font-style:normal;font-weight:300;font-display:swap;}

@font-face{font-family:"RP-Roboto";src:url("../fonts/Roboto-Regular.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap;}

@font-face{font-family:"RP-Roboto";src:url("../fonts/Roboto-Medium.woff2") format("woff2");font-style:normal;font-weight:500;font-display:swap;}

@font-face{font-family:"RP-Roboto";src:url("../fonts/Roboto-Bold.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap;}

/* ---------------------------------------------------------

1) DESIGN TOKENS

--------------------------------------------------------- */

:root{

--rp-theme:#1e4d91;--rp-bg:#fff;--rp-text:#3E3F40;--rp-muted:#6b7280;--rp-placeholder:#6B7280;

--rp-border:#e0e0e0;--rp-control-border:#e0e0e0;--rp-table-border:#e0e0e0;--rp-table-head-bg:#f7f7f7;--rp-table-head-text:#3E3F40;

--rp-success:#14804A;--rp-error:#C0392B;

--rp-radius:7px;--rp-font:"RP-Roboto",Arial,Helvetica,sans-serif;--rp-font-size:13px;--rp-mobile-input-size:16px;--rp-line:1.35;

--rp-control-height:30px;--rp-action-height:38px;--rp-control-padding-x:12px;--rp-control-padding-y:7px;--rp-btn-padding-x:30px;

--rp-table-cell-padding-y:10px;--rp-table-cell-padding-x:14px;--rp-tab-active:2px;--rp-field-gap:10px;--rp-label-gap:6px;--rp-inline-field-gap:10px;

--rp-btn-font-weight:400;--rp-pwa-theme:var(--rp-theme);
--rp-dropdown-max-height:240px;

}

/* ---------------------------------------------------------

2) BASE RESET / PLATFORM FONT

--------------------------------------------------------- */

body{margin:0;padding:0;min-height:100%;background:#fff!important;color:var(--rp-text);font-family:var(--rp-font);font-size:var(--rp-font-size);line-height:var(--rp-line);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none!important;touch-action:pan-x pan-y;}

body{margin:0;padding:0;min-height:100%;background:#fff!important;color:var(--rp-text);font-family:var(--rp-font);font-size:var(--rp-font-size);line-height:var(--rp-line);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;}

.rp-root,.rp-dashboard,.rp-main,.rp-pane,.rp-ops-wrap{background:#fff!important;overscroll-behavior:contain!important;}

.wp-site-blocks,.site,#page,.site-content,.rp-root,.rp-dashboard,.rp-main,.rp-pane,.rp-ops-wrap,.rp-ops-panels,.rp-ops-panel{background:#fff!important;}
.rp-root,.rp-dashboard,.rp-main,.rp-pane,.rp-ops-wrap{overscroll-behavior:contain;}

*,*::before,*::after{box-sizing:border-box;}

.wp-site-blocks,.wp-block-group,.entry-content,.wp-block-post-content,.wp-block-spacer,.site,#page,.site-content{margin:0!important;padding:0!important;}

.wp-block-spacer{display:none!important;height:0!important;min-height:0!important;visibility:hidden!important;}

.rp-root,.rp-admin-root{font-family:var(--rp-font)!important;font-size:var(--rp-font-size)!important;line-height:var(--rp-line);color:var(--rp-text);}

.rp-root *,.rp-root *::before,.rp-root *::after,.rp-admin-root *,.rp-admin-root *::before,.rp-admin-root *::after{font-family:inherit!important;}

.rp-root button,.rp-admin-root button,.rp-root input,.rp-root select,.rp-root textarea,.rp-admin-root input,.rp-admin-root select,.rp-admin-root textarea{font-family:var(--rp-font)!important;font-size:var(--rp-font-size)!important;line-height:1.2;color:var(--rp-text);}

.rp-section-title{font-weight:600;font-family:var(--rp-font)!important;font-size:15px!important;line-height:1.3;color:var(--rp-text);}

body::before{content:"font test";font-family:var(--rp-font);font-weight:300;position:fixed;left:-9999px;top:-9999px;}

/* ---------------------------------------------------------

3) TYPOGRAPHY EXCEPTIONS

--------------------------------------------------------- */

#rp-shell-title,.rp-mobile-shell-title,.rp-module-title,.rp-settings-section-title,.rp-modal-title{font-size:24px!important;font-weight:300!important;color:var(--rp-text);line-height:1.2;}

#rp-shell-title{width:260px;flex-shrink:0;margin-right:auto;padding:16px;}

.rp-mobile-shell-title{width:100%;padding:16px;}

.rp-module-title,.rp-settings-section-title{margin:0 0 24px;}

.rp-admin-empty-title{margin:0 0 8px;font-size:18px!important;font-weight:600;color:var(--rp-text);}

.rp-admin-empty-sub{color:var(--rp-muted);}

.rp-company-name{font-size:18px!important;font-weight:600;line-height:1;letter-spacing:.2px;color:var(--rp-text);}

.rp-auth-subtitle{margin-top:18px;text-align:center;color:var(--rp-text)!important;font-size:24px!important;line-height:1.3;font-weight:300!important;}

/* ---------------------------------------------------------

4) UNIFIED INPUTS / SELECTS / TEXTAREAS / PLACEHOLDERS

Change desktop/mobile input behavior here.

--------------------------------------------------------- */

.rp-input,.rp-select,.rp-filter-input,.rp-filter-select,.rp-input-email,select.rp-input,textarea.rp-input,.rp-root input:not([type="checkbox"]):not([type="radio"]),.rp-root select,.rp-root textarea,.rp-admin-root input:not([type="checkbox"]):not([type="radio"]),.rp-admin-root select,.rp-admin-root textarea{

border:1px solid var(--rp-control-border);border-radius:var(--rp-radius);background:#fff;color:var(--rp-text);box-shadow:none!important;text-align:left!important;text-align-last:left!important;

}

.rp-input,
.rp-select,
.rp-filter-input,
.rp-filter-select,
.rp-input-email,
select.rp-input,
.rp-root input:not([type="checkbox"]):not([type="radio"]),
.rp-root select,
.rp-admin-root input:not([type="checkbox"]):not([type="radio"]),
.rp-admin-root select{
min-height:var(--rp-control-height);
height:var(--rp-control-height);
padding:0 var(--rp-control-padding-x);
font-size:var(--rp-font-size)!important;
font-weight:400;
line-height:1.2;
}

.rp-select,
select.rp-input,
.rp-root select,
.rp-admin-root select{
appearance:none;
-webkit-appearance:none;
background-image:
linear-gradient(45deg, transparent 50%, var(--rp-placeholder) 50%),
linear-gradient(135deg, var(--rp-placeholder) 50%, transparent 50%);
background-position:
calc(100% - 17px) 50%,
calc(100% - 12px) 50%;
background-size:5px 5px,5px 5px;
background-repeat:no-repeat;
padding-right:34px!important;
cursor:pointer;
}

.rp-select option,
select.rp-input option,
.rp-root select option,
.rp-admin-root select option{
font-family:var(--rp-font)!important;
font-size:var(--rp-font-size)!important;
color:var(--rp-text)!important;
background:#fff!important;
}

.rp-input,.rp-select,select.rp-input,textarea.rp-input{width:100%;}

textarea.rp-input,.rp-root textarea,.rp-admin-root textarea{min-height:96px;height:auto;padding:var(--rp-control-padding-y) var(--rp-control-padding-x);resize:vertical;font-size:var(--rp-font-size)!important;font-weight:400;line-height:1.35;}

.rp-root input::placeholder,.rp-root textarea::placeholder,.rp-admin-root input::placeholder,.rp-admin-root textarea::placeholder,.rp-input::placeholder,.rp-input-email::placeholder,.rp-filter-input::placeholder,textarea.rp-input::placeholder{

font-size:var(--rp-font-size)!important;font-weight:400!important;color:var(--rp-placeholder)!important;opacity:1!important;font-style:normal;text-align:left;

}

.rp-input:focus,.rp-select:focus,.rp-filter-input:focus,.rp-filter-select:focus,select.rp-input:focus,textarea.rp-input:focus,.rp-root input:focus,.rp-root select:focus,.rp-root textarea:focus,.rp-admin-root input:focus,.rp-admin-root select:focus,.rp-admin-root textarea:focus{

outline:none!important;border-color:#667!important;box-shadow:none!important;

}

.rp-filter-select{width:auto;min-width:140px;flex:0 0 auto;}

.rp-filter-input{width:260px;flex:0 0 260px;}

.rp-input.rp-empty,.rp-select.rp-empty,select.rp-input.rp-empty{color:var(--rp-placeholder)!important;}



.rp-mobile-input-safe,.rp-mobile-input-strong{font-size:var(--rp-mobile-input-size)!important;-webkit-text-size-adjust:100%!important;}

.rp-mobile-input-safe{font-weight:300!important;}

.rp-mobile-input-strong{font-weight:700!important;}

.rp-mobile-input-safe::placeholder{font-size:var(--rp-font-size)!important;font-weight:400!important;color:var(--rp-placeholder)!important;}

.rp-mobile-input-strong::placeholder{font-size:var(--rp-mobile-input-size)!important;font-weight:700!important;color:var(--rp-text)!important;}

.rp-textarea,.rp-root textarea.rp-textarea,.rp-admin-root textarea.rp-textarea,textarea.rp-input.rp-textarea{font-size:var(--rp-font-size)!important;font-weight:400!important;line-height:1.35!important;color:var(--rp-text)!important;}

.rp-textarea::placeholder{font-size:var(--rp-font-size)!important;font-weight:400!important;color:var(--rp-placeholder)!important;}

input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button{visibility:hidden!important;display:none!important;pointer-events:none!important;position:absolute!important;right:0!important;}

input::-ms-clear,input::-ms-reveal{display:none!important;width:0!important;height:0!important;}

.rp-root input[type="checkbox"],.rp-admin-root input[type="checkbox"],.rp-root input[type="radio"],.rp-admin-root input[type="radio"]{
appearance:auto!important;
-webkit-appearance:auto!important;
width:14px!important;
height:14px!important;
min-width:14px!important;
max-width:14px!important;
min-height:14px!important;
max-height:14px!important;
padding:0!important;
margin:0!important;
border-radius:0!important;
box-shadow:none!important;
text-align:initial!important;
text-align-last:initial!important;
flex:0 0 14px!important;
cursor:pointer;
}

.rp-root input[type="checkbox"],.rp-admin-root input[type="checkbox"]{
-webkit-appearance:checkbox!important;
}

.rp-root input[type="radio"],.rp-admin-root input[type="radio"]{
-webkit-appearance:radio!important;
}

@media (max-width:980px){

.rp-root input:not([type="checkbox"]):not([type="radio"]),.rp-root select,.rp-root textarea,.rp-admin-root input:not([type="checkbox"]):not([type="radio"]),.rp-admin-root select,.rp-admin-root textarea,.rp-input,.rp-select,.rp-filter-input,.rp-filter-select,.rp-input-email,select.rp-input,textarea.rp-input{font-size:var(--rp-mobile-input-size)!important;font-weight:300!important;-webkit-text-size-adjust:100%!important;}

.rp-root input::placeholder,.rp-root textarea::placeholder,.rp-admin-root input::placeholder,.rp-admin-root textarea::placeholder,.rp-input::placeholder,.rp-filter-input::placeholder,.rp-input-email::placeholder,textarea.rp-input::placeholder{font-size:var(--rp-font-size)!important;font-weight:400!important;}

.rp-mobile-input-strong,.rp-job-cost{font-size:var(--rp-mobile-input-size)!important;font-weight:700!important;}

.rp-mobile-input-strong::placeholder,.rp-job-cost::placeholder{font-size:var(--rp-mobile-input-size)!important;font-weight:700!important;}

select.rp-input.rp-empty{font-size:var(--rp-font-size)!important;font-weight:400!important;color:var(--rp-placeholder)!important;}

}

/* ---------------------------------------------------------

5) APP WRAPPERS / HEADER / SHELL

--------------------------------------------------------- */

.rp-root{display:flex;flex-direction:column;min-height:100vh;width:100%;}

.rp-dashboard{flex:1 1 auto;}

.rp-footer-wrapper{margin-top:auto;}

.rp-header{display:flex;align-items:center;justify-content:space-between;padding:32px 16px;background:#fff;}

.rp-header-left,.rp-header-right,.rp-logo{display:flex;align-items:center;}

.rp-logo{gap:12px;}

.rp-logout-btn{min-height:var(--rp-control-height);padding:0 14px;border:none;border-radius:var(--rp-radius);background:transparent;color:var(--rp-text);text-decoration:none;cursor:pointer;transition:opacity .2s ease;}

.rp-logout-btn:hover{opacity:.7;}

.rp-layout{display:flex;width:100%;}

.rp-sidebar{position:sticky;top:0;width:180px;height:100vh;flex-shrink:0;display:flex;flex-direction:column;padding:0 16px;background:#fff;border-right:1px solid var(--rp-border);}

.rp-sidebar-logo,.rp-sidebar-logo-text{height:75px;display:flex;align-items:center;}

.rp-sidebar-logo img{display:block;max-width:100%;max-height:65px;}

.rp-sidebar-logo-text{font-weight:600;color:var(--rp-text);}

.rp-sidebar-tabs{display:flex;flex-direction:column;padding-top:20px;}

.rp-side-tab{display:flex;align-items:center;height:var(--rp-control-height);padding:0 12px;border:1px solid transparent;border-radius:var(--rp-radius);cursor:pointer;color:var(--rp-text);}

.rp-side-tab.active{border:1.5px solid var(--rp-theme);color:var(--rp-theme);}

.rp-sidebar-spacer{flex:1;}

.rp-sidebar-footer{margin-top:12px;padding-top:12px;border-top:1px solid var(--rp-border);}

.rp-sidebar-logout{display:block;min-height:var(--rp-control-height);padding:8px 12px;border-radius:var(--rp-radius);color:var(--rp-text);text-decoration:none;}

.rp-main{flex:1;min-width:0;}

.rp-main-actions{position:sticky;top:0;z-index:1000;height:75px;padding:0 16px;display:flex;align-items:center;gap:6px;background:#fff;border-bottom:1px solid var(--rp-border);}

.rp-admin-actions-right{margin-left:auto;display:flex;align-items:center;gap:8px;}

.rp-action-icon{width:var(--rp-action-height);min-width:var(--rp-action-height);height:var(--rp-action-height);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--rp-radius);cursor:pointer;}

.rp-action-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

.rp-admin-empty{padding:20px;}

/* ---------------------------------------------------------

6) TABS

--------------------------------------------------------- */

.rp-tabs{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px;}

.rp-tab{min-height:var(--rp-control-height);height:var(--rp-control-height);padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rp-border);border-radius:var(--rp-radius);background:#fff;color:var(--rp-text);line-height:1.2;cursor:pointer;}

.rp-tab.active{border-width:var(--rp-tab-active);border-color:var(--rp-theme);color:var(--rp-theme);}

.rp-pane{padding:16px;}

.rp-ops-wrap{font-family:var(--rp-font);}

.rp-ops-section,.rp-ops-panels,.rp-ops-panel{width:100%;}

.rp-ops-tabs{display:flex;gap:6px;margin-bottom:12px;border-bottom:1px solid #eee;}

.rp-ops-tab{min-height:var(--rp-control-height);padding:0 14px;border:none;border-bottom:2px solid transparent;border-radius:0;background:none;color:#444;font-weight:500;box-shadow:none;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;}

.rp-ops-tab.is-active{color:var(--rp-theme);border-bottom-color:var(--rp-theme);}

.rp-ops-panel{display:none;}

.rp-ops-panel.is-active{display:block;}

.rp-mobile-sticky-tabs .rp-ops-tabs-shell{position:relative;width:100%;margin:0 0 12px;}

.rp-mobile-sticky-tabs .rp-ops-tabs-arrow{display:none;}

@media (max-width:768px){

.rp-mobile-sticky-tabs{--rp-mobile-header-height:75px;--rp-mobile-tabs-height:43px;position:relative;}

.rp-mobile-sticky-tabs .rp-ops-tabs-shell{position:fixed!important;top:var(--rp-mobile-header-height)!important;left:0!important;right:0!important;z-index:395!important;width:100vw!important;margin:0!important;height:var(--rp-mobile-tabs-height)!important;min-height:var(--rp-mobile-tabs-height)!important;padding:0!important;display:flex;align-items:center;background:#fff;border-bottom:1px solid var(--rp-border);overflow:hidden;transform:translateZ(0);}

.rp-mobile-sticky-tabs .rp-ops-tabs{display:flex;align-items:center;flex-wrap:nowrap;gap:6px;width:100%;height:100%;min-height:var(--rp-mobile-tabs-height);margin:0!important;padding:0 16px;overflow-x:auto;overflow-y:hidden;border-bottom:none!important;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:auto;}

.rp-mobile-sticky-tabs .rp-ops-tabs::-webkit-scrollbar{display:none;}

.rp-mobile-sticky-tabs .rp-ops-tab{flex:0 0 auto;height:100%;min-height:var(--rp-mobile-tabs-height);display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;margin:0!important;}

.rp-mobile-sticky-tabs .rp-ops-panels{padding-top:calc(var(--rp-mobile-tabs-height) + 12px)!important;}

.rp-pane>.rp-mobile-sticky-tabs{margin-top:-16px;}

.rp-mobile-sticky-tabs .rp-ops-tabs-arrow{position:absolute;top:0;bottom:0;z-index:3;width:28px;display:none;align-items:center;justify-content:center;pointer-events:none;color:var(--rp-text);background:#fff;opacity:.85;}

.rp-mobile-sticky-tabs .rp-ops-tabs-arrow svg{width:16px;height:16px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

.rp-mobile-sticky-tabs .rp-ops-tabs-arrow.is-left{left:0;}

.rp-mobile-sticky-tabs .rp-ops-tabs-arrow.is-right{right:0;}

.rp-mobile-sticky-tabs.has-scroll-left .rp-ops-tabs-arrow.is-left,.rp-mobile-sticky-tabs.has-scroll-right .rp-ops-tabs-arrow.is-right{display:flex;}

}

/* ---------------------------------------------------------

7) BUTTONS

--------------------------------------------------------- */

.rp-btn,.rp-btn-sm,.rp-btn-lg,.rp-save-btn,.rp-cancel-btn,.rp-settings-save-btn,.rp-settings-upload-btn,.rp-filter-apply,.rp-filter-reset,.rp-smart-search-submit,.rp-map-search-submit,.rp-module-video-btn{

font-family:var(--rp-font)!important;font-size:var(--rp-font-size)!important;line-height:1.2;text-align:center!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer;appearance:none;-webkit-appearance:none;

}

.rp-btn,.rp-btn-sm,.rp-save-btn,.rp-cancel-btn,.rp-settings-save-btn,.rp-settings-upload-btn{

min-height:var(--rp-control-height);height:var(--rp-control-height);padding:0 var(--rp-btn-padding-x);display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rp-theme)!important;border-radius:var(--rp-radius);background:var(--rp-theme)!important;color:#fff!important;font-weight:var(--rp-btn-font-weight)!important;transition:opacity .2s ease,background .2s ease,color .2s ease,border-color .2s ease;

}

.rp-btn:hover:not(.rp-btn-ghost),.rp-btn-sm:hover:not(.rp-btn-ghost),.rp-save-btn:hover:not(.rp-btn-ghost),.rp-cancel-btn:hover:not(.rp-btn-ghost),.rp-settings-save-btn:hover:not(.rp-btn-ghost),.rp-settings-upload-btn:hover:not(.rp-btn-ghost){opacity:.85;color:#fff!important;}

.rp-btn[disabled],.rp-btn-sm[disabled],.rp-save-btn[disabled],.rp-cancel-btn[disabled],.rp-settings-save-btn[disabled],.rp-settings-upload-btn[disabled]{opacity:.5;cursor:not-allowed;color:#fff!important;}

.rp-btn-ghost{background:#fff!important;color:var(--rp-text)!important;border:1px solid var(--rp-border)!important;}

.rp-btn-ghost:hover,.rp-btn-ghost:focus,.rp-btn-ghost:active{opacity:1!important;background:#fff!important;color:var(--rp-text)!important;border-color:var(--rp-border)!important;box-shadow:none!important;}

.rp-btn-lg,.rp-save-btn,.rp-cancel-btn,.rp-settings-save-btn{min-height:var(--rp-action-height)!important;height:var(--rp-action-height)!important;}

.rp-settings-upload-btn{min-width:100px;}

/* ---------------------------------------------------------

8) TABLES / CARDS / COMMON LAYOUT

--------------------------------------------------------- */

.rp-table-wrap{width:100%;overflow:hidden;border:1px solid var(--rp-table-border);border-radius:var(--rp-radius);background:#fff;}

.rp-table,.rp-dash-table{width:100%;margin:0;border-collapse:separate;border-spacing:0;background:#fff;}

.rp-table th,.rp-table td,.rp-dash-table th,.rp-dash-table td{padding:var(--rp-table-cell-padding-y) var(--rp-table-cell-padding-x);text-align:left;vertical-align:middle;border-bottom:1px solid var(--rp-table-border);}

.rp-table thead th,.rp-dash-table thead th{background:var(--rp-table-head-bg);color:var(--rp-table-head-text);font-weight:600;border-bottom:1px solid var(--rp-table-border);}

.rp-table tbody tr:last-child td,.rp-dash-table tbody tr:last-child td{border-bottom:none;}

.rp-card{width:100%;padding:20px 20px 24px;border-radius:var(--rp-radius);background:#fff;}

.rp-grid{display:grid;gap:16px;}

.rp-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr));}

.rp-fields-2,.rp-fields-3{display:grid;gap:var(--rp-inline-field-gap);margin-bottom:var(--rp-field-gap);}

.rp-fields-2{grid-template-columns:repeat(2,minmax(0,1fr));}

.rp-fields-3{grid-template-columns:repeat(3,minmax(0,1fr));}

.rp-fields-2:last-child,.rp-fields-3:last-child{margin-bottom:0;}

.rp-fields-2>.rp-row,.rp-fields-3>.rp-row{margin-bottom:0;}

.rp-row{display:flex;flex-direction:column;gap:var(--rp-label-gap);margin-bottom:var(--rp-field-gap);}

.rp-row:last-child{margin-bottom:0;}

.rp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;}

.rp-actions.rp-center{justify-content:center;margin-top:14px;}

.rp-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 12px;}

.rp-inline-add-row{display:flex;align-items:center;gap:10px;}

.rp-inline-add-row .rp-input{flex:1 1 auto;min-width:0;}

.rp-inline-add-row .rp-btn,.rp-inline-add-row .rp-settings-upload-btn{flex:0 0 auto;}

/* ---------------------------------------------------------

9) SETTINGS / BRANDING HELPERS

--------------------------------------------------------- */

.rp-settings-tags-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px;}

.rp-settings-tags-list.is-compact{max-height:72px;overflow-y:auto;align-content:flex-start;padding-right:4px;}

.rp-settings-warning{margin:-8px 0 12px;font-size:var(--rp-font-size)!important;color:var(--rp-error)!important;}

.rp-settings-grid-2{
    column-gap:50px;
    row-gap:0;
    align-items:start;
}

.rp-settings-actions{display:flex;justify-content:flex-start;margin-top:50px;}

.rp-settings-shell-left{max-width:1100px;margin:0;}

.rp-brand-upload-row,.rp-brand-preview,.rp-color-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:var(--rp-control-height);}

.rp-brand-preview{gap:8px;min-width:0;}

.rp-brand-preview-image{display:block;max-height:30px;width:auto;object-fit:contain;border:none!important;border-radius:0!important;box-shadow:none!important;}

.rp-brand-preview-favicon{display:block;width:30px;height:30px;object-fit:contain;border:none!important;border-radius:0!important;box-shadow:none!important;}

.rp-platform-color-input{width:130px!important;max-width:130px!important;flex:0 0 130px;}

.rp-color-input{max-width:130px;}

.rp-color-preview-box{width:30px;min-width:30px;height:30px;border:1px solid var(--rp-border);border-radius:var(--rp-radius);}

/* ---------------------------------------------------------

10) AUTH / RESET / CHANGE

--------------------------------------------------------- */

.rp-auth-page{min-height:100dvh;display:flex;flex-direction:column;background:var(--rp-bg);}

.rp-auth-main{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:24px 16px 8px;}

.rp-auth-shell{width:100%;max-width:275px;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end;min-height:100%;}

.rp-auth-card{width:100%;padding:0;background:#fff;margin-top:auto;}

.rp-login-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 0 18px;}

.rp-login-brand img{max-width:200px;width:100%;height:auto;max-height:60px;object-fit:contain;display:block;margin:0 auto;}

.rp-login-tabs{display:flex;justify-content:center;gap:8px;margin:0 0 14px;padding:0;}

.rp-login-tab{min-height:var(--rp-control-height);height:var(--rp-control-height);padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rp-control-border);border-radius:var(--rp-radius);background:#fff;color:var(--rp-text);cursor:pointer;}

.rp-login-tab.active{border-width:var(--rp-tab-active);border-color:var(--rp-theme);color:var(--rp-theme);}

.rp-auth-page .rp-pane{padding:0!important;}

.rp-auth-form-shell,#rp-login-form,#rp-master-otp-form,#rp-reset-form,#rp-change-form,.rp-register-centered{width:100%;}

#rp-login-form,#rp-master-otp-form,#rp-reset-form,#rp-change-form,.rp-register-centered{display:flex;flex-direction:column;align-items:stretch;}

#rp-login-form .rp-row,#rp-master-otp-form .rp-row,#rp-reset-form .rp-row,#rp-change-form .rp-row,.rp-register-centered .rp-row,#rp-login-form .rp-actions,#rp-master-otp-form .rp-actions,#rp-reset-form .rp-actions,#rp-change-form .rp-actions,.rp-register-centered .rp-actions{width:100%;}

#rp-login-form .rp-input,#rp-master-otp-form .rp-input,#rp-reset-form .rp-input,#rp-change-form .rp-input,.rp-register-centered .rp-input{width:100%!important;max-width:100%!important;min-width:0;margin:0;display:block;text-align:center!important;text-align-last:center!important;}

#rp-login-form .rp-input::placeholder,#rp-master-otp-form .rp-input::placeholder,#rp-reset-form .rp-input::placeholder,#rp-change-form .rp-input::placeholder,.rp-register-centered .rp-input::placeholder{text-align:center!important;}

.rp-auth-page .rp-btn{min-height:var(--rp-action-height)!important;height:var(--rp-action-height)!important;background:var(--rp-theme)!important;border-color:var(--rp-theme)!important;color:#fff!important;}

.rp-auth-page .rp-link-small,.rp-auth-page .rp-text-btn{color:var(--rp-theme)!important;text-align:center;text-decoration:none!important;}

.rp-auth-page a.rp-link-small,.rp-auth-page a.rp-text-btn{display:inline-block;border:none!important;box-shadow:none!important;background:none!important;}

.rp-auth-page a.rp-link-small:hover,.rp-auth-page a.rp-text-btn:hover{opacity:.85;}

.rp-auth-page .rp-alert{text-align:center;}

.rp-auth-page #rp-login-msg,.rp-auth-page #rp-otp-msg,.rp-auth-page #rp-reset-msg,.rp-auth-page #rp-change-msg{display:block!important;min-height:38px;margin-top:15px;visibility:hidden;opacity:0;}

.rp-auth-page #rp-login-msg.show,.rp-auth-page #rp-otp-msg.show,.rp-auth-page #rp-reset-msg.show,.rp-auth-page #rp-change-msg.show{visibility:visible;opacity:1;}

#rp-reset-form{position:relative;}

.rp-auth-page #rp-reset-msg{position:absolute;left:0;right:0;top:calc(100% + 8px);min-height:18px!important;margin:0!important;pointer-events:none;}

.rp-auth-page .rp-footer-wrapper,.rp-auth-page .rp-footer,.rp-auth-page .rp-footer-global{margin-top:auto;text-align:center;}

.rp-auth-page .rp-footer{justify-content:center;}

.rp-auth-page .rp-powered-by{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:0!important;text-align:center!important;}

.rp-auth-page .rp-powered-by>*{display:block;}

.rp-auth-page .rp-powered-by img{display:block;margin:0 auto;}

.rp-auth-page .rp-footer-global{padding:18px 0 max(18px,env(safe-area-inset-bottom));}

/* ---------------------------------------------------------

11) ALERTS / FIELD STATES

--------------------------------------------------------- */

.rp-alert,.rp-login-error,.rp-reset-msg{display:block;width:100%;min-height:20px;margin-top:15px;padding:0;border:none;background:none;border-radius:0;font-weight:400;line-height:1.4;text-align:center;visibility:hidden;opacity:0;}

.rp-alert.show,.rp-login-error.show,.rp-reset-msg.show{visibility:visible;opacity:1;}

.rp-alert-success,.rp-login-error.success,.rp-reset-msg.success{color:var(--rp-success)!important;background:none!important;border:none!important;}

.rp-alert-error,.rp-login-error.error,.rp-reset-msg.error{color:var(--rp-error)!important;background:none!important;border:none!important;}

.rp-auth-page .rp-alert,.rp-auth-page .rp-login-error,.rp-auth-page .rp-reset-msg{min-height:18px;}

.rp-field-error,.rp-field-error-temp,.rp-input.rp-field-error,.rp-select.rp-field-error,.rp-filter-input.rp-field-error,.rp-filter-select.rp-field-error,select.rp-input.rp-field-error,textarea.rp-input.rp-field-error{border-color:var(--rp-error)!important;box-shadow:none!important;outline:none!important;}

.rp-field-error::placeholder,.rp-field-error-temp::placeholder,.rp-input.rp-field-error::placeholder,.rp-select.rp-field-error::placeholder,.rp-filter-input.rp-field-error::placeholder,.rp-filter-select.rp-field-error::placeholder,textarea.rp-input.rp-field-error::placeholder{color:var(--rp-error)!important;opacity:1!important;}

.rp-input.rp-empty.rp-field-error,.rp-select.rp-empty.rp-field-error,select.rp-input.rp-empty.rp-field-error{color:var(--rp-error)!important;}

.rp-field-head{min-height:16px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;}

.rp-field-label,.rp-row>label{display:block;margin:0;padding:0;font-size:var(--rp-font-size)!important;font-weight:400;line-height:1.2;color:var(--rp-text);}

.rp-field-msg{flex:0 0 auto;min-width:0;font-size:var(--rp-font-size)!important;line-height:1.2;text-align:right;white-space:nowrap;color:transparent;}

.rp-field-msg.is-ok{color:var(--rp-success)!important;}

.rp-field-msg.is-error{color:var(--rp-error)!important;}

.rp-field-help{display:none;}

.rp-modal-alert-slot{flex:1 1 auto;min-width:0;min-height:18px;display:flex;align-items:center;justify-content:flex-start;margin-right:auto;padding:0;}

.rp-action-msg{font-size:var(--rp-font-size)!important;line-height:1.35;font-weight:400;background:none!important;border:none!important;padding:0!important;margin:0!important;box-shadow:none!important;}

.rp-action-msg.is-success{color:var(--rp-success)!important;}

.rp-action-msg.is-error{color:var(--rp-error)!important;}

/* ---------------------------------------------------------

12) ICON BUTTONS

--------------------------------------------------------- */

.rp-icon-btn{width:30px;height:30px;min-width:30px;min-height:30px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid #a3a3a3!important;border-radius:var(--rp-radius)!important;background:#fff!important;color:#a3a3a3!important;box-shadow:none!important;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease;}

.rp-icon-btn:disabled{opacity:.5;cursor:default;}

.rp-icon-btn svg{display:block;width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;}

.rp-icon-btn-neutral:hover,.rp-icon-btn-neutral:focus,.rp-icon-btn-hide:hover,.rp-icon-btn-hide:focus,.rp-icon-btn-unhide:hover,.rp-icon-btn-unhide:focus,.rp-icon-btn-edit:hover,.rp-icon-btn-edit:focus{color:var(--rp-text)!important;border-color:var(--rp-text)!important;background:#fff!important;box-shadow:none!important;outline:none!important;}

.rp-icon-btn-trash:hover,.rp-icon-btn-trash:focus,.rp-icon-btn-delete:hover,.rp-icon-btn-delete:focus{color:var(--rp-error)!important;border-color:var(--rp-error)!important;background:#fff!important;box-shadow:none!important;outline:none!important;}

.rp-icon-btn-remove{width:30px;height:30px;min-width:30px;min-height:30px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;border:none!important;border-radius:var(--rp-radius)!important;background:transparent!important;color:var(--rp-error)!important;box-shadow:none!important;cursor:pointer;transition:color .18s ease,opacity .18s ease;}

.rp-icon-btn-remove:hover,.rp-icon-btn-remove:focus{color:#A93226!important;background:transparent!important;box-shadow:none!important;outline:none!important;}

.rp-icon-btn-remove:disabled{opacity:.45;cursor:default;}

.rp-icon-btn-remove svg{display:block;width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;}

/* ---------------------------------------------------------
12.1) GLOBAL HELP TOOLTIP
Reusable ? tooltip button + floating tooltip
--------------------------------------------------------- */

.rp-help-tip-btn{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
width:16px!important;
min-width:16px!important;
height:16px!important;
min-height:16px!important;
padding:0!important;
border:1px solid var(--rp-border)!important;
border-radius:50%!important;
background:#fff!important;
color:var(--rp-muted)!important;
font-size:11px!important;
font-weight:600!important;
line-height:1!important;
cursor:pointer!important;
box-shadow:none!important;
text-align:center!important;
appearance:none!important;
-webkit-appearance:none!important;
}

.rp-help-tip-btn:hover,
.rp-help-tip-btn:focus{
border-color:var(--rp-theme)!important;
color:var(--rp-theme)!important;
background:#fff!important;
outline:none!important;
box-shadow:none!important;
opacity:1!important;
}

.rp-floating-help-tip{
display:none;
position:fixed;
z-index:999999;
width:250px;
max-width:calc(100vw - 16px);
padding:9px 10px;
border:1px solid var(--rp-border);
border-radius:var(--rp-radius);
background:#fff;
color:var(--rp-text);
box-shadow:0 14px 34px rgba(0,0,0,.16);
font-family:var(--rp-font)!important;
font-size:var(--rp-font-size)!important;
font-weight:400;
line-height:1.35;
text-align:left;
pointer-events:auto;
}

.rp-floating-help-tip.is-open{
display:block;
}


/* ---------------------------------------------------------

13) SMART FILTER BAR

--------------------------------------------------------- */

.rp-smart-filterbar,.rp-smart-filterbar *{box-sizing:border-box;}

.rp-smart-filterbar{width:100%;max-width:100%;margin:0 0 10px;display:flex;flex-direction:column;gap:8px;overflow:visible;}

.rp-smart-filter-main{display:flex;align-items:center;gap:8px;width:100%;flex-wrap:wrap;}

.rp-smart-search{display:flex;align-items:center;gap:8px;min-width:0;}

.rp-smart-search-wrap{position:relative;width:260px;min-width:260px;max-width:260px;flex:0 0 260px;}

.rp-smart-search-input{width:100%!important;min-width:0!important;max-width:100%!important;height:var(--rp-control-height)!important;min-height:var(--rp-control-height)!important;padding-right:76px!important;}

.rp-smart-search-submit{display:none;position:absolute;top:50%;right:4px;transform:translateY(-50%);height:22px!important;min-height:22px!important;padding:0 9px!important;border:1px solid var(--rp-theme)!important;border-radius:calc(var(--rp-radius) - 2px)!important;background:var(--rp-theme)!important;color:#fff!important;font-weight:400!important;line-height:1!important;}

.rp-smart-search-submit.is-visible{display:inline-flex!important;align-items:center!important;justify-content:center!important;}

.rp-smart-filter-toggle{width:var(--rp-control-height);min-width:var(--rp-control-height);height:var(--rp-control-height);min-height:var(--rp-control-height);padding:0!important;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rp-control-border)!important;border-radius:var(--rp-radius)!important;background:#fff!important;color:var(--rp-placeholder)!important;cursor:pointer;box-shadow:none!important;}

.rp-smart-filter-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}

.rp-smart-filter-toggle.is-active,.rp-smart-filter-toggle:hover,.rp-smart-filter-toggle:focus{border-color:var(--rp-theme)!important;color:var(--rp-theme)!important;outline:none!important;}

.rp-smart-panel{display:none;align-items:center;gap:8px;flex-wrap:wrap;width:100%;overflow:visible;}

.rp-smart-panel.is-open{display:flex;}

.rp-smart-select,.rp-smart-multiselect{position:relative;width:140px;min-width:140px;max-width:140px;flex:0 0 140px;}

.rp-smart-select-trigger,.rp-smart-multiselect-trigger{width:100%!important;min-width:0!important;max-width:100%!important;height:var(--rp-control-height)!important;min-height:var(--rp-control-height)!important;padding:0 34px 0 var(--rp-control-padding-x)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;position:relative;border:1px solid var(--rp-control-border)!important;border-radius:var(--rp-radius)!important;background:#fff!important;color:var(--rp-text)!important;font-size:var(--rp-font-size)!important;font-weight:400!important;line-height:1.2!important;text-align:left!important;cursor:pointer;box-shadow:none!important;}

.rp-smart-select-trigger span:first-child,.rp-smart-multiselect-trigger span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.rp-smart-caret{position:absolute;right:12px;top:50%;width:8px;height:8px;margin-top:-5px;border-right:1.5px solid var(--rp-placeholder);border-bottom:1.5px solid var(--rp-placeholder);transform:rotate(45deg);pointer-events:none;}

.rp-smart-select.is-open .rp-smart-caret,.rp-smart-multiselect.is-open .rp-smart-caret{transform:rotate(-135deg);margin-top:-1px;}

.rp-smart-select-menu,
.rp-smart-multiselect-menu{
display:none;
position:absolute;
top:calc(100% + 6px);
left:0;
z-index:99999;
width:100%;
min-width:140px;
max-height:240px;
overflow:auto;
padding:8px 0;
background:#fff;
border:1px solid var(--rp-border);
border-radius:var(--rp-radius);
box-shadow:0 10px 28px rgba(0,0,0,.10);
}

.rp-smart-select.is-open .rp-smart-select-menu,.rp-smart-multiselect.is-open .rp-smart-multiselect-menu{display:block;}

.rp-smart-option,.rp-smart-check-option{width:100%;min-height:30px;padding:8px 12px!important;display:flex;align-items:center;gap:10px;border:0!important;border-radius:0!important;background:#fff!important;color:var(--rp-text)!important;font-size:var(--rp-font-size)!important;font-weight:400!important;line-height:1.25!important;text-align:left!important;cursor:pointer;box-shadow:none!important;}

.rp-smart-option:hover,
.rp-smart-option:focus,
.rp-smart-option.is-selected,
.rp-smart-check-option:hover,
.rp-smart-check-option:focus,
.rp-smart-check-option.is-selected{
background:#F8FAFC!important;
color:var(--rp-theme)!important;
outline:none!important;
}

.rp-smart-check-option input:checked + span,
.rp-smart-check-option input:checked ~ span{
color:var(--rp-theme)!important;
}

.rp-smart-check-option input{margin:0;}

.rp-filter-actions{display:flex;align-items:center;gap:8px;}

.rp-filter-apply,.rp-filter-reset{height:var(--rp-control-height)!important;min-height:var(--rp-control-height)!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:var(--rp-radius)!important;font-weight:400!important;white-space:nowrap;cursor:pointer;box-shadow:none!important;}

.rp-filter-apply{border:1px solid var(--rp-theme)!important;background:var(--rp-theme)!important;color:#fff!important;}

.rp-filter-reset{border:1px solid var(--rp-border)!important;background:#fff!important;color:var(--rp-text)!important;}

/* ---------------------------------------------------------

14) MODAL SYSTEM / PLACES / EMAIL HELPERS

--------------------------------------------------------- */

.rp-modal-shell{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}

.rp-modal-overlay{position:absolute;inset:0;background:rgba(255,255,255,.82);z-index:1;}

.rp-modal-card{position:relative;z-index:2;width:min(760px,100%);margin:0 auto;background:#fff;border-radius:var(--rp-radius);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.24),0 8px 24px rgba(15,23,42,.12);}

.rp-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--rp-border);}

.rp-modal-sub{margin-top:4px;color:var(--rp-text);font-size:var(--rp-font-size)!important;line-height:1.45;}

.rp-modal-body{padding:18px 20px;overflow:visible;}

.rp-modal-foot{display:flex;align-items:center;gap:10px;padding:16px 20px;border-top:1px solid var(--rp-border);background:#fff;}

.rp-modal-foot .rp-btn,.rp-modal-foot .rp-btn-lg,.rp-modal-foot .rp-btn-ghost{flex:0 0 auto;}

.rp-modal-x,
button.rp-modal-x,
.rp-modal-shell .rp-modal-x,
.rp-modal-card .rp-modal-x{
width:38px!important;
height:38px!important;
min-width:38px!important;
min-height:38px!important;
max-width:38px!important;
max-height:38px!important;
flex:0 0 38px!important;
padding:0!important;
margin:0!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
border:0!important;
border-radius:var(--rp-radius)!important;
background:#fff!important;
color:var(--rp-text)!important;
font-family:var(--rp-font)!important;
font-size:30px!important;
font-weight:300!important;
line-height:1!important;
text-align:center!important;
text-decoration:none!important;
box-shadow:none!important;
outline:none!important;
cursor:pointer!important;
appearance:none!important;
-webkit-appearance:none!important;
}

.rp-modal-x:hover,
.rp-modal-x:focus,
button.rp-modal-x:hover,
button.rp-modal-x:focus,
.rp-modal-shell .rp-modal-x:hover,
.rp-modal-shell .rp-modal-x:focus{
background:#fff!important;
color:var(--rp-text)!important;
opacity:.75!important;
box-shadow:none!important;
outline:none!important;
}

body.rp-modal-open{overflow:hidden;}

.rp-modal-shell[style*="display: none"],.rp-modal-shell[style*="display:none"],.rp-leads-local-modal[style*="display: none"],.rp-leads-local-modal[style*="display:none"],.rp-card-overlay[style*="display: none"],.rp-card-overlay[style*="display:none"],.rp-drawer-overlay[style*="display: none"],.rp-drawer-overlay[style*="display:none"]{pointer-events:none!important;}

.pac-container{position:fixed!important;z-index:999999!important;font-family:var(--rp-font)!important;font-size:var(--rp-font-size)!important;}

.rp-places-wrap{position:relative;width:100%;min-width:0;}

.rp-places-suggestions{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:80;max-height:220px;overflow:auto;background:#fff;border:1px solid var(--rp-border);border-radius:var(--rp-radius);box-shadow:0 12px 26px rgba(0,0,0,.14);}

.rp-places-suggestion{width:100%;border:0!important;background:#fff!important;box-shadow:none!important;min-height:auto!important;height:auto!important;padding:9px 10px!important;text-align:left!important;text-align-last:left!important;display:block;cursor:pointer;color:var(--rp-text)!important;}

.rp-places-suggestion:hover,.rp-places-suggestion:focus{background:#f6f7f9!important;color:var(--rp-text)!important;outline:none!important;box-shadow:none!important;}

.rp-places-main{display:block;font-size:var(--rp-font-size)!important;font-weight:500;line-height:1.25;color:var(--rp-text);}

.rp-places-sub{display:block;font-size:var(--rp-font-size)!important;color:var(--rp-muted);line-height:1.25;margin-top:2px;}

#rp-manual-lead-modal .rp-manual-lead-address-wrap{position:relative;}

#rp-manual-lead-modal .rp-manual-lead-address-wrap .rp-places-suggestions{right:82px;}

.rp-email-helper-wrap{position:relative;}

.rp-email-helper{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid var(--rp-border);border-radius:var(--rp-radius);background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.08);}

.rp-email-chip{min-height:24px;height:24px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;line-height:1!important;white-space:nowrap;vertical-align:middle;border:1px solid var(--rp-border)!important;border-radius:999px;background:#fff!important;color:var(--rp-text)!important;cursor:pointer;box-shadow:none!important;}

.rp-email-chip:hover,.rp-email-chip:focus{border-color:var(--rp-theme)!important;color:var(--rp-theme)!important;opacity:1!important;}

.rp-auth-page .rp-email-helper{z-index:80;}

/* ---------------------------------------------------------

15) UTILITIES / LINKS / PWA

--------------------------------------------------------- */

.rp-time-foot button,.rp-calendar-foot button,.rp-transaction-foot button{display:inline-flex;align-items:center;justify-content:center;}

.rp-invite-module{margin-top:15px;}

.rp-invite-top{margin-bottom:12px;}

.rp-code-cell{cursor:pointer;color:var(--rp-theme);font-weight:600;}

.rp-code-cell.copied{color:#080;}

.rp-status{color:#444;font-weight:400;}

.rp-send-wrap{display:flex;align-items:center;gap:6px;}

.rp-pagination{margin-top:15px;display:flex;align-items:center;gap:8px;}

.rp-tag{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;background:#f1f1f1;border:1px solid #ddd;border-radius:999px;cursor:pointer;user-select:none;}

.rp-tag:hover{background:#e5e5e5;}

.rp-root a,.rp-root a:link,.rp-root a:visited,.rp-root a:hover,.rp-root a:focus,.rp-root a:active,.rp-admin-root a,.rp-admin-root a:link,.rp-admin-root a:visited,.rp-admin-root a:hover,.rp-admin-root a:focus,.rp-admin-root a:active{text-decoration:none!important;}

.rp-root a[href^="tel"],.rp-root a[href^="mailto"],.rp-root a[x-apple-data-detectors],.rp-root [x-apple-data-detectors],.rp-admin-root a[href^="tel"],.rp-admin-root a[href^="mailto"],.rp-admin-root a[x-apple-data-detectors],.rp-admin-root [x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font:inherit!important;border-bottom:none!important;box-shadow:none!important;}

.rp-mobile-phone,.rp-mobile-email,.rp-mobile-address,.rp-mobile-phone *,.rp-mobile-email *,.rp-mobile-address *{color:var(--rp-text)!important;text-decoration:none!important;border-bottom:none!important;box-shadow:none!important;}

@media (display-mode:standalone){html,body{background:#fff!important;overscroll-behavior:none!important;touch-action:pan-x pan-y!important;}.rp-root,.rp-dashboard,.rp-main,.rp-pane,.rp-ops-wrap{background:#fff!important;overscroll-behavior:contain!important;}}

/* ---------------------------------------------------------

16) OWNER LEADS MAP MODULE

--------------------------------------------------------- */

.rp-leads-map-wrap,.rp-leads-map-wrap *{box-sizing:border-box;}

.rp-leads-map-wrap{width:100%;max-width:100%;min-height:420px;height:calc(100dvh - 165px);display:flex;flex-direction:column;overflow:hidden;background:#fff;position:relative;padding:0;margin:0;}

.rp-leads-map-wrap .rp-map-filterbar{flex:0 0 auto;margin:0 0 12px!important;overflow:visible!important;position:relative;z-index:30;}

.rp-leads-map-wrap .rp-smart-search{min-width:0;}

.rp-leads-map-wrap .rp-map-search-wrap{position:relative;width:260px;min-width:260px;max-width:260px;flex:0 0 260px;}

.rp-leads-map-wrap .rp-map-search-wrap .rp-smart-search-input,.rp-leads-map-wrap .rp-map-search-wrap .rp-map-search-input{width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important;padding-right:72px!important;font-size:var(--rp-font-size)!important;font-weight:400!important;}

.rp-leads-map-wrap .rp-map-search-submit{display:none;position:absolute;top:50%;right:4px;transform:translateY(-50%);height:22px!important;min-height:22px!important;padding:0 9px!important;border:1px solid var(--rp-theme)!important;border-radius:var(--rp-radius)!important;background:var(--rp-theme)!important;color:#fff!important;font-size:var(--rp-font-size)!important;font-weight:400!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;}

.rp-leads-map-wrap .rp-map-search-submit.is-visible{display:inline-flex!important;align-items:center!important;justify-content:center!important;}

.rp-leads-map-wrap .rp-filter-actions{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important;}

.rp-leads-map-wrap .rp-filter-apply,.rp-leads-map-wrap .rp-filter-reset{height:var(--rp-control-height)!important;min-height:var(--rp-control-height)!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:var(--rp-radius)!important;font-size:var(--rp-font-size)!important;font-weight:400!important;line-height:1.2!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important;}

.rp-leads-map-wrap .rp-filter-apply{border:1px solid var(--rp-theme)!important;background:var(--rp-theme)!important;color:#fff!important;}

.rp-leads-map-wrap .rp-filter-reset{border:1px solid var(--rp-border)!important;background:#fff!important;color:var(--rp-text)!important;}

.rp-leads-map-wrap .rp-filter-apply:hover,.rp-leads-map-wrap .rp-filter-reset:hover{opacity:.88;}

.rp-leads-map-wrap .rp-map-stage{flex:1 1 auto;min-height:0;width:100%;position:relative;background:#fff;border:1px solid var(--rp-table-border);border-radius:var(--rp-radius);box-shadow:none;overflow:hidden;}

.rp-leads-map-wrap .rp-leads-map-canvas{width:100%;height:100%;min-height:0;}

.rp-leads-map-wrap .rp-map-loader,.rp-leads-map-wrap .rp-map-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.88);color:#666;font-size:var(--rp-font-size)!important;z-index:8;text-align:center;padding:20px;}

.rp-leads-map-wrap .rp-map-fit-float{position:absolute!important;right:14px!important;bottom:14px!important;z-index:22!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--rp-control-border)!important;border-radius:50%!important;background:#fff!important;color:var(--rp-text)!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important;cursor:pointer!important;appearance:none!important;-webkit-appearance:none!important;}

.rp-leads-map-wrap .rp-map-fit-float:hover,.rp-leads-map-wrap .rp-map-fit-float:focus{color:var(--rp-theme)!important;border-color:var(--rp-theme)!important;background:#fff!important;outline:none!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important;}

.rp-leads-map-wrap .rp-map-fit-float svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;}

.rp-map-pop{min-width:190px;max-width:220px;padding:0;}

.rp-map-pop-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 6px;}

.rp-map-pop-id{font-size:var(--rp-font-size)!important;color:#000;font-weight:700;letter-spacing:.02em;}

.rp-map-pop-name{font-size:var(--rp-font-size)!important;line-height:1.2;font-weight:400;color:#000;margin:0 0 4px;}

.rp-map-pop-project,.rp-map-pop-meta{font-size:var(--rp-font-size)!important;line-height:1.35;color:#4B5563;margin:0;}

.rp-map-pop-address{margin-top:6px;font-size:var(--rp-font-size)!important;padding-bottom:6px;white-space:pre-line;}

.rp-map-pop-meta{margin-top:4px;}

.rp-map-chip{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:11px!important;font-weight:700;white-space:nowrap;}

.gm-style-iw button.gm-ui-hover-effect,button.gm-ui-hover-effect{display:none!important;opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;}


/* ---------------------------------------------------------
17) MODULE INTRO / VIDEO CTA
--------------------------------------------------------- */
.rp-module-intro{
width:100%;
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
margin:0 0 12px;
padding:10px 0 12px;
}

.rp-module-intro-copy{
min-width:0;
flex:1 1 auto;
}

.rp-module-intro-text{
margin:0;
font-size:var(--rp-font-size)!important;
line-height:1.4;
font-weight:400;
color:var(--rp-muted);
}

.rp-module-video-btn{
height:30px!important;
min-height:30px!important;
width:80px!important;
min-width:80px!important;
max-width:80px!important;
flex:0 0 80px!important;
padding:0 10px 0 12px!important;
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
gap:7px!important;
border:1px solid var(--rp-border)!important;
border-radius:var(--rp-radius)!important;
background:#fff!important;
color:var(--rp-text)!important;
font-weight:400!important;
line-height:1!important;
white-space:nowrap!important;
box-shadow:none!important;
cursor:pointer;
}

.rp-module-video-btn:hover,
.rp-module-video-btn:focus{
border-color:var(--rp-theme)!important;
color:var(--rp-theme)!important;
background:#fff!important;
opacity:1!important;
outline:none!important;
box-shadow:none!important;
}

.rp-module-video-btn svg{
width:12px;
height:12px;
display:block;
fill:currentColor;
stroke:none;
pointer-events:none;
}

/* ---------------------------------------------------------

18) RESPONSIVE

--------------------------------------------------------- */

@media (max-width:900px){.rp-grid.cols-2{grid-template-columns:1fr;}}

@media (max-width:768px){

.rp-sidebar{display:none;}

.rp-layout{flex-direction:column;}

.rp-main{width:100%;}

.rp-header{padding:24px 16px;margin-bottom:24px;}

.rp-company-name{font-size:16px!important;}

.rp-modal-title{font-size:20px!important;}

.rp-auth-subtitle{font-size:20px!important;font-weight:300!important;}

.rp-auth-main{padding:20px 16px 10px;}

.rp-modal-shell{align-items:center;justify-content:center;padding:12px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;}

.rp-modal-card{width:100%;margin:auto;}

.rp-modal-head,.rp-modal-body,.rp-modal-foot{padding-left:16px;padding-right:16px;}

.rp-smart-filter-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,140px) var(--rp-action-height);gap:8px;}

.rp-smart-search,.rp-smart-search-wrap{width:100%!important;min-width:0!important;max-width:100%!important;}

.rp-smart-search-input{height:var(--rp-action-height)!important;min-height:var(--rp-action-height)!important;font-size:var(--rp-mobile-input-size)!important;font-weight:300!important;}

.rp-smart-search-input::placeholder{font-size:var(--rp-font-size)!important;font-weight:400!important;}

.rp-smart-search-submit{height:28px!important;min-height:28px!important;right:5px!important;}

.rp-smart-filter-toggle{width:var(--rp-action-height)!important;min-width:var(--rp-action-height)!important;height:var(--rp-action-height)!important;min-height:var(--rp-action-height)!important;}

.rp-smart-panel.is-open{display:grid;grid-template-columns:1fr;gap:8px;padding:10px;border:1px solid var(--rp-border);border-radius:var(--rp-radius);background:#fff;}

.rp-smart-select,.rp-smart-multiselect,.rp-smart-select-trigger,.rp-smart-multiselect-trigger{width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important;}

.rp-smart-select-trigger,
.rp-smart-multiselect-trigger{
height:var(--rp-control-height)!important;
min-height:var(--rp-control-height)!important;
}

.rp-smart-select-menu,
.rp-smart-multiselect-menu{
position:absolute!important;
top:calc(100% + 6px)!important;
left:0!important;
z-index:99999!important;
width:100%!important;
min-width:100%!important;
max-height:240px!important;
overflow:auto!important;
margin-top:0!important;
padding:8px 0!important;
background:#fff!important;
border:1px solid var(--rp-border)!important;
border-radius:var(--rp-radius)!important;
box-shadow:0 10px 28px rgba(0,0,0,.10)!important;
}

.rp-filter-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;}

.rp-filter-apply,.rp-filter-reset{width:100%!important;height:var(--rp-action-height)!important;min-height:var(--rp-action-height)!important;}

.rp-leads-map-wrap{min-height:360px;height:calc(100dvh - 162px);}

.rp-leads-map-wrap .rp-map-filterbar{margin:0 0 10px!important;}

.rp-leads-map-wrap .rp-smart-search{display:grid!important;grid-template-columns:minmax(0,1fr) var(--rp-action-height)!important;gap:8px!important;width:100%!important;align-items:center!important;}

.rp-leads-map-wrap .rp-map-search-wrap{width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important;}

.rp-leads-map-wrap .rp-map-search-wrap .rp-smart-search-input,.rp-leads-map-wrap .rp-map-search-wrap .rp-map-search-input{width:100%!important;min-width:0!important;max-width:100%!important;flex:none!important;height:var(--rp-action-height)!important;min-height:var(--rp-action-height)!important;padding-right:76px!important;font-size:var(--rp-mobile-input-size)!important;font-weight:300!important;line-height:1.2!important;-webkit-text-size-adjust:100%!important;}

.rp-leads-map-wrap .rp-map-search-wrap .rp-smart-search-input::placeholder,.rp-leads-map-wrap .rp-map-search-wrap .rp-map-search-input::placeholder{font-size:var(--rp-font-size)!important;font-weight:400!important;color:var(--rp-placeholder)!important;opacity:1!important;}

.rp-leads-map-wrap .rp-map-search-submit{height:28px!important;min-height:28px!important;right:5px!important;padding:0 10px!important;font-size:var(--rp-font-size)!important;}

.rp-leads-map-wrap .rp-filter-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;}

.rp-leads-map-wrap .rp-filter-apply,.rp-leads-map-wrap .rp-filter-reset{width:100%!important;height:var(--rp-action-height)!important;min-height:var(--rp-action-height)!important;}

.rp-leads-map-wrap .rp-map-fit-float{right:12px!important;bottom:12px!important;}

.rp-module-intro{gap:10px;margin:0 0 10px;padding:8px 0 10px;}

.rp-module-intro-text{line-height:1.35;}

.rp-module-video-btn{
height:30px!important;
min-height:30px!important;
width:80px!important;
min-width:80px!important;
max-width:80px!important;
flex:0 0 80px!important;
padding:0 9px 0 10px!important;
gap:6px!important;
font-size:var(--rp-font-size)!important;
}

.rp-module-video-btn svg{
width:11px;
height:11px;
}

}
@media (max-width:600px){

.rp-fields-2,.rp-fields-3{grid-template-columns:1fr;}

.rp-register-centered .rp-row,#rp-login-form .rp-row,#rp-reset-form .rp-row{max-width:275px;}

.rp-company-name{font-size:18px!important;padding-bottom:25px;}

}