/*
Theme Name: Desa-ku
Theme URI: https://example.com/desa-ku
Author: Your Name
Author URI: https://example.com
Description: Tema WordPress sederhana untuk desa.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: desaku
Tags: desa, simple, responsive
*/
.swal2-container .swal2-modal.swal2-popup .swal2-title {
    margin-block: 0 0rem;
    padding-top: 10px;
}

.dt-hide-original {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: 0;
}

.dt-custom-row .dt-hide-original {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    height: auto;
}

@media screen and (max-width: 768px) {
  .app-brand-text.demo {
    font-size: .8rem;
}
}