.sc-dashboard-border:hover {
  border-color: red;
}

.sc-dashboard-border {
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 32px 6px -30px;
  padding: 10px;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(217, 217, 214);
  border-image: initial;
  border-radius: 6px;
  margin: 20px 0px;
  /*.sc-dashboard-border: hover;*/
}

.width-fit-col-12 {
  display: flex;
  align-items: center;
}

.sc-dashboard-count {
  font-size: 2rem;
  color: #c86015;
}

.anchor-title {
  color: #000;
  font-size: 1.0rem;
  font-weight: 500;
  font-style: normal;
}

a:hover {
  text-decoration: none;
}

.sc-text-icon {
  color: #c86015;
  position: absolute;
  right: 25%;
  top: 35%;
  transition: translateY(-50%) !important;
  height: 24px;
  width: 24px;
  margin: 0;
  font-size: 25px;
}

.sc-header-text-button {
  display: block;
  font-size: 1.5em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

