.btn-primary,
.bg-primary,
.card-header{
    background-color: #0368d9!important;
    color: #ffffff;
}

.btn-primary{
    border-color: #092f87;
}

.card {
    border: 0px!important;
}

.card-header {
    font-weight: bold;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(9, 47, 135, 0.1);
}

.table-borderless th,
.table-borderless td {
    border-top: 0px!important;
}
.dropdown-item:focus, 
.dropdown-item:hover,
.dropdown-menu{
    background-color: #efebf1;
    border: 0px;
}

.dropdown-item:focus, .dropdown-item:hover {
    font-weight: bold;
    color: #9e3e6e;
}

.alert-primary {
    background-color: rgba(9, 47, 135, 0.4);;
    border: 0px;
    color: var(--bs-body-color);
}

.h7, h7 {
    font-size: 0.85rem;
}

.social-media-icons a{
    color: #ffffff;
}

.social-media-icons a:hover{
    color: #e5e5e5;
}