.navbar {
  box-shadow: 0px 2px 3px #bebebe;
}

.navbar-brand {
  max-width: 250px;
}

i {
  margin-right: 7px;
}

.mini-bar {
  z-index: 1031;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dae7e1;
}

footer a {
  color: #6c757d;
}

.mini-bar a {
  color: #339967;
  transition: 0.1s;
  font-size: 17px;
}

.logout {
  margin: 0;
}

.mini-bar a,
.p-links a {
  text-decoration: none;
}

.mini-bar a:hover,
.logout:hover {
  opacity: 0.7;
}

.social a:hover,
.p-links a:hover {
  color: #339967;
}

.nav-link {
  text-align: center;
  margin: 0 7px;
}

.nav-link.active,
.nav-link:hover {
  color: #339967 !important;
}

.my-btn {
  background: #3399676b;
  font-size: 13px;
  border: 0;
}

.my-btn:hover {
  background: #339967c7;
  font-size: 13px;
  border: 0;
}

.logout {
  border: 0;
  background-color: transparent;
  color: #339967;
  font-weight: 400;
  padding-left: 3px;
}

nav[aria-label="breadcrumb"] {
  margin-top: 50px;
}

.btn.dropdown-toggle:focus {
  outline: none;
  box-shadow: none !important;
}

a > b {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}
body {
  scroll-behavior: smooth;
}

.a-top {
  bottom: 60px !important;
  right: 27px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #3399676b !important;
  border-radius: 51% !important;
  color: #fff;
}
.a-top:hover {
  background-color: #339968da !important;
}

.a-top:hover .i-top {
  transform: translate(-50%, -75%);
}

.i-top {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: .5s;
}
@media (max-width: 576px) {
  .a-top {
    bottom: 40px !important;
  }
}
