.timeline-label.active .timeline-label,
.timeline-label.active .timeline-content {
    color: #000 !important;
    font-weight: 900;
}

.timeline-label.active .timeline-badge .fa-genderless:before {
    color: #7cb342 !important;
    font-size: 40px;
}

.align-top td {
    vertical-align: top;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    margin-left: 20px;
}

.badge-light-info {
    color: #fff;
    background-color: #F0824B;
}

.badge-light-success {
    color: #fff;
    background-color: #379191;
}

.nav-pills .nav-link {
    background-color: #d7dbe7;
}

.timeline-label.active .timeline-badge .fa-genderless:before {
    color: #2F5597 !important;
}

.header, .header .header-brand {
    background-color: #385492;
}

.btn-float {
    position: absolute;
    top: 3px;
    right: 2px;
}

.hasil-pencarian {
    position: absolute;
    z-index: 10000000000;
    bottom: 0;
    /* margin-top: 65px; */
    width: 100%;
    background-color: #e5e5e5;
    padding: 10px;
    margin-left: -1.2rem;
    margin-bottom: 0px !important;
}

.select2-results {
    position: relative;
}

.background-recap-summary {
    background-color: cadetblue !important;
}

.background-usulan {
    background-color: #000 !important;
}

.background-perencanaan-dan-inisiasi {
    background-color: #3A5060 !important;
}

.background-penyiapan {
    background-color: #8399A7 !important;
}

.background-transaksi {
    background-color: #B3BFC2 !important;
}

.background-konstruksi {
    background-color: #FFC156 !important;
}

.background-operasi {
    background-color: #FFD476 !important;
}

.background-transfer {
    background-color: #cdcdcd !important;
}

.background-block {
    background-color: #fff !important;
}

.background-transparent {
    background-color: transparent !important;
}

.background-main {
    background-color: #5b87a7 !important;
}

.row-eq-height {
    display: flex;
}

.background-letter-of-intents-loi {
    background-color: #fff !important;
}

.badge-unsolicited {
    color: #fff;
    background-color: #F0824B !important;
}

.badge-solicited {
    color: #fff;
    background-color: #379191 !important;
}

.badge-b2b {
    color: #fff;
    background-color: #346f9d !important;
}

.badge-ksp {
    color: #fff;
    background-color: #914c37 !important;
}

.badge-penugasan {
    color: #fff;
    background-color: #373b91 !important;
}

.text-justify {
    text-align: justify !important;
}

.tns-default .tns-outer {
    margin:0px !important;
}
.tns-default button {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    margin: 10px;
    opacity: 0.3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.tns-default button:disabled {
    display:none !important;
}
.tns-default button:hover,
.tns-default button:focus {
    opacity: 1;
    color:#fff !important;
}

.modal-announcement img {
    width:100%;
    height:100%;
    margin:20px;
}
table td, table tr th {
    vertical-align: baseline !important;
    padding-right:15px !important;
}
.project-expired .expired .text-expired {
    color:#a50000 !important;
}
.project-expired .will-expired .text-expired {
    color:#00b305 !important;
}
@media (min-width: 992px) {
    .aside {
        display: none;
    }
}

