@import "color.css";
@import "./fonts/font.css";

body,
html {
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  /* color: var(--dark-green); */
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

#sidebar {
  position: fixed;
  height: 100% !important;
  top: 0;
  left: 0;
  bottom: 0;
  width: 260px;
  overflow: auto;
  transition: all 0.3s;
  background-color: var(--white-color);
  box-shadow: 0 0 30px 0 rgba(200 200 200 / 20%);
}

/* .modal-backdrop.fade{
  z-index: 11!important;
} */

.menus svg{
	margin-left:10px;
}

.Interviews svg{
	margin-left:5px;
}
.Opportunities svg{
	margin-left:6px!important;
}
.interviewResult svg{
	margin-left:6px!important;
}

.svg-space-reduce label{
	margin-left:8px;
}

.addnewqualification{
  width: 80%!important;
}

@media only screen and (min-width: 992px) {
  #sidebar.active {
    /* left: -260px; */
    height: 100% !important;
  /*   position: absolute !important; */
    overflow: visible !important;
    top: 0;
    z-index: 666;
    float: left !important;
    bottom: 0 !important;
  }

  #content {
    width: calc(100% - 260px);
    position: relative;
    float: right;
    transition: all 0.3s;
  }

  #content.active {
    width: 100%;
  }
}

#sidebar::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  background-color: var(--dark-green);
  display: none;
}

#sidebar::-webkit-scrollbar-thumbs {
  width: 5px;
  border-radius: 10px;
  background-color: var(--dark-green);
  display: none;
}

#sidebar:hover::-webkit-scrollbar-thumbs {
  display: block;
}

#sidebar:hover::-webkit-scrollbar {
  display: block;
}

#sidebar .sidebar-header {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
}
#sidebar {
  background-color: var(--secondary-color);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#sidebar ul li {
  padding: 2px 0px;
}

#sidebar ul li.active > a {
  color: white !important;
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 14px; /* Reduced from 18px */
  font-weight: 800;
  line-height: 16.91px; /* Reduced from 21.13px */
  text-align: left;
  text-decoration: none;
  color:var(--black-color)
  
}
#sidebar ul li.active {
  color: white !important;
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 14px; /* Reduced from 18px */
  font-weight: 400;
  line-height: 16.91px; /* Reduced from 21.13px */
  text-align: left;
  text-decoration: none;
  background-color: var(--primary-color);
}

#sidebar ul.component {
  padding: 0px 0px;
}

#sidebar ul li a {
  padding: 5px 10px 5px 20px;
  line-height: 10px;
  font-size: 14px!important; 
  position: relative;
  font-weight: 400;
  display: block;
 /*  color: var(--black-color)!important; */
  text-decoration: none;
   font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
}

.inner-mail-box-stroke{
  stroke-width:2;
}

.outer-mail-box-stroke{
  stroke-width:2;
}

#sidebar ul li a i {
  position: relative;
  margin-right: 8px; /* Reduced from 10px */
  top: 4.8px; /* Reduced from 6px */
}

#content {
  position: relative;
  transition: all 0.5s;
}

/* .top-navbar,
.heading-section {
  width: 100%;
  z-index: 9;
  position: relative;
  padding: 6.4px 21.6px; Reduced from 8px 27px
} */
.top-navbar,

.heading-section {
  width: 100%;
  padding: 12px 27px;
    padding-bottom:0px!important;
  /* background-color:#353b48; */
}
.xd-topbar {
  width: 100%;
/*   position: relative; */
z-index: 11!important;
}

.main-content {
 
    padding: 14px 27px;

  position: sticky;

  top: 0;

  background: white;

  z-index: 2;
}

.navbar {
  color: var(--white-color);
}

.navbar-brand {
  color: var(--white-color);
}

.navbar button {
  background-color: transparent;
  border: none;
}

.navbar button span {
  color: var(--white-color);
}

.xp-menubar {
  border-radius: 50%;
 padding-top:3px;
  line-height: 45px; /* Reduced from 45px */
  text-align: end;
 
  border: none;
  color: var(--white-color);
  cursor: pointer;
}

.xp-menubar span {
  margin: 9px; /* Reduced from 9px */
  padding: 0px;
  transform: rotate(90deg);
}

.navbar-nav > li.active {
  color: var(--white-color);
  border-radius: 4px;
  background-color: var(--black-color);
}

.navbar-nav > li > a {
  color: var(--white-color);
}

