.progressAlert_progressContainer__6jKm8{margin-top:12px}.progressAlert_progressDescription__Vji_i{margin-bottom:16px;border-radius:8px;border:1px solid #d9d9d9}
.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125em;
}
.react-calendar--doubleView {
  width: 700px;
}
.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}
.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}
.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}
.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}
.react-calendar button:enabled:hover {
  cursor: pointer;
}
.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}
.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}
.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}
.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
}
.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}
.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75em;
  font-weight: bold;
}
.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}
.react-calendar__month-view__days__day--neighboringMonth {
  color: #757575;
}
.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}
.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  line-height: 16px;
}
.react-calendar__tile:disabled {
  background-color: #f0f0f0;
}
.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}
.react-calendar__tile--now {
  background: #ffff76;
}
.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}
.react-calendar__tile--hasActive {
  background: #76baff;
}
.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}
.react-calendar__tile--active {
  background: #006edc;
  color: white;
}
.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}
.react-calendar--selectRange .react-calendar__tile--hover {
  background-color: #e6e6e6;
}

.react-daterange-picker {
  display: inline-flex;
  position: relative;
}

.react-daterange-picker,
.react-daterange-picker *,
.react-daterange-picker *:before,
.react-daterange-picker *:after {
  box-sizing: border-box;
}

.react-daterange-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}

.react-daterange-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  border: thin solid gray;
}

.react-daterange-picker__inputGroup {
  min-width: calc((4px * 3) + 0.54em * 8 + 0.217em * 2);
  height: 100%;
  flex-grow: 1;
  padding: 0 2px;
  box-sizing: content-box;
}

.react-daterange-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}

.react-daterange-picker__inputGroup__divider,
.react-daterange-picker__inputGroup__leadingZero {
  display: inline-block;
}

.react-daterange-picker__inputGroup__input {
  min-width: 0.54em;
  height: 100%;
  position: relative;
  padding: 0 1px;
  border: 0;
  background: none;
  color: currentColor;
  font: inherit;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.react-daterange-picker__inputGroup__input::-webkit-outer-spin-button,
.react-daterange-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.react-daterange-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}

.react-daterange-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px + 0.54em);
}

.react-daterange-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}

.react-daterange-picker__button:enabled {
  cursor: pointer;
}

.react-daterange-picker__button:enabled:hover .react-daterange-picker__button__icon,
.react-daterange-picker__button:enabled:focus .react-daterange-picker__button__icon {
  stroke: #0078d7;
}

.react-daterange-picker__button:disabled .react-daterange-picker__button__icon {
  stroke: #6d6d6d;
}

.react-daterange-picker__button svg {
  display: inherit;
}

.react-daterange-picker__calendar {
  width: 350px;
  max-width: 100vw;
  z-index: 1;
}

.react-daterange-picker__calendar--closed {
  display: none;
}

.react-daterange-picker__calendar .react-calendar {
  border-width: thin;
}

