:root {
  --expand-animation-timing:cubic-bezier(0, 0, 0.35, 1);
}

.default-app-theme, .light-app-theme, :root {
  --primary-color:var(--color-basic_blue);
  --primary-on-secondary-color:var(--color-basic_blue);
  --primary-hover-color:var(--color-dark_blue);
  --primary-hover-on-secondary-color:var(--color-dark_blue);
  --primary-selected-color:var(--color-highlight_blue);
  --primary-selected-on-secondary-color:var(--color-highlight_blue);
  --primary-text-color:var(--color-mud_black);
  --primary-text-on-secondary-color:var(--color-mud_black);
  --text-color-on-primary:var(--color-snow_white);
  --primary-background-color:var(--color-snow_white);
  --primary-background-color-rgb:255,255,255;
  --primary-background-hover-color:var(--color-ui_grey);
  --primary-background-hover-on-secondary-color:var(--color-ui_grey);
  --inverted-color-background:var(--color-mud_black);
  --text-color-on-inverted:var(--color-snow_white);
  --positive-color:var(--color-success);
  --positive-color-hover:var(--color-success-hover);
  --positive-color-selected:var(--color-success-highlight);
  --negative-color:var(--color-error);
  --negative-color-hover:var(--color-error-hover);
  --negative-color-selected:var(--color-error-highlight);
  --private-color:var(--color-private);
  --shareable-color:var(--color-purple);
  --ui-border-color:var(--color-wolf_gray);
  --ui-border-on-secondary-color:var(--color-wolf_gray);
  --layout-border-color:var(--color-ui_grey);
  --layout-border-on-secondary-color:var(--color-ui_grey);
  --placeholder-color:var(--color-asphalt);
  --placeholder-on-secondary-color:var(--color-asphalt);
  --icon-color:var(--color-asphalt);
  --icon-on-secondary-color:var(--color-asphalt);
  --disabled-background-color:var(--color-ui_grey);
  --disabled-background-on-secondary-color:var(--color-ui_grey);
  --disabled-text-color:rgba(103, 104, 121, 0.75);
  --disabled-text-on-secondary-color:rgba(103, 104, 121, 0.75);
  --dark-background-color:var(--color-riverstone_gray);
  --dark-background-on-secondary-color:var(--color-riverstone_gray);
  --modal-background-color:var(--color-snow_white);
  --secondary-background-color:var(--color-snow_white);
  --dialog-background-color:var(--color-snow_white);
  --label-background-color:var(--color-highlight_blue);
  --label-background-on-secondary-color:var(--color-highlight_blue);
  --secondary-text-color:var(--color-asphalt);
  --secondary-text-on-secondary-color:var(--color-asphalt);
  --link-color:var(--color-link_color);
  --link-on-secondary-color:var(--color-link_color);
}

.dark-app-theme {
  --primary-color:#339dff;
  --primary-on-secondary-color:#43adff;
  --primary-hover-color:#578edb;
  --primary-hover-on-secondary-color:#72a0e1;
  --primary-selected-color:#4b4e69;
  --primary-selected-on-secondary-color:#4b4e69;
  --primary-text-color:var(--color-ui_grey);
  --primary-text-on-secondary-color:var(--color-ui_grey);
  --primary-background-color:#1c1f3b;
  --primary-background-color-rgb:28,31,59;
  --primary-background-hover-color:#4b4e69;
  --primary-background-hover-on-secondary-color:#4b4e69;
  --inverted-color-background:var(--color-riverstone_gray);
  --text-color-on-inverted:var(--color-mud_black);
  --ui-border-color:#797e93;
  --ui-border-on-secondary-color:#797e93;
  --layout-border-color:#4B4E69;
  --layout-border-on-secondary-color:#4B4E69;
  --placeholder-color:var(--color-jaco_gray);
  --placeholder-on-secondary-color:var(--color-jaco_gray);
  --icon-color:var(--color-wolf_gray);
  --icon-on-secondary-color:var(--color-wolf_gray);
  --disabled-background-color:#4b4e69;
  --disabled-background-on-secondary-color:#4b4e69;
  --disabled-text-color:rgba(197, 199, 208, 0.75);
  --disabled-text-on-secondary-color:rgba(197, 199, 208, 0.75);
  --dark-background-color:#393b53;
  --dark-background-on-secondary-color:#4b4e69;
  --modal-background-color:#1c1f3b;
  --secondary-background-color:#393b53;
  --dialog-background-color:#393b53;
  --label-background-color:#404b69;
  --label-background-on-secondary-color:#404b69;
  --secondary-text-color:var(--color-jaco_gray);
  --secondary-text-on-secondary-color:var(--color-jaco_gray);
  --link-color:#6191c9;
  --link-on-secondary-color:#7aa3d2;
}

:root {
  --border-radius-small:4px;
  --border-radius-medium:8px;
  --border-radius-big:16px;
}

:root {
  --color-asphalt:#676879;
  --color-light_blue:#61caf7;
  --color-basic_blue:#0085ff;
  --color-basic_light_blue:#c7e6fa;
  --color-dark_blue:#0071d9;
  --color-link_color:#1f76c2;
  --color-snow_white:#ffffff;
  --color-success:#00ca72;
  --color-success-hover:#00a25b;
  --color-success-highlight:#ccf4e3;
  --color-purple:#a358df;
  --color-error:#e44258;
  --color-error-hover:#b63546;
  --color-error-highlight:#f9dade;
  --color-placholder_gray:#d8d8d8;
  --color-wolf_gray:#c5c7d0;
  --color-mud_black:#323338;
  --color-jaco_gray:#9699a6;
  --color-black:#000000;
  --color-dark_purple:#893dc5;
  --color-blue_links:#0086c0;
  --color-bazooka:#f65f7c;
  --color-dark_marble:#f1f1f1;
  --color-marble:#f7f7f7;
  --color-gainsboro:#e1e1e1;
  --color-grass_green:#037f4c;
  --color-jeans:#597bfc;
  --color-egg_yolk:#ffcb00;
  --color-saladish:#cccc35;
  --color-lipstick:#f279f2;
  --color-working_orange:#fdab3d;
  --color-aqua:#00d1d1;
  --color-brown:#7f5347;
  --color-blackish:#333333;
  --color-explosive:#c4c4c4;
  --color-american_gray:#808080;
  --color-highlight_blue:#e5f4ff;
  --color-pulse_text_color:#333333;
  --color-highlight:#dff0ff;
  --color-placeholder_light_gray:#efefef;
  --color-scrollbar_gray:#b2b2b2;
  --color-timeline_grid_blue:#454662;
  --color-timeline_blue:#1c1f3b;
  --color-default_group_color:#579bfc;
  --color-very_light_gray:#a1a1a1;
  --color-pulse_bg:#f0f0f0;
  --color-jade:#03c875;
  --color-deadline_upcoming_indication:#5d6387;
  --color-form_purple:#575c96;
  --color-form_btn_hover:#0083d9;
  --color-board_views_grey:#6e6f8f;
  --color-board_views_blue:#1c1f3b;
  --color-board_views_grey_hover:#b2b3d0;
  --color-board_views_blue_secondary:#363a52;
  --color-brand-blue:#00a9ff;
  --color-brand-charcoal:#2b2c5c;
  --color-brand-gold:#ffcc00;
  --color-brand-green:#11dd80;
  --color-brand-iris:#595ad4;
  --color-brand-light-blue:#00cff4;
  --color-brand-malachite:#00cd6f;
  --color-brand-purple:#a358d0;
  --color-brand-red:#f74875;
  --color-public:#009aff;
  --color-private:#f65f7c;
  --color-word-blue:#2a5699;
  --color-ppt-orange:#d64e2a;
  --color-excel-green:#207245;
  --color-pdf-red:#bb0706;
  --color-zip-orange:#e4901c;
  --color-media-blue:#2ea2e9;
  --color-surface:#292f4c;
  --color-burned_eggplant:#181d37;
  --color-live_blue:#009aff;
  --color-extra_light_gray:#edeef0;
  --color-glitter:#d9f0ff;
  --color-ultra_light_gray:#ebebeb;
  --color-red_shadow:#e2445c;
  --color-green_shadow:#00c875;
  --color-storm_gray:#6b6d77;
  --color-riverstone_gray:#f5f6f8;
  --color-ui_grey:#e6e9ef;
  --color-border_light_gray:#f5f6f8;
  --color-like_red:#fb275d;
  --color-lime-green:#9cd326;
  --color-mustered:#cab641;
  --color-dark_red:#bb3354;
  --color-dark-red:#bb3354;
  --color-trolley-grey:#808080;
  --color-dark-purple:#784bd1;
  --color-dark-orange:#ff642e;
  --color-sofia_pink:#ff158a;
  --color-dark-pink:#ff158a;
  --color-turquoise:#66ccff;
  --color-light-pink:#ff5ac4;
  --color-red-shadow:#e2445c;
  --color-orange:#fdab3d;
  --color-yellow:#ffcb00;
  --color-green-shadow:#00c875;
  --color-grass-green:#037f4c;
  --color-blue-links:#0086c0;
  --color-bright-blue:#579bfc;
  --color-amethyst:#a25ddc;
  --color-green-haze:#00a359;
  --color-sunset:#ff7575;
  --color-bubble:#faa1f1;
  --color-peach:#ffadad;
  --color-berry:#7e3b8a;
  --color-winter:#9aadbd;
  --color-river:#68a1bd;
  --color-navy:#225091;
  --color-aquamarine:#4eccc6;
  --color-indigo:#5559df;
  --color-dark_indigo:#401694;
}

:root {
  --box-shadow-small:0 4px 8px -1px rgba(0, 0, 0, 0.2);
  --box-shadow-medium:0px 6px 20px -2px rgba(0, 0, 0, 0.2);
  --box-shadow-large:0px 15px 50px -10px rgba(0, 0, 0, 0.3);
  --border-radius-small:4px;
  --border-radius-medium:8px;
  --border-radius-big:16px;
  --spacing-xs:4px;
  --spacing-small:8px;
  --spacing-medium:16px;
  --spacing-large:24px;
  --spacing-xl:32px;
  --spacing-xxl:48px;
  --spacing-xxxl:64px;
  --expand-animation-timing:cubic-bezier(0, 0, 0.35, 1);
}

:root {
  --spacing-xs:4px;
  --spacing-small:8px;
  --spacing-medium:16px;
  --spacing-large:24px;
  --spacing-xl:32px;
  --spacing-xxl:48px;
  --spacing-xxxl:64px;
}
.monday-loader-component {
  position: relative;
  height: 100%;
  width: 100%;
}

.monday-loader-component .circle-loader-spinner {
  animation: rotate 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
}

