.elementor-kit-6{--e-global-color-primary:#D35561;--e-global-color-secondary:#202020;--e-global-color-text:#000000;--e-global-color-accent:#D35561;--e-global-color-7b2ef59:#FFEDEC;--e-global-color-6a02161:#FFFFFF;--e-global-color-cec5f0a:#F7F6F7;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;font-family:"Outfit", Sans-serif;font-size:15px;line-height:25px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Outfit", Sans-serif;}.elementor-kit-6 h1{font-family:"Outfit", Sans-serif;font-size:45px;line-height:1.1111em;}.elementor-kit-6 h2{font-family:"Outfit", Sans-serif;font-size:27px;line-height:38px;}.elementor-kit-6 h3{font-family:"Outfit", Sans-serif;font-size:23px;line-height:32px;}.elementor-kit-6 h4{font-family:"Outfit", Sans-serif;font-size:20px;line-height:30px;}.elementor-kit-6 h5{font-family:"Outfit", Sans-serif;font-size:18px;line-height:28px;}.elementor-kit-6 h6{font-family:"Outfit", Sans-serif;font-size:15px;line-height:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.icon-wrap {
   border-radius: 8px;
    box-shadow: 0 3px 12px #0000000a;
    width: 35px;
    height: 35px;
    display: block;
    font-size: 1.3em;
    line-height: 35px !important;
    background: #fff;
    text-align: center;
    margin-right:15px;
    position: absolute;
    left: 10px;
    
}
.icon {
     background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
    width: 20px;  /* Adjust based on your icon size */
    height: 20px; /* Adjust based on your icon size */
     background-size: contain;
   
}
.icon-dashboard {
   
    background-image: url('/wp-content/uploads/2024/07/icon-dashboard.svg');
  
}

.icon-webinar {
   
    background-image: url('/wp-content/uploads/2024/07/webinar-1.svg');
   
}
.icon-research {
     background-image: url('/wp-content/uploads/2024/07/research.svg');
}

.icon-reports {
     background-image: url('/wp-content/uploads/2024/07/reports.svg');
}

.icon-insights {
     background-image: url('/wp-content/uploads/2024/07/insights.svg');
}

.icon-feed {
    background-image: url('/wp-content/uploads/2024/07/feed-icon.svg');
}
.icon-ideas {
    background-image: url('/wp-content/uploads/2024/07/ideas.svg');
}
.icon-membership {
     background-image: url('/wp-content/uploads/2024/07/membership.svg');
}
.icon-leadership {
     background-image: url('/wp-content/uploads/2024/07/leadership.svg');
}
.icon-podcasts {
     background-image: url('/wp-content/uploads/2024/07/podcasts.svg');
}
.icon-class {
     background-image: url('/wp-content/uploads/2024/07/class.svg');
}
.icon-bulletin {
    background-image: url('/wp-content/uploads/2024/07/bulletin.svg');
}
.icon-gold {
    background-image: url('/wp-content/uploads/2024/07/gold.svg')
}
.icon-featured {
    background-image: url('/wp-content/uploads/2024/07/featured.svg');
}
.icon-chart {
    background-image: url('/wp-content/uploads/2024/07/chart.svg')
}
.icon-global-dashboard {
    background-image: url('/wp-content/uploads/2024/07/global-dashboard.svg');
}
.menu-dashboard {
    height: 100vh;
   
}

.menu-dashboard .elementor-nav-menu--main {
    overflow-y: scroll;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    padding-bottom: 145px;
}

.dashboard-sidebar ul li a.elementor-item{
    padding-left: 55px !important;
}
/* WebKit browsers (Chrome, Safari) */
.menu-dashboard .elementor-nav-menu--main::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.card-member .member-info {
    position: absolute;
    top: -130%;
    display: none;
    width: 300px;
    left: -100%;
    
}
.card-member:hover .member-info {
    display: block;
}
.card-member .member-info:after {
    content: '';
    position: absolute;
    bottom: -10px;  /* Adjust this value to position the triangle */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
}

.dashboard-sidebar {
    overflow: auto;
    padding: 20px !important;
}/* End custom CSS */