/* override here */
.alert {
    padding: .95rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline;
}

tbody .rupiah {
    text-align: right;
}

.aksi {
    text-align: center;
}

.right{
    text-align: right;
}

/* menus side bar */
.sidebar [data-bs-toggle="collapse"]::before {
    top: 40% !important;
}

/* custom dashboard (apbd, apbn, dak */
.custom-dash h1,
.custom-dash h2,
.custom-dash h3,
.text-desc-1,
.text-desc-2 {
    color: #fff !important;
}

.custom-dash .titles {
    color: #495057 !important;
}

.text-desc-1 {
    font-size: 1.2rem;
    margin: 0;
}

.text-desc-2 {
    font-size: 1rem;
    margin: 0;
}

.label-square {
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
}

#dtx-custom thead tr td {
    text-align: center;
    vertical-align: middle;
}
/* end custom */

.sidebar-cta-content {
    margin: 0;
    margin-top: 0.2rem;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}

.sidebar-link, a.sidebar-link {
    padding: 0.5rem 1.5rem;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #ddd;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*readonly sekarang warnanya putih, diganti jadi abu-abu*/
input[readonly]
{
    background-color: #e2e8ee;
    pointer-events:none;
}

.fit {
    white-space: nowrap;
    width: 1%;
}