.setting-section h2,
.customer-section h2,
.category-section h2,
.product-section h2,
.result-section h2,
.state-section h2{
    color: #000 !important;
}
.setting-section label,
.state-section label{
    color: #000;
    font-weight: 400;
}
.setting-section .form-select,
.setting-section input {
    color: #000;
    font-weight: 400;
}
.state-popup h4 {
    color: #000;
}
.state-section label,
.state-section input,
.state-section p{
    color: #000;
    font-weight: 400;
}
.state-popup button.close {
    background: #000;
    color: #fff;
    border: 0;
}
.customer-section button {
    background: #000;
    color: #fff;
    border: 0;
}
.login-form h2,
.change-password-form h3 {
    color: #000;
}
.login-form input::placeholder {
    color: #000;
} 
.login-form label,
.change-password-form label{
    color: #000;
    font-weight: 400;
}
.login-form .form-check-input {
    border-color: #000;
}
.login-form .form-check-input {
    border-color: #000;
}
.header-menu .nav-link {
    color: #fff;
}
.header-menu .dropdown-item {
    color: #000;
    font-weight: 400;
}
.export-customer {
    text-align: right;
}
.download-sample {
    text-align: right;
    float: right;
}
.select2 {
    width: 145px !important; /* Adjust width as needed */
}
.download-btn {
    margin: 10px 0;
    text-align: right;
}
.calculator-section label {
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.calculator-section input {
    display: block;
    margin: 15px 0;
}
.calculator-section span {
    display: block;
    font-size: 14px;
}
.calculator-information p {
    font-weight: 600;
    background-color: #f8f8ac;
    padding: 5px;
}
.calculator-section img {
    max-width: 90%;
}

@media (max-width: 1199px) {
    .calculator-section {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .calculator-section-border {
        border-bottom: 0;
        padding-bottom:0;
        margin-bottom:0;
    }
}