body {
    background-color: #f4f6f9;
}

.dt-buttons > .dt-button{
    margin-right: 0px;
}

.dt-buttons > .dt-button,
.dt-buttons > .dt-button-split {
    display: inline;
}

.dt-buttons > .dt-button-split > .dt-button {
    margin-right: -5px;
    margin-left: 0px;
    border-collapse: collapse;
}

.card.main-content .card-header .nav.nav-tabs > li > a {
    position: relative !important;
    line-height: 42px !important;
}

.hr-text{
  position: relative;
  border: 0;
  height: 1.5rem;
}
.hr-text:before{
  content: '';
  position: absolute;
  background: #ced4da;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after{
  content: attr(data-title);
  position: relative;
  display: inline-block;
  padding: 0 0.5rem;
  line-height: 1.5rem;
  color: #212529;
  background-color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    border: 0px;
    margin-left: 0px;
    background: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display,
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 10px;
    padding-right: 3px;
}
