body, html {
  height: 100%;
  overflow-x: hidden;
}

/* ---------------------- */
/* Parent Menu Item Only */
/* ---------------------- */
.parent-menu-item {
  list-style: none;
  width: 230px;
  padding-left: 6px;
  margin-bottom: 4px;
  border-radius: 12px;
  transition: background-color 0.3s;
}

.parent-menu-item > a {
  color: #fff;
  border-radius: 12px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  line-height: 20px;
  transition: background-color 0.3s, color 0.3s;
}

.parent-menu-item > a .menu-text {
  transition: color 0.3s;
  font-family: 'Poppins';
}

.parent-menu-item > a .menu-icon {
  transition: transform 0.2s;
}

/* Hover & Active for Parent Only */
.parent-menu-item > a:hover,
.parent-menu-item.active > a {
  background-color: #ffffff;
  color: #935073 !important;
}

.parent-menu-item > a:hover .menu-text,
.parent-menu-item.active > a .menu-text {
  color: #935073 !important;
  font-size: 14px;
  font-weight: 600;
}

.parent-menu-item > a:hover .menu-icon,
.parent-menu-item.active > a .menu-icon {
  transform: scale(1.05);
}

/* Chevron for parent only */
.parent-menu-item > a:hover .chevron-icon,
.parent-menu-item.active > a .chevron-icon {
  color: #935073 !important;
}

/* Menu Item */
.menu-item {
  list-style: none;
  width: 230px;
  padding-left: 6px;
  margin-bottom: 4px;
  border-radius: 12px;
  transition: background-color 0.3s;
}

.menu-item a {
  color: #fff;
  border-radius: 12px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  line-height: 20px;
  transition: background-color 0.3s, color 0.3s;
}

.menu-item:hover a,
.menu-item.active a {
  background-color: #ffffff;
  color: #a25d7c !important;
}
.menu-item a:hover,
.menu-item.active a {
  padding: 6px 10px;
  margin-bottom: 4px;
}

.menu-item:hover .menu-text,
.menu-item.active .menu-text {
  color: #935073 !important;
  font-size: 14px;
  font-weight: 600;
}

.menu-item:hover .menu-icon,
.menu-item.active .menu-icon {
  transform: scale(1.05);
}
/* Default styling */
.nav-line-height.menu-item {
  transition: background 0.3s ease;
}

.nav-line-height.menu-item a {
  display: flex;
  align-items: center;
  color: white;
  background-color: transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.menu-icon {
  transition: all 0.3s ease;
}

.menu-text {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins';
  transition: color 0.3s ease;
  color: white;
}

.nav-line-height.menu-item:hover a {
  background-color: white;
  color: #935073; /* Purple */
}

.nav-line-height.menu-item:hover .menu-text {
  color: #935073;
}

.nav-line-height.menu-item:hover .menu-icon[src*="white-jobs.svg"] {
  content: url('../../images/employer/filled-jobs.svg');
}
.nav-line-height.menu-item:hover .menu-icon[src*="white-dashboard.svg"] {
  content: url('../../images/employer/dashboard.svg');
}
.nav-line-height.menu-item:hover .menu-icon[src*="white-session.svg"] {
  content: url('../../images/employer/session.svg');
}
.nav-line-height.menu-item:hover .menu-icon[src*="white-session_leads.svg"] {
  content: url('../../images/employer/session_leads.svg');
}
.nav-line-height.menu-item:hover .menu-icon[src*="white-job_appln.svg"] {
  content: url('../../images/employer/job_appln_s.svg');
}
.nav-line-height.menu-item:hover .menu-icon[src*="white-packages.svg"] {
  content: url('../../images/employer/packages_s.svg');
}
.nav-line-height.menu-item:hover .menu-icon[src*="white-inventory.svg"] {
  content: url('../../images/employer/inventory.svg');
}

/* Show dpool icon only when hovering or active directly on parent anchor */
.parent-menu-item > a:hover .menu-icon.dpool,
.parent-menu-item.active > a .menu-icon.dpool {
  content: url('../../images/employer/white-dpool.svg');
}

/* Show dpool icon only when hovering or active directly on parent anchor */
.parent-menu-item > a:hover .menu-icon.reports_icon,
.parent-menu-item.active > a .menu-icon.reports_icon {
  content: url('../../images/employer/white-reports.svg');
}

/* ICON SWITCH on hover */
.nav-line-height.menu-item:hover .c_followers_icon {
  content: url('../../images/employer/c_followers.svg');
}
.nav-line-height.menu-item:hover .all_icon {
  content: url('../../images/employer/all_m.svg');
}

/* ICON SWITCH on active (selected) */
.nav-line-height.menu-item.active .c_followers_icon {
  content: url('../../images/employer/c_followers.svg');
}
.nav-line-height.menu-item.active .all_icon {
  content: url('../../images/employer/all_m.svg');
}


/* Chevron visibility fix */
.nav-line-height.menu-item:hover .chevron-icon,
.nav-line-height.menu-item.active .chevron-icon {
  color: #935073 !important;; /* Purple or your base hover color */
}

.nav-line-height.menu-item.active a {
  background-color: white;
  color: #935073;
}

.nav-line-height.menu-item.active .menu-text {
  color: #935073;
}

#dashboardDropdown .list-unstyled {
  margin-bottom: 0;
}

