﻿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;
}
body {
  margin-bottom: 60px;
  min-height: 80vh;
}
/* Custom Styles for Tabs */
.nav-tabs {
  border: none !important;
}
a:visited {
  color: black;
  /* Keep the color same as unvisited */
}
a:link {
  color: black;
}
.nav-tabs .nav-link {
  border: none !important;
  /* Remove default Bootstrap border */
  color: black;
  /* Default font color */
  font-size: 1.5rem;
  font: bolder;
}
.nav-tabs .nav-link.active {
  color: #1ea0ea !important;
  /* Selected tab font color */
}
.nav-tabs .nav-link:hover {
  color: #1ea0ea !important;
  /* Change color when hovering over tabs */
}
div.action-panel {
  border: 1px solid lightgrey;
  padding: 10px;
  border-radius: 5px;
}