* {
  font-family: 'Poppins', sans-serif;
  --mainColor: #1B3C73;
}

body {
  color: var(--mainColor);
}

.rounded-lg {
  border-radius: 1rem;
}

.form-check-input {
  border: #0d6efd 1px solid;
}

.text-mainColor {
  color:  #0d6efd !important;
}

.text-darkcolor {
  color:  #1B3C73 !important;
}

.notifications .dropdown-toggle::after {
  display: none;
}

.sidebar a:hover svg {
  fill: #fff;
}
.sidebar a svg {
  fill: #000;
}
.sidebar a.active svg {
  fill: #fff;
}

.navbar {
    background-color: #fff;
}
