#dropdown.dropdown-content {
  min-width: 210px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0.75rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  padding: 0.35rem 0;
  overflow: hidden;
}
#dropdown.w-10 {
  width: auto !important;
}
#dropdown li {
  line-height: normal;
}
#dropdown li a {
  display: block;
  padding: 0.55rem 0.75rem 0.55rem 0.95rem;
  color: #0f172a;
}
#dropdown li a .item {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
#dropdown li:hover,
#dropdown li a:hover {
  background: rgba(37, 99, 235, 0.08);
}

footer.page-footer.blue {
  background: #0f172a !important;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  padding-top: 1.3rem;
}
footer.page-footer .footer-copyright {
  background: transparent !important;
  padding: 0.25rem 0 1rem;
  text-align: center;
}
footer.page-footer .footer-copyright h6 {
  margin: 0;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: -0.01em;
}
footer.page-footer a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.85rem;
}
footer.page-footer a:hover {
  color: #ffffff !important;
}

footer.page-footer.blue .container.blue,
footer.page-footer.blue .footer-copyright.blue {
  background: transparent !important;
}

footer.page-footer {
  margin-top: 2.5rem;
  box-shadow: 0 -6px 25px rgba(15, 23, 42, 0.16);
}

header .row {
  margin-bottom: 0;
}
header img.mainlogo-l {
  max-height: 3.25rem;
  display: block;
  margin-top: 0.6rem;
}
header #menu {
  top: 1.1rem;
  right: 1.1rem;
}
header #menu div {
  background-color: #0f172a;
  border-radius: 99px;
}

header .row .red.darken-2 {
  border-radius: 0.9rem;
  margin-top: 1rem;
  padding: 0.4rem 1rem 0.6rem;
}

#slide-out.side-nav,
#slide-out.sidenav {
  width: 230px !important;
  background: #ffffff;
  box-shadow: 6px 0 28px rgba(15, 23, 42, 0.12);
}

#slide-out li a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 42px;
}

#slide-out li a .item {
  line-height: 1.2;
}


#slide-out li:hover,
#slide-out li a:hover {
  background: rgba(37, 99, 235, 0.06);
}
#slide-out .fixed-action-btn {
  bottom: 1.5rem;
  left: 1.2rem;
  right: 1.2rem;
  text-align: left;
  opacity: 1;
  color: #0f172a !important;
  font-size: 0.85rem;
  font-weight: 600;
}

.navbar-fixed {
  margin-bottom: 4.5rem;
}
.navbar-fixed nav.nav-extended.blue {
  background: #0f172a !important;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.18);
}
.navbar-fixed nav .nav-wrapper {
  min-height: 3.6rem;
}
.navbar-fixed .nav-wrapper .mainlogo {
  max-height: 3.05rem;
  margin-left: 0.85rem;
}
.navbar-fixed .user-type li {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.navbar-fixed .right > li > a {
  text-transform: none;
  font-weight: 500;
}

#navigation.nav-content {
  background: rgba(15, 23, 42, 0.08);
  backdrop-filter: saturate(120%);
}
#navigation .tabs.tabs-transparent {
  background: transparent;
}
#navigation .tabs .tab a {
  text-transform: none;
  font-weight: 500;
  font-size: 0.87rem;
}
#navigation .tabs .tab a:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
#navigation .tabs .tab a.active {
  background-color: rgba(255, 255, 255, 0.02) !important;
  color: #ffffff !important;
}
#navigation .tabs .indicator {
  background-color: #ffffff !important;
  height: 3px;
  border-radius: 9999px 9999px 0 0;
}