.banner-container {
    background: linear-gradient(150deg, #875a7b 20%, #62495b 80%) !important;
    background-position: center;
    background-size: cover;
}

.btn-file {
    cursor: pointer;
    border: 1px solid #ced4da;
}

.input-file {
    display: none;
}

.dump-filename:empty:before {
    color: #6c757d;
    content: attr(placeholder);
}

.progress-bar {
    height: 20px;
}

.upload-progress {
    background-color: #875A7B;
}

.upload-success {
    background-color: green;
}

.upload-error {
    background-color: red;
}

.star-indicator {
    color: red;
    font-weight: bold;
}
