/*.form-floating > .form-control, .form-floating > .form-control-plaintext {
    width: 200px;
}*/
/* Apply width to all input fields */
.rfq-filter-right input.form-control {
    width: 200px !important;
}

/* Apply width to all select fields */
.rfq-filter-right select.form-select {
    width: 200px !important;
}


.active-rfq-start-date-to-response {
  width: 200px;
}
.active-rfq-last-date-to-response {
  width: 200px;
}
.fillter-order-product-name {
     width:169px;
}
.fillter-order-vendor-name {
    width:220px;
}
.fillter-order-vendor-status {
    width:220px;
}
.search-vendor-list-onchange{
    margin: 0 20px;
}
.total-rfq-created-row {
    margin-top:15px;
    float:left;
}
@media (max-width: 767px) {
    .breadcrumb {
        margin-bottom: 25px;
    }

    ul.rfq-filter-right {
        gap: 10px;
    }
    ul.rfq-filter-right li {
        width: 100%;
    }


    .file-width-200 {
        width: 250px;
    }
    .btn-rfq-white {
        width: 250px;
    }
    .tooltip-img {
        margin: 0px 10px 0px 120px !important;
    }
    /* Apply width to all input fields */
    .rfq-filter-right input.form-control {
        width: 100% !important;
    }

    /* Apply width to all select fields */
    .rfq-filter-right select.form-select {
        width: 100% !important;
    }

    ./*form-floating > .form-control, 
    .form-floating > .form-control-plaintext {
        width: 100%;
    }
    .form-floating > .form-select {
        width: 100%;
    }*/


    .ticket_list h3 {
      width: 100%;
    }

    .search-vendor-list-onchange {
      margin: 0px 0px;
    }
    .ml-auto, .mx-auto {
     margin: auto;
     margin-top: 10px;
   }

   ul.rfq-filter-right li button {
    min-width: 90px;
   }
}
