﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


html {
    line-height: 1.5;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    color: rgba(0,0,0,.87);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.tabs_format h4 {
    text-align: left;
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    color: #4e93d5;
}

.tabs_format p {
    font-size: 12px !important;
    text-align: left;
    font-weight: normal;
    text-transform: capitalize;
}

.job-history .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #ccc solid;
    margin-bottom: 20px;
}

.job-heding h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
}

.statebar li.status_3 em {
}

.job-heding p {
    text-transform: capitalize;
}



/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.info-box-content span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #666;
}

    .info-box-content span i {
        margin-right: 10px;
    }

.info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 13px rgb(0 0 0 / 10%);
}


    .info-box .custom-info {
        display: flex;
    }

.custom-job-desc h5 {
    font-weight: 700;
}

.info-box .custom-info span {
    font-size: 12px;
}

.info-box .card-footer {
    border-bottom: 1px #eee solid;
    margin-bottom: 5px;
}

.cust-job .text-sm {
    padding: 10px;
    min-width: 120px;
    border-radius: 5px;
}

/*job progress section*/

.mt-20 {
    margin-top: 20px;
}

.statusCont {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 725px;
    overflow-y: hidden;
    padding: 1rem 0;
    cursor: pointer;
}

.statebar {
    position: relative;
    font-size: 12px;
    display: inline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: auto;
}

    .statebar li {
        width: 185px;
        display: inline-block;
        position: relative;
        vertical-align: top;
    }

li.status_1:before {
    left: 0 !important;
}

.lh16 {
    line-height: 16px;
}


.danger em {
    color: red !important;
}

.statebar li.status_1 em {
    background: #28ad35;
    width: 8px;
    height: 8px;
}

.fs14 {
    font-size: 14px;
}


/*.statebar li.danger:before {
    border-top: 1px solid red !important;
}*/
.statebar li em {
    border-radius: 50%;
    color: #28ad35;
    display: inline-block;
    font-size: 16px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.statebar li.status_awaiting:before {
    left: -175px;
    width: 175px;
    border-color: #ebecf0;
}

.statebar li.status_awaiting em {
    background: #ebecf0;
    border-color: #ebecf0;
}

.statebar li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -185px;
    width: 185px;
    height: 1px;
    border-top: 1px solid #28ad35;
    z-index: 0;
    margin-left: 5px;
}

.statebar li div {
    margin-top: 10px;
}

.fs12 {
    font-size: 12px;
}

.fw500 {
    font-weight: 500;
}

.fs10 {
    font-size: 10px;
}

/*job progress section*/



/*Jobs count*/

.width120 {
    width: 120px;
}

.applicationsReceived + .applicationsViewed {
    margin-left: 60px;
}

.fleft {
    float: left;
}

.fs30 {
    font-size: 30px;
}

.fw300 {
    font-weight: 300;
}

.grey-text, .resultLi .heading, .resultLi .naukicon-Exclamation {
    color: #536777;
}

.br {
    -webkit-box-shadow: inset -1px 0 0 0 rgb(145 158 169 / 50%);
    box-shadow: inset -1px 0 0 0 rgb(145 158 169 / 50%);
}

.applyHelp .resultLi:first-child {
    margin: 0;
}

