.elementor-26847 .elementor-element.elementor-element-f52d88c{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-04dfdf2 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 769px) {
  .mobile-menu-btn {
    display: none;
  }
  .sidebar .logo-details #btn {
    display: block;
  }


html, body {
  height: 100%;
  margin-left: 40px;
  padding: 0;
  transition: margin-left 0.5s ease; /* Smooth transition for margin-left */
 }
}
  .mobile-menu-btn2 {
    display: none;
  }
  .sidebar .logo-details #btn2 {
    display: block;
  }

body {
  margin-left: 40px;
  transition: margin-left 0.5s ease;/* Margin to align with the initial sidebar width */
}

body.sidebar-open {
  margin-left: 210px; /* Margin when sidebar is open */
}

.sidebar.open ~ body {
  margin-left: 210px; /* Margin when sidebar is open, same as expanded width */
}

/* Sidebar specific styles */
.sidebar {
  width: 170px; /* Collapsed sidebar width */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transition: width 0.5s ease; /* Smooth transition for width */
}

.sidebar.open {
  width: 250px; /* Expanded sidebar width */
}

/* Sidebar specific styles */
.sidebar {
  width: 170px; /* Collapsed sidebar width */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transition: width 0.5s ease; /* Smooth transition for width */
}

.sidebar.open {
  width: 250px; /* Expanded sidebar width */
}


.sidebar.open ~ .overlay {
  display: block;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px; 
  background: #000;
  padding: 6px 14px;
  z-index: 999;
  transform: translateX(0); 
  transition: transform 0.5s ease, width 0.5s ease;
}

.sidebar.open {
  width: 250px; /* Expanded width */
}

.sidebar.open ~ .content {
  margin-left: 250px; /* Margin when sidebar is open, same as expanded width */
}

.content {
  margin-left: 40px;
  transition: margin-left 0.5s ease;
}

.sidebar.open ~ .content {
  margin-left: 250px!important;
}

.sidebar ~ .content {
  margin-left: 78px;
}

.sidebar .logo-details {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.sidebar .logo-details .icon {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sidebar .logo-details .logo_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}

.sidebar .logo-details #btn2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: text-align 0.4s ease;
  text-align: center;
  cursor: pointer;
}

.sidebar.open .logo-details #btn2 {
  text-align: right;
}

.sidebar .logo-details .menu-logo {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sidebar:not(.open) .logo-details .menu-logo {
  opacity: 0;
  visibility: hidden;
}

.sidebar i {
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}

.sidebar .nav-list {
  margin-top: 20px;
  height: calc(100% - 60px);
}

.sidebar li {
  position: relative;
  margin: 8px 0;
  list-style: none;
}

.sidebar li .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip {
  display: none;
}

.sidebar input {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 12px;
  transition: padding 0.5s ease;
  background: #1d1b31;
}

.sidebar.open input {
  padding: 0 20px 0 50px;
}

.sidebar li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: background 0.4s ease;
  background: #000;
}

.sidebar li a:hover {
  background: #fff;
}

.sidebar li a .links_name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.sidebar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}

.sidebar li a:hover .links_name,
.sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #11101d;
}

.sidebar li i {
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  border-radius: 12px;
}

.sidebar li.profile {
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #000;
  transition: all 0.5s ease; 
  overflow: hidden;
}

.sidebar.open li.profile {
  width: 250px;
}

.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.sidebar.open li.profile .name {
  opacity: 1;
}

.sidebar li a:hover .name,
.sidebar li a:hover i {
  transition: color 0.5s ease;
  color: #000;
}

.sidebar li.profile .job {
  font-size: 12px;
}

.sidebar .profile #log_out {
  color: #fff;
}

.sidebar li.profile:hover #log_out {
  color: #000; 
}

.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: width 0.5s ease, color 0.5s ease;
}

.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}

.sidebar li.profile:hover #log_out {
  color: #fff;
}

.sidebar.open .profile #log_out {
  color: #000;
  opacity: 0; 
  visibility: hidden; 
}

.home-section {
  position: relative;
  background: #e4e9f7;
  min-height: 100vh;
  transition: margin-left 0.5s ease, width 0.5s ease;
  z-index: 2;
  margin: 78px;
}

