@charset "UTF-8";
/* font-size */
/* font-weight */
/* line-height */
/* sizes */
/* spacing */
/* border-radius */
/* fonts */
/* font sizes */
/* font-weight */
/* fonts */
/* font à utiliser pour un label "normal" */
/* font à utiliser pour un titre d'informations secondaires */
/* font à utiliser pour un texte d'informations secondaires */
.button, .button--popup, [disabled].button--popup, .button--yellow, [disabled].button--yellow, .button--blue, [disabled].button--blue, .button--orange, [disabled].button--orange, .button--red, [disabled].button--red, .button--green, [disabled].button--green, .button--as-text, .button--as-text[disabled], .button--disabled, .button--disabled_popup, .button[disabled], [disabled].button--primary, [disabled].button--secondary, [disabled].button--tertiary, [disabled].button--quaternary, [disabled].button--fifth, [disabled].button--inline, [disabled].button--inherit, .button--inherit, .button--inline, .button--fifth, .button--quaternary, .button--tertiary, .button--secondary, .button--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  padding: 4px 10px;
}
.button__icon {
  height: 16px;
  width: 16px;
}
.button--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button--inline {
  background-color: transparent;
  color: inherit;
}
.button--inline:hover {
  color: #0073e6;
}
.button--inherit {
  background-color: transparent;
  color: inherit;
}
.button--disabled, .button--disabled_popup, .button[disabled], [disabled].button--popup, [disabled].button--yellow, [disabled].button--blue, [disabled].button--orange, [disabled].button--red, [disabled].button--green, [disabled].button--as-text, [disabled].button--disabled, [disabled].button--disabled_popup, [disabled].button--primary, [disabled].button--secondary, [disabled].button--tertiary, [disabled].button--quaternary, [disabled].button--fifth, [disabled].button--inline, [disabled].button--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button--disabled:hover, .button--disabled_popup:hover, .button[disabled]:hover, [disabled].button--popup:hover, [disabled].button--yellow:hover, [disabled].button--blue:hover, [disabled].button--orange:hover, [disabled].button--red:hover, [disabled].button--green:hover, [disabled].button--as-text:hover, [disabled].button--primary:hover, [disabled].button--secondary:hover, [disabled].button--tertiary:hover, [disabled].button--quaternary:hover, [disabled].button--fifth:hover, [disabled].button--inline:hover, [disabled].button--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button--as-text, .button--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button--as-text:hover, .button--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button--popup {
  border-radius: unset;
  flex: 1;
}
.button--popup:hover {
  background-color: #f9fafb;
}

.button_very-small, .button_very-small--popup, [disabled].button_very-small--popup, .button_very-small--yellow, [disabled].button_very-small--yellow, .button_very-small--blue, [disabled].button_very-small--blue, .button_very-small--orange, [disabled].button_very-small--orange, .button_very-small--red, [disabled].button_very-small--red, .button_very-small--green, [disabled].button_very-small--green, .button_very-small--as-text, .button_very-small--as-text[disabled], .button_very-small--disabled, .button_very-small--disabled_popup, .button_very-small[disabled], [disabled].button_very-small--primary, [disabled].button_very-small--secondary, [disabled].button_very-small--tertiary, [disabled].button_very-small--quaternary, [disabled].button_very-small--fifth, [disabled].button_very-small--inline, [disabled].button_very-small--inherit, .button_very-small--inherit, .button_very-small--inline, .button_very-small--fifth, .button_very-small--quaternary, .button_very-small--tertiary, .button_very-small--secondary, .button_very-small--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  white-space: nowrap;
  font-size: 11px;
  padding: 2px;
}
.button_very-small__icon {
  height: 14px;
  width: 14px;
}
.button_very-small--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button_very-small--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button_very-small--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button_very-small--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button_very-small--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button_very-small--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button_very-small--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button_very-small--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button_very-small--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button_very-small--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button_very-small--inline {
  background-color: transparent;
  color: inherit;
}
.button_very-small--inline:hover {
  color: #0073e6;
}
.button_very-small--inherit {
  background-color: transparent;
  color: inherit;
}
.button_very-small--disabled, .button_very-small--disabled_popup, .button_very-small[disabled], [disabled].button_very-small--popup, [disabled].button_very-small--yellow, [disabled].button_very-small--blue, [disabled].button_very-small--orange, [disabled].button_very-small--red, [disabled].button_very-small--green, [disabled].button_very-small--as-text, [disabled].button_very-small--disabled, [disabled].button_very-small--disabled_popup, [disabled].button_very-small--primary, [disabled].button_very-small--secondary, [disabled].button_very-small--tertiary, [disabled].button_very-small--quaternary, [disabled].button_very-small--fifth, [disabled].button_very-small--inline, [disabled].button_very-small--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button_very-small--disabled:hover, .button_very-small--disabled_popup:hover, .button_very-small[disabled]:hover, [disabled].button_very-small--popup:hover, [disabled].button_very-small--yellow:hover, [disabled].button_very-small--blue:hover, [disabled].button_very-small--orange:hover, [disabled].button_very-small--red:hover, [disabled].button_very-small--green:hover, [disabled].button_very-small--as-text:hover, [disabled].button_very-small--primary:hover, [disabled].button_very-small--secondary:hover, [disabled].button_very-small--tertiary:hover, [disabled].button_very-small--quaternary:hover, [disabled].button_very-small--fifth:hover, [disabled].button_very-small--inline:hover, [disabled].button_very-small--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button_very-small--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button_very-small--as-text, .button_very-small--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button_very-small--as-text:hover, .button_very-small--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button_very-small--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button_very-small--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button_very-small--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button_very-small--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button_very-small--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button_very-small--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button_very-small--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button_very-small--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button_very-small--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button_very-small--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button_very-small--popup {
  border-radius: unset;
  flex: 1;
}
.button_very-small--popup:hover {
  background-color: #f9fafb;
}

