.chemical-banner {
    background-color: #2f4f7f; /* Matches the blue tone */
    min-height: 75px;
    margin-top:6.5rem;
    
}

.banner-title {
    color: #ffffff;
    font-size: 1rem;
  
    margin-bottom: 10px;
    padding-top: 5px;
    font-weight: bold;
}

.banner-subtitle {
    color: #e6e6e6;
    font-size: 0.9rem;
    max-width: 900px;
    
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-title {
        font-size: 1.8rem;
        padding-top: 10px;
    }

    .banner-subtitle {
        font-size: 0.95rem;
        padding-bottom: 15px;
        line-height: 15px;
        color: white !important;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1rem;
        padding-top: 10px;
    }

    .banner-subtitle {
        font-size: 0.9rem;
        padding-bottom: 18px;
        line-height: 18px;
        padding-top: 8px;
        color: white !important;
    }
}

/* card css left side */
.page-title {
    color: #8b0000;
    font-weight: 540;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Filter Box */
.filter-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Report Items */
.report-item {
    padding: 1px 0;
    border-bottom: 1px solid #ddd;
}

.report-title {
   font-size: 1.2rem;
    color: #87161e !important;
    margin-bottom: 2px !important;
    font-weight: 600;
   font-family: "Segoe UI", Arial, sans-serif;
   text-decoration: none;
   line-height: 25px;
   cursor: pointer;
  

}
.report-title:hover{
color:#2196F3!important
}

.category {
    font-size: 0.9rem;
    color: #2c4d80 !important;
    font-weight: 600;
}


.report-desc {
    font-size: 0.9rem;
    color: #333 !important;
    margin-bottom: 14px !important;
    font-family: Arial, sans-serif;
}

/* Buttons */
.btn-success {
    background-color: #4caf50
}
.filter-row {
    display: flex;
    align-items: center;
    gap: 4px;
        flex-wrap: wrap;
}

.filter-row .form-label {
    min-width: 90px;
    margin-bottom: 0;
}

.filter-row .bootstrap-select {
    flex: 1;
}

@media (max-width: 576px) {
    .filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-row .form-label {
        min-width: 100%;
    }
}
.form-label{
    font-family: Arial, sans-serif;
    font-size: 0.9rem !important;
}
.btnCSS{
    color: white !important;
    background-color: #2c4d80 !important;
    border: #2c4d80;
    font-size: 0.9rem;
    border-radius: 8px;
}
.form-control{
    border-radius: 0px !important;
    box-shadow: none;
    border: 1px solid #ccc !important;;
}
select {
    font-family: Arial, sans-serif;
    font-size: 1rem !important;
}
.form-control:focus{
    border-radius: 0px !important;
    box-shadow: none;
    border: 2px solid black !important;;
}
.Subcategory{
    font-family: Arial, sans-serif;
    color: #2c4d80;
    font-size: 14px;
    font-weight: normal;
}

.btnCSSRequest{
    color: white !important;
    background-color: #2c4d80 !important;
    font-size: 12px;
    border-radius: 0px;
    border: #2c4d80;
    margin-top: 8px;
    font-weight: 600;
}

.btnCSSBuy:hover{
        color: #000 !important;
    background-color: #ccc !important;
    border: #ccc;
}
@media (max-width: 576px) {
    .btnCSSBuy {
        border-radius: 6px;
         margin: 10px auto;
         padding: 8px 12px;
    }
}

.btn-divider-vertical {
    position: relative;
    padding-left: 8px; /* space for divider */
}

.btn-divider-vertical::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #dee2e6;

}

/* 📱 Mobile: hide vertical line */
@media (max-width: 991.98px) {
    .btn-divider-vertical::before {
        display: none;
    }
}
.btnCSSBuy {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #4CAF50 !important;

    /* Rounded corners */
    border-radius: 8px;
    border:#4CAF50 ;
font-weight: 600;
    /* Full width button but allow side spacing */
    width: 100%;
    max-width: 25rem;

    /* Mobile-safe spacing */
    padding: 8px 12px;

    /* Vertical spacing */
    margin-top: 6px;
    margin-bottom: 6px;
}
.btnCSSRequest{
     font-family: Arial, sans-serif;
    color: white !important;
    background-color: #2c4d80 !important;
    border: #2c4d80;
font-size: 12px;
    /* Rounded corners */
    border-radius: 8px;
font-weight: 600;
    /* Full width button but allow side spacing */
    width: 100%;
    max-width: 25rem;

    /* Mobile-safe spacing */
    padding: 8px 12px;

    /* Vertical spacing */
    margin-top: 6px;
    margin-bottom: 6px;
}
@media (max-width: 576px) {
    .btnCSSBuy {
        font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #4CAF50 !important;
font-weight: 600;
    /* Rounded corners */
    border-radius: 8px;
    border:#4CAF50 ;
    margin: 9px 0px 0px 9px;

    }
    .btnCSSRequest{
    font-family: Arial, sans-serif;
    color: white !important;
    background-color: #2c4d80 !important;
    border: #2c4d80;
    font-size: 12px;
     border-radius: 8px;
     margin: 9px 0px 0px 9px;
     font-weight: 600;

    }
}