.sidebar.open ~ .home-section {
  margin-left: 250px;
  width: calc(100% - 250px);
}

.home-section .text {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin: 18px;
}

.sidebar .nav-list .submenu {
  display: none; /* Hide submenu by default */
  list-style: none;
  padding: 0;
  margin: 0;
  background: #000 !important; /* Black background color for submenu */
  transition: max-height 0.3s ease; /* Smooth transition for submenu */
  max-height: 0;
  overflow: hidden; /* Hide overflow */
}

.menu-logo {
    margin-left: 12px;
 	width: 145px; /* Adjust width as needed */
    height: 70px; /* Adjust height as needed */
    display: block;
}

.header-bg-container,
.header-bg-color {
  z-index: 1; /* Lower z-index to stay behind other elements */
}

@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}

@media (max-width: 768px) {
  .sidebar {
    display: block;
    transform: translateX(-100%);
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 78px;
    background: #000;
    padding: 6px 14px;
    z-index: 9999; /* Ensure the sidebar is on top */
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .mobile-menu-btn2 {
    display: block;
    font-size: 27px;
    color: #eee;
    position: absolute;
    top: -15px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
  }

  .sidebar .logo-details #btn2 {
    display: none;
  }
  
  body {
    margin-left: 0;
    background: #000; /* Set background color on mobile */
  }

  .sidebar.open ~ body {
    margin-left: 0; /* Remove margin on mobile when sidebar is open */
  }

  .content {
    margin-left: 0; /* Remove margin on mobile */
    z-index: 1; 
  }

  .sidebar.open ~ .content {
    margin-left: 0 !important; /* Ensure no margin on mobile when sidebar is open */
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 998;
  }

  .sidebar .nav-list .submenu {
    display: none; /* Hide submenu by default on mobile */
    list-style: none;
    padding: 0;
    margin: 0;
    background: #000 !important; /* Ensure black background */
    transition: max-height 0.3s ease; /* Smooth transition for submenu */
    max-height: 0;
    overflow: hidden; /* Hide overflow */
  }

  .sidebar .nav-list .submenu li a {
    padding-left: 30px; /* Indent submenu items */
    font-size: 14px;
  }

  .sidebar .nav-list .submenu li a:hover {
    background-color: #fff; /* White hover effect */
  }

  .sidebar .nav-list .menu-item.active .submenu {
    display: block;
    color: #000 !important;
    max-height: 500px; /* Adjust based on submenu items */
  }

  .sidebar .nav-list .menu-item .bx-chevron-down {
    margin-left: auto; /* Align arrow to the right */
    transition: transform 0.3s ease; /* Smooth rotation */
  }

  .sidebar .nav-list .menu-item.active .bx-chevron-down {
    transform: rotate(180deg); /* Rotate arrow when active */
  }

  /* Ensure submenu background is black */
  .sidebar .submenu {
    background-color: #000 !important; /* Force black background color */
    padding-left: 20px; /* Adjust as needed */
    list-style-type: none;
    margin: 0; /* Remove default margins */
    border: none; /* Remove any borders */
  }

  /* Reduce space between submenu items and ensure black background */
  .sidebar .submenu li {
    padding: 2px 0; /* Adjust the top and bottom padding */
    background-color: #000 !important; /* Ensure the item background is black */
  }

  /* Adjust submenu item link styling */
  .sidebar .submenu li a {
    color: #fff; /* White text color */
    text-decoration: none;
    display: block; /* Ensure links take up full width */
    padding: 5px 0; /* Adjust padding for better spacing */
  }

  .sidebar .submenu li a:hover {
    color: #fff; /* White hover text */
    background-color: #444 !important; /* Consistent hover effect */
  }
}

@media (min-width: 769px) {
  .mobile-menu-btn2 {
    display: none;
  }
  .sidebar .logo-details #btn2 {
    display: block;
  }
  .sidebar.open ~ .mobile-menu-btn2 {
  color: #000;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04dfdf2 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 769px) {
  .mobile-menu-btn {
    display: none;
  }
  .sidebar .logo-details #btn {
    display: block;
  }