.navbar .notification {
  position: absolute;
  top: 2px; /* Reduced from 2px */
  right: 3px; /* Reduced from 3px */
  display: block;
  font-size: 7.2px; /* Reduced from 9px */
  border: 0;
  background-color: var(--dark-mint-color);
  min-width: 12px; /* Reduced from 15px */
  text-align: center;
  padding: 0.8px 4px; /* Reduced from 1px 5px */
  height: 12px; /* Reduced from 15px */
  border-radius: 2px;
  line-height: 11.2px; /* Reduced from 14px */
}

.navbar-nav > li.show .dropdown-menu {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  display: block;
  visibility: visible;
}

.dropdown-menu li > a {
  font-size: 10.4px; /* Reduced from 13px */
  padding: 8px 16px; /* Reduced from 10px 20px */
  margin: 0 0px; /* Reduced from 5px */
  border-radius: 2px;
  font-weight: 400;
  transition: all 150ms linear;
}

.navbar-nav > .active > a:focus {
  color: var(--white-color);
  background-color: var(--black-color);
}

.navbar-nav li a {
  position: relative;
  display: block;
  padding: 3.2px 8px !important; /* Reduced from 4px 10px */
}

#sidebar.show-nav,
.body-overlay.show-nav {
  transform: translatex(0%);
  opacity: 1;
  display: block;
  visibility: visible;
  z-index: 15;
}
.show-nav{
  width:80px!important;
}
.content-active{
  width: calc(100% - 80px)!important;
  transition: all 150ms linear;
}
.siderbar-active{
  width: 80px!important;
  position: fixed!important;
}
#content{
  float: right!important;
  /* width: calc(100% - 260px)!important; */
 }
 
  /* .toogle-open-close{
  width: calc(100% - 260px)!important;
 } */
@media (min-width:602px) and (max-width:991px) {
 #content{
    float: right!important;
   /*  width: calc(100% - 260px)!important;  */

   }
      .toogle-open-close{
  width: calc(100% - 260px)!important;
 }
  .toogle-open{
  width: calc(100% - 260px)!important;
 }
 .toogle-close{
  width: calc(100% - 80px)!important;
 }
}
@media (min-width:602px) and (max-width:5000px) {
  .mobile-view-icon{
    display: none!important;
   }
.cross-button{
  display: none;
}
 }
@media only screen and (max-width: 601px) {
	.mobile-view-navigation ul li a{
justify-content: center;
}
.custom-main-content{
 z-index:1!important;	
}
#content{
	width: calc(100%) !important;
}
  .mobile-view-sidebar{
    width: 100%!important;
  }
  .footer-part{
    justify-content: center;
  }

  .profile-data{
    margin-top: 65px;
  }

.xp-menubar{
  display: none;
}
  .wrapper-mobile-view{
    /* background-color: #7f7f7f!important; */
    height: 100vh;
  }
   .content-active{
   /* float: right!important; */
   width: 100%!important;
  }
  .show-nav{
    visibility: hidden;
  }
  #sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 260px;
    transform: translatex(-100%);
    transition: all 150ms linear;
    box-shadow: none !important;
    z-index:1500;
  }

  .body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;///. ,,
    z-index: 3;
    transition: all 150ms linear;
    background-color: #0006;
  }
}

.dropdown-toggle:after {
  vertical-align: 0.255em;
  display: none !important;
  content: "";
  border: 0.3em solid var(--black-color);
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: 0.255em;
  display: inline-block;
}



.navigation .active {
  color: var(--white-color) !important;
}

.dropdown a {
  padding: 10px; /* Reduced from 14px */
}

.sidebar-header img {
  width: 100px; /* Reduced from 208px */
  height: 90px; /* Reduced from 82px */
  top: 36px; /* Reduced from 45px */
  left: 24.8px; /* Reduced from 31px */
  gap: 0px;
  opacity: 0px;
}

.profile-data p:nth-child(1) {
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 18px; /* Reduced from 24px */
  font-weight: 700;
  margin-bottom: 0px !important;
  color: var(--primary-color);
  text-transform:capitalize;
}

.profile-data p:nth-child(2) {
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 14px; /* Reduced from 18px */
  font-weight: 400;
  margin-bottom: 0px !important;
  word-wrap: break-word;
  line-height:16px;
  padding-right: 16px; /* Reduced from 20px */
  color: var(--gray-color);
  margin-top:2px;
}

.profile-data p:nth-child(3) {
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 14px; /* Reduced from 18px */
  font-weight: 400;
  margin-bottom: 0px !important;
  color: var(--gray-color);
  margin-top:5px;
}

.wizard-ul {
  margin-bottom: 0rem !important;
}




.language {
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 14.4px; /* Reduced from 18px */
  font-weight: 400;
  line-height: 16.91px; /* Reduced from 21.13px */
  text-align: left;
  color: var(--black-color) !important;
}