.applyHelp .resultLi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .applyHelp .resultLi .icon.naukicon-Exclamation {
        color: #a8b3bc;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.icon, .ligature-icons, .material-icons {
    font-family: fontIcons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.naukicon-Exclamation:before {
    content: "\F10B";
}

.naukicon:before {
    font-family: fontIcons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: top;
}

.fleft {
    float: left;
}

.ml-10 {
    margin-left: 10px;
}

.applyHelp ul {
    padding: 0;
}



li {
    list-style: none;
}

.slate {
    display: none;
}

    .slate.active {
        display: block
    }

li.active {
    color: red;
}


.masthead {
    background-image: url(https://go.snagajob.com/assets/images/marketing/masthead-desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 704px;
}

    .masthead .text-container {
        padding-top: 64px;
    }

    .masthead .heading-text {
        font-size: 56px;
        line-height: 62px;
        color: #fff;
    }


.description-text-wrapper .secondary-text {
    line-height: 36px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 56px;
}

.feature-inner {
    display: block;
    float: left;
    text-align: center;
    background: #fff;
    height: 400px;
    padding: 48px 28px;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
    scroll-snap-align: start;
}

.features {
    margin-top: -160px;
    margin-bottom: 44px;
}

.feature-inner h2 {
    line-height: 1.2em;
    font-weight: 700;
    color: #303030;
    margin-bottom: 40px;
    font-size: 28px;
}

.feature-inner p {
    font-weight: 400;
    line-height: 1.5em;
    color: #54535e;
    margin-bottom: 40px;
    font-size: 20px;
}

.post-a-job {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #262262;
    padding: 32px;
    margin-bottom: 40px;
}

    .post-a-job h2 {
        font-weight: 700;
        font-size: 42px;
        line-height: 56px;
        color: #fff;
    }

.hiring-step {
    padding: 60px 0;
    background: #f6f6f6;
}

    .hiring-step h2.mb-4 {
        padding-bottom: 60px;
        font-size: 42px;
    }

.testimonials {
    background: #fff;
    padding: 60px 0;
}

.copy-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 40px;
}

    .copy-container .one-copy-container {
        background: #fff;
        -webkit-box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
        box-shadow: 0 4px 32px rgb(0 0 0 / 10%);
        border-radius: 16px;
        padding: 40px;
        margin-bottom: 24px;
    }

        .copy-container .one-copy-container .copy-header {
            font-weight: 700;
            color: #292836;
        }

        .copy-container .one-copy-container .copy-description {
            font-weight: 400;
            font-size: 24px;
            line-height: 1.75;
            color: #54535e;
        }

.media-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .media-container .hiring-image {
        height: 360px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-left: 136px;
        -webkit-box-shadow: 15px -14px 0 0 #8aa9ff;
        box-shadow: 15px -14px 0 0 #8aa9ff;
        border-radius: 20px;
    }

    .media-container .curve-arrow {
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: -48px;
        margin-left: 24px;
    }

    .media-container .profile-screenshot-container {
        position: relative;
        width: 368px;
        height: 136px;
        margin-left: 104px;
        padding-bottom: 16px;
    }

        .media-container .profile-screenshot-container .profile-screenshot {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.pd-top {
    padding-top: 150px;
}


.custom-logo {
    font-weight: 800;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .custom-logo img {
        max-width: 130px;
        filter: brightness(0) invert(1);
    }

.custom-user {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px #ddd solid;
}

    .custom-user span {
        margin-right: 5px;
    }

    .custom-user label {
        margin-bottom: 0;
        margin-right: 5px;
    }

.crd-title {
    padding: 0.75em 0em;
    margin: 0;
}

.color-palette {
    text-align: center;
    padding-right: 0.75rem;
    display: inline-block;
    padding: 0px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    box-shadow: 1px 1.5px 1px #b7b7b7;
}

.profile-mod {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #f9f9f9;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.profile-det strong {
    font-size: 14px;
    color: #666;
}

.bg-light {
    background: #f8f8f8;
}

.profile-section {
    display: flex;
    flex-direction: row;
}

    .profile-section ul {
        border-bottom: 0 !important;
    }

        .profile-section ul li {
            width: 100%;
            border-bottom: 1px #efefef solid !important;
        }

            .profile-section ul li a {
                font-size: 14px;
                border-radius: 0 !important;
            }

                .profile-section ul li a.active {
                    background: #ebecf0 !important;
                }

    .profile-section > .col-lg-2 > .card-header,
    .profile-section .col-lg-10 > .card-body {
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.1), 0 2px 20px 0 rgba(0,0,0,.2);
        height: 100vh;
    }

    .profile-section ul li {
        border: 0 !important;
    }

/***** Header Section css *****/
header .main-header .header-right-btn a {
    font-family: "Overpass",sans-serif;
    color: #18304B;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    background-color: #f1f7ff;
    border-radius: 25px;
}

    header .main-header .header-right-btn a:hover {
        color: #ffffff;
        background-color: #3d74b1;
        border-color: #3d74b1;
    }



/***** Login/Register page css *****/
.loginRegisterWrapper {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

    .loginRegisterWrapper .infoWrapper {
        padding: 4rem;
        box-shadow: 0 9px 16px 0 rgba(0,106,194,.2);
        background-color: #ffffff;
        
        height:100%;
    }

        .loginRegisterWrapper .infoWrapper h2 {
            color: #091e42;
            font-size: 22px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 20px;
        }

        .loginRegisterWrapper .infoWrapper ul {
        }

            .loginRegisterWrapper .infoWrapper ul li {
                color: #091e42;
                font-size: 14px;
                font-weight: 400;
                line-height: 32px;
            }

                .loginRegisterWrapper .infoWrapper ul li i {
                    color: #4a90e2;
                    margin-right: 12px;
                    vertical-align: middle;
                }

        .loginRegisterWrapper .infoWrapper a {
            height: 42px;
            border-color: #4a90e2;
            border-radius: 0px;
            transition: .3s all ease-in-out;
            font-size: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

           
        .loginRegisterWrapper .infoWrapper img {
            max-width: 155px;
        }

    .loginRegisterWrapper .formBox .card {
        padding: 2rem 4rem 5rem;
        min-height: 29rem;
        box-shadow: 0 9px 16px 0 rgba(0,106,194,.2);
        position: relative;
        width: 100%;
        top: 0px;
        z-index: 999999;
        left: -20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 0px;
    }

        .loginRegisterWrapper .formBox .card .card-body {
            padding: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .loginRegisterWrapper .formBox .card .card-body .backtohome {
                position: absolute;
                bottom: 2rem;
                color: #091e48;
                width: 100%;
                right: 0;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .loginRegisterWrapper .formBox .card .card-body .logoText {
                font-size: 35px;
                text-align: center;
                margin-bottom: 30px;
                color: #091e48;
            }

        .loginRegisterWrapper .formBox .card .login-box-msg {
            color: #091e42;
            font-size: 22px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 20px;
            padding: 0;
            text-align: left;
        }

        .loginRegisterWrapper .formBox .card label {
            margin-bottom: 4px;
            display: inline-block;
            color: #091e42;
            font-size: 14px;
            font-weight: 600;
            line-height: 16px;
        }

        .loginRegisterWrapper .formBox .card input {
            padding: 4px 10px;
            margin-bottom: 0;
            border: 1px solid #ddd;
            height: 42px;
            border-radius: 0px;
        }

            .loginRegisterWrapper .formBox .card input[type="radio"] {
                height: auto !important;
            }

        .loginRegisterWrapper .formBox .card button {
            height: 42px;
            background-color: #4a90e2;
            border-color: #4a90e2;
            border-radius: 0px;
            transition: .3s all ease-in-out;
        }


/***** Job Detail page css *****/
#jobDetailPage {
}

    #jobDetailPage .card {
        box-shadow: 0 6px 12px rgba(30,10,58,.04);
        border-radius: 20px;
    }

        #jobDetailPage .card .card-body {
            padding: 24px;
        }

            #jobDetailPage .card .card-body .jobProfile h3,
            #jobDetailPage .card .card-body .jobDesc h3,
            #jobDetailPage .card .card-body .aboutCompany h3 {
                font-size: 18px;
                font-weight: 700;
                line-height: 23px;
            }

            #jobDetailPage .card .card-body .jobProfile button[type="submit"] {
                border-radius: 25px;
                padding: 10px 15px;
            }

/***** Profile page css *****/
#profilePage .nav {
}

    #profilePage .nav .nav-item {
    }

        #profilePage .nav .nav-item a {
            color: #212529;
            margin: 0px;
        }

            #profilePage .nav .nav-item a.active {
                border: 1px solid #f1f1f1 !important;
                background-color: #f1f1f1;
                border-radius: 0;
            }

            #profilePage .nav .nav-item a:hover {
                background-color: #fbfbfb;
                border: 1px solid #fbfbfb !important;
                border-radius: 0px;
            }


