/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@media print {
    .hide-print {
        display: none;
    }
}

.cetak {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 11pt;
}

.m-t-20 {
    margin-top: 20px;
}

.bawah {
    border-bottom: 1px solid #000;
}

.kiri {
    border-left: 1px solid #000;
}

.kanan {
    border-right: 1px solid #000;
}

.atas {
    border-top: 1px solid #000;
}

.text_tengah {
    text-align: center;
}

.text_kiri {
    text-align: left;
}

.text_kanan {
    text-align: right;
}

.text_blok {
    font-weight: bold;
}

.text_12 {
    font-size: 12px !important;
}

.text_15 {
    font-size: 15px !important;
}

.text_20 {
    font-size: 20px !important;
}

.logoprinter {
    position: absolute;
    top: 150px;
    right: 600px;
}

thead {
    display: table-header-group;
}

.setbreakafter {
    page-break-after: always;
}

.setbreakbefore {
    page-break-before: always;
}

td,
th {
    page-break-inside: avoid;
    vertical-align: top;
}

thead td {
    vertical-align: middle;
}

@media print {
    body {
        padding: 0px;
    }
}

#action-sipd {
    padding: 20px 0;
    text-align: center;
}

/*table { page-break-inside:auto }
div   { page-break-inside:avoid; }
tr    { page-break-inside:avoid; page-break-after:auto }*/
thead {
    display: table-header-group
}

tfoot {
    display: table-footer-group
}

.no-border {
    border: 0;
}

.borderless-table,
.borderless-table tr,
.borderless-table td,
.borderless-table th {
    border: 0;
}

.no-padding td,
.no-padding th {
    border: 0;
    padding: 0;
}

.apbd-penjabaran td,
.apbd-penjabaran th {
    padding: 2px 5px;
    font-size: 13px;
}

#wrap-loading {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999999;
    background: #00000073;
    top: 0;
}

.lds-hourglass {
    position: fixed;
    width: 64px;
    height: 64px;
    top: 50vh;
    left: 50%;
    z-index: 99999;
    margin-left: -32px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

/* Base Styles */
.edit-mapping,
.edit-monev,
.edit-monev-file,
.delete-monev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
}

/* Edit Buttons */
.edit-mapping,
.edit-monev,
.edit-monev-file {
    background-color: #fdfd96;
    color: #333;
    border-color: #f7e700;
}

.edit-mapping:hover,
.edit-monev:hover,
.edit-monev-file:hover {
    background-color: #ffcc00;
    color: #fff;
    border-color: #ffa500;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Delete Button */
.delete-monev {
    background-color: #ffe5e5;
    color: #d9534f;
    border-color: #d9534f;
}

.delete-monev:hover {
    background-color: #ff4444;
    color: #fff;
    border-color: #ff0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.list-mapping {
    margin-left: 5px;
    display: inline;
}

.list-mapping li {
    display: inline-block;
    margin-left: 5px;
}

.list-mapping .mapping {
    padding: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative !important;
}

td[contenteditable="true"] {
    background: #ff00002e;
}

.daftar-tahun {
    margin: 0 0 20px 0;
}

.daftar-tahun li {
    display: inline-block;
    margin: 0 10px;
}

.aksi-monev li {
    display: inline-block;
    margin: 10px;
}

#penjadwalanHitungMundur {
    text-align: center;
    padding-bottom: 80px;
    width: 250px !important;
    position: fixed;
    height: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1001;
    background-color: #222;
    border-bottom-left-radius: 0.6em;
    border-bottom-right-radius: 0.6em;
}

#penjadwalanHitungMundur span {
    display: block;
    font-size: 13px;
    color: white;
}

#penjadwalanHitungMundur #titles span {
    display: inline-block !important;
    font-size: 15px !important;
}

#penjadwalanHitungMundur div {
    display: inline-block;
    line-height: 1;
    padding: 0;
    margin: 0;
    width: 20%;
    height: 40px;
}

#penjadwalanHitungMundur #titles {
    display: block;
    font-size: 15px;
    color: white;
    padding: 2px 2px 10px;
    margin: 0;
    text-align: center;
    line-height: 1;
}

#penjadwalanHitungMundur #days {
    font-size: 20px;
    color: #db4844;
    text-align: center;
}

#penjadwalanHitungMundur #hours {
    font-size: 20px;
    color: #f07c22;
    text-align: center;
}

#penjadwalanHitungMundur #minutes {
    font-size: 20px;
    color: #f6da74;
    text-align: center;
}

#penjadwalanHitungMundur #seconds {
    font-size: 20px;
    color: #abcd58;
    text-align: center;
}

.modal a {
    text-decoration: none !important;
}

.modal .btn,
table .btn {
    margin-bottom: 5px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=reset],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: 0.375rem 0.75rem;
}

.dt-buttons {
    display: inline-block;
    margin-left: 20px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
}

.tr-tujuan {
    background: #0000ff1f;
}

.tr-sasaran {
    background: #ffff0059;
}

.tr-program,
.tr-ind-program {
    background: #baffba;
}

.tr-kegiatan,
.tr-ind-kegiatan {
    background: #13d0d03d;
}

a {
    text-decoration: none !important;
}

.action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}

.action-btn {
    flex: 0 1 45%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn.copy-data {
    display: inline-block;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
}

.select2-drop li {
    white-space: pre;
}

.wrap-table {
    overflow: auto;
    max-height: 100vh;
    width: 100%;
}

#persen-loading {
    text-align: center;
    position: fixed;
    height: 64px;
    top: 50vh;
    left: 55%;
    line-height: 1.5;
    width: 90%;
    z-index: 99999;
    margin-top: 80px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-left: -50vw;
}

#pesan-loading {
    text-align: center;
    position: fixed;
    height: 64px;
    top: 50vh;
    left: 55%;
    line-height: 1.5;
    width: 90%;
    z-index: 99999;
    margin-top: -90px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-left: -50vw;
}