#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 5px;
    margin-bottom: 22px;
    margin-right: 15px;
    min-width: 300px;
    max-width: 1000px;
}

/* Gaya untuk tanggal yang tidak bisa dipilih */
.datepicker-days .day.disabled {
    color: #bbb !important; /* abu-abu pucat */
    background-color: #f8f9fa !important; /* warna latar lembut */
    cursor: not-allowed !important; /* tanda tidak bisa diklik */
    opacity: 0.6; /* sedikit transparan */
}

/* Hilangkan efek hover untuk tanggal yang disabled */
.datepicker-days .day.disabled:hover {
    background-color: #f8f9fa !important;
    color: #bbb !important;
}

/* Opsional: gaya untuk tanggal yang masih bisa dipilih */
.datepicker-days .day:not(.disabled) {
    color: #000;
    cursor: pointer;
}

/* Efek hover untuk tanggal aktif */
.datepicker-days .day:not(.disabled):hover {
    background-color: #007bff !important; /* biru hover */
    color: #fff !important;
    border-radius: 50%; /* bulat seperti highlight */
}

.rejected-color {
    color: #f5b041;
}

.approved-color {
    color: #268061;
}

.other-color {
    color: #b25900;
}

.table-footer {
    padding-top: 10px;
}

.modal-content {
    max-height: 800px;
}

#ul-overflow-modal-customer {
    max-height: 450px;
    overflow: auto;
}

#ul-overflow-modal-region {
    max-height: 450px;
    overflow: auto;
}

.spin-center-absolute {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.leaflet-top,
.leaflet-bottom {
    z-index: unset !important;
}

.has-error,
.has-error label input.form-control textarea.form-control select.form-control {
    color: #dc3545 !important;
    box-shadow: none !important;
    border-color: #dc3545;
}

.has-error label {
    color: #dc3545 !important;
}

.has-error input.form-control {
    border-color: #f64e60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.has-error textarea.form-control {
    border-color: #f64e60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.has-error select.form-control {
    border-color: #f64e60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.spin-center-absolute {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.max-action {
    width: 10% !important;
}

.max-no {
    width: 5% !important;
}

.max-status {
    width: 15% !important;
}

.max-no {
    width: 2% !important;
}

.row-disabled {
    background-color: rgba(236, 240, 241, 0.5);
    pointer-events: none;
    width: 100%;
}

.valign-center tr td {
    vertical-align: middle;
}

.parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

.parsley-errors-list li {
    margin: 5px 0 0;
}

.parsley-style-1 .parsley-checkbox .parsley-errors-list.filled {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.parsley-style-1 .custom-select.parsley-error {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.parsley-style-1 .parsley-errors-list.filled {
    background-color: #dc3545;
    color: #fff;
    padding: 3px 10px;
    font-size: 11px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.parsley-style-1 .parsley-errors-list.filled li:first-child {
    margin-top: 0;
}

.max-action-td {
    text-align: center;
    vertical-align: middle;
}

.max-action {
    width: 17% !important;
    max-width: 25% !important;
    text-align: center;
}

.max-action-lg {
    width: 20% !important;
    max-width: 30% !important;
    text-align: center;
}

.custom-overflow-thead {
    top: 0 !important;
    position: sticky !important;
}

/* table.detail-table tr td,
table.detail-table tr th,
table.detail-table tr td input,
table.detail-table tr td textarea {
    font-size: 10px;
} */

.disabled-link {
    pointer-events: none;
    opacity: 0.65;
    cursor: not-allowed;
}
.col-small {
    padding-right: 5px;
    padding-left: 5px;
}

.angke-red-color {
    color: #d45455;
}

.angke-red-color-image {
    color: #d45455;
    font-weight: 500;
    font-size: 16px;
}

.img-class {
    object-fit: contain;
    width: 100%;
    height: 220px;
}

.img-class-sml {
    object-fit: contain;
    width: 100%;
    height: 100px;
}

/* padding */

.pv-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* margin */

/* margin vertical*/
.mv-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mv-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mv-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mv-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mv-125 {
    margin-top: 125px;
    margin-bottom: 125px;
}

/* margin top*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

/* margin right*/
.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

/* margin bottom*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

/* margin left*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.header-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000 !important;
}

.subheader-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000 !important;
}

.rejected-color {
    color: #f5b041;
}

.approved-color {
    color: #268061;
}

.other-color {
    color: #b25900;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.w-100 {
    width: 100%;
}

.w-10 {
    width: 10%;
}

.h-100 {
    height: 100%;
}

.bg-opacity-25 {
    opacity: 0.25;
}

.bg-000 {
    /* background: #000; */
    background-color: rgba(0, 0, 0, 0.5);
}

.text-fff {
    color: #fff;
}

.t-15 {
    top: 15%;
}

.t-20 {
    top: 20%;
}

.t-40 {
    top: 40%;
}

.t-50 {
    top: 50%;
}

.l-15 {
    left: 15%;
}

.l-20 {
    left: 20%;
}

.l-30 {
    left: 30%;
}

.l-40 {
    left: 40%;
}

.l-50 {
    left: 50%;
}

.translate-50 {
    translate: 50% 50%;
}

.pd-0 {
    padding: 0;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.modal-info-text {
    color: #1c1c1c;
    font-weight: 400;
    size: 14px;
    line-height: 20.3px;
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.trumbowyg-button-pane {
    z-index: 1 !important;
}

.icon-svg {
    /* color: #9e0111; */
    transition: all 0.2s ease;
    cursor: pointer;
}

.icon-svg:hover {
    /* color: #1e40af; */
    transform: scale(1.05);
}

.content-tbl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 40px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #9e0111;
}
.checkbox > input:checked ~ span {
    background-color: #9e0111;
}

.radio > input:checked ~ span {
    background-color: #9e0111;
}

.toggle-container {
    padding-top: 8px;
}
.input-plus-minus-nowidth {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px, solid, rgb(215, 215, 215);
    padding: 5px;
    border-radius: 5px;
}
.input-plus-minus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px, solid, rgb(215, 215, 215);
    padding: 5px;
    border-radius: 5px;
    max-width: 100%;
    height: calc(2em + 1.3rem + 2px);
}

.btn-danger {
    background-color: #9e0111 !important;
    border-color: #9e0111 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    color: #9e0111 !important;
    border-color: #9e0111 !important;
    background-color: transparent !important;
}

.btn-danger:hover svg path {
    color: #9e0111 !important;
    stroke: #9e0111 !important;
}

.btn-outline-danger {
    color: #9e0111 !important;
    border-color: #9e0111 !important;
    background-color: transparent !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active {
    color: #fff !important;
    background-color: #9e0111 !important;
    border-color: #9e0111 !important;
}
.page-item.active .page-link {
    background-color: #9e0111 !important;
    border-color: #9e0111 !important;
}
input {
    background-color: transparent;
}
