
.cont-all-tags {
    padding: 19px;
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    margin-top: 10px;
    min-height: 10vh;
    flex-wrap: wrap;
    gap: 11px;
    justify-content: center;
    position: relative;
}
.cont-all-tags2 {
   
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
   
    flex-wrap: wrap;
    gap: 11px;
}

.cont-no-content {
    display: flex;
    width: 100%;
    justify-content: center;
  }

.tag-item {
    display: flex;
    align-items: center;
    min-width: 7rem;
    background-color: var(--azul-oscuro);
    padding: 10px;
    border-radius: 12px;
    gap: 10px;
    height: auto;
    align-self: baseline;
    cursor: pointer;
}
.tag-item-adm {
    display: flex;
    align-items: center;
    min-width: 7rem;
    height: 3rem;
    background-color: var(--azul-oscuro);
    padding: 10px;
    border-radius: 12px;
    gap: 10px;
    justify-content: space-between;
}

.ico-tag {
    height: clamp(10px, calc(1px + 1.3vw), 15px);
    width: clamp(10px, calc(1px + 1.3vw), 15px);
}

.menu-btn{
    cursor: pointer;
}
.text-plano-tag{
    color: white;
    font-size: clamp(10px, calc(1px + 2vw), 11px);
    user-select: none;
    word-break: break-all;
}


.dial-cerrado{
    display: none !important;
}

.cont-cuadro-dialogo-tag {
    background-color: white;
    width: 100%;
    min-height: 10rem;
    position: absolute;
    left: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 32px rgb(0 0 0 / 8%), 0rem 16px 16px -16px rgb(0 0 0 / 10%);
    border: 1px solid #ccc;
    padding: 20px
}

.cont-cuadro-dialogo-tag2 {
    background-color: white;
    width: 100%;
    min-height: 1rem;
    left: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 32px rgb(0 0 0 / 8%), 0rem 16px 16px -16px rgb(0 0 0 / 10%);
    border: 1px solid #ccc;
    padding: 20px;
    max-height: 25rem;
    overflow: scroll;
}



.describir-men {
    font-weight: 600;
}
.describir-titulo {
    font-size: 20px;
}


.cont-botnes-editar-tag {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 31px;
}

.cont-padre-dialogo {
    width: 100%;
   
    position: relative;
    display: flex;
   
}


.titulo-servicio-agr {
    color: var(--azul-oscuro);
    font-size: clamp(10px, calc(1px + 2.3vw), 19px);
    font-weight: 500;
}

.bloque-servicio-tag {
   
    display: flex;
    flex-direction: column;
}

.servicio-none{
    display: none !important;
}


.cont-mensajito {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: 'Montserrat';
    font-style: italic;
}