/**** Colors ****/
/**** Socle commun ****/
/**** Couleurs ****/
/**** Tokens ****/
/* Sidebar (Added on 19/07/2022) */
@keyframes scaleAnimation {
  0%, 15% {
    transform: scale(1);
  }
  5%, 10% {
    transform: scale(1.3);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.3);
  }
  30% {
    opacity: 0.2;
    transform: scale(1);
  }
}
@keyframes spine {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Color */
/* Label */
/* Icon */
/* Border */
/* Background */
/* Border radius */
/* Border */
/**** Colors ****/
/**** Socle commun ****/
/**** Couleurs ****/
/**** Tokens ****/
/* Sidebar (Added on 19/07/2022) */
@keyframes scaleAnimation {
  0%, 15% {
    transform: scale(1);
  }
  5%, 10% {
    transform: scale(1.3);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.3);
  }
  30% {
    opacity: 0.2;
    transform: scale(1);
  }
}
@keyframes spine {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Color */
/* Label */
/* Icon */
/* Border */
/* Background */
/* Border radius */
/* Border */
/**** Colors ****/
/**** Socle commun ****/
/**** Couleurs ****/
/**** Tokens ****/
/* Sidebar (Added on 19/07/2022) */
/* Common */
/* Checkbox */
/* Radio */
/* Badge */
/* Toast */
/* Notification */
@keyframes scaleAnimation {
  0%, 15% {
    transform: scale(1);
  }
  5%, 10% {
    transform: scale(1.3);
  }
}
@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  10% {
    opacity: 1;
    transform: scale(1.3);
  }
  30% {
    opacity: 0.2;
    transform: scale(1);
  }
}
@keyframes spine {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* LEGACY */
:host {
  display: flex;
  height: max-content;
  width: max-content;
}
:host button.legacy,
:host a.legacy {
  cursor: pointer;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 16px !important;
  outline: 0 !important;
  padding: 11px 24px;
  text-decoration: none !important;
  text-transform: uppercase;
}
:host button.legacy .inner,
:host a.legacy .inner {
  display: flex;
  align-items: center;
}
:host button.legacy .inner .inner-icon,
:host a.legacy .inner .inner-icon {
  height: 16px;
  width: 16px;
}
:host button.legacy .inner .inner-icon .inner-icon-hover,
:host button.legacy .inner .inner-icon .inner-icon-active,
:host button.legacy .inner .inner-icon .inner-icon-disabled,
:host a.legacy .inner .inner-icon .inner-icon-hover,
:host a.legacy .inner .inner-icon .inner-icon-active,
:host a.legacy .inner .inner-icon .inner-icon-disabled {
  display: none;
}
:host button.legacy .inner .inner-icon .inner-icon-default,
:host a.legacy .inner .inner-icon .inner-icon-default {
  display: flex;
}
:host button.legacy .inner div.loading,
:host a.legacy .inner div.loading {
  animation: spine infinite 0.8s linear;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
:host button.legacy .inner label,
:host a.legacy .inner label {
  cursor: pointer;
  display: flex;
}
:host button.legacy.icon-left div.loading + label,
:host button.legacy.icon-left .inner-icon + label,
:host a.legacy.icon-left div.loading + label,
:host a.legacy.icon-left .inner-icon + label {
  margin-left: 8px;
}
:host button.legacy.icon-right div.loading,
:host button.legacy.icon-right .inner-icon,
:host a.legacy.icon-right div.loading,
:host a.legacy.icon-right .inner-icon {
  order: 1;
}
:host button.legacy.icon-right div.loading + label,
:host button.legacy.icon-right .inner-icon + label,
:host a.legacy.icon-right div.loading + label,
:host a.legacy.icon-right .inner-icon + label {
  margin-right: 8px;
}
:host button.legacy.font-s,
:host a.legacy.font-s {
  font-size: 10px !important;
  line-height: 14px !important;
}
:host button.legacy.font-s div.loading,
:host a.legacy.font-s div.loading {
  height: 10px;
  width: 10px;
}
:host button.legacy.font-s .inner-icon,
:host a.legacy.font-s .inner-icon {
  height: 14px;
  width: 14px;
}
:host button.legacy.font-s.icon-left div.loading + label,
:host button.legacy.font-s.icon-left .inner-icon + label,
:host a.legacy.font-s.icon-left div.loading + label,
:host a.legacy.font-s.icon-left .inner-icon + label {
  margin-left: 4px;
}
:host button.legacy.font-s.icon-right div.loading + label,
:host button.legacy.font-s.icon-right .inner-icon + label,
:host a.legacy.font-s.icon-right div.loading + label,
:host a.legacy.font-s.icon-right .inner-icon + label {
  margin-right: 4px;
}
:host button.legacy:hover .inner .inner-icon-default,
:host button.legacy:hover .inner .inner-icon-active,
:host button.legacy:hover .inner .inner-icon-disabled,
:host a.legacy:hover .inner .inner-icon-default,
:host a.legacy:hover .inner .inner-icon-active,
:host a.legacy:hover .inner .inner-icon-disabled {
  display: none;
}
:host button.legacy:hover .inner .inner-icon-hover,
:host a.legacy:hover .inner .inner-icon-hover {
  display: flex;
}
:host button.legacy:active .inner .inner-icon-default,
:host button.legacy:active .inner .inner-icon-hover,
:host button.legacy:active .inner .inner-icon-disabled,
:host a.legacy:active .inner .inner-icon-default,
:host a.legacy:active .inner .inner-icon-hover,
:host a.legacy:active .inner .inner-icon-disabled {
  display: none;
}
:host button.legacy:active .inner .inner-icon-active,
:host a.legacy:active .inner .inner-icon-active {
  display: flex;
}
:host button.legacy.loading, :host button.legacy:disabled, :host button.legacy.disabled,
:host a.legacy.loading,
:host a.legacy:disabled,
:host a.legacy.disabled {
  cursor: default;
}
:host button.legacy.loading label, :host button.legacy:disabled label, :host button.legacy.disabled label,
:host a.legacy.loading label,
:host a.legacy:disabled label,
:host a.legacy.disabled label {
  cursor: default;
}
:host button.legacy:disabled .inner .inner-icon-default,
:host button.legacy:disabled .inner .inner-icon-hover,
:host button.legacy:disabled .inner .inner-icon-active, :host button.legacy.disabled .inner .inner-icon-default,
:host button.legacy.disabled .inner .inner-icon-hover,
:host button.legacy.disabled .inner .inner-icon-active,
:host a.legacy:disabled .inner .inner-icon-default,
:host a.legacy:disabled .inner .inner-icon-hover,
:host a.legacy:disabled .inner .inner-icon-active,
:host a.legacy.disabled .inner .inner-icon-default,
:host a.legacy.disabled .inner .inner-icon-hover,
:host a.legacy.disabled .inner .inner-icon-active {
  display: none;
}
:host button.legacy:disabled .inner .inner-icon-disabled, :host button.legacy.disabled .inner .inner-icon-disabled,
:host a.legacy:disabled .inner .inner-icon-disabled,
:host a.legacy.disabled .inner .inner-icon-disabled {
  display: flex;
}
:host button.legacy.citeo.primary,
:host a.legacy.citeo.primary {
  background: #199edc;
  border: 1px solid #199edc;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.primary .inner div.loading,
:host a.legacy.citeo.primary .inner div.loading {
  border: 2px solid rgba(6, 60, 85, 0.5);
  border-top-color: #ffffff;
}
:host button.legacy.citeo.primary:hover,
:host a.legacy.citeo.primary:hover {
  background: #63bfea;
  border: 1px solid #63bfea;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.primary:active,
:host a.legacy.citeo.primary:active {
  background: #137daf;
  border: 1px solid #137daf;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.primary:disabled, :host button.legacy.citeo.primary.disabled,
:host a.legacy.citeo.primary:disabled,
:host a.legacy.citeo.primary.disabled {
  background: #cfd4da;
  border: 1px solid #cfd4da;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.primary.loading,
:host a.legacy.citeo.primary.loading {
  background: #63bfea;
  border: 1px solid #63bfea;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.secondary,
:host a.legacy.citeo.secondary {
  background: #373d45;
  border: 1px solid #373d45;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.secondary .inner div.loading,
:host a.legacy.citeo.secondary .inner div.loading {
  border: 2px solid rgba(6, 60, 85, 0.5);
  border-top-color: #ffffff;
}
:host button.legacy.citeo.secondary:hover,
:host a.legacy.citeo.secondary:hover {
  background: #199edc;
  border: 1px solid #199edc;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.secondary:active,
:host a.legacy.citeo.secondary:active {
  background: #137daf;
  border: 1px solid #137daf;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.secondary:disabled, :host button.legacy.citeo.secondary.disabled,
:host a.legacy.citeo.secondary:disabled,
:host a.legacy.citeo.secondary.disabled {
  background: #cfd4da;
  border: 1px solid #cfd4da;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.secondary.loading,
:host a.legacy.citeo.secondary.loading {
  background: #199edc;
  border: 1px solid #199edc;
  border-radius: 0;
  color: #ffffff;
}
:host button.legacy.citeo.tertiary,
:host a.legacy.citeo.tertiary {
  background: transparent;
  border: 1px solid #373d45;
  border-radius: 0;
  color: #373d45;
}
:host button.legacy.citeo.tertiary .inner div.loading,
:host a.legacy.citeo.tertiary .inner div.loading {
  border: 2px solid rgba(6, 60, 85, 0.5);
  border-top-color: #373d45;
}
:host button.legacy.citeo.tertiary:hover,
:host a.legacy.citeo.tertiary:hover {
  background: transparent;
  border: 1px solid #199edc;
  border-radius: 0;
  color: #199edc;
}
:host button.legacy.citeo.tertiary:active,
:host a.legacy.citeo.tertiary:active {
  background: transparent;
  border: 1px solid #137daf;
  border-radius: 0;
  color: #137daf;
}
:host button.legacy.citeo.tertiary:disabled, :host button.legacy.citeo.tertiary.disabled,
:host a.legacy.citeo.tertiary:disabled,
:host a.legacy.citeo.tertiary.disabled {
  background: transparent;
  border: 1px solid #cfd4da;
  border-radius: 0;
  color: #cfd4da;
}
:host button.legacy.citeo.tertiary.loading,
:host a.legacy.citeo.tertiary.loading {
  background: transparent;
  border: 1px solid #199edc;
  border-radius: 0;
  color: #199edc;
}
:host button.legacy.citeo.minimal,
:host a.legacy.citeo.minimal {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #373d45;
  position: relative;
  display: inline-block;
  padding: 11px 0;
}
:host button.legacy.citeo.minimal::after,
:host a.legacy.citeo.minimal::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 5px;
  width: 0;
  height: 2px;
  background-color: #373d45;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.citeo.minimal:hover::after,
:host a.legacy.citeo.minimal:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 2px;
}
:host button.legacy.citeo.minimal .inner div.loading,
:host a.legacy.citeo.minimal .inner div.loading {
  border: 2px solid rgba(6, 60, 85, 0.5);
  border-top-color: #373d45;
}
:host button.legacy.citeo.minimal.font-s,
:host a.legacy.citeo.minimal.font-s {
  position: relative;
  display: inline-block;
}
:host button.legacy.citeo.minimal.font-s::after,
:host a.legacy.citeo.minimal.font-s::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 2.5px;
  width: 0;
  height: 1px;
  background-color: #373d45;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.citeo.minimal.font-s:hover::after,
:host a.legacy.citeo.minimal.font-s:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 1px;
}
:host button.legacy.citeo.minimal:hover,
:host a.legacy.citeo.minimal:hover {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #373d45;
}
:host button.legacy.citeo.minimal:active,
:host a.legacy.citeo.minimal:active {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #373d45;
}
:host button.legacy.citeo.minimal:disabled, :host button.legacy.citeo.minimal.disabled,
:host a.legacy.citeo.minimal:disabled,
:host a.legacy.citeo.minimal.disabled {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #cfd4da;
}
:host button.legacy.citeo.minimal.loading,
:host a.legacy.citeo.minimal.loading {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #373d45;
}
:host button.legacy.citeo.minimal.loading, :host button.legacy.citeo.minimal:disabled, :host button.legacy.citeo.minimal.disabled,
:host a.legacy.citeo.minimal.loading,
:host a.legacy.citeo.minimal:disabled,
:host a.legacy.citeo.minimal.disabled {
  position: relative;
  display: inline-block;
}
:host button.legacy.citeo.minimal.loading::after, :host button.legacy.citeo.minimal:disabled::after, :host button.legacy.citeo.minimal.disabled::after,
:host a.legacy.citeo.minimal.loading::after,
:host a.legacy.citeo.minimal:disabled::after,
:host a.legacy.citeo.minimal.disabled::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 5px;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.citeo.minimal.loading:hover::after, :host button.legacy.citeo.minimal:disabled:hover::after, :host button.legacy.citeo.minimal.disabled:hover::after,
:host a.legacy.citeo.minimal.loading:hover::after,
:host a.legacy.citeo.minimal:disabled:hover::after,
:host a.legacy.citeo.minimal.disabled:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 2px;
}
:host button.legacy.citeo.minimal.loading.font-s, :host button.legacy.citeo.minimal:disabled.font-s, :host button.legacy.citeo.minimal.disabled.font-s,
:host a.legacy.citeo.minimal.loading.font-s,
:host a.legacy.citeo.minimal:disabled.font-s,
:host a.legacy.citeo.minimal.disabled.font-s {
  position: relative;
  display: inline-block;
}
:host button.legacy.citeo.minimal.loading.font-s::after, :host button.legacy.citeo.minimal:disabled.font-s::after, :host button.legacy.citeo.minimal.disabled.font-s::after,
:host a.legacy.citeo.minimal.loading.font-s::after,
:host a.legacy.citeo.minimal:disabled.font-s::after,
:host a.legacy.citeo.minimal.disabled.font-s::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 2.5px;
  width: 0;
  height: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.citeo.minimal.loading.font-s:hover::after, :host button.legacy.citeo.minimal:disabled.font-s:hover::after, :host button.legacy.citeo.minimal.disabled.font-s:hover::after,
:host a.legacy.citeo.minimal.loading.font-s:hover::after,
:host a.legacy.citeo.minimal:disabled.font-s:hover::after,
:host a.legacy.citeo.minimal.disabled.font-s:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 1px;
}
:host button.legacy.citeo.ghost,
:host a.legacy.citeo.ghost {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 11px 4px;
}
:host button.legacy.citeo.ghost .inner div.loading,
:host a.legacy.citeo.ghost .inner div.loading {
  border: 2px solid rgba(6, 60, 85, 0.5);
  border-top-color: #373d45;
}
:host button.legacy.citeo.ghost:hover,
:host a.legacy.citeo.ghost:hover {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
:host button.legacy.citeo.ghost:active,
:host a.legacy.citeo.ghost:active {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
:host button.legacy.citeo.ghost:disabled, :host button.legacy.citeo.ghost.disabled,
:host a.legacy.citeo.ghost:disabled,
:host a.legacy.citeo.ghost.disabled {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
:host button.legacy.citeo.ghost.loading,
:host a.legacy.citeo.ghost.loading {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
:host button.legacy.adelphe.primary,
:host a.legacy.adelphe.primary {
  background: #eaab32;
  border: 1px solid #eaab32;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.primary .inner div.loading,
:host a.legacy.adelphe.primary .inner div.loading {
  border: 2px solid #D58535;
  border-top-color: #ffffff;
}
:host button.legacy.adelphe.primary:hover,
:host a.legacy.adelphe.primary:hover {
  background: #d58535;
  border: 1px solid #d58535;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.primary:active,
:host a.legacy.adelphe.primary:active {
  background: #F3C52C;
  border: 1px solid #F3C52C;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.primary:disabled, :host button.legacy.adelphe.primary.disabled,
:host a.legacy.adelphe.primary:disabled,
:host a.legacy.adelphe.primary.disabled {
  background: #cfd4da;
  border: 1px solid #cfd4da;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.primary.loading,
:host a.legacy.adelphe.primary.loading {
  background: #eaab32;
  border: 1px solid #eaab32;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.secondary,
:host a.legacy.adelphe.secondary {
  background: #eaab32;
  border: 1px solid #eaab32;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.secondary .inner div.loading,
:host a.legacy.adelphe.secondary .inner div.loading {
  border: 2px solid #D58535;
  border-top-color: #ffffff;
}
:host button.legacy.adelphe.secondary:hover,
:host a.legacy.adelphe.secondary:hover {
  background: #d58535;
  border: 1px solid #d58535;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.secondary:active,
:host a.legacy.adelphe.secondary:active {
  background: #F3C52C;
  border: 1px solid #F3C52C;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.secondary:disabled, :host button.legacy.adelphe.secondary.disabled,
:host a.legacy.adelphe.secondary:disabled,
:host a.legacy.adelphe.secondary.disabled {
  background: #cfd4da;
  border: 1px solid #cfd4da;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.secondary.loading,
:host a.legacy.adelphe.secondary.loading {
  background: #eaab32;
  border: 1px solid #eaab32;
  border-radius: 24px;
  color: #ffffff;
}
:host button.legacy.adelphe.tertiary,
:host a.legacy.adelphe.tertiary {
  background: transparent;
  border: 1px solid #eaab32;
  border-radius: 24px;
  color: #eaab32;
}
:host button.legacy.adelphe.tertiary .inner div.loading,
:host a.legacy.adelphe.tertiary .inner div.loading {
  border: 2px solid #D58535;
  border-top-color: #F3C52C;
}
:host button.legacy.adelphe.tertiary:hover,
:host a.legacy.adelphe.tertiary:hover {
  background: transparent;
  border: 1px solid #d58535;
  border-radius: 24px;
  color: #d58535;
}
:host button.legacy.adelphe.tertiary:active,
:host a.legacy.adelphe.tertiary:active {
  background: transparent;
  border: 1px solid #F3C52C;
  border-radius: 24px;
  color: #F3C52C;
}
:host button.legacy.adelphe.tertiary:disabled, :host button.legacy.adelphe.tertiary.disabled,
:host a.legacy.adelphe.tertiary:disabled,
:host a.legacy.adelphe.tertiary.disabled {
  background: transparent;
  border: 1px solid #cfd4da;
  border-radius: 24px;
  color: #cfd4da;
}
:host button.legacy.adelphe.tertiary.loading,
:host a.legacy.adelphe.tertiary.loading {
  background: transparent;
  border: 1px solid #eaab32;
  border-radius: 24px;
  color: #eaab32;
}
:host button.legacy.adelphe.minimal,
:host a.legacy.adelphe.minimal {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #373d45;
  position: relative;
  display: inline-block;
  padding: 11px 0;
}
:host button.legacy.adelphe.minimal::after,
:host a.legacy.adelphe.minimal::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 5px;
  width: 0;
  height: 2px;
  background-color: #373d45;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.adelphe.minimal:hover::after,
:host a.legacy.adelphe.minimal:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 2px;
}
:host button.legacy.adelphe.minimal .inner div.loading,
:host a.legacy.adelphe.minimal .inner div.loading {
  border: 2px solid rgba(234, 171, 50, 0.5);
  border-top-color: #F3C52C;
}
:host button.legacy.adelphe.minimal.font-s,
:host a.legacy.adelphe.minimal.font-s {
  position: relative;
  display: inline-block;
}
:host button.legacy.adelphe.minimal.font-s::after,
:host a.legacy.adelphe.minimal.font-s::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 2.5px;
  width: 0;
  height: 1px;
  background-color: #373d45;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.adelphe.minimal.font-s:hover::after,
:host a.legacy.adelphe.minimal.font-s:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 1px;
}
:host button.legacy.adelphe.minimal:hover,
:host a.legacy.adelphe.minimal:hover {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #373d45;
}
:host button.legacy.adelphe.minimal:active,
:host a.legacy.adelphe.minimal:active {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #373d45;
}
:host button.legacy.adelphe.minimal:disabled, :host button.legacy.adelphe.minimal.disabled,
:host a.legacy.adelphe.minimal:disabled,
:host a.legacy.adelphe.minimal.disabled {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #cfd4da;
}
:host button.legacy.adelphe.minimal.loading,
:host a.legacy.adelphe.minimal.loading {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
  color: #373d45;
}
:host button.legacy.adelphe.minimal.loading, :host button.legacy.adelphe.minimal:disabled, :host button.legacy.adelphe.minimal.disabled,
:host a.legacy.adelphe.minimal.loading,
:host a.legacy.adelphe.minimal:disabled,
:host a.legacy.adelphe.minimal.disabled {
  position: relative;
  display: inline-block;
}
:host button.legacy.adelphe.minimal.loading::after, :host button.legacy.adelphe.minimal:disabled::after, :host button.legacy.adelphe.minimal.disabled::after,
:host a.legacy.adelphe.minimal.loading::after,
:host a.legacy.adelphe.minimal:disabled::after,
:host a.legacy.adelphe.minimal.disabled::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 5px;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.adelphe.minimal.loading:hover::after, :host button.legacy.adelphe.minimal:disabled:hover::after, :host button.legacy.adelphe.minimal.disabled:hover::after,
:host a.legacy.adelphe.minimal.loading:hover::after,
:host a.legacy.adelphe.minimal:disabled:hover::after,
:host a.legacy.adelphe.minimal.disabled:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 2px;
}
:host button.legacy.adelphe.minimal.loading.font-s, :host button.legacy.adelphe.minimal:disabled.font-s, :host button.legacy.adelphe.minimal.disabled.font-s,
:host a.legacy.adelphe.minimal.loading.font-s,
:host a.legacy.adelphe.minimal:disabled.font-s,
:host a.legacy.adelphe.minimal.disabled.font-s {
  position: relative;
  display: inline-block;
}
:host button.legacy.adelphe.minimal.loading.font-s::after, :host button.legacy.adelphe.minimal:disabled.font-s::after, :host button.legacy.adelphe.minimal.disabled.font-s::after,
:host a.legacy.adelphe.minimal.loading.font-s::after,
:host a.legacy.adelphe.minimal:disabled.font-s::after,
:host a.legacy.adelphe.minimal.disabled.font-s::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 2.5px;
  width: 0;
  height: 1px;
  background-color: transparent;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host button.legacy.adelphe.minimal.loading.font-s:hover::after, :host button.legacy.adelphe.minimal:disabled.font-s:hover::after, :host button.legacy.adelphe.minimal.disabled.font-s:hover::after,
:host a.legacy.adelphe.minimal.loading.font-s:hover::after,
:host a.legacy.adelphe.minimal:disabled.font-s:hover::after,
:host a.legacy.adelphe.minimal.disabled.font-s:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 1px;
}
:host button.legacy.adelphe.ghost,
:host a.legacy.adelphe.ghost {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 11px 4px;
}
:host button.legacy.adelphe.ghost .inner div.loading,
:host a.legacy.adelphe.ghost .inner div.loading {
  border: 2px solid rgba(234, 171, 50, 0.5);
  border-top-color: #F3C52C;
}
:host button.legacy.adelphe.ghost:hover,
:host a.legacy.adelphe.ghost:hover {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
}
:host button.legacy.adelphe.ghost:active,
:host a.legacy.adelphe.ghost:active {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
}
:host button.legacy.adelphe.ghost:disabled, :host button.legacy.adelphe.ghost.disabled,
:host a.legacy.adelphe.ghost:disabled,
:host a.legacy.adelphe.ghost.disabled {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
}
:host button.legacy.adelphe.ghost.loading,
:host a.legacy.adelphe.ghost.loading {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 24px;
}

/* END LEGACY */
/* BUTTON PROPERTIES DEFAULT VALUES */
/* BUTTON STYLES */
/* BACKGROUNDS */
/* (Default) */
/* (Active) */
/* (Disabled) */
/* (Hover) */
/* (Loading) */
/* BORDERS */
/* (Default) */
/* (Active) */
/* (Disabled) */
/* (Hover) */
/* (Loading) */
/* TEXT COLORS */
/* (Default) */
/* (Active) */
/* (Disabled) */
/* (Hover) */
/* (Loading) */
/* SPINNER COLORS */
:host(.not-legacy) {
  width: var(--ds-button-width, max-content);
}
:host(.not-legacy) button {
  display: flex;
  border-radius: var(--ds-button-border-radius, 0);
  padding: var(--ds-button-padding, 11px 24px);
  width: var(--ds-button-width, max-content);
}
:host(.not-legacy) button .button-inner {
  align-items: center;
  display: flex;
  font-style: normal;
  font-weight: 600;
  justify-content: center;
  outline: 0;
  transition: all 200ms ease-in-out;
  gap: var(--ds-button-gap, 8px);
  text-transform: var(--ds-button-text-transform, uppercase);
  width: var(--ds-button-width, max-content);
}
:host(.not-legacy) button:not(:disabled):not(.loading) {
  cursor: pointer;
}
:host(.not-legacy) button:disabled, :host(.not-legacy) button.loading {
  cursor: default;
  pointer-events: none !important;
}
:host(.not-legacy) button.loading .spinner {
  animation: spinnerRotation 800ms linear infinite;
  border-style: solid;
  border-width: 2px;
}
:host(.not-legacy) button.medium {
  font-size: 14px;
  line-height: 16px;
  --ds-icon-height: var(--ds-icon-size-m, 16px);
  --ds-icon-width: var(--ds-icon-size-m, 16px);
}
:host(.not-legacy) button.small {
  font-size: 10px;
  line-height: 14px;
  --ds-icon-height: var(--ds-icon-size-s, 14px);
  --ds-icon-width: var(--ds-icon-size-s, 14px);
}
:host(.not-legacy) button.primary:not(:disabled):not(.loading) {
  --ds-icon-fill: var(--ds-icon-fill-primary, white);
}
:host(.not-legacy) button.primary:not(:disabled):not(.loading):active {
  --ds-icon-fill: var(--ds-icon-fill-primary-active, white);
}
:host(.not-legacy) button.primary:not(:disabled):not(.loading):hover:not(:active) {
  --ds-icon-fill: var(--ds-icon-fill-primary-hover, white);
}
:host(.not-legacy) button.primary:disabled {
  --ds-icon-fill: var(--ds-icon-fill-primary-disabled, white);
}
:host(.not-legacy) button.secondary:not(:disabled):not(.loading) {
  --ds-icon-fill: var(--ds-icon-fill-secondary, white);
}
:host(.not-legacy) button.secondary:not(:disabled):not(.loading):active {
  --ds-icon-fill: var(--ds-icon-fill-secondary-active, white);
}
:host(.not-legacy) button.secondary:not(:disabled):not(.loading):hover:not(:active) {
  --ds-icon-fill: var(--ds-icon-fill-secondary-hover, white);
}
:host(.not-legacy) button.secondary:disabled {
  --ds-icon-fill: var(--ds-icon-fill-secondary-disabled, white);
}
:host(.not-legacy) button.tertiary:not(:disabled):not(.loading) {
  --ds-icon-fill: var(--ds-icon-fill-tertiary, #373d45);
}
:host(.not-legacy) button.tertiary:not(:disabled):not(.loading):active {
  --ds-icon-fill: var(--ds-icon-fill-tertiary-active, #137daf);
}
:host(.not-legacy) button.tertiary:not(:disabled):not(.loading):hover:not(:active) {
  --ds-icon-fill: var(--ds-icon-fill-tertiary-hover, #199edc);
}
:host(.not-legacy) button.tertiary:disabled {
  --ds-icon-fill: var(--ds-icon-fill-tertiary-disabled, #cfd4da);
}
:host(.not-legacy) button.minimal {
  position: relative;
  display: inline-block;
}
:host(.not-legacy) button.minimal::after {
  content: "";
  position: relative;
  float: right;
  right: 0;
  bottom: -1px;
  margin-top: 8px;
  width: 0;
  height: 2px;
  background-color: #373d45;
  transition: all 0.3s ease;
  transform: translateZ(0) scale(1, 1);
}
:host(.not-legacy) button.minimal:hover::after {
  float: left;
  left: 0;
  width: 100%;
  height: 2px;
}
:host(.not-legacy) button.minimal:not(:disabled):not(.loading) {
  --ds-icon-fill: var(--ds-icon-fill-minimal, #373d45);
}
:host(.not-legacy) button.minimal:not(:disabled):not(.loading):active {
  --ds-icon-fill: var(--ds-icon-fill-minimal-active, #373d45);
}
:host(.not-legacy) button.minimal:not(:disabled):not(.loading):hover:not(:active) {
  --ds-icon-fill: var(--ds-icon-fill-minimal-hover, #373d45);
}
:host(.not-legacy) button.minimal:disabled {
  --ds-icon-fill: var(--ds-icon-fill-minimal-disabled, #cfd4da);
}
:host(.not-legacy) button.ghost:not(:disabled):not(.loading) {
  --ds-icon-fill: var(--ds-icon-fill-ghost, #373d45);
}
:host(.not-legacy) button.ghost:not(:disabled):not(.loading):active {
  --ds-icon-fill: var(--ds-icon-fill-ghost-active, #137daf);
}
:host(.not-legacy) button.ghost:not(:disabled):not(.loading):hover:not(:active) {
  --ds-icon-fill: var(--ds-icon-fill-ghost-hover, #199edc);
}
:host(.not-legacy) button.ghost:disabled {
  --ds-icon-fill: var(--ds-icon-fill-ghost-disabled, #cfd4da);
}
:host(.not-legacy) button.minimal {
  padding: var(--ds-button-padding, 11px 0 0 0);
}
:host(.not-legacy) button.ghost {
  padding: var(--ds-button-padding, 11px 4px);
}
:host(.not-legacy) button.primary:not(:disabled):not(.loading) {
  background-color: var(--ds-button-background-color-primary, #199edc);
  border: var(--ds-button-border-primary, 0);
  color: var(--ds-button-color-primary, #ffffff);
}
:host(.not-legacy) button.primary:not(:disabled):not(.loading):active {
  background-color: var(--ds-button-background-color-primary-active, #137daf);
  border: var(--ds-button-border-primary-active, 0);
  color: var(--ds-button-color-primary-active, #ffffff);
}
:host(.not-legacy) button.primary:not(:disabled):not(.loading):hover:not(:active) {
  background-color: var(--ds-button-background-color-primary-hover, #63bfea);
  border: var(--ds-button-border-primary-hover, 0);
  color: var(--ds-button-color-primary-hover, #ffffff);
}
:host(.not-legacy) button.primary:disabled {
  background-color: var(--ds-button-background-color-primary-disabled, #cfd4da);
  border: var(--ds-button-border-primary-disabled, 0);
  color: var(--ds-button-color-primary-disabled, #ffffff);
}
:host(.not-legacy) button.primary.loading {
  background-color: var(--ds-button-background-color-primary-loading, #63bfea);
  border: var(--ds-button-border-primary-loading, 0);
  color: var(--ds-button-color-primary-loading, #ffffff);
}
:host(.not-legacy) button.primary.loading .spinner {
  border-color: var(--ds-button-spinner-stroke-color-primary, rgba(6, 60, 85, 0.5));
  border-top-color: var(--ds-button-spinner-color-primary, #ffffff);
  border-radius: var(--ds-button-spinner-size, 12px);
  height: var(--ds-button-spinner-size, 12px);
  width: var(--ds-button-spinner-size, 12px);
}
:host(.not-legacy) button.secondary:not(:disabled):not(.loading) {
  background-color: var(--ds-button-background-color-secondary, #373d45);
  border: var(--ds-button-border-secondary, 0);
  color: var(--ds-button-color-secondary, #ffffff);
}
:host(.not-legacy) button.secondary:not(:disabled):not(.loading):active {
  background-color: var(--ds-button-background-color-secondary-active, #137daf);
  border: var(--ds-button-border-secondary-active, 0);
  color: var(--ds-button-color-secondary-active, #ffffff);
}
:host(.not-legacy) button.secondary:not(:disabled):not(.loading):hover:not(:active) {
  background-color: var(--ds-button-background-color-secondary-hover, #199edc);
  border: var(--ds-button-border-secondary-hover, 0);
  color: var(--ds-button-color-secondary-hover, #ffffff);
}
:host(.not-legacy) button.secondary:disabled {
  background-color: var(--ds-button-background-color-secondary-disabled, #cfd4da);
  border: var(--ds-button-border-secondary-disabled, 0);
  color: var(--ds-button-color-secondary-disabled, #ffffff);
}
:host(.not-legacy) button.secondary.loading {
  background-color: var(--ds-button-background-color-secondary-loading, #199edc);
  border: var(--ds-button-border-secondary-loading, 0);
  color: var(--ds-button-color-secondary-loading, #ffffff);
}
:host(.not-legacy) button.secondary.loading .spinner {
  border-color: var(--ds-button-spinner-stroke-color-secondary, rgba(6, 60, 85, 0.5));
  border-top-color: var(--ds-button-spinner-color-secondary, #ffffff);
  border-radius: var(--ds-button-spinner-size, 12px);
  height: var(--ds-button-spinner-size, 12px);
  width: var(--ds-button-spinner-size, 12px);
}
:host(.not-legacy) button.tertiary:not(:disabled):not(.loading) {
  background-color: var(--ds-button-background-color-tertiary, transparent);
  border: var(--ds-button-border-tertiary, 1px solid #373d45);
  color: var(--ds-button-color-tertiary, #373d45);
}
:host(.not-legacy) button.tertiary:not(:disabled):not(.loading):active {
  background-color: var(--ds-button-background-color-tertiary-active, transparent);
  border: var(--ds-button-border-tertiary-active, 1px solid #137daf);
  color: var(--ds-button-color-tertiary-active, #137daf);
}
:host(.not-legacy) button.tertiary:not(:disabled):not(.loading):hover:not(:active) {
  background-color: var(--ds-button-background-color-tertiary-hover, transparent);
  border: var(--ds-button-border-tertiary-hover, 1px solid #199edc);
  color: var(--ds-button-color-tertiary-hover, #199edc);
}
:host(.not-legacy) button.tertiary:disabled {
  background-color: var(--ds-button-background-color-tertiary-disabled, transparent);
  border: var(--ds-button-border-tertiary-disabled, 1px solid #cfd4da);
  color: var(--ds-button-color-tertiary-disabled, #cfd4da);
}
:host(.not-legacy) button.tertiary.loading {
  background-color: var(--ds-button-background-color-tertiary-loading, transparent);
  border: var(--ds-button-border-tertiary-loading, 1px solid #199edc);
  color: var(--ds-button-color-tertiary-loading, #199edc);
}
:host(.not-legacy) button.tertiary.loading .spinner {
  border-color: var(--ds-button-spinner-stroke-color-tertiary, rgba(6, 60, 85, 0.5));
  border-top-color: var(--ds-button-spinner-color-tertiary, #199edc);
  border-radius: var(--ds-button-spinner-size, 12px);
  height: var(--ds-button-spinner-size, 12px);
  width: var(--ds-button-spinner-size, 12px);
}
:host(.not-legacy) button.minimal:not(:disabled):not(.loading) {
  background-color: var(--ds-button-background-color-minimal, transparent);
  border: var(--ds-button-border-minimal, 0);
  color: var(--ds-button-color-minimal, #373d45);
}
:host(.not-legacy) button.minimal:not(:disabled):not(.loading):active {
  background-color: var(--ds-button-background-color-minimal-active, transparent);
  border: var(--ds-button-border-minimal-active, 0);
  color: var(--ds-button-color-minimal-active, #373d45);
}
:host(.not-legacy) button.minimal:not(:disabled):not(.loading):hover:not(:active) {
  background-color: var(--ds-button-background-color-minimal-hover, transparent);
  border: var(--ds-button-border-minimal-hover, 0);
  color: var(--ds-button-color-minimal-hover, #373d45);
}
:host(.not-legacy) button.minimal:disabled {
  background-color: var(--ds-button-background-color-minimal-disabled, transparent);
  border: var(--ds-button-border-minimal-disabled, 0);
  color: var(--ds-button-color-minimal-disabled, #cfd4da);
}
:host(.not-legacy) button.minimal.loading {
  background-color: var(--ds-button-background-color-minimal-loading, transparent);
  border: var(--ds-button-border-minimal-loading, 0);
  color: var(--ds-button-color-minimal-loading, #373d45);
}
:host(.not-legacy) button.minimal.loading .spinner {
  border-color: var(--ds-button-spinner-stroke-color-minimal, rgba(6, 60, 85, 0.5));
  border-top-color: var(--ds-button-spinner-color-minimal, #373d45);
  border-radius: var(--ds-button-spinner-size, 12px);
  height: var(--ds-button-spinner-size, 12px);
  width: var(--ds-button-spinner-size, 12px);
}
:host(.not-legacy) button.ghost:not(:disabled):not(.loading) {
  background-color: var(--ds-button-background-color-ghost, transparent);
  border: var(--ds-button-border-ghost, 0);
  color: var(--ds-button-color-ghost, transparent);
}
:host(.not-legacy) button.ghost:not(:disabled):not(.loading):active {
  background-color: var(--ds-button-background-color-ghost-active, transparent);
  border: var(--ds-button-border-ghost-active, 0);
  color: var(--ds-button-color-ghost-active, transparent);
}
:host(.not-legacy) button.ghost:not(:disabled):not(.loading):hover:not(:active) {
  background-color: var(--ds-button-background-color-ghost-hover, transparent);
  border: var(--ds-button-border-ghost-hover, 0);
  color: var(--ds-button-color-ghost-hover, transparent);
}
:host(.not-legacy) button.ghost:disabled {
  background-color: var(--ds-button-background-color-ghost-disabled, transparent);
  border: var(--ds-button-border-ghost-disabled, 0);
  color: var(--ds-button-color-ghost-disabled, transparent);
}
:host(.not-legacy) button.ghost.loading {
  background-color: var(--ds-button-background-color-ghost-loading, transparent);
  border: var(--ds-button-border-ghost-loading, 0);
  color: var(--ds-button-color-ghost-loading, transparent);
}
:host(.not-legacy) button.ghost.loading .spinner {
  border-color: var(--ds-button-spinner-stroke-color-ghost, rgba(6, 60, 85, 0.5));
  border-top-color: var(--ds-button-spinner-color-ghost, #373d45);
  border-radius: var(--ds-button-spinner-size, 12px);
  height: var(--ds-button-spinner-size, 12px);
  width: var(--ds-button-spinner-size, 12px);
}
@keyframes spinnerRotation {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

:host(.fixed-width) {
  width: max-content;
}
:host(.fixed-width) button .button-inner {
  width: max-content;
}