* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
}

body {
  background-color: #1c1c1e;
  color: white;
}

.container {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}

/* Header Section */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.back-arrow, .logout {
  color: white; /* Color de la X */
  text-decoration: none; /* Sin subrayado */
}

.back-arrow svg, .logout svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.2s ease; /* Añadido para la animación */
}

.back-arrow svg:hover, .logout svg:hover {
  transform: scale(1.2); /* Hace que la flecha y la X aumenten al pasar el cursor */
}

.back-arrow, .logout, .edit {
  color: white; /* Color de la X */
  text-decoration: none; /* Sin subrayado */
}

.back-arrow svg, .logout svg, .edit svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: transform 0.2s ease; /* Añadido para la animación */
}

.back-arrow svg:hover, .logout svg:hover, .edit svg:hover {
  transform: scale(1.2); /* Hace que la flecha y la X aumenten al pasar el cursor */
}

.logout_index {
  position: absolute; /* Posiciona el ícono de forma absoluta dentro del h1 */
  top: 50%; /* Centra verticalmente en el h1 */
  right: 10px; /* Ajusta el margen a la derecha según sea necesario */
  transform: translateY(-50%); /* Centra el ícono verticalmente */
  cursor: pointer; /* Cambia el cursor a mano al pasar el mouse sobre el ícono */
}

.logout_index svg {
  width: 24px; /* Ajusta el tamaño del ícono */
  height: 24px;
  transition: transform 0.2s ease; /* Efecto de transición para el hover */
}

.logout_index svg:hover {
  transform: scale(1.2); /* Efecto de aumento al pasar el cursor */
}

.header h1 {
  font-size: 1.5rem;
}

.icons {
  display: flex;
  gap: 10px;
}

.user-icon,
.wifi-icon,
.battery-icon {
  font-size: 1rem;
}

/* Balance Card Section */
.balance-card {
  background: linear-gradient(145deg, #a72828, #d18d10); /* Green gradient */
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 8px;
  margin-top: 20px;
  color: white;
}

.balance-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #e6e6e6;
}

.balance-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: inline;
}

.balance-header h1 span {
  font-size: 1.5rem;
}

.monthly-receivables {
  font-size: 1rem;
  color: #ffb2a4;
  margin-bottom: 10px;
  margin-top: 10px;
}

.balance_type {
  font-size: 0.755rem;
  color: #ffb2a4;

}


.balance-reason {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 7px;
  margin-top: 4px;
}