.monday-loader-component .circle-loader-spinner .circle-loader-spinner-path {
  stroke: currentColor;
  stroke-linecap: round;
  animation: dash 1s infinite;
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.search_component_wrapper input[type=search]::-webkit-search-cancel-button, .search_component_wrapper input[type=search]::-webkit-search-decoration, .search_component_wrapper input[type=search]::-webkit-search-results-button, .search_component_wrapper input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search_component_wrapper:focus-within .search-focus-element-first {
  animation: dash-forward 5s linear forwards;
}

.search_component_wrapper:focus-within .search-focus-element-second {
  animation: dash-backwards 5s linear forwards;
}

.search_component.search_component--round {
  border-radius: 50px !important;
}

@keyframes dash-forward {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-backwards {
  to {
    stroke-dashoffset: 2000;
  }
}
.input-component {
  position: relative;
  font-family: Roboto, sans-serif;
  width: 100%;
}

.input-component, .input-component * {
  box-sizing: border-box;
}

.input-component .input-component__label--wrapper {
  width: 100%;
}

.input-component.input-component--disabled .input-component__input-wrapper {
  cursor: not-allowed;
}

.input-component.input-component--disabled .input-component__input-wrapper .input-component__input {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  pointer-events: none;
  background-color: #e6e9ef;
  background-color: var(--disabled-background-color);
  cursor: not-allowed;
}

.input-component.input-component--disabled .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-has-icon:hover {
  background-color: initial;
}

.input-component.input-component--disabled .input-component__input-wrapper .input-component__icon {
  cursor: not-allowed;
}

.input-component .input-component__input-wrapper {
  width: 100%;
  position: relative;
}

.input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__input, .input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__input:active, .input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__input:focus, .input-component .input-component__input-wrapper.input-component__input--error-validation:hover .input-component__input {
  border-color: #e44258;
  border-color: var(--negative-color);
}

.input-component .input-component__input-wrapper.input-component__input--error-validation + .input-component__sub-text-container .input-component__sub-text-container-status, .input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__icon--container .input-component__icon, .input-component .input-component__input-wrapper.input-component__input--error-validation .input-component__icon--container .input-component__icon:hover {
  color: #e44258;
  color: var(--negative-color);
}

.input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__input, .input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__input:active, .input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__input:focus, .input-component .input-component__input-wrapper.input-component__input--success-validation:hover .input-component__input {
  border-color: #00ca72;
  border-color: var(--positive-color);
}

.input-component .input-component__input-wrapper.input-component__input--success-validation + .input-component__sub-text-container .input-component__sub-text-container-status, .input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__icon--container .input-component__icon, .input-component .input-component__input-wrapper.input-component__input--success-validation .input-component__icon--container .input-component__icon:hover {
  color: #00ca72;
  color: var(--positive-color);
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-small {
  height: 32px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-small .input-component__input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-small .input-component__input.input-component__input--has-icon.input-component__input--only-underline {
  padding-left: 4px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium {
  height: 40px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__input.input-component__input--has-icon {
  padding: 8px 32px 8px 16px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__input.input-component__input--has-icon.input-component__input--only-underline {
  padding-left: 4px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__icon--container {
  pointer-events: none;
  height: 32px;
  width: 32px;
  outline: none;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-medium .input-component__icon--container .input-component__icon {
  font-size: 16px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large {
  height: 48px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__input.input-component__input--has-icon {
  padding: 8px 32px 8px 16px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__input.input-component__input--has-icon.input-component__input--only-underline {
  padding-left: 4px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__icon--container {
  height: 40px;
  width: 40px;
}

.input-component .input-component__input-wrapper.input-component__input-wrapper--size-large .input-component__icon--container .input-component__icon {
  font-size: 16px;
}

.input-component .input-component__input-wrapper .input-component__icon--container:hover + .input-component__icon--container + .input-component__input, .input-component .input-component__input-wrapper:hover .input-component__input {
  border-color: #323338;
  border-color: var(--primary-text-color);
}

.input-component .input-component__input-wrapper .input-component__input {
  width: 100%;
  height: 100%;
  outline: 0;
  background-color: initial;
  border: 1px solid #e6e9ef;
  border-color: var(--ui-border-color);
  border-radius: 4px;
  transition: border-color 0.1s ease-in;
  padding: 8px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323338;
  color: var(--primary-text-color);
}

.input-component .input-component__input-wrapper .input-component__input.input-component__input--hover {
  border-color: #323338;
  border-color: var(--primary-text-color);
}

.input-component .input-component__input-wrapper .input-component__input.input-component__input--active, .input-component .input-component__input-wrapper .input-component__input:active, .input-component .input-component__input-wrapper .input-component__input:focus {
  border-color: #0085ff;
  border-color: var(--primary-color);
}

.input-component .input-component__input-wrapper .input-component__input::-ms-input-placeholder {
  color: #323338;
  color: var(--secondary-text-color);
  font-weight: 400;
}

.input-component .input-component__input-wrapper .input-component__input::placeholder {
  color: #323338;
  color: var(--secondary-text-color);
  font-weight: 400;
}

.input-component .input-component__input-wrapper .input-component__input.input-component__input--has-icon {
  padding: 8px 24px 8px 16px;
}

.input-component .input-component__input-wrapper .input-component__input.input-component__input--round {
  border-radius: 50px;
}

.input-component .input-component__input-wrapper .input-component__input.input-component__input--square {
  border-radius: 0;
}

.input-component .input-component__input-wrapper .input-component__input.input-component__input--only-underline {
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 8px 24px 8px 4px;
  border-radius: 0 !important;
}

.input-component .input-component__input-wrapper .input-component__icon--container {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
}

.input-component .input-component__input-wrapper .input-component__icon--container:active, .input-component .input-component__input-wrapper .input-component__icon--container:focus, .input-component .input-component__input-wrapper .input-component__icon--container:focus-visible {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-active {
  opacity: 1;
}

.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-active.input-component__icon--container-has-icon {
  pointer-events: all;
  cursor: pointer;
}

.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-active .input-component__icon {
  opacity: 1;
  pointer-events: all;
  transform: rotate(0) scale(1);
}

.input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-has-icon:focus-within, .input-component .input-component__input-wrapper .input-component__icon--container.input-component__icon--container-has-icon:hover {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.input-component .input-component__input-wrapper .input-component__icon--container .input-component__icon {
  transform: rotate(90deg) scale(0.8);
  color: #676879;
  color: var(--icon-color);
  will-change: transform;
  pointer-events: none;
  transition: color 0.1s cubic-bezier(0, 0, 0.35, 1), transform 0.1s cubic-bezier(0, 0, 0.35, 1);
  font-size: 14px;
}

.input-component .input-component__sub-text-container {
  display: flex;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #323338;
  color: var(--secondary-text-color);
}

.input-component .input-component__sub-text-container .input-component__sub-text-container-counter {
  margin-left: auto;
}

.icon_component {
  position: relative;
}

.icon_component:before {
  text-decoration: none !important;
}

.icon_component--no-focus-style:focus {
  outline: none;
}

.icon_component--clickable {
  cursor: pointer;
}

.label-component--wrapper {
  display: flex;
  padding-bottom: 8px;
  align-items: center;
}

.label-component--wrapper .label-component--icon {
  margin: 0 8px 0 4px;
  line-height: 24px;
  font-size: 14px;
  color: #676879;
  color: var(--icon-color);
}

.label-component--wrapper .label-component--text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #323338;
  color: var(--primary-text-color);
}

.monday-style-dialog-content-wrapper {
  outline: 0;
}

.monday-style-animation-opacity-slide-appear {
  opacity: 0;
}

.monday-style-animation-opacity-slide-appear.top {
  transform: translateY(16px);
}

.monday-style-animation-opacity-slide-appear.right {
  transform: translateX(-16px);
}

.monday-style-animation-opacity-slide-appear.bottom {
  transform: translateY(-16px);
}

.monday-style-animation-opacity-slide-appear.left {
  transform: translateX(16px);
}

.monday-style-animation-opacity-slide-appear-active {
  transition: opacity 0.2s ease, transform 0.2s ease-out;
  opacity: 1;
  pointer-events: none;
}

.monday-style-animation-opacity-slide-appear-active.bottom, .monday-style-animation-opacity-slide-appear-active.top {
  transform: translateY(0);
}

.monday-style-animation-opacity-slide-appear-active.left, .monday-style-animation-opacity-slide-appear-active.right {
  transform: translateX(0);
}

.monday-style-animation-expand-appear, .monday-style-animation-expand-exit {
  transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);
}

.monday-style-animation-expand-appear.top, .monday-style-animation-expand-appear.top-end, .monday-style-animation-expand-appear.top-start, .monday-style-animation-expand-exit.top, .monday-style-animation-expand-exit.top-end, .monday-style-animation-expand-exit.top-start {
  transform-origin: bottom center;
  transform: scale(0.8);
}

.monday-style-animation-expand-appear.top-end.edge-bottom, .monday-style-animation-expand-appear.top-start.edge-bottom, .monday-style-animation-expand-appear.top.edge-bottom, .monday-style-animation-expand-exit.top-end.edge-bottom, .monday-style-animation-expand-exit.top-start.edge-bottom, .monday-style-animation-expand-exit.top.edge-bottom {
  transform-origin: bottom left;
}

.monday-style-animation-expand-appear.top-end.edge-top, .monday-style-animation-expand-appear.top-start.edge-top, .monday-style-animation-expand-appear.top.edge-top, .monday-style-animation-expand-exit.top-end.edge-top, .monday-style-animation-expand-exit.top-start.edge-top, .monday-style-animation-expand-exit.top.edge-top {
  transform-origin: bottom right;
}

.monday-style-animation-expand-appear.right, .monday-style-animation-expand-appear.right-end, .monday-style-animation-expand-appear.right-start, .monday-style-animation-expand-exit.right, .monday-style-animation-expand-exit.right-end, .monday-style-animation-expand-exit.right-start {
  transform-origin: left;
  transform: scale(0.8);
}

.monday-style-animation-expand-appear.right-end.edge-bottom, .monday-style-animation-expand-appear.right-start.edge-bottom, .monday-style-animation-expand-appear.right.edge-bottom, .monday-style-animation-expand-exit.right-end.edge-bottom, .monday-style-animation-expand-exit.right-start.edge-bottom, .monday-style-animation-expand-exit.right.edge-bottom {
  transform-origin: top left;
}

.monday-style-animation-expand-appear.right-end.edge-top, .monday-style-animation-expand-appear.right-start.edge-top, .monday-style-animation-expand-appear.right.edge-top, .monday-style-animation-expand-exit.right-end.edge-top, .monday-style-animation-expand-exit.right-start.edge-top, .monday-style-animation-expand-exit.right.edge-top {
  transform-origin: bottom left;
}

.monday-style-animation-expand-appear.bottom, .monday-style-animation-expand-appear.bottom-end, .monday-style-animation-expand-appear.bottom-start, .monday-style-animation-expand-exit.bottom, .monday-style-animation-expand-exit.bottom-end, .monday-style-animation-expand-exit.bottom-start {
  transform-origin: top;
  transform: scale(0.8);
}

.monday-style-animation-expand-appear.bottom-end.edge-bottom, .monday-style-animation-expand-appear.bottom-start.edge-bottom, .monday-style-animation-expand-appear.bottom.edge-bottom, .monday-style-animation-expand-exit.bottom-end.edge-bottom, .monday-style-animation-expand-exit.bottom-start.edge-bottom, .monday-style-animation-expand-exit.bottom.edge-bottom {
  transform-origin: top left;
}

.monday-style-animation-expand-appear.bottom-end.edge-top, .monday-style-animation-expand-appear.bottom-start.edge-top, .monday-style-animation-expand-appear.bottom.edge-top, .monday-style-animation-expand-exit.bottom-end.edge-top, .monday-style-animation-expand-exit.bottom-start.edge-top, .monday-style-animation-expand-exit.bottom.edge-top {
  transform-origin: top right;
}

.monday-style-animation-expand-appear.left, .monday-style-animation-expand-appear.left-end, .monday-style-animation-expand-appear.left-start, .monday-style-animation-expand-exit.left, .monday-style-animation-expand-exit.left-end, .monday-style-animation-expand-exit.left-start {
  transform-origin: right;
  transform: scale(0.8);
}

.monday-style-animation-expand-appear.left-end.edge-bottom, .monday-style-animation-expand-appear.left-start.edge-bottom, .monday-style-animation-expand-appear.left.edge-bottom, .monday-style-animation-expand-exit.left-end.edge-bottom, .monday-style-animation-expand-exit.left-start.edge-bottom, .monday-style-animation-expand-exit.left.edge-bottom {
  transform-origin: top right;
}

.monday-style-animation-expand-appear.left-end.edge-top, .monday-style-animation-expand-appear.left-start.edge-top, .monday-style-animation-expand-appear.left.edge-top, .monday-style-animation-expand-exit.left-end.edge-top, .monday-style-animation-expand-exit.left-start.edge-top, .monday-style-animation-expand-exit.left.edge-top {
  transform-origin: bottom right;
}

.monday-style-animation-expand-appear-active, .monday-style-animation-expand-exit {
  transition: transform 0.1s cubic-bezier(0, 0, 0.35, 1);
}

.monday-style-animation-expand-appear-active {
  pointer-events: none;
}

.monday-style-animation-expand-appear-active.bottom, .monday-style-animation-expand-appear-active.bottom-end, .monday-style-animation-expand-appear-active.bottom-start, .monday-style-animation-expand-appear-active.left, .monday-style-animation-expand-appear-active.left-end, .monday-style-animation-expand-appear-active.left-start, .monday-style-animation-expand-appear-active.right, .monday-style-animation-expand-appear-active.right-end, .monday-style-animation-expand-appear-active.right-start, .monday-style-animation-expand-appear-active.top, .monday-style-animation-expand-appear-active.top-end, .monday-style-animation-expand-appear-active.top-start {
  transform: scale(1);
}

.dialog-node {
  position: absolute;
  top: 0;
  height: 0;
  z-index: 100000;
}

.monday-style-tooltip {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 16px;
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px -2px rgba(var(--theme-box-shadow), 0.2);
  max-width: 50vw;
  word-break: break-word;
}

.monday-style-tooltip, .monday-style-tooltip.padding-size-md {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.monday-style-tooltip.padding-size-md {
  border-radius: 8px;
  padding: 16px;
}

.monday-style-tooltip a.tooltip-white-link {
  color: #fff;
}

.monday-style-arrow-dark, .monday-style-tooltip-dark {
  background-color: #323338;
  background-color: var(--inverted-color-background);
  color: #fff;
  color: var(--text-color-on-inverted);
}

.monday-style-arrow-white, .monday-style-tooltip-white {
  background-color: #fff;
  color: #333;
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.2);
  border: 1px solid #f1f1f1;
}

.monday-style-arrow-primary, .monday-style-tooltip-primary {
  background-color: #0085ff;
  background-color: var(--primary-color);
  color: #fff;
  color: var(--text-color-on-primary);
}

.monday-style-arrow-success, .monday-style-tooltip-success {
  background-color: #00ca72;
  background-color: var(--positive-color);
  color: #fff;
  color: var(--text-color-on-primary);
}

.monday-style-arrow-surface, .monday-style-tooltip-surface {
  background-color: #5b607a;
  color: #fff;
}

.monday-style-arrow-private, .monday-style-tooltip-private {
  background-color: #f65f7c;
  background-color: var(--private-color);
  color: #fff;
  color: var(--text-color-on-primary);
}

.monday-style-arrow-share, .monday-style-tooltip-share {
  background-color: #a358df;
  background-color: var(--color-purple);
  color: #fff;
  color: var(--text-color-on-primary);
}

.monday-style-arrow-error, .monday-style-tooltip-error {
  background-color: #e44258;
  background-color: var(--negative-color);
  color: #fff;
  color: var(--text-color-on-primary);
}

.monday-style-arrow {
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 2px;
}

.monday-style-tooltip-arrow[data-placement*=bottom] {
  top: 1px;
}

.monday-style-tooltip-arrow[data-placement*=top] {
  bottom: 1px;
}

.monday-style-tooltip-arrow[data-placement*=left] {
  right: 1px;
}

.monday-style-tooltip-arrow[data-placement*=right] {
  left: 1px;
}

.monday-style-dialog-content-component {
  padding: 6px;
}

.monday-style-dialog-content-component:focus {
  outline: none;
}

.monday-style-button {
  --loader-padding:8px;
  outline: none;
  border: none;
  height: auto;
  font-family: Roboto, sans-serif;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 50ms, min-width 0.1s cubic-bezier(0, 0, 0.35, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --element-width:32;
  --element-height:32;
  min-width: var(--element-width);
}

.monday-style-button--margin-right {
  margin-right: 8px;
}

.monday-style-button--margin-left {
  margin-left: 8px;
}

.monday-style-button--right-flat {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.monday-style-button--left-flat {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.monday-style-button.monday-style-button--loading {
  min-width: 0;
  width: var(--element-height);
  height: var(--element-height);
  position: relative;
}

.monday-style-button .monday-style-button__loader {
  position: absolute;
  left: var(--loader-padding);
  top: var(--loader-padding);
}

.monday-style-button .monday-style-button__loader, .monday-style-button .monday-style-button__loader .monday-style-button-loader-svg {
  width: calc(var(--element-height) - var(--loader-padding)*2);
  height: calc(var(--element-height) - var(--loader-padding)*2);
}

.monday-style-button:active:not(.monday-style-button--prevent-click-animation) {
  transform: scale(0.95) translateZ(0);
}

.monday-style-button .monday-style-button--left-icon {
  padding-right: 8px;
}

.monday-style-button .monday-style-button--right-icon {
  padding-left: 8px;
}

.monday-style-button--size-small {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 4px 8px;
  min-height: 32px;
  line-height: 24px;
}

.monday-style-button--size-small .monday-style-button__loader {
  top: 7px;
}

.monday-style-button--size-medium {
  padding: 8px 16px;
  min-height: 40px;
}

.monday-style-button--size-large, .monday-style-button--size-medium {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.monday-style-button--size-large {
  padding: 12px 24px;
  min-height: 48px;
}

.monday-style-button--kind-primary {
  color: #fff;
  color: var(--text-color-on-primary);
}

.monday-style-button--kind-primary.monday-style-button--color-primary {
  background-color: #0085ff;
  background-color: var(--primary-color);
}

.monday-style-button--kind-primary.monday-style-button--color-primary-active, .monday-style-button--kind-primary.monday-style-button--color-primary:focus, .monday-style-button--kind-primary.monday-style-button--color-primary:hover {
  background-color: #0071d9;
  background-color: var(--primary-hover-color);
}

.monday-style-button--kind-primary.monday-style-button--color-positive {
  background-color: #00ca72;
  background-color: var(--positive-color);
}

.monday-style-button--kind-primary.monday-style-button--color-positive-active, .monday-style-button--kind-primary.monday-style-button--color-positive:focus, .monday-style-button--kind-primary.monday-style-button--color-positive:hover {
  background-color: #00a25b;
  background-color: var(--positive-color-hover);
}

.monday-style-button--kind-primary.monday-style-button--color-negative {
  background-color: #e44258;
  background-color: var(--negative-color);
}

.monday-style-button--kind-primary.monday-style-button--color-negative-active, .monday-style-button--kind-primary.monday-style-button--color-negative:focus, .monday-style-button--kind-primary.monday-style-button--color-negative:hover {
  background-color: #b63546;
  background-color: var(--negative-color-hover);
}

.monday-style-button--kind-primary.monday-style-button--color-on-primary-color {
  background-color: #fff;
  background-color: var(--text-color-on-primary);
}

.monday-style-button--kind-primary.monday-style-button--color-on-primary-color-active, .monday-style-button--kind-primary.monday-style-button--color-on-primary-color:focus, .monday-style-button--kind-primary.monday-style-button--color-on-primary-color:hover {
  background-color: #e6e9ef;
  -webkit-backdrop-filter: brightness(85%);
  backdrop-filter: brightness(85%);
}

.monday-style-button--kind-primary.monday-style-button:disabled {
  background-color: #e6e9ef;
  background-color: var(--disabled-background-color);
  color: #676879;
  color: var(--disabled-text-color);
  cursor: not-allowed;
  pointer-events: none;
}

.monday-style-button--kind-secondary {
  border: 1px solid #e6e9ef;
  border-color: var(--ui-border-color);
  color: #323338;
  color: var(--primary-text-color);
  background-color: initial;
}

.monday-style-button--kind-secondary.monday-style-button--size-large, .monday-style-button--kind-secondary.monday-style-button--size-medium, .monday-style-button--kind-secondary.monday-style-button--size-small {
  line-height: 22px;
}

.monday-style-button--kind-secondary.monday-style-button--color-primary-active, .monday-style-button--kind-secondary.monday-style-button--color-primary:focus, .monday-style-button--kind-secondary.monday-style-button--color-primary:hover {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.monday-style-button--kind-secondary.monday-style-button--color-positive {
  color: #00ca72;
  color: var(--positive-color);
  border-color: #00ca72;
  border-color: var(--positive-color);
}

.monday-style-button--kind-secondary.monday-style-button--color-positive-active, .monday-style-button--kind-secondary.monday-style-button--color-positive:focus, .monday-style-button--kind-secondary.monday-style-button--color-positive:hover {
  background-color: var(--positive-color-selected);
}

.monday-style-button--kind-secondary.monday-style-button--color-negative {
  color: #e44258;
  color: var(--negative-color);
  border-color: #e44258;
  border-color: var(--negative-color);
}

.monday-style-button--kind-secondary.monday-style-button--color-negative-active, .monday-style-button--kind-secondary.monday-style-button--color-negative:focus, .monday-style-button--kind-secondary.monday-style-button--color-negative:hover {
  background-color: #b63546;
  background-color: var(--negative-color-selected);
}

.monday-style-button--kind-secondary.monday-style-button--color-on-primary-color {
  color: #fff;
  color: var(--text-color-on-primary);
  border-color: #fff;
  border-color: var(--text-color-on-primary);
}

.monday-style-button--kind-secondary.monday-style-button--color-on-primary-color-active, .monday-style-button--kind-secondary.monday-style-button--color-on-primary-color:focus, .monday-style-button--kind-secondary.monday-style-button--color-on-primary-color:hover {
  -webkit-backdrop-filter: brightness(85%);
  backdrop-filter: brightness(85%);
}

.monday-style-button--kind-secondary:disabled {
  border-color: #e6e9ef;
  border-color: var(--disabled-background-color);
  color: #676879;
  color: var(--disabled-text-color);
  cursor: not-allowed;
  pointer-events: none;
}

.monday-style-button--kind-secondary:disabled:hover {
  background-color: initial;
}

.monday-style-button--kind-tertiary {
  color: #323338;
  color: var(--primary-text-color);
  background-color: initial;
}

.monday-style-button--kind-tertiary.monday-style-button--color-primary-active, .monday-style-button--kind-tertiary.monday-style-button--color-primary:focus, .monday-style-button--kind-tertiary.monday-style-button--color-primary:hover {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.monday-style-button--kind-tertiary.monday-style-button--color-positive {
  color: #00ca72;
  color: var(--positive-color);
}

.monday-style-button--kind-tertiary.monday-style-button--color-positive-active, .monday-style-button--kind-tertiary.monday-style-button--color-positive:focus, .monday-style-button--kind-tertiary.monday-style-button--color-positive:hover {
  background-color: var(--positive-color-selected);
}

.monday-style-button--kind-tertiary.monday-style-button--color-negative {
  color: #e44258;
  color: var(--negative-color);
}

.monday-style-button--kind-tertiary.monday-style-button--color-negative-active, .monday-style-button--kind-tertiary.monday-style-button--color-negative:focus, .monday-style-button--kind-tertiary.monday-style-button--color-negative:hover {
  background-color: #b63546;
  background-color: var(--negative-color-selected);
}

.monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color {
  color: #fff;
  color: var(--text-color-on-primary);
}

.monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color-active, .monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color:focus, .monday-style-button--kind-tertiary.monday-style-button--color-on-primary-color:hover {
  -webkit-backdrop-filter: brightness(85%);
  backdrop-filter: brightness(85%);
}

.monday-style-button--kind-tertiary:disabled {
  color: #676879;
  color: var(--disabled-text-color);
  cursor: not-allowed;
  pointer-events: none;
}

.monday-style-button--kind-tertiary:disabled:hover {
  background-color: initial;
}

.monday-style-button--no-side-padding {
  padding-right: 0;
  padding-left: 0;
}

.formatted-number-component {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  width: 100%;
}

.formatted-number-component__prefix, .formatted-number-component__suffix {
  white-space: pre;
}

.linear-progress-bar--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #323338;
  color: var(--secondary-text-color);
}

.linear-progress-bar--wrapper .linear-progress-bar__label {
  padding-left: 4px;
}

.linear-progress-bar--wrapper__large {
  height: 8px;
  line-height: 8px;
}

.linear-progress-bar--wrapper__medium {
  height: 6px;
  line-height: 6px;
}

.linear-progress-bar--wrapper__small {
  height: 4px;
  line-height: 4px;
}

.linear-progress-bar--wrapper .linear-progress-bar__container {
  position: relative;
  width: 100%;
  background-color: #e6e9ef;
  background-color: var(--color-ui_grey);
  border-radius: 4px;
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar, .linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary {
  left: 0;
  height: 100%;
  position: absolute;
  border-radius: 4px;
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--animate, .linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--animate {
  transition: width 0.1s cubic-bezier(0, 0, 0.35, 1);
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--primary, .linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--primary {
  background-color: #0085ff;
  background-color: var(--primary-color);
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--secondary, .linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--secondary {
  background-color: #323338;
  background-color: var(--color-mud_black);
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--positive, .linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--positive {
  background-color: #00ca72;
  background-color: var(--positive-color);
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar--negative, .linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--negative {
  background-color: #e44258;
  background-color: var(--negative-color);
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary {
  opacity: 0.5;
}

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--positive {
  opacity: 0.3;
}

.monday-style-link {
  display: flex;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 400;
  font-weight: 400;
  line-height: 24px;
  color: #1f76c2;
  color: var(--link-color);
  text-decoration: none;
  writing-mode: initial;
}

.monday-style-link:focus-visible {
  outline-color: #1f76c2;
  outline-color: var(--link-color);
}

.monday-style-link:hover .monday-style-link--text {
  text-decoration: underline;
}

.monday-style-link--icon-start {
  line-height: 24px;
  margin-right: 8px;
}

.monday-style-link--icon-end {
  line-height: 24px;
  margin-left: 8px;
}

@supports (margin-inline-start: initial) {
  .monday-style-link--icon-start {
    line-height: 24px;
    margin-right: 0;
    margin-inline-end: 8px;
  }

  .monday-style-link--icon-end {
    line-height: 24px;
    margin-left: 0;
    margin-inline-start: 8px;
  }
}
.monday-style-menu {
  margin: unset;
  padding: unset;
}

.monday-style-menu:focus {
  outline: none;
}

.monday-style-menu--small {
  width: 200px;
}

.monday-style-menu--medium {
  width: 220px;
}

.monday-style-menu--large {
  width: 240px;
}

.dialog-content-container:focus {
  outline: none;
}

.dialog-content-container--medium, .dialog-content-container--small {
  padding: 8px;
}

.dialog-content-container--large {
  padding: 24px;
}

.dialog-content-container--popover {
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px -2px rgba(var(--theme-box-shadow), 0.2);
  border-radius: 8px;
  background-color: #fff;
  background-color: var(--dialog-background-color);
}

.dialog-content-container--modal {
  box-shadow: 0 15px 50px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 50px -10px rgba(var(--theme-box-shadow), 0.3);
  border-radius: 16px;
  background-color: #fff;
  background-color: var(--modal-background-color);
}

.monday-style-menu-item {
  margin: unset;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  padding: 4px 8px;
  color: #323338;
  color: var(--primary-text-color);
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}

.monday-style-menu-item .monday-style-menu-item__icon-wrapper {
  margin-right: 8px;
}

.monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper {
  margin-left: 4px;
}

.monday-style-menu-item .monday-style-menu-item__icon-wrapper, .monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper {
  display: flex;
  align-items: center;
}

.monday-style-menu-item .monday-style-menu-item__icon-wrapper .monday-style-menu-item__icon, .monday-style-menu-item .monday-style-menu-item__icon-wrapper .monday-style-menu-item__sub_menu_icon, .monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper .monday-style-menu-item__icon, .monday-style-menu-item .monday-style-menu-item__sub_menu_icon-wrapper .monday-style-menu-item__sub_menu_icon {
  color: #676879;
  color: var(--icon-color);
}

.monday-style-menu-item.monday-style-menu-item--disabled, .monday-style-menu-item.monday-style-menu-item--disabled .monday-style-menu-item__icon, .monday-style-menu-item.monday-style-menu-item--disabled .monday-style-menu-item__sub_menu_icon {
  cursor: not-allowed;
  color: #676879;
  color: var(--disabled-text-color);
}

.monday-style-menu-item:not(.monday-style-menu-item--disabled).monday-style-menu-item--focused {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
  border-radius: 4px;
}

.monday-style-menu-item:not(.monday-style-menu-item--disabled).monday-style-menu-item--selected {
  background-color: #dff0ff;
  background-color: var(--primary-selected-color);
  color: #0085ff;
  color: var(--primary-color);
  border-radius: 4px;
}

.monday-style-menu-item:not(.monday-style-menu-item--disabled).monday-style-menu-item--selected .monday-style-menu-item__icon-wrapper .monday-style-menu-item__icon {
  color: #0085ff;
  color: var(--primary-color);
}

.monday-style-menu-item .monday-style-menu-item__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}

.monday-style-menu-item .monday-style-menu-item__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #323338;
  color: var(--secondary-text-color);
  line-height: 18px;
}

.monday-style-divider {
  background-color: #e6e9ef;
  background-color: var(--color-ui_grey);
}

.monday-style-divider--horizontal {
  height: 1px;
  width: 100%;
  margin: 8px 0;
}

.monday-style-divider--vertical {
  height: 100%;
  width: 1px;
  margin: 0 4px;
}

.menu-child-divider {
  margin-left: -8px;
  width: calc(100% + 16px);
}

.monday-style-menu-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.monday-style-menu-title .monday-style-menu-title__caption {
  color: #676879;
  color: var(--icon-color);
  margin: 8px 0;
}

.monday-style-menu-title .monday-style-menu-title__caption--center {
  display: flex;
  flex-basis: 100%;
  align-items: center;
}

.monday-style-menu-title .monday-style-menu-title__caption--bottom, .monday-style-menu-title .monday-style-menu-title__caption--top {
  padding-left: 8px;
}

.monday-style-menu-title .monday-style-menu-title__caption--bottom {
  padding-bottom: 8px;
}

.monday-style-menu-title .monday-style-menu-title__caption--center:after, .monday-style-menu-title .monday-style-menu-title__caption--center:before {
  content: "";
  flex-grow: 1;
  background-color: #e6e9ef;
  background-color: var(--ui-border-color);
  height: 1px;
  font-size: 0;
  line-height: 0;
  margin: 0 8px;
}

.monday-style-radio-button-component {
  display: grid;
  grid-template-columns: 1.5em auto;
  grid-gap: 0.5em;
  cursor: pointer;
}

.monday-style-radio-button-component__radio-input-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.monday-style-radio-button-component__radio-input-container__radio-input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.monday-style-radio-button-component__radio-input-container__radio-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  border: 0.1em solid #e6e9ef;
  border-color: var(--ui-border-color);
  border-radius: 50%;
  transition: border-width 0.1s cubic-bezier(0, 0, 0.35, 1);
}

input:checked + .monday-style-radio-button-component__radio-input-container__radio-control {
  animation-name: radio-checked-animation;
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  animation-fill-mode: forwards;
  border-color: #0085ff;
  border-color: var(--primary-color);
  border-width: 0.3em;
}

input:disabled + .monday-style-radio-button-component__radio-input-container__radio-control {
  border: 0.5em solid #e6e9ef;
  border-color: var(--disabled-background-color);
  border-radius: 50%;
}

input:checked:disabled + .monday-style-radio-button-component__radio-input-container__radio-control {
  border: 0.3em solid #e6e9ef;
  border-color: var(--disabled-background-color);
  background-color: #323338;
  background-color: var(--secondary-text-color);
}

.monday-style-radio-button-component__radio-label {
  line-height: 21px;
  font-weight: 400;
  color: #323338;
  color: var(--primary-text-color);
}

.monday-style-radio-button-component.disabled {
  cursor: not-allowed;
}

.monday-style-radio-button-component.disabled .monday-style-radio-button-component__radio-label {
  color: #676879;
  color: var(--disabled-text-color);
}

.monday-style-radio-button-component:hover .monday-style-radio-button-component__radio-input-container input:enabled:checked + .monday-style-radio-button-component__radio-input-container__radio-control {
  border-color: #0071d9;
  border-color: var(--primary-hover-color);
}

.monday-style-radio-button-component:focus-within .monday-style-radio-button-component__radio-input-container input:enabled:not(:checked) + .monday-style-radio-button-component__radio-input-container__radio-control, .monday-style-radio-button-component:hover .monday-style-radio-button-component__radio-input-container input:enabled:not(:checked) + .monday-style-radio-button-component__radio-input-container__radio-control {
  border-color: #323338;
  border-color: var(--primary-text-color);
}

@keyframes radio-checked-animation {
  0% {
    height: 1em;
    width: 1em;
  }
  50% {
    height: 0.8em;
    width: 0.8em;
  }
  to {
    height: 1em;
    width: 1em;
  }
}
.menu-button--wrapper {
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: transform 50ms cubic-bezier(0, 0, 0.35, 1);
  color: #323338;
  color: var(--primary-text-color);
}

.menu-button--wrapper:focus, .menu-button--wrapper:hover {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.menu-button--wrapper--open {
  transform: scale(0.95);
  color: #0085ff;
  color: var(--primary-color);
}

.menu-button--wrapper--open, .menu-button--wrapper--open:focus, .menu-button--wrapper--open:hover {
  background-color: #dff0ff;
  background-color: var(--primary-selected-color);
}

.menu-button--wrapper--size-16 {
  width: 16px;
  height: 16px;
}

.menu-button--wrapper--size-24 {
  width: 24px;
  height: 24px;
}

.menu-button--wrapper--size-32 {
  width: 32px;
  height: 32px;
}

.menu-button--wrapper--size-40 {
  width: 40px;
  height: 40px;
}

.menu-button--wrapper--size-48 {
  width: 48px;
  height: 48px;
}

.menu-button--wrapper--reference-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-button--wrapper--disabled {
  border-color: #e6e9ef;
  border-color: var(--disabled-background-color);
  color: #676879;
  color: var(--disabled-text-color);
  cursor: not-allowed;
  pointer-events: none;
}

.monday-style-split-button {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  transition: transform 50ms, min-width 0.1s cubic-bezier(0, 0, 0.35, 1);
}

.monday-style-split-button__secondary-button-wrapper .monday-style-split-button__secondary-button-icon-wrapper {
  display: inline-flex;
  padding: 0 4px;
}

.monday-style-split-button--active {
  transform: scale(0.95);
}

.monday-style-split-button--disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.monday-style-split-button--kind-primary.monday-style-split-button--disabled .monday-style-split-button__secondary-button {
  border-color: #e6e9ef;
  border-left: 1px solid;
  border-left-color: var(--ui-border-color);
  border-bottom-color: var(--ui-border-color);
  border-right-color: var(--ui-border-color);
  border-top-color: var(--ui-border-color);
}

.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-primary .monday-style-split-button__secondary-button {
  border-color: #0071d9;
  border-left: 1px solid;
  border-left-color: var(--primary-hover-color);
  border-bottom-color: var(--primary-hover-color);
  border-right-color: var(--primary-hover-color);
  border-top-color: var(--primary-hover-color);
}

.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-positive .monday-style-split-button__secondary-button {
  border-color: #00a25b;
  border-left: 1px solid;
  border-left-color: var(--positive-color-hover);
  border-bottom-color: var(--positive-color-hover);
  border-right-color: var(--positive-color-hover);
  border-top-color: var(--positive-color-hover);
}

.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-negative .monday-style-split-button__secondary-button {
  border-color: #b63546;
  border-left: 1px solid;
  border-left-color: var(--negative-color-hover);
  border-bottom-color: var(--negative-color-hover);
  border-right-color: var(--negative-color-hover);
  border-top-color: var(--negative-color-hover);
}

.monday-style-split-button--kind-primary:not(.monday-style-split-button--disabled).monday-style-split-button--color-on-primary-color .monday-style-split-button__secondary-button {
  border-color: #e6e9ef;
  border-left: 1px solid;
  border-left-color: var(--color-ui_grey);
  border-bottom-color: var(--color-ui_grey);
  border-right-color: var(--color-ui_grey);
  border-top-color: var(--color-ui_grey);
}

.monday-style-split-button--kind-secondary .monday-style-split-button__main-button {
  border-right: none;
}

.monday-style-split-button--kind-secondary.monday-style-split-button--color-primary.monday-style-split-button--split-content-open .monday-style-split-button__secondary-button, .monday-style-split-button--kind-secondary.monday-style-split-button--color-primary.monday-style-split-button--split-content-open .monday-style-split-button__secondary-button:hover {
  color: #0085ff;
  color: var(--primary-color);
  border-color: #0085ff;
  border-color: var(--primary-color);
  background-color: #dff0ff;
  background-color: var(--primary-selected-color);
}

.monday-style-split-button--kind-tertiary .monday-style-split-button__secondary-button {
  border-left: 1px solid transparent;
  margin-left: 1px;
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary.monday-style-split-button--hovered .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary.monday-style-split-button--split-content-open .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary:focus .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary:hover .monday-style-split-button__secondary-button {
  border-color: transparent;
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary.monday-style-split-button--hovered .monday-style-split-button__main-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary.monday-style-split-button--split-content-open .monday-style-split-button__main-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary:focus .monday-style-split-button__main-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary:hover .monday-style-split-button__main-button {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary.monday-style-split-button--split-content-open .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary.monday-style-split-button--split-content-open .monday-style-split-button__secondary-button:hover {
  color: #0085ff;
  color: var(--primary-color);
  background-color: #dff0ff;
  background-color: var(--primary-selected-color);
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary .monday-style-split-button__main-button:focus, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary .monday-style-split-button__main-button:hover, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary .monday-style-split-button__secondary-button:focus, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-primary .monday-style-split-button__secondary-button:hover {
  background-color: #e6e9ef;
  background-color: var(--ui-border-color);
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-positive.monday-style-split-button--split-content-open .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-positive:focus .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-positive:hover .monday-style-split-button__secondary-button {
  border-color: transparent;
  background-color: var(--positive-color-selected);
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-positive.monday-style-split-button--split-content-open .monday-style-split-button__main-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-positive:focus .monday-style-split-button__main-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-positive:hover .monday-style-split-button__main-button {
  background-color: var(--positive-color-selected);
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-negative.monday-style-split-button--split-content-open .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-negative:focus .monday-style-split-button__secondary-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-negative:hover .monday-style-split-button__secondary-button {
  border-color: transparent;
  background-color: #b63546;
  background-color: var(--negative-color-selected);
}

.monday-style-split-button--kind-tertiary.monday-style-split-button--color-negative.monday-style-split-button--split-content-open .monday-style-split-button__main-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-negative:focus .monday-style-split-button__main-button, .monday-style-split-button--kind-tertiary.monday-style-split-button--color-negative:hover .monday-style-split-button__main-button {
  background-color: #b63546;
  background-color: var(--negative-color-selected);
}

.monday-style-counter {
  display: inline-flex;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
  transform-origin: center;
}

.monday-style-counter--with-animation {
  animation: circle-pop 0.25s;
}

.monday-style-counter--size-medium, .monday-style-counter--size-small {
  font-size: 12px;
  color: #323338;
  color: var(--secondary-text-color);
  min-width: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.monday-style-counter--size-large, .monday-style-counter--size-medium, .monday-style-counter--size-small {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.monday-style-counter--size-large {
  font-size: 14px;
  line-height: 22px;
  line-height: 24px;
  min-width: 24px;
  padding: 0 8px;
}

.monday-style-counter--fade-enter {
  opacity: 0;
  transform: translateY(15px);
}

.monday-style-counter--fade-enter-active {
  transition: transform 0.15s cubic-bezier(0, 0, 0.35, 1), opacity 70ms;
}

.monday-style-counter--fade-enter-active, .monday-style-counter--fade-exit {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.monday-style-counter--fade-exit-active {
  position: relative;
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.15s cubic-bezier(0, 0, 0.35, 1), opacity 70ms;
}

.monday-style-counter--kind-fill.monday-style-counter--color-primary {
  color: #fff;
  color: var(--text-color-on-primary);
  background-color: #0085ff;
  background-color: var(--primary-color);
}

.monday-style-counter--kind-fill.monday-style-counter--color-dark {
  color: #fff;
  color: var(--text-color-on-inverted);
  background-color: #323338;
  background-color: var(--inverted-color-background);
}

.monday-style-counter--kind-fill.monday-style-counter--color-negative {
  color: #fff;
  color: var(--text-color-on-primary);
  background-color: #e44258;
  background-color: var(--negative-color);
}

.monday-style-counter--kind-line {
  border: 1px solid;
}

.monday-style-counter--kind-line.monday-style-counter--color-primary {
  color: #0085ff;
  color: var(--primary-color);
}

.monday-style-counter--kind-line.monday-style-counter--color-dark {
  color: #323338;
  color: var(--inverted-color-background);
}

.monday-style-counter--kind-line.monday-style-counter--color-negative {
  color: #e44258;
  color: var(--negative-color);
}

.monday-style-attention-box-component {
  padding: 24px;
  border-radius: 8px;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #323338;
  color: var(--color-mud_black);
}

.monday-style-attention-box-component--type-primary {
  color: #323338;
  color: var(--primary-text-color);
  background-color: #dff0ff;
  background-color: var(--primary-selected-color);
}

.monday-style-attention-box-component--type-primary__title-container__icon {
  color: #0085ff;
  color: var(--primary-color);
}

.monday-style-attention-box-component--type-danger {
  background-color: #b63546;
  background-color: var(--negative-color-selected);
}

.monday-style-attention-box-component--type-danger__title-container__icon {
  color: #e44258;
  color: var(--negative-color);
}

.monday-style-attention-box-component--type-success {
  background-color: var(--positive-color-selected);
}

.monday-style-attention-box-component--type-success__title-container__icon {
  color: #00ca72;
  color: var(--positive-color);
}

.monday-style-attention-box-component--type-dark {
  background-color: #f5f6f8;
  background-color: var(--dark-background-on-secondary-color);
  color: #323338;
  color: var(--primary-text-color);
}

.monday-style-attention-box-component--type-dark__title-container__icon {
  color: #323338;
  color: var(--primary-text-color);
}

.monday-style-attention-box-component__title-container {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.monday-style-attention-box-component__title-container__icon {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

.monday-style-attention-box-component__title-container__title {
  font-size: 18px;
  font-weight: 500;
}

.monday-style-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 4px 0;
  animation: label-pop 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 8px;
  transform-origin: bottom left;
  animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  position: relative;
}

.monday-style-label__leg-wrapper {
  position: absolute;
  height: 8px;
  top: 100%;
  left: 0;
  display: inline-flex;
}

.monday-style-label--kind-fill.monday-style-label--color-primary {
  color: #fff;
  color: var(--text-color-on-primary);
  background-color: #0085ff;
  background-color: var(--primary-color);
}

.monday-style-label--kind-fill.monday-style-label--color-primary svg path {
  fill: #0085ff;
  fill: var(--primary-color);
}

.monday-style-label--kind-fill.monday-style-label--color-dark {
  color: #fff;
  color: var(--text-color-on-inverted);
  background-color: #323338;
  background-color: var(--inverted-color-background);
}

.monday-style-label--kind-fill.monday-style-label--color-dark svg path {
  fill: #323338;
  fill: var(--inverted-color-background);
}

.monday-style-label--kind-fill.monday-style-label--color-negative {
  color: #fff;
  color: var(--text-color-on-primary);
  background-color: #e44258;
  background-color: var(--negative-color);
}

.monday-style-label--kind-fill.monday-style-label--color-negative svg path {
  fill: #e44258;
  fill: var(--negative-color);
}

.monday-style-label--kind-fill.monday-style-label--color-positive {
  color: #fff;
  color: var(--text-color-on-primary);
  background-color: #00ca72;
  background-color: var(--positive-color);
}

.monday-style-label--kind-fill.monday-style-label--color-positive svg path {
  fill: #00ca72;
  fill: var(--positive-color);
}

.monday-style-label--kind-line {
  border: 1px solid;
}

.monday-style-label--kind-line .monday-style-label__leg-wrapper {
  left: -1px;
  top: calc(100% + 1px);
}

.monday-style-label--kind-line.monday-style-label--color-primary {
  color: #0085ff;
  color: var(--primary-color);
}

.monday-style-label--kind-line.monday-style-label--color-primary svg path {
  fill: #0085ff;
  fill: var(--primary-color);
}

.monday-style-label--kind-line.monday-style-label--color-dark {
  color: #323338;
  color: var(--inverted-color-background);
}

.monday-style-label--kind-line.monday-style-label--color-dark svg path {
  fill: #323338;
  fill: var(--inverted-color-background);
}

.monday-style-label--kind-line.monday-style-label--color-negative {
  color: #e44258;
  color: var(--negative-color);
}

.monday-style-label--kind-line.monday-style-label--color-negative svg path {
  fill: #e44258;
  fill: var(--negative-color);
}

.monday-style-label--kind-line.monday-style-label--color-positive {
  color: #00ca72;
  color: var(--positive-color);
}

.monday-style-label--kind-line.monday-style-label--color-positive svg path {
  fill: #00ca72;
  fill: var(--positive-color);
}

@keyframes label-pop {
  0% {
    transform: scale(0.8) rotate(25deg);
    opacity: 0;
  }
  70% {
    transform: rotate(-5deg);
    opacity: 1;
  }
  to {
    transform: rotate(0deg);
  }
}
.monday-style-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-min-content;
  height: min-content;
}

.monday-style-checkbox__checkbox {
  cursor: pointer;
  visibility: visible;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 16px;
  width: 16px;
  border: 1px solid #e6e9ef;
  border-color: var(--ui-border-color);
  border-radius: 2px;
  transition: transform 50ms cubic-bezier(0, 0, 0.35, 1);
  position: relative;
  overflow: hidden;
}

.monday-style-checkbox__checkbox:after {
  content: " ";
  background-color: initial;
  position: absolute;
  height: 16px;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
}

.monday-style-checkbox__checkbox:hover {
  border-color: #323338;
  border-color: var(--secondary-text-color);
}

.monday-style-checkbox__icon {
  width: 100%;
  color: #fff;
  color: var(--text-color-on-primary);
  visibility: hidden;
}

.monday-style-checkbox__disabled .monday-style-checkbox__label {
  color: #676879;
  color: var(--disabled-text-color);
}

.monday-style-checkbox__label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-inline-start: 8px;
  color: #323338;
  color: var(--primary-text-color);
}

.monday-style-checkbox__input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.monday-style-checkbox__input:focus + .monday-style-checkbox__checkbox {
  border-color: #323338;
  border-color: var(--secondary-text-color);
}

.monday-style-checkbox__input:focus:checked + .monday-style-checkbox__checkbox {
  background-color: #0071d9;
  background-color: var(--primary-hover-color);
  border-color: transparent;
}

.monday-style-checkbox__input:checked:focus + .monday-style-checkbox__checkbox:after {
  background-color: #0071d9;
  background-color: var(--primary-hover-color);
}

.monday-style-checkbox__input:checked + .monday-style-checkbox__checkbox {
  animation: checkbox-grow-animation 50ms;
  background-color: #0085ff;
  background-color: var(--primary-color);
  border-color: transparent;
}

.monday-style-checkbox__input:checked + .monday-style-checkbox__checkbox__prevent-animation {
  animation-duration: 0ms;
}

.monday-style-checkbox__input:checked + .monday-style-checkbox__checkbox:hover {
  background-color: #0071d9;
  background-color: var(--primary-hover-color);
  border-color: transparent;
}

.monday-style-checkbox__input:checked + .monday-style-checkbox__checkbox:hover:after {
  background-color: #0071d9;
  background-color: var(--primary-hover-color);
}

.monday-style-checkbox__input:checked + .monday-style-checkbox__checkbox:after {
  content: " ";
  background-color: #0085ff;
  background-color: var(--primary-color);
  height: 16px;
  transform: scaleX(0);
  transition: transform 0.2s;
  transform-origin: right;
  left: 0;
}

.monday-style-checkbox__input:checked + .monday-style-checkbox__checkbox > .monday-style-checkbox__icon {
  visibility: visible;
}

.monday-style-checkbox__input:checked:disabled + .monday-style-checkbox__checkbox:after {
  background-color: #e6e9ef;
  background-color: var(--disabled-background-color);
}

.monday-style-checkbox__input:disabled + .monday-style-checkbox__checkbox, .monday-style-checkbox__input:disabled + .monday-style-checkbox__checkbox:hover {
  background-color: #e6e9ef;
  background-color: var(--disabled-background-color);
  border-color: #e6e9ef;
  border-color: var(--ui-border-color);
}

.monday-style-checkbox__input:disabled + .monday-style-checkbox__checkbox .monday-style-checkbox__icon, .monday-style-checkbox__input:disabled + .monday-style-checkbox__checkbox:hover .monday-style-checkbox__icon {
  color: #676879;
  color: var(--disabled-text-color);
}

@keyframes checkbox-grow-animation {
  0% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.dropdown-wrapper__menu--open {
  animation: fadeIn 0.1s cubic-bezier(0, 0, 0.35, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    z-index: -10000;
    transform: translateY(-75px);
    transform: translateY(var(--dropdown-menu-fadinY, -75px));
  }
  to {
    opacity: 1;
    z-index: 999;
    transform: translateY(0);
  }
}
.dropdown-wrapper__option--reset {
  height: auto;
}

.dropdown-wrapper .fast-option {
  display: flex;
  align-content: center;
  color: #323338;
  color: var(--primary-text-color);
  cursor: pointer;
  border-radius: 4px;
  margin: 0 8px;
  padding: 0 8px;
  transition: all 0.1s cubic-bezier(0, 0, 0.35, 1);
}

.dropdown-wrapper .fast-option-disabled, .dropdown-wrapper .fast-option:disabled {
  background-color: initial;
  color: #676879;
  color: var(--disabled-text-color);
  cursor: not-allowed;
}

.dropdown-wrapper .fast-option-focused {
  color: #323338;
  color: var(--primary-text-color);
  background-color: #dff0ff;
  background-color: var(--primary-selected-color);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.dropdown-wrapper .fast-option-focused:hover {
  color: #323338;
  color: var(--primary-text-color);
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
}

.dropdown-wrapper .fast-option-selected {
  color: #0085ff;
  color: var(--primary-color);
  background-color: #dff0ff;
  background-color: var(--primary-selected-color);
  cursor: pointer;
}

.monday-style-toast {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0 6px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px -2px rgba(var(--theme-box-shadow), 0.2);
  color: #fff;
  color: var(--text-color-on-primary);
  margin: 16px;
  position: fixed;
  top: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%);
  padding: 8px;
  align-items: center;
  display: flex;
  min-width: 390px;
  border-radius: 4px;
}

.monday-style-toast-icon {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
}

.monday-style-toast-content {
  line-height: 22px;
  font-size: 14px;
  flex-grow: 1;
}

.monday-style-toast-content-no-icon {
  padding-left: 8px;
}

.monday-style-toast-action {
  padding-right: 8px;
}

.monday-style-toast--type-normal {
  background-color: #0085ff;
  background-color: var(--primary-color);
}

.monday-style-toast--type-positive {
  background-color: #00ca72;
  background-color: var(--positive-color);
}

.monday-style-toast--type-negative {
  background-color: #e44258;
  background-color: var(--negative-color);
}

.monday-style-toast-animation-enter-active, .monday-style-toast-animation-exit-active {
  animation-iteration-count: 1;
  animation-direction: forwards;
  animation-fill-mode: forwards;
}

.monday-style-toast-animation-enter-active {
  animation-duration: 0.4s;
  animation-name: toast-pop-in;
}

.monday-style-toast-animation-exit-active {
  animation-duration: 0.16s;
  animation-name: toast-pop-out;
}

@keyframes toast-pop-in {
  0% {
    transform: translate(-50%, -115px);
  }
  25% {
    transform: translate(-50%, 15px);
    animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  }
  66% {
    transform: translate(-50%, -5px);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
  to {
    transform: translate(-50%);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }
}
@keyframes toast-pop-out {
  0% {
    transform: translate(-50%);
  }
  to {
    transform: translate(-50%, -130px);
    animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  }
}
.banner {
  width: content-box;
}

.banner .banner--content {
  display: grid;
  position: relative;
  padding: 24px;
  border-radius: 8px;
  grid-gap: 8px;
  justify-content: start;
  column-gap: 24px;
  align-content: center;
  background-color: #f5f6f8;
  background-color: var(--dark-background-on-secondary-color);
  color: #323338;
  color: var(--primary-text-color);
}

.banner .banner--content .banner--close {
  position: absolute;
  top: 0;
  right: 0;
}

.banner .banner--content.close-button-spacing {
  padding-right: 32px;
}

.banner .banner--content.image-position__left, .banner .banner--content.image-position__right {
  grid-auto-rows: auto;
  grid-auto-columns: auto;
}

.banner .banner--content.image-position__left {
  grid-template-areas: "image  title    title   " "image  subtitle subtitle";
}

.banner .banner--content.image-position__right {
  grid-template-areas: "title    title     image" "subtitle subtitle  image";
}

.banner .banner--content.image-position__bottom, .banner .banner--content.image-position__top {
  grid-auto-rows: auto;
  grid-template-columns: repeat(1, 1fr);
}

.banner .banner--content.image-position__top {
  grid-template-areas: "image" "title" "subtitle";
}

.banner .banner--content.image-position__bottom {
  grid-template-areas: "title" "subtitle" "image";
}

.banner .banner--content .banner--title {
  align-self: end;
  margin: 0;
  grid-area: title;
  height: 32px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.2px;
  max-width: 782px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .banner--content .banner--subtitle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  grid-area: subtitle;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.banner .banner--content .banner--image {
  align-self: center;
  justify-self: center;
  grid-area: image;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: contain;
  background-color: #fff !important;
  background-color: var(--primary-background-color) !important;
}

.banner .banner--content .banner--close {
  align-self: start;
  grid-area: close;
  border-radius: 4px;
}

.banner.rtl .banner--content {
  text-align: right;
}

.banner.rtl .banner--content .banner--close {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.banner.rtl .banner--content.close-button-spacing {
  padding-left: 32px;
}

.banner.rtl .banner--content.image-position__left {
  grid-template-areas: "image  title    title" "image  subtitle subtitle";
}

.banner.rtl .banner--content.image-position__right {
  grid-template-areas: "title    title     image" "subtitle subtitle  image";
}

.monday-style-step-indicator-component {
  color: #fff;
  color: var(--text-color-on-primary);
  font-size: 14px;
  display: flex;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
}

.monday-style-step-indicator-component--with-animation {
  animation: circle-pop 0.25s;
}

.monday-style-step-indicator-component--swap-enter {
  opacity: 0;
  transform: translateY(15px);
}

.monday-style-step-indicator-component--swap-enter-active {
  position: relative;
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0, 0, 0.35, 1), opacity 70ms;
  transform: translateY(0);
}

.monday-style-step-indicator-component--swap-exit {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.monday-style-step-indicator-component--swap-exit-active {
  position: relative;
  opacity: 0;
  transform: translateY(-15px);
  transition: transform 0.15s cubic-bezier(0, 0, 0.35, 1), opacity 70ms;
}

.monday-style-step-indicator-component__number-container {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
}

.monday-style-step-indicator-component__number-container__text {
  margin: auto;
  display: flex;
  align-items: center;
}

.monday-style-step-indicator-component__number-container__text__check-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.monday-style-step-indicator-component__text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 8px;
}

.monday-style-step-indicator-component__text-container__title {
  width: 100%;
}

.monday-style-step-indicator-component__text-container__title .visually-hidden {
  display: none;
}

.monday-style-step-indicator-component__text-container__title__text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #323338;
  color: var(--primary-text-color);
}

.monday-style-step-indicator-component__text-container__subtitle__text {
  width: 100%;
  font-size: 14px;
  color: #676879;
  color: var(--disabled-text-color);
}

.monday-style-step-indicator-component--type-primary__number-container {
  background-color: #0085ff;
  background-color: var(--primary-color);
}

.monday-style-step-indicator-component--type-danger__number-container {
  background-color: #e44258;
  background-color: var(--negative-color);
}

.monday-style-step-indicator-component--type-success__number-container {
  background-color: #00ca72;
  background-color: var(--positive-color);
}

.monday-style-step-indicator-component--type-dark__number-container {
  background-color: #323338;
  background-color: var(--primary-text-color);
}

.monday-style-step-indicator-component--status-pending__number-container {
  background-color: #e6e9ef;
  background-color: var(--disabled-background-color);
}

@keyframes circle-pop {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(0.97);
  }
  to {
    transform: scale(1);
  }
}
.dark-app-theme .monday-style-step-indicator-component--type-dark__number-container {
  color: #323338;
  color: var(--color-mud_black);
}

.dark-app-theme .monday-style-step-indicator-component--status-pending__number-container {
  color: #323338;
  color: var(--primary-text-color);
}

.hidden-text--wrapper {
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.multi-step-indicator--wrapper {
  display: flex;
}

.multi-step-indicator--wrapper__divider {
  background-color: #e6e9ef;
  background-color: var(--ui-border-color);
  margin: 16px;
  height: 1px;
  width: 48px;
}

.expand-collapse--wrapper .expand-collapse {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #323338;
  color: var(--primary-text-color);
  background-color: initial;
  border: 1px solid #e6e9ef;
  border-color: var(--ui-border-color);
  box-sizing: border-box;
  border-radius: 4px;
}

.expand-collapse--wrapper .expand-collapse__header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.expand-collapse--wrapper .expand-collapse__header--open {
  border-color: #e6e9ef;
  border-left-color: var(--ui-border-color);
  border-bottom: 1px solid;
  border-bottom-color: var(--ui-border-color);
  border-right-color: var(--ui-border-color);
  border-top-color: var(--ui-border-color);
}

.expand-collapse--wrapper .expand-collapse__content {
  padding: 16px;
}

.expand-collapse--wrapper .expand-collapse__section {
  width: 100%;
}

.expand-collapse--wrapper .animate-icon-open {
  transform: rotate(-180deg);
  transition: transform 0.2s ease;
}

.expand-collapse--wrapper .animate-icon-close {
  transform: rotate(-1turn);
  transition: transform 0.2s ease;
}

.expand-collapse--wrapper .animate-expand-collapse__content {
  animation: expandContentAnimation 0.1s cubic-bezier(0, 0, 0.35, 1);
}

@keyframes expandContentAnimation {
  0% {
    opacity: 0;
    transform: translateY(-75px);
    transform: translateY(var(--dropdown-menu-fadinY, -75px));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.heading-component {
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 0;
  padding: 0 4px;
}

.heading-component.heading-element-type-h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 52px;
}

.heading-component.heading-element-type-h1.size-medium, .heading-component.heading-element-type-h1.size-small, .heading-component.heading-element-type-h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.2px;
  line-height: 32px;
}

.heading-component.heading-element-type-h2.size-medium, .heading-component.heading-element-type-h2.size-small, .heading-component.heading-element-type-h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.heading-component.heading-element-type-h4, .heading-component.heading-element-type-h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.heading-component.heading-element-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: var(--heading-clamp-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.heading-component.suggest-edit-on-hover:hover {
  cursor: text;
  border: 1px solid #e6e9ef;
  border-color: var(--ui-border-color);
}

.editable-input--wrapper {
  background-color: #fff;
  background-color: var(--primary-background-color);
  display: inline-block;
  width: 100%;
  min-width: 0;
  max-height: 100%;
  margin: auto 0;
  padding: 0 4px;
  outline: none;
  border-radius: 4px;
  border: 1px solid #0085ff;
  border-color: var(--primary-color);
  text-align: left;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.editable-input--wrapper.no-resize {
  resize: none;
}

.editable-heading--wrapper {
  width: 100%;
  min-width: 0;
  border: 1px solid transparent;
}

.editable-heading--wrapper:active, .editable-heading--wrapper:focus {
  outline: none;
  border-radius: 4px;
  border: 1px solid #0085ff;
  border-color: var(--primary-color);
}

.editable-heading--wrapper .heading-component {
  margin: 0;
}

.editable-heading--wrapper .editable-heading-input.heading-element-type-h1 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 52px;
}

.editable-heading--wrapper .editable-heading-input.heading-element-type-h1.size-medium, .editable-heading--wrapper .editable-heading-input.heading-element-type-h1.size-small, .editable-heading--wrapper .editable-heading-input.heading-element-type-h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.2px;
  line-height: 32px;
}

.editable-heading--wrapper .editable-heading-input.heading-element-type-h2.size-medium, .editable-heading--wrapper .editable-heading-input.heading-element-type-h2.size-small, .editable-heading--wrapper .editable-heading-input.heading-element-type-h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.editable-heading--wrapper .editable-heading-input.heading-element-type-h4, .editable-heading--wrapper .editable-heading-input.heading-element-type-h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.responsive-list--wrapper {
  overflow: hidden;
  display: flex;
}

.responsive-list--wrapper .responsive-list-menu-button {
  margin-inline-start: auto;
  flex-shrink: 0;
}

.responsive-list--menu-button-dialog, .responsive-list-menu-wrapper-flex {
  display: flex;
}

.breadcrumbs-bar--wrapper ol {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}

.breadcrumbs-bar--wrapper ol .sparatorIcon {
  color: #323338;
  color: var(--secondary-text-color);
  flex-shrink: 0;
}

.default-app-theme, .light-app-theme, :root {
  --theme-box-shadow:50,51,56;
}

.dark-app-theme {
  --theme-box-shadow:245,246,248;
}

.default-app-theme, .light-app-theme, :root {
  --primary-color:var(--color-basic_blue);
  --primary-on-secondary-color:var(--color-basic_blue);
  --primary-hover-color:var(--color-dark_blue);
  --primary-hover-on-secondary-color:var(--color-dark_blue);
  --primary-selected-color:var(--color-highlight_blue);
  --primary-selected-on-secondary-color:var(--color-highlight_blue);
  --primary-text-color:var(--color-mud_black);
  --primary-text-on-secondary-color:var(--color-mud_black);
  --text-color-on-primary:var(--color-snow_white);
  --primary-background-color:var(--color-snow_white);
  --primary-background-color-rgb:255,255,255;
  --primary-background-hover-color:var(--color-ui_grey);
  --primary-background-hover-on-secondary-color:var(--color-ui_grey);
  --inverted-color-background:var(--color-mud_black);
  --text-color-on-inverted:var(--color-snow_white);
  --positive-color:var(--color-success);
  --positive-color-hover:var(--color-success-hover);
  --positive-color-selected:var(--color-success-highlight);
  --negative-color:var(--color-error);
  --negative-color-hover:var(--color-error-hover);
  --negative-color-selected:var(--color-error-highlight);
  --private-color:var(--color-private);
  --shareable-color:var(--color-purple);
  --ui-border-color:var(--color-wolf_gray);
  --ui-border-on-secondary-color:var(--color-wolf_gray);
  --layout-border-color:var(--color-ui_grey);
  --layout-border-on-secondary-color:var(--color-ui_grey);
  --placeholder-color:var(--color-asphalt);
  --placeholder-on-secondary-color:var(--color-asphalt);
  --icon-color:var(--color-asphalt);
  --icon-on-secondary-color:var(--color-asphalt);
  --disabled-background-color:var(--color-ui_grey);
  --disabled-background-on-secondary-color:var(--color-ui_grey);
  --disabled-text-color:rgba(103,104,121,0.75);
  --disabled-text-on-secondary-color:rgba(103,104,121,0.75);
  --dark-background-color:var(--color-riverstone_gray);
  --dark-background-on-secondary-color:var(--color-riverstone_gray);
  --modal-background-color:var(--color-snow_white);
  --secondary-background-color:var(--color-snow_white);
  --dialog-background-color:var(--color-snow_white);
  --label-background-color:var(--color-highlight_blue);
  --label-background-on-secondary-color:var(--color-highlight_blue);
  --secondary-text-color:var(--color-asphalt);
  --secondary-text-on-secondary-color:var(--color-asphalt);
  --link-color:var(--color-link_color);
  --link-on-secondary-color:var(--color-link_color);
}

.dark-app-theme {
  --primary-color:#339dff;
  --primary-on-secondary-color:#43adff;
  --primary-hover-color:#578edb;
  --primary-hover-on-secondary-color:#72a0e1;
  --primary-selected-color:#4b4e69;
  --primary-selected-on-secondary-color:#4b4e69;
  --primary-text-color:var(--color-ui_grey);
  --primary-text-on-secondary-color:var(--color-ui_grey);
  --primary-background-color:#1c1f3b;
  --primary-background-color-rgb:28,31,59;
  --primary-background-hover-color:#4b4e69;
  --primary-background-hover-on-secondary-color:#4b4e69;
  --inverted-color-background:var(--color-riverstone_gray);
  --text-color-on-inverted:var(--color-mud_black);
  --ui-border-color:#797e93;
  --ui-border-on-secondary-color:#797e93;
  --layout-border-color:#4b4e69;
  --layout-border-on-secondary-color:#4b4e69;
  --placeholder-color:var(--color-jaco_gray);
  --placeholder-on-secondary-color:var(--color-jaco_gray);
  --icon-color:var(--color-wolf_gray);
  --icon-on-secondary-color:var(--color-wolf_gray);
  --disabled-background-color:#4b4e69;
  --disabled-background-on-secondary-color:#4b4e69;
  --disabled-text-color:rgba(197,199,208,0.75);
  --disabled-text-on-secondary-color:rgba(197,199,208,0.75);
  --dark-background-color:#393b53;
  --dark-background-on-secondary-color:#4b4e69;
  --modal-background-color:#1c1f3b;
  --secondary-background-color:#393b53;
  --dialog-background-color:#393b53;
  --label-background-color:#404b69;
  --label-background-on-secondary-color:#404b69;
  --secondary-text-color:var(--color-jaco_gray);
  --secondary-text-on-secondary-color:var(--color-jaco_gray);
  --link-color:#6191c9;
  --link-on-secondary-color:#7aa3d2;
}

:root {
  --color-asphalt:#676879;
  --color-light_blue:#61caf7;
  --color-basic_blue:#0085ff;
  --color-basic_light_blue:#c7e6fa;
  --color-dark_blue:#0071d9;
  --color-link_color:#1f76c2;
  --color-snow_white:#fff;
  --color-success:#00ca72;
  --color-success-hover:#00a25b;
  --color-success-highlight:#ccf4e3;
  --color-purple:#a358df;
  --color-error:#e44258;
  --color-error-hover:#b63546;
  --color-error-highlight:#f9dade;
  --color-placholder_gray:#d8d8d8;
  --color-wolf_gray:#c5c7d0;
  --color-mud_black:#323338;
  --color-jaco_gray:#9699a6;
  --color-black:#000;
  --color-dark_purple:#893dc5;
  --color-blue_links:#0086c0;
  --color-bazooka:#f65f7c;
  --color-dark_marble:#f1f1f1;
  --color-marble:#f7f7f7;
  --color-gainsboro:#e1e1e1;
  --color-grass_green:#037f4c;
  --color-jeans:#597bfc;
  --color-egg_yolk:#ffcb00;
  --color-saladish:#cccc35;
  --color-lipstick:#f279f2;
  --color-working_orange:#fdab3d;
  --color-aqua:#00d1d1;
  --color-brown:#7f5347;
  --color-blackish:#333;
  --color-explosive:#c4c4c4;
  --color-american_gray:grey;
  --color-highlight_blue:#e5f4ff;
  --color-pulse_text_color:#333;
  --color-highlight:#dff0ff;
  --color-placeholder_light_gray:#efefef;
  --color-scrollbar_gray:#b2b2b2;
  --color-timeline_grid_blue:#454662;
  --color-timeline_blue:#1c1f3b;
  --color-default_group_color:#579bfc;
  --color-very_light_gray:#a1a1a1;
  --color-pulse_bg:#f0f0f0;
  --color-jade:#03c875;
  --color-deadline_upcoming_indication:#5d6387;
  --color-form_purple:#575c96;
  --color-form_btn_hover:#0083d9;
  --color-board_views_grey:#6e6f8f;
  --color-board_views_blue:#1c1f3b;
  --color-board_views_grey_hover:#b2b3d0;
  --color-board_views_blue_secondary:#363a52;
  --color-brand-blue:#00a9ff;
  --color-brand-charcoal:#2b2c5c;
  --color-brand-gold:#fc0;
  --color-brand-green:#11dd80;
  --color-brand-iris:#595ad4;
  --color-brand-light-blue:#00cff4;
  --color-brand-malachite:#00cd6f;
  --color-brand-purple:#a358d0;
  --color-brand-red:#f74875;
  --color-public:#009aff;
  --color-private:#f65f7c;
  --color-word-blue:#2a5699;
  --color-ppt-orange:#d64e2a;
  --color-excel-green:#207245;
  --color-pdf-red:#bb0706;
  --color-zip-orange:#e4901c;
  --color-media-blue:#2ea2e9;
  --color-surface:#292f4c;
  --color-burned_eggplant:#181d37;
  --color-live_blue:#009aff;
  --color-extra_light_gray:#edeef0;
  --color-glitter:#d9f0ff;
  --color-ultra_light_gray:#ebebeb;
  --color-red_shadow:#e2445c;
  --color-green_shadow:#00c875;
  --color-storm_gray:#6b6d77;
  --color-riverstone_gray:#f5f6f8;
  --color-ui_grey:#e6e9ef;
  --color-border_light_gray:#f5f6f8;
  --color-like_red:#fb275d;
  --color-lime-green:#9cd326;
  --color-mustered:#cab641;
  --color-dark_red:#bb3354;
  --color-dark-red:#bb3354;
  --color-trolley-grey:grey;
  --color-dark-purple:#784bd1;
  --color-dark-orange:#ff642e;
  --color-sofia_pink:#ff158a;
  --color-dark-pink:#ff158a;
  --color-turquoise:#6cf;
  --color-light-pink:#ff5ac4;
  --color-red-shadow:#e2445c;
  --color-orange:#fdab3d;
  --color-yellow:#ffcb00;
  --color-green-shadow:#00c875;
  --color-grass-green:#037f4c;
  --color-blue-links:#0086c0;
  --color-bright-blue:#579bfc;
  --color-amethyst:#a25ddc;
  --color-green-haze:#00a359;
  --color-sunset:#ff7575;
  --color-bubble:#faa1f1;
  --color-peach:#ffadad;
  --color-berry:#7e3b8a;
  --color-winter:#9aadbd;
  --color-river:#68a1bd;
  --color-navy:#225091;
  --color-aquamarine:#4eccc6;
  --color-indigo:#5559df;
  --color-dark_indigo:#401694;
  --box-shadow-small:0 4px 8px -1px rgba(0,0,0,0.2);
  --box-shadow-medium:0px 6px 20px -2px rgba(0,0,0,0.2);
  --box-shadow-large:0px 15px 50px -10px rgba(0,0,0,0.3);
  --border-radius-small:4px;
  --border-radius-medium:8px;
  --border-radius-big:16px;
  --expand-animation-timing:cubic-bezier(0,0,0.35,1);
  --spacing-xs:4px;
  --spacing-small:8px;
  --spacing-medium:16px;
  --spacing-large:24px;
  --spacing-xl:32px;
  --spacing-xxl:48px;
  --spacing-xxxl:64px;
}

.breadcrumb-content {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #323338;
  color: var(--secondary-text-color);
  padding: 0 2px;
  overflow: hidden;
  text-decoration: none;
}

.breadcrumb-content .breadcrumb-text {
  color: inherit;
  margin: 0 4px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-content .breadcrumb-icon {
  height: 14px;
  width: 14px;
  flex-shrink: 0;
}

.breadcrumb-content:focus {
  outline: none;
}

.breadcrumb-content.clickable:hover, .breadcrumb-content:focus-within {
  background-color: #c5c7d0;
  background-color: var(--primary-background-hover-color);
  border-radius: 4px;
}

.breadcrumb-content.current {
  color: #323338;
  color: var(--primary-text-color);
  font-weight: 500;
}

.breadcrumb-content.disabled {
  border-color: #e6e9ef;
  border-color: var(--disabled-background-color);
  color: #676879;
  color: var(--disabled-text-color);
  cursor: not-allowed;
  pointer-events: none;
}

.breadcrumb-content.disabled:hover {
  background-color: initial;
}

.breadcrumbItem--wrapper {
  display: inline-flex;
  overflow: hidden;
  list-style-type: none;
  cursor: default;
}

.breadcrumbItem--wrapper.clickable {
  cursor: pointer;
}

.breadcrumbItem--wrapper.disabled {
  cursor: not-allowed;
}
.form-content-component .form-input-component {
  width: 100%;
}
.form-content-component .form-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 12px;
  outline: none;
  font-weight: 300;
  border: solid 1px #c4c4c4;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: white;
  color: inherit;
}
.form-content-component .form-input:focus {
  border-color: #0085FF;
}
.form-content-component .form-input:disabled {
  border: none;
  background-color: #f7f7f7;
  color: #808080;
  font-size: 14px;
}
.form-content-component .form-input.long-text-form-input {
  height: auto;
  resize: none;
  display: block;
}
.form-content-component .long-text-form-component {
  width: 100%;
  position: relative;
}
.form-content-component .long-text-form-component.invalid .invalid-long-text-message {
  color: #f74875;
  font-size: 12px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.form-content-component .long-text-form-component .long-text-char-counter {
  color: #a1a1a1;
  font-size: 12px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  bottom: -16px;
  font-weight: 300;
}
.form-content-component .long-text-form-component .long-text-char-counter.limitation-warning {
  color: #f74875;
}
.CalendarDay {
  border: 1px solid #e4e7e7;
  padding: 0;
  box-sizing: border-box;
  color: #565a5c;
  cursor: pointer;
}

.CalendarDay__button {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  box-sizing: border-box;
}

.CalendarDay__button:active {
  outline: 0;
}

.CalendarDay--highlighted-calendar {
  background: #ffe8bc;
  color: #565a5c;
  cursor: default;
}

.CalendarDay--highlighted-calendar:active {
  background: #007a87;
}

.CalendarDay--outside {
  border: 0;
  cursor: default;
}

.CalendarDay--outside:active {
  background: #fff;
}

.CalendarDay--hovered {
  background: #e4e7e7;
  border: 1px double #d4d9d9;
  color: inherit;
}

.CalendarDay--blocked-minimum-nights {
  color: #cacccd;
  background: #fff;
  border: 1px solid #e4e7e7;
  cursor: default;
}

.CalendarDay--blocked-minimum-nights:active {
  background: #fff;
}

.CalendarDay--selected-span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff;
}

.CalendarDay--selected-span.CalendarDay--hovered, .CalendarDay--selected-span:active {
  background: #33dacd;
  border: 1px double #00a699;
}

.CalendarDay--selected-span.CalendarDay--last-in-range {
  border-right: #00a699;
}

.CalendarDay--hovered-span,
.CalendarDay--after-hovered-start {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87;
}

.CalendarDay--hovered-span:active,
.CalendarDay--after-hovered-start:active {
  background: #80e8e0;
}

.CalendarDay--selected-start,
.CalendarDay--selected-end,
.CalendarDay--selected {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff;
}

.CalendarDay--selected-start:active,
.CalendarDay--selected-end:active,
.CalendarDay--selected:active {
  background: #00a699;
}

.CalendarDay--blocked-calendar {
  background: #cacccd;
  color: #82888a;
  cursor: default;
}

.CalendarDay--blocked-calendar:active {
  background: #cacccd;
}

.CalendarDay--blocked-out-of-range {
  color: #cacccd;
  background: #fff;
  border: 1px solid #e4e7e7;
  cursor: default;
}

.CalendarDay--blocked-out-of-range:active {
  background: #fff;
}

.CalendarMonth {
  text-align: center;
  padding: 0 13px;
  vertical-align: top;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.CalendarMonth table {
  border-collapse: collapse;
  border-spacing: 0;
  caption-caption-side: initial;
}

.CalendarMonth--horizontal:first-of-type,
.CalendarMonth--vertical:first-of-type {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.CalendarMonth--horizontal {
  display: inline-block;
  min-height: 100%;
}

.CalendarMonth--vertical {
  display: block;
}

.CalendarMonth__caption {
  color: #3c3f40;
  margin-top: 7px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 2px;
  caption-side: initial;
}

.CalendarMonth--horizontal .CalendarMonth__caption,
.CalendarMonth--vertical .CalendarMonth__caption {
  padding: 15px 0 35px;
}

.CalendarMonth--vertical-scrollable .CalendarMonth__caption {
  padding: 5px 0;
}

.CalendarMonthGrid {
  background: #fff;
  z-index: 0;
  text-align: left;
}

.CalendarMonthGrid--animating {
  transition: transform 0.2s ease-in-out;
  z-index: 1;
}

.CalendarMonthGrid--horizontal {
  position: absolute;
  left: 9px;
}

.CalendarMonthGrid--vertical {
  margin: 0 auto;
}

.CalendarMonthGrid--vertical-scrollable {
  margin: 0 auto;
  overflow-y: scroll;
}

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}

.DayPicker--horizontal {
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

.DayPicker--horizontal.DayPicker--portal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}

.DayPicker--vertical.DayPicker--portal {
  position: initial;
}

.DayPicker__focus-region {
  outline: none;
}

.DayPicker__week-headers {
  position: relative;
}

.DayPicker--horizontal .DayPicker__week-headers {
  margin-left: 9px;
}

.DayPicker__week-header {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  padding: 0 13px;
  text-align: left;
}

.DayPicker__week-header ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
}

.DayPicker__week-header li {
  display: inline-block;
  text-align: center;
}

.DayPicker--vertical .DayPicker__week-header {
  left: 50%;
}

.DayPicker--vertical-scrollable {
  height: 100%;
}

.DayPicker--vertical-scrollable .DayPicker__week-header {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: white;
}

.DayPicker--vertical-scrollable .transition-container--vertical {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}

.DayPicker--vertical-scrollable .DayPicker__week-header {
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.transition-container {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.transition-container--horizontal {
  transition: height 0.2s ease-in-out;
}

.transition-container--vertical {
  width: 100%;
}

.DayPickerNavigation__prev,
.DayPickerNavigation__next {
  cursor: pointer;
  line-height: 0.78;
  -webkit-user-select: none;
  /* Chrome/Safari */
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
}

.DayPickerNavigation__prev--default,
.DayPickerNavigation__next--default {
  border: 1px solid #dce0e0;
  background-color: #fff;
  color: #757575;
}

.DayPickerNavigation__prev--default:focus, .DayPickerNavigation__prev--default:hover,
.DayPickerNavigation__next--default:focus,
.DayPickerNavigation__next--default:hover {
  border: 1px solid #c4c4c4;
}

.DayPickerNavigation__prev--default:active,
.DayPickerNavigation__next--default:active {
  background: #f2f2f2;
}

.DayPickerNavigation--horizontal {
  position: relative;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__prev,
.DayPickerNavigation--horizontal .DayPickerNavigation__next {
  border-radius: 3px;
  padding: 6px 9px;
  top: 18px;
  z-index: 2;
  position: absolute;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__prev {
  left: 22px;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__prev--rtl {
  left: auto;
  right: 22px;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__next {
  right: 22px;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__next--rtl {
  right: auto;
  left: 22px;
}

.DayPickerNavigation--horizontal .DayPickerNavigation__prev--default svg,
.DayPickerNavigation--horizontal .DayPickerNavigation__next--default svg {
  height: 19px;
  width: 19px;
  fill: #82888a;
}

.DayPickerNavigation--vertical {
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 52px;
  width: 100%;
  z-index: 2;
}

.DayPickerNavigation--vertical .DayPickerNavigation__prev,
.DayPickerNavigation--vertical .DayPickerNavigation__next {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 50%;
}

.DayPickerNavigation--vertical .DayPickerNavigation__next--default {
  border-left: 0;
}

.DayPickerNavigation--vertical .DayPickerNavigation__prev--default,
.DayPickerNavigation--vertical .DayPickerNavigation__next--default {
  text-align: center;
  font-size: 2.5em;
  padding: 5px;
}

.DayPickerNavigation--vertical .DayPickerNavigation__prev--default svg,
.DayPickerNavigation--vertical .DayPickerNavigation__next--default svg {
  height: 42px;
  width: 42px;
  fill: #484848;
}

.DayPickerNavigation--vertical-scrollable {
  position: relative;
}

.DayPickerNavigation--vertical-scrollable .DayPickerNavigation__next {
  width: 100%;
}

.DayPickerKeyboardShortcuts__show,
.DayPickerKeyboardShortcuts__close {
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
}

.DayPickerKeyboardShortcuts__show:active,
.DayPickerKeyboardShortcuts__close:active {
  outline: none;
}

.DayPickerKeyboardShortcuts__show {
  width: 22px;
  position: absolute;
  z-index: 2;
}

.DayPickerKeyboardShortcuts__show--bottom-right {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts__show--bottom-right:hover {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts__show--bottom-right .DayPickerKeyboardShortcuts__show_span {
  bottom: 0;
  right: -28px;
}

.DayPickerKeyboardShortcuts__show--top-right {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}

.DayPickerKeyboardShortcuts__show--top-right:hover {
  border-right: 33px solid #008489;
}

.DayPickerKeyboardShortcuts__show--top-right .DayPickerKeyboardShortcuts__show_span {
  top: 1px;
  right: -28px;
}

.DayPickerKeyboardShortcuts__show--top-left {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}

.DayPickerKeyboardShortcuts__show--top-left:hover {
  border-left: 33px solid #008489;
}

.DayPickerKeyboardShortcuts__show--top-left .DayPickerKeyboardShortcuts__show_span {
  top: 1px;
  left: -28px;
}

.DayPickerKeyboardShortcuts__show_span {
  color: #fff;
  position: absolute;
}

.DayPickerKeyboardShortcuts__panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
}

.DayPickerKeyboardShortcuts__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.DayPickerKeyboardShortcuts__list {
  list-style: none;
  padding: 0;
}

.DayPickerKeyboardShortcuts__close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}

.DayPickerKeyboardShortcuts__close svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DayPickerKeyboardShortcuts__close svg:hover, .DayPickerKeyboardShortcuts__close svg:focus {
  fill: #82888a;
}

.DayPickerKeyboardShortcuts__close:active {
  outline: none;
}

.KeyboardShortcutRow {
  margin: 6px 0;
}

.KeyboardShortcutRow__key-container {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
  margin-right: 6px;
}

.KeyboardShortcutRow__key {
  font-family: monospace;
  font-size: 12px;
  text-transform: uppercase;
  background: #f2f2f2;
  padding: 2px 6px;
}

.KeyboardShortcutRow__action {
  display: inline;
  word-break: break-word;
  margin-left: 8px;
}

.DayPickerKeyboardShortcuts__panel--block .KeyboardShortcutRow {
  margin-bottom: 16px;
}

.DayPickerKeyboardShortcuts__panel--block .KeyboardShortcutRow__key-container {
  width: auto;
  text-align: left;
  display: inline;
}

.DayPickerKeyboardShortcuts__panel--block .KeyboardShortcutRow__action {
  display: inline;
}

.DateInput {
  font-weight: 200;
  font-size: 18px;
  line-height: 24px;
  color: #757575;
  margin: 0;
  padding: 8px;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}

.DateInput--with-caret::before,
.DateInput--with-caret::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: auto;
  border: 10px solid transparent;
  left: 22px;
  z-index: 2;
}

.DateInput--open-down.DateInput--with-caret::before,
.DateInput--open-down.DateInput--with-caret::after {
  border-top: 0;
}

.DateInput--open-down.DateInput--with-caret::before {
  top: 62px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.DateInput--open-down.DateInput--with-caret::after {
  top: 63px;
  border-bottom-color: #fff;
}

.DateInput--open-up.DateInput--with-caret::before,
.DateInput--open-up.DateInput--with-caret::after {
  border-bottom: 0;
}

.DateInput--open-up.DateInput--with-caret::before {
  top: -24px;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.DateInput--open-up.DateInput--with-caret::after {
  top: -25px;
  border-top-color: #fff;
}

.DateInput--disabled {
  background: #cacccd;
}

.DateInput__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

.DateInput__input[readonly] {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.DateInput__display-text {
  padding: 4px 8px;
  white-space: nowrap;
  overflow: hidden;
}

.DateInput__display-text--has-input {
  color: #484848;
}

.DateInput__display-text--focused {
  background: #99ede6;
  border-color: #99ede6;
  border-radius: 3px;
  color: #007a87;
}

.DateInput__display-text--disabled {
  font-style: italic;
}

.screen-reader-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.DateRangePicker {
  position: relative;
  display: inline-block;
}

.DateRangePicker__picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.DateRangePicker__picker--rtl {
  direction: rtl;
}

.DateRangePicker__picker--direction-left {
  left: 0;
}

.DateRangePicker__picker--direction-right {
  right: 0;
}

.DateRangePicker__picker--open-down {
  top: 72px;
}

.DateRangePicker__picker--open-up {
  bottom: 72px;
}

.DateRangePicker__picker--portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.DateRangePicker__picker--full-screen-portal {
  background-color: #fff;
}

.DateRangePicker__close {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

.DateRangePicker__close svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.DateRangePicker__close:hover, .DateRangePicker__close:focus {
  color: #b0b3b4;
  text-decoration: none;
}

.DateRangePickerInput {
  background-color: #fff;
  border: 1px solid #cacccd;
  display: inline-block;
}

.DateRangePickerInput--disabled {
  background: #cacccd;
}

.DateRangePickerInput--rtl {
  direction: rtl;
}

.DateRangePickerInput__arrow {
  display: inline-block;
  vertical-align: middle;
}

.DateRangePickerInput__arrow svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
}

.DateRangePickerInput__clear-dates {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 10px 0 5px;
}

.DateRangePickerInput__clear-dates svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.DateRangePickerInput__clear-dates--hide {
  visibility: hidden;
}

.DateRangePickerInput__clear-dates:focus,
.DateRangePickerInput__clear-dates--hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.DateRangePickerInput__calendar-icon {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.DateRangePickerInput__calendar-icon svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}

.SingleDatePicker {
  position: relative;
  display: inline-block;
}

.SingleDatePicker__picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}

.SingleDatePicker__picker--rtl {
  direction: rtl;
}

.SingleDatePicker__picker--direction-left {
  left: 0;
}

.SingleDatePicker__picker--direction-right {
  right: 0;
}

.SingleDatePicker__picker--open-down {
  top: 72px;
}

.SingleDatePicker__picker--open-up {
  bottom: 72px;
}

.SingleDatePicker__picker--portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.SingleDatePicker__picker--full-screen-portal {
  background-color: #fff;
}

.SingleDatePicker__close {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}

.SingleDatePicker__close svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

.SingleDatePicker__close:hover, .SingleDatePicker__close:focus {
  color: #b0b3b4;
  text-decoration: none;
}

.SingleDatePickerInput {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.SingleDatePickerInput--disabled {
  background: #cacccd;
}

.SingleDatePickerInput--rtl {
  direction: rtl;
}

.SingleDatePickerInput__clear-date {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 10px 0 5px;
}

.SingleDatePickerInput__clear-date svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}

.SingleDatePickerInput__clear-date--hide {
  visibility: hidden;
}

.SingleDatePickerInput__clear-date:focus,
.SingleDatePickerInput__clear-date--hover {
  background: #dbdbdb;
  border-radius: 50%;
}

.SingleDatePickerInput__calendar-icon {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}

.SingleDatePickerInput__calendar-icon svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
@keyframes spin_accel {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 65% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  to {
    transform: rotate(1turn);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
.ds-btn {
  display: inline-block;
  font-weight: 400;
  font-family: Roboto;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.641rem 2rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: 2.50908rem;
  border-radius: 15rem;
  transition: padding-left 0.35s cubic-bezier(0.19, 1, 0.22, 1), padding-right 0.35s cubic-bezier(0.19, 1, 0.22, 1), color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}

.ds-btn .ds-i {
  margin-right: 0.29167rem;
}

.ds-btn .ds-i.right {
  margin-left: 0.29167rem;
}

.ds-btn .loader {
  font-size: 0.677rem;
  min-width: 0.677rem;
  height: 0.677rem;
  margin: 0.677rem;
}

.ds-btn.active.focus,
.ds-btn.active:focus,
.ds-btn.focus,
.ds-btn:active.focus,
.ds-btn:active:focus,
.ds-btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ds-btn.focus,
.ds-btn:focus,
.ds-btn:hover {
  text-decoration: none;
}

.ds-btn.active,
.ds-btn:active {
  background-image: none;
  outline: 0;
}

.ds-btn.disabled,
.ds-btn:disabled {
  cursor: not-allowed;
  box-shadow: none;
}

a.ds-btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.ds-btn-primary {
  outline: none;
  color: #fff;
  background-color: #0085ff;
  border-color: #0085ff;
  box-shadow: none;
}

.ds-btn-primary:hover {
  outline: none;
  color: #fff;
  background-color: #0071d9;
  border-color: #0071d9;
}

.ds-btn-primary.focus,
.ds-btn-primary:focus {
  outline: none;
}

.ds-btn-primary:focus,
.ds-btn-primary.active,
.ds-btn-primary:active {
  outline: none;
  color: #fff;
  background-color: #0071d9;
  border-color: #0071d9;
  transform: scale(0.97);
  background-image: none;
}

.ds-btn-primary.active.focus,
.ds-btn-primary.active:focus,
.ds-btn-primary.active:hover,
.ds-btn-primary:active.focus,
.ds-btn-primary:active:focus,
.ds-btn-primary:active:hover {
  outline: none;
  color: #fff;
  background-color: #006acc;
  border-color: #006acc;
}

.ds-btn-primary.disabled,
.ds-btn-primary:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-primary.disabled.focus,
.ds-btn-primary.disabled:focus,
.ds-btn-primary:disabled.focus,
.ds-btn-primary:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-primary.disabled:hover,
.ds-btn-primary:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-secondary {
  font-weight: 400;
  color: var(--primary-text-color);
  border-radius: 4px;
  outline: none;
}

.ds-btn-secondary,
.ds-btn-secondary.active,
.ds-btn-secondary:active,
.ds-btn-secondary:disabled {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}

.ds-btn-secondary,
.ds-btn-secondary:active,
.ds-btn-secondary:focus {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
}

.ds-btn-secondary.active,
.ds-btn-secondary:active {
  color: #333;
}

.ds-btn-secondary.active.focus,
.ds-btn-secondary.active:focus,
.ds-btn-secondary:active.focus,
.ds-btn-secondary:active:focus {
  outline: none;
}

.ds-btn-secondary:focus-visible,
.ds-btn-secondary:hover {
  color: var(--primary-text-color);
  background-color: var(--primary-background-hover-color);
  border-color: rgba(0, 0, 0, 0);
}

.ds-btn-secondary:focus,
.ds-btn-secondary:hover {
  text-decoration: none;
  background-color: var(--primary-background-hover-color);
}

.ds-btn-secondary:disabled:focus,
.ds-btn-secondary:disabled:hover {
  color: #f1f1f1;
  text-decoration: none;
  outline: none;
}

.ds-btn-shareable {
  outline: none;
  color: #fff;
  background-color: #a358df;
  border-color: #a358df;
  box-shadow: none;
}

.ds-btn-shareable:hover {
  outline: none;
  color: #fff;
  background-color: #8d31d7;
  border-color: #8d31d7;
}

.ds-btn-shareable.focus,
.ds-btn-shareable:focus {
  outline: none;
}

.ds-btn-shareable.active,
.ds-btn-shareable:active {
  outline: none;
  color: #fff;
  background-color: #8d31d7;
  border-color: #8d31d7;
  transform: scale(0.97);
  background-image: none;
}

.ds-btn-shareable.active.focus,
.ds-btn-shareable.active:focus,
.ds-btn-shareable.active:hover,
.ds-btn-shareable:active.focus,
.ds-btn-shareable:active:focus,
.ds-btn-shareable:active:hover {
  outline: none;
  color: #fff;
  background-color: #8628d1;
  border-color: #8628d1;
}

.ds-btn-shareable.disabled,
.ds-btn-shareable:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-shareable.disabled.focus,
.ds-btn-shareable.disabled:focus,
.ds-btn-shareable:disabled.focus,
.ds-btn-shareable:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-shareable.disabled:hover,
.ds-btn-shareable:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-private {
  outline: none;
  color: #fff;
  background-color: #f65f7c;
  border-color: #f65f7c;
  box-shadow: none;
}

.ds-btn-private:hover {
  outline: none;
  color: #fff;
  background-color: #f32f54;
  border-color: #f32f54;
}

.ds-btn-private.focus,
.ds-btn-private:focus {
  outline: none;
}

.ds-btn-private.active,
.ds-btn-private:active {
  outline: none;
  color: #fff;
  background-color: #f32f54;
  border-color: #f32f54;
  transform: scale(0.97);
  background-image: none;
}

.ds-btn-private.active.focus,
.ds-btn-private.active:focus,
.ds-btn-private.active:hover,
.ds-btn-private:active.focus,
.ds-btn-private:active:focus,
.ds-btn-private:active:hover {
  outline: none;
  color: #fff;
  background-color: #f21e47;
  border-color: #f21e47;
}

.ds-btn-private.disabled,
.ds-btn-private:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-private.disabled.focus,
.ds-btn-private.disabled:focus,
.ds-btn-private:disabled.focus,
.ds-btn-private:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-private.disabled:hover,
.ds-btn-private:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-alert {
  outline: none;
  color: #fff;
  background-color: #e44258;
  border-color: #e44258;
  box-shadow: none;
}

.ds-btn-alert:hover {
  outline: none;
  color: #fff;
  background-color: #db1f39;
  border-color: #db1f39;
}

.ds-btn-alert.focus,
.ds-btn-alert:focus {
  outline: none;
}

.ds-btn-alert.active,
.ds-btn-alert:active {
  outline: none;
  color: #fff;
  background-color: #db1f39;
  border-color: #db1f39;
  transform: scale(0.97);
  background-image: none;
}

.ds-btn-alert.active.focus,
.ds-btn-alert.active:focus,
.ds-btn-alert.active:hover,
.ds-btn-alert:active.focus,
.ds-btn-alert:active:focus,
.ds-btn-alert:active:hover {
  outline: none;
  color: #fff;
  background-color: #ce1d35;
  border-color: #ce1d35;
}

.ds-btn-alert.disabled,
.ds-btn-alert:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-alert.disabled.focus,
.ds-btn-alert.disabled:focus,
.ds-btn-alert:disabled.focus,
.ds-btn-alert:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-alert.disabled:hover,
.ds-btn-alert:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-success {
  outline: none;
  color: #fff;
  background-color: #00ca72;
  border-color: #00ca72;
  box-shadow: none;
}

.ds-btn-success:hover {
  outline: none;
  color: #fff;
  background-color: #00ac61;
  border-color: #00ac61;
}

.ds-btn-success.focus,
.ds-btn-success:focus {
  outline: none;
}

.ds-btn-success.active,
.ds-btn-success:active {
  outline: none;
  color: #fff;
  background-color: #00ac61;
  border-color: #00ac61;
  transform: scale(0.97);
  background-image: none;
}

.ds-btn-success.active.focus,
.ds-btn-success.active:focus,
.ds-btn-success.active:hover,
.ds-btn-success:active.focus,
.ds-btn-success:active:focus,
.ds-btn-success:active:hover {
  outline: none;
  color: #fff;
  background-color: #00a25b;
  border-color: #00a25b;
}

.ds-btn-success.disabled,
.ds-btn-success:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-success.disabled.focus,
.ds-btn-success.disabled:focus,
.ds-btn-success:disabled.focus,
.ds-btn-success:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-success.disabled:hover,
.ds-btn-success:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-blackish {
  outline: none;
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}

.ds-btn-blackish:hover {
  outline: none;
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}

.ds-btn-blackish.focus,
.ds-btn-blackish:focus {
  outline: none;
}

.ds-btn-blackish.active,
.ds-btn-blackish:active {
  outline: none;
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  transform: scale(0.97);
  background-image: none;
}

.ds-btn-blackish.active.focus,
.ds-btn-blackish.active:focus,
.ds-btn-blackish.active:hover,
.ds-btn-blackish:active.focus,
.ds-btn-blackish:active:focus,
.ds-btn-blackish:active:hover {
  outline: none;
  color: #fff;
  background-color: #292929;
  border-color: #292929;
}

.ds-btn-blackish.disabled,
.ds-btn-blackish:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-blackish.disabled.focus,
.ds-btn-blackish.disabled:focus,
.ds-btn-blackish:disabled.focus,
.ds-btn-blackish:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-blackish.disabled:hover,
.ds-btn-blackish:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-outline-primary {
  color: #0085ff;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0085ff;
}

.ds-btn-outline-primary:hover {
  color: #0085ff;
  background-color: #cce7ff;
  border-color: #0085ff;
}

.ds-btn-outline-primary.focus,
.ds-btn-outline-primary:focus {
  outline: none;
}

.ds-btn-outline-primary.active,
.ds-btn-outline-primary:active,
.open > .ds-btn-outline-primary.ds-dropdown-toggle {
  outline: none;
  transform: scale(0.97);
  color: #0085ff;
  background-color: #cce7ff;
  border-color: #0085ff;
}

.ds-btn-outline-primary.active.focus,
.ds-btn-outline-primary.active:focus,
.ds-btn-outline-primary.active:hover,
.ds-btn-outline-primary:active.focus,
.ds-btn-outline-primary:active:focus,
.ds-btn-outline-primary:active:hover,
.open > .ds-btn-outline-primary.ds-dropdown-toggle.focus,
.open > .ds-btn-outline-primary.ds-dropdown-toggle:focus,
.open > .ds-btn-outline-primary.ds-dropdown-toggle:hover {
  outline: none;
  color: #0085ff;
  background-color: #b3daff;
  border-color: #0085ff;
}

.ds-btn-outline-primary.disabled,
.ds-btn-outline-primary:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-outline-primary.disabled.focus,
.ds-btn-outline-primary.disabled:focus,
.ds-btn-outline-primary:disabled.focus,
.ds-btn-outline-primary:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-outline-primary.disabled:hover,
.ds-btn-outline-primary:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-outline-secondary {
  color: rgba(0, 0, 0, 0);
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.ds-btn-outline-secondary:hover {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(204, 204, 204, 0);
  border-color: rgba(0, 0, 0, 0);
}

.ds-btn-outline-secondary.focus,
.ds-btn-outline-secondary:focus {
  outline: none;
}

.ds-btn-outline-secondary.active,
.ds-btn-outline-secondary:active,
.open > .ds-btn-outline-secondary.ds-dropdown-toggle {
  outline: none;
  transform: scale(0.97);
  color: rgba(0, 0, 0, 0);
  background-color: rgba(204, 204, 204, 0);
  border-color: rgba(0, 0, 0, 0);
}

.ds-btn-outline-secondary.active.focus,
.ds-btn-outline-secondary.active:focus,
.ds-btn-outline-secondary.active:hover,
.ds-btn-outline-secondary:active.focus,
.ds-btn-outline-secondary:active:focus,
.ds-btn-outline-secondary:active:hover,
.open > .ds-btn-outline-secondary.ds-dropdown-toggle.focus,
.open > .ds-btn-outline-secondary.ds-dropdown-toggle:focus,
.open > .ds-btn-outline-secondary.ds-dropdown-toggle:hover {
  outline: none;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(179, 179, 179, 0);
  border-color: rgba(0, 0, 0, 0);
}

.ds-btn-outline-secondary.disabled,
.ds-btn-outline-secondary:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-outline-secondary.disabled.focus,
.ds-btn-outline-secondary.disabled:focus,
.ds-btn-outline-secondary:disabled.focus,
.ds-btn-outline-secondary:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-outline-secondary.disabled:hover,
.ds-btn-outline-secondary:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-outline-shareable {
  color: #a358df;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a358df;
}

.ds-btn-outline-shareable:hover {
  color: #a358df;
  background-color: #eddef9;
  border-color: #a358df;
}

.ds-btn-outline-shareable.focus,
.ds-btn-outline-shareable:focus {
  outline: none;
}

.ds-btn-outline-shareable.active,
.ds-btn-outline-shareable:active,
.open > .ds-btn-outline-shareable.ds-dropdown-toggle {
  outline: none;
  transform: scale(0.97);
  color: #a358df;
  background-color: #eddef9;
  border-color: #a358df;
}

.ds-btn-outline-shareable.active.focus,
.ds-btn-outline-shareable.active:focus,
.ds-btn-outline-shareable.active:hover,
.ds-btn-outline-shareable:active.focus,
.ds-btn-outline-shareable:active:focus,
.ds-btn-outline-shareable:active:hover,
.open > .ds-btn-outline-shareable.ds-dropdown-toggle.focus,
.open > .ds-btn-outline-shareable.ds-dropdown-toggle:focus,
.open > .ds-btn-outline-shareable.ds-dropdown-toggle:hover {
  outline: none;
  color: #a358df;
  background-color: #e3cdf5;
  border-color: #a358df;
}

.ds-btn-outline-shareable.disabled,
.ds-btn-outline-shareable:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-outline-shareable.disabled.focus,
.ds-btn-outline-shareable.disabled:focus,
.ds-btn-outline-shareable:disabled.focus,
.ds-btn-outline-shareable:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-outline-shareable.disabled:hover,
.ds-btn-outline-shareable:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-outline-private {
  color: #f65f7c;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f65f7c;
}

.ds-btn-outline-private:hover {
  color: #f65f7c;
  background-color: #fddfe5;
  border-color: #f65f7c;
}

.ds-btn-outline-private.focus,
.ds-btn-outline-private:focus {
  outline: none;
}

.ds-btn-outline-private.active,
.ds-btn-outline-private:active,
.open > .ds-btn-outline-private.ds-dropdown-toggle {
  outline: none;
  transform: scale(0.97);
  color: #f65f7c;
  background-color: #fddfe5;
  border-color: #f65f7c;
}

.ds-btn-outline-private.active.focus,
.ds-btn-outline-private.active:focus,
.ds-btn-outline-private.active:hover,
.ds-btn-outline-private:active.focus,
.ds-btn-outline-private:active:focus,
.ds-btn-outline-private:active:hover,
.open > .ds-btn-outline-private.ds-dropdown-toggle.focus,
.open > .ds-btn-outline-private.ds-dropdown-toggle:focus,
.open > .ds-btn-outline-private.ds-dropdown-toggle:hover {
  outline: none;
  color: #f65f7c;
  background-color: #fccfd8;
  border-color: #f65f7c;
}

.ds-btn-outline-private.disabled,
.ds-btn-outline-private:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-outline-private.disabled.focus,
.ds-btn-outline-private.disabled:focus,
.ds-btn-outline-private:disabled.focus,
.ds-btn-outline-private:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-outline-private.disabled:hover,
.ds-btn-outline-private:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-outline-alert {
  color: #e44258;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e44258;
}

.ds-btn-outline-alert:hover {
  color: #e44258;
  background-color: #fad9de;
  border-color: #e44258;
}

.ds-btn-outline-alert.focus,
.ds-btn-outline-alert:focus {
  outline: none;
}

.ds-btn-outline-alert.active,
.ds-btn-outline-alert:active,
.open > .ds-btn-outline-alert.ds-dropdown-toggle {
  outline: none;
  transform: scale(0.97);
  color: #e44258;
  background-color: #fad9de;
  border-color: #e44258;
}

.ds-btn-outline-alert.active.focus,
.ds-btn-outline-alert.active:focus,
.ds-btn-outline-alert.active:hover,
.ds-btn-outline-alert:active.focus,
.ds-btn-outline-alert:active:focus,
.ds-btn-outline-alert:active:hover,
.open > .ds-btn-outline-alert.ds-dropdown-toggle.focus,
.open > .ds-btn-outline-alert.ds-dropdown-toggle:focus,
.open > .ds-btn-outline-alert.ds-dropdown-toggle:hover {
  outline: none;
  color: #e44258;
  background-color: #f7c6cd;
  border-color: #e44258;
}

.ds-btn-outline-alert.disabled,
.ds-btn-outline-alert:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-outline-alert.disabled.focus,
.ds-btn-outline-alert.disabled:focus,
.ds-btn-outline-alert:disabled.focus,
.ds-btn-outline-alert:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-outline-alert.disabled:hover,
.ds-btn-outline-alert:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-outline-success {
  color: #00ca72;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00ca72;
}

.ds-btn-outline-success:hover {
  color: #00ca72;
  background-color: #c1ffe4;
  border-color: #00ca72;
}

.ds-btn-outline-success.focus,
.ds-btn-outline-success:focus {
  outline: none;
}

.ds-btn-outline-success.active,
.ds-btn-outline-success:active,
.open > .ds-btn-outline-success.ds-dropdown-toggle {
  outline: none;
  transform: scale(0.97);
  color: #00ca72;
  background-color: #c1ffe4;
  border-color: #00ca72;
}

.ds-btn-outline-success.active.focus,
.ds-btn-outline-success.active:focus,
.ds-btn-outline-success.active:hover,
.ds-btn-outline-success:active.focus,
.ds-btn-outline-success:active:focus,
.ds-btn-outline-success:active:hover,
.open > .ds-btn-outline-success.ds-dropdown-toggle.focus,
.open > .ds-btn-outline-success.ds-dropdown-toggle:focus,
.open > .ds-btn-outline-success.ds-dropdown-toggle:hover {
  outline: none;
  color: #00ca72;
  background-color: #a3ffd7;
  border-color: #00ca72;
}

.ds-btn-outline-success.disabled,
.ds-btn-outline-success:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-outline-success.disabled.focus,
.ds-btn-outline-success.disabled:focus,
.ds-btn-outline-success:disabled.focus,
.ds-btn-outline-success:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-outline-success.disabled:hover,
.ds-btn-outline-success:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-outline-blackish {
  color: #333;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333;
}

.ds-btn-outline-blackish:hover {
  color: #333;
  background-color: #d6d6d6;
  border-color: #333;
}

.ds-btn-outline-blackish.focus,
.ds-btn-outline-blackish:focus {
  outline: none;
}

.ds-btn-outline-blackish.active,
.ds-btn-outline-blackish:active,
.open > .ds-btn-outline-blackish.ds-dropdown-toggle {
  outline: none;
  transform: scale(0.97);
  color: #333;
  background-color: #d6d6d6;
  border-color: #333;
}

.ds-btn-outline-blackish.active.focus,
.ds-btn-outline-blackish.active:focus,
.ds-btn-outline-blackish.active:hover,
.ds-btn-outline-blackish:active.focus,
.ds-btn-outline-blackish:active:focus,
.ds-btn-outline-blackish:active:hover,
.open > .ds-btn-outline-blackish.ds-dropdown-toggle.focus,
.open > .ds-btn-outline-blackish.ds-dropdown-toggle:focus,
.open > .ds-btn-outline-blackish.ds-dropdown-toggle:hover {
  outline: none;
  color: #333;
  background-color: #c2c2c2;
  border-color: #333;
}

.ds-btn-outline-blackish.disabled,
.ds-btn-outline-blackish:disabled {
  cursor: arrow;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  color: grey;
  box-shadow: none;
}

.ds-btn-outline-blackish.disabled.focus,
.ds-btn-outline-blackish.disabled:focus,
.ds-btn-outline-blackish:disabled.focus,
.ds-btn-outline-blackish:disabled:focus {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.ds-btn-outline-blackish.disabled:hover,
.ds-btn-outline-blackish:disabled:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  color: grey;
}

.ds-btn-link {
  font-weight: 400;
  color: #1f76c2;
  border-radius: 0;
}

.ds-btn-link,
.ds-btn-link.active,
.ds-btn-link:active,
.ds-btn-link:disabled {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}

.ds-btn-link,
.ds-btn-link:active,
.ds-btn-link:focus,
.ds-btn-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

.ds-btn-link:focus,
.ds-btn-link:hover {
  color: #144e80;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
}

.ds-btn-link:disabled:focus,
.ds-btn-link:disabled:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.icon-component-container {
  position: relative;
  margin-right: 1rem;
}

.ds-btn-lg {
  padding: 0.891rem 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: 3.00908rem;
  border-radius: 15rem;
}

.ds-btn-lg .loader {
  font-size: 0.9rem;
  min-width: 0.9rem;
  height: 0.9rem;
  margin: 0.9rem;
}

.ds-btn-sm {
  padding: 0.391rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: 2.00908rem;
  border-radius: 15rem;
}

.ds-btn-sm .loader {
  font-size: 0.575rem;
  min-width: 0.575rem;
  height: 0.575rem;
  margin: 0.575rem;
}

.ds-btn-block {
  display: block;
  width: 100%;
}

.ds-btn-block + .ds-btn-block {
  margin-top: 0.5rem;
}

input[type=button].ds-btn-block,
input[type=reset].ds-btn-block,
input[type=submit].ds-btn-block {
  width: 100%;
}

.ds-btn-success-mode {
  cursor: default;
  background-color: #00ca72;
  border-color: #00ca72;
  color: #fff;
  outline: none;
}

.ds-btn-success-mode.active,
.ds-btn-success-mode.active.focus,
.ds-btn-success-mode.active:focus,
.ds-btn-success-mode.active:hover,
.ds-btn-success-mode.focus,
.ds-btn-success-mode:active,
.ds-btn-success-mode:active.focus,
.ds-btn-success-mode:active:focus,
.ds-btn-success-mode:active:hover,
.ds-btn-success-mode:focus,
.ds-btn-success-mode:hover {
  outline: none;
}

.ds-btn-primary-loading {
  outline: none;
  color: #fff;
  cursor: default;
  background-color: #0085ff;
  border-color: #0085ff;
  box-shadow: none;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-primary-loading.active,
.ds-btn-primary-loading.active.focus,
.ds-btn-primary-loading.active:focus,
.ds-btn-primary-loading.active:hover,
.ds-btn-primary-loading.focus,
.ds-btn-primary-loading:active,
.ds-btn-primary-loading:active.focus,
.ds-btn-primary-loading:active:focus,
.ds-btn-primary-loading:active:hover,
.ds-btn-primary-loading:focus {
  outline: none;
}

.ds-btn-primary-loading .loader {
  color: #fff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-secondary-loading {
  outline: none;
  color: #0085ff;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-secondary-loading.active,
.ds-btn-secondary-loading.active.focus,
.ds-btn-secondary-loading.active:focus,
.ds-btn-secondary-loading.active:hover,
.ds-btn-secondary-loading.focus,
.ds-btn-secondary-loading:active,
.ds-btn-secondary-loading:active.focus,
.ds-btn-secondary-loading:active:focus,
.ds-btn-secondary-loading:active:hover,
.ds-btn-secondary-loading:focus {
  outline: none;
}

.ds-btn-secondary-loading .loader {
  color: #0085ff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-shareable-loading {
  outline: none;
  color: #fff;
  cursor: default;
  background-color: #a358df;
  border-color: #a358df;
  box-shadow: none;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-shareable-loading.active,
.ds-btn-shareable-loading.active.focus,
.ds-btn-shareable-loading.active:focus,
.ds-btn-shareable-loading.active:hover,
.ds-btn-shareable-loading.focus,
.ds-btn-shareable-loading:active,
.ds-btn-shareable-loading:active.focus,
.ds-btn-shareable-loading:active:focus,
.ds-btn-shareable-loading:active:hover,
.ds-btn-shareable-loading:focus {
  outline: none;
}

.ds-btn-shareable-loading .loader {
  color: #fff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-private-loading {
  outline: none;
  color: #fff;
  cursor: default;
  background-color: #f65f7c;
  border-color: #f65f7c;
  box-shadow: none;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-private-loading.active,
.ds-btn-private-loading.active.focus,
.ds-btn-private-loading.active:focus,
.ds-btn-private-loading.active:hover,
.ds-btn-private-loading.focus,
.ds-btn-private-loading:active,
.ds-btn-private-loading:active.focus,
.ds-btn-private-loading:active:focus,
.ds-btn-private-loading:active:hover,
.ds-btn-private-loading:focus {
  outline: none;
}

.ds-btn-private-loading .loader {
  color: #fff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-alert-loading {
  outline: none;
  color: #fff;
  cursor: default;
  background-color: #e44258;
  border-color: #e44258;
  box-shadow: none;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-alert-loading.active,
.ds-btn-alert-loading.active.focus,
.ds-btn-alert-loading.active:focus,
.ds-btn-alert-loading.active:hover,
.ds-btn-alert-loading.focus,
.ds-btn-alert-loading:active,
.ds-btn-alert-loading:active.focus,
.ds-btn-alert-loading:active:focus,
.ds-btn-alert-loading:active:hover,
.ds-btn-alert-loading:focus {
  outline: none;
}

.ds-btn-alert-loading .loader {
  color: #fff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-success-loading {
  outline: none;
  color: #fff;
  cursor: default;
  background-color: #00ca72;
  border-color: #00ca72;
  box-shadow: none;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-success-loading.active,
.ds-btn-success-loading.active.focus,
.ds-btn-success-loading.active:focus,
.ds-btn-success-loading.active:hover,
.ds-btn-success-loading.focus,
.ds-btn-success-loading:active,
.ds-btn-success-loading:active.focus,
.ds-btn-success-loading:active:focus,
.ds-btn-success-loading:active:hover,
.ds-btn-success-loading:focus {
  outline: none;
}

.ds-btn-success-loading .loader {
  color: #fff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-blackish-loading {
  outline: none;
  color: #fff;
  cursor: default;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-blackish-loading.active,
.ds-btn-blackish-loading.active.focus,
.ds-btn-blackish-loading.active:focus,
.ds-btn-blackish-loading.active:hover,
.ds-btn-blackish-loading.focus,
.ds-btn-blackish-loading:active,
.ds-btn-blackish-loading:active.focus,
.ds-btn-blackish-loading:active:focus,
.ds-btn-blackish-loading:active:hover,
.ds-btn-blackish-loading:focus {
  outline: none;
}

.ds-btn-blackish-loading .loader {
  color: #fff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-outline-primary-loading {
  color: #0085ff;
  cursor: default;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #0085ff;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-outline-primary-loading.active,
.ds-btn-outline-primary-loading.active.focus,
.ds-btn-outline-primary-loading.active:focus,
.ds-btn-outline-primary-loading.active:hover,
.ds-btn-outline-primary-loading.focus,
.ds-btn-outline-primary-loading:active,
.ds-btn-outline-primary-loading:active.focus,
.ds-btn-outline-primary-loading:active:focus,
.ds-btn-outline-primary-loading:active:hover,
.ds-btn-outline-primary-loading:focus,
.ds-open > .ds-btn-outline-primary-loading.ds-dropdown-toggle,
.ds-open > .ds-btn-outline-primary-loading.ds-dropdown-toggle.focus,
.ds-open > .ds-btn-outline-primary-loading.ds-dropdown-toggle:focus,
.ds-open > .ds-btn-outline-primary-loading.ds-dropdown-toggle:hover {
  outline: none;
}

.ds-btn-outline-primary-loading .loader {
  color: #0085ff;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-outline-secondary-loading {
  color: rgba(0, 0, 0, 0);
  cursor: default;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-outline-secondary-loading.active,
.ds-btn-outline-secondary-loading.active.focus,
.ds-btn-outline-secondary-loading.active:focus,
.ds-btn-outline-secondary-loading.active:hover,
.ds-btn-outline-secondary-loading.focus,
.ds-btn-outline-secondary-loading:active,
.ds-btn-outline-secondary-loading:active.focus,
.ds-btn-outline-secondary-loading:active:focus,
.ds-btn-outline-secondary-loading:active:hover,
.ds-btn-outline-secondary-loading:focus,
.ds-open > .ds-btn-outline-secondary-loading.ds-dropdown-toggle,
.ds-open > .ds-btn-outline-secondary-loading.ds-dropdown-toggle.focus,
.ds-open > .ds-btn-outline-secondary-loading.ds-dropdown-toggle:focus,
.ds-open > .ds-btn-outline-secondary-loading.ds-dropdown-toggle:hover {
  outline: none;
}

.ds-btn-outline-secondary-loading .loader {
  color: rgba(0, 0, 0, 0);
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-outline-shareable-loading {
  color: #a358df;
  cursor: default;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a358df;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-outline-shareable-loading.active,
.ds-btn-outline-shareable-loading.active.focus,
.ds-btn-outline-shareable-loading.active:focus,
.ds-btn-outline-shareable-loading.active:hover,
.ds-btn-outline-shareable-loading.focus,
.ds-btn-outline-shareable-loading:active,
.ds-btn-outline-shareable-loading:active.focus,
.ds-btn-outline-shareable-loading:active:focus,
.ds-btn-outline-shareable-loading:active:hover,
.ds-btn-outline-shareable-loading:focus,
.ds-open > .ds-btn-outline-shareable-loading.ds-dropdown-toggle,
.ds-open > .ds-btn-outline-shareable-loading.ds-dropdown-toggle.focus,
.ds-open > .ds-btn-outline-shareable-loading.ds-dropdown-toggle:focus,
.ds-open > .ds-btn-outline-shareable-loading.ds-dropdown-toggle:hover {
  outline: none;
}

.ds-btn-outline-shareable-loading .loader {
  color: #a358df;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-outline-private-loading {
  color: #f65f7c;
  cursor: default;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #f65f7c;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-outline-private-loading.active,
.ds-btn-outline-private-loading.active.focus,
.ds-btn-outline-private-loading.active:focus,
.ds-btn-outline-private-loading.active:hover,
.ds-btn-outline-private-loading.focus,
.ds-btn-outline-private-loading:active,
.ds-btn-outline-private-loading:active.focus,
.ds-btn-outline-private-loading:active:focus,
.ds-btn-outline-private-loading:active:hover,
.ds-btn-outline-private-loading:focus,
.ds-open > .ds-btn-outline-private-loading.ds-dropdown-toggle,
.ds-open > .ds-btn-outline-private-loading.ds-dropdown-toggle.focus,
.ds-open > .ds-btn-outline-private-loading.ds-dropdown-toggle:focus,
.ds-open > .ds-btn-outline-private-loading.ds-dropdown-toggle:hover {
  outline: none;
}

.ds-btn-outline-private-loading .loader {
  color: #f65f7c;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-outline-alert-loading {
  color: #e44258;
  cursor: default;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e44258;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-outline-alert-loading.active,
.ds-btn-outline-alert-loading.active.focus,
.ds-btn-outline-alert-loading.active:focus,
.ds-btn-outline-alert-loading.active:hover,
.ds-btn-outline-alert-loading.focus,
.ds-btn-outline-alert-loading:active,
.ds-btn-outline-alert-loading:active.focus,
.ds-btn-outline-alert-loading:active:focus,
.ds-btn-outline-alert-loading:active:hover,
.ds-btn-outline-alert-loading:focus,
.ds-open > .ds-btn-outline-alert-loading.ds-dropdown-toggle,
.ds-open > .ds-btn-outline-alert-loading.ds-dropdown-toggle.focus,
.ds-open > .ds-btn-outline-alert-loading.ds-dropdown-toggle:focus,
.ds-open > .ds-btn-outline-alert-loading.ds-dropdown-toggle:hover {
  outline: none;
}

.ds-btn-outline-alert-loading .loader {
  color: #e44258;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-outline-success-loading {
  color: #00ca72;
  cursor: default;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00ca72;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-outline-success-loading.active,
.ds-btn-outline-success-loading.active.focus,
.ds-btn-outline-success-loading.active:focus,
.ds-btn-outline-success-loading.active:hover,
.ds-btn-outline-success-loading.focus,
.ds-btn-outline-success-loading:active,
.ds-btn-outline-success-loading:active.focus,
.ds-btn-outline-success-loading:active:focus,
.ds-btn-outline-success-loading:active:hover,
.ds-btn-outline-success-loading:focus,
.ds-open > .ds-btn-outline-success-loading.ds-dropdown-toggle,
.ds-open > .ds-btn-outline-success-loading.ds-dropdown-toggle.focus,
.ds-open > .ds-btn-outline-success-loading.ds-dropdown-toggle:focus,
.ds-open > .ds-btn-outline-success-loading.ds-dropdown-toggle:hover {
  outline: none;
}

.ds-btn-outline-success-loading .loader {
  color: #00ca72;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-btn-outline-blackish-loading {
  color: #333;
  cursor: default;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #333;
  padding: 0 0.24rem 0 0;
  margin-top: 1px;
}

.ds-btn-outline-blackish-loading.active,
.ds-btn-outline-blackish-loading.active.focus,
.ds-btn-outline-blackish-loading.active:focus,
.ds-btn-outline-blackish-loading.active:hover,
.ds-btn-outline-blackish-loading.focus,
.ds-btn-outline-blackish-loading:active,
.ds-btn-outline-blackish-loading:active.focus,
.ds-btn-outline-blackish-loading:active:focus,
.ds-btn-outline-blackish-loading:active:hover,
.ds-btn-outline-blackish-loading:focus,
.ds-open > .ds-btn-outline-blackish-loading.ds-dropdown-toggle,
.ds-open > .ds-btn-outline-blackish-loading.ds-dropdown-toggle.focus,
.ds-open > .ds-btn-outline-blackish-loading.ds-dropdown-toggle:focus,
.ds-open > .ds-btn-outline-blackish-loading.ds-dropdown-toggle:hover {
  outline: none;
}

.ds-btn-outline-blackish-loading .loader {
  color: #333;
  content: -9999em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: spin_accel 0.8s ease infinite;
}

.ds-text-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.ds-date-navigation-item-component {
  line-height: 36px;
  font-size: 28px;
  outline: none;
  color: #676879;
  color: var(--secondary-text-on-secondary-color);
}
.ds-date-navigation-item-component:hover {
  color: #323338;
  color: var(--primary-text-on-secondary-color);
}
.date-month-year-picker-component-wrapper {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.date-month-year-picker-component-wrapper.is-range {
  top: -16px;
}
.date-month-year-picker-component-wrapper .slide-down-appear {
  opacity: 0;
}
.date-month-year-picker-component-wrapper .slide-down-appear-active {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.date-month-year-picker-component-wrapper .navigation {
  position: absolute;
  top: 25px;
  pointer-events: all;
  cursor: pointer;
}
.date-month-year-picker-component-wrapper .navigation.navigation-left {
  left: 29px;
}
.date-month-year-picker-component-wrapper .navigation.navigation-right {
  right: 29px;
}
.date-month-year-picker-component-wrapper .date-month-year-picker-header {
  padding-top: 16px;
  padding-bottom: 16px;
}
.date-month-year-picker-component-wrapper .date-month-year-picker-options {
  text-align: center;
  background-color: #fff;
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
  position: absolute;
  top: 55px;
  pointer-events: all;
}
.date-month-year-picker-component-wrapper .CalendarYear--blocked {
  color: rgba(103, 104, 121, 0.75);
  color: var(--disabled-text-color);
  cursor: default;
}
.date-picker-header-component {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.date-picker-header-component .date-picker-header-component-button-container {
  margin-left: 4px;
  cursor: pointer;
}
.date-picker-header-component .date-picker-header-component-button-container .date-picker-header-component-button {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: all 0.1s ease;
  color: #323338 !important;
  color: var(--primary-text-on-secondary-color) !important;
}
.date-picker-header-component .date-picker-header-component-button-container .date-picker-header-component-button:hover {
  background-color: #e6e9ef;
  background-color: var(--primary-background-hover-on-secondary-color);
  text-decoration: none;
}
.DayPicker.DayPicker--horizontal .CalendarMonthGrid--animating {
  transition: transform 0.2s step-start;
  z-index: 1;
}
.date-picker-wrapper-component {
  position: relative;
}
.date-picker-wrapper-component.embedded-pulse-card .date-picker-header-component {
  font-size: 14px;
}
.date-picker-wrapper-component.embedded-pulse-card .CalendarDay {
  font-size: 14px;
}
.date-picker-wrapper-component .today-btn-wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker-wrapper-component .today-btn-wrapper .today-btn {
  z-index: 1;
  margin-top: 5px;
  color: #0085ff;
  color: var(--primary-color);
  padding: 0 16px;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  cursor: pointer;
}
.date-picker-wrapper-component .today-btn-wrapper .today-btn:hover {
  color: #323338;
  color: var(--primary-text-on-secondary-color);
  background-color: #e6e9ef;
  background-color: var(--primary-background-hover-on-secondary-color);
}
.date-picker-wrapper-component .DayPicker--horizontal {
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
  border-radius: initial;
  box-shadow: none;
  overflow: hidden;
}
.date-picker-wrapper-component .CalendarMonthGrid {
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
}
.date-picker-wrapper-component .CalendarMonth__caption strong {
  font-size: 18px;
  font-weight: 400;
  color: #323338;
  color: var(--primary-text-on-secondary-color);
}
.date-picker-wrapper-component .DayPickerNavigation--horizontal {
  margin-top: -16px;
}
.date-picker-wrapper-component .DayPickerNavigation__prev,
.date-picker-wrapper-component .DayPickerNavigation__next {
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
  border: none;
  outline: none;
  top: 0px;
}
.date-picker-wrapper-component .DayPickerNavigation__prev.DayPickerNavigation__prev,
.date-picker-wrapper-component .DayPickerNavigation__next.DayPickerNavigation__prev {
  left: 0px;
  padding: 25px 5px 0px 29px;
}
.date-picker-wrapper-component .DayPickerNavigation__prev.DayPickerNavigation__next,
.date-picker-wrapper-component .DayPickerNavigation__next.DayPickerNavigation__next {
  right: 0px;
  padding: 25px 29px 0px 5px;
}
.date-picker-wrapper-component .CalendarMonth--horizontal {
  overflow: hidden;
}
.date-picker-wrapper-component .DayPicker__week-header small {
  font-size: 12px;
  color: #676879;
  color: var(--secondary-text-on-secondary-color);
  font-weight: 300;
  cursor: default;
}
.date-picker-wrapper-component.with-week-number .CalendarDay .CalendarDayWeekNumber {
  color: #b1b1b8bf;
  pointer-events: none;
  visibility: visible;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  font-size: 14px;
  width: 40px;
  height: 37px;
  transform: translateX(-100%);
}
.date-picker-wrapper-component.with-week-number .date-picker-header-component .date-picker-header-component-button-container {
  margin-right: 28px;
}
.date-picker-wrapper-component.with-week-number .CalendarMonth.CalendarMonth--horizontal {
  overflow: initial;
}
.date-picker-wrapper-component.with-week-number .CalendarMonth.CalendarMonth--horizontal[data-visible=true] .js-CalendarMonth__grid tr > td.CalendarDay .CalendarDayWeekNumber {
  display: flex;
}
.date-picker-wrapper-component.with-week-number .CalendarMonth.CalendarMonth--horizontal[data-visible=true] .js-CalendarMonth__grid tr > td.CalendarDay ~ td.CalendarDay .CalendarDayWeekNumber {
  display: none;
}
.date-picker-wrapper-component.with-week-number:not(.with-outside-days) .CalendarDay.CalendarDay--outside {
  visibility: hidden;
}
.date-picker-wrapper-component.with-week-number .DayPicker__week-header:before {
  content: "Wk";
  position: absolute;
  font-size: 12px;
  width: 40px;
  transform: translateX(-100%);
  height: 24px;
  text-align: center;
  line-height: 2.3;
}
.date-picker-wrapper-component.with-week-number.range-picker-mode {
  overflow: hidden;
  padding: 0 24px 0 38px;
}
.date-picker-wrapper-component.with-week-number.range-picker-mode .DayPicker.DayPicker--horizontal {
  overflow: initial;
}
.date-picker-wrapper-component.with-week-number.range-picker-mode .DayPicker.DayPicker--horizontal .transition-container--horizontal {
  overflow: initial;
}
.date-picker-wrapper-component.with-week-number.range-picker-mode .CalendarMonth.CalendarMonth--horizontal {
  padding: 0;
}
.date-picker-wrapper-component.with-week-number.range-picker-mode .CalendarMonth.CalendarMonth--horizontal[data-visible=true]:not(:last-child) {
  margin-right: 36px;
}
.date-picker-wrapper-component.with-week-number.range-picker-mode .CalendarMonth.CalendarMonth--horizontal:not(:first-child) {
  margin-left: 13px;
}
.date-picker-wrapper-component.with-week-number.range-picker-mode .DayPicker__week-header:not(:first-child) {
  margin-left: 36px;
  padding: 0;
}
.date-picker-wrapper-component.with-week-number:not(.range-picker-mode) {
  padding: 0 4px 0 8px;
}
.date-picker-wrapper-component.with-week-number:not(.range-picker-mode) .DayPicker.DayPicker--horizontal {
  margin: 4px;
}
.date-picker-wrapper-component.with-week-number:not(.range-picker-mode) .CalendarMonth.CalendarMonth--horizontal[data-visible=true] {
  margin-left: 17px;
}
.date-picker-wrapper-component.with-week-number:not(.range-picker-mode) .DayPicker__week-header {
  margin-left: 30px;
  padding: 0;
}
.date-picker-wrapper-component .CalendarDay {
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #323338;
  color: var(--primary-text-on-secondary-color);
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--today {
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--today .CalendarDay__button {
  border: 1px solid;
  border-color: #0085ff;
  border-color: var(--primary-color);
}
.date-picker-wrapper-component .CalendarDay:hover .CalendarDay__button {
  background-color: #e6e9ef;
  background-color: var(--primary-background-hover-on-secondary-color);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected .CalendarDay__button, .date-picker-wrapper-component .CalendarDay.CalendarDay--selected-start .CalendarDay__button, .date-picker-wrapper-component .CalendarDay.CalendarDay--selected-end .CalendarDay__button {
  background-color: #0085ff;
  background-color: var(--primary-color);
  color: #ffffff;
  color: var(--text-color-on-primary);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected .CalendarDay__button:focus, .date-picker-wrapper-component .CalendarDay.CalendarDay--selected-start .CalendarDay__button:focus, .date-picker-wrapper-component .CalendarDay.CalendarDay--selected-end .CalendarDay__button:focus {
  color: #323338;
  color: var(--primary-text-on-secondary-color);
  border: 1px solid;
  border-color: #e5f4ff;
  border-color: var(--primary-selected-on-secondary-color);
  background-color: #e6e9ef;
  background-color: var(--primary-background-hover-on-secondary-color);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected-start, .date-picker-wrapper-component .CalendarDay.CalendarDay--selected-end {
  border-radius: 50%;
  background-color: #e5f4ff;
  background-color: var(--primary-selected-on-secondary-color);
  position: relative;
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected-start::before, .date-picker-wrapper-component .CalendarDay.CalendarDay--selected-end::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected-start:not(.CalendarDay--selected-end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected-start:not(.CalendarDay--selected-end) .CalendarDay__button {
  width: calc(100% - 1px);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected-end:not(.CalendarDay--selected-start) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--selected-end:not(.CalendarDay--selected-start) .CalendarDay__button {
  width: 100%;
}
.date-picker-wrapper-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button {
  background-color: #e5f4ff;
  background-color: var(--primary-selected-on-secondary-color);
  color: #323338;
  color: var(--primary-text-on-secondary-color);
  width: 100%;
  border-radius: 0;
}
.date-picker-wrapper-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button:hover, .date-picker-wrapper-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button:focus {
  background-color: #e6e9ef;
  background-color: var(--primary-background-hover-on-secondary-color);
}
.date-picker-wrapper-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--hovered-span .CalendarDay__button {
  border-radius: 0;
  background-color: #e6e9ef;
  background-color: var(--primary-background-hover-on-secondary-color);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--blocked .CalendarDay__button {
  color: #323338;
  color: var(--primary-text-on-secondary-color);
  opacity: 0.2;
  pointer-events: none;
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
}
.date-picker-wrapper-component .CalendarDay.CalendarDay--blocked.CalendarDay--selected-start .CalendarDay__button, .date-picker-wrapper-component .CalendarDay.CalendarDay--blocked.CalendarDay--selected-end .CalendarDay__button {
  background-color: #0085ff;
  background-color: var(--primary-color);
}
.date-picker-wrapper-component .CalendarDay .CalendarDay__button {
  border-radius: 50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.date-picker-wrapper-component.milestone-date .CalendarDay.CalendarDay--selected-start::before, .date-picker-wrapper-component.milestone-date .CalendarDay.CalendarDay--selected-end::before {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  top: 4px;
  left: 6px;
  background-color: #0085ff;
  background-color: var(--primary-color);
}
.date-picker-wrapper-component.milestone-date .CalendarDay.CalendarDay--selected-start .CalendarDay__button, .date-picker-wrapper-component.milestone-date .CalendarDay.CalendarDay--selected-end .CalendarDay__button {
  background-color: transparent;
}
.date-picker-wrapper-component.milestone-date .CalendarDay.CalendarDay--today .CalendarDay__button {
  border: none;
}
.date-picker-wrapper-component.milestone-date .CalendarDay.CalendarDay--selected-start, .date-picker-wrapper-component.milestone-date .CalendarDay.CalendarDay--selected-end {
  background-color: transparent;
}
.date-picker-wrapper-component.milestone-date .CalendarDay:hover:not(.CalendarDay--selected-start) .CalendarDay__button, .date-picker-wrapper-component.milestone-date .CalendarDay:hover:not(.CalendarDay--selected-end) .CalendarDay__button, .date-picker-wrapper-component.milestone-date .CalendarDay:active:not(.CalendarDay--selected-start) .CalendarDay__button, .date-picker-wrapper-component.milestone-date .CalendarDay:active:not(.CalendarDay--selected-end) .CalendarDay__button, .date-picker-wrapper-component.milestone-date .CalendarDay:focus:not(.CalendarDay--selected-start) .CalendarDay__button, .date-picker-wrapper-component.milestone-date .CalendarDay:focus:not(.CalendarDay--selected-end) .CalendarDay__button {
  background-color: transparent;
}
.date-picker-wrapper-component.milestone-date .CalendarDay:hover:not(.CalendarDay--selected-start)::before, .date-picker-wrapper-component.milestone-date .CalendarDay:hover:not(.CalendarDay--selected-end)::before, .date-picker-wrapper-component.milestone-date .CalendarDay:active:not(.CalendarDay--selected-start)::before, .date-picker-wrapper-component.milestone-date .CalendarDay:active:not(.CalendarDay--selected-end)::before, .date-picker-wrapper-component.milestone-date .CalendarDay:focus:not(.CalendarDay--selected-start)::before, .date-picker-wrapper-component.milestone-date .CalendarDay:focus:not(.CalendarDay--selected-end)::before {
  content: "";
  transform: rotate(45deg);
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  margin-left: 5px;
  margin-top: 4px;
  background-color: #f5f6f8;
  background-color: var(--dark-background-on-secondary-color);
}
.date-picker-wrapper-component.range-single-date-selected .CalendarDay--selected-start:not(.CalendarDay--selected-end) .CalendarDay__button {
  border-radius: 50%;
  width: calc(100% - 2px);
}
.date-picker-wrapper-component.hide-outside-range .CalendarDay--blocked-out-of-range,
.date-picker-wrapper-component.hide-outside-range .CalendarDay--outside:last-child {
  display: none;
}
.date-picker-wrapper-component .CalendarDay--outside:last-child .CalendarDay__button {
  color: #323338;
  color: var(--primary-text-on-secondary-color);
  opacity: 0.2;
  pointer-events: none;
  background-color: #ffffff;
  background-color: var(--dialog-background-color);
}

.date-picker-dialog-content-with-keyboard-navigation-component .ds-date-picker-content .milestone-date .CalendarDay:not(.CalendarDay--selected):not(.CalendarDay--selected-end):not(.CalendarDay--selected-start) button:focus {
  background-color: transparent;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

.Select input::-ms-clear {
  display: none !important;
}

.Select input::-ms-reveal {
  display: none !important;
}

.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}

.Select.is-focused > .Select-control {
  background: #fff;
}

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.Select-clear-zone {
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #D0021B;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.Select-control > *:last-child {
  padding-right: 5px;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
.form-content-component .date-form-input-component {
  display: flex;
  align-items: center;
  position: relative;
}
.form-content-component .date-form-input-component .Select:not(:last-child) {
  margin-right: 4px;
}
.form-content-component .date-form-input-component .Select-control {
  width: 80px;
  border-radius: 0;
}
@media (max-width: 500px) {
  .form-content-component .date-form-input-component .Select-control {
    width: 70px;
  }
}
.form-content-component .date-form-input-component .date-form-input-month .Select-control {
  border-radius: 2px 0 0 2px;
}
.form-content-component .date-form-input-component .date-form-input-day.is-disabled .Select-control {
  border-left: solid 1px white;
  border-right: solid 1px white;
}
.form-content-component .date-form-input-component .date-form-input-day .Select-control {
  border-radius: 0;
}
.form-content-component .date-form-input-component .date-form-input-year .Select-control {
  border-radius: 0 2px 2px 0;
}
.form-content-component .date-form-input-component .date-icon-wrapper {
  margin-left: 8px;
  position: relative;
  display: flex;
  cursor: pointer;
}
.form-content-component .date-form-input-component .date-picker-wrapper {
  z-index: 2;
  position: absolute;
  background: #ffffff;
  top: 40px;
  left: 0;
}
.form-content-component .date-form-input-component .date-picker-wrapper .date-picker-wrapper-component {
  position: relative;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.166242);
  border-radius: 8px;
}
.form-content-component .form-select-input {
  font-size: 14px;
  font-weight: 300;
}
.form-content-component .form-select-input .is-disabled .Select-control {
  border: none;
  background-color: #f7f7f7;
}
.form-content-component .form-select-input .is-disabled .Select-control .Select-placeholder {
  color: #808080;
}
.form-content-component .form-select-input .is-focused .Select-control {
  box-shadow: none;
  border-color: #0085FF;
}
.form-content-component .form-select-input .Select-menu-outer {
  border: none;
  margin-top: 0;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.form-content-component .form-select-input .Select-control {
  cursor: pointer;
  height: 40px;
  border-radius: 2px;
}
.form-content-component .form-select-input .Select-control .Select-placeholder {
  line-height: 38px;
}
.form-content-component .form-select-input .Select-control .Select-value {
  line-height: 38px !important;
}
.form-content-component .form-select-input .Select-control .Select-value .Select-value-label {
  line-height: 38px;
}
.form-content-component .form-select-input .Select-control .Select-input {
  height: 38px;
}
.form-content-component .form-select-input .Select-control .Select-input input {
  padding: 11px 0 12px;
  font-weight: 300;
}
.form-content-component .form-select-input .Select-control .Select-arrow-zone:hover .Select-arrow {
  border-color: #0085FF;
}
.form-content-component .form-select-input .Select-control .Select-arrow-zone .Select-arrow {
  border-width: 1px 1px 0 0;
  width: 9px;
  height: 9px;
  border-color: #333333;
  transform: rotate(135deg);
  top: -2px;
}
.form-content-component .form-select-input .Select-option {
  min-height: 32px;
}
.form-content-component .form-select-input .Select-option.is-selected {
  background-color: white;
}
.form-content-component .form-select-input .Select-option.is-focused {
  background-color: #0085FF;
  color: white;
}
.form-content-component .status-form-input-component {
  width: 100%;
}
@media (min-width: 500px) {
  .form-content-component .status-form-input-component {
    width: 50%;
    margin-right: 50%;
  }
}
.form-content-component .number-form-input::-webkit-inner-spin-button,
.form-content-component .number-form-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-content-component .number-form-input {
  -moz-appearance: textfield;
}
@media (min-width: 500px) {
  .form-content-component .number-form-input {
    width: 50%;
  }
}
.form-content-component .boolean-form-input-component {
  height: 22px;
}
.form-content-component .boolean-form-input-component .form-checkbox-component.disabled .form-checkbox-input-placeholder {
  border: none;
  background-color: #f7f7f7;
  cursor: auto;
}
.form-checkbox-component label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 23px;
  width: 75%;
}
.form-checkbox-component label .form-checkbox-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-checkbox-component label .form-checkbox-input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}
.form-checkbox-component label:hover .form-checkbox-input-placeholder {
  border-color: #0085ff;
  border-color: var(--primary-color);
}
.form-checkbox-component label input:checked ~ .form-checkbox-input-placeholder,
.form-checkbox-component label input:focus ~ .form-checkbox-input-placeholder,
.form-checkbox-component label input:focus:checked ~ .form-checkbox-input-placeholder {
  background-color: #ffffff;
  border-color: #0085ff;
  border-color: var(--primary-color);
}
.form-checkbox-component label:hover input:checked ~ .form-checkbox-input-placeholder {
  background-color: rgba(0, 161, 230, 0.16);
}
.form-checkbox-component label .form-checkbox-input-placeholder:after {
  content: "";
  position: absolute;
  display: none;
}
.form-checkbox-component label input:checked ~ .form-checkbox-input-placeholder:after {
  display: block;
}
.form-checkbox-component label input:disabled ~ .form-checkbox-input-placeholder {
  background-color: #f1f1f1;
  border-color: #c4c4c4;
}
.form-checkbox-component label .form-checkbox-input-placeholder:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid;
  border-color: #0085ff;
  border-color: var(--primary-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-content-component .rating-form-input-component {
  height: 24px;
  display: inline-block;
  padding-right: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.form-content-component .rating-form-input-component .rating-form-icon {
  color: #c4c4c4;
  padding-right: 2px;
  padding-left: 2px;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.form-content-component .rating-form-input-component .rating-form-icon:focus {
  outline: none;
}
.form-content-component .rating-form-input-component .rating-form-icon:focus ~ .rating-form-icon {
  opacity: 0.6;
}
.form-content-component .rating-form-input-component .rating-form-icon.enabled {
  cursor: pointer;
}
.form-content-component .rating-form-input-component .rating-form-icon.enabled:hover ~ .enabled {
  opacity: 0.6;
}
.form-content-component .rating-form-input-component .form-rating-close-button {
  display: none;
  position: absolute;
  right: 5px;
}
@media (max-width: 500px) {
  .form-content-component .rating-form-input-component .form-rating-close-button {
    display: flex;
  }
}
.form-content-component .rating-form-input-component:hover .form-rating-close-button {
  display: flex;
}
.file-form-input-component {
  font-weight: 300;
  margin-right: 8px;
  display: block;
  align-items: center;
  max-width: calc(100% - 66px);
}
@media (max-width: 600px) {
  .file-form-input-component {
    max-width: 100%;
    height: 48px;
  }
}
.file-form-input-component .infinite-bar-loader-container {
  width: 240px;
}
.file-form-input-component .file-form-answers {
  flex-grow: 1;
  max-height: 76px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 16px;
}
.file-form-input-component .file-form-answers::-webkit-scrollbar {
  width: 0px;
}
.file-form-input-component .file-form-answers::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}
.file-form-input-component .file-form-answers:hover::-webkit-scrollbar {
  width: 8px;
}
.file-form-input-component .file-form-answers.disable-scroll {
  overflow: hidden;
}

.display-none {
  display: none;
}
.file-picker-component {
  color: #0085ff;
  color: var(--primary-color);
  cursor: pointer;
  display: inline-block;
}
.file-picker-component:hover {
  color: #61caf7;
}
.file-picker-component.disabled {
  cursor: auto;
  color: #808080;
}
.file-picker-component .file-hidden-input {
  display: none;
}
.file-picker-component .icon-dapulse-attachment {
  margin-right: 4px;
}
.file-form-input-error-component {
  color: #e44258;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.file-form-input-error-component .icon-dapulse-error {
  font-size: 1.2em;
  margin-right: 8px;
}
.file-form-input-error-component .retry {
  color: #0085FF;
  margin-left: 4px;
  text-decoration: underline;
  cursor: pointer;
}
.file-form-input-error-component .icon-dapulse-close {
  margin-left: 8px;
}
.file-name-with-ellipsis-component {
  display: inline-flex;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.file-name-with-ellipsis-component .file-name-without-extension {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.file-name-with-ellipsis-component .file-extension {
  flex-shrink: 0;
}
.form-content-component .uploaded-file-component {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 8px;
}
.form-content-component .uploaded-file-component .file-view-list-item-thumbnail-component {
  flex-shrink: 0;
  margin-right: 4px;
}
.form-content-component .uploaded-file-component .file-name-with-ellipsis-component {
  margin-right: 8px;
}
.form-content-component .uploaded-file-component .icon-dapulse-filetype-plain {
  font-size: 36px;
  margin-right: 8px;
}
.file-view-list-item-thumbnail-component {
  height: 25px;
  width: 25px;
  margin-right: 16px;
}
.file-view-list-item-thumbnail-component .file-preview {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.file-view-list-item-thumbnail-component .file-preview .file-type-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.file-view-list-item-thumbnail-component .file-preview .file-type-icon.light-theme, .light-theme .file-view-list-item-thumbnail-component .file-preview .file-type-icon {
  color: #1c1f3b;
}
.file-view-list-item-thumbnail-component .file-preview .file-type-icon.dark-theme, .dark-theme .file-view-list-item-thumbnail-component .file-preview .file-type-icon {
  color: #ffffff;
}
.file-view-list-item-thumbnail-component .file-preview .file-type-icon.dark_overview-theme, .dark_overview-theme .file-view-list-item-thumbnail-component .file-preview .file-type-icon {
  color: #ffffff;
}
.file-view-list-item-thumbnail-component .file-preview .file-type-icon.icon-without-background {
  font-size: 20px;
}
.country-code-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  box-sizing: content-box;
  width: 76px;
}
.country-code-option .country-flag-with-fallback {
  flex-shrink: 0;
  height: 24px;
  width: 32px;
  margin-right: 4px;
  box-shadow: 0 0 4px 0 rgba(128, 128, 128, 0.4);
}
.country-code-option .country-flag-with-fallback img {
  max-width: 100%;
  max-height: 100%;
}
.country-code-option .country-flag-with-fallback .country-flag-fallback {
  text-align: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  line-height: 24px;
}
.country-code-option .prefix {
  text-align: right;
  font-size: 12px;
  justify-self: flex-end;
}
.countries-dropdown {
  width: 116px;
}
.countries-dropdown .Select-input input {
  max-width: 46px;
}
.countries-dropdown .Select-option {
  box-sizing: content-box;
}
.phone-form-input-component {
  width: 100%;
}
.phone-form-input-component .phone-form-input-container {
  display: flex;
}
.phone-form-input-component .phone-form-input-container .form-input {
  max-width: 160px;
  flex-shrink: 1;
  min-width: 0;
}
.phone-form-input-component .phone-form-input-container .form-input:-ms-input-placeholder {
  color: #a1a1a1;
}
.phone-form-input-component .phone-form-input-container .form-input::-ms-input-placeholder {
  color: #a1a1a1;
}
.phone-form-input-component .phone-form-input-container .form-input::placeholder {
  color: #a1a1a1;
}
.phone-form-input-component .phone-form-input-container .countries-dropdown {
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .phone-form-input-component .phone-form-input-container .countries-dropdown {
    margin-right: 4px;
    width: 92px;
  }
  .phone-form-input-component .phone-form-input-container .countries-dropdown .Select-value .country-code-option .prefix {
    display: none;
  }
}
.phone-form-input-component.invalid {
  position: relative;
}
.phone-form-input-component.invalid .form-input:not(:focus),
.phone-form-input-component.invalid .countries-dropdown:not(.is-focused) .Select-control {
  border: 1px solid #f74875;
}
.phone-form-input-component.invalid .invalid-phone-message {
  color: #f74875;
  font-size: 12px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.form-content-component .email-form-input {
  width: 100%;
}
.form-content-component .email-form-input :focus {
  outline-color: transparent;
  outline-style: none;
}

.form-input-component.invalid {
  position: relative;
}
.form-input-component.invalid .form-input:not(:focus),
.form-input-component.invalid .countries-dropdown:not(.is-focused) .Select-control {
  border: 1px solid #f74875;
}
.form-input-component.invalid .invalid-email-message {
  color: #f74875;
  font-size: 12px;
  margin-top: 2px;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.form-content-component .dropdown-form-input-component {
  cursor: pointer;
  width: 100%;
}
@media (min-width: 500px) {
  .form-content-component .dropdown-form-input-component {
    width: 50%;
    margin-right: 50%;
  }
}
.form-content-component .dropdown-form-input-component .Select--multi .Select-value {
  margin: 6px;
  line-height: 20px !important;
  border-radius: 16px;
  border: none;
  padding: 1px 4px;
  color: #0085FF;
}
.form-content-component .dropdown-form-input-component .Select--multi .Select-value-icon {
  border: none !important;
}

.dropdown-form-input-component .Select-value-label {
  line-height: 20px !important;
}
.forms-layout,
.timeline-form-input-component {
  position: relative;
  width: 100%;
}
.forms-layout .DayPicker--horizontal,
.timeline-form-input-component .DayPicker--horizontal {
  overflow: hidden;
}
.forms-layout .CalendarMonth__caption strong,
.timeline-form-input-component .CalendarMonth__caption strong {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.forms-layout .DayPickerNavigation--horizontal,
.timeline-form-input-component .DayPickerNavigation--horizontal {
  margin-top: -16px;
}
.forms-layout .DayPickerNavigation__prev,
.forms-layout .DayPickerNavigation__next,
.timeline-form-input-component .DayPickerNavigation__prev,
.timeline-form-input-component .DayPickerNavigation__next {
  background: #ffffff;
  border: none;
  outline: none;
  top: 0;
}
.forms-layout .DayPickerNavigation__prev.DayPickerNavigation__prev,
.forms-layout .DayPickerNavigation__next.DayPickerNavigation__prev,
.timeline-form-input-component .DayPickerNavigation__prev.DayPickerNavigation__prev,
.timeline-form-input-component .DayPickerNavigation__next.DayPickerNavigation__prev {
  left: 0;
  padding: 5px;
  margin: 20px 0 -5px 24px;
}
.forms-layout .DayPickerNavigation__prev.DayPickerNavigation__next,
.forms-layout .DayPickerNavigation__next.DayPickerNavigation__next,
.timeline-form-input-component .DayPickerNavigation__prev.DayPickerNavigation__next,
.timeline-form-input-component .DayPickerNavigation__next.DayPickerNavigation__next {
  right: 0;
  padding: 5px;
  margin: 20px 24px -5px 0;
}
.forms-layout .CalendarMonth--horizontal,
.timeline-form-input-component .CalendarMonth--horizontal {
  overflow: hidden;
}
.forms-layout .DayPicker__week-header small,
.timeline-form-input-component .DayPicker__week-header small {
  font-size: 12px;
  color: #808080;
  font-weight: 300;
  cursor: default;
}
.forms-layout .CalendarDay,
.timeline-form-input-component .CalendarDay {
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  background-color: #ffffff;
}
.forms-layout .CalendarDay:hover .CalendarDay__button,
.timeline-form-input-component .CalendarDay:hover .CalendarDay__button {
  background-color: #f1f1f1;
}
.forms-layout .CalendarDay.CalendarDay--selected .CalendarDay__button, .forms-layout .CalendarDay.CalendarDay--selected-start .CalendarDay__button, .forms-layout .CalendarDay.CalendarDay--selected-end .CalendarDay__button,
.timeline-form-input-component .CalendarDay.CalendarDay--selected .CalendarDay__button,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-start .CalendarDay__button,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-end .CalendarDay__button {
  background-color: #0085FF;
  color: #ffffff;
}
.forms-layout .CalendarDay.CalendarDay--selected .CalendarDay__button:focus, .forms-layout .CalendarDay.CalendarDay--selected-start .CalendarDay__button:focus, .forms-layout .CalendarDay.CalendarDay--selected-end .CalendarDay__button:focus,
.timeline-form-input-component .CalendarDay.CalendarDay--selected .CalendarDay__button:focus,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-start .CalendarDay__button:focus,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-end .CalendarDay__button:focus {
  background-color: #80c2ff;
}
.forms-layout .CalendarDay.CalendarDay--selected-start, .forms-layout .CalendarDay.CalendarDay--selected-end,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-start,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-end {
  border-radius: 50%;
  background-color: #e5f4ff;
  position: relative;
}
.forms-layout .CalendarDay.CalendarDay--selected-start::before, .forms-layout .CalendarDay.CalendarDay--selected-end::before,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-start::before,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-end::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #ffffff;
}
.forms-layout .CalendarDay.CalendarDay--selected-start:not(.CalendarDay--selected-end),
.timeline-form-input-component .CalendarDay.CalendarDay--selected-start:not(.CalendarDay--selected-end) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.forms-layout .CalendarDay.CalendarDay--selected-start:not(.CalendarDay--selected-end) .CalendarDay__button,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-start:not(.CalendarDay--selected-end) .CalendarDay__button {
  width: calc(100% - 1px);
}
.forms-layout .CalendarDay.CalendarDay--selected-end:not(.CalendarDay--selected-start),
.timeline-form-input-component .CalendarDay.CalendarDay--selected-end:not(.CalendarDay--selected-start) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.forms-layout .CalendarDay.CalendarDay--selected-end:not(.CalendarDay--selected-start) .CalendarDay__button,
.timeline-form-input-component .CalendarDay.CalendarDay--selected-end:not(.CalendarDay--selected-start) .CalendarDay__button {
  width: 100%;
}
.forms-layout .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button,
.timeline-form-input-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button {
  background-color: #e5f4ff;
  color: #333333;
  width: 100%;
  border-radius: 0;
}
.forms-layout .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button:hover, .forms-layout .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button:focus,
.timeline-form-input-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button:hover,
.timeline-form-input-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--selected-span .CalendarDay__button:focus {
  background-color: #b2deff;
}
.forms-layout .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--hovered-span .CalendarDay__button,
.timeline-form-input-component .CalendarDay:not(.CalendarDay--selected-end):not(.CalendarDay--selected-start).CalendarDay--hovered-span .CalendarDay__button {
  border-radius: 0;
  background-color: #f1f1f1;
}
.forms-layout .CalendarDay .CalendarDay__button,
.timeline-form-input-component .CalendarDay .CalendarDay__button {
  border-radius: 50%;
  outline: none;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.forms-layout .DateRangePicker,
.timeline-form-input-component .DateRangePicker {
  width: 100%;
}
.forms-layout .DateRangePicker .DateRangePickerInput,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput {
  display: flex;
  outline: none;
  border: 0;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput {
  cursor: pointer;
  flex: 1;
  font-family: "system-ui", "Roboto", sans-serif;
  border: 1px solid #c4c4c4;
  line-height: normal;
  font-size: 14px;
  width: initial;
  padding: 12px;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput::before, .forms-layout .DateRangePicker .DateRangePickerInput .DateInput::after,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput::before,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput::after {
  display: none;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput:last-child,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput:last-child {
  margin-left: -1px;
  z-index: 0;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput.DateInput--with-caret,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput.DateInput--with-caret {
  z-index: 1;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput:first-child:not(.DateInput--with-caret),
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput:first-child:not(.DateInput--with-caret) {
  border-right: 0 transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput.DateInput--with-caret.DateInput--open-down,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput.DateInput--with-caret.DateInput--open-down {
  border-color: #009aff;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput .DateInput__input,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput .DateInput__input {
  cursor: pointer;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput .DateInput__input,
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput .DateInput__input,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text {
  padding: 0;
  background-color: initial;
  font-weight: 300;
  color: #aaa;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text {
  height: 14px;
  display: flex;
  align-items: center;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text.DateInput__display-text--has-input,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput .DateInput__display-text.DateInput__display-text--has-input {
  color: #333333;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput.DateInput--disabled,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput.DateInput--disabled {
  font-family: inherit;
  background-color: #f7f7f7;
  border-width: 0;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput.DateInput--disabled:last-child,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput.DateInput--disabled:last-child {
  border-left: 1px ridge;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput.DateInput--disabled .DateInput__display-text.DateInput__display-text--disabled,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput.DateInput--disabled .DateInput__display-text.DateInput__display-text--disabled {
  font-style: normal;
  color: #808080;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateInput.DateInput--with-caret ~ .DateInput,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateInput.DateInput--with-caret ~ .DateInput {
  border-left: 0 transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.forms-layout .DateRangePicker .DateRangePickerInput .DateRangePickerInput__arrow,
.timeline-form-input-component .DateRangePicker .DateRangePickerInput .DateRangePickerInput__arrow {
  display: none;
}
.forms-layout .DateRangePicker .DateRangePicker__picker,
.timeline-form-input-component .DateRangePicker .DateRangePicker__picker {
  margin-bottom: 20px;
}
.forms-layout .DateRangePicker .DateRangePicker__picker .DayPicker,
.timeline-form-input-component .DateRangePicker .DateRangePicker__picker .DayPicker {
  padding: 20px 21px 13px 0;
}
.forms-layout .DateRangePicker__picker.DateRangePicker__picker--open-down.DateRangePicker__picker--portal,
.timeline-form-input-component .DateRangePicker__picker.DateRangePicker__picker--open-down.DateRangePicker__picker--portal {
  left: 0 !important;
}
.form-content-component .country-form-input-component {
  width: 100%;
}
@media (min-width: 500px) {
  .form-content-component .country-form-input-component {
    width: 50%;
    margin-right: 50%;
  }
}
.form-content-component .location-form-input-component {
  width: 100%;
}
@media (min-width: 500px) {
  .form-content-component .location-form-input-component {
    width: 50%;
    margin-right: 50%;
  }
}
.form-content-component .update-form-input {
  height: auto;
  resize: none;
}
.form-content-component .form-question-mandatory {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  height: 0;
  top: 2px;
}
.form-content-component .form-question-mandatory.form-question-mandatory-short {
  width: 50%;
}
@media (max-width: 500px) {
  .form-content-component .form-question-mandatory.form-question-mandatory-short {
    width: 100%;
  }
}
.form-content-component .form-question-mandatory.form-question-mandatory-date {
  width: 240px;
}
@media (max-width: 500px) {
  .form-content-component .form-question-mandatory.form-question-mandatory-date {
    width: 210px;
  }
}
.form-content-component .form-question-mandatory.form-question-mandatory-phone {
  width: 284px;
}
@media (max-width: 500px) {
  .form-content-component .form-question-mandatory.form-question-mandatory-phone {
    width: 256px;
  }
}
.form-content-component .form-question-mandatory.form-question-mandatory-inline {
  display: inline-flex;
  width: auto;
  height: auto;
  top: 0;
}
.form-content-component .form-question-mandatory .form-question-mandatory-text {
  font-size: 12px;
  color: #c4c4c4;
  font-weight: 300;
  font-style: italic;
}
.form-content-component .form-question-mandatory .form-question-mandatory-text .form-question-mandatory-mark {
  font-weight: 900;
  position: relative;
  top: 2px;
}
.form-content-component .form-question-mandatory .form-question-mandatory-text.form-question-missing-answer {
  color: #e44258;
}
.form-content-component .form-question {
  padding-top: 16px;
  padding-bottom: 24px;
  font-size: 16px;
  -webkit-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.form-content-component .form-question:focus {
  outline: none;
}
.form-content-component .form-question.form-survey-mode {
  width: 70%;
  margin-left: auto;
  position: relative;
  margin-right: auto;
}
.form-content-component .form-question .form-question-title {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 20px;
}
.form-content-component .form-question .form-question-description {
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 20px;
}
.form-content-component .form-question .form-question-answer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-embedded-footer-component {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  .form-embedded-footer-component {
    flex-direction: column;
  }
  .form-embedded-footer-component .form-embedded-footer-content {
    margin-bottom: 16px;
  }
}
.form-embedded-footer-component .title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.scroll-style::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}
.scroll-style::-webkit-scrollbar-track {
  border-radius: 10px;
}
.scroll-style::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

.form-wrapper-component {
  width: 100%;
  overflow: auto;
  height: 100%;
  background: #575c96;
}
.form-wrapper-component .form-wrapper-empty-header {
  height: 60px;
}
@media (max-width: 500px) {
  .form-wrapper-component .form-wrapper-empty-header {
    height: 24px;
  }
}
.form-wrapper-component .form-wrapper-header {
  height: 60px;
}
.form-wrapper-component .form-wrapper-header-color {
  height: 250px;
}
.form-wrapper-component .form-wrapper-header-color .form-wrapper-header-content {
  width: 70%;
  max-width: 680px;
  margin: auto;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .form-wrapper-component .form-wrapper-header-color .form-wrapper-header-content {
    width: 90%;
  }
}
.form-wrapper-component.with-footer .form-content-component {
  margin-bottom: 16px;
}
.form-wrapper-component .form-content-component {
  box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
  width: 70%;
  max-width: 680px;
  margin: auto;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0 40px 0;
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .form-wrapper-component .form-content-component {
    width: 90%;
  }
}
.form-wrapper-component .form-footer-wrapper {
  width: 70%;
  max-width: 680px;
  margin: auto;
}
@media (max-width: 500px) {
  .form-wrapper-component .form-footer-wrapper {
    width: 90%;
  }
}
.form-wrapper-component.form-survey-mode .form-content-component {
  margin-bottom: 24px;
  max-height: calc(100% - 24px * 2 - 16px);
  position: relative;
  padding: 16px 0 0 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-wrapper-component.form-survey-mode .form-content-component {
    height: calc(100% - 24px * 2 - 16px);
  }
}
.form-wrapper-component.form-survey-mode .form-wrapper-empty-header {
  height: 24px;
}
.form-content-component .form-submit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-content-component .form-submit-wrapper .form-submit-btn {
  margin-top: 40px;
  background-color: #0085FF;
  color: white;
  cursor: pointer;
  padding: 0 32px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
}
.form-content-component .form-submit-wrapper .form-submit-btn.form-survey-mode {
  margin-top: 0px;
}
.form-content-component .form-submit-wrapper .form-submit-btn:focus, .form-content-component .form-submit-wrapper .form-submit-btn:hover {
  outline: none;
  background-color: #0083d9;
}
.form-content-component .form-submit-wrapper .form-submit-btn:active {
  outline: none;
  background-color: #0083d9;
  padding: 0 26px;
}
.form-content-component .form-submit-wrapper .form-submit-btn.disabled {
  background-color: #f1f1f1;
  color: #c4c4c4;
  cursor: auto;
}
.form-content-component .form-submit-wrapper .form-submit-btn.loading {
  cursor: default;
  padding: 0 38px;
}
.form-content-component .form-submit-wrapper .form-submit-btn.loading .loader {
  animation: spin_accel 0.8s infinite ease;
  font-size: 0.677rem;
  min-width: 0.677rem;
  height: 0.677rem;
  margin: 0.677rem;
}

@keyframes spin_accel {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 65% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
.form-powered-by-monday-component-wrapper {
  text-decoration: none;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-powered-by-monday-component-wrapper.form-survey-mode {
  margin-top: 36px;
  margin-bottom: 16px;
}
.form-powered-by-monday-component-wrapper:focus {
  outline: none;
}
.form-powered-by-monday-component-wrapper .form-powered-by-monday-component {
  font-size: 12px;
  color: #c4c4c4;
  display: flex;
  font-weight: 300;
  line-height: 20px;
}
.form-powered-by-monday-component-wrapper .form-powered-by-monday-component .monday-logo-img {
  margin-left: 4px;
  height: 20px;
}
.form-submit-success-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}
.form-submit-success-component .form-submit-success-title {
  font-size: 40px;
  font-weight: 500;
}
.form-submit-success-component .form-submit-success-img {
  margin: 24px 0;
}
.form-submit-success-component .form-submit-success-msg {
  font-weight: 300;
}
.form-submit-success-component .form-submit-again {
  cursor: pointer;
  font-size: 14px;
  color: #0085FF;
  margin-top: 16px;
}
.form-content-component .submit-error {
  background-color: #f7f7f7;
  padding: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-content-component .submit-error .submit-error-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.form-content-component .submit-error .submit-error-text {
  font-weight: 300;
  font-size: 14px;
  color: #e44258;
}
.form-content-component .submit-error .submit-error-text .submit-error-required {
  font-style: italic;
}
.form-survey-footer-component {
  box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.214379);
  width: 100%;
  line-height: 56px;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-survey-footer-component.no-mandatory {
  justify-content: center;
}
@media (max-width: 320px), (max-width: 360px), (max-width: 375px), (max-width: 411px), (max-width: 414px), (max-width: 650px) {
  .form-survey-footer-component {
    flex-direction: column;
    line-height: 14px;
    justify-content: center;
  }
}
.form-survey-footer-component .answers-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 24px;
}
@media (max-width: 320px), (max-width: 360px), (max-width: 375px), (max-width: 411px), (max-width: 414px), (max-width: 650px) {
  .form-survey-footer-component .answers-container {
    padding-left: 0px;
  }
}
.form-survey-footer-component .required-container {
  margin-left: auto;
  padding-right: 24px;
}
@media (max-width: 320px), (max-width: 360px), (max-width: 375px), (max-width: 411px), (max-width: 414px), (max-width: 650px) {
  .form-survey-footer-component .required-container {
    padding-right: 0px;
    margin-left: 0px;
  }
}
.form-survey-footer-component .battery-container {
  height: 8px;
  border-radius: 8px;
  border: 2px solid #0085FF;
  width: 152px;
  margin: 8px;
}
.form-survey-footer-component .battery-animation {
  transition: all 0.2s ease-in-out;
}
.form-survey-footer-component .battery {
  float: left;
  height: 100%;
  background-color: #0085FF;
}
.form-wrapper-component .form-logo-component {
  height: 36px;
}
.form-wrapper-component .form-logo-component .form-logo-img {
  height: 36px;
}
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #333333;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden;
  height: 100%;
}

#forms-component {
  height: 100%;
}

.form-content-component .form-submit-error-component-wrapper {
  margin-bottom: 32px;
  width: 70%;
}
.form-content-component .form-titles {
  margin-bottom: 16px;
  margin-top: 16px;
}
.form-content-component .form-titles .form-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 8px;
}
.form-content-component .form-titles .form-title.form-survey-mode {
  line-height: 32px;
}
.form-content-component .form-titles .form-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  max-height: 130px;
  overflow-y: auto;
}
.form-content-component .form-titles .form-is-anonymous-indicator {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #a358df;
}
.form-content-component .icon-dapulse-close {
  color: #c4c4c4;
  font-size: 0.8em;
  cursor: pointer;
}
@media (min-width: 500px) {
  .form-content-component .icon-dapulse-close:hover {
    color: #808080;
  }
}
.form-content-component .form-survey-mode .password-disclaimer {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.form-content-component .password-disclaimer {
  font-size: 14px;
  text-align: center;
  color: #aaa;
  font-weight: 300;
  margin-top: 24px;
}
.scroll-style::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}
.scroll-style::-webkit-scrollbar-track {
  border-radius: 10px;
}
.scroll-style::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

.form-content-component .form-content {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 360px) {
  .form-content-component .form-content {
    width: 80%;
  }
}
.form-content-component .form-content.form-survey-mode {
  overflow: auto;
  width: 100%;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-content-component .form-content.form-survey-mode {
    height: 100%;
  }
}
