.title-modal-excel {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins';
    text-align: center;
    line-height: 29.05px;
    color: #171C26;
}

.subtitle-modal-excel {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    text-align: center;
    line-height: 19.36px;
    color: #171C26;
}

.link-download-modal-excel {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    text-align: center;
    line-height: 19.36px;
    color: #5D5FEF;
}

.custom-padding-col-bg {
    padding-left: 0px;
    padding-right: 0px;
}

.label-title-custom {
    color: #BDBDBD;
    font-weight: 400;
    font-size: 16px;
}

.filter-kegiatan-custom {
    color: #2A3F54;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 20px;
}

#filter-kegiatan-btn {
    height: 38px;
}

.custom-select-kegiatan {
    border-radius: 6px;
    border: 1px solid #2A3F54;
    width: 150px;
    height: 38px;
    margin-right: 20px;
    color: #2A3F54;
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}


.title-sidebar {
    font-size: 17px;
}

.sublabel-title-custom {
    font-weight: 700;
    font-size: 16px;
}

.title-page {
    font-weight: 700;
    font-size: 32px;
    color: #171C26;
}

.subtitle-page {
    font-weight: 700;
    font-size: 24px;
    color: #171C26;
}

.label-nav-detail {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #171C26;
}

.content-modal-label {
    font-weight: 500;
    font-size: 14px;
    color: #171C26;
}

.input-text-modal {
    border-radius: 6px;
}

.operator-badge {
    padding: 5px 10px;
    background-color: #e5e8ff;
    color: #4F5AED;
    font-size: 16px;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #FBFBFB;
}

.card-dashboard-color {
    background-color: #fcfcfc;
}

.toolbar {
    padding-top: 10px;
    float: right;
}

.toolbar-user {
    padding-top: 10px;
    float: right;
}

.toolbar-instansi {
    padding-top: 10px;
    float: right;
}

.toolbar-sumber-dana {
    padding-top: 10px;
    float: right;
}

.toolbar-jenis-pekerjaan {
    padding-top: 10px;
    float: right;
}

.close-icon {
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 3px;
}

.btn-outline-red {
    color: #EB5757;
    border-color: #EB5757;
    border-radius: 6px;
}

.btn-outline-red:focus,
.btn-outline-red.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 87, 87, 0.5);
}

.btn-outline-red:hover {
    color: #EB5757;
}

.btn-outline-red.disabled,
.btn-outline-red:disabled {
    color: #EB5757;
    background-color: transparent;
}

.btn-outline-yellow {
    color: #FFC436;
    border-color: #FFC436;
    border-radius: 6px;
}

.btn-outline-yellow:focus,
.btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 196, 54, 0.5);
}

.btn-outline-yellow:hover {
    color: #FFC436;
}

.btn-outline-yellow.disabled,
.btn-outline-yellow:disabled {
    color: #FFC436;
    background-color: transparent;
}

.btn-outline-black {
    color: #464F60;
    border-color: #464F60;
    border-radius: 6px;
}

.btn-outline-black:focus,
.btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(70, 79, 96, 0.5);
}

.btn-outline-black:hover {
    color: #464F60;
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #464F60;
    background-color: transparent;
}

.btn-outline-blue {
    color: #1ABB9C;
    border-color: #1ABB9C;
    border-radius: 6px;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 95, 239, 0.5);
}

.btn-outline-blue:hover {
    color: #1ABB9C;
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #1ABB9C;
    background-color: transparent;
}

.btn-green {
    color: #fff;
    background-color: #27AE60;
    border-color: #27AE60;
    border-radius: 6px;
}

.btn-green:focus,
.btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.5);
}

.btn-green:hover {
    color: #fff;
}

.btn-blue {
    color: #fff;
    background-color: #1ABB9C;
    border-color: #1ABB9C;
    border-radius: 6px;
}

.btn-blue:focus,
.btn-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 95, 239, 0.5);
}

.btn-blue:hover {
    color: #fff;
}

.nav-tabs .nav-link.active {
    color: #1ABB9C;
    font-size: 14;
    font-weight: 700;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: #1ABB9C;
    border-left-color: rgb(222, 226, 230);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #2A3F54 !important;
    border-color: #2A3F54;
    color: #fff;
}

.col-left {
    background-color: #2A3F54;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-right {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.system-name {
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
}

.sub-name {
    color: #828282;
    font-weight: 500;
    font-size: 20px;
    line-height: 24.2px;
}

.label-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.custom-card-header {
    background-color: white;
}

.label-text-curve {
    font-size: 16px;
    font-weight: 600;
    color: #828282;
}

.label-text-progress {
    font-size: 40px;
    font-weight: 500;
    color: #0B1354;
}

.label-text-secondary {
    font-size: 14px;
    font-weight: 400;
    color: #4F4F4F;
}

.chart-container {
    width: 20%;
}

#mark-belum-berjalan,
#mark-sedang-berjalan,
#mark-selesai {
    cursor: pointer;
}

.modal-kegiatan-label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 30px;
    color: #171C26;
}

.custom-card-dashboard {
    width: fit-content;
    margin-left: 20px;
    margin-right: 20px;
    width: 190px;
    height: 60px;
    padding: 10px 10px 10px 10px;
}

.custom-label-bidang-dashboard {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 19.36px;
    color: #F2F2F2;
}

.custom-label-name-dashboard {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 19.36px;
    color: #333333;
}