/* 
                                                                                                                                                                                                                                                                                                                                                            Modal Register css */

#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;
    border-width: 0;
}

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;
        margin-bottom: 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;
    }

    #modalBody > .container-fluid {
        padding: 0 !important;
    }

    fieldset {
        padding: 0 !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;
    }
}

@media (min-width: 900px) {
    #next {
        margin-left: 20px;
        height: 56px;
    }
}
.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);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
