.Box_box_a1a {
  box-sizing: border-box;
}
.Box_box_a1a *,
.Box_box_a1a *::before,
.Box_box_a1a *::after {
  box-sizing: border-box;
}

.Button_OAuthButton_noPadding_9dc {
  padding: 0 !important;
}
.Button_OAuthButton_text_301 {
  font-size: 14px;
  line-height: 16px;
  color: #303030;
  border-radius: 0 16px 16px 0;
  margin: 0;
  padding: 6px 16px 6px 4px;
}
.Button_OAuthButton_text_301.Button_OAuthButton_bold_1de {
  font-weight: 600;
}
.Button_OAuthButton_button_efe {
  display: grid;
  grid-template-columns: 36px min-content;
  align-items: center;
}
.Button_OAuthButton_button_efe.Button_OAuthButton_fullWidth_203 {
  grid-template-columns: 36px 1fr;
  width: 100%;
}
.Button_OAuthButton_button_efe .Button_OAuthButton_icon_16c {
  position: unset;
}
.Button_OAuthButton_button_efe.Button_OAuthButton_dark_eb3 .Button_OAuthButton_text_301 {
  color: #ffffff;
  padding: 6px 16px 6px 8px;
}
.Button_OAuthButton_button_efe.Button_OAuthButton_dark_eb3.Button_OAuthButton_google_405 .Button_OAuthButton_text_301 {
  background: #4285f4;
}
.Button_OAuthButton_button_efe.Button_OAuthButton_dark_eb3.Button_OAuthButton_microsoft_9e5 .Button_OAuthButton_text_301 {
  background: #2f2f2f;
}
.Button_OAuthButton_centered_ecb.Button_OAuthButton_button_efe {
  display: flex;
  justify-content: center;
}
.Button_OAuthButton_large_c34 {
  border-radius: 100px !important;
}
.Button_OAuthButton_large_c34 .Button_OAuthButton_button_efe {
  height: 52px;
}
.Button_OAuthButton_large_c34 .Button_OAuthButton_button_efe .Button_OAuthButton_text_301 {
  border-radius: 0 100px 100px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}
.Button_OAuthButton_large_c34 .Button_OAuthButton_button_efe .Button_OAuthButton_icon_16c svg {
  width: 24px;
  height: 24px;
}

.DotSeparator_dotSeparator_b32 {
  user-select: none;
  display: inline-block;
  color: #919191;
}

.ExternalLink {
  display: inline-flex;
  align-items: center;
}
.ExternalLink__icon {
  margin-left: 8px;
}

