.topbar-pekerjaan {
    background-color: white;
}

.topbar-pekerjaan .cart-notif {
    justify-content: end;
    /* border: 1px solid black; */
    width: 12% !important;
}

.icon-topbar {
    width: 70% !important;
}

.pekerjaan-content {
    background-color: #f5f5f5;
    padding-top: 4.78rem !important;
    /* border: 1px solid rgba(0, 0, 0, 0.007); */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pekerjaan-content .banner-section {
    /* border: 1px solid black; */
    height: fit-content;
    overflow: hidden;
}

.misi-box {
    background-color: white;
    padding: 1rem 0 1rem 0;
    width: 100%;
    /* border: 1px solid black; */
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.misi-header {
    padding: 0 1rem;
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    background-color: white;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.misi-title {
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.misi-subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.misi-subtitle img {
    width: 5.5%;
}

.arrow-job {
    width: 8%;
}

.arrow-job img {
    width: 100%;
}

.misi-wrapper {
    width: 100%;
    padding: 0 0 1rem 1rem;
    /* border: 1px solid red; */
    height: auto;
}

.misi-item-wrapper {
    width: 100%;
    /* border: 1px solid green; */
    height: auto;
    display: flex;
    flex-direction: row;
}

.misi-item {
    text-decoration: none;
    border-radius: 10px;
    height: auto;
    width: 83%;
    border: 1px solid rgba(0, 0, 0, 0.065);
    overflow: hidden;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
}

.mi-header {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.miheader-wrapper {
    width: 100%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
}

.ads-photo {
    aspect-ratio: 1/1;
    max-width: 60px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.104);
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ads-photo img {
    width: 100%;
}

.mi-label-wrapper {
    display: flex;
    flex-direction: row;
}

.mi-label {
    width: 100%;
    /* border: 1px solid black; */
    height: auto;
}

.label-item {
    user-select: none;
    border-radius: 35px;
    width: fit-content;
    text-decoration: none;
    padding: 0.2rem 1rem;
    background-color: #f5f5f5;
}

.mi-footer {
    width: 100%;
    /* border: 1px solid greenyellow; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mifooter-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pekerjaan-box {
    /* padding: 1rem; */
    width: 100%;
    /* border: 1px solid black; */
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pb-header {
    position: sticky;
    top: 70px;
    width: 100%;
    padding: 1rem;
    background-color: white;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    z-index: 99;
}

.pb-header .pb-title {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    /* border: 1px solid black; */
}

.pb-header .pb-title img {
    width: 12%;
    aspect-ratio: 1.2/1;
    height: fit-content;
}

.pb-content {
    /* padding: 1rem; */
    width: 100%;
    /* border: 1px solid rgb(160, 0, 234); */
    height: auto;
    padding: 0 1rem 8rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.loker-item {
    padding: 1rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.048);
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    gap: 1.5rem;
}

.li-header {
    width: 100%;
    /* border: 1px solid rgb(160, 0, 234); */
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

.liheader-wrapper {
    width: 100%;
    /* border: 1px solid rgb(160, 0, 234); */
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(0.5rem, 3vw, 1rem);
}

.li-adsphoto {
    width: 12%;
    height: auto;
    overflow: hidden;
    aspect-ratio: 1/1;
    /* border: 1px solid rgba(0, 0, 0, 0.058); */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.li-adsphoto img {
    width: 105%;
}

.li-adstitle {
    width: fit-content;
    /* border: 1px solid red; */
    height: auto;
}

.li-adssubtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* border: 1px solid green; */
    gap: 0.3rem;
}

.ads-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5%;
    aspect-ratio: 1/1;
    height: fit-content;
}

.li-content {
    height: auto;
    /* border: 1px solid rgb(160, 0, 234); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.li-footer {
    height: auto;
    /* border: 1px solid rgb(160, 0, 234); */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lifooter-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0rem;
}

/* FORM PEKERJAAN */

.box-item {
    width: 100%;
}

.box-item .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.068);
}

.box-item .nav-tabs .nav-link {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 0;
    border-bottom: 1.5px solid transparent;
}

.box-item .nav-tabs .nav-link.active {
    color: #10abcf !important;
    margin-bottom: 0;
    border-bottom: 1.5px solid #10abcf;
}

.image-ads {
    width: 13% !important;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid rgba(0, 0, 0, 0.036);
    border-radius: 8px;
    overflow: hidden;
}

.image-ads img {
    width: 100%;
}

.border {
    border-right: 0.5px solid rgba(0, 0, 0, 0.013) !important;
    height: 45px;
}

/* END OF FORM PEKERJAAN */

/* FORM MISI */

.bottomsheet-container::-webkit-scrollbar {
    display: none; /* Menyembunyikan scrollbar pada browser berbasis Webkit */
}

.survey-image {
    width: 100%;
    /* border: 1px solid black; */
}

.survey-image img {
    width: 100%;
}

/* END OF FORM MISI */

/* Modal Misi */
dialog.pop-up-misi {
    box-sizing: border-box;
    width: calc(100% - 1em);
    max-width: 400px;
    border: 1px solid #ddd;
    border-radius: 1em;
    text-align: center;
    padding: 0.8em 1.5em 1em;
}

dialog.pop-up-misi h2 {
    margin-bottom: 1em;
    color: #000000;
    padding: 2px 0 0;
    font-size: 18px;
}

dialog.pop-up-misi .control-modal {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-bottom: 0.5em;
}

dialog.pop-up-misi > p {
    margin-bottom: 2em;
    font-size: 16px;
    color: gray;
}

dialog.pop-up-misi img {
    height: 6.5rem;
    height: 6.5rem;
    display: block;
    margin: 0 auto;
}

dialog.pop-up-misi span {
    color: green;
}

dialog.pop-up-misi .control-modal button {
    padding: 0.75em;
    cursor: pointer;
    background: #00acee;
    outline: none;
    border: none;
    border-radius: 10px;
    color: #ffffff;
    font-size: 1em;
    width: 100%;
}
/* End of Modal Misi */

/* MEDIA QUERY SCREEN */

@media only screen and (max-width: 425px) {
    .ads-photo {
        width: 30% !important;
    }

    .li-adsphoto {
        width: 15% !important;
    }
}

/* END OF MEDIA SCREEN */
