@import "./bootstrap.css";
@import "./fontawesome.css";
@import "./loading-cover.css";

@import "./panel/style.css";

/* Custom utility classes to replace inline styles */
.progress-sm {
    height: 1.25rem !important;
}

.progress-xs {
    height: 6px !important;
}

.h-90 {
    height: 90vh !important;
}

.vh-75 {
    max-height: 75vh !important;
}

.mw-28rem {
    max-width: 28rem !important;
}

.min-w-15rem {
    min-width: 15rem !important;
}

.resize-both {
    resize: both !important;
}
