.text-custom-color {
    color: #156082 !important;
}

.pilar-custom-color {
    color: #C04F15 !important;
}

.box-custom-color {
    background-color: #156082;
}

.bg-custom-black {
    background-color: black;
}

.box-kad-custom-color {
    background-color: #C04F15;
}

.bg-custom-orange {
    background-color: #C04F15;
}

.background-body-custom {
    background-image: linear-gradient(rgba(250, 243, 225, 0.8), rgba(250, 243, 225, 0.8)),
    url('{{ asset("image/jawatimur.png") }}');
    background-color: #faf3e1;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

/* Style untuk notification dengan smooth transition */
.notification {
    transition: all 0.5s ease-out;
}



/* Style CSS for Home Page */
.home-pilar-tittle {
    font-weight: 750;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    line-height: 1.2;
    color: #C04F15;
    font-size: 1.5rem;
    text-align: center;
}
