.elementor-640 .elementor-element.elementor-element-f4f76ea{--display:flex;--min-height:841px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-640 .elementor-element.elementor-element-f4f76ea:not(.elementor-motion-effects-element-type-background), .elementor-640 .elementor-element.elementor-element-f4f76ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0a01526 */body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #0b0b0c;
  color: #fff;
}

/* REMOVE UNDERLINES */
a {
  text-decoration: none;
  color: white;
}

/* LAYOUT */
.dashboard {
  display: flex;
}

/* SIDEBAR */
.sidebar {
  width: 260px;
  background: #111;
  padding: 15px;
  height: 100vh;
}

/* SEARCH */
.search-box input {
  width: 100%;
  padding: 10px;
  background: #1a1a1a;
  border: none;
  border-radius: 8px;
  color: white;
  margin-bottom: 20px;
}

/* MENU */
.menu-title {
  padding: 12px;
  background: #1a1a1a;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 8px;
}

.menu-title.active {
  background: #2a2a2a;
}

/* SUBMENU */
.submenu {
  display: none;
  padding-left: 10px;
}

.submenu.open {
  display: block;
}

/* ITEMS */
.item {
  display: block;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 6px;
}

.item span {
  display: block;
  font-size: 12px;
  color: #aaa;
}

.item:hover {
  background: #222;
}

/* MAIN */
.main {
  flex: 1;
  padding: 25px;
}

/* 🔥 TOP TABS */
.tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
}

.tab {
  padding: 10px 5px;
  cursor: pointer;
  color: #aaa;
  position: relative;
}

.tab span {
  background: #222;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
  margin-left: 5px;
}

.tab.active {
  color: #00ff99;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #00ff99;
}

/* TOP */
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top p {
  color: #aaa;
}

/* PROGRESS */
.progress-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #22c55e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* CARDS */
.card {
  display: flex;
  align-items: center;
  background: #151515;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 10px;
  gap: 15px;
}

.card.big {
  justify-content: space-between;
}

/* ICON */
.icon {
  font-size: 22px;
  color: #ff5a5a;
}

/* TEXT */
.card p {
  font-size: 13px;
  color: #aaa;
}

/* BUTTON */
.btn {
  background: #22c55e;
  padding: 8px 16px;
  border-radius: 8px;
}

/* HOVER */
.card:hover {
  background: #1d1d1d;
}/* End custom CSS */