.button_small, .button_small--popup, [disabled].button_small--popup, .button_small--yellow, [disabled].button_small--yellow, .button_small--blue, [disabled].button_small--blue, .button_small--orange, [disabled].button_small--orange, .button_small--red, [disabled].button_small--red, .button_small--green, [disabled].button_small--green, .button_small--as-text, .button_small--as-text[disabled], .button_small--disabled, .button_small--disabled_popup, .button_small[disabled], [disabled].button_small--primary, [disabled].button_small--secondary, [disabled].button_small--tertiary, [disabled].button_small--quaternary, [disabled].button_small--fifth, [disabled].button_small--inline, [disabled].button_small--inherit, .button_small--inherit, .button_small--inline, .button_small--fifth, .button_small--quaternary, .button_small--tertiary, .button_small--secondary, .button_small--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  padding: 4px 10px;
}
.button_small__icon {
  height: 16px;
  width: 16px;
}
.button_small--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button_small--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button_small--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button_small--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button_small--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button_small--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button_small--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button_small--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button_small--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button_small--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button_small--inline {
  background-color: transparent;
  color: inherit;
}
.button_small--inline:hover {
  color: #0073e6;
}
.button_small--inherit {
  background-color: transparent;
  color: inherit;
}
.button_small--disabled, .button_small--disabled_popup, .button_small[disabled], [disabled].button_small--popup, [disabled].button_small--yellow, [disabled].button_small--blue, [disabled].button_small--orange, [disabled].button_small--red, [disabled].button_small--green, [disabled].button_small--as-text, [disabled].button_small--disabled, [disabled].button_small--disabled_popup, [disabled].button_small--primary, [disabled].button_small--secondary, [disabled].button_small--tertiary, [disabled].button_small--quaternary, [disabled].button_small--fifth, [disabled].button_small--inline, [disabled].button_small--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button_small--disabled:hover, .button_small--disabled_popup:hover, .button_small[disabled]:hover, [disabled].button_small--popup:hover, [disabled].button_small--yellow:hover, [disabled].button_small--blue:hover, [disabled].button_small--orange:hover, [disabled].button_small--red:hover, [disabled].button_small--green:hover, [disabled].button_small--as-text:hover, [disabled].button_small--primary:hover, [disabled].button_small--secondary:hover, [disabled].button_small--tertiary:hover, [disabled].button_small--quaternary:hover, [disabled].button_small--fifth:hover, [disabled].button_small--inline:hover, [disabled].button_small--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button_small--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button_small--as-text, .button_small--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button_small--as-text:hover, .button_small--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button_small--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button_small--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button_small--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button_small--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button_small--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button_small--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button_small--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button_small--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button_small--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button_small--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button_small--popup {
  border-radius: unset;
  flex: 1;
}
.button_small--popup:hover {
  background-color: #f9fafb;
}