.notification-section {
  width: 153.6px; /* Reduced from 192px */
  padding: 8px; /* Reduced from 10px */
  top: 32px; /* Reduced from 40px */
  left: 1360px; /* Reduced from 1700px */
  gap: 0px;
  border-radius: 24px; /* Reduced from 30px */
  border: 1px solid var(--black-color);
  opacity: 0.5px;
  text-align: center;
}

.notify {
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 14.4px; /* Reduced from 18px */
  font-weight: 400;
  line-height: 16.91px; /* Reduced from 21.13px */
  text-align: left;
  color: var(--black-color);
  margin-left: 8px; /* Reduced from 10px */
}

.xp-profilebar .navbar-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.sections-label p {
  font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
  font-size: 17.6px; /* Reduced from 22px */
  font-weight: 400;
  line-height: 20.66px; /* Reduced from 25.83px */
  text-align: left;
}

.hindi-english-language {
  line-height: 40px !important; /* Reduced from 50px */
  margin-right: 9.6px; /* Reduced from 12px */
}

.up-head {
  display: flex;
  align-items: center;
  float: left;
  font-weight: 700;
  height: 100%;
  font-size: 16px; /* Reduced from 20px */
  color: var(--black-color);
}

.wizard-ul {
  padding: 0;
  list-style: none;
  text-align: left;
}


.wizard-ul li {
    display: inline-block; 
    padding: 4px 11px;
    font-weight: 400;
    font-size: 16px; /* Reduced from 20px */
    background: var(--bridesmaid-color);
    border-radius: 9px;
    border: 1px solid var(--primary-color);
  }
  
  .wizard-ul svg {
    margin-left: 10px;
    margin-bottom: 7px;
    margin-right: 7px;
  }
  
  .wizard-ul .active {
    padding: 4px 11px;
    background: var(--primary-color);
    color: var(--white-color);
  }
  
  @media (max-width: 768px) {
    .up-head {
 
      display:none!important;
    }
    .wizard-ul li {
      display: block; 
      margin: 10px auto;
    }
    .wizard-ul li:nth-child(1) {
      margin-left: 0px !important;
    }
  
    .wizard-ul li:after {
      display: none; 
    }
    .wizard-ul svg {
      display: none;
    }
  }
  
  .wizard-ul li:nth-child(1) {
    margin-left: 11px;
  }
  
  .sections-heading-label p {
    font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
    font-size: 16px; /* Reduced from 20px */
    font-weight: 700;
    line-height: 18.78px; /* Reduced from 23.48px */
    text-align: left;
    color:var(--black-color);
  }
  
  .sections-heading-label hr {
    margin-left: 10px;
    border-color:var(--black-color)!important;
  }
  
  .criminal-label p {
    font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
    font-size: 13px; /* Reduced from 16px */
    font-weight: 400;
    line-height: 15px; /* Reduced from 18.78px */
    text-align: left;
  }
  
  .criminal-option .btn-group {
    width: 145px; /* Reduced from 181px */
    height: 42px; /* Reduced from 52px */
    gap: 0px;
    opacity: 0px;
  }
  
  .criminal-option label {
    font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
    font-size: 13px; /* Reduced from 16px */
    font-weight: 700;
    line-height: 15px; /* Reduced from 18.78px */
    text-align: left;
    text-align: center;
    padding: 11px; /* Reduced from 14px */
    border-color: var(--black-color);
    color: var(--black-color);
  }
  
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active,
  .btn:first-child:active,
  .btn.active,
  {
    background: var(--bridesmaid-color) !important;
    color: var(--black-color) !important;
    border-color: var(--black-color) !important;
  }
  
  .reason {
    width: 80% !important;
  }
  .reason input {
    font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
    font-size: 13px; /* Reduced from 16px */
    font-weight: 400;
    line-height: 15px; /* Reduced from 18.78px */
    text-align: left;
    height:100%!important;
  }
  

  


  .logout button:focus {
    color: var(--shadepofred);
    border: 1px solid var(--gray-color-light) !important;
  }
  
  .footer-part label {
    font-family: 'Raleway', sans-serif;font-feature-settings: "lnum";
    font-size: 12.8px; /* Reduced 20% from 16px */
    font-weight: 400;
    line-height: 18.78px;
    text-align: left;
  }
  
  .footer-part {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .footer {
    margin: auto;
    margin-bottom: 15px;
  }
  
  @media only screen and (max-width: 768px) {
    .sidebar-header img {
      width: 185px;
      height: 68px;
    }
    .profile span {
      font-size: 27.2px; /* Reduced 20% from 34px */
    }
    .sections-label p {
      font-size: 12px; /* Reduced 20% from 15px */
    }
    .up-head {
      font-size: 12.8px; /* Reduced 20% from 16px */
      display:none!important;
    }
    .wizard-ul li {
      font-size: 12px; /* Reduced 20% from 15px */
    }
    .sections-heading-label hr {
      width: 100%;
    }
    .criminal-label p {
      font-size: 12px; /* Reduced 20% from 15px */
    }
    .criminal-option .btn-group {
      width: 132px;
      height: 40px;
    }
    .criminal-option label {
      padding: 11px;
    }
    .reason {
      width: 100% !important;
      margin-top: 10px;
    }
    .submit-form button:nth-child(1) {
      
      height: 43px;
      font-size: 14px; /* Reduced 20% from 18px */
    }
    
    .submit-form button:nth-child(3) {
      
      height: 43px;
      font-size: 14.4px; /* Reduced 20% from 18px */
    }
    #sidebar ul.component {
      padding: 9px 0;
    }
  }
    @media (max-width: 768px) {

  .custom-wizard-ul{

    width: 100%!important;

  }

  .up-head {

    float: none;

    height: 4%;

    margin-left: 12px;

  }

  .wizard-ul li {

    display: block!important; /* Stack items vertically on small screens */

    margin: 10px auto; /* Center items with margin */

  }

   .web-view-wizard li label{

    position: absolute;

    right: 9px;

    top: 2px;

  }
    .mobile-view-wizard li label {
        position: absolute;
        right: -12px;
        top: -17px;
    }
  .wizard-ul li:nth-child(1) {

    margin-left: 0px !important;

  }



  .wizard-ul li:after {

    display: none;

  }

  .web-view-wizard img {

    display: none;

  }



}
  
  @media (min-width: 769px) and (max-width: 900px) {
    .sidebar-header img {
      width: 185px;
      height: 68px;
    }
    .profile span {
      font-size: 30.4px; /* Reduced 20% from 38px */
    }
    .sections-label p {
      font-size: 14.4px; /* Reduced 20% from 18px */
    }
    .up-head {
      font-size: 14.4px; /* Reduced 20% from 18px */
    }
    .wizard-ul li {
      font-size: 14.4px; /* Reduced 20% from 18px */
    }
    .sections-heading-label p {
      width: 22%;
    }
    .sections-heading-label hr {
      width: 100%;
    }
    .criminal-label p {
      font-size: 12.8px; /* Reduced 20% from 16px */
    }
    .criminal-option .btn-group {
      width: 144px;
      height: 48px;
    }
  
    .criminal-option label {
      padding: 13px;
    }
    .reason {
      width: 100% !important;
    }
    .submit-form button:nth-child(1) {
      width: 100px;
      height: 43px;
      font-size: 14px; /* Reduced 20% from 18px */
    }

    .submit-form button:nth-child(3) {
      width: 197px;
      height: 43px;
      font-size: 14px; 
    }
    #sidebar ul.component {
      padding: 9px 0;
    }
  }
  
  @media (min-width: 901) and (max-width: 1400) {

  
    
  
   
    .reason {
      width: 100% !important;
    }
   
  }
  
  /*  Form css*/
  
   

  
  
  .btn_selected {
    border: 1px solid var(--primary-color)!important;
    background-color: var(--black-color)!important;
    color: var(--white-color)!important;
  }
  
 

