* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "ac";
  src: url("fonts/ac.otf") format("opentype");
}

@font-face {
  font-family: "ab";
  src: url("fonts/ab.otf") format("opentype");
}

body {
  font-family: "ac";
 
}

.notification-img {
  width: 25px;
}

.settings-img {
  width: 20px;
}

.logout-img {
  width: 23px;
}

.notification-badge {
  border-radius: 50%;
  position: absolute;
  top: 10px;
  margin-left: -2px;
}

.navbar li {
  margin-left: 30px;
  font-size: 15px;
  color: black;
}

.navbar li a {
  font-size: 15px;
  color: black;
}

.navbar .nav-link {
  cursor: pointer;
}

.dropdown-menu {
  border: none;
}

.border-none {
  border: none;
}

.btn-color-change {
  border-radius: 0%;
  width: 50%;
}

.btn-color-change:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(38, 51, 236, 0.116) !important;
          box-shadow: 0 0.5rem 1rem rgba(38, 51, 236, 0.116) !important;
}
/*# sourceMappingURL=main.css.map */