@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/Metropolis-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/Metropolis-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Metropolis';
    src: url('./fonts/Metropolis-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.ps-8-percent {
    padding-left: 8%;
}
.pe-8-percent {
    padding-right: 8%;
}
/* Add shadow to header light */
#header.light {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.07);
}
/* Capitalize second last menu item */
/*#mainMenu nav > ul > li:nth-last-child(2) > a {*/
/*    text-transform: capitalize;*/
/*}*/
#header #header-wrap #logo {
    display: flex;
}
#header #header-wrap #logo a.logo {
    display: flex;
    align-items: center;
}
/*#mainMenu nav > ul > li:nth-last-child(2) {*/
/*    margin-left: 3vw;*/
/*}*/

#topTalBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 42px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    background-color: #CF963B;
    border: none;
    border-radius: 0;
    text-shadow: none;
}
#topTalBtn:hover {
    background-color: #B58435;
}

/* Media Query Tabs and small laptops start */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    /*#mainMenu nav > ul > li:nth-last-child(2) {*/
    /*    margin-left: 2em;*/
    /*}*/
    #header #header-wrap #logo a > img {
        height: 50px;
    }
    #topTalBtn {
        width: 120px;
        font-size: 12px;
    }
    #mainMenu nav > ul > li > a {
        padding: 10px 10px;
        font-size: 11px;
    }

}
/* Media Query Tabs and small laptops end */

.h-50px {
    height: 50px !important;
}

.dss-job-bg-light {
    background-color: rgba(50, 109, 119, 0.12);
}
.container.candidate-job-portal {
    padding: 0;
}
.candidate-job-portal .drop {
    border: 3px dashed #DADFE3;
    border-radius: 15px;
}

.candidate-job-portal .drop .cont i {
    font-size: 600%;
    color: #8E99A5;
}

.candidate-job-portal .drop input {
    opacity: 0;
}


.candidate-job-portal .stepper-wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.candidate-job-portal .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}


.candidate-job-portal .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid darkgray;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.candidate-job-portal .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid rgba(46, 164, 221, 0.5);
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.candidate-job-portal .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #326D77;
    background: #FFFFFF;
    border: 2px solid lightgrey;
    margin-bottom: 6px;
    font-size: 20px;
}

.candidate-job-portal .stepper-item.active {
    font-weight: bold;
}

.candidate-job-portal .edit-text {
    margin-left: auto;
    padding-left: -10px;
}

.candidate-job-portal .file-preview {
    width: 200px;
    height: 60px;
    background: #efefef;
    border-radius: 8px;
    overflow: clip;
}

.candidate-job-portal .resume-text {
    font-size: 5px;
}

.candidate-job-portal .pdf-div {
    background: #c61111;
    color: white;
    width: 40px;
    text-align: center;

}

.candidate-job-portal .thank-you-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.candidate-job-portal .pdf-text {
    font-size: 22px;
}


.candidate-job-portal .stepper-item.completed .step-counter {
    background-color: #FFFFFF;
    border: 2px solid #326D77;
    color: #326D77;
    font-weight: bold;
}

.candidate-job-portal .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #326D77;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.candidate-job-portal .stepper-item:first-child::before {
    content: none;
}

.candidate-job-portal .stepper-item:last-child::after {
    content: none;

}


.candidate-job-portal .Jobs-In-Jermany {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #939393;
    margin-left: 10px;
}

.candidate-job-portal .great-vision {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(50, 109, 119, 0.85), rgba(50, 109, 119, 0.85)), url('../img/login-sidebar-img.png');
    background-size: cover;
    background-position: center;
    height: auto;
}

.candidate-job-portal .resume {
    margin-top: -5px;
    height: 550px;
    background: linear-gradient(0deg, rgba(50, 109, 119, 0.85), rgba(50, 109, 119, 0.85)), url('../img/resume.png');
    background-size: cover;
    background-position: center;
}


.candidate-job-portal .google-icon {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.candidate-job-portal .login-page-title {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    /* identical to box height */

    text-align: center;

    color: #000000;
}

.candidate-job-portal .by-click {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 157.5%;
    /* or 24px */

    text-align: center;

    color: #484848;
}

.candidate-job-portal .candidate-signup-form {
    background: white;
    margin: auto;
    padding: 20px;
    width: 40%;
}


.candidate-job-portal .make-ch {
    height: 550px;
    background: linear-gradient(0deg, rgba(50, 109, 119, 0.85), rgba(50, 109, 119, 0.85)), url('../img/make-ch.png');
    background-size: cover;
    background-position: center;
}


.candidate-job-portal .better-connection {
    height: auto;
    background: linear-gradient(0deg, rgba(50, 109, 119, 0.85), rgba(50, 109, 119, 0.85)), url('../img/better-con.png');
    background-size: cover;
    position: center;
}

/*.candidate-job-portal .job-seeker-class.active {*/
/*    box-sizing: border-box;*/
/*    padding: 12px;*/
/*    align-items: center;*/
/*    margin-bottom: 10px;*/
/*    display: flex;*/
/*    background: #FFFFFF;*/
/*    border: 5px solid #326D77;*/
/*    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.11);*/
/*    border-radius: 7px;*/
/*}*/
.candidate-job-portal .job-seeker-class {
    height: 150px;
    max-width: 400px;
}
.candidate-job-portal .job-seeker-class:hover {
    box-sizing: border-box;
    padding: 12px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    background: #FFFFFF;
    border: 5px solid #326D77;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.11);
    border-radius: 7px;
}

.candidate-job-portal .job-seeker-class-unactive {
    box-sizing: border-box;
    padding: 12px;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.11);
    border-radius: 7px;
}


