.freight-settings{
    padding: 15px;
}
.freight-settings .table-count{
    font-weight: 600;
}
.freight-settings .table-count small{
    font-style: italic;
    
    font-weight: 300;
    font-size: 12px;
    opacity: .5;
}
.freight-settings .header-actions{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* gap:1em; */
}
.freight-settings .filters select{
    border: none;
    background: rgb(103 58 183 / 0.15);
    color: #673AB7;
    outline: none;
    font-size: 14px;
    padding: 3px;
    border-radius: 3px;
}
.freight-settings .header-actions button,
.freight-settings table button.action{
    font-size: 13px;
    border: none;
    border-radius: 3px;
    text-transform: CAPITALIZE;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3px 7px;
    transition: all .25s ease-in-out;
    background: rgb(33 150 243 / 15%);
    color: #2196F3;
    outline: none;
    margin: 0;
}
.freight-settings .header-actions button{
    margin-left: 10px;
    padding: 3px 10px;
}
.freight-settings .header-actions button.warning,
.freight-settings table button.action.warning{
    background: rgb(212 66 46 / 15%);
    color: #d4422e;
}
.freight-settings .header-actions button md-icon,
.freight-settings table button.action md-icon{
    font-size: 18px;
    width: 18px;
    min-height: 18px;
    min-width: 18px;
    height: 18px;
    color: inherit;
}
.freight-settings .header-actions button md-icon{
    margin-right: 5px;
}
.freight-settings .header-actions button:hover,
.freight-settings table button.action:hover{
    background: #2196F3;
    color: #fff;
}
.freight-settings .header-actions button.warning:hover,
.freight-settings table button.action.warning:hover{
    background: #d4422e;
    color: #fff;
}
.freight-settings .header-actions button:hover md-icon{
    color: #fff;
}
.freight-settings table.custom thead tr{
    border-color: rgb(33 150 243 / 15%);
}


.freight-settings table.custom th, 
.freight-settings table.custom td {
    padding: 0 10px;
    font-size: 14px;
    height: 40px;
}
.freight-settings table.custom .add-new-config {
    justify-content: center;
    background: transparent;
    color: #ddd;
}

.freight-settings table.custom input, .freight-settings table.custom select {
    text-align: right;
    height: 25px;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.freight-settings table.custom tbody tr td .note{
    opacity: .75;
    font-size: 12px;
}
.freight-settings table.custom tbody tr td .symbol{
    font-size: 100%;
    font-style: italic;
    opacity: .6;
}