.bottom-left {
    position: absolute;
    bottom: 40px;
    padding-left: 2%;
    padding: 2%;
    left: 10;
    right: 10;
    background: rgba(192, 162, 93, 0.4);
    color: gray;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    font-size: 16px;
    text-overflow: ellipsis;
}

#container {
    position: relative;
}

#owl .item img {
    display: block;
    width: 250px;
    height: 280px;
}

#owl-slider .item img {
    display: block;
    width: 100%;
    height: 420px;
}

.customNavigation {
    text-align: center;
}


.myPengumuman {
    display: block;
    width: 100%;
    height: 335px;
    padding-top: 10px;
    /* padding-right: 30px; */
    padding-bottom: 5px;
    object-fit: contain;
    /* margin-left: -15px; */
}


.button-pengaduan {
    height: 100%;
    display: block;
    border: 1px solid #C0A25D;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 20px;
    background: #C0A25D;
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 10px #C0A25D;
    cursor: pointer;
}

.button-pengaduan:hover {
    color: hsla(215, 0%, 100%, 1);
}

#pengumumanImg {
    border-radius: 5px;
    transition: 0.3s;
}

#pengumumanImg:hover {
    opacity: 0.5;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    padding-top: 7%;
    display: none;
    position: fixed;
    z-index: 1010;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {

    /* margin-top: 10px; */
    margin: auto;
    display: block;
    width: 100%;
    max-width: 900px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
#close {
    position: absolute;
    top: 5px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#close:hover,
#close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.value-map {
    font-weight: bold;
}

.value-split {
    color: red;
    font-weight: bold;

}

.mapboxgl-ctrl-logo {
    display: none !important;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.map_container {
    border-style: groove;
    border-radius: 10px;
}

.wrapper_map {
    position: relative;
}


.ket_map {
    position: absolute;
    bottom: 0;
    border: 1px solid #50AF60;
    background-color: #F2FCF6;
    border-radius: 0px 0px 10px 10px;
    padding: 5px;
    word-break: break-all;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}

.item-center {
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    align-items: center;
    justify-items: center;
}

.container_row {
    display: grid;
    /* grid-template-rows: 0.2fr 1.5fr 1.2fr 0.8fr; */
    grid-template-areas:
        "content1 content2 content3 content4 content5";
    grid-gap: 0.2rem;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}


#content1 {
    grid-area: content1;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
    border: 1px solid #C0A25D;
    background-color: rgba(192, 162, 93, 0.1);
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    word-break: break-all;
    display: inline-block;
}

#content2 {
    grid-area: content2;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
    border: 1px solid #9361DB;
    background-color: #F9F5FF;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    word-break: break-all;
    display: inline-block;
}

#content3 {
    grid-area: content3;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
    border: 1px solid #DC143C;
    background-color: #FEF5F5;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    word-break: break-all;
    display: inline-block;
}

#content4 {
    grid-area: content4;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
    border: 1px solid #50AF60;
    background-color: #F2FCF6;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    word-break: break-all;
    display: inline-block;
}

#content5 {
    grid-area: content5;
    border-radius: var(--main-radius);
    padding-top: var(--main-padding);
    border: 1px solid #333333;
    background-color: #FAFAFA;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    word-break: break-all;
    display: inline-block;
}

@media only screen and (max-width: 550px) {
    .container_row {
        grid-template-columns: 1fr;
        grid-template-rows: 0.4fr 0.4fr 2.2fr 1.2fr 1.2fr 1.2fr 1fr;
        grid-template-areas:
            "content1"
            "content2"
            "content3"
            "content4"
            "content5";
    }
}

.text-detail-bold {
    font-weight: bold;
    color: black;
}

.detail_container_text {
    font-weight: bold;
    font-size: 35px;
}

.detail_container_ket {
    font-size: 14px;
    color: #464A50
}

.container_pengunjung {
    border: 1px solid #C0A25D;
    background-color: #F5FBFF;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    word-break: break-all;
    display: inline-block;
    width: 100%;
}

.item_pengunjung {
    font-weight: bold;
    font-size: 16px;
    color: #C0A25D
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
}

.grid-item {
    width: 95%;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    /* box-shadow: 8px 8px 8px 8px rgba(0, 0, 0, 0.2); */
    transition: 0.3s;
    /* border-radius: 10px; */
    padding: 5px 5px 5px 5px;
    background-color: #FFFFFF;
    margin: 5px 5px 5px 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);

}

.marker {
    background-size: 30px 35px;
    width: 30px;
    height: 35px;
    cursor: pointer;
}

/* The Modal (background) */
.modalDialog {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 150px;
    padding-left: 20%;
    padding-right: 20%;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(128, 128, 128, 0.8);
    /* Fallback color */
    background-color: rgba(128, 128, 128, 0.8);
    /* Black w/ opacity */
}

.title_ket {
    font-size: 16px;
    color: #909090;
    font-weight: bold
}

.show_message {
    border: 3px solid #333333;
    background-color: #FAFAFA;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    margin: auto;
    word-break: break-all;
    /* display: inline-block; */
    width: 100%;
}

