.q-list-items{
    padding: 15px;
    max-height: 200px;
    overflow-y: scroll;

}

.q-list-items li{
    list-style: none;
    padding: 10px;
    background-color: #ededed;
    color: var(--bs-dark);
    border: 1px solid rgba(0, 0, 0, 0.08);
    transform: scale(1);
    box-shadow: 5px 5px 10px #00000020;
    transition: all .5s;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.q-list-items li:last-child{
    margin-bottom: 0;
}

.q-list-items li:hover{
    color: #fff;
    list-style: none;
    padding: 10px;
    background-color: var(--bs-primary);
    border: 1px solid rgba(255, 255, 255, 0);
    transform: scale(1.05);
    box-shadow: 9px 9px 20px #00000020;
}



.hljs {
    border-radius: 5px;
}

        
.drop_content {
    background-color:#eee;
    text-align:center;
    padding: 15px;
    border:2px dashed #ccc;
    border-radius:10px;
    position: relative;
    min-height: 62px;
} 

.drop_content .clear-image-button{
    position: absolute;
    right: 10px;
    top: -15px;
    max-width: 28px;
    width: 28px;
    max-height: 28px;
    height: 28px;
    border-radius: 14px;
    padding: 0 !important;
    
}
.drop_content .clear-image-button i{
    margin-left: 3px;
}

.drop_content span {
    font-weight:800;
    color:#888;
}


.drop_content.highlight {
    border-color:#2B83B8;
    background-color:#DBF1FF;
} 
.drop_content.highlight span {
    color:#2B83B8;
}


#size-select {
    padding:10px 0;
}

#size-select #size {
    width:100%;
}

.myCanvas {
    border:1px solid #eee;
    box-shadow:2px 2px 15px rgba(0,0,0,.1);
}

.qCard-icon{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 15%;
    max-height: 90px;
}

.qCard{
    border: solid 1px rgba(0, 0, 0, 0.075);
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 15px;
    z-index: 1;
    /* overflow: hidden; */
    
}
.qCard div div h5{
    z-index: 2;
}

.qRibbon{
    display: flex;
    position: absolute;
    min-height: 20px;
    min-width: 20px;
    bottom: -10px;
}

.qRibbon span{
    position: relative;
    padding: 5px;
    font-size: 9pt;
    margin-right: 10px; 
    border-radius: 5px 5px 0 0;
    color: #FFF;
}

.qRibbon-clip {
    position: absolute;
    bottom: -6px;
    right: -25px;
    clip-path: polygon(25% 25%, 51.75% 25%, 25% 75%);
    background-color: rgba(0,0,0,0.2);
    width: 33px;
    height: 20px;
}

.qItem-card-actions{
    position: absolute;
    top: 5px; 
    right: 10px;
}

.jobLabel{
    left: -10px;
    width: 100px;
    height: 28px;
    border-radius: 6px;
    top: -10px; 
    position: absolute;
    transition: all 1s;
}

.jobLabel span{
    top: 5px;
}

.jobLabel div{
    position: relative; 
    top: -26px; 
    left: 30px
}

.pointer{
    cursor: pointer;
}