.text{
  position: relative;
  width: 90%;
  height: 65%;
  min-height: 330px;
  padding: 15px 0;
  margin: 15px 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, .1);

  display: none;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.text h2{
  position: relative;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 1.9em;
  color: white;
  margin: 0px 0px 5px 0;
}
.containers-boxes-text{
  position: relative;
  width: 100%;
  height: calc(100% - 39px);
  overflow-y: scroll;
  overflow-x: hidden;
}
/* Estilo para la barra de desplazamiento en WebKit */
.containers-boxes-text::-webkit-scrollbar {
    width: 13px; /* Ancho de la barra de desplazamiento */
}
.containers-boxes-text::-webkit-scrollbar-thumb {
    background: #091d2c; /* Color azul oscuro para la parte que se mueve */
    border-radius: 5px; /* Radio de borde para hacerla redondeada */
    border: 1px solid rgba(255, 255, 255, .5); /* Borde blanco para un contraste mejor */
    cursor: pointer; /* Cambia el cursor a un puntero */
}
.containers-boxes-text::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .4); /* Color gris oscuro para el fondo */
    border-radius: 10px; /* Radio de borde para hacerla redondeada */
}
.containers-boxes-text::-webkit-scrollbar-thumb:hover {
    background: #132735; /* Color más oscuro cuando el mouse está encima */
}
.containers-text1{
  position: relative;
  padding: 5px 0;
  width: 100%;
}
.item-text{
  position: relative;
  min-height: 60px;
  width: 91%;
  background-color: rgba(48, 79, 112, 1);
  box-shadow: -1px 1px 2px black;
  margin: 8px 4px;
  padding: 8px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-text p{
  position: relative;
  color: rgba(255, 255, 255, .8);
  min-width: 250px;
  font-size: 1.02em;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.inline-item-text p{
  position: relative;
  color: rgba(255, 255, 255, .8);
  min-width: 250px;
  font-size: 0.7em;
  text-align: center;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0 5px;
}
.item-text label{
  position: relative;
  color: rgba(255, 255, 255, .8);
  font-size: 1.02em;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.item-text input[type="text"]{
  margin: 5px;
  padding-left: 5px;
  border-radius: 5px;
  font-size: 1em;
  text-align: center;
}

.inline-item-text{
  position: relative;
  display: flex;
  gap: 5px;

  flex-direction: row;
  flex-wrap: wrap;
}
.item-text input[type="checkbox"] {
  transform: scale(1.5);   /* Aumenta el tamaño visual del checkbox */
  transform-origin: center;
  cursor: pointer;
  margin-left: 4px;
}
.containr-repeat-text{
  position: relative;
  padding: 5px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.repeat-text-box{
  position: relative;
  min-width: 40px;
  padding: 3px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: rgba(34, 54, 85,1);
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 1px 1px 2px black;
}
.repeat-text-box h3{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 1em;
  color: rgba(255, 255, 255, .8);
}
.containr-styling-text, .containr-size-text, .containr-space-between-text, .container-position-text{
  position: relative;
  padding: 5px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.styling-text-box, .size-text-box, .space-between-text-box, .position-text-box{
  position: relative;
  width: 20px;
  padding: 5px 7px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: rgba(34, 54, 85,1);
  border: 2px solid transparent;
  cursor: pointer;
  box-shadow: 1px 1px 2px black;
  border: 2px solid transparent;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s;
}
.styling-text-box img, .size-text-box img, .space-between-text-box img, .position-text-box img{
  position: relative;
  height: 70%;
}
.size-text-box:active, .space-between-text-box:active, .position-text-box:active{
  border: 2px solid white;
}


















.colour-text-select{
  position: relative;
  padding: 4px 0;
  width: 207px;
  margin: 5px;
  background-color: black;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid black;

}
.colour-text-select h3{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 0px white;
}
.colour-text-select-container{
  position: absolute;
  top: 63px;

  height: 150px;
  width: 207px;
  margin: 5px;
  background-color: rgba(34, 54, 85,1);
  z-index: 3;
  display: block;
  border-radius: 5px;

  overflow-y: scroll;
  overflow-x: hidden;
}


/* Estilo para la barra de desplazamiento en WebKit */
.colour-text-select-container::-webkit-scrollbar {
    width: 13px; /* Ancho de la barra de desplazamiento */
}

.colour-text-select-container::-webkit-scrollbar-thumb {
    background: #091d2c; /* Color azul oscuro para la parte que se mueve */
    border-radius: 5px; /* Radio de borde para hacerla redondeada */
    border: 1px solid rgba(255, 255, 255, .5); /* Borde blanco para un contraste mejor */
    cursor: pointer; /* Cambia el cursor a un puntero */
}
.colour-text-select-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .4); /* Color gris oscuro para el fondo */
    border-radius: 10px; /* Radio de borde para hacerla redondeada */
}
.colour-text-select-container::-webkit-scrollbar-thumb:hover {
    background: #132735; /* Color más oscuro cuando el mouse está encima */
}



.colour-text-select-boxes{
  position: relative;
  padding: 5px 0;
  width: 95%;
  background-color: blue;
  margin: 3px 0 3px 5px;
  cursor: pointer;
}
.colour-text-select-boxes h3{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 1px black;
}










.type-text-select{
  position: relative;
  padding: 2px 0;
  width: 207px;
  margin: 5px;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid black;
}

.type-text-select h3{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-shadow: 1px 1px 0px white;
}

.type-text-select-container{
  position: absolute;
  top: 63px;

  height: 150px;
  width: 207px;
  margin: 5px;
  background-color: rgba(34, 54, 85,1);
  z-index: 3;
  display: block;
  border-radius: 5px;

  overflow-y: scroll;
  overflow-x: hidden;
}

/* Estilo para la barra de desplazamiento en WebKit */
.type-text-select-container::-webkit-scrollbar {
    width: 13px; /* Ancho de la barra de desplazamiento */
}

.type-text-select-container::-webkit-scrollbar-thumb {
    background: #091d2c; /* Color azul oscuro para la parte que se mueve */
    border-radius: 5px; /* Radio de borde para hacerla redondeada */
    border: 1px solid rgba(255, 255, 255, .5); /* Borde blanco para un contraste mejor */
    cursor: pointer; /* Cambia el cursor a un puntero */
}
.type-text-select-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .4); /* Color gris oscuro para el fondo */
    border-radius: 10px; /* Radio de borde para hacerla redondeada */
}
.type-text-select-container::-webkit-scrollbar-thumb:hover {
    background: #132735; /* Color más oscuro cuando el mouse está encima */
}

.type-text-select-boxes{
  position: relative;
  padding: 5px 0;
  width: 95%;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid black;
  margin: 3px 0 3px 5px;
  cursor: pointer;
}
.type-text-select-boxes h3{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 1px 1px black;
}








/**/
