.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}
.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}}
.TagAssessment_tagAssessment__aGgFn{font-size:14px;white-space:nowrap;border:1px solid;padding:0 8px;border-radius:50px}.TagAssessment_tagAssessment__aGgFn:hover{cursor:pointer}.TagAssessment_tagAssessment__aGgFn.perio{color:#4df4ff}.TagAssessment_tagAssessment__aGgFn.endo{color:#1e93ff}.TagAssessment_tagAssessment__aGgFn.scaling{color:#00e0aa}.TagAssessment_tagAssessment__aGgFn.impaction{color:#ffb800}.TagAssessment_tagAssessment__aGgFn.implant{color:#c4c4c4}.TagAssessment_tagAssessment__aGgFn.restoration{color:#ff29b4}.TagAssessment_tagAssessment__aGgFn.restoration-replacement{color:#8744ff}.TagAssessment_tagAssessment__aGgFn.crown{color:#e72947}.TagAssessment_tagAssessment__aGgFn.restoration-incipient{color:#ffb52c}.TagAssessment_tagAssessment__aGgFn.ortho{color:#000aff}
.Assessments_container__2EA8x{position:relative;display:flex;flex-direction:column;justify-content:center;height:100%;min-height:100%}.Assessments_grid__LFdy2{display:flex;flex-direction:column;grid-template-columns:24px 1fr;padding:5px;border-radius:10px 0px 0px 10px;background:#fff;transform:translateX(0px);transition:transform 500ms ease;height:100%;justify-content:center}.Assessments_grid__LFdy2.Assessments_hover__Kfidz{transform:translateX(var(--translate-x));transition:transform 500ms ease 250ms}.Assessments_grid__LFdy2 .Assessments_txStatus__FELlz{display:flex;gap:10px;border-radius:50px;padding:5px}.Assessments_grid__LFdy2 .Assessments_txStatus__FELlz:nth-child(even){background:#eef7ff}.Assessments_grid__LFdy2 .Assessments_txStatus__FELlz svg{align-self:center;justify-self:center;min-width:24px;height:24px}.Assessments_grid__LFdy2 .Assessments_txStatus__FELlz div.Assessments_group__4zoC9{display:flex;gap:8px;width:-moz-fit-content;width:fit-content}.Assessments_extensionControl__fR7rI{color:#fff;background:#40a9ff;cursor:pointer;position:absolute;right:0;height:calc(100% + 20px);height:100%;box-shadow:-5px 0 25px 5px #ccc;display:flex;justify-content:center;align-items:center;width:20px;z-index:1}@media only screen and (max-width: 1450px){.Assessments_grid__LFdy2{overflow:hidden;width:-moz-fit-content;width:fit-content;transform:translateX(0px);transition:transform 250ms ease}.Assessments_grid__LFdy2 .Assessments_txStatus__FELlz{transition:background 250ms ease 250ms}.Assessments_grid__LFdy2 .Assessments_txStatus__FELlz:nth-child(even){background:none}.Assessments_grid__LFdy2:hover{transform:translateX(var(--translate-x-small));transition:transform 250ms ease 250ms}.Assessments_grid__LFdy2:hover .Assessments_txStatus__FELlz{background:none;transition:background 250ms ease 250ms}.Assessments_grid__LFdy2:hover .Assessments_txStatus__FELlz:nth-child(even){background:#eef7ff}.Assessments_grid__LFdy2:hover div.Assessments_group__4zoC9{opacity:1;transition:opacity 500ms ease 250ms}.Assessments_grid__LFdy2 div.Assessments_group__4zoC9{opacity:0;transition:opacity 250ms ease 250ms}.Assessments_extensionControl__fR7rI{display:none}}
.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}
.OpportunityBasicInfo_infoRow__U7fz8{display:flex;align-items:center;gap:1.7308em;flex-wrap:wrap}.OpportunityBasicInfo_opportunityTypeContainer__3yZ3Y{display:flex;align-items:center;gap:8px;line-height:1 !important}.OpportunityBasicInfo_opportunityCost__lqV8I{color:#000;font-size:1.56rem;font-weight:400;line-height:24px;margin:0;margin-right:auto}.OpportunityBasicInfo_appointmentDateTag__uwGyb{color:#2f2f2f;font-size:1rem;font-weight:600;line-height:24px;margin:0 10px 0 auto;padding:8px;border:1px solid #9a9a9a;border-radius:7px;white-space:nowrap}.OpportunityBasicInfo_toothNumberCustomClass__kiuvb{font-weight:400;line-height:24px;font-size:1rem;color:#000}.OpportunityBasicInfo_toothNumberCustomClass__kiuvb svg{width:18px;height:17.173px}
.imageCarousel_aiThumbnailContainer__gSqnu{cursor:pointer;margin:0 3px;display:flex;justify-content:center}.imageCarousel_aiThumbnailContainer__gSqnu .imageCarousel_thumbnailImage__F07JZ{background-size:cover !important;width:77px;height:90px;margin:10px;overflow:hidden}.imageCarousel_aiThumbnailContainer__gSqnu .imageCarousel_thumbnailImage__F07JZ img{width:100%;border-radius:4px}.imageCarousel_aiThumbnailContainer__gSqnu .imageCarousel_thumbnailSelected__5q7pF{margin:7px;border:2px solid #3fa9ff;border-radius:8px;width:85px;height:68px}.imageCarousel_aiThumbnailContainer__gSqnu .imageCarousel_thumbnailEmpty__y2Cjl{width:60px;height:60px;background-color:#ebebeb;cursor:auto}.imageCarousel_aiThumbnails__VNVCJ{display:grid;grid-template-columns:2fr auto 2fr;margin:0 auto}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationIcon__DsANq{display:flex;padding-top:4px;position:relative;color:#3fa9ff;cursor:pointer}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationIcon__DsANq .imageCarousel_label__Hgovo{position:absolute;left:42%;top:30px;color:#fff;pointer-events:none;z-index:100}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationIcon__DsANq .imageCarousel_label__Hgovo span{font-size:.75rem}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationIcon__DsANq svg{width:4.37rem;height:4.37rem;align-self:flex-start}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationIcon__DsANq .imageCarousel_next__EqCis{padding-left:4px}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationIcon__DsANq .imageCarousel_prev__nYbY4{padding-right:4px}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationArrorIcon__4Cm5p{display:flex;padding-top:4px;position:relative;color:#3fa9ff;cursor:pointer}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationArrorIcon__4Cm5p .imageCarousel_label__Hgovo{position:absolute;left:31%;top:32px;z-index:100;font-size:.75rem;color:#fff;pointer-events:none}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationArrorIcon__4Cm5p .imageCarousel_label__Hgovo span{font-size:.75rem}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_navigationArrorIcon__4Cm5p .imageCarousel_prev__nYbY4{padding-right:4px}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_dotWrapper__H2f7l{margin-left:6px;position:relative;top:-21px}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_dotWrapper__H2f7l .imageCarousel_ant-badge__WVryn{width:10px}.imageCarousel_aiThumbnails__VNVCJ .imageCarousel_dotWrapper__H2f7l .imageCarousel_ant-badge__WVryn .imageCarousel_ant-badge-status-dot__KsSdY{width:10px;height:10px}
.OpportunityContent_contentRoot__mdujW{display:flex;flex-direction:column;background:#fff;width:100%;min-height:0}.OpportunityContent_loadingSection__bIgt6{display:grid;align-items:center;height:70%}.OpportunityContent_noOpportunitiesContainer__xz5Y8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding-top:136px}.OpportunityContent_noOpportunitiesContainer__xz5Y8 h2{color:#000;font-size:1.75rem;font-style:normal;font-weight:550;line-height:24px;padding-bottom:16px}.OpportunityContent_noOpportunitiesContainer__xz5Y8 .OpportunityContent_noOpportunitiesLabel__YHBtf{font-size:.875rem;font-style:normal;font-weight:550;color:#000;text-align:center}.OpportunityContent_noOpportunitiesContainer__xz5Y8 svg{width:139px;height:139px}.OpportunityContent_sidePanelBody__rpbT2{padding:24px 60px 0 60px;display:flex;flex-direction:column;gap:24px;min-height:500px}.OpportunityContent_sidePanelFooter__eEI0V{align-self:end;padding:24px 60px 0 60px;display:flex;background-color:#f5f8fb;flex-direction:column;gap:24px}.OpportunityContent_imageViewerSection__ZBIDL{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:16px;background-color:#202023;border-radius:20px;padding:21px 17px 15px 17px}.OpportunityContent_imageViewerSection__ZBIDL button{align-self:flex-end}.OpportunityContent_loadingContainer__ITbBu,.OpportunityContent_noImageContainer__gbI3V{display:flex;justify-content:center;align-items:center;min-height:300px;background:#000;border-radius:8px;padding:20px}.OpportunityContent_moreOpportunitiesLabel__Ed1R6{font-size:16px;font-style:normal;font-weight:400;color:rgba(0,0,0,.65);text-align:left;margin-top:8px}.OpportunityContent_noCarouselContainer__gwKH2{height:110px}
.SideButtons_container__Bd_oW{display:flex;flex-direction:column;align-items:stretch;gap:.3599em;padding-right:.3599em}.SideButtons_button__2LatA{display:flex;align-items:center;justify-content:center;width:100%;height:70px;padding:0;background:#fcfcfc;border:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.SideButtons_button__2LatA:hover{background:#e6edfc}.SideButtons_button__2LatA.SideButtons_checked__0wa8e{background:#40a9ff;border:none;border-radius:5px;color:#fff}.SideButtons_button__2LatA.SideButtons_checked__0wa8e .svg-icon{fill:currentColor}.SideButtons_icon__05lbA{width:38px !important;height:38px !important}.SideButtons_diamondContainer__zhbiI{height:100%;margin-top:10px}.SideButtons_diamondIcon__dChHx{width:14px;height:13px}
.VisitDatesCard_datesContainer__hv_dS{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.VisitDatesCard_dateItem__N3wuL{display:flex;flex-direction:column;min-width:0}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemHeader__gMdtM{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemHeader__gMdtM h5{color:#000 !important;font-weight:400 !important;font-size:.75rem !important;margin:0 0 -2px 0;line-height:22px !important}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemValueContainer__8mfyR{display:flex;align-items:center;gap:.25rem}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemValueContainer__8mfyR *{font-weight:400;font-size:1rem;line-height:22px}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemIcon__Ca68D{flex-shrink:0;width:14px;height:14px}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemBadge__FPYFG{font-size:1rem;color:#ff4040}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemValue__GMqkj span{font-weight:400;font-size:1rem;line-height:22px}.VisitDatesCard_dateItem__N3wuL .VisitDatesCard_dateItemValue__GMqkj>span+span{margin-left:.38rem}
.OpportunitiesTag_opportunitiesTag__msLPl{display:inline-flex;align-items:center;padding:5px 20px;border:1px solid #40a9ff;border-radius:30px;color:#40a9ff;font-size:.875rem;font-weight:550;white-space:nowrap}
.PatientOpportunitiesSection_opportunitiesSection__8hup2{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;min-width:0;max-width:200px}.PatientOpportunitiesSection_opportunitiesSection__8hup2 .PatientOpportunitiesSection_amount__lhpnq{color:#000;font-size:1.5rem;font-weight:400;line-height:24px;margin:0;flex-shrink:0}
.PatientDetailsCollapse_patientDetailsCollapse__7nZaK{padding-bottom:23px !important}.PatientDetailsCollapse_patientDetailsCollapse__7nZaK .ant-collapse-header:has(.PatientDetailsCollapse_headerContainer__gRUox){padding:0 !important}.PatientDetailsCollapse_patientDetailsCollapse__7nZaK .ant-collapse-content-box{padding-bottom:0 !important}.PatientDetailsCollapse_name__KljL_{font-weight:bold;padding:0px 24px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;min-height:47px;gap:12px}.PatientDetailsCollapse_name__KljL_ span{font-size:2rem;font-weight:550;line-height:24px;color:#000}.PatientDetailsCollapse_chevron__ZwSVn{color:#40a9ff !important;transition:transform .1s ease;flex-shrink:0}.PatientDetailsCollapse_chevronExpanded__P3U2p{transform:rotate(180deg)}.PatientDetailsCollapse_collapseItemHeader__VTPCj{color:#979494}.PatientDetailsCollapse_collapseItem__8HGoX{padding-left:8px;display:flex;flex-direction:row;gap:12px}.PatientDetailsCollapse_collapseItemContent__JP1Yv{font-weight:400;font-size:.75rem;color:#000;line-height:24px}.PatientDetailsCollapse_collapseItemContent__JP1Yv span{font-size:.875rem}.PatientDetailsCollapse_headerContainer__gRUox{display:flex;align-items:center;width:100%;min-width:0}.PatientDetailsCollapse_headerContainer__gRUox>div{flex:1 1;min-width:0}.PatientDetailsCollapse_sectionRow__5Tx7F{width:100%;display:flex;flex-direction:row;gap:1.5rem;margin-left:24px;padding-bottom:10px}.PatientDetailsCollapse_sectionRow__5Tx7F .PatientDetailsCollapse_sectionLeft__ailQj{flex:1 1;min-width:0}.PatientDetailsCollapse_sectionRow__5Tx7F .PatientDetailsCollapse_sectionRight__76cCe{flex-shrink:0;width:250px;max-width:250px;margin-left:auto}
.InsuranceInformationRow_section__25Pdy{margin-top:.3599em;display:flex;flex-wrap:nowrap;gap:1.1489em 1.7308em;padding:11px 16px;background-color:#f6f6f6}.InsuranceInformationRow_column__BT_7Y{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.InsuranceInformationRow_columnDivider__MACuZ{height:55px}.InsuranceInformationRow_label__4h7uA,.InsuranceInformationRow_value__8KkM7{font-size:1rem;color:#000;line-height:1.3}.InsuranceInformationRow_label__4h7uA{font-weight:400}.InsuranceInformationRow_value__8KkM7{font-weight:700}
.CollapseSection_collapseSection__a8nAG .ant-collapse-item{border:none}.CollapseSection_collapseSection__a8nAG .ant-collapse-header{padding:12px 30px 12px 12px !important;background:#f4f7fb;color:#000 !important;font-size:1rem !important;font-weight:600 !important;line-height:24px !important;min-height:48px !important}.CollapseSection_collapseSection__a8nAG .ant-collapse-header *:not(.preserve-font-in-header):not(.preserve-font-in-header *){font-size:inherit !important}.CollapseSection_collapseSection__a8nAG .ant-collapse-arrow{color:#40a9ff !important;margin-right:8px}.CollapseSection_collapseSection__a8nAG .ant-collapse-content-box{padding:15px 16px 16px}
.CollapseSectionWithContent_collapseSection__WAAsj{margin:5px 15px 0 15px}
.InsuranceStatePlain_insuranceStateContainer__nQ9kG{display:inline-flex;align-items:center;gap:.57149em;padding:3px 6px;color:#000;font-weight:550;white-space:nowrap;height:28px;margin-left:10px}.InsuranceStatePlain_insuranceStateContainer__nQ9kG span{font-size:1rem !important;font-weight:550 !important}.InsuranceStatePlain_insuranceStateContainer__nQ9kG.InsuranceStatePlain_notVerified__qsbvM{color:#9a0000}.InsuranceStatePlain_insuranceStateContainer__nQ9kG.InsuranceStatePlain_requiredVerificationOrUnknown__H3OUO{color:#000}.InsuranceStatePlain_insuranceStateContainer__nQ9kG.InsuranceStatePlain_requiredVerificationOrUnknown__H3OUO .InsuranceStatePlain_errorMessage__mYktm{padding:1px 6px;gap:4px;display:flex;align-items:center;border-radius:100px;border:.5px solid #282828;background:#e4e2e2;color:#000}.InsuranceStatePlain_leftIcon__dEkRQ{flex-shrink:0}.InsuranceStatePlain_title__owhYA{line-height:1.2}.InsuranceStatePlain_networkType__JhH2w{line-height:1.2;margin-left:2px}.InsuranceStatePlain_verifiedIcon__LF95F{flex-shrink:0;width:27px;height:20px}
.CarrierDetailsHeader_header__RgQSr{display:flex;align-items:center;flex-wrap:wrap;gap:0 8px;justify-content:space-between}.CarrierDetailsHeader_header__RgQSr .CarrierDetailsHeader_titleContainer__Efs0O{display:flex;align-items:center;gap:0 8px}.CarrierDetailsHeader_header__RgQSr .CarrierDetailsHeader_titleContainer__Efs0O span{font-size:1rem}.CarrierDetailsHeader_header__RgQSr .CarrierDetailsHeader_updatedDate__QSOrp{font-size:.75rem;color:#301202;font-weight:400}
.CategoryAmountsList_container__VK7Ma{margin-bottom:10px}.CategoryAmountsList_container__VK7Ma .CategoryAmountsList_title__Yr_l4{font-size:1rem;font-weight:700;color:#000}.CategoryAmountsList_category__sCY8X{display:flex;gap:5px;align-items:center;align-content:center;align-self:center}.CategoryAmountsList_category__sCY8X .CategoryAmountsList_categoryLabel__tmHae{display:block;margin-bottom:0px;font-size:1rem;width:200px}.CategoryAmountsList_category__sCY8X .CategoryAmountsList_row__OzPsR{margin-bottom:5px;display:flex;gap:8px;margin-right:24px}.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}
.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:10px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_progressContainer__BNnTd{display:flex;align-items:center;justify-content:space-between;padding:14px 0 16px 0}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_progressContainer__BNnTd span{font-size:1rem;font-weight:700;min-width:122px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_percentageBox__nXeCj{border-radius:10px}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_percentageValue__o9mFP,.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_percentageTitle__46yge{font-weight:700;text-align:center}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_percentageTitle__46yge{font-size:.875rem}.CarrierDetails_container__6Kz0K .CarrierDetails_insuranceBenefitsSummary__Gs_b_ .CarrierDetails_percentagesContainer__TdiDl .CarrierDetails_percentageValue__o9mFP{font-size:1.56rem}
.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}
.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_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM .PlanDetails_percentageValue__bCzW8,.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM .PlanDetails_percentageTitle__MZLFs{font-weight:700;text-align:center}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM .PlanDetails_percentageTitle__MZLFs{font-size:.875rem}.PlanDetails_container__o9FoV .PlanDetails_insuranceBenefitsSummary__mJMDK .PlanDetails_percentagesContainer__MK_gM .PlanDetails_percentageValue__bCzW8{font-size:1.56rem}
.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 .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}
.InsuranceBreakdown_container__SmKmv{font-size:.875rem;color:#301202}.InsuranceBreakdown_insuranceOptions___LxWG{margin:0 15px;padding:11px 0 32px 0;display:flex;flex-direction:row;gap:8px;justify-content:space-between}.InsuranceBreakdown_insuranceOptions___LxWG .InsuranceBreakdown_insuranceDropdown__IG4WO{justify-content:flex-start;border-radius:5px;border:1px solid #d9d9d9;background:#fff;color:#262626}.InsuranceBreakdown_insuranceOptions___LxWG .InsuranceBreakdown_insuranceDropdown__IG4WO .InsuranceBreakdown_dropdownArrow__KPV_p{width:.75em;height:.95em;margin-left:5px}.InsuranceBreakdown_insuranceOptions___LxWG .InsuranceBreakdown_networksOptions__u44BS{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.InsuranceBreakdown_insuranceOption__Yr6QB,.InsuranceBreakdown_selectedOption__FlZ86{display:flex;padding:4px 20px;justify-content:center;align-items:center;gap:10px;border-radius:14px;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25);background:#ebebeb;font-weight:700;color:#b9b9b9;cursor:pointer;pointer-events:all;text-transform:capitalize}.InsuranceBreakdown_selectedOption__FlZ86{background:#fff;border:1px solid #a4a4a4;font-weight:550;color:#000}.InsuranceBreakdown_emptyInsurance__E_PYm{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;padding-top:41px;font-weight:550;font-size:1.25rem}
.AppointmentNotes_appointmentNotes__O0fFJ{margin:1px 15px 0px 15px}.AppointmentNotes_appointmentNotes__O0fFJ textarea{border:1px solid #d9d9d9;border-radius:4px;padding:4px 11px;background-color:#fff;color:#3f3f3f;font-size:12px;margin-top:0;height:150px !important;resize:none;cursor:text}.AppointmentNotes_appointmentNotes__O0fFJ textarea::-webkit-scrollbar-track{background-color:#f1f1f1}.AppointmentNotes_appointmentNotes__O0fFJ textarea::-webkit-scrollbar{width:10px;background-color:#d6d6d6}.AppointmentNotes_appointmentNotes__O0fFJ textarea::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1}
.InsuranceBenefitsSummary_container__n_CgN{margin-top:-5px;display:flex;flex-direction:column;gap:.3599em;font-size:.875rem;font-style:normal;font-weight:400;line-height:24px;color:#301202}.InsuranceBenefitsSummary_insuranceBenefitsSummary__lZA0q.InsuranceBenefitsSummary_blur__u8XeO{filter:blur(1.5px);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.InsuranceBenefitsSummary_insuranceWithProblemsContent__70UDQ a{color:#40a9ff;text-decoration:underline}.InsuranceBenefitsSummary_titleLine__8G95e{font-weight:bold}.InsuranceBenefitsSummary_remainingLine__iQoY7{display:block}.InsuranceBenefitsSummary_percentagesLine__akmSB{display:block}.InsuranceBenefitsSummary_percentagesLine__akmSB span+span{margin-left:.35em}.InsuranceBenefitsSummary_updatedLine__tVFME{display:block;font-size:12px}
.opportunitySidePanelInfo_opportunityInfo__T38bj{width:100%;display:flex;flex-direction:column}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G{display:flex;flex-direction:column;gap:12px;width:100%;flex:1 1}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G .opportunitySidePanelInfo_patientName__p5PHK{font-size:1.5rem;font-weight:600;color:rgba(0,0,0,.65);margin:0;line-height:1.2}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G .opportunitySidePanelInfo_summaryRow__n_H50{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:0}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G .opportunitySidePanelInfo_nextAppointmentDate__OgmsZ{display:flex;align-items:center;flex-shrink:0}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G .opportunitySidePanelInfo_nextAppointmentDate__OgmsZ span{margin-left:5px;margin-top:2px;font-size:1rem;font-weight:400;color:#000}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G .opportunitySidePanelInfo_nextAppointmentDate__OgmsZ svg{width:1.375rem;height:1.375rem}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G .opportunitySidePanelInfo_rightSideGroup__UniEp{display:flex;align-items:center;gap:25px;margin-left:auto;flex-shrink:0}.opportunitySidePanelInfo_opportunityInfo__T38bj .opportunitySidePanelInfo_container__lvZ9G .opportunitySidePanelInfo_totalCost__ZZw6g{color:rgba(0,0,0,.85);font-size:1.56rem;font-weight:400;line-height:24px;margin:0;flex-shrink:0}
.opportunitySidePanel_sidePanelOverlay__teuqk{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;pointer-events:none}.opportunitySidePanel_sidePanelContent__Bt6cT{position:absolute;top:0;right:0;bottom:0;background:#fff;border:1px solid #dcdfe6;display:grid;grid-template-rows:auto min-content auto;align-items:start;width:855px;max-width:100%;max-height:1253px;box-shadow:-5px 0 10px 0 rgba(0,0,0,.2);overflow-y:auto;pointer-events:auto;animation:opportunitySidePanel_slideInFromRight__eclLj .3s ease-out}@media(max-width: 900px){.opportunitySidePanel_sidePanelContent__Bt6cT{width:100%}}@keyframes opportunitySidePanel_slideInFromRight__eclLj{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.opportunitySidePanel_sidePanelHeader__Hd89w{display:flex;justify-content:flex-start;align-items:flex-start;padding:24px;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:201;gap:16px;background-color:#f5f8fb}.opportunitySidePanel_closeButton__z32Mo{position:absolute;top:2.5px;right:5px;background:none;border:none;font-size:24px;font-weight:600;color:#000;cursor:pointer;padding:4px;transition:background-color .2s ease;z-index:202}.opportunitySidePanel_closeButton__z32Mo:hover{cursor:pointer}.opportunitySidePanel_sidePanelBody__qfXmP{padding:24px 60px 0px 60px;display:flex;flex-direction:column;gap:24px;min-height:500px}.opportunitySidePanel_sidePanelFooter__dZ0Cu{align-self:end;padding:10px 24px;display:flex;background-color:#f5f8fb;flex-direction:column;gap:24px}.opportunitySidePanel_imageViewerSection__24efB{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:16px;background-color:#202023;border-radius:20px;padding:21px 17px 15px 17px}.opportunitySidePanel_imageViewerSection__24efB button{align-self:flex-end}.opportunitySidePanel_loadingContainer__8WNr9,.opportunitySidePanel_noImageContainer__UjKXo{display:flex;justify-content:center;align-items:center;min-height:300px;background:#000;border-radius:8px;padding:20px}.opportunitySidePanel_moreOpportunitiesLabel__GEIW9{font-size:16px;font-style:normal;font-weight:400;color:rgba(0,0,0,.65);text-align:left;margin-top:8px}.opportunitySidePanel_noCarouselContainer__hp_Gi{height:110px}
.aiopportunityReviewClient_page__RX8Jo{padding:24px;-webkit-border-before:1px solid #e3e3e3;border-block-start:1px solid #e3e3e3;background-color:var(----pearl-bg-color);min-height:100%;width:100%}.aiopportunityReviewClient_contentContainer__5liTf{margin-top:24px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.aiopportunityReviewClient_contentArea__gmfDB{--ai-opps-content-height: calc(100vh - 300px);padding:24px}.aiopportunityReviewClient_loadingContainer__VbFY_{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px}.aiopportunityReviewClient_loadingSpinner__lE9tL{width:40px;height:40px;border:4px solid #d9d9d9;border-top:4px solid #40a9ff;border-radius:50%;animation:aiopportunityReviewClient_spin__Zy9Cy 1s linear infinite}@keyframes aiopportunityReviewClient_spin__Zy9Cy{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.aiopportunityReviewClient_errorContainer__RpcnK{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px;padding:20px;text-align:center}.aiopportunityReviewClient_retryButton__g6q8d{background-color:#40a9ff;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:1rem;font-weight:550;cursor:pointer;transition:background-color .2s ease}.aiopportunityReviewClient_retryButton__g6q8d:hover{background-color:rgb(13,146.0366492147,255)}
.NotableTreatments_treatmentsContainer__PWe5l{margin:1px 15px 1px 15px}.NotableTreatments_treatmentsContainer__PWe5l .ant-collapse-borderless{background-color:#fff}.NotableTreatments_treatmentsContainerV1__s38iH{margin:15px 20px}.NotableTreatments_treatmentsContainerV1__s38iH .ant-collapse-borderless{background-color:rgba(0,0,0,0)}.NotableTreatments_treatments___PCoM{margin-top:0;padding:0px 48px 12px 25px;overflow-y:auto;display:inline-grid;width:100%}.NotableTreatments_treatmentsV1__Pnu9d{margin-top:15px;padding:0;max-height:300px;font-size:.75rem}.NotableTreatments_treatmentRow__ncwpe{display:inline-grid;justify-content:flex-start;width:100%;grid-column-gap:59px}.NotableTreatments_treatmentRow__ncwpe .ant-col{margin-bottom:0}.NotableTreatments_treatmentRowV1__SXfYd{justify-content:space-between;grid-column-gap:5px}.NotableTreatments_treatmentDetails__WQKbh,.NotableTreatments_treatmentDate__ntj7W{font-size:.875rem;line-height:24px}.NotableTreatments_treatmentDetails__WQKbh{grid-column:2}.NotableTreatments_treatmentDate__ntj7W{grid-column:1;min-width:70px;text-align:right}.NotableTreatments_treatmentDetailsV1__yLh_5,.NotableTreatments_treatmentDateV1__rRk0U{font-size:13px;line-height:normal}.NotableTreatments_treatmentDetailsV1__yLh_5{grid-column:1}.NotableTreatments_treatmentDateV1__rRk0U{grid-column:2;min-width:unset;width:80px;text-align:left}.NotableTreatments_treatments___PCoM .ant-row:first-child{font-weight:700 !important}
.InsuranceInformation_container__tL0nw{margin:0 15px}.InsuranceInformation_container__tL0nw .ant-collapse-header{display:flex;align-items:center;flex-wrap:wrap}.InsuranceInformation_container__tL0nw .InsuranceInformation_insuranceBenefitsSummary__Tut38{padding:0px 30px}.InsuranceInformation_container__tL0nw .InsuranceInformation_insuranceBenefitsSummary__Tut38 .InsuranceInformation_title__wovlP{margin-bottom:10px}.InsuranceInformation_container__tL0nw .InsuranceInformation_header__5imGA{display:flex;align-items:center;flex-wrap:wrap;gap:0 8px;justify-content:space-between}.InsuranceInformation_container__tL0nw .InsuranceInformation_header__5imGA .InsuranceInformation_titleContainer__C3kUa{display:flex;align-items:center;gap:0 8px}.InsuranceInformation_container__tL0nw .InsuranceInformation_header__5imGA .InsuranceInformation_titleContainer__C3kUa span{font-size:1rem}.InsuranceInformation_container__tL0nw .InsuranceInformation_header__5imGA .InsuranceInformation_updatedDate__WPxZK{font-size:.75rem;color:#301202;font-weight:400}
.VisualizerPatientDetails_visualizerPatientDetails__1KgqH{margin-top:11px}.VisualizerPatientDetails_visualizerPatientDetails__1KgqH .ant-divider-horizontal{margin-top:0;margin-bottom:10px;border:none}
.SlidingTabs_container__UhGwm{width:100%;display:flex;justify-content:flex-end;padding-right:.3599em}.SlidingTabs_defaultVisualizer__Rs9_D{justify-content:flex-start;padding-right:0}.SlidingTabs_invisible__xO3IQ{visibility:hidden}.SlidingTabs_arrowButton__FHIvR{background:none;border:none;flex-shrink:0;width:32px;height:100%;cursor:pointer}.SlidingTabs_arrowButton__FHIvR:disabled{cursor:not-allowed;color:rgba(0,0,0,.25)}.SlidingTabs_arrowButton__FHIvR .anticon{transform:scale(0.83333333) rotate(0deg)}.SlidingTabs_tabs__OE_84{min-width:0}.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-ink-bar{display:none !important}.SlidingTabs_tabs__OE_84 .ant-tabs-nav::before{border-bottom:none}.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-tab{margin:10px 7px;padding:8px 20px;border-radius:14px;color:#b9b9b9;font-weight:700;line-height:18.7px;letter-spacing:.2px;background-color:#ebebeb;height:35px}.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-tab:hover{color:#000 !important;cursor:pointer}.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn{font-size:.875rem;height:inherit;align-content:center}.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:focus,.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:active{color:#2f2f2f}.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{border:1px solid #a4a4a4;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.25)}.SlidingTabs_tabs__OE_84 .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#2f2f2f}.SlidingTabs_tabs__OE_84 .ant-tabs-nav-wrap{scroll-behavior:smooth}.SlidingTabs_tabs__OE_84 .ant-tabs-nav-wrap::before,.SlidingTabs_tabs__OE_84 .ant-tabs-nav-wrap::after{opacity:0 !important}.SlidingTabs_tabs__OE_84 .ant-tabs-nav-list{transform:none !important}.SlidingTabs_tabs__OE_84 .ant-tabs-nav-more{display:none}.SlidingTabs_defaultVisualizerTabs__HJGHr .ant-tabs-nav .ant-tabs-tab{padding:8px;border-radius:10px;color:#8a8a8a;font-weight:normal;line-height:normal;letter-spacing:normal;height:auto}.SlidingTabs_defaultVisualizerTabs__HJGHr .ant-tabs-nav .ant-tabs-tab:hover{font-weight:600}.SlidingTabs_defaultVisualizerTabs__HJGHr .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn{font-size:12px;height:auto;align-content:normal}.SlidingTabs_defaultVisualizerTabs__HJGHr .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:focus,.SlidingTabs_defaultVisualizerTabs__HJGHr .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-btn:active{color:#000}.SlidingTabs_defaultVisualizerTabs__HJGHr .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active{border:1px solid #979797;background:#fff;font-weight:600;box-shadow:0 1px 2px 0 rgba(0,0,0,.2),0 0px 14px 0 rgba(0,0,0,.19)}.SlidingTabs_defaultVisualizerTabs__HJGHr .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#000}
.fmxToggle_fmxToggle__W3NNt{display:flex;flex-flow:column}.fmxToggle_fmxToggle__W3NNt .fmxToggle_toggle__bYsAB{background-color:#bfbfbf}.fmxToggle_fmxToggle__W3NNt .fmxToggle_toggleChecked__Els3p{background-color:#1890ff}
.categoriesToggle_categoriesToggle__H67Dr{display:flex;flex-wrap:wrap;gap:.31rem;padding:0 .62rem}.categoriesToggle_categoriesToggle__H67Dr .categoriesToggle_icon__Leybu{font-size:.62rem;margin-left:.255em;align-self:center;margin-top:2px}.categoriesToggle_categoriesToggle__H67Dr .categoriesToggle_categoryButton___8YF8{color:#fff;font-size:.62rem;border:1px solid #ebebeb;transition:all .3s;display:flex}.categoriesToggle_categoriesToggle__H67Dr .categoriesToggle_categoryButton___8YF8:hover{opacity:.9}.categoriesToggle_categoriesToggle__H67Dr .categoriesToggle_categoryButton___8YF8.categoriesToggle_inactive__GWiuw{opacity:.4;color:#000}.categoriesToggle_categoriesToggle__H67Dr .categoriesToggle_categoryButton___8YF8 span{font-size:1rem;line-height:22px}
.imageCarousel_thumbnailContainer__jfMvG{cursor:pointer;margin:0;display:flex;justify-content:center;align-items:center}.imageCarousel_thumbnailContainer__jfMvG .imageCarousel_thumbnailImage__m9eY8{background-size:cover !important;width:77px;height:60px;margin:0 3px;overflow:hidden;border-radius:7px;background-color:#000}.imageCarousel_thumbnailContainer__jfMvG .imageCarousel_thumbnailImage__m9eY8 img{width:100%}.imageCarousel_thumbnailContainer__jfMvG .imageCarousel_thumbnailSelected__RYTbc{border:4px solid #3fa9ff;width:85px;height:68px}.imageCarousel_thumbnailContainer__jfMvG .imageCarousel_thumbnailEmpty__plqOG{width:60px;height:60px;background-color:#ebebeb;cursor:auto}.imageCarousel_thumbnails__g0w01{margin:0 auto;position:relative;display:flex;justify-content:center;align-items:center;height:70px;width:100%}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationIcon__AB9X2{display:flex;padding-top:4px;position:relative;color:#3fa9ff;cursor:pointer}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationIcon__AB9X2 .imageCarousel_label__Oe6dE{position:absolute;left:42%;top:30px;color:#fff;pointer-events:none;z-index:100}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationIcon__AB9X2 .imageCarousel_label__Oe6dE span{font-size:.625rem}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationIcon__AB9X2 svg{width:4.37rem;height:4.37rem;align-self:flex-start}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationIcon__AB9X2 .imageCarousel_next__R4l4K{padding-left:4px}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationIcon__AB9X2 .imageCarousel_prev__wfUWb{padding-right:4px}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationArrowIcon__Pu_D4{display:flex;padding-top:4px;position:relative;color:#3fa9ff;cursor:pointer}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationArrowIcon__Pu_D4 .imageCarousel_label__Oe6dE{position:absolute;left:34%;top:32px;z-index:100;font-size:.75rem;color:#fff;pointer-events:none}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationArrowIcon__Pu_D4 .imageCarousel_label__Oe6dE span{font-size:.625rem}.imageCarousel_thumbnails__g0w01 .imageCarousel_navigationArrowIcon__Pu_D4 .imageCarousel_prev__wfUWb{padding-right:4px}.imageCarousel_thumbnails__g0w01 .imageCarousel_plus__tu5Bl{font-size:.75rem !important}.imageCarousel_thumbnails__g0w01 .imageCarousel_dotWrapper__2xD3M{margin-left:6px;position:relative;top:-21px}.imageCarousel_thumbnails__g0w01 .imageCarousel_dotWrapper__2xD3M .imageCarousel_ant-badge__FKbCy{width:10px}.imageCarousel_thumbnails__g0w01 .imageCarousel_dotWrapper__2xD3M .imageCarousel_ant-badge__FKbCy .imageCarousel_ant-badge-status-dot__OU_SH{width:10px;height:10px}.imageCarousel_badges__nNOtM{margin-right:1px}.imageCarousel_badges__nNOtM span{width:10px;height:10px}
.treatments_innerPanel__H2Zu3{width:100%;margin-top:15px;margin-left:15px;max-width:48.8vw}.treatments_treatmentTable__Gx1YE{border:none}.treatments_treatmentTable__Gx1YE tr>th{font-size:.75rem;color:#606266;border:none}.treatments_treatmentTable__Gx1YE>tr>td{font-size:.75rem;border:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.treatments_treatmentTable__Gx1YE .treatments_ant-tag__BLgXk{cursor:pointer}.treatments_treatmentTable__Gx1YE .treatments_ant-btn-link__IUGKP{color:#3d8093}.treatments_treatmentTable__Gx1YE .treatments_visibleConditions__k9FQp{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem}.treatments_treatmentTable__Gx1YE .treatments_row__JBx_K>td{font-size:.75rem;border-bottom:none !important;color:rgba(0,0,0,.65)}.treatments_treatmentTable__Gx1YE .treatments_groupRow__eugbr{display:flex;align-items:center;font-weight:bold;color:#606266;padding:4px 0}.treatments_treatmentTable__Gx1YE .treatments_groupRowTreatments__hAitX{display:flex;align-items:center;justify-content:space-between;font-weight:bold;color:#606266;padding:4px 0;cursor:pointer}.treatments_treatmentTable__Gx1YE .ant-table-row-expand-icon{display:none !important}.treatments_treatmentTable__Gx1YE .ant-table-row-expand-icon-cell{display:none !important}.treatments_treatmentTable__Gx1YE .ant-table-expand-icon-th{display:none !important}.treatments_treatmentStatus__Vkkhe{font-size:.75rem;white-space:nowrap}.treatments_treatmentStatus__Vkkhe:hover{cursor:pointer}.treatments_treatmentStatus__Vkkhe .treatments_treatmentIcon__1Hav4{font-size:.75rem;padding-right:4px;padding-left:4px}.treatments_treatmentStatus__Vkkhe .treatments_treatmentIcon__1Hav4 svg{font-size:.75rem}.treatments_treatmentStatus__Vkkhe.treatments_predicted__K5coq{border:1px solid;padding:7px 17px;border-radius:20px;font-weight:700}.treatments_treatmentStatus__Vkkhe.treatments_unscheduled__B1pZJ{font-weight:700}.treatments_treatmentStatus__Vkkhe.treatments_planned__9rAmN{font-weight:700}.treatments_treatmentStatus__Vkkhe.treatments_perio__zAEAk{color:#4df4ff}.treatments_treatmentStatus__Vkkhe.treatments_perio__zAEAk.treatments_predicted__K5coq{border-color:#4df4ff}.treatments_treatmentStatus__Vkkhe.treatments_endo__xaSVE{color:#1e93ff}.treatments_treatmentStatus__Vkkhe.treatments_endo__xaSVE.treatments_predicted__K5coq{border-color:#1e93ff}.treatments_treatmentStatus__Vkkhe.treatments_scaling__auMhD{color:#00e0aa}.treatments_treatmentStatus__Vkkhe.treatments_scaling__auMhD.treatments_predicted__K5coq{border-color:#00e0aa}.treatments_treatmentStatus__Vkkhe.treatments_impaction____Nzl{color:#ffb800}.treatments_treatmentStatus__Vkkhe.treatments_impaction____Nzl.treatments_predicted__K5coq{border-color:#ffb800}.treatments_treatmentStatus__Vkkhe.treatments_implant__WAKBj{color:#c4c4c4}.treatments_treatmentStatus__Vkkhe.treatments_implant__WAKBj.treatments_predicted__K5coq{border-color:#c4c4c4}.treatments_treatmentStatus__Vkkhe.treatments_restoration__dYpnU{color:#ff29b4}.treatments_treatmentStatus__Vkkhe.treatments_restoration__dYpnU.treatments_predicted__K5coq{border-color:#ff29b4}.treatments_treatmentStatus__Vkkhe.treatments_crown__ZPnCB{color:#e72947}.treatments_treatmentStatus__Vkkhe.treatments_crown__ZPnCB.treatments_predicted__K5coq{border-color:#e72947}.treatments_treatmentStatus__Vkkhe.treatments_restoration-incipient__3bz_O{color:#ffb52c}.treatments_treatmentStatus__Vkkhe.treatments_restoration-incipient__3bz_O.treatments_predicted__K5coq{border-color:#ffb52c}.treatments_treatmentStatus__Vkkhe.treatments_restoration-replacement__0EH23{color:#8744ff}.treatments_treatmentStatus__Vkkhe.treatments_restoration-replacement__0EH23.treatments_predicted__K5coq{border-color:#8744ff}.treatments_treatmentStatus__Vkkhe.treatments_ortho__Zfih3{color:#000aff}.treatments_treatmentStatus__Vkkhe.treatments_ortho__Zfih3.treatments_predicted__K5coq{border-color:#000aff}
.pathologyList_item__cOTYH{margin-top:.37rem}.pathologyList_tooth__QWgVL{color:#000;font-weight:bold;display:flex;flex-flow:column;font-size:.625rem;justify-content:end;row-gap:6px}.pathologyList_pathologies__K4Vtx{display:flex;gap:3px;flex-flow:wrap}.pathologyList_pathology__050YP{padding:2px 9px;border-radius:5px;color:#fff;white-space:nowrap;font-size:.75rem;transition:.3s}.pathologyList_pathology__050YP:hover{opacity:.9}.pathologyList_noResults__zo6Xd{display:flex;justify-content:center;height:90%;align-items:center}
.toothPathologies_container__7OgPx{background-color:#f3f8ff;padding:.62rem;width:15rem;overflow-y:auto;max-width:16.25rem;color:#3e496d}.toothPathologies_header__8drqq{font-weight:bold}.toothPathologies_header__8drqq span{border:1px solid;display:inline-block;height:1.4rem;width:1.4rem;border-radius:10px;text-align:center}
.fullViewer_viewerTools__gEYBo .fullViewer_toolbar__88cRL{font-size:10px;z-index:1;flex-basis:40px}.fullViewer_viewerTools__gEYBo .fullViewer_toolbar__group__w9X8N:first-of-type div:first-of-type{border-radius:4.5px 4.5px 0 0}.fullViewer_viewerTools__gEYBo .fullViewer_toolbar__group__w9X8N:last-of-type div:last-of-type{border-radius:0 0 4.5px 4.5px}.fullViewer_viewerTools__gEYBo .fullViewer_toolbar__item___tNLx{width:2.5rem;height:2.5rem}.fullViewer_viewToolsFullscreen__oSwQW{top:5%;background-color:#333;right:0;z-index:200}.fullViewer_imageViewContainer__x5g5h{position:relative;display:flex;justify-content:center;width:100%;height:100%}.fullViewer_imageViewContainer__x5g5h .fullViewer_spinner__uqOc3{width:100%;justify-content:center;display:grid;align-items:center}.fullViewer_imageViewContainer__x5g5h .fullViewer_visualizer__canvas__wrapper__knVe7{width:100%;min-height:615px}.fullViewer_imageViewContainer__x5g5h .fullViewer_visualizer__canvas__wrapper__knVe7 .fullViewer_spinner__uqOc3{top:287.5px;left:47.5%;position:relative;margin:0 auto;z-index:200}.fullViewer_imageViewContainer__x5g5h:not(.fullViewer_fullScreen__c9Ddu) .fullViewer_visualizer__canvas__wrapper__knVe7{flex:1 1;position:relative}.fullViewer_imageViewContainer__x5g5h:not(.fullViewer_fullScreen__c9Ddu) .fullViewer_visualizer__canvas__5sn81:not(.fullViewer_loading-image-box__F3h4w){height:100%;width:100%;background:#000}.fullViewer_imageViewContainer__x5g5h:not(.fullViewer_fullScreen__c9Ddu).fullViewer_lite__7gt4M{height:820px}.fullViewer_imageViewContainer__x5g5h:not(.fullViewer_fullScreen__c9Ddu).fullViewer_lite__7gt4M .fullViewer_visualizer__canvas__5sn81:not(.fullViewer_loading-image-box__F3h4w){width:820px;height:820px}.fullViewer_imageViewContainer__x5g5h:not(.fullViewer_fullScreen__c9Ddu).fullViewer_lite__7gt4M .fullViewer_visualizer__canvas__wrapper__knVe7{width:820px;height:820px}.fullViewer_imageViewContainer__x5g5h:not(.fullViewer_fullScreen__c9Ddu).fullViewer_lite__7gt4M .fullViewer_viewerTools__gEYBo{top:215px;right:-55px}.fullViewer_imageViewContainer__x5g5h.fullViewer_fullScreen__c9Ddu{background:#000;width:100%;height:100%;position:fixed;left:0;top:0;overflow:hidden;z-index:200}.fullViewer_imageViewContainer__x5g5h.fullViewer_fullScreen__c9Ddu .fullViewer_legend-footer__myYF3 .fullViewer_tooth-dmf-legend__giV2y{position:relative}.fullViewer_imageViewContainer__x5g5h.fullViewer_fullScreen__c9Ddu .fullViewer_loading__e6O3C .fullViewer_visualizer__canvas__5sn81>.fullViewer_image-viewer__QYugr{visibility:hidden}.fullViewer_imageViewContainer__x5g5h.fullViewer_fullScreen__c9Ddu .fullViewer_anticon-spin___ozLB{width:200px;height:200px;top:calc(50% - 100px);left:calc(50% - 100px)}.fullViewer_imageViewContainer__x5g5h.fullViewer_fullScreen__c9Ddu .fullViewer_visualizer__canvas__5sn81{height:100vh;width:100%;display:grid;place-content:center;position:relative}.fullViewer_imageViewContainer__x5g5h.fullViewer_fullScreen__c9Ddu .fullViewer_visualizer__arrow__QAsfn{font-size:.75rem}.fullViewer_imageViewContainer__x5g5h .fullViewer_arrow__kNDlU{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__x5g5h .fullViewer_arrow__kNDlU span{border:.45px solid #4a4a4a;border-radius:2px;background-color:#202023;padding:2px;cursor:pointer}.fullViewer_imageViewContainer__x5g5h .fullViewer_arrow__kNDlU svg{font-size:1rem;width:1.31rem;height:1.31rem}.fullViewer_imageViewContainer__x5g5h .fullViewer_arrow__kNDlU span[disabled]{opacity:.5;pointer-events:none;cursor:not-allowed}.fullViewer_imageViewContainer__x5g5h .fullViewer_arrow__kNDlU i{border:.45px solid #4a4a4a;border-radius:2px;background-color:#202023;padding:2px;cursor:pointer !important}.fullViewer_imageViewContainer__x5g5h .fullViewer_arrow__kNDlU i:active{opacity:.8}.fullViewer_imageViewContainer__x5g5h .fullViewer_right__p09ng{border-left:1px solid #363636;border-radius:0 10px 10px 0;cursor:pointer;pointer-events:all}.fullViewer_imageViewContainer__x5g5h .fullViewer_left__0uNPy{border-right:1px solid #363636;border-radius:10px 0 0 10px;cursor:pointer}
.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI{background-color:#000;border-radius:16px;width:100%}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_imageInfo__crCLX{display:grid;grid-template-columns:2fr auto;width:100%;padding-left:2px}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_imageInfo__crCLX label{font-size:1rem;color:#fff;font-weight:400;padding-bottom:5px;text-align:right;padding-right:2px}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_imageCounter___gQiL{display:grid;grid-template-columns:.5fr .5fr;width:50px;padding-left:2px}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_imageCounter___gQiL .selectedImageViewer_labelCounter__UvCIH{opacity:.5}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_imageCounter___gQiL label{font-size:20px;color:#fff;font-weight:400;padding-bottom:5px;text-align:right}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_imageCounter___gQiL strong{font-size:1.25rem;padding-bottom:5px;text-align:right;opacity:1}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_visualizer__1HD4L{display:flex;grid-template-columns:auto auto auto;width:100%;justify-content:space-between}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_visualizer__1HD4L .selectedImageViewer_imageViewerContainer__NKO07{width:100%;min-height:500px}.selectedImageViewer_container__hTQRa .selectedImageViewer_visualizerBox__pKiFI .selectedImageViewer_visualizer__1HD4L .selectedImageViewer_imageViewerContainer__NKO07 .selectedImageViewer_image-viewer__Adq3y svg{width:1.25rem}
.confirmationModal_modalOverlay__9CwEj{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.confirmationModal_buttonsSection__cPcBS{padding:0px 20px 0 20px}.confirmationModal_buttonsSection__cPcBS .confirmationModal_discardBtn__DXoAL{float:left}.confirmationModal_buttonsSection__cPcBS .confirmationModal_saveBtn__B0YNE{float:right}.confirmationModal_modalOverlay__9CwEj svg.svg-icon{width:80px;height:80px;margin-left:15px}.confirmationModal_modal__DLD7Y{background:#fff;padding:30px;border-radius:5px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.alertMessage_alert__29HMB .alertMessage_message___655k{padding-right:.3599em}.alertMessage_alert__29HMB .alertMessage_viewBtn__2bfeM{margin-left:.3599em !important}.alertMessage_alert__29HMB button.alertMessage_ant-btn__x1_VR.alertMessage_ant-btn-primary__GUj1_.alertMessage_ant-btn-round__HR__B{margin-left:.72em !important}.alertMessage_alert__29HMB .alertMessage_ant-btn__x1_VR.alertMessage_ant-btn-primary__GUj1_.alertMessage_ant-btn-round__HR__B{margin-left:.5rem}.alertMessage_ant-message-custom-content__WzJZ5.alertMessage_ant-message-error__zZXbJ{display:flex}.alertMessage_ant-message-custom-content__WzJZ5 i.alertMessage_anticon__HQCyR.alertMessage_anticon-close-circle__iSD91{align-self:center;transform:translateY(-1px)}
.activeAppointmentContainerV1_container__Ff3oO{display:-ms-flexbox;flex-direction:column;justify-content:center;border-top:1px solid #f2f2f2;min-width:30rem;display:flex;flex-direction:row;max-height:calc(100vh - 106px)}.activeAppointmentContainerV1_leftContainer__QdRFV{max-width:1000px;min-width:500px;width:50vw;overflow-y:auto}.activeAppointmentContainerV1_visualizerContainer__E5Ob5{display:flex;flex-flow:column;gap:15px;background-color:#dfe5ee;padding:15px 6px}.activeAppointmentContainerV1_visualizerMicroFmx__dnSv1,.activeAppointmentContainerV1_visualizerMicroFmxHighlighted__ceBgJ{aspect-ratio:1.75/1;height:100%;margin-right:auto}.activeAppointmentContainerV1_visualizerMicroFmxHighlighted__ceBgJ{background-color:#1a1a1a}.activeAppointmentContainerV1_micro-fmx__wrapper__zaJGG{height:100%;padding:.47rem;cursor:pointer}.activeAppointmentContainerV1_visualizerBody__TdQ7Q{position:relative;overflow:hidden;width:100%;min-height:500px}.activeAppointmentContainerV1_visualizerBody__TdQ7Q .activeAppointmentContainerV1_spinner__Hikvb{width:100%;height:100%;min-height:500px;justify-content:center;display:grid;align-items:center}.activeAppointmentContainerV1_visualizerWrapper__Kb4I_{display:flex;flex-flow:column;background:#202023;padding:0 .78rem .62rem .78rem;border-radius:.78rem;width:100%}.activeAppointmentContainerV1_visualizerHeader__fkibG{display:flex;justify-content:space-between;align-items:center;flex-flow:row-reverse;gap:.78rem;height:72px;color:#fff}.activeAppointmentContainerV1_categories__lz1on{display:flex;flex-wrap:wrap}.activeAppointmentContainerV1_categories__lz1on .activeAppointmentContainerV1_ant-btn-round__teULu.activeAppointmentContainerV1_ant-btn-sm__YCBLh{margin:3px}.activeAppointmentContainerV1_innerPanel__YHKur{width:100%;margin-top:15px}
.PatientInfo_patientInfoBodyContainer__UJBW1{background-color:#f5f8fb}.PatientInfo_patientInfoBodyContainer__UJBW1 .ant-collapse-borderless{background-color:#f5f8fb}.PatientInfo_lite__mjhSY .PatientInfo_containerColumns__CgbYq,.PatientInfo_containerStacked__VlFEh .PatientInfo_containerColumns__CgbYq{flex-direction:column}.PatientInfo_lite__mjhSY .PatientInfo_topItems__8O_w1{padding:7px 30px 7px 0;flex-grow:1}.PatientInfo_container__OaSiZ{padding:0;border-radius:0px;height:100%}.PatientInfo_emptyContainer__9JBJt{display:flex;align-items:center;justify-content:center;font-size:15px;height:600px}.PatientInfo_fullImage__4Jkm6{display:flex;height:450px;width:580px;background-size:contain;position:relative;margin-left:auto;margin-right:auto;font-size:14px}.PatientInfo_categories__5lASw{display:flex;flex-wrap:wrap}.PatientInfo_categories__5lASw .ant-btn-round.ant-btn-sm{margin:3px}.PatientInfo_thumbnails__qkS5g{display:flex;justify-content:center;align-items:center;margin-top:15px}.PatientInfo_thumbnails__qkS5g .PatientInfo_thumbnailContainer__DTgCo{cursor:pointer;margin:3px}.PatientInfo_thumbnails__qkS5g .PatientInfo_thumbnailContainer__DTgCo .PatientInfo_thumbnailImage__xvWt6{background-size:cover !important}.PatientInfo_thumbnails__qkS5g .PatientInfo_thumbnailContainer__DTgCo .PatientInfo_thumbnailSelected__EzAam{border:4px solid #3fa9ff}.PatientInfo_thumbnails__qkS5g .PatientInfo_thumbnailContainer__DTgCo .PatientInfo_thumbnailEmpty__arTKa{width:60px;height:60px;background-color:#ebebeb;cursor:auto}.PatientInfo_thumbnails__qkS5g .ant-badge-status-dot{width:10px;height:10px}.PatientInfo_navigationIcon__6pJD5{color:#3fa9ff;font-size:1.25rem;cursor:pointer}.PatientInfo_navigationIconDisabled__kgrt4{opacity:0;cursor:auto !important}.PatientInfo_fullScreen___USiB{background:#000;width:100%;height:100%;position:fixed;left:0;top:0;overflow:hidden;z-index:2000;display:flex;justify-content:center;align-items:center}.PatientInfo_fullScreenImageContainer__BWwMM{display:flex;justify-content:center;align-items:center;flex-grow:1;height:100%}.PatientInfo_fullScreenImage__gzXqV{display:flex;height:450px;width:580px;background-size:contain;position:relative;font-size:14px}.PatientInfo_fullScreenNavigationIcon__pr4Cd{color:#d2d2d2;font-size:2.5rem;cursor:pointer;padding:30px}.PatientInfo_fullScreenCloseButton__NwiIV{position:absolute;right:0;top:0;color:#fff;margin:14px;font-size:23px;cursor:pointer}.PatientInfo_categoryToggles__yR4jb{margin-bottom:10px;border-top:0px}.PatientInfo_topItems__8O_w1{height:54px;display:flex;width:100%;overflow:hidden}.PatientInfo_patientDownloadButton__0FW_i{height:39px;width:150px;border-color:#bbb;margin-top:6px}.PatientInfo_categories__5lASw .ant-btn{border:0;color:#8a8a8a;background-color:#ebebeb;border:1px solid #ebebeb;font-size:12px}.PatientInfo_categories__5lASw .ant-btn .svg-icon{font-size:10px;margin-left:2px}.PatientInfo_categories__5lASw .ant-btn:hover{background-color:#d1d1d1}.PatientInfo_categories__5lASw .ant-btn-primary{border:0;color:#151515;background-color:#f9f8f7;border:1px solid #c9c9c9;box-shadow:0 1px 2px 0 rgba(0,0,0,.2),0 6px 14px 0 rgba(0,0,0,.19)}.PatientInfo_categories__5lASw .ant-btn-primary .svg-icon{font-size:14px;margin-left:2px}.PatientInfo_categories__5lASw .ant-btn-primary:hover{background-color:#dedede}.PatientInfo_aiFindings__container__j6aj_{background-color:#f2f2f2;padding:.62rem}.PatientInfo_aiFindings__header__6yb_9 span{border:1px solid;display:inline-block;height:.87rem;width:.87rem;border-radius:.44rem;text-align:center}.PatientInfo_aiFindings__dQtQC .PatientInfo_tooth__90sPz{font-weight:bold}.PatientInfo_aiFindings__dQtQC .PatientInfo_pathologies__pyChl{display:flex;gap:3px}.PatientInfo_aiFindings__dQtQC .PatientInfo_pathology__x0krf{background-color:#add8e6;padding:0 4px;border-radius:4px}.PatientInfo_loadingContainer__vR0x_{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.PatientInfo_container__OaSiZ .PatientInfo_categories__5lASw .svg-icon{height:11px}.PatientInfo_container__OaSiZ .ant-collapse > .ant-collapse-item{border:none;background-color:#fff}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq{display:flex;height:100%;min-width:50rem}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerAssessments__HcqDQ .PatientInfo_noAssessments__2Se5H{font-size:11px;margin-left:2px}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowTop__UReti .ant-collapse-borderless,.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowTop__UReti .ant-divider{background-color:#fff !important}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowTop__UReti button{margin-bottom:10px;margin-left:0px;border-top:1px solid #c9c9c9;border-right:1px solid #c9c9c9;border-left:1px solid #c9c9c9}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowBottom__QA5WI{background-color:#fff !important;width:100%}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowBottom__QA5WI .PatientInfo_noAppointmentMsg__PMB9H{text-align:center;margin-top:4rem}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerNotes__EjGOF textarea{color:#3f3f3f;font-size:12px;height:150px !important;resize:none;cursor:text}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerNotes__EjGOF textarea::-webkit-scrollbar-track{background-color:#f1f1f1}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerNotes__EjGOF textarea::-webkit-scrollbar{width:10px;background-color:#d6d6d6}.PatientInfo_container__OaSiZ .PatientInfo_containerColumns__CgbYq .PatientInfo_containerNotes__EjGOF textarea::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1}.PatientInfo_container__OaSiZ.PatientInfo_lite__mjhSY .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowTop__UReti{display:flex;width:unset;background:unset}.PatientInfo_container__OaSiZ.PatientInfo_lite__mjhSY .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowTop__UReti>div{display:flex}.PatientInfo_container__OaSiZ.PatientInfo_lite__mjhSY .PatientInfo_containerColumns__CgbYq .PatientInfo_containerRowBottom__QA5WI{padding:0px 90px 20px 90px}.PatientInfo_patientInfoBody__yE7Zl{display:flex;width:100%;min-height:0;background-color:#fff}.PatientInfo_patientInfoBody__yE7Zl .PatientInfo_patientInfoLeftColumn__IIl8S{flex:1 1;min-width:0}.PatientInfo_patientInfoBody__yE7Zl .PatientInfo_buttonsContainerRight__wz4Tu{flex-shrink:0;background-color:#fff;height:100vh;width:75px}
.PatientInfoV1_lite__ra7Dg .PatientInfoV1_containerColumns__T0_HF{flex-direction:column}.PatientInfoV1_lite__ra7Dg .PatientInfoV1_topItems__RHtUi{padding:7px 30px 7px 0;flex-grow:1}.PatientInfoV1_container__1uNzY{padding:0;border-radius:0px;height:100%}.PatientInfoV1_emptyContainer__pOChV{display:flex;align-items:center;justify-content:center;font-size:15px;height:600px}.PatientInfoV1_fullImage__u6xCK{display:flex;height:450px;width:580px;background-size:contain;position:relative;margin-left:auto;margin-right:auto;font-size:14px}.PatientInfoV1_categories__LCdIe{display:flex;flex-wrap:wrap}.PatientInfoV1_categories__LCdIe .ant-btn-round.ant-btn-sm{margin:3px}.PatientInfoV1_thumbnails__p_zDe{display:flex;justify-content:center;align-items:center;margin-top:15px}.PatientInfoV1_thumbnails__p_zDe .PatientInfoV1_thumbnailContainer__1pT_w{cursor:pointer;margin:3px}.PatientInfoV1_thumbnails__p_zDe .PatientInfoV1_thumbnailContainer__1pT_w .PatientInfoV1_thumbnailImage__9LKTH{background-size:cover !important}.PatientInfoV1_thumbnails__p_zDe .PatientInfoV1_thumbnailContainer__1pT_w .PatientInfoV1_thumbnailSelected__xaTnC{border:4px solid #3fa9ff}.PatientInfoV1_thumbnails__p_zDe .PatientInfoV1_thumbnailContainer__1pT_w .PatientInfoV1_thumbnailEmpty__sdTbw{width:60px;height:60px;background-color:#ebebeb;cursor:auto}.PatientInfoV1_thumbnails__p_zDe .ant-badge-status-dot{width:10px;height:10px}.PatientInfoV1_navigationIcon__bJepn{color:#3fa9ff;font-size:1.25rem;cursor:pointer}.PatientInfoV1_navigationIconDisabled__0tHh9{opacity:0;cursor:auto !important}.PatientInfoV1_fullScreen__qFVKv{background:#000;width:100%;height:100%;position:fixed;left:0;top:0;overflow:hidden;z-index:2000;display:flex;justify-content:center;align-items:center}.PatientInfoV1_fullScreenImageContainer__I7fWk{display:flex;justify-content:center;align-items:center;flex-grow:1;height:100%}.PatientInfoV1_fullScreenImage___tO7b{display:flex;height:450px;width:580px;background-size:contain;position:relative;font-size:14px}.PatientInfoV1_fullScreenNavigationIcon__9p_v2{color:#d2d2d2;font-size:2.5rem;cursor:pointer;padding:30px}.PatientInfoV1_fullScreenCloseButton__hgZtA{position:absolute;right:0;top:0;color:#fff;margin:14px;font-size:23px;cursor:pointer}.PatientInfoV1_categoryToggles__1j_jG{margin-bottom:10px;border-top:0px}.PatientInfoV1_topItems__RHtUi{height:54px;display:flex;max-width:690px;overflow:hidden}.PatientInfoV1_patientDownloadButton__0fKsA{height:39px;width:150px;border-color:#bbb;margin-top:6px}.PatientInfoV1_categories__LCdIe .ant-btn{border:0;color:#8a8a8a;background-color:#ebebeb;border:1px solid #ebebeb;font-size:12px}.PatientInfoV1_categories__LCdIe .ant-btn .svg-icon{font-size:10px;margin-left:2px}.PatientInfoV1_categories__LCdIe .ant-btn:hover{background-color:#d1d1d1}.PatientInfoV1_categories__LCdIe .ant-btn-primary{border:0;color:#151515;background-color:#f9f8f7;border:1px solid #c9c9c9;box-shadow:0 1px 2px 0 rgba(0,0,0,.2),0 6px 14px 0 rgba(0,0,0,.19)}.PatientInfoV1_categories__LCdIe .ant-btn-primary .svg-icon{font-size:14px;margin-left:2px}.PatientInfoV1_categories__LCdIe .ant-btn-primary:hover{background-color:#dedede}.PatientInfoV1_aiFindings__container__JS90V{background-color:#f2f2f2;padding:.62rem}.PatientInfoV1_aiFindings__header__HHIwr span{border:1px solid;display:inline-block;height:.87rem;width:.87rem;border-radius:.44rem;text-align:center}.PatientInfoV1_aiFindings__5LHwf .PatientInfoV1_tooth__PUawP{font-weight:bold}.PatientInfoV1_aiFindings__5LHwf .PatientInfoV1_pathologies__FSvBN{display:flex;gap:3px}.PatientInfoV1_aiFindings__5LHwf .PatientInfoV1_pathology__H5Zr7{background-color:#add8e6;padding:0 4px;border-radius:4px}.PatientInfoV1_container__1uNzY .PatientInfoV1_categories__LCdIe .svg-icon{height:11px}.PatientInfoV1_container__1uNzY .ant-collapse > .ant-collapse-item{border:none}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF{display:flex;height:100%;min-width:50rem}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerAssessments__5P7ra .PatientInfoV1_noAssessments__b2aFA{font-size:11px;margin-left:2px}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnLeft__cD6d3 h5{color:#b2b2b2;font-size:80%;margin:0 0 -2px 0}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnLeft__cD6d3 .ant-collapse-borderless,.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnLeft__cD6d3 .ant-divider{background-color:#fff}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnLeft__cD6d3 button{margin-bottom:10px;margin-left:0px;border-top:1px solid #c9c9c9;border-right:1px solid #c9c9c9;border-left:1px solid #c9c9c9}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnRight__jMS7H{background-color:#fff;width:100%}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnRight__jMS7H .PatientInfoV1_noAppointmentMsg__9Phwh{text-align:center;margin-top:4rem}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerNotes__QRYoH textarea{color:#3f3f3f;font-size:12px;height:150px !important;resize:none;cursor:text}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerNotes__QRYoH textarea::-webkit-scrollbar-track{background-color:#f1f1f1}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerNotes__QRYoH textarea::-webkit-scrollbar{width:10px;background-color:#d6d6d6}.PatientInfoV1_container__1uNzY .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerNotes__QRYoH textarea::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1}.PatientInfoV1_container__1uNzY.PatientInfoV1_lite__ra7Dg .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnLeft__cD6d3{display:flex;width:unset;background:unset}.PatientInfoV1_container__1uNzY.PatientInfoV1_lite__ra7Dg .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnLeft__cD6d3>div{display:flex}.PatientInfoV1_container__1uNzY.PatientInfoV1_lite__ra7Dg .PatientInfoV1_containerColumns__T0_HF .PatientInfoV1_containerColumnRight__jMS7H{padding:0px 90px 20px 90px}
.VerifiedOpportunities_treatmentsContainer__dUZwh{margin:15px 20px;padding:10px;border-radius:8px;background:#ffd7c1}.VerifiedOpportunities_treatmentsContainer__dUZwh .VerifiedOpportunities_verifiedTitle__0mkX0{display:grid;grid-template-columns:.3fr 2fr;align-items:center;justify-content:start}.VerifiedOpportunities_treatmentsContainer__dUZwh .VerifiedOpportunities_verifiedTitle__0mkX0 .VerifiedOpportunities_verifiedCheckIcon__9LWJZ{background:#ff9356;padding:3px;border-radius:50%;margin-right:2px}.VerifiedOpportunities_treatmentsContainer__dUZwh .VerifiedOpportunities_verifiedTitle__0mkX0 h5{margin:0 !important;color:#b3521c !important}.VerifiedOpportunities_treatmentsContainer__dUZwh .ant-row:first-child{font-weight:bold}.VerifiedOpportunities_treatments__3mjD1{margin-top:3px;max-height:300px;overflow-y:auto;font-size:12px;display:inline-grid;width:100%}.VerifiedOpportunities_treatmentRow__NH1nl{display:inline-grid;justify-content:space-between;width:100%;grid-column-gap:5px}.VerifiedOpportunities_treatmentRow__NH1nl .ant-col{margin-bottom:0}.VerifiedOpportunities_treatmentDetails__5zFnm,.VerifiedOpportunities_treatmentDate__iMuYi,.VerifiedOpportunities_treatmentDetailsTitle__gcyWq,.VerifiedOpportunities_treatmentDateTitle__d8TpS{font-size:13px;font-weight:400}.VerifiedOpportunities_treatmentDate__iMuYi{color:#301202 !important;grid-column:2;width:80px}.VerifiedOpportunities_treatmentDetails__5zFnm{color:#301202 !important;grid-column:1}.VerifiedOpportunities_treatmentDateTitle__d8TpS{color:#b3521c !important;grid-column:2;width:80px;font-weight:700}.VerifiedOpportunities_treatmentDetailsTitle__gcyWq{color:#b3521c !important;grid-column:1;font-weight:700}
.VisualizerPatientDetailsV1_notes__3zHP9{margin:20px}.VisualizerPatientDetailsV1_notes__3zHP9 textarea{border:1px solid #d9d9d9;border-radius:4px;padding:4px 11px;background-color:#fff;color:#3f3f3f;font-size:12px;margin-top:6px;height:150px !important;resize:none;cursor:text}.VisualizerPatientDetailsV1_notes__3zHP9 textarea::-webkit-scrollbar-track{background-color:#f1f1f1}.VisualizerPatientDetailsV1_notes__3zHP9 textarea::-webkit-scrollbar{width:10px;background-color:#d6d6d6}.VisualizerPatientDetailsV1_notes__3zHP9 textarea::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1}.VisualizerPatientDetailsV1_avatarBackground__L69hw{background:linear-gradient(90deg, #3e656e -1.65%, #609fb0 100%)}.VisualizerPatientDetailsV1_visitDate__wjFUo{margin:15px 20px}.VisualizerPatientDetailsV1_visitDate__wjFUo h5{display:inline-block;width:auto;font-weight:500;margin-right:3px !important}.VisualizerPatientDetailsV1_visitDate__wjFUo>div>span{padding-right:.38rem}.VisualizerPatientDetailsV1_visitDate__wjFUo .VisualizerPatientDetailsV1_overdue__Zfdw5{font-size:80%;color:red;margin-left:3px}.VisualizerPatientDetailsV1_name__o837w{font-weight:bold;padding:10px 10px 0px 10px}.VisualizerPatientDetailsV1_name__o837w span{font-size:18px;line-height:22px}.VisualizerPatientDetailsV1_patientId__M2XYK{font-size:14px;padding:0px 10px 0px 10px}.VisualizerPatientDetailsV1_patientId__M2XYK>span{overflow-wrap:anywhere}.VisualizerPatientDetailsV1_collapseItemHeader__5JCjB{color:#979494}.VisualizerPatientDetailsV1_collapseItemContent__N11aB{font-weight:bold}.VisualizerPatientDetailsV1_collapseItem__JiTmW{margin-left:5px;margin-bottom:6px}.VisualizerPatientDetailsV1_headerContainer__YwyMa{display:flex;align-items:center}.VisualizerPatientDetailsV1_headerContainer__YwyMa>div{width:168px}.VisualizerPatientDetailsV1_visualizerPatientDetails__5i8dd .ant-divider-horizontal{margin-top:0px;margin-bottom:10px;border:none}.VisualizerPatientDetailsV1_visualizerPatientDetails__5i8dd .ant-collapse-header:has(.VisualizerPatientDetailsV1_headerContainer__YwyMa){padding:0 16px !important}
.NotableTreatments_treatmentsContainer__BDXaL{margin:15px 20px}.NotableTreatments_treatments__a0lnG{margin-top:15px;max-height:300px;overflow-y:auto;font-size:12px;display:inline-grid;width:100%}.NotableTreatments_treatmentRow__dSzNC{display:inline-grid;justify-content:space-between;width:100%;grid-column-gap:5px}.NotableTreatments_treatmentRow__dSzNC .ant-col{margin-bottom:0}.NotableTreatments_treatmentDetails__crVTp,.NotableTreatments_treatmentDate__xK3JO{font-size:13px}.NotableTreatments_treatmentDate__xK3JO{grid-column:2;width:80px}.NotableTreatments_treatmentDetails__crVTp{grid-column:1}.NotableTreatments_treatments__a0lnG .ant-row:first-child{font-weight:bold}
.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:#f5f8fb;border-top-right-radius:0}.patientInfoModal_visualizerModal__29fIo .ant-modal-body{overflow-y:auto;overflow-x:hidden;padding:1.3rem 0 .5rem 0;border-radius:.5rem}.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:grid;grid-template-rows:auto min-content auto;align-items:start;width:964px !important;box-shadow:-5px 0 10px 0 rgba(0,0,0,.2);overflow-y:auto;pointer-events:auto;animation:patientInfoModal_slideInFromRight__aQYQu .3s ease-out}@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}
.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.6em !important;height:1.6em !important;margin:0 !important}
.opportunityFilterContainer_opportunityList___1mfs{display:grid;grid-template-columns:repeat(9, 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}
