/* Header */
header {
    background-color: #0391df;
}

.header-button {
    width: 200px;
}
/* End Header */


/* Commission */
#commission {
    background-color: var(--light-grey);
}

.commission-table-overlay {
    background: #fff;
    font-size: 18px;
    height: auto;
    left: 50%;
    margin-top: -10px;
    padding: 18px;
    position: absolute;
    transform: translateX(-50%);
    width: 110%;
}

.commission-column-left {
    display: inline-block;
    text-align: left;
    width: 50%;
}

.commission-column-right {
    display: inline-block;
    text-align: right;
    width: 50%;
}
/* End Commission */


/* Success Step */
.sucstep-number-container {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:  var(--light-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey) !important;
}

.sucstep-line {
    border-top: 3px solid lightgrey;
    position: absolute;
    width: 10%;
    top: 3%;
}

.sucstep-line.left {
    left: 28%;
}

.sucstep-line.right{
    right: 28%;
}
/* Success Step */


/* Plus Point */
.plus-icon {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
/* End Plus Point */


/* Mitra Testymony */
.mitmony-profile {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.mitmony-card {
    border: 1px solid var(--grey);
}
/* End Mitra Testymony */


/* FAQ  */
#faq {
    background-color: var(--light-grey);
}
/* End FAQ  */

/* Informasi Modal */
#informasiModal .modal-header,
#informasiModal .modal-footer {
    border: 0;
}

.information-play-container {
    opacity: .5;
    cursor: pointer;
    transition: all 250ms ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--primary);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border-radius: 24px;
}

.information-img {
    width: 50%;
    height: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
}

.information-play-container:hover {
    opacity: 1;
}

.information-button {
    background-color: var(--secondary);
    color: var(--white) !important;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5625rem;
    transition: all .250ms ease;
    cursor: default !important;
    width: fit-content;
}

.information-iframe-container iframe {
    width: 100%;
    height: 350px;
    padding: 0 140px;
}
/* End Informasi Modal */

@media only screen and (max-width: 767.98px) {

    /* Header */
    .header-button {
        width: fit-content;
    }

    .page-header {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
    /* End  */

    /* Sucess Step */
    .sucstep-number-container {
        background-color: var(--secondary);
        color: white !important;
    }

    .sucstep-mobile-separator {
        border-top: 2px solid #0391df;
        opacity: .25;
        width: 50%
    }
    /* End Sucess Step */
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    /* Header */
    .information-iframe-container iframe {
        padding: 0;
    }

    .page-header {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
    /* EndHeader */

    /* Success Step */
    .sucstep-number-container {
        background-color: var(--secondary);
        color: white !important;
    }

    .sucstep-mobile-separator {
        border-top: 2px solid #0391df;
        opacity: .25;
        width: 50%
    }
    /* End Success Step */
}
