.badge {
    background-color:#043463 ;
    /* height: 4vh; */
    text-align: center;
    margin: auto;
    color: #ffff;
    
}
/*.accordion-button:focus {*/
/*    background-color: #f1da9ff1;*/
/*    color: rgb(45, 48, 48);*/
/*}*/
/*.accordion-button{*/
/*    background-color: #d199279e;*/
/*    color: rgb(45, 48, 48);*/
/*}*/
/* .accordion-button::after{
    color: azure;
} */
.accordion-item {
    border:none;!important
}
.table-responsive{
    height: 300px;
}
table td {
    font-size: 0.8rem;
    font-weight: bold;
}
h4 {
    font-weight: bold;
}
.bg-primary {
  background-color: #233b53 !important;
}

.list-group-item-action:hover {
  background-color: #6C9FB6 !important;
}

.text-white:hover {
  color: black;
}

.nav-link {
  text-align: center;
  justify-content: center;
}

.text-light {
  font-size: 0.8rem;
}

.btn-outline-warning {
  background-color: #233b53;
  color: cornsilk;
}
.navbar-brand{
    background-color:white;
    border-radius:2px;
}
body {
    background-color: #ffffff;
}