.swal2-modal {
    font-size: 12px;
    width: 400px !important;
    min-height: 150px !important;
    border-radius: 30px !important;
}

/* Custom style untuk Sweet Alert */
.swal2-popup {
    width: 400px !important;
    min-height: 150px !important;
}

.swal2-title {
    font-size: 20px !important; /* Ubah ukuran font judul */
}

.swal2-content {
    font-size: 14px !important; /* Ubah ukuran font konten */
}

/* Custom style untuk tombol Sweet Alert dengan ukuran yang lebih kecil */
.swal2-close,
.swal2-confirm,
.swal2-cancel,
.swal2-back {
    font-size: 14px !important; /* Ukuran font tombol */
    padding: 10px 20px !important; /* Padding tombol */
    border-radius: 25px !important;
}

/* End:: swiper js */
.files-list a.active {
    background: #fff5ec;
}

.files-list a {
    border-radius: 5px;
}
.files-list a:hover,
.files-list a.active {
    background: var(--primary-color);
    color: #fff !important;
}

.img-slider-top {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
#map {
    border-radius: 20px;
    height: 500px;
    width: 100%;
}

@media (max-width: 767px) {
    .img-slider-top {
        height: 250px;
        border-radius: 15px;
    }
    #map {
        height: 250px;
    }
}
