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;
}
.bg-orange {
    background-color: orange !important;
    color: white !important;
}

table td {
    text-align: center; /* Horizontally center the text */
    vertical-align: middle; /* Vertically center the text */
}

table th {
    text-align: center; /* Horizontally center the text */
    vertical-align: middle; /* Vertically center the text */
}

.custom-pagination .page-link {
    background-color: black; /* Black background */
    color: white; /* White text */
    border-color: black; /* Black border */
}

    .custom-pagination .page-link:hover {
        background-color: white; /* White background on hover */
        color: black; /* Black text on hover */
    }

.custom-pagination .active .page-link {
    background-color: white; /* White background for active page */
    color: black; /* Black text for active page */
    border-color: black; /* Black border for active page */
}