.button_medium, .button_medium--popup, [disabled].button_medium--popup, .button_medium--yellow, [disabled].button_medium--yellow, .button_medium--blue, [disabled].button_medium--blue, .button_medium--orange, [disabled].button_medium--orange, .button_medium--red, [disabled].button_medium--red, .button_medium--green, [disabled].button_medium--green, .button_medium--as-text, .button_medium--as-text[disabled], .button_medium--disabled, .button_medium--disabled_popup, .button_medium[disabled], [disabled].button_medium--primary, [disabled].button_medium--secondary, [disabled].button_medium--tertiary, [disabled].button_medium--quaternary, [disabled].button_medium--fifth, [disabled].button_medium--inline, [disabled].button_medium--inherit, .button_medium--inherit, .button_medium--inline, .button_medium--fifth, .button_medium--quaternary, .button_medium--tertiary, .button_medium--secondary, .button_medium--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px;
}
.button_medium__icon {
  height: 20px;
  width: 20px;
}
.button_medium--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button_medium--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button_medium--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button_medium--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button_medium--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button_medium--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button_medium--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button_medium--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button_medium--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button_medium--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button_medium--inline {
  background-color: transparent;
  color: inherit;
}
.button_medium--inline:hover {
  color: #0073e6;
}
.button_medium--inherit {
  background-color: transparent;
  color: inherit;
}
.button_medium--disabled, .button_medium--disabled_popup, .button_medium[disabled], [disabled].button_medium--popup, [disabled].button_medium--yellow, [disabled].button_medium--blue, [disabled].button_medium--orange, [disabled].button_medium--red, [disabled].button_medium--green, [disabled].button_medium--as-text, [disabled].button_medium--disabled, [disabled].button_medium--disabled_popup, [disabled].button_medium--primary, [disabled].button_medium--secondary, [disabled].button_medium--tertiary, [disabled].button_medium--quaternary, [disabled].button_medium--fifth, [disabled].button_medium--inline, [disabled].button_medium--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button_medium--disabled:hover, .button_medium--disabled_popup:hover, .button_medium[disabled]:hover, [disabled].button_medium--popup:hover, [disabled].button_medium--yellow:hover, [disabled].button_medium--blue:hover, [disabled].button_medium--orange:hover, [disabled].button_medium--red:hover, [disabled].button_medium--green:hover, [disabled].button_medium--as-text:hover, [disabled].button_medium--primary:hover, [disabled].button_medium--secondary:hover, [disabled].button_medium--tertiary:hover, [disabled].button_medium--quaternary:hover, [disabled].button_medium--fifth:hover, [disabled].button_medium--inline:hover, [disabled].button_medium--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button_medium--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button_medium--as-text, .button_medium--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button_medium--as-text:hover, .button_medium--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button_medium--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button_medium--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button_medium--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button_medium--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button_medium--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button_medium--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button_medium--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button_medium--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button_medium--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button_medium--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button_medium--popup {
  border-radius: unset;
  flex: 1;
}
.button_medium--popup:hover {
  background-color: #f9fafb;
}

