tbody#current_settings_table_body tr,
tbody#open_positions_grouped_body tr {
  transition: all .25s;
}

#wrapper_current_settings_table .btn .fas {
  transform: rotate(180deg);
  transition: all .25s;
}
#wrapper_current_settings_table .btn.collapsed .fas {
  transform: rotate(0deg);
}

.chart-btn {
  text-decoration: underline;
  cursor: pointer;
}

/* #current_settings_table_body tr {
  width:100% !important;
  display: none;
} */

.model-filter-hidden{display:none !important;}
.asset-type-hidden{display:none !important;}
.current-setting-collapsed{display:none !important;}
.current-settings-search-hidden{display:none !important;}


.mo-bs-tooltip {
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  cursor: default;
}


/* Tooltip container */
.mo-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  cursor: default;
}


.mo-tooltip:hover .text-muted{
  color: #18aedb !important;
}

/* Tooltip text */
.mo-tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 12px;
  white-space: normal;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mo-tooltip:hover .tooltiptext {
  visibility: visible;
}

.mo-tooltip-top::after {
  /* content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; */
}

.mo-tooltip-top {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}

.mo-tooltip-left {
top: -5px;
bottom: auto;
right: 128%;
}

.mo-tooltip-left::after {
  /* content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #555; */
}