#dataTable_length {
  display: inline;
  float: left;
  /* margin-left: 10px; */
}

/* select[name=companyTable_length]{
    width: 50px;
} */

.custom-select.custom-select-sm.form-control.form-control-sm {
  width: 55px;
}

#dataTable_filter {
  display: inline;
  float: right;
}

.buttons-csv.buttons-html5 {
  padding: 3px 12px;
  margin-left: 10px;
}
.btn-primary {
  background-color: #7150FF !important;
  border-color: #7150FF !important;
}

.badge-primary {
  background-color: #6636d6 !important;
  border-color: #6636d6 !important;
}
/* .page-link{
    background-color: #6636D6!important;
    border-color: #6636D6!important;
} */

.page-item.active .page-link {
  background-color: #7150FF;
  border-color: #7150FF;
  color: white !important;
}
.sidebar-dark-primary {
  background-color: white !important;
  color: black;
}
.btn-success {
  background-color: #7150FF !important;
  border-color: #7150FF !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
#loadingMaterail{
  margin-left: 10px;
}

table thead tr th{
  background-color: #7150FF;
  color: white;
  /* border-radius: 5px; */
}
table td,
table th {
  padding: 6px!important;
}
.columnBackground{
  background-color:#7150FF;
}
.even{
  /* background-color: #7150FF!important; */
  background: rgba(113, 80, 255, 0.07)!important;
  /* color: white; */
}
a{
  color: black!important;
}
table td .deleteImage {
  height: 35px;
  width: 35px;
}

.select2-container {
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #747070;
  line-height: 35px !important;
}

.select2-container--default .select2-selection--single {
  height: 38px !important;
  padding: 0.1rem !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.nowrp{
  white-space: nowrap !important;
}