html {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#date-filter {
    flex-direction: row !important;
/*    position:sticky;right: 0; top:0;
*/    color:white;
}
/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

 #date-filter {
      flex-direction:column !important;
  }
}*/
:root {
    --primary-color: #abb28f; /* Soft Sage Green */
    --secondary-color: #84a67c; /* Muted Moss Green */
    --accent-color: #6b997e; /* Cool Forest Green */
    --highlight-color: #5b8b8c; /* Soft Teal-Gray */
    --muted-color: #8f9cb2; /* Pale Slate Blue */
    --warning-color: #b88484; /* Muted Red */
    --black-color: #2c2c2c;
}




@media (max-width: 768px) {
    main {padding: 0 !important;}
    #date-filter {
        flex-direction: row !important;
        border: none !important;

    }

        #date-filter h2 {
           width: 50%;
            margin-bottom: 8px !important;
            font-weight: normal;
            font-size: 14px;
        }

    .navbar img{
        width:40px; height:40px;
    }

    .navbar .container {
        padding:0;
    }
}
#date-filter-drop-downs {
    width: 50%;
    display: flex;
    justify-content: end;
}
body {
    background-image: url(/images/texture-white.png);
    background-repeat: repeat;
}

    body > .container {
        padding: 8px;
/*        margin-top: 20px;
*/    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#main-nav {
    max-width: 1200px;
    margin: 0 auto;
}

#dashboardModal.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#dashboardModal .modal-dialog {
    width: 100%;
    box-sizing:border-box;
}

#dashboardModal .modal-content {
   /* padding: 40px !important;*/
   box-sizing:border-box;
   padding: 40px 20px;
}

    #dashboardModal .modal-content .form-group {
        margin-bottom: 12px;
    }

.fixed-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-top: 1px solid #cecece;
    box-sizing: border-box;
    padding: 0 !important;
}

    .fixed-bottom .btn {
        border-radius: 0;
        font-size: 10px;
        text-align: center;
        font-weight: 500;
        color: #434343 !important;
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        box-sizing: border-box;
        border-right: 1px solid #cecece;
        margin: 0 !important;
    }

        .fixed-bottom .btn:last-child {
            border: none;
        }

        .fixed-bottom .btn i {
            display: block;
            margin-bottom: 4px;
            font-size: 24px;
            line-height: 20px;
        }

        .fixed-bottom .btn:hover {
            background-color: rgba(0, 0, 0, 0.05);
            transition: background-color 0.2s ease;
        }

        .fixed-bottom .btn:active {
            background-color: rgba(0, 0, 0, 0.1);
        }

        .fixed-bottom .btn:focus {
            outline: none;
            box-shadow: none;
        }



.navbar {
 
    padding: 12px;
    /*position:fixed;
    top:0;
    left:0;
    right:0;*/
    z-index:10;
    border-bottom:1px solid rgba(0,0,0,.1);
}

.navbar-brand {
    font-weight: bold;
}

.nav-link {
    color: #212529 !important;
    font-size: 16px;
    padding: 8px 12px;
}

    .nav-link:hover {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 4px;
    }

.navbar-toggler {
    border: none;
}

.navbar img {
}

body {
    /*padding-top:40px;*/
}

.card {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
    margin: 8px;
    background-color: gray;
}
.dashboard-card, .card-50 {
    transition: transform 0.2s ease-in-out;
}
    .card:hover, .dashboard-card:hover, .card-50:hover {
        transform: translateY(-3px);
    }

.card-title {
    font-size: 18px;
    color: #6c757d;
}

.card-text {
    font-size: 24px;
    font-weight: bold;
}

.card.large {
    width: 50vw%;
}

#summary-cards .card {
    text-align: center !important;
}

#summary-cards h5 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;
}

    #summary-cards h5 span {
        display: block;
        font-size: 14px;
        opacity: .7;
    }



#summary-cards p {
    font-size: 3rem;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 30px;
    color: white !important;
}

#summary-cards a {
    width: 50%;
}

#globalAlertContainer {
    position: fixed;
    top: 90px;
    left: 50%;
    z-index: 1050;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}

#coming-soon-container img {
    width: 100%;
    max-width: 240px;
    min-width: 240px;
    animation: rock 20s ease-in-out infinite;
    transform-origin: center;
}

@keyframes rock {
    0% {
        transform: scale(1.1);
        opacity: .9;
    }

    50% {
        transform: rotate(1);
        opacity: 1;
    }

    100% {
        transform: rotate(1.1);
        opacity: .9;
    }
}

#coming-soon-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

body {
}

#date-filter {
/*    border-bottom: 1px solid rgba(255,255,255,.8);
*/    padding: 0px 12px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    color: gray;
}

    #date-filter h2 {
        font-size: 20px !important;
        margin: 0 !important;
        color:rgba(255,255,255,1);
       

    }

    #date-filter select {
        font-size: 12px;
    }

.date-filter-dropdown-container {
    position: relative;
    background: white; /* fallback for old browsers */

    width: 120px;
    text-align: center;
    border-radius:12px;
    box-sizing:border-box;
    opacity: .9;
    padding:8px;
    height: 30px;
    
}

    .date-filter-dropdown-container select {
        
        box-sizing:border-box;
        font-weight:400;
        font-size: 14px !important;
        line-height:16px;
        border-radius: 8px;
        color: black;
        background: transparent;
        max-width: 100%;
        text-align: center;

        text-indent: 1px;
        text-overflow: '';
        letter-spacing: 1px;
        text-transform: uppercase;
        border: none;
        outline: none;
        border-radius: 50%;;
        cursor: pointer;
        width:100%;
        height:100%;
        position:absolute;
        left:0;right:0;bottom:0;top:0;
    }

    .date-filter-dropdown-container:hover {
        opacity: .8;
    }

    .date-filter-dropdown-container select option {
        margin: 40px;
        background: #134E5E; /* fallback for old browsers */
        background:white;
        color:black;
        font-size:10px;
        color: #fff;
        color:black;
        text-align: center;
        padding:20px;
    }

 .fixed-bottom .btn i {
        font-size:14px !important;
        color:#373737;
    }

main {
    max-width:1200px;
    margin: 0 auto;
    padding: 20px;
}




#easter-egg {
    position: fixed;
    inset: 0;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease-in-out;
    z-index: 9999;
display:none !important;
}

    #easter-egg img {
        max-width: 90vw;
        max-height: 90vh;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    }