.candidate-job-portal .rounded-main {
    border-bottom: 4px solid #B6B6B6;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-top: 20px;
}

.candidate-job-portal .rounded-text {

    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 800;
    font-size: 3vh;
}

.candidate-job-portal .rounded-text-1 {
    color: #326D77;;
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 800;
    font-size: 3vh;
}

.candidate-job-portal .rounded-circle-pro {

    text-align: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 3px solid #326D77;
    border-radius: 100px;
    margin-bottom: 10px;
    justify-content: space-between;
    margin-bottom: -20px;

}

.candidate-job-portal .budget-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 10px;
    letter-spacing: -0.03em;
    color: #4E4E4E;

}

.candidate-job-portal .budget-btns {
    min-width: 105px;
    height: 40px;
    background: #fff;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.1);
    border: none;
    color: #7D7D7D;
}


.candidate-job-portal .budget-btns:hover {
    background: #326D77;
    color: white;
}

.candidate-job-portal .drop-bg {
    border: none;
    height: 50px;
    background-color: #FFFFFF;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.04);
    border-radius: 0;
    font-size: 12px;
    padding: 0 10px;
}

.candidate-job-portal .price-box {
    width: 252px;
    height: 51px;
    background: #FFFFFF;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.04);
}

.candidate-job-portal .price-box,
.candidate-job-portal input:not([type=radio]):not([type=checkbox]) {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
    letter-spacing: -0.03em;
    color: #757575;
    height: 60px;
    padding-left: 20px;
    border-radius: 6px;
    border: 2px solid #CFCFCF;
}
.candidate-job-portal .price-box,
.candidate-job-portal .price-box input {
    height: 48px;
    border-radius: 0;
    border: 0;
    box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.04);
    padding-left: 0;
    padding-right: 0;
}
.candidate-job-portal .price-box .drop-bg {
    width: 32%;
}
.candidate-job-portal .price-box input {
    padding-left: 20px;
    width: 68%;
}

.candidate-job-portal .form-control::placeholder {
    color: #CFCFCF;
}

.candidate-job-portal .input-icon {
    position: absolute;
    top: 18px;
    right: 32px;
    font-size: 20px;
    color: #CFCFCF;
}

.candidate-job-portal .budget-btns.active {
    width: 105px;
    height: 40px;
    left: 73px;
    top: 285px;
    background: #326D77;
    box-shadow: 4px 5px 10px rgba(55, 52, 169, 0.04);
    border: none;
    color: white;
}


.candidate-job-portal .Thanks {
    padding: 0;
    margin-left: -30px;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;


    text-align: center;
    letter-spacing: -0.03em;

    color: #326D77;
}

.candidate-job-portal .thanks-sub-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;

    /* or 152% */

    text-align: center;
    letter-spacing: -0.03em;

    color: #4E4E4E;

}

.candidate-job-portal .rounded-main-2 {
    border-bottom: 4px solid #326D77;
    justify-content: space-between;
    margin-bottom: 70px;
    margin-top: 20px;
}

.candidate-job-portal .rounded-circle-pro-1 {

    text-align: center;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 3px solid #B6B6B6;
    border-radius: 100px;
    margin-bottom: 10px;
    justify-content: space-between;
    margin-bottom: -20px;

}


.candidate-job-portal .job-seeker {
    background: linear-gradient(0deg, rgba(50, 109, 119, 0.85), rgba(50, 109, 119, 0.85)), url('../img/job-seeker.png');
    background-size: cover;
    position: center;
}

.candidate-job-portal .job-info-img {
    height: auto;
    background: linear-gradient(0deg, rgba(50, 109, 119, 0.85), rgba(50, 109, 119, 0.85)), url('../img/job-info-img.png');
    background-size: cover;
    position: center;
}


.candidate-job-portal .search-icon {
    margin-left: -500px;
    float: right;
}

.candidate-job-portal .block-background {
    height: fit-content;
}

.candidate-job-portal .see {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4992B1;
}

.candidate-job-portal .jobs {
    width: 100px;
    background: #EFF3F4;
}

.candidate-job-portal .job-card {
    margin: 4px;
    display: block;
    border-radius: 8px;
}

.candidate-job-portal .job-card.active {
    background: #EFF3F4;
    border-radius: 6px;

}

.candidate-job-portal .cont {
    margin-top: 30px;
}
.candidate-job-portal .job-card:hover {
    background: #EFF3F4;
    border-radius: 8px;
    cursor: pointer;
}