.DropdownMenu_menuContainer_a4f {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 800px;
  min-height: 0;
}
.DropdownMenu_menuContainer_a4f:focus {
  outline: none;
}
.DropdownMenu_menu_82f {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  flex: 1;
  min-height: 0;
}
.DropdownMenu_list_68a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 4px 0;
  background-color: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
}
.DropdownMenu_list_68a:focus {
  outline: none;
}
.DropdownMenu_item_4cf {
  position: relative;
  display: flex;
  padding: 6px 16px;
  line-height: 16px;
  cursor: pointer;
}
@media screen and (max-width:  767px ) {
  .DropdownMenu_item_4cf {
    padding: 8px 16px;
  }
}
.DropdownMenu_item_4cf.DropdownMenu_withIcon_f64 {
  display: grid;
  column-gap: 8px;
  grid-template-columns: 16px 1fr;
}
.DropdownMenu_item_4cf.DropdownMenu_withIcon_f64.DropdownMenu_withFullSizeIcon_d2a {
  column-gap: 16px;
  grid-template-columns: 32px 1fr;
  align-items: center;
}
.DropdownMenu_item_4cf.DropdownMenu_isDisabled_f83 {
  cursor: not-allowed;
  opacity: 0.3;
}
.DropdownMenu_item_4cf a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.DropdownMenu_submenuArrow_460 {
  position: absolute;
  right: 16px;
  color: #919191;
  top: calc(50% - 8px);
}
.DropdownMenu_isHighlighted_e99 .DropdownMenu_submenuArrow_460 {
  color: #5e5e5e;
}
.DropdownMenu_itemInner_c39 {
  width: 100%;
}
.DropdownMenu_itemTitle_d41 {
  margin-bottom: 4px;
}
.DropdownMenu_itemTitle_d41.DropdownMenu_smallMargin_227 {
  margin-bottom: 2px;
}
.DropdownMenu_subtext_af9 {
  margin-left: auto;
  margin-right: 8px;
  white-space: nowrap;
}
.DropdownMenu_typeDefault_511.DropdownMenu_isHighlighted_e99:not(.DropdownMenu_isDisabled_f83) {
  background: #f1f1f1;
}
.DropdownMenu_typeLink_c31 {
  color: #262e39;
}
.DropdownMenu_typeLink_c31.DropdownMenu_isHighlighted_e99,
.DropdownMenu_typeLink_c31.DropdownMenu_isHighlighted_e99 a {
  color: white;
  background: #3781b8;
  text-decoration: none;
}
.DropdownMenu_typeDanger_b8e {
  color: #d0021b;
}
.DropdownMenu_typeDanger_b8e.DropdownMenu_isHighlighted_e99:not(.DropdownMenu_isDisabled_f83) {
  color: white;
  background: #d0021b;
}
.DropdownMenu_icon_d69.DropdownMenu_typeDefault_511 {
  color: #464a55;
}
.DropdownMenu_icon_d69.DropdownMenu_typeDefault_511.DropdownMenu_isHighlighted_e99:not(.DropdownMenu_isDisabled_f83) {
  color: #262e39;
}
.DropdownMenu_icon_d69.DropdownMenu_typeLink_c31 {
  color: #474747;
}
.DropdownMenu_icon_d69.DropdownMenu_typeLink_c31.DropdownMenu_isHighlighted_e99:not(.DropdownMenu_isDisabled_f83) {
  color: white;
}
.DropdownMenu_icon_d69.DropdownMenu_typeDanger_b8e {
  color: #d0021b;
}
.DropdownMenu_icon_d69.DropdownMenu_typeDanger_b8e.DropdownMenu_isHighlighted_e99:not(.DropdownMenu_isDisabled_f83) {
  color: white;
}
.DropdownMenu_divider_e45 {
  display: block;
  margin: 4px 0;
  border-bottom: 1px solid #e2e2e2;
}
.DropdownMenu_divider_e45:first-child,
.DropdownMenu_divider_e45:last-child,
.DropdownMenu_divider_e45 + .DropdownMenu_divider_e45 {
  display: none;
}
.DropdownMenu_card_6b5 {
  padding: 4px 8px;
  list-style-type: none;
}
.DropdownMenu_submenuBar_222 {
  border-bottom: 1px solid #e2e2e2;
}
.DropdownMenu_submenuHeading_331 {
  display: grid;
  grid-template-columns: 16px auto 16px;
  justify-items: center;
  padding: 8px 16px;
}
.DropdownMenu_submenuSearch_6bf {
  padding: 0 8px 8px;
}
.DropdownMenu_backIcon_7c3 {
  cursor: pointer;
  color: #919191;
}
.DropdownMenu_backIcon_7c3.guideflow_hovered {
  color: #5e5e5e;
}

