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;
}

/* Video Meeting Styles */
.video-container {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.video-container:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.video-label {
  font-size: 12px;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.7) !important;
  border-radius: 4px;
}

#joinForm input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}