.my-link {
  cursor: pointer;
}

#sidenav-collapse-main > ul > li > a {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1;
}



table,
.table, td > p {
  font-size: 0.71rem !important;
}

.flex-me {
  display: flex;
  justify-content: space-between;
}

.white-text-button,
.white-text-button:hover {
  color: white;
  text-decoration: none;
}

.space-letter {
  letter-spacing: 0.1em;
}

html,
body {
  scroll-behavior: smooth !important;
  background-color: #f8f9fa !important;
}

.content {
  max-width: 1536px;
  margin: 0 auto;
}

.sidenav[data-color="primary"] .navbar-nav > .nav-item > .nav-link.active i {
  background-image: linear-gradient(310deg, #cb0c9f, #cb0c9f);
  color: white !important;
  font-size: 1.3em !important;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.font-size-9 {
  font-size: 10px !important;
}