
.active_select{
    border: 2px solid;
    padding: 5px;
    border-radius: 12px;
}

.cm-filter-1{
  float: right;
  padding: 8px;
  cursor: pointer;
}
.table_no{
    text-align: center;
    background: #daa520;
    color: #fff;
    padding: 10px;
}
.small_button_danger{
    padding: 1px 10px;
    cursor: pointer;
    font-size: 11px !important;
    background: #dc3545;
}
.search-input {
    width: 100%;
    padding: 10px 35px;
}
.search-icon {
  top: 16px;
left: -2px;
}
.choices__list--single .choices__item{
    padding-left: 10px;
}
.choices__list--dropdown{
    z-index:4 !important;
}
.no_order {
    text-align: center;
    background: #e20808;
    color: #fff;
    padding: 10px;
}