
    	body{
background:#dff2eb;
}
/* Candidate List */
.candidate-list {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .candidate-list:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
            box-shadow: 0px 0px 34px 4px rgba(33, 37, 41, 0.06);
    position: relative;
    z-index: 99; }
    .candidate-list:hover a.candidate-list-favourite {
      color: #e74c3c;
      -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
              box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1); }

.candidate-list .candidate-list-image {
  margin-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border: none; }
  .candidate-list .candidate-list-image img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; }

.candidate-list-title {
  margin-bottom: 5px;
  text-align: left;
 }

.candidate-list-details ul {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px; }
  .candidate-list-details ul li {
    margin: 5px 2px 5px 0px;
    font-size: 16px; }

.candidate-list .candidate-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px; }
  .candidate-list .candidate-list-favourite-time span {
    display: block;
    margin: 0 auto; }
  .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    font-size: 16px;
    color: #646f79;
    }
    .candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
      background: #ffffff;
      color: #e74c3c; }

.candidate-banner .candidate-list:hover {
  position: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  z-index: inherit; }


/* Candidate Grid */
.candidate-list.candidate-grid {
    padding: 0px;
    display: block;
    border-bottom: none;
}

.candidate-grid .candidate-list-image {
    text-align: center;
    margin-right: 0px;
}
.candidate-grid .candidate-list-image img {
    width: 100%; /* Set width to 100% of the container */
    height: 300px; /* Set a fixed height for all images */
    object-fit: cover; /* Maintain the aspect ratio and crop the image to fit the container */
    border-radius: 8px; 
}



.candidate-grid .candidate-list-details {
    text-align: left;
    padding: 20px 20px 0px 20px;
    border: 1px solid #eeeeee;
    border-top: none;
}
.candidate-grid .candidate-list-details ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-align: left;
    justify-content: left;
}
.candidate-grid .candidate-list-details ul li {
    margin: 2px 5px;
    text-align: left;
}

.candidate-grid .candidate-list-favourite-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding: 10px 0;
}
.candidate-grid .candidate-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto;
}
.candidate-grid .candidate-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
    align-self: center;
}

.candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
    margin-bottom: 0px;
}

.owl-carousel .candidate-list.candidate-grid {
    margin-bottom: 20px;
}
.results-text {
    text-align: left;
    font-size: 16px;
    color: #333;
    margin: 0; /* Hilangkan margin agar lebih rapat */
    padding-top: 4px;
}

/* Tambahan gaya jika perlu */
.container.mb-4 {
    margin: 10px;
    margin-left: 1px;
    
}
.Kategori-sidebar {
    margin: 10px;
    margin-left: 60px;
}

.Kategori-sidebar-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px; /* Jarak bawah antara judul dan konten di bawahnya */
}


.container_keranjang {
    margin-top: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: Arial, sans-serif;
        }

        .quantity {
            
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 10px;
            overflow: hidden;
            height: 40px;
            gap: 2px;
        }

        .quantity input {
            width: 20px;
            background-color: none;
            align-content: center;
            text-align: center;
            font-size: 14px;
            border: none;
            outline: none;
        }

        .quantity button {
            background-color: #ffffff;
            color: #000000;
            border: none;
            padding: 0 10px;
            cursor: pointer;
            font-size: 18px;
            height: 100%;
        }

.btn-keranjang_shopping {
           
            display: inline-block;
            background-color: #ffffff;
            color: rgb(0, 0, 0);
            text-decoration: none;
            padding: 10px 15px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: bold;
            width: 70%;
            text-align: center;
            border: 1px solid black;
            cursor: pointer;
        }

        .btn-keranjang_shopping:hover {
            background-color: #ffffff;
            
            
        }
.category-button:focus {
    border: 1px solid #ffffff;
    outline: none; 
}
        
        
/* Widget */
.widget .widget-title {
    margin-bottom: 2px;
}
.widget .widget-title h6 {
    margin-bottom: 0;
}
.widget .widget-title a {
    color: #212529;
}

.widget .widget-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

/* similar-jobs-item */
.similar-jobs-item .job-list {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 15px;
}
.similar-jobs-item .job-list:last-child {
    margin-bottom: 0;
}
.similar-jobs-item .job-list:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.widget .widget-content {
    margin-top: 10px;
}
.widget .widget-content .custom-checkbox {
    margin-bottom: 8px;
}
.widget .widget-content .custom-checkbox:last-child {
    margin-bottom: 0px;
}

