.sticker {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: rd1; 
    font-size: 1.05em;
    padding: 3px 3px; 
    top: 86.8mm;
    text-align: center;
    background-color: #fff;
    max-height: 75mm; 
    transform-origin:top left; 
    background-color: #fff !important;
    border-left: 0.1px dotted rgb(209, 209, 209);
    /* border-top: 0.1px dotted rgb(209, 209, 209); */
}

path {
    /* stroke: red !important; */
  }

.stickersOnTop .din .sticker {
    /* position: absolute; */
    /* top: 0; */
}

.paper .parentOfDevice:last-child > .sticker{
    border-right:0.1px dotted rgb(209, 209, 209);
}

.printRow:first-child{
    border-top: 0.1px dotted rgb(209, 209, 209);
}
.printRow {
    border-bottom: 0.1px dotted rgb(209, 209, 209);
}

.din .sticker {
    border: 0;
    outline: 0.1px dotted rgb(209, 209, 209);
}

.number {
    height: 5mm;
    border-radius: 1mm;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    
}


.text {
    padding-top: 1px;
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    height: 34px;
    /* max-height: 41px; */
    /* background-color: #78ca41; */
    flex-grow: 1;
    justify-content: center;
    /* line-height: 18.5px ; */
    display: flex;
    /* align-items: center; */
}

.iconSticker {
    /* background-color: antiquewhite; */
    padding: 4px;
    height: 32.5px;
    top: 0;
    flex-grow: 1;
    /* min-height: 20px; */
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; /* Center the content horizontally */
    /* z-index: 100000000; */
}

.iconSticker img{
 min-height: 10px;
 max-width: 100%; /* Images will resize to fit the container's width */
 height: auto; /* Maintain aspect ratio */
 padding:0 1px 0 1px;
}

li .sticker {
    position:absolute !important;
}

.iconSticker img {
    height : 100%;
    /* width: 100%; */
    /* max-height: 50px; */
    
}
