
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 80% !important;
        margin: 1.75rem auto;
    }
    .image_modal_class{
        width: 600px !important;
        margin: auto;
    }
}
.p-dialog-title{
    font-weight: 700;
    font-size: 1.25rem;

}
.Quotes-Listing{
    list-style: none;
    display: inline-flex;
    align-items: center;
}
.Quotes-Listing ul li{
    padding-right: 10px;
    border-right: 1px sold lightgrey;
}
.quotes-form-button {
    transition-duration: .15s !important;
    cursor: pointer !important;
    border-radius: 6px !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    align-items: center !important;
    display: flex !important;
    color: #ffffff !important;
    background-color:#FF131D !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
}

.quotes-form-button:hover{
    color:#ffffff !important;
    background-color: #FF131D !important;
    transition-duration: .15s !important;
    transition-property: background-color, border-color, color !important;
}






/*Quotes Modal*/

.modal-main-quotes-body{
    max-height: 500px;
    overflow: auto;
}


.label-quotes{
    display: block;
    margin-bottom: .5rem;
    font-weight: 500 !important;
    color: #212121 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
}
.input-quotes{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    color: #495057;
    background: #fff;
    padding: .75rem .75rem !important;
    border: 1px solid #ced4da;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    appearance: none;
    border-radius: 6px;
    width: 100%;
}

.input-quotes:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #c7d2fe;
    border-color: #6366f1;
}
.Text-Deliver{
    margin-bottom: 1rem !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    color: #212121 !important;
    padding: 0px !important;
}
.cart-div{
    margin-top: 1rem !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    display: flex !important;

}
.cart-div p{
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.Quote-table-Wrapper{
    overflow: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: normal;
}
.Quote-table thead>tr>th {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #343a40;
    background: #f8f9fa;
    transition: box-shadow .2s;
}
.Quote-table tbody>tr>td {
    text-align: left;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    padding: 1rem 1rem;
}
.Quote-link-text{
    color: #326fd1 !important;
    text-decoration: underline !important;
}
.quote-primary-button{
    color: #fff;
    background: #FF131D;
    border: 1px solid #FF131D;
    padding: .75rem 1.25rem;
    font-size: 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    width: auto !important;
    margin-left: 1rem !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.quote-primary-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF131D, 0 1px 2px 0 #000;
}
.quote-secondary-button{
    color: #fff;
    background: #64748b;
    border: 1px solid #64748b;
    padding: .75rem 1.25rem;
    font-size: 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    width: auto !important;
    margin-left: 1rem !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.quote-secondary-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #FF131D, 0 1px 2px 0 #000;
}
.quote-cancel-button{
    color: #fff;
    background: #f59e0b;
    border: 1px solid #f59e0b;
    padding: .75rem 1.25rem;
    font-size: 1rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    width: auto !important;
    margin-left: 1rem !important;
    display: flex;
    align-items: center;
    gap: 6px;
}
.quote-cancel-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #facf85, 0 1px 2px 0 #000;
}












/*Invoice*/
.invoice-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-invoice1{
    font-size: .875rem;
    padding: .5rem 1.09375rem;
    border-radius: 2rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    color: #fff;
    background: #FF131D;
    border: 1px solid #FF131D;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
}
.Text-invoice{
    margin-bottom: .5rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
}
.invoice-heading{
    margin-bottom: 1rem !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    color: #9E9E9E;
}
.invoice-secondary-text{
    margin-bottom: 0.75rem !important;
    font-size: 1.125rem !important;
    color: #9E9E9E !important;
}
.invoice-bold-text{
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #495057;
}
.invoice-secondary-text-2{
    margin-bottom: 0.75rem !important;
    font-size: 1rem !important;
    color: #212121 !important;
}
.checkmarks-invoice{
    flex-wrap: wrap !important;
    display: flex !important;
    justify-content: center !important;
}
.checkmarks-invoice ul{
    list-style: none;
}
.invoice-table{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.invoice-table-wrapper{

    /*max-width: 320px;*/
    max-width: 26%;
    margin: auto;
    margin-top: 40px;
}
.Quote-table tfoot>tr>td {
    text-align: left;
    padding: 1rem 1rem;
    border: 1px solid #dee2e6;
    border-width: 0 0 1px 0;
    font-weight: 700;
    color: #343a40;
    background: #f8f9fa;
    font-size: 1.5rem !important;
}
.button-invoice{
    color: #fff;
    background: #64748b;
    border: 1px solid #64748b;
    font-size: 1rem;
    padding: .9375rem 1.5625rem;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: auto;
}

.button-invoice:focus{
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 #000;
}

.invoice-buttons-div{
    margin: 40px 0px 0px 0px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

select.form-control:not([size]):not([multiple]) {
    height: 100% !important;
}

.image_modal_class{
    width: 100%;
    margin: auto;
}

