/* Baker Distributing - SFTPGo Upload Theme */
/* Overrides default SFTPGo styling for branded experience */

/* Primary button - Baker Red */
.btn-primary {
    background-color: #C8102E !important;
    border-color: #C8102E !important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #a00d24 !important;
    border-color: #a00d24 !important;
}

/* Link color - Baker Teal */
a:not(.btn) {
    color: #7EBEC5;
}
a:not(.btn):hover {
    color: #5a9ea5;
}

/* Card styling */
.card {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
.card-header {
    border-bottom: 2px solid #C8102E;
}

/* Dropzone styling */
.dropzone {
    border: 2px dashed #e2e2e2 !important;
    border-radius: 8px !important;
    background: #f8f9fa !important;
}
.dropzone:hover {
    border-color: #C8102E !important;
}

/* Typography */
body {
    font-family: 'Roboto', Arial, sans-serif !important;
}

/* Error message styling */
.alert-danger {
    background-color: #fde8e8;
    border-color: #C8102E;
    color: #C8102E;
}
/* Fix: File list text visibility in dropzone */
.dropzone .dz-message ~ .d-flex,
.dropzone .align-items-center .text-break,
.dropzone .fw-semibold,
.dropzone [data-dz-name],
.dropzone [data-custom-size] {
    color: #474443 !important;
}