.total_quote {
    text-align: right !important;
}

.title_quote {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: black !important;
}

.price_quote {
    font-size: 25px;
    font-weight: 700;
    color: #316bff !important;
}

.btn-quote {
    background-color: #316bff !important;
}

.dispatch-container {
    color: black;
    background-color: white;
    text-align: center !important;
    font-size: 14px;
    font-family: "Poppins" !important;
    border-radius: 5px !important;
}

.dispatch-selected {
    background-color: #316bff;
    color: white;
}

.title_section {
    font-family: "Poppins" !important;
    font-weight: 500 !important;
}

.title_section_quote {
    font-size: 26px;
    color: #316bff !important;
}

.input_quote {
    background-color: #f5f5f5 !important;
    color: black !important;
    border-color: transparent !important;
}

.select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__rendered {
    background-color: #f5f5f5 !important;
    color: black !important;
    border-color: transparent !important;
}

.payment_container {
    color: black;
    background-color: #f5f5f5 !important;
    text-align: center !important;
    font-size: 14px;
    font-family: "Poppins" !important;
    border-radius: 5px !important;
}

@media (min-width: 250px) and (max-width: 1200px) {
    .btn_submit_quote {
        width: 25% !important;
    }
}

@media (min-width: 1200px) {
    .btn_submit_quote {
        width: 50% !important;
    }
}

.btn_pdf_quote {
    width: 50% !important;
}
a.btn_pdf_quote:hover {
    color: #fff !important;
}
.min-w-input-qty{
    min-width: 70px;
}
.min-w-span-price{
    min-width: 100px;
}
