#adminPageGallerySettings input[type="number"]{
    max-width: 6em;
}

/*#taggedCounter span{
    vertical-align: top;
}*/

#taggedCounter  {
    line-height: 1;
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5em;
}

#taggedCounter .tagging-comp {
    height: 22px;
}

#taggedCounter .tagging-comp button{
    padding: 0;
    top: 0;
    left: 0;
    cursor: default !important; 
}


#taggedCounter .tagging-comp span{
    top: 0;
    left: 0;
   
}

/*show not allow cursor on tagging buttons in state untagged*/
.tagged-limit .tagging-comp[data-tagged="0"], 
.tagged-limit .tagging-comp[data-tagged="0"] *{
    cursor: not-allowed !important; 
}