/* Match padding and border radius like other menuitems */
.menu-item > a.nav-link {
  padding: 8px 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

/* Chevron styling - right aligned and top aligned */
.menu-item .chevron-icon {
  font-size: 10px;
  margin-left: auto;
  padding-top: 2px;
  color: #fff;
  transition: color 0.3s;
}

/* Chevron color on hover or active */
.menu-item:hover .chevron-icon,
.menu-item.active .chevron-icon {
  color: #935073;
}

/* Background and text color on hover/active */
.menu-item:hover > a.nav-link,
.menu-item.active > a.nav-link {
  background-color: #ffffff;
  color: #935073;
}

/* text color stays correct on hover */
.menu-item:hover .menu-text,
.menu-item.active .menu-text {
  color: #935073;
}

.profile-card {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding: 6px 10px 0px 10px;
  max-width: 230px;
}
.employer_card {
  margin-top: 5px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.employer_name {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
}
.leftmenu_view_profile {
  padding-top: 4px;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 1;
}
.leftmenu_view_profile a {
  display: inline-block;
  margin-bottom: 0px;
}

.nav-footer {
  margin-top: 20px !important; /* reduced from mt-5 */
}

/*Side Menu Bar Csss Start
Side Menu Bar Csss Start*/
.side_bgclr{
  background-color: #404040;
}
  .sidebarmenu-container {
  /*position: fixed;
  width: 292px;*/
  height: 100%;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #404040;
  color: #fff;
}
.nav-line-height {
    line-height: 30px;
    font-size: 14px;
    color: #B2B2B2;
}
.nav-item>.active {
    border-left: 6px solid #99ca3c;
    background: #313136;
    color: #99ca3c;
    font-size: 16px;
    font-family: Poppins !important;
    font-weight: 500;
}
/*alertlist li.selected:after, #alertlist li:hover:after.asd a:after, .asd a:hover:after
*/ 
.asd a:hover{
  border-left: 6px solid #99ca3c;
    background: #313136;
    color: #99ca3c;
    font-size: 16px;
    font-family: Open Sans Semibold;
}

.content-container {
  padding-top: 20px;
}

.sidebar-logo {
  padding: 10px 15px 10px 30px;
  background-color: #404040;
}

  .sidebar-navigation {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
  }

  .sidebar-navigation li {
    background-color: transparent;
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 20px;
  }

  .sidebar-navigation li a {
    padding: 10px 15px 10px 30px;
    display: block;
    color: #fff;
  }

  .sidebar-navigation li .fa {
    margin-right: 10px;
  }

  .sidebar-navigation li a:active,
  .sidebar-navigation li a:hover,
  .sidebar-navigation li a:focus {
    text-decoration: none;
    outline: none;
  }

  .sidebar-navigation li::before {
    background-color: #2574A9;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
  }

  .sidebar-navigation li:hover::before {
    width: 100%;
  }

  .sidebar-navigation .header {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #151515;
    padding: 10px 15px 10px 30px;
  }

  .sidebar-navigation .header::before {
    background-color: transparent;
  }

.content-container {
  padding-left: 220px;
}
.sidebar_text1{
  font-family: Open Sans Light;
  font-size: 40px;
  color: #FFFFFF;
}
.sidebar_text2{
  font-family: Open Sans Light;
  font-size: 22px;
  color: #FFFFFF;
}
.pr_15{
  padding-right: 15px;
}
.nav-link{
  font-size: 16px;
  color: #A2A3B7;
  line-height: 45px;
}

/*Side Menu Bar Csss Ends*/


/*Rght menu Css*/
.navbar-emp {
    background-color: #935073;
    /*box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);*/
    box-shadow: 0px 3px 6px #935073;
    box-shadow: 0 0px 0px 0 #935073, 0 1px 1px 0 #935073;
    padding: 0;
    min-height: 60px;
}
.navbar-emp .navbar-nav .nav-link, .side-nav .nav-link.dropdown-item {
    color: #000000;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    padding: 0 0.5rem;
    font-size: 15px;
}
.navbar-topcompany .navbar-nav .nav-link{
   
    font-size: 15px;
}

.navbar-topcompany .nav-item a:active {
    color:#794d9e;
    border-bottom:2px solid #92c139;
}

.navbar-topcompany .nav-item.active {
    color:#794d9e;
    border-bottom:2px solid #92c139;
}

.navbar-emp .nav-item.active {
    color:#794d9e;
    border-bottom:2px solid #92c139;
}

    .navbar-expand-lg .navbar-toggler {
     display: block;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 0;
    list-style: none;
}
.topmtxt1{
    font-size: 12px;
    color: #99CA3B;
     font-family:'Open Sans Semibold';
}
.topmtxt2{
    font-size: 12px;
    color: #000000;
     font-family:'Open Sans Semibold';
}

}
.topmtxt1{
    font-size: 12px;
    color: #99CA3B;
     font-family:'Open Sans Semibold';
}
.topmtxt2{
    font-size: 12px;
    color: #000000;
     font-family:'Open Sans Semibold';
   }
  .mob-menu{
    display: none;
  }
  .deskt-menu{
      display: block;
    }

.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.navbar-emp .navbar-toggler-icon {
    background-image: url(../../images/static/restarther2018/menu_icon.png);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-emp .navbarnew-toggler-icon {
    background-image: url(../../images/static/restarther2018/menu_icon.png);
}
.navbarnew-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    margin-left: 25px;
}

.wht_bg
{
  background-color: #FFFFFF;
}

#wrapper {
  padding-left: 265px;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 0;
  width: 265px;
  /*height: calc(100vh - 0px);  fill full height below header 
  */
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #935073; /* your brand color */
  transition: all 0.5s ease;
  padding-bottom: 2rem;
  padding-right: 4px; /* for scrollbar space */
  border-right: 1px solid #ccc;
}

