.page-item.active .page-link {
    z-index: 0;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/* Style for the header */
body{
    margin-top:20px;
    color: #362827;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    background: transparent;
    appearance: none;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #555555;
    appearance: none;
}
.co-card {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 15px;
    border-color: rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 0px, rgba(0, 0, 0, 0.14) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 0px 0px 0px;
}

.title {
    margin-left: 2px;
    font-weight: bold;
    appearance: none;
}

label {
    margin-left: 5px;
    font-weight: bold;
    appearance: none;
}
.header a:hover {
    color: #362927;
}
.dataTables_wrapper {
    padding: 20px;
    border: 1px solid;
    border-color: #929E9F;
}
.container {
    max-width: 98%;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
}
.content {
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
    position: fixed; /* Stay in place */
    left: 17%;
    top: 0;
    max-width: 82%; /* Full width */
}
.menu-items {  /*menu bar items */
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.menu-gravatar {/* avatar image  */
    padding-right: 15px;
}
.nav-link {
    color: black!important;
}
h1 {
  text-align: center;
  color: #929E9F;
  letter-spacing: -.5px;
  font-weight: 700;
  padding-bottom: 10px;
}

table {
  white-space: normal;
  word-wrap: break;
}

/* Help modal CSS */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.error {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(150,0,0,0.4); /* Fallback color */
    background-clip: border-box;
    border-style: solid;
    padding: 5px;
    border-width: 2;
    color:   #555555;
    border-color: red;
    border-radius: .5rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

/* Modal Content/Box */
.modal-content {
  background-color: #F3F3F3;
  color: #362827;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 800px;
  width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.inline-field {
    display: inline-block;
    margin-right: 10px;
    width: calc((100% - 20px) / 3);  /* Minus 20px for the margins on 2 fields */
}
/* Style for the header links */
.header a {
    color: white; /* make the text color white */
    font-size: 1.2rem; /* make the text a bit larger */
    margin-right: 15px; /* space between links */
}
.btn-info {
    color:  #FFFFFF;
    background-color: #3A3A3A;
    border-color: #5C30DD;
    margin:10px 2px 10px 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}
.btn-default {
    color: #F3F3F3;
    background-color: #5C30DD;
    border-color: #362827;
    margin:10px 2px 10px 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}
.selected {
    background-color: #DDFFFF!important;
}
.btn-primary {
    color: #000!important;
    background-color: #FAFAFA!important;
    border-color: #111!important;
    margin:10px 2px 10px 2px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    text-align: center!important;
    border-radius: 999px!important;
    --bs-btn-hover-color: #fff!important;
    --bs-btn-hover-bg: #BBB!important;
}
.btn-info {
    color: #FFF!important;
    background-color: #0A0A0A!important;
    border-color: #EEE!important;
    margin:10px 2px 10px 2px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
    text-align: center!important;
    border-radius: 999px!important;
    --bs-btn-hover-color: #EEE!important;
    --bs-btn-hover-bg: #222!important;
}
.btn {
    display: inline!important;
    border-radius: 999px!important;
}
.btn-light {
    color:   #FEFEFE;
    background-color: #FAFAFA;
    border-color: #362827;
    margin:10px 2px 10px 2px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color:   #FFFFFF;
    background-color: #3A3A3A;
    border-color: #362827;
}
.btn-primary:hover {
    background-color: #362827;
}
.btn-default:hover {
    background-color: #362827;
}
.btn-secondary {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin:10px 2px 10px 2px;
    text-align: center;

}
.header a:hover {
    text-decoration: none; /* remove underline on hover */
}

.main-body {
    padding: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.standard-footer {
    height:65px;
    width: 100%;
    background-color: #555555;
    color: #F3F3F3;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
    left: 0pt;
    margin-bottom: 0;
}

.ad_bar {
    height: 95  px;
    text-align: center;
    border-color: #3A3A3A;
    background-color: #fff;
    border-style: solid;
    border-width: 2;
    background-clip: border-box;
}

input{
  border-radius: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin-bottom: 5px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-style: solid;
    border-width: 2;
    border-color: #888;
    border-radius: .5rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}
.custom-dropdown {
    margin-top: 10px;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}
.custom-container {
    padding: 0;
    margin: 0;
}
.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.page-item.active .page-link {
    z-index: 0;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}
.footer-container {
    background-color: black;
    color: white;
    padding: 10px 0;
    border-top: 2px solid #666;  /* Adds a subtle grey border on top */
    width: 100%;  /* Ensures the footer spans the entire width */
    position: absolute;  /* Ensures the footer stays at the bottom */
    bottom: 0;  /* Positions the footer at the bottom of the page */
}

.footer-link {
    color: white;  /* Color for the links in the footer */
}

.footer-link:hover {
    color: #999;  /* Slightly dim the color on hover for a subtle effect */
    text-decoration: none;  /* Remove underline on hover */
}

.left-align-text {
    text-align: left;
}
.top-left {
    margin-top: 0;
    padding-top: 20px; /* padding from the top */
    text-align: left;
}
.pr-25 {
    padding-right: 25px;
}

.pl-25 {
    padding-left: 25px;
}

.menu-button {
    margin-right: 15px;  /* Adjust as needed for spacing */
}
.py-3 {
    padding-top: 7rem!important;
    padding-bottom: 1rem!important;
}
fieldset {
    display: block;
    -webkit-margin-start: 1px;
    -webkit-margin-end: 10px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    color: #222;
    border-radius: 5px;
    border-color: threedface;
    border-image: initial;
}

.border {
    border-width: 2px;
    border-color: #362827;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #3A3A3A;
  color: #EEE;
  background-color: #5C30DD;
  border-radius: .5rem;
  font-size:200%;
  font-weight: bold;
  text-align:center;
 }

.left-align-content {
    justify-content: flex-start;
    text-align: left;
    margin-left: 0;
    padding-left: 20px;
}

.gravatar-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.custom-name {
    width: 200px;
}
.custom-margin {
    margin-right: 4rem;
}
.navbar {
    padding: 1rem;
}
.nav{
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: #FF7F7F;
    --bs-nav-link-hover-color: #A7A1D8;
    --bs-nav-link-disabled-color: #B7B7B7;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}