.candidate-job-portal .search-icon {
    margin-left: -500px;
}

.candidate-job-portal .jobs {
    font-weight: bold;
    border-radius: 6px 0 0 6px;
    padding-left: 20px;
    font-size: 17px;

}

.candidate-job-portal .job-title {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;

    color: #000000;
    margin-left: 20px;
}

.candidate-job-portal .sub-card {
    margin-left: 28px;
}


.candidate-job-portal .DubaiSoftwareSolutions {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #787878;
}

.candidate-job-portal .DubaiSoftwareSolutions-d {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #787878;
    margin-top: -20px;
}

.candidate-job-portal .clock-icon {
    color: #326D77;
}

.candidate-job-portal .DubaiUAE {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #7D7D7D;
    margin-top: -20px;
}

.candidate-job-portal .card-icon {
    color: #326D77;
    width: 12px;
    height: 12px;
}


.candidate-job-portal .See-More-btn {
    line-height: 2.5em;
    text-align: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #326D77;
    background: white;
    color: #326D77;
}

.candidate-job-portal .btn-join {
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #326D77;
    background: #326D77;
    color: white;
    height: 50px;
    margin-right: 4px;
}

.candidate-job-portal .btn-sign {
    width: 150px;
    border-radius: 10px;
    border: 1px solid #326D77;
    margin-left: 2px;
    background: white;
    height: 50px;
    color: black;
}

.candidate-job-portal .btn-sign:hover {
    background: #326D77;
    color: white;

}


.candidate-job-portal .See-More-btn:hover {
    background: #326D77;
    color: white;
}

.candidate-job-portal #jobSearchForm {
    border-radius: 0 6px 6px 0;
    background: rgba(50, 109, 119, 0.08);
}
.candidate-job-portal .salecter {
    border: none;
    height: 50px;
    font-size: 16px;
    border-radius: 6px;
}

.candidate-job-portal .Top-Talent-Network {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    color: #326D77;
}

.candidate-job-portal .apply-to-join {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #4E4E4E;
}

.candidate-job-portal .login-right-bar {
    background: rgba(50, 109, 119, 0.85);
    margin-top: -30px;
}


.candidate-job-portal .login-right-bar, .candidate-job-portal h3 {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;


}

.candidate-job-portal .inputs-lable {
    margin-top: -14px;
    background: white;
    position: absolute;
    z-index: 2;
    padding: 3px 10px;
    color: #CFCFCF;

}

.candidate-job-portal .inputs {
    background: #FFFFFF;
    background: transparent;

}

.candidate-job-portal .inputs:focus {
    /*background: #FFFFFF;*/
    border: 2px solid #326D77;
}

.candidate-job-portal .group-items.focused label,
.candidate-job-portal .group-items.focused i {
    color: #326D77;
}

.candidate-job-portal .login-btn {
    background: #326D77;
    box-shadow: 3px 8px 13px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    width: 250px;
    height: 50px;
    border: none;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

.candidate-job-portal .block-background {
    background: rgba(50, 109, 119, 0.85);
    z-index: 1;
    height: 500px;
    position: absolute;
    mso-table-overlap: auto;
}

.candidate-job-portal .Great-vision-text {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    position: relative;
    margin-top: 0;
    line-height: 63px;
    left: 0;
    padding: 0 0 0 60px;
    top: auto;
}

.candidate-job-portal .login-btn:hover {
    background: #0a405b;
    color: white;
}

.candidate-job-portal .sign-up-text {
    margin-bottom: -10px;
    color: #A3A3A3;
    padding: 0 26px;
}

.candidate-job-portal .single-btn {
    /*margin-left: 25%;*/
}

.candidate-job-portal .client-login-form .form-control {
    max-width: 100%;
}

.candidate-job-portal .client-login-form .group-items {
    position: relative;
}
.dss-job-btn-solid, .dss-job-btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 45px;
}
.dss-job-btn-solid {
    border: 2px solid #326D77;
    background: #326D77;
    color: #fff;
    border-radius: 5px;
}
.dss-job-btn-outline {
    border: 2px solid #326D77;
    background: #fff;
    color: #326D77;
    border-radius: 5px;
}
.dss-job-btn-solid:hover, .dss-job-btn-outline:hover {
    background-color: #28565E;
    border-color: #28565E;
    color: #fff;
}

@media (min-width: 992px) {
    .pe-lg-4em {
        padding-right: 4em;
    }
    .pt-md-7em {
        padding-top: 7em;
    }
    .pb-md-7em {
        padding-bottom: 7em;
    }
}
@media (max-width: 991px) {
    .py-md-2em {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .pe-md-6em {
        padding-right: 6em;
    }
    .pe-md-3em {
        padding-right: 3em;
    }
    .pt-md-7em {
        padding-top: 7em;
    }
    .pb-md-7em {
    padding-bottom: 7em;
    }
}
@media (max-width: 767px) {
    .candidate-job-portal .Great-vision-text {
        font-size: 40px;
        line-height: 50px;
    }
}
