.sibale-text-primary {
    color: #0075BA !important;
}

.sibale-text-orange {
    color: #F39200 !important;
}

.nav-link {
    color: #0075BA !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-align: center;
}

.nav-link.active {
    font-weight: bold !important;
    border-bottom: #0075BA solid 2px !important;
}

.bg-image-landing {
    background-image: url('file:///D:/Project/SIBALE/template/assets/image/bg-landing.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sibale-bg-primary {
    background: #0075BA !important;
}

.bg-mint {
    background: #DDFFED !important;
}

.bg-purple {
    background: #AE3770 !important;
}

.bg-blue {
    background: #3743AE !important;
}

.sibale-bg-warning {
    background: #FFE602 !important;
}

.sibale-btn-warning {
    background: #FFE602 !important;
}

.fixed-top.scrolled {
    background-color: rgba(255, 255, 255, 1) !important;
    transition: background-color 200ms linear;
}