html, body {
  height: 100%;
  margin-left: 40px;
  padding: 0;
  transition: margin-left 0.5s ease; /* Smooth transition for margin-left */
 }
}
  .mobile-menu-btn2 {
    display: none;
  }
  .sidebar .logo-details #btn2 {
    display: block;
  }

body {
  margin-left: 40px;
  transition: margin-left 0.5s ease;/* Margin to align with the initial sidebar width */
}

body.sidebar-open {
  margin-left: 210px; /* Margin when sidebar is open */
}

.sidebar.open ~ body {
  margin-left: 210px; /* Margin when sidebar is open, same as expanded width */
}

/* Sidebar specific styles */
.sidebar {
  width: 170px; /* Collapsed sidebar width */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transition: width 0.5s ease; /* Smooth transition for width */
}

.sidebar.open {
  width: 250px; /* Expanded sidebar width */
}

/* Sidebar specific styles */
.sidebar {
  width: 170px; /* Collapsed sidebar width */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  transition: width 0.5s ease; /* Smooth transition for width */
}

.sidebar.open {
  width: 250px; /* Expanded sidebar width */
}


.sidebar.open ~ .overlay {
  display: block;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px; 
  background: #000;
  padding: 6px 14px;
  z-index: 999;
  transform: translateX(0); 
  transition: transform 0.5s ease, width 0.5s ease;
}

.sidebar.open {
  width: 250px; /* Expanded width */
}

.sidebar.open ~ .content {
  margin-left: 250px; /* Margin when sidebar is open, same as expanded width */
}

.content {
  margin-left: 40px;
  transition: margin-left 0.5s ease;
}

.sidebar.open ~ .content {
  margin-left: 250px!important;
}

.sidebar ~ .content {
  margin-left: 78px;
}

.sidebar .logo-details {
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.sidebar .logo-details .icon {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sidebar .logo-details .logo_name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
  opacity: 1;
}

.sidebar .logo-details #btn2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: text-align 0.4s ease;
  text-align: center;
  cursor: pointer;
}

.sidebar.open .logo-details #btn2 {
  text-align: right;
}

.sidebar .logo-details .menu-logo {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.sidebar:not(.open) .logo-details .menu-logo {
  opacity: 0;
  visibility: hidden;
}

.sidebar i {
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}

.sidebar .nav-list {
  margin-top: 20px;
  height: calc(100% - 60px);
}

.sidebar li {
  position: relative;
  margin: 8px 0;
  list-style: none;
}

.sidebar li .tooltip {
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip {
  display: none;
}

.sidebar input {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  outline: none;
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 12px;
  transition: padding 0.5s ease;
  background: #1d1b31;
}

.sidebar.open input {
  padding: 0 20px 0 50px;
}

.sidebar li a {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  align-items: center;
  text-decoration: none;
  transition: background 0.4s ease;
  background: #000;
}

.sidebar li a:hover {
  background: #fff;
}

.sidebar li a .links_name {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.sidebar.open li a .links_name {
  opacity: 1;
  pointer-events: auto;
}

.sidebar li a:hover .links_name,
.sidebar li a:hover i {
  transition: all 0.5s ease;
  color: #11101d;
}

.sidebar li i {
  height: 43px;
  line-height: 43px;
  font-size: 18px;
  border-radius: 12px;
}

.sidebar li.profile {
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
  background: #000;
  transition: all 0.5s ease; 
  overflow: hidden;
}

.sidebar.open li.profile {
  width: 250px;
}

.sidebar li .profile-details {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.sidebar.open li.profile .name {
  opacity: 1;
}

.sidebar li a:hover .name,
.sidebar li a:hover i {
  transition: color 0.5s ease;
  color: #000;
}

.sidebar li.profile .job {
  font-size: 12px;
}

.sidebar .profile #log_out {
  color: #fff;
}

.sidebar li.profile:hover #log_out {
  color: #000; 
}

.sidebar .profile #log_out {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: width 0.5s ease, color 0.5s ease;
}

.sidebar.open .profile #log_out {
  width: 50px;
  background: none;
}

.sidebar li.profile:hover #log_out {
  color: #fff;
}

.sidebar.open .profile #log_out {
  color: #000;
  opacity: 0; 
  visibility: hidden; 
}

.home-section {
  position: relative;
  background: #e4e9f7;
  min-height: 100vh;
  transition: margin-left 0.5s ease, width 0.5s ease;
  z-index: 2;
  margin: 78px;
}

