/* Custom styles for SFTP Admin Panel */

body {
  background-color: #f8f9fa;
}

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

.breadcrumb {
  background-color: #e9ecef;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.card {
  border-radius: 0.5rem;
}

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

.btn-outline-primary:hover i {
  transform: translateY(2px);
  transition: transform 0.15s ease-in-out;
}

/* File/folder icons */
.bi-folder-fill {
  font-size: 1.1em;
}

.bi-file-earmark {
  font-size: 1.1em;
}