.balance-details p {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

/* Transactions Section */
.transactions {
  margin-bottom: 20px;
}

.transactions h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.transaction {
  background-color: #333;
  text-decoration: none; /* Eliminar el subrayado */
  color: inherit; /* Heredar el color del texto del elemento padre */
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between; /* Alinea el contenido entre izquierda y derecha */
  align-items: center; /* Centra verticalmente los elementos */
  padding: 15px;
  margin: 10px 0;
  font-family: Arial, sans-serif;
}

.left-side {
  display: flex;
  flex-direction: column; /* Mantén los elementos en columna a la izquierda */
}

.right-side {
  text-align: right; /* Alinea el texto a la derecha */
}

.transaction h3 {
  font-size: 1.2rem;
  color: #f7f7f7;
  margin: 0;
}

.transaction h3:hover {
  font-size: 1.2rem;
  color: #f7f7f7;
  margin: 0;
}

.transaction .balance-reason {
  font-size: 1rem;
  color: #666;
  margin: 5px 0;
}

.transaction .date {
  font-size: 0.9rem;
  color: #999;
}

.transaction .balance {
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(120deg, #6d6b69, #8a8077); /* Degradado */
  -webkit-background-clip: text; /* Recorta el fondo al texto (solo en WebKit) */
  -webkit-text-fill-color: transparent; /* Hace el texto transparente para que se vea el degradado */
  margin-bottom: 5px;
}

.transaction .monthly-gain {
  font-size: 0.9rem;
  color: #666;
}

.transaction .transacction-reference {
  font-size: 0.9rem;
  color: #e94f29;
}

.transaction .transacction-type {
  font-size: 0.9rem;
  color: #e99029;
}

.transaction p {
  font-size: 1rem;
}

.balance {
  color: #e46803;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.debit {
  color: #ff0000;
}

.date {
  font-size: 0.8rem;
  color: #aaa;
}


/* Action Buttons */
.actions_button {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px; /* Espacio entre los botones */
}

.button_action-cripto {
    background-color: #1c1c1e00; /* Color de fondo deseado */
    border: 2px solid #562bff; /* Borde de color especificado */
    color: white; /* Color del texto */
    padding: 9px; /* Espaciado interno */
    border-radius: 10px; /* Bordes redondeados */
    cursor: pointer; /* Cursor en forma de puntero */
    width: 100%; /* Botón llena el contenedor */
    position: relative; /* Para permitir el uso de pseudo-elementos */
    overflow: hidden; /* Evitar que el degradado sobresalga */
    transition: background-color 0.3s; /* Transición suave para el efecto hover */
    font-size: 1rem;
    color: #ffffff;
}

/* Efecto hover */
.button_action-cripto:hover {
    background-color: #562bff; /* Cambia el fondo al color del borde al hacer hover */
}


.button_action {
    background-color: #1c1c1e00; /* Color de fondo deseado */
    border: 2px solid #d16710; /* Borde de color especificado */
    color: white; /* Color del texto */
    padding: 9px; /* Espaciado interno */
    border-radius: 10px; /* Bordes redondeados */
    cursor: pointer; /* Cursor en forma de puntero */
    width: 100%; /* Botón llena el contenedor */
    position: relative; /* Para permitir el uso de pseudo-elementos */
    overflow: hidden; /* Evitar que el degradado sobresalga */
    transition: background-color 0.3s; /* Transición suave para el efecto hover */
    font-size: 1rem;
    color: #ffffff;
}

/* Degradado alrededor del borde */
.button_action::before {
    content: '';
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    border-radius: 10px; /* Bordes redondeados */
    z-index: -1; /* Coloca el degradado detrás del botón */
    padding: 4px; /* Espacio para que el degradado se vea como borde */
    transform: scale(1); /* Mantener el tamaño original del degradado */
}

/* Efecto hover */
.button_action:hover {
    background-color: #d16710; /* Cambia el fondo al color del borde al hacer hover */
}

/* Asegúrate de que el texto esté en la parte superior */
.button_action span {
    position: relative;
    z-index: 1; /* Coloca el texto encima del degradado */
}


/* Search Box Styling */
.search-box {
  display: flex;
  align-items: center;
  border: 2px solid;
  border-radius: 6px; /* Rounded border */
  border-color: #d16710; /* Rounded border */
  padding: 5px;
  background-color: transparent; /* Transparent background */
  width: 100%; /* Full width to match the transaction buttons */
  height: 45px; /* Same height as buttons */
  margin-bottom: 15px; /* Add some space below */
}

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 1rem;
  background-color: transparent; /* Transparent input */
  color: #ffffff;
  padding-left: 10px;
}

.search-box input::placeholder {
  color: #999;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

/* Search Box Styling CRIPTO */
.search-box-cripto {
  display: flex;
  align-items: center;
  border: 2px solid;
  border-radius: 6px; /* Rounded border */
  border-color: #562bff; /* Rounded border */
  padding: 5px;
  background-color: transparent; /* Transparent background */
  width: 100%; /* Full width to match the transaction buttons */
  height: 45px; /* Same height as buttons */
  margin-bottom: 15px; /* Add some space below */
}

.search-box-cripto input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 1rem;
  background-color: transparent; /* Transparent input */
  color: #ffffff;
  padding-left: 10px;
}

.search-box-cripto input::placeholder {
  color: #999;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.search-btn svg {
  width: 20px;
  height: 20px;
  color: #fffefd; /* You can adjust this to match the gradient if desired */
}

.form {
  max-width: 600px; /* Ancho máximo del formulario */
  margin-top: 13px; /* Centrar el formulario */
  padding: 20px;
  border-radius: 8px; /* Bordes redondeados */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Sombra sutil */
  background-color: #272727; /* Color de fondo */
}

.form h2 {
  text-align: center; /* Centrar el título */
  margin-bottom: 20px; /* Espacio debajo del título */
}

.form-group {
  margin-bottom: 15px; /* Espacio entre los grupos de formulario */
}

.form-group label {
  display: block; /* Hacer que la etiqueta ocupe todo el ancho */
  margin-bottom: 5px; /* Espacio debajo de la etiqueta */
  color: #d16710;
  font-size: 1rem;
  font-weight: bold;
}

.form-group input {
  width: 100%; /* Ancho completo */
  padding: 10px; /* Relleno interno */
  border-radius: 8px; /* Bordes redondeados para entradas */
  border: 2px solid #9c8f81; /* Borde de color especificado */
  color: #fcfcfc; /* Color del texto */
  background-color: #272727; /* Color de fondo */
}

/* Estilo para el texto del placeholder */
.form-group input::placeholder {
  color: #fcfcfc; /* Color del texto del placeholder */
  opacity: 0.7; /* Opacidad del placeholder para mejor legibilidad */
}

.form-group select {
  width: 100%; /* Ancho completo */
  padding: 10px; /* Relleno interno */
  border-radius: 8px; /* Bordes redondeados para entradas */
  border: 2px solid #9c8f81; /* Borde de color especificado */
  color: #fcfcfc; /* Color del texto */
  background-color: #272727; /* Color de fondo */
}

.form-group select option {
  background-color: #272727; /* Color de fondo para opciones */
  color: #fcfcfc; /* Color del texto de las opciones */
}

/* Eliminar el subrayado y mantener el color del texto normal para el enlace del cliente */
.customer-link {
  text-decoration: none; /* Elimina el subrayado */
  color: inherit; /* Mantiene el color del texto del contenedor */
}

/* Eliminar el subrayado y mantener el color del texto normal para el enlace del resto del div */
.transaction-link {
  text-decoration: none; /* Elimina el subrayado */
  color: inherit; /* Mantiene el color del texto del contenedor */
}

/* Opcional: Cambiar el color del enlace al pasar el ratón */
.customer-link:hover,
.transaction-link:hover {
  color: inherit; /* O puedes definir un color específico */
}

.button_action_alternative {
  background-color: #1c1c1e00; /* Color de fondo deseado */
  border: 2px solid #b80a44; /* Borde de color especificado */
  color: white; /* Color del texto */
  padding: 9px; /* Espaciado interno */
  border-radius: 10px; /* Bordes redondeados */
  cursor: pointer; /* Cursor en forma de puntero */
  width: 100%; /* Botón llena el contenedor */
  position: relative; /* Para permitir el uso de pseudo-elementos */
  overflow: hidden; /* Evitar que el degradado sobresalga */
  transition: background-color 0.3s; /* Transición suave para el efecto hover */
  font-size: 1rem;
  color: #ffffff;
}

/* Degradado alrededor del borde */
.button_action_alternative::before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  border-radius: 10px; /* Bordes redondeados */
  z-index: -1; /* Coloca el degradado detrás del botón */
  padding: 4px; /* Espacio para que el degradado se vea como borde */
  transform: scale(1); /* Mantener el tamaño original del degradado */
}

