﻿.navbar {
    background-color: #1B1534 !important;
    color: white !important;
    padding: 20px;
}

/*.dropdown-menu {
    background-image: url('https://www.1800background.com/v/vspfiles/templates/Panorama/snippets/images/listen.jpg');
}*/

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
    background-color: #009999 !important;
}

.logo {
    width: 8rem;
    margin-left: 1rem;
}

.nav-link {
    color: white;
    text-decoration: none;
}

.ajs-content {
    color: black !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.ajs-buttons{
    padding: 5px;
}

.nav-link:focus, .nav-link:hover {
    color: #009ba4;
}

.table > thead {
    vertical-align: middle;
    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;
    z-index: 999;
    font-size: small;
}

.profile {
    background-size: cover;
    height: 10rem;
    padding-top: 80px;
    width: 10rem;
    border-radius: 50%;
    border: inset;
}

.btn {
    border-radius: 20px !important;
}
/*------------------------------------------------*/