.sidebar-brand {
  position: absolute;
  top: 0;
  width: 250px;
  text-align: center;
  padding: 20px 0;
}
.sidebar-brand h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.sidebar-nav {
  position: absolute;
  width: 310px;
  margin: 0;
  padding: 0px 10px 0px 10px;
  list-style: none;
}
.sidebar-nav > li {
  text-indent: 10px;
  line-height: 42px;
}
.sidebar-nav > li a, .sidebar-nav > li a div {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.sidebar-nav > li > a:hover,
/*.sidebar-nav > li li a:hover,*/
.sidebar-nav > li.active > a,
.sidebar-nav > li.active > a > span,
.sidebar-nav > li li.active > a {
  color: #935073;
  border-radius: 10px;
  font-size: 16px;
  font-family: Open Sans Semibold;
}

.sidebar-nav > li a span {
  color: #fff;
}

.fas {
  color: #ada1a1; /* Set default color */
  padding-bottom: 20px;
  transition: color 0.3s ease; /* Smooth color transition */
}

.chevron-icon {
    padding: 10px 0px 25px 0px;
    margin-left: auto;
    line-height: normal;
}

.nav-link[aria-expanded="true"] .chevron-icon {
    transform: rotate(180deg);
    padding: 25px 10px 0px 0px;
    
}

/* Change color on hover */
.fa:hover, .fas:hover {
  color: #87C05A; /* Set the color when hovered */
}

.color-935073 {
  color: #935073;
} 

.a:hover {
    color: #0056b3;
}

.hcolor:hover {
    color: #0056b3;
}

.dash-txt-14 {
    font-size: 14px;
    font-family: 'Open Sans Bold';
    color: #404040;
}

.herkey_button_white {
    background-color: #935073;
    font-size: 12px;
    font-family: Open Sans SemiBold;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff !important;
}

.herkey_button_white:hover {
    color: #fff;
}


.herkey_button {
    background-color: white;
    font-size: 12px;
    font-family: Open Sans SemiBold;
    border: 1px solid #935073;
    border-radius: 6px;
    color: #935073;
}

.herkey_button:hover {
    color: #935073;
}

.sidebar-nav > li a span:hover {
  color: #935073;
  font-family: Open Sans Semibold;
}

.sidebar-nav > li > a i.fa {
  font-size: 24px;
  width: 60px;
}

#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
  border-width: 0 0 0 0;
  background-color: #eee;
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 0;
}
#navbar-wrapper .navbar a {
  color: #757575;
}
#navbar-wrapper .navbar a:hover {
  color: #F8BE12;
}

