.tag {
    box-shadow: 2px -2px 3px #222222;
    margin-top: -14px;
    padding-left: 5px;
    height: 12px;
    padding-right: 5px;
    top: 70px;
    left: 9px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    font-size: 7px;
    text-align: center;
    line-height: 12px;
    /* transform: rotate(45deg); */
    opacity: 0.75;
    position: relative;
    color: white;
    background: #fc66fc;
    z-index: 99;
}

.tag2 {
    box-shadow: 1px -1px 3px #222222;
    margin-top: -12px;
    padding-left: 4px;
    padding-right: 4px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 14px;
    top: 8px;
    left: 12px;
    text-align: center;
    line-height: 14px;
    position: relative;
    color: white;
    background: #f37b1d;
    z-index: 99;
    -moz-border-radius: 50px/50px;
    -webkit-border-radius: 50px/50px;
    border-radius: 50px/50px;
}

.itemimg {
    width: 30px;
}

.itemtext {
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    width: 330px;
    padding-left: 5px;
}

details > summary {
    list-style-type: none;
}

    details > summary::-webkit-details-marker {
        display: none;
    }

    details > summary::before {
        content: '▶️';
    }

details[open] > summary::before {
    content: '🔽';
}

label.cuscss {
    text-align: center;
    margin: 2px 0px 2px 0px;
    padding: 1px;
    border: 2px dashed transparent;
}

img.lbimg {
    height: 70px;
    position: relative;
    margin-left: -14px;
}

img.lbimg_multi {
    height: 70px;
    position: absolute;
    margin-left: -8px;
    margin-top: -2px;
}

img.lbimg_multi_safari {
    height: 70px;
    position: absolute;
    margin-left: -28px;
    margin-top: -2px;
}

input.lbinput {
    visibility: hidden;
    position: relative;
    margin-left: 0px;
    float: left;
}

div.lbdiv {
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
}

button.qucikbtn {
    background-color: rgba(59, 180, 242, 0.15);
}
