/* NAVBAR */
.navbar {
    background-color: #391257 !important;
}

.navbar .nav-item:not(.active) .nav-link {
    color: #FFFFFF !important;
}

.navbar .nav-item.active .nav-link {
    color: #D9B0FF !important;
    position: relative;
}

.navbar .nav-item.active .nav-link::after {
    content: '';
    display: block;
    width: 62px;
    height: 21px;
    background: url(/images/new-ui/navbar/menu-active.webp) center center / contain no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.profile-info {
    color: #FFFFFF !important;
}

.logout-button {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin-left: 1rem !important;
}

/* DASHBOARD */
.header-section .nav.canvas-tabs {
    display: none !important;
}

.header-section .title-header {
    display: none !important;
}

#content,
body {
    background-color: #ebeffa;
}

.section-search-date {
    display: none;
}

.section-summary-order {
    flex: 0 0 auto;
    width: 100%;
}

#order .list-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

#order .list-group-item {
    flex: 1;
    min-width: 200px;
    background: white !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 1rem !important;
    text-align: start !important;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: black !important;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.2px;
    color: #373737;
}

#order .list-group-item:nth-child(1),
#order .list-group-item:nth-child(2) {
    font-size: 0.875rem;
    color: #6B7280;
}

#order .list-group-item .badge {
    /* font-weight: 700 !important; */
    background: transparent !important;
    color: #7818C2 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: start !important;

    font-family: 'Inter', sans-serif;
    font-weight: 700 !important;
    font-size: 24px !important;
    /* color: #373737; */
}

#order .list-group-item:nth-child(3),
#order .list-group-item:nth-child(4),
#order .list-group-item:nth-child(5),
#order .list-group-item:nth-child(6) {
    display: none !important;
}

#order #search-date-label {
    /* display: none !important; */
    visibility: hidden;
    position: relative;
    margin-top: 30px;

    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #7818C2;
}

#search-date-label::after {
    content: 'Summary';
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
}

#order .section-summary-order {
    text-align: start !important;
}

#order .separator {
    visibility: hidden;
    position: relative;
}

#order .chart-section {
    background-color: transparent !important;
}

#order .chart-section h3 {
    visibility: hidden;
    position: relative;

    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #7818C2;

    margin-top: 30px;
}

#order .chart-section h3::after {
    content: 'Chart';
    visibility: visible;
    position: absolute;
    top: 0;
    left: -10px;
    ;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent !important;
}

.canvas-alt-tabs.tabs-bb .nav-link.active {
    border-bottom: 3px solid #7818C2 !important;
}

.active .nav-link:not(.active) {
    color: #37373780 !important;
}

#order .tab-content {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
    #order .list-group-item {
        min-width: 100%;
    }
}

#order .chart-section canvas {
    max-height: 400px !important;
    height: 400px !important;
}

#order .separator {
    display: none !important;
}

/* FOOTER */
.footer-section {
    display: block !important;
    background-color: #391257;
    width: 100vw;
    height: 60px;
}

.footer-section p {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: justify;
    color: #FFFFFF;
    margin-top: 20px;
}