.button_big, .button_big--popup, [disabled].button_big--popup, .button_big--yellow, [disabled].button_big--yellow, .button_big--blue, [disabled].button_big--blue, .button_big--orange, [disabled].button_big--orange, .button_big--red, [disabled].button_big--red, .button_big--green, [disabled].button_big--green, .button_big--as-text, .button_big--as-text[disabled], .button_big--disabled, .button_big--disabled_popup, .button_big[disabled], [disabled].button_big--primary, [disabled].button_big--secondary, [disabled].button_big--tertiary, [disabled].button_big--quaternary, [disabled].button_big--fifth, [disabled].button_big--inline, [disabled].button_big--inherit, .button_big--inherit, .button_big--inline, .button_big--fifth, .button_big--quaternary, .button_big--tertiary, .button_big--secondary, .button_big--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px;
}
.button_big__icon {
  height: 24px;
  width: 24px;
}
.button_big--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button_big--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button_big--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button_big--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button_big--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button_big--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button_big--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button_big--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button_big--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button_big--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button_big--inline {
  background-color: transparent;
  color: inherit;
}
.button_big--inline:hover {
  color: #0073e6;
}
.button_big--inherit {
  background-color: transparent;
  color: inherit;
}
.button_big--disabled, .button_big--disabled_popup, .button_big[disabled], [disabled].button_big--popup, [disabled].button_big--yellow, [disabled].button_big--blue, [disabled].button_big--orange, [disabled].button_big--red, [disabled].button_big--green, [disabled].button_big--as-text, [disabled].button_big--disabled, [disabled].button_big--disabled_popup, [disabled].button_big--primary, [disabled].button_big--secondary, [disabled].button_big--tertiary, [disabled].button_big--quaternary, [disabled].button_big--fifth, [disabled].button_big--inline, [disabled].button_big--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button_big--disabled:hover, .button_big--disabled_popup:hover, .button_big[disabled]:hover, [disabled].button_big--popup:hover, [disabled].button_big--yellow:hover, [disabled].button_big--blue:hover, [disabled].button_big--orange:hover, [disabled].button_big--red:hover, [disabled].button_big--green:hover, [disabled].button_big--as-text:hover, [disabled].button_big--primary:hover, [disabled].button_big--secondary:hover, [disabled].button_big--tertiary:hover, [disabled].button_big--quaternary:hover, [disabled].button_big--fifth:hover, [disabled].button_big--inline:hover, [disabled].button_big--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button_big--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button_big--as-text, .button_big--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button_big--as-text:hover, .button_big--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button_big--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button_big--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button_big--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button_big--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button_big--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button_big--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button_big--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button_big--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button_big--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button_big--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button_big--popup {
  border-radius: unset;
  flex: 1;
}
.button_big--popup:hover {
  background-color: #f9fafb;
}

.button-square, .button-square--popup, [disabled].button-square--popup, .button-square--yellow, [disabled].button-square--yellow, .button-square--blue, [disabled].button-square--blue, .button-square--orange, [disabled].button-square--orange, .button-square--red, [disabled].button-square--red, .button-square--green, [disabled].button-square--green, .button-square--as-text, .button-square--as-text[disabled], .button-square--disabled, .button-square--disabled_popup, .button-square[disabled], [disabled].button-square--primary, [disabled].button-square--secondary, [disabled].button-square--tertiary, [disabled].button-square--quaternary, [disabled].button-square--fifth, [disabled].button-square--inline, [disabled].button-square--inherit, .button-square--inherit, .button-square--inline, .button-square--fifth, .button-square--quaternary, .button-square--tertiary, .button-square--secondary, .button-square--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  border-radius: 4px;
  transition: all 0.15s;
  cursor: pointer;
  padding: 6px;
}
.button-square__icon {
  height: 16px;
  width: 16px;
}
.button-square--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button-square--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button-square--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button-square--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button-square--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button-square--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button-square--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button-square--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button-square--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square--inline {
  background-color: transparent;
  color: inherit;
}
.button-square--inline:hover {
  color: #0073e6;
}
.button-square--inherit {
  background-color: transparent;
  color: inherit;
}
.button-square--disabled, .button-square--disabled_popup, .button-square[disabled], [disabled].button-square--popup, [disabled].button-square--yellow, [disabled].button-square--blue, [disabled].button-square--orange, [disabled].button-square--red, [disabled].button-square--green, [disabled].button-square--as-text, [disabled].button-square--disabled, [disabled].button-square--disabled_popup, [disabled].button-square--primary, [disabled].button-square--secondary, [disabled].button-square--tertiary, [disabled].button-square--quaternary, [disabled].button-square--fifth, [disabled].button-square--inline, [disabled].button-square--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button-square--disabled:hover, .button-square--disabled_popup:hover, .button-square[disabled]:hover, [disabled].button-square--popup:hover, [disabled].button-square--yellow:hover, [disabled].button-square--blue:hover, [disabled].button-square--orange:hover, [disabled].button-square--red:hover, [disabled].button-square--green:hover, [disabled].button-square--as-text:hover, [disabled].button-square--primary:hover, [disabled].button-square--secondary:hover, [disabled].button-square--tertiary:hover, [disabled].button-square--quaternary:hover, [disabled].button-square--fifth:hover, [disabled].button-square--inline:hover, [disabled].button-square--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button-square--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button-square--as-text, .button-square--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button-square--as-text:hover, .button-square--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button-square--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button-square--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button-square--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button-square--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button-square--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button-square--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button-square--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button-square--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button-square--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button-square--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button-square--popup {
  border-radius: unset;
  flex: 1;
}
.button-square--popup:hover {
  background-color: #f9fafb;
}

