.symbol.symbol-50 .symbol-label {
  height: 60px;
  width: 60px;
}

.text-dark-50 {
  color: #666 !important;
  font-size: 1rem;
}

.header-fixed[data-header-scroll="on"] .header {
  z-index: 999;
}

.select {
  word-wrap: normal;
  border: 1px solid #ddd;
  height: 30px;
  color: #666;
  border-radius: 0.25rem;
}

.ad-profile img {}

/* width */

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  opacity: 0;
}

.table-responsive:hover::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 1;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.example {
  width: 100%;
  height: 580px;
  overflow-y: scroll;
  /* Add the ability to scroll */
  overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  /*display: none;*/
}

/* Hide scrollbar for IE, Edge and Firefox */
.example {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.slimScrollBar.ui-draggable {
  opacity: 0;
}

.slimScrollDiv:hover .slimScrollBar.ui-draggable {
  opacity: 1;
}

.hide {
  display: none;
}

.view,
.hide {
  width: 90px;
  text-align: center;
}

#table-box th {
  box-shadow: 0px 1px 0px 0px #ebedf3;
}

.dropZoneContainer {
  border: 0px;
}

.bg-success-subtle {
  background-color: #d1e7dd!important;
  color: #000;
}

.bg-warning-subtle {
  background-color: #fff3cd!important;
  color: #000;

}

.active-link{
  background-color: rgba(255, 255, 255, 0.1);
}