: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 {
  -webkit-animation: rotate 1s linear infinite;
  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;
  -webkit-animation: dash 1s infinite;
  animation: dash 1s infinite; }

@-webkit-keyframes rotate {
  to {
    transform: rotate(1turn); } }

@keyframes rotate {
  to {
    transform: rotate(1turn); } }

@-webkit-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; } }

@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 {
  -webkit-animation: dash-forward 5s linear forwards;
  animation: dash-forward 5s linear forwards; }

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

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

@-webkit-keyframes dash-forward {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash-forward {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash-backwards {
  to {
    stroke-dashoffset: 2000; } }

@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: rgba(0, 0, 0, 0); }

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

.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: rgba(0, 0, 0, 0);
  border: 1px solid #e6e9ef;
  border-color: var(--ui-border-color);
  border-radius: 4px;
  transition: border-color .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;
  transition: background-color .1s ease-in;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none; }

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

.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 .2s ease,transform .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-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-sm {
  -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-sm .monday-style-button__loader {
  top: 7px; }

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

.monday-style-button--size-lg, .monday-style-button--size-md {
  -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-lg {
  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: rgba(0, 0, 0, 0); }

.monday-style-button--kind-secondary.monday-style-button--size-lg, .monday-style-button--kind-secondary.monday-style-button--size-md, .monday-style-button--kind-secondary.monday-style-button--size-sm {
  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: rgba(0, 0, 0, 0); }

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

.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: rgba(0, 0, 0, 0); }

.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__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: .5; }

.linear-progress-bar--wrapper .linear-progress-bar__container .linear-progress-bar__secondary--positive {
  opacity: .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: 300;
  line-height: 24px;
  color: #1f76c2;
  color: var(--link-color);
  text-decoration: none;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb; }

.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 ((-webkit-margin-start: initial) or (margin-inline-start: initial)) {
  .monday-style-link--icon-start {
    line-height: 24px;
    margin-right: 0;
    -webkit-margin-end: 8px;
    margin-inline-end: 8px; }
  .monday-style-link--icon-end {
    line-height: 24px;
    margin-left: 0;
    -webkit-margin-start: 8px;
    margin-inline-start: 8px; } }

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

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

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

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

.dialog-content-container--medium {
  padding: 16px; }

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

.monday-style-menu-item .monday-style-menu-item__icon-wrapper {
  margin-right: 8px;
  display: flex;
  align-items: center; }

.monday-style-menu-item .monday-style-menu-item__icon-wrapper .monday-style-menu-item__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 {
  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-divider {
  background-color: #e6e9ef;
  background-color: var(--ui-border-color); }

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

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

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

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

.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: 4px; }

.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-menu-title .monday-style-menu-title__divider {
  height: 1px;
  width: 100%;
  margin: 4px 0;
  background-color: #e6e9ef;
  background-color: var(--ui-border-color); }

.monday-style-radio-button-component {
  display: grid;
  grid-template-columns: 1.5em auto;
  grid-gap: .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: .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 {
  -webkit-animation-name: radio-checked-animation;
  animation-name: radio-checked-animation;
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-color: #0085ff;
  border-color: var(--primary-color);
  border-width: .3em; }

input:disabled + .monday-style-radio-button-component__radio-input-container__radio-control {
  border: .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: .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); }

@-webkit-keyframes radio-checked-animation {
  0% {
    height: 1em;
    width: 1em; }
  50% {
    height: .8em;
    width: .8em; }
  to {
    height: 1em;
    width: 1em; } }

@keyframes radio-checked-animation {
  0% {
    height: 1em;
    width: 1em; }
  50% {
    height: .8em;
    width: .8em; }
  to {
    height: 1em;
    width: 1em; } }

.menu-button--wrapper {
  border-radius: 4px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  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; }

.menu-button--wrapper--reference-icon, .monday-style-split-button {
  align-items: center; }

.monday-style-split-button {
  display: inline-flex;
  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 rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  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 {
  -webkit-animation: circle-pop .25s;
  animation: circle-pop .25s; }

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

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

.monday-style-counter--size-lg {
  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); }

@-webkit-keyframes circle-pop {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(1.1); }
  66% {
    transform: scale(0.97); }
  to {
    transform: scale(1); } }

@keyframes circle-pop {
  0% {
    transform: scale(1); }
  33% {
    transform: scale(1.1); }
  66% {
    transform: scale(0.97); }
  to {
    transform: scale(1); } }

.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-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 {
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 4px 0;
  -webkit-animation: label-pop .2s;
  animation: label-pop .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;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
  position: relative; }

.monday-style-label, .monday-style-label__leg-wrapper {
  display: inline-flex; }

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

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

@-webkit-keyframes label-pop {
  0% {
    transform: scale(0.8) rotate(25deg);
    opacity: 0; }
  70% {
    transform: rotate(-5deg);
    opacity: 1; }
  to {
    transform: rotate(0deg); } }

