* {
  border: 0px solid black;
  user-select: auto;
}
:root {
    --color1: #8c58a4;
    --color2: #e7a29c;
    --color3: #06a2c4;
    --color4: #d67d53;
    --color5: #5b9877;
    --color6: #b4547c;
    --color7: #bcc414;
    --color8: grey;
    --color9: #191919;
}
.start{
  padding-left:5px;
}
.inicio{
  display: flex;
}
.logo {
  margin-top:50px;
  width: 40px;
  height: 40px;
}
.credit {
  font-size: 15px;
  line-height: 15px;
  height: 10px;
  padding-top: 10px;
  margin-top: 0px;
  color: #434c5e;
}
.loader {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  height: 50px;
  min-height: 50px;
	width: 80px;
	border-radius: 40px 40px 40px 40px;
	position: relative;
  background: #FF3D00;
  rotate: 0deg;
  transform-origin: bottom;
  animation: color-transition 120s linear infinite, MoveUpDown 1s ease-in-out infinite;
}
/*
HEX COLORS
#e7a29c rosado
#f3f520
#c0e916
#bdb2ff
*/
.loader:before {
    text-align: center;
    content: '•';
    position: absolute;
    padding-left: 5px;
    left: 15px;
    bottom: 35px;
    width: 15px;
    height: 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
}
.loader::after {
    content: '•';
    position: absolute;
    padding-left: 5px;
    left: 45px;
    bottom: 35px;
    width: 15px;
    height: 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
    }
  50% {
    bottom: 6px;

  }
}

@keyframes color-transition {
	0% {
		background-color: #e7a29c;
	}
	25% {
		background-color: #f3f520;
	}
	50% {
		background-color: #c0e916;
	}
	75% {
		background-color: #bdb2ff;
  }
  100% {
		background-color: #e7a29c;
  }
}

html{
  height: 100%;
  padding: 0;
  margin:0px;
  top:0;
  left: 0;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Gabarito", cursive;
  top:0;
  left: 0;
}
h1 {
  font-weight: 900;
  font-size: 35px;
  height: auto;
  text-align: center;
  padding: 5px 20px;
}
#codigoInput{
  
}
.container {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  width: 350px;
  margin-top: 50px;
  top:0;
}
#resultados {
  margin-top: 20px;
  width: 100%;
}

.resultado-container {
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#resultado3{
  padding-left:0px;
}
p {
  padding: 10px 0px;
  width:auto;
  font-size: 18px;
  line-height: 18px;
  margin: 0px !important;
}
.resultado {
    font-size: 18px;
  line-height: 18px;
  padding:10px 0px;
  padding-left: 5px;
  margin-bottom: 00px;
    display: block; /* Inicialmente visibles */
    transition: text-decoration 0.3s; /* Transición suave para el subrayado */
  cursor: pointer;
  position: relative;
}

.resultado:hover {
    text-decoration: underline dashed;
    text-decoration-color: inherit; /* Utiliza el color del texto */
}

.toggle-buttons-container {
    display: flex;
    justify-content: flex-start; /* Alinea los botones a la izquierda */
    margin-top: 20px; /* Espacio arriba de los botones */
    margin-bottom: 20px; /* Espacio abajo de los botones */
}
.icon{
  height: 23px;
  margin-left: 5px;
  margin-right: 5px;
}
#copyBtn{
  width:100px;
  margin-left: 10px;
  border-radius: 20px;
}
#buscarBtn:hover{
 background-color: #ff9999;
}
#copyBtn:hover{
  width: 105px;
  background-color: #bdb2ff;
}
.toggle-btn {
    margin: 2px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: background-color 0.3s, filter 0.3s;
}
.plus{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    dsplay: flex;
    align-items: center;
    justify-content: center;
    rgba(0,0,0,0.2);
    transition: background-color 0.3s, filter 0.3s;
}
.toggle-btn:hover {
    opacity: 0.8;
}

.toggle-btn.active {
    background-color: lightgrey !important; /* Color de fondo para los botones activos */
}

.toggle-btn:hover:not(.active) {
    background-color: #ddd; /* Cambia el color de fondo cuando se hace hover */
}

.switches{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  margin-bottom:30px;
  width: auto;
}
.mainbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f520;
  align-self: center;
  justify-self: center;
  height: 40px;
  line-height: 1rem;
  padding: 0px 0px;
  width: 105px;
  border-radius: 20px 0px 0px 20px;
  transition: all 0.1s ease-out;
  cursor: pointer;
    font-size: 16px;
  font-family: "Gabarito", cursive;
  
}
.mainbutton:hover {
  background-color: #c0e916;
  align-self: center;
  border-radius: 20px 0px 0px 20px;
  padding: 0px 0px;
  width: 110px;
}

.mainbutton2 {
  display: flex;
  justify-content: left;
  align-items: center;
  background-color: white;
  align-self: center;
  justify-self: center;
  height: 40px;
  line-height: 1rem;
  padding: 0px 10px;
  width: 175px;
  border-radius: 0px 20px 20px 0px;
  transition: all 0.1s ease-out;
  cursor: text;
  user-select: auto !important;
   font-size: 16px;
  font-family: "Gabarito", cursive;
  border: 2px solid #f3f520;
  box-sizing: border-box;
}
#mensaje{
  user-select: auto !important;
}
.invert{
  filter: invert();
}

.controles{
  width: 100%;
  margin: 2px 0px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}