label.error {
    color: red;
    font-weight: 400 !important;
    margin-bottom: 0px;
}

table.table-js-1 thead th {
    vertical-align: middle;
    text-align: center;
}

table.table-js-1 tbody tr td:first-child,
table.table-js-1 tbody tr td:last-child {
    text-align: center;
}

table.table-js-1 .btn-action {
    margin-right: 5px;
    margin-bottom: 5px;
}

table.table-js-1 td.child {
    text-align: left !important;
}

.img-1 {
    width: 25px;
    height: 25px;
}

.img-2 {
    width: 50px;
    height: 50px;
}

.img-3 {
    width: 150px;
    height: 150px;
}

.cursor-pointer {
    cursor: pointer;
}

.text-line-through {
    text-decoration: line-through;
}

.text-black {
    color: black !important;
}

.modal-backdrop {
    z-index: -1 !important;
}

#sidebar-project-list-w {
    max-height: 350px;
    overflow: auto;
}

.dz-preview {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    /* border-radius: 4px; */
    background: #f9f9f9;
}

.dz-image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.dz-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.dz-details {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}

.dz-size,
.dz-filename {
    white-space: nowrap;
}

.dz-progress {
    flex-shrink: 0;
    width: 100px;
    height: 4px;
    background: #eee;
    border-radius: 2px;
    overflow: hidden;
    display: none;
}

.dz-upload {
    height: 100%;
    background: #4CAF50;
    transition: width 0.3s ease;
}

.dz-success-mark,
.dz-error-mark {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: none;
}

.dz-success-mark svg,
.dz-error-mark svg {
    width: 100%;
    height: 100%;
}

.dz-success-mark svg path {
    fill: #4CAF50;
}

.dz-error-mark svg path {
    fill: #F44336;
}

.dz-remove {
    flex-shrink: 0;
    margin-left: 10px;
    text-decoration: none;
    color: #F44336;
    font-size: 14px;
    font-weight: 700;
}

.dz-remove:hover {
    color: #333;
}

.dz-error-message {
    display: none;
}