body {
    font: sans-serif !important;
    font-weight: bold !important;
    font-style: italic !important;
    color: white !important;
    background-color: #00202e !important;
    overflow-y: hidden;
    width: 99%;
}

label {
    color: white !important;
}

.btn-primary {
    background-color: #3960a6 !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.btn-secondary {
    background-color: transparent !important;
    border: none !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-size: 20px !important;
}

.btn-outline-undefined {
    background-color: #de3e80 !important;
    color: white !important;
}

.form-control,
.form-select {
    background-color: #de3e80 !important;
    font-weight: bold !important;
    font-style: italic !important;
    color: white !important;
}

::placeholder,
input,
.Select-placeholder,
option {
    color: white !important;
    font-weight: bold !important;
    font-style: italic !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
}

.Select-control {
    background-color: #de3e80 !important;
}

.Select-value-label {
    color: white !important;
}

.Select-menu-outer {
    color: white !important;
    background-color: #de3e80 !important;
}

.row {
    padding-top: 5px !important;
    --bs-gutter-x: 0.5% !important;
}

.error {
    color: red !important;
    text-align: center !important;
    padding: 10px !important;
}

.ok {
    color: green;
    text-align: center;
    padding: 10px !important;
}

.logout {
    position: absolute;
    width: 100%;
    bottom: 0%;
}

.login-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
    width: 50%;
}

.login-middle {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checks {
    width: 50px;
    height: 40px;
}

.sidebar {
    background-color: #de3e80;
    margin: 0;
    padding: 0;
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 25px;
    transition: 0.5s;
}

.sidebar > .nav-link {
    transition: 0.5s;
    color: transparent !important;
}

.col-auto {
    transition: 0.5s;
    width: 35px;
}

.col-auto:hover {
    transition: 0.5s;
    width: 125px;
}

.sidebar:hover {
    transition: 0.5s;
    width: 120px;
}

.sidebar:hover > .nav-link {
    transition: 0.5s;
    color: white !important;
}

.sidebar:hover > .nav-link.active {
    transition: 0.5s;
    background-color: #ea7aa7;
}

.sidebar:hover > .nav-link:focus, .nav-link:hover, .nav-link.active{
    transition: 0.5s;
    background-color: #ea7aa7;
}

.nav-pills,
.nav-link {
    color: white;
    border: 0;
    border-radius: 0 !important;
    text-align: center;
}

.nav-link:focus,
.nav-link:hover {
    border: 0;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    transition: 0.5s;
    background-color: #de3e80;
    border: 0;
    border-radius: 0;
}

.sidebar:hover .logo {
    transition: 0.5s;
    visibility: visible;
}

.sidebar .logo {
    transition: 0.5s;
    visibility: hidden;
}

.logo {
    width: 100%;
    height: 100%;
}

.transparent {
    background-color: #00202e !important;
}

#metrics {
    padding-top: 20px !important;
}

.card, .card-header {
    background-color: #042634 !important;
    text-align: center;
    border: 0;
}

.session-scroll {
    position: absolute;
    overflow-y: scroll;
    padding-bottom: 10%;
    height: 100%;
    width: 98%;
}

.reprocess-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 65vh
}

@media screen and (max-height: 700px) {
    .reprocess-scroll {
        overflow-y: scroll;
        overflow-x: hidden;
        margin-top: 10px;
        max-height: 55vh
    }
}

::-webkit-scrollbar {
    display: none;
}

.version {
    position: absolute;
    right: 0.2%;
    bottom: 0%;
}