.quote-product {
    background: #d9dfea;
    margin-bottom: 15px;
    padding: 5px 10px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}

.quote-product .quote-product-table {
    border-spacing: 0 5px;
    padding: 0;
    width: 100%;    
    font-size: 12px;
}
.quote-product .quote-product-table thead tr th {
    font-weight: 500;
    font-size: 11px;
    padding: 0 8px;
    text-transform: uppercase;
    color: #0e80dc;
}
.quote-product .quote-product-table thead tr th.actions .md-button {
    background: rgb(33 150 243 / 0.15);
    border-radius: 100%; 
    margin: 0;
}
.quote-product .quote-product-table tbody tr {
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.quote-product .quote-product-table tbody tr.bg-white:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    background: #f6f8fb;
}
.quote-product .quote-product-table tr td {
    padding: 5px 8px;
    border-bottom: solid 1px #f0f3f5;
    border: 0;
    position: relative;
}
.quote-product .quote-product-table tr td:first-child md-icon{
    font-size: 18px;
    height: 18px;
    min-height: 18px;
    width: 18px;
    min-width: 18px;
}
.quote-product .quote-product-table tr td:first-child {
    border-right: solid 1px #cfd6dc;
    width: 8px;
}
.quote-product .quote-product-table tr td.actions {
    background-color: #ffc107;
    width: 80px;
    padding: 0;
}

.add-btn:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
}
.quote-product .quote-product-table tr.nodata td h1 {
    margin: 50px 0;
    font-size: 16px;

    font-weight: 300;
    color: #d9dfea;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.product-table-sage-info{
    min-height: auto;
    height: auto;
    white-space: normal;    
    max-width: 250px;
    line-height: 16px;
    font-size: 12px;
    padding: 5px;
    font-weight: 300;
    background: #181041;
}