.widget .custom-checkbox.fulltime-job .custom-control-label:before {
    background-color: #186fc9;
    border: 2px solid #186fc9;
}

.widget .custom-checkbox.fulltime-job .custom-control-input:checked ~ .custom-control-label:before {
    background: #186fc9;
    border-color: #186fc9;
}

.widget .custom-checkbox.parttime-job .custom-control-label:before {
    background-color: #ffc107;
    border: 2px solid #ffc107;
}

.widget .custom-checkbox.parttime-job .custom-control-input:checked ~ .custom-control-label:before {
    background: #ffc107;
    border-color: #ffc107;
}

.widget .custom-checkbox.freelance-job .custom-control-label:before {
    background-color: #53b427;
    border: 2px solid #53b427;
}

.widget .custom-checkbox.freelance-job .custom-control-input:checked ~ .custom-control-label:before {
    background: #53b427;
    border-color: #53b427;
}

.widget .custom-checkbox.temporary-job .custom-control-label:before {
    background-color: #e74c3c;
    border: 2px solid #e74c3c;
}

.widget .custom-checkbox.temporary-job .custom-control-input:checked ~ .custom-control-label:before {
    background: #e74c3c;
    border-color: #e74c3c;
}

.widget ul {
    margin: 0;
}
.widget ul li a:hover {
    color: #21c87a;
}

.widget .company-detail-meta ul {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget .company-detail-meta ul li {
    margin-right: 15px;
    display: inline-block;
}
.widget .company-detail-meta ul li a {
    color: #646f79;
    font-weight: 600;
    font-size: 12px;
}

.widget .company-detail-meta .share-box li {
    margin-right: 0;
    display: inline-block;
    float: left;
}

.widget .company-detail-meta ul li.linkedin a {
    padding: 15px 20px;
    border: 2px solid #eeeeee;
    display: inline-block;
}
.widget .company-detail-meta ul li.linkedin a i {
    color: #06cdff;
}

.widget .company-address ul li {
    margin-bottom: 10px;
}
.widget .company-address ul li:last-child {
    margin-bottom: 0;
}
.widget .company-address ul li a {
    color: #646f79;
}

.widget .widget-box {
    padding: 20px 15px;
}

.widget .similar-jobs-item .job-list.jobster-list {
    padding: 15px 10px;
    border: 0;
    margin-bottom: 10px;
}

.widget .similar-jobs-item .job-list {
    padding-bottom: 15px;
}

.widget .similar-jobs-item .job-list-logo {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    width: 60px;
}

.widget .similar-jobs-item .job-list-details {
    margin-right: 15px;
    -ms-flex-item-align: center;
    align-self: center;
}
.widget .similar-jobs-item .job-list-details .job-list-title h6 {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget .similar-jobs-item .job-list.jobster-list .job-list-company-name {
    color: #21c87a;
}

.widget .docs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #eeeeee;
    padding: 30px;
    border-radius: 3px;
}
.widget .docs-content .docs-text {
    -ms-flex-item-align: center;
    align-self: center;
    color: #646f79;
}
.widget .docs-content span {
    font-weight: 600;
}
.widget .docs-content .docs-icon {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
}

/* Job Detail */
.widget .jobster-company-view ul li {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.widget .jobster-company-view ul li:last-child {
    margin-bottom: 0;
}
.widget .jobster-company-view ul li span {
    color: #212529;
    -ms-flex-item-align: center;
    align-self: center;
    font-weight: 600;
}

.sidebar .widget {
    border: 1px solid #eeeeee;
    margin-bottom: 5px;
    margin-left: 60px;
}
.sidebar .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding: 14px 20px;
}

.sidebar .widget .widget-content {
    padding: 14px 20px;
}
.widget .widget-content {
    margin-top: 10px;
}

header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #f7f7f7;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}



.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.logo-and-name {
    display: flex;
    align-items: center;
    padding-left: 27px;
}

.logo-link, .website-name-link {
    text-decoration: none; 
    display: flex;
    align-items: center;
    color: #000000;
}

.logo {
    width: 75px; /* Ukuran logo */
    height: 70px;
    margin-right: 15px;
}

.website-name h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.search-bar {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px; /* Ukuran lebar search bar */
    margin-left: 10px; 
    padding-left: 30px;
}

.search-bar input {
    padding: 15px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.search-icon {
    position: absolute;
    right: 10px;
    width: 20px;
    height: auto;
}

/* Authentication Links (Login, Wishlist, Cart) berdampingan lebih dekat */
.auth-links {
    display: flex;
    gap: 15px;
    padding-right: 20px;
}

.auth-links .auth-icon img {
    width: 25px;
    height: auto;
}

/* Styling untuk bagian bawah header (Kategori dan Link) */
/* Container untuk bagian bawah header (Kategori dan Link) */
.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #7AB2D3;
}

/* Menyusun kategori, dropdown, dan brand secara sejajar */
.categories-left {
    display: flex;
    align-items: center;
    gap: 2px; /* Menambahkan jarak antar kategori */
}

/* Styling untuk kategori dropdown */
.category-container {
    position: relative;
    margin-left: 10px;
}

.category-button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #7AB2D3;
    border-radius: 5px;
    background-color: #7AB2D3;
    cursor: pointer;
    display: inline-block;
}

