.logo-top-jobs {
    width:145px;
    margin-left:65px;
    margin-top:3%;
    max-width:145px;
}
.jobs {
    padding: 2% 15%;
}

.action-icon {
    width:2rem;
    height:2rem;
    fill:currentColor;
    margin-right:2%;
}

.filter {
    text-align:center;
    position:fixed;
    bottom:0;
    right:0;
    display:block;
    width: 15%;
    border-radius:30px 0 0 0;
}

.searchForm-jobs {
    width:90%;
}

.centered-text {
    text-align:center;
}
.joblisting {
    text-align:center;
}
.left-align {
    text-align:left;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    flex-shrink: 0;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #020f2e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #020f2e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    margin-right: 10%;
}

.slider.round:before {
    border-radius: 50%;
}
/*FILTERS*/
#filterOverlay {
    position:fixed;
    z-index:99999;
    padding:2%;
    /* top:0;
    left:0;
    width:100%;
    height:100vh; */
    /* overflow:scroll; */
}
.filter-icon {
    width:2rem;
    height:2rem;
    fill:currentColor;
    margin-right:2%;
    flex-shrink:0;
}
.filter-header h3 {
    flex-shrink: 0;
    color:#fff;
}
.filter-header {
    justify-content: space-around;
    align-items:center;
}

.cont1f {
    width:50%;
}
.filter-container {
    padding-left:15%;
}
.indfilcont {
    margin-bottom:1%;
}
.filter-title {
    width:100%;
    text-align:center;
}

#filterOverlay {
    animation-name: comein;
    animation-duration: 1s;
    animation-delay:-.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    transition: all 1s;
}

.filterAway {
    animation-name: goaway!important;
    animation-duration: .5s!important;
    animation-delay:0s!important;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}
@keyframes comein {
    0% {
       width: 0;
       height: 0;
       border-radius: 50% 0 0 0;
       bottom:0;
       right:0;
    }
    100% {
        bottom:0;
        right:0;
        width:100%;
        height:100vh;
        overflow-y:scroll;
        border-radius:0;
    }
  }

  @keyframes goaway {
    0% {
        bottom:0;
        right:0;
        width:100%;
        height:100vh;
        overflow:hidden;
        border-radius:0;
       
    }
    100% {
       bottom:0;
       right:0;
        width: 0;
       height: 0;
       border-radius: 50% 0 0 0;
        
    }
  }
.showjobbtn {
width:30%;
margin:2% auto;
}
.disabled {
cursor:  not-allowed;
}
.applydisabled:hover:after {
content: ' - You need to check all the mandatory requirements in order to be able to apply for this position';
}
.applydisabled:hover {
    background-color:rgb(231, 79, 14);
    width:100%;
}
.applybtn {
    width:30%;
    margin-bottom:3%;
}

.journey-container {
    width:100%;
    padding:2% 5%;
    background-color:white;
    position:fixed;
    bottom:0;
    z-index:1001;
}
.nomar {
    margin:0;
}

#overview {
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    width:100%;
    padding: 5% 0;
}
.jobdetails {
    flex-basis:15%;
    min-width: 0;
    flex-shrink:0;
}

.jobdetails:hover {
    color: #1c6eac;
}

.jobdesc {
    padding-bottom:20%;
}
.journey-container hr {
    width:15vw;
    height: 7px;
    /* background-color: lightgrey; */
    border:none;
    border-radius:5px;
}
.journey-container a {
    text-decoration:none;
    
}
.grey-text {
    color: #333;
}

.btnbar {
    padding:1%;
}

.enroll-banner {
    background-image:url('https://images.pexels.com/photos/4344860/pexels-photo-4344860.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    padding: 5% 15% 10%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    margin: 5% auto;
    text-align:center;
}

.enroll-banner h2 {
    line-height: 3rem;
}

.rollbtn {
    width:30%;
    margin:2% auto;
}



.nl-banner {
    background-image:url('https://images.pexels.com/photos/196655/pexels-photo-196655.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1');
    padding: 5% 15%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    margin: 5% auto;
    text-align:center;
}

.nl-banner h2 {
    line-height: 3rem;
}
.user-bar a {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    margin-right: 2%;
    text-decoration: none;
    color:#000;
}
.user-bar-div {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    margin-right: 2%;
    text-decoration: none;
    color:#000;
}
#logout {
    background-color: #fff;
    padding: 2%;
}
#logout a {
    text-decoration:none;
}
.user-icon {
    width:2rem;
    height:2rem;
    border: 1px solid #000;
    border-radius:100%;
}
.recover-btn {
    display:block;
    width:100%;
    text-decoration:none;
    color:#000;
}
.recover-btn span {
    text-decoration: underline;
    color: blue;
}
.create-acc {
    background-color: #f5f5f5;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.login-container {
    gap:50px;
}

.indicator span {
    font-size:0.7rem;
    line-height: 0.7rem;
    font-weight:400;
}
.indicator {
    font-weight:800;
    line-height:1rem;
    margin-left:2%;
    flex-shrink:0;
}

.separator {
    height:4px;
    width:15%;
    background-color:lightgray;
}
.step-icon {
    width:2rem;
    height:2rem;
    fill: currentColor
}
.nowrap {
    word-wrap: normal;
}

#endbtn  {
    display:block;
    margin-top:10%;
    margin-bottom:10%;
}

.deletebtn {
    color:red;
    border:1px solid red;
    border-radius:5px;
}

#logout  {
    width: 12%;
   text-align:center;
    float: right;
    margin-right: 2%;
    margin-top: -2%;
}
#logout a {
    color: red !important;
    display:block;
}

.fullform {
    width:97%;
}

#upload-dialog2 {
    width: 100%;
    margin-bottom: 5%;
    display: inline-block;
}

.ia {
    display:none;
}
#cvform  {   z-index: 999999;}
@media only screen and (max-width: 768px) {
    .closebtn-filter {
        margin:3%;
    }
    .enroll-banner h2 {
    line-height: 2rem;
    font-size: 1.5rem;
}
    .create-acc {
        padding: 2% 2% 10%;
    }
.row-container {
    flex-direction:row!important;
}
.user-icon {
    flex-shrink:0;
}

.logo-top-jobs {
    margin-left:15px;
    margin-top:0;
}
.user-bar {
    display:flex;
    align-items:center;
    justify-content: flex-end;
    padding-right: 15px;
    gap:15px;
}

#logout {
    width:50%;
    margin-top:0%;
    padding:7%;
}

.indicator {
    display:none;
}
.logo-top-jobs {
    width:145px;
    max-width:145px;
    }
    
    .filter {
    width:50%;
    }
    
    .rollbtn {
    width:100%;
    }
    .showjobbtn {
    width:78%;
    }
    .applybtn {
        width:100%;
    }
    .jobdetails {
        flex-basis:47%;
    }
    .jobdesc {
        padding-bottom:35%;
    }

    .jcont {
        
            justify-content: space-between;
        
    }
    .desktoptab {
        display:none;
    }

}