#content-wrapper {
  position: absolute;
  padding: 15px;
  top: 47px;
  padding-right: 0px;
  overflow: hidden;
  background-color: #F1F2F7;
}
#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -250px;
}
.cmp_nme {
    display: block;
}
.pr_24 {
    padding-right: 24px;
}
.pr_20 {
    padding-right: 20px;
}
.pl_30 {
    padding-left: 30px;
}
.lgo_img{
  width: 100px;
  height: 100px;
  margin-right: 0px;
}
/*Right menu css end*/



@media (min-width: 992px){
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
  #wrapper {
    padding-left: 280px;
    background-color: #FFFFFF;
  }
  
  #wrapper.toggled {
    padding-left: 60px;
  }

  #sidebar-wrapper {
    width: 300px;
    
  }
  
  #wrapper.toggled #sidebar-wrapper {
    width: 80px;
  }
  #wrapper.toggled .nav-footer{
    display: none;
    margin-top: auto;
  }

  #wrapper.toggled #sidebar-wrapper .lgo_img {
    width: 50px;
    height:50px;
    margin-right: 76px;
    border-radius: 50%;
  }
   #wrapper.toggled #sidebar-wrapper .cmp_nme {
    display: none;
  }
  #wrapper.toggled #sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 100px;
    width: 265px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pr_24 {
    padding-right: 30px;
  }
  
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -190px;
  }
  
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -190px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #content-wrapper {
    position: relative;
    top: 50px;
    margin-bottom: 60px;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .mob-menu{
    display: none;
  }
  .deskt-menu{
      display: block ;
    }
  #wrapper.toggled #sidebar-wrapper {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #wrapper {
    padding-left: 60px;
  }
  #wrapper.toggled #sidebar-wrapper .lgo_img {
    width: 50px;
    height:50px;
    margin-right: 72px;
  }

  #sidebar-wrapper {
    width: 77px !important;
  }
  
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }
  
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 60px;
  }

  #content-wrapper {
    position: relative;
    top: 33px;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }
}


@media (min-width: 481px) and (max-width: 768px) {
   .mob-menu{
    display: none;

  }
  .deskt-menu{
      display: block ;
    }
  /*.asd{
      display: none;
    }*/
    .nav-tabs::-webkit-scrollbar { 
                display: none; 
     } 
    .nav-tabs {
    overflow: -moz-scrollbars-none;
    }
}
@media (max-width: 767px) {
  #wrapper {
    padding-left: 0;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
  }

  #navbar-wrapper {
    position: relative;
  }

  #wrapper.toggled {
    padding-left: 250px;
  }

  #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #navbar-wrapper,
  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 250px;
  }
}

@media (min-width: 319px) and (max-width: 480px) {
  .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    /*display: -moz-box;*/
  }
  .nav-link {
       font-size: 12px; 
       color: #A2A3B7; 
       line-height: 25px; 
  }
     .mob-menu{
    display: block;
  }
    .deskt-menu{
      display: none !important;
    }
    /*.asd{
      display: none;
    }*/
    .nav-tabs::-webkit-scrollbar { 
                display: none; 
     } 
    .nav-tabs {
    overflow: -moz-scrollbars-none;
    }
    .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
    }
    .navbar-emp .nav-item.active {
        color:none;
        border-bottom:2px;
    }
    .navbar-emp .navbarnew-toggler-icon {
    background-image: url();
    }
    .navbarnew-toggler-icon {
        display: none;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        margin-left: 25px;
    }
    #wrapper.toggled {
    padding-left: 0px !important;
  }
    #content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0px;
    top: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
}



@media only screen and (min-width: 992px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}