@media only screen and (max-width:991px) {
    .loginRegisterWrapper .formBox .card,
    .loginRegisterWrapper .infoWrapper {
        padding: 2rem;
    }

        .loginRegisterWrapper .infoWrapper .registerBtns {
            display: block !important;
        }

            .loginRegisterWrapper .infoWrapper .registerBtns a {
                margin: 0px !important;
                margin-bottom: 15px !important;
            }
}

@media only screen and (max-width:767px) {
    .loginRegisterWrapper {
        height: auto !important;
        padding: 25px 10px;
    }

        .loginRegisterWrapper .formBox {
            margin-bottom: 30px;
        }

            .loginRegisterWrapper .formBox .card {
                position: relative;
                top: 0;
                left: 0;
            }

        .loginRegisterWrapper .infoWrapper ul li {
            line-height: 20px;
            margin-bottom: 10px;
        }

        .loginRegisterWrapper .formBox .card, .loginRegisterWrapper .infoWrapper {
            padding: 1.5rem;
        }

    .vertical-tab .nav-tabs {
        width: 100% !important;
        min-width: 100% !important;
        float: none !important;
        height: 400px !important;
    }

    .vertical-tab .tab-content {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:575px) {
    .loginRegisterWrapper .formBox .card {
        min-height: 28rem;
    }

    #jobDetailPage .card .card-body .jobProfile button[type="submit"] {
        padding: 5px 10px;
        font-size: 14px;
    }

    .content-header h1 {
        font-size: 1.2rem;
    }

    .btn {
        font-size: 13px;
        padding: 5px 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .column-reverse {
        flex-direction: column-reverse;
    }
}

/*@media (min-width: 768px) {*/


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#result {
    text-align: center;
    font-size: 30px;
}

