/* ensures accessibility compliance */

[class*="btn-primary"] {
    background-color: #386ab1 !important;
    border-color: #386ab1 !important;
}

[class*="btn-danger"] {
    background-color: #c23833 !important;
    border-color: #c23833 !important;
}

[class*="text-warning"] {
    color: #915b10 !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: #c9c5c5 !important;
  color: #000000 !important;
}

.btn-light:disabled {
    opacity: 1 !important;
    background-color: #e0e0e0 !important;
    color: #555 !important;
}

.page-item.active .page-link {
    background-color: #e2ebfd !important; 
    font-weight: bold !important; 
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    padding: 1rem;
    z-index: 1000;
    width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

a:not([class*="btn"]):not([class*="nav-link"]):not([class*="navbar-brand"]):not([class*="dropdown-item"]):not([class*="chosen-single"]):not([class*="list-group-item"]):not([class*="olButton"]) {
    color: #386ab1 !important;
}

a:not([class*="btn"]):not([class*="nav-link"]):not([class*="navbar-brand"]):not([class*="active"]):not([class*="dropdown-item"]):not([class*="chosen-single"]):not([class*="list-group-item"]):not([class*="olButton"]):hover {
    color: #386ab1 !important;
}

a:not([class*="btn"]):hover.ample-no-underline {
    color: #386ab1 !important;
}