@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

.carrer-information {
    font-family: 'Rubik', sans-serif;
    height: 100vh;
    background-color: #E5E5E5;
    padding: 56px 0;
}

.content-text {
    color: #001833;
    text-align: center;
}

.come-join {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.title-section {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.desc {
    width: 636px;
    height: 66px;
    flex-shrink: 0;
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.jobs {
    margin-right: 9rem;
}

/* CATEGORIES */

.categories {
    display: flex;
    flex-direction: column;
}

.category {
    cursor: pointer;
    margin-top: 1rem;
    color: #001833;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
}

.active {
    margin-top: 1rem;
    color: #D2232A;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    text-transform: uppercase;
}

/* CARD */

.job-card {
    width: 572.305px;
    /* height: auto; */
    margin-bottom: 1rem;
    flex-shrink: 0;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
}

.no-jobs-message {
    font-size: 16px;
    text-align: center;
    width: 572.305px;
    font-weight: 700;
    margin: 2rem 1rem 0 0;
}

.job-title {
    width: 155px;
    color: #001833;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 110% */
}

.column {
    text-align: center;
}

.sub-title {
    margin-bottom: 0.8rem;
    color: #D4D4D4;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.times {
    color: #001833;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.arrow {
    cursor: pointer;
    height: 27px;
    margin-right: 23px;
}

/* Modal Box */

.requirement {
    max-height: 70vh;
    overflow-y: scroll;
}

.requirement::-webkit-scrollbar {
    width: 8px; /* Lebar scrollbar */
}

.requirement::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Warna latar belakang track scrollbar */
    border-radius: 10px; /* Membuat ujungnya menjadi rounded */
}

.requirement::-webkit-scrollbar-thumb {
    background-color: #337CCF; /* Warna scrollbar thumb menjadi biru */
    border-radius: 10px; /* Membuat ujungnya menjadi rounded */
}

@media (max-width: 986px) {
    .title-section {
        font-size: 23px;
    }

    .desc {
        margin-top: 10px;
        width: 536px;
        height: 66px;
        flex-shrink: 0;
        color: #000;
        text-align: center;
        font-family: Rubik;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

    .jobs {
        margin: 0;
    }

    .categories {
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin: 0 0 20px 0px;
    }



}

@media (max-width: 766px) {
    .come-join {
        font-size: 12px;
    }

    .title-section {
        font-size: 20px;
    }


    .title-section {
        font-size: 23px;
    }

    .desc {
        margin-top: 10px;
        width: 326px;
        height: 66px;
        flex-shrink: 0;
        color: #000;
        text-align: center;
        font-family: Rubik;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
    }

    .jobs {
        margin: 0;
    }

    .category {
        margin-top: 2rem;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 10px;
    }

    .categories {
        overflow-x: scroll;
        max-width: 350px;
        gap: 10px;
    }

    /* CARD */
    .job-card {
        width: 322.305px;
        /* height: 67.304px; */
        margin: 0 1rem 1rem rem;
        flex-shrink: 0;
        border-radius: 3px;
        background: #FFF;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    }

    .no-jobs-message {
        font-size: 16px;
        text-align: center;
        width: 572.305px;
        font-weight: 700;
        margin: 2rem 0 0 0;
    }

    .job-title {
        width: 90px;
        color: #001833;
        font-family: Rubik;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .column {
        text-align: center;
    }

    .sub-title {
        margin-bottom: 0.8rem;
        color: #D4D4D4;
        font-family: Rubik;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .times {
        color: #001833;
        font-family: Rubik;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .arrow {
        cursor: pointer;
        height: 27px;
        margin-right: 10px;
    }

}