/***********************Shiv***********************************/

.customScroller {
    overflow-y: auto;
    max-height: 420px;
    overflow-x: hidden;
}

.action_menu {
    position: absolute;
    right: 0;
    top: 0.5rem;
}

.text-normal {
    white-space: normal !important
}

.disableSummernote .note-editable[contenteditable=false] {
    background-color: #fff !important;
}

.disableSummernote .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    display: none;
}

.tabs_format li a:target {
    background: #999;
}

.tabs_format li a.active {
    background: #e7f1ff !important;
    width: 100%;
}

.statebar li.status_awaiting:before {
    left: -175px;
    width: 175px;
    border-color: #ebecf0;
}

.statebar li.status_awaiting em {
    background: #ebecf0;
    border-color: #ebecf0;
}

.vl {
    border-left: 6px solid white;
    height: 500px;
    position: absolute;
    left: 100%;
    margin-left: -3px;
    top: 0;
    width: 1050px;
}

.navigation {
    list-style-type: none;
    padding: 0;
    background-color: white;
    float: left;
    z-index: 9999;
    position: relative;
}

.vertical-tab {
    display: table;
    width: 100%;
}

    .vertical-tab .nav-tabs {
        width: 30%;
        min-width: 30%;
        border: none;
        vertical-align: top;
        border-right: 1px #eee solid;
        border-bottom: 1px #eee solid;
        float: left;
        height: 600px;
        overflow: auto;
    }

#style-8::-webkit-scrollbar {
    width: 5px;
    background-color: #f1f1f1;
}

#style-8::-webkit-scrollbar-thumb {
    background-color: #4395d2;
}

#style-8::-webkit-scrollbar-track {
    border: 1px solid #efefef;
    background-color: #F5F5F5;
}

