.layout-page {
    background: url("../img/3000px-491px.svg") no-repeat 0;
    background-position: left top;
}

.just-print {
    display: none;
}

/* Watermark di Tengah Halaman */
#watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: -1000;
}

#watermark img {
    width: 500px;
}

@media print {


    .no-print {
        display: none !important;
    }

    .no-bg-print {
        background: none !important;
    }

    .just-print {
        display: block !important;
    }

}

.table-full .dt-length,
.table-full .dt-info {
    margin-left: 1.3rem !important
}

.table-full .dt-search,
.table-full .dt-paging {
    margin-right: 1.3rem !important
}

.text-body {
    color: var(--bs-body-color) !important;
}

.hover:hover {
    background-color: aliceblue;
}

a:focus {
    border: none;
}

.btn-sm .bx {
    font-size: 1.03rem !important;
    line-height: 1 !important;
}