/* Efecto hover */
.button_action_alternative:hover {
  background-color: #b80a44; /* Cambia el fondo al color del borde al hacer hover */
}

/* Asegúrate de que el texto esté en la parte superior */
.button_action_alternative span {
  position: relative;
  z-index: 1; /* Coloca el texto encima del degradado */
}

.button_action_others {
  background-color: #1c1c1e00; /* Color de fondo deseado */
  border: 2px solid rgb(3, 139, 60); /* Borde de color especificado */
  color: white; /* Color del texto */
  padding: 9px; /* Espaciado interno */
  border-radius: 10px; /* Bordes redondeados */
  cursor: pointer; /* Cursor en forma de puntero */
  width: 100%; /* Botón llena el contenedor */
  position: relative; /* Para permitir el uso de pseudo-elementos */
  overflow: hidden; /* Evitar que el degradado sobresalga */
  transition: background-color 0.3s; /* Transición suave para el efecto hover */
  font-size: 1rem;
  color: #ffffff;
}

/* Degradado alrededor del borde */
.button_action_others::before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  border-radius: 10px; /* Bordes redondeados */
  z-index: -1; /* Coloca el degradado detrás del botón */
  padding: 4px; /* Espacio para que el degradado se vea como borde */
  transform: scale(1); /* Mantener el tamaño original del degradado */
}

