#bp-filters-navbar:not(.show) {
  visibility: hidden;
  height: 0;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  /* transition: height 0.35s ease; */
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

#filter-button {
  display: block !important;
}

/* 
.select2-multiple-filter .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice{
    min-height: 30px;
} */

.tooltip-custom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip-custom .tooltiptext-custom {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip-custom:hover .tooltiptext-custom {
  visibility: visible;
}

div[data-testid="outgoing-message"] svg {
  vertical-align: baseline;
  padding-right: 3px;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
  color: #E77D11 !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon, .sidebar.sidebar-pills .nav-link:hover .nav-icon {
  color: #E77D11 !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #E77D11;
  color: #fff;
  text-decoration: none;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #E77D11;
  border-color: #E77D11;
  color: #fff;
}

.btn-primary:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #E77D11;
  border-color: #E77D11;
  color: #fff;
}

a {
  background-color: transparent;
  color: #E77D11;
  text-decoration: none;
}

a:hover {
  color: #E77D11;
  text-decoration: underline;
}

.dataTables_wrapper .dataTables_filter input:focus, .dataTables_wrapper .dataTables_length select:focus, .form-control:focus {
  background-color: #fff;
  border-color: #E77D11;
  box-shadow: 0 0 0 2px #ffaa43;
  color: #495057;
  outline: 0;
}

.page-item.active .page-link {
  background-color: #E77D11;
  border-color: #E77D11;
  color: #fff;
  z-index: 1;
}

.btn-link {
  color: #E77D11;
  font-weight: 400;
  text-decoration: none;
}