@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 {
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content; }

.monday-style-checkbox, .monday-style-checkbox__checkbox {
  position: relative;
  display: flex; }

.monday-style-checkbox__checkbox {
  cursor: pointer;
  visibility: visible;
  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);
  overflow: hidden; }

.monday-style-checkbox__checkbox:after {
  content: " ";
  background-color: rgba(0, 0, 0, 0);
  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;
  -webkit-margin-start: 8px;
  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: rgba(0, 0, 0, 0); }

.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 {
  -webkit-animation: checkbox-grow-animation 50ms;
  animation: checkbox-grow-animation 50ms;
  background-color: #0085ff;
  background-color: var(--primary-color);
  border-color: rgba(0, 0, 0, 0); }

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

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

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

@-webkit-keyframes checkbox-grow-animation {
  0% {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }

@keyframes checkbox-grow-animation {
  0% {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }

.dropdown-wrapper__menu--open {
  -webkit-animation: fadeIn 0.1s cubic-bezier(0, 0, 0.35, 1);
  animation: fadeIn 0.1s cubic-bezier(0, 0, 0.35, 1); }

@-webkit-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); } }

@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, .dropdown-wrapper__single-value--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: rgba(0, 0, 0, 0);
  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; }

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

.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;
  min-width: 390px;
  border-radius: 4px; }

.monday-style-toast, .monday-style-toast-icon {
  display: flex; }

.monday-style-toast-icon {
  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 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

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

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

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

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

@-webkit-keyframes toast-pop-out {
  0% {
    transform: translate(-50%); }
  to {
    transform: translate(-50%, -130px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.35, 1); } }

@keyframes toast-pop-out {
  0% {
    transform: translate(-50%); }
  to {
    transform: translate(-50%, -130px);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.35, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.35, 1); } }

