body::-webkit-scrollbar {
    display: none;
}

.transparent-images-loader {
    height: 100px;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
}

.card-img-top {
    display: block;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.card-barcode {
    min-height: 100px;
}

.card-barcode li {
    list-style: none;
    margin-left: -30px;
    font-size: 20px;
}

.card-log {
    height: 370px;
    max-height: 370px;
}

.file .card-header {
    background-color: #ffffff;
    padding: 0px;
}

.file .file-icon img {
    width: 100%;
}

.photo-placeholder {
    font-size: 62px;
    color: #5780f7;
}

#log-container {
    margin-left: -30px;
}