<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
}

.coverPage {
    /*background-image: url(./Assets/BMI\ -\ Home\ Page\ Banner-02.png);*/
    background-size: cover;
    background-position: center;
    padding-bottom: 1rem;
}
.bmiLogo{
    width: 217px;
    height: auto;
}
.navbar {
    background-color: rgba(0, 0, 0, 0.904);
}

.navbar-nav .nav-link {
    color: white;
    margin-right: 1.3rem;
    font-size: 0.9rem;
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid green;
}

.navbar-nav .nav-link:hover {
    color: lightgray;
}

.sub-label{
    font-size: 0.875rem;
}


.SRTitle{
    color: #28a745;
}









.searchbar-conatiner {
    display: flex;
    align-items: center;
    justify-content: center;

}

.search-bar {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #28a745;
}

.search-bar input {
    border: none;
    outline: none;
    flex-grow: 1;
}

.search-bar i {
    color: gray;
    font-size: 1.8rem;
}

.nav.nav-tabs {
    background-color: #343a40;
    padding: 1px;
    border-radius: 0.3rem;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: white;
    padding: 10px 20px;
    background-color: #343a40;
}
    
.nav-tabs .nav-link.active {
    background-color: #28a745;
    color: white;
    border-radius: 0.2rem;
}

.nav-tabs .nav-link {
    background-color: #343a40;
}

.totalReports {
    color: #727272;
}



























.filter-container {
    border: 1px solid #00b300;
    padding: 20px;
    border-radius: 5px;
}

.filter-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-section {
    margin-bottom: 1.3rem;
}

.Category .filter-item {
    display: flex;
    align-items: center;
    padding: 4px 0;
    justify-content: space-between;
    border-bottom: 1px solid #21252938;
}
.filter-item  {
        border-bottom: 1px solid #21252938;
    padding:0.3rem 0;
}
/*.filter-item input {
    margin-right: 10px;
}*/
.filter-item label {
    font-size: 0.875rem;
    color: #000
}
.filter-item span {
    font-size: 0.875rem;
     color: #000
}
.sub-filter-item label {
    font-size: 0.875rem;
     color: #000
}
 .sub-filter{
    padding: 0 0.7rem;
 }
.sub-filter-item{
    display: flex;
    align-items: center;
    padding: 2px 0;
}
.arrow-icon.up {
    transform: rotate(-135deg);
}

.arrow-icon {
    border: solid  #5a6268;
    border-width: 0 2px 2px 0;
    padding: 3.5px;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    cursor: pointer;
    user-select: none;
}




.allCard {
    border: 1px solid #00b300 !important;
    border-radius: 10px !important;
}

.card {
    margin: 20px;
    padding: 1rem;
    box-shadow: 0 6px 12px rgba(128, 128, 128, 0.4);

}

.card img {
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
}

.card-title {
    color: #28a745;
    font-size: 1.1rem;
    font-weight: bold;
}
.success{
    color: #28a745;
}
.card-text {
    font-size: 0.875rem;
    color: #6c757d;
}

.card-text a {
    color:#0166d1;
    text-decoration: none;
}
.text-dark.me-3{
    font-size: 1rem !important;
}
.price {
    color: #dc3545;
    font-size: 1rem;
    font-weight: bold;
}

.btn-sample {
    background-color: #1a5694;
    color: white;
    padding: 0.15rem 0.7rem;
    font-size: 0.9rem;
}
.btn-sample:hover {
    background-color: #07315c;
    color: white;
    padding: 0.15rem 0.7rem;
    font-size: 0.9rem;
}
.btn-cart {
    background-color: #28a745;
    color: white;
    padding: 0.15rem 0.7rem;
    font-size: 0.9rem;
}
.btn-cart:hover {
    background-color: #0f6824;
    color: white;
    padding: 0.15rem 0.7rem;
    font-size: 0.9rem;
}
.pageNavigation{
    margin: 20px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination span {
    margin-left: 1rem !important;
}


















.footer {
    padding: 40px 0 10px 0;
    background-color: #000000cf
}

.footerTitle {
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
}

.footer p,
.footer a {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.footer .social-icons a {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    padding: 4px 2px 4px 7px;
    background-color: #00cc44;
}
.footer .subscribe input[type="email"] {
    padding: 10px;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.footer .subscribe button {
    padding: 10px 20px;
    background-color: #28a745;
    border: none;
    border-radius: 5px;
    color: #fff;
    margin: 0;
}

.footer .payment-methods img {
    margin-right: 10px;
}

.footer .copyright {
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
    color: #ccc;
}

.text {
    font-size: 0.97rem;
}







































@media (max-width: 576px) {
    .search-bar{
        width: 100%;
        margin-bottom: 1rem;
    }
    .pagination span {
    padding-top: 0.5rem !important;
    }
    .card {
     margin: 20px 0;
     border: 1px solid #00b300 !important;
    }
    .allCard {
        border: none !important;
        border-radius: 10px !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .search-bar {
        width: 100%;
        margin-bottom: 1rem;
    }
}
</pre></body></html>