* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
}

/* html {
    scroll-behavior: smooth;
} */

body {
    overflow-x: hidden;
    background-color: #f5f5f5;
}

:root {
    --biru: #2041bb;
    --abu: #c4c4c4;
}


/*
.loker-data.row>* {
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-top: 0px!important;
} */

.bg-biru {
    background-color: var(--biru);
}

.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 40px;
    background-color: white;
    font-weight: 700;
    transition: 0.3s all;
}

.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.7);
}


/* footer */

#footer {
    padding-bottom: 30px;
    background-color: white;
}

.footer-title {
    font-size: 18px;
}

.footer-text {
    font-size: 16px;
}

.footer {
    margin-bottom: 100px;
}


/* ---------------------------- */

#header {
    /* height: 380px; */
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.header-wrap {
    height: 100%;
}

.header-text {
    font-size: 56px;
    font-weight: 800;
    color: white;
}

.header-input {
    background-color: #476fff;
    box-shadow: 0px 4px 12px -1px #00000026;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    outline: none;
    outline-style: none;
    border: none;
    width: 300px;
    height: 50px;
    padding: 5px;
    font-size: 18px;
    color: white;
    transition: 0.3s all;
}

.header-title {
    font-size: 48px;
    color: white;
    font-weight: 800;
    margin-bottom: 40px;
}

.header-sub {
    font-size: 18px;
    color: white;
    position: relative;
    top: 20px;
    color: #ffffffbf;
}

.input-box {
    /* background: transparent; */
    display: block !important;
    width: 100%;
    height: 45px;
    border-radius: 8px !important;
    /* TADINYA 0.8 */
    background-color: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.1s;
}

.input-box:focus {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    background-color: white;
}

.submit-btn {
    margin-top: 40px;
    display: block;
    outline: none;
    border: none;
    background-color: #476fff;
    padding: 10px 0px;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 700;
    color: white;
}


/* lowongan */

.lowongan-logo {
    width: 150px;
    height: 150px;
}

.lowongan-logo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.lowongan-box {
    width: 100%;
    background-color: white;
    padding: 1.5rem;
    border-radius: 15px;
    transition: 0.3s all;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.a-low:hover .lowongan-box {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.text-biru {
    color: var(--biru);
}

.sub-title {
    margin: 30px 0px;
}

.navbar .btn-primary {
    background: #0d6efd;
}

.lowongan-overview{
 height: 60px;
}

/* status */

.status-box {
    padding: 2px 8px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background-color: #197df6;
    color: white;
}

.circle {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 5px;
}

/* STYLING IMAGE COMPANY ON PARTNERS */
section#partner img.img-company {
    object-fit: cover;
    height: 100px;
    width: 100%;
    max-width: 200px;
    border: 2px solid rgb(214, 212, 212);
    background: #fff;
}

/* partner */

#partner {
    margin-bottom: 50px;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 45px;
    outline: none !important;
    transition: all .15s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 43px;
    padding-right: 33px;
    padding-left: 12px;
    font-size: 1rem;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    height: 43px;
    width: 40px;
}


@media only screen and (min-width: 768px) {
    .btn-login {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        width: 100px;
        height: 40px;
        background-color: white;
        font-weight: 700;
        transition: 0.3s all;
    }
    .header-title {
        font-size: 64px;
    }
    .submit-btn {
        font-size: 24px;
    }
    #header {
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .header-title {
        font-size: 38px;
    }
    .header-text {
        font-size: 42px;
    }
    .header-input {
        width: 200px;
        height: 50px;
        padding: 10px;
        font-size: 12px;
    }
    .lowongan-logo {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 780px) {
}

/* @media only screen and (max-width: 500px) {

} */