.vertical-tab .nav-tabs li {
    float: none;
    display: flex;
    align-items: center;
    border-bottom: 1px #ddd solid;
    width: 100%;
}

    .vertical-tab .nav-tabs li a {
        color: #333;
        background: transparent;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        padding: 15px 20px 15px 20px;
        margin: 0 0 0px 0;
        border: none;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 100%;
    }

        .vertical-tab .nav-tabs li a p {
            margin-bottom: 0;
        }

        .vertical-tab .nav-tabs li a.active {
            color: #396ba5;
        }

    .vertical-tab .nav-tabs li.active a:hover,
    .vertical-tab .nav-tabs li.active a {
        color: #666;
    }


        .vertical-tab .nav-tabs li.active a:before,
        .vertical-tab .nav-tabs li a:hover:before {
            width: 100%;
            height: 0;
        }

.vertical-tab .tab-content {
    color: #444;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 10px 20px;
    border-bottom: 2px #eee solid;
    height: 100%;
    width: 70%;
    top: 0;
    margin-left: 30%;
}



    .vertical-tab .tab-content h3 {
        color: #1e97bf;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 7px;
    }

.info {
    padding-top: 0px;
}

    .info p {
        display: block;
        font-size: 13px !important;
        font-weight: 600;
        letter-spacing: normal;
    }

        .info p span {
            font-weight: normal;
        }

.custom-table tr td:nth-child(10) {
    width: 100px;
}

.custom-table tr th {
    font-size: 14px;
    text-transform: capitalize;
}

.custom-table tr td {
    font-size: 14px;
}

.custom-profile i {
    font-size: .95em;
}

.custom-profile {
    line-height: 24px;
}

/*latest Css added on  7-19-24*/

.wrapper {
    position: relative;
    max-width: 1080px;
    margin: 50px auto;
}

.wizard {
    max-width: 620px;
    margin: 0 auto;
}

