html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Time column styling */
.from-time-cell {
  min-width: 120px;
}

.from-time-cell .date-part {
  font-size: 0.85em;
  color: #666;
  font-weight: 500;
}

.from-time-cell .time-part {
  font-size: 0.9em;
  color: #333;
  font-weight: 600;
  margin-top: 2px;
}

.to-time-cell, .clip-length-cell, .processing-time-cell {
  min-width: 80px;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-weight: 600;
  color: #2c5aa0;
}

.clip-length-cell {
    background-color: #f8f9fa;
    border-left: 2px solid #dee2e6;
    border-right: 2px solid #dee2e6;
}

/* Password toggle button styling */
.password-toggle-btn {
    border-left: 0;
    border-radius: 0 0.375rem 0.375rem 0;
}

.password-toggle-btn:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.password-toggle-btn i {
    margin-right: 5px;
}