#nxodocs {
    border: none;
    margin-top: 20px;
}

#nxodocs .card-block {
    background: #fff;
}

#nxodocs > .row {
    row-gap: 2px;
}

#nxodocs > div:first-child {
    margin-top: 0;
}

#nxodocs .itemlist li {
    line-height: 1.2em;
    margin-top: 8px;
}

#nxodocs .itemlist li .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
/*     gap: 16px; */
    margin: 0;
}

#nxodocs .itemlist li .row > a {
    display: block;
}

#nxodocs .itemlist li .date {
    font-size: 12px;
    color: rgb(102, 117, 148);
    margin-left: 18px;
}

#nxodocs .itemlist li .doc {
/*     max-width: calc(100% - 24px); */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#nxodocs .itemlist .remove {
/*     float: right; */
    font-size: 20px;
    margin-left: 6px;
}

#nxodocs .queue {
}

#nxodocs .queue li {
    margin-top: 10px;
}

#nxodocs .queue .progress {
    width: 100%;
    background: #eee;
    height: 8px;
}

#nxodocs .queue .progress-bar {
    height: 100%;
    width: 0%;
    background: #36f;
}

#nxodocs .queue .status .dismiss {
    font-size: 16px;
    color: #f44336;
    margin-right: 6px;
    font-weight: 400;
}

#nxodocs .action {
    text-align: center;
    padding: 12px 16px;
    margin: 18px 0 0;
    border-top: 1px solid rgba(34,123,191,0.3);
}

#nxodocs .dropzone {
    box-sizing: border-box;
    border: 2px dashed transparent;
    background: transparent;
    text-align: center;

    border-color: #6c868e;
    padding: 20px;
    display: none;

/*
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
*/
}

@media (max-width: 512px) {
    #nxodocs .dropzone {
        padding: 12px;
    }
}

#nxodocs .dropzone.open {
/*     max-height: 200px; */
    padding: 20px;
    height: 174px;
    border-color: #6c868e;
    background: #F2F6F9;
}

#nxodocs .dropzone.dragover {
/*     background: #f4f4ff; */
    background: #f8fcff;
/*     cursor: copy; */
}

#nxodocs .dropzone .hint {
    text-align: left;
    border: none;
    padding: 0;
    margin-bottom: 0;
}

#nxodocs .dropzone .icon {
    line-height: 1;
    font-size: 54px;
    color: #cecccc;
}

#nxodocs .dropzone p {
    margin-top: 12px;
    line-height: 1.3;
    font-size: 13px;
}

.page-order-detail #nxodocs h6 {
    font-size: 14px;
    margin: 8px 0 6px;
}