.sidebar.open ~ .home-section {
  margin-left: 250px;
  width: calc(100% - 250px);
}

.home-section .text {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  margin: 18px;
}

.sidebar .nav-list .submenu {
  display: none; /* Hide submenu by default */
  list-style: none;
  padding: 0;
  margin: 0;
  background: #000 !important; /* Black background color for submenu */
  transition: max-height 0.3s ease; /* Smooth transition for submenu */
  max-height: 0;
  overflow: hidden; /* Hide overflow */
}

.menu-logo {
    margin-left: 12px;
 	width: 145px; /* Adjust width as needed */
    height: 70px; /* Adjust height as needed */
    display: block;
}

.header-bg-container,
.header-bg-color {
  z-index: 1; /* Lower z-index to stay behind other elements */
}

@media (max-width: 420px) {
  .sidebar li .tooltip {
    display: none;
  }
}

@media (max-width: 768px) {
  .sidebar {
    display: block;
    transform: translateX(-100%);
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 78px;
    background: #000;
    padding: 6px 14px;
    z-index: 9999; /* Ensure the sidebar is on top */
  }

  .sidebar.open {
    transform: translateX(0);
  }

  .mobile-menu-btn2 {
    display: block;
    font-size: 27px;
    color: #eee;
    position: absolute;
    top: -15px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
  }

  .sidebar .logo-details #btn2 {
    display: none;
  }
  
  body {
    margin-left: 0;
    background: #000; /* Set background color on mobile */
  }

  .sidebar.open ~ body {
    margin-left: 0; /* Remove margin on mobile when sidebar is open */
  }

  .content {
    margin-left: 0; /* Remove margin on mobile */
    z-index: 1; 
  }

  .sidebar.open ~ .content {
    margin-left: 0 !important; /* Ensure no margin on mobile when sidebar is open */
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 998;
  }

  .sidebar .nav-list .submenu {
    display: none; /* Hide submenu by default on mobile */
    list-style: none;
    padding: 0;
    margin: 0;
    background: #000 !important; /* Ensure black background */
    transition: max-height 0.3s ease; /* Smooth transition for submenu */
    max-height: 0;
    overflow: hidden; /* Hide overflow */
  }

  .sidebar .nav-list .submenu li a {
    padding-left: 30px; /* Indent submenu items */
    font-size: 14px;
  }

  .sidebar .nav-list .submenu li a:hover {
    background-color: #fff; /* White hover effect */
  }

  .sidebar .nav-list .menu-item.active .submenu {
    display: block;
    color: #000 !important;
    max-height: 500px; /* Adjust based on submenu items */
  }

  .sidebar .nav-list .menu-item .bx-chevron-down {
    margin-left: auto; /* Align arrow to the right */
    transition: transform 0.3s ease; /* Smooth rotation */
  }

  .sidebar .nav-list .menu-item.active .bx-chevron-down {
    transform: rotate(180deg); /* Rotate arrow when active */
  }

  /* Ensure submenu background is black */
  .sidebar .submenu {
    background-color: #000 !important; /* Force black background color */
    padding-left: 20px; /* Adjust as needed */
    list-style-type: none;
    margin: 0; /* Remove default margins */
    border: none; /* Remove any borders */
  }

  /* Reduce space between submenu items and ensure black background */
  .sidebar .submenu li {
    padding: 2px 0; /* Adjust the top and bottom padding */
    background-color: #000 !important; /* Ensure the item background is black */
  }

  /* Adjust submenu item link styling */
  .sidebar .submenu li a {
    color: #fff; /* White text color */
    text-decoration: none;
    display: block; /* Ensure links take up full width */
    padding: 5px 0; /* Adjust padding for better spacing */
  }

  .sidebar .submenu li a:hover {
    color: #fff; /* White hover text */
    background-color: #444 !important; /* Consistent hover effect */
  }
}

@media (min-width: 769px) {
  .mobile-menu-btn2 {
    display: none;
  }
  .sidebar .logo-details #btn2 {
    display: block;
  }
  .sidebar.open ~ .mobile-menu-btn2 {
  color: #000;
}
}/* End custom CSS */