html {
    font-size: 15px;
}

body {
    min-width: 320px;
}

.content-card {
    border: 0;
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .07);
}

.filename-cell {
    max-width: 26rem;
    overflow-wrap: anywhere;
}

.temporary-password {
    user-select: all;
    font-size: 1.1rem;
}

.upload-drop-zone {
    border: 2px dashed var(--bs-border-color);
    border-radius: .75rem;
    padding: 2rem;
    background: var(--bs-body-bg);
}

@media (max-width: 575.98px) {
    .table-responsive .btn {
        white-space: nowrap;
    }
}
