/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2023 | 01:50:03 */
body {
  		
			background: linear-gradient(45deg,#A58FED,#F2B5F6,#A4B6F2,#83D1F2);
			background-size: 400% 400%;
			position: relative;
			animation: cambiar 10s ease-in-out infinite;
}

@keyframes cambiar{
			0%{background-position: 0 50%;}
			50%{background-position: 100% 50%;}
			100%{background-position: 0 50%;}
		}

.woocommerce-MyAccount-navigation ul {
background: #000000;
    padding: 5px;
    margin: 5px;
    border-radius: 8px;
    box-shadow: 5px 5px 10px 0px;
}

.woocommerce-MyAccount-navigation-link{
  border: none !important;
}

.woocommerce-MyAccount-navigation ul li a{
color:white;
}

body .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #545252 !important;
  color: white;
  font-weight: 400;
}

.woocommerce-MyAccount-content {
  background: #000000;
    padding: 15px;
    border-radius: 8px;
    color: white;
  opacity: 0; /* Empieza invisible */
  animation: fadeLeft 1s ease-out forwards; /* Aplica la animación */
}

.woocommerce-MyAccount-content a{
  background: #000000;

    color: white;
  
}


@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translateX(-50px); /* Empieza desplazado a la izquierda */
  }
  to {
    opacity: 1;
    transform: translateX(0); /* Termina en su posición original */
  }
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #a13fcd !important;
    border-radius: 8px !important;

}
.woocommerce-message::before, .woocommerce-info::before {
    color: #a13fcd !important;
}

.woocommerce-Button {
  background-color: #a13fcd !important;
  border-radius: 8px;
}

.woocommerce-Input {
  border-radius: 50px !important;
}

 #tabla {
   background-color: #333131;
   margin-top: 5px;
   margin-bottom: 5px;
   border-radius: 8px;

}