/* Custom styles for file manager */
.file-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.table td {
    vertical-align: middle;
}

.btn-group-sm .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.modal-dialog {
    margin: 3rem auto;
}

.alert {
    margin-bottom: 1rem;
}

.file-size {
    font-family: monospace;
    font-size: 0.9em;
    color: #6c757d;
}

.file-date {
    color: #6c757d;
    font-size: 0.9em;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.025);
}

.empty-folder {
    padding: 3rem;
    text-align: center;
    color: #6c757d;
}

.empty-folder i {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-danger:hover {
    color: white;
}

.pagination .page-link {
    color: #0d6efd;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}