.a {
    font-style: normal;
}

.button_redirect_blue {
    background-color: #C0A25D;
    border: 2px solid transparent;
    border-radius: 2em;
    display: inline-block;
    font-family: Merriweather, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    transition: background-color 0.125s ease-in;
    margin-top: 10px;
    text-decoration-line: none;
    text-decoration: none;
    color: white;
}


.button_redirect_blue:hover,
.button_redirect_blue:focus,
.button_redirect_blue:active {
    background-color: #C28D40;
    cursor: pointer;
}

.button_redirect_purple {
    background-color: #9361DB;
    border: 2px solid transparent;
    border-radius: 2em;
    display: inline-block;
    font-family: Merriweather, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    transition: background-color 0.125s ease-in;
    margin-top: 10px;
    text-decoration-line: none;
    text-decoration: none;
    color: white;
}


.button_redirect_purple:hover,
.button_redirect_purple:focus,
.button_redirect_purple:active {
    background-color: #800080;
    cursor: pointer;
}

.button_redirect_red {
    background-color: #DC143C;
    border: 2px solid transparent;
    border-radius: 2em;
    display: inline-block;
    font-family: Merriweather, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    transition: background-color 0.125s ease-in;
    margin-top: 10px;
    text-decoration-line: none;
    text-decoration: none;
    color: white;
}


.button_redirect_red:hover,
.button_redirect_red:focus,
.button_redirect_red:active {
    background-color: #ff0000;
    cursor: pointer;
}

.button_redirect_green {
    background-color: #50AF60;
    border: 2px solid transparent;
    border-radius: 2em;
    display: inline-block;
    font-family: Merriweather, Arial, sans-serif;
    font-weight: 300;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    transition: background-color 0.125s ease-in;
    margin-top: 10px;
    text-decoration-line: none;
    text-decoration: none;
    color: white;
}


.button_redirect_green:hover,
.button_redirect_green:focus,
.button_redirect_green:active {
    background-color: #60C743;
    cursor: pointer;
}

.border_map {
    border-style: solid;
    padding: 5px;
    border-color: grey;
    border-radius: 5px;
    border-width: 1px;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #C0A25D;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #C0A25D;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.main_container {
    padding: 10px;
    background-color: #E5E5E5;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
}

.cardRadiusTop {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    background-color: #FFFFFF;
}

.cardRadiusBottom {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    background-color: #FFFFFF;
    margin-top: 5px;
}

.cardWithoutRadius {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    padding: 20px;
    background-color: #FFFFFF;
    margin-top: 5px;
}

.show_message {
    border: 3px solid #C0A25D;
    background-color: #F5FBFF;
    border-radius: 20px;
    padding: 5px;
    font-weight: bold;
    word-break: break-all;
    /* display: inline-block;
	width: 100%; */

}

/* Styling modal */
.modal:before {
    content: '';
    display: inline-block;
    height: 30%;
    vertical-align: middle;


}

.progressbar-wrapper {
    background: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;



}

.progressbar li {
    list-style-type: none;
    width: 33.3%;
    /* float: left; */
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 30px;
    left: -50%;
    z-index: 0;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #C0A25D;
    font-weight: bold;
}

.progressbar li.active:before {
    border-color: #C0A25D;
    background: #C0A25D;
    color: white;
}

.progressbar li.active+li:after {
    background-color: #C0A25D;
}

.progressbar li.active:before {
    background: #C0A25D url(user.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar li::before {
    background: #fff url(user.svg) no-repeat center center;
    background-size: 60%;
}


.progressbar {
    counter-reset: step;
    display: flex;
    justify-content: space-around;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
}

/* regoin input */
.custom-search {
    position: relative;
    width: 100%;
    text-align: center;
}

.custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}

.custom-search-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #C28D40;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    z-index: 2;
}

/* Atur gaya untuk item slider */
#owl-slider .item {
    width: 100%;
    /* Agar mengambil lebar penuh */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* Untuk memotong jika gambar melebihi ukuran kontainer */
    position: relative;
    /* Untuk posisi elemen di dalamnya */
}

/* Pastikan gambar responsif */
#owl-slider .item img {
    width: 100%;
    /* Sesuaikan lebar dengan kontainer */
    height: auto;
    /* Pertahankan rasio aspek */
    max-height: 550px;
    /* Batas maksimum tinggi */
    object-fit: cover;
    /* Potong gambar agar pas dalam kontainer */
}

#adjust-img {
    height: auto;
    object-fit: cover;
    min-height: 230px;
    max-height: 230px;
    min-width: 400px;
    max-width: 400px;
}

/* Atur posisi elemen teks (bottom-left) */
#owl-slider .bottom-left {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(192, 162, 93, 0.8);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    color: white;
}

.full-box-link {
    display: block;  /* Mengubah <a> menjadi elemen blok */
    text-decoration: none;  /* Menghilangkan garis bawah */
    color: inherit;  /* Mempertahankan warna asli teks */
}