.AppHeader_header_f01 {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media screen and (max-width:  767px ) {
  .AppHeader_header_f01 {
    padding-left: 16px;
    padding-right: 12px;
  }
}
.AppHeader_inner_f44 {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.AppHeader_hasSub_a55:not(.AppHeader_hasTabs_56e) .AppHeader_inner_f44 {
  padding-bottom: 12px;
}
.AppHeader_hasTabs_56e:not(.AppHeader_hasSub_a55) .AppHeader_inner_f44 {
  padding-bottom: 40px;
}
.AppHeader_hasTabs_56e.AppHeader_hasSub_a55 .AppHeader_inner_f44 {
  padding-bottom: 50px;
}
.AppHeader_hasSub_a55:not(.AppHeader_hasBreadcrumbs_860) .AppHeader_inner_f44,
.AppHeader_hasTabs_56e:not(.AppHeader_hasBreadcrumbs_860) .AppHeader_inner_f44 {
  padding-top: 12px;
}
.AppHeader_hasBreadcrumbs_860 .AppHeader_inner_f44 {
  padding-bottom: 18px;
  padding-top: 18px;
}
.AppHeader_marginBottom_b12 {
  margin-bottom: 24px;
}
@media screen and (max-width:  767px ) {
  .AppHeader_marginBottom_b12 {
    margin-bottom: 16px;
  }
}
.AppHeader_spreadForApp_d8d,
.AppHeader_spreadForSettings_c43 {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width:  767px ) {
  .AppHeader_spreadForApp_d8d,
  .AppHeader_spreadForSettings_c43 {
    margin-top: -16px;
    margin-right: -16px;
    margin-left: -16px;
    padding-right: 12px;
  }
  .AppHeader_spreadForApp_d8d.AppHeader_hasBreadcrumbs_860,
  .AppHeader_spreadForSettings_c43.AppHeader_hasBreadcrumbs_860 {
    margin-top: -20px;
  }
}
.AppHeader_fullScreen_402 {
  padding-left: 16px;
  padding-right: 16px;
  flex-shrink: 0;
}
.AppHeader_fullScreen_402 .AppHeader_inner_f44 {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 1120px) {
  .AppHeader_fullScreen_402 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .AppHeader_fullScreen_402 .AppHeader_inner_f44 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width:  767px ) {
  .AppHeader_fullScreen_402 {
    padding-right: 12px;
  }
}
.AppHeader_title_98e {
  flex: 1;
  margin: 0;
  min-width: 0;
  white-space: nowrap;
}
.AppHeader_title_98e [aria-expanded] {
  display: flex;
  max-width: 100%;
}
.AppHeader_hasBreadcrumbs_860 .AppHeader_title_98e {
  margin-top: 12px;
}
.AppHeader_actions_4de {
  display: flex;
  align-items: center;
}
.AppHeader_actions_4de > *:not(:first-child) {
  margin-left: 8px;
}
.AppHeader_breadcrumbsWrap_90a {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 0;
}
.AppHeader_tabsWrap_349 {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  right: 0;
}
.AppHeader_titleSub_dd2 {
  display: block;
  color: #464a55;
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 4px;
}
@media screen and (max-width:  1119px ) {
  .AppHeader_breakActionsMedium_b4b .AppHeader_inner_f44 {
    display: block;
  }
  .AppHeader_breakActionsMedium_b4b .AppHeader_actions_4de {
    margin-top: 16px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width:  1119px ) {
  .AppHeader_breakActionsMediumOnly_0c5 .AppHeader_inner_f44 {
    display: block;
  }
  .AppHeader_breakActionsMediumOnly_0c5 .AppHeader_actions_4de {
    margin-top: 16px;
    justify-content: flex-start;
  }
}
@media screen and (max-width:  767px ) {
  .AppHeader_breakActionsSmall_1c0 .AppHeader_inner_f44 {
    display: block;
  }
  .AppHeader_breakActionsSmall_1c0 .AppHeader_actions_4de {
    margin-top: 16px;
    justify-content: flex-start;
  }
}
@media screen and (min-height: 480px) {
  .AppHeader_sticky_27f {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}

.AppHeader_subComponents_titleButton_229 {
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 16px;
  max-width: 100%;
  margin-left: -12px;
}
.AppHeader_subComponents_titleButton_229.guideflow_hovered {
  background-color: #f1f1f1;
}
.AppHeader_subComponents_titleButtonContents_25c {
  max-width: calc(100% - 20px);
}
.AppHeader_subComponents_headingText_096 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AppHeader_subComponents_caret_c4a {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}

.v2_page_e61 {
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .v2_page_e61 {
    margin: -24px;
  }
}
.v2_page_e61::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58%;
  clip-path: polygon(0% 45px, 100% 0, 100% 100%, 0% 100%);
  background: linear-gradient(180deg, #f2f3f9 -8%, rgba(242, 243, 249, 0) 20%);
}
.v2_content_190 {
  position: relative;
  z-index: 1;
  max-width: 486px;
  padding: 32px;
  text-align: center;
}
.v2_image_fc1 {
  width: 150px;
}

.ColorPicker_ColorMenu_menu_4f7 {
  display: flex;
}
.ColorPicker_ColorMenu_colors_c8f,
.ColorPicker_ColorMenu_extra_14c {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: auto;
  gap: 4px;
  margin: 12px 0;
  padding: 0 12px;
}
.ColorPicker_ColorMenu_colors_c8f > *,
.ColorPicker_ColorMenu_extra_14c > * {
  transform: scale(1.25);
}
.ColorPicker_ColorMenu_colors_c8f {
  grid-template-columns: repeat(5, auto);
}
.ColorPicker_ColorMenu_extra_14c {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  grid-template-columns: auto;
}

.ColorPicker_CustomColorPicker_wrapper_91c {
  position: relative;
}
.ColorPicker_CustomColorPicker_input_570 {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

.Collapsible_toggleArrow_311 {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  transition: transform 0.2s ease-in-out;
}
.Collapsible_toggleArrow_311.Collapsible_isLeftwards_bcd {
  border-right: 4px solid currentColor;
  transform-origin: center right;
}
.Collapsible_toggleArrow_311.Collapsible_isLeftwards_bcd.Collapsible_isArrowExpanded_ebc {
  transform: rotate(-90deg) translate(1px, -2px);
}
.Collapsible_toggleArrow_311.Collapsible_isRightwards_e4c {
  border-left: 4px solid currentColor;
  transform-origin: center left;
}
.Collapsible_toggleArrow_311.Collapsible_isRightwards_e4c.Collapsible_isArrowExpanded_ebc {
  transform: rotate(90deg) translate(-1px, -2px);
}

.AspectRatio_wrapper_794 {
  position: relative;
  overflow: hidden;
}
.AspectRatio_inner_c3a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.AudioPlayer_container_5c5 {
  position: relative;
  width: 100%;
  max-width: 1024px;
}

.AudioPlayer_AudioControls_audioControls_8c3 {
  width: 100%;
  height: 48px;
  background: #f2f3f4;
  border-radius: 24px;
  padding: 8px;
  box-sizing: border-box;
}
.AudioPlayer_AudioControls_audioControls_8c3 * {
  box-sizing: inherit;
}
.AudioPlayer_AudioControls_audioLoader_f27 {
  display: flex;
  margin: 0;
}

.Calendar_sharedComponents_wrapper_699 {
  overflow: hidden;
  min-width: 248px;
  min-height: 241px;
  padding: 16px 1px 12px 3px;
  box-sizing: border-box;
}
.Calendar_sharedComponents_navNext_990,
.Calendar_sharedComponents_navPrev_1db {
  position: absolute;
  padding: 2px 5px;
}
.Calendar_sharedComponents_navNext_990 svg,
.Calendar_sharedComponents_navPrev_1db svg {
  display: block;
  width: 16px;
}
.Calendar_sharedComponents_navNext_990 {
  right: 14px;
}
.Calendar_sharedComponents_navPrev_1db {
  left: 12px;
}
.Calendar_sharedComponents_monthWrapper_77a {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.Calendar_sharedComponents_month_bd5 {
  margin-right: 10px;
  font-weight: bold;
}

.EmptyState_main_a75 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-sizing: border-box;
}
.EmptyState_hasPadding_b81 {
  padding: calc(3vw + 3vh);
}
.EmptyState_hasBorder_809 {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
}
.EmptyState_fillHeight_6f8 {
  height: 100%;
}
.EmptyState_centerGradient_f37::before,
.EmptyState_bottomGradient_dfc::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(0% 45px, 100% 0, 100% 100%, 0% 100%);
}
.EmptyState_centerGradient_f37::before {
  height: 65%;
  background: linear-gradient(180deg, #f2f3f9 -8%, rgba(242, 243, 249, 0) 20%);
}
.EmptyState_bottomGradient_dfc::before {
  height: 18%;
  background: linear-gradient(180deg, #f2f3f9 -30%, rgba(242, 243, 249, 0) 100%);
}
.EmptyState_graphic_24a {
  position: relative;
  margin-bottom: 24px;
}
.EmptyState_graphic_24a svg {
  height: 150px;
  width: auto;
  vertical-align: bottom;
}
.EmptyState_graphic_24a.EmptyState_svgAutoHeight_aaf svg {
  height: auto;
}
.EmptyState_isIcon_dc4 {
  background-color: #eff1f5;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.EmptyState_isIcon_dc4 svg {
  width: 48px;
  height: 48px;
  vertical-align: bottom;
}
.EmptyState_textContainer_d7b {
  position: relative;
  text-align: center;
  max-width: 520px;
}
.EmptyState_heading_cdc {
  font-size: 24px;
  margin: 0;
  line-height: 2;
}
.EmptyState_heading_cdc.EmptyState_small_91d {
  font-size: 18px;
}
.EmptyState_text_e2a {
  font-size: 14px;
  margin-bottom: 24px;
}
.EmptyState_text_e2a.EmptyState_faded_b2d {
  color: #767676;
}
.EmptyState_link_5a7 {
  text-decoration: underline;
  white-space: nowrap;
  color: inherit;
}

.ContentLoader {
  min-height: 50px;
}
.ContentLoader .ContentLoader__content {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ContentLoader--active {
  position: relative;
}
.ContentLoader--active .ContentLoader__content {
  opacity: 0;
  pointer-events: none;
}
.ContentLoader__spinnerWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  color: #919191;
}
.ContentLoader__spinner {
  margin-right: 5px;
}

.FileButton_wrapper_e1c {
  display: inline-block;
  position: relative;
}
.FileButton_wrapper_e1c input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.AttachmentsPicker_attachmentsContainer_a82 {
  max-height: 140px;
  overflow: hidden auto;
  background: #fafafa;
  border-top: 1px solid #eff1f5;
}

.ActivityComposeFormFooter_ActivityComposeFormFooter_footer_f67 {
  padding: 12px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  border-top: 1px solid #eff1f5;
}
.ActivityComposeFormFooter_ActivityComposeFormFooter_leftActions_7fe,
.ActivityComposeFormFooter_ActivityComposeFormFooter_rightActions_dac {
  display: grid;
  align-items: center;
  gap: 8px;
}
.ActivityComposeFormFooter_ActivityComposeFormFooter_leftActions_7fe {
  grid-template-columns: repeat(3, auto);
}
.ActivityComposeFormFooter_ActivityComposeFormFooter_rightActions_dac {
  grid-template-columns: repeat(2, auto);
}

.ActivityForm_component_label_c59 {
  margin: 0;
}
.ActivityForm_component_label_c59.ActivityForm_component_withPadding_3c4 {
  padding-top: 4px;
}

.DateAndTimePopover_inputsContainer_e4a {
  width: 248px;
  display: flex;
  padding: 0 16px;
  box-sizing: border-box;
}
.DateAndTimePopover_inputsContainer_e4a * {
  box-sizing: border-box;
}
.DateAndTimePopover_inputsContainer_e4a > div {
  flex: 1;
}
.DateAndTimePopover_inputsContainer_e4a .DateAndTimePopover_input_a51 {
  width: 100%;
  min-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  padding: 0 8px;
  border-radius: 8px;
}
.DateAndTimePopover_inputsContainer_e4a .DateAndTimePopover_input_a51.DateAndTimePopover_leftInput_837 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.DateAndTimePopover_inputsContainer_e4a .DateAndTimePopover_input_a51.DateAndTimePopover_rightInput_b22 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid transparent;
}
.DateAndTimePopover_inputsContainer_e4a .DateAndTimePopover_input_a51.DateAndTimePopover_rightInput_b22:focus {
  border-left: 1px solid rgba(82, 168, 236, 0.8);
}
.DateAndTimePopover_inputsContainer_e4a .DateAndTimePopover_input_a51:focus {
  outline: 0 !important;
  border-color: rgba(82, 168, 236, 0.8);
}
.DateAndTimePopover_buttonsContainer_6c7 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  gap: 12px;
}

.AutoTextarea_FormikAutoTextarea_textarea_1d6 {
  width: 100%;
  min-height: 50px;
  margin-bottom: 0;
  box-sizing: border-box;
}

.DatePickerInput_icon_1c6 {
  display: block;
  width: 16px;
  height: 16px;
}
/*
This solves https://github.com/closeio/close-ui/issues/2021 (jumping
calendar month arrows when switching between 5-week and 6-week month
views) by moving the calendar heading to the bottom of the popover
when the popover is opened upwards.

This relies on Tippy.js adding `data-placement` attribute to the
popover with the actually used placement (which is dynamic).

Other tried but failed solutions (see commits in
https://github.com/closeio/close-ui/pull/2240):
- exposing placement from popover to add a class for
  react-dates components
- use onOpen to update the popover placement

Those solutions failed because the UI updated too slowly and
the UI controls were jumping around with a delay.
*/
div[data-placement='top-start'] > div:not(.no-calendar-customizations) .CalendarMonth {
  display: flex;
  flex-direction: column-reverse;
}
div[data-placement='top-start'] > div:not(.no-calendar-customizations) .DayPicker_weekHeader {
  top: 0;
}
div[data-placement='top-start'] > div:not(.no-calendar-customizations) .DayPickerNavigation_button span {
  bottom: 2px;
}
div[data-placement='top-start'] > div:not(.no-calendar-customizations) .DayPicker_focusRegion {
  display: flex;
  flex-direction: column-reverse;
}
div[data-placement='top-start'] > div:not(.no-calendar-customizations) .CalendarMonth_caption {
  padding: 12px 0 0;
}

.DateTimeInput_wrapper_145 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}
.DateTimeInput_wrapper_145 > div {
  min-width: 0;
}

.DateRangePickerPopover_CustomDate_actions_1dd {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px;
}
.DateRangePickerPopover_CustomDate_dates_303 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 14px 14px;
}
input[type='text'].DateRangePickerPopover_CustomDate_input_f8d {
  font-size: 14px;
  line-height: 1.14285714;
  width: 104px;
  height: auto;
  margin: 0;
  padding: 7px;
  box-sizing: border-box;
}
.DateRangePickerPopover_CustomDate_clearButton_5e7 {
  margin-right: auto;
}


/*# sourceMappingURL=https://srcmaps.close.com/srcmaps/main~d2d6c9f5.3fd3793933450eff0b5b.js.map*/