.button-square_very-small, .button-square_very-small--popup, [disabled].button-square_very-small--popup, .button-square_very-small--yellow, [disabled].button-square_very-small--yellow, .button-square_very-small--blue, [disabled].button-square_very-small--blue, .button-square_very-small--orange, [disabled].button-square_very-small--orange, .button-square_very-small--red, [disabled].button-square_very-small--red, .button-square_very-small--green, [disabled].button-square_very-small--green, .button-square_very-small--as-text, .button-square_very-small--as-text[disabled], .button-square_very-small--disabled, .button-square_very-small--disabled_popup, .button-square_very-small[disabled], [disabled].button-square_very-small--primary, [disabled].button-square_very-small--secondary, [disabled].button-square_very-small--tertiary, [disabled].button-square_very-small--quaternary, [disabled].button-square_very-small--fifth, [disabled].button-square_very-small--inline, [disabled].button-square_very-small--inherit, .button-square_very-small--inherit, .button-square_very-small--inline, .button-square_very-small--fifth, .button-square_very-small--quaternary, .button-square_very-small--tertiary, .button-square_very-small--secondary, .button-square_very-small--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  border-radius: 4px;
  transition: all 0.15s;
  cursor: pointer;
  padding: 2px;
}
.button-square_very-small__icon {
  height: 14px;
  width: 14px;
}
.button-square_very-small--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button-square_very-small--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_very-small--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button-square_very-small--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button-square_very-small--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button-square_very-small--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button-square_very-small--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button-square_very-small--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button-square_very-small--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button-square_very-small--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_very-small--inline {
  background-color: transparent;
  color: inherit;
}
.button-square_very-small--inline:hover {
  color: #0073e6;
}
.button-square_very-small--inherit {
  background-color: transparent;
  color: inherit;
}
.button-square_very-small--disabled, .button-square_very-small--disabled_popup, .button-square_very-small[disabled], [disabled].button-square_very-small--popup, [disabled].button-square_very-small--yellow, [disabled].button-square_very-small--blue, [disabled].button-square_very-small--orange, [disabled].button-square_very-small--red, [disabled].button-square_very-small--green, [disabled].button-square_very-small--as-text, [disabled].button-square_very-small--disabled, [disabled].button-square_very-small--disabled_popup, [disabled].button-square_very-small--primary, [disabled].button-square_very-small--secondary, [disabled].button-square_very-small--tertiary, [disabled].button-square_very-small--quaternary, [disabled].button-square_very-small--fifth, [disabled].button-square_very-small--inline, [disabled].button-square_very-small--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button-square_very-small--disabled:hover, .button-square_very-small--disabled_popup:hover, .button-square_very-small[disabled]:hover, [disabled].button-square_very-small--popup:hover, [disabled].button-square_very-small--yellow:hover, [disabled].button-square_very-small--blue:hover, [disabled].button-square_very-small--orange:hover, [disabled].button-square_very-small--red:hover, [disabled].button-square_very-small--green:hover, [disabled].button-square_very-small--as-text:hover, [disabled].button-square_very-small--primary:hover, [disabled].button-square_very-small--secondary:hover, [disabled].button-square_very-small--tertiary:hover, [disabled].button-square_very-small--quaternary:hover, [disabled].button-square_very-small--fifth:hover, [disabled].button-square_very-small--inline:hover, [disabled].button-square_very-small--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button-square_very-small--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button-square_very-small--as-text, .button-square_very-small--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button-square_very-small--as-text:hover, .button-square_very-small--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button-square_very-small--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button-square_very-small--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button-square_very-small--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button-square_very-small--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button-square_very-small--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button-square_very-small--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button-square_very-small--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button-square_very-small--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button-square_very-small--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button-square_very-small--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button-square_very-small--popup {
  border-radius: unset;
  flex: 1;
}
.button-square_very-small--popup:hover {
  background-color: #f9fafb;
}

