.sidebar .nav-link:hover,
.nav-link.active:hover {
  background-color: transparent;
}

.sidebar .nav-link:hover .nav-icon,
.sidebar .nav-link:hover b,
.nav-link.active:hover .nav-icon,
.nav-link.active:hover b {
  color: #d1d0d6 !important;
}

.sidebar.bg-light .nav-link.active {
  background: none;
  color: #045734 !important;
}

.sidebar.bg-light .nav-link.active .nav-icon {
  color: #045734 !important;
}

.sidebar.bg-light .nav-link.active b {
  color: #045734 !important;
}

.sidebar.bg-light .nav-dropdown.open {
  background-color: transparent;
  color: white;
}

.sidebar.bg-light .nav-dropdown.open .nav-link:hover {
  background-color: transparent;
}

.sidebar.bg-light .nav-dropdown.open .nav-dropdown-items > .nav-item {
  padding-left: 15%;
  color: white !important;
}

.sidebar.bg-light li a{
    color: #343a40 !important;
}

.primary_green {
  color: #009656;
}

.shiny_green {
  color: #60D45E;
}

.secondary_green {
  color: #CAEDDE;
}

.third_green {
  color: #045734;
}

.primary_red {
  color: #D45E5E;
}

.secondary_red {
  color: #e00016;
}

.bg-primary_green {
  background-color: #009656;
}

.bg-shiny_green {
  background-color: #60D45E;
}

.bg-secondary_green {
  background-color: #CAEDDE;
}

.bg-primary_red {
  background-color: #D45E5E;
}

.bg-info_blue {
  background-color: #5EC2D4;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-30 {
  border-radius: 30px;
}

.font-13 {
  font-size: 13px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

.font-45 {
  font-size: 45px;
}

.font-48 {
  font-size: 48px;
}

.font-65 {
  font-size: 65px;
}

.font-72 {
  font-size: 72px;
}

.line_height-0 {
  line-height: 0;
}

.line_height-53 {
  line-height: 53px;
}

.line_height-60 {
  line-height: 60px;
}

.col-1_5 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.h-85 {
  height: 85%;
}

input:focus {
  outline-width: 0;
}

.btn:disabled {
  opacity: 0.35;
}

#camera > video {
  border-radius: 30px;
}