/* Efecto hover */
.button_action_others:hover {
  background-color: rgb(3, 139, 60); /* Cambia el fondo al color del borde al hacer hover */
}

/* Asegúrate de que el texto esté en la parte superior */
.button_action_others span {
  position: relative;
  z-index: 1; /* Coloca el texto encima del degradado */
}


/* Fondo negro para la pantalla al mostrar el loader */
#loader-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.527); /* Fondo negro */
  z-index: 1000;

}

/* Estilos para el loader centrado */
#loader {
  display: none;
  border: 8px solid rgb(255, 255, 255); /* Borde gris claro y semi-transparente */
  border-radius: 50%;
  border-top: 8px solid #FF9900; /* Parte superior naranja */
  width: 50px;
  height: 50px;
  animation: spin 1s cubic-bezier(0.25, 0.56, 0.67, 0.65) infinite;
  position: fixed;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  background-color: transparent; /* Centro transparente */
  z-index: 1001;
}

/* Animación de giro */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* criptos */

.profit-positive {
    color: #8cef15;
}

.profit-negative {
    color: #ef3c3c;
}

.profit-neutral {
    color: gray;
}

.transaction .transacction-averageprice {
  font-size: 0.9rem;
  color: #29e993;
}



.transaction .transacction-neutro {
  font-size: 0.9rem;
  color: #747474;
}

.tabla-balance {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  font-size: 13px;
}

.tabla-balance th,
.tabla-balance td {
  text-align: center;
  padding: 10px 6px;
  white-space: nowrap;
  font-size: 12px;
}

.tabla-balance thead tr {
  background-color: #1f1f1f;
  border-radius: 12px;
}

.tabla-balance thead th {
  background-color: #1f1f1f;
  color: white;
  font-weight: 600;
  border: none;
}

.tabla-balance thead th:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.tabla-balance thead th:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.tabla-balance tbody tr {
  background-color: #2c2c2c;
  color: white;
  border-radius: 12px;
  transition: background 0.2s;
}

.tabla-container {
  background: linear-gradient(to bottom, #8e2de2, #4a00e0);
  color: white;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  overflow-x: auto;
}

.tabla-container h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.tabla-container h1 .negativo {
  color: #ff5f5f;
}

.tabla-cripto {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
}

.tabla-cripto th,
.tabla-cripto td {
  padding: 10px;
  text-align: center;
  background-color: #1e1e1e;
  color: white;
  border-bottom: 1px solid #444;
}

.tabla-cripto th {
  background-color: #000;
  font-weight: bold;
}

.fila-total td {
  background-color: #111;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .tabla-cripto {
    font-size: 12px;
  }
}


.tabla-balance tbody td {
  background-color: #2c2c2c;
  font-size: 13px;
  border: none;
}

.tabla-balance tbody tr:hover {
  background-color: #3a3a3a;
}

