/*
Theme Name: temajobnas
Theme URI: https://jobnas.com/
Author: Jobnas
Author URI: https://Jobnas.com/
Description: Tema WordPress temajobnas.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: sederhana, minimalis
Text Domain: temajobnas
*/
body {
    font-family: Arial, sans-serif;
    width: 100%;
}

main {
    position: relative;
    top: 70px;
}

a {
    color: #0000FF;
    text-decoration: none;
}

h1, h2.post-title {
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
}

span.posisi-front {
    font-size: 8px;
    font-weight: normal;
}

h2.post-title-loker-front {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 40px 20px 40px;
    box-shadow: 1px -1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 14px 14px 0 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    max-width: 80%;
    text-align: center;
    line-height: 19px;
    background: #002bbc;
    z-index: 2;
}

button,
input,
select,
optgroup,
textarea {
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: sans-serif;
	line-height: 1.6;
	font-size: 14px;
}

header, footer {
    background-color: #131a24;
    color: #fff;
    text-align: center;
}

header.header-version-1 {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 70px;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    display: flex;
    align-items: center;
}

.header-site.scrolled {
    background-color: #000b32;
    box-shadow: 0 0 10px rgb(0 0 0 / 53%);
    color: #fff;
}

header.header-version-2 {
    position: fixed;
    width: 100%;
    z-index: 99;
    height: 70px;
    top: 0;
    background-color: #131a24;
    transition: background-color 0.3s, color 0.3s;
    color: #fff;
    display: flex;
    align-items: center;
}

.site-info {
    position: relative;
    text-align: left;
}
span.description-site {
    margin: 0;
}

img.logo-site {
    margin: 10px;
    width: 150px;
    height: auto;
    left: 0;
}
img.menu-site {
    width: 32px;
}

p.copy-right {
    color: #131a24;
}

/* Default: Menampilkan sidebar dalam satu kolom pada tampilan mobile dan tablet */
#sidebar .custom-sidebar-ul {
    display: grid;
    grid-template-columns: 1fr;  /* Satu kolom untuk tampilan mobile */
    gap: 20px;  /* Jarak antar kolom */
    padding: 10px;
    background: #000b32;
}

/* Tampilan desktop: Membuat 3 kolom */
@media(min-width: 1024px) {
    #sidebar .custom-sidebar-ul {
        grid-template-columns: repeat(2, 1fr);  /* 3 kolom pada tampilan desktop */
    }
}

.content-area-cv {
    margin-top: 70px;
}

@media (min-width: 767px) {
    .container {
        display: flex;
        position: relative;
        justify-content: center;
    }
    .slider-container{
        box-shadow:0px 3px 12px 0px rgb(132 132 133 / 80%);
    }
    .entry-title-single {
        font-size: 28px;
        font-weight: 800;
        margin: 40px 0;
    }
    .thumb-home {
        max-width: 720px;
        position: relative;
        border-radius: 14px;
    }
    .post-thumbnail-single {
        overflow: hidden;
        max-width: 720px;
        margin: 0 auto;
    }
}
@media (min-width: 635px) {
    .slider-container{
        box-shadow:0px 3px 12px 0px rgb(132 132 133 / 80%);
    }
}

.thumb-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.thumb-home-loker {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.thumb-home-wrapper {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    align-content: center;
}

.thumb-home-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}
.thumb-home-wrapper.lokerfront::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    z-index: 1;
}

a.backthumb {
    height: 350px;
    width: auto;
}

/* Tambahkan gaya untuk menghilangkan pseudo-elemen ::after jika kelas video-post ada */
.thumb-home-wrapper.video-post::after {
    content: none;
}
.post-title.video-post {
    position: relative;
    bottom: 0px;
    color: #131a24;
    font-size: 16px;
}

.thumb-home:hover {
    transform: scale(1.1);
}

/* ------------------ iklan ads ---------------- */
.ad-archive {
    min-height: 90px;
    align-content: center;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 300px;
    box-shadow: 0px 3px 12px 0px rgb(132 132 133 / 80%);
}
.ad-archive img {
    width: 100%;
}
.advertisment-head {
    position: sticky;
    background: #000b32;
    top: 70px;
}
.ad-parallax {
    position: sticky;
    bottom: 120px;
    width: 100%;
    min-height: 500px;
    z-index: 1;
    margin: auto;
    background-color: rgb(0 11 50);
}
img.ad-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

/* end iklan */

/* Hide scrollbar for WebKit-based browsers (Chrome, Safari) */
.story-container::-webkit-scrollbar {
    display: none;
}


/* ---------- Gaya untuk halaman depan ---------- */
.front-page-main .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto 80px;
    background: #fff;
}

.front-page-main {
    position: relative;
}

