.vep{display:flex;flex-direction:column;align-items:center;text-align:center}.vep-icon{width:56px;height:56px;border-radius:14px;background:#eefbfc;color:#1aa5b0;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.vep-title{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--gray-900);margin:0 0 8px}.vep-sub{font-size:14px;color:var(--gray-500);line-height:1.6;max-width:380px;margin:0 0 6px}.vep-ok{display:flex;align-items:center;gap:8px;margin-top:16px;color:#15803d;font-size:13px;font-weight:500}.vep-alert{display:flex;align-items:center;gap:8px;margin-top:16px;color:var(--error);font-size:13px;font-weight:500}.vep-actions{display:flex;gap:12px;margin-top:24px;width:100%;max-width:380px}.vep-resend,.vep-proceed{flex:1;height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.vep-spin{animation:spin .8s linear infinite}.onb-bg{display:flex;align-items:center;justify-content:center;padding:40px 20px}.onb-card{width:100%;max-width:620px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--gray-100);box-shadow:var(--shadow-lg);padding:36px 40px;animation:fadeUp .5s ease forwards}.onb-brand{display:flex;align-items:center;gap:10px;justify-content:center}.onb-logo{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-green)}.onb-brand-name{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--primary-dark);letter-spacing:-.02em}.onb-steps{display:flex;align-items:center;justify-content:center;margin:28px 0 8px}.onb-step-wrap{display:flex;align-items:center}.onb-step{display:flex;flex-direction:column;align-items:center;gap:6px}.onb-step-dot{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gray-100);color:var(--gray-400);border:2px solid var(--gray-100);transition:var(--transition)}.onb-step.active .onb-step-dot{background:var(--primary);color:#fff;border-color:var(--primary)}.onb-step.done .onb-step-dot{background:var(--primary-50);color:var(--primary);border-color:var(--primary-200)}.onb-step-label{font-size:12px;font-weight:500;color:var(--gray-400)}.onb-step.active .onb-step-label{color:var(--primary-dark)}.onb-step.done .onb-step-label{color:var(--gray-600)}.onb-step-line{width:56px;height:2px;background:var(--gray-200);margin:0 8px 22px}.onb-step-line.done{background:var(--primary-200)}.onb-body{margin-top:20px}.onb-loading{display:flex;justify-content:center;padding:48px 0}.onb-form{display:flex;flex-direction:column;gap:16px}.onb-title{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--gray-900)}.onb-sub{font-size:14px;color:var(--gray-500);margin-top:-10px}.onb-row{display:flex;gap:12px}.onb-row>*{flex:1}.onb-field{display:flex;flex-direction:column}.onb-textarea{resize:vertical;min-height:64px;font-family:var(--font-body)}.onb-err{font-size:12px;color:var(--error);margin-top:4px}.onb-submit{width:100%;height:46px;margin-top:4px}.onb-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:var(--error-light);border:1px solid #fca5a5;color:var(--error);font-size:13px}.onb-review{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:10px;background:var(--success-light);border:1px solid var(--primary-200);color:var(--primary-dark);font-size:13px;line-height:1.5}.onb-footer{text-align:center;margin-top:20px;font-size:14px;color:var(--gray-500)}.onb-link{color:var(--primary);font-weight:600;text-decoration:none}.onb-spin{animation:spin .8s linear infinite}.onb-back-link{background:none;border:none;cursor:pointer;padding:0;color:var(--primary);font-weight:600;font-size:13px;text-align:left;margin-bottom:4px}.onb-checkout{min-height:380px;margin-top:4px}.onb-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.onb-plan{position:relative;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);padding:18px 16px;display:flex;flex-direction:column;gap:10px}.onb-plan.featured{border-color:var(--primary);box-shadow:0 6px 20px #15853f1a}.onb-plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:10px;font-weight:600;padding:3px 10px;border-radius:9999px;white-space:nowrap}.onb-plan-name{font-size:15px;font-weight:700;color:var(--gray-900)}.onb-plan-price{font-size:24px;font-weight:700;color:var(--gray-900)}.onb-plan-price span{font-size:13px;font-weight:400;color:var(--gray-400)}.onb-plan-features{list-style:none;display:flex;flex-direction:column;gap:6px;margin:4px 0;padding:0}.onb-plan-features li{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-600)}.onb-plan-features li svg{color:var(--primary);flex-shrink:0}.onb-plan-btn{width:100%;height:40px;margin-top:auto;font-size:13px;padding:0}.onb-ent-form{margin-top:16px;padding:16px;border-radius:var(--radius-md);background:var(--gray-50);border:1px solid var(--gray-100);display:flex;flex-direction:column;gap:12px}.onb-ent-title{font-size:14px;font-weight:600;color:var(--gray-800)}@media (max-width: 640px){.onb-card{padding:24px 20px}.onb-plans{grid-template-columns:1fr}.onb-row{flex-direction:column}.onb-step-line{width:28px}}.join-bg{display:flex;align-items:center;justify-content:center;padding:40px 20px}.join-card{width:100%;max-width:460px;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--gray-100);box-shadow:var(--shadow-lg);padding:34px;animation:fadeUp .5s ease forwards}.join-brand{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:22px}.join-logo{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--primary-light));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-green)}.join-brand-name{font-family:var(--font-display);font-size:22px;font-weight:700;color:var(--primary-dark);letter-spacing:-.02em}.join-loading{display:flex;justify-content:center;padding:40px 0}.join-spin{animation:spin .8s linear infinite}.join-title{font-family:var(--font-display);font-size:23px;font-weight:700;color:var(--gray-900)}.join-sub{font-size:14px;color:var(--gray-500);line-height:1.6;margin-top:6px}.join-invite-head{margin-bottom:18px;text-align:center}.join-note{font-size:13px;color:var(--gray-500)}.join-form{display:flex;flex-direction:column;gap:14px}.join-row{display:flex;gap:12px}.join-row>*{flex:1}.join-field{display:flex;flex-direction:column}.join-submit{width:100%;height:46px;margin-top:4px}.join-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;margin-bottom:14px;background:var(--error-light);border:1px solid #fca5a5;color:var(--error);font-size:13px}.join-confirm{display:flex;align-items:center;gap:10px;padding:14px;border-radius:10px;background:var(--success-light);border:1px solid var(--primary-200);color:var(--gray-700);font-size:14px;line-height:1.5}.join-message{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;padding:8px 0}.join-icon-bad{width:52px;height:52px;border-radius:50%;background:var(--error-light);color:var(--error);display:flex;align-items:center;justify-content:center}.join-icon-warn{width:48px;height:48px;border-radius:50%;background:var(--warning-light);color:var(--warning);display:flex;align-items:center;justify-content:center}.join-btn{margin-top:8px;text-decoration:none}@media (max-width: 480px){.join-card{padding:24px 20px}.join-row{flex-direction:column}}.rs-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.rs-header-wrapper .rs-left{display:flex;flex-direction:column;gap:4px}.rs-header-wrapper .rs-left .title-text{color:#000;font-weight:600;font-style:Semi Bold;font-size:24px;line-height:32px;letter-spacing:0%}.rs-header-wrapper .rs-left .desc{color:#697586;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}.rs-header-wrapper .rs-right{display:flex;align-items:center}.rs-header-wrapper .rs-right .rs-btns{display:flex;align-items:center;flex-direction:row;gap:12px}.rs-header-wrapper .rs-right .rs-btns button.upload-btn{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;color:#4b5565;box-shadow:0 1px 2px #1018280d;border:#e3e8ef 1px solid;border-radius:8px;font-size:12px;font-weight:500;line-height:18px;letter-spacing:0}.rs-header-wrapper .rs-right .rs-btns a .btn-icon{width:20px;height:20px}.rs-header-wrapper .rs-right .rs-btns a .btn-icon img{width:100%;height:100%}.rs-header-wrapper .rs-right .rs-btns button.ai-btn{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;color:#4f6ef7;font-size:12px;font-weight:500;line-height:18px;border-radius:8px;background:#eef2ff;box-shadow:0 1px 2px #1018280d;letter-spacing:0}.rs-header-wrapper .rs-right .rs-btns .ai-btn .ai-icon{width:20px;height:20px}.rs-header-wrapper .rs-right .rs-btns .ai-btn .ai-icon img{width:100%;height:100%}.rs-header-wrapper .rs-right .rs-btns button.add-btn{display:flex;color:#fff;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;font-size:12px;font-weight:500;line-height:18px;border-radius:8px;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;letter-spacing:0;background:#33ccd6}.rs-header-wrapper .rs-right .rs-btns .add-btn .add-icon{width:20px;height:20px}.rs-header-wrapper .rs-right .rs-btns .add-btn .add-icon img{width:100%;height:100%}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:-moz-fit-content;max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rs-table-wrapper{display:flex;flex-direction:column;width:100%;background:#fff;border:1px solid #f3f4f6;box-shadow:0 0 10px #18181b0a;border-radius:12px;margin-top:20px}.rs-table-wrapper .table-header{padding:16px 14px;display:flex;flex-direction:row;border-bottom:1px solid #E6E6E9;justify-content:space-between}.rs-table-wrapper .table-header .left-side{display:flex;align-items:center}.rs-table-wrapper .table-header .left-side .search-box-wrapper{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #eaecf0;border-radius:8px;width:313px}.rs-table-wrapper .table-header .left-side .search-box-wrapper .search-icon{width:20px;height:20px}.rs-table-wrapper .table-header .left-side .search-box-wrapper .search-icon img{width:100%;height:100%}.rs-table-wrapper .table-header .left-side .search-box-wrapper input{flex:1;border:none;outline:none;color:#4b5565;font-family:Inter;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.rs-table-wrapper .table-header .right-side{display:flex;align-items:center}.rs-table-wrapper .table-header .right-side .filter-btns{display:flex;gap:16px}.rs-table-wrapper .table-header .right-side .filter-btns .f-btn{border:1px solid #e3e8ef;background:#fff;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;display:flex;color:#697586;align-items:center;gap:8px;padding:9px 12px;border-radius:8px;cursor:pointer}.rs-table-wrapper .table-header .right-side .filter-btns .f-btn.f-btn-active{border-color:#33ccd6;color:#33ccd6;background:#eefbfc}.rs-table-wrapper .table-header .right-side .filter-btns .f-btn .f-icon{width:20px;height:20px}.rs-table-wrapper .table-header .right-side .filter-btns .f-group{position:relative;display:flex}.rs-table-wrapper .filter-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:40;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 8px 24px #1018281f;padding:8px}.rs-table-wrapper .filter-pop.sort-menu{min-width:180px;display:flex;flex-direction:column;gap:2px;padding:6px}.rs-table-wrapper .sort-menu .sort-item{text-align:left;background:transparent;border:none;cursor:pointer;padding:9px 12px;border-radius:8px;font-family:Inter;font-weight:500;font-size:14px;color:#4b5565}.rs-table-wrapper .sort-menu .sort-item:hover{background:#f8fafc}.rs-table-wrapper .sort-menu .sort-item.sort-item-active{color:#33ccd6;background:#eefbfc}.rs-table-wrapper .sort-menu .sort-item.sort-item-disabled{color:#cdd5df;cursor:not-allowed}.rs-table-wrapper .sort-menu .sort-item.sort-item-disabled:hover{background:transparent}.rs-table-wrapper .rs-calendar-pop{--rdp-accent-color: #33ccd6;--rdp-accent-background-color: #eefbfc;--rdp-today-color: #33ccd6;--rdp-day-width: 38px;--rdp-day-height: 38px;--rdp-day_button-width: 38px;--rdp-day_button-height: 38px;font-family:Inter;font-size:13px;color:#202939}.rs-table-wrapper .rs-calendar-pop .rdp-root{padding:4px 6px}.rs-table-wrapper .rs-calendar-pop .pop-clear-btn{width:100%;margin-top:6px;padding:8px;border:1px solid #e3e8ef;border-radius:8px;background:#fff;color:#4b5565;font-family:Inter;font-weight:500;font-size:12px;cursor:pointer}.rs-table-wrapper .rs-calendar-pop .pop-clear-btn:hover{background:#f8fafc}.rs-table-wrapper .table-header .right-side .filter-btns .f-btn .f-icon img{width:100%;height:100%}.rs-table-wrapper .table-outer{padding:14px 16px}.rs-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:14px;overflow:hidden;background:#fff;border:1px solid #E6E6E9}.rs-table thead tr{background:#f8fafc}.rs-table thead th{padding:14px 18px;font-size:13px;font-weight:500;color:#6b7280;text-align:left;white-space:nowrap;border-bottom:1px solid #E5E7EB}.rs-table thead th:first-child{border-top-left-radius:14px}.rs-table thead th:last-child{border-top-right-radius:14px}.rs-table thead .icon{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;vertical-align:middle}.rs-table thead .icon img{width:14px;height:14px;opacity:.7}.rs-table tbody tr{border-bottom:1px solid #E5E7EB}.rs-table tbody tr.rs-row-clickable{cursor:pointer}.rs-table tbody tr.rs-row-clickable:hover{background:#f8fafc}.rs-table tbody tr:last-child td{border-bottom:none}.rs-table tbody td{padding:10px 18px;font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5563;vertical-align:middle;border-bottom:1px solid #EEF2F7}.rs-table tbody td:first-child{display:flex;align-items:center;gap:12px}.rs-table .res-img{width:32px;height:32px;border-radius:8px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.rs-table .res-img-fallback{display:flex;align-items:center;justify-content:center;background:#eefbfc;color:#33ccd6;font-family:Inter;font-weight:600;font-size:12px;letter-spacing:0}.rs-table tbody tr.rs-state-row:hover{background:transparent}.rs-table tbody .rs-state-row td{display:table-cell;text-align:center;padding:40px 18px;color:#697586;font-size:13px}.rs-table tbody .text{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;text-transform:uppercase;color:#4b5563}.rs-table .btns{display:flex;align-items:center;gap:10px}.rs-table .btns button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:0}.rs-table tbody .icon{display:flex;align-items:center;justify-content:center}.rs-table tbody .icon img{width:16px;height:16px;opacity:.75;transition:.2s}.rs-table .btns button:hover .icon img{opacity:1}.rs-table tbody tr:hover{background:#fafbfc}.rs-table-wrapper .table-header .right-side .filter-btns .facility-trigger{border:1px solid #e3e8ef;background:#fff;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;color:#697586;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;border-radius:8px;width:313px;cursor:pointer}.rs-table-wrapper .table-header .right-side .filter-btns .facility-trigger .text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-table-wrapper .table-header .right-side .filter-btns .facility-trigger .f-icon{width:20px;height:20px;flex-shrink:0}.rs-table-wrapper .table-header .right-side .filter-btns .facility-trigger.f-btn-active{border-color:#33ccd6;color:#33ccd6;background:#eefbfc}.rs-table-wrapper .filter-pop.facility-menu{width:340px;left:0;right:auto;padding:0;overflow:hidden;max-height:360px;overflow-y:auto}.rs-table-wrapper .facility-menu .facility-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;background:#fff;border:none;border-bottom:1px solid #e3e8ef;cursor:pointer;text-align:left}.rs-table-wrapper .facility-menu .facility-item:last-child{border-bottom:none}.rs-table-wrapper .facility-menu .facility-item:hover{background:#f8fafc}.rs-table-wrapper .facility-menu .facility-radio{position:relative;flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1px solid #e3e8ef;box-sizing:border-box}.rs-table-wrapper .facility-menu .facility-item-selected .facility-radio{border-color:#33ccd6}.rs-table-wrapper .facility-menu .facility-item-selected .facility-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#33ccd6}.rs-table-wrapper .facility-menu .facility-name{font-family:Inter;font-weight:500;font-size:14px;line-height:20px;color:#4b5565}.rs-table-wrapper .facility-menu .facility-item-selected .facility-name{color:#33ccd6}.rs-table-wrapper .table-outer .rs-sentinel{display:flex;align-items:center;justify-content:center;min-height:44px;padding:14px 0;font-size:13px;color:#697586}.rs-table-wrapper .table-outer .rs-sentinel-loading{display:inline-flex;align-items:center;gap:8px}.rs-table-wrapper .table-outer .rs-sentinel-end{color:#98a2b3;font-size:12px}.rs-table-wrapper .table-outer .rs-spin{color:#33ccd6;animation:rsspin .8s linear infinite}@keyframes rsspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.con-del-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10}.con-del-wrapper .con-del-form{display:flex;flex-direction:column;width:400px;gap:16px;border-radius:12px;padding:24px;background-color:#fff;align-items:center}.con-del-wrapper .con-del-form img{width:162px;height:103px}.con-del-wrapper .con-del-form .text{display:flex;flex-direction:column;gap:8px;align-items:center}.con-del-wrapper .con-del-form .text .text-bg{font-family:Inter;font-weight:500;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#121926}.con-del-wrapper .con-del-form .text .text-desc{font-weight:400;font-size:14px;color:#697586;line-height:20px;letter-spacing:0%;text-align:center}.con-del-wrapper .con-del-form .con-del-error{width:100%;text-align:center;color:#ec4f47;font-size:13px;line-height:18px}.con-del-wrapper .con-del-form .btns{display:flex;flex-direction:row;gap:12px;align-items:center;width:100%}.con-del-wrapper .con-del-form .btns button:disabled{opacity:.6;cursor:not-allowed}.con-del-wrapper .con-del-form .btns .no-btn{border-radius:8px;border:1px solid #e3e8ef;font-weight:500;font-size:14px;color:#4b5565;padding:8px 16px;line-height:20px;letter-spacing:0%;flex:1}.con-del-wrapper .con-del-form .btns .yes-btn{border-radius:8px;font-size:14px;line-height:20px;padding:8px 16px;border:1px solid #ec4f47;color:#fff;background:#ec4f47;letter-spacing:0%;flex:1}.empty-list-wrapper{display:flex;justify-content:center;align-items:center;height:500px}.empty-list-wrapper .empty-content{display:flex;flex-direction:column;align-items:center;gap:16px}.empty-list-wrapper .empty-content .img-wrapper{width:62px;height:54px}.empty-list-wrapper .empty-content .img-wrapper img{width:100%;height:100%}.empty-list-wrapper .empty-content .text{display:flex;align-items:center;flex-direction:column;gap:8px}.empty-list-wrapper .empty-content .text .text-lg{text-wrap:nowrap;font-family:Inter;font-weight:500;font-size:20px;line-height:30px;color:#121926;letter-spacing:0%;text-align:center}.empty-list-wrapper .empty-content .text .text-desc{font-weight:400;color:#697586;font-size:14px;line-height:20px;text-wrap:nowrap;letter-spacing:0%;text-align:center}.empty-list-wrapper .empty-content .add-btn{display:flex;color:#fff;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:9px 16px;font-size:12px;font-weight:500;line-height:18px;border-radius:8px;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;letter-spacing:0;background:#33ccd6}.empty-list-wrapper .empty-content .add-btn .add-icon{width:20px;height:20px}.empty-list-wrapper .empty-content .add-btn .add-icon img{width:100%;height:100%}.ar-wrapper{background-color:#00000080;position:fixed;top:0;left:0;width:100%;z-index:10;overflow-y:scroll;height:100%;display:flex;align-items:center;justify-content:center}.ar-wrapper .ar-form{display:flex;flex-direction:column;width:1000px;border-radius:12px;background-color:#fff}.ar-wrapper .ar-form .ar-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:17px 16px;border-bottom:1px solid #e3e8ef}.ar-wrapper .ar-form .ar-header .h-text{font-weight:600;font-size:20px;line-height:30px;letter-spacing:0%;color:#000}.ar-wrapper .ar-form .ar-header .close-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;background-color:#f8fafc}.ar-wrapper .ar-form .ar-header .close-icon img{width:20px;height:20px}.ar-wrapper .ar-form .form-content{display:flex;flex-direction:column;padding:16px}.ar-wrapper .ar-form .form-content .r1,.ar-wrapper .ar-form .form-content .r4,.ar-wrapper .ar-form .form-content .r6{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.ar-wrapper .ar-form .form-content .r4,.ar-wrapper .ar-form .form-content .r6{margin-top:20px}.ar-wrapper .ar-form .form-content .title-text{display:flex;align-items:center;flex-direction:row;gap:4px}.ar-wrapper .ar-form .form-content .title-text .icon{width:16px;height:16px}.ar-wrapper .ar-form .form-content .title-text .icon img{width:100%;height:100%}.ar-wrapper .ar-form .form-content .title-text .res-text{color:#202939;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%}.ar-wrapper .ar-form .form-content .r2,.ar-wrapper .ar-form .form-content .r3,.ar-wrapper .ar-form .form-content .r5{display:flex;flex-direction:row;align-items:flex-start;gap:12px;flex:1}.ar-wrapper .ar-form .form-content .r3{margin-top:16px}.ar-wrapper .ar-form .form-content .r7,.ar-wrapper .ar-form .form-content .r8{display:flex;flex-direction:row}.ar-wrapper .ar-form .form-content .r8{margin-top:16px}.ar-wrapper .ar-form .form-content .input-wrapper{display:flex;flex-direction:column;gap:6px;align-items:start;justify-content:start;flex:1}.ar-wrapper .ar-form .form-content .input-wrapper label{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#374151}.ar-wrapper .ar-form .form-content .input-wrapper .text-input{border:1px solid #e3e8ef;outline:none;font-weight:400;font-size:14px;line-height:20px;padding:8px 12px;border-radius:8px;letter-spacing:0%;width:100%;box-sizing:border-box;color:#202939;background-color:#fff;font-family:inherit}.ar-wrapper .ar-form .form-content .input-wrapper .text-input::-moz-placeholder{color:#9aa4b2}.ar-wrapper .ar-form .form-content .input-wrapper .text-input::placeholder{color:#9aa4b2}.ar-wrapper .ar-form .form-content .input-wrapper .date-input{color:#9aa4b2;cursor:pointer}.ar-wrapper .ar-form .form-content .input-wrapper .date-input::-webkit-calendar-picker-indicator{width:20px;height:20px;cursor:pointer;opacity:.6}.ar-wrapper .ar-form .form-content .input-wrapper .dob-field{position:relative;width:100%}.ar-wrapper .ar-form .form-content .input-wrapper .dob-display{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;color:#202939}.ar-wrapper .ar-form .form-content .input-wrapper .dob-display .dob-placeholder{color:#9aa4b2}.ar-wrapper .ar-form .form-content .input-wrapper .dob-display .dob-cal-icon{width:20px;height:20px;opacity:.6;flex-shrink:0}.ar-wrapper .ar-form .form-content .input-wrapper .dob-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:60;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 8px 24px #1018281f;padding:8px;--rdp-accent-color: #33ccd6;--rdp-accent-background-color: #eefbfc;--rdp-today-color: #33ccd6;font-family:Inter;font-size:13px;color:#202939}.ar-wrapper .ar-form .form-content .input-wrapper .select-wrapper{position:relative;width:100%;display:flex}.ar-wrapper .ar-form .form-content .input-wrapper .select-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:40px}.ar-wrapper .ar-form .form-content .input-wrapper .select-wrapper .select-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none;display:flex;align-items:center;justify-content:center}.ar-wrapper .ar-form .form-content .input-wrapper .select-wrapper .select-icon img{width:100%;height:100%}.ar-wrapper .ar-form .form-content .input-wrapper .textarea-input{height:84px;resize:none}.ar-wrapper .ar-form .ar-footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;padding:16px;border-top:1px solid #e3e8ef}.ar-wrapper .ar-form .ar-footer .btn{font-weight:500;font-size:14px;line-height:20px;padding:10px 16px;border-radius:8px;cursor:pointer;outline:none;font-family:inherit}.ar-wrapper .ar-form .ar-footer .btn-cancel{background-color:#fff;border:1px solid #e3e8ef;color:#202939}.ar-wrapper .ar-form .ar-footer .btn-primary{background-color:#33ccd6;border:1px solid #33CCD6;color:#fff}.ar-wrapper .ar-form .ar-footer .btn-primary:disabled{opacity:.6;cursor:not-allowed}.ar-wrapper .ar-form .form-content .ar-error{margin-top:14px;padding:10px 12px;border-radius:8px;background-color:#fef2f2;border:1px solid #fecaca;color:#ef4444;font-size:13px;line-height:18px}.do-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#00000080;z-index:10;position:fixed;top:0;left:0}.do-wrapper .do-content{display:flex;flex-direction:column;background-color:#fff;border-radius:12px}.do-wrapper .do-content .do-header{display:flex;align-items:center;flex-direction:row;justify-content:space-between;padding:16px;border-bottom:1px solid #E3E8EF}.do-wrapper .do-content .do-header .title-text{color:#000;font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%}.do-wrapper .do-content .do-header .close-btn{display:flex;align-items:center;justify-content:center;background-color:#f8fafc;border-radius:8px;padding:8px}.do-wrapper .do-content .do-header .close-btn img{width:20px;height:20px}.do-wrapper .do-content .do-r2{display:flex;padding:16px;gap:20px;flex-direction:column;margin-bottom:6px}.do-wrapper .do-content .do-r2 .text-row{display:flex;flex-direction:column;justify-content:start;gap:4px}.do-wrapper .do-content .do-r2 .text-row .text-lg{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;color:#202939}.do-wrapper .do-content .do-r2 .text-row .text-sm{font-weight:400;font-size:16px;line-height:26px;letter-spacing:0%;color:#202939}.do-wrapper .do-content .do-r2 .radio-options{display:flex;flex-direction:row;gap:20px}.do-wrapper .do-content .do-r2 .radio-options .r-option{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:12px;background-color:#fcfcfd;border:1px solid #E3E8EF;width:394px}.do-wrapper .do-content .do-r2 .radio-options .r-option .r-1{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.do-wrapper .do-content .do-r2 .radio-options .r-option .r-1 .circle{border:1px solid #CDD5DF;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.do-wrapper .do-content .do-r2 .radio-options .r-option .text-lg{font-weight:600;color:#000;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%}.do-wrapper .do-content .do-r2 .radio-options .r-option .text-sm{color:#667085;font-weight:400;font-size:16px;line-height:26px;letter-spacing:0%}.do-wrapper .do-content .do-r2 .radio-options .r-option.active-r-option{display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:12px;background-color:#eefbfc;border:1px solid #A7E9ED;width:394px}.do-wrapper .do-content .do-r2 .radio-options .r-option.active-r-option .circle{border:1px solid #33CCD6}.do-wrapper .do-content .do-r2 .radio-options .r-option.active-r-option .circle .active-r-center{width:8px;height:8px;background-color:#33ccd6;border-radius:50%}.do-wrapper .do-content .do-bottom{display:flex;flex-direction:row;justify-content:end;gap:12px;align-items:center}.do-wrapper .do-content .do-bottom .cancel-btn{border:1px solid #E3E8EF;box-shadow:0 1px 2px #1018280d;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565;border-radius:8px;padding:10px 18px}.do-wrapper .do-content .do-bottom .next-btn{border:1px solid #33CCD6;box-shadow:0 1px 2px #1018280d;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#fff;background-color:#33ccd6;border-radius:8px;padding:10px 18px;cursor:pointer}.do-wrapper .do-content .do-r2 .radio-options .r-option,.do-wrapper .do-content .do-bottom .cancel-btn{cursor:pointer}.do-wrapper .do-content .do-bottom .next-btn:disabled{opacity:.5;cursor:not-allowed}.up-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080}.up-wrapper .up-content{width:840px;background-color:#fff;border-radius:12px}.up-wrapper .up-content .up-content-header{border-bottom:1px solid #e3e8ef;flex:1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px}.up-wrapper .up-content .up-content-header .title-text{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;color:#000}.up-wrapper .up-content .up-content-header .close-btn{width:36px;height:36px;border-radius:8px;background-color:#f8fafc;display:flex;align-items:center;justify-content:center}.up-wrapper .up-content .up-content-header .close-btn img{width:20px;height:20px}.up-wrapper .up-content .up-area{display:flex;flex-direction:column;padding:16px}.up-wrapper .up-content .up-area .text-sm{font-weight:400;color:#374151;font-size:14px;line-height:20px;letter-spacing:0%}.up-wrapper .up-content .up-area label{flex:1;border:1px dotted #e3e8ef;border-radius:12px;display:flex;flex-direction:column;align-items:center;padding:12px;margin-top:6px}.up-wrapper .up-content .up-area label .text-bd{font-weight:500;color:#000;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center;margin-bottom:4px}.up-wrapper .up-content .up-area label .text-desc{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#a9acb4;margin-bottom:6px}.up-wrapper .up-content .up-area label .up-btn{color:#364152;background-color:#f8fafc;border-radius:8px;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;padding:10px 18px}.up-wrapper .up-content .up-files{flex:1;display:flex;flex-direction:column;gap:12px;padding:16px}.up-wrapper .up-content .up-files .p-file{display:flex;align-items:center;flex-direction:row;justify-content:space-between;padding:12px 16px;border-radius:12px;border:1px solid #e3e8ef;background:#f8fafc}.up-wrapper .up-content .up-files .p-file .left-side{display:flex;align-items:center;flex-direction:row;gap:5.5px}.up-wrapper .up-content .up-files .p-file .left-side img{width:32px;height:32px}.up-wrapper .up-content .up-files .p-file .left-side .file-text{display:flex;flex-direction:column;gap:1px}.up-wrapper .up-content .up-files .p-file .left-side .file-text .f-name{color:#4b5565;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%}.up-wrapper .up-content .up-files .p-file .left-side .file-text .size-text{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.up-wrapper .up-content .up-files .p-file .right-side{display:flex;align-items:center}.up-wrapper .up-content .up-files .p-file .right-side .close-btn{width:20px;height:20px;cursor:pointer}.up-wrapper .up-content .up-files .p-file .right-side .uf-status{display:block}.up-wrapper .up-content .up-files .p-file .right-side .uf-done{color:#22c55e}.up-wrapper .up-content .up-files .p-file .right-side .uf-error{color:#ec4f47}.up-wrapper .up-content .up-files .p-file .right-side .uf-spin{color:#33ccd6;animation:uf-spin .8s linear infinite}@keyframes uf-spin{to{transform:rotate(360deg)}}.up-wrapper .up-content .up-area .uf-field-error{margin-top:8px;color:#ec4f47;font-size:13px;line-height:18px}.up-wrapper .up-content .up-files .p-file .right-side .close-btn img{width:100%;height:100%}.up-wrapper .up-content .up-bottom{display:flex;flex:1;justify-content:end;align-items:center;gap:12px;padding:16px}.up-wrapper .up-content .up-bottom .cancel-btn{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565;padding:10px 18px;border:1px solid #e3e8ef;box-shadow:0 1px 2px #1018280d;border-radius:8px}.up-wrapper .up-content .up-bottom .up-f-btn{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#fff;border-radius:8px;padding:10px 18px;background-color:#33ccd6;border:1px solid #33ccd6;box-shadow:0 1px 2px #1018280d;cursor:pointer}.up-wrapper .up-content .up-bottom .cancel-btn{cursor:pointer}.up-wrapper .up-content .up-bottom .up-f-btn:disabled{opacity:.5;cursor:not-allowed}.ra-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10;position:fixed;top:0;left:0;background-color:#00000080}.ra-wrapper .ra-content{display:flex;flex-direction:column;gap:16px;padding:27.5px 24px;align-items:center;background:#fff;border-radius:12px}.ra-wrapper .ra-content img{width:117px;height:103px}.ra-wrapper .ra-content .text-section{flex:1;display:flex;flex-direction:column;max-width:400px;gap:8px;align-items:center}.ra-wrapper .ra-content .text-section .text-lg{font-weight:500;color:#121926;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center}.ra-wrapper .ra-content .text-section .text-sm{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#697586}.ra-wrapper .ra-content .btns{display:flex;flex:1;flex-direction:row;gap:12px;align-items:center}.ra-wrapper .ra-content .btns .another-btn{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#4b5565;border-radius:8px;box-shadow:0 1px 2px #1018280d;padding:8px 37px;border:1px solid #e3e8ef}.ra-wrapper .ra-content .btns .view-btn{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#fff;padding:8px 37px;border-radius:8px;background:#33ccd6;border:1px solid #33ccd6;box-shadow:0 1px 2px #1018280d}.navbar{display:flex;flex-direction:row;padding:16px 24px;border-bottom:1px #fcfcfd solid;background-color:#fff;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:2}.navbar .nav-left-side{display:flex;flex-direction:row}.navbar .nav-left-side .search-box{display:flex;flex-direction:row;padding:10px 16px;align-items:center;justify-content:start;gap:8px;border:1px solid #e3e8ef;border-radius:8px;width:340px;position:relative}.navbar .nav-left-side .search-box .search-icon{width:20px;height:20px;flex-shrink:0}.navbar .nav-left-side .search-box .search-icon img{width:100%;height:100%}.navbar .nav-left-side .search-box .search-input{border:none;outline:none;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#4b5565;flex:1;background:transparent}.navbar .nav-left-side .search-box .cates-select{position:relative;display:flex;flex-direction:row;align-items:center;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;gap:8px;color:#4b5565;cursor:pointer}.navbar .nav-left-side .search-box .cates-select .options-container{border:1px solid #e3e8ef;position:absolute;top:calc(100% + 8px);border-radius:12px;right:0;min-width:130px;background:#fff;box-shadow:0 8px 24px #1018281f;overflow:hidden;z-index:20}.navbar .nav-left-side .search-box .cates-select .options-container .opt{padding:9px 12px}.navbar .nav-left-side .search-box .cates-select .options-container .opt:hover{background-color:#f8fafc}.navbar .nav-left-side .search-box .cates-select .options-container .opt.active-opt{background-color:#e3e8ef;color:#5f6570}.navbar .nav-left-side .search-box .search-results{position:absolute;top:calc(100% + 8px);left:0;width:600px;max-width:calc(100vw - 48px);background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 12px 32px #10182824;padding:0;z-index:20;max-height:360px;overflow-y:auto}.navbar .nav-left-side .search-box .search-results .sr-state{display:flex;align-items:center;justify-content:center;gap:8px;padding:18px 12px;font-size:13px;color:#697586}.navbar .nav-left-side .search-box .search-results .sr-spin{color:var(--primary-color);animation:spin .8s linear infinite}.navbar .nav-left-side .search-box .search-results .sr-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer}.navbar .nav-left-side .search-box .search-results .sr-item:hover{background-color:#f8fafc}.navbar .nav-left-side .search-box .search-results .sr-avatar{width:34px;height:34px;flex-shrink:0;border-radius:50%;background:#eefbfc;color:#0e766e;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.navbar .nav-left-side .search-box .search-results .sr-photo{width:34px;height:34px;flex-shrink:0;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#eefbfc}.navbar .nav-left-side .search-box .search-results .sr-fac-icon{width:34px;height:34px;flex-shrink:0;border-radius:8px;background:#eefbfc;color:var(--primary-color);display:flex;align-items:center;justify-content:center}.navbar .nav-left-side .search-box .search-results .sr-text{min-width:0;flex:1}.navbar .nav-left-side .search-box .search-results .sr-name{font-size:13.5px;font-weight:600;color:#202939;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar .nav-left-side .search-box .search-results .sr-sub{font-size:12px;color:#697586;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.navbar .nav-right-side{display:flex;flex-direction:row;align-items:center}.navbar .nav-right-side .imgs,.navbar .nav-right-side .imgs .img-sqrs{display:flex;flex-direction:row;align-items:center;gap:12px}.navbar .nav-right-side .imgs .img-sqrs .img-wrapper{display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;aspect-ratio:1/1;border-radius:4px;border:1px solid #F3F4F6}.navbar .nav-right-side .imgs .img-sqrs .img-wrapper:nth-child(1) img{width:28px;height:24px}.navbar .nav-right-side .imgs .img-sqrs .img-wrapper img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.navbar .nav-right-side .imgs .prof-img{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.navbar .nav-right-side .imgs .prof-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.navbar-icon-btn{cursor:pointer;transition:opacity .15s ease,transform .15s ease}.navbar-icon-btn:hover{opacity:.75;transform:scale(1.05)}.navbar .nav-right-side .imgs .signin-btn{border:1.5px solid var(--primary-color);color:var(--primary-color);background:transparent;border-radius:8px;padding:8px 18px;font-size:14px;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease}.navbar .nav-right-side .imgs .signin-btn:hover{background:var(--primary-color);color:#fff}@media (max-width: 999px){.navbar .nav-left-side .search-box{width:200px}}.sidebar{height:100%;background-color:#fff;display:flex;flex-direction:column;gap:24px;align-items:center;border-right:1px solid #f3f4f6;position:relative;justify-content:space-between;width:180px;transition:width .18s ease}.sidebar .shrink-btn{width:28px;height:28px;position:absolute;right:-14px;z-index:20;top:14px;cursor:pointer;fill:#fff;stroke-width:1px;stroke:var(--Error-Gray-modern-200, #E3E8EF);filter:drop-shadow(0 4px 20px rgba(155,155,155,.25));display:flex;align-items:center;border:1px solid #E3E8EF;background-color:#fff;justify-content:center;border-radius:50%}.sidebar .shrink-btn img{width:6px;height:12px}.sidebar .sidebar-upper{display:flex;flex-direction:column;align-items:center;width:100%}.sidebar .logo-wrapper{padding:16px;border-bottom:1px solid #f3f4f6;width:100%;display:flex;justify-content:center}.sidebar .logo-primary{width:148px;height:34px;display:block}.sidebar .logo-primary img{height:100%;width:100%}.sidebar .links{display:flex;flex-direction:column;gap:4px;width:100%;padding:16px}.sidebar .links .link,.sidebar .links .logout-btn{display:flex;flex-direction:row;gap:8px;align-items:center;text-decoration:none;border-radius:10px;transition:background .15s ease;background:none;border:none;cursor:pointer;padding:8px 12px}.sidebar .links .link:hover,.sidebar .links .logout-btn:hover{background-color:#f3f4f6}.sidebar .links .link.link-active{background:linear-gradient(90.22deg,#33cdcf33 -59.48%,#83ca2733 137.08%)}.sidebar .links .link.link-active .text{color:#000}.sidebar .links .link.link-active .icon{filter:invert(62%) sepia(74%) saturate(429%) hue-rotate(145deg) brightness(94%) contrast(91%)}.sidebar .links .link .text,.sidebar .links .logout-btn .text{font-weight:400;font-size:11px;line-height:16px;letter-spacing:0%;color:#697586;text-align:center;white-space:nowrap}.sidebar .links .link .icon,.sidebar .links .logout-btn .icon{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.sidebar .sidebar-lower{padding-bottom:16px;width:100%;display:flex;justify-content:center}.sidebar .sidebar-lower .links{padding-top:0;gap:4px}.sidebar .sidebar-lower .links .org-dropdown{border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC);padding:10px 12px;display:flex;align-items:center;gap:13px}.sidebar .sidebar-lower .links .org-dropdown .left{display:flex;align-items:center;gap:8px}.sidebar .sidebar-lower .links .org-dropdown .left img{width:16px;height:16px}.sidebar .sidebar-lower .links .org-dropdown .left .text{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.sidebar .sidebar-lower .links .org-dropdown .down-icon{width:10px;height:8px}.sidebar.collapsed{width:72px}.sidebar.collapsed .logo-primary{width:34px;height:34px}.sidebar.collapsed .logo-primary img{-o-object-fit:contain;object-fit:contain}.sidebar.collapsed .links .link .text,.sidebar.collapsed .links .logout-btn .text{display:none}.sidebar.collapsed .links .link,.sidebar.collapsed .links .logout-btn{justify-content:center;padding:8px}.sidebar.collapsed .org-dropdown{justify-content:center;gap:0;padding:10px 8px}.sidebar.collapsed .org-dropdown .left .text,.sidebar.collapsed .org-dropdown .down-icon{display:none}.sidebar.collapsed .org-dropdown-menu{left:0;width:220px;right:auto}.sidebar.collapsed .shrink-btn img{transform:rotate(180deg)}.sidebar .sidebar-lower .links .org-dropdown-wrapper{position:relative;width:100%}.sidebar .sidebar-lower .links .org-dropdown{width:100%;box-sizing:border-box;justify-content:space-between;cursor:pointer}.sidebar .sidebar-lower .links .org-dropdown .left{flex:1;min-width:0}.sidebar .sidebar-lower .links .org-dropdown .left .text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .sidebar-lower .links .org-dropdown-wrapper.open .down-icon{transform:rotate(180deg)}.sidebar .sidebar-lower .links .org-dropdown-menu{position:absolute;bottom:calc(100% + 8px);left:0;right:auto;width:236px;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 8px 24px #10182824;padding:6px;z-index:50;max-height:320px;overflow-y:auto}.org-dd-label{font-size:11px;font-weight:500;color:#98a2b3;padding:6px 8px 4px}.org-dd-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border:none;background:transparent;border-radius:8px;cursor:pointer;text-align:left}.org-dd-item:hover{background:#f8fafc}.org-dd-item.active{background:#f1f5f9}.org-dd-avatar{flex-shrink:0;width:28px;height:28px;border-radius:8px;background:#eefbfc;color:#0e766e;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.org-dd-avatar.plus{background:#f3f4f6;color:#4b5563}.org-dd-meta{flex:1;min-width:0}.org-dd-name{font-size:12px;font-weight:500;color:#202939;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-dd-role{font-size:10px;color:#697586;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.org-dd-check{flex-shrink:0;color:#0e766e}.org-dd-divider{height:1px;background:#f3f4f6;margin:6px 4px}.org-dd-create .org-dd-name{color:#1699a3;font-weight:600}.page-main{width:100%;background-color:var(--primary-color);position:relative;background-color:var(--bg-gray);height:100vh;display:flex;flex-direction:row}.page-main .page-right{flex:1;min-width:0;height:100%;background-color:#f8fafc;overflow-y:scroll}.dashboard-page-wrapper{margin:24px 20px;flex:1}.navbar-sec{margin:16px 24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.navbar-sec .nav-left-side{display:flex;align-items:center}.navbar-sec .nav-left-side .page-navigation-history{display:flex;flex-direction:row;gap:5.8px;align-items:center;color:#697586;flex-wrap:wrap}.navbar-sec .nav-left-side .page-navigation-history .sep{color:#d1d5db;font-size:12px}.navbar-sec .nav-left-side .page-navigation-history .primary-page{font-family:Inter;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.navbar-sec .nav-left-side .page-navigation-history .crumb-link{text-decoration:none;transition:color .15s ease}.navbar-sec .nav-left-side .page-navigation-history .crumb-link:hover{color:#33ccd6}.navbar-sec .nav-left-side .page-navigation-history .room-building-num{font-family:Inter;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#1a3a5c}.navbar-sec .nav-right-side{display:flex;flex-direction:row;align-items:center;justify-content:end}.navbar-sec .nav-right-side .buttons{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.navbar-sec .nav-right-side .buttons .link-button{border:1px solid #cdd5df;border-radius:8px;display:flex;flex-wrap:nowrap;gap:8px;align-items:center;justify-content:center;padding:10px 18px;background:#fff;cursor:pointer;transition:background .15s ease,opacity .15s ease;color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.navbar-sec .nav-right-side .buttons .link-button:hover:not(:disabled){background:#f8fafc}.navbar-sec .nav-right-side .buttons .link-button:disabled{opacity:.4;cursor:not-allowed}.navbar-sec .nav-right-side .buttons .link-button .icon{width:20px;height:20px}.navbar-sec .nav-right-side .buttons .link-button .icon img{width:100%;height:100%}.navbar-sec .nav-right-side .buttons .link-button .text{font-family:Inter;font-weight:500;font-size:14px;line-height:20px;color:#697586;letter-spacing:0%}.navbar-sec .nav-right-side .buttons .facility-input{background-color:transparent;border:1px solid #e3e8ef;border-radius:8px;font-weight:400;padding:10px 14px;width:200px;height:40px;outline:none;color:#697586;font-size:14px;line-height:20px;letter-spacing:0%;cursor:pointer}.navbar-sec .search-resident-wrapper{position:relative}.navbar-sec .search-resident-input{outline:none;border:1px solid #e3e8ef;border-radius:8px;background-color:transparent;font-weight:400;font-size:14px;line-height:20px;color:#697586;padding:10px 14px;letter-spacing:0%;width:220px;transition:border-color .15s ease}.navbar-sec .search-resident-input:focus{border-color:#33ccd6}.navbar-sec .resident-suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid #e3e8ef;border-radius:10px;box-shadow:0 8px 24px #0000001a;z-index:200;overflow:hidden;min-width:280px}.navbar-sec .resident-suggestions .suggestion-item{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .12s ease}.navbar-sec .resident-suggestions .suggestion-item:hover{background:#f0fdfe}.navbar-sec .resident-suggestions .suggestion-avatar{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#33ccd6,#20b2bb);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}.navbar-sec .resident-suggestions .suggestion-info{flex:1;min-width:0}.navbar-sec .resident-suggestions .suggestion-name{font-size:13px;font-weight:600;color:#202939;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-sec .resident-suggestions .suggestion-facility{font-size:11px;color:#697586;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-sec .resident-suggestions .suggestion-room{font-size:11px;color:#9ca3af;font-family:monospace;flex-shrink:0}.navbar-sec .resident-suggestions .suggestion-empty{padding:14px;font-size:13px;color:#9ca3af;text-align:center}@media (max-width: 999px){.navbar-sec{margin:12px 16px}.navbar-sec .nav-right-side .buttons .facility-input{width:140px}.navbar-sec .search-resident-input{width:160px}}.details-header{display:flex;flex:1;padding:12px 16px;background-color:#fff;flex-direction:column;border-radius:12px}.details-header .row-1{display:flex;flex:1;flex-direction:row;justify-content:space-between;padding-bottom:12px;flex-wrap:wrap;gap:16px}.details-header .row-1 .header-left{display:flex;flex-direction:row}.details-header .row-1 .c-1{width:86px;height:86px;margin-right:12px;flex-shrink:0}.details-header .row-1 .c-1 img{width:100%;height:100%;border-radius:12px;-o-object-fit:cover;object-fit:cover}.details-header .row-1 .c-1 .avatar-initials{width:100%;height:100%;border-radius:12px;background:linear-gradient(135deg,#33ccd6,#20b2bb);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:700;color:#fff;letter-spacing:-1px}.details-header .row-1 .c-2{display:flex;flex-direction:column;gap:4px}.details-header .row-1 .c-2 .name{font-weight:600;font-size:24px;line-height:32px;letter-spacing:0%;color:#202939}.details-header .row-1 .c-2 .facility{display:flex;flex-direction:row;align-items:center;gap:4px;margin-bottom:6px}.details-header .row-1 .c-2 .facility .text{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.details-header .row-1 .c-2 .facility img{width:13.33px;height:12px}.details-header .row-1 .c-2 .detail-tags{display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}.details-header .row-1 .c-2 .detail-tags .tag{display:flex;flex-direction:row;gap:6px;background-color:#f8fafc;padding:4px 12px;align-items:center;border-radius:12px}.details-header .row-1 .c-2 .detail-tags .tag .tag-text{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565}.details-header .row-1 .c-2 .detail-tags .tag img.tag-icon{width:14px;height:14px;-o-object-fit:contain;object-fit:contain}.details-header .row-1 .header-right{display:flex;flex-direction:row}.details-header .row-1 .header-right .c-3{display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:wrap}.details-header .row-1 .header-right .c-3 .vital-sign{border-radius:8px;padding:12px 14px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.details-header .row-1 .header-right .c-3 .vital-sign .icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.details-header .row-1 .header-right .c-3 .vital-sign .text{display:flex;flex-direction:row;gap:4px}.details-header .row-1 .header-right .c-3 .vital-sign .text .text-desc{font-weight:500;font-size:11px;line-height:16px;letter-spacing:0%;color:#697586}.details-header .row-1 .header-right .c-3 .vital-sign .text .text-value{font-weight:500;font-size:15px;line-height:22px;letter-spacing:0%;color:#121926}.details-header .row-1 .header-right .c-3 .vital-sign.bp-sign{background-color:#f9f3ff}.details-header .row-1 .header-right .c-3 .vital-sign.glu-sign{background-color:#e3fff9}.details-header .row-1 .header-right .c-3 .vital-sign.hr-sign{background-color:#e5f0fe}.details-header .row-1 .header-right .c-3 .vital-sign.temp-sign{background-color:#fef1e0}.details-header .row-2{flex:1;display:flex;margin-top:20px;margin-bottom:16px}.details-header .row-2 .info-tags{display:flex;width:100%;flex-direction:row;gap:10px;align-items:center;flex-wrap:wrap}.details-header .row-2 .info-tags .info-tag{display:flex;background-color:#f8fafc;border-radius:12px;padding:8px 12px;gap:4px;flex:1;min-width:140px;max-width:240px;height:62px;flex-direction:column;align-items:start;justify-content:center}.details-header .row-2 .info-tags .info-tag .text-desc{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.details-header .row-2 .info-tags .info-tag .text-value{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.details-header .row-3{display:flex;flex:1;margin-bottom:10px}.details-header .row-3 .allergies-wrapper{display:flex;flex-direction:row;gap:12px;width:100%;background-color:#edfcf2;border:1px solid #72E3A3;border-radius:8px;align-items:center;padding:12px 14px}.details-header .row-3 .allergies-wrapper .icon{width:20px;height:20px;flex-shrink:0}.details-header .row-3 .allergies-wrapper .allergies-values{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#0a9150}.details-header .row-4{display:flex;flex:1}.details-header .row-4 .directives-wrapper{display:flex;flex-direction:row;gap:12px;width:100%;background-color:#edfcf2;border:1px solid #72E3A3;border-radius:8px;align-items:center;padding:12px 14px}.details-header .row-4 .directives-wrapper .icon{width:20px;height:20px;flex-shrink:0}.details-header .row-4 .directives-wrapper .directives-values{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#0a9150}@media (max-width: 999px){.details-header .row-1{flex-direction:column}.details-header .row-2 .info-tags .info-tag{min-width:120px}}.details-header .toggle-details-btn{background:none;border:none;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-left:12px;flex-shrink:0;transition:background .15s ease}.details-header .toggle-details-btn:hover{background:#f3f4f6}.details-header .details-collapse{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .25s ease}.details-header .details-collapse--open{max-height:500px;opacity:1}.details-header .row-1-footer{display:flex;justify-content:flex-end;align-items:center;padding-bottom:10px;border-bottom:1px solid #F3F4F6;margin-bottom:0}._wrapper_1kpzd_1{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#00000080;width:100%;z-index:1100;height:100%;position:fixed;top:0;left:0}._content_1kpzd_15{width:600px;max-width:calc(100vw - 32px);border-radius:12px;background:#fff;display:flex;flex-direction:column}._header_1kpzd_24{display:flex;justify-content:space-between;padding:14px 16px;align-items:center;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef)}._title_1kpzd_32{color:var(--Black, #000);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:30px}._closeBtn_1kpzd_41{border-radius:8px;background:var(--Error-Gray-modern-50, #f8fafc);padding:8px;border:none;cursor:pointer;display:flex}._closeBtn_1kpzd_41 img{width:20px;height:20px}._main_1kpzd_55{padding:16px;display:flex;flex-direction:column;gap:12px}._inpWrapper_1kpzd_62{display:flex;flex-direction:column;gap:6px}._inpWrapper_1kpzd_62 label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._inpWrapper_1kpzd_62 input{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);color:var(--Error-Gray-modern-900, #111927);font-family:Inter;font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px;padding:8px 12px;box-shadow:0 1px 2px #1018280d}._inpWrapper_1kpzd_62 input:focus{border-color:var(--primary-color, #33ccd6)}._error_1kpzd_96{color:#b91c1c;font-size:13px}._btns_1kpzd_101{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:12px}._cancelBtn_1kpzd_109{color:var(--Error-Gray-modern-600, #4b5565);font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:#fff;cursor:pointer;box-shadow:0 1px 2px #1018280d}._saveBtn_1kpzd_123{padding:9px 16px;border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;cursor:pointer}._saveBtn_1kpzd_123:disabled,._cancelBtn_1kpzd_109:disabled{opacity:.6;cursor:not-allowed}.notes-wrapper{flex:1;background-color:#fff;border-radius:12px;border:1px solid #f3f4f6;display:flex;flex-direction:column}.notes-wrapper .row-1{display:flex;padding:12px 16px;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #f3f4f6}.notes-wrapper .row-1 .row-left{display:flex;flex-direction:row;align-items:center;gap:8px}.notes-wrapper .row-1 .row-left .dots-icon{width:24px;height:24px}.notes-wrapper .row-1 .row-left .dots-icon img{width:100%;height:100%}.notes-wrapper .row-1 .row-left .paper-icon{width:28px;height:28px}.notes-wrapper .row-1 .row-left .paper-icon img{width:100%;height:100%}.notes-wrapper .row-1 .row-left .text-wrapper{display:flex;flex-direction:column}.notes-wrapper .row-1 .row-left .text-wrapper .text-lg{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%;color:#121926}.notes-wrapper .row-1 .row-left .text-wrapper .text-sm{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.notes-wrapper .row-1 .row-right{display:flex;flex-direction:row;align-items:center}.notes-wrapper .row-1 .row-right .buttons{display:flex;flex-direction:row;align-items:center;gap:12px}.notes-wrapper .row-1 .row-right .buttons button{padding:10px 18px;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;display:flex;flex-direction:row;gap:8px;align-items:center}.notes-wrapper .row-1 .row-right .buttons button img{width:20px;height:20px}.notes-wrapper .row-1 .row-right .buttons button.general-btn{background:linear-gradient(90.22deg,#8bd1311a -59.48%,#33ccd64d 137.08%);color:#000}.notes-wrapper .row-1 .row-right .buttons button.mar-btn{background:#33ccd6;color:#fff}.notes-wrapper .notes-content{display:flex;flex-direction:column;padding:12px 16px}.notes-wrapper .notes-content textarea{flex:1;border:1px solid #e3e8ef;outline:none;border-radius:8px;resize:none;height:72px;color:#697586;font-weight:400;font-size:14px;line-height:20px;padding:10px 14px;letter-spacing:0%}.notes-wrapper .auto-save-row{width:100%;margin-top:6px;padding:0 16px;font-weight:400;font-size:14px;line-height:130%;letter-spacing:0%;color:#697586}.notes-wrapper .notes-toolbar{display:flex;flex-direction:row;align-items:center;gap:2px;padding:6px 16px;border-bottom:1px solid #f3f4f6;background:#fafafa}.notes-wrapper .notes-toolbar .toolbar-btn{background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:5px;font-size:12px;font-weight:500;color:#697586;font-family:Inter;transition:background .12s ease,color .12s ease;line-height:1}.notes-wrapper .notes-toolbar .toolbar-btn:hover{background:#e3e8ef;color:#202939}.notes-wrapper .notes-toolbar .toolbar-btn--active{background:#eefbfc;color:#33ccd6}.notes-wrapper .notes-toolbar .toolbar-divider{width:1px;height:16px;background:#e3e8ef;margin:0 4px}.notes-wrapper .notes-content textarea{flex:1;border:1px solid #e3e8ef;outline:none;border-radius:8px;resize:none;min-height:72px;height:auto;color:#697586;font-weight:400;font-size:14px;line-height:20px;padding:10px 14px;letter-spacing:0%;width:100%;font-family:Inter;transition:border-color .15s ease;overflow:hidden}.notes-wrapper .notes-content textarea:focus{border-color:#33ccd6}.notes-wrapper .notes-preview{min-height:72px;padding:10px 14px;border:1px solid #e3e8ef;border-radius:8px;font-size:14px;line-height:20px;color:#4b5565;font-family:Inter;background:#fafcff;word-break:break-word}.notes-wrapper .notes-preview h1,.notes-wrapper .notes-preview h2,.notes-wrapper .notes-preview h3{color:#121926;margin:4px 0}.notes-wrapper .notes-preview h1{font-size:18px}.notes-wrapper .notes-preview h2{font-size:16px}.notes-wrapper .notes-preview h3{font-size:14px}.notes-wrapper .notes-preview strong{color:#202939}.notes-wrapper .notes-preview em{font-style:italic}.notes-wrapper .notes-preview code{background:#f3f4f6;padding:1px 5px;border-radius:4px;font-family:monospace;font-size:12px}.notes-wrapper .notes-preview ul{padding-left:18px;margin:4px 0}.notes-wrapper .notes-preview hr{border:none;border-top:1px solid #e3e8ef;margin:8px 0}.notes-wrapper .notes-loading{padding:10px 14px;font-size:13px;color:#9ca3af}.notes-wrapper .note-status{font-size:13px;color:#697586;transition:color .2s ease}.notes-wrapper .note-status--saving{color:#33ccd6}.notes-wrapper .note-status--saved{color:#16b364;font-weight:500}.notes-wrapper .note-status--error{color:#ef4444}.conditions-wrapper{flex:1;display:flex;flex-direction:column;background-color:#fff;border-radius:12px}.conditions-wrapper .header{display:flex;flex-direction:row;gap:8px;padding:12px 16px;align-items:center;border-bottom:1px solid #f3f4f6}.conditions-wrapper .header .dots-icon{width:24px;height:24px}.conditions-wrapper .header .dots-icon img{width:100%;height:100%}.conditions-wrapper .header .pen-paper-icon{width:36px;height:36px}.conditions-wrapper .header .pen-paper-icon img{width:100%;height:100%}.conditions-wrapper .header .text-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:start}.conditions-wrapper .header .text-wrapper .title-text{font-weight:500;font-size:18px;line-height:28px;letter-spacing:0%;color:#121926}.conditions-wrapper .header .text-wrapper .text-count{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.conditions-wrapper .table-wrapper{padding:14px 16px;display:flex;flex-direction:row;max-height:440px;overflow-y:scroll;justify-content:center;flex:1;margin-bottom:32px}.conditions-wrapper .table-wrapper table{flex:1;width:100%;border:1px solid #f3f4f6;border-radius:8px;border-collapse:separate;border-spacing:0}.conditions-wrapper .table-wrapper table th{background-color:#f8fafc;padding:13px 12px;text-align:left;border-bottom:1px solid #f3f4f6;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.conditions-wrapper .table-wrapper table td{padding:13px 12px;border-bottom:1px solid #f3f4f6;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565}.conditions-wrapper .table-wrapper table tr:last-child td{border-bottom:none}.empty-body-wrapper{padding:16px;height:435px;display:flex;align-items:center;justify-content:center}.empty-body-wrapper .empty-center-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.empty-body-wrapper .empty-center-wrapper .emp-icon{width:120px;height:120px}.empty-body-wrapper .empty-center-wrapper .emp-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.empty-body-wrapper .empty-center-wrapper .text-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.empty-body-wrapper .empty-center-wrapper .text-wrapper .text-lg{font-weight:500;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#121926}.empty-body-wrapper .empty-center-wrapper .text-wrapper .text-sm{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#697586}.orders-wrapper{flex:1;display:flex;flex-direction:column;border-radius:12px;background-color:#fff;border:1px solid #f3f4f6}.orders-wrapper .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f3f4f6}.orders-wrapper .header .header-left{display:flex;flex-direction:row;align-items:center;gap:8px}.orders-wrapper .header .header-left .dots-icon{width:24px;height:24px}.orders-wrapper .header .header-left .dots-icon img{width:100%;height:100%}.orders-wrapper .header .header-left .search-icon{width:36px;height:36px}.orders-wrapper .header .header-left .search-icon img{width:100%;height:100%}.orders-wrapper .header .header-left .text-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:center}.orders-wrapper .header .header-left .text-wrapper .title-text{color:#121926;font-weight:500;font-size:18px;line-height:28px;letter-spacing:0%}.orders-wrapper .header .header-left .text-wrapper .text-count{color:#697586;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}.orders-wrapper .header .header-right{display:flex;align-items:center}.orders-wrapper .header .header-right .view-btn{color:#d93229;font-weight:500;background-color:#fef3f2;font-size:14px;line-height:20px;padding:10px 18px;border-radius:8px;letter-spacing:0%}.orders-wrapper .orders{padding:12px 16px;display:flex;flex-direction:column;gap:12px;max-height:440px;overflow-y:scroll;margin-bottom:32px}.orders-wrapper .orders .order{display:flex;flex-direction:row;gap:12px;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#f8fafc;border-radius:12px}.orders-wrapper .orders .order .order-left{display:flex;flex-direction:row;align-items:center;gap:12px}.orders-wrapper .orders .order .order-left .icon{width:60px;height:60px}.orders-wrapper .orders .order .order-left .icon img{width:100%;height:100%}.orders-wrapper .orders .order .order-left .text-wrapper{display:flex;flex-direction:column;gap:8px}.orders-wrapper .orders .order .order-left .text-wrapper .order-name{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#202939}.orders-wrapper .orders .order .order-left .text-wrapper .order-date{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.orders-wrapper .orders .order .order-right{display:flex;align-items:center}.orders-wrapper .orders .order .order-right .tag{padding:8px 12px;background:#16b36433;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#16b364;border-radius:16px}.compliance-badge{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;margin-left:7px;cursor:pointer;outline:none;flex-shrink:0}.compliance-badge img{width:20px;height:20px;display:block}.compliance-tooltip{position:fixed;transform:translate(-50%,calc(-100% - 10px));z-index:1000;min-width:220px;max-width:320px;padding:10px 12px;background:#1f2937;color:#f9fafb;border-radius:8px;box-shadow:0 8px 24px #1018282e;display:flex;flex-direction:column;gap:8px;text-align:left;white-space:normal;pointer-events:none}.compliance-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1f2937}.compliance-tooltip .ci-item{display:flex;flex-direction:column;gap:2px}.compliance-tooltip .ci-title{font-weight:600;font-size:12px;line-height:16px}.compliance-tooltip .ci-detail{font-weight:400;font-size:11px;line-height:15px;color:#d1d5db}.physician-pow-orders-wrapper{background-color:#fff;display:flex;flex-direction:column;border-radius:12px;border:1px solid #f3f4f6;margin-top:20px}.physician-pow-orders-wrapper .header{display:flex;flex-direction:row;border-bottom:1px solid var(--Error-Gray-modern-100, #f3f4f6);align-items:center;padding:12px 16px;justify-content:space-between;gap:8px;border-bottom:1px solid #f3f4f6}.physician-pow-orders-wrapper .header .left-side{display:flex;align-items:center;gap:8px}.physician-pow-orders-wrapper .header .left-side .dots-icon{width:24px;height:24px}.physician-pow-orders-wrapper .header .left-side .dots-icon img{width:100%;height:100%}.physician-pow-orders-wrapper .header .left-side .paper-icon{width:36px;height:36px}.physician-pow-orders-wrapper .header .left-side .paper-icon img{width:100%;height:100%}.physician-pow-orders-wrapper .header .left-side .text-wrapper{display:flex;align-items:center;gap:4px}.physician-pow-orders-wrapper .header .left-side .text-wrapper .title-text{color:var(--Gray-modern-900, #121926);font-size:18px;font-style:normal;font-weight:500;line-height:28px}.physician-pow-orders-wrapper .header .left-side .text-wrapper .count{width:24px;height:24px;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.physician-pow-orders-wrapper .header .right-side{display:flex;align-items:center;gap:12px}.physician-pow-orders-wrapper .header .right-side button{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;background:var(--Gray-modern-50, #f8fafc);color:var(--Gray-modern-700, #364152);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.physician-pow-orders-wrapper .header .right-side button img{width:20px;height:20px}.physician-pow-orders-wrapper .pow-search-row{display:flex;padding:14px 16px;align-items:center;justify-content:space-between}.physician-pow-orders-wrapper .pow-search-row button{color:var(--Error-Gray-modern-600, #4B5565);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF)}.physician-pow-orders-wrapper .pow-search-row button img{width:20px;height:20px}.physician-pow-orders-wrapper .pow-search-row .search-box{display:flex;align-items:center;gap:4px;padding:10px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);width:320px}.physician-pow-orders-wrapper .pow-search-row .search-box img{width:20px;height:20px}.physician-pow-orders-wrapper .pow-search-row .search-box input{color:var(--Error-Gray-modern-600, #4b5565);font-size:14px;border:none;outline:none;font-style:normal;font-weight:500;line-height:20px}.physician-pow-orders-wrapper .pow-main{padding:12px 16px}.pow-orders-table-wrapper{width:100%;border:1px solid #e3e8ef;border-radius:12px;overflow:hidden}.pow-orders-table{width:100%;border-collapse:collapse;table-layout:fixed}.pow-orders-table thead{background:#f8fafc}.pow-orders-table th{padding:13px 24px;text-align:left;border-bottom:1px solid #e3e8ef;color:#697586;font-size:12px;font-weight:500;line-height:18px}.pow-orders-table td{padding:11px 16px;border-bottom:1px solid #e3e8ef;vertical-align:middle;color:#4b5565;font-size:12px;font-weight:500;line-height:18px}.pow-orders-table tbody tr:last-child td{border-bottom:none}.pow-orders-table th:nth-child(1),.pow-orders-table td:nth-child(1){width:22%}.pow-orders-table th:nth-child(2),.pow-orders-table td:nth-child(2){width:45%}.pow-orders-table th:nth-child(3),.pow-orders-table td:nth-child(3),.pow-orders-table th:nth-child(4),.pow-orders-table td:nth-child(4),.pow-orders-table th:nth-child(5),.pow-orders-table td:nth-child(5){width:9%}.pow-orders-table th:nth-child(6),.pow-orders-table td:nth-child(6){width:6%}.status{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;line-height:18px}.status.active{color:var(--Error-Success-500, #16b364);font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:12px;background:var(--Error-Success-50, #edfcf2)}.status.hold{color:#b54708;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:12px;background:#fef6ee}.physician-pow-orders-wrapper .directives-paginator{display:flex;flex-direction:row;align-items:center;padding:14px 16px;justify-content:space-between}.physician-pow-orders-wrapper .directives-paginator .prev-btn-wrapper{display:flex;align-items:center}.physician-pow-orders-wrapper .directives-paginator .prev-btn-wrapper button{color:#697586;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;display:flex;flex-direction:row;align-items:center;gap:8px;border:1px solid #e3e8ef;border-radius:12px;padding:10px 16px}.physician-pow-orders-wrapper .directives-paginator .prev-btn-wrapper button .icon{width:20px;height:20px}.physician-pow-orders-wrapper .directives-paginator .prev-btn-wrapper button .icon img{width:100%;height:100%}.physician-pow-orders-wrapper .directives-paginator .next-btn-wrapper{display:flex;align-items:center}.physician-pow-orders-wrapper .directives-paginator .next-btn-wrapper button{color:#697586;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;display:flex;flex-direction:row;align-items:center;gap:8px;border:1px solid #e3e8ef;border-radius:12px;padding:10px 16px}.physician-pow-orders-wrapper .directives-paginator .next-btn-wrapper button .icon{width:20px;height:20px}.physician-pow-orders-wrapper .directives-paginator .next-btn-wrapper button .icon img{width:100%;height:100%}.physician-pow-orders-wrapper .directives-paginator .center-btns-wrapper{display:flex;align-items:center;gap:8px}.physician-pow-orders-wrapper .directives-paginator .center-btns-wrapper button{width:41px;height:40px;border-radius:8px;border:1px solid #e3e8ef;display:flex;align-items:center;color:#4b5565;justify-content:center;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.physician-pow-orders-wrapper .directives-paginator .center-btns-wrapper button.active-page-num-btn{color:#33ccd6;background-color:#eefbfc;border:1px solid var(--primary-color)}.upow-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#00000080;z-index:30;position:fixed;top:0;left:0;width:100%;height:100%}.upow-wrapper .upow-content{display:flex;width:850px;flex-direction:column;border-radius:12px;background:#fff}.upow-wrapper .upow-content .upow-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF)}.upow-wrapper .upow-content .upow-header .title{color:var(--Black, #000);font-size:20px;font-style:normal;font-weight:600;line-height:30px}.upow-wrapper .upow-content .upow-header .close-btn{padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC)}.upow-wrapper .upow-content .upow-header .close-btn img{width:20px;height:20px}.upow-wrapper .upow-content .upow-main{display:flex;padding:16px;flex-direction:column;gap:12px}.upow-wrapper .upow-content .upow-main .upload-area{display:flex;flex-direction:column;gap:7px}.upow-wrapper .upow-content .upow-main .upload-area .desc-text{color:var(--Error-Gray-modern-700, #374151);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.upow-wrapper .upow-content .upow-main .upload-area label{display:flex;padding:12px 30px;border:1px dashed var(--Error-Gray-modern-200, #E3E8EF);border-radius:12px;flex-direction:column;align-items:center;gap:4px}.upow-wrapper .upow-content .upow-main .upload-area label .text-lg{color:var(--Black, #000);text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.upow-wrapper .upow-content .upow-main .upload-area label .s-text{color:#a9acb4;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.upow-wrapper .upow-content .upow-main .upload-area label button{color:var(--Gray-modern-700, #364152);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:10px 18px;border-radius:8px;background:var(--Gray-modern-50, #F8FAFC)}.upow-wrapper .upow-content .upow-main .upow-file{display:flex;align-items:center;padding:12px 16px;justify-content:space-between;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--Error-Gray-modern-50, #F8FAFC)}.upow-wrapper .upow-content .upow-main .upow-file .left-side{display:flex;flex-direction:row;align-items:center;gap:12px}.upow-wrapper .upow-content .upow-main .upow-file .left-side img{width:32px;height:32px}.upow-wrapper .upow-content .upow-main .upow-file .left-side .text{display:flex;flex-direction:column;gap:1px}.upow-wrapper .upow-content .upow-main .upow-file .left-side .text .f-name{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.upow-wrapper .upow-content .upow-main .upow-file .left-side .text .f-size{color:var(--Error-Gray-modern-500, #697586);font-size:12px;font-style:normal;font-weight:400;line-height:18px}.upow-wrapper .upow-content .upow-main .upow-file .right-side{display:flex;align-items:center}.upow-wrapper .upow-content .upow-main .upow-file .right-side .remove-file-btn{display:flex;align-items:center;justify-content:center}.upow-wrapper .upow-content .upow-main .upow-file .right-side .remove-file-btn img{width:20px;height:20px}.upow-wrapper .upow-content .upow-main .bottom-btns{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:12px}.upow-wrapper .upow-content .upow-main .bottom-btns .up-btn{border-radius:8px;border:1px solid var(--primary-500, #33CCD6);background:var(--primary-500, #33CCD6);box-shadow:0 1px 2px #1018280d;color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:10px 18px}.upow-wrapper .upow-content .upow-main .bottom-btns .cancel-btn{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d;color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:10px 18px}.prev-directives-wrapper{background-color:#fff;display:flex;flex-direction:column;border-radius:12px;border:1px solid #f3f4f6;margin-top:20px}.prev-directives-wrapper .header{display:flex;flex-direction:row;align-items:center;padding:12px 16px;justify-content:start;gap:8px;border-bottom:1px solid #f3f4f6}.prev-directives-wrapper .header .dots-icon{width:24px;height:24px}.prev-directives-wrapper .header .dots-icon img{width:100%;height:100%}.prev-directives-wrapper .header .paper-icon{width:36px;height:36px}.prev-directives-wrapper .header .paper-icon img{width:100%;height:100%}.prev-directives-wrapper .header .text-wrapper{display:flex;flex-direction:column;align-items:start;justify-content:center}.prev-directives-wrapper .header .text-wrapper .title-text{font-weight:500;font-size:18px;line-height:28px;letter-spacing:0%;color:#121926}.prev-directives-wrapper .header .text-wrapper .text-desc{font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.prev-directives-wrapper .row-2{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;border:1px solid #eaecf0}.prev-directives-wrapper .row-2 .row-left{display:flex;flex-direction:row;align-items:center}.prev-directives-wrapper .row-2 .row-left .search-wrapper{display:flex;flex-direction:row;border:1px solid #eaecf0;border-radius:8px;gap:8px;align-items:center;padding:10px 16px;width:296px}.prev-directives-wrapper .row-2 .row-left .search-wrapper .search-icon{width:20px;height:20px}.prev-directives-wrapper .row-2 .row-left .search-wrapper .search-icon img{width:100%;height:100%}.prev-directives-wrapper .row-2 .row-left .search-wrapper input{border:none;outline:none;flex:1;color:#4b5565;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.prev-directives-wrapper .row-2 .row-right{display:flex;align-items:center}.prev-directives-wrapper .row-2 .row-right .buttons{display:flex;align-items:center;flex-direction:row;gap:12px}.prev-directives-wrapper .row-2 .row-right .buttons button{color:#697586;display:flex;align-items:center;gap:8px;border:1px solid #e3e8ef;border-radius:8px;padding:10px 16px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center}.prev-directives-wrapper .row-2 .row-right .buttons button .btn-icon{width:20px;height:20px}.prev-directives-wrapper .row-2 .row-right .buttons button .btn-icon img{width:100%;height:100%}.prev-directives-wrapper .directives{padding:14px 16px;display:flex;flex-direction:column}.prev-directives-wrapper .directives .directives-table{flex:1;border:1px solid #eaecf0;width:100%;border-radius:12px;margin-bottom:10px;border-collapse:separate;border-spacing:0}.prev-directives-wrapper .directives .directives-table th{background-color:#f8fafc;padding:13px 24px;text-align:left;border-bottom:1px solid #eaecf0;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.prev-directives-wrapper .directives .directives-table td{padding:13px 24px;border-bottom:1px solid #eaecf0;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565}.prev-directives-wrapper .directives .directives-table tr:last-child td{border-bottom:none}.prev-directives-wrapper .directives-paginator{display:flex;flex-direction:row;align-items:center;padding:14px 16px;justify-content:space-between}.prev-directives-wrapper .directives-paginator .prev-btn-wrapper{display:flex;align-items:center}.prev-directives-wrapper .directives-paginator .prev-btn-wrapper button{color:#697586;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;display:flex;flex-direction:row;align-items:center;gap:8px;border:1px solid #e3e8ef;border-radius:12px;padding:10px 16px}.prev-directives-wrapper .directives-paginator .prev-btn-wrapper button .icon{width:20px;height:20px}.prev-directives-wrapper .directives-paginator .prev-btn-wrapper button .icon img{width:100%;height:100%}.prev-directives-wrapper .directives-paginator .next-btn-wrapper{display:flex;align-items:center}.prev-directives-wrapper .directives-paginator .next-btn-wrapper button{color:#697586;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;display:flex;flex-direction:row;align-items:center;gap:8px;border:1px solid #e3e8ef;border-radius:12px;padding:10px 16px}.prev-directives-wrapper .directives-paginator .next-btn-wrapper button .icon{width:20px;height:20px}.prev-directives-wrapper .directives-paginator .next-btn-wrapper button .icon img{width:100%;height:100%}.prev-directives-wrapper .directives-paginator .center-btns-wrapper{display:flex;align-items:center;gap:8px}.prev-directives-wrapper .directives-paginator .center-btns-wrapper button{width:41px;height:40px;border-radius:8px;border:1px solid #e3e8ef;display:flex;align-items:center;color:#4b5565;justify-content:center;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.prev-directives-wrapper .directives-paginator .center-btns-wrapper button.active-page-num-btn{color:#33ccd6;background-color:#eefbfc;border:1px solid var(--primary-color)}.previews-row,.results-notes-row{flex:1;display:flex;flex-direction:row;gap:16px;flex-wrap:wrap;margin-top:20px}.conditions-row{flex:1;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap;margin-top:20px}.recommendations-wrapper{width:100%;background-color:#fff;border:1px solid #f3f4f6;display:flex;flex-direction:column;border-radius:12px;margin-top:20px}.recommendations-wrapper .rs-wrapper{display:flex;flex-direction:column;padding:16px}.recommendations-wrapper .row-1{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #F3F4F6;align-items:center;padding:16px}.recommendations-wrapper .row-1 .row-left{display:flex;flex-direction:row;align-items:center;gap:12px}.recommendations-wrapper .row-1 .row-left .dots-icon{width:24px;height:24px}.recommendations-wrapper .row-1 .row-left .dots-icon img{width:100%;height:100%}.recommendations-wrapper .row-1 .row-left .text-wrapper{display:flex;flex-direction:column}.recommendations-wrapper .row-1 .row-left .text-wrapper .text-bg{font-weight:500;font-size:18px;line-height:28px;letter-spacing:0%;color:#121926}.recommendations-wrapper .row-1 .row-left .rec-counter{width:24px;height:24px;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565}.recommendations-wrapper .row-1 .row-left .text-wrapper .text-sm{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.recommendations-wrapper .row-1 .row-right{display:flex;flex-direction:row;align-items:center}.recommendations-wrapper .row-1 .row-right .buttons{display:flex;flex-direction:row;gap:12px;align-items:center}.recommendations-wrapper .row-1 .row-right .buttons .rec-btn{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 16px;background:#33ccd6;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;color:#fff;border-radius:8px}.recommendations-wrapper .row-1 .row-right .buttons .rec-btn .btn-text{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.recommendations-wrapper .row-1 .row-right .buttons .no-recs-sign{display:flex;align-items:center;gap:8px;background:#f8fafc;border-radius:8px;padding:8px 16px}.recommendations-wrapper .row-1 .row-right .buttons .no-recs-sign .no-text{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#364152}.recommendations-wrapper .row-1 .row-right .buttons .no-recs-sign img{width:20px;height:20px}.recommendations-wrapper .row-1 .row-right .buttons .rec-btn .icon{width:16.67px;height:16.67px}.recommendations-wrapper .row-1 .row-right .buttons .rec-btn .icon img{width:100%;height:100%}.recommendations-wrapper .ai-row{padding:16px;border-radius:12px;background:linear-gradient(90.22deg,#8bd1311a -59.48%,#33ccd64d 137.08%);display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:12px}.recommendations-wrapper .ai-row .row-left{display:flex;flex-direction:row;align-items:center;gap:12px}.recommendations-wrapper .ai-row .row-left .icon{display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:12px;background:#fff}.recommendations-wrapper .ai-row .row-left .icon img{width:20px;height:20px;flex-shrink:0}.recommendations-wrapper .ai-row .row-left .text-wrapper{display:flex;flex-direction:column}.recommendations-wrapper .ai-row .row-left .text-wrapper .text-title{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#000;display:flex;align-items:center}.recommendations-wrapper .ai-row .row-left .text-wrapper .text-title .sugg-span{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#000}.recommendations-wrapper .ai-row .row-left .text-wrapper .text-desc{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#0009}.recommendations-wrapper .ai-row .row-right{display:flex;align-items:center}.recommendations-wrapper .ai-row .row-right .view-btn{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;background:#ffffffb2;border-radius:8px;padding:8px 18px;color:#31725b}.recommendations-table-wrapper{width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.recommendations-table{width:100%;border-collapse:collapse;table-layout:fixed}.recommendations-table thead{background:#f8fafc}.recommendations-table th{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;padding:13px 12px;color:#697586;text-align:left;border-bottom:1px solid #e5e7eb}.recommendations-table .description .see-source-link{margin-left:8px;padding:0;background:none;border:none;font:inherit;font-weight:500;color:#33ccd6;text-decoration:underline;cursor:pointer;white-space:nowrap}.recommendations-table td{padding:10px 15px;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#4b5565;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%}.recommendations-table tbody tr:last-child td{border-bottom:none}.recommendations-table th:nth-child(1),.recommendations-table td:nth-child(1){width:125px}.recommendations-table th:nth-child(2),.recommendations-table td:nth-child(2){width:210px}.tags{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.tag{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;line-height:18px;font-family:Inter;letter-spacing:0%}.tag.nursing{background:#16b3641a;color:#16b364}.tag.mrr{background:#5c59f71a;color:#5c59f7}.tag.none{background:#6975861a;color:#697586}.description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recommendations-wrapper .ai-row .row-right .view-btn{cursor:pointer}.recommendations-wrapper .ai-row .row-right .view-btn:disabled{opacity:.7;cursor:default}.recommendations-wrapper .row-1 .row-right .buttons .rec-btn{cursor:pointer}.rec-desc-popup{position:fixed;z-index:1000;width:800px;max-width:calc(100vw - 16px);padding:14px 16px;border-radius:12px;background:#fff;border:1px solid #e3e8ef;box-shadow:0 12px 32px #10182829;color:#4b5565;font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;white-space:normal;overflow-wrap:anywhere;pointer-events:none;animation:recDescPopIn .12s ease-out}@keyframes recDescPopIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.recommendations-table tbody tr.rec-row{cursor:pointer}.recommendations-table th.action-col,.recommendations-table td.action-col{width:96px;text-align:center}.recommendations-table .rec-actions{display:flex;align-items:center;justify-content:center;gap:6px}.recommendations-table .rec-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:background .15s ease}.recommendations-table .rec-action-btn:hover{background:#f3f4f6}.recommendations-table .rec-action-btn img{width:16px;height:16px;-o-object-fit:contain;object-fit:contain}.rarm-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;z-index:30;top:0;left:0;background-color:#00000080}.rarm-wrapper.rarm-window{position:static;height:auto;min-height:100vh;padding:16px;box-sizing:border-box;overflow-y:auto;background-color:#eef1f5}.rarm-wrapper.rarm-window .rarm-content .rarm-header .rarm-drag{cursor:default}.rarm-wrapper .rarm-content{background-color:#fff;display:flex;flex-direction:column;width:1300px;border-radius:12px}.rarm-wrapper .rarm-content .rarm-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef)}.rarm-wrapper .rarm-content .rarm-header .rarm-title{color:var(--Black, #000);font-size:20px;font-style:normal;font-weight:600;line-height:30px}.rarm-wrapper .rarm-content .rarm-header .rarm-drag{display:flex;align-items:center;flex:1;min-width:0;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rarm-wrapper.rarm-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rarm-wrapper.rarm-dragging .rarm-content .rarm-header .rarm-drag{cursor:grabbing}.rarm-wrapper .rarm-content .rarm-header .btns{display:flex;align-items:center;gap:6px}.rarm-wrapper .rarm-content .rarm-header .btns button{display:flex;justify-content:center;color:var(--Gray-modern-700, #364152);font-family:Inter;font-size:12px;font-style:normal;gap:8px;font-weight:500;line-height:18px;align-items:center;padding:8px 12px;border-radius:8px;background:var(--Error-Gray-modern-50, #f8fafc)}.rarm-wrapper .rarm-content .rarm-header button img{width:20px;height:20px}.rarm-wrapper .rarm-content .rarm-header .btns .no-rec-sign{display:flex;justify-content:center;color:var(--Gray-modern-700, #364152);font-family:Inter;font-size:12px;font-style:normal;gap:8px;font-weight:500;line-height:18px;align-items:center;padding:8px 12px;border-radius:8px;background:var(--Error-Gray-modern-50, #f8fafc)}.rarm-wrapper .rarm-content .rarm-main{display:flex;flex-direction:column;gap:16px;padding:16px;height:632px;overflow-y:scroll}.rarm-wrapper .rarm-content .rarm-main .rarm-cats-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px;row-gap:4px;border-bottom:1px solid var(--Error-Gray-modern-100, #f3f4f6)}.rarm-wrapper .rarm-content .rarm-main .rarm-cats-row .rec-category{color:var(--Error-Gray-modern-500, #697586);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-bottom:12px}.rarm-wrapper .rarm-content .rarm-main .rarm-cats-row .rec-category.active-category{border-bottom:2px solid var(--primary-500, #33ccd6);color:var(--primary-500, #33ccd6)}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);display:flex;flex-direction:column;gap:12px;align-self:stretch}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .header-row{display:flex;padding:12px 16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--Error-Gray-modern-50, #f8fafc)}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .header-row .rec-date{color:var(--Error-Gray-modern-600, #4b5565);font-size:14px;font-style:normal;font-weight:500;line-height:20px}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .header-row .rec-btns{display:flex;flex-direction:row;align-items:center;gap:12px}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .header-row .rec-btns button{padding:7px 12px;color:var(--Error-Gray-modern-600, #4B5565);font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main{display:flex;padding:0 16px 12px;flex-direction:column;gap:12px;align-self:stretch}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .options-row{display:flex;align-items:center;gap:16px}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .options-row select{color:var(--Error-Gray-modern-500, #697586);width:33%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .recommendation-text{display:flex;padding:8px 12px;outline:none;flex-direction:column;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);align-items:flex-start;align-self:stretch;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;min-height:92.83px;font-weight:400;line-height:20px}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .con-check-row{display:flex;align-items:center;justify-content:start;gap:8px}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .con-check-row label{color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .con-check-row input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;border-radius:6px;border:1px solid var(--Gray-modern-300, #CDD5DF)}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .con-check-row input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .con-btns{display:flex;justify-content:end;gap:12px;align-items:center}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .con-btns .btn-1{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d}.rarm-wrapper .rarm-content .rarm-main .rarm-recommendation-wrapper .rarm-rec-main .con-btns .add-btn{border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d;padding:9px 16px;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.atsm-wrapper{display:flex;align-items:center;justify-content:center;background-color:#00000080;position:fixed;top:0;z-index:35;left:0;width:100%;height:100%}.atsm-wrapper .atsm-content{width:1300px;border-radius:12px;background-color:#fff;display:flex;flex-direction:column}.atsm-wrapper .atsm-content .atsm-header{display:flex;flex-direction:row;justify-content:space-between;padding:14px 16px;align-items:center;border-bottom:1px solid var(--Gray-modern-200, #EEF2F6)}.atsm-wrapper .atsm-content .atsm-header .title{color:var(--Black, #121212);text-align:center;font-size:20px;font-style:normal;font-weight:600;line-height:30px}.atsm-wrapper .atsm-content .atsm-header .close-btn{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC)}.atsm-wrapper .atsm-content .atsm-header .close-btn img{width:20px;height:20px}.atsm-wrapper .atsm-content .atsm-table-wrapper-main{padding:14px 16px;max-height:542px;overflow-y:scroll}.atsm-wrapper .atsm-content .atsm-bottom-btns{display:flex;flex-direction:row;justify-content:end;gap:12px;padding:14px 16px;align-items:center}.atsm-wrapper .atsm-content .atsm-bottom-btns .cancel{padding:9px 16px;color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d}.atsm-wrapper .atsm-content .atsm-bottom-btns .add-new-btn{padding:9px 16px;color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:8px;border:1px solid #88CE2F;background:#88ce2f;box-shadow:0 1px 2px #1018280d}.atsm-wrapper .atsm-state{display:flex;align-items:center;justify-content:center;gap:10px;height:100%;color:#697586;font-size:13px;text-align:center}.atsm-wrapper .ats-table-wrapper{width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.atsm-wrapper .ats-table{width:100%;border-collapse:collapse;table-layout:fixed}.atsm-wrapper .ats-table thead{background:#f8fafc}.atsm-wrapper .ats-table th{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;padding:13px 12px;color:#697586;text-align:left;border-bottom:1px solid #e5e7eb}.atsm-wrapper .ats-table td{padding:10px 15px;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#4b5565;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%}.atsm-wrapper .ats-table tbody tr:last-child td{border-bottom:none}.atsm-wrapper .ats-table th:nth-child(1),.atsm-wrapper .ats-table td:nth-child(1){width:260px}.atsm-wrapper .ats-table th:nth-child(3),.atsm-wrapper .ats-table td:nth-child(3){width:120px}.atsm-wrapper .ats-table .description{white-space:normal;overflow-wrap:anywhere}.atsm-wrapper .ats-table .ats-actions{display:flex;align-items:center;gap:4px}.atsm-wrapper .ats-table .ats-actions button{display:flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;color:#697586;cursor:pointer}.atsm-wrapper .ats-table .ats-actions button:hover{background:#f8fafc;color:#4b5565}.atsm-wrapper .ats-table .ats-actions button.del:hover{background:#fef2f2;color:#ef4444;border-color:#fecaca}.crats-wrapper{width:100%;height:100%;background-color:#00000080;position:fixed;top:0;z-index:40;left:0;display:flex;align-items:center;justify-content:center}.crats-wrapper .crats-content{display:flex;flex-direction:column;width:643px;background-color:#fff;border-radius:12px;gap:12px}.crats-wrapper .crats-content .crats-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);padding:14px 16px}.crats-wrapper .crats-content .crats-header .title{color:var(--Black, #000);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:30px}.crats-wrapper .crats-content .crats-header .close-btn{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC)}.crats-wrapper .crats-content .crats-header .close-btn img{width:20px;height:20px}.crats-wrapper .crats-content .crats-main{padding:14px 16px;display:flex;flex-direction:column;gap:12px}.crats-wrapper .crats-content .crats-main .input-wrapper{display:flex;gap:6px;flex-direction:column;flex:1}.crats-wrapper .crats-content .crats-main .input-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.crats-wrapper .crats-content .crats-main .input-wrapper input,.crats-wrapper .crats-content .crats-main .input-wrapper textarea{outline:none;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF);box-shadow:0 1px 2px #1018280d}.crats-wrapper .crats-content .crats-main .action-btns{display:flex;align-items:center;flex-direction:row;gap:12px;justify-content:end}.crats-wrapper .crats-content .crats-main .action-btns .cancel-btn{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d}.crats-wrapper .crats-content .crats-main .action-btns .save-btn{border-radius:8px;border:1px solid #88CE2F;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px}.mpw-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:60;display:flex;align-items:flex-start;justify-content:center;padding-top:40px;background:#00000040}.mpw-wrapper.mpw-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mpw-wrapper .mpw-content{width:760px;max-width:94vw;max-height:88vh;background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;overflow:hidden}.mpw-wrapper .mpw-content .mpw-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f3f4f6}.mpw-wrapper .mpw-content .mpw-header .mpw-drag{display:flex;flex-direction:row;align-items:center;gap:10px;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:1;min-width:0}.mpw-wrapper.mpw-dragging .mpw-content .mpw-header .mpw-drag{cursor:grabbing}.mpw-wrapper .mpw-content .mpw-header .mpw-drag .mpw-dots{width:20px;height:20px;flex-shrink:0}.mpw-wrapper .mpw-content .mpw-header .mpw-drag .mpw-title{font-weight:600;font-size:15px;line-height:22px;color:#121926;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mpw-wrapper .mpw-content .mpw-header .mpw-close{width:30px;height:30px;flex-shrink:0;border:none;border-radius:8px;background:#f8fafc;cursor:pointer;display:flex;align-items:center;justify-content:center}.mpw-wrapper .mpw-content .mpw-body{flex:1;overflow:auto;padding:12px;background:#f8fafc}.mpw-wrapper .mpw-content .mpw-body .mpw-canvas{width:100%;display:block;border-radius:8px}.mpw-wrapper .mpw-content .mpw-body .mpw-state{text-align:center;padding:40px;color:#697586;font-size:14px}.mpw-wrapper .mpw-content .mpw-body .mpw-state.mpw-error{color:#ef4444}.mpw-wrapper .mpw-content .mpw-nav{display:flex;flex-direction:row;justify-content:center;padding:12px;border-top:1px solid #f3f4f6}.mpw-wrapper .mpw-content .mpw-nav .mpw-nav-btn{padding:8px 24px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.mpw-wrapper .mpw-content .mpw-nav .mpw-nav-btn:first-child{border-right:none;border-radius:8px 0 0 8px}.mpw-wrapper .mpw-content .mpw-nav .mpw-nav-btn:last-child{border-left:none;border-radius:0 8px 8px 0}.mpw-wrapper .mpw-content .mpw-nav .mpw-nav-btn:disabled{opacity:.5;cursor:not-allowed}.mpw-wrapper .mpw-content .mpw-nav .mpw-nav-btn img{width:12px;height:12px}.mpw-wrapper .mpw-content .mpw-nav .mpw-nav-page{padding:8px 14px;border:1px solid #e5e7eb;font-weight:500;font-size:14px;color:#364152}.crrm-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;z-index:30;top:0;left:0;background-color:#00000080}.crrm-wrapper .crrm-content{background-color:#fff;display:flex;flex-direction:column;width:1300px;border-radius:12px}.crrm-wrapper .crrm-content .crrm-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef)}.crrm-wrapper .crrm-content .crrm-header .crrm-title{color:var(--Black, #000);font-size:20px;font-style:normal;font-weight:600;line-height:30px}.crrm-wrapper .crrm-content .crrm-header .close-btn{display:flex;width:36px;height:36px;justify-content:center;align-items:center;border-radius:8px;background:var(--Error-Gray-modern-50, #f8fafc)}.crrm-wrapper .crrm-content .crrm-header .close-btn img{width:20px;height:20px}.crrm-wrapper .crrm-content .crrm-main{display:flex;flex-direction:column;gap:16px;padding:16px;overflow-y:scroll}.crrm-wrapper .crrm-content .crrm-main .crrm-cats-row{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--Error-Gray-modern-100, #f3f4f6)}.crrm-wrapper .crrm-content .crrm-main .crrm-cats-row .rec-category{color:var(--Error-Gray-modern-500, #697586);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-bottom:12px}.crrm-wrapper .crrm-content .crrm-main .crrm-cats-row .rec-category.active-category{border-bottom:2px solid var(--primary-500, #33ccd6);color:var(--primary-500, #33ccd6)}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);display:flex;flex-direction:column;gap:12px;align-self:stretch}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .header-row{display:flex;padding:12px 16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--Error-Gray-modern-50, #f8fafc)}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .header-row .rec-date{color:var(--Error-Gray-modern-600, #4b5565);font-size:14px;font-style:normal;font-weight:500;line-height:20px}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .crrm-rec-main{display:flex;padding:0 16px 12px;flex-direction:column;gap:12px;align-self:stretch}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .crrm-rec-main .options-row{display:flex;align-items:center;gap:16px}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .crrm-rec-main .options-row select{color:var(--Error-Gray-modern-500, #697586);flex:1;width:auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;outline:none;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .crrm-rec-main .recommendation-text{display:flex;padding:8px 12px;width:100%;outline:none;flex-direction:column;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);align-items:flex-start;align-self:stretch;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;min-height:92.83px;font-weight:400;line-height:20px}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .crrm-rec-main .con-btns{display:flex;justify-content:end;gap:12px;align-items:center}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .crrm-rec-main .con-btns .btn-1{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d}.crrm-wrapper .crrm-content .crrm-main .crrm-recommendation-wrapper .crrm-rec-main .con-btns .add-btn{border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d;padding:9px 16px;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.crrm-textarea-wrap{position:relative}.crrm-mention-menu{position:fixed;z-index:1000;transform:translateY(-100%);min-width:300px;max-width:620px;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e3e8ef;border-radius:8px;box-shadow:0 8px 24px #1018281f;padding:4px}.crrm-mention-menu .crrm-mention-item{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:6px;cursor:pointer}.crrm-mention-menu .crrm-mention-item:hover{background:#f8fafc}.crrm-mention-menu .crrm-mention-item .crrm-mention-name{font-family:Inter;font-weight:500;font-size:13px;line-height:18px;color:#202939}.crrm-mention-menu .crrm-mention-item .crrm-mention-inst{font-family:Inter;font-weight:400;font-size:12px;line-height:16px;color:#697586;white-space:normal}.crrm-wrapper .header-row .rec-btns{display:flex;flex-direction:row;align-items:center;gap:12px}.crrm-wrapper .header-row .rec-btns button{padding:7px 12px;color:var(--Error-Gray-modern-600, #4B5565);font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d;cursor:pointer}.crrm-rec-main .rec-meds-section{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.crrm-rec-main .rec-meds-section .heading-1{color:#202939;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}.crrm-rec-main .rec-meds-section .rec-meds-list{display:flex;flex-wrap:wrap;gap:10px 20px}.crrm-rec-main .rec-meds-section .rec-med-check{display:flex;align-items:center;gap:8px;width:calc(50% - 10px);color:#4b5565;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;cursor:pointer}.crrm-rec-main .rec-meds-section .rec-med-check input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:6px;border:1px solid #cdd5df;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;flex-shrink:0}.crrm-rec-main .rec-meds-section .rec-med-check input[type=checkbox]:checked{border:2px solid #25d0e8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.crrm-rec-main .rec-meds-section .rec-meds-empty{color:#8a94a6;font-family:Inter;font-size:13px}.crrm-rec-main .rec-phys-section{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.crrm-rec-main .rec-phys-section .heading-1{color:#202939;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}.crrm-rec-main .rec-phys-section .rec-phys-list{display:flex;flex-direction:column;gap:10px}.crrm-rec-main .rec-phys-section .rec-phys-row{display:flex;align-items:center;gap:12px}.crrm-rec-main .rec-phys-section .rec-phys-input{width:50%;padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;color:#4b5565;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;outline:none}.crrm-rec-main .rec-phys-section .rec-phys-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #33ccd6;border-radius:8px;background:#eefbfc;cursor:pointer;flex-shrink:0}.edrm-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:fixed;z-index:30;top:0;left:0;background-color:#00000080}.edrm-wrapper .edrm-content{background-color:#fff;display:flex;flex-direction:column;width:1300px;border-radius:12px;max-height:90vh}.edrm-wrapper .edrm-content .edrm-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef)}.edrm-wrapper .edrm-content .edrm-header .edrm-title{color:var(--Black, #000);font-size:20px;font-style:normal;font-weight:600;line-height:30px}.edrm-wrapper .edrm-content .edrm-header .close-btn{display:flex;width:36px;height:36px;justify-content:center;align-items:center;border-radius:8px;background:var(--Error-Gray-modern-50, #f8fafc)}.edrm-wrapper .edrm-content .edrm-header .close-btn img{width:20px;height:20px}.edrm-wrapper .edrm-content .edrm-main{display:flex;flex-direction:column;gap:16px;padding:16px;flex:1;min-height:0;overflow-y:auto}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);display:flex;flex-direction:column;gap:12px;align-self:stretch}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .header-row{display:flex;padding:12px 16px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--Error-Gray-modern-50, #f8fafc)}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .header-row .rec-date{color:var(--Error-Gray-modern-600, #4b5565);font-size:14px;font-style:normal;font-weight:500;line-height:20px}.edrm-wrapper .header-row .rec-btns{display:flex;flex-direction:row;align-items:center;gap:12px}.edrm-wrapper .header-row .rec-btns button{padding:7px 12px;color:var(--Error-Gray-modern-600, #4b5565);font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d;cursor:pointer}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main{display:flex;padding:0 16px 12px;flex-direction:column;gap:12px;align-self:stretch}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row{display:flex;align-items:center;gap:16px}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row select,.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row .date-input{flex:0 0 calc((100% - 32px) / 3);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--Error-Gray-modern-500, #697586);font-size:14px;outline:none;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d;background:#fff}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row .date-input{display:flex;align-items:center;justify-content:space-between;gap:8px}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row .date-input input{border:none;outline:none;background:transparent;width:100%;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-weight:400;line-height:20px;cursor:default}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row .date-input input::-moz-placeholder{color:#697586}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row .date-input input::placeholder{color:#697586}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .options-row .date-input img{width:20px;height:20px;flex-shrink:0;cursor:pointer}.edrm-textarea-wrap{position:relative}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .recommendation-text{display:flex;padding:8px 12px;width:100%;outline:none;flex-direction:column;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);align-items:flex-start;align-self:stretch;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;min-height:92.83px;font-weight:400;line-height:20px}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .con-btns{display:flex;justify-content:end;gap:12px;align-items:center}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .con-btns .btn-1{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d}.edrm-wrapper .edrm-content .edrm-main .edrm-recommendation-wrapper .edrm-rec-main .con-btns .add-btn{border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d;padding:9px 16px;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.edrm-datepicker-pop{position:fixed;z-index:1000;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 10px 30px #1018281f;padding:4px 6px;--rdp-accent-color: #33ccd6;--rdp-accent-background-color: #eefbfc;--rdp-today-color: #33ccd6;--rdp-day-width: 38px;--rdp-day-height: 38px;--rdp-day_button-width: 38px;--rdp-day_button-height: 38px;font-family:Inter;font-size:13px;color:#202939}.edrm-rec-main .outcome-wrapper{display:flex;flex-direction:column;gap:12px;align-self:stretch}.edrm-rec-main .outcome-wrapper .heading-1{color:var(--Error-Gray-modern-800, #202939);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.edrm-rec-main .outcome-wrapper .inp-wrapper{display:flex;flex-direction:column;gap:6px;align-self:stretch}.edrm-rec-main .outcome-wrapper .inp-wrapper label,.edrm-rec-main .outcome-wrapper .inps-wrapper .input-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.edrm-rec-main .outcome-wrapper .inp-wrapper select{width:50%;color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d;background:#fff;outline:none}.edrm-rec-main .outcome-wrapper .inp-wrapper textarea{width:100%;padding:8px 12px;outline:none;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;resize:vertical;min-height:72px}.edrm-rec-main .outcome-wrapper .inps-wrapper{display:flex;gap:16px;align-self:stretch}.edrm-rec-main .outcome-wrapper .inps-wrapper .input-wrapper{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.edrm-rec-main .outcome-wrapper .inps-wrapper .input-wrapper input{width:100%;color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d;background:#fff;outline:none}.edrm-rec-main .rec-meds-section{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.edrm-rec-main .rec-meds-section .heading-1{color:#202939;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}.edrm-rec-main .rec-meds-section .rec-meds-list{display:flex;flex-wrap:wrap;gap:10px 20px}.edrm-rec-main .rec-meds-section .rec-med-check{display:flex;align-items:center;gap:8px;width:calc(50% - 10px);color:#4b5565;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;cursor:pointer}.edrm-rec-main .rec-meds-section .rec-med-check input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:6px;border:1px solid #cdd5df;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;flex-shrink:0}.edrm-rec-main .rec-meds-section .rec-med-check input[type=checkbox]:checked{border:2px solid #25d0e8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.edrm-rec-main .rec-meds-section .rec-meds-empty{color:#8a94a6;font-family:Inter;font-size:13px}.edrm-rec-main .rec-phys-section{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.edrm-rec-main .rec-phys-section .heading-1{color:#202939;font-family:Inter;font-size:16px;font-weight:500;line-height:24px}.edrm-rec-main .rec-phys-section .rec-phys-list{display:flex;flex-direction:column;gap:10px}.edrm-rec-main .rec-phys-section .rec-phys-row{display:flex;align-items:center;gap:12px}.edrm-rec-main .rec-phys-section .rec-phys-input{width:50%;padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;color:#4b5565;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;outline:none}.edrm-rec-main .rec-phys-section .rec-phys-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #33ccd6;border-radius:8px;background:#eefbfc;cursor:pointer;flex-shrink:0}.fc-del-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;background-color:#00000080;width:100%;z-index:30;height:100%}.fc-del-wrapper .fc-del-content .btns button:disabled{opacity:.6;cursor:not-allowed}.sections-navbar-wrapper{flex:1;display:flex;flex-direction:row;align-items:center;padding-top:13px;padding-left:20px;padding-right:20px;gap:14px;margin-top:20px;border:1px solid #F3F4F6;background:#fff;border-radius:8px;margin-bottom:20px}.sections-navbar-wrapper a{display:flex;padding-bottom:12px;font-weight:600;font-family:Manrope;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.sections-navbar-wrapper a.active{color:#33ccd6;border-bottom:2px solid #33CCD6}.lr-wrapper{display:flex;flex-direction:column;background:#fff;border:1px solid #f3f4f6;margin-top:20px;border-radius:12px}.lr-wrapper .lr-header{display:flex;flex-direction:row;align-items:center;padding:21px 16px;justify-content:space-between;border-bottom:1px solid #f3f4f6}.lr-wrapper .lr-header .left-side{display:flex;align-items:center;gap:12px}.lr-wrapper .lr-header .left-side .dots-icon{width:24px;height:24px}.lr-wrapper .lr-header .left-side .text{display:flex;align-items:center;flex-direction:row;gap:4px}.lr-wrapper .lr-header .left-side .text .text-main{font-weight:500;font-size:16px;line-height:24px;color:#121926;letter-spacing:0%}.lr-wrapper .lr-header .left-side .text .text-count{color:#4b5565;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%}.lr-wrapper .lr-header .right-side{display:flex;align-items:center;gap:12px}.lr-wrapper .lr-header .right-side .switch-button{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:14px;line-height:20px;border-radius:8px;letter-spacing:0%;color:#364152;border:#f8fafc solid 1px}.lr-wrapper .lr-header .right-side .switch-button .status-switch{width:36px;height:20px;padding:2px;border-radius:999px;background:#eaecf0;display:flex;align-items:center;justify-content:flex-start}.lr-wrapper .lr-header .right-side .switch-button .status-switch.active{background:#33ccd6;justify-content:flex-end}.lr-wrapper .lr-header .right-side .switch-button .status-switch img{width:16px;fill:var(--White, #FFF);filter:drop-shadow(0 1px 2px rgba(16,24,40,.06)) drop-shadow(0 1px 3px rgba(16,24,40,.1));height:16px}.lr-wrapper .lr-header .right-side .btn{font-weight:500;color:#364152;padding:8px 16px;background:#f8fafc;font-size:14px;line-height:20px;border-radius:8px;letter-spacing:0%;display:flex;align-items:center;gap:8px}.lr-wrapper .lr-header .right-side .btn img{width:20px;height:20px}.lr-wrapper .lr-main{display:flex;flex-direction:row;width:100%;align-items:start}.lr-wrapper .lr-main .lr-left{display:flex;flex-direction:column;width:353px;padding:14px 16px;border-right:1px solid #f3f4f6}.lr-wrapper .lr-main .lr-left .textarea-input-wrapper{display:flex;flex:1;flex-direction:column;gap:6px}.lr-wrapper .lr-main .lr-left .textarea-input-wrapper label{color:#4b5565;font-weight:600;font-style:Semi Bold;font-size:12px;line-height:18px;letter-spacing:0%}.lr-wrapper .lr-main .lr-left .textarea-input-wrapper textarea{color:#697586;font-weight:400;padding:10px 14px;outline:none;resize:none;border-radius:8px;border:1px solid #e3e8ef;box-shadow:0 1px 2px #1018280d;font-size:14px;line-height:20px;letter-spacing:0%}.lr-wrapper .lr-main .lr-left .textarea-input-wrapper .insts{font-weight:400;font-size:14px;line-height:130%;letter-spacing:0%;color:#697586}.lr-wrapper .lr-main .lr-left .lr-doc{flex:1;display:flex;padding:10px 14px;flex-direction:column;gap:4px;border-radius:8px;border-top:1px solid #f3f4f6;cursor:pointer;background-color:#f8fafc;box-shadow:0 1px .5px .05px #1d293d05;margin:12px 0}.lr-wrapper .lr-main .lr-left .lr-doc .date{color:#374151;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.lr-wrapper .lr-main .lr-left .lr-doc .panels{color:#697586;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%}.lr-wrapper .lr-main .lr-left .lr-doc.active-doc{border:1px solid #33ccd6;background:#f8fafc}.lr-wrapper .lr-main .lr-right{display:flex;flex-direction:column;padding:14.5px 16px;flex:1}.lr-wrapper .lr-main .lr-right .panels-nav{display:flex;flex-direction:row;gap:14px;margin-right:16px;margin-left:16px;align-items:center;border-bottom:1px solid #f3f4f6}.lr-wrapper .lr-main .lr-right .panels-nav .panel-tab{color:#697586;font-family:Manrope;font-weight:600;cursor:pointer;font-size:14px;line-height:20px;letter-spacing:0%;padding-bottom:11.5px}.lr-wrapper .lr-main .lr-right .panels-nav .panel-tab.active-tab{border-bottom:2px solid #33ccd6;color:#33ccd6}.lab-table-wrapper{margin-top:16px;border:1px solid #e4e7ec;border-radius:14px;overflow:hidden;background:#fff}.lab-table{width:100%;border-collapse:collapse;table-layout:fixed}.lab-table thead{background:#f8fafc}.lab-table th{padding:14px 16px;text-align:left;color:#667085;font-size:12px;font-weight:500;line-height:18px;letter-spacing:0%;border-bottom:1px solid #e4e7ec}.lab-table td{padding:12px 16px;border-bottom:1px solid #e4e7ec;color:#475467;font-size:12px;line-height:18px;font-weight:500;vertical-align:middle}.lab-table tbody tr:last-child td{border-bottom:none}.lab-table th:nth-child(1),.lab-table td:nth-child(1){width:33%}.lab-table th:nth-child(2),.lab-table td:nth-child(2){width:22%}.lab-table th:nth-child(3),.lab-table td:nth-child(3){width:28%}.lab-table th:nth-child(4),.lab-table td:nth-child(4){width:17%}.lab-table .danger{color:#ff3b30;font-weight:500}.status{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;line-height:18px;min-width:62px}.status.normal{background:#ecfdf3;color:#16a34a}.status.low{background:#fef3f2;color:#f04438}.lab-summary{margin-top:18px;border:1px solid #e4e7ec;border-radius:10px;padding:10px 14px;background:#fff}.lab-summary div{font-size:12px;line-height:18px;color:#475467}.lab-summary div+div{margin-top:4px}.lab-summary strong{font-weight:700}.nolr-wrapper{display:flex;align-items:center;justify-content:center;height:573px}.nolr-wrapper .nolr-content{display:flex;align-items:center;flex-direction:column;gap:16px}.nolr-wrapper .nolr-content img.logo-img{width:62px;height:54px}.nolr-wrapper .nolr-content .nolr-text{display:flex;align-items:center;flex-direction:column;gap:8px;text-align:center}.nolr-wrapper .nolr-content .nolr-text .nolr-title{font-weight:500;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#121926}.nolr-wrapper .nolr-content .nolr-text .nolr-desc{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#697586}.nolr-wrapper .nolr-content .upload-btn{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#fff;border:1px solid #33ccd6;box-shadow:0 1px 2px #1018280d;display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;gap:8px;background:#33ccd6}.nolr-wrapper .nolr-content .upload-btn img{width:20px;height:20px}.lr-wrapper .ai-row{padding:16px;border-radius:12px;background:linear-gradient(90.22deg,#8bd1311a -59.48%,#33ccd64d 137.08%);display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:12px}.lr-wrapper .ai-row-wrapper{padding:14px 16px}.lr-wrapper .ai-row .row-left{display:flex;flex-direction:row;align-items:center;gap:12px}.lr-wrapper .ai-row .row-left .icon{display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:12px;background:#fff}.lr-wrapper .ai-row .row-left .icon img{width:20px;height:20px;flex-shrink:0}.lr-wrapper .ai-row .row-left .text-wrapper{display:flex;flex-direction:column}.lr-wrapper .ai-row .row-left .text-wrapper .text-title{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#000;display:flex;align-items:center}.lr-wrapper .ai-row .row-left .text-wrapper .text-title .sugg-span{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#000}.lr-wrapper .ai-row .row-left .text-wrapper .text-desc{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#0009}.lr-wrapper .ai-row .row-right{display:flex;align-items:center}.lr-wrapper .ai-row .row-right .view-btn{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;background:#ffffffb2;border-radius:8px;padding:8px 18px;color:#31725b}.lrfh-wrapper{width:100%;height:100%;position:fixed;z-index:20;background-color:#00000070;display:flex;align-items:center;justify-content:center;top:0;left:0}.lrfh-wrapper .lrfh-content{background-color:#fff;border:1px solid #EEF2F6;display:flex;flex-direction:column;border-radius:12px}.lrfh-wrapper .lrfh-content .lrfh-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #EEF2F6;min-width:1168px}.lrfh-wrapper .lrfh-content .lrfh-header .lrfh-title{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#121212}.lrfh-wrapper .lrfh-content .lrfh-header .close-btn img{width:24px;height:24px}.lrfh-wrapper .lrfh-content .lrfh-main-wrapper{padding:16px}.lrfh-wrapper .lrfh-content .lrfh-main-wrapper .lrfh-main{display:flex;border:1px solid #E6E6E9;flex-direction:column;border-radius:12px}.lrfh-wrapper .lrfh-content .lrfh-main-wrapper .lrfh-main .search-row{display:flex;padding:14px 16px;border-bottom:1px solid #E6E6E9;align-items:center}.lrfh-wrapper .lrfh-content .lrfh-main-wrapper .lrfh-main .search-row .search-box{display:flex;align-items:center;width:313px;gap:8px;border:1px solid #EAECF0;border-radius:8px;padding:10px 16px}.lrfh-wrapper .lrfh-content .lrfh-main-wrapper .lrfh-main .search-row .search-box img{width:20px;height:20px}.lrfh-wrapper .lrfh-content .lrfh-main-wrapper .lrfh-main .search-row .search-box input{font-weight:500;color:#4b5565;font-size:14px;line-height:20px;letter-spacing:0%;outline:none;border:none;flex:1}.uplr-wrapper{display:flex;position:fixed;z-index:20;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;background-color:#00000080}.uplr-wrapper .uplr-content{background-color:#fff;border-radius:12px;display:flex;flex-direction:column}.uplr-wrapper .uplr-content .uplr-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:850px;padding:14px 16px;border-bottom:1px solid #e3e8ef}.uplr-wrapper .uplr-content .uplr-header .uplr-title{color:#000;font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%}.uplr-wrapper .uplr-content .uplr-header .uplr-btn{background-color:#f8fafc;border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:center}.uplr-wrapper .uplr-content .uplr-header .uplr-btn img{width:20px;height:20px}.uplr-wrapper .uplr-content .uplr-main{display:flex;flex-direction:column;padding:16px;gap:12px}.uplr-wrapper .uplr-content .uplr-main .f-input-wrapper{display:flex;flex-direction:column;gap:7px}.uplr-wrapper .uplr-content .uplr-main .f-input-wrapper .desc-text{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#374151}.uplr-wrapper .uplr-content .uplr-main .f-input-wrapper .lr-file-up-label{display:flex;flex-direction:column;padding:12px 35px;border-radius:12px;background-image:linear-gradient(to right,#e3e8ef 50%,transparent 50%),linear-gradient(to right,#e3e8ef 50%,transparent 50%),linear-gradient(to bottom,#e3e8ef 50%,transparent 50%),linear-gradient(to bottom,#e3e8ef 50%,transparent 50%);background-size:16px 1px,16px 1px,1px 16px,1px 16px;background-position:top left,bottom left,top left,top right;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;gap:4px;align-items:center}.uplr-wrapper .uplr-content .uplr-main .f-input-wrapper .lr-file-up-label .text-main{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center;color:#000}.uplr-wrapper .uplr-content .uplr-main .f-input-wrapper .lr-file-up-label .text-desc{color:#a9acb4;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center}.uplr-wrapper .uplr-content .uplr-main .f-input-wrapper .lr-file-up-label button{color:#364152;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;padding:10px 18px;border-radius:8px;background-color:#f8fafc}.uplr-wrapper .uplr-content .uplr-main .uplr-docs{display:flex;flex-direction:column;gap:8px}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc{display:flex;flex-direction:row;gap:5.5px;align-items:center;background:#f8fafc;padding:12px 16px;border:1px solid #e3e8ef;justify-content:space-between;border-radius:12px}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc .left-side{display:flex;align-items:center;gap:5.5px;flex-direction:row}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc .left-side .pdf-icon{width:32px;height:32px}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc .left-side .text{display:flex;flex-direction:column;gap:1px}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc .left-side .text .f-name{color:#4b5565;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc .left-side .text .f-size{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc .right-side{display:flex;align-items:center}.uplr-wrapper .uplr-content .uplr-main .uplr-docs .uplr-doc .right-side .close-btn img{width:20px;height:20px}.uplr-wrapper .uplr-content .uplr-main .uplr-bottom{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:12px}.uplr-wrapper .uplr-content .uplr-main .uplr-bottom .up-btn{background:#33ccd6;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;color:#fff;font-weight:500;padding:10px 18px;border-radius:8px;font-size:12px;line-height:18px;letter-spacing:0%}.uplr-wrapper .uplr-content .uplr-main .uplr-bottom .cancel{border:1px solid #e3e8ef;box-shadow:0 1px 2px #1018280d;color:#4b5565;font-weight:500;border-radius:8px;font-size:12px;line-height:18px;padding:10px 18px;letter-spacing:0%}.uplr-wrapper .uplr-status{display:block}.uplr-wrapper .uplr-status.uplr-done{color:#22c55e}.uplr-wrapper .uplr-status.uplr-error{color:#ec4f47}.uplr-wrapper .uplr-status.uplr-spin{color:#33ccd6;animation:uplr-spin .8s linear infinite}@keyframes uplr-spin{to{transform:rotate(360deg)}}.uplr-wrapper .uplr-field-error{margin-top:8px;color:#ec4f47;font-size:13px}.uplr-wrapper .uplr-bottom .up-btn:disabled{opacity:.5;cursor:not-allowed}.uplr-wrapper .uplr-bottom .cancel,.uplr-wrapper .uplr-bottom .up-btn,.uplr-wrapper .uplr-header .uplr-btn,.uplr-wrapper .close-btn{cursor:pointer}.mar-preview-wrapper{flex:1;min-width:0;background-color:#fff;border:1px #f3f4f6 solid;border-radius:12px;display:flex;flex-direction:column}.mar-preview-wrapper .preview-head{width:100%;padding:12px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;gap:8px}.mar-preview-wrapper .preview-head .head-left{display:flex;flex-direction:row;align-items:center;gap:12px;min-width:0}.mar-preview-wrapper .preview-head .head-left .icon{width:24px;height:24px;flex-shrink:0}.mar-preview-wrapper .preview-head .head-left .icon img{width:100%;height:100%}.mar-preview-wrapper .preview-head .head-left .text{font-weight:500;font-size:16px;line-height:24px;color:#121926;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mar-preview-wrapper .preview-head .head-right{display:flex;flex-direction:row;gap:8px;justify-content:end;align-items:center;flex-shrink:0}.mar-preview-wrapper .preview-head .head-right .mar-btn{display:flex;align-items:center;padding:9px 16px;border-radius:8px;background:#f8fafc;color:#364152;gap:8px;font-size:12px;font-weight:500;line-height:18px;letter-spacing:0%}.mar-preview-wrapper .preview-head .head-right .mar-btn img{width:20px;height:20px}.mar-preview-wrapper .mar-preview-main{padding:14px 16px;display:flex;flex-direction:column}.mar-preview-wrapper .ai-row{padding:16px;border-radius:12px;background:linear-gradient(90.22deg,#8bd1311a -59.48%,#33ccd64d 137.08%);display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:12px}.mar-preview-wrapper .ai-row .row-left{display:flex;flex-direction:row;align-items:center;gap:12px}.mar-preview-wrapper .ai-row .row-left .icon{display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:12px;background:#fff}.mar-preview-wrapper .ai-row .row-left .icon img{width:20px;height:20px;flex-shrink:0}.mar-preview-wrapper .ai-row .row-left .text-wrapper{display:flex;flex-direction:column}.mar-preview-wrapper .ai-row .row-left .text-wrapper .text-title{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#000;display:flex;align-items:center}.mar-preview-wrapper .ai-row .row-left .text-wrapper .text-title .sugg-span{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#000}.mar-preview-wrapper .ai-row .row-left .text-wrapper .text-desc{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#0009}.mar-preview-wrapper .ai-row .row-right{display:flex;align-items:center}.mar-preview-wrapper .ai-row .row-right .view-btn{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;background:#ffffffb2;border-radius:8px;padding:8px 18px;color:#31725b}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper{display:flex;flex-direction:column;width:100%;align-items:center}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-file-page{width:100%;max-height:750px;border-radius:12px;overflow:hidden;display:flex;justify-content:center;align-items:flex-start}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-file-page img{width:100%;-o-object-fit:contain;object-fit:contain}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-file-page .pdf-canvas{display:block;width:auto;height:auto;width:100%;max-height:750px;-o-object-fit:contain;object-fit:contain}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-file-page .pdf-state-box{display:flex;align-items:center;justify-content:center;min-height:320px;color:#697586;font-size:14px}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-file-page .pdf-state-box.pdf-state-error{color:#ef4444}.mar-preview-wrapper .ai-row .row-right{gap:8px}.mar-preview-wrapper .ai-row .row-right .view-btn{cursor:pointer}.mar-preview-wrapper .ai-row .row-right .view-btn:disabled{opacity:.6;cursor:default}.mar-preview-wrapper .preview-head .head-right .mar-btn{cursor:pointer;border:none}.mar-preview-wrapper .preview-head .head-right .mar-btn:disabled{opacity:.5;cursor:not-allowed}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-nav-btns{display:flex;flex-direction:row;margin-top:12px}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-nav-btns .p-nav{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;border:1px solid #e5e7eb}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-nav-btns button.p-nav{padding-right:32px;padding-left:32px}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-nav-btns button.p-nav:nth-child(1){border-right:none;border-radius:8px 0 0 8px}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-nav-btns button.p-nav:nth-child(3){border-left:none;border-radius:0 8px 8px 0}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-nav-btns div.p-nav{padding:8px 13px}.mar-preview-wrapper .mar-preview-main .pdf-file-wrapper .pdf-nav-btns .p-nav img{width:12px;height:12px}.nomar-wrapper{display:flex;align-items:center;justify-content:center;height:573px}.nomar-wrapper .nomar-content{display:flex;align-items:center;flex-direction:column;gap:16px}.nomar-wrapper .nomar-content img.logo-img{width:62px;height:54px}.nomar-wrapper .nomar-content .nomar-text{display:flex;align-items:center;flex-direction:column;gap:8px;text-align:center}.nomar-wrapper .nomar-content .nomar-text .nomar-title{font-weight:500;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#121926}.nomar-wrapper .nomar-content .nomar-text .nomar-desc{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#697586}.nomar-wrapper .nomar-content .upload-btn{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#fff;border:1px solid #33ccd6;box-shadow:0 1px 2px #1018280d;display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;gap:8px;background:#33ccd6}.nomar-wrapper .nomar-content .upload-btn img{width:20px;height:20px}.upm-wrapper{display:flex;position:fixed;z-index:20;top:0;left:0;align-items:center;justify-content:center;width:100%;height:100%;background-color:#00000080}.upm-wrapper .upm-content{background-color:#fff;border-radius:12px;display:flex;flex-direction:column}.upm-wrapper .upm-content .upm-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:850px;padding:14px 16px;border-bottom:1px solid #e3e8ef}.upm-wrapper .upm-content .upm-header .upm-title{color:#000;font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%}.upm-wrapper .upm-content .upm-header .upm-btn{background-color:#f8fafc;border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:center}.upm-wrapper .upm-content .upm-header .upm-btn img{width:20px;height:20px}.upm-wrapper .upm-content .upm-main{display:flex;flex-direction:column;padding:16px;gap:12px}.upm-wrapper .upm-content .upm-main .f-input-wrapper{display:flex;flex-direction:column;gap:7px}.upm-wrapper .upm-content .upm-main .f-input-wrapper .desc-text{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#374151}.upm-wrapper .upm-content .upm-main .f-input-wrapper .mar-file-up-label{display:flex;flex-direction:column;padding:12px 35px;border-radius:12px;background-image:linear-gradient(to right,#e3e8ef 50%,transparent 50%),linear-gradient(to right,#e3e8ef 50%,transparent 50%),linear-gradient(to bottom,#e3e8ef 50%,transparent 50%),linear-gradient(to bottom,#e3e8ef 50%,transparent 50%);background-size:16px 1px,16px 1px,1px 16px,1px 16px;background-position:top left,bottom left,top left,top right;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;gap:4px;align-items:center}.upm-wrapper .upm-content .upm-main .f-input-wrapper .mar-file-up-label .text-main{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center;color:#000}.upm-wrapper .upm-content .upm-main .f-input-wrapper .mar-file-up-label .text-desc{color:#a9acb4;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center}.upm-wrapper .upm-content .upm-main .f-input-wrapper .mar-file-up-label button{color:#364152;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;padding:10px 18px;border-radius:8px;background-color:#f8fafc}.upm-wrapper .upm-content .upm-main .upm-docs{display:flex;flex-direction:column;gap:8px}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc{display:flex;flex-direction:row;gap:5.5px;align-items:center;background:#f8fafc;padding:12px 16px;border:1px solid #e3e8ef;justify-content:space-between;border-radius:12px}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc .left-side{display:flex;align-items:center;gap:5.5px;flex-direction:row}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc .left-side .pdf-icon{width:32px;height:32px}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc .left-side .text{display:flex;flex-direction:column;gap:1px}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc .left-side .text .f-name{color:#4b5565;font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc .left-side .text .f-size{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc .right-size{display:flex;align-items:center}.upm-wrapper .upm-content .upm-main .upm-docs .upm-doc .right-size .close-btn img{width:20px;height:20px}.upm-wrapper .upm-content .upm-main .upm-bottom{display:flex;flex-direction:row;align-items:center;justify-content:end;gap:12px}.upm-wrapper .upm-content .upm-main .upm-bottom .up-btn{background:#33ccd6;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;color:#fff;font-weight:500;padding:10px 18px;border-radius:8px;font-size:12px;line-height:18px;letter-spacing:0%}.upm-wrapper .upm-content .upm-main .upm-bottom .cancel{border:1px solid #e3e8ef;box-shadow:0 1px 2px #1018280d;color:#4b5565;font-weight:500;border-radius:8px;font-size:12px;line-height:18px;padding:10px 18px;letter-spacing:0%}.upm-wrapper .upm-status{display:block}.upm-wrapper .upm-status.upm-done{color:#22c55e}.upm-wrapper .upm-status.upm-error{color:#ec4f47}.upm-wrapper .upm-status.upm-spin{color:#33ccd6;animation:upm-spin .8s linear infinite}@keyframes upm-spin{to{transform:rotate(360deg)}}.upm-wrapper .upm-field-error{margin-top:8px;color:#ec4f47;font-size:13px}.upm-wrapper .upm-bottom .up-btn:disabled{opacity:.5;cursor:not-allowed}.upm-wrapper .upm-bottom .cancel,.upm-wrapper .upm-bottom .up-btn,.upm-wrapper .upm-header .upm-btn,.upm-wrapper .close-btn{cursor:pointer}.mfh-wrapper{width:100%;height:100%;position:fixed;z-index:20;background-color:#00000070;display:flex;align-items:center;justify-content:center;top:0;left:0}.mfh-wrapper .mfh-content{background-color:#fff;border:1px solid #EEF2F6;display:flex;flex-direction:column;border-radius:12px}.mfh-wrapper .mfh-content .mfh-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #EEF2F6;min-width:1168px}.mfh-wrapper .mfh-content .mfh-header .mfh-title{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center;color:#121212}.mfh-wrapper .mfh-content .mfh-header .close-btn img{width:24px;height:24px}.mfh-wrapper .mfh-content .mfh-main-wrapper{padding:16px}.mfh-wrapper .mfh-content .mfh-main-wrapper .mfh-main{display:flex;border:1px solid #E6E6E9;flex-direction:column;border-radius:12px}.mfh-wrapper .mfh-content .mfh-main-wrapper .mfh-main .search-row{display:flex;padding:14px 16px;border-bottom:1px solid #E6E6E9;align-items:center}.mfh-wrapper .mfh-content .mfh-main-wrapper .mfh-main .search-row .search-box{display:flex;align-items:center;width:313px;gap:8px;border:1px solid #EAECF0;border-radius:8px;padding:10px 16px}.mfh-wrapper .mfh-content .mfh-main-wrapper .mfh-main .search-row .search-box img{width:20px;height:20px}.mfh-wrapper .mfh-content .mfh-main-wrapper .mfh-main .search-row .search-box input{font-weight:500;color:#4b5565;font-size:14px;line-height:20px;letter-spacing:0%;outline:none;border:none;flex:1}.history-table-wrapper{padding:14px 16px 16px}.history-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #E3E8EF;border-radius:12px;overflow:hidden}.history-table thead{background:#f8fafc}.history-table th{text-align:left;padding:13px 24px;font-weight:500;color:#697586;font-size:12px;line-height:18px;letter-spacing:0%;border-bottom:1px solid #E3E8EF}.history-table td{padding:12px 18px;border-bottom:1px solid #E3E8EF;font-weight:500;color:#4b5565;font-size:12px;line-height:18px;letter-spacing:0%;vertical-align:middle}.history-table tbody tr:last-child td{border-bottom:none}.history-table th:nth-child(1),.history-table td:nth-child(1){width:68%}.history-table th:nth-child(2),.history-table td:nth-child(2){width:13%}.history-table th:nth-child(3),.history-table td:nth-child(3){width:15%}.history-table th:nth-child(4),.history-table td:nth-child(4){width:4%}.file-cell{display:flex;align-items:center;gap:12px}.file-cell img{width:32px;height:32px;flex-shrink:0}.file-info{display:flex;flex-direction:column;gap:2px}.file-name{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#4b5565}.file-meta{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.action-icons{display:flex;align-items:center;gap:10px}.icon-btn{width:28px;height:28px;border:none;background:transparent;display:flex;justify-content:center;align-items:center;cursor:pointer}.icon-btn img{width:18px;height:18px}.icon-btn:hover{background:#f2f4f7;border-radius:6px}.masm-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;z-index:30;height:100%;background-color:#00000080}.masm-wrapper .masm-content{background-color:#fff;border-radius:12px;width:850px;display:flex;flex-direction:column}.masm-wrapper .masm-content .masm-content-header{padding:14px 16px;display:flex;justify-content:space-between;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);align-items:center}.masm-wrapper .masm-content .masm-content-header .masm-title{color:var(--Black, #000);font-size:20px;font-style:normal;font-weight:600;line-height:30px}.masm-wrapper .masm-content .masm-content-header .close-btn{display:flex;width:36px;height:36px;justify-content:center;align-items:center;border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC)}.masm-wrapper .masm-content .masm-content-header .close-btn img{width:20px;height:20px}.masm-wrapper .masm-content .masm-categories-row{display:flex;flex-direction:row;gap:14px;padding:17px 20px 0;border-bottom:1px solid var(--Error-Gray-modern-100, #F3F4F6)}.masm-wrapper .masm-content .masm-categories-row .masm-category{color:var(--Error-Gray-modern-500, #697586);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-bottom:12px}.masm-wrapper .masm-content .masm-categories-row .masm-category.active-category{color:var(--primary-500, #33CCD6);border-bottom:2px solid var(--primary-500, #33CCD6)}.masm-wrapper .masm-content .masm-main{display:flex;padding:16px}.masm-wrapper .masm-content .masm-main .masm-fs{display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF)}.masm-wrapper .masm-content .masm-main .masm-fs .title-header{padding:14px 16px;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--Error-Gray-modern-50, #F8FAFC)}.masm-wrapper .masm-content .masm-main .masm-fs .findings-wrapper{padding:12px 16px;display:flex;flex-direction:column;max-height:500px;gap:12px;overflow-y:scroll}.masm-wrapper .masm-content .masm-main .masm-fs .findings-wrapper .finding{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.masm-wrapper .masm-content .masm-main .masm-fs .masm-buttons{display:flex;flex-direction:row;justify-content:end;padding:14px}.masm-wrapper .masm-content .masm-main .masm-fs .masm-buttons .add-btn{border-radius:8px;padding:9px 16px;color:var(--White, #FFF);font-size:12px;font-style:normal;font-weight:500;line-height:18px;border:1px solid #88CE2F;background:#88ce2f;box-shadow:0 1px 2px #1018280d}.casm-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;z-index:30;height:100%;background-color:#00000080}.casm-wrapper .casm-content{background-color:#fff;border-radius:12px;width:850px;display:flex;flex-direction:column}.casm-wrapper .casm-content .casm-content-header{padding:14px 16px;display:flex;justify-content:space-between;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);align-items:center}.casm-wrapper .casm-content .casm-content-header .casm-title{color:var(--Black, #000);font-size:20px;font-style:normal;font-weight:600;line-height:30px}.casm-wrapper .casm-content .casm-content-header .close-btn{display:flex;width:36px;height:36px;justify-content:center;align-items:center;border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC)}.casm-wrapper .casm-content .casm-content-header .close-btn img{width:20px;height:20px}.casm-wrapper .casm-content .casm-categories-row{display:flex;flex-direction:row;gap:14px;padding:17px 20px 0;border-bottom:1px solid var(--Error-Gray-modern-100, #F3F4F6)}.casm-wrapper .casm-content .casm-categories-row .casm-category{color:var(--Error-Gray-modern-500, #697586);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-bottom:12px}.casm-wrapper .casm-content .casm-categories-row .casm-category.active-category{color:var(--primary-500, #33CCD6);border-bottom:2px solid var(--primary-500, #33CCD6)}.casm-wrapper .casm-content .casm-main{display:flex;padding:16px}.casm-wrapper .casm-content .casm-main .casm-fs{display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF)}.casm-wrapper .casm-content .casm-main .casm-fs .title-header{padding:14px 16px;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--Error-Gray-modern-50, #F8FAFC)}.casm-wrapper .casm-content .casm-main .casm-fs .findings-wrapper{padding:12px 16px;display:flex;flex-direction:column;max-height:500px;gap:12px;overflow-y:scroll}.casm-wrapper .casm-content .casm-main .casm-fs .findings-wrapper .finding{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.casm-wrapper .casm-content .casm-main .casm-fs .casm-buttons{display:flex;flex-direction:row;justify-content:end;padding:14px}.casm-wrapper .casm-content .casm-main .casm-fs .casm-buttons .add-btn{border-radius:8px;padding:9px 16px;color:var(--White, #FFF);font-size:12px;font-style:normal;font-weight:500;line-height:18px;border:1px solid #88CE2F;background:#88ce2f;box-shadow:0 1px 2px #1018280d}.psychtropic-wrapper{width:100%;background-color:#fff;border:1px solid #f3f4f6;display:flex;flex-direction:column;border-radius:12px;margin-top:20px}.psychtropic-wrapper .rs-wrapper{display:flex;flex-direction:column;padding:16px}.psychtropic-wrapper .row-1{display:flex;flex-direction:row;justify-content:space-between;padding:16px;align-items:center;border-bottom:1px solid #F3F4F6}.psychtropic-wrapper .row-1 .row-left{display:flex;flex-direction:row;align-items:center;gap:12px}.psychtropic-wrapper .row-1 .row-left .dots-icon{width:24px;height:24px}.psychtropic-wrapper .row-1 .row-left .dots-icon img{width:100%;height:100%}.psychtropic-wrapper .row-1 .row-left .med-icon{width:28px;height:28px}.psychtropic-wrapper .row-1 .row-left .med-icon img{width:100%;height:100%}.psychtropic-wrapper .row-1 .row-left .text-wrapper{display:flex;flex-direction:column}.psychtropic-wrapper .row-1 .row-left .text-wrapper .text-bg{font-weight:500;font-size:18px;line-height:28px;letter-spacing:0%;color:#121926}.psychtropic-wrapper .row-1 .row-left .rec-counter{width:24px;height:24px;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565}.psychtropic-wrapper .row-1 .row-left .text-wrapper .text-sm{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.psychtropic-wrapper .row-1 .row-right{display:flex;flex-direction:row;align-items:center}.psychtropic-wrapper .row-1 .row-right .buttons{display:flex;flex-direction:row;gap:12px;align-items:center}.psychtropic-wrapper .row-1 .row-right .buttons .rec-btn{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 16px;background:#33ccd6;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;color:#fff;border-radius:8px}.psychtropic-wrapper .row-1 .row-right .buttons .rec-btn .btn-text{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.psychtropic-wrapper .row-1 .row-right .buttons .rec-btn .icon{width:16.67px;height:16.67px}.psychtropic-wrapper .row-1 .row-right .buttons .rec-btn .icon img{width:100%;height:100%}.psychtropic-wrapper .row-1 .row-right .buttons .light-btn{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 16px;background:#fff;box-shadow:0 1px 2px #1018280d;border:1px solid #e5e7eb;color:#364152;border-radius:8px}.psychtropic-wrapper .row-1 .row-right .buttons .light-btn .btn-text{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#364152}.psychtropic-wrapper .row-1 .row-right .buttons .light-btn .icon{width:16.67px;height:16.67px}.psychtropic-wrapper .row-1 .row-right .buttons .light-btn .icon img{width:100%;height:100%}.psychtropic-wrapper .row-1 .row-right .buttons .collapse-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;box-shadow:0 1px 2px #1018280d;border:1px solid #e5e7eb;border-radius:8px}.psychtropic-wrapper .row-1 .row-right .buttons .collapse-btn img{width:20px;height:20px}.psychtropic-wrapper .ai-row{padding:16px;border-radius:12px;background:linear-gradient(90.22deg,#8bd1311a -59.48%,#33ccd64d 137.08%);display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;margin-top:12px}.psychtropic-wrapper .ai-row .row-left{display:flex;flex-direction:row;align-items:center;gap:12px}.psychtropic-wrapper .ai-row .row-left .icon{display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:12px;background:#fff}.psychtropic-wrapper .ai-row .row-left .icon img{width:20px;height:20px;flex-shrink:0}.psychtropic-wrapper .ai-row .row-left .text-wrapper{display:flex;flex-direction:column}.psychtropic-wrapper .ai-row .row-left .text-wrapper .text-title{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#000;display:flex;align-items:center}.psychtropic-wrapper .ai-row .row-left .text-wrapper .text-title .sugg-span{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#000}.psychtropic-wrapper .ai-row .row-left .text-wrapper .text-desc{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#0009}.psychtropic-wrapper .ai-row .row-right{display:flex;align-items:center}.psychtropic-wrapper .ai-row .row-right .view-btn{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;background:#ffffffb2;border-radius:8px;padding:8px 18px;color:#31725b}.psychtropic-table-wrapper{width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.psychtropic-table{width:100%;border-collapse:collapse;table-layout:fixed}.psychtropic-table thead{background:#f8fafc}.psychtropic-table th{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;padding:13px 12px;color:#697586;text-align:left;border-bottom:1px solid #e5e7eb}.psychtropic-table td{padding:10px 15px;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#4b5565;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%}.psychtropic-table tbody tr:last-child td{border-bottom:none}.psychtropic-table th:nth-child(1),.psychtropic-table td:nth-child(1){width:190px}.psychtropic-table th:nth-child(3),.psychtropic-table td:nth-child(3){width:115px}.psychtropic-table th:nth-child(4),.psychtropic-table td:nth-child(4){width:115px}.psychtropic-table th:nth-child(5),.psychtropic-table td:nth-child(5){width:120px;text-align:center}.med-name{color:#364152;font-weight:500}.med-details{white-space:normal;color:#4b5565}.actions{display:flex;align-items:center;justify-content:center;gap:12px}.actions .action-icon{width:16px;height:16px;cursor:pointer}.actions .action-icon img{width:100%;height:100%}.apmn-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;z-index:30;left:0;width:100%;height:100%;background-color:#00000080}.apmn-wrapper .apmn-content{background-color:#fff;border-radius:12px;display:flex;flex-direction:column}.apmn-wrapper .apmn-content .apmn-header{display:flex;flex-direction:row;justify-content:space-between;width:1300px;padding:14px 16px;border-bottom:1px solid #e3e8ef;align-items:center}.apmn-wrapper .apmn-content .apmn-header .t-text{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;color:#000}.apmn-wrapper .apmn-content .apmn-header .close-btn{padding:8px;background:#f8fafc;border-radius:8px}.apmn-wrapper .apmn-content .apmn-header .close-btn img{width:20px;height:20px}.apmn-wrapper .apmn-content .apmn-main{display:flex;padding:16px;flex-direction:column}.apmn-wrapper .apmn-content .apmn-main .rows{border:1px solid #e3e8ef;display:flex;flex-direction:column;width:100%;border-radius:12px}.apmn-wrapper .apmn-content .apmn-main .rows .rows-wrapper{max-height:580px;overflow-y:scroll}.apmn-wrapper .apmn-content .apmn-main .rows .row{padding:13px 16px;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid #e3e8ef;justify-content:space-between}.apmn-wrapper .apmn-content .apmn-main .rows .row .left-side{display:flex;align-items:center;gap:10px}.apmn-wrapper .apmn-content .apmn-main .rows .row .left-side input[type=checkbox]{width:20px;height:20px;border-radius:6px;border:1px solid #cdd5df}.apmn-wrapper .apmn-content .apmn-main .rows .row .left-side .name{display:flex;flex-direction:row;align-items:center;gap:4px;font-family:Inter;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#202939}.apmn-wrapper .apmn-content .apmn-main .rows .row .left-side .name .dose{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.apmn-wrapper .apmn-content .apmn-main .rows .row .right-side{display:flex;align-items:center;max-width:268px;font-weight:500;text-wrap:nowrap;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586;overflow:hidden}.apmn-wrapper .apmn-content .apmn-main .rows .row .btns{flex:1;display:flex;justify-content:end;align-items:center;gap:12px}.apmn-wrapper .apmn-content .apmn-main .rows .row .btns button.cancel{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565;padding:9px 16px;border-radius:8px;border:1px solid #e3e8ef;box-shadow:0 1px 2px #1018280d}.apmn-wrapper .apmn-content .apmn-main .rows .row .btns button.add-med{font-weight:500;font-size:12px;background:#88ce2f;border:1px solid #88ce2f;box-shadow:0 1px 2px #1018280d;color:#fff;line-height:18px;border-radius:8px;padding:9px 16px;letter-spacing:0%}.pmwm-toolbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.pmwm-toolbar .pmwm-search{display:flex;align-items:center;gap:8px;border:1px solid #e3e8ef;border-radius:8px;padding:10px 16px;width:360px}.pmwm-toolbar .pmwm-search img{width:20px;height:20px}.pmwm-toolbar .pmwm-search input{border:none;outline:none;background:transparent;width:100%;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.pmwm-toolbar .pmwm-search input::-moz-placeholder{color:#697586}.pmwm-toolbar .pmwm-search input::placeholder{color:#697586}.pmwm-toolbar .export-btn{display:flex;flex-direction:row;align-items:center;gap:8px;padding:9px 16px;background:#fff;box-shadow:0 1px 2px #1018280d;border:1px solid #e3e8ef;border-radius:8px;color:#364152}.pmwm-toolbar .export-btn .btn-text{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}.pmwm-toolbar .export-btn img{width:20px;height:20px}.pmwm-table-wrapper{width:100%;border:1px solid #eef2f6;border-radius:12px;overflow:auto;max-height:900px;background:#fff}.pmwm-table{border-collapse:separate;border-spacing:0;width:100%;table-layout:auto}.pmwm-table thead{background:#f8fafc}.pmwm-table th{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;padding:13px 24px;color:#697586;text-align:left;background:#f8fafc;border-bottom:1px solid #f8fafc;white-space:nowrap}.pmwm-table td{padding:16px;border-bottom:1px solid #e3e8ef;vertical-align:middle;color:#4b5565;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%}.pmwm-table tbody tr:last-child td{border-bottom:none}.pmwm-table .col-med-name{min-width:200px}.pmwm-table .col-med-details{min-width:280px}.pmwm-table .col-stop{min-width:110px;white-space:nowrap}.pmwm-table .col-order{min-width:190px;white-space:nowrap}.pmwm-table .col-gdr-date{min-width:190px}.pmwm-table .col-gdr-select{min-width:170px}.pmwm-table .col-behavior,.pmwm-table .col-effects{min-width:100px;text-align:center}.pmwm-table .create-gdr-col,.pmwm-table .action-col{position:sticky}.pmwm-table .action-col{right:0;width:130px;min-width:130px;text-align:center}.pmwm-table .create-gdr-col{right:130px;width:140px;min-width:140px;box-shadow:-4px 0 8px #1018280d}.pmwm-table thead .create-gdr-col,.pmwm-table thead .action-col{background:#f8fafc;z-index:2}.pmwm-table tbody .create-gdr-col,.pmwm-table tbody .action-col{background:#fff;z-index:1}.pmwm-table .action-col .actions{display:flex;align-items:center;justify-content:center;gap:12px}.pmwm-table .action-col .actions .action-icon{width:16px;height:16px;cursor:pointer}.pmwm-table .action-col .actions .action-icon img{width:100%;height:100%}.pmwm-table .med-name{color:#202939;font-weight:500}.pmwm-table .med-details{white-space:normal;color:#4b5565}.pmwm-table .status-icon{width:20px;height:20px}.pmwm-table .col-behavior .status-icon,.pmwm-table .col-effects .status-icon{display:block;margin:0 auto}.pmwm-table .gdr-date,.pmwm-table .order-date{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e3e8ef;border-radius:8px;padding:9px 12px}.pmwm-table .gdr-date input,.pmwm-table .order-date input{border:none;outline:none;background:transparent;width:100%;font-family:Inter;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.pmwm-table .gdr-date input::-moz-placeholder,.pmwm-table .order-date input::-moz-placeholder{color:#697586}.pmwm-table .gdr-date input::placeholder,.pmwm-table .order-date input::placeholder{color:#697586}.pmwm-table .gdr-date img,.pmwm-table .order-date img{width:18px;height:18px;flex-shrink:0}.pmwm-table .order-date img,.pmwm-table .gdr-date img{cursor:pointer}.pmwm-table .gdr-select{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #e3e8ef;border-radius:8px;padding:9px 12px;color:#697586;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%}.pmwm-table .gdr-select select.gdr-due-select{border:none;outline:none;background:transparent;width:100%;font-family:Inter;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.pmwm-table .gdr-select img{width:18px;height:18px;flex-shrink:0;pointer-events:none}.pmwm-table .create-gdr{background:none;border:none;padding:0;font-family:inherit;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#33ccd6;text-decoration:underline;text-underline-offset:2px;white-space:nowrap;cursor:pointer}.pmwm-datepicker-pop{position:fixed;z-index:1000;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 10px 30px #1018281f;padding:4px 6px;--rdp-accent-color: #33ccd6;--rdp-accent-background-color: #eefbfc;--rdp-today-color: #33ccd6;--rdp-day-width: 38px;--rdp-day-height: 38px;--rdp-day_button-width: 38px;--rdp-day_button-height: 38px;font-family:Inter;font-size:13px;color:#202939}.pmwm-table th.pmwm-draggable-th{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pmwm-table th.pmwm-draggable-th:active{cursor:grabbing}.pmwm-table th.pmwm-th-dragover{background:#eefbfc;box-shadow:inset 0 -2px #33ccd6}.all-meds-wrapper{width:100%;background-color:#fff;border:1px solid #f3f4f6;display:flex;flex-direction:column;border-radius:12px;margin-top:20px}.all-meds-wrapper .rs-wrapper{display:flex;flex-direction:column;padding:16px}.all-meds-wrapper .row-1{display:flex;flex-direction:row;justify-content:space-between;padding:16px;align-items:center;border-bottom:1px solid #f3f4f6;gap:12px}.all-meds-wrapper .row-1 .row-left{display:flex;flex-direction:row;align-items:center;gap:12px}.all-meds-wrapper .row-1 .row-left .dots-icon{width:24px;height:24px}.all-meds-wrapper .row-1 .row-left .dots-icon img{width:100%;height:100%}.all-meds-wrapper .row-1 .row-left .med-icon{width:28px;height:28px}.all-meds-wrapper .row-1 .row-left .med-icon img{width:100%;height:100%}.all-meds-wrapper .row-1 .row-left .text-wrapper .text-bg{font-weight:500;font-size:18px;line-height:28px;color:#121926}.all-meds-wrapper .row-1 .row-left .rec-counter{width:24px;height:24px;border-radius:50%;background:#f3f3f3;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:12px;line-height:18px;color:#4b5565}.all-meds-wrapper .row-1 .row-right{display:flex;flex-direction:row;align-items:center;gap:12px}.all-meds-wrapper .row-1 .row-right .am-search{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e3e8ef;border-radius:8px;width:260px}.all-meds-wrapper .row-1 .row-right .am-search img{width:20px;height:20px}.all-meds-wrapper .row-1 .row-right .am-search input{flex:1;border:none;outline:none;font-weight:500;font-size:14px;line-height:20px;color:#4b5565}.all-meds-wrapper .row-1 .row-right .rec-btn{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 16px;background:#33ccd6;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;color:#fff;border-radius:8px;cursor:pointer;white-space:nowrap}.all-meds-wrapper .row-1 .row-right .rec-btn .btn-text{font-weight:500;font-size:14px;line-height:20px}.all-meds-wrapper .row-1 .row-right .rec-btn .icon{width:16.67px;height:16.67px}.all-meds-wrapper .row-1 .row-right .rec-btn .icon img{width:100%;height:100%}.all-meds-wrapper .all-meds-table-wrapper{width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}.all-meds-wrapper .all-meds-table{width:100%;border-collapse:collapse;table-layout:fixed}.all-meds-wrapper .all-meds-table thead{background:#f8fafc}.all-meds-wrapper .all-meds-table th{font-weight:500;font-size:12px;line-height:18px;padding:13px 12px;color:#697586;text-align:left;border-bottom:1px solid #e5e7eb}.all-meds-wrapper .all-meds-table td{padding:10px 15px;border-bottom:1px solid #e5e7eb;vertical-align:middle;color:#4b5565;font-weight:500;font-size:12px;line-height:18px}.all-meds-wrapper .all-meds-table tbody tr:last-child td{border-bottom:none}.all-meds-wrapper .all-meds-table th.col-med,.all-meds-wrapper .all-meds-table td.col-med{width:230px}.all-meds-wrapper .all-meds-table th.col-num,.all-meds-wrapper .all-meds-table td.col-num,.all-meds-wrapper .all-meds-table th.col-action{text-align:center}.all-meds-wrapper .all-meds-table .actions{display:flex;align-items:center;justify-content:center;gap:10px}.all-meds-wrapper .all-meds-table .actions .action-icon{display:inline-flex;cursor:pointer}.all-meds-wrapper .all-meds-table .actions .action-icon.disabled{cursor:default;opacity:.4}.all-meds-wrapper .all-meds-table .med-name{color:#364152;font-weight:500;display:flex;align-items:center;gap:6px}.all-meds-wrapper .all-meds-table .med-name .med-name-text{white-space:normal}.all-meds-wrapper .all-meds-table .unnecessary-icon{width:18px;height:18px;display:block;margin:0 auto}.all-meds-wrapper .all-meds-table .med-name .compliance-badge{margin-left:0}.crmed-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;z-index:30;left:0;width:100%;height:100%;overflow-y:scroll;background-color:#00000080}.crmed-wrapper .crmed-content{display:flex;background-color:#fff;border-radius:12px;flex-direction:column}.crmed-wrapper .crmed-content .crmed-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:17px 16px;width:850px;border-bottom:1px solid #e3e8ef}.crmed-wrapper .crmed-content .crmed-header .t-text{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;color:#000}.crmed-wrapper .crmed-content .crmed-header .btns{display:flex;flex-direction:row;align-items:center;gap:12px}.crmed-wrapper .crmed-content .crmed-header .btns button{font-weight:500;background:#f8fafc;border-radius:8px;font-size:14px;line-height:20px;letter-spacing:0%;color:#364152;padding:8px 16px}.crmed-wrapper .crmed-content .crmed-header .btns button.close-btn{display:flex;align-items:center;justify-content:center;padding:8px;width:36px;height:36px;border-radius:8px;background:#f8fafc}.crmed-wrapper .crmed-content .crmed-header .btns button.close-btn img{width:20px;height:20px}.crmed-wrapper .crmed-content .crmed-main{padding:16px;display:flex;flex-direction:column;width:100%}.crmed-wrapper .crmed-content .crmed-main .med-det-title{color:var(--Error-Gray-modern-800, #202939);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-bottom:16px}.crmed-wrapper .crmed-content .crmed-main .inps-row-1{display:flex;gap:12px;flex:1}.crmed-wrapper .crmed-content .crmed-main .inps-row-1 .inp-wrapper{display:flex;flex-direction:column;gap:6px;width:50%}.crmed-wrapper .crmed-content .crmed-main .inps-row-1 .inp-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.crmed-wrapper .crmed-content .crmed-main .inps-row-1 .inp-wrapper input{padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d;color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px}.crmed-wrapper .crmed-content .crmed-main .inps-row-2{display:flex;flex-direction:column;margin-top:12px;margin-bottom:20px;gap:6px}.crmed-wrapper .crmed-content .crmed-main .inps-row-2 label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.crmed-wrapper .crmed-content .crmed-main .inps-row-2 textarea{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d;outline:none}.crmed-wrapper .crmed-content .crmed-main .inps-wrapper-3{display:flex;flex-direction:row;gap:16px}.crmed-wrapper .crmed-content .crmed-main .inps-wrapper-3 .inp-wrapper{display:flex;flex-direction:column;gap:6px;flex:1}.crmed-wrapper .crmed-content .crmed-main .inps-wrapper-3 .inp-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.crmed-wrapper .crmed-content .crmed-main .inps-wrapper-3 .inp-wrapper .input-box{display:flex;flex-direction:row;align-items:center;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d}.crmed-wrapper .crmed-content .crmed-main .inps-wrapper-3 .inp-wrapper .input-box input{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;flex:1;border:none;outline:none;font-weight:400;line-height:20px}.crmed-wrapper .crmed-content .crmed-main .inps-wrapper-3 .inp-wrapper .input-box img.calendar-icon{width:20px;height:20px}.crmed-wrapper .crmed-content .crmed-main .checkbox-row{display:flex;align-items:center;gap:8px;margin-top:16px;margin-bottom:12px}.crmed-wrapper .crmed-content .crmed-main .checkbox-row input{width:20px;height:20px;outline:none;border-radius:6px;border:1px solid var(--Gray-modern-300, #cdd5df)}.crmed-wrapper .crmed-content .crmed-main .checkbox-row label{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.crmed-wrapper .crmed-content .crmed-main .bottom-btns{display:flex;gap:12px;align-items:center;justify-content:end}.crmed-wrapper .crmed-content .crmed-main .bottom-btns button.cancel{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d}.crmed-wrapper .crmed-content .crmed-main .bottom-btns button.add-btn{color:var(--White, #fff);font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d}.crmed-wrapper .crmed-content .crmed-main .inps-row-1 .inp-wrapper select{padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;color:#697586;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;outline:none;cursor:pointer}.crmed-wrapper .crmed-content .crmed-main .inps-wrapper-3 .inp-wrapper .crmed-date-field{position:relative;width:100%}.crmed-wrapper .crmed-content .crmed-main .crmed-date-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:40;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 8px 24px #1018281f;padding:8px;--rdp-accent-color: #33ccd6;--rdp-accent-background-color: #eefbfc;--rdp-today-color: #33ccd6;font-family:Inter;font-size:13px;color:#202939}.crmed-wrapper .crmed-content .crmed-main .crmed-error{color:#ec4f47;font-size:13px;margin-bottom:12px}.crmed-wrapper .crmed-content .crmed-main .bottom-btns button.add-btn:disabled{opacity:.6;cursor:not-allowed}.crmed-wrapper .crmed-content .crmed-main .bottom-btns button,.crmed-wrapper .crmed-content .crmed-header .btns button{cursor:pointer}.edmed-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;z-index:30;width:100%;height:100%;overflow-y:auto;background-color:#00000080;padding:24px 0}.edmed-wrapper .edmed-content{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;width:1300px;max-width:95vw;margin:auto}.edmed-wrapper .edmed-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:17px 16px;border-bottom:1px solid #e3e8ef}.edmed-wrapper .edmed-header .edmed-title{font-family:Inter;font-weight:600;font-size:20px;line-height:30px;color:#000}.edmed-wrapper .edmed-header .edmed-hbtns{display:flex;flex-direction:row;align-items:center;gap:12px}.edmed-wrapper .edmed-header .edmed-hbtns .edmed-tag{font-family:Inter;font-weight:500;font-size:14px;line-height:20px;color:#364152;background:#f8fafc;border:none;border-radius:8px;padding:8px 16px;cursor:pointer}.edmed-wrapper .edmed-header .edmed-hbtns .edmed-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:8px;border:none;border-radius:8px;background:#f8fafc;cursor:pointer}.edmed-wrapper .edmed-header .edmed-hbtns .edmed-close img{width:20px;height:20px}.edmed-wrapper .edmed-main{display:flex;flex-direction:column;width:100%;padding:16px}.edmed-wrapper .edmed-main .edmed-section-title{font-family:Inter;font-size:16px;font-weight:500;line-height:24px;color:#202939;margin-top:8px;margin-bottom:16px}.edmed-wrapper .edmed-main .edmed-section-title:first-child{margin-top:0}.edmed-wrapper .edmed-main .edmed-field{display:flex;flex-direction:column;gap:6px}.edmed-wrapper .edmed-main .edmed-field label{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#374151}.edmed-wrapper .edmed-main .edmed-field input,.edmed-wrapper .edmed-main .edmed-field select{padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;color:#697586;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;outline:none}.edmed-wrapper .edmed-main .edmed-field select{cursor:pointer}.edmed-wrapper .edmed-main .edmed-row-2col{display:flex;gap:12px}.edmed-wrapper .edmed-main .edmed-row-2col .edmed-field{width:50%}.edmed-wrapper .edmed-main .edmed-row-full{display:flex;flex-direction:column;gap:6px;margin-top:12px;margin-bottom:20px}.edmed-wrapper .edmed-main .edmed-row-full label{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#374151}.edmed-wrapper .edmed-main .edmed-row-full textarea{padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;color:#697586;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;outline:none;resize:vertical}.edmed-wrapper .edmed-main .edmed-row-dates{display:flex;flex-direction:row;gap:16px}.edmed-wrapper .edmed-main .edmed-row-dates .edmed-field{flex:1}.edmed-wrapper .edmed-main .edmed-date-field{position:relative;width:100%}.edmed-wrapper .edmed-main .edmed-input-box{display:flex;flex-direction:row;align-items:center;padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d}.edmed-wrapper .edmed-main .edmed-input-box input{flex:1;border:none;outline:none;box-shadow:none;padding:0;color:#697586;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.edmed-wrapper .edmed-main .edmed-input-box img.edmed-cal-icon{width:20px;height:20px}.edmed-wrapper .edmed-main .edmed-date-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:40;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 8px 24px #1018281f;padding:8px;--rdp-accent-color: #33ccd6;--rdp-accent-background-color: #eefbfc;--rdp-today-color: #33ccd6;font-family:Inter;font-size:13px;color:#202939}.edmed-wrapper .edmed-main .edmed-check{display:flex;align-items:center;gap:8px;margin-top:16px;margin-bottom:12px}.edmed-wrapper .edmed-main .edmed-check input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:6px;border:1px solid #cdd5df;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;outline:none;cursor:pointer}.edmed-wrapper .edmed-main .edmed-check input[type=checkbox]:checked{border:2px solid #25d0e8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.edmed-wrapper .edmed-main .edmed-check label{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#697586}.edmed-wrapper .edmed-main .edmed-cf-list{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.edmed-wrapper .edmed-main .edmed-cf-empty{color:#697586;font-family:Inter;font-size:13px;line-height:20px;padding:10px 12px;border:1px dashed #e3e8ef;border-radius:8px;background:#f8fafc}.edmed-wrapper .edmed-main .edmed-cf-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #e3e8ef;border-radius:8px;background:#fff}.edmed-wrapper .edmed-main .edmed-cf-item-new{border-style:dashed;background:#f6fefb}.edmed-wrapper .edmed-main .edmed-cf-badge{flex-shrink:0;text-transform:capitalize;font-family:Inter;font-size:11px;font-weight:600;line-height:16px;padding:2px 8px;border-radius:999px}.edmed-wrapper .edmed-main .edmed-cf-badge.edmed-cf-danger{color:#b42318;background:#fef3f2}.edmed-wrapper .edmed-main .edmed-cf-badge.edmed-cf-warning{color:#b54708;background:#fffaeb}.edmed-wrapper .edmed-main .edmed-cf-badge.edmed-cf-info{color:#175cd3;background:#eff8ff}.edmed-wrapper .edmed-main .edmed-cf-body{flex:1;display:flex;flex-direction:column;gap:2px}.edmed-wrapper .edmed-main .edmed-cf-title{color:#364152;font-family:Inter;font-size:13px;font-weight:500;line-height:18px}.edmed-wrapper .edmed-main .edmed-cf-detail{color:#697586;font-family:Inter;font-size:12px;font-weight:400;line-height:17px}.edmed-wrapper .edmed-main .edmed-cf-source{flex-shrink:0;text-transform:capitalize;font-family:Inter;font-size:10px;font-weight:500;line-height:16px;color:#4b5565;background:#f3f4f6;padding:1px 7px;border-radius:999px}.edmed-wrapper .edmed-main .edmed-cf-source-manual{color:#027a48;background:#ecfdf3}.edmed-wrapper .edmed-main .edmed-cf-remove{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;cursor:pointer}.edmed-wrapper .edmed-main .edmed-cf-remove img{width:16px;height:16px}.edmed-wrapper .edmed-main .edmed-cf-add{border:1px solid #e3e8ef;border-radius:10px;padding:12px;background:#f8fafc;margin-bottom:16px}.edmed-wrapper .edmed-main .edmed-cf-add .edmed-cf-add-row{display:flex;gap:12px}.edmed-wrapper .edmed-main .edmed-cf-add .edmed-cf-add-row .edmed-cf-sev{width:200px}.edmed-wrapper .edmed-main .edmed-cf-add .edmed-cf-add-row .edmed-cf-ttl{flex:1}.edmed-wrapper .edmed-main .edmed-cf-add .edmed-cf-detail-field{margin-top:12px;margin-bottom:0}.edmed-wrapper .edmed-main .edmed-cf-add .edmed-cf-add-btn-row{display:flex;justify-content:flex-end;margin-top:12px}.edmed-wrapper .edmed-main .edmed-cf-add .edmed-cf-add-btn{color:#0a7c86;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:8px 14px;border-radius:8px;border:1px solid #33ccd6;background:#eefbfc;cursor:pointer}.edmed-wrapper .edmed-main .edmed-cf-add .edmed-cf-add-btn:disabled{opacity:.5;cursor:not-allowed}.edmed-wrapper .edmed-main .edmed-error{color:#ec4f47;font-family:Inter;font-size:13px;margin-bottom:12px}.edmed-wrapper .edmed-main .edmed-footer{display:flex;gap:12px;align-items:center;justify-content:flex-end}.edmed-wrapper .edmed-main .edmed-footer button{cursor:pointer}.edmed-wrapper .edmed-main .edmed-footer .edmed-cancel{color:#4b5565;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d}.edmed-wrapper .edmed-main .edmed-footer .edmed-save{color:#fff;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d}.edmed-wrapper .edmed-main .edmed-footer .edmed-save:disabled{opacity:.6;cursor:not-allowed}.fc-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.fc-header .left-side{display:flex;flex-direction:column;gap:4px;align-items:start}.fc-header .left-side .text-lg{font-weight:600;font-style:Semi Bold;font-size:24px;line-height:32px;letter-spacing:0%;color:#000}.fc-header .left-side .text-sm{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.fc-header .right-side{display:flex;align-items:center}.fc-header .right-side .add-btn{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#fff;padding:10px 18px;border-radius:8px;display:flex;align-items:center;gap:8px;background:#33ccd6;border:1px solid #33CCD6;box-shadow:0 1px 2px #1018280d}.fc-list-wrapper{background-color:#fff;border:1px solid #f3f4f6;border-radius:12px;flex:1;display:flex;margin-top:20px;flex-direction:column}.fc-list-wrapper .fc-list-header{flex:1;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:14px 16px;border:1px solid #f3f4f6}.fc-list-wrapper .fc-list-header .search-wrapper{padding:10px 16px;display:flex;align-items:center;border:1px solid #e3e8ef;width:320px;border-radius:8px;gap:8px}.fc-list-wrapper .fc-list-header .search-wrapper img{width:20px;height:20px}.fc-list-wrapper .fc-list-header .search-wrapper input{flex:1;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;border:none;outline:none;color:#4b5565}.fc-list-wrapper .fc-list-header .search-wrapper input::-moz-placeholder{color:#4b5565}.fc-list-wrapper .fc-list-header .search-wrapper input::placeholder{color:#4b5565}.fc-list-wrapper .fc-list-header .filters-btn{display:flex;align-items:center}.fc-list-wrapper .fc-list-header .filters-btn button{color:#4b5565;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;display:flex;flex-wrap:nowrap;align-items:center;gap:8px;padding:10px 16px;text-align:center;background-color:#fff;border:1px solid #e3e8ef;border-radius:8px;cursor:pointer}.fc-list-wrapper .fc-list-header .filters-btn img{width:20px;height:20px}.fc-list-wrapper .fc-list-header .filters-btn .fc-filter-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:40;background:#fff;border:1px solid #e3e8ef;border-radius:10px;box-shadow:0 8px 24px #1018281f;padding:6px;min-width:150px;display:flex;flex-direction:column;gap:2px}.fc-list-wrapper .fc-list-header .filters-btn .fc-filter-item{text-align:left;background:transparent;border:none;cursor:pointer;padding:9px 12px;border-radius:8px;font-weight:500;font-size:14px;color:#4b5565}.fc-list-wrapper .fc-list-header .filters-btn .fc-filter-item:hover{background:#f8fafc}.fc-list-wrapper .fc-list-header .filters-btn .fc-filter-item.fc-filter-item-active{background:#eefbfc;color:#33ccd6}.fc-list-wrapper .table-wrapper .fc-table tbody .fc-empty-row{text-align:center;padding:40px 18px;color:#697586;font-size:14px}.table-wrapper{padding:14px 16px}.table-wrapper .table-inner{border:1px solid #f3f4f6;border-radius:8px;overflow:hidden}.table-wrapper .fc-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #f8fafc;border-radius:12px;overflow:hidden}.table-wrapper .fc-table thead tr{background-color:#f8fafc}.table-wrapper .fc-table thead th{font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586;text-align:left;padding:13px 24px;white-space:nowrap;border-bottom:1px solid #f3f4f6}.table-wrapper .fc-table thead th .th-content{display:flex;flex-direction:row;align-items:center;gap:4px}.table-wrapper .fc-table thead th .sort-icon{color:#9aa4b2;cursor:pointer}.table-wrapper .fc-table .th-facility{width:190px}.table-wrapper .fc-table .th-address{width:175px}.table-wrapper .fc-table .th-emails{width:205px}.table-wrapper .fc-table .th-num{width:90px;text-align:center}.table-wrapper .fc-table .th-status{width:110px}.table-wrapper .fc-table .th-action{width:110px;text-align:center}.table-wrapper .fc-table tbody tr{border-bottom:1px solid #f3f4f6}.table-wrapper .fc-table tbody tr:last-child{border-bottom:none}.table-wrapper .fc-table tbody td{padding:14px 16px;vertical-align:middle;border-bottom:1px solid #f8fafc}.table-wrapper .fc-table tbody .td-facility,.table-wrapper .fc-table tbody .td-address{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565}.table-wrapper .fc-table tbody .td-emails .email-cell{display:flex;flex-direction:column;gap:2px}.table-wrapper .fc-table tbody .td-emails .email-cell .contact-name{font-family:Inter;font-weight:400;font-style:Regular;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.table-wrapper .fc-table tbody .td-emails .email-cell .contact-email{font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565}.table-wrapper .fc-table tbody .td-num{font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565;text-align:center}.table-wrapper .fc-table tbody .td-status .status-badge{display:inline-flex;flex-direction:row;align-items:center;gap:4px;font-weight:300;font-style:Light;font-size:14px;line-height:130%;letter-spacing:0%;text-align:center;padding:4px 10px;border-radius:16px;cursor:pointer;white-space:nowrap}.table-wrapper .fc-table tbody .td-status .status-badge.active{color:#16a34a;background-color:#f0fdf4}.table-wrapper .fc-table tbody .td-status .status-badge.inactive{color:#f79009;background-color:#fffaeb}.table-wrapper .fc-table tbody .td-status .status-badge .badge-chevron{flex-shrink:0}.table-wrapper .fc-table tbody .td-action .action-icons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px}.table-wrapper .fc-table tbody .td-action .action-icons .action-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer}.table-wrapper .fc-table tbody .td-action .action-icons .action-icon img{width:100%;height:100%}.fc-del-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;background-color:#00000080;width:100%;height:100%}.fc-del-wrapper .fc-del-content{display:flex;align-items:center;border-radius:12px;background-color:#fff;gap:16px;padding:15.5px 24px;flex-direction:column;max-width:400px}.fc-del-wrapper .fc-del-content img{width:136px;height:103px}.fc-del-wrapper .fc-del-content .text{display:flex;flex-direction:column;max-width:400px;gap:8px;align-items:center;text-align:center}.fc-del-wrapper .fc-del-content .text .text-lg{color:#121926;font-weight:500;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center}.fc-del-wrapper .fc-del-content .text .text-desc{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#697586}.fc-del-wrapper .fc-del-content .btns{display:flex;align-items:center;flex-direction:row;gap:12px;width:100%}.fc-del-wrapper .fc-del-content .btns .no-btn{font-weight:500;font-size:14px;line-height:20px;color:#4b5565;padding:8px 30px;letter-spacing:0%;box-shadow:0 1px 2px #1018280d;flex:1;border:1px solid #E3E8EF;border-radius:8px}.fc-del-wrapper .fc-del-content .btns .yes-btn{border:1px solid #EC4F47;background-color:#ec4f47;border-radius:8px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;flex:1;color:#fff;padding:8px 30px;box-shadow:0 1px 2px #1018280d}.fc-details-wrapper{width:100%;height:100vh;overflow-y:scroll;position:fixed;top:0;left:0;align-items:center;justify-content:center;display:flex;z-index:10;background-color:#00000080}.fc-details-wrapper .fc-details-content{display:flex;flex-direction:column;min-width:1200px;background-color:#fff;border-radius:12px}.fc-details-wrapper .fc-details-content .fc-details-header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #E3E8EF}.fc-details-wrapper .fc-details-content .fc-details-header .text-bg{font-weight:600;font-style:Semi Bold;color:#000;font-size:24px;line-height:32px;letter-spacing:0%}.fc-details-wrapper .fc-details-content .fc-details-header .btns{display:flex;align-items:center;gap:12px}.fc-details-wrapper .fc-details-content .fc-details-header .btns button{display:flex;align-items:center;justify-content:center;background-color:#f8fafc;border-radius:8px;padding:8px}.fc-details-wrapper .fc-details-content .fc-details-header .btns button img{width:20px;height:20px}.fc-details-wrapper .fc-details-content .fc-details-main{padding:20px 16px;display:flex;flex-direction:column}.fc-details-wrapper .fc-details-content .fc-details-main .fc-desc{display:flex;align-items:center;gap:12px;margin-bottom:16px}.fc-details-wrapper .fc-details-content .fc-details-main .fc-desc .fc-icon{border-radius:50%;padding:13px;background-color:#eefbfc}.fc-details-wrapper .fc-details-content .fc-details-main .fc-desc .fc-icon img{width:24px;height:24px}.fc-details-wrapper .fc-details-content .fc-details-main .fc-desc .text{display:flex;flex-direction:column;align-items:start}.fc-details-wrapper .fc-details-content .fc-details-main .fc-desc .text .name{font-weight:600;font-style:Semi Bold;font-size:16px;line-height:24px;letter-spacing:0%;color:#000}.fc-details-wrapper .fc-details-content .fc-details-main .fc-desc .text .address{font-weight:400;font-size:12px;color:#697586;line-height:18px;letter-spacing:0%}.fc-details-wrapper .fc-details-content .fc-details-main .fc-basic-info{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.fc-details-wrapper .fc-details-content .fc-details-main .fc-basic-info .fc-basic-info-title{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;margin-bottom:4px;color:#202939}.fc-details-wrapper .fc-details-content .fc-details-main .fc-basic-info .info-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1}.fc-details-wrapper .fc-details-content .fc-details-main .fc-basic-info .info-row .info-desc{font-family:Inter;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;vertical-align:middle;color:#6a7282}.fc-details-wrapper .fc-details-content .fc-details-main .fc-basic-info .info-row .info-value{font-weight:500;font-size:16px;color:#101828;line-height:24px;letter-spacing:0%;vertical-align:middle}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section{display:flex;flex-direction:column;align-items:start;gap:8px}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-title{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;color:#202939}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-table-inner{width:100%;border:1px solid #F3F4F6;border-radius:8px;overflow:hidden;margin-bottom:10px}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list{width:100%;border-collapse:collapse}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list thead tr{background-color:#f8fafc}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list thead th{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586;text-align:left;padding:13px 24px;white-space:nowrap;width:25%;border-bottom:1px solid #F3F4F6}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list thead th .th-content{display:flex;flex-direction:row;align-items:center;gap:4px}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list thead th .sort-icon{color:#9aa4b2;cursor:pointer}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list tbody tr{border-bottom:1px solid #F3F4F6}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list tbody tr:last-child{border-bottom:none}.fc-details-wrapper .fc-details-content .fc-details-main .contacts-section .contacts-list tbody td{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#4b5565;padding:12px 24px;vertical-align:middle}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section{display:flex;flex-direction:column;align-items:start;gap:8px}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs-title{font-weight:600;font-style:Semi Bold;font-size:20px;line-height:30px;letter-spacing:0%;color:#202939}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs{display:flex;flex-direction:column;gap:8px;width:100%}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc{display:flex;flex-direction:row;align-items:center;padding:8px;justify-content:space-between;background-color:#fcfcfd;border:1px solid #E3E8EF;border-radius:12px;flex:1}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .left-side{display:flex;flex-direction:row;gap:8px;align-items:center}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .left-side .icon{display:flex;align-items:center;justify-content:center;border-radius:50%;padding:8px;border:1px solid #E3E8EF}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .left-side .icon img{width:20px;height:20px}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .left-side .text{display:flex;flex-direction:column;gap:2px}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .left-side .text .doc-name{color:#121926;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;vertical-align:middle}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .left-side .text .doc-desc{color:#697586;display:flex;flex-wrap:nowrap;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;gap:7px;vertical-align:middle;align-items:center}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .left-side .text .doc-desc img{width:4px;height:4px}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .right-side{display:flex;flex-direction:row;align-items:center}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .right-side .btns{display:flex;align-items:center;gap:12px}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .right-side .btns button{background:none}.fc-details-wrapper .fc-details-content .fc-details-main .docs-section .docs .doc .right-side .btns button img{width:20px;height:20px}.fc-empty-wrapper{width:100%;height:600px;display:flex;align-items:center;justify-content:center}.fc-empty-wrapper .fc-empty-content{display:flex;flex-direction:column;align-items:center;gap:16px}.fc-empty-wrapper .fc-empty-content img{width:92px;height:92px}.fc-empty-wrapper .fc-empty-content .text{display:flex;flex-direction:column;align-items:center;max-width:450px;gap:8px}.fc-empty-wrapper .fc-empty-content .text .text-lg{color:#121926;font-weight:500;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center}.fc-empty-wrapper .fc-empty-content .text .text-desc{font-weight:400;color:#697586;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center}.add-fc-nav{display:flex;width:100%;align-items:center;flex-direction:row;margin-bottom:20px;gap:5.83px}.add-fc-nav .gr-text{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586;display:flex;gap:5.83px;align-items:center}.add-fc-nav .gr-text img{width:10px;height:8.33px}.add-fc-nav .text-dark{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;color:#202939}.fc-title-text{display:flex;flex-direction:column;gap:4px;align-items:start}.fc-title-text .title-text{font-weight:600;font-style:Semi Bold;font-size:24px;line-height:32px;letter-spacing:0%;color:#000}.fc-title-text .text-desc{color:#697586;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}.add-fc-main{display:flex;flex-direction:row;gap:20px;align-items:start;margin-top:20px}.add-fc-main .steps-card{display:flex;flex-direction:column;padding:16px;gap:14px;border-radius:12px;min-width:290px;background:#fff;border:1px solid #F3F4F6;align-items:start;position:sticky;top:20px}.add-fc-main .fc-parts{flex:1;min-width:0;display:flex;flex-direction:column;gap:20px}.add-fc-main .fc-parts .fc-part{scroll-margin-top:20px}.add-fc-main .steps-card .step{cursor:pointer}.add-fc-main .steps-card .step.active .step-text .step-desc{color:#202939}.add-fc-main .steps-card .step{display:flex;flex-direction:row;align-items:center;gap:12px}.add-fc-main .steps-card .step .icon{width:24px;height:24px}.add-fc-main .steps-card .step .step-text{display:flex;flex-direction:column;gap:2px;align-items:start}.add-fc-main .steps-card .step .step-text .step-num{font-weight:400;color:#697586;font-size:12px;line-height:18px;letter-spacing:0%}.add-fc-main .steps-card .step .step-text .step-desc{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center;color:#697586}.add-fc-main .steps-card .line-item{height:56px;margin-left:16px;border:1px solid #F3F4F6}.fc-step-wrapper{display:flex;flex-direction:column;align-items:start;padding:16px;background:#fff;border:1px solid #f3f4f6;flex:1;border-radius:12px}.fc-label-hint{font-weight:400;font-size:12px;color:#98a2b3}.fc-step-wrapper .fc-step-title{display:flex;flex-direction:row;align-items:center;gap:4px;margin-bottom:16px}.fc-step-wrapper .fc-sub-title{font-weight:500;color:#202939;font-size:16px;line-height:24px;letter-spacing:0%;margin-bottom:16px}.fc-step-wrapper .fc-step-title img{width:15.33px;height:14px}.fc-step-wrapper .fc-step-title .title-text{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%;color:#202939}.fc-step-wrapper .fc-inputs{display:flex;flex-direction:row;gap:12px;width:100%;margin-bottom:20px;flex-wrap:wrap;justify-content:space-between}.fc-step-wrapper .fc-inputs .input-wrapper .fc-name-warn{color:#ec4f47;font-weight:500;font-size:12px;line-height:16px;margin-top:2px}.fc-step-wrapper .fc-inputs .input-wrapper{display:flex;flex-direction:column;gap:6px;width:calc(33% - 8px);align-items:start}.fc-step-wrapper .fc-inputs .input-wrapper-lg{display:flex;flex-direction:column;gap:6px;width:calc(50% - 8px);align-items:start}.fc-step-wrapper .fc-inputs .input-wrapper label,.fc-step-wrapper .fc-inputs .input-wrapper-lg label{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#374151}.fc-step-wrapper .fc-inputs .input-wrapper input.input-sm{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586;padding:8px 12px;width:100%;box-shadow:0 1px 2px #1018280d;outline:none;border:1px solid #e3e8ef;border-radius:8px}.fc-step-wrapper .fc-inputs .input-wrapper-lg input.input-lg{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586;width:100%;padding:8px 12px;box-shadow:0 1px 2px #1018280d;outline:none;border:1px solid #e3e8ef;border-radius:8px}.fc-step-wrapper .fc-inputs .input-wrapper select{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586;padding:8px 12px;box-shadow:0 1px 2px #1018280d;border:1px solid #e3e8ef;border-radius:8px;width:100%;box-sizing:border-box;background-color:#fff;font-family:inherit;outline:none}.fc-step-wrapper .address-input-wrapper{display:flex;margin-bottom:23px;flex-direction:column;gap:6px;width:100%}.fc-step-wrapper .address-input-wrapper label{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#374151}.fc-step-wrapper .address-input-wrapper input{flex:1;border:1px solid #e3e8ef;box-shadow:0 1px 2px #1018280d;font-weight:400;padding:8px 12px;border-radius:8px;font-size:14px;line-height:20px;letter-spacing:0%;outline:none}.fc-step-wrapper .step-bottom-btns{display:flex;justify-content:end;gap:12px;width:100%;align-items:center}.fc-step-wrapper .step-bottom-btns .btn-cancel{padding:10px 18px;border-radius:8px;border:1px solid #e3e8ef;box-shadow:0 1px 2px #1018280d;font-weight:500;color:#4b5565;font-size:12px;line-height:18px;letter-spacing:0%}.fc-step-wrapper .step-bottom-btns .btn-next{background:#33ccd6;border:1px solid #33ccd6;box-shadow:0 1px 2px #1018280d;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#fff;border-radius:8px;padding:10px 18px}.fc-step-wrapper .text-area-input-wrapper{display:flex;flex-direction:column;width:100%;gap:7px;margin-bottom:16px}.fc-step-wrapper .text-area-input-wrapper textarea.comment-text{font-family:Inter;flex:1;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586;border:1px solid #e3e8ef;resize:none;box-shadow:0 1px 2px #1018280d;padding:10px 14px;outline:none;border-radius:8px;height:72px}.fc-step-wrapper .upf-wrapper{display:flex;flex-direction:column;width:100%;margin-bottom:24px}.fc-step-wrapper .upf-wrapper .upf-area{display:flex;flex:1;border:1px dotted #e3e8ef;border-radius:12px;flex-direction:column;padding:12px 35px;align-items:center;gap:6px}.fc-step-wrapper .upf-wrapper .upf-text-sm{font-weight:400;font-size:14px;line-height:20px;margin-bottom:7px;letter-spacing:0%;color:#374151}.fc-step-wrapper .upf-wrapper .upf-area .upf-text-m{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%;text-align:center;color:#000}.fc-step-wrapper .upf-wrapper .upf-area .upf-text-desc{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%;text-align:center;color:#a9acb4}.fc-step-wrapper .upf-wrapper .upf-area .upf-brow-btn{font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%;color:#364152;padding:10px 18px;background:#f8fafc;border-radius:8px}.fc-step-wrapper .uploaded-files{display:flex;flex-direction:row;gap:12px;align-items:center;margin-bottom:24px;justify-content:space-between;width:100%;flex-wrap:wrap}.fc-step-wrapper .uploaded-files .up-file{display:flex;flex-direction:row;border-radius:12px;background:#f8fafc;border:1px solid #e3e8ef;align-items:center;padding:16px;justify-content:space-between;width:calc(50% - 8px)}.fc-step-wrapper .uploaded-files .up-file .left-side{display:flex;align-items:center;gap:5.5px;flex-direction:row}.fc-step-wrapper .uploaded-files .up-file .right-side{display:flex;align-items:center}.fc-step-wrapper .uploaded-files .up-file .right-side .close-btn{display:flex;align-items:center;background:none;justify-content:center}.fc-step-wrapper .uploaded-files .up-file .right-side .close-btn img{width:20px;height:20px}.fc-step-wrapper .uploaded-files .up-file .left-side .f-icon{width:32px;height:32px}.fc-step-wrapper .uploaded-files .up-file .left-side .text{display:flex;flex-direction:column;gap:1px}.fc-step-wrapper .uploaded-files .up-file .left-side .text .f-name{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0%;color:#4b5565}.fc-step-wrapper .uploaded-files .up-file .left-side .text .f-size{font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%;color:#697586}.fc-step-wrapper .checkbox-row{display:flex;align-items:center;gap:8px;flex-direction:row;margin-bottom:16px}.fc-step-wrapper .checkbox-row label{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%;color:#697586}.fc-step-wrapper .checkbox-row input[type=checkbox]{width:18px;height:18px;cursor:pointer;flex-shrink:0}.fc-step-wrapper .additional-button-wrapper{width:100%;display:flex;justify-content:end;margin-bottom:20px;align-items:center}.fc-step-wrapper .additional-button-wrapper .add-cnt-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;font-family:Inter;font-weight:500;font-size:12px;line-height:18px;border-radius:8px;background:#f8fafc;letter-spacing:0%}.fc-step-wrapper .additional-button-wrapper .add-cnt-btn img{width:20px;height:20px}.fc-date-field{position:relative;width:100%}.fc-date-field .fc-date-display{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-weight:400;font-size:14px;line-height:20px;color:#697586;width:100%;padding:8px 12px;box-shadow:0 1px 2px #1018280d;outline:none;border:1px solid #e3e8ef;border-radius:8px;box-sizing:border-box;background:#fff}.fc-date-field .fc-date-display .fc-date-ph{color:#9aa4b2}.fc-date-field .fc-date-display .fc-date-icon{width:20px;height:20px;opacity:.6;flex-shrink:0}.fc-date-field .fc-date-pop{position:absolute;top:calc(100% + 6px);left:0;z-index:60;background:#fff;border:1px solid #e3e8ef;border-radius:12px;box-shadow:0 8px 24px #1018281f;padding:8px;--rdp-accent-color: #33ccd6;--rdp-accent-background-color: #eefbfc;--rdp-today-color: #33ccd6;font-family:Inter;font-size:13px;color:#202939}.fc-created-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;z-index:10;top:0;left:0;width:100%;height:100%;background-color:#00000080}.fc-created-wrapper .fc-cr-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:33.5px;background-color:#fff;border-radius:12px}.fc-created-wrapper .fc-cr-content img{width:120px;height:111px}.fc-created-wrapper .fc-cr-content .fc-cr-text{display:flex;align-items:center;flex-direction:column;max-width:400px;text-align:center;gap:8px}.fc-created-wrapper .fc-cr-content .fc-cr-text .text-lg{font-weight:500;color:#121926;font-size:20px;line-height:30px;letter-spacing:0%;text-align:center}.fc-created-wrapper .fc-cr-content .fc-cr-text .text-desc{font-weight:400;font-size:14px;color:#697586;line-height:20px;letter-spacing:0%;text-align:center}.rps-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.rps-header-wrapper .rps-left{display:flex;flex-direction:column;gap:4px}.rps-header-wrapper .rps-left .title-text{color:#000;font-weight:600;font-style:Semi Bold;font-size:24px;line-height:32px;letter-spacing:0%}.rps-header-wrapper .rps-left .desc{color:#697586;font-family:Inter;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0%}.rps-header-wrapper .rps-right{display:flex;align-items:center}.rps-header-wrapper .rps-right .rps-btns{display:flex;align-items:center;flex-direction:row;gap:12px}.rps-header-wrapper .rps-right .rps-btns button.upload-btn{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;color:#4b5565;box-shadow:0 1px 2px #1018280d;border:#e3e8ef 1px solid;border-radius:8px;font-size:12px;font-weight:500;line-height:18px;letter-spacing:0}.rps-header-wrapper .rps-right .rps-btns a .btn-icon{width:20px;height:20px}.rps-header-wrapper .rps-right .rps-btns a .btn-icon img{width:100%;height:100%}.rps-header-wrapper .rps-right .rps-btns button.ai-btn{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;color:#4f6ef7;font-size:12px;font-weight:500;line-height:18px;border-radius:8px;background:#eef2ff;box-shadow:0 1px 2px #1018280d;letter-spacing:0}.rps-header-wrapper .rps-right .rps-btns .ai-btn .ai-icon{width:20px;height:20px}.rps-header-wrapper .rps-right .rps-btns .ai-btn .ai-icon img{width:100%;height:100%}.rps-header-wrapper .rps-right .rps-btns button.add-btn{display:flex;color:#fff;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;font-size:12px;font-weight:500;line-height:18px;border-radius:8px;box-shadow:0 1px 2px #1018280d;border:1px solid #33ccd6;letter-spacing:0;background:#33ccd6}.rps-header-wrapper .rps-right .rps-btns .add-btn .add-icon{width:20px;height:20px}.rps-header-wrapper .rps-right .rps-btns .add-btn .add-icon img{width:100%;height:100%}.gen-report-row{display:flex;flex-direction:row;justify-content:space-between;border-radius:12px;background:var(--Gradient-final, linear-gradient(90deg, rgba(51, 205, 207, .2) -59.48%, rgba(131, 202, 39, .2) 137.08%));align-items:center;padding:16px;margin-top:20px}.gen-report-row .left-side{display:flex;flex-direction:column;gap:12px;justify-content:start;align-items:start}.gen-report-row .left-side .text-wrapper{display:flex;flex-direction:column;gap:4px}.gen-report-row .left-side .text-wrapper .text-1{color:#000;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.gen-report-row .left-side .text-wrapper .text-2{color:#0009;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.gen-report-row .left-side .gen-btn{color:#31725b;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:10px;border-radius:8px;background:#ffffffb3}.gen-report-row .right-side{display:flex}.gen-report-row .right-side img{width:83px;height:100px}.rpls-wrapper{display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--Error-Gray-modern-100, #F3F4F6);margin-top:20px;background:#fff;box-shadow:0 0 10px #18181b0a}.rpls-wrapper .rpls-header{display:flex;flex-direction:row;justify-content:space-between;padding:14px 16px;align-items:center;border-bottom:1px solid var(--Grey, #E6E6E9)}.rpls-wrapper .rpls-header .search-box{display:flex;width:313px;align-items:center;padding:8px 16px;gap:8px;border-radius:8px;border:1px solid var(--Gray-200, #EAECF0)}.rpls-wrapper .rpls-header .search-box .search-icon{width:20px;height:20px}.rpls-wrapper .rpls-header .search-box input{color:var(--Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;flex:1;line-height:20px;border:none;outline:none}.rpls-wrapper .rpls-header .btns{display:flex;align-items:center;gap:12px}.rpls-wrapper .rpls-header .btns select{padding:9px;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF);outline:none}.rpls-wrapper .rpls-header .btns .check-opt{display:flex;align-items:center;gap:8px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF);padding:8px 9px}.rpls-wrapper .rpls-header .btns .check-opt label{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.rpls-wrapper .rpls-header .btns .check-opt input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;border-radius:6px;border:1px solid var(--Gray-modern-300, #CDD5DF)}.rpls-wrapper .rpls-header .btns .check-opt input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.rpls-wrapper .rpls-main{display:flex;flex-direction:column;gap:12px;padding:14px 16px}.rpls-wrapper .rpls-main .control-btns{display:flex;flex-direction:row;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF)}.rpls-wrapper .rpls-main .control-btns button{border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC);padding:9px 16px;color:var(--Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rpls-wrapper .rpls-main .rpls-table-wrapper{border:1px solid #E3E8EF;border-radius:12px;overflow:hidden}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table{width:100%;border-collapse:collapse;table-layout:fixed}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table thead{background:#f8fafc}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table th{padding:13px 24px;border-bottom:1px solid #E3E8EF;text-align:left;color:#697586;font-size:12px;font-weight:500;line-height:18px}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table td{padding:11px 16px;border-bottom:1px solid #E3E8EF;color:#4b5565;font-size:12px;font-weight:500;line-height:18px;vertical-align:middle}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table tbody tr:last-child td{border-bottom:none}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table th .th-content{display:flex;align-items:center}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table th .th-content img{width:12px;height:12px;margin-left:12px}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table .check-col{width:48px;text-align:center;padding:0}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table .check-col input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;border-radius:6px;border:1px solid var(--Gray-modern-300, #CDD5DF)}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table .check-col input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table .resident-cell{display:flex;align-items:center;gap:12px}.rpls-wrapper .rpls-main .rpls-table-wrapper .rpls-table .resident-cell img{width:32px;height:32px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.grm-wrapper{top:0;left:0;position:fixed;display:flex;align-items:flex-start;justify-content:center;width:100%;overflow-y:auto;height:100%;padding:24px 0;z-index:30;background-color:#00000080}.grm-wrapper .grm-content{width:1300px;border-radius:12px;background:#fff;display:flex;flex-direction:column;margin:auto 0}.grm-wrapper .grm-content .grm-header{border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);padding:14px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.grm-wrapper .grm-content .grm-header .l-side{display:flex;flex-direction:column;gap:4px}.grm-wrapper .grm-content .grm-header .l-side .text-lg{color:var(--Black, #000);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.grm-wrapper .grm-content .grm-header .l-side .text-sm{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.grm-wrapper .grm-content .grm-header .r-side{display:flex;align-items:center}.grm-wrapper .grm-content .grm-header .r-side .options-wrapper{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);display:flex;flex-direction:row;padding:8px}.grm-wrapper .grm-content .grm-header .r-side .options-wrapper .option-btn{padding:6px 12px;color:var(--Error-Gray-modern-500, #697586);cursor:pointer;font-family:Calibri;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.grm-wrapper .grm-content .grm-header .r-side .options-wrapper .option-btn.active-option{color:var(--White, #FFF);font-family:Calibri;font-size:14px;font-style:normal;font-weight:400;line-height:130%;border-radius:6px;background:var(--primary-500, #33CCD6)}.grm-wrapper .grm-content .grm-main-wrapper{display:flex;flex-direction:column;padding:20px 16px}.grm-wrapper .grm-content .grm-main-wrapper .basic-opts{display:flex;width:100%;flex-direction:row;align-items:center;gap:12px}.grm-wrapper .grm-content .grm-main-wrapper .basic-opts .opt-wrapper{display:flex;flex-direction:column;flex:1;gap:6px}.grm-wrapper .grm-content .grm-main-wrapper .basic-opts .opt-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.grm-wrapper .grm-content .grm-main-wrapper .basic-opts .opt-wrapper .date-input{display:flex;align-items:center;padding:10px 14px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d}.grm-wrapper .grm-content .grm-main-wrapper .basic-opts .date-input input{border:none;outline:none;flex:1;color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.grm-wrapper .grm-content .grm-main-wrapper .basic-opts select{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d;outline:none;padding:10px 14px}.grm-wrapper .grm-content .reports-generation-main{display:flex;flex-direction:row;padding-left:16px;padding-right:16px;padding-bottom:20px;gap:20px}.grm-wrapper .grm-content .bottom-btns{display:flex;align-items:center;gap:12px;padding-bottom:14px;padding-right:16px;padding-left:16px;justify-content:space-between}.grm-wrapper .grm-content .bottom-btns .btns-left,.grm-wrapper .grm-content .bottom-btns .btns-right{display:flex;align-items:center;gap:12px}.grm-wrapper .grm-content .bottom-btns button.btn-action-normal{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d;padding:9px 16px;display:flex;align-items:center;gap:8px;color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.grm-wrapper .grm-content .bottom-btns button.btn-action-normal img.btn-icon{width:15px;height:15px}.grm-wrapper .grm-content .bottom-btns button.generate-btn{border-radius:8px;border:1px solid var(--primary-500, #33CCD6);background:var(--primary-500, #33CCD6);box-shadow:0 1px 2px #1018280d;padding:9px 16px;display:flex;align-items:center;gap:8px;color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.grm-wrapper .grm-content .bottom-btns button.generate-btn img{width:15px;height:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.grm-wrapper .grm-content .bottom-btns button:disabled{opacity:.7;cursor:not-allowed}.avro-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-100, #F3F4F6);display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content}.avro-wrapper .avro-head{padding:14px 16px;border-bottom:1px solid var(--Error-Gray-modern-100, #F3F4F6);display:flex;gap:12px;align-items:center;flex-direction:row;justify-content:space-between}.avro-wrapper .avro-head .heading{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.avro-wrapper .avro-head .switch{display:flex;gap:12px;align-items:center}.avro-wrapper .avro-head .switch label{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.avro-wrapper .avro-head .switch .toggle-wrapper{display:flex;border-radius:12px;background:var(--Gray-modern-100, #EEF2F6);flex-direction:row;cursor:pointer;width:36px;padding:3px}.avro-wrapper .avro-head .switch .toggle-wrapper .toggle-circle{width:16px;height:16px;border-radius:50%;background-color:#fff;fill:var(--White, #FFF);filter:drop-shadow(0 1px 2px rgba(16,24,40,.06)) drop-shadow(0 1px 3px rgba(16,24,40,.1))}.avro-wrapper .avro-head .switch .toggle-wrapper.toggle-active{background-color:#33ccd6;justify-content:end}.avro-wrapper .avro-options-wrapper{padding:14px 16px;display:flex;flex-direction:column;gap:8px}.avro-wrapper .avro-options-wrapper .avro-option{display:flex;align-items:center;gap:12px}.avro-wrapper .avro-options-wrapper .avro-option label{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.avro-wrapper .avro-options-wrapper .avro-option input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;border-radius:6px;border:1px solid var(--Gray-modern-300, #CDD5DF)}.avro-wrapper .avro-options-wrapper .avro-option input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.avro-wrapper .avro-options-wrapper .avro-option{cursor:pointer;border-radius:8px;padding:6px 8px}.avro-wrapper .avro-options-wrapper .avro-option.selected{background:var(--primary-50, #e6fbfc);box-shadow:inset 0 0 0 1px var(--primary-500, #33ccd6)}.exsr-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-100, #f3f4f6);background:#fff;display:flex;flex:1;flex-direction:column;height:627px;overflow-y:scroll}.exsr-wrapper .exsr-wrapper-header{border-bottom:1px solid var(--Error-Gray-modern-100, #f3f4f6);padding:14px 16px;display:flex}.exsr-wrapper .exsr-wrapper-header .title{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.exsr-wrapper .exsr-main-wrapper{display:flex;flex-direction:column;padding:14px 16px;gap:14px}.exsr-wrapper .exsr-main-wrapper .tabs-row{border-bottom:1px solid var(--Error-Gray-modern-100, #f3f4f6);display:flex;flex-direction:row;gap:14px;align-items:center;flex:1}.exsr-wrapper .exsr-main-wrapper .tabs-row .tab{cursor:pointer;padding-bottom:12px;color:var(--Error-Gray-modern-500, #697586);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.exsr-wrapper .exsr-main-wrapper .tabs-row .tab.active{cursor:pointer;padding-bottom:12px;border-bottom:2px solid var(--primary-500, #33ccd6);color:var(--primary-500, #33ccd6);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.general-options-input{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d;padding:8px 12px;outline:none}.options-section-title{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts{display:flex;flex-direction:column;gap:12px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section{display:flex;flex-direction:column;gap:8px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .inps-wrapper{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .inps-wrapper .inp-wrapper{display:flex;flex:1;flex-direction:column;gap:6px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .inps-wrapper .inp-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .check-inps-wrapper{width:calc(50% - 12px);display:flex;align-items:center;gap:12px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .check-inps-wrapper label{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .check-inps-wrapper input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;border-radius:6px;border:1px solid var(--Gray-modern-300, #CDD5DF)}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .check-inps-wrapper input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option-body{padding:16px;border-top:1px solid #E3E8EF;display:flex;flex-direction:column;gap:12px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-check-option input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-options-wrapper{display:flex;flex-direction:column;gap:12px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option{display:flex;flex-direction:column;border:1px solid #E3E8EF;border-radius:12px;background:#fff;overflow:hidden}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option-header{display:flex;justify-content:space-between;align-items:center;padding:14px 12px;cursor:pointer}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option-left{display:flex;flex-direction:column;gap:2px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option-title{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option-desc{color:var(--Error-Gray-modern-400, #9CA3AF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option-right{display:flex;align-items:center;gap:12px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .selected-count{padding:3px 12px;border-radius:12px;background:var(--Error-Gray-modern-50, #F8FAFC);color:#697586;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:transform .25s ease}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-arrow.open{transform:rotate(180deg)}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-option-body{font-family:Inter;font-size:14px;color:#697586;padding:16px;border-top:1px solid #E3E8EF;display:flex;flex-direction:column;gap:12px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-check-option{display:flex;align-items:center;gap:12px;cursor:pointer;color:#697586;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-check-option input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1px solid #CDD5DF;border-radius:6px;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .general-options-section .routing-check-option input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.exsr-hf-wrapper{display:flex;flex-direction:column;gap:16px}.exsr-hf-wrapper .exsr-hf-section{display:flex;flex-direction:column;gap:12px}.exsr-hf-wrapper .exsr-hf-section .section-title{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.exsr-hf-wrapper .exsr-hf-section .checks-inps-area{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;flex:1}.exsr-hf-wrapper .exsr-hf-section .checks-inps-area .inp-wrapper{width:calc(33% - 6px);display:flex;align-items:center;gap:8px}.exsr-hf-wrapper .exsr-hf-section .checks-inps-area .inp-wrapper label{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.exsr-hf-wrapper .exsr-hf-section .checks-inps-area .inp-wrapper input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;cursor:pointer;border-radius:6px;border:1px solid var(--Gray-modern-300, #CDD5DF)}.exsr-hf-wrapper .exsr-hf-section .checks-inps-area .inp-wrapper input[type=checkbox]:checked{border:2px solid #25D0E8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.exsr-hf-wrapper .exsr-hf-section .textarea-inp-wrapper{gap:7px;display:flex;flex-direction:column}.exsr-hf-wrapper .exsr-hf-section .textarea-inp-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.exsr-hf-wrapper .exsr-hf-section .textarea-inp-wrapper textarea{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:10px 14px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-wrapper{display:flex;flex-direction:column;gap:10px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-row{display:flex;flex-direction:row;align-items:center;gap:12px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-row .mrr-sort-label{width:110px;color:#374151;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-row .mrr-sort-select{flex:1;padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;color:#4b5565;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;outline:none;cursor:pointer}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-row .mrr-sort-order{display:flex;align-items:center;gap:8px;width:140px;color:#697586;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;cursor:pointer}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-row .mrr-sort-order input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border-radius:6px;border:1px solid #cdd5df;background:#fff;background-repeat:no-repeat;background-position:center;background-size:12px;outline:none;cursor:pointer}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-row .mrr-sort-order input[type=checkbox]:checked{border:2px solid #25d0e8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5 6.5 11.5 12.5 4.5' fill='none' stroke='%2325D0E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-sort-wrapper .mrr-sort-note{color:#8a94a6;font-family:Inter;font-size:12px;font-weight:400;line-height:18px;margin-top:2px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-md-title-input{margin-top:8px}.exsr-wrapper .exsr-main-wrapper .exsr-general-opts .mrr-md-title-input input{width:100%;padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;color:#4b5565;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;outline:none}.sffr-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#00000080;width:100%;z-index:40;height:100%;position:fixed;top:0;left:0}.sffr-wrapper .sffr-content{width:600px;border-radius:12px;background:#fff;display:flex;flex-direction:column}.sffr-wrapper .sffr-content .header{display:flex;justify-content:space-between;padding:14px 16px;align-items:center;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef)}.sffr-wrapper .sffr-content .header .title{color:var(--Black, #000);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:30px}.sffr-wrapper .sffr-content .header .close-btn{border-radius:8px;background:var(--Error-Gray-modern-50, #f8fafc);padding:8px}.sffr-wrapper .sffr-content .header .close-btn img{width:20px;height:20px}.sffr-wrapper .sffr-content .sffr-main{padding:16px;display:flex;flex-direction:column;gap:12px}.sffr-wrapper .sffr-content .sffr-main .inp-wrapper{display:flex;flex-direction:column}.sffr-wrapper .sffr-content .sffr-main .inp-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.sffr-wrapper .sffr-content .sffr-main .inp-wrapper select{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px;padding:8px 12px;box-shadow:0 1px 2px #1018280d}.sffr-wrapper .sffr-content .sffr-main .btns{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:12px}.sffr-wrapper .sffr-content .sffr-main .btns .cancel-btn{color:var(--Error-Gray-modern-600, #4b5565);font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d}.sffr-wrapper .sffr-content .sffr-main .btns .proceed-btn{padding:9px 16px;border-radius:8px;border:1px solid #88CE2F;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._page_d4g5p_1{display:flex;flex-direction:column;gap:20px}._header_d4g5p_8{display:flex;align-items:flex-start;justify-content:space-between}._title_d4g5p_13{font-size:22px;font-weight:700;color:#121926;margin:0}._subtitle_d4g5p_19{font-size:13px;color:#697586;margin:4px 0 0}._filters_d4g5p_26{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 16px;background:#fff;border:1px solid #e3e8ef;border-radius:12px}._select_d4g5p_36,._date_d4g5p_37{height:38px;border:1px solid #e3e8ef;border-radius:8px;padding:0 12px;font-size:13px;font-weight:500;color:#4b5565;background:#fff;outline:none;cursor:pointer;transition:border-color .15s ease}._select_d4g5p_36:focus,._date_d4g5p_37:focus{border-color:var(--primary-color, #33ccd6)}._clearBtn_d4g5p_54{height:38px;border:none;background:transparent;color:var(--primary-color, #33ccd6);font-size:13px;font-weight:600;cursor:pointer;padding:0 8px}._clearBtn_d4g5p_54:hover{text-decoration:underline}._state_d4g5p_67{display:flex;align-items:center;justify-content:center;gap:8px;padding:56px 0;color:#697586;font-size:14px}._error_d4g5p_76{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:13px}._spin_d4g5p_84{animation:_alspin_d4g5p_1 .8s linear infinite;color:var(--primary-color, #33ccd6)}@keyframes _alspin_d4g5p_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._groups_d4g5p_88{display:flex;flex-direction:column;gap:24px}._group_d4g5p_88{display:flex;flex-direction:column}._groupTitle_d4g5p_97{font-size:13px;font-weight:600;color:#697586;padding:0 2px 12px}._cards_d4g5p_103{display:flex;flex-direction:column;gap:8px}._card_d4g5p_103{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e3e8ef;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease}._card_d4g5p_103:hover{border-color:#cdd5df;box-shadow:0 2px 8px #1018280d}._cardIcon_d4g5p_124{flex-shrink:0;width:34px;height:34px;border-radius:8px;background:#eefbfc;color:#0e766e;display:flex;align-items:center;justify-content:center}._cardIconDanger_d4g5p_135{background:#fef2f2;color:#dc2626}._cardBody_d4g5p_139{flex:1;min-width:0}._cardTop_d4g5p_143{display:flex;align-items:baseline;justify-content:space-between;gap:12px}._cardTitle_d4g5p_149{font-size:14px;font-weight:600;color:#202939}._cardTime_d4g5p_154{flex-shrink:0;font-size:12px;color:#98a2b3}._cardDesc_d4g5p_159{font-size:13px;color:#4b5565;margin-top:2px;overflow-wrap:anywhere}._targets_d4g5p_165{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}._tag_d4g5p_171{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;background:#f8fafc;border:1px solid #e3e8ef;font-size:11.5px;font-weight:500;color:#4b5565}._tag_d4g5p_171 svg{color:#98a2b3}._cardMeta_d4g5p_185{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:12px;color:#697586}._actor_d4g5p_193{font-weight:500;color:#4b5565}._dot_d4g5p_194{color:#cdd5df}._role_d4g5p_195{color:#697586}._sentinel_d4g5p_198{display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:12px 0;color:#697586;font-size:13px}._end_d4g5p_208{color:#98a2b3;font-size:12px}.settings-page-wrapper{display:flex;flex-direction:column}.settings-page-wrapper .settings-page-header{display:flex;flex-direction:column;gap:4px}.settings-page-wrapper .settings-page-header .title{color:var(--Black, #000);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.settings-page-wrapper .settings-page-header .desc{color:var(--Error-Gray-modern-500, #697586);font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:20px}.settings-page-wrapper .settings-page-main{display:flex;flex-direction:row;gap:20px;align-items:start}.settings-page-wrapper .settings-page-main .nav-box{display:flex;flex-direction:column;padding:16px;background-color:#fff;border-radius:12px;gap:12px}.settings-page-wrapper .settings-page-main .nav-box .nav-link{color:var(--Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:10px 12px;border-radius:8px;display:block;text-decoration:none;white-space:nowrap;cursor:pointer}.settings-page-wrapper .settings-page-main .nav-box .nav-link.active-page{color:var(--Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border-radius:8px;background:var(--Error-Gray-modern-50, #F8FAFC)}.settings-page-wrapper .settings-page-main .settings-content-wrapper{flex:1;border-radius:12px;display:flex;flex-direction:column}.settings-page-wrapper .settings-page-main .settings-content-wrapper .settings-page-content-header{display:flex;flex-direction:row;justify-content:start;gap:12px}.settings-page-wrapper .settings-page-main .settings-content-wrapper .settings-page-content-header .icon{padding-top:8px}.settings-page-wrapper .settings-page-main .settings-content-wrapper .settings-page-content-header .icon img{width:20px;height:20px}.settings-page-wrapper .settings-page-main .settings-content-wrapper .settings-page-content-header .text-wrapper{display:flex;flex-direction:column;gap:4px}.settings-page-wrapper .settings-page-main .settings-content-wrapper .settings-page-content-header .text-wrapper .text-lg{color:var(--Error-Gray-modern-800, #202939);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.settings-page-wrapper .settings-page-main .settings-content-wrapper .settings-page-content-header .text-wrapper .text-desc{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.sgsm-wrapper{padding:12px;border-radius:12px;border:1px solid var(--Error-Success-500, #16b364);background:var(--Error-Success-50, #edfcf2);display:flex;z-index:30;flex-direction:row;justify-content:space-between;position:fixed;top:20px;right:24px;width:504px;align-items:start}.sgsm-wrapper .left{display:flex;flex-direction:row;gap:12px}.sgsm-wrapper .left .icon{margin-top:6px;width:24px;height:24px;display:flex;padding:4px;border-radius:50%;background:var(--Error-Success-500, #16b364)}.sgsm-wrapper .left .icon img{width:16px;height:16px}.sgsm-wrapper .left .text-wrapper{display:flex;flex-direction:column}.sgsm-wrapper .left .text-wrapper .text-lg{color:var(--Error-Success-500, #16b364);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.sgsm-wrapper .left .text-wrapper .text-sm{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:18px}.sgsm-wrapper .cross-btn img{width:20px;height:20px}.spui-wrapper{display:flex;background:#fff;border-radius:12px;padding:16px;flex-direction:column;gap:16px}.spui-wrapper .photo-upload-wrapper{display:flex;flex-direction:row;gap:16px;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.spui-wrapper .photo-upload-wrapper .icon{padding:30px;border-radius:50%;border:1px dashed var(--Gray-300, #D0D5DD)}.spui-wrapper .photo-upload-wrapper .icon img{width:40px;height:40px}.spui-wrapper .photo-upload-wrapper .text-wrapper{display:flex;flex-direction:column;gap:8px}.spui-wrapper .photo-upload-wrapper .text-wrapper .up-text{color:var(--primary-500, #33CCD6);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.spui-wrapper .photo-upload-wrapper .text-wrapper .text-help{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.spui-wrapper .inps-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;flex:1;border-bottom:1px solid var(--Error-Gray-modern-100, #F3F4F6);padding-bottom:16px}.spui-wrapper .inps-wrapper .input-wrapper{display:flex;flex-direction:column;width:calc(50% - 10px);gap:6px}.spui-wrapper .inps-wrapper .input-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.spui-wrapper .inps-wrapper .input-wrapper input{padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF);box-shadow:0 1px 2px #1018280d}.spui-wrapper .inps-wrapper .input-wrapper input.unchangable{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--Gray-modern-50, #F8FAFC);box-shadow:0 1px 2px #1018280d}.spui-wrapper .user-signature-wrapper{border-bottom:1px solid var(--Error-Gray-modern-100, #F3F4F6);padding-bottom:16px}.spui-wrapper .user-signature-wrapper .sign-canvas{border-radius:8px;border:1px dashed var(--Error-Gray-modern-200, #E3E8EF);background:var(--Gray-modern-50, #F8FAFC);display:flex;align-items:center;justify-content:center;height:160px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.spui-wrapper .lg-input-wrapper{display:flex;flex-direction:column;gap:6px}.spui-wrapper .lg-input-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.spui-wrapper .lg-input-wrapper input{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:8px 12px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF);box-shadow:0 1px 2px #1018280d}.spui-wrapper .lg-input-wrapper input.unchangable{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--Gray-modern-50, #F8FAFC);box-shadow:0 1px 2px #1018280d;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.spui-wrapper .lg-input-wrapper .note{color:var(--Error-Gray-modern-500, #697586);font-family:Calibri;font-size:14px;font-style:normal;font-weight:400;line-height:130%}.spui-wrapper .bottom-btns{display:flex;justify-content:end}.spui-wrapper .bottom-btns button.save-btn{color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:10px 18px;border-radius:8px;border:1px solid var(--primary-500, #33CCD6);background:var(--primary-500, #33CCD6);box-shadow:0 1px 2px #1018280d}.spui-wrapper .photo-upload-wrapper .icon.has-photo{padding:0;width:100px;height:100px;overflow:hidden;border-style:solid}.spui-wrapper .photo-upload-wrapper .icon.has-photo img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.spui-wrapper .user-signature-wrapper .sign-canvas .sign-pad-canvas{max-width:100%;touch-action:none;cursor:crosshair}.spui-wrapper .user-signature-wrapper .sign-canvas .saved-signature{max-width:100%;max-height:150px;-o-object-fit:contain;object-fit:contain}.spui-wrapper .user-signature-wrapper .sign-actions{display:flex;justify-content:flex-end;margin-top:8px}.spui-wrapper .user-signature-wrapper .sign-actions .sign-action-btn{background:none;border:none;cursor:pointer;color:var(--primary-500, #33CCD6);font-family:Inter;font-size:13px;font-weight:600;padding:4px 6px}.spui-wrapper .spui-status{font-family:Inter;font-size:14px;font-weight:500;padding:10px 14px;border-radius:8px}.spui-wrapper .spui-status.ok{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.spui-wrapper .spui-status.err{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.cpsw-wrapper{padding:16px;display:flex;flex-direction:column;gap:16px;background-color:#fff;border-radius:12px;border:1px solid var(--Error-Gray-modern-100, #f3f4f6)}.cpsw-wrapper .inp-lg-wrapper{display:flex;flex-direction:column;gap:6px}.cpsw-wrapper .inp-lg-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.cpsw-wrapper .inp-lg-wrapper .input-box{display:flex;flex-direction:row;align-items:center;flex:1;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d;padding:8px 12px;gap:8px}.cpsw-wrapper .inp-lg-wrapper .input-box img{width:20px;height:20px;cursor:pointer}.cpsw-wrapper .inp-lg-wrapper .input-box input{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;flex:1}.cpsw-wrapper .btn-row{display:flex;justify-content:end;align-items:center;padding-top:12px}.cpsw-wrapper .btn-row .save-btn{border-radius:8px;border:1px solid var(--primary-500, #33ccd6);background:var(--primary-500, #33ccd6);box-shadow:0 1px 2px #1018280d;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:10px 18px}.dlac-wrapper{display:flex;flex-direction:row;background-color:#fff;justify-content:space-between;align-items:center;padding:16px;border-radius:12px;background-color:12px;margin-top:20px}.dlac-wrapper .left{display:flex;flex-direction:row;align-items:center;gap:12px}.dlac-wrapper .left .icon{background:var(--Error-50, #fef3f2);padding:10px;border-radius:8px}.dlac-wrapper .left .icon img{width:28px;height:28px}.dlac-wrapper .left .text-wrapper{display:flex;flex-direction:column;gap:4px}.dlac-wrapper .left .text-wrapper .text-lg{color:var(--Error-Gray-modern-800, #202939);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.dlac-wrapper .left .text-wrapper .text-desc{color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.dlac-wrapper .right{display:flex;align-items:center}.dlac-wrapper .right button.delete-btn{border-radius:8px;border:1px solid var(--Error-500, #ec4f47);background:var(--Error-500, #ec4f47);box-shadow:0 1px 2px #1018280d;padding:10px 18px;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.cpsw-wrapper .forgot-row{display:flex;justify-content:flex-end}.cpsw-wrapper .forgot-row .forgot-link{background:none;border:none;cursor:pointer;color:var(--primary-500, #33CCD6);font-family:Inter;font-size:13px;font-weight:600;padding:2px 4px}.cpsw-wrapper .forgot-row .forgot-link:disabled{opacity:.6;cursor:default}.cpsw-wrapper .cpsw-status{font-family:Inter;font-size:13px;font-weight:500;padding:8px 12px;border-radius:8px}.cpsw-wrapper .cpsw-status.ok{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.cpsw-wrapper .cpsw-status.err{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.lghs-wrapper{padding:16px;border-radius:12px;border:1px solid var(--Error-Gray-modern-100, #F3F4F6);background:#fff;margin-top:20px;display:flex;flex-direction:column;gap:16px}.lghs-wrapper .lghs-table-wrapper{border:1px solid #E3E8EF;border-radius:12px;overflow:hidden}.lghs-wrapper .lghs-table-wrapper .lghs-table{width:100%;border-collapse:collapse;table-layout:fixed}.lghs-wrapper .lghs-table-wrapper .lghs-table thead{background:#f8fafc}.lghs-wrapper .lghs-table-wrapper .lghs-table th{padding:13px 24px;text-align:left;border-bottom:1px solid var(--Gray-modern-50, #F8FAFC);color:var(--Gray-modern-500, #697586);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.lghs-wrapper .lghs-table-wrapper .lghs-table td{padding:11px 24px;border-bottom:1px solid #E3E8EF;vertical-align:middle;color:var(--Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.lghs-wrapper .lghs-table-wrapper .lghs-table tbody tr:last-child td{border-bottom:none}.lghs-wrapper .lghs-table-wrapper .lghs-table th:nth-child(1),.lghs-wrapper .lghs-table-wrapper .lghs-table td:nth-child(1){width:26%}.lghs-wrapper .lghs-table-wrapper .lghs-table th:nth-child(2),.lghs-wrapper .lghs-table-wrapper .lghs-table td:nth-child(2){width:26%}.lghs-wrapper .lghs-table-wrapper .lghs-table th:nth-child(3),.lghs-wrapper .lghs-table-wrapper .lghs-table td:nth-child(3){width:36%}.lghs-wrapper .lghs-table-wrapper .lghs-table th:nth-child(4),.lghs-wrapper .lghs-table-wrapper .lghs-table td:nth-child(4){width:12%}.lghs-wrapper .lghs-table-wrapper .status-badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 12px;border-radius:999px;font-size:12px;font-weight:500;line-height:18px}.lghs-wrapper .lghs-table-wrapper .status-badge.success{color:#16b364;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:12px;background:#16b3641a}.lghs-wrapper .lghs-table-wrapper .status-badge.failed{background:#fef3f2;color:var(--Error-500, #EC4F47);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;border-radius:12px;background:var(--Error-50, #FEF3F2)}.rcst-wrapper{padding:16px;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;gap:16px}.rcst-tabs-row{display:flex;flex-direction:row;gap:14px;align-items:center;border-bottom:1px solid var(--Error-Gray-modern-100, #F3F4F6)}.rcst-tabs-row .tab{padding:1px 4px 12px;color:var(--Error-Gray-modern-500, #697586);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.rcst-tabs-row .tab.active-tab{color:var(--primary-500, #33CCD6);font-family:Manrope;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-bottom:2px solid var(--primary-500, #33CCD6)}.rcst-cates-wrapper{display:flex;flex-direction:column;gap:16px}.rcst-cates-wrapper .row-1{display:flex;align-items:center;justify-content:space-between}.rcst-cates-wrapper .row-1 .search-box{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d;padding:8px 12px;display:flex;align-items:center;width:320px;gap:8px}.rcst-cates-wrapper .row-1 .search-box img{width:20px;height:20px}.rcst-cates-wrapper .row-1 .search-box input{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;flex:1}.rcst-cates-wrapper .row-1 button.add-btn{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;border-radius:8px;background:var(--Gray-modern-50, #F8FAFC);color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.rcst-cates-wrapper .row-1 button.add-btn img{width:20px;height:20px}.rcst-cates-wrapper .rcst-table-wrapper{border:1px solid #E3E8EF;border-radius:12px;overflow:hidden}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table{width:100%;border-collapse:collapse;table-layout:fixed}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table thead{background:#f8fafc}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th{padding:13px 24px;border-bottom:1px solid #E3E8EF;text-align:left;color:var(--Gray-modern-500, #697586);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table td{padding:11px 16px;border-bottom:1px solid #E3E8EF;vertical-align:middle;color:var(--Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table tbody tr:last-child td{border-bottom:none}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th .th-content{display:flex;align-items:center}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th .th-content img{width:12px;height:12px;margin-left:12px}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th:nth-child(1),.rcst-cates-wrapper .rcst-table-wrapper .rcst-table td:nth-child(1){width:6%}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th:nth-child(2),.rcst-cates-wrapper .rcst-table-wrapper .rcst-table td:nth-child(2){width:10%}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th:nth-child(3),.rcst-cates-wrapper .rcst-table-wrapper .rcst-table td:nth-child(3){width:54%}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th:nth-child(4),.rcst-cates-wrapper .rcst-table-wrapper .rcst-table td:nth-child(4){width:15%}.rcst-cates-wrapper .rcst-table-wrapper .rcst-table th:nth-child(5),.rcst-cates-wrapper .rcst-table-wrapper .rcst-table td:nth-child(5){width:15%}.rcst-cates-wrapper .rcst-table-wrapper .status-switch{width:36px;height:20px;padding:2px;border-radius:999px;background:#eaecf0;display:flex;align-items:center;justify-content:flex-start}.rcst-cates-wrapper .rcst-table-wrapper .status-switch.active{background:#33ccd6;justify-content:flex-end}.rcst-cates-wrapper .rcst-table-wrapper .status-switch img{width:16px;fill:var(--White, #FFF);filter:drop-shadow(0 1px 2px rgba(16,24,40,.06)) drop-shadow(0 1px 3px rgba(16,24,40,.1));height:16px}.rcst-cates-wrapper .rcst-table-wrapper .actions{display:flex;align-items:center;gap:12px}.rcst-cates-wrapper .rcst-table-wrapper .action-btn{border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.rcst-cates-wrapper .rcst-table-wrapper .action-btn img{width:16px;height:16px}.sgac-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);display:flex;flex-direction:column}.sgac-wrapper .header{padding:12px 16px;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--Error-Gray-modern-50, #F8FAFC);display:flex;align-items:center;justify-content:space-between}.sgac-wrapper .header .title{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.sgac-wrapper .header button.close-btn img{width:20px;height:20px}.sgac-wrapper .sgac-main{display:flex;flex-direction:column;gap:12px;padding:12px 16px}.sgac-wrapper .sgac-main .inps-row{display:flex;flex-direction:row;gap:16px;align-items:center}.sgac-wrapper .sgac-main .inps-row .inp-wrapper{display:flex;width:calc(33% - 8px);flex-direction:column}.sgac-wrapper .sgac-main .inps-row .inp-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.sgac-wrapper .sgac-main .inps-row .inp-wrapper input,.sgac-wrapper .sgac-main .inps-row .inp-wrapper select{padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF);box-shadow:0 1px 2px #1018280d}.sgac-wrapper .sgac-main .btn-row{display:flex;justify-content:end}.sgac-wrapper .sgac-main .btn-row button{border-radius:8px;border:1px solid #88CE2F;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px}.rrgs-wrapper{display:flex;flex-direction:column;gap:16px}.rrgs-wrapper .row-1{display:flex;align-items:center;justify-content:space-between}.rrgs-wrapper .row-1 .search-box{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d;padding:8px 12px;display:flex;align-items:center;width:320px;gap:8px}.rrgs-wrapper .row-1 .search-box img{width:20px;height:20px}.rrgs-wrapper .row-1 .search-box input{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;flex:1}.rrgs-wrapper .row-1 button.add-btn{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;border-radius:8px;background:var(--Gray-modern-50, #f8fafc);color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.rrgs-wrapper .row-1 button.add-btn img{width:20px;height:20px}.rrgs-wrapper .rcst-table-wrapper{border:1px solid #e3e8ef;border-radius:12px;overflow:hidden}.rrgs-wrapper .rcst-table-wrapper .rcst-table{width:100%;border-collapse:collapse;table-layout:fixed}.rrgs-wrapper .rcst-table-wrapper .rcst-table thead{background:#f8fafc}.rrgs-wrapper .rcst-table-wrapper .rcst-table th{padding:13px 24px;border-bottom:1px solid #e3e8ef;text-align:left;color:var(--Gray-modern-500, #697586);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rrgs-wrapper .rcst-table-wrapper .rcst-table td{padding:11px 16px;border-bottom:1px solid #e3e8ef;vertical-align:middle;color:var(--Gray-modern-600, #4b5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rrgs-wrapper .rcst-table-wrapper .rcst-table tbody tr:last-child td{border-bottom:none}.rrgs-wrapper .rcst-table-wrapper .rcst-table th .th-content{display:flex;align-items:center}.rrgs-wrapper .rcst-table-wrapper .rcst-table th .th-content img{width:12px;height:12px;margin-left:12px}.rrgs-wrapper .rcst-table-wrapper .rcst-table th:nth-child(1),.rrgs-wrapper .rcst-table-wrapper .rcst-table td:nth-child(1){width:8%}.rrgs-wrapper .rcst-table-wrapper .rcst-table th:nth-child(2),.rrgs-wrapper .rcst-table-wrapper .rcst-table td:nth-child(2){width:62%}.rrgs-wrapper .rcst-table-wrapper .rcst-table th:nth-child(3),.rrgs-wrapper .rcst-table-wrapper .rcst-table td:nth-child(3){width:15%}.rrgs-wrapper .rcst-table-wrapper .rcst-table th:nth-child(4),.rrgs-wrapper .rcst-table-wrapper .rcst-table td:nth-child(4){width:15%}.rrgs-wrapper .rcst-table-wrapper .rcst-table th:nth-child(5),.rrgs-wrapper .rcst-table-wrapper .rcst-table td:nth-child(5){width:15%}.rrgs-wrapper .rcst-table-wrapper .status-switch{width:36px;height:20px;padding:2px;border-radius:999px;background:#eaecf0;display:flex;align-items:center;justify-content:flex-start}.rrgs-wrapper .rcst-table-wrapper .status-switch.active{background:#33ccd6;justify-content:flex-end}.rrgs-wrapper .rcst-table-wrapper .status-switch img{width:16px;fill:var(--White, #fff);filter:drop-shadow(0 1px 2px rgba(16,24,40,.06)) drop-shadow(0 1px 3px rgba(16,24,40,.1));height:16px}.rrgs-wrapper .rcst-table-wrapper .actions{display:flex;align-items:center;gap:12px}.rrgs-wrapper .rcst-table-wrapper .action-btn{border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.rrgs-wrapper .rcst-table-wrapper .action-btn img{width:16px;height:16px}.sgar-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);display:flex;flex-direction:column}.sgar-wrapper .header{padding:12px 16px;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--Error-Gray-modern-50, #f8fafc);display:flex;align-items:center;justify-content:space-between}.sgar-wrapper .header .title{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.sgar-wrapper .header button.close-btn img{width:20px;height:20px}.sgar-wrapper .sgar-main{display:flex;flex-direction:column;gap:12px;padding:12px 16px}.sgar-wrapper .sgar-main .inps-row{display:flex;flex-direction:row;gap:16px;align-items:center}.sgar-wrapper .sgar-main .inps-row .inp-wrapper-lg{display:flex;flex-direction:column;flex:1}.sgar-wrapper .sgar-main .inps-row .inp-wrapper-lg label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.sgar-wrapper .sgar-main .inps-row .inp-wrapper-lg input{padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d}.sgar-wrapper .sgar-main .btn-row{display:flex;justify-content:end}.sgar-wrapper .sgar-main .btn-row button{border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px}.rauto-wrapper{display:flex;flex-direction:column;gap:16px}.rauto-wrapper .row-1{display:flex;align-items:center;justify-content:space-between}.rauto-wrapper .row-1 .search-box{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);box-shadow:0 1px 2px #1018280d;padding:8px 12px;display:flex;align-items:center;width:320px;gap:8px}.rauto-wrapper .row-1 .search-box img{width:20px;height:20px}.rauto-wrapper .row-1 .search-box input{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;flex:1}.rauto-wrapper .row-1 button.add-btn{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;border-radius:8px;background:var(--Gray-modern-50, #F8FAFC);color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.rauto-wrapper .row-1 button.add-btn img{width:20px;height:20px}.rauto-wrapper .rauto-table-wrapper{border:1px solid #E3E8EF;border-radius:12px;overflow:hidden}.rauto-wrapper .rauto-table-wrapper .rauto-table{width:100%;border-collapse:collapse;table-layout:fixed}.rauto-wrapper .rauto-table-wrapper .rauto-table thead{background:#f8fafc}.rauto-wrapper .rauto-table-wrapper .rauto-table th{padding:13px 24px;border-bottom:1px solid #E3E8EF;text-align:left;color:var(--Gray-modern-500, #697586);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rauto-wrapper .rauto-table-wrapper .rauto-table td{padding:11px 16px;border-bottom:1px solid #E3E8EF;vertical-align:middle;color:var(--Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rauto-wrapper .rauto-table-wrapper .rauto-table tbody tr:last-child td{border-bottom:none}.rauto-wrapper .rauto-table-wrapper .rauto-table th .th-content{display:flex;align-items:center}.rauto-wrapper .rauto-table-wrapper .rauto-table th .th-content img{width:12px;height:12px;margin-left:12px}.rauto-wrapper .rauto-table-wrapper .rauto-table th:nth-child(1),.rauto-wrapper .rauto-table-wrapper .rauto-table td:nth-child(1){width:6%}.rauto-wrapper .rauto-table-wrapper .rauto-table th:nth-child(2),.rauto-wrapper .rauto-table-wrapper .rauto-table td:nth-child(2){width:10%}.rauto-wrapper .rauto-table-wrapper .rauto-table th:nth-child(3),.rauto-wrapper .rauto-table-wrapper .rauto-table td:nth-child(3){width:54%}.rauto-wrapper .rauto-table-wrapper .rauto-table th:nth-child(4),.rauto-wrapper .rauto-table-wrapper .rauto-table td:nth-child(4){width:15%}.rauto-wrapper .rauto-table-wrapper .rauto-table th:nth-child(5),.rauto-wrapper .rauto-table-wrapper .rauto-table td:nth-child(5){width:15%}.rauto-wrapper .rauto-table-wrapper .status-switch{width:36px;height:20px;padding:2px;border-radius:999px;background:#eaecf0;display:flex;align-items:center;justify-content:flex-start}.rauto-wrapper .rauto-table-wrapper .status-switch.active{background:#33ccd6;justify-content:flex-end}.rauto-wrapper .rauto-table-wrapper .status-switch img{width:16px;fill:var(--White, #FFF);filter:drop-shadow(0 1px 2px rgba(16,24,40,.06)) drop-shadow(0 1px 3px rgba(16,24,40,.1));height:16px}.rauto-wrapper .rauto-table-wrapper .actions{display:flex;align-items:center;gap:12px}.rauto-wrapper .rauto-table-wrapper .action-btn{border:none;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.rauto-wrapper .rauto-table-wrapper .action-btn img{width:16px;height:16px}.sgaut-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);display:flex;flex-direction:column}.sgaut-wrapper .header{padding:12px 16px;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--Error-Gray-modern-50, #f8fafc);display:flex;align-items:center;justify-content:space-between}.sgaut-wrapper .header .title{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.sgaut-wrapper .header button.close-btn img{width:20px;height:20px}.sgaut-wrapper .sgaut-main{display:flex;flex-direction:column;gap:12px;padding:12px 16px}.sgaut-wrapper .sgaut-main .inps-row{display:flex;flex-direction:row;gap:16px;align-items:center;width:100%}.sgaut-wrapper .sgaut-main .inps-row .inp-wrapper-md{display:flex;flex-direction:column;width:calc(50% - 10px)}.sgaut-wrapper .sgaut-main .inps-row .inp-wrapper-md label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.sgaut-wrapper .sgaut-main .inps-row .inp-wrapper-md input{padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d}.sgaut-wrapper .sgaut-main .btn-row{display:flex;justify-content:end}.sgaut-wrapper .sgaut-main .btn-row button{border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px}.rotcs-wrapper{display:flex;flex-direction:column;gap:16px}.rotcs-wrapper .row-1{display:flex;align-items:center;justify-content:space-between}.rotcs-wrapper .row-1 .search-box{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d;padding:8px 12px;display:flex;align-items:center;width:320px;gap:8px}.rotcs-wrapper .row-1 .search-box img{width:20px;height:20px}.rotcs-wrapper .row-1 .search-box input{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;flex:1}.rotcs-wrapper .row-1 button.add-btn{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;border-radius:8px;background:var(--Gray-modern-50, #f8fafc);color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.rotcs-wrapper .row-1 button.add-btn img{width:20px;height:20px}.rotcs-wrapper .rotcs-table-wrapper{border:1px solid #E3E8EF;border-radius:12px;overflow:hidden}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table{width:100%;border-collapse:collapse;table-layout:fixed}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table thead{background:#f8fafc}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table th{padding:13px 24px;text-align:left;border-bottom:1px solid #E3E8EF;color:var(--Gray-modern-500, #697586);font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table td{padding:11px 16px;border-bottom:1px solid #E3E8EF;vertical-align:middle;color:var(--Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table tbody tr:last-child td{border-bottom:none}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table th .th-content{display:flex;align-items:center}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table th .th-content img{width:12px;height:12px;margin-left:12px}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table th:nth-child(1),.rotcs-wrapper .rotcs-table-wrapper .rotcs-table td:nth-child(1){width:6%}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table th:nth-child(2),.rotcs-wrapper .rotcs-table-wrapper .rotcs-table td:nth-child(2){width:59%}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table th:nth-child(3),.rotcs-wrapper .rotcs-table-wrapper .rotcs-table td:nth-child(3){width:20%}.rotcs-wrapper .rotcs-table-wrapper .rotcs-table th:nth-child(4),.rotcs-wrapper .rotcs-table-wrapper .rotcs-table td:nth-child(4){width:15%}.rotcs-wrapper .rotcs-table-wrapper .color-dot{display:block;width:24px;height:24px;border-radius:50%}.rotcs-wrapper .rotcs-table-wrapper .status-switch{width:36px;height:20px;padding:2px;border-radius:999px;background:#eaecf0;display:flex;align-items:center;justify-content:flex-start}.rotcs-wrapper .rotcs-table-wrapper .status-switch.active{background:#33ccd6;justify-content:flex-end}.rotcs-wrapper .rotcs-table-wrapper .status-switch img{width:16px;height:16px}.rotcs-wrapper .rotcs-table-wrapper .actions{display:flex;align-items:center;gap:12px}.rotcs-wrapper .rotcs-table-wrapper .action-btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}.rotcs-wrapper .rotcs-table-wrapper .action-btn img{width:16px;height:16px}.aocss-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);display:flex;flex-direction:column}.aocss-wrapper .header{padding:12px 16px;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--Error-Gray-modern-50, #f8fafc);display:flex;align-items:center;justify-content:space-between}.aocss-wrapper .header .title{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.aocss-wrapper .header button.close-btn img{width:20px;height:20px}.aocss-wrapper .aocss-main{display:flex;flex-direction:column;gap:12px;padding:12px 16px}.aocss-wrapper .aocss-main .inps-row{display:flex;flex-direction:row;gap:16px;align-items:center;width:100%}.aocss-wrapper .aocss-main .inps-row .inp-wrapper-md{display:flex;flex-direction:column;width:calc(50% - 10px)}.aocss-wrapper .aocss-main .inps-row .inp-wrapper-md label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.aocss-wrapper .aocss-main .inps-row .inp-wrapper-md input{padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);background:var(--White, #fff);box-shadow:0 1px 2px #1018280d}.aocss-wrapper .aocss-main .btn-row{display:flex;justify-content:end}.aocss-wrapper .aocss-main .btn-row button{border-radius:8px;border:1px solid #88ce2f;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #fff);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px}.shks-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-100, #f3f4f6);background:#fff;display:flex;flex-direction:column;gap:16px;padding:16px}.shks-wrapper .row-1{display:flex;align-items:center;justify-content:space-between}.shks-wrapper .row-1 .search-box{border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #e3e8ef);box-shadow:0 1px 2px #1018280d;padding:8px 12px;display:flex;align-items:center;width:320px;gap:8px}.shks-wrapper .row-1 .search-box img{width:20px;height:20px}.shks-wrapper .row-1 .search-box input{color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;flex:1}.shks-wrapper .row-1 button.add-btn{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;padding:10px 16px;border-radius:8px;background:var(--Gray-modern-50, #f8fafc);color:var(--Error-Gray-modern-600, #4b5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.shks-wrapper .row-1 button.add-btn img{width:20px;height:20px}.shks-wrapper .shks-table-wrapper{border:1px solid #e3e8ef;border-radius:12px;overflow:hidden}.shks-wrapper .shks-table-wrapper .shks-table{width:100%;border-collapse:collapse;table-layout:fixed}.shks-wrapper .shks-table-wrapper .shks-table thead{background:#f8fafc}.shks-wrapper .shks-table-wrapper .shks-table th{padding:13px 24px;text-align:left;border-bottom:1px solid #e3e8ef;color:var(--Gray-modern-500, #697586);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.shks-wrapper .shks-table-wrapper .shks-table td{padding:11px 16px;border-bottom:1px solid #e3e8ef;vertical-align:middle;color:var(--Gray-modern-600, #4B5565);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px}.shks-wrapper .shks-table-wrapper .shks-table tbody tr:last-child td{border-bottom:none}.shks-wrapper .shks-table-wrapper .shks-table th .th-content{display:flex;align-items:center}.shks-wrapper .shks-table-wrapper .shks-table th .th-content img{width:12px;height:12px;margin-left:12px}.shks-wrapper .shks-table-wrapper .shks-table th:nth-child(1),.shks-wrapper .shks-table-wrapper .shks-table td:nth-child(1){width:33%}.shks-wrapper .shks-table-wrapper .shks-table th:nth-child(2),.shks-wrapper .shks-table-wrapper .shks-table td:nth-child(2){width:25%}.shks-wrapper .shks-table-wrapper .shks-table th:nth-child(3),.shks-wrapper .shks-table-wrapper .shks-table td:nth-child(3){width:27%}.shks-wrapper .shks-table-wrapper .shks-table th:nth-child(4),.shks-wrapper .shks-table-wrapper .shks-table td:nth-child(4){width:15%}.shks-wrapper .shks-table-wrapper .category-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;line-height:18px}.shks-wrapper .shks-table-wrapper .category-badge.recommendation{background:#ecfdf3;color:#16a34a}.shks-wrapper .shks-table-wrapper .category-badge.labs{background:#ecfeff;color:#06b6d4}.shks-wrapper .shks-table-wrapper .category-badge.medications{background:#eef2ff;color:#4f46e5}.shks-wrapper .shks-table-wrapper .category-badge.orders{background:#fef3c7;color:#d97706}.shks-wrapper .shks-table-wrapper .category-badge.conditions{background:#fff7ed;color:#f97316}.shks-wrapper .shks-table-wrapper .category-badge.mar{background:#f3f4f6;color:#667085}.shks-wrapper .shks-table-wrapper .category-badge.navigation{background:#ecfdf3;color:#16a34a}.shks-wrapper .shks-table-wrapper .actions{display:flex;align-items:center;gap:12px}.shks-wrapper .shks-table-wrapper .action-btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}.shks-wrapper .shks-table-wrapper .action-btn img{width:16px;height:16px}.ashks-wrapper{border-radius:12px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);display:flex;flex-direction:column}.ashks-wrapper .header{padding:12px 16px;border-radius:12px 12px 0 0;border-bottom:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--Error-Gray-modern-50, #F8FAFC);display:flex;align-items:center;justify-content:space-between}.ashks-wrapper .header .title{color:var(--Error-Gray-modern-600, #4B5565);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.ashks-wrapper .header button.close-btn img{width:20px;height:20px}.ashks-wrapper .ashks-main{display:flex;flex-direction:column;gap:12px;padding:12px 16px}.ashks-wrapper .ashks-main .inps-row{display:flex;flex-direction:row;gap:16px;align-items:center}.ashks-wrapper .ashks-main .inps-row .inp-wrapper{display:flex;width:calc(33% - 8px);flex-direction:column}.ashks-wrapper .ashks-main .inps-row .inp-wrapper label{color:var(--Error-Gray-modern-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ashks-wrapper .ashks-main .inps-row .inp-wrapper input,.ashks-wrapper .ashks-main .inps-row .inp-wrapper select{padding:8px 12px;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-style:normal;outline:none;font-weight:400;line-height:20px;border-radius:8px;border:1px solid var(--Error-Gray-modern-200, #E3E8EF);background:var(--White, #FFF);box-shadow:0 1px 2px #1018280d}.ashks-wrapper .ashks-main .btn-row{display:flex;justify-content:end}.ashks-wrapper .ashks-main .btn-row button{border-radius:8px;border:1px solid #88CE2F;background:#88ce2f;box-shadow:0 1px 2px #1018280d;color:var(--White, #FFF);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:9px 16px}.dlr-wrapper{padding:16px;display:flex;flex-direction:column;gap:16px;background-color:#fff;border-radius:12px;border:1px solid var(--Error-Gray-modern-100, #f3f4f6)}.dlr-wrapper .dlr-placeholder{padding:40px;text-align:center;color:var(--Error-Gray-modern-500, #697586);font-family:Inter;font-size:14px;font-weight:400;line-height:20px;border:1px dashed var(--Error-Gray-modern-200, #e3e8ef);border-radius:12px}.adm-page-wrapper{display:flex;flex-direction:column}.adm-page-wrapper .adm-page-header{display:flex;flex-direction:column;gap:4px}.adm-page-wrapper .adm-page-header .title{color:#000;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}.adm-page-wrapper .adm-page-header .desc{color:#697586;font-size:14px;font-weight:400;line-height:20px;margin-bottom:20px}.adm-page-wrapper .adm-page-main{display:flex;flex-direction:row;gap:20px;align-items:start}.adm-page-main .nav-box{display:flex;flex-direction:column;padding:16px;background:#fff;border-radius:12px;gap:8px;min-width:210px}.adm-page-main .nav-box .nav-link{color:#697586;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;padding:10px 12px;border-radius:8px;display:block;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .15s ease}.adm-page-main .nav-box .nav-link:hover{background:#f8fafc}.adm-page-main .nav-box .nav-link.active-page{color:#374151;font-weight:500;background:#f8fafc}.adm-page-main .adm-content-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.adm-card{background:#fff;border:1px solid #f3f4f6;border-radius:12px;padding:20px}.adm-section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.adm-section-header .adm-section-title{color:#202939;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}.adm-section-header .adm-section-desc{color:#697586;font-size:13px;font-weight:400;line-height:18px;margin-top:2px}.adm-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;font-family:Inter;font-size:13px;font-weight:500;line-height:18px;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:all .15s ease;box-shadow:0 1px 2px #1018280d}.adm-btn:disabled{opacity:.6;cursor:not-allowed}.adm-btn-primary{background:#33ccd6;border-color:#33ccd6;color:#fff}.adm-btn-primary:hover:not(:disabled){background:#2bb8c1;border-color:#2bb8c1}.adm-btn-outline{background:#fff;border-color:#e3e8ef;color:#4b5565}.adm-btn-outline:hover:not(:disabled){background:#f8fafc}.adm-btn-danger{background:#fff;border-color:#fecaca;color:#dc2626}.adm-btn-danger:hover:not(:disabled){background:#fef2f2}.adm-btn .adm-btn-icon{width:16px;height:16px;display:inline-flex}.adm-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:48px 16px;text-align:center}.adm-state .adm-state-title{color:#374151;font-size:15px;font-weight:500}.adm-state .adm-state-desc{color:#697586;font-size:13px;max-width:360px}.adm-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.adm-stat{background:#f8fafc;border:1px solid #f3f4f6;border-radius:10px;padding:14px 16px}.adm-stat .adm-stat-label{color:#697586;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.adm-stat .adm-stat-value{color:#202939;font-size:22px;font-weight:600;line-height:30px;margin-top:4px}.adm-stat .adm-stat-sub{color:#9aa4b2;font-size:12px;margin-top:2px}.adm-table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e6e6e9}.adm-table thead tr{background:#f8fafc}.adm-table thead th{padding:12px 16px;font-size:13px;font-weight:500;color:#6b7280;text-align:left;white-space:nowrap;border-bottom:1px solid #e5e7eb}.adm-table tbody td{padding:12px 16px;font-family:Inter;font-size:13px;font-weight:400;color:#4b5563;vertical-align:middle;border-bottom:1px solid #eef2f7}.adm-table tbody tr:last-child td{border-bottom:none}.adm-table tbody tr:hover{background:#fafbfc}.adm-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:9999px;font-size:12px;font-weight:500;white-space:nowrap}.adm-pill-teal{background:#eefbfc;color:#1699a3}.adm-pill-green{background:#edfcf2;color:#15803d}.adm-pill-gray{background:#f3f4f6;color:#4b5563}.adm-pill-amber{background:#fffbeb;color:#b45309}.adm-pill-red{background:#fef2f2;color:#dc2626}.adm-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.adm-action-card{display:flex;flex-direction:column;gap:6px;text-align:left;background:#fff;border:1px solid #e3e8ef;border-radius:12px;padding:16px;cursor:pointer;transition:all .15s ease}.adm-action-card:hover:not(:disabled){border-color:#33ccd6;box-shadow:0 4px 14px #33ccd61f;transform:translateY(-1px)}.adm-action-card:disabled{opacity:.55;cursor:not-allowed}.adm-action-card .adm-action-icon{width:36px;height:36px;border-radius:8px;background:#eefbfc;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.adm-action-card .adm-action-icon svg{color:#33ccd6}.adm-action-card .adm-action-title{color:#202939;font-size:14px;font-weight:600}.adm-action-card .adm-action-desc{color:#697586;font-size:12px;line-height:17px}.adm-table-scroll{width:100%;overflow-x:auto}.adm-spin{color:#33ccd6;animation:spin .8s linear infinite}@media (max-width: 900px){.adm-page-wrapper .adm-page-main{flex-direction:column}.adm-page-main .nav-box{flex-direction:row;flex-wrap:wrap;min-width:0;width:100%}}.adm-page-main .adm-content-wrapper>.adm-card+.adm-card{margin-top:0}.mfm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#10182873;display:flex;align-items:center;justify-content:center;padding:20px}.mfm-modal{width:100%;max-width:460px;max-height:85vh;background:#fff;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 20px 48px #1018283d;overflow:hidden}.mfm-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px 16px;border-bottom:1px solid #eef0f3}.mfm-title{font-size:17px;font-weight:700;color:#101828}.mfm-sub{font-size:13px;color:#667085;margin-top:3px}.mfm-x{background:none;border:none;cursor:pointer;color:#98a2b3;display:flex;padding:4px;border-radius:6px}.mfm-x:hover{background:#f2f4f7;color:#475467}.mfm-body{padding:16px 22px;overflow-y:auto}.mfm-state{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 0;color:#98a2b3;font-size:14px}.mfm-list{display:flex;flex-direction:column;gap:8px}.mfm-item{display:flex;align-items:center;gap:11px;padding:11px 13px;border:1px solid #e4e7ec;border-radius:10px;cursor:pointer;transition:all .12s}.mfm-item:hover{border-color:#33ccd6;background:#f6feff}.mfm-item.on{border-color:#33ccd6;background:#eefbfc}.mfm-check{width:20px;height:20px;border-radius:6px;border:1.5px solid #cdd5df;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.mfm-check.on{background:#33ccd6;border-color:#33ccd6}.mfm-item-icon{color:#98a2b3;flex-shrink:0}.mfm-item.on .mfm-item-icon{color:#1aa5b0}.mfm-item-name{font-size:14px;color:#344054;font-weight:500}.mfm-error{margin-top:12px;color:#dc2626;font-size:13px;font-weight:500}.mfm-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-top:1px solid #eef0f3}.mfm-count{font-size:13px;color:#667085}.mfm-actions{display:flex;gap:10px}.mem-row-clickable{cursor:pointer;transition:background .12s}.mem-row-clickable:hover{background:#f6feff}.mem-assign-btn{padding:5px 11px;font-size:12px;white-space:nowrap}.etm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#10182873;display:flex;align-items:center;justify-content:center;padding:20px}.etm-modal{width:100%;max-width:500px;max-height:88vh;background:#fff;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 20px 48px #1018283d;overflow:hidden}.etm-head{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px 16px;border-bottom:1px solid #eef0f3}.etm-title{font-size:17px;font-weight:700;color:#101828}.etm-sub{font-size:13px;color:#667085;margin-top:3px}.etm-x{background:none;border:none;cursor:pointer;color:#98a2b3;display:flex;padding:4px;border-radius:6px}.etm-x:hover{background:#f2f4f7;color:#475467}.etm-body{padding:16px 22px;overflow-y:auto}.etm-state{display:flex;justify-content:center;padding:40px 0;color:#98a2b3}.etm-field{margin-bottom:16px}.etm-field>label{display:block;font-size:13px;font-weight:600;color:#344054;margin-bottom:6px}.etm-list-label{display:flex;align-items:center;gap:6px}.etm-input{width:100%;padding:10px 12px;border:1px solid #d0d5dd;border-radius:9px;font-size:14px;color:#101828;outline:none;transition:border .12s}.etm-input:focus{border-color:#33ccd6;box-shadow:0 0 0 3px #33ccd61f}.etm-list{display:flex;flex-direction:column;gap:7px;max-height:190px;overflow-y:auto;border:1px solid #eef0f3;border-radius:10px;padding:8px}.etm-item{display:flex;align-items:center;gap:11px;padding:9px 11px;border:1px solid #e4e7ec;border-radius:9px;cursor:pointer;transition:all .12s}.etm-item:hover{border-color:#33ccd6;background:#f6feff}.etm-item.on{border-color:#33ccd6;background:#eefbfc}.etm-check{width:20px;height:20px;border-radius:6px;border:1.5px solid #cdd5df;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.etm-check.on{background:#33ccd6;border-color:#33ccd6}.etm-item-icon{color:#98a2b3;flex-shrink:0}.etm-item.on .etm-item-icon{color:#1aa5b0}.etm-item-main{display:flex;flex-direction:column;gap:1px;min-width:0}.etm-item-name{font-size:14px;color:#344054;font-weight:500}.etm-item-meta{font-size:12px;color:#98a2b3}.etm-empty{font-size:13px;color:#98a2b3;padding:12px;border:1px dashed #e4e7ec;border-radius:10px}.etm-error{margin-top:4px;color:#dc2626;font-size:13px;font-weight:500}.etm-foot{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-top:1px solid #eef0f3}.etm-count{font-size:13px;color:#667085}.etm-actions{display:flex;gap:10px}.team-form{display:flex;flex-direction:column;gap:12px;padding:16px;background:#f8fafc;border:1px solid #f3f4f6;border-radius:10px;margin-bottom:16px}.team-row{display:flex;flex-wrap:wrap;gap:12px}.team-field{display:flex;flex-direction:column;gap:6px}.team-field.team-grow{flex:1;min-width:220px}.team-field label{color:#374151;font-family:Inter;font-size:14px;font-weight:400}.team-input{padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-size:14px;color:#4b5563;outline:none}.team-input:focus{border-color:#33ccd6;box-shadow:0 0 0 3px #33ccd61f}.team-fac-list{display:flex;flex-wrap:wrap;gap:10px 18px;padding:4px 0}.team-fac-item{display:flex;align-items:center;gap:6px;font-family:Inter;font-size:13px;color:#4b5563;cursor:pointer}.team-fac-item input{accent-color:#33ccd6}.team-hint{color:#697586;font-size:12px}.team-actions{display:flex;justify-content:flex-end}.team-row-clickable{cursor:pointer;transition:background .12s}.team-row-clickable:hover{background:#f6feff}.team-edit-btn{padding:5px 11px;font-size:12px;white-space:nowrap}.inv-form{display:flex;flex-direction:column;gap:10px}.inv-row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:12px}.inv-field{display:flex;flex-direction:column;gap:6px;min-width:150px}.inv-field.inv-grow{flex:1;min-width:240px}.inv-field label{color:#374151;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.inv-input{padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;color:#4b5563;outline:none}.inv-input:focus{border-color:#33ccd6;box-shadow:0 0 0 3px #33ccd61f}.inv-submit{height:38px}.inv-error{color:#dc2626;font-size:13px;font-weight:500}.inv-generated{margin-top:16px;padding:14px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px}.inv-sent{margin-top:16px;padding:12px 16px;display:flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;color:#15803d;font-size:14px}.inv-sent svg{flex-shrink:0}.inv-generated-label{color:#15803d;font-size:13px;font-weight:500;margin-bottom:8px}.inv-link-row{display:flex;gap:10px;align-items:center}.inv-link{flex:1;font-family:JetBrains Mono,monospace;font-size:12px}.inv-revoke{padding:6px 12px;font-size:12px}.inv-facilities{margin-top:14px}.inv-fac-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#344054;margin-bottom:8px}.inv-fac-count{color:#98a2b3;font-weight:500;margin-left:auto}.inv-fac-empty{font-size:13px;color:#98a2b3;padding:10px 12px;border:1px dashed #e4e7ec;border-radius:9px}.inv-fac-list{display:flex;flex-wrap:wrap;gap:8px;max-height:150px;overflow-y:auto}.inv-fac-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e4e7ec;border-radius:9px;font-size:13px;color:#344054;cursor:pointer;transition:all .12s}.inv-fac-item:hover{border-color:#33ccd6;background:#f6feff}.inv-fac-item.on{border-color:#33ccd6;background:#eefbfc}.inv-fac-check{width:18px;height:18px;border-radius:5px;border:1.5px solid #cdd5df;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.inv-fac-check.on{background:#33ccd6;border-color:#33ccd6}.sub-flags{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px;margin-top:16px}.sub-flag{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;font-family:Inter;font-size:13px;font-weight:500}.sub-flag.on{background:#edfcf2;color:#15803d}.sub-flag.off{background:#f8fafc;color:#9aa4b2}.sub-actions{display:flex;justify-content:flex-end;margin-top:16px}.sub-header-actions{display:flex;align-items:center;gap:10px}.sub-quote{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 16px;border-radius:10px;background:#eefbfc;border:1px solid #a5eef2;margin-bottom:16px}.sub-quote-text{font-size:13px;color:#14707a}.sub-quote-text span{color:#4b5563}.sub-error{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:13px;font-weight:500;margin-bottom:16px}.sub-success{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:#edfcf2;border:1px solid #bbf7d0;color:#15803d;font-size:13px;font-weight:500;margin-bottom:16px}.up-back{display:inline-flex;align-items:center;gap:5px;background:none;border:none;color:#697586;font-family:Inter;font-size:13px;font-weight:500;cursor:pointer;padding:0;margin-bottom:12px}.up-back:hover{color:#33ccd6}.up-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.up-plan{border:1.5px solid #e3e8ef;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:10px}.up-plan.featured{border-color:#33ccd6;box-shadow:0 6px 20px #33ccd61a}.up-plan-name{font-family:Inter;font-size:16px;font-weight:700;color:#202939}.up-plan-price{font-family:Inter;font-size:26px;font-weight:700;color:#202939}.up-plan-price span{font-size:13px;font-weight:400;color:#9aa4b2}.up-features{list-style:none;display:flex;flex-direction:column;gap:7px;margin:6px 0;padding:0}.up-features li{display:flex;align-items:center;gap:6px;font-size:13px;color:#4b5563}.up-features li svg{color:#33ccd6;flex-shrink:0}.up-btn{width:100%;margin-top:auto}.up-ent-form{margin-top:18px;padding:16px;background:#f8fafc;border:1px solid #f3f4f6;border-radius:10px;display:flex;flex-direction:column;gap:12px}.up-ent-title{font-family:Inter;font-size:14px;font-weight:600;color:#202939}.up-ent-row{display:flex;flex-wrap:wrap;gap:12px}.up-field{display:flex;flex-direction:column;gap:6px;flex:1;min-width:160px}.up-field label{color:#374151;font-family:Inter;font-size:14px}.up-field input,.up-field textarea{padding:8px 12px;border-radius:8px;border:1px solid #e3e8ef;background:#fff;box-shadow:0 1px 2px #1018280d;font-family:Inter;font-size:14px;color:#4b5563;outline:none;resize:vertical}.up-field input:focus,.up-field textarea:focus{border-color:#33ccd6;box-shadow:0 0 0 3px #33ccd61f}.up-error{color:#dc2626;font-size:13px;font-weight:500}.up-checkout{margin-top:8px;min-height:400px}:root{--primary-color: #33ccd6;--ai-button-gradient: linear-gradient(90deg, #8bd1311a 10%, #33ccd64d 30%);--bg-gray: #f8fafc;--bg-tag-green: #16b36433;--bg-success-green: #edfcf2}@font-face{font-family:Inter;src:url(/assets/Inter_24pt-Regular-BPx6xqqj.ttf)}@font-face{font-family:Manrope;src:url(/assets/manrope-Dy0jyoUL.ttf)}*{margin:0;padding:0;font-family:Inter!important;box-sizing:border-box}.sidebar-link-font{font-family:Inter;font-weight:400;font-size:12px;line-height:18px;letter-spacing:0%}.text-12{font-family:Inter;font-weight:500;font-size:12px;line-height:18px;letter-spacing:0%}.text-14{font-family:Inter;font-weight:500;font-size:14px;line-height:20px;letter-spacing:0%}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-8{top:-2rem;right:-2rem;bottom:-2rem;left:-2rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.-bottom-5{bottom:-1.25rem}.-left-4{left:-1rem}.-right-1\.5{right:-.375rem}.-right-3{right:-.75rem}.-right-4{right:-1rem}.-top-3{top:-.75rem}.-top-4{top:-1rem}.bottom-0{bottom:0}.bottom-3{bottom:.75rem}.left-1\/3{left:33.333333%}.left-\[calc\(16\.67\%\+24px\)\]{left:calc(16.67% + 24px)}.right-1\/4{right:25%}.right-4{right:1rem}.right-5{right:1.25rem}.right-\[calc\(16\.67\%\+24px\)\]{right:calc(16.67% + 24px)}.top-0{top:0}.top-1\/2{top:50%}.top-11{top:2.75rem}.top-4{top:1rem}.z-10{z-index:10}.z-50{z-index:50}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[400px\]{height:400px}.h-\[500px\]{height:500px}.h-full{height:100%}.h-px{height:1px}.min-h-\[calc\(100vh-64px\)\]{min-height:calc(100vh - 64px)}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[400px\]{width:400px}.w-\[500px\]{width:500px}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.max-w-\[1100px\]{max-width:1100px}.max-w-\[180px\]{max-width:180px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.875rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.875rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.border{border-width:1px}.border-2{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-brand-cyan{--tw-border-opacity: 1;border-color:rgb(23 195 192 / var(--tw-border-opacity, 1))}.border-brand-cyan-100{--tw-border-opacity: 1;border-color:rgb(204 249 248 / var(--tw-border-opacity, 1))}.border-brand-cyan-200{--tw-border-opacity: 1;border-color:rgb(153 243 242 / var(--tw-border-opacity, 1))}.border-brand-cyan\/10{border-color:#17c3c01a}.border-brand-cyan\/15{border-color:#17c3c026}.border-brand-cyan\/20{border-color:#17c3c033}.border-brand-cyan\/25{border-color:#17c3c040}.border-brand-cyan\/30{border-color:#17c3c04d}.border-brand-green-100{--tw-border-opacity: 1;border-color:rgb(224 247 200 / var(--tw-border-opacity, 1))}.border-brand-green-200{--tw-border-opacity: 1;border-color:rgb(194 239 150 / var(--tw-border-opacity, 1))}.border-brand-green\/25{border-color:#76c44240}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-50{--tw-border-opacity: 1;border-color:rgb(249 250 251 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-t-primary-600{--tw-border-opacity: 1;border-top-color:rgb(21 133 63 / var(--tw-border-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-brand-cyan{--tw-bg-opacity: 1;background-color:rgb(23 195 192 / var(--tw-bg-opacity, 1))}.bg-brand-cyan-100{--tw-bg-opacity: 1;background-color:rgb(204 249 248 / var(--tw-bg-opacity, 1))}.bg-brand-cyan-200{--tw-bg-opacity: 1;background-color:rgb(153 243 242 / var(--tw-bg-opacity, 1))}.bg-brand-cyan-50{--tw-bg-opacity: 1;background-color:rgb(240 254 254 / var(--tw-bg-opacity, 1))}.bg-brand-cyan\/10{background-color:#17c3c01a}.bg-brand-cyan\/20{background-color:#17c3c033}.bg-brand-cyan\/50{background-color:#17c3c080}.bg-brand-green{--tw-bg-opacity: 1;background-color:rgb(118 196 66 / var(--tw-bg-opacity, 1))}.bg-brand-green-100{--tw-bg-opacity: 1;background-color:rgb(224 247 200 / var(--tw-bg-opacity, 1))}.bg-brand-green-200{--tw-bg-opacity: 1;background-color:rgb(194 239 150 / var(--tw-bg-opacity, 1))}.bg-brand-green-50{--tw-bg-opacity: 1;background-color:rgb(243 252 235 / var(--tw-bg-opacity, 1))}.bg-brand-green\/10{background-color:#76c4421a}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/60{background-color:#f9fafb99}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-gray-950{--tw-bg-opacity: 1;background-color:rgb(3 7 18 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-grid-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2317C3C0' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.from-brand-cyan{--tw-gradient-from: #17C3C0 var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 195 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-brand-cyan-50\/80{--tw-gradient-from: rgb(240 254 254 / .8) var(--tw-gradient-from-position);--tw-gradient-to: rgb(240 254 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-brand-cyan\/10{--tw-gradient-from: rgb(23 195 192 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 195 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-brand-cyan\/20{--tw-gradient-from: rgb(23 195 192 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 195 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-brand-cyan\/40{--tw-gradient-from: rgb(23 195 192 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(23 195 192 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-brand-green{--tw-gradient-from: #76C442 var(--tw-gradient-from-position);--tw-gradient-to: rgb(118 196 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-50\/30{--tw-gradient-from: rgb(236 254 255 / .3) var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-brand-green\/40{--tw-gradient-to: rgb(118 196 66 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(118 196 66 / .4) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-brand-cyan{--tw-gradient-to: #17C3C0 var(--tw-gradient-to-position)}.to-brand-cyan-dark{--tw-gradient-to: #0FA5A2 var(--tw-gradient-to-position)}.to-brand-cyan\/40{--tw-gradient-to: rgb(23 195 192 / .4) var(--tw-gradient-to-position)}.to-brand-green{--tw-gradient-to: #76C442 var(--tw-gradient-to-position)}.to-brand-green-50\/60{--tw-gradient-to: rgb(243 252 235 / .6) var(--tw-gradient-to-position)}.to-brand-green-dark{--tw-gradient-to: #5EA335 var(--tw-gradient-to-position)}.to-brand-green\/10{--tw-gradient-to: rgb(118 196 66 / .1) var(--tw-gradient-to-position)}.to-brand-green\/20{--tw-gradient-to: rgb(118 196 66 / .2) var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-gray-200{--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-12{padding:3rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-\[52px\]{padding-left:52px}.pt-16{padding-top:4rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.font-body{font-family:DM Sans,system-ui,sans-serif}.font-display{font-family:Playfair Display,Georgia,serif}.font-mono{font-family:JetBrains Mono,monospace}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[20px\]{font-size:20px}.text-\[28px\]{font-size:28px}.text-\[52px\]{font-size:52px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-\[1\.06\]{line-height:1.06}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-brand-cyan{--tw-text-opacity: 1;color:rgb(23 195 192 / var(--tw-text-opacity, 1))}.text-brand-cyan\/60{color:#17c3c099}.text-brand-green{--tw-text-opacity: 1;color:rgb(118 196 66 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity: 1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-\[0\.025\]{opacity:.025}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-brand-cyan\/20{--tw-shadow-color: rgb(23 195 192 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-brand-cyan\/25{--tw-shadow-color: rgb(23 195 192 / .25);--tw-shadow: var(--tw-shadow-colored)}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-75{transition-delay:75ms}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{--primary: #15853f;--primary-light: #1aaa50;--primary-dark: #0f6b32;--primary-50: #f0fdf4;--primary-100: #dcfce7;--primary-200: #bbf7d0;--primary-600: #15853f;--primary-700: #0f6b32;--primary-900: #0a4020;--white: #ffffff;--off-white: #fafaf9;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--gold: #c9a227;--gold-light: #f0d070;--error: #dc2626;--error-light: #fef2f2;--success: #15803d;--success-light: #f0fdf4;--warning: #d97706;--warning-light: #fffbeb;--info: #0369a1;--info-light: #f0f9ff;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--shadow-green: 0 8px 30px rgba(21, 133, 63, .25);--shadow-green-lg: 0 20px 60px rgba(21, 133, 63, .3);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--transition: all .2s ease;--transition-slow: all .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--off-white);color:var(--gray-800);line-height:1.6;min-height:100vh}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.font-mono{font-family:var(--font-mono)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;background:var(--primary);color:#fff;font-family:var(--font-body);font-weight:500;font-size:15px;border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);text-decoration:none;white-space:nowrap}.btn-primary:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:var(--shadow-green)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 28px;background:transparent;color:var(--primary);font-family:var(--font-body);font-weight:500;font-size:15px;border:1.5px solid var(--primary);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);text-decoration:none}.btn-outline:hover{background:var(--primary-50);transform:translateY(-1px)}.input-field{width:100%;padding:12px 16px;background:#fff;border:1.5px solid var(--gray-200);border-radius:var(--radius-md);font-family:var(--font-body);font-size:15px;color:var(--gray-800);transition:var(--transition);outline:none}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #15853f1f}.input-field::-moz-placeholder{color:var(--gray-400)}.input-field::placeholder{color:var(--gray-400)}.card{background:#fff;border-radius:var(--radius-lg);border:1px solid var(--gray-100);box-shadow:var(--shadow-sm)}.label{display:block;font-size:13px;font-weight:500;color:var(--gray-600);margin-bottom:6px;letter-spacing:.02em;text-transform:uppercase}.badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:500}.badge-success{background:var(--success-light);color:var(--success)}.badge-error{background:var(--error-light);color:var(--error)}.badge-warning{background:var(--warning-light);color:var(--warning)}.badge-info{background:var(--info-light);color:var(--info)}.badge-neutral{background:var(--gray-100);color:var(--gray-600)}.page-bg{min-height:100vh;background:radial-gradient(ellipse at 0% 0%,rgba(21,133,63,.08) 0%,transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(21,133,63,.05) 0%,transparent 50%),var(--off-white)}.auth-bg{min-height:100vh;background:radial-gradient(ellipse at 30% 20%,rgba(21,133,63,.12) 0%,transparent 55%),radial-gradient(ellipse at 80% 80%,rgba(21,133,63,.08) 0%,transparent 45%),linear-gradient(135deg,#f8fdf9,#fafafa)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-fade-up{animation:fadeUp .6s ease forwards}.animate-fade-in{animation:fadeIn .4s ease forwards}.animate-slide-left{animation:slideInLeft .5s ease forwards}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.skeleton{background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}::-moz-selection{background:#15853f26;color:var(--primary-dark)}::selection{background:#15853f26;color:var(--primary-dark)}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-px:hover{--tw-translate-y: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-brand-cyan\/40:hover{border-color:#17c3c066}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:bg-brand-cyan\/5:hover{background-color:#17c3c00d}.hover\:bg-cyan-50\/30:hover{background-color:#ecfeff4d}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:text-brand-cyan:hover{--tw-text-opacity: 1;color:rgb(23 195 192 / var(--tw-text-opacity, 1))}.hover\:text-brand-cyan-dark:hover{--tw-text-opacity: 1;color:rgb(15 165 162 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-brand-cyan\/30:hover{--tw-shadow-color: rgb(23 195 192 / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-brand-cyan\/35:hover{--tw-shadow-color: rgb(23 195 192 / .35);--tw-shadow: var(--tw-shadow-colored)}.group:hover .group-hover\:text-brand-cyan{--tw-text-opacity: 1;color:rgb(23 195 192 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:shadow-brand-cyan\/40{--tw-shadow-color: rgb(23 195 192 / .4);--tw-shadow: var(--tw-shadow-colored)}@media (min-width: 768px){.md\:block{display:block}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[420px_1fr\]{grid-template-columns:420px 1fr}.lg\:flex-row{flex-direction:row}.lg\:items-end{align-items:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:p-16{padding:4rem}.lg\:text-right{text-align:right}}