.InsightLegends_legend__3mTCY{display:flex;align-items:center;justify-content:flex-start;padding-top:8px}.InsightLegends_legendItem__okaQk{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#606266;padding-left:20px}.InsightLegends_legendLine__hxIue{width:20px;height:2px;border-top:1.824px dashed #e99537}.InsightLegends_orgLegendItem__uCWkZ{border-top:1.824px dashed #2b4ec2}
.HighlightedBarsBackground_highlightedBarBackground__cXCA1{position:absolute;top:0;height:98%;background:linear-gradient(180deg, rgba(64, 169, 255, 0) 0%, rgba(64, 169, 255, 0.2) 100%);pointer-events:none;z-index:0}
.InsightTooltip_tooltip__c2v9R{background-color:#304156;color:#fff;padding:8px;border-radius:4px}.InsightTooltip_title__FVowJ{font-weight:bold;margin-bottom:4px;color:#fff}.InsightTooltip_value__OLwIY{color:#fff;font-size:1.25rem;font-weight:700;line-height:40px}.InsightTooltip_additionalInfo__bW2l5{color:#fff;font-size:.875rem;font-weight:400}.InsightTooltip_additionalInfo__bW2l5 .InsightTooltip_percentage__CEmSe{font-size:1rem;font-weight:700;align-items:center;gap:4px;padding:4px 10px 4px 0px;border-radius:16px}.InsightTooltip_additionalInfo__bW2l5 .InsightTooltip_positive__hOncT{color:#00b459}.InsightTooltip_additionalInfo__bW2l5 .InsightTooltip_negative__2N4WG{color:#ff6857}.InsightTooltip_additionalInfo__bW2l5 .InsightTooltip_neutral__UMuqP{color:#fff}
.InsightsAndBenchmarking_container__1jEf8{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.InsightsAndBenchmarking_content__08wYx{display:grid;grid-template-columns:auto 1fr;grid-gap:16px;gap:16px;align-items:start}@media(max-width: 1200px){.InsightsAndBenchmarking_content__08wYx{grid-template-columns:1fr;gap:20px}}.InsightsAndBenchmarking_leftSection__htZUJ{min-width:200px}@media(max-width: 1200px){.InsightsAndBenchmarking_leftSection__htZUJ{width:100%}}.InsightsAndBenchmarking_rightSection__NWPcB{display:flex;flex-direction:column;gap:16px}.InsightsAndBenchmarking_chartContainer__WqSuQ{width:100%;min-height:300px;position:relative}.InsightsAndBenchmarking_chartWrapper__Npm5Y{position:relative;width:100%;height:300px;min-width:600px}.InsightsAndBenchmarking_chartWrapper__Npm5Y .g2-tooltip{background-color:#304156 !important;border-radius:8px !important}.InsightsAndBenchmarking_chartLoading__oBI_m{display:flex;align-items:center;justify-content:center;height:300px;color:#606266;font-size:1rem}.InsightsAndBenchmarking_emptyChart__J4PE_{display:flex;align-items:center;justify-content:center;height:300px;color:#606266;font-size:1rem}.InsightsAndBenchmarking_referenceLineContainer__Ii_Bs{position:absolute;height:245px;width:100%;top:17px;left:12px}
.ActionFiltersHeader_actionFiltersHeader__ZBnPY{margin:0 20px 25px 30px}.ActionFiltersHeader_actionFiltersHeader__ZBnPY h1{margin:20px 0 20px 0;font-size:1.18rem;font-weight:normal}.ActionFiltersHeader_actionFiltersHeader__ZBnPY h1 *{font-size:inherit}.ActionFiltersHeader_actionFiltersHeader__ZBnPY .ActionFiltersHeader_filterBoxRow__IKZT7{display:flex;justify-content:space-between;align-items:flex-start}.ActionFiltersHeader_actionFiltersHeader__ZBnPY .ActionFiltersHeader_filterSection__cxNMh{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.ActionFiltersHeader_actionFiltersHeader__ZBnPY .ActionFiltersHeader_generateReportButton__o4jew{width:200px}
.CallSheets_callSheetsContainer__2FWq7{display:grid;grid-column-gap:.75rem;grid-template-columns:auto auto auto auto 1fr;min-height:13vh;align-content:center;padding:.75rem 0}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK{display:grid;grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;grid-gap:.7rem;gap:.7rem;width:19vw;min-height:10vh;border-radius:.8rem;padding:.6rem .8rem .9rem .9rem;background:#fff;border:.15rem solid rgba(0,0,0,0);color:rgba(0,0,0,.65);align-items:center}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK:hover,.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK.CallSheets_on__lT2FP{border:.15rem solid #40a9ff}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK#CallSheets_treatment-follow-up__htzh7>h3{transform:translateX(-7px)}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK.CallSheets_off__Ug5Z5{opacity:.5;transition:opacity .4s ease-out}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK.CallSheets_off__Ug5Z5:hover{opacity:1;transition:opacity .4s ease-out}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK .svg-icon{width:1.8rem;height:1.8rem}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK h3{margin:0;line-height:1rem}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK .CallSheets_users__eY9Fq{align-self:start;display:grid;grid-template-columns:auto auto;justify-content:end;align-items:center;grid-column-gap:.5rem}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK .CallSheets_description__r0Z__{grid-column:span 3;line-height:.9rem;font-size:.75rem;color:#000}@media only screen and (max-width: 1440px){.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK{grid-template-rows:1fr;grid-template-columns:auto 1fr;padding:0 1rem;min-height:9vh}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK .CallSheets_users__eY9Fq{display:none}.CallSheets_callSheetsContainer__2FWq7 .CallSheets_callSheet__evygK .CallSheets_description__r0Z__{display:none}}
.sodButton_sodButton__GzXJO{align-self:center;border:1px solid #40a9ff;background-color:#40a9ff;color:#fff}.sodButton_sodButton__GzXJO .sodButton_iconContainer__tMeGP{height:10px;width:5px;display:inline-block;position:relative}.sodButton_sodButton__GzXJO .sodButton_soIcon__yFUaF{font-size:7px;margin-left:2px;position:absolute;top:0;left:-1px}.sodButton_sodButton__GzXJO .sodButton_soIcon__yFUaF svg{font-size:7px}.sodButton_sodButton__GzXJO .sodButton_sodSpan__ZEaHK{font-weight:bold}
.alertWithAction_alert__aWlxL .alertWithAction_message__lr4U6{padding-right:.3599em}.alertWithAction_alert__aWlxL button.alertWithAction_ant-btn__zfwzU.alertWithAction_ant-btn-primary__qkGQI.alertWithAction_ant-btn-round__fY2R7{margin-left:.72em !important}.alertWithAction_alert__aWlxL .alertWithAction_ant-btn__zfwzU.alertWithAction_ant-btn-primary__qkGQI.alertWithAction_ant-btn-round__fY2R7{margin-left:.5rem}.alertWithAction_ant-message-custom-content__7QRjJ.alertWithAction_ant-message-error__XMbNU{display:flex}.alertWithAction_ant-message-custom-content__7QRjJ i.alertWithAction_anticon__Bn_bp.alertWithAction_anticon-close-circle__1RiNc{align-self:center;transform:translateY(-1px)}
.fullViewer_viewerTools___P9zh .fullViewer_toolbar__UNdBs{font-size:10px;z-index:1;flex-basis:40px}.fullViewer_viewerTools___P9zh .fullViewer_toolbar__group__tyD2L:first-of-type div:first-of-type{border-radius:4.5px 4.5px 0 0}.fullViewer_viewerTools___P9zh .fullViewer_toolbar__group__tyD2L:last-of-type div:last-of-type{border-radius:0 0 4.5px 4.5px}.fullViewer_viewerTools___P9zh .fullViewer_toolbar__item__Gkfhm{width:2.5rem;height:2.5rem}.fullViewer_viewToolsFullscreen__J_Z7i{top:5%;background-color:#333;right:0;z-index:200}.fullViewer_imageViewContainer__HhLm6{position:relative;display:flex;justify-content:center;width:100%;height:100%}.fullViewer_imageViewContainer__HhLm6 .fullViewer_spinner__qNXp6{width:100%;justify-content:center;display:grid;align-items:center}.fullViewer_imageViewContainer__HhLm6 .fullViewer_visualizer__canvas__wrapper__fRuqf{width:100%;min-height:615px;max-height:615px}.fullViewer_imageViewContainer__HhLm6 .fullViewer_visualizer__canvas__wrapper__fRuqf .fullViewer_spinner__qNXp6{top:287.5px;left:47.5%;position:relative;margin:0 auto;z-index:200}.fullViewer_imageViewContainer__HhLm6:not(.fullViewer_fullScreen__y87hC) .fullViewer_visualizer__canvas__wrapper__fRuqf{flex:1 1;position:relative}.fullViewer_imageViewContainer__HhLm6:not(.fullViewer_fullScreen__y87hC) .fullViewer_visualizer__canvas___9Xuc:not(.fullViewer_loading-image-box__0JuEQ){height:100%;width:100%;background:#000}.fullViewer_imageViewContainer__HhLm6:not(.fullViewer_fullScreen__y87hC).fullViewer_lite__DGaSt{height:820px}.fullViewer_imageViewContainer__HhLm6:not(.fullViewer_fullScreen__y87hC).fullViewer_lite__DGaSt .fullViewer_visualizer__canvas___9Xuc:not(.fullViewer_loading-image-box__0JuEQ){width:820px;height:820px}.fullViewer_imageViewContainer__HhLm6:not(.fullViewer_fullScreen__y87hC).fullViewer_lite__DGaSt .fullViewer_visualizer__canvas__wrapper__fRuqf{width:820px;height:820px}.fullViewer_imageViewContainer__HhLm6:not(.fullViewer_fullScreen__y87hC).fullViewer_lite__DGaSt .fullViewer_viewerTools___P9zh{top:215px;right:-55px}.fullViewer_imageViewContainer__HhLm6.fullViewer_fullScreen__y87hC{background:#000;width:100%;height:100%;position:fixed;left:0;top:0;overflow:hidden;z-index:202}.fullViewer_imageViewContainer__HhLm6.fullViewer_fullScreen__y87hC .fullViewer_legend-footer__v69Dm .fullViewer_tooth-dmf-legend__Ewc_q{position:relative}.fullViewer_imageViewContainer__HhLm6.fullViewer_fullScreen__y87hC .fullViewer_loading__bMZqV .fullViewer_visualizer__canvas___9Xuc>.fullViewer_image-viewer__jCm4U{visibility:hidden}.fullViewer_imageViewContainer__HhLm6.fullViewer_fullScreen__y87hC .fullViewer_anticon-spin__mgJwF{width:200px;height:200px;top:calc(50% - 100px);left:calc(50% - 100px)}.fullViewer_imageViewContainer__HhLm6.fullViewer_fullScreen__y87hC .fullViewer_visualizer__canvas___9Xuc{height:100vh;width:100%;display:grid;place-content:center;position:relative}.fullViewer_imageViewContainer__HhLm6.fullViewer_fullScreen__y87hC .fullViewer_visualizer__arrow__IPJ0q{font-size:.75rem}.fullViewer_imageViewContainer__HhLm6 .fullViewer_arrow__BC_51{background-color:#000;color:#fff;display:flex;-webkit-box-align:center;-webkit-box-pack:center;-ms-flex-align:center;-ms-flex-pack:center;-ms-flex-preferred-size:40px;justify-content:center;align-items:center;font-size:1rem;flex-basis:40px;z-index:200}.fullViewer_imageViewContainer__HhLm6 .fullViewer_arrow__BC_51 span{border:.45px solid #4a4a4a;border-radius:2px;background-color:#202023;padding:2px;cursor:pointer}.fullViewer_imageViewContainer__HhLm6 .fullViewer_arrow__BC_51 svg{font-size:1rem;width:1.31rem;height:1.31rem}.fullViewer_imageViewContainer__HhLm6 .fullViewer_arrow__BC_51 span[disabled]{opacity:.5;pointer-events:none;cursor:not-allowed}.fullViewer_imageViewContainer__HhLm6 .fullViewer_arrow__BC_51 i{border:.45px solid #4a4a4a;border-radius:2px;background-color:#202023;padding:2px;cursor:pointer !important}.fullViewer_imageViewContainer__HhLm6 .fullViewer_arrow__BC_51 i:active{opacity:.8}.fullViewer_imageViewContainer__HhLm6 .fullViewer_right__5kLMe{border-left:1px solid #363636;border-radius:0 10px 10px 0;cursor:pointer;pointer-events:all}.fullViewer_imageViewContainer__HhLm6 .fullViewer_left__LehsB{border-right:1px solid #363636;border-radius:10px 0 0 10px;cursor:pointer}
.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3{background-color:#000;border-radius:16px;width:100%}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_imageInfo__pG4G_{display:grid;grid-template-columns:2fr auto;width:100%;padding-left:2px}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_imageInfo__pG4G_ label{font-size:1rem;color:#fff;font-weight:400;padding-bottom:5px;text-align:right;padding-right:2px}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_imageCounter__HznYR{display:grid;grid-template-columns:.5fr .5fr;width:50px;padding-left:2px}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_imageCounter__HznYR .opportunityImageViewer_labelCounter__OnJbU{opacity:.5}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_imageCounter__HznYR label{font-size:20px;color:#fff;font-weight:400;padding-bottom:5px;text-align:right}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_imageCounter__HznYR strong{font-size:1.25rem;padding-bottom:5px;text-align:right;opacity:1}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_visualizer___l4vF{display:flex;grid-template-columns:auto auto auto;width:100%;justify-content:space-between}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_visualizer___l4vF .opportunityImageViewer_imageViewerContainer__fK76C{width:100%;min-height:600px;overflow:hidden;border-radius:10px}.opportunityImageViewer_container__eeFD5 .opportunityImageViewer_visualizerBox__Nf4m3 .opportunityImageViewer_visualizer___l4vF .opportunityImageViewer_imageViewerContainer__fK76C .opportunityImageViewer_image-viewer__yn_eD svg{width:1.25rem}
.OpportunityThumbnail_imageViewContainer__ELulS{position:relative;display:flex;justify-content:center;width:100%;height:100%}.OpportunityThumbnail_imageViewContainer__ELulS .OpportunityThumbnail_spinner__ULCyR{width:100%;top:137.5px;justify-content:center;display:grid;align-items:center}.OpportunityThumbnail_imageViewContainer__ELulS .OpportunityThumbnail_visualizer__canvas__wrapper__COoFX{width:100%;min-height:147px;max-height:147px}.OpportunityThumbnail_imageViewContainer__ELulS .OpportunityThumbnail_visualizer__canvas__wrapper__COoFX .OpportunityThumbnail_spinner__ULCyR{top:137.5px;left:47.5%;position:relative;margin:0 auto;z-index:200}.OpportunityThumbnail_imageViewContainer__ELulS .OpportunityThumbnail_visualizer__canvas__wrapper__COoFX{flex:1 1;position:relative}.OpportunityThumbnail_imageViewContainer__ELulS .OpportunityThumbnail_visualizer__canvas__YNRf2:not(.OpportunityThumbnail_loading-image-box__Ed2eo){height:100%;width:207px;background:#000}
.opportunityCarousel_opportunityCarousel__XTfvF{display:grid;grid-template-columns:auto auto auto;margin:0 auto;width:100%}.opportunityCarousel_navigationIcon__Jjc6J{display:flex;padding-top:4px;position:relative;color:#000;cursor:pointer;width:40px}.opportunityCarousel_navigationIcon__Jjc6J svg{width:1.5rem;height:1.5rem;align-self:center}.opportunityCarousel_opportunityContainer__0MlYg{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;overflow-x:auto}.opportunityCarousel_opportunityItem__lpxWI{cursor:pointer;background:#fff;border:3px solid rgba(0,0,0,0);border-radius:16px;overflow:hidden;min-width:207px;max-width:207px;min-height:147px;flex:1 1;position:relative}.opportunityCarousel_opportunityItem__lpxWI:hover{border:3px solid #3fa9ff}.opportunityCarousel_opportunityItem__lpxWI.opportunityCarousel_opportunityItemSelected__VFzCg{border:3px solid #3fa9ff}.opportunityCarousel_imageContainer__P2c5K{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;overflow:hidden}.opportunityCarousel_imageContainer__P2c5K .opportunityCarousel_thumbnailImage___Lo1F{width:100%;height:100%;object-fit:cover}.opportunityCarousel_overlay__KIEiP{position:absolute;bottom:0;left:0;right:0;padding:5px;z-index:10}.opportunityCarousel_overlayContent__j_5kc{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.opportunityCarousel_toothNumberContainer__VYmeQ{display:flex;align-items:center}.opportunityCarousel_toothNumberContainer__VYmeQ .toothNumber{color:#fff !important;font-weight:550}.opportunityCarousel_opportunityTypeContainer__JPVUp{display:flex;align-items:center}
.ToothNumber_toothNumber__YcQL9{display:flex;align-items:center;gap:6px;padding:3px 5px;font-size:1rem;font-weight:400;border-radius:30px;background-color:#fff;color:#000;text-transform:uppercase;line-height:24px;gap:4px;font-weight:550}.ToothNumber_toothIcon__EEoSQ{width:12px;height:15.75px}
.OpportunityThumbnail_imageViewContainer__jtH71{position:relative;display:flex;justify-content:center;width:100%;height:100%}.OpportunityThumbnail_imageViewContainer__jtH71 .OpportunityThumbnail_spinner__AjH8Z{width:100%;top:137.5px;justify-content:center;display:grid;align-items:center}.OpportunityThumbnail_imageViewContainer__jtH71 .OpportunityThumbnail_visualizer__canvas__wrapper___jOrf{width:100%;min-height:147px;max-height:147px}.OpportunityThumbnail_imageViewContainer__jtH71 .OpportunityThumbnail_visualizer__canvas__wrapper___jOrf .OpportunityThumbnail_spinner__AjH8Z{top:137.5px;left:47.5%;position:relative;margin:0 auto;z-index:200}.OpportunityThumbnail_imageViewContainer__jtH71 .OpportunityThumbnail_visualizer__canvas__wrapper___jOrf{flex:1 1;position:relative}.OpportunityThumbnail_imageViewContainer__jtH71 .OpportunityThumbnail_visualizer__canvas__EG8aq:not(.OpportunityThumbnail_loading-image-box__yaMQR){height:100%;width:207px;background:#000}
.opportunityCarousel_opportunityCarousel__HxFpw{display:grid;grid-template-columns:auto auto auto;margin:0 auto;width:100%}.opportunityCarousel_navigationIcon__ldBs5{display:flex;padding-top:4px;position:relative;color:#40a9ff;cursor:pointer;width:30px}.opportunityCarousel_navigationIcon__ldBs5 svg{width:1.5rem;height:1.5rem;align-self:center}.opportunityCarousel_opportunityContainer__81YdV{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;overflow-x:auto;min-width:854px}.opportunityCarousel_opportunityItem__4koHy{cursor:pointer;background:#fff;border:3px solid rgba(0,0,0,0);border-radius:16px;overflow:hidden;min-width:200px;max-width:200px;min-height:140px;flex:1 1;position:relative;outline:2px solid #000;outline-offset:-3px}.opportunityCarousel_opportunityItem__4koHy:hover{outline:3px solid #3fa9ff;outline-offset:-3px}.opportunityCarousel_opportunityItem__4koHy.opportunityCarousel_opportunityItemSelected__p9p8h{outline:3px solid #3fa9ff;outline-offset:-3px}.opportunityCarousel_imageContainer__Rt2MQ{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;overflow:hidden}.opportunityCarousel_imageContainer__Rt2MQ .opportunityCarousel_thumbnailImage__AkTSq{width:100%;height:100%;object-fit:cover}.opportunityCarousel_overlay__ISL78{position:absolute;bottom:0;left:0;right:0;padding:5px 4px;z-index:10;background-color:#fff}.opportunityCarousel_overlayContent__f1yYp{display:flex;align-items:center;justify-content:space-between;gap:0px;flex-wrap:wrap;height:28px}.opportunityCarousel_toothNumberContainer__Cko7m{display:flex;align-items:center}.opportunityCarousel_toothNumberContainer__Cko7m .toothNumber{color:#fff !important;font-weight:550}.opportunityCarousel_opportunityTypeContainer__L8ej3{display:flex;align-items:center}.opportunityCarousel_opportunityTypeContainer__L8ej3 .opportunityCarousel_opportunityTypeText__UhYkr{font-size:.75rem;font-weight:700;color:#000}
.OpportunityImageCarousel_aiThumbnailContainer__kxC1c{cursor:pointer;margin:0 3px;display:flex;justify-content:center}.OpportunityImageCarousel_aiThumbnailContainer__kxC1c .OpportunityImageCarousel_thumbnailImage__vl70x{background-size:cover !important;border-radius:8px;width:110px;height:87px;margin:7px;overflow:hidden;outline:2px solid #000;outline-offset:-2px;cursor:pointer}.OpportunityImageCarousel_aiThumbnailContainer__kxC1c .OpportunityImageCarousel_thumbnailImage__vl70x img{width:100%;border-radius:4px}.OpportunityImageCarousel_aiThumbnailContainer__kxC1c .OpportunityImageCarousel_thumbnailSelected__CYgsK{outline:2px solid #3fa9ff;outline-offset:-2px}.OpportunityImageCarousel_aiThumbnailContainer__kxC1c .OpportunityImageCarousel_thumbnailEmpty__LKO2X{width:60px;height:60px;background-color:#ebebeb;cursor:auto}.OpportunityImageCarousel_aiThumbnails__ewk6m{display:flex;justify-content:flex-start;padding-left:12px;padding-right:17px;padding-bottom:17px}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationIcon__As2UA{display:flex;padding-top:4px;position:relative;color:#3fa9ff;cursor:pointer}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationIcon__As2UA .OpportunityImageCarousel_label__8FiLT{position:absolute;left:42%;top:30px;color:#fff;pointer-events:none;z-index:100}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationIcon__As2UA .OpportunityImageCarousel_label__8FiLT span{font-size:.75rem}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationIcon__As2UA svg{width:4.37rem;height:4.37rem;align-self:flex-start}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationIcon__As2UA .OpportunityImageCarousel_next__BCtFM{padding-left:4px}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationIcon__As2UA .OpportunityImageCarousel_prev__HJxBU{padding-right:4px}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationArrorIcon__IO2zy{display:flex;padding-top:4px;position:relative;color:#3fa9ff;cursor:pointer}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationArrorIcon__IO2zy .OpportunityImageCarousel_label__8FiLT{position:absolute;left:31%;top:32px;z-index:100;font-size:.75rem;color:#fff;pointer-events:none}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationArrorIcon__IO2zy .OpportunityImageCarousel_label__8FiLT span{font-size:.75rem}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_navigationArrorIcon__IO2zy .OpportunityImageCarousel_prev__HJxBU{padding-right:4px}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_dotWrapper__Lx63D{margin-left:6px;position:relative;top:-21px}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_dotWrapper__Lx63D .OpportunityImageCarousel_ant-badge__a97tK{width:10px}.OpportunityImageCarousel_aiThumbnails__ewk6m .OpportunityImageCarousel_dotWrapper__Lx63D .OpportunityImageCarousel_ant-badge__a97tK .OpportunityImageCarousel_ant-badge-status-dot__QNXb1{width:10px;height:10px}
.OpportunityViewer_container__shCcZ{display:flex;flex-direction:column;gap:24px;width:100%}.OpportunityViewer_body__F_Mxh{display:flex;flex-direction:column;background-color:#202023;border-radius:20px}.OpportunityViewer_imageViewerSection__RHrwq{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:16px;background-color:#202023;border-radius:20px;padding:21px 17px 15px 17px}.OpportunityViewer_imageViewerSection__RHrwq button{align-self:flex-end}.OpportunityViewer_loadingContainer__DhNqh,.OpportunityViewer_noImageContainer__zIXjC{display:flex;justify-content:center;align-items:center;min-height:300px;background:#000;border-radius:8px;padding:20px}.OpportunityViewer_footer__9MnGD{display:flex;flex-direction:column;gap:16px}.OpportunityViewer_moreOpportunitiesLabel__WMSsR{padding-left:5px}.OpportunityViewer_noCarouselContainer__QpNGn{height:110px}
.TreatmentDetails_treatmentDetails__4lGoQ{display:flex;flex-direction:row;gap:12px;padding:0 24px 12px 0px}.TreatmentDetails_treatmentDetails__4lGoQ .TreatmentDetails_treatmentDetailsItem__RJdXW{display:flex;flex-direction:column;gap:12px;padding:0 24px 12px 24px}.TreatmentDetails_treatmentDetails__4lGoQ .TreatmentDetails_treatmentDetailsItem__RJdXW:first-child{padding-left:0}.TreatmentDetails_treatmentDetails__4lGoQ .TreatmentDetails_treatmentDetailsItem__RJdXW .TreatmentDetails_treatmentDetailsItemTitle__J89GN{font-size:.75rem;font-weight:700;color:#6a6a6a}.TreatmentDetails_treatmentDetails__4lGoQ .TreatmentDetails_treatmentDetailsItem__RJdXW .TreatmentDetails_treatmentDetailsItemValue__sSQiP{font-weight:700;color:#000;font-size:1rem}
.TreatmentsTab_treatmentsTab__OBUzE{display:flex;flex-direction:column;gap:8px;padding:16px}.TreatmentsTab_treatmentContainer__OiDAS{display:flex;flex-direction:column;width:100%;padding:0 24px 24px 24px}.TreatmentsTab_backToTreatments__Ol08Z{display:flex;align-items:center;gap:12px;padding:24px 0 12px 0}.TreatmentsTab_backToTreatments__Ol08Z button{background:none;color:#000;font-size:1rem;font-weight:700;border:none;cursor:pointer}.TreatmentsTab_noTreatmentsIcon__Zdu_L{width:140px !important;height:170.609px !important}
.categoriesDropdown_button__5rDQI{display:inline-flex;align-items:center;gap:8px;padding:.57149em .72em;font-size:.875rem;font-weight:550;border-radius:100px;border:1px solid #000;background:#fff;color:#000;cursor:pointer;line-height:1.2;height:28px}.categoriesDropdown_button__5rDQI:hover{border-color:#000;color:#000}.categoriesDropdown_chevron__INyZT{font-size:.875rem;color:inherit}.categoriesDropdown_popoverOverlay__OqcLg .ant-popover-arrow{display:none}.categoriesDropdown_popoverOverlay__OqcLg .ant-popover-inner-content{padding:0}.categoriesDropdown_panel__JQ4lK{min-width:240px;padding:10px 0;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.2)}.categoriesDropdown_row__Oyqkd{display:flex;align-items:center;gap:8px;padding:.57149em .72em;font-size:.875rem;color:rgba(0,0,0,.85);cursor:pointer}.categoriesDropdown_row__Oyqkd:hover{background:#ecf5ff}.categoriesDropdown_rowAllPathologies__no2u9{background:#f7f9fc}.categoriesDropdown_rowAllPathologies__no2u9:hover{background:#f7f9fc}.categoriesDropdown_dotSlot__EDM4l{display:flex;width:14px;flex-shrink:0;justify-content:center;align-items:center}.categoriesDropdown_dot__gKpag{width:10px;height:10px;border-radius:50%;flex-shrink:0}.categoriesDropdown_label__FIVHY{flex:1 1;min-width:0;color:#3d4c64;font-size:.875rem;font-weight:400;line-height:22px}.categoriesDropdown_checkbox__NquLN .ant-checkbox{top:0}
.xRayContainer_container__l4W5C{display:-ms-flexbox;flex-direction:column;justify-content:center;min-width:30rem;display:flex;flex-direction:row}.xRayContainer_treatmentsContainer__IF5FL{width:868px;padding-top:24px}.xRayContainer_leftContainer__TmSLb{width:100%;padding:0 24px 24px 24px}.xRayContainer_visualizerContainer__JRCM6{display:flex;flex-flow:column;gap:15px;background-color:#202023;border-radius:20px;padding:15px 6px}.xRayContainer_visualizerMicroFmx__m1lGk,.xRayContainer_visualizerMicroFmxHighlighted__DEGaz{aspect-ratio:1.75/1;height:100%;margin-right:auto}.xRayContainer_visualizerMicroFmxHighlighted__DEGaz{background-color:#1a1a1a}.xRayContainer_micro-fmx__wrapper__7_J4v{height:100%;padding:.47rem;cursor:pointer}.xRayContainer_visualizerBody___j43h{position:relative;overflow:hidden;width:100%;min-height:500px}.xRayContainer_visualizerBody___j43h .xRayContainer_spinner__HfnwU{width:100%;height:100%;min-height:500px;justify-content:center;display:grid;align-items:center}.xRayContainer_visualizerWrapper__RIJ10{display:flex;flex-flow:column;background:#202023;padding:0 .78rem .62rem .78rem;border-radius:.78rem;width:100%}.xRayContainer_visualizerHeader__19fUB{display:flex;justify-content:space-between;align-items:center;flex-flow:row-reverse;gap:.78rem;height:72px;color:#fff}.xRayContainer_categoriesToolbar__UZbA6{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:calc(16px*2);width:100%;padding:24px 0 16px 0}.xRayContainer_studyDateField__mGYQ9{display:flex;align-items:center;gap:8px}.xRayContainer_studyDateLabel__WoaJ3{color:#6a6a6a;font-size:.75rem;font-weight:700;line-height:22px}.xRayContainer_dateSelect__kSzHe{width:120px;min-width:120px}.xRayContainer_dateSelect__kSzHe .ant-select-selector{border-color:#000 !important;color:#000 !important;height:28px !important;align-items:center}.xRayContainer_dateSelect__kSzHe .ant-select-selection-item,.xRayContainer_dateSelect__kSzHe .ant-select-selection-placeholder{color:#000 !important}.xRayContainer_dateSelect__kSzHe .ant-select-arrow .anticon{color:#000}.xRayContainer_dateSelect__kSzHe.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.xRayContainer_dateSelect__kSzHe:not(.ant-select-disabled):hover .ant-select-selector{border-color:#000 !important}.xRayContainer_dateSelect__kSzHe .ant-select-selection-search-input{height:28px !important}.xRayContainer_innerPanel__raiBI{width:100%;margin-top:15px}
.XRaysTab_xRaysTab___s2vP{display:flex;flex-direction:column;gap:8px;flex:1 1;min-height:0}.XRaysTab_placeholder__wDx_p{font-size:.875rem;color:#606266;padding:16px}
.InsuranceInformationRow_section__25Pdy{margin-top:.3599em;display:flex;flex-wrap:nowrap;align-items:center;gap:0 1.7308em;padding:5px 12px;background-color:#f6f6f6}.InsuranceInformationRow_column__BT_7Y{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:0px}.InsuranceInformationRow_columnDivider__MACuZ{height:55px}.InsuranceInformationRow_label__4h7uA,.InsuranceInformationRow_value__8KkM7{font-weight:700;line-height:normal}.InsuranceInformationRow_label__4h7uA{color:#6a6a6a;font-size:.75rem}.InsuranceInformationRow_value__8KkM7{font-size:1.5rem;color:#000}
.CategoryAmountsList_container__VK7Ma .CategoryAmountsList_title__Yr_l4{font-size:.75rem;font-weight:700;color:#6a6a6a;margin-bottom:4px}.CategoryAmountsList_category__sCY8X{display:flex;flex-direction:column;margin-bottom:8px}.CategoryAmountsList_category__sCY8X .CategoryAmountsList_categoryLabel__tmHae{font-size:1rem;font-weight:400;color:#000;margin-bottom:2px}.CategoryAmountsList_category__sCY8X .CategoryAmountsList_row__OzPsR{display:flex;gap:4px;align-items:baseline}.CategoryAmountsList_category__sCY8X .CategoryAmountsList_amount__YZbrk{font-weight:700;color:#000;font-size:1rem}.CategoryAmountsList_category__sCY8X .CategoryAmountsList_coverageInfo__rNrJL{font-weight:400;font-size:1rem}
.RemainingProgress_container__S06Sd{display:flex;align-items:center;gap:12px;padding:0 0 16px 0}.RemainingProgress_container__S06Sd .RemainingProgress_label___D0pf{font-size:.875rem;color:#000;white-space:nowrap}.RemainingProgress_container__S06Sd .RemainingProgress_value__u8w7Z{font-size:.875rem;white-space:nowrap;min-width:122px}.RemainingProgress_container__S06Sd .ant-progress{flex:1 1;min-width:0}
.CollapseHeader_header__p5GfU{display:flex;align-items:center;flex-wrap:wrap;gap:0 8px;justify-content:space-between}.CollapseHeader_header__p5GfU .CollapseHeader_titleContainer__ISbqM{display:flex;align-items:center;gap:0 8px}.CollapseHeader_header__p5GfU .CollapseHeader_titleContainer__ISbqM span{font-size:1rem}.CollapseHeader_header__p5GfU .CollapseHeader_updatedDate__mGc3v{font-size:.75rem;color:#301202;font-weight:400}
.CarrierDetails_container__6Kz0K .ant-collapse-header{display:flex;align-items:center !important;flex-wrap:wrap}.CarrierDetails_container__6Kz0K .ant-collapse-content-box{padding:0px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_{padding:0px;background:#fff}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_title__iLhvf{margin-bottom:10px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl{padding:0 10px 10px 10px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_percentageBox__nXeCj{border-radius:16px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_categoriesRow__kiXle{display:flex;flex-wrap:wrap;gap:24px;padding-top:10px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_categoriesRow__kiXle>*{flex-grow:1;flex-shrink:1;flex-basis:calc(33.333% - 16px);min-width:0}
.PlanDetails_container__o9FoV .ant-collapse-header{display:flex;align-items:center !important;flex-wrap:wrap}.PlanDetails_container__o9FoV .ant-collapse-content-box{padding:0px}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK{padding:0px;background:#fff}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_title__isVeV{margin-bottom:10px}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM{padding:10px}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM .PlanDetails_progressContainer__4FBmV{display:flex;align-items:center;justify-content:space-between;padding:14px 0 16px 0}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM .PlanDetails_progressContainer__4FBmV span{font-size:1rem;font-weight:700;min-width:122px}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM .PlanDetails_percentageBox__sSy7D{border-radius:10px}.PlanDetails_container__o9FoV .PlanDetails_label__bQwv_{font-size:.75rem}.PlanDetails_container__o9FoV .PlanDetails_value__IwVNt{font-size:.875rem;font-weight:400;line-height:24px}
.TreatmentLookupHeader_header__u116U{display:flex;align-items:center;flex-wrap:wrap;gap:0 8px;justify-content:space-between}.TreatmentLookupHeader_header__u116U .TreatmentLookupHeader_titleContainer__KloY7{display:flex;align-items:center;gap:0 8px}.TreatmentLookupHeader_header__u116U .TreatmentLookupHeader_titleContainer__KloY7 span{font-size:1rem}.TreatmentLookupHeader_header__u116U .TreatmentLookupHeader_updatedDate__z3FHV{font-size:.75rem;color:#301202;font-weight:400}.TreatmentLookupHeader_searchFilter__dCSRW{width:243px}.TreatmentLookupHeader_searchFilter__dCSRW .pearl-input{flex-direction:row-reverse}.TreatmentLookupHeader_searchFilter__dCSRW .pearl-input input{padding:8px;border-radius:19px;border:1px solid #d9d9d9}.TreatmentLookupHeader_searchFilter__dCSRW .pearl-input input::placeholder{color:#b9b9b9;font-style:italic}.TreatmentLookupHeader_searchFilter__dCSRW svg{height:1rem;margin-right:.93rem}
.BreakdownTable_wrapper__UB6ZG{font-size:.875rem;width:100%;color:#333}.BreakdownTable_card__7DL7X{position:relative;background:#fff;border-radius:8px;border:1px solid #d9d9d9;overflow:hidden}.BreakdownTable_tableContainer__PfTvL{position:relative;overflow:auto}.BreakdownTable_overlay__BtPDS{position:absolute;inset:0;background:hsla(0,0%,100%,.6);z-index:1}.BreakdownTable_spinnerContainer__Z_0pN{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.BreakdownTable_table__960uO{width:100%;border-collapse:collapse;background:#fff}.BreakdownTable_table__960uO th,.BreakdownTable_table__960uO td{padding:.85em 1.1489em;border-bottom:1px solid #e8e8e8;vertical-align:middle}.BreakdownTable_table__960uO th{font-weight:700;color:#333;font-size:.875rem}.BreakdownTable_table__960uO tbody tr:last-child td{border-bottom:none}.BreakdownTable_thService__G7M1U,.BreakdownTable_thApplyDeductible__fzF1R{text-align:left}.BreakdownTable_thCoInsurance__3Le3s{min-width:118px}.BreakdownTable_thCoInsurance__3Le3s,.BreakdownTable_thLimitations___5RO4{text-align:left}.BreakdownTable_cellService__1JZiA{text-align:left}.BreakdownTable_cellCoInsurance__MCQ0w,.BreakdownTable_cellLimitations__M_1jT{text-align:left;color:#333}.BreakdownTable_parentRow__xudWx{cursor:default;font-weight:400}.BreakdownTable_parentRow__xudWx.BreakdownTable_parentRowExpanded__C_H_K .BreakdownTable_serviceLabel__97d_j{font-weight:700}.BreakdownTable_parentRowClickable__9WqpJ{cursor:pointer}.BreakdownTable_chevronExpanded__N23ld,.BreakdownTable_chevron__uBiur{color:#40a9ff}.BreakdownTable_chevron__uBiur{display:inline-flex;vertical-align:middle;margin-right:.57149em;transition:transform .2s ease;flex-shrink:0}.BreakdownTable_chevronExpanded__N23ld{transform:rotate(90deg)}.BreakdownTable_serviceLabel__97d_j{vertical-align:middle}.BreakdownTable_childRow__oF2xJ{font-weight:400;background:#fff}.BreakdownTable_childRow__oF2xJ td{border-bottom:1px solid #e8e8e8}.BreakdownTable_childLabel__xV9n_{padding-left:1.7308em;display:inline-block;color:#333;font-size:.875rem}.BreakdownTable_notesIcon__TGO_r{margin-left:4px;cursor:help;opacity:.8;vertical-align:middle}.BreakdownTable_emptyMessage__FMbUG{padding:1.7308em !important;text-align:center;color:#b9b9b9}
.TreatmentCodeLookup_container___r5dB{padding-top:10px}.TreatmentCodeLookup_container___r5dB .ant-collapse-header{display:flex;align-items:center !important;flex-wrap:wrap}.TreatmentCodeLookup_container___r5dB .ant-collapse-content-box{padding:0px}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx{padding:10px 0 0 0;background:#fff}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_title__Jrhno{margin-bottom:10px}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG{padding:10px}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG .TreatmentCodeLookup_progressContainer__eYfoz{display:flex;align-items:center;justify-content:space-between;padding:14px 0 16px 0}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG .TreatmentCodeLookup_progressContainer__eYfoz span{font-size:1rem;font-weight:700;min-width:122px}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG .TreatmentCodeLookup_percentageBox__z5afD{border-radius:10px}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG .TreatmentCodeLookup_percentageValue__nbhXm,.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG .TreatmentCodeLookup_percentageTitle__h6Oq1{font-weight:700;text-align:center}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG .TreatmentCodeLookup_percentageTitle__h6Oq1{font-size:.875rem}.TreatmentCodeLookup_container___r5dB .TreatmentCodeLookup_breakdownTableContainer__gg3fx .TreatmentCodeLookup_percentagesContainer__IBKwG .TreatmentCodeLookup_percentageValue__nbhXm{font-size:1.56rem}
.HistoryTable_card__P0gEc{background:#fff;border-radius:8px;border:1px solid #d9d9d9;overflow:hidden;width:100%}.HistoryTable_table___44XH{width:100%;border-collapse:collapse;background:#fff;font-size:.875rem;color:#242936}.HistoryTable_table___44XH th,.HistoryTable_table___44XH td{padding:.85em 1.1489em;border-bottom:1px solid #dcdfe6;vertical-align:middle;text-align:left}.HistoryTable_table___44XH th{font-weight:550;color:#242936}.HistoryTable_table___44XH tbody tr:last-child td{border-bottom:none}.HistoryTable_thDate__QH5rc{min-width:228px}.HistoryTable_thCode___A_b9{min-width:118px}.HistoryTable_thProcedure__z1eCn{min-width:0}.HistoryTable_thDate__QH5rc,.HistoryTable_tdDate__0t_CR{width:1%;white-space:nowrap}.HistoryTable_thCode___A_b9,.HistoryTable_tdCode__s_ElD{width:1%;white-space:nowrap}.HistoryTable_thProcedure__z1eCn,.HistoryTable_tdProcedure__fYr9A{min-width:0}
.ClaimHistory_container__26PQ5 .ant-collapse-header{display:flex;align-items:center !important;flex-wrap:wrap}.ClaimHistory_container__26PQ5 .ant-collapse-content-box{padding:0px}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy{padding:0px;background:#fff}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_title__Mo4Ky{margin-bottom:10px}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf{padding:10px}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf .ClaimHistory_progressContainer__Nkamt{display:flex;align-items:center;justify-content:space-between;padding:14px 0 16px 0}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf .ClaimHistory_progressContainer__Nkamt span{font-size:1rem;font-weight:700;min-width:122px}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf .ClaimHistory_percentageBox__yzRNu{border-radius:10px}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf .ClaimHistory_percentageValue__xw5nn,.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf .ClaimHistory_percentageTitle__6FR81{font-weight:700;text-align:center}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf .ClaimHistory_percentageTitle__6FR81{font-size:.875rem}.ClaimHistory_container__26PQ5 .ClaimHistory_insuranceBenefitsSummary__ttmhy .ClaimHistory_percentagesContainer__gbIgf .ClaimHistory_percentageValue__xw5nn{font-size:1.56rem}
.insuranceSelector_insuranceOptions__J33Jd{margin:0 15px;padding:11px 0 32px 0;display:flex;flex-direction:row;gap:8px;justify-content:space-between}.insuranceSelector_insuranceOptions__J33Jd .insuranceSelector_insuranceDropdown__XzxHr{justify-content:flex-start;border-radius:100px;border:.5px solid #000;background:#fff;color:#000;padding-top:2px;padding-bottom:2px}.insuranceSelector_insuranceOptions__J33Jd .insuranceSelector_insuranceDropdown__XzxHr .insuranceSelector_dropdownLabel__Xvv48{max-width:212px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:middle}.insuranceSelector_insuranceOptions__J33Jd .insuranceSelector_insuranceDropdown__XzxHr .insuranceSelector_dropdownArrow__RiE7L{width:.75em;height:.95em;margin-left:5px}.insuranceSelector_insuranceOptions__J33Jd .insuranceSelector_networksOptions__NWbn7{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.insuranceSelector_insuranceOption__5igtD,.insuranceSelector_selectedOption__fxCMh{display:flex;padding:4px 20px;justify-content:center;align-items:center;gap:10px;border-radius:39px !important;background:#ebebeb !important;font-weight:700 !important;color:#b9b9b9 !important;cursor:pointer !important;pointer-events:all !important;text-transform:capitalize !important}.insuranceSelector_selectedOption__fxCMh{background:#fff !important;border:1px solid #626262 !important;font-weight:550 !important;color:#000 !important}
.InsuranceBreakdown_container__SmKmv{font-size:.875rem;color:#301202}.InsuranceBreakdown_spinnerContainer__A0y25{display:flex;flex-direction:row;align-items:center;justify-content:center;height:400px;width:100%;align-content:center}
.Provisions_container__1_J9Q .ant-collapse-header{display:flex;align-items:center !important;flex-wrap:wrap}.Provisions_container__1_J9Q .ant-collapse-content-box{padding:0px}.Provisions_container__1_J9Q .Provisions_body__Gm4B2{padding:24px 16px;background:#fff;border-radius:16px;border:1px solid #d8d8d8}.Provisions_container__1_J9Q .Provisions_body__Gm4B2 div{padding-bottom:12px}.Provisions_container__1_J9Q .Provisions_body__Gm4B2 div:last-child{padding-bottom:0}.Provisions_container__1_J9Q .Provisions_body__Gm4B2 div span{font-size:.875rem;font-weight:400;color:#000;line-height:12px}
.InsuranceTab_insuranceTab__nMIfO{padding:16px}.InsuranceTab_placeholder__7AE30{font-size:.875rem;color:#606266}.InsuranceTab_precheckLockedPanel__OR4eU{padding:24px 16px;border-radius:8px;border:1px solid #d9d9d9;background-color:#fff}.InsuranceTab_noInsuranceIcon__ZfC5W{width:140px !important;height:170.609px !important}
.PatientInfoV2_patientInfoV2Container__yGlMS{background-color:#fff;display:flex;flex-direction:column;width:964px;height:100%;max-height:100%;min-height:0;overflow:hidden}.PatientInfoV2_patientInfoV2Container__yGlMS .ant-collapse-borderless{background-color:#fff}.PatientInfoV2_tabContentArea__5xRNI{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;background-color:#fff}.PatientInfoV2_loadingContainer___eJZk{display:flex;justify-content:center;align-items:center;height:100%;width:100%;min-height:400px}
.patientInfoModal_visualizerModalV1__ihq7n .ant-modal-body{height:calc(100vh - 44px);overflow-y:auto;overflow-x:hidden;padding:.5rem 0;border-radius:.5rem}.patientInfoModal_visualizerModalV1__ihq7n .ant-modal-header{display:none}.patientInfoModal_visualizerModal__29fIo{top:0;right:0;left:auto;margin:0;padding-bottom:0;min-width:964px !important}.patientInfoModal_visualizerModal__29fIo .ant-modal-content{background-color:#fff;border-top-right-radius:0}.patientInfoModal_visualizerModal__29fIo .ant-modal-close{top:22px;color:#000;stroke-width:2.5px;stroke:#000}.patientInfoModal_visualizerModal__29fIo .ant-modal-body [data-patient-info-v2-root]{margin-top:-10px}.patientInfoModal_visualizerModal__29fIo .ant-modal-body{display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:0 0 .5rem 0;border-radius:.5rem}.patientInfoModal_visualizerModal__29fIo .ant-modal-body [data-patient-info-v2-root]{flex:1 1;min-height:0}.patientInfoModal_visualizerModal__29fIo .ant-modal-header{display:none}.patientInfoModal_sidePanelOverlay__skMtw{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;pointer-events:none}.patientInfoModal_sidePanelContent__z6s_r{position:absolute;padding:1.3rem 0 0 0;top:0;right:0;bottom:0;background:#f5f8fb;border:1px solid #dcdfe6;display:flex;flex-direction:column;align-items:stretch;width:964px !important;box-shadow:-5px 0 10px 0 rgba(0,0,0,.2);overflow:hidden;pointer-events:auto;animation:patientInfoModal_slideInFromRight__aQYQu .3s ease-out}.patientInfoModal_sidePanelContent__z6s_r [data-patient-info-v2-root]{flex:1 1;min-height:0}@media(max-width: 900px){.patientInfoModal_sidePanelContent__z6s_r{width:100%}}@keyframes patientInfoModal_slideInFromRight__aQYQu{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.patientInfoModal_visualizerModalWrap__OIlaB{display:flex !important;justify-content:flex-end !important;align-items:flex-start !important;padding-top:0px}.patientInfoModal_visualizerModalWrap__OIlaB .visualizerModalSlideRight-enter,.patientInfoModal_visualizerModalWrap__OIlaB .visualizerModalSlideRight-appear{transform:translateX(100%) !important;opacity:0}.patientInfoModal_visualizerModalWrap__OIlaB .visualizerModalSlideRight-enter-active,.patientInfoModal_visualizerModalWrap__OIlaB .visualizerModalSlideRight-appear-active{transform:translateX(0) !important;opacity:1;transition:transform .3s ease-out,opacity .3s ease-out}.patientInfoModal_visualizerModalWrap__OIlaB .visualizerModalSlideRight-leave{transform:translateX(0) !important;opacity:1}.patientInfoModal_visualizerModalWrap__OIlaB .visualizerModalSlideRight-leave-active{transform:translateX(100%) !important;opacity:0;transition:transform .3s ease-out,opacity .3s ease-out}
.tdPatientName_patientName__BuGOI{display:flex;flex-direction:column}.tdPatientName_patienNameId__PmkWY{font-weight:lighter}.tdPatientName_disabled__y9oMu{color:rgba(0,0,0,.25)}
.tdContantInfo_container__YNsSh{display:flex;flex-direction:column;gap:10px;margin:1px 0;border-radius:8px;padding:5px 10px;width:100%;height:100%;justify-content:center;background-color:#fff;transition:width 250ms ease 250ms}.tdContantInfo_container__YNsSh:hover{width:var(--expansion-width);transition:width 250ms ease 250ms}.tdContantInfo_container__YNsSh button{display:flex;gap:10px;align-items:center;overflow:hidden;width:auto;border:none;border-radius:5px;padding:8px 10px;background-color:#f0f9fd;transition:color 1250ms ease,padding 500ms ease;color:rgba(0,0,0,.65)}.tdContantInfo_container__YNsSh button:hover{color:#40a9ff;cursor:pointer;transition:color 250ms ease,padding 500ms ease}.tdContantInfo_container__YNsSh button svg{flex-shrink:0}.tdContantInfo_container__YNsSh button .tdContantInfo_icon__5CH6v{pointer-events:none}.tdContantInfo_container__YNsSh button .tdContantInfo_content__s58L9{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 1450px){.tdContantInfo_container__YNsSh{overflow:hidden;transition:width 250ms ease 250ms,background-color 500ms ease 150ms 250ms;padding:5px 10px;background-color:rgba(0,0,0,0)}.tdContantInfo_container__YNsSh:hover{width:var(--expansion-width);background-color:#fff;transition:width 500ms ease 250ms,background-color 150ms ease 250ms}.tdContantInfo_container__YNsSh button{padding:0;background:rgba(0,0,0,0)}.tdContantInfo_container__YNsSh button>.tdContantInfo_icon__5CH6v{display:flex;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;z-index:1;border-radius:50%;background:#f1f9fe}}
.tdTreatments_treatmentList__i9DZ1{max-height:4.37rem;overflow-y:auto}
.cancelledAppointments_tableContainer___Zqfn{position:relative;margin-top:.47rem;padding:20px 0;background:#fff;border-radius:15px}.cancelledAppointments_spinner__ncLas{display:flex;justify-content:center;align-items:center;position:absolute;z-index:99;width:100%;height:100%;margin:0;background-color:hsla(0,0%,100%,.6)}.cancelledAppointments_cancelledTable__Mcady{display:flex;flex-flow:column;width:100%;border-collapse:collapse;color:#000}.cancelledAppointments_cancelledTable__Mcady th{text-align:left}.cancelledAppointments_cancelledTable__Mcady .cancelledAppointments_patientName__epOMK{display:flex;flex-direction:column}.cancelledAppointments_cancelledTable__Mcady .cancelledAppointments_patientName__id__jGhYl{font-weight:lighter}.cancelledAppointments_cancelledTable__Mcady .cancelledAppointments_cancelledDate__buzMO{color:#b01d1d}.cancelledAppointments_cancelledTable__Mcady thead{flex:0 0 auto;overflow:hidden;color:#9eb3c8;background:#f7f9fb}.cancelledAppointments_cancelledTable__Mcady thead tr{height:-moz-fit-content;height:fit-content;position:relative;border-bottom:1px solid #d8d8d8}.cancelledAppointments_cancelledTable__Mcady thead tr th{width:100%;padding:20px 10px}.cancelledAppointments_cancelledTable__Mcady thead tr th:nth-child(2){padding-left:.81rem}.cancelledAppointments_cancelledTable__Mcady thead tr th:nth-child(8){padding-left:12px}.cancelledAppointments_cancelledTable__Mcady tbody{display:block;flex:1 1 auto;overflow:auto}.cancelledAppointments_cancelledTable__Mcady tbody tr{overflow:hidden;border-bottom:1px solid #d8d8d8}.cancelledAppointments_cancelledTable__Mcady tbody tr:hover:not(.cancelledAppointments_empty__XMiXT){background:#f0f5f9}.cancelledAppointments_cancelledTable__Mcady tbody tr td:nth-child(1):not(.cancelledAppointments_spinner-container__FDBDQ){font-weight:bold}.cancelledAppointments_cancelledTable__Mcady tbody tr td:nth-child(1):not(.cancelledAppointments_spinner-container__FDBDQ) a:hover{color:#40a9ff}.cancelledAppointments_cancelledTable__Mcady tbody tr td:nth-child(2){position:relative}.cancelledAppointments_cancelledTable__Mcady tbody .cancelledAppointments_empty__XMiXT{border:none}.cancelledAppointments_cancelledTable__Mcady tbody .cancelledAppointments_empty__XMiXT td{grid-column:1/-1;height:50vh;padding:0}.cancelledAppointments_cancelledTable__Mcady tbody .cancelledAppointments_empty__XMiXT td>div{display:flex;flex-direction:column;height:100%;justify-content:center}.cancelledAppointments_cancelledTable__Mcady tfoot tr{grid-template-columns:1fr;justify-items:stretch}.cancelledAppointments_cancelledTable__Mcady tfoot tr th:first-child{border-top:1px solid #d8d8d8;padding-top:20px}.cancelledAppointments_cancelledTable__Mcady .cancelledAppointments_filterBoxSubtitle__YOAL6{font-size:13px}.cancelledAppointments_cancelledTable__Mcady tr{display:grid;grid-auto-flow:column;grid-template-columns:1fr 2fr 3fr 1fr 1fr 1fr 1fr;align-items:center;justify-items:center;width:100%}.cancelledAppointments_cancelledTable__Mcady tr td{width:100%;max-width:100%;min-width:100%;overflow:visible;padding:10px}.cancelledAppointments_cancelledTable__Mcady tr th:first-child,.cancelledAppointments_cancelledTable__Mcady tr td:first-child{padding-left:30px}.cancelledAppointments_cancelledTable__Mcady tr th:nth-child(2),.cancelledAppointments_cancelledTable__Mcady tr th:nth-child(7),.cancelledAppointments_cancelledTable__Mcady tr th:nth-child(8){padding-left:10px}.cancelledAppointments_cancelledTable__Mcady tr td:nth-child(3){padding:1px 10px}@media only screen and (max-width: 1450px){.cancelledAppointments_cancelledTable__Mcady thead tr,.cancelledAppointments_cancelledTable__Mcady tbody tr{grid-template-columns:1fr 74px 1fr 1fr 1fr 1fr 1fr}.cancelledAppointments_cancelledTable__Mcady thead th,.cancelledAppointments_cancelledTable__Mcady thead td,.cancelledAppointments_cancelledTable__Mcady tbody th,.cancelledAppointments_cancelledTable__Mcady tbody td{width:100%;max-width:100%;min-width:100%}.cancelledAppointments_cancelledTable__Mcady thead th:nth-child(3),.cancelledAppointments_cancelledTable__Mcady tbody th:nth-child(3){width:60px}}.cancelledAppointments_visualizerModal__tytLt .ant-modal-body{height:calc(100vh - 44px);overflow-y:auto;overflow-x:hidden;padding:.5rem 0;border-radius:.5rem}.cancelledAppointments_visualizerModal__tytLt .ant-modal-header{display:none}
.filterPillButton_filterPillButton__LqBpb{display:flex;gap:8px;align-items:center;height:34px;padding:0 8px;border:1px solid #e4e4e4;border-radius:5px;background:#f4f8fd;transition:color 500ms ease,border-color 500ms ease}.filterPillButton_filterPillButton__LqBpb:hover{border-color:#40a9ff;color:#40a9ff;transition:all 500ms;cursor:pointer}.filterPillButton_filterPillButton__LqBpb svg{width:.62rem}.filterPillButton_filterPillButton__LqBpb.filterPillButton_filled__emBfw{background-color:#40a9ff;color:#fff;transition:none}.filterPillButton_filterPillButton__LqBpb.filterPillButton_filled__emBfw:hover{color:#fff}.filterPillButton_filterPillButton__LqBpb.filterPillButton_moreFilters__9yhjT .filterPillButton_icon__tCaIy{width:23px;height:23px}.filterPillButton_filterPillButton__LqBpb .filterPillButton_icon__tCaIy{width:8px;height:8px}
.filterPillPopover_buttonsContainer__arGAP{display:grid;grid-template-columns:auto auto;padding-top:10px;padding-left:10px;background-color:#fff;justify-content:flex-start}.filterPillPopover_buttonsContainer__arGAP button{height:32px;padding:0 15px;font-size:.875rem;border-radius:4px;width:70px}.filterPillPopover_buttonsContainer__arGAP .filterPillPopover_saveBtn__WK2V_{background-color:#40a9ff;color:#fff}.filterPillPopover_buttonsContainer__arGAP .filterPillPopover_saveBtn__WK2V_:hover{background-color:#fff;outline:1px solid #40a9ff;outline-offset:-1px;color:#40a9ff}.filterPillPopover_container__Mqst_{display:grid;background-color:#fff;padding-bottom:10px;width:100%;border-radius:10px;box-shadow:var(shadow-lg)}.filterPillPopover_filterPillPopover__8vHcj{margin-left:110px}.filterPillPopover_filterPillPopover__8vHcj.filterPillPopover_wide__CSwEN{width:800px}.filterPillPopover_filterPillPopover__8vHcj .filterPillPopover_ant-checkbox-group__QHqA6{display:flex;flex-direction:column}
.LeadsTable_overlay__d5X3j{width:100%;height:100%;background:hsla(0,0%,100%,.6);position:absolute;z-index:99}.LeadsTable_spinnerContainer__ozNXm{display:flex;justify-content:center;align-items:center;position:absolute;z-index:999;width:100%;height:50vh;margin:4rem 1rem}.LeadsTable_spinnerContainer__ozNXm .ant-spin-spinning{zoom:3}.LeadsTable_leadsWrapper__7sTdD{padding:10px 30px 0 30px}.LeadsTable_tableContainer__W_gkx{position:relative;background:#fff;overflow-y:hidden;overflow-x:hidden}.LeadsTable_leadsTable__Jlgq4{--border-color: #d8d8d8;height:100%;width:100%;border-collapse:collapse;color:#000;overflow:hidden}.LeadsTable_leadsTable__Jlgq4 thead{flex:0 0 auto;overflow:hidden;padding-right:15px;color:#9eb3c8;background:#f7f9fb}.LeadsTable_leadsTable__Jlgq4 thead tr{height:-moz-fit-content;height:fit-content;position:relative;border-bottom:1px solid var(--border-color)}.LeadsTable_leadsTable__Jlgq4 thead tr th{width:100%;padding:20px 10px;text-align:start}.LeadsTable_leadsTable__Jlgq4 thead tr th:nth-child(3){padding-left:20px}.LeadsTable_leadsTable__Jlgq4 thead tr th:nth-child(4),.LeadsTable_leadsTable__Jlgq4 thead tr th:nth-child(5),.LeadsTable_leadsTable__Jlgq4 thead tr th:nth-child(6){text-align:center}.LeadsTable_leadsTable__Jlgq4 thead tr th:nth-child(9){padding-left:12px}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4 thead tr th:nth-child(3),.LeadsTable_leadsTable__Jlgq4 thead tr th:nth-child(9){visibility:hidden;height:0}}.LeadsTable_leadsTable__Jlgq4 tbody{height:100%;display:block;flex:1 1 auto;overflow:auto}.LeadsTable_leadsTable__Jlgq4 tbody tr{overflow:hidden;border-bottom:1px solid var(--border-color)}.LeadsTable_leadsTable__Jlgq4 tbody tr:hover:not(.LeadsTable_empty__1uX0t){background:#f0f5f9}.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(1):not(.LeadsTable_spinner-container__Ojabq){font-weight:bold}.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(1):not(.LeadsTable_spinner-container__Ojabq) a:hover{color:#40a9ff}.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(3){height:100%;position:relative;overflow:visible}.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(4),.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(5),.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(6){text-align:center}.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(9){height:100%;padding:1px 0}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4 tbody tr th:nth-child(9),.LeadsTable_leadsTable__Jlgq4 tbody tr td:nth-child(9){overflow:visible;width:60px}}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4 tbody tr th:nth-child(3){visibility:hidden}}.LeadsTable_leadsTable__Jlgq4 tbody .LeadsTable_empty__1uX0t{border:none}.LeadsTable_leadsTable__Jlgq4 tbody .LeadsTable_empty__1uX0t td{grid-column:1/-1;height:50vh;padding:0}.LeadsTable_leadsTable__Jlgq4 tbody .LeadsTable_empty__1uX0t td>div{display:flex;flex-direction:column;height:100%;justify-content:center}.LeadsTable_leadsTable__Jlgq4 tfoot{padding-right:15px}.LeadsTable_leadsTable__Jlgq4 tfoot tr{grid-template-columns:1fr;justify-items:left}.LeadsTable_leadsTable__Jlgq4 tfoot tr th:first-child{border-top:1px solid var(--border-color);padding-top:20px}.LeadsTable_leadsTable__Jlgq4 tr{display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr 2fr 1fr 1fr .7fr 1fr 3fr;align-items:center;justify-items:center;width:100%}.LeadsTable_leadsTable__Jlgq4 tr td{width:100%;max-width:100%;min-width:100%;overflow:visible;padding:10px}.LeadsTable_leadsTable__Jlgq4 tr th:first-child,.LeadsTable_leadsTable__Jlgq4 tr td:first-child{padding-left:30px}.LeadsTable_leadsTable__Jlgq4 tr th:nth-child(2),.LeadsTable_leadsTable__Jlgq4 tr th:nth-child(8),.LeadsTable_leadsTable__Jlgq4 tr th:nth-child(9){padding-left:10px}.LeadsTable_leadsTable__Jlgq4 tr td:nth-child(3){padding:1px 10px}.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tr{grid-template-columns:1fr 1fr 2fr 1fr 1fr 1.2fr .7fr 1fr 3fr}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tr{grid-template-columns:1fr 1fr 74px 1fr 1fr 1.2fr .8fr 1fr 1fr 10px}}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4 thead tr,.LeadsTable_leadsTable__Jlgq4 tbody tr{grid-template-columns:1fr 1fr 74px 1fr 1fr .8fr 1fr 1fr 60px}.LeadsTable_leadsTable__Jlgq4 thead th,.LeadsTable_leadsTable__Jlgq4 thead td,.LeadsTable_leadsTable__Jlgq4 tbody th,.LeadsTable_leadsTable__Jlgq4 tbody td{width:100%;max-width:100%;min-width:100%}.LeadsTable_leadsTable__Jlgq4 thead th:nth-child(3),.LeadsTable_leadsTable__Jlgq4 thead th:nth-child(9),.LeadsTable_leadsTable__Jlgq4 thead td:nth-child(9),.LeadsTable_leadsTable__Jlgq4 tbody th:nth-child(3),.LeadsTable_leadsTable__Jlgq4 tbody th:nth-child(9),.LeadsTable_leadsTable__Jlgq4 tbody td:nth-child(9){width:60px}}.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 thead tr th:nth-child(10){padding-left:12px}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 thead tr th:nth-child(3),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 thead tr th:nth-child(10){visibility:hidden;height:0}}.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tbody tr td:nth-child(10){height:100%;padding:1px 0}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tbody tr th:nth-child(10),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tbody tr td:nth-child(10){overflow:visible;width:60px}}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tbody tr th:nth-child(3){visibility:hidden}}.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tr th:nth-child(2),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tr th:nth-child(8),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tr th:nth-child(10){padding-left:10px}@media only screen and (max-width: 1450px){.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 thead tr th:nth-child(3),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 thead tr th:nth-child(10),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 thead tr td:nth-child(10),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tbody tr th:nth-child(3),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tbody tr th:nth-child(10),.LeadsTable_leadsTable__Jlgq4.LeadsTable_insuranceEnabled__oPaT2 tbody tr td:nth-child(10){width:60px}}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_name__ECi86{color:inherit}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_note__B5j0T{text-align:center;position:relative}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_note__B5j0T div{justify-content:center;cursor:pointer;display:grid;grid-template-rows:auto auto auto auto}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_note__B5j0T div:hover{opacity:.8}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_note__B5j0T div svg{width:35px !important;height:30px !important;grid-column:1;grid-row:1/span 4}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_note__B5j0T div span{color:#fff;grid-column:1;grid-row:1/span 3;line-height:23px}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_hygiene__1QCnN span{display:block;text-align:center}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_hygiene__1QCnN span:first-child{font-size:1rem;font-weight:bold}.LeadsTable_leadsTable__Jlgq4 .LeadsTable_hygiene__1QCnN span:last-child{color:#737b97}.LeadsTable_notesInfoContent__BuHZp{padding:12px 16px}.LeadsTable_visualizerModal__KMnla .ant-modal-body{height:calc(100vh - 44px);overflow-y:auto;overflow-x:hidden;padding:.5rem 0;border-radius:.5rem}.LeadsTable_visualizerModal__KMnla .ant-modal-header{display:none}
.patientdetails_page__kW5mk{--gap: 2rem;--gap-small: calc(var(--gap) / 2);display:flex;flex-grow:1;flex-direction:column;align-self:stretch;-webkit-border-before:1px solid var(--border-gray);border-block-start:1px solid var(--border-gray);padding-inline:var(--gap)}.patientdetails_leadsContainer__M5jjt{background:#fff;border-radius:15px;display:grid;height:calc(86vh - 64px);grid-template-rows:auto 2fr auto}.patientdetails_filterBoxSubtitle__IlCdj{font-size:.8rem;font-weight:600;color:#000;height:6vh;align-content:center;border-top:1px solid #dcdfe6;margin:0;padding-left:1.8rem}
.imageCheckbox_button__Qcziy{border-radius:20px;padding:5px 8px;cursor:pointer;pointer-events:all;height:34px}.imageCheckbox_selected__KlKx8{border:1px solid #40a9ff;color:rgba(0,0,0,.65)}.imageCheckbox_selected__KlKx8 span{display:flex;align-items:center;column-gap:.3599em}.imageCheckbox_selected__KlKx8 span label{padding-left:2px;padding-top:2px;font-size:1rem;font-weight:400;pointer-events:all;cursor:pointer}.imageCheckbox_noSelected__ty8Jz{border:1px solid #e6edfc;color:rgba(0,0,0,.65)}.imageCheckbox_noSelected__ty8Jz span{display:flex;align-items:center;column-gap:.3599em}.imageCheckbox_noSelected__ty8Jz span label{padding-left:2px;padding-top:2px;font-size:1rem;font-weight:400;pointer-events:all;cursor:pointer}.imageCheckbox_icon__l6XId{width:1.55em !important;height:1.6em !important;margin:0 !important}
.opportunityFilterContainer_opportunityList___1mfs{display:grid;grid-template-columns:repeat(10, auto);grid-gap:10px;flex-basis:100%;justify-content:space-between}.opportunityFilterContainer_opportunityList___1mfs .opportunityFilterContainer_opportunities__ke5T_{flex-grow:1;padding:0 0 10px 20px;border-bottom:3px solid #fff;transition:border-bottom 1s}.opportunityFilterContainer_opportunityList___1mfs .opportunityFilterContainer_opportunities__ke5T_.opportunityFilterContainer_on__LKb10{border-bottom:3px solid #40a9ff}.opportunityFilterContainer_opportunityList___1mfs .opportunityFilterContainer_opportunities__ke5T_ *:not(a){pointer-events:none}.opportunityFilterContainer_opportunityList___1mfs .opportunityFilterContainer_opportunities__ke5T_ div:first-child{white-space:pre-wrap;word-break:normal;word-wrap:break-word;width:3.12rem;display:flex;height:1.87rem;margin-bottom:10px;align-items:center}.opportunityFilterContainer_opportunityList___1mfs .opportunityFilterContainer_opportunities__ke5T_ span{font-size:36px;line-height:initial}.opportunityFilterContainer_opportunityList___1mfs .opportunityFilterContainer_opportunities__ke5T_ div:last-child{font-size:10px;padding-right:15px}.opportunityFilterContainer_opportunityList___1mfs div:last-child{padding-left:10px}.opportunityFilterContainer_opportunityList___1mfs div:last-child .opportunityFilterContainer_svg-icon__Mz9aC{width:30px;height:30px;cursor:pointer}.opportunityFilterContainer_opportunityList___1mfs div:last-child .opportunityFilterContainer_svg-icon__Mz9aC:hover{transform:rotate(360deg);transition:transform 500ms}.opportunityFilterContainer_opportunity__hRNSQ{display:flex;align-items:center;column-gap:5px;height:38px;padding:0 8px 0 10px;outline:1px solid #e6edfc;border-radius:25px;background:#fff;font-size:16px;margin-bottom:1px}.opportunityFilterContainer_opportunity__hRNSQ>span{white-space:nowrap;font-size:1rem}.opportunityFilterContainer_opportunity__hRNSQ:hover:not(.opportunityFilterContainer_empty__EymF2){outline:1px solid #40a9ff}.opportunityFilterContainer_opportunity__hRNSQ:hover:not(.opportunityFilterContainer_empty__EymF2)>.opportunityFilterContainer_count__PrfwK{outline:1px solid #40a9ff}.opportunityFilterContainer_opportunity__hRNSQ>.opportunityFilterContainer_count__PrfwK{display:flex;align-items:center;justify-content:center;width:28px;height:28px;outline:1px solid #e6edfc;border-radius:15px}.opportunityFilterContainer_opportunity__hRNSQ.opportunityFilterContainer_on__LKb10{outline:1px solid #40a9ff;background-color:rgba(64,169,255,.0705882353)}.opportunityFilterContainer_opportunity__hRNSQ.opportunityFilterContainer_on__LKb10>.opportunityFilterContainer_count__PrfwK{color:#fff;background:#3e496d;outline:none}.opportunityFilterContainer_opportunity__hRNSQ:not(.opportunityFilterContainer_empty__EymF2){cursor:pointer}.opportunityFilterContainer_opportunity__hRNSQ.opportunityFilterContainer_on__LKb10{border-bottom-color:#40a9ff}.opportunityFilterContainer_opportunity__hRNSQ *:not(a){pointer-events:none}.opportunityFilterContainer_opportunity__hRNSQ div:first-child{white-space:pre-wrap;word-break:normal;word-wrap:break-word;width:3.12rem;display:flex;height:1.87rem;align-items:center}.opportunityFilterContainer_opportunity__hRNSQ span{line-height:inherit}.opportunityFilterContainer_opportunity__hRNSQ div:last-child{display:flex;justify-content:right;align-items:baseline;height:0;top:-15px;position:relative;padding-right:15px}.opportunityFilterContainer_opportunity__hRNSQ div:last-child a{pointer-events:initial;font-size:10px;text-decoration:underline}.opportunityFilterContainer_opportunity__hRNSQ div:last-child a:hover{color:#40a9ff}
.secondFilters_title__y9Ann{grid-template-columns:max-content auto;background:#408cff}.secondFilters_title__y9Ann .secondFilters_column__cNZCd{justify-self:right;font-size:18px}.secondFilters_count__nD0sf{justify-self:right;font-size:18px}.secondFilters_secondaryFilter__gGx1V{grid-row:1;margin:0 0 5px 0;border-radius:15px;background:#fff;display:inline-grid;grid-template-rows:minmax(36px, min-content)}.secondFilters_secondaryFilter__gGx1V .secondFilters_filterControls__qfs0j{display:flex;column-gap:12px;padding:15px;flex-wrap:wrap;min-width:max-content}.secondFilters_secondaryFilter__gGx1V .secondFilters_title__y9Ann{display:grid;align-items:center;grid-column-gap:10px;column-gap:10px;border-top-left-radius:15px;border-top-right-radius:15px;padding:0 15px;color:#fff;font-weight:600}.secondFilters_secondaryFilter__gGx1V .secondFilters_title__y9Ann .secondFilters_x-rays__Egv_o .secondFilters_count__nD0sf{font-size:18px}.secondFilters_secondaryFilter__gGx1V .secondFilters_count__nD0sf{justify-self:right;font-size:18px}.secondFilters_secondaryFilter__gGx1V .secondFilters_controls__n8xoF{display:flex;column-gap:15px;padding:15px;flex-wrap:wrap}.secondFilters_secondaryFilter__gGx1V .secondFilters_controls__n8xoF .secondFilters_ant-checkbox-wrapper___R1RS{outline:1px solid #e6edfc;padding:5px 15px;border-radius:20px;font-size:16px;font-weight:400;margin-left:0;display:flex}.secondFilters_secondaryFilter__gGx1V .secondFilters_controls__n8xoF .secondFilters_ant-checkbox-wrapper-checked__3_J0e{outline:1px solid #40a9ff}.secondFilters_secondaryFilter__gGx1V .secondFilters_controls__n8xoF .secondFilters_ant-checkbox-wrapper___R1RS .secondFilters_ant-checkbox__qEeOL{display:none}.secondFilters_secondaryFilter__gGx1V .secondFilters_controls__n8xoF .secondFilters_ant-checkbox-wrapper___R1RS>span:last-child{display:flex;align-items:center;column-gap:5px}.secondFilters_secondaryFilter__gGx1V .secondFilters_controls__n8xoF .secondFilters_ant-checkbox-wrapper___R1RS>span:last-child>span{white-space:nowrap}.secondFilters_secondaryFilter__gGx1V .secondFilters_controls__n8xoF .secondFilters_ant-btn__0AY_B{display:flex;align-items:center;column-gap:5px}
.calendarFilters_calendarFiltersContainer__T4jtV{min-width:100%;width:max-content}.calendarFilters_title__FG8gn{grid-template-columns:max-content auto;background:#408cff}.calendarFilters_title__FG8gn .calendarFilters_column__UTYrk{justify-self:right;font-size:18px}.calendarFilters_count__bCtKQ{justify-self:right;font-size:18px}.calendarFilters_secondaryFilters__mPPft{display:grid;grid-template-columns:repeat(6, minmax(min-content, max-content)) minmax(0px, auto);-webkit-column-gap:5px;-moz-column-gap:5px;grid-column-gap:5px;column-gap:5px;border-top-left-radius:20px;border-top-right-radius:20px;height:105px}@media(max-width: 1569px){.calendarFilters_secondaryFilters__mPPft:has(>*:nth-child(7)) .second-filters-filter-controls{column-gap:7px;padding:15px}}@media(max-width: 1500px){.calendarFilters_secondaryFilters__mPPft:has(>*:nth-child(7)) .second-filters-filter-controls{column-gap:0;padding:15px 1px}}.calendarFilters_secondaryFilters__mPPft .calendarFilters_treatment__fWXX6{grid-row:1;margin-bottom:0;position:relative;z-index:2;border-top-left-radius:15px;border-top-right-radius:15px;background:#fff;display:inline-grid;grid-template-rows:minmax(36px, min-content);max-height:106px}.calendarFilters_secondaryFilters__mPPft .calendarFilters_treatment__title__o7c_5{grid-template-columns:max-content auto;background:#40a9ff;color:#fff}.calendarFilters_secondaryFilters__mPPft .calendarFilters_treatment__controls__zmDg1{margin-bottom:5px}.calendarFilters_secondaryFilters__mPPft .calendarFilters_treatment__fWXX6 .calendarFilters_cornerRadius__Ep_55{position:absolute;right:-26px;bottom:-5px;transform:translateX(20px)}.calendarFilters_secondaryFilters__mPPft .calendarFilters_title__FG8gn{display:grid;align-items:center;grid-column-gap:10px;column-gap:10px;border-top-left-radius:15px;border-top-right-radius:15px;padding:0 15px;color:#fff;font-weight:600}.calendarFilters_secondaryFilters__mPPft .calendarFilters_title__FG8gn .calendarFilters_x-rays__idljg .calendarFilters_count__bCtKQ{font-size:18px}.calendarFilters_secondaryFilters__mPPft .calendarFilters_controls__aWZ3Z{display:flex;column-gap:12px;padding:15px;flex-wrap:wrap}.calendarFilters_bottom__D4ZFs{width:100%;padding-bottom:10px;background:#fff;border-bottom-left-radius:15px;border-bottom-right-radius:15px;border-top-right-radius:15px}.calendarFilters_opportunityListContainer__gIo0g{grid-row:2;grid-column:1/-1;width:100%;border-top-right-radius:15px;padding:20px 20px 0;background:#fff;display:grid;align-items:center;grid-template-columns:auto 1fr}.calendarFilters_opportunityListContainer__gIo0g .calendarFilters_refreshIcon__t8qRf{display:flex;justify-self:right;align-self:center}.calendarFilters_opportunityListContainer__gIo0g .calendarFilters_refreshIcon__t8qRf>svg{width:30px;height:30px;cursor:pointer;color:#dde6f4}
