.img-fluid {
    max-height: 55px;
    object-fit: contain;
}
#product_list {
    /* position: absolute; */
    left: 0;
    top: 100%;
    background-color: #fff;
    width: calc(100% - 116px);
}
#product_list ul {
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
}
#product_list li {
    padding: 0.3rem 1rem;
    cursor: pointer;
    color: #2f1635;
    border-bottom: 1px solid rgb(47 22 53 / 10%);
    transition: 0.5s all;
}
.text-left{
  text-align: left !important;
}
.single-event-box {
    filter: drop-shadow(0px 5px 10px rgba(111, 111, 111, 0.08));
    background-color: #ffffff;
    border: 1px solid rgba(85, 85, 85, 0.1);
    padding: 18px 30px 30px 18px;
    margin-bottom: 30px;
}
.highlight {
    background: #f5ecbd;
    font-weight: bold;
}
 .tender_title {
            font-size: 20px;
        }

        .container-fluid {
            padding: 0 15px;
        }

        .bg-white {
            background: #fff;
        }

        .border-top-orange {
            border-top: 1px solid #D97321;
        }

        .mt-top-20px {
            margin-top: 20px;
        }

        .tender_inner_title {
            color: #D97321;
            font-size: 16px;
        }

        .table-border {
            width: 100%;
        }

        .table-border th,
        .table-border td {
            border-bottom: 1px solid #ccc;
        }
          .header {
            background: #fff;
            padding: 10px 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #ddd;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            position: sticky;
            z-index: 1;
            top: 0;
        }

        .header_link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-decoration: none;
            color: #333;
        }
        .filter-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.filter-box .primary-button {
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    color: #3a3a3a !important;
    display: inline-block;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    transition: unset;
}