.btn-add {
    background-color: #1c3474 !important;
}
:-webkit-full-screen {
    background-color: #F4F7FA !important;
}
/* IE11 */
:-ms-fullscreen {
    background-color: #F4F7FA !important;
}
/* Standard syntax */
:fullscreen {
    background-color: #F4F7FA !important;
}
#loading-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #eee;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#loading-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #FB8500;
    animation: loading 2s linear infinite;
}
@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.bg-hijau-1{
    background: #033321;
    background: linear-gradient(0deg, rgba(3, 51, 33, 1) 0%, rgba(93, 137, 66, 1) 100%);
}

.bg-hijau-2{
    background: #003221;
    background: linear-gradient(0deg, rgba(0, 50, 33, 1) 0%, rgba(39, 127, 83, 1) 100%);
}

.bg-hijau-3{
    background: #003323;
    background: linear-gradient(0deg, rgba(0, 51, 35, 1) 0%, rgba(25, 159, 159, 1) 100%);
}

#registrasiMenu{
    background:#FFF;
    padding:20px 5px;
}

.banner-top{
    height:135px;
    /* background: #003323; 
    background: linear-gradient(0deg, rgba(0, 51, 35, 1) 0%, rgba(25, 159, 159, 1) 100%); 
    */
    background-image: linear-gradient(to left, #dcfce7, rgb(220 252 231 / 0));

    color:#FFF; 
    /* padding:20px; */
}
.field-form-title {
    width: 100%;
    background-color: #00774f;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 15px 20px;
    font-weight: bold;
}

.nav-link.active {
    background-color: #00774f !important;
    color: #fff !important;
}
.nav-link {
    color: #00774f !important;
}
.accordion-button:not(.collapsed) {
    color: #00774f;
    background-color: #e1f5ee;
}
.title-wp {
    padding: 80px 0px;
    background: #F4F7FA;
    background: linear-gradient(90deg, rgba(244, 247, 250, 1) 0%, rgba(244, 247, 250, 1) 47%, rgba(173, 219, 189, 1) 100%);
}
#calendar .fc-event {
    font-size: 0.95em;
}
.bg-brown { background: #8d5a3a !important; color: #fff !important; }
.bg-cyan { background: #00eaff !important; color: #000 !important; }
.bg-purple { background: #a259c6 !important; color: #fff !important; }
.bg-orange { background: #ff9800 !important; color: #fff !important; }