.login-father {
  background-image: url(https://unifoodapp.com/static/media/Login.50e3391527a2a92cc9b6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: top;
  min-height: 50vh;
  max-height: 100vh;
  display: flex;
  justify-content: flex-end;
}
.step-3-background {
  background-image: url(https://unifoodapp.com/static/media/invitar-plan.8a244b8b1c5319bc30ae.png);
}
.login-father .left-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1vw;
}

.left-side .logo {
  width: 10vw;
  margin: 1vw 0 0 1vw;
}

.trial-text {
  color: #fff;
  text-align: center;
  font-family: 'Nordique Pro Bold', sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 99%;
  letter-spacing: 0.5vw;
  padding: 0 2vw 2vw;
}
.auth-form {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  width: 50%;
  padding: 0 10vw;
  height: 100vh;
  overflow-y: auto; /* Permitir scroll en el contenedor padre */
}
.login-form {
  height: auto; /* Permitir que se expanda automáticamente */
  max-height: none; /* Quitar la limitación de altura máxima */
  overflow-y: auto;
  margin: 2vw auto;
  max-width: 90vw;
  position: relative;
  /* Ocultar scrollbar del formulario también */
  -ms-overflow-style: none; /* IE and Edge */
}
.login-form::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
  width: 0;
  height: 0;
}
.login-form h2 {
  color: #000;
  font-family: 'Nordique Pro Bold', sans-serif;
  font-size: clamp(4vw, 6vw, 8vw);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.075vw;
  margin-bottom: 3vw;
  margin-top: 1vw;
  text-align: center;
  word-wrap: break-word;
}
.login-form p, .register-link a {
  color: #000;
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 0.833vw;  /* 16px at 1920px viewport width */
  font-weight: 500;
  line-height: 1.25vw;  /* 24px at 1920px viewport width */
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.login-form .input-form-auth {
  display: block;
  margin-bottom: 1.354vw;
}
.login-form label {
  color: #000;
  font-family: 'Montserrat Bold', sans-serif;
  font-size: 0.833vw;
  font-style: normal;
  font-weight: 700;
}
.login-form .input-form-auth {
  width: 100%;
  border-radius: 8px;
  background: rgba(1, 180, 148, 0.06);
  height: 2.708vw;
}
.extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.354vw;
}
button.olvide-contraseña {
  border: medium none currentColor;
  border: initial;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  font-family: 'Montserrat Medium';
  font-size: 0.625vw;
  cursor: pointer;
}
.olvide-contraseña {
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 0.625vw;  /* 12px at 1920px viewport width */
  font-weight: 500;
  line-height: 0.75vw;  /* 14.4px at 1920px viewport width */
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: inherit;
}
.login-form .login-button {
  width: 100%;
  font-size: 0.938vw;
  border-radius: 20px;
  font-family: 'Montserrat Bold';
  padding: 0.781vw 2.083vw;
  margin-bottom: 1.354vw;
  background-color: var(--primary-color);
  border: medium none currentColor;
  border: initial;
  color: #fff;
  cursor: pointer;
}
.checkbox-label {
  margin-left: 1vw;
}
/* Commenting out social login styles for now
.separator-line {
  width: 100%;
  background-color: #adadad;
  border: none;
  height: 1px;
  margin-bottom: 1vw;
}

.social-button {
  border-radius: 10px;
  background: #e4e4e4;
  box-shadow: 0px 4px 37.6px 0px rgba(0, 0, 0, 0.1);
  width: 3.9vw;
  height: 3.96vw;
  flex-shrink: 0;
  border: unset;
  padding: 0.5vw;
  cursor: pointer;
}

.social-button:hover {
  background: #d4d4d4;
}

.social-button img {
  width: 100%;
  height: auto;
}

.social-login {
  display: flex;
  justify-content: space-between;
}

.col-icon-log {
  display: flex;
  flex-direction: column;
  align-items: center;
}
*/
.auth-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.auth-form input[type='text'],
.auth-form input[type='email'],
.auth-form input[type='password'] {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.auth-form .login-button:hover {
  background-color: #01876d;
}
button.registro-btn {
  background-color: transparent;
  background-color: initial;
  border: medium none currentColor;
  border: initial;
  cursor: pointer;
  font-size: 0.833vw;
}
.password-requirements {
  margin-top: 10px;
  margin-bottom: 20px;
}

.requirement {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.requirement-icon {
  margin-right: 5px;
}

.valid {
  color: green !important;
}

.invalid {
  color: red !important;
}

/* País: input con filtrado al escribir */
.country-autocomplete-wrapper {
  position: relative;
  width: 100%;
}
.country-autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 12rem;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.country-autocomplete-item {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 0.833vw;
}
.country-autocomplete-item:hover:not(.country-autocomplete-item--empty) {
  background: rgba(1, 180, 148, 0.1);
}
.country-autocomplete-item--empty {
  cursor: default;
  color: #666;
}

.olvide-contraseña:hover, .register-link a:hover {
  color: #01876d;
}

p.montserrat_500.register-link strong {
  font-size: 1vw;
}
.auth-container {
  min-height: 100vh;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw;
  /* Ocultar scrollbar */
  -ms-overflow-style: none; /* IE y Edge */
}

.auth-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari y Opera */
  width: 0;
  height: 0;
}

/* Sistema de navegación flotante mejorado */
.scroll-navigation {
  position: fixed;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.scroll-btn {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5vw;
  color: #fff;
  background: var(--primary-color);
  box-shadow: 0 0.5vw 2vw rgba(1, 180, 148, 0.3);
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: all;
}

.scroll-btn:hover:not(.disabled) {
  transform: scale(1.1);
  box-shadow: 0 0.8vw 3vw rgba(1, 180, 148, 0.5);
  background: #01876d;
}

.scroll-btn:active:not(.disabled) {
  transform: scale(0.95);
  transition: transform 0.1s ease;
}

.scroll-btn.disabled {
  background: #cccccc;
  cursor: not-allowed;
  box-shadow: 0 0.2vw 0.8vw rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}

.scroll-btn.disabled:hover {
  transform: none;
  background: #cccccc;
  box-shadow: 0 0.2vw 0.8vw rgba(0, 0, 0, 0.1);
}

.scroll-btn span {
  font-weight: bold;
  line-height: 1;
}

/* Flecha hacia abajo */
.scroll-btn.scroll-down span {
  transform: rotate(0deg);
}

/* Flecha hacia arriba */
.scroll-btn.scroll-up span {
  transform: rotate(180deg);
}

/* Animaciones de entrada escalonadas */
.scroll-btn.scroll-down {
  transition-delay: 0.1s;
}

.scroll-btn.scroll-up {
  transition-delay: 0.2s;
}

/* Responsive para pantallas muy pequeñas */
@media (max-width: 480px) {
  .login-father {
    /*  
      var(--primary-color)
    */
    background-color: #fff;
    background-image: none;
    background-image: initial;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  .login-father .left-side {
    width: 100% !important;
    align-items: center !important;
  }
  .auth-form {
    padding: 0 5vw;
    width: 90% !important;
  }
  .login-form {
    padding: 4vw;
    margin: 1vw;
    max-width: 95vw;
    max-height: none; /* Quitar limitación también en móvil */
    height: auto;
  }
  .login-form h2 {
    font-size: 6vw;
    margin-bottom: 4vw;
    margin-top: 0;
  }
  .login-form p {
    font-size: 3vw;
    padding-bottom: 8vw;
    text-align: center;
    line-height: 5vw;
  }
  .login-form label {
    font-size: 4.5vw;
  }
  .login-form .input-form-auth {
    margin: 2vw 0;
    padding: 3vw !important;
  }

  .left-side .logo {
    background-color: var(--primary-color);
    padding: 5vw 30vw;
    width: 90vw !important;
    border-radius: 8vw;
    margin-top: 8vw !important;
  }

  .trial-text {
    display: none;
  }
  .extras {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .extras a {
    margin: 2vw 0 1vw !important;
    color: #000;
    font-family: 'Montserrat Medium';
    font-size: 3vw;
  }
  .extras .checkbox-label {
    font-family: 'Montserrat Medium';
    font-synthesis: none;
  }
  p.montserrat_500.register-link strong {
    font-size: 3vw;
  }
  .login-form .login-button {
    font-size: 5vw;
    padding: 2vw 15vw;
    margin-bottom: 8vw;
  }
  .auth-container {
    padding: 1vw;
    align-items: flex-start;
    padding-top: 2vh;
  }
  .scroll-navigation {
    right: 5vw;
    gap: 3vw;
  }
  
  .scroll-btn {
    width: 12vw;
    height: 12vw;
    font-size: 4vw;
  }
  
  .scroll-indicator {
    right: 4vw;
    width: 1vw;
    height: 20vw;
  }
}

/* Para pantallas medianas */
@media (min-width: 481px) and (max-width: 768px) {
  .login-form h2 {
    font-size: 5vw;
  }
  .scroll-btn {
    width: 5vw;
    height: 5vw;
    font-size: 2vw;
  }
  
  .scroll-navigation {
    right: 4vw;
  }
}

/* Para pantallas grandes */
@media (min-width: 769px) {
  .login-form h2 {
    font-size: 3vw;
  }
}

.popup-content{margin:auto;background:#fff;width:50%;padding:5px;border:1px solid #d7d7d7}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:5px}.popup-overlay{background:rgba(0,0,0,.5)}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));color:#fff;stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px;left:0;right:0;top:0;bottom:0}
/* Bienvenida.css */

.bienvenida-container {
  display: flex;
  height: 100vh;
  background-image: url(https://unifoodapp.com/static/media/Personalizacion.4d6f11f2a7a2aca05ed6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side {
  flex: 1 1;
  /* Aquí puedes agregar estilos adicionales para el lado izquierdo */
}

.right-side {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  /* Aquí puedes agregar estilos adicionales para el contenido del lado derecho */
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  height: 50vh;
  font-family: 'Montserrat Medium';
}
.content h1 {
  font-family: 'Nordique Pro Bold';
  font-size: 1.458vw;
}
.left-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1vw;
}

.left-side .logo {
  width: 10vw;
  margin: 1vw 0 0 1vw;
}

.trial-text {
  color: #fff;
  text-align: center;
  font-family: 'Nordique Pro Bold', sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 99%;
  letter-spacing: 0.5vw;
  padding: 0 2vw 2vw;
}

/* En Bienvenida.css */
.custom-button {
  display: block;
  width: 100%;
  border-radius: 1.25rem;
  background: rgba(1, 180, 148, 0.1);
  margin-bottom: 10px; /* Añade un espacio entre los botones */
  font-family: 'Montserrat Medium';
  font-size: 0.781vw;
  padding: 1.146vw;
  border: none;
  cursor: pointer;
}

.custom-button:hover {
  background: var(--primary-color);
  color: #fff;
}

@media screen and (max-width: 480px) {
  .bienvenida-container {
    background-image: none;
    background-image: initial;
    display: block;
  }
  .left-side {
    width: auto;
    width: initial;
    align-items: initial;
  }
  .bienvenida-container .left-side .logo {
    margin: 12vw 0 0 5vw!important;
    width: 90%!important;
  }
  .bienvenida-container .right-side .smiley {
    width: 15vw;
    margin: 5vw 0;
  }
  .bienvenida-container .right-side h1 {
    font-size: 5.641vw;
    font-family: 'Montserrat Medium';
    font-weight: 700;
    line-height: 6.769vw;
    margin-bottom: 2vh;
  }
  .bienvenida-container .right-side p {
    font-size: 4.103vw;
    font-family: 'Montserrat Medium';
    font-weight: 500;
    line-height: 6.154vw;
    text-align: justify;
    color: #5F5B71;
    margin-bottom: 1vh;
  }
  .bienvenida-container .right-side .custom-button {
    font-size: 3.59vw;
    padding: 2.083vw;
    color: var(--primary-color);
    font-size: 4.103vw;
    font-family: 'Montserrat Medium';
    font-weight: 500;
  }
  .bienvenida-container .right-side .custom-button:hover {
    background: var(--primary-color);
    color: #fff;
  }
  .bienvenida-container .right-side .custom-button:last-child {
    margin-bottom: 2vh;
  }
}
.react-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}

.react-tagsinput--focused {
  border-color: #a5d24a;
}

.react-tagsinput-tag {
  background-color: #cde69c;
  border-radius: 2px;
  border: 1px solid #a5d24a;
  color: #638421;
  display: inline-block;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
}

.react-tagsinput-remove {
  cursor: pointer;
  font-weight: bold;
}

.react-tagsinput-tag a::before {
  content: " ×";
}

.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}

:root {
  /* Colores */
  --color-verde: #01b494;
  --color-rojo: #FE595D;
  --color-amarillo: #FFC82F;
  --color-rosado: #F597BB;

  /* Typography Fluid Variables */
  /* H1: 48px desktop | 34px mobile */
  --fluid-font-h1: min(max(34px, calc(34px + (48 - 34) * ((100vw - 480px) / (1920 - 480)))), 48px);

  /* H2: 32px desktop | 22px mobile */
  --fluid-font-h2: min(max(22px, calc(22px + (32 - 22) * ((100vw - 480px) / (1920 - 480)))), 32px);

  /* H3: 22px desktop | 14px mobile */
  --fluid-font-h3: min(max(14px, calc(14px + (22 - 14) * ((100vw - 480px) / (1920 - 480)))), 22px);

  /* Párrafo: 16px desktop | 16px mobile */
  --fluid-font-p: min(max(16px, calc(16px + (16 - 16) * ((100vw - 480px) / (1920 - 480)))), 16px);

  /* Botón: 18px desktop | 16px mobile */
  --fluid-font-button: min(max(16px, calc(16px + (18 - 16) * ((100vw - 480px) / (1920 - 480)))), 18px);

  /* Info: 12px desktop | 9px mobile */
  --fluid-font-info: min(max(9px, calc(9px + (12 - 9) * ((100vw - 480px) / (1920 - 480)))), 12px);

  /* Input: 16px desktop | 14px mobile */
  --fluid-font-input: min(max(14px, calc(14px + (16 - 14) * ((100vw - 480px) / (1920 - 480)))), 16px);

  /* Filtros: 18px desktop | 14px mobile */
  --fluid-font-filter: min(max(14px, calc(14px + (18 - 14) * ((100vw - 480px) / (1920 - 480)))), 18px);
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scrollbar-width: none;
}
body {
  font-size: 16px; /* 1rem = 10px */
  background-color: #fff; /* Cambia según tu diseño #f8f8f8*/
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'Nordique Pro Regular';
  src: url(https://unifoodapp.com/static/media/NordiquePro-Regular.725888aee5b6ffe4c94a.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nordique Pro Bold';
  src: url(https://unifoodapp.com/static/media/NordiquePro-Bold.b10f1dc092f99577fc69.woff2) format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nordique Pro Light';
  src: url(https://unifoodapp.com/static/media/NordiquePro-Light.2dc63626ab41ee588679.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nordique Pro Semibold';
  src: url(https://unifoodapp.com/static/media/NordiquePro-Semibold.4abe5b70f0ccd8281151.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nordique Pro Inline';
  src: url(https://unifoodapp.com/static/media/NordiquePro-Inline.8b7f7af8b07f68820b67.woff2) format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Medium';
  src: url(https://unifoodapp.com/static/media/Montserrat-Medium.c958708879ad931398b6.woff2) format('woff2');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Light';
  src: url(https://unifoodapp.com/static/media/Montserrat-Light.a06ed405e6234b7e22f4.woff2) format('woff2');
  font-weight: lighter;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url(https://unifoodapp.com/static/media/Montserrat-Bold.464e4eb649cc2d15d413.woff2) format('woff2');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Black';
  src: url(https://unifoodapp.com/static/media/Montserrat-Black.1bfe8e250e2bfb4a79d5.woff2) format('woff2');
  font-weight: bolder;
  font-display: swap;
}
ul {
  list-style: none; /* Elimina la decoración de los elementos de lista */
}

a {
  text-decoration: none; /* Elimina el subrayado de los enlaces */
}
h2 {
  margin: 0;
}
.verde {
  border-color: var(--primary-color);
}
.amarillo {
  border-color: #ffc82f;
}
.rosado {
  border-color: #f597bb;
}
.rojo {
  border-color: #fe595d;
}
.nordique_normal {
  font-family: 'Nordique Pro Regular', sans-serif;
  font-weight: normal;
}
.nordique_bold {
  font-family: 'Nordique Pro Regular', sans-serif;
  font-weight: 700;
}
.montserrat_500 {
  font-family: 'Montserrat Medium', sans-serif;
  font-weight: 500;
  font-style: normal;
}
/* Flex vertical es flex column*/
.flex_vertical {
  display: flex;
  flex-direction: column;
  font-style: normal;
}
.flex_row {
  display: flex;
  flex-direction: row;
}
.flex_row_center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex_row_space_between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.espacio_50 {
  width: 62%;
  height: 1vh;
}
.left {
  text-align: left;
}
.margin_right_1vw {
  margin-right: 1vw !important;
}
.main_content {
  flex-grow: 1;
  overflow-y: auto;
  height: 100vh; /* Asegura que el contenido ocupe la altura completa de la pantalla */
  padding: 5.5vw 1vw 1vw 1vw;
  margin-left: 15vw;
  overflow-x: hidden;
  width: calc(100% - 15vw); /* Asegura que el ancho total no exceda el viewport */
}
.app-container {
  display: flex;
  height: 100vh; /* Asegura que la aplicación ocupe toda la altura de la pantalla */
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 480px) {
  .main_content {
    margin-left: 0;
    margin-top: 15vw;
    overflow-y: visible;
    overflow-y: initial;
    width: 100%;
    padding: 5.5vw 3vw 1vw 3vw;
  }
}

/* Estilos personalizados para SweetAlert2 con tipografías de App.css */
.swal2-popup.swal-custom-typography {
  font-family: 'Montserrat Medium', sans-serif !important;
}

.swal2-popup.swal-custom-typography .swal2-title {
  font-family: 'Nordique Pro Regular', sans-serif !important;
  font-size: min(max(22px, calc(22px + (32 - 22) * ((100vw - 480px) / (1920 - 480)))), 32px) !important;
  font-size: var(--fluid-font-h2) !important;
  font-weight: normal !important;
  color: #333 !important;
}

.swal2-popup.swal-custom-typography .swal2-content {
  font-family: 'Montserrat Medium', sans-serif !important;
  font-size: min(max(16px, calc(16px + (16 - 16) * ((100vw - 480px) / (1920 - 480)))), 16px) !important;
  font-size: var(--fluid-font-p) !important;
  font-weight: 500 !important;
  color: #555 !important;
}

.swal2-popup.swal-custom-typography .swal2-confirm {
  font-family: 'Montserrat Medium', sans-serif !important;
  font-size: min(max(16px, calc(16px + (18 - 16) * ((100vw - 480px) / (1920 - 480)))), 18px) !important;
  font-size: var(--fluid-font-button) !important;
  font-weight: 500 !important;
}

.swal2-popup.swal-custom-typography .swal2-cancel {
  font-family: 'Montserrat Medium', sans-serif !important;
  font-size: min(max(16px, calc(16px + (18 - 16) * ((100vw - 480px) / (1920 - 480)))), 18px) !important;
  font-size: var(--fluid-font-button) !important;
  font-weight: 500 !important;
}
