.navbar-bg {
  background-color: #011010;
}

.sidebar-toggle:hover .hamburger,
.sidebar-toggle:hover .hamburger:after,
.sidebar-toggle:hover .hamburger:before {
  background: #09E4DF !important;
}

.hamburger,
.hamburger:after,
.hamburger:before {
  background: #ffffff !important;

}

.img-menu {
  height: auto;
  width: 38px;
}

.nav-link.active {
  background-color: #022525 !important;
}

.logo {
  height: auto;
  width: 115px;
}

.img-home {
  width: 483px;
  height: auto;
  border-radius: 20px;
}

.sidebar,
.sidebar-content {
  background: #022525;
}

.text-dark {
  color: #ffffff !important;
}

.btn-new-lead,
.btn-new-lead:active {
  background-color: #40BAAB;
  color: #ffffff;
  padding: 9px 45px;
  border: none;
}

.btn-new-lead:hover {
  background-color: #c1bb09;
  border: none;
}

.error-message {
  color: red;
  margin-top: 10px;
}

.table-container {
  overflow-x: auto;
  white-space: nowrap;

}
.pagination{
  padding-top: 20px;
}