.upload-container {
    height: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.upload-container img {
    width: 7%;
    height: fit-content;
}

#file {
    display: none;
}

.file-preview {
    display: none;
}

#file-icon {
    display: flex;
    align-items: center;
    width: 5%;
}

#file-icon img {
    width: 100%;
}

/* Modal Daftar Pekerjaan */
dialog.pop-up-p {
    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-p h2 {
    margin-bottom: 1.25em;
    color: #000000;
    padding: 2px 0 0.5em;
    font-size: 18px;
}

dialog.pop-up-p .control-modal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    margin-bottom: 0.5em;
}

dialog.pop-up-p > p {
    margin-bottom: 2em;
}

dialog.pop-up-p .control-modal button {
    padding: 0.75em;
    cursor: pointer;
    background: #00acee;
    outline: none;
    border: none;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1em;
}

dialog.pop-up-p .control-modal button.close-btn-p {
    background: red;
    color: #ffffff;
}
/* end of modal daftar pekerjaan */

/* Succes Pengajuan Pekerjaan */
.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    min-height: 100vh;
    /* background-color: #fcfcfc; */
}

.main-container h1 {
    color: #10abcf;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.main-container p {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.main-container img {
    width: 250px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.footer-btn-konten {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
    width: 100%;
}

.header-menu span {
    color: #10abcf;
}

/* Tombol Primary */
.btn-primary,
.btn-secondary {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
}

/* Styling untuk tombol utama */
.btn-primary {
    background-color: #10abcf;
    color: white;
    border: none;
}

.btn-primary:hover {
    background-color: #1573b0;
}

/* Styling untuk tombol secondary */
.btn-secondary {
    background-color: white;
    color: #10abcf;
    border: 1px solid #10abcf;
}

.btn-secondary:hover {
    background-color: #e0f2fe;
}
/* End of Succes Pengajuan Pekerjaan */

/* Form Guest */
.main-container-guest {
    /* display: flex;
    flex-direction: column; */
    align-items: center;
    justify-content: center;
    padding: 2rem;
    min-height: 100vh;
    background-color: #fcfcfc;
}
.main-container-guest h1 {
    margin-top: 1.5rem;
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/* END OF FORM GUEST */

/* Form unggah bukti pekerjaan */
.container-unggah-misi {
    width: 100%;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #ffffff;
    /* border: 1px solid #000000; */
}

.container-konten-unggah-misi {
    padding: 1rem;
    height: auto;
    /* border: 1px solid #000000; */
}

.form-misi-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.form-misi-group label {
    font-size: 14px;
    font-weight: 600;
}
.footer-alamat .save-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

/* End of Form unggah bukti pekerjaan */