.category-button:focus {
    border: none;
    outline: none; 
}


@keyframes slideInFromLeft {
    0% {
        transform: translateX(60%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/* General Styles for Dropdowns */

.category-dropdown {
    display: none; /* Default hidden */
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0; /* Start invisible */
    transform: translateX(-100%); /* Start off-screen */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.category-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 150%;
}

.category-dropdown ul li a {
    padding: 10px;
    display: block;
    color: #333;
    width: 60%;
    text-decoration: none;
}

.category-dropdown ul li a:hover {
    background-color:  #ffffff;
    color: #7AB2D3; /* Warna teks berubah saat hover */
}

/* Menampilkan dropdown saat hover */
.category-container:hover .category-dropdown {
    display: block; /* Show the dropdown */
    opacity: 1; /* Fully visible */
    transform: translateX(0); /* Reset position */
    animation: slideInFromLeft 0.3s ease; /* Apply animation */
}

/* Styling untuk kategori button dan panah */
.category-button {
    padding: 10px 20px;
    font-size: 15px;
    border: none; /* Menghapus border */
    background-color: #7AB2D3;
    color: rgb(245, 245, 245);
    cursor: pointer;
    display: inline-flex; /* Menggunakan flex agar teks dan anak panah bisa disusun dengan baik */
    align-items: center; /* Vertikal center untuk teks dan anak panah */
    position: relative; /* Menambahkan posisi relative agar anak panah dan garis dapat diatur */
    overflow: hidden; /* Menyembunyikan bagian yang melampaui tombol */
    transition: background-color 0.3s ease; /* Transisi untuk perubahan warna latar belakang */
}

/* Styling untuk garis di bawah tombol */
.category-button::after {
    content: ''; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%; 
    height: 2px; 
    background-color: #141414; 
    transition: width 0.7s ease; 
}

/* Styling anak panah */
.category-button .arrow {
    font-size: 10px; /* Ukuran anak panah */
    margin-left: 8px; /* Menambahkan jarak antara teks dan anak panah */
    position: relative; /* Menjaga anak panah tetap pada posisi yang tepat */
}

/* Hover effect untuk tombol kategori */
.category-button:hover {
    background-color: #7AB2D3;
    color: #ffffff; /* Warna latar belakang berubah saat hover */
}

.category-button:hover .arrow {
    transform: rotate(180deg); /* Mengubah arah panah saat hover */
}

.category-button:hover::after {
    width: 100%; /* Garis akan melebar sepenuhnya ketika hover */
}

/* Dropdown khusus untuk Kucing */
#kucing-dropdown {
    padding: 20px;
    font-size: 14px;
    padding-right: 15px;
    top: 110%;
}

/* Dropdown khusus untuk Anjing */
#anjing-dropdown {
    padding: 20px;
    font-size: 14px;
    padding-right: 15px;
    top: 110%; /* Dropdown muncul di bawah tombol Anjing */
}

#layanan-dropdown {
    padding: 20px;
    font-size: 14px;
    padding-right: 15px;
    top: 110%;
}
/* Dropdown khusus untuk Hewan Lain */
#hewan-lain-dropdown {
    padding: 20px;
    font-size: 14px;
    padding-right: 15px;
    top: 110%;
}

/* Menambahkan anak panah ke kanan item dropdown di Hewan Lain */
#hewan-lain-dropdown ul li a {
    padding: 10px;
    display: flex;  
    justify-content: space-between;  
    color: #333;
    text-decoration: none;
}

#hewan-lain-dropdown ul li a:hover {
    background-color: #ffffff;
    color: #7AB2D3; /* Warna teks berubah saat hover */
}