.tabla-balance tbody tr td:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.tabla-balance tbody tr td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.balance-details {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.tabla-balance {
    width: 100%;
    max-width: 500px; /* o 100% si querés que se expanda */
}

/* Balance Card Section */
.balance-card-cripto {
  background: linear-gradient(145deg, #a728a5, #3710d1); /* Green gradient */
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 8px;
  margin-top: 20px;
  color: white;
}

.fila-total {
    background-color: #1f1f1f !important; /* más oscuro y forzado */
    color: white;
    font-weight: bold;
}


.fila-total td {
    background-color: transparent !important;

}

/* Bordes redondeados para la fila final */
.fila-total td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.fila-total td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.transaction .balance-reason-cripto {
  font-size: 0.7rem;
  color: #666;
  margin: 1px 0;
}

.transaction .monthly-gain-cripto-inversion {
  font-size: 0.9rem;
  color: #666;
  margin: 2.5px 0;
}

.transaction .monthly-gain-cripto-transacciones {
  font-size: 0.9rem;
  color: #666;
  margin: 2.5px 0;
}

.transaction .monthly-gain-cripto-precio-promedio {
  font-size: 0.9rem;
  color: #ea65e8;
  margin: 2.5px 0;
}

.transaction .transacction-actualprice {
  font-size: 0.9rem;
  color: #7356e6;
}

.transaction .balance-cripto {
  font-size: 1.5rem;
  font-weight: bold;
  background: linear-gradient(120deg, #d89ed8, #a292e3); /* Degradado */
  -webkit-background-clip: text; /* Recorta el fondo al texto (solo en WebKit) */
  -webkit-text-fill-color: transparent; /* Hace el texto transparente para que se vea el degradado */
  margin-bottom: 5px;
}

.coin-logo {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    vertical-align: middle;
    border-radius: 50%;
}

.form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #9c8f81;
  background-color: #272727;
  color: #fcfcfc;
  font-size: 0.95rem;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group textarea::placeholder {
  color: #fcfcfc;
  opacity: 0.6;
}

.form-group textarea:focus {
  outline: none;
  border-color: #d16710;
  box-shadow: 0 0 0 2px rgba(209, 103, 16, 0.4);
}

.checkbox-label {
  display: flex;
  align-items: center; /* Centra verticalmente */
  font-size: 0.9rem; /* Más pequeño */
  font-weight: normal; /* Quita negrita */
  color: #9c8f81;
  cursor: pointer;
  user-select: none;
  gap: 8px;
}

.checkbox-label span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #9c8f81;
}


.checkbox-label input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #9c8f81;
  border-radius: 4px;
  background-color: #27272700;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 7px;
  padding-right: 7px;
}

/* Checkmark */
.checkbox-label input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;



}

/* Mostrar checkmark cuando está marcado */
.checkbox-label input[type="checkbox"]:checked::after {
  display: block;
}

.checkbox-label input[type="checkbox"]:checked {
  background-color: #d16710;
  border-color: #d16710;
}

.checkbox-label input[type="checkbox"] {
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.button_action_menu {
  background-color: #343434;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.button_action_menu:hover {
  background-color: #555;
}

.search-and-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.search-and-menu .search-box {
  flex-grow: 1;
}

/* Ajustar botón de menú para que tenga mismo alto que input */
.button_action_menu {
  height: 45px; /* mismo alto que .search-box */
  min-width: 50px; /* más ancho que antes */
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border: 2px solid #555;
  background-color: #343434;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover opcional */
.button_action_menu:hover {
  background-color: #555;
}

/* Espaciado entre opciones del menú */
.menu-options button + div {
  margin-bottom: 10px;
}

.menu-option-btn {
  margin-bottom: 10px;
  width: 100%; /* mantiene consistencia */
}
.button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.box-button {
  flex: 1; /* Cada botón toma el mismo espacio */
  background-color: #272727;
  border: 2px solid #272727;
  color: white;
  padding: 8px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.3s ease;
  text-align: center;
}

.box-button-active {
  flex: 1; /* Cada botón toma el mismo espacio */
  background-color: #272727;
  border: 2px solid #272727;
  color: #d16710;
  padding: 8px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.3s ease;
  text-align: center;
}

.box-button:hover {
  color: #d16710;
}

.box-button-cripto {
  flex: 1; /* Cada botón toma el mismo espacio */
  background-color: #272727;
  border: 2px solid #272727;
  color: white;
  padding: 8px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.3s ease;
  text-align: center;
}

.box-button-cripto-active {
  flex: 1; /* Cada botón toma el mismo espacio */
  background-color: #272727;
  border: 2px solid #272727;
  color: #562bff;
  padding: 8px 0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.3s ease;
  text-align: center;
}

.box-button-cripto:hover {
  color: #562bff;
}


.logout_index {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ff3c3c;
  border-radius: 8px;
  margin-left: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.logout_index:hover {
  background-color: #ff3c3c;
}