.thumbnail-link {
    text-decoration: none; /* Menghilangkan garis bawah pada link */
    color: inherit; /* Mengambil warna teks dari elemen induk */
}

.header-besar {
    display: flex;
    gap: 20px;
    margin: 20px auto;
    align-items: center;
    max-width: 1200px;
}

.listbesar {
    border: 1px solid #ddd;
    border-radius: 18px;
    margin: 10px;
}

.container-besar {
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: 10px auto;
}

@media (min-width: 767px) {
    .container-besar {
        display: flex;
        justify-content: center;
    }
    .container-besar-master {
        width: 50%;
    }
    .post-thumbnail-list {
        margin: 10px 0;
    }
    h3.post-title-clist {
        font-size: 14px;
    }
}

.info-wrapper {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pemilik-picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.pemilik-name {
    font-size: 24px;
    margin-bottom: 10px;
}

.pemilik-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.social-media-list {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-media-link {
    text-decoration: none;
    color: #0073e6; /* Warna link */
    font-size: 16px;
    transition: color 0.3s;
}

.social-media-link:hover {
    color: #005bb5;
}

/* redomre */

.read-more-button {
    position: absolute;
    right: 10px;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.read-more-button i {
    margin-right: 5px;
}

.post-actions {
    position: relative;
}

.content-full {
    display: none;
    margin-top: 10px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

span.spanh2 {
    font-size: 22px;
    font-weight: 700;
}

span.spanh3 {
    font-size: 20px;
    font-weight: 700;
}

span.spanh4 {
    font-size: 18px;
    font-weight: 700;
}

.tombol-selengkapnya {
    color: #fff !important;
    font-weight: bold;
    display: flex;
    background: #07883d;
    padding: 20px 10px;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    transition: transform 0.3s, box-shadow 0.3s; /* Animasi pada hover */
}

.tombol-selengkapnya:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Media query untuk perangkat seluler */
@media (max-width: 767px) {
    .front-page-main .container {
        padding: 0; /* Menghapus padding untuk perangkat seluler */
    }
}

/* slider */
.slider-container {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    min-width: 100%;
    box-sizing: border-box;
    max-height: 100%;
}

.post-thumbnail-slider {
    position: relative;
}

.thumbnail-slider {
    width: 100%;
    object-fit: cover;
    position: relative;
}

img.thumbnail-slider-post.wp-post-image {
    max-width: 100%;
    width: 100%;
    max-height: 360px;
    min-height: 360px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.thumbnail-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgb(0 0 0 / 28%));
    pointer-events: none;
    z-index: 1;
}

button.button-selengkapnya {
    width: 120px;
}

.read-more-button-slider {
    position: absolute;
    right: 10px;
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}


.prev-button, .next-button {
    position: absolute;
    top: 150px;
    transform: translateY(-50%);
    background-color: #7a84ff66;
    color: #007bff;
    padding: 14px 22px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 4;
    font-size: 12px;
    line-height: 1;
}

.prev-button:hover, .next-button:hover {
    background: #fff;
    box-shadow: 0px 3px 12px 0px rgb(132 132 133 / 80%);
}

.prev-button {
    left: 10px;
}

.next-button {
    right: 10px;
}

.logo-slider {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-slider img {
    width: 160px;
    height: 160px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
}
p.nama-perusahaan-slider {
    margin: 0;
}
p.nama-posisi-slider {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 20px 0;
}
/* infojob */
.job-info {
    background-color: #001E68;
    color: #fff;
    padding: 70px 20px 20px 20px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    bottom: 0;
    width: 100%;
}

.job-info-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 15px;
    background-color: #fff;
    padding: 5px;
}

.job-info .details {
    display: grid;
    grid-template-columns: 180px auto;
    align-items: center;
    gap: 10px 20px;
}

        .details .item {
            display: flex;
            align-items: center;
            font-size: 14px;
        }

        .details .item img {
            width: 20px;
            height: 20px;
            margin-right: 5px;
        }
/* end infojob */

/* content list */
.list-container {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}
.post-thumbnail-list {
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    color: #000;
}
.thumbnail-list {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}
img.thumb-home-list {
    object-fit: cover;
    position: relative;
    min-width:120px;
    max-width:150px;
    height:120px;
    margin: 0 20px 0 10px;
    box-shadow: 0px 3px 12px 0px rgb(132 132 133 / 80%);
    border-radius: 8px;
}
/* General Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.navigation {
    display: flex;
    flex-direction: column;
}

.pagination a, .pagination span {
    margin: 0 2px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #131a24;
}

.pagination a:hover {
    background-color: #f7f7f7;
}

.pagination .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.pagination .prev, .pagination .next {
    font-weight: bold;
    padding: 10px 15px;
}

.pagination .dots {
    padding: 2px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #131a24;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 95%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #131a24;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px;
}

/* Mobile Friendly Styles */
@media (max-width: 768px) {
    .pagination a, .pagination span {
        padding: 6px 8px;
    }
}
@media (max-width: 767px) {
    .post-thumbnail-list {
        margin: 20px 0;
    }
    h3.post-title-clist {
        font-size: 16px;
    }
}

@media (min-width: 828px) {
        .thumbnail-slider {
        max-height: 360px;
    }
    .container-besar-list {
        position: relative;
        display: block;
        width:100%;
        overflow: hidden;
    }

}

.author-info-list {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 8px;
    padding: 0 10px 10px 0;
}

/* archive */
.archive-main .container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.archive-header {
    text-align: center;
    margin-bottom: 20px;
}
.archive-title {
    margin: 20px 0;
}

.post-thumbnail {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow:0px 3px 12px 0px rgb(132 132 133 / 80%);
}

/* CSS untuk thumbnail video */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #131a24;
    margin: 0 auto;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.author-info {
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.author-info img {
    border-radius: 50%;
    margin-right: 10px;
    max-width: 60px;
}

.author-info:hover img {
    transform: none;
}

.nama-pemosting-dan-judul {
    display: flex;
    flex-direction: column;
}

.waktu-posting-front {
    position: absolute;
    right: 10px;
}

.post-title {
    font-size: 1.25em;
    position: absolute;
    bottom: 50px;
    margin: 16px;
    color: #fff;
    z-index: 2;
}

.post-excerpt {
    margin: 10px 0;
}

.post-actions {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    gap: 20px;
}

.action-item {
    display: flex;
    align-items: center;
}

.action-item i {
    color: #888;
}

.action-item .fa-heart {
    cursor: pointer;
    transition: color 0.3s ease;
}

.action-item .fa-heart.liked {
    color: red;
}
/* CSS untuk mengatur tampilan popup */
.popliked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
    animation: fadeInOut 2s ease;
}

/* Animasi fadeInOut */
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@media (max-width: 767px) {
    .archive-main .container {
        padding: 0;
    }
}
/* single loker */
.logo-perusahaan-single {
    background: #131a24;
    color: #fff;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    border-radius: 8px;
    margin-bottom: 40px;
}
img.logo-perusahaan {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
img.logo-perusahaan-atas {
    width: 150px;
    border-radius: 28px;
    height: 150px;
    position: relative;
    bottom: -52px;
    z-index: 2;
}
.header-single-loker {
    background-color: rgb(214 231 255 / 41%);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 20px 20px;
    margin: 20px;
    bottom: -90px;
    position: relative;
    color: #000;
    width: 90%;
}
.perusahaan-atas {
    position: relative;
    bottom: -98px;
    width: 90%;
}
.entry-perusahaan-atas {
    position: absolute;
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 10px;
    color: #000000;
    z-index: 2;
    left: 0;
}
.box-detil-info.logo-perusahaan {
    background: #131a24;
}
.box-nama-perusahaan {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 18px;
}

.info-perusahaan {
    padding: 10px;
    text-align: center;
}
.box-alamat {
    font-size: 12px;
}

/* -------------- loker single ------ */
.grup-detil-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Jarak antar elemen */
    justify-content: space-between;
    margin: 40px 0;
}

/* Menentukan gaya untuk box-detil-info */
.box-detil-info {
    flex: 1 1 calc(50% - 20px); /* Mengambil setengah lebar container dikurangi gap */
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff; /* Warna latar belakang */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan kotak */
    border-radius: 8px; /* Membuat sudut kotak melengkung */
    transition: transform 0.3s, box-shadow 0.3s; /* Animasi pada hover */
}

.box-detil-info-cara {
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    padding: 20px 20px 6px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.email-contact {
    display: flex;
    margin: 10px 0;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    gap: 20px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.box-detil-info.logo-perusahaan {
    background: #131a24;
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
}

/* Gaya pada saat elemen di-hover */
.box-detil-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Menentukan gaya untuk elemen dalam box-detil-info, misalnya heading dan paragraf */
.box-detil-info h3 {
    margin-top: 0;
    font-size: 1.5em;
    color: #131a24; /* Warna teks */
}

.box-detil-info p {
    font-size: 1em;
    color: #666; /* Warna teks */
}
/* end single loker */
/* single */
.thumb-single {
    width: 100%;
    height: auto;
}
.single-loker {
    padding: 120px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #000;
    margin-bottom: 90px;
}
.single-loker::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40%;
    padding-bottom: 40%;
    background: radial-gradient(circle, rgb(20 255 156 / 23%) 0%, rgb(255 255 255 / 0%) 70%, rgb(0 0 0 / 0%) 100%);
    border-radius: 50%;
}
.single-loker::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 65%;
    padding-bottom: 65%;
    background: radial-gradient(circle, rgb(229 205 140 / 42%) 0%, rgb(255 255 255 / 0%) 70%, rgb(0 0 0 / 0%) 100%);
    border-radius: 50%;
}
.post-thumbnail-single {
    overflow: hidden;
}
.post-thumbnail-single::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.wp-caption {
    max-width: 100%;
    width: auto;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    height: auto;
    border: 0;
    aspect-ratio: 16 / 9;
}

.post-thumbnail-single-loker {
    overflow: hidden;
}

.iklan-adsense {
    margin-bottom: 20px;
}

.post-thumbnail-single.video-post{
    z-index: 2;
    position: relative;
    content: none;
}

.post-thumbnail-single.video-post::after{
    content: none;
}

.entry-header-single {
    background: linear-gradient(138.52deg, #880076 -1.32%, #252c4e 85.77%);
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.entry-title-single {
    bottom: 68px;
    left: 0;
    text-align: left;
    z-index: 1;
}

.entry-title-single-loker {
    text-align: center;
    padding: 0 20px 30px;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 130px;
    border-bottom: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}

.entry-posisi-loker {
    text-align: center;
    padding: 10px 0 20px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.entry-posisi-loker::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%; /* Mengatur jarak dari kiri */
    width: 70%; /* Lebar border yang diinginkan */
    height: 1px; /* Ketebalan border */
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
}

.entry-title-single.video-post {
    position: relative;
    bottom: 0;
    margin: 20px 0;
}

img.avatar.avatar-32.photo {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.author-single {
    display: flex;
    align-items: center;
}
.author-single-loker {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.author-name-single a {
    color: #fff;
    margin: 0px 10px;
    font-weight: 600;
}
.author-name-single-loker a {
    color: #494949;
    margin: 0px 10px;
    font-weight: 600;
}

span.date-loker {
    margin: 0 10px;
}

.entry-meta-single {
    position: relative;
    text-align: left;
    padding: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.entry-meta-single-loker {
    position: relative;
    text-align: left;
    padding: 5px 0px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-size: 10px;
    margin-top: 28px;
}

.post-actions-single {
    display: flex;
    justify-content: center;
    padding: 10px 6px;
    gap: 40px;
    flex-direction: row;
    width: 50%;
    font-size: 30px;
    background: #02c3d2;
    border-radius: 8px;
    visibility: visible;
    transition: visibility 0.3s;
    margin: 20px auto 0;
}

.action-item-single {
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 3;
    flex-direction: column;
    flex-wrap:nowrap;
}

.comment-icon-single {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
}
.share-icon-single {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.post-views-angka-single {
    font-size: 12px;
}
.post-views-single {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.view-count-front {
    padding-right: 8px;
}
.comment-icon-front {
    display: flex;
    color: #131a24;
    align-items: center;
}
.share-icon-front {
    display: flex;
    color: #131a24;
    align-items: center;
}

.comment-form-wrapper {
    margin-top: 20px;
    color: #c0bcbc;
    text-align: left;
    font-size: 16px;
}

.comment-form-wrapper label {
    display: block;
    margin-bottom: 5px;
}

.comment-form-wrapper input[type="text"],
.comment-form-wrapper textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.comment-form-wrapper textarea {
    height: 100px;
}

.comment-form-wrapper button[type="submit"] {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.comment-form-wrapper button[type="submit"]:hover {
    background-color: #0056b3;
}

.comments {
    margin-top: 20px;
    max-height: 180px;
    overflow: scroll;
}

.comments .comment {
    margin-bottom: 6px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #131a24;
    text-align: left;
    font-size: 12px;
}

.comments .comment strong {
    color: #007bff;
}

.comments .comment:last-child {
    margin-bottom: 0;
}

span.angka {
    font-size: 12px;
}

span.angka-front {
    font-size: 12px;
    margin-left: 8px;
}

.action-item-single i {
    color: #fff;
}

.action-item-single .fa-heart {
    cursor: pointer;
    transition: color 0.3s ease;
}

.action-item-single .fa-heart.liked {
    color: red;
}

.popliked-single {
    display: none;
    position: fixed;
    top: 45%;
    left: 52%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 100%;
    z-index: 9999;
    animation: fadeInOut 2s ease;
    font-size: 90px;
    text-align: center;
}

.share-popup {
    display: none;
}

a.share-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #131a24;
    border-radius: 8px;
    padding: 8px;
    font-size: 22px;
    color: #fff;
    margin: 10px 0;
}

/* bg jobnas */

.back-jobnas {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 460px;
}
/*
img.bg-jobnas {
    min-height: 560px;
}
.back-jobnas img {
    width: 100%;
    object-fit: cover;
    position: relative;
    display: flex;
}
*/
.back-jobnas::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgb(0 0 0 / 41%));
    pointer-events: none;
    z-index: 1;
}
.heading-widget-jobnas-single {
    bottom: 120px;
    margin: 30px;
}
.heading-widget-jobnas {
    position: absolute;
    bottom: -50px;
    margin: 30px;
    z-index: 2;
    color: #fff;
    background-color: rgb(214 231 255 / 41%);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid;
    border-image: radial-gradient(circle, rgb(255 255 255) 0%, rgb(255 255 255 / 37%) 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 20px 40px;
    width: 90%;
}
.heading-jobnas {
    font-size: 60px;
    font-weight: 900;
}
.heading-text-jobnas {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding: 30px 0 10px;
    font-display: swap;
}
.text-jobnas {
    max-width: 450px;
    padding-bottom: 20px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .heading-jobnas {
        font-size: 42px;
    }
    .heading-text-jobnas {
        font-size: 18px;
        padding: 30px 0;
        line-height: 1.6;
    }
    .entry-title-single {
        position: absolute;
        bottom: 68px;
        left: 0;
        text-align: left;
        padding: 0 40px 0 20px;
        z-index: 1;
        font-size: 18px;
        font-weight: 600;
    }
}

/* style.css */

/* Basic reset */
body, h1, h2, h3, h4, h5, h6, blockquote, pre, code, address {
    margin: 0;
    padding: 0;
}

p {
    font-weight: normal;
    line-height: 1.6;
}

i.putih {
    color: #fff;
}
.conten-single-post {
    display: flex;
    margin: 10px 0 100px 0;
    padding-bottom: 360px;
    position: relative;
    background: #fff;
}

/* Konten artikel */
.single-post-main {
    top: 300px;
    position: relative;
}
.single-post-container {
    max-width: 800px;
    width: 100%;
    margin: 0;
    padding: 20px 20px 0;
    display: flex;
    position: relative;
    flex-direction: column;
    position: relative;
    z-index: 2;
    background: #fff;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-header-cv {
    margin-bottom: 20px;
    padding: 30px 10px;
}

.entry-title {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.entry-meta {
    font-size: 0.9em;
    color: #666;
}

.entry-meta span {
    display: inline-block;
    margin-right: 10px;
}

.entry-content {
    line-height: 1.6;
    margin-top: 20px;
}

.single-post-container a {
   color:#001459;
}

.single-post-container li {
    margin: 10px 0;
}

.entry-footer {
    border-top: 1px solid #ddd;
    color: #fff;
    text-align: center;
    background: #fff;
    z-index: 2;
    position: relative;
}

.bawah-single {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 30px 0 0;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    font-size: 1em;
    color: #0073aa;
}

.nav-links {
    font-size: 10px;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    color: #0073aa;
    text-decoration: none;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    text-decoration: underline;
}

.screen-reader-text {
    margin-bottom: 20px;
}

/* Responsive design */
@media (max-width: 600px) {
    .entry-title {
        font-size: 2em;
    }

    .post-navigation {
        flex-direction: column;
        align-items: center;
    }

    .post-navigation .nav-previous, .post-navigation .nav-next {
        margin-bottom: 10px;
    }
    .post-actions-single {
        width: 90%;
    }
}

@media (max-width: 634px) {
    .thumb-home-wrapper.video-post {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    }
    .ad-archive {
        height:100%;
    }
    .front-page-main .container {
        display:block;
    }
    .post-thumbnail{
        margin:20px 0;
    }
    .thumb-home-wrapper{
        display:flex;
    }
    .archive-header {
    height: 350px;
    padding-top: 60px;
}
}
/* menu */
.tombol2-dihead {
    right: 14px;
    position: absolute;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.menu-mobile-icon {
    color: #f0f0f0;
    display: flex;
    align-items: center;
}
.bikincv {
    color: #131a24;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 4px 8px;
    border-radius: 8px;
}
.header-menu-class {
    list-style: none;
    display: flex;
    margin: 0 40px;
    padding: 0;
}

.header-menu-class li {
    margin: 0 15px;
}

.menu-header {
    position: relative;
}

.header-menu-class a {
    color: #fff;
    text-decoration: none;
    padding: 22px 10px;
    transition: background-color 0.3s, color 0.3s;
}

.header-menu-class a:hover {
    background-color: #6b0404;
    color: #fff;
    border-radius: 5px;
}


.menu-mobile-icon i {
    font-size: 24px;
}

.menu-mobile-icon span {
    margin: 0 8px;
}

@media (max-width: 768px) {
    .header-menu-class {
        display: none;
    }
}
/* Style untuk <li> di luar sub-menu */
/* Style untuk <a> di dalam <li> di luar sub-menu */
#menu-menu > .menu-item > a {
    background-color: #131a24;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
    margin: 5px 0;
}

/* Style untuk <a> di dalam <li> di dalam sub-menu */
.menu-item-has-children .sub-menu .menu-item a {
    background-color: white;
    color: black;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Style untuk sub-menu container */
.menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Hilangkan bullet point dari <li> */
#menu-menu li, .sub-menu li {
    list-style: none;
}
#menu-menu {
    padding: 0;
    font-size: 12px;
    margin: 0 4px;
}
/* Mengatur ketinggian maksimum dan overflow pada kontainer menu */
.menu-menu-container {
    max-height: 260px;
    top: 10px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .menu-menu-container {
        max-height: 360px
    }
}

/* Menyembunyikan scrollbar di Webkit browser (Chrome, Safari) */
.menu-menu-container::-webkit-scrollbar {
    display: none;
}

/* Membuat isi menu dapat digulir */
.menu-menu-container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
}
/* end menu */
/* footer */

.app-footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    top: 300px;
}

.footer-menu {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 10px 0;
    background: #fff;
}

.footer-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #131a24;
}

.footer-icon i {
    font-size: 24px;
}

.footer-icon span {
    font-size: 12px;
}

.popup {
    position: fixed;
    max-width: 500px;
    background: #fff;
    color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    text-align: center;
    display: none;
    z-index: 1001;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    width: 100%;
}

.popup-cari {
    padding: 10px 30px;
}

.popup::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.8);
}

.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background: #cf2e2e;
    padding: 4px 8px;
    width: 100%;
}

.popup-logout {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
a.btn-logout {
    background: #ff4444;
    padding: 14px 18px;
    border-radius: 12px;
    color: #fff;
}

.profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#131a24;
    font-size: 12px;
}

img.profile-google {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

i.fab.fa-google {
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 14px;
    margin: 10px;
}

.red-heart {
    color: red;
}

/* Forms
--------------------------------------------- */
a.button, button, input.button, input[type="button"], input[type="reset"], input[type="submit"] {
    transition: 0.3s;
    border: none !important;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    background-color: var(--button-bgcolor, #182bca);
    color: var(--button-color, #ffffff);
    overflow: visible;
    position: relative;
    outline: none;
    left: auto;
    display: inline-block;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    outline: none;
    font-size: 14px;
    color: var(--content-greycolor, #888888);
    background-color: var(--content-bgcolor, #fbfbfb);
    border: 1px solid var(--border-color, #cccccc);
    border-radius: 20px;
    padding: 7px 15px;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: center;
}
.wp-block-search__input {
    max-width: 160px;
}
.wp-block-search__button {
    margin-left: 10px;
    word-break: normal;
}

select option {
	color: var(--content-greycolor, #888888);
	background-color: var(--content-bgcolor, #ffffff);
	border: 1px solid var(--border-color, #cccccc);
}

select optgroup {
	border: 1px solid var(--border-color, #cccccc);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
	color: var(--main-color, #131a24);
}

button[disabled],
button.disabled,
button:disabled,
a.button[disabled],
a.button.disabled,
a.button:disabled,
input[disabled],
input.disabled,
input:disabled {
	user-select: none;
	cursor: not-allowed !important;
	opacity: 0.3;
}

select {
	max-width: 100%;
}

textarea {
	width: 100%;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	box-sizing: border-box;
	width: 100%;
    overflow-x: hidden;
}

/*--------------------------------------------------------------
loading rapikan
--------------------------------------------------------------*/

    .loading {
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3498db;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        animation: spin 1s linear infinite;
        margin: 10px auto;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
.kirim-page {
    margin: 120px 0;
}
.form-ocrfull {
    background: rgb(0 0 0 / 6%);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}
.form-ocr {
    margin-bottom: 10px;
}
.gambar-diproses {
    width: 100%;
}
.formposter {
    width: 100%;
}

.termcond {
    padding: 20px;
    background: #f57500;
    color: #ffffff;
}

.ppcard {
    border-radius: 8px;
    padding: 16px;
    margin: 30px 0;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    background: rgb(255 255 255 / 75%);
}

.pp-img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
}

img.pp-img {
    object-fit: cover;
}

span.pp-penulis {
    padding: 0 0 0 16px;
    font-size: 24px;
    line-height: 26px;
    margin-left: 10px;
    border-left: 1px solid var(--border-color, #cccccc);
}

.pp-nodesc {
    margin-top: 10px;
    color: #d32f2f;
    border-top: 1px solid var(--border-color, #cccccc);
    padding-top: 10px;
    margin-left: 95px;
}

.pp-wdesc {
    margin-left: 95px;
}

.pp-head {
    display: flex;
    align-items: center;
}

.form-poster-pp {
    margin: 18px;
    border: 1px solid;
    border-radius: 8px;
    padding: 60px 10px 10px;
    background: #131a24;
    color: antiquewhite;
}

.pilih-poster {
    margin-right: 10px;
    border: 1px solid;
    border-radius: 8px;
    padding: 3px 10px;
}

.form-poster-pilih {
    margin: 20px;
    display: flex;
}

.capca {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:10px 0;
}
li.level-3 {
    margin-left: 14px;
    font-size: 12px;
    list-style: none;
}
li.level-2 {
    font-size: 16px;
}
.toc {
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    margin: 0px 15px 30px;
}
span.first-cl {
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
}

img.gambaran {
    margin-bottom: 15px;
}

/* Bungkus keseluruhan form */
.form-cari-bungkus {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    width: 90%;
    margin: 40px auto;
    padding: 20px;
    background-color: rgb(214 231 255 / 41%);
    backdrop-filter: blur(10px) saturate(150%);
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 12px 0px rgb(132 132 133 / 80%);
    z-index: 9;
}

/* Baris untuk setiap form */
.form-row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

/* Grup form */
.form-group {
    flex: 1;
    margin-right: 10px;
}

.form-group:last-child {
    margin-right: 0;
}

/* Form cari */
.form-row-cari {
    display: flex;
    gap: 10px;
}

.form-group-inp {
    width: 70%;
}

.form-group-inp input {
    width: 100%;
}

.form-group-buton-cari {
    flex: 2;
    justify-content: end;
    display: flex;
    width: 30%;
}

.btn-cari {
    width: 100%;
    line-height: 1;
}

/* Input dan select */
.form-group select,
.form-group input[type="text"] {
    width: 100%;
    line-height: 1;
}

/* Reset gaya bawaan select */
.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #bdd8fd;
    border: 1px solid #ffffff;
    padding: 8px 12px;
    padding-right: 40px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    cursor: pointer;
}

/* Dropdown Lokasi */
#lokasi {
    background-image: url('https://jobnas.com/wp-content/uploads/2024/11/map-loker.png');
}

/* Dropdown Pendidikan */
#pendidikan {
    background-image: url('https://jobnas.com/wp-content/uploads/2024/11/mortarboard.png');
}

/* Dropdown Type */
#type {
    background-image: url('https://jobnas.com/wp-content/uploads/2024/11/time-left.png');
}

/* Dropdown Gender */
#gender {
    background-image: url('https://jobnas.com/wp-content/uploads/2024/11/gender.png');
}

/* Hover efek tombol cari */
.btn-cari:hover {
    background-color: #005f8d;
}


/* ---- slide --- */
/* Posisi awal elemen di luar layar */
.come-slide {
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.9s ease-out, opacity 0.5s ease-out;
}

/* Posisi akhir elemen saat muncul di viewport */
.come-slide.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Posisi awal elemen di luar layar (kiri) */
.come-left {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.9s ease-out, opacity 0.5s ease-out;
}

/* Posisi akhir elemen saat muncul di viewport (kiri) */
.come-left.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Style untuk tabel komentar custom */
.wrap h1 {
    margin-bottom: 20px;
}

.widefat.fixed {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.widefat.fixed th {
    padding: 10px;
    background-color: #f1f1f1;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

.widefat.fixed td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.widefat.fixed .column-title {
    width: 25%;
}

.widefat.fixed .column-author {
    width: 20%;
}

.widefat.fixed .column-comment {
    width: 35%;
}

.widefat.fixed .column-status {
    width: 10%;
}

.widefat.fixed .column-action {
    width: 10%;
}

.widefat.fixed tr:hover {
    background-color: #f9f9f9;
}

/* Style untuk tombol aksi */
.widefat.fixed .column-action a {
    text-decoration: none;
    color: #0073aa;
    margin-right: 10px;
}

.widefat.fixed .column-action a:hover {
    color: #005177;
}

.widefat.fixed .column-action a.approve {
    color: #46b450;
}

.widefat.fixed .column-action a.delete {
    color: #d63638;
}

/* Style untuk checkbox */
.widefat.fixed th.check-column,
.widefat.fixed td.check-column {
    width: 5%;
    text-align: center;
}

.widefat.fixed input[type="checkbox"] {
    margin: 0;
}

/* Style untuk paginasi */
.load-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #b80508;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}
.tombol-load {
    margin: 80px;
}
.tablenav {
    margin: 20px 0;
}

.tablenav-pages {
    float: right;
}

.tablenav-pages .page-numbers {
    margin: 0 2px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #0073aa;
    text-decoration: none;
}

.tablenav-pages .page-numbers.current {
    background-color: #0073aa;
    color: #fff;
    border: 1px solid #0073aa;
}

.tablenav-pages .page-numbers:hover {
    background-color: #0073aa;
    color: #fff;
}

/* eksternal */
.gtm-iframe {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden;
}
.bg-nama {
    display: flex;
    flex-direction: column;
    border: 1px solid;
    border-color: #fff;
    border-radius: 20px;
    background: #000b32;
    margin: 20px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
.button-selengkapnya-auth {
    width: 100%;
}
.nama-situs {
    color: #ffffff;
    padding: 10px;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    margin: 0;
}
.ppcardverif {
    display: flex;
    align-items: center;
    margin: 20px;
    float:right;
}
.kolom-nama-situs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    color: #fff;
}
.logo-card-div {
    min-width: 120px;
    max-width: 120px;
    padding-right: 10px;
}
.logo-card-div img {
    max-width: 100%;
}
.desc-card {
    font-size: 12px;
    color: #ffffff;
    border-radius: 20px;
    padding: 10px;
}
.desc-card-bottom {
    font-size: 12px;
    height: 120px;
    overflow: scroll;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    margin: 20px;
}
img.ceklis {
    width: 22px;
}
span.verif {
    line-height: 1.5;
    font-size: 8px;
    padding: 10px;
}

/* form pasang Loker */
/* Gaya Umum */
.form-poster-pend {
    display: flex;
    overflow-x: auto;
    padding: 4px;
}
.formpost {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px 0;
}
.form-poster {
    padding: 20px;
}
.form-poster-lokasi {
    padding: 20px;
}
.btn-pend {
    color: #fff;
    background-color: var(--superio-theme-color);
    border-color: var(--superio-theme-color);
    border-radius: 8px;
    margin: 4px;
    padding: 4px 8px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    text-wrap-mode: nowrap;
}
.bungkusemail {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    background: #f0f5f742;
    padding: 5px;
    display: flex;
}
.btn-email {
    color: #fff;
    background-color: var(--superio-theme-color);
    border-color: var(--superio-theme-color);
    border-radius: 8px;
    margin: 4px;
    padding: 10px 8px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    width: fit-content;
    cursor: pointer;
}
.btn-email-copy {
    color: #fff;
    background-color: var(--superio-theme-color);
    border-color: var(--superio-theme-color);
    border-radius: 8px;
    margin: 4px;
    padding: 0 0 0 10px;
    font-size: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    width: fit-content;
    cursor: pointer;
}
i.far.fa-copy {
    margin: 0 0 0 6px;
    background: #052e65;
    padding: 12px;
    position: initial;
    font-size: 14px;
    border-radius: 8px;
}
.chekc-btn {
    margin: 0 4px !important;
}
.bungkus {
    border: 1px solid var(--border-color);
    margin: 20px 10px;
    border-radius: 6px;
    background: #f0f5f742;
}
.bungkusjudul {
    padding: 4px 8px;
}
.bungkusjudul2 {
    padding: 4px 8px;
}
.judul-terbungkus {
    color: #ffffff;
    font-weight: 700;
}
.judul-terbungkus2 {
    font-weight: 700;
}
.texteres {
    padding: 8px;
    border: 1px solid var(--input-border);
    border-radius: 8px;
    background-color: var(--input-background);
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.texteres:focus {
    outline: none;
    border-color: var(--input-focus-border);
    box-shadow: 0px 0px 6px var(--shadow-focus);
}
.dua-kolom-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 5px;
    border-radius: 6px;
}
.dua-kolom {
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 5px;
    border-radius: 6px;
}
.bungkus1 {
    border: 1px solid var(--border-color);
    border-radius: 6px 0 0 6px;
    background: #f0f5f742;
}
.bungkus2 {
    border: 1px solid var(--border-color);
    border-radius: 0 6px 6px 0;
    background: #f0f5f742;
}
.bungkuslain {
    border: 1px solid var(--border-color);
    margin: 20px 10px;
    border-radius: 6px;
    background: #f0f5f742;
    padding: 10px;
}
.bungkus-konten {
    border: 1px solid var(--border-color);
    margin: 20px 10px;
    border-radius: 6px;
    background: rgb(255 255 255);
}
.bungkus-kirim {
    display: flex;
    align-items: center;
    justify-content: center;
}
.capca {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Input Field */
.chekc-btn {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.chekc-btn:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Daftar Saran */
.suggestion-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    max-height: 150px;
    overflow-y: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    position: absolute;
}

.suggestion-item {
    padding: 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.suggestion-item:hover {
    background-color: #f1f1f1;
}

/* Responsif */
@media (max-width: 600px) {
    .judul-terbungkus {
        font-size: 16px;
    }

    .chekc-btn {
        font-size: 14px;
        padding: 8px 12px;
    }

    .suggestion-item {
        font-size: 14px;
    }
}
.main-page-login {
    margin-top: 70px;
    background: #131a24;
}
