
.quote-options .header{
    background: #cdd1dd;
    padding-left: 10px;
    border-radius: 4px;
    min-height: 24px;
}
.quote-options .header .title{
    text-transform: uppercase;
    font-size: 11px;
    color: #090518;
    margin: 8px 0;
    font-weight: 500;
}
.quote-options button {
    border: 0;
    background: #3f51b5;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    transition: all 0.25s ease-in-out;
    min-width: 30px;
    min-height: 30px;
    padding: 2px 0;
    line-height: unset;
}
.quote-options button.delete {
    background: #ff8077;    
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 0;
}
.quote-options button[disabled] {
    opacity: .5;
    background: rgb(46 49 64 / 31%);
}
.quote-options button:not([disabled]):hover {
    background: #3f51b5;
    color: #fff;
}
.quote-options button.delete:not([disabled]):hover {
    background: #f44336;    
}
.quote-options button md-icon {
    
    color: inherit;
    font-size: 18px;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    margin: 0;
}
