﻿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: 0; /* Changed from 60px to 0 for custom footer */
}

/* Custom styling for the footer */
.footer {
  padding: 15px 0;
}

/* Global gradient footer (blue → red) */
.msc-footer {
  background: linear-gradient(90deg, #2563eb 0%, #dc2626 100%);
  color: rgba(255, 255, 255, 0.95) !important;
}

.msc-footer a {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none;
  font-weight: 600;
}

.msc-footer a:hover {
  text-decoration: underline;
}