﻿:root {
    --black-color: #000000;
    --grey-color: #c6c1c1;
    --red-color: #dc3545;
    --green-color: #198754;
    --blue-color: rgba(126, 239, 104, 0.6);
    --bhs-color: #297189;
}
        
body {
    background-image: url('../images/pattern-randomized.svg') !important;
}

.logout-btn {
    color: white;
    background-color: var(--color-secondary);
}

.logout-btn:hover {
    color: white;
}

nav {
    height: 80px;
    background-color: white !important;
    margin-bottom: 0px !important;
    position: sticky !important;
    top: 0;
    z-index: 2;
}

a {
    text-decoration: none;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
}

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9998;
    display: none;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

@media (max-width: 550px) {
    nav.navbar {
        height: fit-content;
    }

        nav.navbar > .container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            nav.navbar > .container .navbar-brand {
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid rgba(255,255,255,.2);
            }
}

.logo-placeholder {
    content: url('../images/berg-logo.png');
    height: var(--logo-height);
    max-height: 50px;
}

.ap-footer {
    position: fixed;
    bottom: 0;
    left: 20px;
    width: fit-content;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
