.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;
}

.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.endo-retreat{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}}
.NoteForm_form__FYny_{grid-template-columns:auto max-content;display:grid}.NoteForm_inputWrapper__lua7N{grid-row:1;grid-column:1/3}.NoteForm_input__UNB5z textarea{min-height:105px !important;max-height:calc(100vh - 520px);background-color:#f8fbff;color:#1f1f1f;border-radius:4px;border:1px solid #d9d9d9;padding:4px 11px;font-style:italic;line-height:16px !important;transition:all .3s,height 0s}.NoteForm_input__UNB5z textarea:hover{border-color:#40a9ff}.NoteForm_input__UNB5z textarea:focus{outline:0;border-color:#40a9ff;box-shadow:0 0 0 2px rgba(24,144,255,.2)}.NoteForm_info__qI_AW{color:#99a3b4;font-size:12px;font-style:normal;grid-row:2;grid-column:1}.NoteForm_actions___WIpm{grid-row:2;grid-column:2/3;display:flex;column-gap:10px;margin-top:10px}.NoteForm_cancel__X8VAB,.NoteForm_save__ppXIt{width:100px}
.NoteModal_modal__LNkAW .ant-modal-content{border-radius:20px;overflow:hidden}.NoteModal_container__DnUSp{padding-bottom:20px;height:100%}.NoteModal_history__ChmwA{display:flex;flex-flow:column;min-height:80px;gap:20px;overflow:auto;max-height:280px;margin-top:30px;margin-right:-6px;padding-right:6px}.NoteModal_history__ChmwA::-webkit-scrollbar-track-piece{background:#d3dce6}.NoteModal_history__ChmwA::-webkit-scrollbar{width:6px}.NoteModal_history__ChmwA::-webkit-scrollbar-thumb{background:#99a9bf;border-radius:20px}.NoteModal_item__gDLDk{display:grid;grid-template-areas:"avatar header hidden-actions" "avatar message message";grid-template-columns:50px auto 60px;grid-row-gap:8px;row-gap:8px}.NoteModal_avatar__hp9UV{grid-area:avatar;width:40px;height:40px;line-height:40px;border-radius:50%;color:#fff;text-align:center}.NoteModal_header__w9CN_{grid-area:header}.NoteModal_name__PyElv{display:inline;font-weight:bold;margin:0}.NoteModal_date__kXcKY{color:#b0b0b0;font-weight:normal;margin-left:15px}.NoteModal_hiddenActions__YKbve{grid-area:hidden-actions;height:20px;column-gap:12px;display:none}.NoteModal_edit__m6kY8,.NoteModal_delete__gGN0f{padding:0;color:inherit}.NoteModal_message__uSz_k{grid-area:message;width:100%;font-style:italic;line-height:16px;color:#1f1f1f;word-break:break-word}.NoteModal_item__gDLDk:hover .NoteModal_hiddenActions__YKbve{display:flex}.NoteModal_itemEditing__wPT0z .NoteModal_edit__m6kY8{color:#1890ff}
.ContactInfo_container__vD_Vg{display:flex;flex-direction:column;gap:10px;margin:1px 0;border-radius:8px;padding:5px 10px;width:100%;height:100%;justify-content:center;background-color:#fff;transition:width 250ms ease 250ms}.ContactInfo_container__vD_Vg:hover{width:var(--expansion-width);transition:width 250ms ease 250ms}.ContactInfo_container__vD_Vg button{display:flex;gap:10px;align-items:center;overflow:hidden;width:auto;border:none;border-radius:5px;padding:8px 10px;background-color:#f0f9fd;transition:color 1250ms ease,padding 500ms ease}.ContactInfo_container__vD_Vg button:hover{color:#40a9ff;cursor:pointer;transition:color 250ms ease,padding 500ms ease}.ContactInfo_container__vD_Vg button svg{flex-shrink:0}.ContactInfo_container__vD_Vg button .ContactInfo_icon__bYANz{pointer-events:none}.ContactInfo_container__vD_Vg button .ContactInfo_content__ZiaR6{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (max-width: 1450px){.ContactInfo_container__vD_Vg{overflow:hidden;transition:width 250ms ease 250ms,background-color 500ms ease 150ms 250ms;padding:5px 10px;background-color:rgba(0,0,0,0)}.ContactInfo_container__vD_Vg:hover{width:var(--expansion-width);background-color:#fff;transition:width 500ms ease 250ms,background-color 150ms ease 250ms}.ContactInfo_container__vD_Vg button{padding:0;background:rgba(0,0,0,0)}.ContactInfo_container__vD_Vg button>.ContactInfo_icon__bYANz{display:flex;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;z-index:1;border-radius:50%;background:#f1f9fe}}
.scheduledToday_elementContainer__i_pH1{width:100%}.scheduledToday_elementContainer__i_pH1 h4 svg{margin-left:3px !important}.scheduledToday_opportunityTitle__kxQNW{display:flex;color:#000;font-size:1.125rem;font-weight:600;align-items:center;margin:15px 0 0 0}.scheduledToday_opportunityOn__5HvVZ{background-color:#e5f7e5}.scheduledToday_hide__kTKtm{display:none}.scheduledToday_popoverList__gHHjk{padding:0;margin-left:20px !important}.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X{list-style-type:none;font-size:.875rem;color:rgba(0,0,0,.65);padding-left:12px !important;gap:8px;display:flex;align-items:center}.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_name__GZjX9,.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_code__ojbg3,.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_coverage__nEaaH,.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_eligibility__P9EYx{color:#000;min-width:0;font-size:.875rem;font-weight:400;line-height:24px}.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_name__GZjX9{flex:.4 1;min-width:0}.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_code__ojbg3{flex:.17 1;min-width:35px}.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_coverage__nEaaH{flex-wrap:nowrap;padding-left:4px;display:flex;flex:.7 1}.scheduledToday_popoverList__gHHjk .scheduledToday_popoverListItem__i5y6X .scheduledToday_coverageIcon__pBX5K{width:19px;height:19px;aspect-ratio:1/1}.scheduledToday_eventIcon__6heWe{width:22px;height:22px;display:inline-block;margin-right:7px}
.popoverContent_verifiedOpportunities__BAJ8R{background-color:#ffd7c1;border-radius:8px;padding:0 10px 10px 0px;margin:0}.popoverContent_verifiedOpportunities__BAJ8R h4{color:#b3521c;padding-top:5px;padding-left:5px}.popoverContent_verifiedOpportunities__BAJ8R h4 svg{margin-right:6px !important}.popoverContent_opportunityOn___e1zD{background-color:#e5f7e5}.popoverContent_hide__E7vNm{display:none}.popoverContent_detectionStamp__1nmWD{color:#40a9ff;font-size:.75rem;padding-left:3px}.popoverContent_sodButtonContainer__lg50S{display:inline-grid;width:100%;justify-content:center;margin:15px 0 5px 0}.popoverContent_SvgIcon_svgIcon__Ar3om{width:22px;height:22px;display:inline-block;margin-right:7px}.popoverContent_iconUncompletedTreatments__4MGfG{padding-left:1px;margin-right:5px}.popoverContent_eventIcon__yeFPa{width:22px;height:22px;display:inline-block;margin-right:7px}.popoverContent_container__cgvX9{border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:5px 13px 5px 10px;min-width:230px;width:100%;background:#f5f8fb;max-height:70vh;overflow:auto}.popoverContent_container__cgvX9 h4{display:flex;align-items:center}.popoverContent_content__QEHHf{margin-top:10px}.popoverContent_content__QEHHf h4{font-size:1rem;margin-bottom:8px}.popoverContent_content__QEHHf ul{list-style-type:none;padding:0}.popoverContent_content__QEHHf ul li{margin:5px 0}
.eventTitleRow_rowContainer___1MZf{display:flex;align-items:center;margin:5px 0 10px 0}.eventTitleRow_rowContainer___1MZf>div{margin-left:9px}.eventTitleRow_rowContainer___1MZf>div>strong{color:#000;font-size:.875rem}.eventTitleRow_rowContainer___1MZf>div>span{color:#8c8c8c;font-size:.75rem;padding-left:3px}.eventTitleRow_rowContainer___1MZf .eventTitleRow_overdue__3Mp4p{margin-left:5px;color:#ff3939}.eventTitleRow_SvgIcon_svgIcon__PSjlp{width:22px;height:22px;display:inline-block;margin-right:7px}
