﻿.filepond--wrapper {
    margin-top: 20px;
}

.filepond--drop-label {
    font-size: 16px;
    color: #6c757d;
}

.filepond--panel-root {
    border: 2px dashed #ccc;
    background-color: #f9f9f9;
}

.filepond--item {
    background: #e9ecef;
    border-radius: 5px;
}

.filepond--file-info-main {
    font-size: 14px;
    color: #495057;
}
.filepond--panel-root {
    border: 2px dashed #666;
    background-color: #333;
    color: #fff;
}

.filepond--item {
    background: #444;
    color: #fff;
    border-radius: 5px;
}

.filepond--file-info-main {
    font-size: 14px;
    color: #ccc;
}

.filepond--label-action {
    color: #007bff;
    text-decoration: underline;
}

.filepond--drop-label {
    color: #fff;
    font-size: 16px;
}
.one-warning { 
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
fieldset.filepond--file-wrapper {
    background: #2196F3;
}