﻿

#loader {
    display: none;
}


.login-options {
    position: relative;
}

.vacancy-filters {
    margin-top: 30px;
}

    .vacancy-filters > select {
        min-width: 200px;
        min-height: 40px;
        border-radius: 12px;
    }


.sorter > select {
    min-width: 200px;
    min-height: 40px;
    border-radius: 12px;
}

.careers {
    display: flex;
    flex-direction: column;
    margin: 30px 30px;
    margin-top: 9rem;
    position: relative;
    z-index:1;
}

.listing {
    background: #fafafa;
    margin-top: 24px;
    z-index: 10;
    padding: 30px;
    padding-top: 40px;
    max-height: 860px;
    overflow: auto;
}

    .listing > .header {
        display: flex;
        justify-content: space-between;
    }

        .listing > .header > .listing-count {
            font-weight: 700;
            font-size: 20px;
        }

    .listing > .listing-items > .item {
        background-color: #fff;
        display: flex;
        min-height: 120px;
        padding: 20px;
        gap: 20px;
        position: relative;
    }

.listing-items {
    margin-top: 22px;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.item > .apply {
    color: #fff;
    background-color: #3833FF;
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    padding: 10px;
    border-radius: 8px;
}

.dashboard-btn {
    color: #fff !important;
    background-color: #3833FF;
    width: auto;
    border: 0;
    padding: 10px;
    border-radius: 8px;
    display: flex
}

.job-details > .description {
    color: #5b5b5b;
}


.listing > .listing-items > .item > .job-details > .title {
    font-size: 22px;
    font-weight: 500;
}

.listing > .listing-items > .item > .job-details > .tags {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.listing > .listing-items .item > .job-details > .tags > .tag:not(:last-child):after {
    content: "•";
    color: #5b5b5b;
    font-weight: 100;
    margin-right: 16px;
    margin-left: 16px;
}

.listing > .listing-items > .item > .job-details > .tags > .tag {
    display: flex;
    color: #5b5b5b;
    align-items: center;
    gap: 3px;
}

.tag > .icon > span {
    display: flex;
}

.careers-header {
    height: 300px;
    background-color: #3833ff;
    border-radius: 16px;
    padding: 30px 30px;
    z-index: 10;
}

    .careers-header > .head {
        color: #fff;
        font-size: 40px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 5px;
    }

    .careers-header > .short-desc {
        color: #eaeaea;
        font-weight: 400;
    }

.second-section {
    display: flex;
    gap: 10px;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .second-section > .first {
        width: 50%;
        background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(180, 178, 255, 1) 96% );
        border: 1px solid #cccaf6;
        display: flex;
        justify-content: end;
        border-radius: 16px;
    }

    .second-section > .second {
        width: 50%;
        background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(180, 178, 255, 1) 96% );
        border: 1px solid #cccaf6;
        border-radius: 16px;
    }

.landing-content {
    height: 800px;
    /*width: 100%;*/
    /* background: radial-gradient(circle, rgba(56,51,255,0.9948354341736695) 0%, rgba(255,255,255,1) 100%); */
    background: #fff;
    background-image: url("../images/landing-page/Vector.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
    margin: 30px 30px;
    margin-top: 9rem;
}

    .landing-content > .landing-card {
        border: 1px solid #b6b1f9;
        background: linear-gradient( 360deg, rgb(171, 163, 253, 1) 0%, rgb(56, 51, 255, 0.9948354341736695) 100% );
        height: 400px;
        border-radius: 16px;
        display: flex;
        justify-content: space-between;
    }

        .landing-content > .landing-card > .details {
            display: flex;
        }

            .landing-content > .landing-card > .details > div > h1 > span {
                color: rgba(255, 255, 255, 22%);
            }

            .landing-content > .landing-card > .details > div > h1 {
                font-weight: 500;
                font-size: 50px;
            }

            .landing-content > .landing-card > .details > div > span {
                color: #eaeaea;
            }

            .landing-content > .landing-card > .details > .landing-card {
                width: 100%;
                display: flex;
                flex-direction: column;
                padding: 30px 50px;
                color: #fff;
            }

            .landing-content > .landing-card > .details > div > button {
                color: #fff;
                width: fit-content;
                border-radius: 16px;
                padding: 15px 25px;
                box-sizing: border-box;
                background-color: #3833ff;
                border: none;
                margin-top: 25px;
                font-weight: 500;
                font-size: 15px;
            }

.laptop-mock {
    position: relative;
    height: 100%;
    top: 30px;
    width: 800px;
    object-fit: contain;
    /* width: 100%; */
    /* object-fit: cover; */
}

.landing-topbar {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 70px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 72%);
    border-bottom: 1px solid rgb(56 51 255 / 5%);
    z-index: 10;
}

.t-nav-item {
    display: flex;
    color: #3833ff;
    align-items: center;
    cursor: pointer;
}

    .t-nav-item.active {
        border-radius: 8px;
        padding: 5px;
    }

.login {
    display: flex;
    align-items: center;
}

.t-nav-items {
    display: flex;
    margin-right: 70px;
}

    .t-nav-items > .t-nav-item:not(:last-child):after {
        content: "•";
        color: #3833ff;
        margin-right: 16px;
        margin-left: 16px;
    }

.line {
    width: 57.8%;
    position: absolute;
    top: 0;
    border-top: 1px solid #3833ff;
    z-index: -1;
}

    .line:nth-child(1) {
        top: 0;
        left: 0;
        transform: rotate(30deg);
        transform-origin: left;
    }

    .line:nth-child(2) {
        top: 0;
        right: 0;
        transform: rotate(-30deg);
        transform-origin: right;
    }

    .line:nth-child(3) {
        top: 80px;
        left: 0;
        transform: rotate(30deg);
        transform-origin: left;
    }

    .line:nth-child(4) {
        top: 80px;
        right: 0;
        transform: rotate(-30deg);
        transform-origin: right;
    }

    .line:nth-child(5) {
        top: 160px;
        left: 0;
        transform: rotate(30deg);
        transform-origin: left;
    }

    .line:nth-child(6) {
        top: 160px;
        right: 0;
        transform: rotate(-30deg);
        transform-origin: right;
    }

    .line:nth-child(7) {
        top: 240px;
        left: 0;
        transform: rotate(30deg);
        transform-origin: left;
    }

    .line:nth-child(8) {
        top: 240px;
        right: 0;
        transform: rotate(-30deg);
        transform-origin: right;
    }