.button-square_small, .button-square_small--popup, [disabled].button-square_small--popup, .button-square_small--yellow, [disabled].button-square_small--yellow, .button-square_small--blue, [disabled].button-square_small--blue, .button-square_small--orange, [disabled].button-square_small--orange, .button-square_small--red, [disabled].button-square_small--red, .button-square_small--green, [disabled].button-square_small--green, .button-square_small--as-text, .button-square_small--as-text[disabled], .button-square_small--disabled, .button-square_small--disabled_popup, .button-square_small[disabled], [disabled].button-square_small--primary, [disabled].button-square_small--secondary, [disabled].button-square_small--tertiary, [disabled].button-square_small--quaternary, [disabled].button-square_small--fifth, [disabled].button-square_small--inline, [disabled].button-square_small--inherit, .button-square_small--inherit, .button-square_small--inline, .button-square_small--fifth, .button-square_small--quaternary, .button-square_small--tertiary, .button-square_small--secondary, .button-square_small--primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  width: fit-content;
  border-radius: 4px;
  transition: all 0.15s;
  cursor: pointer;
  padding: 2px;
}
.button-square_small__icon {
  height: 16px;
  width: 16px;
}
.button-square_small--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button-square_small--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_small--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button-square_small--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button-square_small--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button-square_small--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button-square_small--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button-square_small--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button-square_small--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button-square_small--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_small--inline {
  background-color: transparent;
  color: inherit;
}
.button-square_small--inline:hover {
  color: #0073e6;
}
.button-square_small--inherit {
  background-color: transparent;
  color: inherit;
}
.button-square_small--disabled, .button-square_small--disabled_popup, .button-square_small[disabled], [disabled].button-square_small--popup, [disabled].button-square_small--yellow, [disabled].button-square_small--blue, [disabled].button-square_small--orange, [disabled].button-square_small--red, [disabled].button-square_small--green, [disabled].button-square_small--as-text, [disabled].button-square_small--disabled, [disabled].button-square_small--disabled_popup, [disabled].button-square_small--primary, [disabled].button-square_small--secondary, [disabled].button-square_small--tertiary, [disabled].button-square_small--quaternary, [disabled].button-square_small--fifth, [disabled].button-square_small--inline, [disabled].button-square_small--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button-square_small--disabled:hover, .button-square_small--disabled_popup:hover, .button-square_small[disabled]:hover, [disabled].button-square_small--popup:hover, [disabled].button-square_small--yellow:hover, [disabled].button-square_small--blue:hover, [disabled].button-square_small--orange:hover, [disabled].button-square_small--red:hover, [disabled].button-square_small--green:hover, [disabled].button-square_small--as-text:hover, [disabled].button-square_small--primary:hover, [disabled].button-square_small--secondary:hover, [disabled].button-square_small--tertiary:hover, [disabled].button-square_small--quaternary:hover, [disabled].button-square_small--fifth:hover, [disabled].button-square_small--inline:hover, [disabled].button-square_small--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button-square_small--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button-square_small--as-text, .button-square_small--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button-square_small--as-text:hover, .button-square_small--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button-square_small--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button-square_small--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button-square_small--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button-square_small--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button-square_small--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button-square_small--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button-square_small--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button-square_small--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button-square_small--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button-square_small--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button-square_small--popup {
  border-radius: unset;
  flex: 1;
}
.button-square_small--popup:hover {
  background-color: #f9fafb;
}