.wizard__header {
    position: relative;
    color: #FFF;
    padding: 50px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    height: 100px;
    background-image: linear-gradient(to right, #0051B4, #0CBCF2);
}

.wizard__header-content {
    position: absolute;
    width: 100%;
    padding: 0 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

.wizard__header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(77, 99, 123, 0.6);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.wizard__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
    color: #fff;
}

.wizard__subheading {
    text-transform: uppercase;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 100;
    letter-spacing: 2px;
    color: #fff;
}

    .wizard__subheading span {
        font-weight: 600;
    }

.wizard__steps {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    z-index: 10;
}

.wizard__footer {
    padding: 0 50px 50px;
    border-radius: 5px;
}

.wizard__content {
    background: #FFF;
    box-shadow: 0px 0px 10px #c5c5c5;
    border-radius: 5px;
}

.wizard__congrats-message {
    color: #676767;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.wizard.completed .wizard__content {
    animation: gettingOut 2s cubic-bezier(1, -0.71, 1, 1.16) forwards;
}

.wizard.completed .wizard__congrats-message {
    animation: fadeIn 2s cubic-bezier(1, -0.71, 1, 1.16) forwards;
}

.line {
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: -1;
    height: 6px;
    transition: all 0.5s ease;
}

    .line.-start {
        left: 0%;
        background: #5094de;
        width: 50%;
    }

    .line.-end {
        left: 50%;
        background: #5094de;
        width: 50%;
    }

    .line.-background {
        background: #c3c3c3;
        width: 100%;
    }

    .line.-progress {
        background: #5094de;
        width: 100%;
        transform: scaleX(0);
        transform-origin: left center;
    }

    .line.-in-progress {
        transform: scaleX(1);
    }

.panels {
    position: relative;
    overflow: hidden;
    z-index: 9999;
}

.panel {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all;
    padding: 50px;
}

.panel__header {
    margin-bottom: 10px;
}

.panel__title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

.panel__subheading {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin: 0;
}

.panel.movingOutBackward {
    transform: translateX(-620px);
}

.panel.movingOutFoward {
    transform: translateX(620px);
}

.panel.movingIn {
    transform: translateX(0);
}

    .panel.movingIn .form-control {
        margin-bottom: 10px;
    }

    .panel.movingIn .nice-select {
        margin-bottom: 10px;
    }

    .panel.movingIn .form-control {
        margin-bottom: 10px;
    }

.steps {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    color: #fff;
}

.step {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.step__content {
    position: relative;
    z-index: 2;
}

.step__number {
    font-size: 1.3rem;
    color: #676767;
    background: #FFF;
    font-weight: 800;
    width: 50px;
    height: 50px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #c3c3c3;
    transition: opacity 0.5s;
    opacity: 1;
    z-index: 5;
}

.step.-completed .step__number {
    opacity: 0;
}

.step.-completed .checkmark {
    z-index: 0;
    animation: fill 0.4s ease-in-out forwards, scale 0.3s ease-in-out 0.6s both;
}

.step.-completed .checkmark__check {
    animation: stroke 0.5s linear 0.4s forwards;
}

.step.-completed .line {
    transform: scaleX(1);
}

.step:last-child .line {
    width: 50%;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #75b2f5;
    z-index: -1;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 8;
    stroke-miterlimit: 10;
    stroke: #5094de;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 40;
    stroke-dashoffset: 40;
    stroke: #FFF;
    stroke-width: 5;
}

.button {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1rem;
    background-image: linear-gradient(#0051B4, #0CBCF2);
    text-shadow: 1px 1px #183973;
    border-radius: 6px;
    color: #FFF;
    padding: 10px 15px;
    border: none;
    outline: none;
    display: inline-block;
    transition: all 0.3s;
}

    .button:hover {
        background: #7baee6;
    }

    .button.previous {
        margin-right: 5px;
    }

    .button.disabled {
        background: #c3c3c3;
        cursor: default;
    }

@@keyframes stroke {
    to {
        stroke-dashoffset: 0;
    }
}

@@keyframes scale {
    50% {
        transform: translateX(-50%) scale3d(1.5, 1.5, 1.5);
    }

    100% {
        transform: scale3d(0);
    }
}

@@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #75b2f5;
    }
}

@@keyframes gettingOut {
    0% {
        transform: translateY(0%);
    }

    30% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(-200%);
    }
}

@@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

.form-control2 {
    padding: 4px !important;
}

.jobPrice {
    margin: 18px 0;
}

    .jobPrice li {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: space-between;
        background: #f3f3f3a6;
        padding: 13px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

.price {
    width: 90px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
}

.jobPrice h4 {
    font-size: 18px;
}

.choosePLan {
    border: #dcd9d9 solid 1px;
    padding: 18px;
    border-radius: 10px;
}

.company_logo {
    border: #00a7ac solid 2px;
    border-radius: 10px;
}

.company_socials a {
}

.company_socials a {
    background: #eff3f2;
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
    color: #00a7ac;
}

.company_socials {
    margin: 20px 0
}

.company_sidebar {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.single-job-items2 .items-link a:hover {
    color: #fff !important;
    background: #00a7ac;
    border: 1px solid transparent;
    webkit-text-fill-color: #fff !important;
}

.single-job-items2 .items-link a {
    color: #00a7ac;
    display: block;
    border: 1px solid #00a7ac;
    border-radius: 12px;
    padding: 4px 33px;
    text-align: center;
    margin-bottom: 0px;
}

.single-job-items2 {
    align-items: center;
    border: #f2f2f2 solid 1px;
    border-radius: 10px;
}


@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        margin: 0 0 10px;
        display: block;
    }

        .vertical-tab .nav-tabs li a {
            padding: 15px 10px 14px;
            margin-bottom: 10px;
        }

    .vertical-tab .tab-content {
        font-size: 14px;
        border-radius: 0 0 20px 20px;
        display: block;
    }
}
.consentCheck {
    margin-left: 20px;
}
    .consentCheck .form-check-input {
        height: auto !important;
        position: relative;
        top: 3px;
    }