.button{width:fit-content;min-width:154px;height:52px;padding:16px 20px;border:none;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;outline:none;-webkit-tap-highlight-color:transparent}.button:focus,.button:active,.button:focus-visible{outline:none;box-shadow:none}.button-primary{background-color:#0c8ce9;color:#fff}.button-primary:hover{opacity:.9}.button-primary:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed;opacity:1}.button-primary:disabled:hover{opacity:1}.button-primary.procedure-not-assigned-button{background-color:#0c8ce9;color:#fff;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0}.button-primary.procedure-not-assigned-button:hover{background-color:#0c8ce9;color:#fff;opacity:.9}.button-primary.procedure-not-assigned-button:active,.button-primary.procedure-not-assigned-button:focus{background-color:#0c8ce9;color:#fff}.button-secondary{background-color:#eff4f8;color:#0d0e11;border:1px solid #0d0e11}.button-secondary:hover{opacity:.9}.button-secondary:disabled{background-color:#0c8ce933;color:#fff;border-color:#0c8ce933;cursor:not-allowed;opacity:1}.button-secondary:disabled:hover{opacity:1}.button:disabled{cursor:not-allowed}.button.procedure-not-assigned-button{width:auto;min-width:auto;height:40px;padding:12px 16px;border-radius:12px;gap:4px}.button.register-client-button.button-primary{width:154px;min-width:154px;height:52px}.search-input-wrapper{position:relative;width:220px;display:flex;align-items:center;--si-icon-size: 16px;--si-icon-gap: 10px}.search-input-wrapper--search{height:52px}.search-input-wrapper--clients{height:40px}.search-icon{position:absolute;left:16px;pointer-events:none;z-index:1;filter:brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(50%) contrast(100%)}.search-input{width:100%;height:100%;border:1px solid transparent;border-radius:12px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0;color:#0d0e11;background-color:#fff;outline:none;-webkit-tap-highlight-color:transparent}.search-input:focus{border-color:#1677ff;outline:none}.search-input:focus,.search-input:active,.search-input:focus-visible{outline:none;box-shadow:none}.search-input-wrapper--search .search-input{padding:16px 16px 16px calc(16px + var(--si-icon-size) + var(--si-icon-gap));font-size:13px;font-weight:400;line-height:20px}.search-input-wrapper--search .search-input::placeholder{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199}.search-input-wrapper--clients .search-input{padding:12px 16px 12px calc(16px + var(--si-icon-size) + var(--si-icon-gap));font-size:11px;font-weight:400;line-height:16px}.search-input-wrapper--clients .search-input::placeholder{font-size:11px;font-weight:400;line-height:16px;color:#0d0e1199}.circle{width:52px;height:52px;padding:16px;border-radius:9999px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;outline:none;position:relative;-webkit-tap-highlight-color:transparent}.circle:focus,.circle:active,.circle:focus-visible{outline:none;box-shadow:none}.circle.active{background-color:#0c8ce9}.circle-icon{width:20px;height:20px;opacity:.6;transition:opacity .2s ease,filter .2s ease}.circle-icon--settings{filter:brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(1436%) hue-rotate(179deg) brightness(98%) contrast(101%)}.circle.active .circle-icon{opacity:1;filter:brightness(0) saturate(100%) invert(100%)}.circle--has-unread:after{content:"";position:absolute;top:10px;right:10px;width:10px;height:10px;border-radius:9999px;background-color:#ff4d4f;border:2px solid #ffffff}.custom-scrollbar-container{position:relative;display:flex;width:100%;height:100%;--csb-track-padding-top: 4px;--csb-track-padding-bottom: 4px;--csb-track-padding-left: 4px;--csb-track-padding-right: 4px}.custom-scrollbar-content{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;background-color:#fff}.custom-scrollbar-content::-webkit-scrollbar{display:none}.custom-scrollbar-track{position:absolute;right:4px;top:0;bottom:0;width:4px;cursor:pointer;padding-top:var(--csb-track-padding-top);padding-bottom:var(--csb-track-padding-bottom);box-sizing:border-box}.custom-scrollbar-thumb{position:absolute;right:0;width:4px;height:32px;background-color:#0c8ce966;border-radius:9999px;cursor:pointer;transition:none}.custom-scrollbar-container.is-horizontal{display:block}.custom-scrollbar-container.is-horizontal>.custom-scrollbar-content{overflow-x:auto;overflow-y:hidden;padding-bottom:12px}.custom-scrollbar-container.is-horizontal>.custom-scrollbar-track{left:0;right:0;bottom:4px;top:auto;height:4px;width:auto;padding-top:0;padding-bottom:0;padding-left:var(--csb-track-padding-left);padding-right:var(--csb-track-padding-right)}.custom-scrollbar-container.is-horizontal>.custom-scrollbar-track>.custom-scrollbar-thumb{left:0;top:0;right:auto;width:32px;height:4px}.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: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}.date-picker-wrapper{position:relative}.filter-button-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.date-picker{display:flex;flex-direction:row;align-items:center;width:114px;height:40px;padding:12px 12px 12px 16px;border:none;border-radius:12px;background-color:#fdfdff;gap:4px;cursor:pointer;transition:all .2s ease;outline:none;-webkit-tap-highlight-color:transparent}.date-picker:focus,.date-picker:active,.date-picker:focus-visible{outline:none;box-shadow:none}.date-picker .calendar-icon{width:20px;height:20px;flex-shrink:0;margin-right:4px;filter:brightness(0) saturate(100%)}.date-picker .date-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0%;color:#0d0e11;white-space:nowrap;margin-right:4px}.date-picker .dropdown-icon{width:16px;height:16px;flex-shrink:0;filter:brightness(0) saturate(100%)}.calendar-dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:1000;display:flex;flex-direction:column;align-items:stretch;gap:8px;width:max-content}.calendar-popup{width:fit-content;padding:16px;background-color:#fdfdff;border-radius:16px;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929;display:flex;flex-direction:column;gap:8px}.calendar-popup__reset{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.calendar-popup__reset img{width:16px;height:16px;display:block}.calendar-popup__reset:hover:not(:disabled){opacity:.8}.calendar-popup__reset:disabled{opacity:.35;cursor:default}.date-picker-daypicker.rdp-root{--rdp-accent-color: #0c8ce9;--rdp-accent-background-color: #eceff3;--rdp-today-color: #0d0e11;--rdp-outside-opacity: .3;--rdp-day-height: 40px;--rdp-day-width: 40px;--rdp-day_button-height: 40px;--rdp-day_button-width: 40px;--rdp-day_button-border-radius: 8px;--rdp-day_button-border: none;--rdp-selected-border: none;--rdp-range_middle-background-color: #eceff3;--rdp-range_middle-color: #0d0e11;--rdp-range_start-color: #fff;--rdp-range_end-color: #fff;--rdp-range_start-date-background-color: #0c8ce9;--rdp-range_end-date-background-color: #0c8ce9;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-nav_button-height: 32px;--rdp-nav_button-width: 32px;--rdp-nav-height: 32px;--rdp-weekday-opacity: 1;--rdp-weekday-padding: 0;margin:0;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.date-picker-daypicker .rdp-months{position:relative}.date-picker-daypicker .rdp-month{display:flex;flex-direction:column;gap:8px}.date-picker-daypicker .rdp-month_caption{display:flex;align-items:center;justify-content:center;height:32px;margin:0;font-weight:400;font-size:13px}.date-picker-daypicker .rdp-caption_label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:center;text-transform:capitalize}.date-picker-month-caption{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0}.date-picker-daypicker .rdp-button_previous,.date-picker-daypicker .rdp-button_next{width:32px;height:32px;border:none;border-radius:8px;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease}.date-picker-daypicker .rdp-button_previous:hover:not(:disabled),.date-picker-daypicker .rdp-button_next:hover:not(:disabled){background-color:#0c8ce90d}.date-picker-daypicker .rdp-button_previous .rdp-chevron,.date-picker-daypicker .rdp-button_next .rdp-chevron{fill:#1e1e1e}.date-picker-daypicker .rdp-month_grid{border-collapse:separate;border-spacing:8px;margin:-8px}.date-picker-daypicker .rdp-weekday{width:40px;height:40px;vertical-align:middle;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11;text-transform:capitalize;text-align:center}.date-picker-daypicker .rdp-day{width:40px;height:40px;padding:0;text-align:center;vertical-align:middle}.date-picker-daypicker .rdp-range_start,.date-picker-daypicker .rdp-range_end,.date-picker-daypicker .rdp-range_middle{background:transparent}.date-picker-daypicker .rdp-day_button{width:40px;height:40px;border:none;border-radius:8px;background:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;cursor:pointer;transition:background-color .2s ease}.date-picker-daypicker .rdp-day_button:hover:not(:disabled){background-color:#0c8ce90d}.date-picker-daypicker .rdp-selected{font-weight:400;font-size:13px}.date-picker-daypicker .rdp-selected .rdp-day_button{background-color:#0c8ce9;color:#fff;border:none;font-weight:400}.date-picker-daypicker .rdp-selected .rdp-day_button:hover:not(:disabled){background-color:#0c8ce9;color:#fff}.date-picker-daypicker .rdp-range_middle .rdp-day_button{background-color:#eceff3;color:#0d0e11;border:none;border-radius:8px}.date-picker-daypicker .rdp-range_middle .rdp-day_button:hover:not(:disabled){background-color:#e2e7ee;color:#0d0e11}.date-picker-daypicker .rdp-range_start .rdp-day_button,.date-picker-daypicker .rdp-range_end .rdp-day_button{background-color:#0c8ce9;color:#fff;border:none;border-radius:8px}.date-picker-daypicker .rdp-today:not(.rdp-selected):not(.rdp-range_middle):not(.rdp-range_start):not(.rdp-range_end) .rdp-day_button{border:1.5px solid #0c8ce9;background-color:transparent;color:#0d0e11;box-sizing:border-box}.date-picker-daypicker .rdp-outside{opacity:1}.date-picker-daypicker .rdp-outside .rdp-day_button{color:#0d0e114d}.date-picker-daypicker .rdp-focused:not([data-selected=true]):not([data-range-middle=true]) .rdp-day_button{outline:none;border:none;background-color:#0c8ce90d}.calendar-report-interval{box-sizing:border-box;padding:16px;background-color:#fdfdff;border-radius:16px;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929;display:flex;flex-direction:column;gap:16px}.calendar-report-interval__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.calendar-report-interval__title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.calendar-report-interval__reset{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.calendar-report-interval__reset img{width:20px;height:20px;display:block}.calendar-report-interval__reset:hover{opacity:.8}.calendar-report-interval__grid{display:grid;grid-template-columns:repeat(3,77px);gap:8px}.calendar-report-interval__option{width:77px;height:36px;padding:8px 12px;border:none;border-radius:8px;background-color:#0c8ce90d;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;cursor:pointer;transition:background-color .2s ease}.calendar-report-interval__option:hover{background-color:#0c8ce91a}.calendar-report-interval__option.active{background-color:#0c8ce91a;font-weight:500}@keyframes page-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-skeleton-shimmer,.page-skeleton-block,.page-skeleton-avatar,.page-skeleton-line{background:linear-gradient(90deg,#0c8ce914,#0c8ce92e,#0c8ce914);background-size:200% 100%;animation:page-skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}.page-skeleton-line{min-height:20px}.page-skeleton-avatar{min-height:64px;border-radius:50%}.page-skeleton-block{min-height:24px}.page-skeleton-list{display:flex;flex-direction:column;gap:4px}.page-skeleton-row{display:flex;flex-direction:row;gap:16px;padding:16px;border-radius:12px;background-color:#0c8ce90d}.page-skeleton-cell{width:160px;flex:0 0 auto;min-height:24px}.page-skeleton-profile,.page-skeleton-detail{display:flex;flex-direction:column;gap:16px}.page-skeleton-profile-header,.page-skeleton-detail-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.page-skeleton-profile-info,.page-skeleton-detail-info{flex:1}.page-skeleton-profile-body,.page-skeleton-detail-body{display:flex;flex-direction:column}.page-skeleton-row{min-height:64px}.modal-form-field{display:flex;flex-direction:row;align-items:flex-start;gap:40px;margin-top:16px;margin-bottom:12px;width:688px;height:fit-content;padding:0;box-sizing:border-box}.modal-form-field-no-top-padding{margin-top:0;padding-top:0}.modal-form-field-no-bottom-padding{margin-bottom:0}.modal-form-label{width:120px;min-height:52px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;margin:0;padding:16px 0 0;flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-start;text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:break-word;box-sizing:border-box}.modal-form-label-center{height:52px;justify-content:center;text-align:center;width:120px}.modal-form-inputs{display:flex;flex-direction:column;gap:8px;flex:1}.modal-input{width:100%;height:52px;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:24px;color:#0d0e11;background-color:#fff;box-sizing:border-box;outline:none}.modal-input::placeholder{color:#9e9e9e}.modal-input:focus{border-color:#0c8ce9}.modal-input-group{display:flex;flex-direction:column;gap:8px;width:528px;box-sizing:border-box}.modal-input-with-error{display:flex;flex-direction:column}.modal-input-with-error-half{width:258px}.modal-input-field{width:528px;height:52px;padding:16px 20px;border:none;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none}.modal-input-field::placeholder{color:#0d0e1199}.modal-input-field:focus{background-color:#0c8ce90d;border:1px solid #0c8ce9}.modal-input-field:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.modal-passport-container{width:688px;min-height:72px;display:flex;align-items:flex-start;box-sizing:border-box}.modal-address-group{display:flex;flex-direction:column;gap:8px;width:528px}.modal-address-row{display:flex;flex-direction:row;gap:8px;width:100%}.modal-address-field{width:258px;height:52px;padding:16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none}.modal-address-field::placeholder{color:#0d0e1199}.modal-address-field:focus{border-color:#0c8ce9}.modal-address-field:focus,.modal-address-field:active,.modal-address-field:focus-visible{outline:none;box-shadow:none}.modal-input-field-single{width:528px;height:52px;padding:16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none}.modal-input-field-single::placeholder{color:#0d0e1199}.modal-input-field-single:focus{background-color:#0c8ce90d;border:1px solid #0c8ce9}.modal-input-field-single:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.modal-field-with-error{width:528px;display:flex;flex-direction:column}.modal-input-field-error{border:1px solid #d54421!important}.modal-input-field-error:focus{border:1px solid #d54421!important}.modal-field-error-text{margin-top:4px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:9px;font-weight:400;line-height:12px;letter-spacing:0;color:#d54421;text-align:left;align-self:flex-start;width:100%}.modal-textarea{width:528px;height:180px;min-height:180px;padding:16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none;resize:vertical}.modal-textarea::placeholder{color:#0d0e1199}.modal-textarea:focus{background-color:#0c8ce90d;border:1px solid #0c8ce9}.modal-textarea:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.modal-phone-field-container{display:flex;flex-direction:column;gap:8px;width:100%}.modal-add-more-button-wrapper{width:100%;display:flex}.modal-add-more-button{width:131px;height:52px;padding:16px 20px;border:1px solid #0c8ce9;border-radius:16px;background-color:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0c8ce9;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;outline:none;transition:background-color .2s,color .2s;white-space:nowrap}.modal-add-more-button:focus,.modal-add-more-button:active,.modal-add-more-button:focus-visible{outline:none;box-shadow:none}.modal-add-more-button:hover{background-color:#0c8ce90d}.modal-radio-group{display:flex;flex-direction:row;align-items:center;gap:8px;width:fit-content;box-sizing:border-box}.modal-radio-label{display:flex;flex-direction:row;align-items:center;gap:0;cursor:pointer;margin:0;padding:16px 20px;width:fit-content;height:52px;border-radius:16px;background-color:#0c8ce90d;border:1px solid transparent;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;transition:background-color .2s ease,border-color .2s ease}.modal-radio-label:focus,.modal-radio-label:focus-visible,.modal-radio-label:active,.modal-radio-label:focus-within{outline:none;box-shadow:none}.modal-radio-label:has(.modal-radio-input:checked){background-color:#0c8ce9;border-color:#0c8ce9}.modal-radio-input{display:none}.modal-radio-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0;color:#0d0e1199;margin:0;padding:0;box-sizing:border-box;transition:color .2s ease}.modal-radio-label:has(.modal-radio-input:checked) .modal-radio-text{color:#fff}.modal-button{width:688px;height:52px;padding:16px 20px;border:none;border-radius:16px;background-color:#0d0e1133;color:#f6f6f6;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;outline:none;margin-top:24px;transition:background-color .2s,color .2s}.modal-button:focus,.modal-button:active,.modal-button:focus-visible{outline:none;box-shadow:none}.modal-button:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed;opacity:1}.modal-button.modal-button-active{background-color:#0c8ce9;color:#f6f6f6;cursor:pointer}.modal-button.modal-button-active:hover:not(:disabled){opacity:.9}.modal-button.modal-button-active:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.modal-branch-hint{width:100%;max-width:688px;margin:16px 0 0;padding:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;text-align:center;box-sizing:border-box}.modal-content.modal-register{min-height:868px;height:868px}.modal-content.modal-procedure{width:768px;min-height:512px;height:auto;padding-right:40px;overflow:visible}.modal-content.modal-procedure.modal-procedure-compact{min-height:0}.modal-content.modal-add-branch{width:768px;height:500px;min-height:500px;max-height:500px;border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:0;overflow:hidden}.modal-add-branch-title{width:auto;height:auto;margin:0;text-align:left;align-self:flex-start}.modal-add-branch-subtitle{margin:24px 0 16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11;text-align:left;align-self:flex-start}.modal-add-branch-fields{display:flex;flex-direction:column;gap:12px}.modal-add-branch-scroll-wrapper{flex:1;min-height:0;overflow:hidden}.modal-add-branch-scroll{height:100%;min-height:0}.modal-add-branch-scroll .custom-scrollbar-content{background-color:transparent;padding-right:8px}.modal-add-branch-scroll .custom-scrollbar-track{right:4px;top:4px;bottom:4px}.modal-add-branch-scroll .custom-scrollbar-thumb{background-color:#0c8ce966}.modal-content.modal-add-branch .modal-form-field{margin-top:0;margin-bottom:0}.modal-add-branch-submit{margin-top:24px;flex-shrink:0}.modal-content.modal-add-branch .modal-add-more-button{width:152px;height:44px}.modal-content.modal-add-branch-success{width:768px;height:236px;min-height:236px;max-height:236px;border-radius:24px;padding:40px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.modal-add-branch-success-title{width:288px;height:36px;margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11;text-align:center}.modal-add-branch-success-message{width:273px;height:24px;margin:12px 0 0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11cc;text-align:center}.modal-add-branch-success-close{width:688px;height:44px;margin-top:40px}.modal-content.modal-procedure-view{width:560px;height:100%;min-height:100vh;background-color:#fdfdff;border-radius:24px 0 0 24px;padding:0;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;overflow:hidden;overflow-x:hidden;position:relative}.modal-title-left{text-align:left;padding-left:0;margin-left:0}.modal-header-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:0}.modal-client-type-selector{display:flex;flex-direction:row;width:262px;height:44px;border-radius:12px;padding:4px;background-color:#0c8ce90d;gap:0;margin-right:40px}.modal-client-type-button{height:36px;border:none;border-radius:8px;background-color:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#0c8ce9;cursor:pointer;transition:background-color .2s,color .2s;padding:8px 12px;margin:0;width:auto;min-width:fit-content;white-space:nowrap}.modal-client-type-button-active{background-color:#0c8ce9;color:#f6f6f6}.procedure-form-select{width:100%;height:52px;padding:16px 48px 16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230D0E11' stroke-opacity='0.6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;cursor:pointer}.procedure-view-title-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:40px 40px 24px;width:auto}.procedure-view-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:500;line-height:28px;letter-spacing:0%;color:#0c8ce9;margin:0;padding:0;flex:1;min-width:0;width:auto;height:auto;box-sizing:border-box;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.procedure-view-close-icon{width:24px;height:24px;margin-left:16px;cursor:pointer;transition:opacity .2s;flex-shrink:0;opacity:.8;filter:brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2000%) hue-rotate(190deg) brightness(1.1) contrast(1)}.procedure-view-close-icon:hover{opacity:1}.procedure-view-divider{width:480px;height:1px;background-color:#0c8ce91a;border-radius:9999px;margin-left:40px;margin-bottom:24px}.procedure-view-divider-after-method{margin-top:8px;margin-bottom:8px}.procedure-view-content{display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;overflow-x:hidden}.procedure-view-field{display:flex;flex-direction:row;align-items:flex-start;gap:16px;margin-left:40px;width:calc(100% - 40px);box-sizing:border-box}.procedure-view-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;margin:0;padding:0;width:184px;min-width:184px;height:auto;min-height:24px;flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-start;text-align:left;box-sizing:border-box}.procedure-view-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;margin:0;padding:0;text-align:left;flex:1;min-width:0;width:auto;max-width:280px;height:auto;min-height:24px;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.procedure-view-value-client{width:auto;max-width:280px;height:auto;min-height:24px;flex:1;min-width:0;color:#0c8ce9;text-decoration:none;box-sizing:border-box}.procedure-view-value-wrapper{display:flex;flex-direction:column;gap:0;width:280px;max-width:280px;height:auto;min-height:24px;box-sizing:border-box}.procedure-view-value-wrapper .procedure-view-value{font-size:15px;line-height:24px;width:100%;max-width:100%;height:auto;min-height:24px}.procedure-view-buttons{display:flex;flex-direction:row;gap:16px;width:560px;padding:24px 40px 40px;background-color:#fdfdff;border-radius:16px 16px 0 0;box-sizing:border-box;margin:auto 0 0;box-shadow:0 -2px 12px #0c8ce90d}.procedure-view-button-primary{flex:1;height:52px;padding:16px 20px;border:1px solid #0c8ce9;border-radius:16px;background-color:#fdfdff;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;outline:none;transition:opacity .2s}.procedure-view-button-primary:hover{opacity:.9}.procedure-view-button-primary:focus,.procedure-view-button-primary:active,.procedure-view-button-primary:focus-visible{outline:none;box-shadow:none}.procedure-view-button-secondary{flex:1;height:52px;padding:16px 20px;border:none;border-radius:16px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;outline:none;transition:opacity .2s}.procedure-view-button-secondary:hover{opacity:.7}.procedure-view-button-secondary:focus,.procedure-view-button-secondary:active,.procedure-view-button-secondary:focus-visible{outline:none;box-shadow:none}.modal-content.modal-secondary-record{width:768px;min-height:312px;height:auto;padding:40px;display:flex;flex-direction:column;overflow:visible}.modal-content.modal-secondary-record>.modal-header-row{margin-bottom:24px;justify-content:flex-start}.modal-content.modal-secondary-record>.modal-header-row>.modal-title{width:314px;height:44px;font-size:40px;font-style:normal;line-height:44px}.modal-content.modal-secondary-record>.modal-header-row>.modal-client-type-selector{margin-left:112px}.modal-content.modal-secondary-record>.modal-subtitle{margin-bottom:16px}.modal-content.modal-secondary-record .modal-search-icon{width:12px;height:12px}.modal-content.modal-secondary-record .modal-search-input{padding-left:40px;font-size:11px;line-height:16px}.modal-content.modal-secondary-record .modal-search-input::placeholder{color:#9a9da3}.modal-subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11;margin:0;padding:0;text-align:left}.modal-search-field{position:relative;width:100%;display:flex;align-items:center;margin-bottom:0}.modal-search-empty{margin:12px 0 0;padding:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#9a9da3;text-align:left}.modal-search-results{position:absolute;top:calc(100% + 8px);left:0;width:688px;min-height:140px;background-color:#fdfdff;border-radius:16px;padding:16px;box-shadow:0 0 8px -4px #0d0e1108,0 0 24px -4px #0d0e1114;z-index:1001;max-height:140px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;pointer-events:auto}.modal-search-result-item{width:656px;min-height:36px;padding:8px 12px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0;color:#0d0e11;cursor:pointer;border-radius:8px;transition:background-color .2s;display:flex;align-items:center;box-sizing:border-box;background-color:transparent;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}.modal-search-result-item:hover{background-color:#0c8ce90d}.modal-search-result-item:active{background-color:transparent}.modal-search-result-item:focus{outline:none;background-color:transparent}.modal-search-result-item:focus-visible{outline:none}.modal-search-result-item:first-child{border-radius:8px 8px 0 0}.modal-search-result-item:last-child{border-radius:0 0 8px 8px}.modal-search-result-item:only-child{border-radius:8px}.modal-search-icon{position:absolute;left:20px;width:16px;height:16px;z-index:1}.modal-search-input{width:688px;height:40px;padding:16px 20px 16px 48px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none}.modal-search-input::placeholder{color:#9a9da3}.modal-search-input:focus{border-color:#0c8ce9}.modal-button-secondary-record{width:688px;height:52px;padding:16px 20px;border:none;border-radius:16px;background-color:#0d0e1133;color:#f6f6f6;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:4px;box-sizing:border-box;outline:none;transition:background-color .2s,opacity .2s}.modal-button-secondary-record:hover:not(:disabled){opacity:.7}.modal-button-secondary-record:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed;opacity:1}.modal-button-secondary-record.modal-button-secondary-record-active{background-color:#0c8ce9;color:#f6f6f6;cursor:pointer}.modal-button-secondary-record.modal-button-secondary-record-active:hover{opacity:.9}.unsaved-changes-confirm-overlay{z-index:1100}.modal-unsaved-changes-title{margin:0 0 12px;width:100%;min-height:36px;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11}.modal-unsaved-changes-description{margin:0;width:100%;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11cc}.modal-unsaved-changes-button{width:336px;height:52px;border-radius:16px;padding:16px 20px;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:pointer}.modal-unsaved-changes-button--secondary{background:#fdfdff;border-color:#0c8ce9;color:#0c8ce9}.modal-unsaved-changes-button--primary{background:#0c8ce9;color:#fdfdff}.modal-scrollbar-container{position:relative;display:flex;width:100%;height:100%;min-height:0}.modal-scrollbar-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.modal-scrollbar-content::-webkit-scrollbar{display:none}.modal-scrollbar-track{position:absolute;right:0;top:16px;width:4px;height:584px;cursor:pointer}.modal-scrollbar-thumb{position:absolute;right:0;width:4px;height:32px;background-color:#0c8ce966;border-radius:9999px;cursor:pointer;transition:background-color .2s ease}.modal-scrollbar-thumb:hover{background-color:#0c8ce999}.modal-scrollbar-thumb:active{background-color:#0c8ce9cc}.error-modal-wrapper{border-top:4px solid #d54421}.error-modal-buttons-single{justify-content:center}.error-modal-buttons-single .success-modal-button{width:min(336px,100%)}.profile-tabs{display:flex;flex-direction:row;gap:0;background-color:#eee;padding:0 40px;border-bottom:1px solid #cfcfcf}.profile-tab{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e1199;background:transparent;border:none;padding:16px 24px;cursor:pointer;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.profile-tab:hover{color:#0d0e11}.profile-tab.profile-tab-active{color:#0d0e11;border-bottom-color:#0d0e11}.profile-tab.profile-tab-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.modal-assign-surgeon.modal-content{min-height:344px;height:auto;padding:40px;gap:24px;overflow:visible}.modal-assign-surgeon .modal-title{width:688px;height:72px;font-family:Geist;font-weight:500;font-style:normal;font-size:32px;line-height:36px;letter-spacing:0;color:#0d0e11;margin:0;padding:0;box-sizing:border-box;white-space:normal;word-wrap:break-word;text-align:left}.modal-assign-surgeon .assign-surgeon-content{display:flex;flex-direction:column;gap:0;width:100%;position:relative}.modal-assign-surgeon .assign-surgeon-search-label{width:688px;height:28px;font-family:Geist;font-weight:500;font-style:normal;font-size:17px;line-height:28px;letter-spacing:0;color:#0d0e11;margin:0 0 12px;padding:0;box-sizing:border-box;text-align:left}.modal-assign-surgeon .search-input-wrapper{position:relative;width:688px;height:52px}.modal-assign-surgeon .search-input-wrapper .search-icon{position:absolute;left:20px;top:16px;width:20px;height:20px;display:block}.modal-assign-surgeon .search-input-wrapper .search-input{width:688px;height:52px;padding:16px 20px 16px 50px;border:1px solid transparent;border-radius:16px;background-color:#0c8ce90d;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#0d0e11;box-sizing:border-box;outline:none;text-transform:capitalize}.modal-assign-surgeon .search-input-wrapper .search-input::placeholder{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#0d0e1199;text-transform:none}.modal-assign-surgeon .search-input-wrapper .search-input:focus{border-color:#0c8ce9;background-color:#0c8ce90d}.modal-assign-surgeon .surgeon-search-results{position:absolute;top:calc(100% + 8px);left:0;width:688px;max-height:176px;padding:8px;background-color:#fdfdff;border-radius:16px;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929;box-sizing:border-box;z-index:1001;overflow:hidden}.modal-assign-surgeon .assign-surgeon-results-scroll.custom-scrollbar-container{width:100%;height:160px;min-height:0;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.modal-assign-surgeon .assign-surgeon-results-scroll.custom-scrollbar-container .custom-scrollbar-content{height:100%;min-height:0;padding-right:10px;background-color:transparent}.modal-assign-surgeon .assign-surgeon-results-scroll.custom-scrollbar-container .custom-scrollbar-track{right:4px}.modal-assign-surgeon .surgeon-search-item-wrapper{width:672px;min-height:36px;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:8px;box-sizing:border-box;cursor:pointer}.modal-assign-surgeon .surgeon-search-item-wrapper:hover{background-color:#0c8ce90d}.modal-assign-surgeon .surgeon-search-item{width:648px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:13px;line-height:20px;letter-spacing:0%;color:#0d0e11;text-align:left;box-sizing:border-box}.modal-assign-surgeon .assign-surgeon-submit-button{width:688px;height:52px;border-radius:16px;margin-top:24px}.modal-assign-surgeon .assign-surgeon-hint{width:688px;margin-top:12px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;letter-spacing:0;color:#0d0e1199;text-align:left}.modal-assign-surgeon.modal-assign-surgeon-compact .modal-title{height:auto;min-height:36px}.client-form-attraction-select{width:100%;flex:none}.client-form-attraction-select .procedure-form-dropdown{width:100%;overflow:hidden}.client-form-attraction-dropdown-scroll.custom-scrollbar-container{flex:0 0 auto;height:auto;max-height:208px;min-height:0;overflow:hidden;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.client-form-attraction-dropdown-scroll .custom-scrollbar-content{flex:0 1 auto;height:auto;max-height:208px;min-height:0;overflow-y:auto;background:transparent;padding-right:0;scroll-behavior:smooth}.client-form-attraction-dropdown-scroll .custom-scrollbar-track{right:0}.procedure-form-availability-hint{margin-top:4px;color:#5f6b7a;font-family:Geist,sans-serif;font-size:12px;line-height:16px}.procedure-form-dropdown-item-single{width:100%;border:0;background:transparent;justify-content:flex-start;text-align:left}.procedure-form-dropdown-scrollable.custom-scrollbar-container{max-height:232px;min-height:0;overflow:hidden;--csb-track-padding-top: 4px;--csb-track-padding-bottom: 4px}.procedure-form-dropdown-scrollable .custom-scrollbar-content{flex:0 1 auto;height:auto;max-height:232px;min-height:0;overflow-y:auto;background:transparent;padding-right:8px}.procedure-form-dropdown-scrollable .custom-scrollbar-track{right:0}.content-item-clickable{cursor:pointer;transition:background-color .2s}.content-item-clickable:hover{background-color:#0c8ce91a}.content-item-status-tag-clickable{cursor:pointer;transition:opacity .2s,background-color .2s}.content-item-status-tag-clickable:hover{opacity:.9}.content-item-status-tag-clickable:active{opacity:.8}.modal-add-staff.modal-content{width:768px;height:868px;min-height:868px;max-height:868px}.modal-add-staff .modal-title{margin-bottom:24px;width:auto;align-self:flex-start}.modal-add-staff .modal-subtitle{align-self:flex-start;margin-bottom:16px}.modal-add-staff .procedure-form-select-wrapper{flex:0 0 528px;width:528px}.modal-add-staff .procedure-form-select{width:528px}.add-staff-scroll{flex:1;min-height:0}.add-staff-scroll .modal-scrollbar-content{display:flex;flex-direction:column}.add-staff-field{margin-bottom:12px}.add-staff-field:last-child{margin-bottom:0}.add-staff-passport-label{width:120px;height:72px;min-height:72px}.add-staff-submit{width:688px;height:52px;margin-top:24px;flex-shrink:0}.staff-added-modal-wrapper{width:768px;height:228px;padding:40px;border-radius:24px;background-color:#fdfdff;box-sizing:border-box;position:relative;display:flex;flex-direction:column;gap:0}.staff-added-modal-close{position:absolute;top:0;right:-56px;width:24px;height:24px;border:none;background:transparent;padding:0;cursor:pointer}.staff-added-modal-close img{width:24px;height:24px;display:block}.staff-added-modal-title{margin:0 0 12px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;color:#0d0e11;text-align:center}.staff-added-modal-subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;text-align:center;width:688px;height:24px;margin-left:auto;margin-right:auto;margin-bottom:24px}.staff-added-modal-buttons{display:flex;gap:16px}.staff-added-modal-button{width:336px;height:52px;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;box-sizing:border-box}.staff-added-modal-button-secondary{background-color:transparent;color:#0c8ce9;border:1px solid #0c8ce9}.staff-added-modal-button-primary{background-color:#0c8ce9;color:#f6f6f6}.modal-content.modal-pin-code{width:768px;min-height:356px;height:auto;max-height:90vh;padding:40px;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;gap:0;box-sizing:border-box}.pin-code-header{display:flex;align-items:flex-start;justify-content:center;position:relative}.pin-code-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11;text-align:center}.pin-code-subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11cc;text-align:center;margin:12px 0 0}.pin-code-digits{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:40px}.pin-code-digit-box{width:76px;height:76px;padding:12px;border-radius:16px;background-color:#0c8ce90d;border:1px solid #0c8ce9;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.pin-code-digit-box:focus-within{border-color:#0c8ce9}.pin-code-digit-input{width:52px;height:52px;border:none;background:transparent;padding:0;margin:0;outline:none;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0c8ce9}.pin-code-digit-input::placeholder{color:#0c8ce9;opacity:1}.pin-code-footer{width:100%;display:flex;margin-top:40px}.button.button-primary.pin-code-close-button{width:100%;min-width:0;height:52px;border-radius:16px;background-color:#0c8ce9;color:#fff}.button.button-primary.pin-code-close-button:hover{opacity:.9}.name-sort-header{position:relative;display:inline-flex;align-items:center;gap:4px}.name-sort-header__label{display:inline-block}.name-sort-header__label--active{color:#0c8ce9}.name-sort-header__trigger{background:transparent;border:none;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.name-sort-header__icon{width:16px;height:16px;display:block;transform:rotate(0);transition:transform .12s ease}.name-sort-header__icon--up{transform:rotate(180deg)}.name-sort-header__dropdown{position:absolute;top:calc(100% + 8px);left:auto;right:0;width:260px;padding:8px;border-radius:16px;background-color:#fdfdff;box-sizing:border-box;z-index:50;display:flex;flex-direction:column;gap:0;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.name-sort-header--dropdown-left .name-sort-header__dropdown{left:0;right:auto}.name-sort-header__item{width:100%;height:36px;padding:8px 20px 8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:12px}.name-sort-header__item:hover{background:#0c8ce914}.name-sort-header__item-text{min-width:0}.name-sort-header__checkmark,.name-sort-header__checkmark-spacer{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#0c8ce9}.name-sort-header__checkmark{width:16px;height:16px}.superset-dashboard-frame{position:relative;width:100%;height:100%;min-width:0;min-height:0}.superset-dashboard-frame__mount{width:100%;height:100%;min-width:0;min-height:0;border:0;display:block;border-radius:12px;background:#fff}.superset-dashboard-frame__mount iframe{width:100%;height:100%;min-width:0;min-height:0;border:0;display:block;border-radius:12px}.superset-dashboard-frame__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffffe0;padding:16px;box-sizing:border-box;text-align:center}.superset-dashboard-frame__spinner{width:32px;height:32px;border-radius:999px;border:3px solid rgba(12,140,233,.18);border-top-color:#0c8ce9d9;animation:supersetFrameSpin .9s linear infinite}@keyframes supersetFrameSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.superset-dashboard-frame__message{display:flex;flex-direction:column;align-items:center;gap:10px}.superset-dashboard-frame__message strong{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:24px;font-weight:500;color:#0d0e11}.superset-dashboard-frame__message span{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#0d0e11b8;max-width:520px}.superset-dashboard-frame__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.superset-dashboard-frame__action{height:32px;padding:0 12px;border-radius:10px;border:1px solid rgba(12,140,233,.45);background:transparent;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#0c8ce9eb;text-decoration:none;white-space:nowrap}.superset-dashboard-frame__action:hover{background:#0c8ce90f}.engine-recommendations-list{margin-top:24px;margin-bottom:0}.engine-recommendations-list-title{margin:0 0 12px;font-size:15px;font-weight:500;line-height:22px;color:#0d0e11}.engine-recommendations-list-empty{margin:0;font-size:13px;line-height:18px;color:#6b7280}.engine-recommendations-list-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.engine-recommendations-list-item{border:1px solid #e6e9f2;border-radius:12px;padding:12px 14px;background:#fdfdff}.engine-recommendations-list-item-title{font-size:14px;font-weight:500;color:#0d0e11;margin-bottom:4px}.engine-recommendations-list-item-description{font-size:13px;line-height:18px;color:#4b5563}.app-side-nav{--side-nav-collapsed-width: 70px;--side-nav-expanded-width: 220px;--side-nav-circle: 48px;--side-nav-icon-size: 20px;--side-nav-gap: 4px;--side-nav-pad: 8px;--side-nav-item-gap: 12px;--side-nav-item-pad-end: 12px;--side-nav-label-max: calc( var(--side-nav-expanded-width) - var(--side-nav-pad) * 2 - var(--side-nav-circle) - var(--side-nav-item-gap) - var(--side-nav-item-pad-end) );--side-nav-ease: cubic-bezier(.22, 1, .36, 1);--side-nav-duration: .26s;--side-nav-label-duration: .2s;position:fixed;top:0;left:16px;bottom:0;z-index:110;width:0;pointer-events:none}.app-side-nav__cluster{pointer-events:auto;position:absolute;left:0;box-sizing:border-box;width:var(--side-nav-collapsed-width);display:flex;flex-direction:column;align-items:stretch;gap:var(--side-nav-gap);padding:var(--side-nav-pad);border-radius:28px;background:transparent;border:1px solid transparent;box-shadow:none;overflow:hidden;transition:width var(--side-nav-duration) var(--side-nav-ease),background-color var(--side-nav-duration) var(--side-nav-ease),border-color var(--side-nav-duration) var(--side-nav-ease),box-shadow var(--side-nav-duration) var(--side-nav-ease)}.app-side-nav__cluster.is-expanded{width:var(--side-nav-expanded-width);background:#ffffffeb;border-color:#0d0e110f;box-shadow:0 1px 2px #0d0e1108,0 10px 24px #0d0e1112;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-side-nav__cluster--main{top:284px}.app-side-nav__cluster--footer{bottom:10px}.app-side-nav__item{position:relative;display:flex;align-items:center;justify-content:center;gap:0;width:100%;height:var(--side-nav-circle);min-height:var(--side-nav-circle);padding:0;margin:0;border:0;border-radius:9999px;background:transparent;color:#0d0e119e;cursor:pointer;text-align:left;overflow:hidden;-webkit-tap-highlight-color:transparent;transition:background-color .16s ease,color .16s ease,justify-content var(--side-nav-duration) var(--side-nav-ease),padding var(--side-nav-duration) var(--side-nav-ease),gap var(--side-nav-duration) var(--side-nav-ease)}.app-side-nav__cluster.is-expanded .app-side-nav__item{justify-content:flex-start;gap:var(--side-nav-item-gap);padding-right:var(--side-nav-item-pad-end)}.app-side-nav__item:hover:not(.is-active){color:#0d0e11}.app-side-nav__item:hover:not(.is-active) .app-side-nav__circle{box-shadow:0 0 0 1px #0c8ce924}.app-side-nav__cluster.is-expanded .app-side-nav__item:hover:not(.is-active){background:#0c8ce90f}.app-side-nav__item:focus{outline:none}.app-side-nav__item:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #0c8ce98c}.app-side-nav__item.is-active{color:#0c8ce9}.app-side-nav__cluster.is-expanded .app-side-nav__item.is-active{background:#0c8ce91f}.app-side-nav__cluster.is-expanded .app-side-nav__item.is-active:hover{background:#0c8ce929}.app-side-nav__item.is-active .app-side-nav__circle{background:#0c8ce9;box-shadow:none}.app-side-nav__item.is-active .app-side-nav__glyph:not(.app-side-nav__glyph--avatar){opacity:1;filter:brightness(0) saturate(100%) invert(100%)}.app-side-nav__item.is-active .app-side-nav__label{color:#0c8ce9;font-weight:600}.app-side-nav__item.is-avatar .app-side-nav__circle{background:transparent;box-shadow:none;overflow:hidden}.app-side-nav__item.is-avatar.is-active .app-side-nav__circle{box-shadow:0 0 0 2px #0c8ce9}.app-side-nav__item.has-unread .app-side-nav__circle:after{content:"";position:absolute;top:6px;right:6px;width:9px;height:9px;border-radius:9999px;background:#ff4d4f;border:2px solid #fff}.app-side-nav__circle{position:relative;flex:0 0 var(--side-nav-circle);width:var(--side-nav-circle);height:var(--side-nav-circle);display:flex;align-items:center;justify-content:center;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #0d0e110a;transition:background-color .16s ease,box-shadow .16s ease}.app-side-nav__glyph{display:block;width:var(--side-nav-icon-size);height:var(--side-nav-icon-size);opacity:.65;pointer-events:none;flex-shrink:0;transition:opacity .16s ease,filter .16s ease}.app-side-nav__item:hover .app-side-nav__glyph{opacity:.9}.app-side-nav__glyph--accent{filter:brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(1436%) hue-rotate(179deg) brightness(98%) contrast(101%);opacity:1}.app-side-nav__glyph--avatar{width:100%;height:100%;border-radius:9999px;object-fit:cover;opacity:1}.app-side-nav__label{flex:1 1 auto;min-width:0;max-width:0;height:var(--side-nav-circle);opacity:0;overflow:hidden;white-space:nowrap;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:var(--side-nav-circle);letter-spacing:-.01em;color:inherit;transform:translate3d(-6px,0,0);transition:opacity var(--side-nav-label-duration) var(--side-nav-ease),max-width var(--side-nav-duration) var(--side-nav-ease),transform var(--side-nav-label-duration) var(--side-nav-ease)}.app-side-nav__cluster.is-expanded .app-side-nav__label{max-width:var(--side-nav-label-max);opacity:1;transform:translateZ(0);transition:opacity var(--side-nav-label-duration) var(--side-nav-ease) 40ms,max-width var(--side-nav-duration) var(--side-nav-ease),transform var(--side-nav-label-duration) var(--side-nav-ease) 40ms}@media (hover: none){.app-side-nav__cluster:focus-within{width:var(--side-nav-expanded-width);background:#ffffffeb;border-color:#0d0e110f;box-shadow:0 1px 2px #0d0e1108,0 10px 24px #0d0e1112;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-side-nav__cluster:focus-within .app-side-nav__item{justify-content:flex-start;gap:var(--side-nav-item-gap);padding-right:var(--side-nav-item-pad-end)}.app-side-nav__cluster:focus-within .app-side-nav__label{max-width:var(--side-nav-label-max);opacity:1;transform:translateZ(0)}}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;position:relative}.app-main{flex:1;width:100%;position:relative}.home-page{text-align:center;padding:0;position:relative;min-height:100vh;width:100%;background-color:#eff4f8}.home-page--shell{height:100vh;overflow:hidden}.home-page-logo{position:fixed;top:24px;left:16px;width:52px;height:24px;z-index:10}.page-primary-actions{position:fixed;top:16px;right:16px;display:flex;align-items:center;gap:12px;z-index:100}.client-profile-page{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:#eff4f8;z-index:1}.create-card-button.button-secondary{box-sizing:border-box;border:1px solid #0c8ce9;color:#0c8ce9;height:52px}.register-client-button.button-primary{background-color:#0c8ce9;height:52px}.register-client-button.button-primary:hover{opacity:.9}.register-client-button.button-primary:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed;opacity:1}.register-client-button.button-primary:disabled:hover{opacity:1}.login-button.button-secondary{position:static;box-sizing:border-box;border-color:#0c8ce9;color:#0c8ce9}.city-selector{border:1px solid transparent;box-shadow:none;outline:none;position:fixed;top:16px;left:96px;display:flex;flex-direction:row;width:fit-content!important;min-width:112px;max-width:calc(100vw - 24px);height:52px;padding:12px 16px 12px 20px;border-radius:12px;background-color:#fff;gap:0;z-index:200;align-items:center;cursor:pointer;overflow:visible!important}.city-selector .city-option-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:regular;line-height:20px;letter-spacing:0%;color:#0d0e11;white-space:nowrap;margin-right:8px;flex-shrink:0}.city-selector .city-option-arrow{width:20px;height:20px;flex-shrink:0;filter:brightness(0) saturate(100%);transition:transform .2s ease}.city-selector .city-option-arrow.city-option-arrow-open{transform:rotate(180deg)}.city-selector .city-selector-menu{position:absolute;top:calc(100% + 8px);left:0;width:268px;height:148px;border-radius:12px;background-color:#fff;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929;padding:12px 12px 8px;display:flex;flex-direction:column;gap:0;z-index:210}.city-selector .city-selector-menu-item{width:100%;border:none;border-radius:0;background:transparent;padding:0 10px;height:36px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;cursor:pointer}.city-selector .city-selector-menu-item:hover{background-color:#0c8ce914}.city-selector .city-selector-menu-item-active{background-color:transparent;color:#0d0e11}.city-selector:focus,.city-selector:focus-visible{outline:none}.city-selector.city-selector-open{border:1px solid #0c8ce9;box-shadow:0 0 0 2px #0c8ce929}.city-selector .city-selector-add-branch{width:100%;min-width:0;height:40px;border-radius:12px;padding:0 12px;justify-content:center;gap:4px}.city-selector .city-selector-add-icon{font-size:16px;line-height:16px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px}.city-selector-menu{border-radius:12px;background-color:#fff;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929;padding:12px 12px 8px;display:flex;flex-direction:column;gap:0;width:min(360px,100vw - 24px);max-height:min(320px,100vh - 24px);overflow-y:auto}.city-selector-menu-item{width:100%;border:none;border-radius:0;background:transparent;padding:0 10px;height:36px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;cursor:pointer}.city-selector-menu-item:focus,.city-selector-menu-item:focus-visible{outline:none}.city-selector-menu-item:hover{background-color:#0c8ce914}.city-selector-menu-item-text{width:auto;max-width:calc(100% - 28px);min-width:0;height:20px;display:inline-flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.city-selector-menu-item-active{background-color:transparent;color:#0d0e11}.city-selector-menu-item-check{display:inline-block;width:20px;height:20px;min-width:20px;object-fit:contain}.button.city-selector-add-branch{margin-top:16px;width:100%;min-width:0;height:40px;border-radius:12px;padding:0 12px;justify-content:center;gap:4px}.city-selector-add-icon{font-size:16px;line-height:16px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;min-width:16px}.city-selector-add-text{width:97px;height:16px;display:inline-flex;align-items:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;color:#fdfdff}.client-profile-header-buttons{position:absolute;top:92px;left:96px;display:flex;flex-direction:row;align-items:center;gap:0;z-index:10}.client-profile-header-nav{display:flex;flex-direction:row;align-items:center;gap:8px}.client-profile-id-badge{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:12px 16px;border-radius:12px;box-sizing:border-box;background-color:#0c8ce91a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0c8ce9;white-space:nowrap}.client-profile-back-button{position:relative;width:fit-content;height:44px;padding:12px 16px 12px 12px;border-radius:12px;background-color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#fff;border:none;cursor:pointer;text-align:left;display:flex;align-items:center;gap:4px}.client-profile-back-button img{width:16px;height:16px;display:block;filter:brightness(0) invert(1)}.client-profile-back-button:hover{opacity:.7}.client-profile-header-tabs{position:absolute;left:448px;top:50%;transform:translateY(-50%);display:flex;flex-direction:row;gap:8px}.client-profile-header-tabs .profile-tabs{display:flex;flex-direction:row;gap:8px;background-color:transparent;padding:0;border-bottom:none}.client-profile-header-tabs .profile-tab{height:44px;border-radius:12px;padding:12px 16px;background-color:#fff;border:none;border-bottom:none;color:#0c8ce9;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0;vertical-align:middle}.client-profile-header-tabs .profile-tab:nth-child(1){width:84px}.client-profile-header-tabs .profile-tab:nth-child(2){width:auto;min-width:120px;padding-left:16px;padding-right:16px}.client-profile-header-tabs .profile-tab:nth-child(3){width:176px}.client-profile-header-tabs .profile-tab:nth-child(4){width:90px}.client-profile-header-tabs .profile-tab.profile-tab-checklist,.client-profile-header-tabs .profile-tab.profile-tab-transplant,.client-profile-header-tabs .profile-tab.profile-tab-media-library{width:auto;min-width:fit-content}.client-profile-header-tabs .profile-tab.profile-tab-active{background-color:#0c8ce9;color:#fff;border-bottom:none}.conteiner-block{position:fixed;top:152px;left:544px;right:16px;bottom:16px;border-radius:24px;background-color:#fff;z-index:5}.client-profile-container{--client-profile-head-end: 56px;--client-profile-comment-height: 20px;position:fixed;top:152px;left:96px;width:432px;bottom:16px;border-radius:24px;background-color:#fff;box-sizing:border-box;z-index:10;overflow:hidden}.client-profile-content-container .procedures-section-title-wrapper{padding:0;margin:24px 24px 0;width:calc(100% - 48px);display:flex;align-items:center;justify-content:space-between}.client-profile-content-container .procedures-section-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;margin:24px 24px 0;width:calc(100% - 48px)}.client-profile-content-container .procedures-section-title{margin:0;padding:0;width:fit-content;height:28px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-style:normal;font-size:17px;line-height:28px;letter-spacing:0;color:#0d0e11;box-sizing:border-box}.client-profile-content-container .procedures-ready-button{padding:4px 8px;border-radius:8px;background-color:#0c8ce91a;border:none;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;min-width:137px;height:28px;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.client-profile-content-container .procedures-ready-button.is-ready{background-color:#0c8ce9;color:#fff}.client-profile-content-container .procedures-ready-button.is-not-ready{background-color:#0c8ce91a;color:#0c8ce9}.client-profile-content-container .procedure-status-badge{width:auto;min-width:87px;height:24px;border-radius:6px;background-color:#cfcfcf;padding:4px 8px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;flex-shrink:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-style:normal;font-size:11px;line-height:16px;letter-spacing:0;color:#6f7073;white-space:nowrap}.client-profile-content-container .procedures-list{margin-top:16px;margin-left:24px;margin-right:24px;display:flex;flex-direction:column;gap:16px}.client-profile-content-container .procedure-content-block{margin-top:16px;margin-left:24px;margin-right:24px;width:calc(100% - 48px);min-height:357px;border-radius:12px;background-color:#0c8ce90d;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;position:relative}.client-profile-content-container .procedure-content-block.procedure-content-block-second{margin-top:8px}.client-profile-content-container .procedure-content-block.procedure-content-block-not-assigned{width:205px;min-height:124px;height:auto;padding:24px;border-radius:16px;margin:0}.client-profile-content-container .procedure-content-block.procedure-content-block-not-assigned.procedure-content-block-not-assigned--text-only{width:fit-content;min-width:0;min-height:0;height:auto;padding:16px}.client-profile-content-container .procedure-content-block .procedure-item-block{width:auto;min-width:fit-content;height:24px;border-radius:6px;background-color:#0c8ce91a;padding:4px 8px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;flex-shrink:0}.client-profile-content-container .procedure-content-block .procedure-item-block.procedure-item-block-second{width:auto;min-width:fit-content}.client-profile-content-container .procedure-content-block .procedure-item-block .procedure-item-text{width:auto;height:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-style:normal;font-size:11px;line-height:16px;letter-spacing:0;color:#0c8ce9;box-sizing:border-box;white-space:nowrap}.client-profile-content-container .procedure-items-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px}.client-profile-content-container .procedure-details{display:flex;flex-direction:column}.client-profile-content-container .procedure-detail-field{display:flex;flex-direction:row;gap:40px;align-items:flex-start}.client-profile-content-container .procedure-detail-field:not(:first-child){margin-top:12px}.client-profile-content-container .procedure-detail-label{min-width:120px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0;color:#6f7073;flex-shrink:0;display:flex;align-items:center;box-sizing:border-box}.client-profile-content-container .procedure-detail-value{flex:1;min-width:0;width:100%;height:auto;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:left;box-sizing:border-box;display:block;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.client-profile-content-container .procedure-detail-divider{margin-top:16px;width:100%;height:1px;background-color:#0c8ce91a}.client-profile-content-container .procedure-detail-buttons{margin-top:16px;display:flex;flex-direction:row;gap:12px}.client-profile-content-container .procedure-detail-buttons:has(.procedure-detail-buttons-row){flex-direction:column}.client-profile-content-container .procedure-detail-buttons.procedure-detail-buttons-single{justify-content:stretch}.client-profile-content-container .procedure-detail-buttons-row{display:flex;flex-direction:row;gap:12px}.client-profile-content-container .procedure-detail-button{height:40px;padding:12px 16px;flex:1;border-radius:12px;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;font-style:normal;line-height:16px;letter-spacing:0;cursor:pointer;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;transition:opacity .2s}.client-profile-content-container .procedure-detail-button .procedure-detail-button-icon{width:12px;height:12px;flex-shrink:0}.client-profile-content-container .procedure-detail-button.procedure-detail-button-secondary{background-color:transparent;color:#0c8ce9;border:1px solid #0c8ce9}.client-profile-content-container .procedure-detail-button.procedure-detail-button-secondary .procedure-detail-button-icon{filter:brightness(0) saturate(100%) invert(51%) sepia(99%) saturate(2579%) hue-rotate(177deg) brightness(96%) contrast(96%)}.client-profile-content-container .procedure-detail-button.procedure-detail-button-secondary:hover{opacity:.7}.client-profile-content-container .procedure-detail-button.procedure-detail-button-primary{background-color:#0c8ce9;color:#fff;font-size:13px;font-weight:500;line-height:20px}.client-profile-content-container .procedure-detail-button.procedure-detail-button-primary .procedure-detail-button-icon{filter:brightness(0) saturate(100%) invert(100%)}.client-profile-content-container .procedure-detail-button.procedure-detail-button-primary:hover{opacity:.9}.client-profile-content-container .procedure-detail-button.procedure-detail-button-full{flex:0 0 auto;width:100%;height:44px;margin-top:16px}.client-profile-content-container .procedure-not-assigned-wrapper{display:flex;align-items:center;justify-content:center;width:100%;min-height:calc(100% - 60px);padding:24px;box-sizing:border-box}.client-profile-content-container .procedure-not-assigned-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:0}.client-profile-content-container .procedure-content-block-not-assigned--text-only .procedure-not-assigned-content{gap:0}.client-profile-content-container .procedure-not-assigned-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0;color:#0d0e1199;text-align:center;margin:0}.client-profile-content-container .consultations-content-scrollbar{width:880px;height:732px;position:relative;--csb-track-padding-bottom: 24px}.client-profile-content-container .consultations-content-scrollbar .custom-scrollbar-content{width:100%;height:100%;overflow-y:auto;overflow-x:hidden}.client-profile-content-container .consultations-content-scrollbar .custom-scrollbar-track{right:4px;width:4px}.client-profile-content-container .consultations-content-scrollbar .custom-scrollbar-thumb{width:4px;height:32px}.client-profile-content-container .consultations-content-scrollbar:has(.consultations-content--empty) .custom-scrollbar-track{display:none}.client-profile-content-container .consultations-content{width:100%;min-height:100%;padding:24px;position:relative;box-sizing:border-box}.client-profile-content-container .consultations-content.consultations-content--with-fixed-button{padding-bottom:124px}.client-profile-content-container .consultations-content .consultations-header{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:16px}.client-profile-content-container .consultations-content .consultations-header--conduct{gap:12px}.client-profile-content-container .consultations-content .consultation-conduct-back-button{width:32px;height:32px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0}.client-profile-content-container .consultations-content .consultation-conduct-back-icon{width:20px;height:20px;transform:rotate(0);filter:brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(1614%) hue-rotate(178deg) brightness(95%) contrast(97%)}.client-profile-content-container .consultations-content .consultation-conduct-editor-wrap{width:100%;border-radius:16px;background-color:#0c8ce90d;padding:16px;border:1px solid transparent;box-sizing:border-box;margin-bottom:12px;transition:border-color .2s ease}.client-profile-content-container .consultations-content .consultation-conduct-editor-wrap:focus-within{border-color:#0c8ce9}.client-profile-content-container .consultations-content .consultation-conduct-editor{width:100%;min-height:160px;border:none;outline:none;resize:vertical;background-color:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;box-sizing:border-box}.client-profile-content-container .consultations-content .consultation-conduct-editor::placeholder{color:#0d0e1199}.client-profile-content-container .consultations-content .consultation-conduct-templates{display:flex;flex-wrap:wrap;gap:8px}.client-profile-content-container .consultations-content .consultation-conduct-template-button{border:none;border-radius:12px;background-color:#0c8ce91a;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;padding:12px 16px;cursor:pointer;border:1px solid transparent}.client-profile-content-container .consultations-content .consultation-conduct-template-button.is-selected{border-color:#0c8ce9}.client-profile-content-container .consultations-content .consultations-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11;margin:0;text-align:left;display:block;flex:1;height:28px}.client-profile-content-container .consultations-content .consultation-ready-button-status{padding:4px 8px;border-radius:8px;background-color:#0c8ce91a;border:none;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;min-width:0;min-height:28px;box-sizing:border-box;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.client-profile-content-container .consultations-content .consultation-ready-button-status.is-ready{background-color:#0c8ce9;color:#fff}.client-profile-content-container .consultations-content .consultation-ready-button-status.is-not-ready{background-color:#0c8ce91a;color:#0c8ce9}@media (max-width: 767px){.client-profile-content-container .consultations-content .consultation-ready-button-status{min-height:24px;font-size:11px;line-height:16px}}.client-profile-content-container .consultations-content .consultation-card{background-color:#0c8ce90d;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.client-profile-content-container .consultations-content .consultation-card:not(:last-child){margin-bottom:8px}.client-profile-content-container .consultations-content .consultation-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative}.client-profile-content-container .consultations-content .consultation-card-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;letter-spacing:0;color:#0d0e11;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:4px}.client-profile-content-container .consultations-content .consultation-card-check-icon{width:16px;height:16px;border-radius:4px;background-color:#389e0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.client-profile-content-container .consultations-content .consultation-card-check-icon img{width:12px;height:12px;filter:brightness(0) invert(1)}.client-profile-content-container .consultations-content .consultation-card-check-icon .dropdown-row-check{margin:0;width:11px;height:8px}.client-profile-content-container .consultations-content .consultation-card-check-icon .dropdown-row-check path{fill:#fff}.client-profile-content-container .consultations-content .consultation-card-arrow{position:absolute;top:50%;right:0;width:20px;height:20px;display:block;flex-shrink:0;transform:translateY(-50%) rotate(90deg);transition:transform .3s ease;outline:none!important;border:none;background:transparent;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.client-profile-content-container .consultations-content .consultation-card-arrow:focus{outline:none!important;box-shadow:none!important}.client-profile-content-container .consultations-content .consultation-card-arrow:focus-visible{outline:none!important;box-shadow:none!important}.client-profile-content-container .consultations-content .consultation-card-arrow:active{outline:none!important;box-shadow:none!important}.client-profile-content-container .consultations-content .consultation-card-arrow img{outline:none!important;border:none;-webkit-tap-highlight-color:transparent}.client-profile-content-container .consultations-content .consultation-card-arrow.rotated{transform:translateY(-50%) rotate(-90deg)}.client-profile-content-container .consultations-content .consultation-card-doctor-wrapper{display:flex;flex-direction:row;align-items:center;gap:4px}.client-profile-content-container .consultations-content .consultation-card-doctor{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11}.client-profile-content-container .consultations-content .consultation-card-doctor-icon{width:16px;height:16px;border-radius:4px;background-color:#0d0e111a;flex-shrink:0;display:flex;align-items:center;justify-content:center}.client-profile-content-container .consultations-content .consultation-card-doctor-icon img{width:12px;height:12px;object-fit:contain;filter:brightness(0)}.client-profile-content-container .consultations-content .consultation-card-status-button{padding:4px 8px;border-radius:8px;background-color:#b7b7b7;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;cursor:pointer;width:156px;height:28px}.client-profile-content-container .consultations-content .consultation-card-tabs{display:flex;flex-direction:row;gap:4px;padding:4px;border-radius:8px;background-color:#0c8ce90d;width:236px;height:32px}.client-profile-content-container .consultations-content .consultation-tab{padding:4px 8px;border-radius:8px;background-color:transparent;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0c8ce9;cursor:pointer;width:112px;height:24px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.client-profile-content-container .consultations-content .consultation-tab.consultation-tab-active{background-color:#0c8ce9;color:#fff;border-radius:8px}.client-profile-content-container .consultations-content .consultation-card-content{display:flex;flex-direction:column;gap:16px}.client-profile-content-container .consultations-content .consultation-card-list{display:flex;flex-direction:column;gap:8px;width:100%}.client-profile-content-container .consultations-content .consultation-entry-card{background-color:#0c8ce91a;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:0;align-items:flex-start;text-align:left;width:100%;height:auto;min-height:124px;box-sizing:border-box}.client-profile-content-container .consultations-content .consultation-entry-top-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:12px;width:100%;margin-bottom:16px}.client-profile-content-container .consultations-content .consultation-entry-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;letter-spacing:0;color:#0d0e11;flex:1;min-width:0;overflow-wrap:anywhere;text-align:left}.client-profile-content-container .consultations-content .consultation-entry-date{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11cc;text-align:right;white-space:nowrap;justify-self:end}.client-profile-content-container .consultations-content .consultation-entry-subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e1199;text-align:left;width:100%;height:auto;letter-spacing:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;margin-bottom:4px}.client-profile-content-container .consultations-content .consultation-entry-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;text-align:left;width:100%}.client-profile-content-container .consultations-content .consultations-empty-state{width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;padding:24px 0;box-sizing:border-box}.client-profile-content-container .consultations-content .consultations-empty-state.with-bottom-button{padding-bottom:116px}.client-profile-content-container .consultations-content .consultations-empty-state.without-bottom-button{padding-bottom:24px}.client-profile-content-container .consultations-content .consultations-empty-state-message{width:326px;max-width:100%;min-height:68px;background-color:#0c8ce90d;padding:24px;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11cc;text-align:center;display:flex;align-items:center;justify-content:center;border-radius:16px;margin:0 auto}.client-profile-content-container .consultations-content .consultation-content-block{display:flex;flex-direction:column;width:100%;height:fit-content;border-radius:16px;padding:16px;gap:16px;background-color:#0c8ce90d}.client-profile-content-container .consultations-content .consultation-patient-info{display:flex;flex-direction:row;align-items:flex-start;gap:12px}.client-profile-content-container .consultations-content .consultation-patient-name-wrapper{display:flex;flex-direction:column;gap:4px;flex:1}.client-profile-content-container .consultations-content .consultation-patient-name-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.client-profile-content-container .consultations-content .consultation-patient-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0d0e11}.client-profile-content-container .consultations-content .consultation-patient-badge{width:fit-content;height:24px;padding:4px 8px;border-radius:6px;background-color:#0c8ce91a;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;color:#0c8ce9;display:flex;align-items:center;box-sizing:border-box}.client-profile-content-container .consultations-content .consultation-patient-tag{padding:4px 8px;border-radius:4px;background-color:#b7b7b7;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:9px;font-weight:500;line-height:12px;letter-spacing:0;color:#0d0e11;width:136px;height:20px;box-sizing:border-box;display:flex;align-items:center}.client-profile-content-container .consultations-content .consultation-date-time{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0d0e11cc}.client-profile-content-container .consultations-content .consultation-sections{display:flex;flex-direction:column;gap:8px}.client-profile-content-container .consultations-content .consultation-section{display:flex;flex-direction:column;gap:4px}.client-profile-content-container .consultations-content .consultation-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#6f7073;text-align:left}.client-profile-content-container .consultations-content .consultation-section-content{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:left}.client-profile-content-container .consultations-content .consultation-ready-button-wrapper{position:absolute;bottom:0;left:0;right:0;width:100%;height:92px;padding:24px;border-radius:16px 16px 0 0;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;z-index:10}@media (max-width: 767px){.client-profile-content-container .consultations-content .consultation-ready-button-wrapper{height:76px;padding:16px 12px;border-radius:12px}}.client-profile-content-container .consultations-content .consultation-ready-button{width:832px;height:44px;padding:12px 16px;border:none;border-radius:12px;background-color:#0c8ce933;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;font-style:normal;line-height:20px;letter-spacing:0%;color:#fdfdffcc;cursor:not-allowed;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;opacity:1}@media (max-width: 767px){.client-profile-content-container .consultations-content .consultation-ready-button{width:100%;height:40px;font-size:12px}}@media (min-width: 1600px){.client-profile-content-container .consultations-content .consultation-ready-button{width:min(100%,1300px)}}.client-profile-content-container .consultations-content .consultation-ready-button.is-ready{background-color:#0c8ce9;color:#fff}.client-profile-content-container .consultations-content .consultation-ready-button.is-not-ready{background-color:#0c8ce933;color:#fdfdffcc}.client-profile-content-container .consultations-content .consultation-ready-button.consultation-ready-button--active{background-color:#0c8ce9;color:#fff;cursor:pointer}.client-profile-content-container .consultations-content .consultation-ready-button.consultation-ready-button--save{background-color:#0c8ce933;color:#fdfdffcc;cursor:not-allowed}.client-profile-content-container{position:fixed;top:152px;left:544px;right:16px;bottom:16px;border-radius:24px;background-color:#eee;box-sizing:border-box;z-index:9;display:flex;flex-direction:column;overflow:hidden}.client-profile-content-container .client-profile-content-scrollbar{width:100%;height:100%;flex:1;min-height:0}.client-profile-content-container .client-profile-content-scrollbar .custom-scrollbar-track{right:4px;top:68px;bottom:24px}.client-profile-content-container.client-profile-content-container--media-library{display:flex;flex-direction:column;overflow:hidden}.client-profile-content-container.client-profile-content-container--media-library>.media-library-section,.client-profile-content-container.client-profile-content-container--media-library>.media-library-detail{flex:1;min-height:0;height:100%}.client-profile-content-container .checklist-fixed-button-layer{position:absolute;bottom:0;left:0;right:0;width:100%;height:92px;padding:24px;border-radius:16px 16px 0 0;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:12}.client-profile-content-container .checklist-fixed-button-layer--stacked{height:auto;min-height:92px;flex-direction:column;gap:12px;align-items:stretch}.client-profile-content-container .checklist-fixed-button{width:100%;height:44px;padding:12px 16px;border:none;border-radius:12px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;box-sizing:border-box}.client-profile-content-container .checklist-fixed-button.is-blocked{opacity:.72;cursor:wait}.client-profile-content-container .consultations-fixed-button-layer{position:absolute;bottom:0;left:0;right:0;width:100%;height:92px;padding:24px;border-radius:16px 16px 0 0;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:12}.client-profile-content-container .consultations-fixed-button{width:832px;height:44px;padding:12px 16px;border:none;border-radius:12px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;box-sizing:border-box}.modal-content.modal-unsaved-changes-confirm{width:768px;min-height:236px;height:auto;border-radius:16px;padding:40px;display:flex;flex-direction:column;gap:0;overflow:visible}.modal-unsaved-changes-title{margin:0 0 12px;width:688px;min-height:36px;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11}.modal-unsaved-changes-description{margin:0;width:100%;height:auto;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11cc}.modal-unsaved-changes-actions{margin-top:24px;display:flex;align-items:center;gap:16px}.modal-unsaved-changes-button{width:336px;height:52px;border-radius:16px;padding:16px 20px;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;box-sizing:border-box;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px}.modal-unsaved-changes-button--secondary{background-color:transparent;color:#0c8ce9;border-color:#0c8ce9}.modal-unsaved-changes-button--primary{background-color:#0c8ce9;color:#fff}.checklist-content{width:100%;height:100%;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;position:relative}.checklist-content--with-fixed-save{height:auto;min-height:100%;padding-bottom:124px}.checklist-content--with-fixed-save .checklist-items{flex:0 0 auto;width:100%;box-sizing:border-box}.checklist-items--fill-form{background-color:#fff;border-radius:16px;padding:16px;box-sizing:border-box}.checklist-header{margin-bottom:16px}.checklist-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11;margin:0;text-align:left}.checklist-items{display:flex;flex-direction:column;gap:12px;flex:1}.checklist-items-card-view{background-color:transparent;gap:8px}.consultations-content.checklist-consultations-view{padding-bottom:24px}.consultations-content.checklist-consultations-view.checklist-consultations-view--with-fixed-button{padding-bottom:124px}.checklist-header-row{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:16px}.checklist-header-row--fill-mode{gap:12px}.checklist-operation-template-field{width:100%;margin-bottom:16px;box-sizing:border-box}.checklist-operation-template-field .procedure-form-label{width:120px;min-height:52px;flex-shrink:0}.checklist-operation-template-field .procedure-form-select-wrapper{flex:1;min-width:0;width:auto;max-width:none}.checklist-operation-template-field .procedure-form-dropdown{width:100%}.checklist-operation-template-field .procedure-form-dropdown-item-selected .procedure-form-dropdown-text{color:#0d0e11}.checklist-operation-template-field .procedure-form-select-custom>span:first-of-type{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checklist-action-notice{width:100%;padding:12px 16px;border-radius:12px;background:#ff4d4f14;color:#b42318;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;box-sizing:border-box}.checklist-action-notice--info{background:#0c8ce914;color:#0c8ce9}.checklist-fill-back-button{width:32px;height:32px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0}.checklist-fill-back-icon{width:20px;height:20px;transform:rotate(0);filter:brightness(0) saturate(100%) invert(44%) sepia(76%) saturate(1614%) hue-rotate(178deg) brightness(95%) contrast(97%)}.checklist-consultation-title{flex:1;height:28px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;font-style:normal;line-height:28px;letter-spacing:0%;color:#0d0e11;text-align:left}.checklist-status-button{padding:4px 8px;border-radius:8px;background-color:#0c8ce91a;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0c8ce9;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;width:156px;height:28px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;flex-shrink:0}.checklist-status-button.is-ready{background-color:#0c8ce9;color:#fff}.checklist-status-button.is-not-ready{background-color:#0c8ce91a;color:#0c8ce9}.checklist-specialty-card{width:100%;border-radius:16px;background-color:#0c8ce90d;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.checklist-specialty-header{display:flex;align-items:center;justify-content:space-between;position:relative}.checklist-specialty-title-wrap{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.checklist-specialty-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;letter-spacing:0;color:#0d0e11}.checklist-specialty-check{width:16px;height:16px;border-radius:4px;background-color:#389e0d;display:inline-flex;align-items:center;justify-content:center;color:#fff}.checklist-specialty-check .dropdown-row-check{margin:0;width:11px;height:8px}.checklist-specialty-check .dropdown-row-check path{fill:#fff}.checklist-specialty-arrow{width:20px;height:20px;cursor:pointer;transform:rotate(90deg);transition:transform .3s ease}.checklist-specialty-arrow.rotated{transform:rotate(-90deg)}.checklist-specialty-body{background-color:#0c8ce91a;border-radius:12px;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px}.checklist-specialty-patient-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:12px;margin-bottom:4px}.checklist-specialty-patient-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0d0e11;overflow-wrap:anywhere}.checklist-specialty-patient-date{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11cc;white-space:nowrap;text-align:right}.checklist-specialty-patient-badge{width:fit-content;height:24px;padding:4px 8px;border-radius:6px;background-color:#0c8ce91a;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;color:#0c8ce9;display:inline-flex;align-items:center;box-sizing:border-box;margin-bottom:12px}.checklist-specialty-fields{display:flex;flex-direction:column;gap:8px}.checklist-specialty-field{display:flex;flex-direction:column;gap:4px}.checklist-specialty-field-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e1199;margin:0}.checklist-specialty-field-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.checklist-complaints-block{display:flex;flex-direction:row;align-items:flex-start;gap:40px;width:100%;box-sizing:border-box}@media (max-width: 900px){.checklist-complaints-block{flex-direction:column;gap:16px}}.checklist-dynamic-field-header .checklist-complaints-title{font-weight:600}.checklist-complaints-title{min-width:120px;width:120px;height:52px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;text-align:left;display:flex;align-items:center;flex-shrink:0;white-space:normal;overflow-wrap:break-word}.checklist-complaints-input-wrapper{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0;width:auto;pointer-events:auto}.checklist-complaints-input-wrapper--row{flex-direction:row;flex-wrap:wrap;gap:8px}.checklist-complaints-input-block{width:100%;min-height:52px;border-radius:12px;padding:16px 20px;background-color:#0c8ce90d;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;user-select:none;-webkit-user-select:none;pointer-events:auto}.checklist-complaints-input-label{flex:1;min-width:0;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;text-align:left;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checklist-complaints-arrow{width:20px;height:20px;flex-shrink:0;transform:rotate(-90deg);transition:transform .3s ease}.checklist-complaints-arrow.rotated{transform:rotate(90deg)}.modal-complaints{width:100%;max-width:100%;min-height:464px;border-radius:16px;padding:16px;background-color:#f6f6f6;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.complaints-modal-content{display:flex;flex-direction:column;gap:8px}.complaints-popup-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:200;width:100%;max-width:100%;border-radius:16px;padding:8px;background-color:#fff;box-shadow:0 0 8px -4px #0d0e1108,0 0 24px -4px #0d0e1114;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;overflow-y:auto;max-height:400px}.dropdown-nested-block{width:100%;border-radius:8px;padding:0;background-color:transparent;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.dropdown-nested-item{width:100%;min-height:40px;max-height:272px;border-radius:8px;padding:0;background-color:#0c8ce90d;display:flex;flex-direction:column;gap:0;box-sizing:border-box;overflow-y:auto}.dropdown-nested-text{width:100%;height:24px;margin-top:8px;padding-left:8px;padding-right:8px;display:flex;align-items:center;justify-content:space-between;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#0d0e11;cursor:pointer;white-space:nowrap;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;outline:0;outline-width:0;outline-style:none;-webkit-tap-highlight-color:transparent}.dropdown-nested-text.open{margin-top:12px;padding-left:12px;padding-right:12px}.dropdown-nested-text:hover,.dropdown-nested-text:focus,.dropdown-nested-text:active,.dropdown-nested-text:focus-visible{outline:0;outline-width:0;outline-style:none}.dropdown-nested-text span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-nested-arrow{width:24px;height:24px;flex-shrink:0;transform:rotate(90deg);transition:transform .3s ease}.dropdown-nested-arrow.rotated{transform:rotate(-90deg)}.dropdown-nested-block .dropdown-row{width:100%;height:auto;min-height:36px;border-radius:8px;padding:8px 0;background:none;background-color:transparent;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;box-sizing:border-box;user-select:none;-webkit-user-select:none;-moz-user-select:none;outline:0;outline-width:0;outline-style:none;-webkit-tap-highlight-color:transparent}.dropdown-nested-block .dropdown-row:hover,.dropdown-nested-block .dropdown-row:focus,.dropdown-nested-block .dropdown-row:active,.dropdown-nested-block .dropdown-row:focus-visible{background:none;background-color:transparent;outline:0;outline-width:0;outline-style:none}.dropdown-nested-block .dropdown-row.dropdown-row-first{margin-top:8px}.dropdown-row-check{width:20px;height:20px;flex-shrink:0;margin-right:24px}.dropdown-row-text{flex:1;min-width:0;height:auto;min-height:20px;margin-left:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;text-align:left}.complaints-modal-section{display:flex;flex-direction:column;gap:8px}.complaints-modal-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#0d0e11}.complaints-modal-select{width:100%;padding:12px 16px;border-radius:12px;border:1px solid transparent;background-color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#0d0e11;box-sizing:border-box;outline:none;cursor:pointer}.complaints-modal-select:focus{border-color:#0c8ce999}.complaints-modal-input-row{display:flex;flex-direction:row;gap:8px;align-items:center}.complaints-modal-input{flex:1;padding:12px 16px;border-radius:12px;border:1px solid transparent;background-color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#0d0e11;box-sizing:border-box;outline:none}.complaints-modal-input::placeholder{color:#0d0e114d}.complaints-modal-input:focus{border-color:#0c8ce999}.complaints-modal-no-button{padding:12px 16px;border-radius:12px;border:none;background-color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#0d0e11;cursor:pointer;white-space:nowrap}.complaints-modal-no-button:hover{opacity:.8}.complaints-modal-textarea{width:100%;min-height:100px;padding:12px 16px;border-radius:12px;border:1px solid transparent;background-color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#0d0e11;resize:none;box-sizing:border-box;outline:none}.complaints-modal-textarea::placeholder{color:#0d0e114d}.complaints-modal-textarea:focus{border-color:#0c8ce999}.checklist-complaints-textarea-block{width:100%;min-height:180px;height:180px;border-radius:16px;padding:16px 20px 24px;background-color:#0c8ce90d;border:1px solid transparent;resize:none;overflow-y:auto;scroll-padding-bottom:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;box-sizing:border-box;outline:none;transition:border-color .2s}.checklist-complaints-textarea-block::placeholder{color:#0d0e1199}.checklist-complaints-textarea-block:focus{border-color:#0c8ce999}.checklist-complaints-textarea-block:focus-visible{outline:none}.checklist-boolean-choice-buttons{flex-direction:row;flex-wrap:nowrap;gap:8px}.checklist-boolean-choice-button{flex:1;min-width:0;height:52px;border-radius:16px;padding:16px 20px;border:none;cursor:pointer;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;background-color:#0c8ce90d;color:#000e1199}.checklist-boolean-choice-button.is-selected{background-color:#0c8ce9;color:#fff}.checklist-photos-grid{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;width:100%}.checklist-photo-upload-button{display:flex;width:160px;height:160px;border-radius:16px;padding:40px;background-color:#0c8ce90d;justify-content:center;align-items:center;cursor:pointer;flex-shrink:0;box-sizing:border-box}.checklist-photo-upload-icon{width:24px;height:24px}.checklist-photo-item{width:160px;height:160px;position:relative;overflow:visible;flex-shrink:0}.checklist-photo-item:before{content:"";position:absolute;top:40px;right:0;width:14px;height:14px;background:radial-gradient(circle at 0 0,transparent 13px,#ffffff 13px);z-index:3;pointer-events:none}.checklist-photo-notch{position:absolute;top:0;right:0;width:40px;height:40px;z-index:3;pointer-events:none}.checklist-photo-notch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;border-bottom-left-radius:18px}.checklist-photo-notch:after{content:"";position:absolute;top:0;right:100%;width:14px;height:14px;background:radial-gradient(circle at 100% 100%,transparent 13px,#ffffff 13px)}.checklist-photo{width:100%;height:100%;border:none;padding:0;border-radius:12px;position:relative;overflow:hidden;background-color:#0c8ce90d;cursor:pointer;display:block;text-align:left}.checklist-photo-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;-webkit-mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px);mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px)}.checklist-photo-action{position:absolute;top:4px;right:4px;width:32px;height:32px;border-radius:10px;background-color:#fff;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;z-index:4;-webkit-tap-highlight-color:transparent}.checklist-photo-action img{width:20px;height:20px;display:block}.checklist-photo-action.is-delete{border:1px solid #d54421}.recommendations-section{width:100%;height:100%;padding:24px 24px 0;display:flex;flex-direction:column;box-sizing:border-box}.recommendations-section .recommendations-section-title{width:100%;height:28px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;font-style:normal;line-height:28px;letter-spacing:0%;color:#0d0e11;margin:0;box-sizing:border-box;text-align:left}.recommendations-section .recommendations-card{margin-top:16px;background-color:#cfcfcf;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.recommendations-section .recommendations-card-header-wrapper{display:flex;flex-direction:column}.recommendations-section .recommendations-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.recommendations-section .recommendations-card-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0d0e11}.recommendations-section .recommendations-card-arrow{width:20px;height:20px;transform:rotate(90deg);transition:transform .3s ease}.recommendations-section .recommendations-card-arrow.rotated{transform:rotate(-90deg)}.recommendations-section .recommendations-tabs{display:flex;flex-direction:row;gap:4px;padding:4px;border-radius:8px;background-color:#0d0e111a;width:236px;height:32px;margin-top:12px}.recommendations-section .recommendations-tab{padding:4px 8px;border-radius:8px;background-color:transparent;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#6f7073;cursor:pointer;width:112px;height:24px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.recommendations-section .recommendations-tab.recommendations-tab-active{background-color:#0d0e11;color:#fff;border-radius:8px}.recommendations-section .recommendations-info-row{display:flex;flex-direction:row;gap:16px;margin-top:16px}.recommendations-section .recommendations-info-item{display:flex;flex-direction:column;gap:4px}.recommendations-section .recommendations-info-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#6f7073}.recommendations-section .recommendations-info-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11}.recommendations-section .recommendations-text-block{display:flex;flex-direction:column;gap:8px;margin-top:16px}.recommendations-section .recommendations-text-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#6f7073}.recommendations-section .recommendations-text-content{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;display:flex;flex-direction:column;gap:4px}.recommendations-section .recommendations-ready-button{padding:4px 8px;border-radius:8px;background-color:#0c8ce9;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#fff;cursor:pointer;width:auto;min-width:0;min-height:28px;align-self:flex-end;margin-top:-28px;margin-bottom:0;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.recommendations-section .recommendations-ready-button.recommendations-not-ready-button,.recommendations-section .recommendations-ready-button.is-not-ready{width:auto;min-width:0;padding:4px 8px;background-color:#0c8ce91a;color:#0c8ce9}.recommendations-section .recommendations-ready-button.is-ready{background-color:#0c8ce9;color:#fff}.recommendations-section .recommendations-content{display:flex;flex-direction:column;gap:8px;margin-top:16px}.recommendations-section .recommendation-block{width:100%;height:auto;min-height:80px;background-color:#0c8ce90d;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.recommendations-section .recommendations-go-button-wrapper{width:calc(100% + 48px);height:auto;padding:24px;border-radius:16px;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;box-sizing:border-box;margin-top:auto;margin-left:-24px}.recommendations-section .recommendation-label{width:100%;height:auto;min-height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;text-align:left;box-sizing:border-box}.recommendations-section .recommendation-value{width:100%;height:auto;min-height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;text-align:left;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.recommendations-section .recommendation-text-input::placeholder{color:#9a9ba0}.recommendations-section .recommendation-value-editable{border:1px solid transparent;border-radius:16px;min-height:52px;padding:16px 20px;background-color:#0c8ce90d;outline:none;cursor:text;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box}.recommendations-section .recommendation-value-editable:focus{border-color:#0c8ce9;outline:none}.recommendations-section .recommendations-go-button{width:100%;max-width:100%;height:44px;padding:12px 16px;border:none;border-radius:12px;background-color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;font-style:normal;line-height:20px;letter-spacing:0%;color:#fff;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center}.recommendations-section .recommendations-go-button:hover{opacity:.9}.recommendations-section .recommendations-go-button.recommendations-go-button-secondary{background-color:transparent;border:1px solid rgba(13,14,17,.1);color:#0d0e11}.recommendations-section .recommendations-go-button.recommendations-go-button-primary{background-color:#0c8ce9;color:#fff}.media-library-section{width:100%;flex:1;min-height:0;height:100%;padding:24px 0 24px 24px;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;background-color:#fff}.media-library-section-title{margin:0 24px 24px 0;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;color:#0d0e11}.media-library-empty{margin:0 24px 0 0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;color:#0d0e1199}.media-library-scroll{flex:1 1 auto;min-height:0;overflow:hidden}.media-library-scroll.custom-scrollbar-container{display:flex;flex-direction:column;min-height:0;height:100%}.media-library-scroll .custom-scrollbar-content{flex:1;min-height:0;overflow-y:auto;padding-right:24px;box-sizing:border-box}.media-library-scroll .custom-scrollbar-track{right:8px;top:0;bottom:24px}.media-library-list{display:flex;flex-direction:column;gap:8px;padding-right:0}.media-library-item{width:100%;border:none;border-radius:16px;background:#0c8ce90d;padding:24px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;min-height:28px;text-align:left;cursor:pointer;box-sizing:border-box}.media-library-item:disabled{cursor:default}.media-library-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.media-library-item-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;color:#0d0e11}.media-library-item-date{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199}.media-library-item-status{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 8px;border-radius:8px;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;white-space:nowrap}.media-library-item-status.is-assigned,.media-library-item-status.is-completed{background-color:#0c8ce9;color:#fff}.media-library-item-status.is-cancelled{background-color:#0c8ce91a;color:#0c8ce9}.media-library-detail{width:100%;flex:1;min-height:0;height:100%;display:flex;flex-direction:column;box-sizing:border-box;padding:24px 24px 0;overflow:hidden;background-color:#fff}.media-library-detail-header{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:16px}.media-library-detail-title{flex:1;margin:0;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;color:#0d0e11}.media-library-detail-upload-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.media-library-detail-add-button{width:32px;height:32px;border:1px solid #0c8ce9;border-radius:12px;background-color:#fdfdff;color:#0c8ce9;font-size:24px;font-weight:400;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-sizing:border-box}.media-library-detail-add-button:disabled{opacity:.5;cursor:not-allowed}.media-library-detail-toolbar{margin-bottom:24px}.media-library-detail-filter{position:relative;width:fit-content}.media-library-detail-filter-button{display:inline-flex;align-items:center;gap:4px;height:40px;padding:12px 12px 12px 16px;border-radius:12px;border:1px solid #0c8ce9;background-color:#fdfdff;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#1e1e1e;cursor:pointer;white-space:nowrap}.media-library-detail-filter-arrow{width:16px;height:16px;filter:brightness(0);transition:transform .2s ease}.media-library-detail-filter-arrow.is-open{transform:rotate(180deg)}.media-library-detail-filter-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:20;display:flex;flex-direction:column;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.media-library-detail-filter-item{width:100%;border:none;background:transparent;display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;cursor:pointer;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;color:#0d0e11}.media-library-detail-filter-item:hover{background-color:#0c8ce90d}.media-library-detail-filter-checkbox{width:20px;height:20px;border-radius:6px;border:1px solid rgba(13,14,17,.2);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.media-library-detail-filter-checkbox svg{width:12px;height:12px}.media-library-detail-filter-checkbox.is-checked{background-color:#0c8ce9;border-color:#0c8ce9;color:#fff}.media-library-detail-scroll{flex:1 1 auto;min-height:0;overflow:hidden}.media-library-detail-scroll.custom-scrollbar-container{display:flex;flex-direction:column;min-height:0;height:100%}.media-library-detail-scroll .custom-scrollbar-content{flex:1;min-height:0;overflow-y:auto}.media-library-detail-scroll .custom-scrollbar-track{top:0;bottom:24px}.media-library-detail-content{padding-right:8px;padding-bottom:24px;display:flex;flex-direction:column;gap:24px}.media-library-detail-procedure-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;color:#0d0e11}.media-library-detail-empty{margin:0;font-size:13px;line-height:20px;color:#0d0e1199}.media-library-detail-phase{display:flex;flex-direction:column;gap:12px;align-items:flex-start;width:100%}.media-library-detail-phase-title{margin:0;width:100%;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11}.media-library-detail-date-group{display:flex;flex-direction:column;gap:12px;align-items:flex-start;width:100%}.media-library-detail-date-badge{width:fit-content;min-height:24px;padding:4px 8px;border-radius:8px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;display:inline-flex;align-items:center;justify-content:center}.media-library-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,160px);gap:8px;justify-content:start;width:100%;overflow:visible}.media-library-detail-photo-item{width:160px;height:160px;position:relative;overflow:visible}.media-library-detail-photo-item:before{content:"";position:absolute;top:40px;right:0;width:14px;height:14px;background:radial-gradient(circle at 0 0,transparent 13px,#ffffff 13px);z-index:3;pointer-events:none}.media-library-detail-photo-notch{position:absolute;top:0;right:0;width:40px;height:40px;z-index:3;pointer-events:none}.media-library-detail-photo-notch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;border-bottom-left-radius:18px}.media-library-detail-photo-notch:after{content:"";position:absolute;top:0;right:100%;width:14px;height:14px;background:radial-gradient(circle at 100% 100%,transparent 13px,#ffffff 13px)}.media-library-detail-photo{width:100%;height:100%;border:none;padding:0;border-radius:12px;position:relative;overflow:hidden;background-color:#0c8ce90d;cursor:pointer;display:block;text-align:left}.media-library-detail-photo.is-pending-delete .media-library-detail-photo-image{opacity:.45}.media-library-detail-photo.is-pending-delete .media-library-detail-photo-label{opacity:.6}.media-library-detail-photo-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px;-webkit-mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px);mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px)}.media-library-detail-photo-disabled{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:#ffffffb8;z-index:2;pointer-events:none;-webkit-mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px);mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px)}.media-library-detail-photo-countdown{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px;font-weight:500;line-height:52px;color:#0c8ce9;pointer-events:none}.media-library-detail-photo-label{position:absolute;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;white-space:nowrap}.media-library-detail-photo-label.is-phase-overlay{left:8px;bottom:8px;padding:4px 8px;border-radius:6px;background:#0c8ce933;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);color:#fff;z-index:3}.media-library-detail-photo-action{position:absolute;top:4px;right:4px;width:32px;height:32px;border-radius:10px;background-color:#fff;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;z-index:4;-webkit-tap-highlight-color:transparent}.media-library-detail-photo-action img{width:20px;height:20px;display:block}.media-library-detail-photo-action.is-delete{border:1px solid #d54421}.media-library-detail-photo-action.is-restore{border:1px solid #0c8ce9}.media-library-detail-photo-action:hover{opacity:.9}.media-library-detail-photo-action:focus,.media-library-detail-photo-action:active,.media-library-detail-photo-action:focus-visible{outline:none;box-shadow:none}.media-library-photo-confirm-modal{width:768px;min-height:236px}.media-library-photo-confirm-modal .success-modal-title{width:100%;max-width:688px;min-height:36px;height:auto;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:32px;line-height:36px;letter-spacing:0;color:#0d0e11;margin:0 auto;text-align:center}.media-library-photo-confirm-modal .success-modal-message{width:100%;max-width:688px;min-height:24px;height:auto;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:15px;line-height:24px;letter-spacing:0;color:#0d0e11;margin:12px auto 0;text-align:center}.media-library-photo-confirm-actions{margin-top:24px;width:100%;display:flex;gap:12px;justify-content:center}.media-library-photo-confirm-actions .success-modal-button{flex:0 0 336px;width:336px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0}.media-library-photo-viewer-overlay{z-index:1100;padding:32px 40px;background:#0d0e1166;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.media-library-photo-viewer{position:relative;width:min(920px,100vw - 80px);max-width:100%;display:flex;flex-direction:column;align-items:center}.media-library-photo-viewer-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:12px;padding:0;background:#fdfdfff2;box-shadow:0 2px 12px #0c8ce924;cursor:pointer;z-index:4;display:inline-flex;align-items:center;justify-content:center}.media-library-photo-viewer-close img{width:18px;height:18px;display:block}.media-library-photo-viewer-main-wrap{position:relative;width:100%;overflow:visible}.media-library-photo-viewer-main{position:relative;width:100%;height:min(620px,100vh - 220px);border-radius:16px;overflow:hidden;background-color:#fff;box-shadow:0 12px 40px #0d0e112e}.media-library-photo-viewer-main.is-pending-delete .media-library-photo-viewer-main-image{opacity:.45}.media-library-photo-viewer-main.is-pending-delete .media-library-photo-viewer-tags{opacity:.6}.media-library-photo-viewer-main-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:0;background-color:#fff}.media-library-photo-viewer-disabled{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb8;z-index:2;pointer-events:none}.media-library-photo-viewer-countdown{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:48px;font-weight:500;line-height:52px;color:#0c8ce9;pointer-events:none}.media-library-photo-viewer-tags{position:absolute;left:16px;bottom:16px;display:flex;flex-wrap:wrap;gap:8px;z-index:2;max-width:calc(100% - 80px)}.media-library-photo-viewer-tag{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:8px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;white-space:nowrap;box-shadow:0 2px 8px #0c8ce938}.media-library-photo-viewer-delete{position:absolute;right:16px;bottom:16px;width:36px;height:36px;border-radius:12px;background-color:#fff;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;z-index:3;box-shadow:0 2px 12px #0c8ce924}.media-library-photo-viewer-delete img{width:20px;height:20px;display:block}.media-library-photo-viewer-delete.is-delete{border:1px solid #d54421}.media-library-photo-viewer-delete.is-restore{border:1px solid #0c8ce9}.media-library-photo-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:72px;padding:24px 8px;border:none;border-radius:12px;background-color:#fdfdff;box-shadow:0 2px 16px #0c8ce92e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;z-index:3}.media-library-photo-viewer-nav img{width:20px;height:20px;display:block}.media-library-photo-viewer-nav img.is-flipped{transform:rotate(180deg)}.media-library-photo-viewer-nav.is-prev{left:-20px}.media-library-photo-viewer-nav.is-next{right:-20px}.media-library-photo-viewer-thumbs{margin-top:16px;width:100%;display:flex;justify-content:center;gap:12px;overflow-x:auto;padding:4px 0;scrollbar-width:none;-ms-overflow-style:none}.media-library-photo-viewer-thumbs::-webkit-scrollbar{display:none}.media-library-photo-viewer-thumb{flex:0 0 auto;width:88px;height:88px;border:2px solid transparent;border-radius:12px;padding:0;overflow:hidden;background-color:#fff;box-shadow:0 2px 10px #0c8ce91a;cursor:pointer;box-sizing:border-box}.media-library-photo-viewer-thumb img{width:100%;height:100%;object-fit:cover;display:block;border-radius:10px}.media-library-photo-viewer-thumb.is-active{border-color:#0c8ce9}.content-tabs{display:flex;flex-direction:row;gap:0;margin-top:0;margin-bottom:0;padding-left:0;padding-right:0}.content-tab{width:fit-content;min-width:123px;height:44px;padding:12px 16px;border-radius:12px;background-color:transparent;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:20px;color:#0d0e110d;cursor:pointer;white-space:nowrap;transition:color .2s,background-color .2s;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.content-tab:hover{color:#0d0e1199}.content-tab.content-tab-active{color:#0d0e11;background-color:transparent}.medical-restrictions-scrollbar{position:absolute;top:24px;right:4px;width:4px;height:20px;background-color:#0c8ce999;border-radius:9999px;z-index:100}.client-profile-head-text{position:absolute;top:24px;left:24px;right:24px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.client-profile-name-wrapper{position:static;width:100%;display:flex;align-items:flex-start;gap:8px}.client-profile-name{flex:1;min-width:0;max-width:none;min-height:28px;max-height:56px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11;text-align:left;overflow:hidden}.client-profile-name-menu-root{position:relative;flex-shrink:0;margin-left:auto;display:flex;align-items:flex-start}.client-profile-name-more{width:20px;height:20px;margin-top:4px;display:block;flex-shrink:0;cursor:pointer;outline:none!important;border:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.client-profile-name-more:focus{outline:none!important;box-shadow:none!important}.client-profile-name-more:focus-visible{outline:none!important;box-shadow:none!important}.client-profile-name-more:active{outline:none!important;box-shadow:none!important}.client-profile-name-more img{outline:none!important;border:none;-webkit-tap-highlight-color:transparent}.client-profile-name-menu{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border-radius:16px;padding:8px;width:fit-content;min-width:210px;height:fit-content;z-index:100;box-shadow:0 0 8px -4px #0d0e1108,0 0 24px -4px #0d0e1114;display:flex;flex-direction:column;gap:0}.client-profile-name-menu-item{padding:8px 12px;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;cursor:pointer;width:fit-content;min-width:178px;height:fit-content;min-height:36px;display:flex;align-items:center;border:none;background:transparent;text-align:left}.client-profile-name-menu-item:hover{background-color:#0c8ce91a}.client-profile-name-menu-item--danger{color:#d54421}.client-profile-name-menu-item--danger:hover{background-color:#d5442114}.client-profile-status-tag{position:static;width:fit-content;max-width:384px;height:32px;padding:4px 10px;border-radius:8px;background-color:#0c8ce9;display:flex;flex-direction:row;gap:4px;align-items:center;justify-content:flex-start;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-profile-divider{position:absolute;top:calc(24px + var(--client-profile-head-end, 56px) + 20px);left:24px;width:384px;height:1px;border-radius:9999px;background-color:#0c8ce91a}.client-profile-comment-title{position:absolute;top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px);left:24px;width:98px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;display:flex;align-items:center}.client-profile-comment-text{position:absolute;top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px + 24px + 16px);left:24px;width:384px;min-height:20px;height:auto;display:block;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.client-profile-divider-bottom{position:absolute;top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px + 24px + 16px + var(--client-profile-comment-height, 20px) + 20px);left:24px;width:384px;height:1px;border-radius:9999px;background-color:#0c8ce91a}.client-profile-primary-info{position:absolute;top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px + 24px + 16px + var(--client-profile-comment-height, 20px) + 20px + 1px + 20px);left:24px;width:384px;display:flex;flex-direction:column}.client-profile-primary-info-title-wrapper{display:flex;align-items:center;gap:190px;outline:none!important;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.client-profile-primary-info-title-wrapper:focus{outline:none!important;box-shadow:none!important}.client-profile-primary-info-title-wrapper:active{outline:none!important;box-shadow:none!important}.client-profile-primary-info-title-wrapper:focus-visible{outline:none!important;box-shadow:none!important}.client-profile-primary-info-title{width:174px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;margin:0;display:flex;align-items:center}.client-profile-primary-info-arrow{width:20px;height:20px;display:block;flex-shrink:0;transform:rotate(90deg);transition:transform .3s ease}.client-profile-primary-info-arrow.rotated{transform:rotate(-90deg)}.client-profile-primary-info-field{display:flex;flex-direction:row;gap:40px;align-items:flex-start}.client-profile-primary-info-title-wrapper+.client-profile-primary-info-field{margin-top:16px}.client-profile-primary-info-field:not(:first-of-type){margin-top:12px}.client-profile-primary-info-label{min-width:140px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;flex-shrink:0;display:flex;align-items:center}.chronic-diseases-label{width:140px;height:40px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#0d0e1199;display:flex;align-items:center;justify-content:flex-start;text-align:left}.client-profile-primary-info-label.allergy-test-label{width:140px;min-width:140px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#0d0e1199;display:flex;align-items:center;justify-content:flex-start;text-align:left}.client-profile-primary-info-field.allergy-test-field{margin-bottom:0}.client-profile-medical-restrictions-fields{display:flex;flex-direction:column;margin-top:16px;max-height:calc(100vh - 320px);overflow-y:auto;padding-bottom:108px;box-sizing:border-box}.allergy-test-block{width:432px;height:92px;padding:24px;gap:10px;background-color:#fdfdff;display:flex;flex-direction:column;position:fixed;bottom:16px;left:96px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;box-shadow:0 -2px 12px #0c8ce90f;z-index:100}.allergy-test-button{width:384px;height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce9;color:#fff;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;font-style:normal;line-height:20px;letter-spacing:0%;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;transition:opacity .2s;box-sizing:border-box}.allergy-test-button:hover{opacity:.9}.client-profile-primary-info-value{width:204px;height:auto;min-height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;display:flex;align-items:center;text-align:left}.client-profile-primary-info-age{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#6f7073;margin-left:4px}.client-profile-primary-info-divider{position:absolute;top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px + 24px + 16px + var(--client-profile-comment-height, 20px) + 20px + 1px + 20px + 24px + 16px + 100px + 48px + 20px);left:24px;width:384px;height:1px;border-radius:9999px;background-color:#0c8ce91a}.client-profile-primary-info-divider--collapsed{top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px + 24px + 16px + var(--client-profile-comment-height, 20px) + 20px + 1px + 20px + 24px + 20px)}.client-profile-medical-restrictions{position:absolute;top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px + 24px + 16px + var(--client-profile-comment-height, 20px) + 20px + 1px + 20px + 24px + 16px + 100px + 48px + 20px + 1px + 20px);left:24px;width:384px;display:flex;flex-direction:column}.client-profile-medical-restrictions--shifted{top:calc(24px + var(--client-profile-head-end, 56px) + 20px + 1px + 20px + 24px + 16px + var(--client-profile-comment-height, 20px) + 20px + 1px + 20px + 24px + 20px + 1px + 20px)}.client-profile-medical-restrictions-title-wrapper{display:flex;align-items:center;gap:167px;outline:none!important;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.client-profile-medical-restrictions-title-wrapper:focus{outline:none!important;box-shadow:none!important}.client-profile-medical-restrictions-title-wrapper:active{outline:none!important;box-shadow:none!important}.client-profile-medical-restrictions-title-wrapper:focus-visible{outline:none!important;box-shadow:none!important}.client-profile-medical-restrictions-title{width:197px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;margin:0;display:flex;align-items:center;white-space:nowrap}.client-profile-medical-restrictions-arrow{width:20px;height:20px;display:block;flex-shrink:0;transform:rotate(90deg);transition:transform .3s ease}.client-profile-medical-restrictions-arrow.rotated{transform:rotate(-90deg)}.client-profile-medical-restrictions-title-wrapper+.client-profile-primary-info-field{margin-top:16px}.search-block-right{position:fixed;top:16px;left:610px;width:220px;height:52px;display:flex;align-items:center;z-index:10}.search-block-right .search-icon{width:20px;height:20px}.search-block-right .search-input{padding-left:42px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:regular;line-height:20px;letter-spacing:0%;color:#0d0e11}.search-block-right .search-input::placeholder{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:regular;line-height:20px;letter-spacing:0%;color:#0d0e1199}.search-icon-right{width:16px;height:16px;flex-shrink:0;filter:brightness(0) saturate(100%)}.search-text-right{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;white-space:nowrap}.appointments-header{position:fixed;top:92px;left:96px;display:flex;flex-direction:row;align-items:center;gap:7px;z-index:10}.appointments-title{width:281px;height:32px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11;margin:0}.appointments-count{width:42px;height:32px;padding:2px 4px;border-radius:8px;background-color:#0c8ce9;color:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;text-align:center;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-container{position:fixed;top:148px;left:96px;display:flex;flex-direction:row;align-items:center;gap:12px;z-index:10}.search-container .home-page-status-dropdown{position:relative}.search-container .home-page-status-button{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px 8px 16px;height:40px;border-radius:12px;background-color:#fff;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#1e1e1e;cursor:pointer;white-space:nowrap;box-sizing:border-box;transition:border-color .2s ease}.search-container .home-page-status-button .filter-arrow{width:16px;height:16px;filter:brightness(0);transition:transform .2s ease}.search-container .home-page-status-button .filter-arrow.filter-arrow-open{transform:rotate(180deg)}.search-container .home-page-status-button.active{border-color:#1677ff}.search-container .home-page-status-button:hover{opacity:.8}.search-container .home-page-status-button:focus{outline:none}.search-container .home-status-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:max-content;min-width:180px;max-width:360px;height:auto;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.search-container .home-status-dropdown-scroll.custom-scrollbar-container{flex:0 0 auto;height:auto;max-height:192px;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.search-container .home-status-dropdown-scroll .custom-scrollbar-content{background:transparent;padding-right:0;max-height:192px}.search-container .home-status-dropdown-scroll .custom-scrollbar-track{right:0}.search-container .home-status-dropdown-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.search-container .home-status-dropdown-item:hover{background:#0c8ce914}.search-container .home-status-dropdown-item>span:last-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-container .home-status-dropdown-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.search-container .home-status-dropdown-check{width:12px;height:12px;display:block}.search-container .search-input::placeholder{font-size:11px;line-height:16px;font-weight:400;letter-spacing:0;color:#0d0e1199}.appointments-containers{position:absolute;top:204px;bottom:auto;left:96px;right:16px;display:flex;flex-direction:row;align-items:center;gap:16px}.home-clients-section{position:fixed;top:92px;left:96px;right:16px;bottom:16px;display:flex;flex-direction:column;gap:16px;min-height:0;z-index:1}.home-clients-section .home-clients-toolbar{display:flex;flex-direction:column;gap:24px;flex-shrink:0}.home-clients-section .appointments-header,.home-clients-section .search-container{position:static;top:auto;left:auto}.home-clients-section .appointments-title{width:auto;max-width:none;min-height:32px;height:auto;white-space:nowrap}.content-block{position:fixed;top:204px;left:96px;right:16px;bottom:16px;border-radius:16px;background-color:#eee;padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden;z-index:1}.home-clients-section .content-block{position:static;top:auto;left:auto;right:auto;bottom:auto;flex:1;min-height:0}.content-row{width:100%;min-height:64px;padding:24px 32px 32px 40px;background-color:#fdfdff;box-shadow:0 2px 12px #0c8ce90d;display:grid;grid-template-columns:1.1fr 1.35fr 1.2fr 1fr 1.15fr;column-gap:16px;align-items:center;box-sizing:border-box}.content-row-label{height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11cc;letter-spacing:0;text-align:left;box-sizing:border-box;min-width:0}.home-page-skeleton{padding:16px 0}.content-items-wrapper{flex:1;padding:0 16px 16px 24px;background-color:#fdfdff;box-sizing:border-box;min-height:0;overflow:hidden;--csb-track-padding-bottom: 16px}.content-items-wrapper .custom-scrollbar-content{display:flex;flex-direction:column;gap:4px;height:100%;overflow-y:auto;overflow-x:hidden}.home-clients-infinite-sentinel{min-height:1px;width:100%}.home-clients-infinite-status,.home-clients-infinite-retry{width:100%;padding:12px 0;text-align:center;font-size:14px;color:#0d0e1199}.home-clients-infinite-retry{border:0;background:transparent;cursor:pointer;color:#0d0e11}.table-empty-row{display:flex;justify-content:center;align-items:center;min-height:64px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11cc;text-align:center;box-sizing:border-box}.content-item{width:100%;min-height:64px;padding:16px;border-radius:12px;background-color:#0c8ce90d;display:grid;grid-template-columns:1.1fr 1.35fr 1.2fr 1fr 1.15fr;column-gap:16px;align-items:center;box-sizing:border-box;flex-shrink:0;position:relative}.content-item.content-item-two-lines{min-height:80px;height:80px}.content-item-id{height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;letter-spacing:0;text-align:left;box-sizing:border-box;display:flex;align-items:center;min-width:0}.content-item-text{min-height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;letter-spacing:0;text-align:left;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;display:flex;align-items:center;min-width:0}.content-item-phone,.content-item-date{height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;letter-spacing:0;text-align:left;box-sizing:border-box;display:flex;align-items:center;min-width:0}.content-item-status{height:24px;display:flex;align-items:center;box-sizing:border-box;min-width:0}.content-item-status-tag{width:fit-content;height:32px;padding:4px 8px;border-radius:8px;background-color:#0c8ce9;display:flex;flex-direction:row;align-items:center;justify-content:center;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#fdfdff;letter-spacing:0;white-space:nowrap}.appointment-container{width:100%;height:668px;border-radius:24px;background-color:#eee;display:flex;flex-direction:column;overflow:hidden}.appointment-category{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11}.appointment-badge{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:8px;background-color:#0d0e11;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;line-height:20px;letter-spacing:0}.appointment-cards-wrapper{flex:1;min-height:0;margin-top:16px;margin-bottom:16px}.appointment-cards{display:flex;flex-direction:column;width:400px;padding:0 16px 16px;gap:8px}.all-appointments-filter{display:flex;flex-direction:row;align-items:center;width:fit-content;height:40px;padding:8px 8px 8px 12px;border:none;background-color:#fff;border-radius:12px;gap:0;cursor:pointer;transition:all .2s ease;outline:none;-webkit-tap-highlight-color:transparent}.all-appointments-filter:focus,.all-appointments-filter:active,.all-appointments-filter:focus-visible{outline:none;box-shadow:none}.all-appointments-filter .user-icon,.all-appointments-filter .all-appointments-arrow{width:20px;height:20px;flex-shrink:0;margin-left:8px;filter:brightness(0) saturate(100%)}.all-appointments-filter .all-appointments-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0%;color:#0d0e11;white-space:nowrap;margin-right:4px}.modal-content.modal-assign-surgeon{width:768px;height:344px;min-height:344px;max-height:344px;padding:40px;gap:24px;border-radius:24px}.modal-content.modal-assign-surgeon.modal-assign-surgeon-compact{height:308px;min-height:308px;max-height:308px}.procedures-notifications-panel{position:fixed;top:96px;left:84px;width:432px;max-width:calc(100vw - 96px);height:676px;max-height:calc(100vh - 112px);border-radius:16px;background:#fdfdff;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;overflow:hidden;z-index:1400;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.procedures-notifications-header{display:flex;align-items:center;justify-content:space-between;min-height:44px;flex-shrink:0}.procedures-notifications-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:32px;color:#0d0e11}.procedures-notifications-close{border:none;background:transparent;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.procedures-notifications-close img{width:24px;height:24px;display:block}.procedures-notifications-list{display:flex;flex-direction:column;flex:1;min-height:0;gap:16px;overflow-x:hidden;overflow-y:auto}.procedures-notification-card{border-radius:16px;background:#0c8ce90d;width:100%;flex-shrink:0;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.procedures-notification-card-message{flex-shrink:0}.procedures-notification-card-active{background:#0c8ce90d}.procedures-notification-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.procedures-notification-card-title{display:flex;align-items:flex-start;gap:4px;min-width:0;flex:1}.procedures-notification-card-title-icon{width:24px;height:24px;display:block;flex-shrink:0}.procedures-notification-card-title-text{min-width:0;flex:1;min-height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;overflow-wrap:anywhere;word-break:break-word}.procedures-notification-remove{border:none;background:transparent;cursor:pointer;padding:0;width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.procedures-notification-remove img{width:24px;height:24px;display:block}.procedures-notification-meta{border-radius:12px;background:#0c8ce90d;padding:12px;display:flex;flex-direction:column;gap:6px}.procedures-notification-meta-row{display:flex;align-items:flex-start;gap:8px;justify-content:space-between;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;color:#0d0e11}.procedures-notification-meta-row span:first-child{width:120px;min-height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;flex-shrink:0;text-align:left;display:flex;align-items:center;justify-content:flex-start}.procedures-notification-meta-value{flex:1;min-width:0;min-height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:left;display:block;overflow-wrap:anywhere;word-break:break-word}.procedures-notification-accept{width:100%;height:52px;border:none;border-radius:12px;background:#0c8ce9;color:#fff;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;align-self:stretch}.procedures-notification-report{border-radius:12px;background:#0c8ce914;padding:12px}.procedures-notification-report-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:48px;gap:8px}.procedures-notification-report-title{width:120px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199;flex-shrink:0;text-align:left;display:flex;align-items:center;justify-content:flex-start}.procedures-notification-report-text{width:100%;min-height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:left;display:block;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.procedures-notification-message{width:100%;border-radius:12px;background:#0c8ce914;padding:12px;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.procedures-notification-message-link{color:#0c8ce9;text-decoration:underline;overflow-wrap:anywhere;word-break:break-word}.procedure-card{background-color:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.procedure-card-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.procedure-card-id{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11;margin:0}.procedure-card-status{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;padding:4px 12px;border-radius:12px;white-space:nowrap}.procedure-card-status.procedure-card-status-assigned,.procedure-card-status.procedure-card-status-completed{background-color:#e7e7e7;color:#0d0e11}.procedure-card-content{display:flex;flex-direction:column;gap:12px}.procedure-card-field{display:flex;flex-direction:row;gap:16px;align-items:flex-start}.procedure-card-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e1199;width:200px;flex-shrink:0}.procedure-card-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;flex:1}.procedure-card-actions{display:flex;flex-direction:row;gap:16px;padding-top:8px}.procedure-card-button{flex:1;height:52px;padding:16px 20px;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:pointer;transition:opacity .2s;border:none;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px}.procedure-card-button .procedure-card-button-icon{width:16px;height:16px;flex-shrink:0}.procedure-card-button.procedure-card-button-secondary{background-color:transparent;color:#0c8ce9;border:1px solid #0c8ce9}.procedure-card-button.procedure-card-button-secondary:hover{opacity:.7}.procedure-card-button.procedure-card-button-primary{background-color:#0c8ce9;color:#fff;font-weight:500}.procedure-card-button.procedure-card-button-primary:hover{opacity:.9}.registration-page{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:#eff4f8;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.registration-logo{position:absolute;top:24px;left:50%;transform:translate(-50%);width:96px;height:44px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden}.login-form-container{width:544px;min-height:400px;background-color:#fdfdff;border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:24px;box-sizing:border-box;margin-left:auto;margin-right:auto}.login-form-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:500;font-style:normal;line-height:28px;letter-spacing:0%;color:#0d0e11;margin:0;padding:0;width:100%;height:auto;text-align:center;box-sizing:border-box}.login-form-subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#0d0e1199;margin:-16px 0 0;padding:0;width:100%;height:auto;text-align:center;box-sizing:border-box}.login-form{display:flex;flex-direction:column;gap:12px;flex:1}.login-form-field{display:flex;flex-direction:column;gap:8px}.login-form-checkbox-label{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;-webkit-tap-highlight-color:transparent}.login-form-checkbox-label:focus,.login-form-checkbox-label:active,.login-form-checkbox-label:focus-visible{outline:none}.login-form-checkbox{width:16px;height:16px;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.login-form-checkbox:focus,.login-form-checkbox:active,.login-form-checkbox:focus-visible{outline:none;box-shadow:none}.login-form-checkbox:checked{accent-color:#0c8ce9;background-color:#0c8ce9}.login-form-checkbox-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#6f7073}.login-form-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;font-style:normal;line-height:16px;letter-spacing:0%;color:#6f7073;width:100%;height:auto;box-sizing:border-box}.login-form-input{width:100%;height:52px;padding:16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;background-color:#f0f5ff;box-sizing:border-box;outline:none}.login-form-input::placeholder{color:#9a9da3}.login-form-input:focus{border-color:#0c8ce9}select.login-form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D0E11' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.login-form-role-dropdown{position:relative;width:100%}.login-form-role-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D0E11' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px;text-align:left;cursor:pointer;color:#0d0e11}.login-form-role-trigger.placeholder{color:#9a9da3}.login-form-role-list{position:absolute;top:calc(100% + 4px);left:0;right:0;margin:0;padding:8px 0;list-style:none;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:10;max-height:240px;overflow-y:auto}.login-form-role-option{padding:12px 20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;color:#0d0e11;cursor:pointer;transition:background-color .15s}.login-form-role-option:hover,.login-form-role-option.selected{background-color:#f0f5ff}.login-form-button{width:100%;height:52px;padding:16px 20px;border:none;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#f6f6f6;background-color:#0d0e1133;cursor:pointer;transition:background-color .2s;box-sizing:border-box;margin-top:8px}.login-form-button:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.login-form-button.login-form-button-active{background-color:#0c8ce9}.login-back-button{width:100%;height:52px;padding:16px 20px;margin-top:12px;border:1px solid #0c8ce9;border-radius:16px;background-color:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0c8ce9;cursor:pointer;transition:background-color .2s;box-sizing:border-box}.login-back-button:hover{background-color:#0c8ce90d}.login-back-button:active{background-color:#1677ff1a}.registration-footer{position:absolute;bottom:16px;display:flex;flex-direction:row;align-items:center;gap:28px;width:100%;justify-content:center}.registration-copyright{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#9a9da3}.registration-footer-link{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#9a9da3;text-decoration:none;cursor:pointer}.registration-footer-link:hover{text-decoration:underline}.login-form-forgot{width:auto;margin-top:0;margin-left:0;align-self:auto;padding:0;border:none;background:transparent;text-align:right;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#0c8ce9}.login-form-forgot:hover{text-decoration:underline}.login-form-forgot:focus,.login-form-forgot:active,.login-form-forgot:focus-visible{outline:none}.login-form-password-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.password-page{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background-color:#eff4f8;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}.password-logo{position:absolute;top:24px;left:50%;transform:translate(-50%);width:96px;height:44px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden}.password-form-container{width:544px;min-height:480px;background-color:#fdfdff;border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:0;box-sizing:border-box;margin-left:auto;margin-right:auto;overflow:visible}.password-form-container-compact{min-height:0}.password-form-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:500;font-style:normal;line-height:28px;letter-spacing:0%;color:#0d0e11;margin:0 0 8px;padding:0;width:100%;height:auto;text-align:center;box-sizing:border-box}.password-form-subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0%;color:#6f7073;margin:0;padding:0;width:100%;height:auto;text-align:center;box-sizing:border-box}.password-form{display:flex;flex-direction:column;gap:12px;flex:1;margin-top:24px;overflow:visible}.password-form-field{display:flex;flex-direction:column;gap:8px;position:relative;overflow:visible}.password-input-wrapper{position:relative;width:100%}.password-form-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;font-style:normal;line-height:16px;letter-spacing:0%;color:#0d0e11;width:100%;height:auto;box-sizing:border-box}.password-form-input{width:100%;height:52px;padding:16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;background-color:#f0f5ff;box-sizing:border-box;outline:none}.password-form-input::placeholder{color:#9a9da3}.password-form-input:focus{border-color:#0c8ce9}.password-form-input.password-form-input-error{border-color:#d54421}.password-form-input.password-form-input-error:focus{border-color:#d54421}.password-form-error-text{margin-top:-4px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#d54421}select.password-form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D0E11' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.password-form-checkbox-label{display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;-webkit-tap-highlight-color:transparent}.password-form-checkbox-label:focus,.password-form-checkbox-label:active,.password-form-checkbox-label:focus-visible{outline:none}.password-form-checkbox{width:16px;height:16px;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.password-form-checkbox:focus,.password-form-checkbox:active,.password-form-checkbox:focus-visible{outline:none;box-shadow:none}.password-form-checkbox:checked{accent-color:#0c8ce9;background-color:#0c8ce9}.password-form-checkbox-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#6f7073;width:108px;height:20px;box-sizing:border-box}.password-form-button{width:100%;height:52px;padding:16px 20px;border:none;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#f6f6f6;background-color:#0d0e1133;cursor:pointer;transition:background-color .2s;box-sizing:border-box;margin-top:8px}.password-form-button:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.password-form-button.password-form-button-active{background-color:#0c8ce9}.password-form-button.password-form-button-secondary{border:1px solid #0c8ce9;background-color:transparent;color:#0c8ce9}.password-footer{position:absolute;bottom:16px;display:flex;flex-direction:row;align-items:center;gap:28px;width:100%;justify-content:center}.password-copyright{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#9a9da3}.password-footer-link{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0%;color:#9a9da3;text-decoration:none;cursor:pointer}.password-footer-link:hover{text-decoration:underline}.password-requirements{position:absolute;top:0;left:calc(100% + 20px);width:213px;background-color:#fdfdff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;box-shadow:0 0 8px -4px #2f54eb05,0 0 24px -4px #2f54eb0f;z-index:1000;white-space:normal}.password-requirements-decorative{position:absolute;width:24px;height:24px;top:18px;left:-6px;border-radius:2px;background-color:#fdfdff;transform:rotate(-30deg)}.password-requirements-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;width:165px;height:20px;margin:0;padding:0;box-sizing:border-box}.password-requirements-list{display:flex;flex-direction:column;gap:8px}.password-requirement-item{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#6f7073;height:20px;margin:0;padding:0;display:flex;align-items:center;gap:8px;box-sizing:border-box;white-space:nowrap}.password-requirement-icon{width:20px;height:20px;flex-shrink:0}.procedures-page{text-align:center;padding:0;position:relative;min-height:100vh;width:100%;background-color:#eff4f8}.procedures-page{position:relative}.procedures-page-logo{position:absolute;top:24px;left:16px;width:52px;height:24px;z-index:10}.procedures-page .city-selector{position:absolute;top:16px;left:96px;display:flex;flex-direction:row;width:fit-content!important;min-width:112px;max-width:calc(100vw - 24px);height:52px;padding:12px 16px 12px 20px;border-radius:12px;background-color:#fff;gap:0;z-index:10;align-items:center}.procedures-page .city-selector .city-option-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:regular;line-height:20px;letter-spacing:0%;color:#0d0e11;white-space:nowrap;margin-right:8px}.procedures-page .city-selector .city-option-arrow{width:20px;height:20px;flex-shrink:0;filter:brightness(0) saturate(100%)}.procedures-page .search-block-center{position:absolute;top:16px;left:50%;transform:translate(-50%);width:220px;height:52px;display:flex;align-items:center;z-index:10}.procedures-page .create-card-button.button-secondary{box-sizing:border-box;border:1px solid #0c8ce9;color:#0c8ce9;height:52px}.procedures-page .register-client-button.button-primary{background-color:#0c8ce9;height:52px}.procedures-page .register-client-button.button-primary:hover{opacity:.9}.procedures-page .procedures-header{position:absolute;top:92px;left:96px;display:flex;flex-direction:row;align-items:center;gap:7px;z-index:10}.procedures-page .procedures-title{width:auto;height:32px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11;margin:0}.procedures-page .procedures-count{width:42px;height:32px;padding:2px 4px;border-radius:8px;background-color:#0c8ce9;color:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;text-align:center;display:flex;align-items:center;justify-content:center;flex-shrink:0}.procedures-page .procedures-schedule-button.button-primary{height:44px;padding:12px 16px;border-radius:12px;gap:4px;min-width:auto;width:fit-content;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#fdfdff}.procedures-page .procedures-schedule-button-wrap{position:absolute;top:144px;right:16px;z-index:10;display:flex}.procedures-page .search-container{position:absolute;top:148px;left:96px;display:flex;flex-direction:row;align-items:center;gap:12px;z-index:10}.procedures-page .search-container .filter-dropdown-wrapper{position:relative}.procedures-page .search-container .filter-button{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px 8px 16px;border-radius:12px;background-color:#fff;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#1e1e1e;cursor:pointer;white-space:nowrap;height:40px;box-sizing:border-box;transition:border-color .2s ease}.procedures-page .search-container .filter-button .filter-arrow{width:16px;height:16px;filter:brightness(0);transition:transform .2s ease}.procedures-page .search-container .filter-button .filter-arrow.filter-arrow-open{transform:rotate(180deg)}.procedures-page .search-container .filter-button:hover{opacity:.8}.procedures-page .search-container .filter-button.active{border-color:#1677ff;outline:none}.procedures-page .search-container .filter-button:focus{outline:none}.procedures-page .search-container .filter-dropdown-panel{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;max-height:240px;overflow-y:auto;border-radius:12px;background-color:#fff;box-shadow:0 0 8px -4px #0d0e1108,0 0 24px -4px #0d0e1114;padding:6px;display:flex;flex-direction:column;gap:4px;z-index:200}.procedures-page .search-container .filter-dropdown-panel .city-selector-menu-item{width:100%;border:none;border-radius:8px;background:transparent;padding:8px 10px;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;cursor:pointer}.procedures-page .search-container .filter-dropdown-panel .city-selector-menu-item:hover{background-color:#0c8ce914}.procedures-page .search-container .filter-dropdown-panel .city-selector-menu-item-active{background-color:#0c8ce924;color:#0c8ce9}.procedures-page .search-container .filter-dropdown-panel .filter-dropdown-loading{padding:8px 10px;font-size:13px;color:#0d0e1199}.procedures-page .search-container .procedures-multi-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:max-content;min-width:180px;max-width:360px;height:auto;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.procedures-page .search-container .procedures-multi-dropdown-scroll.custom-scrollbar-container{flex:0 0 auto;height:auto;max-height:192px;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.procedures-page .search-container .procedures-multi-dropdown-scroll .custom-scrollbar-content{background:transparent;padding-right:0;max-height:192px}.procedures-page .search-container .procedures-multi-dropdown-scroll .custom-scrollbar-track{right:0}.procedures-page .search-container .procedures-multi-dropdown-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.procedures-page .search-container .procedures-multi-dropdown-item:hover{background:#0c8ce914}.procedures-page .search-container .procedures-multi-dropdown-item>span:last-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procedures-page .search-container .procedures-multi-dropdown-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.procedures-page .search-container .procedures-multi-dropdown-check{width:12px;height:12px;display:block}.procedures-page .content-block{position:fixed;top:204px;left:96px;right:16px;bottom:16px;border-radius:16px;background-color:#eee;padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden;z-index:1}.procedures-page .procedures-content-row{min-height:64px;padding:24px 32px 32px 40px;background-color:#fdfdff;box-shadow:0 2px 12px #0c8ce90d;display:grid;grid-template-columns:.8fr 1fr 1fr .96fr .8fr .92fr;column-gap:16px;align-items:center;box-sizing:border-box;width:100%}.procedures-page .procedures-content-row-label{height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11cc;letter-spacing:0;text-align:left;box-sizing:border-box;min-width:0}.procedures-page .procedures-sort-icon{width:20px;height:20px;display:block}.procedures-page .content-items-wrapper{flex:1;padding:0 16px 16px 24px;background-color:#fdfdff;box-sizing:border-box;min-height:0;overflow:hidden;--csb-track-padding-bottom: 16px}.procedures-page .content-items-wrapper .custom-scrollbar-content{display:flex;flex-direction:column;gap:4px;height:100%;overflow-y:auto;overflow-x:hidden}.procedures-page .procedure-item{width:100%;min-height:64px;padding:16px;border-radius:12px;background-color:#0c8ce90d;display:grid;grid-template-columns:.8fr 1fr 1fr .96fr .8fr .92fr;column-gap:16px;align-items:center;box-sizing:border-box;flex-shrink:0;position:relative;min-width:0}.procedures-page .procedure-item:hover{background-color:#0c8ce914}.procedures-page .procedure-item.procedure-item-two-lines{min-height:104px;height:104px}.procedures-page .procedure-item.procedure-item-two-lines .procedure-cell{align-items:center}.procedures-page .procedure-item.procedure-item-two-lines .procedure-cell:nth-child(2){align-items:flex-start}.procedures-page .procedure-item.procedure-item-clickable{cursor:pointer}.procedures-page .procedure-item.procedure-item-clickable:hover{background-color:#0c8ce91f}.procedures-page .procedure-item.procedure-item-skeleton{pointer-events:none}@keyframes procedures-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.procedures-page .procedure-skeleton-cell{background:linear-gradient(90deg,#0c8ce914,#0c8ce92e,#0c8ce914);background-size:200% 100%;animation:procedures-skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px;min-height:20px}.procedures-page .procedure-cell{min-height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;letter-spacing:0;text-align:left;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;display:flex;align-items:center;min-width:0}.procedures-page .status-badge{width:fit-content;height:32px;padding:4px 8px;border-radius:8px;background-color:#0c8ce9;display:flex;flex-direction:row;align-items:center;justify-content:center;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#fff;letter-spacing:0;white-space:nowrap}.procedures-page .status-badge.status-badge-clickable{cursor:pointer;transition:opacity .2s}.procedures-page .status-badge.status-badge-clickable:hover{opacity:.8}.procedures-page .procedures-infinite-sentinel{min-height:1px;padding:8px 0 16px}.procedures-page .procedures-infinite-status,.procedures-page .procedures-infinite-retry{width:100%;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199}.procedures-page .procedures-infinite-retry{border:none;background:transparent;cursor:pointer;color:#0c8ce9}.procedures-page .procedures-infinite-retry:hover{text-decoration:underline}.procedures-page .procedures-notifications-panel{position:fixed;top:96px;left:84px;width:432px;height:676px;border-radius:16px;background:#fdfdff;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;z-index:120;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.procedures-page .procedures-notifications-header{display:flex;align-items:center;justify-content:space-between;min-height:44px}.procedures-page .procedures-notifications-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:32px;color:#0d0e11;width:152px;height:32px}.procedures-page .procedures-notifications-close{border:none;background:transparent;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.procedures-page .procedures-notifications-close img{width:24px;height:24px;display:block}.procedures-page .procedures-notifications-list{display:flex;flex-direction:column;flex:1;min-height:0;gap:16px;overflow-x:hidden;overflow-y:auto}.procedures-page .procedures-notification-card{border-radius:16px;background:#0c8ce90d;width:100%;flex-shrink:0;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.procedures-page .procedures-notification-card-message{flex-shrink:0}.procedures-page .procedures-notification-card-active{background:#0c8ce90d}.procedures-page .procedures-notification-card-header{display:flex;align-items:center;justify-content:space-between}.procedures-page .procedures-notification-card-title{display:flex;align-items:flex-start;gap:4px;min-width:0;flex:1}.procedures-page .procedures-notification-card-title-icon{width:24px;height:24px;display:block;flex-shrink:0}.procedures-page .procedures-notification-card-title-text{min-width:0;flex:1;min-height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;overflow-wrap:anywhere;word-break:break-word}.procedures-page .procedures-notification-remove{border:none;background:transparent;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.procedures-page .procedures-notification-remove img{width:24px;height:24px;display:block}.procedures-page .procedures-notification-meta{border-radius:12px;background:#0c8ce90d;padding:12px;display:flex;flex-direction:column;gap:6px}.procedures-page .procedures-notification-meta-row{display:flex;align-items:center;gap:8px;justify-content:space-between;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;color:#0d0e11}.procedures-page .procedures-notification-meta-row span:first-child{width:120px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;flex-shrink:0;text-align:left;display:flex;align-items:center;justify-content:flex-start}.procedures-page .procedures-notification-meta-row span:last-child{width:184px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:left;display:flex;align-items:center;justify-content:flex-start}.procedures-page .procedures-notification-accept{width:368px;height:52px;border:none;border-radius:12px;background:#0c8ce9;color:#fff;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;align-self:center}.procedures-page .procedures-notification-report{border-radius:12px;background:#0c8ce914;padding:12px}.procedures-page .procedures-notification-report-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:48px;gap:8px}.procedures-page .procedures-notification-report-title{width:120px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199;flex-shrink:0;text-align:left;display:flex;align-items:center;justify-content:flex-start}.procedures-page .procedures-notification-report-text{width:100%;min-height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:left;display:block;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.procedures-page .procedures-notification-message{width:100%;border-radius:12px;background:#0c8ce914;padding:12px;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.procedures-page .procedures-notification-message-link{color:#0c8ce9;text-decoration:underline;overflow-wrap:anywhere;word-break:break-word}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0d0e111a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:40px}.modal-content-wrapper{position:relative;overflow:visible}.modal-overlay-right .modal-content-wrapper{height:100%;display:flex;align-items:stretch}.modal-content{width:768px;min-height:868px;max-height:90vh;background-color:#fdfdff;border-radius:24px;padding:40px 8px 40px 40px;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;position:relative}.modal-close-icon-wrapper{position:absolute;top:0;right:-40px;z-index:1001}.modal-close-icon{width:24px;height:24px;cursor:pointer;transition:opacity .2s}.modal-close-icon:hover{opacity:.7}.modal-title{flex-shrink:0;margin-bottom:0}.modal-scrollbar-container{flex:1;min-height:0;overflow:hidden;position:relative}.modal-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11;margin:0;padding:0;white-space:nowrap;box-sizing:border-box;width:379px;height:36px}.modal-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11;margin:24px 0 0;padding:0;text-align:left;box-sizing:border-box}.success-modal-wrapper{width:768px;max-width:calc(100vw - 80px);min-height:236px;height:auto;background-color:#fdfdff;border-radius:24px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:0;box-sizing:border-box;position:relative;margin:0 auto}.success-modal-close-icon{position:absolute;top:0;right:-40px;width:24px;height:24px;cursor:pointer;transition:opacity .2s}.success-modal-close-icon:hover{opacity:.7}.modal-overlay-center{align-items:center;justify-content:center;padding:40px;box-sizing:border-box}.modal-overlay-right{align-items:stretch;justify-content:flex-end;padding:0}.success-modal-close{position:absolute;top:40px;right:40px;width:24px;height:24px;border:none;background:transparent;font-size:24px;line-height:24px;color:#0d0e11;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;outline:none}.success-modal-close:hover{opacity:.7}.success-modal-close:focus,.success-modal-close:active,.success-modal-close:focus-visible{outline:none;box-shadow:none}.success-modal-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:40px;font-weight:500;font-style:normal;line-height:44px;letter-spacing:0;color:#0d0e11;margin:0 0 12px;padding:0;min-height:44px;height:auto;width:100%;max-width:688px;box-sizing:border-box;text-align:center;overflow-wrap:anywhere;word-break:break-word}.success-modal-message{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;font-style:normal;line-height:24px;letter-spacing:0;color:#0d0e11;margin:0;padding:0;width:100%;max-width:688px;min-height:24px;height:auto;text-align:center;box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word}.success-modal-buttons{display:flex;flex-direction:row;justify-content:center;gap:16px;margin-top:24px;width:100%;max-width:688px;flex-shrink:0}.success-modal-buttons:has(.success-modal-button:only-child) .success-modal-button{width:100%}.success-modal-button{width:336px;height:52px;padding:16px 20px;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;outline:none;transition:opacity .2s;border:none}.success-modal-button:focus,.success-modal-button:active,.success-modal-button:focus-visible{outline:none;box-shadow:none}.success-modal-button.success-modal-button-secondary{background-color:transparent;color:#0c8ce9;border:1px solid #0c8ce9}.success-modal-button.success-modal-button-secondary:hover{opacity:.7}.success-modal-button.success-modal-button-primary{background-color:#0c8ce9;color:#f6f6f6}.success-modal-button.success-modal-button-primary:hover{opacity:.9}.procedures-schedule-page{min-height:100vh;width:100%;background-color:#eff4f8;position:relative}.procedures-schedule-page .home-page-logo,.procedures-schedule-page .city-selector,.procedures-schedule-page .procedures-schedule-branch-selector{position:absolute}.procedures-schedule-page .search-block-center{position:fixed;top:16px;left:50%;transform:translate(-50%);width:220px;height:52px;display:flex;align-items:center;z-index:10}.procedures-schedule-page .search-block-center .search-input-wrapper{width:220px;height:52px}.procedures-schedule-page .search-block-center .search-input{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;background-color:#0c8ce90d;padding-left:46px}.procedures-schedule-page .search-block-center .search-input::placeholder{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199}.procedures-schedule-page .create-card-button.button-secondary{box-sizing:border-box;border:1px solid #0c8ce9;color:#0c8ce9;height:52px;background-color:#fff}.procedures-schedule-page .register-client-button.button-primary{height:52px}.procedures-schedule-page .procedures-schedule-header{position:fixed;top:92px;left:96px;display:flex;align-items:center;gap:8px;z-index:10}.procedures-schedule-page .procedures-schedule-back{width:32px;height:32px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:8px;gap:4px;box-sizing:border-box}.procedures-schedule-page .procedures-schedule-back img{width:16px;height:16px;filter:brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(1436%) hue-rotate(179deg) brightness(98%) contrast(101%);display:block}.procedures-schedule-page .procedures-schedule-title{margin:0;width:695px;min-width:695px;flex:0 0 695px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11;white-space:nowrap}.procedures-schedule-page .procedures-schedule-filters{position:fixed;top:148px;left:96px;right:16px;display:flex;align-items:center;gap:12px;z-index:10}.procedures-schedule-page .procedures-schedule-filters-actions{margin-left:auto;display:flex;align-items:center;gap:12px;flex-shrink:0}.procedures-schedule-page .procedures-schedule-filter-action.button{width:auto;min-width:auto;height:40px;padding:12px 16px;border-radius:12px;gap:4px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0}.procedures-schedule-page .procedures-schedule-export-button.button-secondary{border:1px solid #0c8ce9;background-color:#fdfdff;color:#0c8ce9}.procedures-schedule-page .procedures-schedule-import-button.button-primary{background-color:#0c8ce9;color:#fdfdff}.procedures-schedule-page .procedures-schedule-import-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.procedures-schedule-page .procedures-schedule-doctor-search{width:220px}.procedures-schedule-page .procedures-schedule-doctor-search .search-input{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e1199;padding-left:42px}.procedures-schedule-page .procedures-schedule-doctor-search .search-input::placeholder{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e1199}.procedures-schedule-page .date-picker-wrapper{z-index:20}.procedures-schedule-page .filter-button{width:106px;height:40px;padding:12px 12px 12px 16px;border-radius:12px;border:none;background-color:#fdfdff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;cursor:pointer;box-sizing:border-box;outline:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;white-space:nowrap}.procedures-schedule-page .filter-button:focus,.procedures-schedule-page .filter-button:active,.procedures-schedule-page .filter-button:focus-visible{outline:none;box-shadow:none}.procedures-schedule-page .filter-button .filter-arrow{width:16px;height:16px;flex-shrink:0;filter:brightness(0) saturate(100%);display:block}.procedures-schedule-page .procedures-schedule-content{position:fixed;top:204px;left:96px;right:16px;bottom:16px;border-radius:24px;background-color:#fff;box-shadow:0 2px 12px #0c8ce90d;overflow:hidden;z-index:1}.procedures-schedule-page .procedures-schedule-hscroll.custom-scrollbar-container{height:100%;--csb-track-padding-left: 24px;--csb-track-padding-right: 24px}.procedures-schedule-page .procedures-schedule-hscroll .custom-scrollbar-content{background-color:transparent;height:100%}.procedures-schedule-page .procedures-schedule-content-inner{height:100%;min-height:100%;display:inline-flex;flex-direction:column;vertical-align:top;min-width:100%;padding:24px 32px 28px 24px;box-sizing:border-box}.procedures-schedule-page .procedures-schedule-table{width:100%;min-width:1476px;flex:1;min-height:0;display:flex;flex-direction:column;border-radius:16px;overflow:visible;border:1px solid rgba(12,140,233,.2);position:relative}.procedures-schedule-page .psc-patient-column-bg{position:absolute;top:0;left:0;bottom:0;width:264px;height:auto;background-color:#0c8ce90d;border-radius:16px 0 0 16px;z-index:0;pointer-events:none}.procedures-schedule-page .procedures-schedule-table-header{display:grid;grid-template-columns:264px 120px repeat(6,minmax(184px,1fr));width:100%;height:80px;flex:0 0 80px;background-color:#0c8ce90d;position:relative;border-radius:16px 16px 0 0;overflow:hidden}.procedures-schedule-page .procedures-schedule-table-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background-color:#0c8ce933}.procedures-schedule-page .procedures-schedule-table-scroll.custom-scrollbar-container{flex:1;min-height:0;--csb-track-padding-top: 0px;--csb-track-padding-bottom: 0px}.procedures-schedule-page .procedures-schedule-table-scroll .custom-scrollbar-content{padding:0;background-color:transparent;border-radius:0 0 16px 16px;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden}.procedures-schedule-page .procedures-schedule-table-scroll .custom-scrollbar-track{right:-28px;width:4px}.procedures-schedule-page .procedures-schedule-table-scroll .custom-scrollbar-thumb{width:4px}.procedures-schedule-page .procedures-schedule-table-body{width:100%}.procedures-schedule-page .procedures-schedule-table-row--empty{grid-column:1/-1;min-height:72px;background-color:#fdfdff}.procedures-schedule-page .procedures-schedule-table-header .psc-cell{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:center;justify-content:center;align-items:flex-start;background-color:#0c8ce90d}.procedures-schedule-page .procedures-schedule-table-header .psc-cell.psc-cell-birth-date,.procedures-schedule-page .procedures-schedule-table-header .psc-cell.psc-cell-staff{padding-top:30px;padding-bottom:0}.procedures-schedule-page .procedures-schedule-table-header .psc-cell.psc-cell-patient{justify-content:center;align-items:center;text-align:center;padding:12px}.procedures-schedule-page .psc-header-text{height:20px;line-height:20px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.procedures-schedule-page .procedures-schedule-table-header .psc-cell.psc-cell-staff .psc-header-text{width:58px}.procedures-schedule-page .procedures-schedule-table-row{display:grid;grid-template-columns:264px 120px repeat(6,minmax(184px,1fr));width:100%;height:64px;background-color:#0c8ce90d;position:relative}.procedures-schedule-page .procedures-schedule-table-row:nth-child(2n){background-color:#0c8ce908}.procedures-schedule-page .procedures-schedule-table-row:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:1px;background-color:#0c8ce933}.procedures-schedule-page .procedures-schedule-table-row .psc-cell{padding:12px}.procedures-schedule-page .psc-cell{padding:16px 12px;box-sizing:border-box;border-right:1px solid rgba(12,140,233,.2);display:flex;height:100%;position:relative;z-index:1;align-items:center;justify-content:center;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11cc}.procedures-schedule-page .psc-cell.psc-cell-patient{justify-content:flex-start;text-align:left;padding:12px;align-items:flex-start}.procedures-schedule-page .psc-cell:last-child{border-right:none}.procedures-schedule-page .procedures-schedule-table-row .psc-cell.psc-cell-patient{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d}.procedures-schedule-page .psc-patient-box{width:240px;height:40px;display:flex;align-items:center;overflow:hidden}.procedures-schedule-page .psc-patient-text{width:240px;display:block}.procedures-schedule-page .procedures-schedule-table-row .psc-cell.psc-cell-birth-date{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11}.procedures-schedule-page .psc-assign-button,.procedures-schedule-page .psc-replace-button{width:160px;height:40px;border-radius:12px;border:1px solid #0c8ce9;background-color:#0c8ce90d;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.procedures-schedule-page .psc-replace-button{background-color:#0c8ce90d}.procedures-schedule-page .psc-assignee{width:100%;display:flex;align-items:center;gap:8px;min-width:0}.procedures-schedule-page .psc-assignee-avatar{width:24px;height:24px;border-radius:8px;object-fit:cover;flex-shrink:0}.procedures-schedule-page .psc-assignee-name{min-width:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;flex:1;white-space:normal;overflow-wrap:anywhere;word-break:break-all;-webkit-hyphens:none;hyphens:none;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-align:left}.procedures-schedule-import-type-modal{width:768px;min-height:296px;border-radius:16px;gap:24px}.procedures-schedule-import-type-modal .success-modal-title{width:100%;max-width:688px;min-height:36px;height:auto;font-size:32px;line-height:36px;margin:0}.procedures-schedule-import-type-modal .success-modal-message{margin:0}.procedures-schedule-import-type-options{width:100%;max-width:688px;min-height:44px;padding:4px;border-radius:12px;background-color:#0c8ce90d;display:flex;align-items:stretch;gap:4px;box-sizing:border-box}.procedures-schedule-import-type-option{flex:1 1 0;min-width:0;min-height:36px;border:none;background:transparent;padding:8px 12px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0c8ce9;text-decoration:none;transition:all .2s ease}.procedures-schedule-import-type-option--active{background-color:#0c8ce9;color:#f6f6f6}.procedures-schedule-import-type-actions{width:100%;max-width:688px}.procedures-schedule-import-type-submit{width:100%}.procedures-schedule-import-type-submit:disabled{background-color:#0c8ce933;color:#fdfdffcc;opacity:1;cursor:not-allowed}.procedures-schedule-import-success-modal,.procedures-schedule-import-repeat-success-modal,.procedures-schedule-import-error-modal{min-height:236px}.procedures-schedule-import-success-modal .success-modal-title,.procedures-schedule-import-repeat-success-modal .success-modal-title,.procedures-schedule-import-error-modal .success-modal-title{width:100%;max-width:688px;height:auto;min-height:36px;font-size:32px;line-height:36px;text-align:center;margin-left:auto;margin-right:auto}.procedures-schedule-import-success-modal .success-modal-message,.procedures-schedule-import-repeat-success-modal .success-modal-message,.procedures-schedule-import-error-modal .success-modal-message{width:100%;max-width:688px;height:auto;min-height:24px;text-align:center;margin:12px auto 0}.procedures-schedule-import-repeat-success-modal{height:228px;justify-content:center}.procedures-schedule-import-repeat-success-modal .success-modal-title{margin-bottom:0}.procedures-schedule-import-success-actions{margin-top:24px;width:100%}.procedures-schedule-import-success-actions .success-modal-button{width:100%}.procedures-schedule-import-error-actions{margin-top:24px;width:100%;display:flex;gap:12px}.procedures-schedule-import-error-actions .success-modal-button{flex:1;width:auto}.procedures-schedule-export-modal{width:768px;min-height:236px}.procedures-schedule-export-modal .success-modal-title{width:100%;max-width:688px;height:auto;min-height:0;font-size:32px;line-height:36px;text-align:center;margin:0 auto 12px}.procedures-schedule-export-modal .success-modal-message{width:100%;max-width:688px;height:auto;min-height:0;text-align:center;margin:0 auto}.procedures-schedule-export-progress{margin-top:24px;width:100%;height:52px;border-radius:999px;background-color:#0c8ce91f;display:flex;align-items:center;justify-content:center}.procedures-schedule-export-progress-spinner{width:28px;height:28px;border-radius:999px;border:3px solid rgba(255,255,255,.45);border-top-color:#fff;animation:proceduresScheduleExportSpin .9s linear infinite}@keyframes proceduresScheduleExportSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.procedures-schedule-export-actions{margin-top:24px;width:100%}.procedures-schedule-export-actions .success-modal-button{width:100%}.procedure-form-content{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-top:24px;width:100%}.procedure-form-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11;margin:0;padding:0;width:688px;height:32px;text-align:left;box-sizing:border-box}.procedure-form-field{display:flex;flex-direction:row;align-items:flex-start;gap:40px;width:100%}.procedure-form-field:has(.procedure-form-select-open){position:relative;z-index:1001}.procedure-form-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;width:120px;min-height:52px;margin:0;padding:16px 0 0;flex-shrink:0;display:flex;align-items:flex-start;justify-content:flex-start;text-align:left;box-sizing:border-box}.procedure-form-select-wrapper{flex:1;position:relative}.procedure-form-select-wrapper.procedure-form-select-wrapper-open{z-index:1002}.procedure-form-select{width:100%;height:52px;padding:16px 48px 16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230D0E11' stroke-opacity='0.6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 20px center;cursor:pointer}.procedure-form-select:focus{background-color:#0c8ce90d;border:1px solid transparent;outline:none}.procedure-form-select:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.procedure-form-select option{background-color:#fff;color:#0d0e11}.procedure-form-select option[value=""]{color:#0d0e1199}.procedure-form-select.procedure-form-select-custom{display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;text-align:left;background-image:none;color:#0d0e11}.procedure-form-select.procedure-form-select-custom.procedure-form-select-open{border-color:#0c8ce9}.procedure-form-select.procedure-form-select-custom>span:first-of-type{color:#0d0e11}.procedure-form-select.procedure-form-select-custom .procedure-form-select-badge{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background-color:#0c8ce9;color:#fff;font-size:11px;font-weight:500;line-height:16px;flex-shrink:0}.procedure-form-select.procedure-form-select-custom .procedure-form-select-arrow{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#0d0e1199;transition:transform .2s;pointer-events:none;flex-shrink:0}.procedure-form-select.procedure-form-select-custom.procedure-form-select-open .procedure-form-select-arrow{transform:translateY(-50%) rotate(180deg)}.procedure-form-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:528px;min-height:auto;max-height:none;border-radius:16px;background-color:#fdfdff;padding:8px;gap:8px;display:flex;flex-direction:column;box-sizing:border-box;z-index:1000;overflow-y:visible;overflow-x:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.procedure-form-dropdown-item{display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .2s}.procedure-form-dropdown-item:hover{background-color:#0c8ce90d}.procedure-form-dropdown-item.procedure-form-dropdown-item-selected{background-color:transparent}.procedure-form-dropdown-item.procedure-form-dropdown-item-selected .procedure-form-dropdown-text{color:#0d0e11}.procedure-form-dropdown-checkbox-wrapper{position:relative;width:16px;height:16px;flex-shrink:0}.procedure-form-dropdown-checkbox{position:absolute;top:0;left:0;width:16px;height:16px;margin:0;cursor:pointer;opacity:0;z-index:3}.procedure-form-dropdown-checkbox-custom{position:absolute;top:0;left:0;width:16px;height:16px;border:1px solid rgba(13,14,17,.2);border-radius:4px;background-color:transparent;pointer-events:none;z-index:1}.procedure-form-dropdown-item-selected .procedure-form-dropdown-checkbox-custom{background-color:#0c8ce9;border-color:#0c8ce9}.procedure-form-dropdown-check-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:11px;height:8px;display:none;pointer-events:none;z-index:2}.procedure-form-dropdown-item-selected .procedure-form-dropdown-check-icon{display:block}.procedure-form-dropdown-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:0%;color:#0d0e11;flex:1;text-align:left}.procedure-form-dropdown-item-selected .procedure-form-dropdown-text{color:#fff}.procedure-form-dropdown-divider{width:512px;height:1px;border-radius:9999px;background-color:#0c8ce91a;margin:0 0 8px;flex-shrink:0}.procedure-form-input{flex:1;height:52px;padding:16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;background-color:#0c8ce90d;box-sizing:border-box;outline:none}.procedure-form-input::placeholder{color:#0d0e1199}.procedure-form-input:focus{background-color:#0c8ce90d;border-color:#0c8ce9;outline:none}.procedure-form-input:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.procedure-form-button{width:100%;height:52px;padding:16px 20px;border:none;border-radius:16px;background-color:#0d0e1133;color:#f6f6f6;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:not-allowed;display:flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;outline:none;margin-top:12px;transition:background-color .2s,color .2s}.procedure-form-button:focus,.procedure-form-button:active,.procedure-form-button:focus-visible{outline:none;box-shadow:none}.procedure-form-button:disabled{background-color:#0c8ce933;color:#f6f6f6;cursor:not-allowed;opacity:1}.procedure-form-button.procedure-form-button-active{background-color:#0c8ce9;color:#f6f6f6;cursor:pointer}.procedure-form-button.procedure-form-button-active:hover{opacity:.9}.procedure-reschedule-description{margin:0 0 16px;color:#5b6472;font-size:14px;line-height:20px}.procedure-reschedule-copy-options{display:flex;flex-direction:column;gap:10px;margin:16px 0}.procedure-reschedule-copy-title{font-size:14px;font-weight:500;color:#0d0e11}.procedure-reschedule-copy-option{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:20px;color:#0d0e11;cursor:pointer}.procedure-reschedule-error{margin:0 0 12px;color:#d92d20;font-size:14px;line-height:20px}.procedure-edit-success-actions{margin-top:24px;width:100%}.procedure-edit-success-actions .success-modal-button{width:100%}.procedure-edit-success-modal{width:768px;height:228px}.procedure-edit-success-modal .success-modal-title{width:312px;height:36px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:32px;line-height:36px;letter-spacing:0;color:#0d0e11;text-align:center;margin-left:auto;margin-right:auto}.procedure-edit-success-modal .success-modal-message{width:688px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:15px;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:center}.surgeon-assigned-success-actions{margin-top:24px;width:100%}.surgeon-assigned-success-actions .success-modal-button{width:100%}.surgeon-assigned-success-modal .success-modal-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:32px;line-height:36px;letter-spacing:0;color:#0d0e11;text-align:center;margin-left:auto;margin-right:auto}.modal-content.modal-cancel-procedure{width:768px;min-height:388px;padding-right:40px}.modal-cancel-procedure-title{width:100%;text-align:left}.modal-cancel-procedure-content{display:flex;flex-direction:column;margin-top:24px}.modal-cancel-procedure-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;color:#0d0e11;margin-bottom:16px}.modal-cancel-procedure-textarea{width:100%;min-height:180px;border:1px solid rgba(12,140,233,.2);border-radius:16px;padding:16px 20px;background-color:#0c8ce90d;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;box-sizing:border-box;resize:none;outline:none;margin-bottom:24px;transition:border-color .2s}.modal-cancel-procedure-textarea:focus,.modal-cancel-procedure-textarea:focus-visible{border-color:#0c8ce9;outline:none}.modal-cancel-procedure-textarea::placeholder{color:#0d0e1180}.modal-cancel-procedure-actions{display:flex;gap:12px;width:100%}.modal-cancel-procedure-close,.modal-cancel-procedure-submit{flex:1;height:52px;border-radius:16px;padding:16px 20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;cursor:pointer}.modal-cancel-procedure-close{border:1px solid #0c8ce9;background-color:transparent;color:#0c8ce9}.modal-cancel-procedure-submit{border:none;background-color:#0c8ce9;color:#f6f6f6}.modal-cancel-procedure-submit:disabled,.modal-cancel-procedure-close:disabled{cursor:not-allowed}.modal-cancel-procedure-submit:disabled{background-color:#0c8ce94d;color:#f6f6f6}.procedure-cancelled-info-modal{width:768px;min-height:236px}.procedure-cancelled-info-modal .success-modal-title{width:334px;height:36px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:32px;line-height:36px;letter-spacing:0;color:#0d0e11;margin:0 auto;text-align:center}.procedure-cancelled-info-modal .success-modal-message{width:688px;min-height:48px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:15px;line-height:24px;letter-spacing:0;color:#0d0e11;margin:12px auto 0;text-align:center}.procedure-cancelled-info-actions{margin-top:24px;width:100%;display:flex;gap:12px;justify-content:center}.procedure-cancelled-info-actions .success-modal-button{flex:0 0 336px;width:336px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0}.modal-content.procedure-zone-add-modal{position:relative;width:1360px;max-width:calc(100vw - 80px);height:820px;max-height:calc(100vh - 80px);min-height:0;padding:32px;border-radius:16px;background-color:#fdfdff;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box;overflow:hidden}.procedure-zone-add-modal-body{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:12px;min-height:0;width:100%;pointer-events:none}.procedure-zone-add-modal-footer{pointer-events:none}.procedure-zone-add-modal-header{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;pointer-events:none}.procedure-zone-add-modal-header>*{pointer-events:auto}.procedure-zone-add-modal-content{position:relative;flex:1;width:100%;min-height:0;box-sizing:border-box;pointer-events:none}.procedure-zone-add-modal-head-preview{position:absolute;top:-10px;left:50%;z-index:1;width:1164px;max-width:calc(100% - 132px);height:776px;max-height:calc(100% + 20px);transform:translate(-50%);pointer-events:none}.procedure-zone-add-modal-head-stage{width:100%;height:100%}.procedure-zone-add-modal-head-canvas{position:relative;width:100%;height:100%;aspect-ratio:1164/776;pointer-events:auto}.procedure-zone-add-modal-head-preview-image{width:100%;height:100%;display:block;object-fit:contain}.procedure-zone-add-modal-head-preview-image.is-mirrored{transform:scaleX(-1)}.procedure-zone-add-modal-head-zone-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;pointer-events:none}.procedure-zone-add-modal-head-zone{cursor:pointer;outline:none;pointer-events:auto}.procedure-zone-add-modal-head-zone path{transition:fill-opacity .15s ease,stroke-width .15s ease}.procedure-zone-add-modal-head-zone-badge{pointer-events:none}.procedure-zone-add-modal-head-zone-badge-label{fill:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:16px;pointer-events:none;-webkit-user-select:none;user-select:none}.procedure-zone-add-modal-head-zone-badge-label--plain{font-size:16px;font-weight:600;line-height:20px;paint-order:stroke fill;stroke:#0d0e1159;stroke-width:2px}.procedure-zone-head-zone-popover{position:absolute;z-index:20;display:flex;flex-direction:column;gap:12px;width:356px;height:252px;padding:16px;border-radius:16px;background-color:#fdfdff;box-shadow:0 8px 32px #0d0e111f;box-sizing:border-box;pointer-events:auto;isolation:isolate}.procedure-zone-head-zone-popover--below.procedure-zone-head-zone-popover--align-center{transform:translate(-50%,20px)}.procedure-zone-head-zone-popover--below.procedure-zone-head-zone-popover--align-start{transform:translate(16px,20px)}.procedure-zone-head-zone-popover--below.procedure-zone-head-zone-popover--align-end{transform:translate(calc(-100% - 16px),20px)}.procedure-zone-head-zone-popover--below:before{content:"";position:absolute;top:-8px;width:16px;height:16px;background-color:#fdfdff;box-shadow:-2px -2px 4px #0d0e110a;transform:rotate(45deg)}.procedure-zone-head-zone-popover--below.procedure-zone-head-zone-popover--align-center:before{left:50%;margin-left:-8px}.procedure-zone-head-zone-popover--below.procedure-zone-head-zone-popover--align-start:before{left:24px}.procedure-zone-head-zone-popover--below.procedure-zone-head-zone-popover--align-end:before{right:24px}.procedure-zone-head-zone-popover--above.procedure-zone-head-zone-popover--align-center{transform:translate(-50%,calc(-100% - 20px))}.procedure-zone-head-zone-popover--above.procedure-zone-head-zone-popover--align-start{transform:translate(16px,calc(-100% - 20px))}.procedure-zone-head-zone-popover--above.procedure-zone-head-zone-popover--align-end{transform:translate(calc(-100% - 16px),calc(-100% - 20px))}.procedure-zone-head-zone-popover--above:before{content:"";position:absolute;bottom:-8px;width:16px;height:16px;background-color:#fdfdff;box-shadow:2px 2px 4px #0d0e110a;transform:rotate(45deg)}.procedure-zone-head-zone-popover--above.procedure-zone-head-zone-popover--align-center:before{left:50%;margin-left:-8px}.procedure-zone-head-zone-popover--above.procedure-zone-head-zone-popover--align-start:before{left:24px}.procedure-zone-head-zone-popover--above.procedure-zone-head-zone-popover--align-end:before{right:24px}.procedure-zone-head-zone-popover-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;color:#0d0e11}.procedure-zone-head-zone-popover-body{display:flex;flex:1;flex-direction:column;gap:12px;min-height:0}.procedure-zone-head-zone-popover-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1180}.procedure-zone-head-zone-popover-counter{display:flex;align-items:center;gap:8px;width:100%}.procedure-zone-head-zone-popover-counter-btn{flex:1;height:40px;border:none;border-radius:12px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;color:#fdfdff;cursor:pointer}.procedure-zone-head-zone-popover-counter-btn--minus{background-color:#0c8ce94d}.procedure-zone-head-zone-popover-counter-btn--minus.is-active,.procedure-zone-head-zone-popover-counter-btn--minus:not(:disabled){background-color:#0c8ce9}.procedure-zone-head-zone-popover-counter-btn--minus:disabled{cursor:not-allowed}.procedure-zone-head-zone-popover-counter-btn--plus{background-color:#0c8ce9}.procedure-zone-head-zone-popover-counter-btn:not(:disabled):active{opacity:.85}.procedure-zone-head-zone-popover-counter-input{flex:1;min-width:0;height:40px;border:none;background:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;color:#0d0e11;text-align:center;outline:none}.procedure-zone-head-zone-popover-quick-buttons{display:flex;flex-wrap:nowrap;gap:8px;width:100%}.procedure-zone-head-zone-popover-quick-btn{flex:1 1 0;min-width:0;height:40px;padding:8px 4px;border:1px solid #0c8ce9;border-radius:12px;background-color:#0c8ce90d;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;color:#0c8ce9;cursor:pointer;box-sizing:border-box;white-space:nowrap}.button.procedure-zone-head-zone-popover-add{width:100%;min-width:100%;height:44px;min-height:44px;margin-top:auto;border-radius:12px;flex-shrink:0}.procedure-zone-add-modal-switcher{display:flex;align-items:center;width:fit-content;height:44px;padding:4px;gap:4px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-zone-add-modal-switch{height:36px;padding:8px 12px;border:none;border-radius:8px;background-color:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0c8ce9;cursor:pointer;white-space:nowrap;transition:background-color .2s,color .2s}.procedure-zone-add-modal-switch.is-active{background-color:#0c8ce9;color:#fff}.procedure-zone-add-modal-view-switcher{flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;width:88px;padding:4px;gap:4px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-zone-add-modal-view-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%;min-height:100px;padding:8px 4px;border:none;border-radius:12px;background-color:transparent;cursor:pointer;box-sizing:border-box;transition:background-color .2s}.procedure-zone-add-modal-view-option.is-active{background-color:#0c8ce9}.procedure-zone-add-modal-view-option.is-active .procedure-zone-add-modal-view-label{color:#fff}.procedure-zone-add-modal-view-icon{width:48px;height:48px;object-fit:contain;display:block}.procedure-zone-add-modal-view-icon.is-mirrored{transform:scaleX(-1)}.procedure-zone-add-modal-view-label{width:64px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;line-height:16px;letter-spacing:0;text-align:center;color:#0d0e1199}.procedure-zone-add-modal-summary{position:absolute;top:0;left:0;z-index:1;pointer-events:auto;display:flex;flex-direction:column;align-items:stretch;width:320px;max-height:calc(100% - 12px);overflow:hidden;box-sizing:border-box}.procedure-zone-add-modal-summary-title{flex-shrink:0;width:100%;margin:0 0 8px;padding:0;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;text-align:left;color:#0d0e11}.procedure-zone-add-modal-summary-scroll{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.procedure-zone-add-modal-summary-scrollbar.custom-scrollbar-container{flex:1 1 auto;min-height:0;width:100%;height:100%;max-height:100%}.procedure-zone-add-modal-summary-scrollbar .custom-scrollbar-content{background-color:transparent;padding-right:8px}.procedure-zone-add-modal-summary-scrollbar .custom-scrollbar-track{right:4px;top:4px;bottom:4px}.procedure-zone-add-modal-summary-scrollbar .custom-scrollbar-thumb{background-color:#0c8ce966}.procedure-zone-add-modal-summary-sections{display:flex;flex-direction:column;gap:8px;width:100%}.procedure-zone-add-modal-summary-section{display:flex;flex-direction:column;gap:4px;width:100%;padding:8px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-zone-add-modal-summary-section.is-mismatch{background-color:#d5442114}.procedure-zone-add-modal-summary-section.is-mismatch .procedure-zone-add-modal-summary-section-total,.procedure-zone-add-modal-summary-section.is-mismatch .procedure-zone-add-modal-summary-item-value{color:#d54421}.procedure-zone-add-modal-summary-section-header{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:4px 4px 4px 8px;border:none;border-radius:8px;background:transparent;cursor:pointer;box-sizing:border-box;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;font-style:normal;line-height:20px;letter-spacing:0;color:#0d0e11}.procedure-zone-add-modal-summary-section-title{flex:1 1 auto;min-width:0;font:inherit;letter-spacing:inherit;color:inherit}.procedure-zone-add-modal-summary-section-total{flex-shrink:0;font:inherit;letter-spacing:inherit;color:inherit;white-space:nowrap}.procedure-zone-add-modal-summary-section-arrow{width:16px;height:16px;flex-shrink:0;display:block;transform:rotate(0);transition:transform .2s ease}.procedure-zone-add-modal-summary-section-arrow.is-open{transform:rotate(180deg)}.procedure-zone-add-modal-summary-section-body{display:flex;flex-direction:column;width:100%;max-height:172px;min-height:0;overflow:hidden}.procedure-zone-add-modal-summary-section-scrollbar.custom-scrollbar-container{flex:1 1 auto;width:100%;max-height:172px;min-height:0}.procedure-zone-add-modal-summary-section-scrollbar .custom-scrollbar-content{background-color:transparent;padding-right:4px}.procedure-zone-add-modal-summary-section-scrollbar .custom-scrollbar-track{right:0;top:2px;bottom:2px}.procedure-zone-add-modal-summary-section-scrollbar .custom-scrollbar-thumb{background-color:#0c8ce966}.procedure-zone-add-modal-summary-section-list{display:flex;flex-direction:column;gap:4px;width:100%}.procedure-zone-add-modal-summary-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:288px;height:40px;min-height:40px;padding:8px 12px;border-radius:8px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-zone-add-modal-summary-item-label{flex:1 1 auto;min-width:0;overflow-wrap:anywhere;word-break:break-word;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;font-style:normal;line-height:16px;letter-spacing:0;color:#3d3e41;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.procedure-zone-add-modal-summary-item-value{flex-shrink:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;font-style:normal;line-height:16px;letter-spacing:0;color:#0d0e11;white-space:nowrap;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.procedure-zone-add-modal-footer{position:relative;z-index:5;flex-shrink:0;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;width:100%;margin-top:auto;padding-top:8px;pointer-events:none}.procedure-zone-add-modal-legend,.procedure-zone-add-modal-footer-actions{pointer-events:auto}.procedure-zone-add-modal-legend{display:flex;flex-direction:column;gap:12px;padding:16px 20px;border-radius:16px;background-color:#0d0e110a;box-sizing:border-box}.procedure-zone-add-modal-legend-item{display:flex;align-items:center;gap:8px}.procedure-zone-add-modal-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.procedure-zone-add-modal-legend-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.procedure-zone-add-modal-footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto}.button.procedure-zone-add-modal-close,.button.procedure-zone-add-modal-save{width:auto;min-width:160px;height:52px;padding:16px 20px;border-radius:16px}.button.procedure-zone-add-modal-close{min-width:220px;color:#0c8ce9;border-color:#0c8ce9;background-color:#0c8ce90d}.button.procedure-zone-add-modal-close:hover{color:#0c8ce9;border-color:#0c8ce9;background-color:#0c8ce91a;opacity:1}.button.procedure-zone-add-modal-close:active,.button.procedure-zone-add-modal-close:focus,.button.procedure-zone-add-modal-close:focus-visible{color:#0c8ce9;border-color:#0c8ce9;background-color:#0c8ce91f}.procedure-zone-add-modal--top-view .procedure-zone-add-modal-body,.procedure-zone-add-modal--front-view .procedure-zone-add-modal-body,.procedure-zone-add-modal--left-view .procedure-zone-add-modal-body,.procedure-zone-add-modal--right-view .procedure-zone-add-modal-body,.procedure-zone-add-modal--body-view .procedure-zone-add-modal-body{gap:0}.procedure-zone-add-modal--top-view .procedure-zone-add-modal-header,.procedure-zone-add-modal--front-view .procedure-zone-add-modal-header,.procedure-zone-add-modal--left-view .procedure-zone-add-modal-header,.procedure-zone-add-modal--right-view .procedure-zone-add-modal-header,.procedure-zone-add-modal--body-view .procedure-zone-add-modal-header{position:relative;min-height:44px;margin-bottom:24px}.procedure-zone-add-modal--top-view .procedure-zone-add-modal-view-switcher,.procedure-zone-add-modal--front-view .procedure-zone-add-modal-view-switcher,.procedure-zone-add-modal--left-view .procedure-zone-add-modal-view-switcher,.procedure-zone-add-modal--right-view .procedure-zone-add-modal-view-switcher,.procedure-zone-add-modal--body-view .procedure-zone-add-modal-view-switcher{position:absolute;top:0;right:0;z-index:3}.procedure-zone-add-modal--top-view .procedure-zone-add-modal-summary,.procedure-zone-add-modal--front-view .procedure-zone-add-modal-summary,.procedure-zone-add-modal--left-view .procedure-zone-add-modal-summary,.procedure-zone-add-modal--right-view .procedure-zone-add-modal-summary,.procedure-zone-add-modal--body-view .procedure-zone-add-modal-summary{z-index:2;width:320px;max-height:calc(100% - 12px)}.procedure-zone-add-modal--left-view .procedure-zone-add-modal-footer,.procedure-zone-add-modal--right-view .procedure-zone-add-modal-footer{position:relative;z-index:5;justify-content:flex-end}.procedure-zone-add-modal--body-view .procedure-zone-add-modal-footer{position:relative;z-index:5;justify-content:space-between}.procedure-zone-add-modal--left-view .procedure-zone-add-modal-switcher{position:relative;z-index:3}.procedure-view-page .procedure-view-logo{position:absolute;top:24px;left:16px;width:52px;height:24px;z-index:10}.procedure-view-page .city-selector{position:absolute;top:16px;left:96px;display:flex;flex-direction:row;width:fit-content!important;min-width:112px;max-width:calc(100vw - 24px);height:52px;padding:12px 16px 12px 20px;border-radius:12px;background-color:#fff;gap:0;z-index:10;align-items:center;cursor:pointer}.procedure-view-page .city-selector .city-option-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;white-space:nowrap;margin-right:8px}.procedure-view-page .city-selector .city-option-arrow{width:20px;height:20px;flex-shrink:0;filter:brightness(0) saturate(100%)}.procedure-view-page .search-block-center{position:absolute;top:16px;left:50%;transform:translate(-50%);width:220px;height:52px;display:flex;align-items:center;z-index:10}.procedure-view-page .create-card-button.button-secondary{box-sizing:border-box;border:1px solid #0c8ce9;color:#0c8ce9;height:52px}.procedure-view-page .register-patient-button.button-primary{background-color:#0c8ce9;height:52px}.procedure-view-page .procedure-view-header{position:absolute;top:92px;left:96px;display:flex;flex-direction:row;align-items:center;gap:8px;z-index:10}@keyframes procedure-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.procedure-skeleton-avatar{background:linear-gradient(90deg,#0c8ce914,#0c8ce92e,#0c8ce914);background-size:200% 100%;animation:procedure-skeleton-shimmer 1.5s ease-in-out infinite;min-height:64px}.procedure-skeleton-line{background:linear-gradient(90deg,#0c8ce914,#0c8ce92e,#0c8ce914);background-size:200% 100%;animation:procedure-skeleton-shimmer 1.5s ease-in-out infinite;color:transparent!important;min-height:20px;border-radius:4px}.procedure-view-loading,.procedure-view-error{position:fixed;top:92px;left:96px;margin-top:60px;padding:16px 24px;font-size:15px;z-index:10}.procedure-view-error{color:#c00}.back-button{width:fit-content;height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#fff;border:none;cursor:pointer;text-align:left;display:flex;align-items:center;gap:4px}.back-button img{width:16px;height:16px;display:block;filter:brightness(0) invert(1)}.back-button:hover{opacity:.7}.operation-id{width:fit-content;min-width:146px;max-width:340px;min-height:44px;height:auto;padding:12px 16px;border-radius:12px;background-color:#0c8ce91a;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;white-space:normal;overflow-wrap:anywhere;word-break:break-word;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.procedure-top-tabs{position:absolute;top:92px;left:544px;right:16px;display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;z-index:20}.procedure-page-tab{height:44px;padding:12px 16px;border-radius:12px;background-color:#fff;border:none;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center;justify-content:center;transition:opacity .2s,background-color .2s}.procedure-page-tab:hover{opacity:.9}.procedure-page-tab.active{background-color:#0c8ce9;color:#fff;opacity:1}.procedure-info-panel{position:absolute;top:152px;left:544px;right:16px;bottom:16px;background-color:#fff;border-radius:24px;box-shadow:0 2px 12px #0c8ce90d;overflow:hidden;display:flex;flex-direction:column}.procedure-info-panel .checklist-fixed-button-layer{position:static;flex-shrink:0;width:100%;height:auto;min-height:92px;padding:24px;border-radius:16px 16px 0 0;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:12}.procedure-info-panel .checklist-fixed-button-layer--stacked{height:auto;min-height:92px;flex-direction:column;gap:12px;align-items:stretch}.procedure-info-panel .checklist-fixed-button{width:100%;height:44px;padding:12px 16px;border:none;border-radius:12px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;box-sizing:border-box}.procedure-info-panel .checklist-fixed-button.is-blocked{opacity:.72;cursor:wait}.procedure-info-panel .checklist-fixed-button:disabled{opacity:.72;cursor:not-allowed}.procedure-panel-scroll{flex:1;min-height:0;box-sizing:border-box;background-color:#fff}.procedure-panel-scroll.custom-scrollbar-container{background-color:#fff;--csb-track-padding-top: 24px;--csb-track-padding-bottom: 24px}.procedure-panel-scroll .custom-scrollbar-content{padding:24px;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column}.procedure-panel-scroll.procedure-panel-scroll-checklist-fill{--csb-track-padding-top: 0;--csb-track-padding-bottom: 24px}.procedure-panel-scroll.procedure-panel-scroll-checklist-fill .custom-scrollbar-content{padding:0}.procedure-panel-scroll.procedure-panel-scroll-checklist-fill .checklist-content{padding-top:0;padding-left:0;padding-right:0}.procedure-panel-scroll.procedure-panel-scroll-checklist-fill .checklist-content--with-fixed-save{height:auto;min-height:0;padding-bottom:124px}.procedure-panel-scroll.procedure-panel-scroll-checklist-fill .checklist-items--fill-form{border-radius:0;padding:16px 24px}.procedure-panel-scroll.procedure-panel-scroll-no-bottom-padding .custom-scrollbar-content{padding:24px 24px 12px}.procedure-panel-scroll.procedure-panel-scroll-stage-photos{--csb-track-padding-top: 0;--csb-track-padding-bottom: 24px}.procedure-panel-scroll.procedure-panel-scroll-stage-photos .custom-scrollbar-content{padding:24px 24px 0;min-height:100%;display:flex;flex-direction:column}.client-info-panel{position:absolute;top:152px;left:96px;bottom:16px;width:432px;background-color:#fff;border-radius:24px;box-shadow:0 2px 12px #0c8ce90d;overflow:hidden;display:flex;flex-direction:column}.client-info-scroll{flex:0 0 auto;height:calc(100% - 92px);min-height:0}.client-info-scroll.custom-scrollbar-container{height:calc(100% - 92px);--csb-track-padding-top: 24px;--csb-track-padding-bottom: 24px}.client-info-scroll .custom-scrollbar-content{padding:24px 24px 0;box-sizing:border-box;display:flex;flex-direction:column}.client-info-medical-block{margin-top:0}.client-info-header{display:flex;flex-direction:column;align-items:stretch;gap:4px}.client-info-header-right{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.client-info-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.client-more-button{width:24px;height:24px;border:none;background:transparent;padding:0;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}.client-more-button img{width:20px;height:20px;display:block;filter:brightness(0);opacity:.6}.client-more-button:hover{opacity:.8}.client-more-menu-wrapper{position:relative;flex-shrink:0}.client-more-menu{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border-radius:16px;padding:8px;width:fit-content;min-width:210px;height:fit-content;z-index:100;box-shadow:0 0 8px -4px #0d0e1108,0 0 24px -4px #0d0e1114;display:flex;flex-direction:column;gap:0}.client-more-menu-item{padding:8px 12px;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;cursor:pointer;width:fit-content;min-width:178px;height:fit-content;min-height:36px;display:flex;align-items:center;border:none;background:transparent;text-align:left}.client-more-menu-item:hover{background-color:#0c8ce91a}.client-more-menu-item--danger{color:#d54421}.client-more-menu-item--danger:hover{background-color:#d5442114}.client-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11;text-align:left;margin:0;flex:1;min-width:0}.client-status-badge{width:fit-content;max-width:100%;height:32px;padding:4px 12px;background-color:#0c8ce9;color:#fdfdff;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;white-space:nowrap}.client-info-divider{height:1px;width:100%;border-radius:9999px;background-color:#0c8ce91a;margin:20px 0}.client-info-go-to-card-button{width:100%;height:40px;min-height:40px;padding:12px 16px;border-radius:12px;border:1px solid #0c8ce9;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;color:#0c8ce9;background-color:#fff}.client-info-go-to-card-button:hover:not(:disabled){opacity:.9}.client-info-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11}.client-info-section-text{margin-top:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.info-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:12px}.info-row:last-child{margin-bottom:0}.info-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199}.info-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:right;max-width:200px}.client-info-collapse-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;border:none;padding:0;cursor:pointer}.client-info-collapse-header span{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11;text-align:left}.client-info-collapse-arrow{width:20px;height:20px;flex-shrink:0;transform:rotate(0);transition:transform .2s ease;filter:brightness(0)}.client-info-collapse-arrow.open{transform:rotate(180deg)}.client-info-fields{margin-top:16px}.client-info-fields .info-row{justify-content:flex-start;gap:40px;align-items:flex-start}.client-info-fields .info-label{width:140px;min-width:140px;height:20px;flex-shrink:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;display:flex;align-items:center}.client-info-fields .info-label.chronic-diseases-label{height:40px;align-items:flex-start}.client-info-fields .info-value{text-align:left;max-width:none;flex:1}.client-info-fields .info-age{color:#0d0e1199;margin-left:4px;white-space:nowrap}.client-info-actions{margin-top:auto;height:92px;padding:24px;display:flex;flex-direction:row;gap:10px;align-items:center;box-sizing:border-box;background-color:#fdfdff;border-radius:16px 16px 0 0;box-shadow:0 -2px 12px #0c8ce90f}.client-info-action-button{width:186px;min-width:186px;height:44px;padding:12px 16px;border-radius:16px;flex:0 0 auto}.button.button-primary.client-info-action-button{background-color:#0c8ce9;color:#fff;font-weight:500}.button.button-primary.client-info-action-button:hover:not(:disabled){opacity:.9}.button.button-primary.client-info-action-button:disabled{background-color:#0c8ce973;color:#fff;cursor:not-allowed;opacity:1;box-shadow:none;pointer-events:none}.button.button-secondary.client-info-action-button{background-color:#fff;border-color:#0c8ce9;color:#0c8ce9;font-weight:500}.button.button-secondary.client-info-action-button:hover:not(:disabled){opacity:.9}.button.button-secondary.client-info-action-button:disabled{background-color:#fff;border-color:#0c8ce973;color:#0c8ce973;cursor:not-allowed;opacity:1;box-shadow:none;pointer-events:none}.procedure-view-page .consultations-content{width:100%;flex:1;min-height:0;height:auto;margin-top:20px;padding:0;position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:0}.procedure-view-page .consultations-content .consultation-card{background-color:#0c8ce90d;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.procedure-view-page .consultations-content .consultation-card:not(:last-child){margin-bottom:8px}.procedure-view-page .consultations-content .consultation-card-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative}.procedure-view-page .consultations-content .consultation-card-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;letter-spacing:0;color:#0d0e11;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:4px}.procedure-view-page .consultations-content .consultation-card-check-icon{width:16px;height:16px;border-radius:4px;background-color:#389e0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.procedure-view-page .consultations-content .consultation-card-check-icon img{width:12px;height:12px;filter:brightness(0) invert(1)}.procedure-view-page .consultations-content .consultation-card-arrow{position:absolute;top:50%;right:0;width:20px;height:20px;display:block;flex-shrink:0;transform:translateY(-50%) rotate(90deg);transition:transform .3s ease;border:none;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.procedure-view-page .consultations-content .consultation-card-arrow.rotated{transform:translateY(-50%) rotate(-90deg)}.procedure-view-page .consultations-content .consultation-card-content{display:flex;flex-direction:column;gap:16px}.procedure-view-page .consultations-content .consultation-content-block{display:flex;flex-direction:column;width:100%;height:fit-content;border-radius:16px;padding:16px;gap:16px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-view-page .consultations-content .consultation-patient-info{display:flex;flex-direction:row;align-items:flex-start;gap:12px}.procedure-view-page .consultations-content .consultation-patient-name-wrapper{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.procedure-view-page .consultations-content .consultation-patient-name-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.procedure-view-page .consultations-content .consultation-patient-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0d0e11}.procedure-view-page .consultations-content .consultation-patient-badge{width:fit-content;height:24px;padding:4px 8px;border-radius:6px;background-color:#0c8ce91a;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;color:#0c8ce9;display:flex;align-items:center;box-sizing:border-box}.procedure-view-page .consultations-content .consultation-date-time{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0d0e11cc;white-space:nowrap}.procedure-view-page .consultations-content .consultation-sections{display:flex;flex-direction:column;gap:8px}.procedure-view-page .consultations-content .consultation-section{display:flex;flex-direction:column;gap:4px}.procedure-view-page .consultations-content .consultation-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#6f7073;text-align:left}.procedure-view-page .consultations-content .consultation-section-content{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:left}.procedure-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.procedure-panel-header--with-back{justify-content:flex-start;margin-bottom:16px}.procedure-panel-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;color:#0d0e11}.procedures-ready-button{padding:4px 8px;border-radius:8px;background-color:#0c8ce91a;border:none;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;min-width:137px;height:28px;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:4px}.procedures-ready-button.is-ready{background-color:#0c8ce9;color:#fff}.procedures-ready-button.is-not-ready{background-color:#0c8ce91a;color:#0c8ce9}.procedure-card{margin-top:16px;background-color:#0c8ce90d;border-radius:16px;padding:16px;box-sizing:border-box}.procedure-card.procedure-card-transparent{background-color:transparent;padding:0;flex:1;min-height:0;display:flex;flex-direction:column}.procedure-card.recipient-zone-outer,.procedure-card.donor-zone-outer{background-color:transparent;border-radius:0;padding:0}.procedure-card.recipient-zone-card,.procedure-card.donor-zone-card,.donor-zone-card{background-color:transparent;border-radius:0;padding:0;margin-top:0}.procedure-zone-simple{width:100%;padding:16px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;margin-top:16px}.procedure-zone-simple-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;margin:0}.procedure-zone-simple-value{width:100%;height:52px;padding:16px;border-radius:12px;background-color:#0c8ce91a;box-sizing:border-box;display:flex;align-items:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199}.procedure-zone-simple-value-text{display:flex;flex-direction:row;align-items:center;gap:8px;width:fit-content;height:20px;white-space:nowrap}.procedure-pin-code-actions{background-color:#fdfdff;border-radius:16px;padding:24px;box-shadow:0 -2px 12px #0c8ce90f;display:flex;flex-direction:column;gap:10px;box-sizing:border-box}.button.button-primary.procedure-pin-code-button{width:100%;min-width:0;height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce9;color:#fff;box-sizing:border-box}.button.button-primary.procedure-pin-code-button:hover:not(:disabled){opacity:.9}.button.button-primary.procedure-pin-code-button:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed;opacity:1}.procedure-tabs{display:flex;flex-direction:row;align-items:center;width:fit-content;height:44px;padding:4px;gap:4px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box;margin-top:12px;margin-bottom:16px}.procedure-tabs.procedure-tabs-tight{margin-bottom:0}.procedure-tab{height:36px;padding:8px 12px;border:none;border-radius:8px;background-color:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0c8ce9;cursor:pointer;transition:background-color .2s,color .2s,opacity .2s;display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.procedure-tab:hover{opacity:.9}.procedure-tab.active{background-color:#0c8ce9;color:#fff;opacity:1}.procedure-details{margin-bottom:0;display:flex;flex-direction:column}.detail-row{display:flex;flex-direction:row;align-items:flex-start;gap:40px;margin-bottom:12px}.detail-row:last-child{margin-bottom:0}.detail-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199;min-width:120px;flex-shrink:0}.detail-label-sub{display:block}.detail-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:left;flex:1;min-width:0;height:auto;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.action-buttons{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:0;padding-top:16px;border-top:1px solid rgba(12,140,233,.1)}.edit-button,.assign-button{flex:1}.button.button-secondary.edit-button{background-color:#0c8ce90d;border-color:#0c8ce9;color:#0c8ce9;height:44px;padding:12px 16px;border-radius:12px;box-sizing:border-box}.button.button-secondary.edit-button:hover{opacity:.9}.button.button-primary.assign-button{background-color:#0c8ce9;color:#fff;height:44px;padding:12px 16px;border-radius:12px;box-sizing:border-box}.button.button-primary.assign-button:hover{opacity:.9}.action-buttons .edit-button:only-child{flex:1 1 auto;width:100%}.procedure-cancelled-card{width:100%;border-radius:0;padding:4px 0 0;background-color:transparent;box-sizing:border-box}.procedure-cancelled-title{width:157px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;letter-spacing:0;color:#0d0e11;margin:0}.procedure-cancelled-label{margin-top:16px;width:800px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11}.procedure-cancelled-reason-text{margin-top:8px;white-space:pre-wrap;word-break:break-word}.procedure-cancelled-divider{margin-top:8px;width:100%;height:1px;border-radius:999px;background-color:#0c8ce91a}.button.button-secondary.edit-button.procedure-cancelled-edit-button{margin-top:12px;width:100%}.procedure-reschedule-reason{display:flex;flex-direction:column}.procedure-reschedule-reason-divider,.procedure-reschedule-reason-label{margin-top:16px}.procedure-reschedule-reason-text{margin-top:8px;white-space:pre-wrap;word-break:break-word}.procedure-zones-section{width:100%;margin-top:16px;padding:16px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-zones-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start;width:100%}.procedure-zones-column{width:100%;min-width:0;box-sizing:border-box}.procedure-zones-column-panel{display:flex;flex-direction:column;gap:16px;width:100%;padding:16px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-zones-column-body{display:flex;flex-direction:column;gap:16px}.procedure-zones-column-list{display:flex;flex-direction:column;gap:8px}.procedure-zones-empty{min-height:56px;padding:12px 16px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box;display:flex;align-items:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199}.procedure-zone-item{display:flex;flex-direction:column;gap:12px;padding:12px 16px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-zone-item-main{display:flex;align-items:center;justify-content:space-between;gap:12px}.procedure-zone-item-text{display:flex;flex-direction:column;gap:4px;min-width:0}.procedure-zone-item-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11}.procedure-zone-item-meta{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.procedure-zone-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.procedure-zone-item-action{width:20px;height:20px;padding:0;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.procedure-zone-item-action svg,.procedure-zone-item-action img{display:block;width:20px;height:20px}.procedure-zone-item-action:hover{opacity:.7}.procedure-zone-item-action:disabled{cursor:default;opacity:.45}.procedure-zone-item-editor{padding-top:4px}.procedure-zones-add-wrap{position:relative;flex-shrink:0}.procedure-zones-add-dropdown{position:absolute;left:0;right:0;bottom:calc(100% + 8px);z-index:20}.procedure-zones-add-option{width:100%;min-height:40px;padding:10px 12px;border:none;border-radius:8px;background:transparent;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.procedure-zones-add-option:hover{background:#0c8ce914}.recipient-zone,.donor-zone{width:100%}.button.button-secondary.recipient-zone-bottom-button,.button.button-secondary.donor-zone-bottom-button{width:100%;height:44px;padding:12px 16px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;color:#0c8ce9;box-sizing:border-box}.zone-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;margin:0}.procedure-card.procedure-stages-card{background-color:transparent;border-radius:0;padding:0}.procedure-stages{width:100%;padding:16px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.procedure-stages-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;margin:0}.procedure-stages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.procedure-stage{background-color:#0c8ce90d;border-radius:12px;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.procedure-stage-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:24px;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11}.procedure-stage-steps{display:flex;flex-direction:column;gap:8px}.procedure-stage-step{height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce91a;box-sizing:border-box;display:flex;align-items:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11}.zone-select{width:100%;height:52px;padding:16px 16px 16px 20px;border:1px solid transparent;border-radius:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;background-color:#0c8ce90d;margin:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230D0E11' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.zone-select:focus{outline:none;border-color:#0c8ce9}.procedure-zones-select-wrapper{position:relative;width:100%}.procedure-form-dropdown.procedure-zones-dropdown{width:100%;max-width:100%}.procedure-zones-dropdown-list{display:flex;flex-direction:column;gap:8px}.procedure-zones-selected-block{margin-top:12px}.procedure-zones-selected-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199;margin-bottom:8px}.procedure-zones-readonly-value{min-height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce91a;box-sizing:border-box;display:flex;align-items:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.grafts-section{margin-top:0;display:flex;flex-direction:column;gap:12px}.grafts-label{display:block;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;margin:0}.grafts-control{display:flex;flex-direction:column;gap:16px}.button.button-primary.procedure-zones-save-button{width:100%;min-width:100%;height:40px;padding:12px 16px;border-radius:12px;gap:4px;margin-top:12px;box-sizing:border-box}.grafts-counter-container{width:100%}.grafts-counter-row{display:flex;width:100%}.grafts-quick-buttons{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.grafts-quick-buttons button{width:fit-content;height:40px;padding:12px 16px;border:1px solid #0c8ce9;border-radius:12px;background-color:#0c8ce90d;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;color:#0c8ce9;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:4px;box-sizing:border-box}.grafts-quick-buttons button:hover{background-color:#0c8ce91a;border-color:#0c8ce9}.grafts-counter{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:16px}.grafts-minus,.grafts-plus{width:245.33px;flex:0 0 245.33px;height:40px;border-radius:12px;background-color:#0c8ce9;border:none;color:#fff;padding:8px;gap:4px;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;line-height:24px;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.grafts-minus:hover,.grafts-plus:hover{opacity:.8}.grafts-minus:disabled,.grafts-plus:disabled{background-color:#0c8ce933;cursor:not-allowed;opacity:1}.grafts-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:24px;-webkit-user-select:none;user-select:none}.grafts-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;width:245.33px;flex:0 0 245.33px;height:24px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;line-height:24px;color:#0d0e11;text-align:center}.grafts-value-input{border:none;background:transparent;outline:none;padding:0}.procedure-results-card{margin-top:20px;background-color:#fff;border-radius:24px;padding:0 0 24px;box-sizing:border-box;flex:1;min-height:0;display:flex;flex-direction:column;gap:24px}.procedure-results-group{display:flex;flex-direction:column;gap:12px}.procedure-results-date{width:fit-content;height:24px;padding:4px 8px;border-radius:8px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.procedure-results-grid{display:grid;grid-template-columns:repeat(auto-fill,160px);gap:8px;justify-content:start}.procedure-results-item{width:160px;height:160px;position:relative}.procedure-results-image{width:160px;height:160px;border-radius:12px;display:block;object-fit:contain;background-color:#0c8ce90d}.procedure-results-delete{position:absolute;top:-4px;right:-4px;width:32px;height:32px;border-radius:10px;border:1px solid #d54421;background-color:#fff;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.procedure-results-delete img{width:20px;height:20px;display:block}.procedure-results-delete:hover{opacity:.9}.procedure-results-delete:focus,.procedure-results-delete:active,.procedure-results-delete:focus-visible{outline:none;box-shadow:none}.procedure-team-add{width:100%;min-height:64px;border:none;border-radius:12px;padding:12px 16px;box-sizing:border-box;display:flex;align-items:center;gap:12px;background-color:#0c8ce90d;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 768 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='767' height='63' rx='12' ry='12' stroke='%230C8CE9' stroke-width='1' stroke-dasharray='12 12' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;cursor:pointer}.procedure-placeholder{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e1199}.procedure-report-card{margin-top:16px;background-color:#fff;border-radius:24px;padding:0;box-sizing:border-box;flex:1;min-height:0;display:flex;flex-direction:column}.procedure-report-card.procedure-report-card--form{margin-top:20px;padding:0}.procedure-report-form{display:flex;flex-direction:column;gap:8px;padding-bottom:24px}.procedure-report-row{display:flex;align-items:center;gap:40px}.procedure-report-question{width:120px;min-width:120px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:left}.procedure-report-answer{flex:1;height:52px;padding:16px 20px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box;border:1px solid transparent;outline:none;width:100%;cursor:text;-webkit-tap-highlight-color:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;caret-color:#0d0e11;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.procedure-report-answer:focus{border-color:#0c8ce9;background-color:#0c8ce90d}.procedure-report-answer:focus,.procedure-report-answer:active,.procedure-report-answer:focus-visible{outline:none;box-shadow:none}.procedure-report-answer::placeholder{color:#0d0e1199;opacity:1}.procedure-report-empty{text-align:center;padding:0;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;margin:auto 115px auto 116px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.procedure-recommendations{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.procedure-recommendations-content{display:flex;flex-direction:column;gap:8px}.procedure-recommendations-edit-wrapper{width:calc(100% + 48px);margin-left:-24px;padding:24px;border-radius:16px;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;box-sizing:border-box;margin-top:auto}.procedure-recommendation-block{width:100%;min-height:80px;background-color:#0c8ce90d;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.procedure-recommendation-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;color:#0d0e11}.procedure-recommendation-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;word-wrap:break-word;overflow-wrap:break-word}.procedure-recommendation-value-editable{border:1px solid transparent;border-radius:16px;min-height:52px;padding:16px 20px;background-color:#0c8ce90d;box-sizing:border-box;outline:none;cursor:text;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word}.procedure-recommendation-value-editable:focus{border-color:#0c8ce9;outline:none}.button.button-secondary.procedure-recommendations-edit-button{width:100%;height:44px;padding:12px 16px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;color:#0c8ce9;box-sizing:border-box}.procedure-report-tab{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.procedure-report-tab--edit{gap:8px}.procedure-report-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.procedure-report-metric-card{min-height:80px;padding:16px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box;display:flex;flex-direction:column;gap:8px}.procedure-report-metric-label,.procedure-report-block-title,.procedure-report-edit-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0d0e11}.procedure-report-metric-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11}.procedure-report-block{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-report-block-body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;white-space:pre-wrap}.procedure-report-block-body--text{min-height:80px}.procedure-report-section{display:flex;flex-direction:column;gap:8px}.procedure-report-section-content{min-height:52px;padding:16px 20px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;white-space:pre-wrap}.procedure-report-section-content--text{min-height:120px}.procedure-report-photo-stages{display:flex;flex-direction:column;gap:16px}.procedure-report-photo-stage{display:flex;flex-direction:column;gap:12px}.procedure-report-section-content--photos{display:flex;flex-direction:column;gap:20px;min-height:0;padding:20px}.procedure-report-photo-group{display:flex;flex-direction:column;gap:12px}.procedure-report-photo-badge{width:fit-content;min-height:32px;padding:4px 8px;border-radius:8px;background-color:#0c8ce91a;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0}.procedure-report-photo-grid{display:flex;flex-wrap:wrap;gap:8px}.procedure-report-photo-item{width:160px;height:160px;border-radius:12px;overflow:hidden;flex-shrink:0}.procedure-report-photo-image{width:100%;height:100%;object-fit:cover;display:block}.procedure-report-photos-divider{display:none}.procedure-report-fixed-actions{flex-shrink:0;background-color:#fdfdff;border-radius:16px 16px 0 0;padding:24px;box-shadow:0 -2px 12px #0c8ce90f;display:flex;flex-direction:column;gap:10px;box-sizing:border-box}.button.button-primary.procedure-report-fixed-button{width:100%;min-width:0;height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce9;color:#fff;box-sizing:border-box}.button.button-primary.procedure-report-fixed-button:hover{opacity:.9}.procedure-report-actions{display:none}.procedure-report-edit-form{display:flex;flex-direction:column;gap:8px}.procedure-report-edit-row{display:flex;align-items:center;gap:40px}.procedure-report-edit-row--textarea,.procedure-report-edit-row--photos{align-items:flex-start}.procedure-report-edit-photos-panel{flex:1;min-width:0;padding:20px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box}.procedure-report-edit-photos-panel .procedure-stage-photos-groups{display:flex;flex-direction:column;gap:16px}.procedure-report-edit-photos-panel .procedure-stage-photos-group{display:flex;flex-direction:column;gap:12px}.procedure-report-edit-photos-panel .procedure-stage-photos-grid{display:flex;flex-wrap:wrap;gap:8px}.procedure-report-edit-label{width:120px;min-width:120px}.procedure-report-edit-input,.procedure-report-edit-textarea{flex:1;border:1px solid transparent;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box;padding:16px 20px;outline:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11}.procedure-report-edit-input:focus,.procedure-report-edit-textarea:focus{border-color:#0c8ce9}.procedure-report-edit-textarea{min-height:120px;resize:vertical}.procedure-view-page{min-height:100vh;width:100%;background-color:#eff4f8;position:relative}.procedure-view-page .search-input{background-color:#0c8ce90d}.staff-profile-page{height:100vh;max-height:100vh;min-height:0;width:100%;background-color:#eff4f8;position:relative;overflow:hidden;box-sizing:border-box}.staff-profile-main{height:100%;min-height:0;max-height:100%;box-sizing:border-box;padding:92px 16px 16px 96px;display:flex;align-items:stretch;gap:12px;overflow:hidden}.staff-profile-right{flex:1;min-width:0;min-height:0;max-height:100%;display:flex;flex-direction:column;gap:12px;overflow:hidden}.staff-profile-page-logo{position:absolute;top:24px;left:16px;width:52px;height:24px;z-index:10}.staff-profile-page .city-selector{position:absolute;top:16px;left:96px;display:flex;flex-direction:row;width:fit-content!important;min-width:112px;max-width:calc(100vw - 24px);height:52px;padding:12px 16px 12px 20px;border-radius:12px;background-color:#fff;gap:0;z-index:10;align-items:center}.staff-profile-page .city-selector .city-option-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;white-space:nowrap;margin-right:8px}.staff-profile-page .city-selector .city-option-arrow{width:20px;height:20px;flex-shrink:0;filter:brightness(0) saturate(100%)}.staff-profile-page .search-block-center{position:absolute;top:16px;left:50%;transform:translate(-50%);width:220px;height:52px;display:flex;align-items:center;z-index:10}.staff-profile-sidebar{position:relative;width:432px;flex:0 0 432px;min-height:0;max-height:100%;display:flex;flex-direction:column;gap:16px;overflow:hidden}.staff-profile-back-row{height:44px;display:flex;align-items:center;flex-shrink:0}.staff-profile-back{width:fit-content;height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#fff;border:none;cursor:pointer;text-align:left;display:flex;align-items:center;gap:4px;box-sizing:border-box}.staff-profile-back img{width:16px;height:16px;display:block;filter:brightness(0) invert(1)}.staff-profile-back:hover{opacity:.7}.staff-profile-card{min-height:0;height:auto;flex:1;background-color:#fff;border-radius:24px;padding:0;box-sizing:border-box;overflow:hidden;display:flex;flex-direction:column;position:relative}.staff-profile-card-scroll.custom-scrollbar-container{flex:1;min-height:0;width:100%;overflow:hidden;box-sizing:border-box;--csb-track-padding-top: 24px;--csb-track-padding-bottom: 24px}.staff-profile-card-scroll .custom-scrollbar-track{right:4px}.staff-profile-card-scroll .custom-scrollbar-content{padding:24px 16px 116px 24px;box-sizing:border-box;height:100%;overflow-y:auto;overflow-x:hidden}.staff-profile-card-top{display:flex;align-items:flex-start;gap:16px;padding-right:8px}.staff-profile-name-block{flex:1;min-width:0}.staff-profile-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.staff-profile-name{flex:1;min-width:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11;text-align:left;overflow:hidden;text-overflow:ellipsis}.staff-profile-position{margin-top:4px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11cc;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.staff-profile-more{background:transparent;border:none;padding:0;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.staff-profile-more img{width:24px;height:24px;display:block}.staff-profile-more-wrapper{position:relative;flex-shrink:0;margin-left:auto;z-index:2}.staff-profile-more-menu{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border-radius:16px;padding:8px;width:fit-content;min-width:210px;z-index:100;box-shadow:0 0 8px -4px #0d0e1108,0 0 24px -4px #0d0e1114}.staff-profile-more-menu-item{padding:8px 12px;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;cursor:pointer;width:100%;min-height:36px;display:flex;align-items:center;border:none;background:transparent;text-align:left}.staff-profile-more-menu-item:hover{background-color:#0c8ce91a}.staff-profile-more-menu-item--danger{color:#d54421}.staff-profile-more-menu-item--danger:hover{background-color:#d5442114}.staff-profile-edit-block{width:100%;height:92px;padding:24px;gap:10px;background-color:#fff;display:flex;flex-direction:column;position:absolute;left:0;right:0;bottom:0;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 -2px 12px #0c8ce90f;z-index:2;box-sizing:border-box}.staff-profile-edit-button{width:100%;height:44px;padding:12px 16px;border-radius:12px;background-color:#0c8ce9;color:#fff;border:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;font-style:normal;line-height:20px;letter-spacing:0;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;transition:opacity .2s;box-sizing:border-box}.staff-profile-edit-button:hover{opacity:.9}.staff-profile-divider{width:100%;border-radius:9999px;height:0;background:transparent;border-top:1px solid rgba(12,140,233,.1);flex:0 0 auto;margin:20px 0}.staff-profile-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:left}.staff-profile-section-text{margin-top:16px;width:100%;max-width:384px;height:auto;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:left}.staff-profile-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.staff-profile-section-arrow{width:16px;height:16px;filter:brightness(0) saturate(100%);display:block;flex-shrink:0;transform:none;transition:transform .3s ease}.staff-profile-section-arrow.rotated{transform:rotate(180deg)}.staff-profile-fields{margin-top:16px;display:flex;flex-direction:column;gap:12px}.staff-profile-left-call-popup{position:absolute;left:0;right:0;bottom:0;height:240px;border-radius:16px;padding:16px;box-sizing:border-box;background-color:#fdfdff;display:flex;flex-direction:column;gap:16px;z-index:3;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.staff-profile-left-call-popup-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:left;display:flex;align-items:center;gap:4px}.staff-profile-left-call-popup-title-icon{width:20px;height:20px;display:block;flex:0 0 20px}.staff-profile-left-call-popup-card{width:100%;border-radius:12px;padding:12px;box-sizing:border-box;background-color:#0c8ce90d;display:flex;flex-direction:column;gap:8px}.staff-profile-left-call-popup-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.staff-profile-left-call-popup-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;text-align:left;width:120px;height:20px;flex:0 0 120px}.staff-profile-left-call-popup-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:left;width:216px;height:20px;flex:0 0 216px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:216px}.staff-profile-left-call-popup-action{width:400px;height:52px;padding:16px 20px;gap:4px;border-radius:16px;border:none;background-color:#0c8ce9;color:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;cursor:pointer;box-sizing:border-box;display:flex;align-items:center;justify-content:center;margin:0 auto}.staff-profile-left-call-popup-action:hover{opacity:.9}.staff-profile-left-call-popup-action:focus,.staff-profile-left-call-popup-action:focus-visible{outline:none;box-shadow:none}.staff-profile-field{display:flex;justify-content:space-between;gap:12px}.staff-profile-field-label{width:120px;flex-shrink:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;text-align:left}.staff-profile-field-value{width:204px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;text-align:left;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word}.staff-profile-field-age{color:#0d0e1199}@keyframes staff-profile-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.staff-profile-skeleton-line{display:block;background:linear-gradient(90deg,#0c8ce914,#0c8ce92e,#0c8ce914);background-size:200% 100%;animation:staff-profile-skeleton-shimmer 1.5s ease-in-out infinite;color:transparent!important;border-radius:4px;min-height:20px;-webkit-user-select:none;user-select:none;pointer-events:none}.staff-profile-skeleton-line--name{width:72%;min-height:28px}.staff-profile-skeleton-line--position{width:36%;min-height:20px;margin-top:4px}.staff-profile-skeleton-line--title{width:40%;min-height:24px}.staff-profile-skeleton-line--label{width:88px;min-height:16px}.staff-profile-skeleton-line--value{width:70%;min-height:20px}.staff-profile-skeleton-line--value-short{width:42%;min-height:20px}.staff-profile-skeleton-line--button{width:100%;min-height:44px;border-radius:12px}.staff-profile-card.is-skeleton .staff-profile-section-title-row,.staff-profile-card.is-skeleton .staff-profile-more,.staff-profile-card.is-skeleton .staff-profile-section-arrow{pointer-events:none}.staff-profile-topbar{position:relative;width:100%;transform:none;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.staff-profile-topbar .staff-profile-tabs{padding:0}.staff-profile-topbar--analytics{transform:none}.staff-profile-content{position:relative;width:100%;flex:1;min-height:0;max-width:none;max-height:none;border-radius:16px;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;padding:0 0 24px 24px;gap:8px;box-sizing:border-box}.staff-profile-content--tall{flex:1}.staff-profile-content--analytics{padding:0;overflow:visible;flex:1;min-height:0;max-height:100%}.staff-profile-right:has(.staff-profile-content--analytics){overflow:visible}.staff-profile-content-inner{flex:1;min-height:0;padding:24px 40px 40px;box-sizing:border-box;background-color:#eff4f8;display:flex;flex-direction:column;gap:16px}.staff-profile-placeholder{flex:1;display:flex;align-items:center;justify-content:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e1199;background-color:#fff;border-radius:16px}.staff-profile-analytics{flex:1;min-height:0;display:flex;flex-direction:column;gap:16px;width:100%;height:100%;padding:24px;box-sizing:border-box;overflow:visible}.staff-profile-analytics-top .date-picker-wrapper{position:relative;z-index:5}.staff-profile-analytics-top .date-picker-wrapper .calendar-dropdown{left:auto;right:0;max-width:min(360px,100vw - 48px)}.staff-profile-analytics-top .date-picker-wrapper .calendar-popup{max-width:100%;box-sizing:border-box}.staff-profile-analytics-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0}.staff-profile-analytics-top .analytics-page-filter-dropdown{margin-left:auto}.staff-profile-analytics-top .analytics-page-filter--date{width:fit-content;min-width:168px;max-width:min(220px,100vw - 136px)}.staff-profile-analytics-top .analytics-page-filter--date .filter-button{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:auto;min-width:168px;padding:8px 12px 8px 16px;height:40px;border-radius:12px;background:#0c8ce90d;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11;cursor:pointer;white-space:nowrap;box-sizing:border-box}.staff-profile-analytics-top .analytics-page-filter--date .filter-button .filter-arrow{width:16px;height:16px;filter:brightness(0)}.staff-profile-analytics-top .analytics-page-filter--date .filter-button:hover:not(:disabled){background:#0c8ce91a}.staff-profile-analytics-top .analytics-page-filter--date .filter-button:focus,.staff-profile-analytics-top .analytics-page-filter--date .filter-button:focus-visible{outline:none;box-shadow:none}.staff-profile-analytics-range{display:flex;align-items:center;gap:8px;padding:4px;border-radius:12px;background-color:#0c8ce90f;width:375px;height:44px;box-sizing:border-box}.staff-profile-analytics-range-tab{display:inline-flex;align-items:center;justify-content:center;height:36px;width:fit-content;min-width:0;padding:8px 12px;border-radius:10px;border:1px solid transparent;background:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0c8ce9;cursor:pointer;white-space:nowrap;box-sizing:border-box}.staff-profile-analytics-range-tab:hover{opacity:.7}.staff-profile-analytics-range-tab:focus,.staff-profile-analytics-range-tab:focus-visible{outline:none;box-shadow:none}.staff-profile-analytics-range-tab.active{background-color:#0c8ce9;color:#fdfdff;padding:8px 12px}.staff-profile-analytics-date{display:flex;align-items:center;gap:4px;padding:12px 12px 12px 16px;border-radius:12px;background-color:#0c8ce90d;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;cursor:pointer;white-space:nowrap;height:40px;box-sizing:border-box}.staff-profile-analytics-date .filter-arrow{width:16px;height:16px;filter:brightness(0)}.staff-profile-analytics-scroll.custom-scrollbar-container{flex:1;min-height:0;overflow:hidden;background-color:transparent;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 24px}.staff-profile-analytics-scroll .custom-scrollbar-content{height:100%;overflow-y:auto;overflow-x:hidden;padding:0 8px 24px 0;box-sizing:border-box;background-color:transparent}.staff-profile-analytics-scroll .custom-scrollbar-track{right:4px;left:auto}.staff-profile-analytics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-content:start}.staff-profile-analytics-empty{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;padding:0 24px;box-sizing:border-box}.staff-profile-analytics-card{background-color:#0c8ce90f;border-radius:16px;padding:26px 16px 32px 24px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;height:144px;min-height:144px}.staff-profile-analytics-card-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11cc}.staff-profile-analytics-card-value-row{display:flex;align-items:center;gap:8px;margin-top:8px}.staff-profile-analytics-card-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:500;line-height:40px;color:#0d0e11}.staff-profile-analytics-delta{display:inline-flex;align-items:center;gap:4px;height:20px;padding:2px 8px;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;color:#fdfdff;white-space:nowrap;box-sizing:border-box}.staff-profile-analytics-delta--up{height:24px;padding:4px 8px;border-radius:6px;background-color:#389e0d}.staff-profile-analytics-delta--down{height:24px;padding:4px 8px;border-radius:6px;background-color:#d54421}.staff-profile-analytics-delta-icon{width:12px;height:12px;display:block;flex:0 0 12px;filter:brightness(0) invert(1);transform-origin:50% 50%}.staff-profile-analytics-delta--up .staff-profile-analytics-delta-icon{transform:scaleY(-1)}.staff-profile-analytics-delta--down .staff-profile-analytics-delta-icon{transform:rotate(0)}.staff-profile-analytics-delta-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;color:#fdfdff}.staff-profile-tabs{display:flex;align-items:center;gap:8px;padding:24px 40px 0;height:auto;background-color:transparent;border-bottom:none}.staff-profile-tab{border:1px solid transparent;background:#fdfdff;padding:14px 16px;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#0c8ce9;border-radius:16px;height:44px;width:176px;display:flex;align-items:center;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.staff-profile-tab.active{background:#0c8ce9;color:#fdfdff;border-color:transparent}.staff-profile-tab:focus,.staff-profile-tab:focus-visible{outline:none;box-shadow:none}.staff-profile-tab--consultations{width:152px}.staff-profile-tabs--admin .staff-profile-tab{width:auto;min-width:0;padding:8px 16px}.staff-profile-tab--analytics{width:101px}.staff-profile-tab--calls{width:110px}@media (max-width: 1200px){.staff-profile-analytics-top .date-picker-wrapper .calendar-dropdown{right:0;left:auto;max-width:calc(100vw - 32px)}}.staff-profile-filters{display:flex;gap:12px;align-items:center}.staff-profile-filters .search-input-wrapper{width:220px;flex:0 0 220px}.staff-profile-filters .filter-button{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px 8px 16px;border-radius:12px;background-color:#fff;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#1e1e1e;cursor:pointer;white-space:nowrap;height:40px;box-sizing:border-box}.staff-profile-filters .filter-button .filter-arrow{width:16px;height:16px;filter:brightness(0);transition:transform .2s ease}.staff-profile-filters .filter-button .filter-arrow.filter-arrow-open{transform:rotate(180deg)}.staff-profile-filters .filter-button:hover{opacity:.8}.staff-profile-filters .filter-button.active{border-color:#1677ff;outline:none}.staff-profile-filters .filter-button:focus,.staff-profile-filters .filter-button:focus-visible{outline:none;box-shadow:none}.staff-profile-filters .filter-select-wrap{position:relative;height:40px}.staff-profile-filters .staff-profile-status-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:max-content;min-width:180px;max-width:360px;height:auto;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.staff-profile-filters .staff-profile-status-dropdown-scroll.custom-scrollbar-container{flex:0 0 auto;height:auto;max-height:192px;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.staff-profile-filters .staff-profile-status-dropdown-scroll .custom-scrollbar-content{background:transparent;padding-right:0;max-height:192px}.staff-profile-filters .staff-profile-status-dropdown-scroll .custom-scrollbar-track{right:0}.staff-profile-filters .staff-profile-status-dropdown-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.staff-profile-filters .staff-profile-status-dropdown-item:hover{background:#0c8ce914}.staff-profile-filters .staff-profile-status-dropdown-item>span:last-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-profile-filters .staff-profile-status-dropdown-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.staff-profile-filters .staff-profile-status-dropdown-check{width:12px;height:12px;display:block}.staff-profile-content .staff-profile-table{flex:1;min-height:0;border-radius:24px;overflow:visible;background-color:#fff;display:flex;flex-direction:column;--staff-profile-grid-columns: 148px minmax(220px, 1fr) 110px 190px 40px;--staff-profile-grid-gap: 16px;--staff-profile-inline-offset: 16px}.staff-profile-content .staff-profile-table-header{display:grid;grid-template-columns:var(--staff-profile-grid-columns);column-gap:var(--staff-profile-grid-gap);align-items:center;padding:24px var(--staff-profile-inline-offset) 16px var(--staff-profile-inline-offset);background-color:#fdfdff;border-radius:16px 16px 0 0;box-sizing:border-box;border-bottom:none;box-shadow:0 2px 12px #0c8ce90f;width:100%}.staff-profile-content .staff-profile-table-header--trichologist{--staff-profile-grid-columns: 148px minmax(220px, 1fr) 110px 92px 40px;width:100%}.staff-profile-content .staff-profile-table-header--surgeon{--staff-profile-grid-columns: 148px minmax(220px, 1fr) 110px 190px 40px;width:100%}.staff-profile-content .staff-profile-table-header--consultations{--staff-profile-grid-columns: 148px minmax(280px, 1fr) minmax(140px, max-content) 40px;width:100%}.staff-profile-content .staff-profile-table-header--consultations-admin{--staff-profile-grid-columns: 148px minmax(240px, 1fr) 100px;width:100%}.staff-profile-content .staff-profile-table-header--calls{--staff-profile-grid-columns: 148px minmax(200px, 1fr) 120px minmax(160px, max-content) 40px;width:100%}.staff-profile-content .staff-profile-th{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11cc;display:flex;align-items:center;gap:4px;text-align:left;width:100%;height:24px;min-height:24px;max-height:24px;min-width:0}.staff-profile-content .staff-profile-th--procedure-id,.staff-profile-content .staff-profile-th--patient{justify-content:flex-start}.staff-profile-content .staff-profile-th--date,.staff-profile-content .staff-profile-td--date,.staff-profile-content .staff-profile-th--time,.staff-profile-content .staff-profile-td--time,.staff-profile-content .staff-profile-th--status,.staff-profile-content .staff-profile-td--status,.staff-profile-content .staff-profile-th--checklist,.staff-profile-content .staff-profile-th--actions{justify-content:flex-start;text-align:left}.staff-profile-content .staff-profile-date-sort-header{width:auto;display:inline-flex;align-items:center;gap:4px;justify-content:flex-start}.staff-profile-content .staff-profile-date-sort-header .name-sort-header__label{text-align:left}.staff-profile-content .staff-profile-date-sort-header .name-sort-header__trigger{position:static}.staff-profile-content .staff-profile-th-text{white-space:nowrap}.staff-profile-content .staff-profile-sort-icon{width:16px;height:16px;display:block;flex:0 0 16px}.staff-profile-content .staff-profile-table-body.custom-scrollbar-container{flex:1;min-height:0;width:100%;background-color:#fff;overflow:hidden;border-radius:0 0 24px 24px;box-sizing:border-box;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 24px}.staff-profile-content .staff-profile-table-body--assistant.custom-scrollbar-container{overflow-x:auto}.staff-profile-content .staff-profile-table-body .custom-scrollbar-track{right:4px}.staff-profile-content .staff-profile-table-body .custom-scrollbar-content{display:flex;flex-direction:column;gap:4px;padding:8px 0 24px;box-sizing:border-box;height:100%;overflow-y:auto;overflow-x:hidden}.staff-profile-content .staff-profile-table-body--assistant .custom-scrollbar-content{padding:24px 0;align-items:stretch;box-sizing:border-box}.staff-profile-content .staff-profile-tr{position:relative;display:grid;grid-template-columns:var(--staff-profile-grid-columns);column-gap:var(--staff-profile-grid-gap);align-items:center;padding:16px var(--staff-profile-inline-offset);box-sizing:border-box;width:100%;height:64px}.staff-profile-content .staff-profile-tr:before{content:"";position:absolute;inset:0 var(--staff-profile-inline-offset) 0 0;border-radius:12px;background-color:#0c8ce90d;z-index:0}.staff-profile-content .staff-profile-tr>*{position:relative;z-index:1}.staff-profile-content .staff-profile-tr--procedure,.staff-profile-content .staff-profile-tr--surgeon{--staff-profile-grid-columns: 148px minmax(220px, 1fr) 110px 190px 40px}.staff-profile-content .staff-profile-tr--trichologist{--staff-profile-grid-columns: 148px minmax(220px, 1fr) 110px 92px 40px;width:100%;height:64px}.staff-profile-content .staff-profile-tr--consultations{--staff-profile-grid-columns: 148px minmax(280px, 1fr) minmax(140px, max-content) 40px;width:100%;height:64px}.staff-profile-content .staff-profile-tr--consultations-admin{--staff-profile-grid-columns: 148px minmax(240px, 1fr) 100px;width:100%;height:64px}.staff-profile-content .staff-profile-tr--calls{--staff-profile-grid-columns: 148px minmax(200px, 1fr) 120px minmax(160px, max-content) 40px;width:100%}.staff-profile-content .staff-profile-td{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:left;display:flex;align-items:center;width:100%;height:24px;min-height:24px;max-height:24px;min-width:0}.staff-profile-content .staff-profile-td--procedure-id,.staff-profile-content .staff-profile-td--patient{justify-content:flex-start;text-align:left}.staff-profile-content .staff-profile-status{padding:3px 7px;border-radius:7px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0;color:#fdfdff;background-color:#0c8ce9;white-space:nowrap}.staff-profile-content .staff-profile-status.staff-profile-status--in_progress,.staff-profile-content .staff-profile-status.staff-profile-status--today,.staff-profile-content .staff-profile-status.staff-profile-status--tomorrow,.staff-profile-content .staff-profile-status.staff-profile-status--completed,.staff-profile-content .staff-profile-status.staff-profile-status--rescheduled{background-color:#0c8ce9}.staff-profile-content .staff-profile-td-actions{width:40px;justify-content:center;justify-self:end}.staff-profile-content .staff-profile-td--checklist{justify-content:flex-start}.staff-profile-checklist{width:16px;height:16px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;color:#fff}.staff-profile-checklist--done{background-color:#0c8ce9}.staff-profile-checklist--empty{background-color:#0c8ce90f}.staff-profile-checklist-icon{display:block;width:10px;height:10px}.staff-profile-content .staff-profile-td--patient{min-width:0;overflow:hidden}.staff-profile-td-text{display:block;flex:1 1 auto;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.staff-profile-content .action-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.staff-profile-content .action-button svg{transform:rotate(90deg);transform-origin:50% 50%;display:block}.staff-profile-content .action-button:hover{opacity:.7}.staff-profile-call-item{display:flex;flex-direction:column;gap:0}.staff-profile-call-toggle{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:flex-end}.staff-profile-call-toggle:hover{opacity:.7}.staff-profile-call-item:has(.staff-profile-tr--calls.is-open){background-color:#0c8ce90d;border-radius:12px;padding:12px var(--staff-profile-inline-offset, 16px) 16px;gap:12px;box-sizing:border-box}.staff-profile-call-item:has(.staff-profile-tr--calls.is-open) .staff-profile-tr--calls{background-color:transparent;padding:0;height:auto;border-radius:0}.staff-profile-call-divider{width:100%;height:1px;border-radius:9999px;background-color:#0c8ce91a}.staff-profile-call-report-box{width:100%;max-width:100%;min-height:56px;border-radius:12px;background-color:#0c8ce90d;box-sizing:border-box;padding:16px 20px}.staff-profile-call-report-text{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;white-space:pre-wrap;word-break:break-word}.procedure-team{display:flex;flex-direction:column;gap:16px}.procedure-team-list{display:flex;flex-direction:column;gap:8px}.procedure-team-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.procedure-team-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11}.procedure-team-count{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:24px;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;display:flex;align-items:center}.procedure-team-section{display:flex;flex-direction:column;gap:12px;background-color:#0c8ce90d;border-radius:12px;padding:16px;box-sizing:border-box}.procedure-team-add-button{width:100%;height:44px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;color:#0c8ce9;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:4px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;-webkit-tap-highlight-color:transparent}.procedure-team-add-button:hover{opacity:.9}.procedure-team-add-button-plus{width:16px;height:16px;min-width:16px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:16px}.procedure-team-section-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;height:20px;display:flex;align-items:center}.procedure-team-member{background-color:#0c8ce90d;border-radius:12px;padding:12px 16px;box-sizing:border-box;display:flex;align-items:center;gap:12px}.procedure-team-avatar{width:40px;height:40px;border-radius:8px;object-fit:cover;flex-shrink:0}.procedure-team-member-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.procedure-team-member-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;color:#0d0e11;height:20px;display:flex;align-items:center}.procedure-team-member-role{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11cc;height:16px;display:flex;align-items:center}.procedure-team-member-actions{display:flex;gap:8px;flex-shrink:0}.procedure-team-action{width:40px;height:40px;border-radius:12px;background-color:transparent;box-sizing:border-box;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.procedure-team-action:disabled{cursor:default;opacity:.5}.procedure-team-action-refresh{border:1px solid #0c8ce9;color:#0c8ce9;font-size:16px;line-height:16px}.procedure-team-refresh-icon{width:24px;height:24px;display:block}.procedure-team-action-delete{border:1px solid #d54421;color:#d54421;padding:0}.procedure-team-action-delete img{width:24px;height:24px;display:block}.procedure-team-add{width:100%;min-height:64px;border:none;border-radius:12px;padding:12px 16px;box-sizing:border-box;display:flex;align-items:center;gap:12px;background-color:#0c8ce90d;background-image:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 768 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='767' height='63' rx='12' ry='12' stroke='%230C8CE9' stroke-width='1' stroke-dasharray='12 12' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;cursor:pointer}.procedure-team-add-icon{width:40px;height:40px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;color:#0c8ce9;font-size:20px;line-height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.procedure-team-add-text{display:flex;flex-direction:column;gap:2px}.procedure-team-add-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;color:#0d0e11;height:20px;display:flex;align-items:center}.procedure-team-add-subtitle{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11cc;height:16px;display:flex;align-items:center}.staff-profile-procedure-item{width:100%;min-width:832px;box-sizing:border-box}.staff-profile-content .staff-profile-procedure-item--specialty,.staff-profile-content .staff-profile-procedure-item--surgeon{min-width:0;width:100%;max-width:100%}.staff-profile-content .staff-profile-tr--consultations-admin{cursor:pointer}.staff-profile-content .staff-profile-procedure-item:not(.is-open) .staff-profile-tr--procedure,.staff-profile-content .staff-profile-procedure-item:not(.is-open) .staff-profile-tr--trichologist,.staff-profile-content .staff-profile-procedure-item:not(.is-open) .staff-profile-tr--consultations,.staff-profile-content .staff-profile-procedure-item:not(.is-open) .staff-profile-tr--consultations-admin{width:100%;height:64px;min-height:64px;box-sizing:border-box}.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--procedure:before,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--surgeon:before,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--trichologist:before,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--consultations:before,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--consultations-admin:before,.staff-profile-content .staff-profile-procedure-item--specialty.is-open .staff-profile-tr:before{content:none}.staff-profile-procedure-item.is-open{position:relative;display:flex;flex-direction:column;align-items:stretch;flex-shrink:0;gap:12px;padding:0 0 16px;background-color:transparent;box-sizing:border-box}.staff-profile-procedure-item.is-open:before{content:"";position:absolute;inset:0 var(--staff-profile-inline-offset, 16px) 0 0;border-radius:12px;background-color:#0c8ce90d;z-index:0}.staff-profile-procedure-item.is-open>*{position:relative;z-index:1}.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--procedure,.staff-profile-content .staff-profile-procedure-item--specialty.is-open .staff-profile-tr,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--trichologist,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--surgeon,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--consultations,.staff-profile-content .staff-profile-procedure-item.is-open .staff-profile-tr--consultations-admin{width:100%;height:64px;min-height:64px;background-color:transparent;box-sizing:border-box}.staff-profile-procedure-item.is-open>:not(.staff-profile-tr){margin-left:var(--staff-profile-inline-offset, 16px);margin-right:calc(var(--staff-profile-inline-offset, 16px) * 2);box-sizing:border-box}.staff-profile-procedure-toggle{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;transition:transform .2s ease}.staff-profile-procedure-toggle.is-open{transform:rotate(180deg)}.staff-profile-procedure-toggle:hover{opacity:.7}.staff-profile-procedure-alert{width:fit-content;max-width:100%;min-height:32px;padding:4px 8px;border-radius:8px;background-color:#fa8c16;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-sizing:border-box;display:inline-flex;align-items:center;gap:4px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#fdfdff}.staff-profile-procedure-alert-icon{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.staff-profile-procedure-alert-text{min-width:0}.staff-profile-procedure-block{display:flex;flex-direction:column;gap:16px;width:100%;padding:16px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box}.staff-profile-procedure-block.staff-profile-procedure-photos{background-color:#f0f7fd}.staff-profile-procedure-photos{overflow:visible}.staff-profile-procedure-photos .procedure-stage-photos-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,120px),1fr));gap:8px}.staff-profile-procedure-photos .procedure-stage-photos-selectable-item{width:100%;height:auto;aspect-ratio:1}.staff-profile-procedure-photos .procedure-stage-photos-selectable-item:before{background:radial-gradient(circle at 0 0,transparent 13px,#f0f7fd 13px)}.staff-profile-procedure-photos .procedure-stage-photos-photo-notch:before{background-color:#f0f7fd}.staff-profile-procedure-photos .procedure-stage-photos-photo-notch:after{background:radial-gradient(circle at 100% 100%,transparent 13px,#f0f7fd 13px)}.staff-profile-procedure-photos .procedure-stage-photos-checkbox:not(.is-selected){background-color:#0c8ce91a}.staff-profile-procedure-photos .procedure-stage-photos-selectable-photo{background-color:#f0f7fd;cursor:default}.staff-profile-procedure-photos .procedure-stage-photos-selectable-photo,.staff-profile-procedure-photos .procedure-stage-photos-image{width:100%;height:100%}.staff-profile-procedure-stage{display:flex;flex-direction:column;gap:12px}.staff-profile-procedure-send-button{width:fit-content;min-height:44px;padding:12px 16px;border:none;border-radius:12px;background-color:#0c8ce9;color:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.staff-profile-procedure-send-button:hover{opacity:.9}.staff-profile-procedure-send-button:disabled{opacity:.4;cursor:default}.staff-profile-procedure-team .procedure-team-member{background-color:#0c8ce91a;border-radius:12px;box-sizing:border-box}.staff-profile-procedure-go-button{width:auto;max-width:none;flex-shrink:0;align-self:stretch;min-height:48px;padding:14px 16px;border:none;border-radius:12px;background-color:#0c8ce9;color:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:20px;cursor:pointer;box-sizing:border-box}.staff-profile-procedure-go-button:hover{opacity:.9}.staff-profile-procedure-go-button:disabled{opacity:.4;cursor:default}.staff-profile-procedure-empty{padding:24px 16px;color:#6b7280;font-size:14px;line-height:20px}.staff-profile-procedure-review-error{margin:0;color:#ef4444;font-size:13px;line-height:20px}.procedure-stage-photos-view{flex:1;min-height:0;display:flex;flex-direction:column;margin:-24px -24px 0}.procedure-stage-photos-header{display:flex;flex-direction:column;gap:12px;padding:24px 24px 16px;border-radius:16px 16px 0 0;background-color:#fdfdff;box-shadow:0 2px 12px #0c8ce90f;flex-shrink:0}.procedure-stage-photos-header--with-back{flex-direction:row;align-items:center;gap:12px}.procedure-stage-photos-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11}.procedure-stage-photos-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:24px;padding:20px 24px 24px;box-sizing:border-box}.procedure-stage-photos-groups{display:flex;flex-direction:column;gap:20px}.procedure-stage-photos-group{display:flex;flex-direction:column;gap:12px}.procedure-stage-photos-badge{width:fit-content;min-height:32px;padding:4px 8px;border-radius:8px;background-color:#0c8ce91a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.procedure-stage-photos-divider{height:1px;width:100%;border-radius:9999px;background-color:#0c8ce91a}.procedure-stage-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,160px);gap:8px;justify-content:start;width:100%;overflow:visible}.procedure-stage-photos-item{width:160px;height:160px}.procedure-stage-photos-image{width:160px;height:160px;border-radius:12px;display:block;object-fit:cover;background-color:#0c8ce90d}.procedure-stage-photos-actions{margin-top:auto;padding-top:4px}.procedure-stage-photos-error{margin:0;padding:8px 0 0;color:#ef4444;font-size:13px;line-height:20px}.procedure-stage-photos-edit-button{width:100%;height:44px;min-height:44px;padding:12px 16px;border-radius:12px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px}.procedure-stage-photos-selectable-item{width:160px;height:160px;position:relative;overflow:visible}.procedure-stage-photos-selectable-item:before{content:"";position:absolute;top:40px;right:0;width:14px;height:14px;background:radial-gradient(circle at 0 0,transparent 13px,#ffffff 13px);z-index:3;pointer-events:none}.procedure-stage-photos-photo-notch{position:absolute;top:0;right:0;width:40px;height:40px;z-index:3;pointer-events:none}.procedure-stage-photos-photo-notch:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;border-bottom-left-radius:18px}.procedure-stage-photos-photo-notch:after{content:"";position:absolute;top:0;right:100%;width:14px;height:14px;background:radial-gradient(circle at 100% 100%,transparent 13px,#ffffff 13px)}.procedure-stage-photos-selectable-photo{width:100%;height:100%;border:none;padding:0;border-radius:12px;position:relative;overflow:hidden;background-color:#0c8ce90d;cursor:pointer;display:block}.procedure-stage-photos-selectable-photo .procedure-stage-photos-image{width:100%;height:100%;object-fit:cover;border-radius:12px;-webkit-mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px);mask-image:radial-gradient(circle 16px at calc(100% - 16px) 16px,transparent 16px,#000 16.5px)}.procedure-stage-photos-checkbox{position:absolute;top:4px;right:4px;width:32px;height:32px;border-radius:10px;background-color:#0c8ce91a;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;z-index:4}.procedure-stage-photos-checkbox img{width:20px;height:20px;display:block;filter:brightness(0) invert(1)}.procedure-stage-photos-checkbox.is-selected{background-color:#0c8ce9}.procedure-stage-photos-unsaved-modal .success-modal-message{min-height:48px}.procedure-stage-photos-unsaved-modal-actions .success-modal-button{width:336px;max-width:calc(50% - 6px);flex:1 1 0}@media (max-width: 1360px){.staff-profile-main{padding-left:84px}.staff-profile-sidebar{width:380px;flex-basis:380px}.staff-profile-field-value{width:180px}.staff-profile-filters{flex-wrap:wrap}}@media (max-width: 1200px){.staff-profile-page{height:auto;max-height:none;overflow:auto}.staff-profile-main{height:auto;max-height:none;overflow:visible}.staff-profile-right{max-height:none;overflow:visible}.staff-profile-page .city-selector{left:84px}.staff-profile-main{padding-left:16px;padding-top:84px;flex-direction:column}.staff-profile-sidebar{width:100%;flex-basis:auto}.staff-profile-card{min-height:0;height:auto}.staff-profile-topbar .staff-profile-tabs{flex-wrap:wrap}}@media (max-width: 900px){.staff-profile-page .city-selector{left:16px;top:12px}.staff-profile-main{padding:76px 12px 12px}.staff-profile-content{padding-left:12px;padding-right:0;padding-bottom:12px}.staff-profile-topbar{gap:12px}.staff-profile-filters{gap:8px}}.modal-content.modal-contact-change{width:768px;min-height:0;height:auto;max-height:90vh;padding:40px;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.contact-change-panel{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;box-sizing:border-box}.contact-change-panel--modal{align-items:center;gap:12px}.contact-change-title{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:500;line-height:28px;color:#0d0e11;text-align:left}.contact-change-panel--modal .contact-change-title,.modal-content.modal-contact-change .modal-title{width:100%;font-size:32px;line-height:36px;text-align:center;white-space:normal}.contact-change-label{margin:4px 0 0;font-size:13px;line-height:20px;color:#0d0e11}.contact-change-panel--modal .contact-change-label{width:100%;text-align:left}.contact-change-input{width:100%;max-width:632px;height:52px;border-radius:16px;border:1px solid transparent;background:#0c8ce90d;padding:16px 20px;box-sizing:border-box;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;outline:none}.contact-change-panel--modal .contact-change-input{max-width:none;text-align:center;font-size:20px;font-weight:500;line-height:28px;letter-spacing:6px}.contact-change-input:focus{border-color:#0c8ce9}.contact-change-hint,.contact-change-timer{margin:0;max-width:632px;font-size:13px;line-height:20px;color:#6f7073;text-align:left}.contact-change-panel--modal .contact-change-hint{max-width:none;margin-top:0;font-size:15px;line-height:24px;color:#0d0e11cc;text-align:center}.contact-change-panel--modal .contact-change-timer{max-width:none;text-align:center}.contact-change-timer.is-expired{color:#c2410c}.contact-change-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;margin-top:8px}.contact-change-panel--modal .contact-change-actions{align-items:center;margin-top:12px}.contact-change-primary{width:100%;max-width:792px;min-height:52px}.contact-change-panel--modal .button.contact-change-primary{width:100%;max-width:none;height:52px;border-radius:16px}.contact-change-link{border:none;background:transparent;color:#0c8ce9;font-size:13px;line-height:20px;cursor:pointer;padding:0}.contact-change-link:disabled{opacity:.5;cursor:not-allowed}.contact-verification-badge{display:inline-flex;align-items:center;gap:6px;height:auto;padding:0;border-radius:0;background:transparent;font-size:12px;font-weight:400;line-height:16px;white-space:nowrap}.contact-verification-badge:before{content:"";width:6px;height:6px;border-radius:50%;flex-shrink:0}.contact-verification-badge--verified{color:#15803d}.contact-verification-badge--verified:before{background:#22c55e}.contact-verification-badge--unverified{color:#9a6b2f}.contact-verification-badge--unverified:before{background:#d97706}.contact-change-both-hint{margin:8px 0 0;max-width:792px;font-size:13px;line-height:20px;color:#c2410c}.staff-page-skeleton{padding:16px 0}.staff-page{text-align:center;padding:0;position:relative;min-height:100vh;width:100%;background-color:#eff4f8}.staff-page-logo{position:absolute;top:24px;left:16px;width:52px;height:24px;z-index:10}.staff-page .city-selector{position:absolute;top:16px;left:96px;display:flex;flex-direction:row;width:fit-content!important;min-width:112px;max-width:calc(100vw - 24px);height:52px;padding:12px 16px 12px 20px;border-radius:12px;background-color:#fff;gap:0;z-index:10;align-items:center}.staff-page .city-selector .city-option-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;white-space:nowrap;margin-right:8px}.staff-page .city-selector .city-option-arrow{width:20px;height:20px;flex-shrink:0;filter:brightness(0) saturate(100%)}.staff-page .search-block-center{position:absolute;top:16px;left:50%;transform:translate(-50%);width:220px;height:52px;display:flex;align-items:center;z-index:10}.staff-page .create-card-button.button-secondary{box-sizing:border-box;border:1px solid #0c8ce9;color:#0c8ce9;height:52px}.staff-page .register-client-button.button-primary{background-color:#0c8ce9;height:52px}.staff-page .register-client-button.button-primary:hover{opacity:.9}.staff-page .staff-header{position:absolute;top:92px;left:96px;display:flex;flex-direction:row;align-items:center;gap:7px;z-index:10}.staff-page .staff-title{width:auto;height:32px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;letter-spacing:0;color:#0d0e11;margin:0}.staff-page .staff-count{width:42px;height:32px;padding:2px 4px;border-radius:8px;background-color:#0c8ce9;color:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;text-align:center;display:flex;align-items:center;justify-content:center;flex-shrink:0}.staff-page .staff-add-button-wrap{position:absolute;top:144px;right:16px;z-index:10;display:flex}.staff-page .staff-add-button.button-primary{height:44px;padding:12px 16px;border-radius:12px;min-width:auto;width:fit-content;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#fdfdff}.staff-page .staff-filters{position:absolute;top:148px;left:96px;display:flex;flex-direction:row;align-items:center;gap:12px;z-index:10}.staff-page .staff-filters .staff-all-filter{position:relative;display:flex;align-items:center}.staff-page .staff-filters .staff-all-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:260px;height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:30;display:flex;flex-direction:column;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.staff-page .staff-filters .staff-all-dropdown-scroll.custom-scrollbar-container{flex:1;min-height:0;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.staff-page .staff-filters .staff-all-dropdown-scroll .custom-scrollbar-content{background:transparent;padding-right:0}.staff-page .staff-filters .staff-all-dropdown-scroll .custom-scrollbar-track{right:0}.staff-page .staff-filters .staff-all-dropdown-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.staff-page .staff-filters .staff-all-dropdown-item:hover{background:#0c8ce914}.staff-page .staff-filters .staff-all-dropdown-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.staff-page .staff-filters .staff-all-dropdown-check{width:12px;height:12px;display:block}.staff-page .staff-filters .filter-button{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px 8px 16px;border-radius:12px;background-color:#fff;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#1e1e1e;cursor:pointer;white-space:nowrap;height:40px;box-sizing:border-box}.staff-page .staff-filters .filter-button .filter-arrow{width:16px;height:16px;filter:brightness(0)}.staff-page .staff-filters .filter-button:hover{opacity:.8}.staff-page .staff-filters .filter-button.active{border-color:#1677ff;outline:none}.staff-page .staff-filters .filter-button:focus{outline:none}.staff-page .content-block{position:absolute;top:204px;left:96px;right:16px;bottom:16px;border-radius:16px;background-color:#eee;padding:0;display:flex;flex-direction:column;gap:0;overflow:hidden;z-index:1}.staff-page .staff-content-row{min-height:64px;padding:24px 32px 32px 40px;background-color:#fdfdff;box-shadow:0 2px 12px #0c8ce90d;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:16px;align-items:center;box-sizing:border-box;width:100%}.staff-page .staff-content-row-label{height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11cc;letter-spacing:0;text-align:left;box-sizing:border-box;display:flex;align-items:center;gap:4px;min-width:0}.staff-page .staff-sort-icon{width:16px;height:16px;display:block}.staff-page .staff-name-sort-text--active{color:#0c8ce9}.staff-page .staff-sort-arrow-icon{width:16px;height:16px;display:block;transform:rotate(0);transition:transform .12s ease}.staff-page .staff-sort-arrow-icon--up{transform:rotate(180deg)}.staff-page .staff-name-sort-root{position:relative;display:inline-flex;align-items:center;gap:4px}.staff-page .staff-name-sort-text{display:inline-block}.staff-page .staff-sort-trigger{background:transparent;border:none;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.staff-page .staff-sort-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:260px;padding:8px;border-radius:16px;background-color:#fdfdff;box-sizing:border-box;z-index:40;display:flex;flex-direction:column;gap:0;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.staff-page .staff-sort-dropdown-item{width:100%;height:36px;padding:8px 20px 8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:12px}.staff-page .staff-sort-dropdown-item:hover{background:#0c8ce914}.staff-page .staff-sort-dropdown-checkmark,.staff-page .staff-sort-dropdown-checkmark-spacer{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#0c8ce9}.staff-page .staff-sort-dropdown-checkmark{width:16px;height:16px}.staff-page .content-items-wrapper.custom-scrollbar-container{flex:1;width:100%;max-width:100%;min-width:0;padding:0 0 16px 24px;background-color:#fdfdff;box-sizing:border-box;min-height:0;overflow:hidden;--csb-track-padding-bottom: 16px}.staff-page .content-items-wrapper .custom-scrollbar-track{right:4px}.staff-page .content-items-wrapper .custom-scrollbar-content{box-sizing:border-box;width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:4px;height:100%;padding-right:16px;overflow-y:auto;overflow-x:hidden}.staff-page .staff-item{width:100%;min-height:56px;height:56px;padding:12px 16px;border-radius:12px;background-color:#0c8ce90d;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:16px;align-items:center;box-sizing:border-box;flex-shrink:0;position:relative}.staff-page .staff-item:hover{background-color:#0c8ce914}.staff-page .staff-item-clickable{cursor:pointer}.staff-page .staff-item.staff-item-two-lines{min-height:80px;height:80px}.staff-page .staff-item.staff-item-two-lines .staff-cell{align-items:center}.staff-page .staff-item.staff-item-two-lines .staff-cell:nth-child(2){align-items:flex-start}.staff-page .staff-cell{min-height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11;letter-spacing:0;text-align:left;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;display:flex;align-items:center;min-width:0}.references-page{min-height:100vh;position:relative;background-color:#f1f4f8}.references-page-logo{position:absolute;top:24px;left:16px;width:52px;height:24px;z-index:20}.references-page-city-selector{position:absolute;top:16px;left:96px;width:112px;height:52px;display:flex;align-items:center;gap:0;padding:12px 16px 12px 20px;border-radius:16px;background-color:#fff;box-sizing:border-box;z-index:20}.references-page-city-text{color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px}.references-page-city-arrow{width:20px;height:20px}.references-page-search-top{position:absolute;top:16px;left:610px;width:220px;z-index:20}.references-page-title{position:absolute;top:92px;left:96px;width:auto;max-width:calc(100vw - 112px);height:32px;margin:0;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;z-index:10}.references-page-filters{position:absolute;top:148px;left:96px;display:flex;gap:8px;z-index:10}.references-filter-dropdown{position:relative;display:inline-flex;align-items:center}.references-page-filters .search-input-wrapper{width:262px}.references-page-filter-select{height:40px;border:none;border-radius:12px;padding:10px 12px;display:inline-flex;align-items:center;justify-content:center;gap:4px;background-color:#fff;cursor:pointer;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px}.references-page-filter-select.active{border:1px solid #1677ff}.references-page-filter-select img{width:16px;height:16px}.references-filter-arrow{width:16px;height:16px;flex-shrink:0;filter:brightness(0) saturate(100%);transition:transform .2s ease}.references-filter-arrow-open{transform:rotate(180deg)}.references-filter-panel{position:absolute;top:calc(100% + 8px);left:0;width:max-content;min-width:180px;max-width:360px;height:auto;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.references-filter-scroll.custom-scrollbar-container{flex:0 0 auto;height:auto;max-height:192px;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.references-filter-scroll .custom-scrollbar-content{background:transparent;padding-right:0;max-height:192px}.references-filter-scroll .custom-scrollbar-track{right:0}.references-filter-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.references-filter-item:hover{background:#0c8ce914}.references-filter-item>span:last-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.references-filter-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.references-filter-check{width:12px;height:12px;display:block}.references-page-grid{position:absolute;top:204px;left:96px;right:16px;bottom:28px;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-auto-rows:196px;gap:16px;align-content:start;overflow-y:auto;overflow-x:hidden}.references-page-card{width:auto;height:196px;border-radius:16px;background-color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:flex-start}.references-page-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.references-page-card-count-wrap{width:24px;height:28px;display:flex;align-items:flex-start;justify-content:flex-end;flex-shrink:0}.references-page-card-title{margin:0;width:auto;height:56px;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px}.references-page-card-count{width:24px;height:24px;border-radius:6px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;text-align:center;padding:4px;box-sizing:border-box}.references-page-card-action{width:100%;height:52px;border:none;border-radius:16px;padding:16px 20px;gap:4px;margin-top:auto;box-sizing:border-box;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.references-page-card-action:disabled{background-color:#0c8ce933;color:#fff;cursor:not-allowed}.procedure-templates-content{position:absolute;top:148px;left:96px;right:16px;bottom:16px;display:grid;grid-template-columns:432px minmax(0,1fr);gap:16px}.procedure-templates-left{width:432px;height:736px;background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative}.procedure-templates-left-scroll{flex:1;min-height:0;--csb-track-padding-bottom: 24px}.procedure-templates-left-scroll>.custom-scrollbar-track{right:-20px}.procedure-templates-left-content{display:flex;flex-direction:column;min-height:0;height:100%;flex:1;box-sizing:border-box}.procedure-templates-left-scroll-content{min-height:100%;padding-right:6px;box-sizing:border-box}.procedure-templates-left-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.procedure-templates-left-head h2{margin:0;width:240px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11}.procedure-templates-icon-button{width:24px;height:24px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.procedure-templates-icon-button img{width:24px;height:24px;display:block}.procedure-templates-left-filter{width:fit-content;height:40px;border:none;border-radius:12px;padding:12px 16px;display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;background-color:#0c8ce90d;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11;box-sizing:border-box;margin-bottom:20px;cursor:pointer;position:relative}.procedure-templates-left-filter.active{border:1px solid #0c8ce9;background-color:#0c8ce91a;color:#0c8ce9}.procedure-templates-left-filter img,.procedure-templates-filter-arrow{width:16px;height:16px;filter:brightness(0) saturate(100%);transition:transform .2s ease;flex-shrink:0}.procedure-templates-filter-arrow-open{transform:rotate(180deg)}.procedure-templates-left-filter-wrap{position:relative;width:fit-content}.procedure-templates-filter-panel{position:absolute;top:calc(100% + 8px);left:0;width:max-content;min-width:180px;max-width:360px;height:auto;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.procedure-templates-filter-scroll.custom-scrollbar-container{flex:0 0 auto;height:auto;max-height:192px;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.procedure-templates-filter-scroll .custom-scrollbar-content{background:transparent;padding-right:0;max-height:192px}.procedure-templates-filter-scroll .custom-scrollbar-track{right:0}.procedure-templates-filter-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.procedure-templates-filter-item:hover{background:#0c8ce914}.procedure-templates-filter-item>span:last-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procedure-templates-filter-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.procedure-templates-filter-check{width:12px;height:12px;display:block}.procedure-templates-category{margin-top:0;border-radius:12px;background-color:#0c8ce90d;padding:16px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.procedure-templates-category+.procedure-templates-category{margin-top:12px}.procedure-templates-category-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.procedure-templates-category-head span{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11}.procedure-templates-category-toggle{width:24px;height:24px;padding:0;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.procedure-templates-category-toggle img{width:24px;height:24px}.procedure-templates-category--open .procedure-templates-category-toggle img{transform:rotate(180deg)}.procedure-templates-items{margin-top:0;display:flex;flex-direction:column;gap:8px}.procedure-templates-item{width:100%;min-height:52px;border-radius:12px;background:#eaf4fd;padding:12px 16px;box-sizing:border-box;cursor:pointer}.procedure-templates-item--active{border:1px solid #0c8ce9}.procedure-templates-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.procedure-templates-item-menu-wrap{position:relative;flex-shrink:0}.procedure-templates-item-top .procedure-templates-icon-button{width:20px;height:20px;flex-shrink:0;margin-top:0}.procedure-templates-item-top .procedure-templates-icon-button img{width:20px;height:20px}.procedure-templates-item-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:30;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.procedure-templates-item-dropdown-item{width:100%;border:0;border-radius:8px;padding:10px 12px;background:transparent;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;color:#0d0e11;cursor:pointer}.procedure-templates-item-dropdown-item:hover{background:#0c8ce914}.procedure-templates-item-dropdown-item--danger{color:#d92d20}.procedure-templates-item-title{flex:1;min-width:0;font-size:13px;line-height:20px;color:#0d0e11;overflow-wrap:anywhere;word-break:break-word}.procedure-templates-outline-button{margin-top:8px;width:100%;height:44px;border-radius:12px;border:1px solid #0c8ce9;background:#fff;color:#0c8ce9;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.procedure-templates-right-shell{width:100%;height:736px;min-height:736px;max-height:736px;flex:0 0 736px;background:#fff;border-radius:16px;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}.procedure-templates-right-scroll{flex:1;min-height:0;--csb-track-padding-bottom: 24px}.procedure-templates-right-scroll>.custom-scrollbar-track{right:-12px}.procedure-templates-right-main{display:flex;flex-direction:column;gap:12px;min-height:100%;padding-bottom:104px;box-sizing:border-box}.procedure-templates-card{background-color:#fff;border-radius:16px;padding:0}.procedure-templates-card h3{margin:8px 0 16px 8px;color:#0d0e11;font-size:17px;font-weight:500;line-height:28px}.procedure-templates-label,.procedure-templates-input,.procedure-templates-step-block{width:100%;margin-left:8px}.procedure-templates-label{width:100%;height:16px;margin-top:0;color:#0d0e11;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0}.procedure-templates-input{width:100%;margin-top:8px;height:52px;border-radius:12px;border:1px solid transparent;background:#0c8ce90d;padding:16px;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;box-sizing:border-box;outline:none}.procedure-templates-step-block .procedure-templates-input{width:100%;height:52px}.procedure-templates-input::placeholder{color:#0d0e1199}.procedure-templates-input:focus{border-color:#0c8ce9}.procedure-templates-method-select{width:100%;margin:8px 0 0 8px;flex:none}.procedure-templates-method-select+.procedure-templates-label{margin-top:16px}.procedure-templates-method-dropdown.procedure-form-dropdown{width:100%}.procedure-templates-method-value{color:#0d0e11;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procedure-templates-method-placeholder{color:#0d0e1199;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procedure-templates-step-block{width:100%;min-height:330px;height:auto;margin-top:12px;border-radius:12px;background:#0c8ce90d;padding:16px;box-sizing:border-box}.procedure-templates-step-tabs{display:flex;align-items:center;gap:6px}.procedure-templates-step-tab-wrap{position:relative;display:inline-flex;align-items:center}.procedure-templates-step-active{min-width:70px;width:auto;height:44px;padding:12px 28px 12px 16px;border:none;border-radius:12px;background:#0c8ce9;color:#fff;font-size:13px;line-height:20px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}.procedure-templates-step-tab{min-width:70px;height:44px;padding:12px 28px 12px 16px;border:1px solid #0c8ce9;border-radius:12px;background:#0c8ce90d;color:#0c8ce9;font-size:13px;line-height:20px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}.procedure-templates-step-tab-wrap:not(:has(.procedure-templates-step-remove)) .procedure-templates-step-active,.procedure-templates-step-tab-wrap:not(:has(.procedure-templates-step-remove)) .procedure-templates-step-tab{padding:12px 16px}.procedure-templates-step-remove{position:absolute;top:4px;right:4px;width:18px;height:18px;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;font-size:16px;line-height:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.procedure-templates-step-tab-wrap:has(.procedure-templates-step-active) .procedure-templates-step-remove{color:#fff}.procedure-templates-step-tab-wrap:has(.procedure-templates-step-tab) .procedure-templates-step-remove{color:#0c8ce9}.procedure-templates-step-add,.procedure-templates-substep-add{height:40px;padding:10px 16px;border-radius:12px;border:1px solid #0c8ce9;background:#0c8ce90d;color:#0c8ce9;font-size:13px;font-weight:500;line-height:20px;display:inline-flex;align-items:center;gap:4px;box-sizing:border-box;cursor:pointer}.procedure-templates-divider{width:100%;height:1px;border-radius:9999px;background:#0c8ce91a;margin:16px 0}.procedure-templates-substeps{display:flex;flex-direction:column;gap:8px}.procedure-templates-substeps--dragging{-webkit-user-select:none;user-select:none}.procedure-templates-substep-row{margin-top:0;display:grid;grid-template-columns:96px minmax(0,1fr) 24px 24px;gap:8px;align-items:center;justify-content:start;border-radius:12px;transition:opacity .12s ease,box-shadow .12s ease,background-color .12s ease}.procedure-templates-substep-row+.procedure-templates-substep-row{margin-top:0}.procedure-templates-substep-row--dragging{opacity:.45}.procedure-templates-substep-row--drag-over{box-shadow:inset 0 2px #0c8ce9}.procedure-templates-substep-label{color:#0d0e11;font-size:13px;line-height:20px}.procedure-templates-substep-input{width:100%;height:52px;border-radius:12px;border:1px solid transparent;background:#0c8ce90d;padding:16px;box-sizing:border-box;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;outline:none}.procedure-templates-substep-input::placeholder{color:#0d0e1199}.procedure-templates-substep-input:focus{border-color:#0c8ce9}.procedure-templates-substep-delete{width:24px;height:24px;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.procedure-templates-substep-delete img{width:24px;height:24px;display:block;pointer-events:none}.procedure-templates-substep-drag{width:24px;height:24px;padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:grab;touch-action:none}.procedure-templates-substep-drag:active{cursor:grabbing}.procedure-templates-substep-drag img{width:24px;height:24px;display:block;pointer-events:none}.procedure-templates-substep-add{margin-top:12px}.procedure-templates-save-wrap{position:absolute;left:0;right:0;bottom:0;min-height:92px;border-radius:16px;padding:24px;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;margin:0}.procedure-templates-save-button{width:100%;height:44px;border:none;border-radius:12px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;cursor:pointer}.procedure-templates-step-add{width:147px;height:44px;padding:12px 16px}.procedure-templates-substep-add{width:171px;height:44px;padding:12px 16px}.procedure-templates-add-plus{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:16px;flex-shrink:0}.procedure-templates-left .branches-reference-item{cursor:pointer;background:#0c8ce90d;border:1px solid transparent}.procedure-templates-left .branches-reference-item.procedure-templates-item--active{border:1px solid #0c8ce9;background-color:#0c8ce924}.branches-reference-item-menu-wrap{position:relative;flex-shrink:0}.branches-reference-item-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:140px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.branches-reference-item-menu-action{width:100%;border:0;border-radius:8px;padding:10px 12px;background:transparent;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;color:#d54421;cursor:pointer}.branches-reference-item-menu-action:hover{background:#d5442114}.branches-reference-right-shell{position:relative;padding:24px}.branches-reference-form-scroll{padding-bottom:104px;box-sizing:border-box}.branches-reference-card h3{margin:0 0 16px}.branches-reference-field-row{display:flex;flex-direction:row;align-items:flex-start;gap:40px;width:100%;margin:0;box-sizing:border-box}.branches-reference-field-row--phone{margin-top:12px}.branches-reference-field-row--actions{margin-top:0;align-items:flex-start}.branches-reference-field-row--phone+.branches-reference-field-row--actions{margin-top:20px}.branches-reference-field-row--actions+.branches-reference-field-row--actions{margin-top:16px}.branches-reference-inline-label{width:120px;height:52px;min-height:52px;display:flex;align-items:flex-start;flex-shrink:0;margin:0;padding:16px 0 0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:left;box-sizing:border-box}.branches-reference-inline-label--spacer{padding-top:0}.branches-reference-inline-label--action{width:120px;height:20px;min-height:20px;padding:0;display:flex;align-items:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11}.branches-reference-field-control{flex:1;min-width:0}.branches-reference-field-control .procedure-templates-input.branches-reference-input{margin:0;width:100%;max-width:672px;height:52px;min-height:52px;box-sizing:border-box}.branches-reference-field-control .procedure-templates-input.branches-reference-input.branches-reference-input--error{border-color:#ef4444}.branches-reference-add-more{margin:12px 0 20px 160px;width:133px;height:52px;padding:12px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:0;border-radius:12px;border:1px solid #0c8ce9;background:#fff;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;cursor:pointer}.branches-reference-wide-outline{display:flex;align-items:center;justify-content:center;width:100%;max-width:672px;margin:0 0 12px;min-height:52px;padding:14px 16px;border-radius:12px;border:1px solid #0c8ce9;background:#fff;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;box-sizing:border-box;text-align:center}.branches-reference-wide-outline+.branches-reference-saved-address{margin-top:8px}.branches-reference-saved-address{width:100%;max-width:672px;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.branches-reference-saved-address>.branches-reference-input:last-child{grid-column:1/-1}.branches-reference-saved-address-city{width:100%;height:52px;border-radius:12px;background:#0c8ce914;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;display:flex;align-items:center;padding:8px 12px;box-sizing:border-box}.branches-reference-saved-address-details{margin-top:0;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.branches-reference-saved-address-chip{min-height:52px;border-radius:12px;background:#0c8ce914;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;display:flex;align-items:center;padding:8px 12px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branches-reference-modal{padding:24px;max-width:400px;border-radius:16px}.branches-reference-modal.branches-reference-modal-schedule{width:768px;max-width:768px;height:620px;min-height:620px;max-height:620px;padding:40px;border-radius:16px;box-sizing:border-box;overflow:visible}.branches-reference-modal.branches-reference-modal-address{width:768px;max-width:768px;height:692px;min-height:692px;max-height:692px;padding:0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;position:relative}.branches-reference-modal-title{margin:0 0 16px;font-size:17px;font-weight:500;color:#0d0e11}.branches-reference-modal-title--schedule{margin:0;width:688px;height:36px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11}.branches-reference-modal-address .branches-reference-modal-title{margin:0;width:688px;height:36px;padding:24px 40px;font-size:32px;font-weight:500;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:36px;letter-spacing:0;color:#0d0e11;box-sizing:border-box}.branches-reference-map{position:absolute;top:84px;left:0;z-index:0;width:100%;height:536px;overflow:hidden;border-radius:16px;pointer-events:auto}.branches-reference-map-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;border:0;background:#efeee9;pointer-events:auto}.branches-reference-map-zoom-controls{position:absolute;top:158px;right:16px;transform:none;z-index:2;width:56px;height:96px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:12px;gap:8px;box-sizing:border-box;border-radius:12px;background:#fdfdff;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.branches-reference-map-zoom-button{width:32px;height:32px;border-radius:12px;border:1px solid #0c8ce9;background:#fdfdff;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:400;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;-webkit-user-select:none;user-select:none}.branches-reference-map-zoom-button:hover{background:#0c8ce914}.branches-reference-map-zoom-button:active{background:#0c8ce924}.branches-reference-map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#fdfdffd1;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px}.branches-reference-map-overlay--error{color:#c62828}.branches-reference-address-field-wrap{padding:0;margin:0;flex-shrink:0;width:100%}.branches-reference-modal-address .branches-reference-modal-label{margin:0 0 8px;width:720px;max-width:100%;height:16px;line-height:16px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;letter-spacing:0;color:#0d0e11}.branches-reference-modal-address .branches-reference-modal-input{width:720px;max-width:100%;height:52px;border:1px solid transparent;background:#0c8ce90d}.branches-reference-modal-address .branches-reference-modal-input:focus{border-color:#0c8ce9}.branches-reference-modal-footer-block{width:100%;height:180px;border-radius:16px;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;background:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;flex-shrink:0;margin-top:auto;position:relative;z-index:2}.branches-reference-modal-label{display:block;margin:12px 0 6px;font-size:11px;color:#6f7073}.branches-reference-modal-input{width:100%;height:44px;padding:0 12px;border-radius:12px;border:1px solid rgba(12,140,233,.2);background:#0c8ce90d;font-size:13px;box-sizing:border-box;outline:none}.branches-reference-modal-input:focus{border-color:#0c8ce9}.branches-reference-modal-textarea{width:100%;padding:12px;border-radius:12px;border:1px solid rgba(12,140,233,.2);background:#0c8ce90d;font-size:13px;font-family:inherit;resize:vertical;box-sizing:border-box;outline:none}.branches-reference-modal-textarea:focus{border-color:#0c8ce9}.branches-reference-modal-submit{margin-top:20px;width:100%}.branches-reference-modal-schedule .branches-reference-modal-submit{width:688px;max-width:688px;min-height:52px;height:52px;margin-top:40px;margin-bottom:24px}.branches-reference-modal-address .branches-reference-modal-submit{margin:0;width:720px;max-width:100%;flex-shrink:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;color:#fdfdff}.branches-reference-schedule-grid{margin-top:24px;width:100%;overflow:visible}.branches-reference-schedule-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;overflow:visible}.branches-reference-schedule-row:first-child{margin-top:0}.branches-reference-schedule-day{width:100%}.branches-reference-schedule-day-label{width:332px;height:24px;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;margin:0 0 12px}.branches-reference-schedule-day-controls{display:grid;width:332px;max-width:332px;grid-template-columns:162px 162px;column-gap:8px;row-gap:0}.branches-reference-time-select-wrap{display:block;position:relative;width:162px;height:52px}.branches-reference-time-select{width:100%;height:52px;border-radius:16px;border:none;outline:none;background:#0c8ce90d;color:#0d0e11;padding:16px 36px 16px 20px;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;display:flex;align-items:center;justify-content:space-between;text-align:left;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L6 6L10.5 1.5' stroke='%230D0E11' stroke-opacity='0.6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}.branches-reference-time-select:focus{box-shadow:inset 0 0 0 1px #0c8ce9}.branches-reference-time-dropdown{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:260px;height:244px;border-radius:16px;padding:8px;box-sizing:border-box;overflow:hidden;background:#0c8ce905;border:1px solid rgba(12,140,233,.06);box-shadow:0 0 8px -4px #0c8ce908,0 0 24px -4px #0c8ce90d;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.branches-reference-time-dropdown-scroll.custom-scrollbar-container{width:100%;height:100%}.branches-reference-time-dropdown-scroll .custom-scrollbar-content{min-height:100%;background-color:transparent;border-radius:12px}.branches-reference-time-dropdown-scroll .custom-scrollbar-track,.branches-reference-time-dropdown-scroll .custom-scrollbar-thumb{opacity:0;pointer-events:none;transition:opacity .18s ease}.branches-reference-time-dropdown-scroll.custom-scrollbar-container.is-scrolling .custom-scrollbar-track,.branches-reference-time-dropdown-scroll.custom-scrollbar-container.is-scrolling .custom-scrollbar-thumb{opacity:1;pointer-events:auto}.branches-reference-time-dropdown-scroll .custom-scrollbar-thumb{background-color:#0c8ce966}.branches-reference-time-dropdown-item{width:100%;min-height:36px;border:none;border-radius:10px;background:transparent;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;text-align:left;padding:8px 12px;cursor:pointer}.branches-reference-time-dropdown-item:hover,.branches-reference-time-dropdown-item.is-active{background:transparent}.branches-reference-modal-address .branches-reference-modal-title{position:relative;z-index:2}.recommendation-templates-page{min-height:100vh;position:relative;background-color:#f1f4f8}.recommendation-templates-page--modal-open .app-side-nav{opacity:.45;pointer-events:none}.recommendation-templates-logo{position:absolute;top:24px;left:16px;width:52px;height:24px;z-index:20}.recommendation-templates-search-top{position:absolute;top:16px;left:610px;width:220px;z-index:20}.recommendation-templates-header{position:absolute;top:92px;left:96px;right:16px;display:flex;align-items:center;gap:8px;z-index:12}.recommendation-templates-page .page-primary-actions{right:28px;z-index:20}.recommendation-templates-back{width:32px;height:32px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;padding:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box}.recommendation-templates-back img{width:16px;height:16px;transform:rotate(90deg);filter:brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(1436%) hue-rotate(179deg) brightness(98%) contrast(101%)}.recommendation-templates-title{margin:0;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;white-space:nowrap}.recommendation-templates-title-count{width:32px;height:32px;border-radius:8px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:32px;text-align:center;padding:0;box-sizing:border-box;letter-spacing:0;display:inline-flex;align-items:center;justify-content:center}.recommendation-templates-content{position:absolute;top:148px;left:96px;right:16px;bottom:16px;display:grid;grid-template-columns:432px minmax(0,1fr);gap:16px}.recommendation-templates-left{height:734px;background-color:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;position:relative}.recommendation-templates-left-scroll{flex:1;min-height:0;--csb-track-padding-bottom: 24px}.recommendation-templates-left-scroll>.custom-scrollbar-track{right:-20px}.recommendation-templates-left-content{display:flex;flex-direction:column;min-height:100%;padding-right:6px;padding-bottom:104px;box-sizing:border-box}.recommendation-templates-left-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.recommendation-templates-left-head h2{margin:0;width:352px;height:24px;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recommendation-templates-icon-button{width:24px;height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6f7073;cursor:pointer}.recommendation-templates-icon-button img{width:24px;height:24px;display:block}.recommendation-templates-left-filter{width:fit-content;height:40px;border:none;border-radius:12px;padding:12px 16px;display:inline-flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;background-color:#0c8ce90d;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11;box-sizing:border-box}.recommendation-templates-left-filter-dropdown{position:relative;width:fit-content;margin-bottom:20px}.recommendation-templates-left-filter img{width:16px;height:16px}.recommendation-templates-category{margin-top:0;width:384px;border-radius:12px;background-color:#0c8ce90d;padding:16px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.recommendation-templates-category+.recommendation-templates-category{margin-top:12px}.recommendation-templates-category-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.recommendation-templates-category-head span{width:156px;height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11}.recommendation-templates-category-head img{width:24px;height:24px}.recommendation-templates-category-toggle{width:24px;height:24px;padding:0;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.recommendation-templates-category--open .recommendation-templates-category-head img{transform:rotate(180deg)}.recommendation-templates-items{display:flex;flex-direction:column;gap:8px}.recommendation-templates-item{background-color:#eaf4fd;border:1px solid transparent;border-radius:12px;padding:12px;cursor:pointer}.recommendation-templates-item--active{border-color:#0c8ce9;background-color:#0c8ce924}.recommendation-templates-item-top{display:flex;justify-content:space-between;align-items:center}.recommendation-templates-item-tag{background-color:#0c8ce9;color:#fdfdff;border-radius:6px;width:73px;height:24px;padding:4px 8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;line-height:16px;font-weight:500;letter-spacing:0;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.recommendation-templates-item-title{margin-top:8px;width:135px;height:20px;color:#0d0e11;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0}.recommendation-templates-item-value{margin-top:2px;color:#6f7073;font-size:13px;font-weight:400;line-height:20px}.recommendation-templates-outline-button{margin-top:8px;width:100%;height:44px;border-radius:12px;border:1px solid #0c8ce9;background-color:#0c8ce90d;color:#0c8ce9;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.recommendation-templates-category--closed .recommendation-templates-category-head{margin-bottom:0}.recommendation-templates-add-category{width:100%;height:44px;border-radius:12px;border:none;background-color:#0c8ce9;color:#fff;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.recommendation-templates-add-category-wrap{position:absolute;left:0;right:0;bottom:0;min-height:92px;padding:24px;border-radius:16px;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;margin:0;z-index:1}.recommendation-templates-right{display:flex;flex-direction:column;gap:12px}.recommendation-templates-right-shell{width:100%;height:736px;min-height:736px;max-height:736px;flex:0 0 736px;background-color:#fff;border-radius:16px;padding:16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;position:relative;overflow:hidden}.recommendation-templates-right-scroll{flex:1;min-height:0;--csb-track-padding-bottom: 24px}.recommendation-templates-right-scroll>.custom-scrollbar-track{right:-12px}.recommendation-templates-right-main{display:flex;flex-direction:column;gap:12px;min-height:100%;padding-bottom:104px;box-sizing:border-box}.recommendation-templates-card{background-color:#fff;border-radius:16px;padding:0}.recommendation-templates-card--short{width:100%;min-height:196px;height:auto;background-color:#0c8ce90d;border-radius:12px;padding:16px;box-sizing:border-box}.recommendation-templates-card h3{margin:0 0 16px;color:#0d0e11;font-size:17px;font-weight:500;line-height:28px}.recommendation-templates-card--create h3{margin:8px 0 16px 8px}.recommendation-templates-card-body{width:100%;min-height:256px;height:auto;border-radius:12px;background-color:#0c8ce90d;padding:20px;box-sizing:border-box}.recommendation-templates-label{width:317px;height:28px;color:#0d0e11;font-size:17px;font-weight:400;line-height:28px;letter-spacing:0}.recommendation-templates-select{margin-top:16px;width:100%;height:52px;border:none;border-radius:12px;background-color:#0c8ce90d;padding:16px;display:flex;align-items:center;justify-content:space-between;color:#0d0e11;font-size:13px;font-weight:400;line-height:20px;box-sizing:border-box}.recommendation-templates-select-dropdown{position:relative;width:100%}.recommendation-templates-select span{width:114px;height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11}.recommendation-templates-select img{width:20px;height:20px}.recommendation-templates-dropdown-arrow-open{transform:rotate(180deg)}.recommendation-templates-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;border-radius:12px;border:1px solid rgba(12,140,233,.2);background:#fff;box-shadow:0 8px 24px #0d0e111f;z-index:15;padding:4px;display:flex;flex-direction:column;gap:2px}.recommendation-templates-dropdown-menu--left{width:180px}.recommendation-templates-dropdown-menu--right{width:100%}.recommendation-templates-dropdown-option{border:none;border-radius:8px;background:transparent;text-align:left;padding:10px 12px;color:#0d0e11;font-size:13px;line-height:20px;cursor:pointer}.recommendation-templates-dropdown-option:hover{background:#0c8ce914}.recommendation-templates-threshold{margin-top:8px;display:grid;grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:16px;align-items:center}.recommendation-templates-threshold span{width:auto;height:20px;color:#0d0e11;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0}.recommendation-templates-threshold div{width:100%;height:52px;border-radius:12px;background-color:#0c8ce90d;padding:12px 16px;color:#0d0e11;font-size:13px;line-height:20px;box-sizing:border-box}.recommendation-templates-add-field{margin-top:12px;width:149px;height:44px;border-radius:12px;border:1px solid #0c8ce9;background:#fdfdff;color:#0c8ce9;padding:12px 16px;gap:4px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.recommendation-templates-add-field--main{background:#0c8ce90d}.recommendation-templates-add-field-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;line-height:16px;flex-shrink:0}.recommendation-templates-add-field-text{line-height:20px}.recommendation-templates-short-title-row{display:flex;align-items:center;justify-content:space-between}.recommendation-templates-short-title{display:inline-flex;align-items:center;gap:8px;color:#0d0e11;font-size:15px;font-weight:500;line-height:24px}.recommendation-templates-short-title-badge{width:28px;height:28px;border-radius:8px;background-color:#d9e8f7;display:inline-flex;align-items:center;justify-content:center}.recommendation-templates-short-title-icon{width:16px;height:16px;display:block}.recommendation-templates-short-title-text{display:inline-block;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:400;line-height:28px;letter-spacing:0;color:#0d0e11;white-space:nowrap}.recommendation-templates-short-title-label-group{display:inline-flex;align-items:center;gap:4px;min-width:0}.recommendation-templates-short-title-chevron{width:24px;height:24px;display:block;flex-shrink:0}.recommendation-templates-form-grid{margin-top:16px;display:grid;grid-template-columns:180px 1fr;gap:8px 12px;align-items:center}.recommendation-templates-form-label{width:140px;height:20px;color:#0d0e11;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;display:flex;align-items:center}.recommendation-templates-form-value{height:52px;border-radius:12px;border:1px solid transparent;background:#0c8ce90d;padding:12px 16px;color:#0d0e11;font-size:13px;line-height:20px;box-sizing:border-box}.recommendation-templates-form-value:focus-within{border-color:#0c8ce9}.recommendation-templates-form-input{width:100%;height:100%;border:none;outline:none;background:transparent;color:#0d0e11;font-size:13px;line-height:20px;padding:0}.recommendation-templates-form-input[readonly]{cursor:default}.recommendation-templates-form-value--wide,.recommendation-templates-form-value--content{width:100%}.recommendation-templates-form-controls{display:grid;grid-template-columns:1fr auto;gap:8px}.recommendation-templates-checkbox{width:207px;height:52px;border:1px solid transparent;border-radius:12px;background-color:#0c8ce90d;padding:12px 14px;display:inline-flex;align-items:center;gap:8px;justify-content:space-between;color:#0d0e11;font-size:13px;line-height:20px;cursor:pointer}.recommendation-templates-checkbox:focus-visible{border-color:#0c8ce9;outline:none}.recommendation-templates-checkbox span{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:6px;background-color:#d9e8f7;color:transparent;font-size:13px;line-height:16px}.recommendation-templates-checkbox--checked span{background-color:#0c8ce9;color:#fff}.recommendation-templates-type-tabs{margin-top:0;width:100%;height:60px;border-radius:12px;background:#0c8ce90d;padding:10px 12px;display:flex;align-items:center;gap:16px;color:#0d0e11;font-size:13px;line-height:20px}.recommendation-templates-type-tab{height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e11;display:inline-flex;align-items:center;gap:8px}.recommendation-templates-type-tab:before{content:"";width:20px;height:20px;border-radius:6px;padding:2px 4px;background-color:#0c8ce91a;box-sizing:border-box;flex-shrink:0}.recommendation-templates-type-tab-icon{width:12px;height:12px;display:block;flex-shrink:0}.recommendation-templates-type-tab--text:before{display:none}.recommendation-templates-type-tab--file:before{display:none}.recommendation-templates-type-tab--list:before{display:none}.recommendation-templates-type-tab--tag:before{display:none}.recommendation-templates-type-tab--yesno:before{display:none}.recommendation-templates-type-tab--yesno .recommendation-templates-type-tab-icon{filter:brightness(0) saturate(100%)}.recommendation-templates-type-tab-icon-box{width:20px;height:20px;border-radius:6px;background-color:#0c8ce91a;padding:2px 4px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.recommendation-templates-add-field--inline{margin-top:0}.recommendation-templates-extra-field-block{display:flex;flex-direction:column;gap:12px}.recommendation-templates-save-wrap{position:absolute;left:0;right:0;bottom:0;min-height:92px;border-radius:16px;padding:24px;background-color:#fdfdff;box-shadow:0 -2px 12px #0c8ce90f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;margin:0}.recommendation-templates-save-button{width:100%;height:44px;border:none;border-radius:12px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;cursor:pointer}.recommendation-templates-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0e112e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50}.recommendation-templates-modal{position:fixed;top:228px;left:50%;transform:translate(-50%);width:768px;min-height:444px;border-radius:24px;background:#fdfdff;padding:40px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;z-index:51}.recommendation-templates-modal h2{margin:0;color:#0d0e11;font-size:36px;font-weight:500;line-height:40px}.recommendation-templates-modal-close{position:absolute;top:-12px;right:-28px;border:none;background:transparent;color:#6f7073;font-size:24px;line-height:24px;cursor:pointer}.recommendation-templates-modal-section-title{color:#0d0e11;font-size:17px;font-weight:500;line-height:28px}.recommendation-templates-modal-row{display:grid;grid-template-columns:120px 528px;align-items:center;column-gap:40px}.recommendation-templates-modal-fields{display:flex;flex-direction:column;gap:12px}.recommendation-templates-modal-label-wrap{width:120px;height:56px;display:inline-flex;align-items:flex-start;padding-top:16px;box-sizing:border-box}.recommendation-templates-modal-label{color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;display:inline-flex;align-items:center}.recommendation-templates-modal-input{width:528px;height:52px;border:1px solid transparent;border-radius:12px;background:#0c8ce90d;padding:12px 16px;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;box-sizing:border-box}.recommendation-templates-modal-input:focus{border-color:#0c8ce9;outline:none}.recommendation-templates-modal-input::placeholder{color:#0d0e1199;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0}.recommendation-templates-modal-add-field{width:129px;height:44px;margin-left:160px;margin-top:0;border-radius:10px;border:1px solid #0c8ce9;background:#fdfdff;color:#0c8ce9;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.recommendation-templates-modal-submit{margin-top:auto;width:100%;height:44px;border:none;border-radius:12px;background:#0c8ce933;color:#fff;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.recommendation-templates-modal-submit:disabled{background:#0c8ce933;cursor:not-allowed}.recommendation-templates-modal-submit:not(:disabled){background:#0c8ce9}.recommendation-templates-content--rules-v1{grid-template-columns:minmax(0,1fr)}.recommendation-rules-panel{background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;min-height:0;height:100%;box-sizing:border-box;width:100%}.recommendation-rules-panel-header{margin-bottom:20px}.recommendation-rules-panel-title{margin:0 0 8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:24px;color:#0d0e11}.recommendation-rules-panel-hint{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#6f7073}.recommendation-rules-import{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.recommendation-rules-import-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.recommendation-rules-file-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.recommendation-rules-file-name{font-size:13px;font-weight:400;line-height:20px;color:#6f7073}.recommendation-rules-import-error{margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#d92d20}.recommendation-rules-action-button{min-width:0;width:auto;height:44px;padding:0 16px;border-radius:12px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer}label.recommendation-rules-action-button{margin:0}.recommendation-rules-action-button--disabled{opacity:.6;pointer-events:none;cursor:not-allowed}.recommendation-rules-action-button.button-primary{background-color:#0c8ce9;color:#fff;border:none}.recommendation-rules-action-button.button-secondary{background-color:#0c8ce90d;color:#0c8ce9;border:1px solid #0c8ce9}.recommendation-rules-list-scroll{flex:1;min-height:0}.recommendation-rules-list-scroll>.custom-scrollbar-track{right:-20px}.recommendation-rules-list-scroll>.custom-scrollbar-content{padding-right:4px}.recommendation-rules-list{display:flex;flex-direction:column;gap:12px;padding-right:8px}.recommendation-rules-empty{margin:0;padding:20px 16px;border-radius:12px;background:#0c8ce90d;color:#6f7073;font-size:13px;font-weight:400;line-height:20px;text-align:center}.recommendation-rules-status{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:220px;padding:24px 16px;text-align:center}.recommendation-rules-status-text{margin:0;font-size:13px;font-weight:400;line-height:20px;color:#6f7073}.recommendation-rules-validation{margin:0;padding:12px 14px;border-radius:12px;background:#d92d200f;color:#d92d20;font-size:13px;font-weight:400;line-height:20px}.recommendation-rules-validation-title{margin:0 0 8px;font-weight:500}.recommendation-rules-validation-item{margin:0}.recommendation-rules-refreshing{margin:0;font-size:12px;font-weight:400;line-height:16px;color:#6f7073}.recommendation-rules-card{border:1px solid #e6e9f2;border-radius:12px;padding:16px;background:#fdfdff}.recommendation-rules-card-title{margin:0 0 12px;font-size:15px;font-weight:500;line-height:24px;color:#0d0e11}.recommendation-rules-card-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.recommendation-rules-card-meta-label{font-size:11px;font-weight:400;line-height:16px;color:#9a9ba0}.recommendation-rules-card-condition{font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.recommendation-rules-card-recs-title{margin:0 0 8px;font-size:11px;font-weight:400;line-height:16px;color:#9a9ba0}.recommendation-rules-card-recs{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.recommendation-rules-card-recs li{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:10px;background:#0c8ce90d}.recommendation-rules-card-recs li strong{font-size:13px;font-weight:500;line-height:20px;color:#0d0e11}.recommendation-rules-card-recs li span{font-size:13px;font-weight:400;line-height:20px;color:#6f7073}.client-profile-page{display:flex;flex-direction:row;width:100%;min-height:100vh;background-color:#f6f6f6;position:relative}.client-profile-logo{position:fixed;top:24px;left:16px;width:52px;height:24px;z-index:200}.client-profile-create-card-button.button-secondary{position:static;box-sizing:border-box;border-color:#0c8ce9;color:#0c8ce9}.client-profile-register-button.button-primary{position:static;background-color:#0c8ce9}.client-profile-register-button.button-primary:hover{opacity:.9}.client-profile-city-selector{position:fixed;top:16px;left:96px;display:flex;flex-direction:row;align-items:center;width:fit-content;min-width:221px;height:52px;padding:4px;border-radius:16px;background-color:#0d0e111a;gap:0;z-index:200}.client-profile-city-selector .city-option{padding:12px;border:none;border-radius:12px;background:transparent;color:#666;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;white-space:nowrap;cursor:pointer;transition:all .2s ease}.client-profile-city-selector .city-option.active{height:44px;padding:12px 16px;background-color:#0d0e11;color:#fff}.client-profile-city-selector .city-option:hover:not(.active){color:#333}.client-profile-search-block{position:fixed;top:16px;left:610px;width:220px;height:52px;display:flex;align-items:center;z-index:200}.client-profile-user-avatar-container{position:fixed;bottom:16px;right:16px;display:flex;flex-direction:column;gap:4px;z-index:200}.client-profile-user-avatar-container .user-avatar{width:52px;height:52px;border-radius:9999px;background-color:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden}.client-profile-user-avatar-container .avatar-image{width:52px;height:52px;object-fit:cover;border-radius:9999px}.client-profile-content{flex:1;display:flex;flex-direction:column;margin-left:400px;background-color:#eee;min-height:100vh}.client-profile-skeleton{padding:24px 40px;min-height:200px}.client-profile-main{flex:1;padding:40px;overflow-y:auto}.procedures-section{width:100%}.procedures-list{display:flex;flex-direction:column;gap:16px}.main-tab-content{width:100%}.procedure-not-assigned-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px 0}.procedure-content-block-not-assigned--text-only .procedure-not-assigned-content{gap:0;padding:0}.procedure-not-assigned-text{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:center;margin:0}.button.button-primary.procedure-not-assigned-button{width:auto;min-width:auto;height:40px;padding:12px 16px;background-color:#0c8ce9;color:#fff;border-radius:12px;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;cursor:pointer;border:none;white-space:nowrap}.button.button-primary.procedure-not-assigned-button:hover{background-color:#0c8ce9;color:#fff;opacity:.9}.home-page.client-profile-shell{height:100vh;overflow:hidden}.home-page.client-profile-shell .home-page-logo,.home-page.client-profile-shell .page-primary-actions{position:fixed}.modal-add-tools-consumables.modal-content{width:768px;min-height:444px;max-height:90vh;height:auto;padding:40px}.add-tools-consumables-modal__title{margin:0 0 24px;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:500;line-height:40px}.add-tools-consumables-modal__fields{display:flex;flex-direction:column;gap:12px}.add-tools-consumables-modal__row{display:grid;grid-template-columns:120px minmax(0,528px);align-items:start;column-gap:40px}.add-tools-consumables-modal__label{min-height:52px;padding-top:16px;box-sizing:border-box;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px}.add-tools-consumables-modal__input,.add-tools-consumables-modal__select{width:100%;height:52px;border:1px solid transparent;border-radius:12px;background:#0c8ce90d;padding:12px 16px;box-sizing:border-box;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px}.add-tools-consumables-modal__input::placeholder,.add-tools-consumables-modal__select::placeholder{color:#0d0e1199}.add-tools-consumables-modal__input:focus,.add-tools-consumables-modal__select:focus{border-color:#0c8ce9;outline:none}.add-tools-consumables-modal__select-wrap{position:relative}.add-tools-consumables-modal__select{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;text-align:left}.add-tools-consumables-modal__select.is-open .add-tools-consumables-modal__select-arrow{transform:rotate(180deg)}.add-tools-consumables-modal__select-placeholder{color:#0d0e1199}.add-tools-consumables-modal__select-value{color:#0d0e11}.add-tools-consumables-modal__select-arrow{flex-shrink:0;color:#0d0e11;transition:transform .2s ease}.add-tools-consumables-modal__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:2;display:flex;flex-direction:column;gap:4px;padding:8px;border-radius:12px;background:#fff;box-shadow:0 8px 24px #0d0e111f}.add-tools-consumables-modal__dropdown-item{width:100%;min-height:40px;border:none;border-radius:8px;background:transparent;padding:10px 12px;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;text-align:left;cursor:pointer}.add-tools-consumables-modal__dropdown-item:hover,.add-tools-consumables-modal__dropdown-item.is-selected{background:#0c8ce90d}.add-tools-consumables-modal__submit{width:688px;height:52px;margin-top:24px;border:none;border-radius:12px;background:#0c8ce933;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:not-allowed}.add-tools-consumables-modal__submit.is-active{background:#0c8ce9;cursor:pointer}.procedure-templates-page{min-height:100vh;position:relative;background-color:#f1f4f8}.procedure-templates-logo{position:absolute;top:24px;left:16px;width:52px;height:24px;z-index:20}.procedure-templates-search-top{position:absolute;top:16px;left:610px;width:220px;z-index:20}.procedure-templates-header{position:absolute;top:92px;left:96px;right:16px;display:flex;align-items:center;gap:8px;z-index:12}.procedure-templates-page .page-primary-actions{right:28px;z-index:20}.procedure-templates-back{width:32px;height:32px;border-radius:12px;border:1px solid #0c8ce9;background-color:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.procedure-templates-back img{width:16px;height:16px;transform:rotate(90deg);filter:brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(1436%) hue-rotate(179deg) brightness(98%) contrast(101%)}.procedure-templates-title{margin:0;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;white-space:nowrap}.procedure-templates-title-count{width:32px;height:32px;border-radius:8px;background-color:#0c8ce9;color:#fff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:400;line-height:32px;padding:0;box-sizing:border-box;letter-spacing:0}.tools-consumables-page{min-height:100vh;position:relative;background-color:#f1f4f8}.tools-consumables-content{position:absolute;top:148px;left:96px;right:16px;bottom:16px;background:#fff;border-radius:16px;padding:24px;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;overflow:hidden}.tools-consumables-subtitle{margin:0;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0}.tools-consumables-section{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.tools-consumables-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.tools-consumables-add-button{flex-shrink:0;min-width:95px!important;width:95px!important;height:44px!important;padding:12px 16px!important;border-radius:12px!important;gap:4px}.tools-consumables-filters{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:12px;background:#0c8ce90d}.tools-consumables-filter{height:40px;border:none;border-radius:12px;padding:0 16px;background:transparent;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.tools-consumables-filter.is-active{background:#0c8ce9;color:#fff}.tools-consumables-grid-scroll{flex:1;min-height:0;--csb-track-padding-top: 0;--csb-track-padding-bottom: 0}.tools-consumables-grid-scroll.custom-scrollbar-container .custom-scrollbar-track{right:-20px;top:0;bottom:0}.tools-consumables-grid-scroll.custom-scrollbar-container .custom-scrollbar-thumb{right:0}.tools-consumables-grid-scroll.custom-scrollbar-container .custom-scrollbar-content{background:transparent}.tools-consumables-grid{display:grid;grid-template-columns:repeat(auto-fill,416px);gap:16px;align-content:start}.tools-consumables-empty{grid-column:1/-1;padding:32px 16px;text-align:center;color:#0d0e11a3;font-size:15px;line-height:24px}.tools-consumables-card{width:416px;min-height:188px;height:auto;display:flex;flex-direction:column;gap:16px;background:#0c8ce90d;border-radius:16px;padding:20px;box-sizing:border-box;position:relative;overflow:hidden;z-index:1}.tools-consumables-card:has(.tools-consumables-card-dropdown){z-index:5;overflow:visible}.tools-consumables-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.tools-consumables-card-title{margin:0;flex:1;min-width:0;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;line-height:24px;letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.tools-consumables-card-menu-wrap{position:relative;flex-shrink:0}.tools-consumables-card-menu{width:24px;height:24px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;padding:0}.tools-consumables-card-menu img{width:22px;height:22px;display:block;opacity:.65}.tools-consumables-card-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:20;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.tools-consumables-card-dropdown-item{width:100%;border:0;border-radius:8px;padding:10px 12px;background:transparent;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:20px;color:#0d0e11;cursor:pointer}.tools-consumables-card-dropdown-item:hover{background:#0c8ce914}.tools-consumables-card-dropdown-item--danger{color:#d54421}.tools-consumables-card-dropdown-item--danger:hover{background-color:#d5442114}.tools-consumables-card-fields{margin:0;display:flex;flex-direction:column;gap:16px;min-width:0}.tools-consumables-card-row{display:grid;grid-template-columns:140px minmax(0,1fr);column-gap:16px;align-items:start;min-width:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tools-consumables-card-row dt{min-width:0;min-height:20px;margin:0;color:#0d0e1199;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.tools-consumables-card-row dd{margin:0;min-width:0;color:#0d0e11;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;text-align:left;overflow-wrap:anywhere;word-break:break-word}@media (max-width: 1280px){.tools-consumables-grid{grid-template-columns:repeat(auto-fill,minmax(320px,416px))}.tools-consumables-card{width:100%}}@media (max-width: 900px){.tools-consumables-content{left:16px}.tools-consumables-grid{grid-template-columns:minmax(0,1fr)}}.personal-account-page{min-height:100vh;position:relative;background:#f1f4f8}.personal-account-logo{position:fixed;top:24px;left:16px;width:52px;height:24px;z-index:20}.personal-account-city-selector{position:fixed;top:16px;left:96px;width:112px;height:52px;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:16px;background:#fff;box-sizing:border-box;z-index:20}.personal-account-city-text{color:#0d0e11;font-size:13px;line-height:20px}.personal-account-city-arrow{width:20px;height:20px}.personal-account-search-top{position:fixed;top:16px;left:610px;width:220px;z-index:20}.personal-account-content{position:fixed;top:92px;left:96px;right:16px;bottom:16px;display:grid;grid-template-columns:432px minmax(0,1fr);gap:16px;align-items:start}.personal-account-profile-card{width:432px;height:324px;background:#fff;border-radius:16px;padding:40px 24px;box-sizing:border-box;align-self:start}.personal-account-photo-wrap{position:relative;width:160px;height:160px;border-radius:16px;overflow:hidden}.personal-account-photo-row{position:relative;width:160px;height:160px;margin:0 auto}.personal-account-photo-image{width:100%;height:100%;object-fit:cover;display:block}.personal-account-name{width:fit-content;max-width:100%;margin:24px auto 0;text-align:center;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:32px;letter-spacing:0;white-space:nowrap}.personal-account-role{width:fit-content;min-width:50px;height:24px;margin:4px auto 0;display:flex;align-items:center;justify-content:center;text-align:center;color:#0d0e11cc;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0}.personal-account-right{width:880px;height:793px;align-self:start;overflow:hidden}.personal-account-right-scroll{width:100%;height:100%;--csb-track-padding-top: 16px;--csb-track-padding-bottom: 16px}.personal-account-card{width:100%;min-height:100%;height:auto;background:#fff;border-radius:16px;padding:16px;box-sizing:border-box}.personal-account-right-scroll>.custom-scrollbar-track{right:4px}.personal-account-card h2{margin:0 0 12px;color:#0d0e11;font-size:17px;font-weight:500;line-height:28px}.personal-account-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.personal-account-section-head h2{margin:0}.personal-account-section-icon-button{width:32px;height:32px;padding:6px;border:1px solid #0c8ce9;border-radius:10px;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:4px;cursor:pointer;box-sizing:border-box}.personal-account-section-icon-button:disabled{opacity:.4;cursor:not-allowed}.personal-account-section-icon-button.is-active{background:#0c8ce9}.personal-account-section-icon-button.is-active img{filter:brightness(0) invert(1)}.personal-account-section-icon-button img{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(1436%) hue-rotate(179deg) brightness(98%) contrast(101%)}.personal-account-contacts-block{width:840px;min-height:596px;height:auto;border-radius:16px;background:#0c8ce90d;padding:24px;box-sizing:border-box}.personal-account-password-username-hint{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.personal-account-password-block{display:block;position:relative;width:840px;min-height:296px;height:auto;border-radius:16px;background:#0c8ce90d;padding:24px;box-sizing:border-box;margin-top:16px}.personal-account-show-password{display:flex;align-items:center;gap:8px;margin:4px 0 12px 160px;cursor:pointer;color:#6f7073;font-size:13px;line-height:20px;-webkit-user-select:none;user-select:none}.personal-account-show-password-checkbox{width:16px;height:16px;margin:0;cursor:pointer;accent-color:#0c8ce9}.personal-account-show-password-checkbox:disabled{cursor:not-allowed}.personal-account-signout-block{width:840px;min-height:100px;border-radius:16px;background:#0c8ce90d;padding:24px;box-sizing:border-box;margin-top:16px;display:flex;align-items:center;justify-content:center}.personal-account-signout-button{width:100%;height:52px;padding:16px 20px;border:1px solid #0c8ce9;border-radius:16px;background:#0c8ce90d;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;cursor:pointer;transition:background-color .2s,color .2s;box-sizing:border-box}.personal-account-signout-button:hover{background:#0c8ce91a}.personal-account-row{display:grid;grid-template-columns:120px 1fr;gap:40px;align-items:center;margin-bottom:8px}.personal-account-row>span{width:120px;height:20px;display:inline-block;color:#0d0e11;opacity:1;font-size:13px;line-height:20px}.personal-account-row>div{width:632px;height:52px;border-radius:12px;background:#0c8ce90d;padding:16px 12px;box-sizing:border-box;color:#0d0e1199;font-size:13px;line-height:20px}.personal-account-input{width:632px;height:52px;border-radius:12px;border:1px solid transparent;background:#0c8ce90d;padding:16px 12px;box-sizing:border-box;color:#0d0e11;font-size:13px;line-height:20px;outline:none}.personal-account-input::placeholder{color:#0d0e1199}.personal-account-input:disabled{background:#0d0e110d;color:#0d0e1199;border-color:transparent;cursor:not-allowed}.personal-account-input:focus{border-color:#0c8ce9}.personal-account-input-error{border-color:#d54421}.personal-account-input-error:focus{border-color:#d54421}.personal-account-password-row{align-items:flex-start}.personal-account-password-row>span{padding-top:16px;height:auto}.personal-account-row>.personal-account-password-field{position:relative;width:632px;height:auto;background:transparent;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:inherit}.personal-account-password-requirements{position:relative;width:280px;background:#fff;border-radius:16px;padding:16px 20px;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;box-shadow:0 0 8px -4px #2f54eb05,0 0 24px -4px #2f54eb0f;z-index:20}.personal-account-password-requirements-arrow{position:absolute;width:16px;height:16px;top:-6px;left:24px;border-radius:2px;background:#fff;transform:rotate(45deg)}.personal-account-password-requirements-title{font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.personal-account-password-requirements-list{display:flex;flex-direction:column;gap:8px}.personal-account-password-requirement{display:flex;align-items:center;gap:8px;font-size:13px;line-height:20px;color:#6f7073;white-space:nowrap}.personal-account-password-requirement-icon{width:20px;height:20px;flex-shrink:0}.personal-account-password-error{font-size:11px;line-height:16px;color:#d54421}.personal-account-password-success-actions{margin-top:24px;width:100%}.personal-account-password-success-actions .success-modal-button{width:100%}.personal-account-row .personal-account-contact-control{width:632px;height:auto;background:transparent;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:inherit}.personal-account-row .personal-account-contact-field{position:relative;width:632px;height:52px;background:transparent;padding:0}.personal-account-contact-field .personal-account-input{padding-right:148px}.personal-account-contact-field .contact-verification-badge{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.personal-account-add-button{width:131px;height:52px;padding:16px 20px;border:1px solid #0c8ce9;border-radius:16px;background:transparent;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;margin:4px 0 12px 160px;display:flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;cursor:pointer;outline:none;transition:background-color .2s,color .2s;white-space:nowrap}.personal-account-add-button:focus,.personal-account-add-button:active,.personal-account-add-button:focus-visible{outline:none;box-shadow:none}.personal-account-add-button:hover{background:#0c8ce90d}.personal-account-add-button:disabled,.personal-account-save:disabled{background:#0c8ce933;color:#fff;border-color:transparent;cursor:not-allowed}.personal-account-save{width:100%;height:44px;border:none;border-radius:12px;background:#0c8ce9;color:#fff;font-size:13px;font-weight:500;line-height:20px;cursor:pointer}.personal-account-contacts-block .personal-account-save,.personal-account-password-block .personal-account-save{width:792px;height:52px;margin-top:24px}.personal-account-section-divider{height:1px;background:#0c8ce91f;margin:16px 0 12px}.analytics-page{min-height:100vh;position:relative;background:#f1f4f8}.analytics-page-logo{position:fixed;top:24px;left:16px;width:52px;height:24px;z-index:20}.analytics-page-city-selector{position:fixed;top:16px;left:96px;width:112px;height:52px;border-radius:16px;padding:12px 16px 12px 20px;box-sizing:border-box;background:#fff;display:flex;align-items:center;justify-content:space-between;z-index:20}.analytics-page-city-selector span{font-size:13px;line-height:20px;color:#0d0e11}.analytics-page-city-selector img{width:20px;height:20px}.analytics-page-search-top{position:fixed;top:16px;left:610px;width:220px;z-index:20}.analytics-page-title{position:fixed;top:92px;left:96px;width:auto;height:32px;margin:0;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:500;line-height:32px;z-index:10}.analytics-page-content{position:fixed;top:148px;left:96px;right:16px;bottom:16px;border-radius:16px;background:#fff;padding:24px 16px 22px 24px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px}.analytics-page-toolbar{display:flex;flex-direction:column;gap:16px}.analytics-page-tabs{display:flex;gap:8px}.analytics-page-tab{width:auto;min-width:120px;height:44px;border-radius:10px;border:none;padding:8px 12px;background:#0c8ce91a;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;letter-spacing:0;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.analytics-page-tab.active{background:#0c8ce9;color:#fdfdff}.analytics-page-filters{display:flex;flex-wrap:wrap;gap:8px;align-items:center;position:relative;width:100%;min-width:0}.analytics-page-filters .home-page-status-dropdown{position:relative;display:inline-flex;flex-direction:column;align-items:stretch;width:max-content;max-width:min(360px,100vw - 136px)}.analytics-page-filters .filter-button{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px;width:auto;padding:8px 12px 8px 16px;height:40px;border-radius:12px;background:#0c8ce90d;border:1px solid transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11;cursor:pointer;white-space:nowrap;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease}.analytics-page-filters .filter-button .filter-arrow{width:16px;height:16px;filter:brightness(0);transition:transform .2s ease}.analytics-page-filters .filter-button .filter-arrow.filter-arrow-open{transform:rotate(180deg)}.analytics-page-filters .filter-button.active{background:#0c8ce91a;border-color:#1677ff}.analytics-page-filters .filter-button:hover:not(:disabled){background:#0c8ce91a}.analytics-page-filters .filter-button:disabled{cursor:default;background:#0c8ce90d;pointer-events:none}.analytics-page-filters .filter-button:focus{outline:none}.analytics-page-filters .home-status-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:max-content;min-width:100%;max-width:min(360px,100vw - 136px);height:auto;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.analytics-page-filters .home-status-dropdown-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.analytics-page-filters .home-status-dropdown-item:hover{background:#0c8ce914}.analytics-page-filters .home-status-dropdown-item>span:last-child{flex:1;white-space:nowrap}.analytics-page-filters .home-status-dropdown-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.analytics-page-filters .home-status-dropdown-check{width:12px;height:12px;display:block}.analytics-page-filter-dropdown{position:relative;width:max-content;max-width:min(360px,100vw - 136px)}.analytics-page-filter--branch,.analytics-page-filter--sort,.analytics-page-filter--view{width:fit-content}.home-status-dropdown-header{padding:4px 12px 8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;color:#0c8ce9;box-sizing:border-box}.analytics-page-filter--date{width:fit-content;min-width:168px;max-width:min(220px,100vw - 136px)}.analytics-page-filter--date .filter-button{min-width:168px}.analytics-page-range-tabs{margin-left:auto;display:flex;flex-wrap:wrap;gap:8px;padding:4px;border-radius:10px;background:#0c8ce90d}@media (max-width: 1100px){.analytics-page-range-tabs{margin-left:0;width:100%;justify-content:flex-start}}@media (max-width: 768px){.analytics-page-filters{gap:6px}.analytics-page-filter-dropdown,.analytics-page-filters .home-page-status-dropdown,.analytics-page-filters .home-status-dropdown{max-width:calc(100vw - 152px)}}.analytics-page-range-tab{border:none;background:transparent;color:#0c8ce9;font-size:13px;border-radius:8px;padding:8px 12px;cursor:pointer}.analytics-page-range-tab.active{background:#0c8ce9;color:#fff}.analytics-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;flex:1;min-height:0;align-items:stretch;height:100%}.analytics-page-view-mock-chart-scroll{flex:1;min-height:0;display:flex;flex-direction:column}.analytics-page-view-mock-x-labels{padding:0 16px 8px;box-sizing:border-box;justify-content:space-between}.analytics-page-view-mock-x-labels .analytics-page-city-x-label{flex:1 1 0;width:auto;max-width:none}.analytics-page-panel{border-radius:12px;background:#0c8ce90d;padding:16px;box-sizing:border-box;min-width:0;min-height:0}.analytics-page-panel--legend{width:100%;height:100%;padding:24px 16px 16px 24px;background:#0c8ce90d;display:flex;flex-direction:column;min-height:0}.analytics-page-panel--legend h3{margin:0 0 24px;width:114px;height:28px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:28px;letter-spacing:0;color:#0d0e11}.analytics-page-legend-list{display:flex;flex-direction:column;gap:8px}.analytics-page-legend-item{width:100%;height:56px;border-radius:12px;background:#0c8ce90f;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:0 16px;box-sizing:border-box;cursor:pointer}.analytics-page-legend-item.active{box-shadow:inset 0 0 0 1px var(--legend-accent-color, #a406ff)}.analytics-page-panel--cities{overflow:hidden;display:flex;flex-direction:column}.analytics-page-legend-scroll.custom-scrollbar-container{flex:1;min-height:0;--csb-track-padding-top: 0px;--csb-track-padding-bottom: 0px}.analytics-page-legend-scroll .custom-scrollbar-content{padding-right:8px;background:transparent}.analytics-page-legend-scroll .custom-scrollbar-track{right:-8px;width:4px}.analytics-page-legend-scroll .custom-scrollbar-thumb{width:4px;height:149px}.analytics-page-cities-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-shrink:0}.analytics-page-cities-head h3{margin:0;width:auto;height:auto}.analytics-page-cities-download{width:32px;height:32px;border:1px solid rgba(12,140,233,.45);border-radius:10px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.analytics-page-cities-download img{width:20px;height:20px;display:block}.analytics-page-city-rank{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;line-height:32px;font-weight:400;letter-spacing:0;color:#0d0e11}.analytics-page-legend-item--city{grid-template-columns:24px auto 1fr auto}.analytics-page-city-name{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;line-height:32px;font-weight:400;letter-spacing:0;color:#0d0e11;white-space:nowrap}.analytics-page-city-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;line-height:32px;font-weight:400;letter-spacing:0;color:#0c8ce9cc;white-space:nowrap}.analytics-page-legend-dot{width:16px;height:16px;border-radius:6px}.analytics-page-legend-label{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:32px;letter-spacing:0;color:#0d0e11}.analytics-page-legend-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:32px;letter-spacing:0;color:#0c8ce9cc}.analytics-page-panel--chart{width:100%;height:100%;min-width:0;min-height:0;position:relative;display:flex;align-items:center;justify-content:center}.analytics-page-tools-chart-status{flex-shrink:0;margin:0 0 12px;padding:10px 12px;border-radius:12px;font-size:13px;line-height:1.4}.analytics-page-tools-chart-status.is-loading{background:#3949f314;color:#3949f3}.analytics-page-tools-chart-status.is-error{background:#f3397d14;color:#c6285d}.analytics-page-tools-chart-status.is-empty{background:#ff98001a;color:#e65100}.analytics-page-tools-chart-status p{margin:0}.analytics-page-tools-chart-status-hint{margin-top:6px!important;opacity:.85}@keyframes analytics-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.analytics-page-skeleton-shimmer,.analytics-page-skeleton-bar-label,.analytics-page-skeleton-bar,.analytics-page-skeleton-donut-center,.analytics-page-skeleton-donut-ring,.analytics-page-skeleton-value,.analytics-page-skeleton-label,.analytics-page-skeleton-dot{background:linear-gradient(90deg,#0c8ce914,#0c8ce933,#0c8ce914);background-size:200% 100%;animation:analytics-skeleton-shimmer 1.5s ease-in-out infinite}.analytics-page-panel-loading{width:100%;min-height:0}.analytics-page-panel-loading--legend{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0}.analytics-page-skeleton-legend-row{width:100%;height:56px;border-radius:12px;background:#0c8ce90f;display:grid;grid-template-columns:24px 1fr 88px;align-items:center;gap:8px;padding:0 16px;box-sizing:border-box}.analytics-page-skeleton-dot{width:24px;height:24px;border-radius:8px}.analytics-page-skeleton-label{height:16px;width:72%;border-radius:6px}.analytics-page-skeleton-value{height:16px;width:100%;border-radius:6px}.analytics-page-panel-loading--donut{width:100%;height:488px;max-width:488px;min-height:320px;position:relative;display:flex;align-items:center;justify-content:center}.analytics-page-skeleton-donut-ring{width:min(100%,360px);aspect-ratio:1;border-radius:50%;mask:radial-gradient(circle,transparent 52%,#000 53%);-webkit-mask:radial-gradient(circle,transparent 52%,#000 53%)}.analytics-page-skeleton-donut-center{position:absolute;width:42%;max-width:180px;height:56px;border-radius:12px}.analytics-page-panel-loading--bars{width:100%;height:100%;min-height:380px;display:flex;flex-direction:column;justify-content:flex-end;gap:12px;padding-top:40px;box-sizing:border-box}.analytics-page-skeleton-bars{display:flex;align-items:flex-end;justify-content:center;gap:8px;height:380px}.analytics-page-skeleton-bar{width:68px;min-height:24px;border-radius:20px 20px 0 0;flex:0 0 68px}.analytics-page-skeleton-bar-labels{display:flex;align-items:center;justify-content:center;gap:8px}.analytics-page-skeleton-bar-label{width:68px;height:12px;border-radius:4px;flex:0 0 68px}.analytics-page-chart-canvas{width:100%;height:488px;max-width:488px;min-width:280px;min-height:320px;flex-shrink:0;position:relative;top:1.23px;left:1.23px}.analytics-page-donut-center{position:absolute;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;max-width:180px}.analytics-page-donut-center div{width:100%;min-height:24px;height:auto;margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:22px;font-weight:400;letter-spacing:0;color:#0d0e11cc}.analytics-page-donut-center strong{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;line-height:32px;letter-spacing:0;font-weight:500;margin:0}.analytics-page-panel--cities-chart{overflow:hidden;position:relative;min-width:0;min-height:0}@media (max-width: 1280px){.analytics-page-grid{grid-template-columns:1fr}.analytics-page-panel--legend,.analytics-page-panel--chart{height:auto}}.analytics-page-cities-chart-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;min-width:0;min-height:0}.analytics-page-cities-chart-scroll.custom-scrollbar-container{flex:1;min-height:0;display:flex;flex-direction:column;--csb-track-padding-left: 0px;--csb-track-padding-right: 0px}.analytics-page-cities-chart-scroll .custom-scrollbar-content{flex:1;min-height:0;display:flex;flex-direction:column;background:transparent;overflow-y:visible}.analytics-page-cities-chart-scroll-content{flex:1;min-height:0;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.analytics-page-cities-chart-scroll .custom-scrollbar-track{flex-shrink:0;height:4px}.analytics-page-cities-chart-scroll .custom-scrollbar-thumb{height:4px;width:149px}.analytics-page-bar-chart-canvas{flex:0 0 380px;width:100%;height:380px;min-height:380px}.analytics-page-city-x-labels{flex-shrink:0;display:flex;flex-wrap:nowrap;align-items:center;gap:8px;width:100%;margin-top:12px;padding:0}.analytics-page-city-x-label{border:none;background:transparent;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;line-height:16px;font-weight:400;letter-spacing:0;color:#0d0e1199;width:68px;min-width:0;max-width:68px;height:16px;padding:0;flex:0 0 68px;display:block;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.analytics-page-city-x-label.active{color:var(--city-color);box-shadow:none;text-decoration-line:underline;text-decoration-color:var(--city-color);text-decoration-thickness:2px;text-underline-offset:2px}.analytics-page-city-tooltip{position:absolute;top:210px;background:#fdfdff;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;box-sizing:border-box;pointer-events:none;width:max-content;max-width:min(320px,100%);min-height:84px;height:auto;z-index:3;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.analytics-page-city-tooltip-title{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;width:auto;max-width:100%;min-height:28px;height:auto;font-size:17px;line-height:28px;font-weight:500;letter-spacing:-.01em;color:#a406ff;margin:0;white-space:nowrap}.analytics-page-city-tooltip-value{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;width:auto;max-width:100%;min-height:28px;height:auto;font-size:17px;line-height:28px;font-weight:500;color:#a406ff;white-space:nowrap}.modal-content.consultations-search-modal>.consultations-modal-title{width:auto;max-width:100%;height:auto;margin:0 0 24px}.modal-content.consultations-search-modal>.modal-subtitle{margin-bottom:16px}.modal-content.consultations-search-modal>.modal-button-secondary-record{margin-top:24px}.modal-content.consultations-modal{width:768px;min-height:auto;height:auto;padding:40px;border-radius:16px;overflow:visible;gap:0}.consultations-modal-header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}.consultations-modal-title{width:428px;height:36px;margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11}.consultations-modal-subtitle{margin:0 0 16px;width:100%;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;line-height:28px;color:#0d0e11;text-align:left}.consultations-modal-form-row{display:flex;align-items:flex-start;gap:40px;margin-bottom:8px}.consultations-modal-label{width:120px;height:20px;margin-top:10px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;text-align:left;display:block}.consultations-modal-label-date{width:120px;height:72px}.consultations-modal-input-group{display:flex;flex-direction:column;gap:8px;width:528px}.consultations-modal-input{width:100%;height:52px;border:1px solid transparent;border-radius:12px;background:#0c8ce90d;padding:12px 16px;box-sizing:border-box;outline:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11}.consultations-modal-input::placeholder{color:#0d0e1199}.consultations-modal-input:focus{border-color:#0c8ce9}.consultations-modal-input-single{width:528px}.consultations-modal-date-button{width:528px;height:52px;border:none;border-radius:12px;background:#0c8ce90d;padding:12px 16px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:#0d0e11;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px}.consultations-modal-date-button img{width:16px;height:16px;filter:brightness(0) saturate(100%)}.consultations-modal-branch{position:relative;width:528px}.consultations-modal-branch-button{width:100%}.consultations-modal-branch-button:disabled{cursor:default;opacity:.7}.consultations-modal-branch-button.is-open{border:1px solid #0c8ce9}.consultations-modal-branch-value{color:#0d0e11}.consultations-modal-branch-placeholder{color:#0d0e1199}.consultations-modal-branch-arrow{transition:transform .15s ease}.consultations-modal-branch-arrow.is-open{transform:rotate(180deg)}.consultations-modal-branch-panel{position:absolute;top:calc(100% + 8px);left:0;width:100%;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:20;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.consultations-modal-branch-scroll.custom-scrollbar-container{height:auto;max-height:192px}.consultations-modal-branch-scroll .custom-scrollbar-content{background:transparent;padding-right:0;max-height:192px}.consultations-modal-branch-empty,.consultations-modal-branch-item{width:100%;min-height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11;box-sizing:border-box}.consultations-modal-branch-item{cursor:pointer}.consultations-modal-branch-item:hover{background:#0c8ce914}.consultations-modal-branch-item.is-selected{background:#0c8ce91a;font-weight:500;color:#0c8ce9}.consultations-modal-submit{margin-top:18px;width:688px;height:52px;border:none;border-radius:12px;background:#0c8ce933;color:#fdfdff;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:not-allowed;transition:opacity .2s ease}.consultations-modal-submit--active{background:#0c8ce9;cursor:pointer}.consultations-modal-submit--active:hover{opacity:.9}.consultations-modal-error{margin-top:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#d61f1f;text-align:left}.modal-content.consultations-success-modal{width:768px;min-height:228px;height:228px;padding:40px;border-radius:16px;display:flex;align-items:center;justify-content:flex-start;overflow:visible}.consultations-success-title{width:397px;height:36px;margin:0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:0;color:#0d0e11;text-align:center}.consultations-success-message{width:688px;height:24px;margin:12px 0 0;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:center}.consultations-success-close-button{width:688px;height:52px;margin-top:24px;border-radius:12px;border:1px solid #0c8ce9;background:transparent;color:#0c8ce9;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;line-height:20px;cursor:pointer;transition:opacity .2s ease}.consultations-success-close-button:hover{opacity:.85}.consultations-page{height:100vh;overflow:hidden;position:relative}.consultations-page .home-page-logo,.consultations-page .city-selector,.consultations-page .appointments-header,.consultations-page .search-container,.consultations-page .consultations-record-button-wrap{position:fixed}.consultations-page .consultations-record-button-wrap{top:148.5px;right:16px;z-index:10;display:flex}.consultations-page .appointments-title{width:auto;max-width:none;white-space:nowrap}.consultations-page .consultations-content-row{width:100%;min-height:64px;padding:24px 32px 32px 40px;background-color:#fdfdff;box-shadow:0 2px 12px #0c8ce90d;display:grid;grid-template-columns:1.9fr 1fr 1fr 120px 40px;column-gap:16px;align-items:center;box-sizing:border-box}.consultations-page .consultations-content-row--no-actions{grid-template-columns:1.9fr 1fr 1fr 120px}.consultations-page .consultations-content-row-label{height:24px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#0d0e11cc;letter-spacing:0;text-align:left;box-sizing:border-box;min-width:0}.consultations-page .consultations-record-button.button-primary{width:180px;min-width:180px;height:40px;padding:12px 16px;border-radius:12px;gap:4px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0;color:#fdfdff}.consultations-page .search-container .consultations-status-dropdown{position:relative;display:flex;align-items:center}.consultations-page .search-container .filter-button{width:106px;height:40px;padding:12px 12px 12px 16px;border-radius:12px;border:none;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:4px;cursor:pointer;box-sizing:border-box;outline:none;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:#0d0e11;white-space:nowrap}.consultations-page .search-container .filter-button.active{border:1px solid #1677ff}.consultations-page .search-container .filter-button:focus,.consultations-page .search-container .filter-button:active,.consultations-page .search-container .filter-button:focus-visible{outline:none;box-shadow:none}.consultations-page .search-container .filter-button .filter-arrow{width:16px;height:16px;flex-shrink:0;filter:brightness(0) saturate(100%);display:block}.consultations-page .search-container .filter-arrow-open{transform:rotate(180deg)}.consultations-page .consultations-status-panel{position:absolute;top:calc(100% + 8px);left:0;width:max-content;min-width:180px;max-width:360px;height:auto;max-height:208px;padding:8px;border-radius:12px;background-color:#fdfdff;box-sizing:border-box;z-index:200;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 0 8px -4px #0c8ce914,0 0 24px -4px #0c8ce929}.consultations-page .consultations-status-scroll.custom-scrollbar-container{flex:0 0 auto;height:auto;max-height:192px;--csb-track-padding-top: 8px;--csb-track-padding-bottom: 8px}.consultations-page .consultations-status-scroll .custom-scrollbar-content{background:transparent;padding-right:0;max-height:192px}.consultations-page .consultations-status-scroll .custom-scrollbar-track{right:0}.consultations-page .consultations-status-item{width:100%;height:32px;padding:8px 12px;border:none;background:transparent;border-radius:4px;text-align:left;cursor:pointer;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:0;color:#0d0e11;box-sizing:border-box;display:flex;align-items:center;gap:8px}.consultations-page .consultations-status-item:hover{background:#0c8ce914}.consultations-page .consultations-status-item>span:last-child{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.consultations-page .consultations-status-checkbox{width:16px;height:16px;border-radius:4px;background:#0c8ce91a;border:none;box-sizing:border-box;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0c8ce9}.consultations-page .consultations-status-check{width:12px;height:12px;display:block}.consultations-page .consultations-content-row-label:first-child{width:auto;height:24px}.consultations-page .consultations-content-row-label:nth-child(2),.consultations-page .consultations-content-row-label:nth-child(3){width:auto;height:24px}.consultations-page .consultations-content-row-label:nth-child(4){width:auto;height:24px}.consultations-page .consultations-page-filter{width:129px;min-width:129px;height:40px}.consultations-page .search-container .date-picker-wrapper{flex:0 1 auto;min-width:0;max-width:min(240px,100vw - 420px)}.consultations-page .search-container .consultations-page-filter--date.filter-button{width:auto;min-width:129px;max-width:100%;gap:8px;justify-content:space-between}.consultations-page .search-container .consultations-page-filter--date.filter-button .filter-button-label{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.consultations-page .search-container .consultations-page-filter--date.filter-button .filter-arrow{flex-shrink:0}.consultations-page .consultations-arrived-header{width:120px;text-align:left}.consultations-page .consultations-actions-header{width:40px}.consultations-page .content-items-wrapper .custom-scrollbar-content{overflow-x:visible}.consultations-page .consultations-item{display:grid;grid-template-columns:1.9fr 1fr 1fr 120px 40px;column-gap:16px;align-items:center;width:100%;overflow:visible;z-index:1}.consultations-page .consultations-item--no-actions{grid-template-columns:1.9fr 1fr 1fr 120px}.consultations-page .consultations-item:has(.consultations-more-menu){z-index:2}.consultations-page .consultations-item .content-item-text,.consultations-page .consultations-item .content-item-date,.consultations-page .consultations-item .content-item-phone{width:auto;min-width:0}.consultations-page .consultations-item-arrived{width:120px;display:flex;justify-content:flex-start;align-items:center}.consultations-page .consultations-item-actions{position:relative;width:40px;display:flex;justify-content:flex-end;align-items:center;flex-shrink:0}.consultations-page .consultations-more-button{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.consultations-page .consultations-more-button img{width:24px;height:24px;display:block}.consultations-page .consultations-more-menu{position:absolute;top:100%;right:0;margin-top:4px;background-color:#fff;border-radius:16px;padding:8px;width:fit-content;min-width:178px;z-index:100;box-shadow:0 0 8px -4px #0d0e1108,0 0 24px -4px #0d0e1114;display:flex;flex-direction:column}.consultations-page .consultations-more-menu--up{top:auto;bottom:100%;margin-top:0;margin-bottom:4px}.consultations-page .consultations-more-menu-item{padding:8px 12px;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:#0d0e11;cursor:pointer;width:100%;min-height:36px;display:flex;align-items:center;border:none;background:transparent;text-align:left}.consultations-page .consultations-more-menu-item:hover{background-color:#0c8ce91a}.consultations-page .consultations-more-menu-item--danger{color:#d54421}.consultations-page .consultations-more-menu-item--danger:hover{background-color:#d5442114}.consultations-page .consultations-checkbox{width:16px;height:16px;border:1px solid rgba(12,140,233,.25);border-radius:4px;background:#eaf4ff;cursor:pointer;transition:all .2s ease}.consultations-page .consultations-checkbox--disabled{cursor:default;opacity:.45}.consultations-page .consultations-checkbox--checked{background:#0c8ce9;border-color:#0c8ce9;position:relative}.consultations-page .consultations-checkbox--checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.modal-overlay-center .modal-content-wrapper:has(.audit-log-export-modal){width:768px;max-width:calc(100vw - 80px)}.modal-overlay-center .audit-log-export-modal{width:768px;height:296px;min-height:296px;max-height:296px;border-radius:16px;padding:32px 40px;gap:16px;align-items:center;box-sizing:border-box}.audit-log-export-modal__title{margin:0;width:100%;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:500;line-height:40px;letter-spacing:0;color:#0d0e11}.audit-log-export-modal__description{margin:0;width:100%;max-width:520px;text-align:center;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11}.audit-log-export-modal__formats{width:100%;min-height:44px;padding:4px;border-radius:12px;background-color:#0c8ce90d;display:flex;flex-direction:row;gap:4px;box-sizing:border-box}.audit-log-export-modal__format{flex:1;min-width:0;height:36px;border:none;border-radius:8px;background:transparent;color:#0c8ce9;cursor:pointer;transition:all .2s ease;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;line-height:24px;letter-spacing:0;display:flex;align-items:center;justify-content:center}.audit-log-export-modal__format--active{background-color:#0c8ce9;color:#fff}.audit-log-export-modal__submit{width:100%;height:52px;margin-top:8px;padding:16px 20px;border:none;border-radius:16px;background-color:#0c8ce9;color:#f6f6f6;cursor:pointer;transition:all .2s ease;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;display:flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box}.audit-log-export-modal__submit:hover{opacity:.9}.audit-log-page{position:relative}.audit-log-page .appointments-count{width:auto;min-width:42px;padding:2px 8px}.audit-log-page .audit-log-header-action-wrap{position:absolute;top:148.5px;right:16px;z-index:10;display:flex}.audit-log-page .audit-log-header-action.button-secondary{width:auto;min-width:auto;height:40px;padding:12px 16px;border-radius:12px;gap:4px;border:1px solid #0c8ce9;background-color:#fdfdff;color:#0c8ce9;font-size:11px;font-weight:500;line-height:16px;letter-spacing:0}.audit-log-page .content-row-label{display:inline-flex;align-items:center;gap:4px}.audit-log-page .audit-log-sort-icon{width:16px;height:16px;flex-shrink:0;display:block}.audit-log-page .search-container{flex-wrap:wrap;row-gap:8px}.audit-log-page .audit-log-filters{display:contents}.audit-log-page .audit-log-filter-panel{min-width:220px;max-width:420px}.audit-log-page .search-container .filter-button{width:fit-content;min-width:0;max-width:none;justify-content:flex-start}.audit-log-page .search-container .filter-button:disabled{cursor:default;opacity:.72}.audit-log-page .content-row:after{display:none}.audit-log-page .content-row,.audit-log-page .audit-log-item{width:100%;grid-template-columns:160px 208px 208px 200px 192px minmax(160px,1fr);column-gap:16px;box-sizing:border-box}.audit-log-page .content-items-wrapper .custom-scrollbar-content{padding-right:8px}.audit-log-page .content-row-label:first-child,.audit-log-page .audit-log-item .content-item-text:first-child{width:160px;height:24px;min-width:160px;max-width:160px}.audit-log-page .content-row-label:nth-child(2),.audit-log-page .audit-log-item .content-item-text:nth-child(2){width:208px;height:24px;min-width:208px;max-width:208px}.audit-log-page .content-row-label:nth-child(3),.audit-log-page .audit-log-item .content-item-text:nth-child(3){width:208px;height:24px;min-width:208px;max-width:208px}.audit-log-page .content-row-label:nth-child(4){width:200px;height:24px;min-width:200px;max-width:200px}.audit-log-page .audit-log-item .content-item-text:nth-child(4){width:200px;min-width:200px;max-width:200px;height:auto;min-height:24px;align-items:flex-start;overflow:visible;white-space:normal;word-break:break-word}.audit-log-page .content-row-label:nth-child(5){width:192px;height:24px;min-width:192px;max-width:192px}.audit-log-page .content-row-label:nth-child(6),.audit-log-page .audit-log-header-field-cell,.audit-log-page .audit-log-item-field-cell{min-width:0}.audit-log-page .audit-log-header-field-cell{display:flex;align-items:center;gap:12px;width:100%}.audit-log-page .audit-log-header-toggle-spacer{width:24px;flex-shrink:0}.audit-log-page .audit-log-entry{width:100%;border-radius:12px;background-color:#0c8ce90d;flex-shrink:0}.audit-log-page .audit-log-entry .audit-log-item{background-color:transparent}.audit-log-page .audit-log-item-field-cell{display:flex;align-items:center;gap:12px;min-width:0}.audit-log-page .audit-log-item-field{flex:1;min-width:0}.audit-log-page .audit-log-item-toggle{width:24px;height:24px;padding:0;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;opacity:.6}.audit-log-page .audit-log-item-toggle:hover{opacity:.8}.audit-log-page .audit-log-item-toggle-icon{width:24px;height:24px;display:block;transition:transform .2s ease}.audit-log-page .audit-log-entry--expanded .audit-log-item-toggle-icon{transform:rotate(180deg)}.audit-log-page .audit-log-item-divider{height:1px;margin:16px;border-radius:9999px;background-color:#0c8ce91a}.audit-log-page .audit-log-item-details{padding:0 16px 16px}.audit-log-page .audit-log-item-diff{display:flex;align-items:flex-start}.audit-log-page .audit-log-item-diff-divider{width:1px;height:84px;flex-shrink:0;margin:0 16px;border-radius:9999px;background-color:#0c8ce91a;align-self:center}.audit-log-page .audit-log-item-diff-column{display:flex;flex:1;flex-direction:column;align-items:flex-start;gap:10px;min-width:0}.audit-log-page .audit-log-item-diff-label{height:20px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;line-height:20px;letter-spacing:0;color:#0d0e1199;text-align:left}.audit-log-page .audit-log-item-diff-value{width:100%;padding:16px 20px;border-radius:16px;background-color:#0c8ce90d;box-sizing:border-box;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0;color:#0d0e11;text-align:left;white-space:pre-line;word-wrap:break-word;overflow-wrap:break-word}.audit-log-page .audit-log-action{width:fit-content;height:32px;padding:4px 12px;border-radius:8px;font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#fdfdff;white-space:nowrap}.audit-log-page .audit-log-action--update{background-color:#fa8c16}.audit-log-page .audit-log-action--create{background-color:#389e0d}.audit-log-page .audit-log-action--delete{background-color:#d54421}.audit-log-page .audit-log-infinite-sentinel{min-height:1px}@font-face{font-family:Geist;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-cyrillic-400-normal-DnEqMUkt.woff2) format("woff2"),url(/assets/geist-cyrillic-400-normal-DoYExElg.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-latin-ext-400-normal-BP0SqLoz.woff2) format("woff2"),url(/assets/geist-latin-ext-400-normal-CxhClfoC.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/geist-latin-400-normal-DSkA1yZt.woff2) format("woff2"),url(/assets/geist-latin-400-normal-BnFbi-1n.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/geist-cyrillic-500-normal-C6JjjZZ1.woff2) format("woff2"),url(/assets/geist-cyrillic-500-normal-DEcJ8qix.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/geist-latin-ext-500-normal-0UPWgPJt.woff2) format("woff2"),url(/assets/geist-latin-ext-500-normal-Cp7xHeNA.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/geist-latin-500-normal-DJ9fwJi3.woff2) format("woff2"),url(/assets/geist-latin-500-normal-CIqOcbcu.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{margin:0;padding:0;box-sizing:border-box}*:focus,*:active,*:focus-visible{outline:none;box-shadow:none}button,a,input,select,textarea{outline:none;-webkit-tap-highlight-color:transparent}button:focus,button:active,button:focus-visible,a:focus,a:active,a:focus-visible,input:focus,input:active,input:focus-visible,select:focus,select:active,select:focus-visible,textarea:focus,textarea:active,textarea:focus-visible{outline:none;box-shadow:none}html{overflow-x:auto;overflow-y:auto}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;background-color:#f6f6f6}#root{min-height:100vh;width:100%}
