input:focus,select:focus{
    background: yellow !important;
}
input,select{
    color: #000 !important;
}
.dTree ul li{
    width: 100% !important
}
.star{
    font-size:16px !important;
    color:red !important;
}
.form-control{
    padding : 0.175rem 0.75rem;
}
.d-flex span{
    padding-top: 0.225rem;
    padding-right: 1rem;
}

.select2-container--default{
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple{
    border:none;
}
.table-responsive::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}