body{
    width: 100%;
    height: auto;
    background-color: #fff;
    font-family: NHaasGroteskDSPro, sans-serif;
}
button{
    cursor: pointer;
    outline: none;
}

.logofront { font-size: 22px;color: #fff;font-weight: 600; }
.logoend { font-size: 22px;color: #fff;font-weight: 600; }

.logo a { color: var(--basefontcolor); }

.bi-book, .bi-vector-pen, .bi-basket, .bi-book-half, .bi-card-checklist, .bi-box-arrow-left { color: #fff !important; }

.terms-text {
	padding: 20px;
}

/*theme related CSS classes*/
.job-portal-sec .job-page-wrap .main-page.version2 .header .menu ul li a{
    text-decoration: none;
    color: var(--basefontcolor);
    font-size: 14px;
    font-weight: 600;
}

.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li a span{
    color: var(--sidebarlabelcolor);
    font-weight: 600;
    font-size: 14px;
    margin-left: 15px;
}

.job-portal-sec .job-page-wrap .main-page .footer ul li a{
    font-size: 14px;
    color: var(--footerlabelcolor);
    font-weight: 500;
    text-decoration: none;
}

.job-portal-sec .job-page-wrap .main-page .cand_footer ul li a{
    font-size: 14px;
    color: var(--footerlabelcolor);
    font-weight: 500;
    text-decoration: none;
}

.job-portal-sec .job-page-wrap .main-page .footer p{
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 10px;
    color: var(--footerlabelcolor);
}

.job-portal-sec .job-page-wrap .main-page .cand_footer p{
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 10px;
    color: var(--footerlabelcolor);
}

.job-portal-sec .job-page-wrap .main-page .footer{
    padding: 20px 0;
    background-color: var(--footercolor);
    text-align: center;
	/*position: fixed;
    top: calc(100% - 93px);
	width: 100%;*/
}

.job-portal-sec .job-page-wrap .main-page .cand_footer{
    padding: 20px 0;
    background-color: var(--footercolor);
    text-align: center;
	
}

.job-portal-sec .job-page-wrap .sidebar-container{
    width: 250px;
    height: 100vh;
    background-color: var(--headercolor) !important;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px;
    transition: 0.03s;

}

.job-portal-sec .job-page-wrap .main-page .header{
    width: 100%;
    background-color: var(--headercolor) !important;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    display: none;
}

.job-portal-sec{
    width: 100%;
    height: auto;
}
.job-portal-sec .job-page-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.job-portal-sec .job-page-wrap .sidebar-container .logo{
    /* background-color: #000; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}
.job-portal-sec .job-page-wrap .sidebar-container .logo img{
    width: 220px;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .adv-box{
    width: 100%;
    height: 90px;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
    background:url(../image/adv1.jpg)no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .adv-box h1{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .adv-box button{
    margin-top: 10px;
    background-color: #f20000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
}
.job-portal-sec .job-page-wrap .main-page .page-content-sec .job-listing .adv-box button:focus{
    outline: none;
}

.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list {
    padding-top: 15px;
}
.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul{
    padding: 0;
    margin: 0;
}
.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li{
    padding: 5px;
}
.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li:hover{
    background-color: #1A3C1C;
    border-radius: 5px;
}
.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li a{
    color: #777;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li a b{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0px 5px 3px;
    border-radius: 5px;
    background-color: #f20000;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
}
.job-portal-sec .job-page-wrap .sidebar-container .sidebar-list h5{
    font-size: 20px;
    font-weight: 700;
    color: #3be023;
    margin: 10px 0;
}


/* width */
.job-portal-sec .job-page-wrap .sidebar-container::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .job-portal-sec .job-page-wrap .sidebar-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .job-portal-sec .job-page-wrap .sidebar-container::-webkit-scrollbar-thumb {
    background: #d9d9d9; 
    border-radius: 10px;
  }
  

.job-portal-sec .job-page-wrap .main-page{
    width: 100%;
    padding-left: 250px;
}

.job-portal-sec .job-page-wrap .main-page .header .logo{
    /* background-color: #000; */
    padding: 5px;
}
.job-portal-sec .job-page-wrap .main-page .header .logo img{
    width: 180px;
}
.job-portal-sec .job-page-wrap .main-page .header .menu i{
    font-size: 20px;
    color: #fff;
}


.filter-icon{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 2px 2px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: none;
}
.filter-icon i{
    font-size: 40px;
    margin-top: -15px;
}

.job-portal-sec .job-page-wrap .main-page .footer ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-portal-sec .job-page-wrap .main-page .cand_footer ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-portal-sec .job-page-wrap .main-page .footer ul li{
    padding: 0 10px;
    border-left: 1px solid #eee;
    list-style-type: none;
}

.job-portal-sec .job-page-wrap .main-page .cand_footer ul li{
    padding: 0 10px;
    border-left: 1px solid #eee;
    list-style-type: none;
}

.job-portal-sec .job-page-wrap .main-page .footer ul li:first-child{
    border-left: 0;
    padding-left: 0;
}

.job-portal-sec .job-page-wrap .main-page .cand_footer ul li:first-child{
    border-left: 0;
    padding-left: 0;
}

.job-portal-sec .job-page-wrap .main-page .footer ul li:last-child{
    padding-right: 0;
}

.job-portal-sec .job-page-wrap .main-page .cand_footer ul li:last-child{
    padding-right: 0;
}

.job-portal-sec .job-page-wrap .main-page .footer p a{
    color: #f20000;
    text-decoration: none;
}

.job-portal-sec .job-page-wrap .main-page .cand_footer p a{
    color: #f20000;
    text-decoration: none;
}

/* Virsion2 */

.job-portal-sec .job-page-wrap .main-page.version2 .header{
    display: flex;
}
.job-portal-sec .job-page-wrap .main-page.version2 .header .menu ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
.job-portal-sec .job-page-wrap .main-page.version2 .header .menu ul li{
    list-style-type: none;
}

.job-portal-sec .job-page-wrap .main-page.version2 .header .menu .hamburger{
    display: none;
}

.job-portal-sec .job-page-wrap .sidebar-container.sidebarv2 .sidebar-list .linkv2{
    display: none;
}
.job-portal-sec .job-page-wrap .main-page.version2 .header .logo a img{
    display: none;
}
.job-portal-sec .job-page-wrap .main-page.version2 .header .logo .welcome{
    font-size: 20px;
    font-weight: 700;
    color: #272727;
    margin-bottom: 0;
    display: flex;
}


@media screen and (max-width: 1136px) {
	.sidebar-container .logo { display: none !important; }
	
    .job-portal-sec .job-page-wrap .sidebar-container{
        width: 50px;
    }
    /* .job-portal-sec .job-page-wrap .sidebar-container .logo{
        background-color: #000;
    } */
    .job-portal-sec .job-page-wrap .sidebar-container .adv-box{
        display: none;
    }
    .job-portal-sec .job-page-wrap .main-page{
        width: 100%;
        padding-left: 50px;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .sidebar-list h5{
        display: none;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .logo img{
        visibility: hidden;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li a span{
        display: none;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li a b{
        display: none;
    }
    .job-portal-sec .job-page-wrap .main-page.version2 .header .logo a img{
        display: flex;
    }
    .job-portal-sec .job-page-wrap .main-page.version2 .header .logo .welcome{
       
        display: none;
    }
  }
  @media screen and (max-width: 900px) {
    .job-portal-sec .job-page-wrap .main-page.version2 .header .menu ul{
        gap: 20px;
    }
  }

  @media screen and (max-width: 768px) {
	.sidebar-container .logo { display: block !important; }
	
    .job-portal-sec .job-page-wrap .main-page .header{
        display: flex;
    }
    .job-portal-sec .job-page-wrap .main-page{
        width: 100%;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .sidebar-list h5{
        display: block;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .adv-box{
        display: flex;
    }
    .job-portal-sec .job-page-wrap .sidebar-container.sidebarv2 .sidebar-list .linkv2{
        display: block;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .logo img{
        visibility: visible;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li a span{
        display: block;
    }
    .job-portal-sec .job-page-wrap .sidebar-container .sidebar-list ul li a b{
        display: flex;
    }
    .job-portal-sec .job-page-wrap .sidebar-container{
        width: 250px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        transition: 0.03s;
    }
    .job-portal-sec .job-page-wrap .main-page.version2 .header .menu ul{
        display: none;
    }
    .job-portal-sec .job-page-wrap .main-page.version2 .header .menu .hamburger{
        display: block;
    }
    .job-portal-sec .job-page-wrap .sidebar-container.open-menu{
        left: 0;
        z-index: 9999;
    }
    .filter-icon{
        display: flex;
    }
    .job-portal-sec .job-page-wrap .main-page .footer ul{
        flex-wrap: wrap;
    }
  }
 