@import './harga.css';
@import './support.css';

.mj-accordion-detail.active {
    display: block;
}

.mj-tab-switch nav.flat {
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: unset;
    border-bottom: 1px solid #d6d6d6;
    background: none;
}

.mj-tab-switch nav.flat .active {
    background: none;
    border: 0;
    border-radius: unset;
    box-shadow: unset;
    border-bottom: 3px solid;
    border-style: solid;
    border-image: linear-gradient(to right, #47BAB3, #A1CF7F) 1;
}

.mj-tab-switch nav.flat a {
    width: 25%;
}

/* PAGE STYLE */
.pg-media .mj-tab-switch-content {
    padding: 0;
}

.pg-media .ask {
    border-bottom: 1px solid #D6D6D6;
}

.pg-media .ask .mj-title-text.xs{
    font-size: 20px;
    color: #21928F;
}

.pg-media .mj-accordion {
    padding: 24px 0;
}

.pg-media .mj-accordion-detail {
    text-align: left;
    padding-bottom: 24px;
}

@media (max-width: 450px) {
    .mj-tab-switch nav.flat {
        overflow: auto;
        white-space: nowrap;
        justify-content: unset;
    }

    .mj-tab-switch nav.flat::-webkit-scrollbar{
        display: none;
    }

    .mj-tab-switch nav.flat a {
        width: 200px!important;
    }
}