.cardOuter {
    margin-bottom: 40px !important;
}

.titleEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    color: #234b88;
}

.containerDrop {
    margin: 40px 0;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}

.blockHeader {
    background-color: #2374ed;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 29px 24px 11px 35px;
}

.blockHeaderTitle {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 17px;
}

.centerTitle {
    display: flex;
    flex-direction: column;

    font-size: 20px;
    height: 5em;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.headerTitle {
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.centerTitleCoach {
    display: flex;
    flex-direction: column;

    font-size: 14px;
    height: 2em;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.headerCoach {
    font-family: Overpass;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.imageCoach {
    width: 100%;
    padding-top: 100%;
    background-color: #e5e5e5;
    border-radius: 50%;
}

.blockBody {
    margin: 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
}

.textOpen {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #28ac2d;
}

.textClose {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: red;
}

.textTypeEvent {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #aeaeae;
}

.centerBodyTitle {
    display: flex;
    flex-direction: column;

    font-size: 16px;
    height: 3em;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    /* background-color: #28AC2D */
}

.bodyTitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* margin-bottom: 10px; */
    color: #234b88;

    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.eventPrice {
    font-family: Poppins;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #6a6a6a;
}

.textStrike {
    text-decoration-line: line-through;
}

.textFree {
    text-decoration-line: unset;
    font-weight: 600;
    color: black;
}

.classDescrip {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;

    color: #3d3d3d;
    margin-bottom: 20px;
}

.titleProgram {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    display: flex;
    align-items: center;
    text-align: right;

    color: #234b88;
}

.BannerSubtitle {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #234b88;
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 900px) {
    .eventTime {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #3d3d3d;
        margin-bottom: 10px;
    }

    .BannerBlock {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 30px;
        background: #3ec3dc;
        flex-wrap: wrap;
    }

    .imageJumbotron {
        width: 100%;
    }

    .textJumbotron {
        /* flex: 1; */
        align-self: center;
        /* margin-right: 20px */
        width: 100%;
    }

    .BannerTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
        margin-bottom: 20px;
    }

    .BannerCoachName {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #234b88;
        margin-bottom: 20px;
    }
}

@media (max-width: 900px) {
    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    #mainContainer {
        flex: 1;
        flex-direction: column-reverse;
        display: flex;
    }

    #contentBody {
        flex: 1;
        margin-right: 25px;
        /* width: 66%; */
    }

    #asideBody {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    #coachCard {
        /* padding: 20px; */
        border-radius: 20px;
        margin-bottom: 20px;
    }

    #textCoach {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #aeaeae;
    }

    #coachName {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height */

        color: #3d3d3d;
    }

    #shortDesc {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #3d3d3d;
    }

    #labelHarga {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #aeaeae;
        margin-bottom: 5px;
    }

    #valueHarga {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        /* identical to box height */

        color: #234b88;
    }

    .fa,
    p {
        display: inline-block;
        vertical-align: middle;
    }

    #iconPay {
        font-size: 14px;
        vertical-align: middle;
        color: #234b88;
        margin-bottom: 8px;
    }

    #iconText {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        /* identical to box height */

        color: #234b88;
    }

    .buttonRegis {
        background: #234b88;
        border-radius: 10px;
        padding: 20px 30px;
        color: white;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #statusRegis {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #28ac2d;
    }
}

