.text-info-500 {
    color: #3b82f6;
}

.info {
    color: #0369a1;
    background-color: #e0f2fe;
}

.dark .info {
    color: #38bdf8;
    background-color: rgb(12, 74, 110, .4);
}

.fi-wi-stats-overview-stat .font-semibold {
    font-weight: normal;
}

.text-warning-500 {
    color: rgb(var(--warning-500));
}

.text-success-500 {
    color: rgb(var(--success-500));
}

.text-danger-500 {
    color: rgb(var(--danger-500));
}

.text-warning-700 {
    color: rgb(var(--warning-700));
}

.text-success-700 {
    color: rgb(var(--success-700));
}

.text-danger-700 {
    color: rgb(var(--danger-700));
}

.text-warning-400 {
    color: #f59e0b;
}

.text-danger-600 {
    color: #dc2626;
}

.dark .dark\:border-gray-700 {
    border-color: rgb(var(--gray-800));
}

.dark .dark\:opacity-100 {
    opacity: 1;
}

.h-40 {
    height: 10rem;
}

.w-40 {
    width: 10rem;
}

.mr-2 {
    margin-right: .5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.object-contain {
    object-fit: contain;
}

.dark .dark\:dimmed {
    opacity: .8;
}

.grid {
    display: grid;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.filepond--root[data-disabled="disabled"] .filepond--file-info,
.filepond--root[data-disabled="disabled"] .filepond--image-preview-overlay-idle {
    display: none !important;
}