.button-square_medium, .button-square_medium--popup, [disabled].button-square_medium--popup, .button-square_medium--yellow, [disabled].button-square_medium--yellow, .button-square_medium--blue, [disabled].button-square_medium--blue, .button-square_medium--orange, [disabled].button-square_medium--orange, .button-square_medium--red, [disabled].button-square_medium--red, .button-square_medium--green, [disabled].button-square_medium--green, .button-square_medium--as-text, .button-square_medium--as-text[disabled], .button-square_medium--disabled, .button-square_medium--disabled_popup, .button-square_medium[disabled], [disabled].button-square_medium--primary, [disabled].button-square_medium--secondary, [disabled].button-square_medium--tertiary, [disabled].button-square_medium--quaternary, [disabled].button-square_medium--fifth, [disabled].button-square_medium--inline, [disabled].button-square_medium--inherit, .button-square_medium--inherit, .button-square_medium--inline, .button-square_medium--fifth, .button-square_medium--quaternary, .button-square_medium--tertiary, .button-square_medium--secondary, .button-square_medium--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px;
}
.button-square_medium__icon {
  height: 20px;
  width: 20px;
}
.button-square_medium--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button-square_medium--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_medium--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button-square_medium--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button-square_medium--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button-square_medium--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button-square_medium--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button-square_medium--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button-square_medium--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button-square_medium--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_medium--inline {
  background-color: transparent;
  color: inherit;
}
.button-square_medium--inline:hover {
  color: #0073e6;
}
.button-square_medium--inherit {
  background-color: transparent;
  color: inherit;
}
.button-square_medium--disabled, .button-square_medium--disabled_popup, .button-square_medium[disabled], [disabled].button-square_medium--popup, [disabled].button-square_medium--yellow, [disabled].button-square_medium--blue, [disabled].button-square_medium--orange, [disabled].button-square_medium--red, [disabled].button-square_medium--green, [disabled].button-square_medium--as-text, [disabled].button-square_medium--disabled, [disabled].button-square_medium--disabled_popup, [disabled].button-square_medium--primary, [disabled].button-square_medium--secondary, [disabled].button-square_medium--tertiary, [disabled].button-square_medium--quaternary, [disabled].button-square_medium--fifth, [disabled].button-square_medium--inline, [disabled].button-square_medium--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button-square_medium--disabled:hover, .button-square_medium--disabled_popup:hover, .button-square_medium[disabled]:hover, [disabled].button-square_medium--popup:hover, [disabled].button-square_medium--yellow:hover, [disabled].button-square_medium--blue:hover, [disabled].button-square_medium--orange:hover, [disabled].button-square_medium--red:hover, [disabled].button-square_medium--green:hover, [disabled].button-square_medium--as-text:hover, [disabled].button-square_medium--primary:hover, [disabled].button-square_medium--secondary:hover, [disabled].button-square_medium--tertiary:hover, [disabled].button-square_medium--quaternary:hover, [disabled].button-square_medium--fifth:hover, [disabled].button-square_medium--inline:hover, [disabled].button-square_medium--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button-square_medium--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button-square_medium--as-text, .button-square_medium--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button-square_medium--as-text:hover, .button-square_medium--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button-square_medium--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button-square_medium--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button-square_medium--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button-square_medium--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button-square_medium--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button-square_medium--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button-square_medium--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button-square_medium--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button-square_medium--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button-square_medium--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button-square_medium--popup {
  border-radius: unset;
  flex: 1;
}
.button-square_medium--popup:hover {
  background-color: #f9fafb;
}