/* Menambahkan anak panah kanan hanya untuk dropdown Hewan Lain */
#hewan-lain-dropdown ul li a::after {
    content: '>';  /* Menambahkan tanda > sebagai anak panah */
    font-size: 12px;
    color: #333;  /* Warna anak panah */
    margin-left: 7px;  /* Jarak antara teks dan anak panah */
}

/* Hilangkan hover-based display logic untuk sub-dropdown */
.sub-category-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 1px;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 200;
    width: 200px;
    opacity: 0; /* Tidak terlihat */
    transform: translateX(100%); /* Muncul dari kanan */
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: none;
}

.sub-category-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-category-dropdown ul li a {
    padding: 20px;
    display: block;
    color: #333;
    text-decoration: none;
    content: none;
}

.sub-category-dropdown ul li a:hover {
    background-color: #ffffff;
    color: #a3cf5b; /* Warna teks berubah saat hover */
    
}

#hewan-lain-dropdown ul li a:hover {
    background-color: #ffffff;
    color: #7AB2D3; /* Warna teks berubah saat hover */
}

/* Mengubah warna anak panah di samping item saat hover */
#hewan-lain-dropdown ul li a:hover::after {
    color: #7AB2D3; /* Mengubah warna anak panah menjadi hijau */
}
/* Menampilkan sub-dropdown ketika hover pada induk atau sub-dropdown */
#hewan-lain-dropdown ul li:hover .sub-category-dropdown,
#hewan-lain-dropdown ul li .sub-category-dropdown:hover {
    display: block; /* Menampilkan sub-dropdown */
    opacity: 1; /* Pastikan tetap terlihat */
    transform: translateX(0); /* Pastikan posisi sesuai */
    animation: slideInFromRight 0.3s ease; /* Tetap menggunakan animasi */
}

/* Memastikan kategori utama tetap menunjukkan sub-dropdown saat hover */
#hewan-lain-dropdown ul li:hover .sub-category-dropdown {
    display: block; /* Menampilkan sub-dropdown ketika kategori dihover */
    opacity: 1; /* Menjadikan sub-dropdown terlihat */
    transform: translateX(0); /* Menjaga posisi sub-dropdown */
    animation: slideInFromRight 0.3s ease; /* Animasi untuk tampilan sub-dropdown */
}

/* Posisi sub-dropdown untuk Kelinci */
#sub-category-dropdown-kelinci {
    top: 25px;
    padding: 20px;
    right: 50%; /* Menempatkan sub-dropdown sedikit ke kanan */
}

/* Posisi sub-dropdown untuk Hamster */
#sub-category-dropdown-hamster {
    top: 50px;
    padding: 20px;
    right: 50%; /* Menempatkan sub-dropdown sedikit ke kiri */
}

/* Posisi sub-dropdown untuk Burung */
#sub-category-dropdown-burung {
    top: 90px;
    padding: 20px;
    right: 50%; /* Menempatkan sub-dropdown sedikit ke kanan */
}

.Brands button:focus, .Blog button:focus {
    border: none;
    outline: none;
}



/* Posisi sub-dropdown untuk Ikan */
#sub-category-dropdown-ikan {
    top: 125px;
    padding: 20px;
    right: 50%; /* Menempatkan sub-dropdown sedikit ke kiri */
}

.Brands button, .link button, .Blog button {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    color: rgb(245, 245, 245); 
    border: none; 
    background-color: #7AB2D3; 
    cursor: pointer; 
    display: inline-flex;
    align-items: center; 
    position: relative; 
    overflow: hidden; 
    text-decoration: none; /* Menghilangkan garis bawah */
    transition: color 0.3s ease, background-color 0.3s ease; 
    margin-left: 15px; 
}


.link button {
    margin-right: 0;
}


.Brands button:hover, .link button:hover, .Blog button:hover {
    color: #ffffff; 
    background-color: #7AB2D3; 
}


.Brands button::after, .link button::after, .Blog button::after {
    content: ''; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; 
    height: 2px;
    background-color: #141414; 
    transition: width 0.7s ease; 
}

.Brands button:hover::after, .link button:hover::after, .Blog button:hover::after {
    width: 100%; 
}

.title-container {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
    background-color: #b9e5e8;
}


.title-container .title h2 {
    font-size: 36px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.title-container .subtitle p {
    font-size: 18px;
    color: rgb(0, 0, 0);
    max-width: 800px;
    margin: 0 auto;
}

.shop-info-container-unique {
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
}

.shop-info-container-unique p {
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    color: #333;
    margin: 0;
    font-weight: 600;
}
.text_tombol_shop {
    color: #186fc9;
}
