html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding-top: 55px;
  background-color: #f6f9ff;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#content {
  flex: 1;
  padding-bottom: 60px;
  /* Height of the footer */
}

.dropdown-toggle {
  text-decoration: none;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

#footer {
  background-color: #9ca1a5;
  padding: 10px;
  text-align: center;
  color: white;
}

ul {
  list-style-type: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}

.sidebar {
  height: 100%;
  position: fixed;
  width: 320px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
}

.content {
  margin-left: 320px;
  padding: 20px;
  transition: 0.5s;
  font-weight: 600;
}
.footer {
  margin-left: 320px;
  transition: 0.5s;
  font-weight: 600;
}
.navbar {
  background-color: #ffffff;
}

.navbar-logo {
  max-height: 40px;
  margin-right: 5px;
}

.navbar-brand {
  width: 250px;
  color: #000;
}
.navbar-brand:hover {
  color: #000;
}
.menu,
.sub-menu {
  margin-right: 5px;
}

.menu a,
.sub-menu a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #000;
  transition: color 0.3s;
  font-weight: 600;
}

.has-sub {
  position: relative;
}

.has-sub > a {
  display: block;
  width: 100%;
  position: relative;
}

.has-sub > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  position: absolute;
  right: 5px;
  /* Adjust the position as needed */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}

.has-sub.collapsed > a::after {
  transform: translateY(-50%) rotate(0deg);
}

.menu a:hover {
  border-radius: 10px;
  background-color: #f6f9ff;
  color: #4154f1;
}
.has-sub.active {
  background-color: #f6f9ff;
}
.active{
  background-color:#f6f9ff;
  color: #4154f1 !important;

}
.menu i {
  margin-right: 10px;
}

.sub-menu i {
  margin-right: 10px;
}

.sub-menu {
  text-decoration: none;
}

.sidebar-title {
  margin: 15px 0;
}

.card {
  margin-bottom: 20px;
}

.icon {
  width: 4rem;
  height: 4rem;
}

.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape i {
  font-size: 2.25rem;
}
.download {
  box-shadow: 0px 0px 0px 1px #a0bbe5;
  transform: translateY(-0.25em);
  border-left: 8px solid #08ebfc;
  padding: 15px;
  font-size: 18px;
  border-radius: 5px;
}
.download a,
.help a {
  color: #4154f1;
  text-decoration: none;
}
.help {
  box-shadow: 0px 0px 0px 1px #a0bbe5;
  transform: translateY(-0.25em);
  border-left: 8px solid green;
  padding: 15px;
  font-size: 18px;
  border-radius: 5px;
}

.section.dashboard .post-nav {
  box-shadow: 0px 0px 0px 1px #a0bbe5;
  transform: translateY(-0.25em);
  color: #08ebfc;
  padding: 15px;
  font-size: 18px;
  border-radius: 5px;
}
.section.dashboard .post-nav a {
  text-decoration: none;
  color: #000;
}
.post-nav-link-text .link {
  color: #08ebfc !important;
}


.sidebar::-webkit-scrollbar {
  height: 1rem;
  width: 0.2rem;
}

.sidebar::-webkit-scrollbar-thumb {
  --tw-border-opacity: 1;
  background-color: rgba(70, 70, 73, 0.8);
  border-color: rgba(255,255,255,var(--tw-border-opacity));
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 80px;

}
.sidebar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 9999px;
}