.button-square_big, .button-square_big--popup, [disabled].button-square_big--popup, .button-square_big--yellow, [disabled].button-square_big--yellow, .button-square_big--blue, [disabled].button-square_big--blue, .button-square_big--orange, [disabled].button-square_big--orange, .button-square_big--red, [disabled].button-square_big--red, .button-square_big--green, [disabled].button-square_big--green, .button-square_big--as-text, .button-square_big--as-text[disabled], .button-square_big--disabled, .button-square_big--disabled_popup, .button-square_big[disabled], [disabled].button-square_big--primary, [disabled].button-square_big--secondary, [disabled].button-square_big--tertiary, [disabled].button-square_big--quaternary, [disabled].button-square_big--fifth, [disabled].button-square_big--inline, [disabled].button-square_big--inherit, .button-square_big--inherit, .button-square_big--inline, .button-square_big--fifth, .button-square_big--quaternary, .button-square_big--tertiary, .button-square_big--secondary, .button-square_big--primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: fit-content;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.15s;
  cursor: pointer;
  white-space: nowrap;
  padding: 4px;
}
.button-square_big__icon {
  height: 24px;
  width: 24px;
}
.button-square_big--primary {
  background-color: #0073e6;
  color: #ffffff;
  border: thin solid #0073e6;
}
.button-square_big--primary:hover {
  background-color: #005bb5;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_big--secondary {
  background-color: #ffffff;
  color: #374151;
  border: thin solid #e5e7eb;
}
.button-square_big--secondary:hover {
  background-color: #f9fafb;
  color: #374151;
  border-color: #e5e7eb;
}
.button-square_big--tertiary {
  background-color: #eef4fc;
  color: #0073e6;
  border: thin solid transparent;
  font-weight: 500;
}
.button-square_big--tertiary:hover {
  background-color: #ddeaf8;
  color: #005bb5;
  border-color: transparent;
}
.button-square_big--quaternary {
  background-color: transparent;
  color: #6b7280;
  border: thin solid transparent;
}
.button-square_big--quaternary:hover {
  background-color: #f3f4f6;
  color: #374151;
  border-color: transparent;
}
.button-square_big--fifth {
  background-color: #ffffff;
  color: #0073e6;
  border: thin solid #0073e6;
}
.button-square_big--fifth:hover {
  background-color: #0073e6;
  color: #ffffff;
  border-color: #0073e6;
}
.button-square_big--inline {
  background-color: transparent;
  color: inherit;
}
.button-square_big--inline:hover {
  color: #0073e6;
}
.button-square_big--inherit {
  background-color: transparent;
  color: inherit;
}
.button-square_big--disabled, .button-square_big--disabled_popup, .button-square_big[disabled], [disabled].button-square_big--popup, [disabled].button-square_big--yellow, [disabled].button-square_big--blue, [disabled].button-square_big--orange, [disabled].button-square_big--red, [disabled].button-square_big--green, [disabled].button-square_big--as-text, [disabled].button-square_big--disabled, [disabled].button-square_big--disabled_popup, [disabled].button-square_big--primary, [disabled].button-square_big--secondary, [disabled].button-square_big--tertiary, [disabled].button-square_big--quaternary, [disabled].button-square_big--fifth, [disabled].button-square_big--inline, [disabled].button-square_big--inherit {
  background-color: #f5f7fa;
  color: #9ca3af;
  border: thin solid #f5f7fa;
  cursor: not-allowed;
}
.button-square_big--disabled:hover, .button-square_big--disabled_popup:hover, .button-square_big[disabled]:hover, [disabled].button-square_big--popup:hover, [disabled].button-square_big--yellow:hover, [disabled].button-square_big--blue:hover, [disabled].button-square_big--orange:hover, [disabled].button-square_big--red:hover, [disabled].button-square_big--green:hover, [disabled].button-square_big--as-text:hover, [disabled].button-square_big--primary:hover, [disabled].button-square_big--secondary:hover, [disabled].button-square_big--tertiary:hover, [disabled].button-square_big--quaternary:hover, [disabled].button-square_big--fifth:hover, [disabled].button-square_big--inline:hover, [disabled].button-square_big--inherit:hover {
  background-color: #9ca3af;
  color: #f5f7fa;
  border-color: #9ca3af;
}
.button-square_big--disabled_popup {
  border-radius: unset;
  flex: 1;
}
.button-square_big--as-text, .button-square_big--as-text[disabled] {
  width: fit-content;
  gap: 4px;
  border: none;
  padding: 2px;
  border-radius: 6px;
  font-size: inherit;
  color: #9ca3af;
  background: inherit;
}
.button-square_big--as-text:hover, .button-square_big--as-text[disabled]:hover {
  background-color: #f9fafb;
}
.button-square_big--green {
  background-color: #f0fdf4;
  color: #16a34a;
  border: thin solid #f0fdf4;
}
.button-square_big--green:hover {
  background-color: #16a34a;
  color: #f0fdf4;
  border-color: #16a34a;
}
.button-square_big--red {
  background-color: #fef2f2;
  color: #dc2626;
  border: thin solid #fef2f2;
}
.button-square_big--red:hover {
  background-color: #dc2626;
  color: #fef2f2;
  border-color: #dc2626;
}
.button-square_big--orange {
  background-color: #fffbeb;
  color: #f59e0b;
  border: thin solid #fffbeb;
}
.button-square_big--orange:hover {
  background-color: #f59e0b;
  color: #fffbeb;
  border-color: #f59e0b;
}
.button-square_big--blue {
  background-color: #e8f0f8;
  color: #0073e6;
  border: thin solid #e8f0f8;
}
.button-square_big--blue:hover {
  background-color: #0073e6;
  color: #e8f0f8;
  border-color: #0073e6;
}
.button-square_big--yellow {
  background-color: lightyellow;
  color: #ffd04c;
  border: thin solid lightyellow;
}
.button-square_big--yellow:hover {
  background-color: #ffd04c;
  color: lightyellow;
  border-color: #ffd04c;
}
.button-square_big--popup {
  border-radius: unset;
  flex: 1;
}
.button-square_big--popup:hover {
  background-color: #f9fafb;
}

/*# sourceMappingURL=button.css.f26d89f15f1c.map */
