
.dc-select .header{
    background: #cdd1dd;
    padding-left: 10px;
    border-radius: 4px;
    min-height: 24px;
}
.dc-select .header .title{
    text-transform: uppercase;
    font-size: 11px;
    color: #090518;
    margin: 8px 0;
    font-weight: 500;
}
.dc-select 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;
}
.dc-select button.delete {
    background: rgb(244 67 54 / 15%)!important;
    border-radius: 50%;
    margin-left: 4px;
    margin-right: 0;
    color: #f44336;
}
.dc-select button[disabled] {
    opacity: .5;
    background: rgb(46 49 64 / 31%);
}
.dc-select button:not([disabled]):hover {
    background: #3f51b5;
    color: #fff;
}
.dc-select button.delete:not([disabled]):hover {
    background: #f44336!important; 
    color: #fff;   
}
.dc-select button md-icon {
    
    color: inherit;
    font-size: 18px;
    height: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    margin: 0;
}
.dc-select .row.empty input,
.dc-select .row.empty md-select md-select-value{
    color: #b9b8bd;
    font-style: italic;
}
.dc-select md-input-container label.label-right{
    padding-right: 16px !important;
}