body {
    background-color: #ececec;
    height: 100%;
    color: #000000;
}

/* COOKIE CONSENT BANNER */
body.consent-active {
    overflow: hidden;
}
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    z-index: 999;
}
.cookie-modal {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 800px;
    text-align: left;
    box-sizing: border-box;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
}
.cookie-content {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 35vh;
    padding-bottom: 10px;
}
.cookie-settings {
    flex-grow: 1;
    max-height: 25vh;
    padding-bottom: 10px;
}
.cookieConsentTable {
    text-align: center;
}
.cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.showCookieDetails {
    display: block !important;
    visibility: visible !important;    
}
@media (max-width: 480px) {
    .cookie-modal {
        padding: 15px;
        max-width: 90%;
        max-height: 80vh;
    }
    .cookie-buttons button {
        width: 100%;
    }
}

/* END OF COOKIE CONSENT BANNER */

.breadcrumbSplitter {
    padding-left: 7px;
    padding-right: 7px;
}

.activeCategory {
    font-weight: bold;
}

.blueBackground {
    background-color: #196bb5;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

    .blueBackground h2 {
        margin-bottom: 30px;
    }

.log-ind-container,
.forgot-password-container,
.reset-password-container,
.twofactor-login-container {
    margin-top: 25vh;
}

.addMarginTop {
    margin-top: 30px;
}

.addMarginBottom {
    margin-bottom: 30px;
}

.brand-image-link .brand-image-container {
    position: relative;
    height: 100%;
    width: 100%;
}

    .brand-image-link:hover {
        text-decoration: none;
        color: #000000;
    }

    .brand-image-link:hover .card-footer {
        background-color: #196bb5;
        color: #FFFFFF;
    }



.filterpro_logo {
    max-width: 185px;
}

.card-header {
    background-color: #196bb5;
    color: #FFFFFF;
}

a {
    color: #000000;
}

.greyBG {
    background-color: #e5e5e5;
}

.dashboard-col {
    margin-bottom: 15px;
    margin-top: 15px;
}

.dashboard-link {
    color: #000000;
}

.dashboard-link:hover {
    color: #000000;
    text-decoration: none;
}

.dashboard-item .card-body .fa {
    font-size: 50px;
}

.hide-content {
    display: none;
}

.input-error-border {
    border-color: #ba0400 !important;
}

.inventory_item_1 {
    background-color: #ececec;
    padding-top: 7px;
    padding-bottom: 7px;
}

.product-title h1 {
    font-size: 1.2rem !important;
}

.sponsoredInfoText {
    color: #cacaca;
    font-size: 12px;
    text-align: center;
}

#leftmenu {
    box-shadow: -10px 0 6px -9px rgba(0, 0, 0, 0.7) inset;
    height: 100%;
    left: -274px;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 274px;
    z-index: 3;
    padding: 10px;
    background-color: #196bb5;
    color: #FFFFFF;
}

#leftmenu a,
#leftmenu a:hover {
    color: #FFFFFF;
}

.activeNav {
    transform: translate(274px, 0px);
}

.closeNav,
.expandNav {
    color: #FFFFFF;
    cursor: pointer;
}

.activeExpandNav {
    display: block !important;
    visibility: visible !important;
}

.navButton {
    font-size: 40px;
    margin-top: 50%;
    cursor: pointer;
}

.footer-links {
    list-style: none;
    padding-left: 7px;
}

.footer-links li a {
    color: #FFFFFF;
}

h1,
h2,
h3 {
    font-size: 1.5em;
}