/*:root {*/
/*    --tooltip-bg-color: #fcf5f5;*/
/*    --tooltip-color: #000;*/
/*}*/
#erid-tooltip,
.erid-tooltip {
  font-size: 24px;
  font-weight: 500;
  color: dimgrey;
  /*cursor: url('../../images/cursor-erid.png'), auto;;*/
  cursor: copy;
}
#erid-tooltip-widget {
  width: 20px;
  float: right;
  margin-right: 100px;
  font-size: 20px;
  font-weight: 700;
  /*cursor: url('../../images/cursor-erid.png'), auto;*/
  cursor: copy;
}
.erid-widget-short {
  margin-right: -5px !important;
  margin-top: -25px !important;
}
@media (max-width: 767px) {
  #erid-tooltip-widget {
    margin-right: 30px;
    margin-top: -3px;
  }
}
.tooltip > .tooltip-inner {
  font-size: 18px;
  background-color: #EDEEF0;
  color: #000;
}
.tooltip > .tooltip-inner > .copied {
  font-size: 12px;
  color: #FDB513;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #EDEEF0 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #EDEEF0 !important;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #EDEEF0 !important;
}
