
.sidebar .nav-item {
    position: relative;
    margin-left: 6px;
    /* right: -12px; */
}
.bg-gradient-primary {
    background-color: #0003fc;
    background-image: unset;
}
.sidebar-dark .nav-item.active .nav-link {
    color: #4e73df;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 218px;
}
.sidebar-dark .nav-item.active .nav-link i {
    color: #4e73df;
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: #4e73df;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 218px;
}
  
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
    color: #4e73df;
}

/* perkembangan dashboard */
.perkembangan-count .title {
    font-weight: 800;
    font-size: 14pt;
    color: gray;
    display: block;
}
.perkembangan-count .count {
    font-weight: 800;
    font-size: 20pt;
    color: black;
    display: block;
}

#progres_mahasiswa_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-left-mahasiswa {
    border-left: 2px solid #0275d8;
}
#progres_mahasiswa {
    width: 200px !important; /* Sesuaikan ukuran kanvas sesuai kebutuhan */
    height: 50px !important; /* Sesuaikan ukuran kanvas sesuai kebutuhan */
}

.table_detail_mahasiswa th {
    color: #4e73df;
}
.table_detail_mahasiswa th:not(.title) {
    text-align: center;
}
.table_detail_mahasiswa td:not(.title) {
    text-align: center;
}
.table_detail_mahasiswa th span {
    border-bottom: 2px solid #4e73df;
}

.table_mahasiswa th {
    color: #4e73df;
}
.table_mahasiswa th:not(.title) {
    text-align: center;
}
.table_mahasiswa td:not(.title) {
    text-align: center;
}
.table_mahasiswa th span {
    border-bottom: 2px solid #4e73df;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 16.66%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 12px;
    color: rgb(255, 255, 255);
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    line-height: 20px;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: -50%;
    top: 10px;
    z-index: -1;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #0275d8;
}
#progressbar li.active strong {
    color: #0275d8;
}
#progressbar li.complete:before {
    background: #5bc0de;
}

#progressbar li:first-child:after {
    content: none;
}
.icon {
    display: none;
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    font-size: 16px;
}
.icon-check {
    color: green;
}
.icon-close {
    color: red;
}
fieldset {
    display: none;
}
fieldset.active {
    display: block;
}
.progress {
    position: relative;
    height: 20px;
    margin-bottom: 20px;
}
.progress-bar {
    height: 100%;
    background-color: #0275d8;
    transition: width 0.4s ease;
}
.previous-step {
    float: left;
}
.next-step {
    float: right;
}
.bg-simui {
    background-color: #ffffff!important;
}