﻿.navbar {
    background-color: #1B1534 !important;
    color: white !important;
    padding: 20px;
}

.logo {
    width: 8rem;
    margin-left: 1rem;
}

.nav-link {
    color: white;
    text-decoration: none;
}

.nav-link:focus, .nav-link:hover {
    color: #009ba4;
}

.table > thead {
    vertical-align: bottom;
    background: rgb(2,0,36);
    background: linear-gradient(74deg, rgba(2,0,36,1) 0%, rgba(62,34,94,1) 66%);
    color: white;
}

.table > thead > tr > th:first-child  {
    border-top-left-radius: 5px;
}

.table > thead > tr > th:last-child {
    border-top-right-radius: 5px;
}

.dataTables_filter {
    margin-bottom: 1rem;
}

.btn-secondary {
    color: var(--bs-white);
    background-color: #009ba4;
    border-color: #009ba4;
    font-weight: bold !important;
}

.btn-secondary:hover {
    color: var(--bs-white);
    background-color: #009ba4;
    border-color: #009ba4;
}


.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #009ba4;
    border-color: #009ba4;
    box-shadow: 0 0 0 0.25rem #009ba4;
}

.bg-purple {
   color: #b04feb;
}

.footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    background-color: #1B1534;
    padding: 5px;
    color: white !important;
}

.profile {
    background-size: cover;
    height: 10rem;
    padding-top: 80px;
    width: 10rem;
    border-radius: 50%;
    border: inset;
}
/*------------------------------------------------*/
.bg-purple-label-combo-filter {
    background: #321850 !important;
    color: white;
    border-radius: 3px;
    max-height: 50px;
    font-size: 13px;
}

.bg-violet-label-combo-filter {
    background: blueviolet !important;
    color: white;
    border-radius: 3px;
    height: 27px;
    font-size: 13px;
}