.siderbar-active .sidebar-header img{
 display: none;
}
.siderbar-active .xp-menubar{
margin-left: 0px;
padding-right: 12px;
 }
 .siderbar-active .profile-data{
  display: none!important;
}
.siderbar-active .navigation label{
  display: none!important;
}

.siderbar-active .footer {
  display: none!important;
}
.siderbar-active .menus img {
 margin-left: 0px!important;
}
/* .siderbar-active .menus a {
 justify-content: center;
 } */

.mobile-view-icon{
  float: left;
  margin-top: 12px;
}



.siderbar-active .logout-btn-label {
  display: none;
}
.logout-icon{
  display:none;
  }
  
.siderbar-active .logout-icon {
  display:block!important;
}

.dropdown-menu li a .text{
	font-size:14px!important;
	
}
.custom-navigation{
	height:100%!important;
	overflow:auto;
	scrollbar-width:thin;
}

.profile-data{
	margin-top: 13px;
    margin-bottom: 20px;
}
.list-unstyled .nav-link{
	margin-left:15px;
}
.list-unstyled .nav-link label{
	margin-left:12px;
}
#sidebar ul li.active a > img {
    filter: brightness(0) invert(1) !important;
}
 .nav-link label{
	color:black;
}
.list-unstyled .menus.active  .nav-link label{

	color:white!important;
}

.logout-icon img{
	margin-left:-9px;
}