/* Desktop */
@media (min-width: 901px) {
    .eventTime {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #3d3d3d;
        margin-bottom: 10px;
        width: 80%;
    }

    .BannerBlock {
        justify-content: space-around;
        padding: 0 164px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 120px;
        background: #3ec3dc;
        margin-bottom: 40px;
    }

    .imageJumbotron {
        flex: 1;
    }

    .textJumbotron {
        flex: 2;
        align-self: center;
        margin-right: 20px;
        margin-top: 53px;
        margin-bottom: 53px;
    }

    .BannerTitle {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 60px;
        color: #234b88;
        margin-bottom: 20px;
    }

    .BannerCoachName {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #234b88;
        margin-bottom: 20px;
    }

    #mainContainer {
        flex: 1;
        flex-direction: row;
        display: flex;
        margin-bottom: 65px;
    }

    #contentBody {
        flex: 2;
        margin-right: 25px;
        /* width: 66%; */
    }

    #asideBody {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    #coachCard {
        /* padding: 20px; */
        border-radius: 20px;
        /* margin-bottom: 20px; */
    }

    #textCoach {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #aeaeae;
    }

    #coachName {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        /* identical to box height */

        color: #3d3d3d;
    }

    #shortDesc {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #3d3d3d;
    }

    #labelHarga {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #aeaeae;
        margin-bottom: 5px;
    }

    #valueHarga {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        /* identical to box height */

        color: #234b88;
    }

    .fa,
    p {
        display: inline-block;
        vertical-align: middle;
    }

    #iconPay {
        font-size: 14px;
        vertical-align: middle;
        color: #234b88;
        margin-bottom: 8px;
    }

    #iconText {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        /* identical to box height */

        color: #234b88;
    }

    .buttonRegis {
        background: #234b88;
        border-radius: 10px;
        padding: 20px 30px;
        color: white;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #statusRegis {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #28ac2d;
    }

    #next {
        margin-left: 20px;
        height: 56px;
    }

    #classRow {
        display: flex !important;
        justify-content: center !important;
    }
}

#titleRelatedClass {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */

    text-align: center;
    color: #234b88;
    margin-bottom: 40px;
}

#blockBeasiswa {
    padding: 20px;
    margin-bottom: 20px;
    background: #3ec3dc;
    border-radius: 20px;
}

#blockBeasiswa > h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;

    color: #ffffff;
}

#insideModal {
    background-color: #3ec3dc;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

#modalBody {
    width: 90vw;
    height: 80vh;
    padding: 25vh auto;
    /* background-color: black; */
}

#closeButton {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

#titleFirst {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #234b88;
    margin-top: 40px;

    margin-bottom: 40px;
}

#nameFirst {
    /* width: 546px; */
    height: 54px;
}

#subFirst {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #234b88;
    margin-bottom: 10px;
}

fieldset {
    position: relative;
}

fieldset:not(:first-of-type) {
    display: none;
}

#backButton {
    display: flex;
}

#Mobile {
    display: none;
}

#DaftarProgram {
    background: #234b88;
    border-radius: 10px;
    padding: 12px 28px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    color: #ffffff;
}

#helperEnter {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    /* identical to box height */

    color: #234b88;
    margin-top: 10px;
}

.nameError {
    display: none;
}

@media (max-width: 900px) {
    #titleFirst {
        margin-top: 0;
    }

    #modalBody {
        width: 100vw;
        height: 80vh;
        margin-top: 50px;
        /* background-color: black; */
        padding: 20px 20px;
    }

    .col-md-6 {
        padding: 0;
    }

    #backButton {
        display: none;
    }

    #Mobile {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    #Mobile > button {
        margin-right: 45px;
        margin-top: 35px;
    }

    #subFirst {
        margin-bottom: 10px;
    }

    #inputz {
        padding: 0;
    }

    #DaftarProgram {
        margin: 20px 0 10px;
    }

    .classRow {
        margin-bottom: 20px !important;
    }
}

#Closez {
    padding: 10px 30px;
    background: #234b88;
    border-radius: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    color: #ffffff;
}

.buttonCourse {
    padding: 10px 24px;
    margin-bottom: 10px;
    background-color: #35d3e9;
    color: #234b88;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border-radius: 4px;
}

.buttonCActive {
    background-color: #234b88;
    color: white;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border-radius: 4px;
}

@media (max-width: 900px) {
    #titleFirst {
        font-size: 30px;
    }

    .buttonCourse {
        padding: 10px 24px;
        margin-bottom: 10px;
        background-color: #35d3e9;
        color: #234b88;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        /* identical to box height */

        color: #234b88;
    }

    .buttonCActive {
        background-color: #234b88;
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        /* identical to box height */

        color: #ffffff;
    }
}

.buttonBanner {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #234b88;
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    /* margin-bottom: 80px; */
}

.headerClass {
    background-color: #2374ed;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 29px 24px 29px 35px;
    height: 181px;
}

.imageProgram {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.glyphicon-refresh-animate {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
