﻿.navbar {
    height: 100px;
    background-color: white !important;
}

.siteTitle {
    color: rgb(28, 117, 188);
}

body {
    background-color: rgba(142, 145, 148, 0.3) !important;
    font-family: Roboto, 'sans-serif' !important;
}

.btn-primary {
    background-color: rgb(28, 117, 188) !important;
}

strong {
    color: rgb(24, 67, 103);
}

h3 strong{
    color: rgb(28, 117, 188) !important;
}

.page-link {
    background-color: #f0f0f0;
    color: #333;
    border-color: #ccc;
}

.page-item.active .page-link {
    background-color: rgb(28, 117, 188);
    color: white;
    border-color: #007bff;
}

a {
    color: white
}

.form-control, .select2 {
    box-shadow: 0 0.75rem 2rem rgba(0,0,0,0.1);
}

table, .page-item {
    box-shadow: 0 0.75rem 3rem rgba(0,0,0,0.1);
}

.form-check-input:checked {
    background-color: rgb(28, 117, 188);
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