.layout-placeholder-component {
  height: 100%;
  width: 100%;
  display: flex; }
  .layout-placeholder-component .surface-control-placeholder {
    width: 66px;
    background-color: #292f4c;
    display: flex;
    flex-direction: column;
    flex-shrink: 0; }
    .layout-placeholder-component .surface-control-placeholder .icon-wrapper {
      margin-bottom: 32px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper svg {
        height: 20px;
        width: 20px; }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper.outline svg path {
        stroke: #ffffff; }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper:not(.outline) svg path {
        fill: #ffffff; }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper.inbox path:first-of-type {
        stroke: var(--color-snow_white); }
      .layout-placeholder-component .surface-control-placeholder .icon-wrapper.selected:before {
        content: "";
        position: absolute;
        left: 0;
        width: 80%;
        height: 40px;
        background: white;
        opacity: 0.3;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
    .layout-placeholder-component .surface-control-placeholder .surace-control-first-area {
      flex-grow: 1; }
      .layout-placeholder-component .surface-control-placeholder .surace-control-first-area .surface-control-logo-image-wrapper {
        margin: 12px 0px 24px;
        display: flex;
        justify-content: center; }
        .layout-placeholder-component .surface-control-placeholder .surace-control-first-area .surface-control-logo-image-wrapper .surface-control-logo-image {
          height: 40px;
          width: 40px; }
    .layout-placeholder-component .surface-control-placeholder .surace-control-second-area {
      flex-shrink: 0; }
      .layout-placeholder-component .surface-control-placeholder .surace-control-second-area .surface-control-avatar-image-wrapper {
        display: flex;
        justify-content: center;
        margin-bottom: 16px; }
        .layout-placeholder-component .surface-control-placeholder .surace-control-second-area .surface-control-avatar-image-wrapper svg {
          height: 44px;
          width: 44px; }
  .layout-placeholder-component .first-level-control-placeholder {
    width: 255px;
    background-color: #ffffff;
    border-right: 1px solid #e1e1e1;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    border-top-left-radius: 12px;
    box-shadow: -8px -8px 0px 0px #292f4c; }
    .layout-placeholder-component .first-level-control-placeholder .first-level-control-item {
      display: flex;
      padding: 0px 20px;
      border-top: 1px solid #e1e1e1;
      align-items: center; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.item-navigation {
        flex: 0 1 64px; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.item-header {
        flex: 0 1 64px; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.boards {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 32px;
        border-top: 0; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.boards span {
          margin: 6px 0;
          display: flex;
          align-items: center;
          font-size: 14px;
          font-weight: 300; }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.boards span:first-of-type {
            margin-top: 0; }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.boards span:last-of-type {
            margin-bottom: 16px; }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item.boards span svg {
            width: 16px;
            height: 16px;
            margin-right: 8px; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .first-level-control-item-title {
        font-size: 18px;
        font-weight: 400;
        flex-grow: 1;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .inbox-counter-wrapper {
        display: flex;
        align-items: center; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .inbox-counter-wrapper .inbox-counter {
          background-color: #333333;
          padding: 2px 10px;
          border-radius: 20px;
          font-size: 13px;
          color: #ffffff;
          font-weight: 400; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 16px; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper svg {
          height: 22px;
          width: 22px; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper.outline svg path {
          stroke: #333333; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item .icon-wrapper:not(.outline) svg path {
          fill: #333333; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item:last-of-type {
        border-bottom: 1px solid #e1e1e1; }
    .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new {
      padding: 16px 0 8px 16px;
      position: relative;
      border-bottom: 1px solid var(--color-gainsboro); }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .workspace {
        margin-bottom: 24px;
        display: flex;
        align-items: center; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .workspace .workspace-symbol {
          width: 24px;
          height: 24px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 8px;
          background: var(--color-bubble);
          color: var(--color-snow_white); }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .workspace .workspace-name {
          margin-left: 8px;
          font-weight: bold; }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .first-level-actions {
        font-size: 14px; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .first-level-actions div {
          position: relative;
          display: flex;
          align-items: center;
          margin: 16px 0; }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .first-level-actions div span {
            margin-left: 8px; }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .first-level-actions div .arrow-icon {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%); }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new .tab-indication {
        position: absolute;
        left: -6px;
        top: 80px;
        width: 12px;
        height: 12px;
        background: var(--color-snow_white);
        transform: rotate(45deg); }
      .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list {
        border: 0; }
        .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board {
          box-sizing: border-box;
          width: calc(100% - 16px);
          border-radius: 4px;
          padding: 10px 12px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: var(--color-mud_black);
          margin: 4px 0;
          font-size: 14px; }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board svg {
            width: 16px;
            height: 16px;
            margin-right: 8px; }
            .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board svg path {
              fill: var(--color-mud_black); }
            .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board svg rect {
              stroke: var(--color-mud_black); }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board .board-name {
            max-width: 152px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board.selected {
            color: var(--color-basic_blue);
            background: var(--color-highlight);
            position: relative; }
            .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board.selected svg path {
              fill: var(--color-basic_blue); }
            .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board.selected svg rect {
              stroke: var(--color-basic_blue); }
            .layout-placeholder-component .first-level-control-placeholder .first-level-control-item-new.boards-list .first-level-control-board.selected:after {
              content: ". . .";
              position: absolute;
              right: 16px;
              transform: translateY(-12px);
              font-size: 42px;
              letter-spacing: -0.42rem; }
  .layout-placeholder-component .first-level-content-placeholder {
    height: 100%;
    width: calc(100vw - 66px - 255px);
    overflow: hidden; }
    .layout-placeholder-component .first-level-content-placeholder .first-level-content-board-image {
      display: none;
      width: 100%;
      height: auto; }
      .layout-placeholder-component .first-level-content-placeholder .first-level-content-board-image.loaded {
        display: block; }
  .layout-placeholder-component.is-holistic .first-level-control-placeholder {
    position: relative; }
    .layout-placeholder-component.is-holistic .first-level-control-placeholder .collapse-icon {
      position: absolute;
      top: 32px;
      left: 30px;
      border-radius: 50%;
      border: 1px solid #9699a6;
      width: 18px;
      height: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ffffff;
      padding-bottom: 1px;
      padding-left: 1px; }
  .layout-placeholder-component.is-holistic .first-level-content-placeholder {
    width: 93%; }
    .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content {
      padding: 32px;
      height: 100%; }
      .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 64px; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header:after {
          content: "";
          position: absolute;
          bottom: -30px;
          left: -32px;
          height: 1px;
          width: calc(100% + 64px);
          background: var(--color-placholder_gray); }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-title {
          font-size: 28px;
          white-space: nowrap;
          font-weight: 500;
          display: flex;
          align-items: center;
          margin-bottom: 16px; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-title .fa-star {
            padding-left: 10px;
            font-size: 20px;
            color: #9699a6;
            opacity: 0.4; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          height: 20px; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features > div {
            margin: 0 12px;
            font-weight: 300;
            height: 100%; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-viewers {
            position: relative; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-viewers svg {
              height: 24px; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-viewers img {
              border-radius: 50%;
              height: 24px;
              width: 24px;
              position: absolute;
              top: -2px;
              left: -24px; }
              .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-viewers img:nth-of-type(2) {
                left: -40px; }
              .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-viewers img:nth-of-type(3) {
                left: -56px; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-subscribers,
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-activities {
            border: 1px solid var(--color-placholder_gray);
            border-radius: 4px;
            padding: 20px 12px;
            box-sizing: border-box;
            display: flex;
            align-items: center; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-subscribers .board-activities-text,
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-header .board-features .board-activities .board-activities-text {
              color: var(--color-basic_blue); }
      .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock {
        width: 100%;
        height: 400px;
        margin-top: 50px;
        border-radius: 8px;
        background-color: #9699a6;
        opacity: 0.2; }
      .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group {
        width: 100%;
        margin: 32px 0 96px 26px; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row {
          width: 98%;
          display: flex;
          height: 32px;
          display: flex;
          align-items: center;
          font-weight: 300;
          font-size: 14px;
          position: relative; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row:not(:first-of-type):after {
            content: "";
            position: absolute;
            width: 10px;
            height: 100%;
            background-color: #9699a6;
            opacity: 0.4;
            top: 0;
            right: 0; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row:not(:first-of-type):before {
            content: "";
            position: absolute;
            width: 10px;
            height: 100%;
            background-color: #9699a6;
            opacity: 0.4;
            top: 0;
            left: 0; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-name {
            flex: 5;
            font-size: 18px;
            font-weight: 400;
            min-width: 110px; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-name .fa-caret-down {
              position: absolute;
              top: 9px;
              left: -24px;
              color: #ffffff;
              background: #323338;
              border-radius: 50%;
              height: 15px;
              width: 15px;
              font-size: 16px;
              display: flex;
              justify-content: center;
              align-items: center; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-name.item {
              font-size: 13px;
              display: flex;
              align-items: center;
              padding-left: 24px; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-col {
            flex: 1;
            font-size: 13px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 110px; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-col svg {
              height: 28px;
              margin-top: 2px; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-col .status-cell {
              height: 100%;
              width: 100%;
              color: var(--color-snow_white);
              display: flex;
              justify-content: center;
              align-items: center; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-col .board-mock-owner {
              border-radius: 50%;
              border: 1px solid var(--color-placholder_gray);
              height: 26px;
              width: 26px; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-col.is-clickable {
              color: var(--color-basic_blue); }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row .board-mock-group-add-item {
            flex: 1;
            padding-left: 32px;
            font-size: 14px;
            color: #9699a6; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row:last-of-type {
            border: 1px solid #e6e9ef;
            width: calc(98% - 2px); }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row:last-of-type:after {
              right: -1px; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row.second-row {
            margin: 2px 0;
            overflow-x: hidden; }
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row.second-row .board-mock-group-col,
            .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group .board-mock-group-row.second-row .board-mock-group-name {
              background: #e6e9ef;
              border-right: 1px solid #ffffff;
              height: 100%; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-orange .board-mock-group-row:not(:first-of-type):before {
          background-color: #fdab3d; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-orange .board-mock-group-row .board-mock-group-name:not(.item) {
          color: #fdab3d; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-orange .board-mock-group-row .board-mock-group-name:not(.item) .fa-caret-down {
            background: #fdab3d; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-cyan .board-mock-group-row:not(:first-of-type):before {
          background-color: #009aff; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-cyan .board-mock-group-row .board-mock-group-name:not(.item) {
          color: #009aff; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-cyan .board-mock-group-row .board-mock-group-name:not(.item) .fa-caret-down {
            background: #009aff; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-purple .board-mock-group-row:not(:first-of-type):before {
          background-color: #a358df; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-purple .board-mock-group-row .board-mock-group-name:not(.item) {
          color: #a358d0; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-purple .board-mock-group-row .board-mock-group-name:not(.item) .fa-caret-down {
            background: #a358d0; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-green .board-mock-group-row:not(:first-of-type):before {
          background-color: #00a359; }
        .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-green .board-mock-group-row .board-mock-group-name:not(.item) {
          color: #00a359; }
          .layout-placeholder-component.is-holistic .first-level-content-placeholder .first-level-board-content .board-mock-group.is-green .board-mock-group-row .board-mock-group-name:not(.item) .fa-caret-down {
            background: #00a359; }

@media (max-width: 1600px) {
  .board-mock-group .board-mock-group-row .board-mock-group-name {
    flex: 2 !important; } }

@media (max-width: 960px) {
  .board-header .board-features .board-viewers,
  .board-header .board-features .board-integrations {
    display: none; } }

@media (max-width: 816px) {
  .board-header .board-features .board-automations {
    display: none; } }

.signup-step-system-layout-component {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .signup-step-system-layout-component .signup-opacity-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(22, 22, 22, 0.6);
    z-index: 100; }
    .signup-step-system-layout-component .signup-opacity-cover.is-unified {
      background: #161631;
      opacity: 0.7; }
  .signup-step-system-layout-component .signup-step-system-layout-content-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000; }
    .signup-step-system-layout-component .signup-step-system-layout-content-wrapper .signup-step-system-layout-content {
      position: absolute;
      background-color: #ffffff;
      border-radius: 12px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1000000; }

@-webkit-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; } }

@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.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: #0085ff;
  border-radius: 0;
  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:hover {
  color: #333;
  border-color: rgba(0, 0, 0, 0); }

.ds-btn-secondary:focus,
.ds-btn-secondary:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  outline: none; }

.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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          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);
  -webkit-animation: spin_accel 0.8s ease infinite;
          animation: spin_accel 0.8s ease infinite; }

.ds-text-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center; }

.soft-signup-viewmode-modal-component .soft-signup-viewmode-dialog {
  width: 274px;
  height: 160px;
  position: absolute;
  bottom: 52px;
  right: 52px;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  background-color: #0085ff;
  background-color: var(--primary-color);
  border-radius: 8px;
  -webkit-animation: fade_in 0.6s ease-in;
          animation: fade_in 0.6s ease-in; }
  .soft-signup-viewmode-modal-component .soft-signup-viewmode-dialog .viewmode-dialog-top {
    margin: 24px 24px 0 24px; }
    .soft-signup-viewmode-modal-component .soft-signup-viewmode-dialog .viewmode-dialog-top .soft-signup-viewmode-dialog-content {
      width: 192px;
      height: 72px;
      display: block;
      position: relative;
      color: #ffffff;
      font-family: "Roboto";
      font-size: 16px;
      line-height: 26px;
      font-weight: 300; }
    .soft-signup-viewmode-modal-component .soft-signup-viewmode-dialog .viewmode-dialog-top .close-button {
      position: absolute;
      right: 26px;
      top: 16px;
      font-size: 28px;
      color: #ffffff;
      font-weight: 100;
      cursor: pointer; }
      .soft-signup-viewmode-modal-component .soft-signup-viewmode-dialog .viewmode-dialog-top .close-button:hover {
        color: #e6e9ef; }
  .soft-signup-viewmode-modal-component .soft-signup-viewmode-dialog .viewmode-dialog-button {
    width: 87px;
    align-self: flex-end; }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.signup-input-component {
  width: 100%;
  position: relative; }
  .signup-input-component.align-right .signup-input-wrapper .signup-input {
    padding-right: 16px;
    padding-left: 0px;
    text-align: right; }
  .signup-input-component.align-right .signup-input-wrapper .signup-input-icon-wrapper {
    margin-left: 8px; }
  .signup-input-component .signup-input-title {
    font-size: 15px;
    color: #323338; }
  .signup-input-component .signup-input-subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.427604px;
    color: #a1a1a1; }
  .signup-input-component .signup-input-wrapper {
    width: 100%;
    border: 1px solid #c5c7d0;
    border-radius: 4px;
    transition: border-color 200ms ease;
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 8px; }
    .signup-input-component .signup-input-wrapper.is-input-focused {
      border-color: #0085FF; }
    .signup-input-component .signup-input-wrapper.is-error {
      border-color: var(--color-error); }
    .signup-input-component .signup-input-wrapper .signup-input {
      height: 100%;
      width: 100%;
      font-size: 18px;
      border: 0;
      outline: 0;
      padding: 0px 0px 0px 8px;
      color: #323338; }
      .signup-input-component .signup-input-wrapper .signup-input:-ms-input-placeholder {
        color: rgba(103, 104, 121, 0.6);
        font-weight: 300; }
      .signup-input-component .signup-input-wrapper .signup-input::placeholder {
        color: rgba(103, 104, 121, 0.6);
        font-weight: 300; }
    .signup-input-component .signup-input-wrapper .signup-input-icon-wrapper {
      display: flex;
      align-items: center;
      margin-right: 8px; }
  .signup-input-component .signup-input-bottom-notice {
    position: relative;
    padding: 0;
    bottom: -4px;
    font-size: 14px;
    height: unset; }
    .signup-input-component .signup-input-bottom-notice.error {
      color: #fb275d; }

.soft-signup-form-input-component .signup-form {
  display: flex;
  flex-direction: row;
  width: 640px;
  align-items: center;
  justify-content: space-between; }
  .soft-signup-form-input-component .signup-form .signup-input-component-wrapper {
    margin-right: 23px; }
    .soft-signup-form-input-component .signup-form .signup-input-component-wrapper .signup-input-component {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .soft-signup-form-input-component .signup-form .signup-input-component-wrapper .signup-input-component .signup-input-title {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.427604px;
        color: #333333;
        margin-right: 23px; }
      .soft-signup-form-input-component .signup-form .signup-input-component-wrapper .signup-input-component .signup-input-wrapper {
        width: 348px;
        box-sizing: border-box;
        margin-top: 0px; }

.video-about-the-system-component {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box; }
  .video-about-the-system-component .close-icon {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    width: 13px;
    height: 13px; }
    .video-about-the-system-component .close-icon:hover {
      fill: #0085ff;
      fill: var(--primary-color); }
  .video-about-the-system-component .video-about-the-system-title {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    letter-spacing: -0.694857px;
    color: #323338; }
  .video-about-the-system-component .video-about-the-system-subtitle {
    margin-top: 8px;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.481055px;
    color: #323338; }
  .video-about-the-system-component .youtube-video-component-wrapper {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative; }
    .video-about-the-system-component .youtube-video-component-wrapper .youtube-video-component-loaded {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%);
      z-index: 10; }
      .video-about-the-system-component .youtube-video-component-wrapper .youtube-video-component-loaded .youtube-video-spinner {
        font-size: 32px; }
    .video-about-the-system-component .youtube-video-component-wrapper .video-iframe {
      position: relative;
      margin-bottom: 38px; }
  .video-about-the-system-component .video-about-the-system-continue-button-wrapper {
    margin-top: 32px; }

.soft-signup-form-component {
  height: 100%; }

.signup-company-logos-component {
  height: 100%;
  width: 100%;
  background-color: #eff7fe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  box-sizing: border-box; }
  .signup-company-logos-component .title-logos-images {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 14px; }
    .signup-company-logos-component .title-logos-images .paying-companies-number {
      color: #0085ff;
      color: var(--primary-color); }
  .signup-company-logos-component .logos-images-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px; }
    .signup-company-logos-component .logos-images-wrapper .logo-image {
      max-height: 44px;
      max-width: 92px; }
  .signup-company-logos-component.holistic-company-logos {
    background: transparent; }
    .signup-company-logos-component.holistic-company-logos .logos-images-wrapper {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .signup-company-logos-component.holistic-company-logos .logos-images-wrapper .logo-image {
        padding-right: 24px;
        padding-top: 24px;
        max-width: 72px; }
    .signup-company-logos-component.holistic-company-logos .title-logos-images {
      font-size: 16px;
      text-align: left;
      font-weight: 500;
      line-height: 24px;
      width: 250px; }
      .signup-company-logos-component.holistic-company-logos .title-logos-images .paying-companies-number {
        color: unset; }

.unified-signup-side-component {
  min-width: 243px;
  overflow: hidden;
  background: var(--color-snow_white);
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 2px);
  margin-top: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px; }
  .unified-signup-side-component .unified-signup-side-content {
    width: calc(100% - 4px);
    height: calc(100% - 8px);
    margin-right: 4px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background: var(--color-riverstone_gray);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .unified-signup-side-component .unified-signup-side-content .side-image-wrapper {
      width: 100%;
      height: 100%; }
      .unified-signup-side-component .unified-signup-side-content .side-image-wrapper img {
        width: 100%; }
    .unified-signup-side-component .unified-signup-side-content .side-text-wrapper {
      width: 200px;
      font-weight: 700;
      font-size: 14px;
      position: absolute;
      bottom: 100px;
      color: var(--color-mud_black);
      text-align: center; }

.soft-signup-content-component {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .soft-signup-content-component .soft-signup-content-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 32px 56px; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-first-title {
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-second-title {
      text-align: center;
      line-height: 26px;
      margin-top: 4px;
      font-size: 16px; }
    .soft-signup-content-component .soft-signup-content-wrapper .minified-oauth-signup-wrapper {
      margin-top: 24px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .soft-signup-content-component .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-title {
        margin-right: 24px; }
      .soft-signup-content-component .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers {
        display: flex; }
        .soft-signup-content-component .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider {
          height: 32px;
          width: 32px;
          border-radius: 50%;
          border: 1px solid #c5c7d0;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: border 200ms ease; }
          .soft-signup-content-component .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider:hover {
            border: 1px solid #0083d9; }
          .soft-signup-content-component .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider:not(:last-child) {
            margin-right: 8px; }
          .soft-signup-content-component .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider .oauth-logo {
            width: 16px; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-form-wrapper {
      margin-top: 40px; }
      .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-form-wrapper .submit-button-wrapper {
        margin-top: 24px;
        display: flex;
        justify-content: flex-end; }
        .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-form-wrapper .submit-button-wrapper .submit-button.wide-button:not(.with-later-button) {
          width: 100%; }
      .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-form-wrapper .signup-input-component-wrapper {
        position: relative; }
        .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-form-wrapper .signup-input-component-wrapper .work-email-suggestion-wrapper {
          position: absolute;
          top: -20px;
          right: -300px; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-login-button-wrapper {
      display: flex;
      justify-content: center;
      margin-top: 32px; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-later-button-wrapper {
      display: flex;
      justify-content: center;
      margin-right: 16px; }
    .soft-signup-content-component .soft-signup-content-wrapper .soft-signup-language-picker-wrapper {
      position: absolute;
      bottom: 4px;
      right: 12px; }
  .soft-signup-content-component .signup-company-logos-component-wrapper .signup-company-logos-component .title-logos-images {
    font-weight: 400; }
  .soft-signup-content-component.is-mobile .soft-signup-content-wrapper {
    padding: 0; }
    .soft-signup-content-component.is-mobile .soft-signup-content-wrapper .submit-button-wrapper {
      justify-content: center; }
  .soft-signup-content-component.is-mobile .signup-company-logos-component-wrapper {
    margin-top: 40px; }
    .soft-signup-content-component.is-mobile .signup-company-logos-component-wrapper .signup-company-logos-component {
      padding: 24px 34px 14px 34px; }
      .soft-signup-content-component.is-mobile .signup-company-logos-component-wrapper .signup-company-logos-component .title-logos-images {
        line-height: 20px; }
      .soft-signup-content-component.is-mobile .signup-company-logos-component-wrapper .signup-company-logos-component .logos-images-wrapper {
        margin-top: 16px;
        flex-wrap: wrap;
        justify-content: space-around; }
  .soft-signup-content-component:not(.is-mobile) .soft-signup-content-wrapper {
    padding: 33px 56px; }
  .soft-signup-content-component:not(.is-mobile) .signup-company-logos-component-wrapper {
    height: 122px;
    width: 100%;
    border-radius: 0px 0px 12px 12px;
    overflow: hidden; }
  .soft-signup-content-component.is-unified {
    flex-direction: row;
    height: 100%; }
    .soft-signup-content-component.is-unified .soft-signup-content-wrapper {
      flex: 1;
      padding: 48px 56px;
      display: flex;
      align-items: center; }
      .soft-signup-content-component.is-unified .soft-signup-content-wrapper > div {
        width: 360px; }
      .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-titles-wrapper .soft-signup-first-title {
        color: var(--color-mud_black);
        text-align: left; }
      .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-titles-wrapper .soft-signup-second-title {
        font-weight: 400;
        color: var(--color-asphalt);
        text-align: left;
        margin-top: 8px; }
      .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-form-wrapper {
        margin-top: 32px; }
        .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-form-wrapper .signup-input-wrapper {
          margin-top: 16px;
          width: unset; }
        .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-form-wrapper .signup-input-bottom-notice {
          position: relative;
          font-size: 14px;
          bottom: 0;
          margin: 4px 0; }
        .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-form-wrapper .submit-button-wrapper {
          margin-top: 16px; }
      .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 56px; }
        .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-title {
          position: relative;
          width: 100%;
          font-weight: 400;
          font-size: 16px;
          color: var(--color-asphalt);
          text-align: center; }
          .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-title:after, .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-title:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            height: 1px;
            background: var(--color-wolf_gray);
            width: 30%; }
          .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-title:before {
            left: 0;
            right: unset; }
        .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers {
          margin-top: 16px;
          width: 360px; }
          .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider {
            flex: 1;
            height: 36px;
            border-radius: 4px;
            padding: 4px 20px;
            transition: background 0.2s ease, transform 50ms; }
            .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider .oauth-logo {
              width: 20px; }
            .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider .minified-provider-name {
              margin-left: 8px;
              font-weight: 300; }
            .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider:hover {
              background: var(--color-ui_grey);
              border-color: var(--color-wolf_gray); }
            .soft-signup-content-component.is-unified .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider:active {
              transform: scale(0.95); }
      .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-login-button-wrapper {
        display: block; }
        .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-login-button-wrapper .soft-signup-login-text {
          font-weight: 400;
          font-size: 16px;
          color: var(--color-mud_black);
          text-align: center; }
          .soft-signup-content-component.is-unified .soft-signup-content-wrapper .soft-signup-login-button-wrapper .soft-signup-login-text .soft-signup-login-action {
            margin-left: 4px;
            color: var(--color-basic_blue);
            cursor: pointer; }
    .soft-signup-content-component.is-unified.is-mobile .soft-signup-content-wrapper {
      padding: 0; }
      .soft-signup-content-component.is-unified.is-mobile .soft-signup-content-wrapper > div {
        width: 95%; }
      .soft-signup-content-component.is-unified.is-mobile .soft-signup-content-wrapper .soft-signup-form-wrapper .submit-button-wrapper button {
        --element-width: 100%; }
      .soft-signup-content-component.is-unified.is-mobile .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers {
        width: 100%; }
    .soft-signup-content-component.is-unified.is-mobile .unified-signup-side-component {
      display: none; }

@media (max-width: 330px) {
  .soft-signup-content-component.is-unified.is-mobile .soft-signup-content-wrapper > div {
    width: 100%; }
  .soft-signup-content-component.is-unified.is-mobile .soft-signup-content-wrapper .minified-oauth-signup-wrapper .minified-oauth-providers .minified-provider-name {
    display: none; } }

.pre-soft-signup-question-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  color: var(--color-mud_black); }
  .pre-soft-signup-question-component .header {
    display: flex;
    flex-direction: column;
    margin-bottom: 26px; }
    .pre-soft-signup-question-component .header .header-title {
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 8px; }
    .pre-soft-signup-question-component .header .header-subtitle {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .pre-soft-signup-question-component .header .header-subtitle .question {
        margin-bottom: 4px; }
  .pre-soft-signup-question-component .options-wrapper {
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px; }
    .pre-soft-signup-question-component .options-wrapper .option {
      width: 210px;
      color: var(--color-asphalt);
      border: 1px solid var(--color-asphalt);
      border-radius: 64px;
      padding: 8px 16px;
      margin: 12px 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      height: 44px; }
      .pre-soft-signup-question-component .options-wrapper .option::before {
        content: "";
        width: 10px;
        height: 10px;
        border: 1px solid var(--color-asphalt);
        border-radius: 50%;
        background-image: url(https://cdn7.monday.com/images/checklist/dapulse-checkmark.svg);
        background-position: center center;
        background-repeat: no-repeat;
        margin-right: 8px;
        padding: 2px; }
      .pre-soft-signup-question-component .options-wrapper .option.active {
        background-color: var(--color-highlight);
        border-color: var(--color-highlight);
        color: var(--primary-color); }
        .pre-soft-signup-question-component .options-wrapper .option.active::before {
          background-color: var(--primary-color);
          border-color: var(--primary-color); }
  .pre-soft-signup-question-component .button-wrapper {
    align-self: flex-end;
    margin-right: 8px; }

.soft-signup-desktop-component {
  height: 100%;
  width: 100%; }

.signup-mobile-wrapper {
  padding: 60px 16px 0 16px; }

.soft-signup-component {
  height: 100%;
  width: 100%; }

.embedded-board-signup-component {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%; }
  .embedded-board-signup-component .title-wrapper {
    margin-top: 32px;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    flex-grow: 0;
    display: flex;
    justify-content: center; }
  .embedded-board-signup-component .subtitle-wrapper {
    display: flex;
    flex-grow: 0;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px; }
  .embedded-board-signup-component .board-iframe-content-wrapper {
    margin: 16px 32px;
    position: relative;
    flex-grow: 1; }
    .embedded-board-signup-component .board-iframe-content-wrapper .board-iframe {
      padding-top: 24px;
      box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
      border-radius: 8px;
      height: 100%;
      width: 100%;
      border-width: 0; }
  .embedded-board-signup-component .signup-wrapper {
    display: flex;
    justify-content: center;
    flex-grow: 0;
    margin-bottom: 32px;
    margin-top: 24px; }
    .embedded-board-signup-component .signup-wrapper .signup-form {
      width: auto; }

.soft-signup-choose-action-component {
  height: 100%;
  width: 100%; }
  .soft-signup-choose-action-component .soft-signup-choose-action-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-separator {
      width: 350px;
      height: 1px;
      background-color: #a1a1a1;
      opacity: 0.5;
      margin: 32px;
      position: relative; }
      .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-separator .separator-text {
        position: absolute;
        border-radius: 50%;
        background: #ffffff;
        color: #323338;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 8px;
        font-size: 16px; }
    .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      flex: 1; }
      .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side .soft-signup-choose-action-title-wrapper {
        margin-bottom: 32px;
        text-align: center; }
        .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side .soft-signup-choose-action-title-wrapper .soft-signup-choose-action-title {
          font-weight: bold;
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 20px; }
        .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side .soft-signup-choose-action-title-wrapper .soft-signup-choose-action-subtitle {
          font-weight: 300;
          font-size: 16px;
          line-height: 24px;
          margin: 4px; }
      .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side:last-of-type {
        justify-content: center;
        margin-top: -8px; }
        .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side:last-of-type .soft-signup-choose-action-title-wrapper {
          margin-top: 10px; }

@media (max-width: 800px) {
  .soft-signup-choose-action-component .soft-signup-choose-action-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px; }
    .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-separator {
      display: none; }
    .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side {
      margin: 32px 0; }
      .soft-signup-choose-action-component .soft-signup-choose-action-wrapper .soft-signup-choose-action-side .soft-signup-choose-action-title-wrapper {
        margin-bottom: 16px; } }

.soft-signup-domain-blocked-component {
  height: 100%;
  width: 100%; }
  .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%; }
    .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper .soft-signup-domain-blocked-content {
      text-align: center;
      align-content: center;
      display: block; }
      .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper .soft-signup-domain-blocked-content .soft-signup-domain-blocked-image {
        height: 140px; }
      .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper .soft-signup-domain-blocked-content .soft-signup-domain-blocked-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px; }
      .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper .soft-signup-domain-blocked-content .soft-signup-domain-blocked-subtitle {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px; }
      .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper .soft-signup-domain-blocked-content .soft-signup-domain-blocked-contact-button {
        margin-bottom: 6px; }
      .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper .soft-signup-domain-blocked-content .submit-button-wrapper {
        display: flex;
        justify-content: flex-end; }
        .soft-signup-domain-blocked-component .soft-signup-domain-blocked-wrapper .soft-signup-domain-blocked-content .submit-button-wrapper.is-centered {
          justify-content: center;
          margin-top: 48px; }

