@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}body{background-color:#f5f5f5;display:grid;grid-template-rows:auto 1fr auto;gap:clamp(1rem,8vmin,2rem);width:100%}.app-header-mobile-toggle,.app-header-peek{display:none}header,.header{display:grid;gap:clamp(.25rem,1vmin,.5rem);grid-template-columns:auto 1fr;grid-template-areas:"logo nav";font-size:.9em;padding:clamp(.5rem,3vmin,1rem) clamp(1rem,8vmin,2rem);margin-bottom:clamp(1rem,8vmin,2rem);background-color:#fff;box-shadow:5px 5px 20px 3px #83838332;position:relative;z-index:40}header .logo,.header .logo{grid-area:logo;font-weight:700;align-self:center;margin:0}header .main-nav,.header .main-nav{grid-area:nav;display:flex;gap:clamp(2rem,12vmin,4rem);align-items:center;justify-content:flex-end}header .main-nav a,.header .main-nav a{white-space:nowrap}header .main-nav__desktop-links,.header .main-nav__desktop-links{display:flex;align-items:center;gap:clamp(2rem,12vmin,4rem)}header .main-nav__mobile-menu,.header .main-nav__mobile-menu{display:none}header .settings-dropdown .dropdown__toggle,header .admin-dropdown .dropdown__toggle,.header .settings-dropdown .dropdown__toggle,.header .admin-dropdown .dropdown__toggle{background-color:transparent;border:none;color:#4467d8;padding:0;min-width:auto;display:inline-block;font-size:16px;font-weight:400;text-decoration:none}header .settings-dropdown .dropdown__toggle:hover,header .admin-dropdown .dropdown__toggle:hover,.header .settings-dropdown .dropdown__toggle:hover,.header .admin-dropdown .dropdown__toggle:hover{background-color:transparent;color:#284cc1}header .user-menu-dropdown .dropdown__toggle,.header .user-menu-dropdown .dropdown__toggle{background-color:transparent;border:1px solid hsl(46,3%,85%);font-size:.8125rem;font-weight:600;color:#5c5b57;padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem)}header .user-menu-dropdown .dropdown__toggle:hover,.header .user-menu-dropdown .dropdown__toggle:hover{background-color:#eeeded;border-color:#c1c0bd}header .user-menu-dropdown .dropdown__menu,.header .user-menu-dropdown .dropdown__menu{min-width:200px}@media screen and (max-width: 900px){header,.header{grid-template-columns:auto 1fr;grid-template-rows:auto;grid-template-areas:"logo nav";align-items:center;padding:clamp(.5rem,3vmin,1rem)}header .logo,.header .logo{text-align:left;margin-bottom:0;font-size:1.1rem;line-height:1.1;white-space:nowrap}header .main-nav,.header .main-nav{justify-content:flex-end;flex-wrap:nowrap;gap:.5rem}header .main-nav__desktop-links,.header .main-nav__desktop-links{display:none}header .main-nav__mobile-menu,.header .main-nav__mobile-menu{display:block}header .mobile-nav-dropdown .dropdown__toggle,.header .mobile-nav-dropdown .dropdown__toggle{min-width:4.75rem;padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);font-size:.875rem;border:1px solid hsl(46,3%,85%);background-color:#fff;color:#5c5b57}header .mobile-nav-dropdown .dropdown__menu,.header .mobile-nav-dropdown .dropdown__menu{right:auto;left:0;min-width:14rem}header .user-menu-dropdown .dropdown__toggle,.header .user-menu-dropdown .dropdown__toggle{max-width:none;white-space:nowrap;padding-left:.5rem;padding-right:.5rem;font-size:.78rem}}@media screen and (max-width: 420px){header .logo,.header .logo{font-size:1rem}header .user-menu-dropdown .dropdown__toggle,.header .user-menu-dropdown .dropdown__toggle{font-size:.74rem;padding-left:.4rem;padding-right:.4rem}}header--public,.header--public{display:flex;justify-content:center;padding:clamp(1rem,8vmin,2rem)}header--public .logo,.header--public .logo{text-align:center;font-size:1.25rem;color:#4467d8}@media screen and (max-width: 900px){.app-header-mobile-toggle{position:absolute;opacity:0;pointer-events:none}.app-header-peek{display:flex;align-items:center;justify-content:center;width:1.65rem;height:1.1rem;margin:0 auto .2rem;cursor:pointer;background-color:#ffffffd9;border:1px solid rgba(35,45,55,.6);border-radius:.25rem;box-shadow:0 1px 2px #00000014;transition:background-color .2s ease,border-color .2s ease}.app-header-peek__bar{width:0;height:0;border-left:.35rem solid transparent;border-right:.35rem solid transparent;border-top:.35rem solid #4467D8;transition:transform .2s ease}.app-header-mobile-toggle:checked+.app-header-peek{background-color:#fff;border-color:#232d37d9}.app-header-mobile-toggle:checked+.app-header-peek .app-header-peek__bar{transform:rotate(180deg)}.header{max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;margin-bottom:0;box-shadow:none;transition:max-height .2s ease,padding .2s ease,margin-bottom .2s ease,box-shadow .2s ease}.app-header-mobile-toggle:checked+.app-header-peek+.header{max-height:9.5rem;overflow:visible;padding-top:clamp(.5rem,3vmin,1rem);padding-bottom:clamp(.5rem,3vmin,1rem);margin-bottom:clamp(1rem,8vmin,2rem);box-shadow:5px 5px 20px 3px #83838332}.header .dropdown__menu{z-index:120}}@media (hover: hover) and (pointer: fine) and (max-width: 900px){.app-header-peek:hover+.header,.header:hover{max-height:9.5rem;overflow:visible;padding-top:clamp(.5rem,3vmin,1rem);padding-bottom:clamp(.5rem,3vmin,1rem);margin-bottom:clamp(1rem,8vmin,2rem);box-shadow:5px 5px 20px 3px #83838332}}main{margin:0 auto;max-width:98%;padding:0 clamp(.25rem,1vmin,.5rem);width:100%}footer{border-top:1px solid hsl(46,3%,75%);padding:clamp(.5rem,3vmin,1rem) clamp(1rem,8vmin,2rem)}.aside-right{display:grid;gap:clamp(.5rem,3vmin,1rem);grid-template-columns:4fr 3fr;align-items:start}@media screen and (max-width: 900px){.aside-right{grid-template-columns:1fr}}body{color:#1d1d1d;font-family:Lato,Helvetica,sans-serif;font-size:16px;font-size:clamp(14px,3.5vmin,16px);line-height:1.5}*:focus-visible:focus-visible{outline:2px solid #D9F4EF;outline-offset:2px}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:Lato,Helvetica,sans-serif;line-height:1.2;margin:clamp(1rem,8vmin,2rem) 0 clamp(.2rem,1vmin,.25rem) 0;color:#1d1d1d}h1:first-child,.h1:first-child,h2:first-child,.h2:first-child,h3:first-child,.h3:first-child,h4:first-child,.h4:first-child,h5:first-child,.h5:first-child,h6:first-child,.h6:first-child{margin-top:0}h1,.h1{font-size:clamp(1.75rem,8vmin,2.25rem);font-weight:700}h2,.h2{font-size:clamp(1.3rem,6vmin,1.5rem);font-weight:500}h3,.h3{font-size:clamp(1.2rem,5vmin,1.3rem)}h4,.h4{font-size:clamp(1rem,4vmin,1.2rem)}h5,.h5,h6,.h6{font-size:1rem}p{color:#42413e}.p-sm{font-size:14px;margin-bottom:0;color:#5c5b57}a,.text-link{background:linear-gradient(to right,transparent,transparent),linear-gradient(to right,#4467D8,#4467D8);background-size:100% 2px,0 2px;background-position:100% 100%,0 100%;background-repeat:no-repeat;border:0;border-radius:unset;box-shadow:none;color:#4467d8;display:inline-block;font-size:16px;font-weight:400;padding:0;text-decoration:none}a:hover,a:active,a:focus,.text-link:hover,.text-link:active,.text-link:focus{background-size:0 2px,100% 2px}a[phx-click],.text-link[phx-click]{cursor:pointer}a[href]:empty,.text-link[href]:empty{color:#fce7e9!important}a[disabled],.text-link[disabled]{background:transparent!important;cursor:not-allowed;color:#5c5b57}a[disabled]:hover,a[disabled]:active,a[disabled]:focus,.text-link[disabled]:hover,.text-link[disabled]:active,.text-link[disabled]:focus{background:transparent}a svg,.text-link svg{width:20px}button,.button{padding:12px 15px;border:none;border-radius:5px;text-align:center}button--primary,.button--primary{background-color:#4467d8;color:#fff}button--primary:hover,.button--primary:hover{background-color:#284cc1}button--secondary,.button--secondary{background-color:#fff;color:#4467d8;border:1px solid #4467D8}button--secondary:hover,.button--secondary:hover{background-color:#4467d8;color:#fff}button--close,.button--close{background-color:transparent}button--compact,.button--compact{padding:8px 12px;font-size:14px}.toggle-filter{display:inline-flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background-color:#f9fafb;cursor:pointer;transition:background-color .15s ease}.toggle-filter:hover{background-color:#f3f4f6}.toggle-filter__label{font-size:13px;font-weight:500;color:#374151;user-select:none}.toggle-switch{position:relative;width:44px;height:24px;cursor:pointer}.toggle-switch input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.toggle-switch input[type=checkbox]:checked+.toggle-switch__slider{background-color:#4467d8}.toggle-switch input[type=checkbox]:checked+.toggle-switch__slider:before{transform:translate(20px)}.toggle-switch__slider{position:absolute;inset:0;background-color:#cbd5e1;border-radius:24px;transition:all .3s ease}.toggle-switch__slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 1px 3px #0003}.toggle-switch:hover .toggle-switch__slider{background-color:#94a3b8}.toggle-switch input[type=checkbox]:checked+.toggle-switch__slider:hover{background-color:#284cc1}input:not([type=checkbox]):not([type=radio]):not([type=hidden]){border:1px solid hsl(46,3%,85%);margin:5px 10px 10px 0;border-radius:5px;height:40px;padding:5px 15px}input:not([type=checkbox]):not([type=radio]):not([type=hidden]):disabled{background-color:#eeeded;color:#979691;cursor:not-allowed;opacity:.7}input[type=checkbox],input[type=radio]{margin:0;padding:0;height:auto;min-height:0;vertical-align:middle}.select{width:100%!important;border:1px solid hsl(46,3%,85%);margin:5px 10px 25px 0;height:40px;padding:5px 15px;border-radius:5px}.select--status{padding:0;margin:0}.select:disabled{background-color:#eeeded;color:#979691;cursor:not-allowed;opacity:.7}.select--textarea{min-height:110px;height:auto;padding-top:10px;resize:vertical;display:block}.select--error{border-color:#be123c}.hidden--label label{display:block}.hidden--label label input{display:none}.hidden--label label svg{width:30px}.input--checkgroup{background-color:#fff;border:1px solid hsl(46,3%,85%);padding:15px;margin-bottom:15px;display:grid;grid-template-columns:1fr 1fr}.input--checkgroup input{height:15px}.input--checkgroup--inline{display:flex;gap:2rem}table{font-size:15px;font-weight:400;width:100%;border-collapse:collapse}table tbody tr{border-bottom:1px solid hsl(46,3%,85%)}table tbody tr td{padding:clamp(.5rem,3vmin,1rem) clamp(1rem,8vmin,2rem) clamp(.5rem,3vmin,1rem) 0}table thead tr th{padding-right:clamp(1rem,8vmin,2rem);text-align:left;color:#979691;font-weight:400}.site-leads-page__header{margin-top:-.45rem;margin-bottom:clamp(.2rem,1vmin,.25rem)}.site-leads-page__title{margin:0;font-size:clamp(1.22rem,2.5vmin,1.55rem);line-height:1.1}.site-leads-page__subtitle{margin:0 0 clamp(.2rem,1vmin,.25rem) 0;font-size:.9rem;line-height:1.3;color:#5c5b57}.site-leads-page__tabs{margin-top:0;margin-bottom:.15rem}.site-leads-page__toolbar{gap:10px;margin-top:0;margin-bottom:0}.site-leads-page__toolbar .prospects-toolbar__left{gap:10px}.site-leads-page__toolbar .prospects-toolbar__right{gap:8px}.site-leads-page__search-form{margin:0}.site-leads-page__search-form>div{margin-bottom:0}.site-leads-page__search-form label{display:none}.site-leads-page__search-form .select,.site-leads-page__search-form input{height:2rem;margin:0 6px 0 0;padding:4px 10px;font-size:.85rem;min-width:180px}.site-leads-page__filters .toggle-filter{gap:8px;padding:5px 8px;border-radius:5px}.site-leads-page__filters .toggle-filter__label{font-size:12px}.site-leads-page__filters .toggle-switch{width:38px;height:20px}.site-leads-page__filters .toggle-switch__slider:before{width:14px;height:14px}.site-leads-page__filters .toggle-switch input[type=checkbox]:checked+.toggle-switch__slider:before{transform:translate(18px)}.site-leads-page__toolbar .toolbar-link{font-size:12px}.site-leads-page__toolbar .button.button--compact{height:2rem;display:inline-flex;align-items:center;padding:0 10px;font-size:12px;line-height:1.1}.table-container--prospects.site-leads-page__table-container{min-height:0;padding-top:.45rem;padding-bottom:.25rem}.site-leads-page__table-container .table-container--prospects_links{margin-bottom:.25rem}.site-leads-page__tables-wrapper{height:calc(100dvh - 19rem);max-height:calc(100dvh - 19rem);overflow-y:hidden;display:flex;flex-direction:column}.site-leads-page__pagination .u-push-left--xs{margin-top:0}.site-leads-page__pagination p,.site-leads-page__counts p{margin:0}.site-leads-page__mobile-toolbar-toggle{display:none}@media screen and (max-width: 768px){.prospects-main-head th{font-size:.85rem}}@media screen and (max-width: 900px){.site-leads-page__tabs.site-leads-page__tabs--compact-mobile{margin-bottom:.1rem}.site-leads-page__tabs.site-leads-page__tabs--compact-mobile a{padding:.36rem .62rem;margin-right:.35rem;font-size:.82rem;line-height:1.05;border-radius:.35rem .35rem 0 0}.site-leads-page__table-container{min-height:auto;padding:.4rem .5rem .25rem;margin-bottom:.25rem}.site-leads-page__tables-wrapper{height:calc(100dvh - 12rem);max-height:calc(100dvh - 12rem)}.site-leads-page__mobile-toolbar-toggle{display:block;margin-bottom:.2rem}.site-leads-page__mobile-toolbar-toggle-button.site-leads-page__mobile-toolbar-toggle-button--compact{width:100%;justify-content:center;min-height:1.95rem;height:1.95rem;padding:.2rem .5rem;font-size:.84rem;line-height:1;border-radius:.4rem;box-shadow:inset 0 0 0 1px #ffffff1f}.site-leads-page__toolbar{display:none;gap:.5rem;padding:.5rem;border:1px solid hsl(46,3%,85%);border-radius:.5rem;background-color:#fff}.site-leads-page .site-leads-page__toolbar.site-leads-page__toolbar--mobile-open{display:flex}.site-leads-page .site-leads-page__toolbar:not(.site-leads-page__toolbar--mobile-open){display:none}.site-leads-page__toolbar .prospects-toolbar__left,.site-leads-page__toolbar .prospects-toolbar__right{width:100%;flex-wrap:wrap;gap:.45rem}.site-leads-page__search-form{width:100%;min-width:0}.site-leads-page__search-form .select,.site-leads-page__search-form input{width:100%;margin-right:0;min-width:0}.site-leads-page__filters{width:100%;flex-wrap:wrap}.site-leads-page__toolbar .prospects-toolbar__right{justify-content:flex-start}.leads-admin-tools,.leads-user-tools{width:100%;flex-wrap:wrap;gap:.4rem}.prospects-main-head th{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;line-height:1.15}.prospects-main-head th>a,.prospects-main-head th>span,.prospects-main-head th>.inline-flex{vertical-align:middle}}.prospect-status-cell-wrapper{display:block;width:100%;max-width:160px;min-width:0}.prospect-status-cell-wrapper .tooltip-container{display:block;max-width:100%;min-width:0}.prospect-status-cell-wrapper .select--status{max-width:100%}.status-cell-content{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sort-indicator--active{color:#4467d8;font-weight:700}.sort-indicator--inactive{color:#979691}.table-grid{display:grid;grid-template-columns:25% 1fr;grid-gap:clamp(1rem,8vmin,2rem)}.table-container{background-color:#fff;padding:clamp(1rem,8vmin,2rem) clamp(2rem,12vmin,4rem) clamp(2rem,12vmin,4rem) clamp(2rem,12vmin,4rem);min-height:52vh;border-radius:10px;box-shadow:5px 5px 20px 3px #83838332;overflow:visible}.table-container--questionaire thead tr th:first-child{width:135px}.table-container--questionaire tbody tr td:nth-child(2){max-width:1000px}.table-container--prospects{display:grid;grid-template-rows:auto 1fr auto;border-radius:0 10px 10px;padding:clamp(1rem,8vmin,2rem) clamp(1rem,8vmin,2rem) clamp(2rem,12vmin,4rem) clamp(1rem,8vmin,2rem);overflow:visible}.table-container--prospects_links{margin-bottom:clamp(1rem,8vmin,2rem)}.table-container--prospects h4{line-height:26px}.table-container--prospects .count{background-color:#4467d8;padding:4px 8px;color:#fff;border-radius:5px}.table-container--prospects .background-primary{background-color:#4467d8;color:#fff}.prospects-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.prospects-toolbar__left{display:flex;align-items:center;gap:15px;flex:1;min-width:0}.prospects-toolbar__right{display:flex;align-items:center;gap:12px;flex-shrink:0}.leads-admin-tools,.leads-user-tools{display:flex;align-items:center;gap:12px}.toolbar-link{font-size:14px;color:#4467d8;text-decoration:none;white-space:nowrap}.toolbar-link:hover{text-decoration:underline}table.org-users{margin-bottom:10vh}.prospects-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.prospects-tables-container{display:flex;flex-direction:column;width:100%;position:relative;flex:1 0 auto}.prospects-tables-row{display:flex;width:100%;flex:0 0 auto}.prospects-tables-filler{flex:1 1 auto;width:100%;background:hsl(0,0%,100%)}.prospects-table{width:100%;min-width:0;border-collapse:collapse;border-spacing:2px;table-layout:fixed}.prospects-table--main{flex:1;margin-right:0;overflow-x:auto;min-width:61.25rem;table-layout:auto}.prospects-table--main [data-column-key=first_name]{width:6rem;min-width:6rem}.prospects-table--main [data-column-key=last_name]{width:6.875rem;min-width:6.875rem}.prospects-table--main [data-column-key=insurance_provider]{width:8.125rem;min-width:8.125rem}.prospects-table--main [data-column-key=zip_code]{width:5rem;min-width:5rem}.prospects-table--main [data-column-key=outcome_summary]{width:8.75rem;min-width:8.75rem}.prospects-table--main [data-column-key=phone_number]{width:6.875rem;min-width:6.875rem}.prospects-table--main [data-column-key=email]{width:6.5rem;min-width:6.5rem}.prospects-table--main [data-column-key=inserted_at]{width:5.625rem;min-width:5.625rem}.prospects-table--main [data-column-key=notes]{width:8.125rem;min-width:8.125rem}.prospects-column__header{display:flex;flex-direction:row;align-items:center;gap:.2rem;width:100%;min-width:0;line-height:1}.prospects-column__header>.prospects-column__toggle,.prospects-column__header>a{background:transparent;border:1px solid transparent;border-radius:2px;color:#5c5b57;width:.95rem;height:.95rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}.prospects-column__header>.prospects-column__toggle:hover,.prospects-column__header>a:hover,.prospects-column__header>.prospects-column__toggle:focus-visible,.prospects-column__header>a:focus-visible{background:hsl(46,3%,93%);border-color:#dad9d8}.prospects-column__header>a{text-decoration:none;padding:0;margin:0;font-size:.7rem;line-height:1}.prospects-column__header>a:hover{color:#4467d8;border-color:#4467d8}.prospects-column__header>a>span{line-height:1}.prospects-column__toggle{cursor:pointer;padding:0;margin:0;line-height:1;font-size:1.05rem;color:#4467d8;font-weight:700}.prospects-column__toggle:hover{color:#03427c;border-color:#4467d8}.prospects-column__toggle-icon{display:inline-block;line-height:.7;margin-top:-2px}.prospects-column__label{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#42413e;font-weight:700;cursor:grab;user-select:none}.prospects-column__label:active{cursor:grabbing}.site-leads-page__status-filter{cursor:default;flex-wrap:wrap;row-gap:4px}.site-leads-page__status-filter:hover{background-color:#f9fafb}.site-leads-page__status-filter-chips{list-style:none;margin:0;padding:0;display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px}.site-leads-page__status-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 4px 2px 8px;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:12px;line-height:1;color:#374151;max-width:100%}.site-leads-page__status-chip-label{display:inline-block;max-width:4.5rem;overflow:hidden;white-space:nowrap;text-overflow:clip;font-weight:500}.site-leads-page__status-chip-remove{background:transparent;border:none;padding:0;margin:0;cursor:pointer;color:#5c5b57;font-size:14px;line-height:1;width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:2px}.site-leads-page__status-chip-remove:hover,.site-leads-page__status-chip-remove:focus-visible{color:#4467d8;background:hsl(46,3%,93%);outline:none}.site-leads-page__status-filter-form{display:inline-flex;align-items:center;margin:0;padding:0}.site-leads-page__status-filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;border:none;padding:0 .9rem 0 0;margin:0;font-size:12px;font-weight:500;color:#374151;cursor:pointer;line-height:1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'><path fill='%23555' d='M0 0l5 6 5-6z'/></svg>");background-repeat:no-repeat;background-position:right center;background-size:.5rem .35rem;outline:none;width:3.2rem;text-overflow:clip}.site-leads-page__status-filter-select--adding{width:6.2rem}.site-leads-page__status-filter-select::-ms-expand{display:none}.site-leads-page__status-filter-select:focus-visible{outline:1px solid #4467D8;outline-offset:2px;border-radius:2px}.site-leads-page__status-filter-reset{background:transparent;border:none;padding:0;margin:0;cursor:pointer;color:#5c5b57;font-size:.85rem;line-height:1;width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:2px}.site-leads-page__status-filter-reset:hover,.site-leads-page__status-filter-reset:focus-visible{color:#4467d8;background:hsl(46,3%,93%);outline:none}.prospects-table th.prospects-column--collapsed,.prospects-table td.prospects-column--collapsed{width:1.5rem!important;min-width:1.5rem!important;max-width:1.5rem!important;padding:0!important;background:#dde1e6;border-left:1px solid hsl(46,3%,75%);border-right:1px solid hsl(46,3%,75%)}.prospects-table th.prospects-column--collapsed{cursor:pointer;position:relative;overflow:visible}.prospects-collapsed-column-bar{display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-height:56px;margin:0;padding:.25rem 0;border:0;border-radius:0;background:transparent;color:#5c5b57;cursor:pointer;appearance:none;-webkit-appearance:none}.prospects-collapsed-column-bar__icon{font-size:.95rem;line-height:1;color:#5c5b57}.prospects-collapsed-column-overlay{position:absolute;top:100%;left:0;right:0;height:100vh;pointer-events:none;display:flex;justify-content:center;align-items:flex-start;padding-top:.5rem;overflow:hidden;z-index:1;background:#dde1e6;border-left:1px solid hsl(46,3%,75%);border-right:1px solid hsl(46,3%,75%)}.prospects-collapsed-column-overlay__label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-size:.72rem;line-height:1;letter-spacing:.02rem;white-space:nowrap;color:#5c5b57}.prospects-collapsed-column-bar-fill{display:block;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none}.prospects-table--main th.prospects-column--collapsed .prospects-column__header,.prospects-table--sticky th.prospects-column--collapsed .prospects-column__header{display:none}.prospects-table--sticky:has(th.prospects-column--collapsed){min-width:0;width:auto}.prospects-table--main th.drag-ghost{opacity:.4;background:hsl(46,3%,93%)}.prospects-table--main th.drag-item{background:hsl(0,0%,100%);box-shadow:0 4px 12px #00000026}.prospects-table--main th:last-child,.prospects-table--main td:last-child{padding-right:32px}.prospects-table--sticky{position:sticky;right:0;background:white;box-shadow:-8px 0 16px -8px #0000001a;z-index:10;min-width:11.25rem;width:11.25rem;flex-shrink:0;table-layout:fixed}.prospects-table--sticky th,.prospects-table--sticky td{width:90px;text-align:left}.prospects-table--sticky th:first-child,.prospects-table--sticky td:first-child{width:6.875rem;min-width:6.875rem}.prospects-table--sticky th:last-child,.prospects-table--sticky td:last-child{width:7.5rem;white-space:nowrap}.prospects-actions-header{vertical-align:middle}.prospects-actions-header__content{display:inline-flex;align-items:center;gap:.375rem}.prospects-actions-toggle{padding:.05rem .35rem;font-size:.9rem}.prospects-actions-cell__content{display:inline-flex;align-items:center;white-space:nowrap}.prospects-status-header{vertical-align:middle}.prospects-status-header__content{display:inline-flex;align-items:center;gap:.375rem}.prospects-status-toggle{padding:.05rem .35rem;font-size:.9rem}#prospects-sticky.prospects-table--sticky-status-collapsed th:first-child,#prospects-sticky.prospects-table--sticky-status-collapsed td:first-child{width:2.25rem;min-width:2.25rem;padding-left:.375rem;padding-right:.375rem}#prospects-sticky.prospects-table--sticky-status-collapsed .prospects-status-cell>*,#prospects-sticky.prospects-table--sticky-status-collapsed .prospects-status-header__label{display:none}#prospects-sticky.prospects-table--sticky-status-collapsed .prospects-status-toggle__icon{transform:scaleX(-1)}#prospects-sticky.prospects-table--sticky-actions-collapsed{min-width:9.625rem;width:9.625rem}#prospects-sticky.prospects-table--sticky-actions-collapsed th:last-child,#prospects-sticky.prospects-table--sticky-actions-collapsed td:last-child{width:2.25rem;min-width:2.25rem;padding-left:.375rem;padding-right:.375rem}#prospects-sticky.prospects-table--sticky-actions-collapsed .prospects-actions-cell__content,#prospects-sticky.prospects-table--sticky-actions-collapsed .prospects-actions-header>span{display:none}#prospects-sticky.prospects-table--sticky-actions-collapsed .prospects-actions-toggle__icon{transform:scaleX(-1)}.prospects-table--sticky th{font-weight:600;background:#f8f8f8}.prospects-table--main th,.prospects-table--main td,.prospects-table--sticky th,.prospects-table--sticky td{padding:.625rem .75rem;vertical-align:middle;box-sizing:border-box}.prospects-table--main th{white-space:nowrap}.prospects-table--main thead tr,.prospects-table--sticky thead tr{height:36px}.prospects-table--main th,.prospects-table--sticky th{font-weight:600;background:#f8f8f8;box-sizing:border-box}.prospects-table--main tr,.prospects-table--sticky tr{box-sizing:border-box}.prospects-table--main tbody tr:hover{background:#f0f4ff;cursor:pointer;transition:background .15s}.prospects-table--sticky tbody tr:hover{background:none!important;cursor:default!important}.prospects-table tbody tr.prospect-nil-status{background-color:#ffe6e6!important}.prospects-table--main tbody tr.prospect-nil-status:hover{background-color:#ffd1d1!important}.prospects-table tbody tr.prospect-missed-scheduled{background-color:#fce7d5!important}.prospects-table--main tbody tr.prospect-missed-scheduled:hover{background-color:#fad5b5!important}.prospects-table tbody tr.prospect-in-booking-flow{background-color:#e8f4fd!important}.prospects-table--main tbody tr.prospect-in-booking-flow:hover{background-color:#d0e9f9!important}.prospects-table tr,.prospects-table td{overflow:visible!important;position:static!important}.prospects-table .table-cell-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;height:1.5rem}.locked{filter:blur(3px);height:1.5rem}.tooltip-container{position:relative;display:inline-block;z-index:1050}.tooltip-content,.tooltip-content-no-history{visibility:visible;width:auto;background-color:#4467d8;color:#fff;max-height:180px;overflow-y:auto;text-align:left;border-radius:6px;padding:12px;position:absolute;z-index:1050;top:0;left:100%;margin-left:8px;margin-top:0;opacity:1;transition:opacity .3s;white-space:nowrap}.tooltip-content::-webkit-scrollbar,.tooltip-content-no-history::-webkit-scrollbar{width:6px}.tooltip-content::-webkit-scrollbar-track,.tooltip-content-no-history::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:3px}.tooltip-content::-webkit-scrollbar-thumb,.tooltip-content-no-history::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:3px}.tooltip-content:before,.tooltip-content-no-history:before{content:"";position:absolute;top:16px;left:-16px;border-width:8px;border-style:solid;border-color:transparent #4467D8 transparent transparent}.tooltip-content-no-history{height:auto;max-height:none;overflow:hidden;padding:8px 12px}.tooltip-list{margin-top:8px}.tooltip-item{padding:8px 0;font-size:12px;line-height:1.4}.tooltip-hr hr{margin:4px 0;border-color:#fff3}.field-div{margin-top:10px}.schedule-grid{display:grid;grid-template-columns:13% 1fr;grid-gap:0;height:calc(100dvh - 9rem);min-height:0;width:calc(100% + 2.5rem);margin-left:-1.25rem;margin-right:-1.25rem}#full-calendar{height:100%;min-height:0}.fc .fc-timegrid-col{min-width:104px}.fc .fc-col-header-cell{min-width:104px;padding:12px 8px}.fc .fc-timegrid-slot{height:2.5em;min-height:40px}.fc .fc-timegrid-slot-label{font-size:13px;font-weight:500;vertical-align:top;padding-top:4px}.fc .fc-timegrid-event{border-radius:4px;font-size:12px;padding:4px 6px}.fc .fc-timegrid-event .fc-event-main{padding:2px 4px}.fc .fc-timegrid-event .fc-event-time{font-weight:600;font-size:11px}.fc .fc-timegrid-event .fc-event-title{font-size:12px;font-weight:500}.fc .fc-col-header-cell-cushion{font-weight:600;font-size:14px;padding:8px 4px}.fc .fc-timegrid-now-indicator-line{border-color:#ef4444;border-width:2px;z-index:4}.fc .fc-timegrid-now-indicator-arrow{border-color:#ef4444;z-index:4}.fc .fc-event[style*="background-color: #fed7aa"],.fc .fc-event[style*="color: #ea580c"]{box-shadow:0 0 0 2px #ea580c4d}.fc .fc-event[style*="color: #ea580c"] .fc-event-title{font-weight:600}.fc .fc-col-header,.fc .fc-scrollgrid-section-header{position:sticky;top:0;z-index:3;background:#fff}.fc .fc-scrollgrid-section-header>td{background:#fff}.schedule-grid .table-container{overflow:hidden;padding:clamp(.5rem,3vmin,1rem);position:relative}#schedule-calendar-panel{padding-bottom:0}.schedule-notes{padding:.5rem 1rem;display:flex;flex-direction:column}.schedule-notes__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.schedule-notes__toggle{background:transparent;border:1px solid hsl(46,3%,85%);border-radius:.25rem;cursor:pointer;padding:.15rem .5rem;color:#5c5b57;line-height:1;font-size:1.1rem;transition:all .2s ease}.schedule-notes__toggle:hover{color:#4467d8;border-color:#c1c0bd}.schedule-notes__toggle-icon{display:inline-block}.schedule-notes form,.schedule-notes textarea{flex:1 1 auto;min-height:0;height:100%}.schedule-notes textarea{resize:vertical;width:100%;height:100%;min-height:60px;box-sizing:border-box}.schedule-grid--notes-collapsed{grid-template-columns:44px 1fr}.schedule-grid--notes-collapsed .schedule-notes h1,.schedule-grid--notes-collapsed .schedule-notes__content{display:none}.schedule-grid--notes-collapsed .schedule-notes__header{justify-content:center}.schedule-grid--notes-collapsed .schedule-notes__toggle-icon{transform:scaleX(-1)}.schedule-grid pr360-calendar{flex:1 1 auto;min-height:0;height:100%;width:100%;display:block;overflow:hidden}.schedule-grid pr360-calendar>*{height:100%}.schedule-page__top-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:clamp(.5rem,3vmin,1rem) clamp(1rem,8vmin,2rem);margin-top:-.45rem;margin-bottom:0;padding-bottom:.125rem}.schedule-page__top-bar-left{display:flex;align-items:center;flex-wrap:wrap;gap:clamp(1rem,8vmin,2rem);min-width:0}.schedule-page__title{margin:0;font-size:1.75rem;line-height:1.1}.schedule-page__top-bar-actions{display:flex;align-items:center;gap:clamp(.5rem,3vmin,1rem);flex-shrink:0}.schedule-page__top-bar-actions .button{padding:8px 12px;font-size:.75rem;line-height:1.1}.schedule-filter{display:inline-flex;align-items:center;margin:0}.fc-toolbar-chunk .schedule-filter{margin-left:.75rem;flex-shrink:0;align-self:center}.schedule-filter__select{box-sizing:border-box;width:11.5rem;min-width:11.5rem;max-width:11.5rem;height:1.85rem;border:1px solid #334155;border-radius:6px;background:#ffffff;color:#0f172a;font-size:.875rem;font-weight:600;padding:0 1.75rem 0 .5rem;box-shadow:0 0 0 1px #33415514}.schedule-calendar--comfortable .fc .fc-header-toolbar{margin-top:0;margin-bottom:0;padding-bottom:.125rem}.schedule-calendar--comfortable .fc .fc-toolbar-title{font-size:1.35rem;line-height:1.15}.schedule-calendar--comfortable .fc .fc-button{font-size:.7rem;padding:.3rem .55rem;line-height:1.1}.schedule-calendar--comfortable .fc .fc-prev-button,.schedule-calendar--comfortable .fc .fc-next-button{min-width:1.85rem;padding:.3rem .45rem}.schedule-calendar--comfortable .fc .fc-button .fc-icon{font-size:.95em;line-height:1}.schedule-calendar--comfortable .fc .fc-button-group{display:inline-flex;gap:.25rem;overflow:visible;border-radius:0}.schedule-calendar--comfortable .fc .fc-button-group>.fc-button{margin-left:0!important;border-radius:4px;border-color:#1b314b;border-right-width:1px;background-color:#1f3a56;color:#fff;box-shadow:none!important}.schedule-calendar--comfortable .fc .fc-button-group>.fc-button.fc-button-active{background-color:#1f3a56;border-color:#1b314b;box-shadow:none!important}.schedule-calendar--comfortable .fc .fc-button-group>.fc-button:focus,.schedule-calendar--comfortable .fc .fc-button-group>.fc-button:focus-visible,.schedule-calendar--comfortable .fc .fc-button-group>.fc-button.fc-button-active:focus,.schedule-calendar--comfortable .fc .fc-button-group>.fc-button.fc-button-active:focus-visible{box-shadow:none!important}.schedule-calendar--comfortable .fc .fc-col-header-cell{padding:4px 6px;vertical-align:middle}.schedule-calendar--comfortable .fc .fc-col-header-cell-cushion{font-size:12px;line-height:1.2;padding:2px 4px}.schedule-calendar--comfortable .fc .fc-toolbar-chunk:first-child{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.schedule-calendar--comfortable .fc{--fc-timegrid-slot-min-height: clamp(2.75rem, 4.5vh, 3.75rem)}.schedule-calendar--comfortable .fc .fc-timegrid-slot{min-height:var(--fc-timegrid-slot-min-height)}.schedule-calendar--comfortable .fc .fc-timegrid-event,.schedule-calendar--comfortable .fc .fc-timegrid-event .fc-event-main{cursor:pointer;user-select:none}.schedule-calendar--comfortable .fc .fc-timegrid-event{position:relative;min-height:40px;padding:6px 8px;overflow:hidden}.schedule-calendar--comfortable .fc .fc-timegrid-event .fc-event-main{padding:4px 6px;overflow:hidden;min-width:0;justify-content:flex-start}.schedule-calendar--comfortable .pr360-fc-event-line{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:baseline;justify-content:flex-start;gap:0;min-width:0;width:100%;overflow:hidden;direction:ltr;line-height:1.25;font-size:12px;font-weight:500}.schedule-calendar--comfortable .pr360-fc-event-line__title{flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.schedule-calendar--comfortable .pr360-fc-event-line__sep{flex:0 0 auto;font-weight:400;opacity:.75}.schedule-calendar--comfortable .pr360-fc-event-line__time{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:11px}.schedule-calendar--comfortable .pr360-fc-event-line,.schedule-calendar--comfortable .pr360-fc-event-line *{cursor:pointer;user-select:none}@media screen and (max-width: 900px){.schedule-grid{width:100%;margin-left:0;margin-right:0}.schedule-filter{margin-bottom:.25rem}}.prospects-table--sticky td.prospects-status-cell,.prospects-table--sticky th[data-column-key=status]{overflow:visible!important;max-width:none!important;position:relative!important}.prospects-table-wrapper.modal-open table,.prospects-table-wrapper.modal-open .prospects-table--main,.prospects-table-wrapper.modal-open .prospects-table--sticky,.prospects-table-wrapper.modal-open .prospects-table--main *,.prospects-table-wrapper.modal-open .prospects-table--sticky *{opacity:.4!important;pointer-events:none!important;filter:blur(1px)!important;transition:opacity .2s,filter .2s}.user-table tbody tr td:first-child{padding-left:0;min-width:150px}.user-table tbody tr td:nth-child(2){min-width:200px}.user-table tbody tr td:nth-child(3){min-width:150px}.icon-button{display:inline-flex;align-items:center;justify-content:center;padding:clamp(.25rem,1vmin,.5rem);background-color:transparent;border:1px solid hsl(46,3%,85%);border-radius:.25rem;color:#5c5b57;cursor:pointer;transition:all .2s ease;min-width:36px;min-height:36px;text-decoration:none}.icon-button .icon-text{font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;width:20px;height:20px}.icon-button:hover{background-color:#eeeded;border-color:#c1c0bd;color:#4467d8;transform:translateY(-1px)}.icon-button:active{transform:scale(.95)}.icon-button--danger:hover{background-color:#fff;border-color:#f02e2e;color:#f02e2e}.table-actions{display:flex;gap:clamp(.5rem,3vmin,1rem);align-items:center;justify-content:flex-end;flex-wrap:nowrap}.tabs{display:flex;flex-wrap:wrap}.tabs a{background-color:#eeeded;background-size:100% 2px,0 2px;background-position:100% 100%,0 100%;color:#1d1d1d;padding:10px 20px;border-radius:5px 5px 0 0;border-bottom:0px;margin:0 10px 0 0}.tabs a:hover{background-color:#dad9d8}.tabs--active{background-color:#fff!important;border-bottom:1px solid white!important;margin-bottom:-2px!important}.tab-link{position:relative;display:inline-block}.locked-leads-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background-color:#ff2a2a;box-shadow:0 0 4px 1px #ff2a2ad9;animation:locked-leads-dot-pulse 1.4s ease-in-out infinite}@keyframes locked-leads-dot-pulse{0%,to{box-shadow:0 0 3px 1px #ff2a2a99;opacity:.85}50%{box-shadow:0 0 8px 3px #ff2a2af2;opacity:1}}.modal{position:absolute;inset:0;background-color:#0003;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998}.modal--container{background:hsl(0,0%,100%);width:96vw;position:absolute;top:5%;left:50%;transform:translate(-50%);z-index:9999;padding:clamp(.5rem,3vmin,1rem) 1rem;-webkit-box-shadow:3px 3px 15px 3px #ACACAC;box-shadow:3px 3px 15px 3px #acacac}.modal--container .button--close{position:absolute;top:.4rem;right:.6rem;width:1.6rem;height:1.6rem;padding:0;background:transparent;border:1px solid hsl(46,3%,85%);border-radius:4px;color:#5c5b57;font-size:.95rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.modal--container .button--close:hover{color:#4467d8;border-color:#4467d8}#site-modal-container.modal--container{width:min(92vw,980px);left:50%;top:4%;margin-left:0;transform:translate(-50%);max-height:92vh;overflow-y:auto}.fc-col-header-cell,.fc-col-header,.fc-scrollgrid-section-header{z-index:2!important;background:#fff}textarea[name="network_form[onboarding_email]"]{font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:13px!important;line-height:1.5!important;min-height:300px!important;resize:vertical!important;width:100%!important;box-sizing:border-box!important}.event-details-card{background:#fff;border-radius:16px;box-shadow:0 2px 4px #00000014;max-width:700px;width:100%;margin:3vh auto;padding:2rem 2.5rem;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box}.event-details-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.event-details-title{font-size:1.7rem;font-weight:700;color:#222;flex:1;word-break:break-word}.event-details-actions{display:flex;gap:1rem;align-items:center}.event-details-edit{color:#2563eb;font-size:1.5rem;transition:color .2s}.event-details-edit:hover{color:#1d4ed8}.event-details-delete{color:#dc2626;font-size:1.5rem;transition:color .2s}.event-details-delete:hover{color:#b91c1c}.event-details-list{display:grid;grid-template-columns:max-content 1fr;row-gap:.7rem;column-gap:1.5rem;font-size:1.1rem;width:100%}.event-details-list dt,.event-details-list dd{overflow-wrap:break-word;word-break:break-word}.event-details-list dt{font-weight:600;color:#444;text-align:right;min-width:120px}.event-details-list dd{margin:0 0 .7rem;color:#222}@media (max-width: 700px){.event-details-card{padding:1rem .5rem;max-width:98vw;width:98vw}.event-details-title{font-size:1.2rem}.event-details-list{font-size:1rem;column-gap:.5rem;width:100%}}.collapsible{margin-bottom:clamp(.5rem,3vmin,1rem);border:1px solid hsl(46,3%,75%);border-radius:.25rem;background-color:#eeeded;overflow:hidden}.collapsible__summary{display:flex;align-items:center;gap:clamp(.5rem,3vmin,1rem);padding:clamp(.5rem,3vmin,1rem);cursor:pointer;list-style:none;font-weight:500;font-size:.95rem;color:#42413e;background-color:#eeeded;user-select:none;transition:background-color .15s ease}.collapsible__summary:hover{background-color:#dad9d8}.collapsible__summary::-webkit-details-marker{display:none}.collapsible__summary:before{content:"\25b6";font-size:.75rem;color:#5c5b57;transition:transform .15s ease}.collapsible[open] .collapsible__summary:before{transform:rotate(90deg)}.collapsible__title{flex:1;min-width:0;text-align:left}.collapsible__body{padding:clamp(.5rem,3vmin,1rem);margin:0}.prospect-details-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #00000014;max-width:760px;width:100%;margin:.5vh auto;padding:.75rem 1rem;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box}.prospect-details-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem;gap:.5rem}.prospect-details-title{font-size:1.25rem;font-weight:700;color:#222;flex:1;word-break:break-word;margin:0}.prospect-details-actions{display:flex;gap:1rem;align-items:center}.prospect-details-edit{color:#2563eb;font-size:1.5rem;transition:color .2s}.prospect-details-edit:hover{color:#1d4ed8}.prospect-details-move{color:#059669;font-size:1.5rem;transition:color .2s}.prospect-details-move:hover{color:#047857}.prospect-details-delete{color:#dc2626;font-size:1.5rem;transition:color .2s}.prospect-details-delete:hover{color:#b91c1c}.prospect-details-list{display:grid;grid-template-columns:max-content 1fr max-content 1fr;row-gap:.3rem;column-gap:.75rem;font-size:.95rem;width:100%}.prospect-details-list__full{grid-column:1/-1}@media (max-width: 900px){.prospect-details-list{grid-template-columns:max-content 1fr}}.prospect-details-list dt,.prospect-details-list dd{overflow-wrap:break-word;word-break:break-word}.prospect-details-list dt{font-weight:600;color:#444;text-align:right;min-width:100px;align-self:center}.prospect-details-list dd{margin:0;color:#222;align-self:center}.prospect-details-list dt.prospect-details-list__full{grid-column:1/2;text-align:right;margin-top:.5rem}.prospect-details-list dd.prospect-details-list__full{grid-column:2/-1;margin-top:.5rem}@media (max-width: 900px){.prospect-details-list dt.prospect-details-list__full{grid-column:1/2}.prospect-details-list dd.prospect-details-list__full{grid-column:2/-1}}.prospect-row-focused{background:#f0f4ff!important;transition:background .15s}#prospect-modal .prospect-details-actions{position:absolute;top:.55rem;right:2.4rem;margin:0;z-index:2;font-size:.65rem;gap:.25rem}#prospect-modal .prospect-details-actions .prospect-details-edit,#prospect-modal .prospect-details-actions .prospect-details-delete,#prospect-modal .prospect-details-actions a{font-size:.85rem}#prospect-modal .prospect-details-actions .mr-10{margin-right:.25rem;font-size:.75rem;color:#979691}#prospect-modal .prospect-details-card{padding:.5rem .25rem;box-shadow:none;margin:0;max-width:100%}@media (max-width: 700px){.prospect-details-card{padding:.5rem;max-width:100%;width:100%}.prospect-details-title{font-size:1.05rem}.prospect-details-list{font-size:.9rem;column-gap:.5rem;width:100%}}.prospect-status-list{margin-top:.75rem;padding:.5rem .75rem;background:#f9fafb;border-radius:8px;box-shadow:0 1px 3px #0000000a;font-size:.9rem;color:#333;min-height:0;max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.prospect-status-list div{display:flex;flex-direction:column;gap:.1rem}.prospect-status-list s{color:#888;margin-right:.3em}.prospect-status-list .tooltip-hr hr{border:none;border-top:1px solid #e5e7eb;margin:.3em 0 .7em}.prospect-status-list strong{color:#2563eb}.prospect-status-list .arrow{margin:0 .3em;color:#2563eb;font-weight:700}.prospect-status-list li{display:flex;justify-content:space-between;align-items:center;gap:1em;list-style:none;padding-bottom:.7em;border-bottom:1px solid #e5e7eb}.prospect-status-list li:last-child{border-bottom:none}.prospect-status-list .entry-main{display:flex;flex-direction:column;min-width:0;flex:1 1 0%}.prospect-status-list .entry-main span,.prospect-status-list .entry-main strong,.prospect-status-list .entry-main>span:last-child{word-break:break-word;white-space:normal}.prospect-status-list .entry-delete{margin-left:1em;flex-shrink:0;align-self:center;display:flex;align-items:center}.notes-display-field{cursor:pointer;border:1px solid #d1d5db;border-radius:6px;padding:8px;min-height:32px;background-color:#fff;transition:all .2s ease;width:75%}.notes-display-field:hover{background-color:#f9fafb;border-color:#9ca3af}.notes-content{font-size:14px;color:#374151;white-space:pre-wrap}.notes-placeholder{font-size:14px;color:#6b7280;font-style:italic}.notes-textarea{width:75%;padding:8px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;min-height:64px;resize:vertical}.prospect-utm-tracking-list{margin-top:.75rem;padding:.5rem .75rem;background:#f9fafb;border-radius:8px;box-shadow:0 1px 3px #0000000a;font-size:.9rem;color:#333;min-height:0;max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.prospect-utm-tracking-list li{display:flex;justify-content:space-between;align-items:center;gap:1em;list-style:none;padding-bottom:.7em;border-bottom:1px solid #e5e7eb}.prospect-utm-tracking-list li:last-child{border-bottom:none}.prospect-utm-tracking-list .entry-main{display:flex;flex-direction:column;min-width:0;flex:1 1 0%;font-size:.95rem;color:#333}.prospect-utm-tracking-list .entry-main span,.prospect-utm-tracking-list .entry-main strong,.prospect-utm-tracking-list .entry-main>span:last-child{word-break:break-word;white-space:normal}.collapsible .prospect-status-list,.collapsible .prospect-utm-tracking-list,.collapsible .prospect-contact-attempts-table{margin:0;border-radius:0;box-shadow:none;background:transparent;max-height:320px;overflow-y:auto}.collapsible .prospect-contact-attempts-table{overflow-x:auto}.prospect-insurance-card-thumb{max-width:200px;max-height:140px;border:1px solid #cbd5e1;border-radius:4px;display:block;margin-top:4px}.prospect-insurance-verification-empty{margin:.75rem 0;padding:.5rem .75rem;background:#fff8e1;border:1px solid #f6c64f;border-left:4px solid #f59e0b;border-radius:6px;color:#663c00;font-size:.9rem}.prospect-details-card .prospect-details-list+.collapsible,.prospect-details-card .prospect-details-list+.prospect-insurance-verification-empty{margin-top:1rem}.flash-message{padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);text-transform:capitalize;font-weight:bolder;border-radius:5px}.flash-message--error{background-color:#fce7e9;color:#cd3144}.flash-message--info{background-color:#d9f4ef;color:#2a9e8c!important}.flash-message--info fon p{color:#2a9e8c!important}.flash-message--close{color:#5c5b57;background-color:transparent}p.flash-message--error{margin-top:-20px;margin-bottom:20px}.form{background-color:#fff;padding:clamp(.25rem,1vmin,.5rem) clamp(1rem,8vmin,2rem)}.form--content{display:grid;grid-template-columns:1fr 1fr 35px;grid-gap:clamp(1rem,8vmin,2rem);align-items:flex-start;background-color:#f8f8fa;padding:15px 25px;margin-top:clamp(.5rem,3vmin,1rem)}.status-list{max-height:300px;overflow-y:auto}.status-item{padding:.5rem;border-bottom:1px solid var(--color-gray-200)}.status-item--dimmed{opacity:.5;pointer-events:none}.status-item:last-child{border-bottom:none}.questionnaire-section{margin-top:16px}.questionnaire-section label{margin-bottom:8px;display:block;font-weight:600;color:#374151}.questionnaire-section .questionnaire-scroll-area{max-height:200px;overflow-y:scroll;border:1px solid #d1d5db;border-radius:4px;padding:12px;background-color:#f9fafb;box-sizing:border-box;scrollbar-width:auto;scrollbar-color:#9ca3af #f3f4f6}.questionnaire-section .questionnaire-scroll-area .questionnaire-item{margin-bottom:8px}.questionnaire-section .questionnaire-scroll-area .questionnaire-item:last-child{margin-bottom:0}.questionnaire-section .questionnaire-scroll-area .questionnaire-item label{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;font-weight:400!important;color:#374151;line-height:1.4;cursor:pointer}.questionnaire-section .questionnaire-scroll-area .questionnaire-item label input[type=checkbox]{margin:0!important;flex-shrink:0;width:16px;height:16px}.questionnaire-section .questionnaire-scroll-area .questionnaire-item label span{flex:1;line-height:1.4}.questionnaire-section .questionnaire-scroll-area::-webkit-scrollbar{width:8px}.questionnaire-section .questionnaire-scroll-area::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.questionnaire-section .questionnaire-scroll-area::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:4px}.questionnaire-section .questionnaire-scroll-area::-webkit-scrollbar-thumb:hover{background:#6b7280}.schedule-form{max-width:42rem}#schedule-form{display:flex;flex-direction:column;gap:1.5rem}.schedule-form fieldset{margin:0;padding:0;border:none}.schedule-form__fieldset--divider{padding-top:1.5rem;margin-top:.5rem;border-top:1px solid hsl(46,3%,85%)}.schedule-form__legend{font-size:.875rem;font-weight:600;color:#42413e}.schedule-form__legend-required{color:#f02e2e}.schedule-form__hint{font-size:.75rem;color:#979691;margin:.25rem 0 .5rem}.schedule-form__repeat-row{display:flex;flex-wrap:wrap;align-items:center;column-gap:1.5rem;row-gap:.5rem;padding-top:.25rem}.schedule-form__radio-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.schedule-form__radio{flex-shrink:0;width:1rem;height:1rem;margin:0;accent-color:#4467D8}.schedule-form__radio-text{font-size:.875rem;line-height:1;color:#5c5b57}.schedule-form__site-scroll{max-height:12rem;overflow-y:auto;border:1px solid hsl(46,3%,85%);border-radius:.25rem;padding:.75rem;background:hsl(0,0%,100%)}.schedule-form__site-label{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem;border-radius:.25rem;margin-bottom:.25rem}.schedule-form__site-label:last-child{margin-bottom:0}.schedule-form__site-label:hover{background:hsl(46,3%,93%)}.schedule-form__site-checkbox{flex-shrink:0;width:1rem;height:1rem;margin:0;accent-color:#4467D8}.schedule-form__site-name{font-size:.875rem;line-height:1;color:#42413e}.schedule-form__days-row{display:flex;flex-wrap:wrap;align-items:center;column-gap:1.5rem;row-gap:.5rem;padding-top:.25rem}.schedule-form__day-option{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;padding:.45rem .65rem;border-radius:.5rem;border:2px solid hsl(46,3%,85%);background:hsl(0,0%,100%);color:#5c5b57;transition:border-color .15s ease,background .15s ease,color .15s ease}.schedule-form__day-option:hover{border-color:#c1c0bd}.schedule-form__day-option--selected{background:#4467D8;color:#fff;border-color:#4467d8}.schedule-form__day-checkbox{flex-shrink:0;width:1rem;height:1rem;margin:0;accent-color:#4467D8}.schedule-form__day-option--selected .schedule-form__day-checkbox{accent-color:hsl(0,0%,100%)}.schedule-form__day-name{font-size:.875rem;font-weight:500;line-height:1;white-space:nowrap}.schedule-form__grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-top:.25rem}@media screen and (max-width: 480px){.schedule-form__grid-2{grid-template-columns:1fr}}.grid{display:grid}.grid--image-picker{grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:clamp(2rem,12vmin,4rem)}#choose-image-modal{max-height:600px;overflow:scroll}.questionnaire{display:flex;justify-content:center;padding:30px;align-items:center;text-align:center;background-color:#fff}.questionnaire--start{margin:0 auto}#move-rules-modal .mr-4{margin-right:16px}#move-rules-modal .mt-5{margin-top:20px}#move-rules-modal .mb-2{margin-bottom:8px}#move-rules-modal .text-5{font-size:20px}#move-rules-modal .text-6{font-size:24px}#move-rules-modal .title-alignment{display:flex;align-items:center}#move-rules-modal .rules-header{display:flex;justify-content:space-between;align-items:center}#move-rules-modal .rules-header h2{font-weight:bolder}#move-rules-modal .rules-list{max-height:400px;overflow-y:scroll;margin-bottom:8px;border:1px solid #bebebe;border-radius:5px;padding:12px 10px}#move-rules-modal .modal-title{margin-top:20px;margin-bottom:8px;font-weight:bolder}#move-rules-modal .empty-list{text-align:center;margin-top:24px;font-weight:lighter}#move-rules-modal .row-container:not(:last-child){margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid #d8d8d8}#move-rules-modal .row-container{display:flex;justify-content:space-between;align-items:center}#move-rules-modal .row{display:flex;justify-content:space-between;align-items:center;font-size:18px}#move-rules-modal .drag-icon{font-size:20px;font-weight:700;margin-right:12px}#move-rules-modal .position-text{margin-right:4px}#move-rules-modal .text-container{display:flex;align-items:center;gap:6px}#move-rules-modal .quick-actions{display:flex;align-items:center;gap:16px}#move-rules-modal .icon-btn{background:transparent;padding:0;cursor:pointer}#move-rules-modal .site-pill{font-size:12px;display:inline;font-weight:700;border-radius:10px;background:gray;padding:4px 9px;color:#fff}#move-rules-modal .rule-form-row{display:flex;align-items:center;gap:6px;padding-top:10px}#move-rules-modal .rule-form-row textarea{resize:both;overflow:auto;max-width:786px;max-height:120px;width:100%;height:100%}#move-rules-modal .rule-form-actions{margin-top:24px}#move-rules-modal .zip-list-modal{border:1px solid #a3a3a3;border-radius:5px;padding:12px 10px}#move-rules-modal .zip-list-box{overflow-y:scroll;border:1px solid #e2dada;border-radius:5px;padding:6px 5px}#move-rules-modal .close-btn{margin-top:5px}#move-rules-modal .alert_error{background-color:#ff2424;padding:10px 5px;border:1px solid #0c0909;border-radius:5px;width:786px}#move-rules-modal .alert_error h3{display:flex;justify-content:space-between;align-items:center;color:#150f0f}#move-rules-modal .modal--container{background:hsl(0,0%,100%);width:850px;position:absolute;top:20%;left:43%;margin-left:-330px;padding:clamp(1rem,8vmin,2rem);-webkit-box-shadow:3px 3px 15px 3px #ACACAC;box-shadow:3px 3px 15px 3px #acacac}@media screen and (max-width: 900px){#move-rules-modal .modal--container{left:56%}}#move-rules-modal .rule-form-modal Select{max-width:150px}.site-form-section[open]{box-shadow:0 1px 2px #1d1d1d0f}.site-form-section .collapsible__summary{font-family:Lato,Helvetica,sans-serif;font-size:1rem;padding:clamp(.5rem,3vmin,1rem) clamp(1rem,8vmin,2rem);border-bottom:1px solid transparent;transition:background-color .15s ease,color .15s ease}.site-form-section .collapsible__summary:before{content:"";flex-shrink:0;width:.5rem;height:.5rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);margin-top:-.2rem;opacity:.65;font-size:unset;color:inherit;transition:transform .2s ease}.site-form-section[open] .collapsible__summary{border-bottom-color:#c1c0bd;background-color:#f5f5f5}.site-form-section[open] .collapsible__summary:before{transform:rotate(45deg);margin-top:.15rem}.site-form-section--complete .collapsible__summary{color:#4467d8;background-color:#4467d817}.site-form-section--complete .collapsible__summary:hover{background-color:#4467d824}.site-form-section--complete[open] .collapsible__summary{border-bottom-color:#4467d838;background-color:#4467d80f}.site-form-section--incomplete .collapsible__summary{color:#cd3144;background-color:#cd31440f}.site-form-section--incomplete .collapsible__summary:hover{background-color:#cd31441a}.site-form-section__progress{flex-shrink:0;font-size:.8125rem;font-weight:400;font-family:Lato,Helvetica,sans-serif;color:#979691;padding:.15rem .5rem;border-radius:5rem;background-color:#fff;border:1px solid hsl(46,3%,75%)}.site-form-section--complete .site-form-section__progress{color:#4467d8;border-color:#4467d866;background-color:#fff}.site-form-section--incomplete .site-form-section__progress{color:#cd3144;border-color:#cd314459;background-color:#fff}.site-form-section .collapsible__body{padding:clamp(1rem,8vmin,2rem);background-color:#fff}.site-form-section .collapsible__body .input:first-child,.site-form-section .collapsible__body label:first-child{margin-top:0}.completion-text-field{position:relative;margin-bottom:clamp(.5rem,3vmin,1rem)}.completion-text-field>div[phx-feedback-for]{margin-right:10px}.completion-text-field>div[phx-feedback-for] .select--textarea{margin-bottom:0;margin-right:0;border-radius:5px 5px 0 0}.completion-text-field>div[phx-feedback-for] p.flash-message--error{margin-top:clamp(.25rem,1vmin,.5rem);margin-bottom:clamp(.25rem,1vmin,.5rem)}@media screen and (max-width: 480px){.completion-text-field>div[phx-feedback-for]{margin-right:0}}.completion-text-field__counter{display:inline-flex;justify-content:center;align-items:baseline;gap:.1rem;padding:.15rem .5rem;position:absolute;top:.35rem;right:10px;z-index:1;border:1px solid hsl(46,3%,85%);border-radius:5rem;background-color:#fff;font-size:.75rem;font-weight:500;font-variant-numeric:tabular-nums;color:#5c5b57}@media screen and (max-width: 480px){.completion-text-field__counter{right:0}}.completion-text-field__max{color:#979691;font-weight:400}.completion-text-variables{margin-top:clamp(.5rem,3vmin,1rem);padding:clamp(.5rem,3vmin,1rem) clamp(1rem,8vmin,2rem);background-color:#f5f5f5;border:1px solid hsl(46,3%,85%);border-radius:.25rem;border-left:3px solid #4467D8}.completion-text-variables__lead{margin:0 0 clamp(.5rem,3vmin,1rem) 0;font-size:.9em;line-height:1.3;color:#5c5b57}.completion-text-variables__lead-title{font-family:Lato,Helvetica,sans-serif;font-size:.8125rem;font-weight:700;color:#42413e;letter-spacing:.06em;text-transform:uppercase}.completion-text-variables__lead-copy{color:#979691;font-weight:400}.completion-text-variables__keys{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(.25rem,1vmin,.5rem) clamp(1rem,8vmin,2rem)}@media screen and (max-width: 480px){.completion-text-variables__keys{grid-template-columns:1fr}}.completion-text-variables__key{display:block;width:100%;box-sizing:border-box;padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;font-weight:700;color:#42413e;text-align:center;background-color:#fff;border:1px solid hsl(46,3%,85%);border-radius:.25rem;box-shadow:0 1px #1d1d1d0d}.text-messages-modal{padding-top:clamp(.25rem,1vmin,.5rem)}.text-messages-modal__section{margin-bottom:clamp(.25rem,1vmin,.5rem)}.text-messages-modal__section[open]{box-shadow:0 1px 2px #1d1d1d0f}.text-messages-modal__section .collapsible__summary{font-family:Lato,Helvetica,sans-serif;font-size:1rem;padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);border-bottom:1px solid transparent;transition:background-color .15s ease}.text-messages-modal__section .collapsible__summary:before{content:"";flex-shrink:0;width:.5rem;height:.5rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg);margin-top:-.2rem;opacity:.65;font-size:unset;color:inherit;transition:transform .2s ease}.text-messages-modal__section[open] .collapsible__summary{border-bottom-color:#c1c0bd;background-color:#f5f5f5}.text-messages-modal__section[open] .collapsible__summary:before{transform:rotate(45deg);margin-top:.15rem}.text-messages-modal__section .collapsible__body{padding:clamp(.5rem,3vmin,1rem);background-color:#fff}.text-messages-modal__hint{margin:0 0 clamp(.25rem,1vmin,.5rem) 0;font-size:.9em;line-height:1.3;color:#5c5b57}.text-messages-modal label:empty{display:none}.text-messages-modal__save{padding:.3rem .7rem;font-size:.85rem;line-height:1.2}.text-messages-modal .completion-text-variables{position:sticky;bottom:0;margin:clamp(.5rem,3vmin,1rem) -1rem calc(-1*clamp(.5rem,3vmin,1rem));padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);border-radius:0;border-left:none;border-top:1px solid hsl(46,3%,85%);box-shadow:0 -2px 6px #1d1d1d0d;background-color:#fff;z-index:1}#text-messages-modal-container.modal--container{max-height:92vh;overflow-y:auto;padding:clamp(.5rem,3vmin,1rem) 1rem}#text-messages-modal-container.modal--container h1{font-size:1.15rem;margin:0 0 clamp(.25rem,1vmin,.5rem) 0}.network-container .modal-content{padding:0}.network-container .network-tabs-container{display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid hsl(46,3%,85%);padding:0;background-color:#fff;flex-wrap:wrap;gap:0;min-height:auto}.network-container .network-tabs{display:flex;gap:0;flex-wrap:wrap;flex:1;min-width:0;align-items:center;padding:0 clamp(.25rem,1vmin,.5rem)}.network-container .network-tab-button{padding:4px 8px;border:none;background:none;color:#5c5b57;border-bottom:2px solid transparent;cursor:pointer;font-size:12px;font-weight:400;transition:all .2s ease;white-space:nowrap;flex-shrink:0;min-width:0;line-height:1.2}.network-container .network-tab-button.active{color:#1d1d1d;border-bottom-color:#4467d8}.network-container .network-tab-button:hover:not(.active){color:#42413e;background-color:#eeeded}.network-container .network-actions{display:flex;justify-content:flex-end;align-items:center;gap:6px;padding:6px clamp(.25rem,1vmin,.5rem);background-color:#fff;border-bottom:1px solid hsl(46,3%,85%);min-height:auto}.network-container .network-actions .button{padding:6px 12px!important;font-size:12px!important;font-weight:400!important;border-radius:4px!important;white-space:nowrap;line-height:1.2}.network-container .network-actions .button.button--primary{background-color:#4467d8!important;color:#fff!important;border:none!important}.network-container .network-actions .button.button--primary:hover{background-color:#284cc1!important;color:#fff!important}.network-container .network-actions .button.button--secondary{background-color:#fff!important;color:#4467d8!important;border:1px solid #4467D8!important}.network-container .network-actions .button.button--secondary:hover{background-color:#4467d8!important;color:#fff!important}.network-container .table-container{padding:0 clamp(.5rem,3vmin,1rem);background-color:#fff}.network-container .table-container table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:0;box-shadow:none;border:none}.network-container .table-container table thead tr{border-bottom:1px solid hsl(46,3%,85%)}.network-container .table-container table thead tr th{text-align:left;padding:12px 16px;font-weight:900;color:#42413e;background-color:#fff;border:none;font-size:14px}.network-container .table-container table tbody tr{border-bottom:1px solid hsl(46,3%,93%);background-color:#fff}.network-container .table-container table tbody tr:hover{background-color:#eeeded}.network-container .table-container table tbody tr td{padding:12px 16px;background-color:inherit;border:none;font-size:14px}.network-container .actions{text-align:right}.network-container .action-link{color:#4467d8;text-decoration:none;margin-left:12px;font-size:14px}.network-container .action-link:hover{text-decoration:underline;color:#03427c}.network-container .action-link:first-child{margin-left:0}.network-container .questionnaire-item{margin-bottom:clamp(.2rem,1vmin,.25rem)}.network-container .questionnaire-item:last-child{margin-bottom:0}@media (max-width: 900px){.network-container .network-tabs-container{padding:0}.network-container .network-tab-button{padding:3px 6px;font-size:11px}.network-container .network-actions{gap:4px;padding:4px clamp(.2rem,1vmin,.25rem)}.network-container .network-actions .button{padding:4px 8px!important;font-size:11px!important}.network-container .table-container{padding:0 clamp(.25rem,1vmin,.5rem)}.network-container .questionnaire-grid-container{grid-template-columns:1fr;max-height:250px}}.dropdown{position:relative;display:inline-block}.dropdown__toggle{display:inline-flex;align-items:center;justify-content:center;padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);background-color:#fff;border:1px solid hsl(46,3%,85%);border-radius:.25rem;color:#5c5b57;cursor:pointer;transition:all .2s ease;min-width:80px;font-size:14px;gap:clamp(.25rem,1vmin,.5rem)}.dropdown__toggle:hover{background-color:#eeeded;border-color:#c1c0bd;color:#4467d8}.dropdown__toggle .icon-text{font-size:12px;line-height:1}.dropdown__menu{display:none;position:absolute;right:0;top:100%;margin-top:clamp(.25rem,1vmin,.5rem);background-color:#fff;border:1px solid hsl(46,3%,85%);border-radius:.25rem;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:1000;padding:clamp(.25rem,1vmin,.5rem) 0}.dropdown__menu--show{display:block}.dropdown__item{display:flex;align-items:center;gap:clamp(.5rem,3vmin,1rem);padding:clamp(.5rem,3vmin,1rem) clamp(1rem,8vmin,2rem);color:#5c5b57;text-decoration:none;cursor:pointer;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;font-size:14px}.dropdown__item .icon-text{font-size:16px;line-height:1;width:20px;display:flex;align-items:center;justify-content:center}.dropdown__item:hover:not(.dropdown__item--danger){background-color:#eeeded;color:#4467d8}.dropdown__item--danger{color:#5c5b57}.dropdown__item--danger:hover{background-color:#fff!important;color:#f02e2e!important}.dropdown__item--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.dropdown__divider{height:1px;background-color:#dad9d8;margin:clamp(.25rem,1vmin,.5rem) 0}.booking-page{background-color:#f0f5f7;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:55px 20px;font-family:Lato,Helvetica,sans-serif}.booking-card{width:45vw;min-height:55vh;background-color:#fff;padding:50px;border-radius:45px;box-shadow:7px 7px 5px #0000001a;position:relative}@media screen and (max-width: 1210px){.booking-card{width:55vw}}@media screen and (max-width: 900px){.booking-card{width:75vw;padding:30px}}@media screen and (max-width: 600px){.booking-card{width:90vw;padding:25px 20px;border-radius:25px}}.booking-card h1{font-size:1.5rem;font-weight:700;color:#181818e0;text-align:center;margin:0 0 5px}.booking-card h2{font-weight:400;margin:0;font-size:1rem;line-height:1.2rem;color:#3b6a8b;text-align:center}.booking-card h3{font-weight:600;font-size:1rem;color:#181818e0;margin:0 0 10px}.booking-subtitle{font-size:.9rem;color:#848484;text-align:center;margin:8px 0 25px}.booking-nav{display:flex;justify-content:space-between;margin-bottom:20px}.booking-nav-btn{display:flex;align-items:center;gap:6px;background:transparent;border:none;color:#3b6a8b;font-family:Lato,Helvetica,sans-serif;font-size:.875rem;font-weight:400;cursor:pointer;padding:8px 12px;border-radius:5px;transition:background-color .2s ease}.booking-nav-btn:hover{background-color:#edf3f4}.booking-nav-btn svg{width:16px;height:16px}.booking-nav-spacer{width:80px}.booking-days{display:flex;flex-direction:column;gap:12px}.booking-day{border:1px solid #8c8c8c;border-radius:5px;overflow:hidden;transition:border-color .2s ease}.booking-day.expanded{border-color:#3b6a8b}.booking-day-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:15px 20px;background:#FFFFFF;border:none;cursor:pointer;font-family:Lato,Helvetica,sans-serif;transition:background-color .2s ease}.booking-day-header:hover{background-color:#edf3f4}.expanded .booking-day-header{background-color:#edf3f4;border-bottom:1px solid #8c8c8c}.booking-day-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.booking-day-name{font-size:1rem;font-weight:600;color:#181818e0}.booking-day-date{font-size:.875rem;color:#848484}.booking-day-count{font-size:.875rem;color:#3b6a8b;font-weight:400}.booking-day-slots{display:none;padding:15px 20px;background:#EDF3F4;flex-wrap:wrap;gap:10px}.expanded .booking-day-slots{display:flex}.booking-slot{font-family:Lato,Helvetica,sans-serif;font-size:.9rem;font-weight:400;padding:10px 18px;background:#FFFFFF;border:1px solid #8c8c8c;border-radius:5px;cursor:pointer;transition:all .2s ease;color:#181818e0}.booking-slot:hover{border-color:#3b6a8b;background-color:#fff}.booking-slot.selected{background-color:#3b6a8b;border-color:#3b6a8b;color:#fff}.booking-slot-duration{color:#848484;font-size:.8rem}.selected .booking-slot-duration{color:#fffc}.booking-empty{text-align:center;padding:40px 20px}.booking-empty p{font-size:1rem;color:#848484;margin-bottom:20px}.booking-actions{margin-top:30px;display:flex;flex-direction:column;align-items:center}.booking-selection-summary{font-size:.875rem;color:#3b6a8b;margin-top:10px;text-align:center}.booking-page .button{font-family:sofia-pro,SofiaProWeb,Helvetica,Arial,sans-serif;background-color:#edf3f4;border-radius:.5rem;color:#3b6a8b;font-size:1rem;font-weight:300;transition:transform .15s,background-color .15s;padding:10px 35px;min-width:150px;width:25vw;min-height:55px;border:unset;cursor:pointer}@media screen and (max-width: 1210px){.booking-page .button{width:35vw}}@media screen and (max-width: 700px){.booking-page .button{width:60vw}}.booking-page .button:hover:not(:disabled){background-color:#d6e2e5}.booking-page .button--primary{background-color:#3b6a8b;color:#fff}.booking-page .button--primary:hover:not(:disabled){background-color:#2f546e}.booking-page .button--disabled{opacity:.5;cursor:not-allowed}.booking-confirm-modal{text-align:center;padding:20px 0}.booking-confirm-modal h1{font-size:1.5rem;font-weight:700;color:#181818e0;margin:0 0 5px}.booking-confirm-modal h2{font-weight:400;margin:0 0 25px;font-size:1rem;color:#3b6a8b}.booking-confirm-details{background:#EDF3F4;border-radius:10px;padding:20px 25px;margin-bottom:25px}.booking-confirm-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.1)}.booking-confirm-row:last-child{border-bottom:none}.booking-confirm-label{font-size:.875rem;color:#848484}.booking-confirm-value{font-size:.875rem;font-weight:600;color:#181818e0}.booking-confirm-actions{display:flex;justify-content:center;gap:15px}.booking-confirm-actions .button{width:auto;min-width:120px}.booking-card--confirmed{text-align:center}.booking-card--confirmed .booking-confirm-details{text-align:left;margin:25px 0}.booking-success-icon{width:80px;height:80px;margin:0 auto 20px;color:#22c55e}.booking-success-icon svg{width:100%;height:100%}.booking-next-steps{background:#EDF3F4;border-radius:10px;padding:25px;margin-top:25px;text-align:left}.booking-next-steps h3{margin-bottom:15px}.booking-next-steps p{font-size:.9rem;line-height:1.6;color:#848484;margin:0 0 12px}.booking-next-steps p:last-child{margin-bottom:0}.booking-info-icon{width:80px;height:80px;margin:0 auto 20px;color:#3b6a8b}.booking-info-icon svg{width:100%;height:100%}.booking-contact-info{background:#FFFFFF;border:1px solid #8c8c8c;border-radius:8px;padding:15px 20px;margin:15px 0}.booking-contact-row{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:.9rem;color:#181818e0}.booking-contact-row:not(:last-child){border-bottom:1px solid rgba(0,0,0,.08)}.booking-contact-row .contact-icon{width:20px;height:20px;color:#3b6a8b;flex-shrink:0}.booking-contact-row span{font-weight:500}.booking-contact-note{font-size:.8rem!important;font-style:italic;color:#848484;margin-top:15px!important}.booking-insurance-verification-section{display:flex;justify-content:center;margin:25px 0 10px}.booking-insurance-thanks{display:flex;flex-direction:column;align-items:center;gap:18px;margin-top:20px}.booking-insurance-thanks p{margin:0;text-align:center}.booking-insurance-details{margin:24px 0;padding:16px 20px;border:1px solid hsl(46,3%,85%);border-radius:8px;background-color:#f5f5f5}.booking-insurance-details>div{display:flex;justify-content:space-between;gap:12px;padding:6px 0}.booking-insurance-details>div+div{border-top:1px solid hsl(46,3%,85%)}.booking-insurance-details dt{font-weight:600;color:#42413e;margin:0}.booking-insurance-details dd{margin:0;color:#5c5b57;text-align:right}.booking-action-link{display:inline-block;font-family:Lato,Helvetica,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;text-align:center;padding:12px 28px;min-width:220px;border-radius:8px;border:1px solid #3B6A8B;transition:background-color .15s ease,color .15s ease;cursor:pointer;line-height:1.2}.booking-action-link--primary{background-color:#3b6a8b;color:#fff}.booking-action-link--primary:hover{background-color:#2f546e;color:#fff}.booking-action-link--secondary{background-color:#fff;color:#3b6a8b}.booking-action-link--secondary:hover{background-color:#edf3f4}.prospect-statuses-page{width:100%}.prospect-statuses-sections{display:grid;grid-template-columns:1fr;gap:clamp(2rem,12vmin,4rem);margin-top:clamp(1rem,8vmin,2rem)}@media (min-width: 900px){.prospect-statuses-sections{grid-template-columns:1fr 1fr}}.prospect-statuses-section{background:hsl(0,0%,100%);border-radius:16px;box-shadow:0 2px 4px #00000014;padding:clamp(1rem,8vmin,2rem) clamp(2rem,12vmin,4rem);align-self:start}.prospect-statuses-section__title{font-size:1.125rem;font-weight:600;color:#42413e;margin:0 0 clamp(.5rem,3vmin,1rem) 0;line-height:1.4}.prospect-statuses-section__description{font-size:.9375rem;color:#5c5b57;margin:0 0 clamp(1rem,8vmin,2rem) 0;line-height:1.5}.prospect-statuses-list{list-style:none;margin:0;padding:0}.prospect-statuses-list__item{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:clamp(.5rem,3vmin,1rem);padding:clamp(.5rem,3vmin,1rem) clamp(.25rem,1vmin,.5rem);border-bottom:1px solid hsl(46,3%,75%)}.prospect-statuses-list__item:last-child{border-bottom:none}.prospect-statuses-list__item:focus-within{background:hsl(46,3%,93%)}.prospect-statuses-list__label{font-weight:500;color:#42413e;display:flex;align-items:center;gap:clamp(.25rem,1vmin,.5rem);flex:1;min-width:0}.prospect-statuses-list__actions{display:flex;gap:clamp(.25rem,1vmin,.5rem);flex-shrink:0}.prospect-statuses-list__actions .button--text{padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);border-radius:.25rem}.prospect-statuses-list__actions .button--text:focus-visible{outline:2px solid #4467D8;outline-offset:2px}.prospect-statuses-edit-form{display:flex;align-items:center;gap:clamp(.5rem,3vmin,1rem);flex-wrap:wrap;width:100%}.prospect-statuses-edit-form input[type=text]{flex:1;min-width:10rem;padding:clamp(.25rem,1vmin,.5rem) clamp(.5rem,3vmin,1rem);border:1px solid hsl(46,3%,75%);border-radius:.25rem;font-size:1rem}.prospect-statuses-edit-form input[type=text]:focus{outline:2px solid #4467D8;outline-offset:0;border-color:#4467d8}.prospect-statuses-edit-form .button{flex-shrink:0}.prospect-statuses-empty{color:#5c5b57;font-size:.9375rem;padding:clamp(1rem,8vmin,2rem) 0;margin:0}.badge{font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:5rem;background:#D9F4EF;color:#2a9e8c}.signup-page{width:100%;max-width:980px;margin:0 auto;padding:0 1rem 2rem}.signup-page .header{margin-bottom:1.5rem}.signup-page .header h1{font-size:2.75rem;font-weight:700;line-height:1.15;margin-bottom:.25rem}.signup-page .header p{color:#5c5b57;font-size:1.25rem;margin-bottom:.75rem}.signup-page .header label{display:block}.signup-page__actions{display:flex;gap:.75rem;width:100%}.signup-page__actions button,.signup-page__actions .button{width:auto}.signup-page__actions--single button,.signup-page__actions--single .button{width:100%}.signup-page input[type=checkbox]{height:auto;margin:0}.signup-page__services{margin-top:.5rem;margin-bottom:1rem}.signup-page__services-label{display:block;font-weight:600;margin-bottom:.5rem}.signup-page__services-options{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin-bottom:.25rem}.signup-page__service-option{display:inline-flex;align-items:center;gap:.5rem;margin:0;cursor:pointer}.signup-page__service-checkbox{width:16px;height:16px;margin:0}.signup-page__services-error{color:#be123c;margin-top:.25rem}.u-push{margin:clamp(1rem,8vmin,2rem)}.u-push--none{margin:0}.u-push--xs{margin:clamp(.25rem,1vmin,.5rem)}.u-push--sm{margin:clamp(.5rem,3vmin,1rem)}.u-push--lg{margin:clamp(2rem,12vmin,4rem)}.u-push--xl{margin:clamp(4rem,18vmin,8rem)}.u-push-top{margin-top:clamp(1rem,8vmin,2rem)}.u-push-top--none{margin-top:0}.u-push-top--xs{margin-top:clamp(.25rem,1vmin,.5rem)!important}.u-push-top--sm{margin-top:clamp(.5rem,3vmin,1rem)}.u-push-top--lg{margin-top:clamp(2rem,12vmin,4rem)}.u-push-top--xl{margin-top:clamp(4rem,18vmin,8rem)}.u-push-right{margin-right:clamp(1rem,8vmin,2rem)}.u-push-right--none{margin-right:0}.u-push-right--xs{margin-right:clamp(.25rem,1vmin,.5rem)}.u-push-right--sm{margin-right:clamp(.5rem,3vmin,1rem)}.u-push-right--lg{margin-right:clamp(2rem,12vmin,4rem)}.u-push-right--xl{margin-right:clamp(4rem,18vmin,8rem)}.u-push-bottom{margin-bottom:clamp(1rem,8vmin,2rem)}.u-push-bottom--none{margin-bottom:0}.u-push-bottom--xs{margin-bottom:clamp(.25rem,1vmin,.5rem)}.u-push-bottom--sm{margin-bottom:clamp(.5rem,3vmin,1rem)}.u-push-bottom--lg{margin-bottom:clamp(2rem,12vmin,4rem)}.u-push-bottom--xl{margin-bottom:clamp(4rem,18vmin,8rem)}.u-push-left{margin-left:clamp(1rem,8vmin,2rem)}.u-push-left--none{margin-left:0}.u-push-left--xs{margin-left:clamp(.25rem,1vmin,.5rem)}.u-push-left--sm{margin-left:clamp(.5rem,3vmin,1rem)}.u-push-left--lg{margin-left:clamp(2rem,12vmin,4rem)}.u-push-left--xl{margin-left:clamp(4rem,18vmin,8rem)}.u-pad{padding:clamp(1rem,8vmin,2rem)}.u-pad--none{padding:0}.u-pad--xs{padding:clamp(.25rem,1vmin,.5rem)}.u-pad--sm{padding:clamp(.5rem,3vmin,1rem)}.u-pad--lg{padding:clamp(2rem,12vmin,4rem)}.u-pad--xl{padding:clamp(4rem,18vmin,8rem)}.u-pad-top{padding-top:clamp(1rem,8vmin,2rem)}.u-pad-top--none{padding-top:0}.u-pad-top--xs{padding-top:clamp(.25rem,1vmin,.5rem)}.u-pad-top--sm{padding-top:clamp(.5rem,3vmin,1rem)}.u-pad-top--lg{padding-top:clamp(2rem,12vmin,4rem)}.u-pad-top--xl{padding-top:clamp(4rem,18vmin,8rem)}.u-pad-right{padding-right:clamp(1rem,8vmin,2rem)}.u-pad-right--none{padding-right:0}.u-pad-right--xs{padding-right:clamp(.25rem,1vmin,.5rem)}.u-pad-right--sm{padding-right:clamp(.5rem,3vmin,1rem)}.u-pad-right--lg{padding-right:clamp(2rem,12vmin,4rem)}.u-pad-right--xl{padding-right:clamp(4rem,18vmin,8rem)}.u-pad-bottom{padding-bottom:clamp(1rem,8vmin,2rem)}.u-pad-bottom--none{padding-bottom:0}.u-pad-bottom--xs{padding-bottom:clamp(.25rem,1vmin,.5rem)}.u-pad-bottom--sm{padding-bottom:clamp(.5rem,3vmin,1rem)}.u-pad-bottom--lg{padding-bottom:clamp(2rem,12vmin,4rem)}.u-pad-bottom--xl{padding-bottom:clamp(4rem,18vmin,8rem)}.u-pad-left{padding-left:clamp(1rem,8vmin,2rem)}.u-pad-left--none{padding-left:0}.u-pad-left--xs{padding-left:clamp(.25rem,1vmin,.5rem)}.u-pad-left--sm{padding-left:clamp(.5rem,3vmin,1rem)}.u-pad-left--lg{padding-left:clamp(2rem,12vmin,4rem)}.u-pad-left--xl{padding-left:clamp(4rem,18vmin,8rem)}.u-flex{display:flex;gap:clamp(.25rem,1vmin,.5rem);align-items:center}.u-flex--between{justify-content:space-between}.u-flex--justify-end{justify-content:end}.u-flex--justify-center{justify-content:center}.u-flex--align-center{align-items:center}.u-flex--align-end{align-items:flex-end}.u-flex--sm-gap{gap:clamp(.5rem,3vmin,1rem)}.u-grid{display:grid;gap:0 clamp(.25rem,1vmin,.5rem);align-items:baseline;justify-items:start}@media screen and (max-width: 480px){.u-grid{grid-template-columns:1fr}}.u-grid--3{grid-template-columns:1fr 2fr auto}.u-block{display:block}.u-text-right{text-align:right}.u-text-center{text-align:center}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.u-color-primary{color:#4467d8!important}.u-width-25{width:25%}.u-width-50{width:50%}.u-width-200{width:200px}.phx-no-feedback.invalid-feedback,.phx-no-feedback .invalid-feedback{display:none}.phx-click-loading{opacity:.5;transition:opacity 1s ease-out}.phx-loading{cursor:wait}[hidden]{display:none}
