/* /Pages/ChooseVideoLanguage.razor.rz.scp.css */
.chooselanguage-button[b-ne2m6z8297] {
    background-color: #6C3CAA;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
}

.chooselanguage-button:hover[b-ne2m6z8297] {
    cursor: pointer;
    background-color: #5A2E8A; /* Adjust hover background color */
    color: #E0E0E0; /* Adjust hover text color */
}

.icon-size[b-ne2m6z8297] {
    height: 92px;
    width: 92px;
}

@media (min-width: 768px) {
    .icon-size[b-ne2m6z8297] {
        height: 152px;
        width: 152px;
    }
}

.dlt-icon-size[b-ne2m6z8297] {
    height: 55px;
    object-fit: contain;
}

.text-purple[b-ne2m6z8297] {
    color: #594AE2;
}

.card-height[b-ne2m6z8297] {
    height: 142px;
}

@media (min-width: 768px) {
    .card-height[b-ne2m6z8297] {
        height: 200px;
    }
}

.text-header[b-ne2m6z8297] {
    font-size: 1.5rem;
    font-weight: 700;
}
.text-size-1[b-ne2m6z8297] {
    text-align: center;
    font-size: 3.25rem;
    font-weight: 600;
    text-transform: uppercase;
 
 
}

@media (max-width: 575px) {
    .text-header[b-ne2m6z8297] {
        font-size: 1rem;
        font-weight: 700;
    }
    .text-size-1[b-ne2m6z8297] {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        margin: 40px 8px 10px 8px;
    }
}

body[b-ne2m6z8297] {
    background-image: url("/img/BGplain.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

a[b-ne2m6z8297] {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}


h2[b-ne2m6z8297] {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

@media (max-width: 575px) {
    h2[b-ne2m6z8297] {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        margin: 40px 8px 10px 8px;
        color: #cccccc;
    }
}

/* STRUCTURE */
.wrapper[b-ne2m6z8297] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 60px;
}


#formContent[b-ne2m6z8297] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 50px;
    width: 140%;
    max-width: 654px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter[b-ne2m6z8297] {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/*
 TABS */

h2.inactive[b-ne2m6z8297] {
    color: #cccccc;
}

h2.active[b-ne2m6z8297] {
    color: #4527a0;
    border-bottom: 2px solid #9575cd;
    margin-bottom: 20px;
}



/*FORM TYPOGRAPHY*/

input[type=button][b-ne2m6z8297], input[type=submit][b-ne2m6z8297], input[type=reset][b-ne2m6z8297] {
    background-color: #50BF77;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover[b-ne2m6z8297], input[type=submit]:hover[b-ne2m6z8297], input[type=reset]:hover[b-ne2m6z8297] {
        background-color: #39ace7;
    }

    input[type=button]:active[b-ne2m6z8297], input[type=submit]:active[b-ne2m6z8297], input[type=reset]:active[b-ne2m6z8297] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

input[type=text][b-ne2m6z8297], input[type=password][b-ne2m6z8297] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus[b-ne2m6z8297] {
        background-color: #fff;
        border-bottom: 2px solid #50BF77;
    }

    input[type=text]:placeholder[b-ne2m6z8297] {
        color: #cccccc;
    }



/*ANIMATIONS */

/*Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-ne2m6z8297] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-ne2m6z8297;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-ne2m6z8297 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*
 Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-ne2m6z8297 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-ne2m6z8297] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-ne2m6z8297 ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-ne2m6z8297] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-ne2m6z8297] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-ne2m6z8297] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-ne2m6z8297] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-ne2m6z8297]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #50BF77;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-ne2m6z8297] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-ne2m6z8297]:after {
        width: 100%;
    }



/* OTHERS */

*:focus[b-ne2m6z8297] {
    outline: none;
}

#icon[b-ne2m6z8297] {
    width: 60%;
}

*[b-ne2m6z8297] {
    box-sizing: border-box;
}



.button[b-ne2m6z8297] {
    display: inline-block;
    border-radius: 7px;
    background-color: #fff;
    border: none;
    color: #673AB7;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 20px;
    width: 70%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

    .button span[b-ne2m6z8297] {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button span[b-ne2m6z8297]:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button:hover[b-ne2m6z8297] {
        background-color: #9575cd;
        color: #fff;
    }

        .button:hover span[b-ne2m6z8297] {
            padding-right: 25px;
        }

            .button:hover span[b-ne2m6z8297]:after {
                opacity: 1;
                right: 0;
            }
/* /Pages/Dialog/Dialog_FinalQuiz.razor.rz.scp.css */
.vid[b-sazc6azfwi] {
    overflow-y: scroll;
    height: 100vh;
}

@media (min-width:400px) and (max-width:680px) {
    .vid[b-sazc6azfwi] {
        overflow-y: scroll;
        height: 250px;
    }
}

@media (min-width:681px) {
    .vid[b-sazc6azfwi] {
        overflow-y: scroll;
        height: 100vh;
    }
}
/* /Pages/Dialog/Dialog_Quiz.razor.rz.scp.css */
.vid[b-zzyn5tyof7] {
    overflow-y: scroll;
    height: 100vh;
}
@media (min-width:400px) and (max-width:680px) {
    .vid[b-zzyn5tyof7] {
        overflow-y: scroll;
        height: 250px;
    }
}
@media (min-width:681px) {
    .vid[b-zzyn5tyof7] {
        overflow-y: scroll;
        height: 100vh;
    }
}
/* /Pages/Public_License/SelectNewCourse.razor.rz.scp.css */
html[b-xcls3gsmm8], body[b-xcls3gsmm8] {
    background-color: #cfbfeb;
}
/* /Pages/Select_Options/Course_Options.razor.rz.scp.css */
body[b-o9r485q1b9] {
    background-image: url("/img/BGplain.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

a[b-o9r485q1b9] {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}


h2[b-o9r485q1b9] {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

@media (max-width: 575px) {
    h2[b-o9r485q1b9] {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        margin: 40px 8px 10px 8px;
        color: #cccccc;
    }
}

/* STRUCTURE */
.wrapper[b-o9r485q1b9] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 60px;
}


    #formContent[b-o9r485q1b9] {
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        background: #fff;
        padding: 50px;
        width: 140%;
        max-width: 654px;
        position: relative;
        padding: 0px;
        -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
        box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
        text-align: center;
    }

    #formFooter[b-o9r485q1b9] {
        background-color: #f6f6f6;
        border-top: 1px solid #dce8f1;
        padding: 25px;
        text-align: center;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
    }


    /*
 TABS */

    h2.inactive[b-o9r485q1b9] {
        color: #cccccc;
    }

    h2.active[b-o9r485q1b9] {
        color: #4527a0;
        border-bottom: 2px solid #9575cd;
        margin-bottom: 20px;
    }



    /*FORM TYPOGRAPHY*/

    input[type=button][b-o9r485q1b9], input[type=submit][b-o9r485q1b9], input[type=reset][b-o9r485q1b9] {
        background-color: #50BF77;
        border: none;
        color: white;
        padding: 15px 80px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        font-size: 13px;
        -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
        box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        margin: 5px 20px 40px 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        input[type=button]:hover[b-o9r485q1b9], input[type=submit]:hover[b-o9r485q1b9], input[type=reset]:hover[b-o9r485q1b9] {
            background-color: #39ace7;
        }

        input[type=button]:active[b-o9r485q1b9], input[type=submit]:active[b-o9r485q1b9], input[type=reset]:active[b-o9r485q1b9] {
            -moz-transform: scale(0.95);
            -webkit-transform: scale(0.95);
            -o-transform: scale(0.95);
            -ms-transform: scale(0.95);
            transform: scale(0.95);
        }

    input[type=text][b-o9r485q1b9], input[type=password][b-o9r485q1b9] {
        background-color: #f6f6f6;
        border: none;
        color: #0d0d0d;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 5px;
        width: 85%;
        border: 2px solid #f6f6f6;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
    }

        input[type=text]:focus[b-o9r485q1b9] {
            background-color: #fff;
            border-bottom: 2px solid #50BF77;
        }

        input[type=text]:placeholder[b-o9r485q1b9] {
            color: #cccccc;
        }



    /*ANIMATIONS */

    /*Simple CSS3 Fade-in-down Animation */
    .fadeInDown[b-o9r485q1b9] {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown-b-o9r485q1b9;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }

    @keyframes fadeInDown-b-o9r485q1b9 {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none;
        }
    }
    /*
 Simple CSS3 Fade-in Animation */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn-b-o9r485q1b9 {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .fadeIn[b-o9r485q1b9] {
        opacity: 0;
        -webkit-animation: fadeIn ease-in 1;
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn-b-o9r485q1b9 ease-in 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
    }

        .fadeIn.first[b-o9r485q1b9] {
            -webkit-animation-delay: 0.4s;
            -moz-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

        .fadeIn.second[b-o9r485q1b9] {
            -webkit-animation-delay: 0.6s;
            -moz-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

        .fadeIn.third[b-o9r485q1b9] {
            -webkit-animation-delay: 0.8s;
            -moz-animation-delay: 0.8s;
            animation-delay: 0.8s;
        }

        .fadeIn.fourth[b-o9r485q1b9] {
            -webkit-animation-delay: 1s;
            -moz-animation-delay: 1s;
            animation-delay: 1s;
        }

    /* Simple CSS3 Fade-in Animation */
    .underlineHover[b-o9r485q1b9]:after {
        display: block;
        left: 0;
        bottom: -10px;
        width: 0;
        height: 2px;
        background-color: #50BF77;
        content: "";
        transition: width 0.2s;
    }

    .underlineHover:hover[b-o9r485q1b9] {
        color: #0d0d0d;
    }

        .underlineHover:hover[b-o9r485q1b9]:after {
            width: 100%;
        }



    /* OTHERS */

    *:focus[b-o9r485q1b9] {
        outline: none;
    }

    #icon[b-o9r485q1b9] {
        width: 60%;
    }

    *[b-o9r485q1b9] {
        box-sizing: border-box;
    }



    .button[b-o9r485q1b9] {
        display: inline-block;
        border-radius: 7px;
        background-color: #fff;
        border: none;
        color: #673AB7;
        text-align: center;
        font-weight: bold;
        font-size: 1.2rem;
        padding: 20px;
        width: 70%;
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }

        .button span[b-o9r485q1b9] {
            cursor: pointer;
            display: inline-block;
            position: relative;
            transition: 0.5s;
        }

            .button span[b-o9r485q1b9]:after {
                content: '\00bb';
                position: absolute;
                opacity: 0;
                top: 0;
                right: -20px;
                transition: 0.5s;
            }

        .button:hover[b-o9r485q1b9] {
            background-color: #9575cd;
            color: #fff;
        }

            .button:hover span[b-o9r485q1b9] {
                padding-right: 25px;
            }

                .button:hover span[b-o9r485q1b9]:after {
                    opacity: 1;
                    right: 0;
                }
/* /Pages/Select_Options/Public_License_Options.razor.rz.scp.css */
body[b-xrlf13di2i] {
    background-image: url("/img/BGplain.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
a[b-xrlf13di2i] {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}


h2[b-xrlf13di2i] {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

@media (max-width: 575px) {
    h2[b-xrlf13di2i] {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        margin: 40px 8px 10px 8px;
        color: #cccccc;
    }
}
/* STRUCTURE */
.wrapper[b-xrlf13di2i] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 60px;
    
}

#formContent[b-xrlf13di2i] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 50px;
    width: 100%;
    max-width: 534px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter[b-xrlf13di2i] {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}


/*
 TABS */

h2.inactive[b-xrlf13di2i] {
    color: #cccccc;
}

h2.active[b-xrlf13di2i] {
    color: #4527a0;
    border-bottom: 2px solid #9575cd;
    margin-bottom: 20px;
}



/*FORM TYPOGRAPHY*/

input[type=button][b-xrlf13di2i], input[type=submit][b-xrlf13di2i], input[type=reset][b-xrlf13di2i] {
    background-color: #50BF77;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover[b-xrlf13di2i], input[type=submit]:hover[b-xrlf13di2i], input[type=reset]:hover[b-xrlf13di2i] {
        background-color: #39ace7;
    }

    input[type=button]:active[b-xrlf13di2i], input[type=submit]:active[b-xrlf13di2i], input[type=reset]:active[b-xrlf13di2i] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

input[type=text][b-xrlf13di2i], input[type=password][b-xrlf13di2i] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus[b-xrlf13di2i] {
        background-color: #fff;
        border-bottom: 2px solid #50BF77;
    }

    input[type=text]:placeholder[b-xrlf13di2i] {
        color: #cccccc;
    }



/*ANIMATIONS */

/*Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-xrlf13di2i] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-xrlf13di2i;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-xrlf13di2i {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/*
 Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-xrlf13di2i {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-xrlf13di2i] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-xrlf13di2i ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-xrlf13di2i] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-xrlf13di2i] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-xrlf13di2i] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-xrlf13di2i] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-xrlf13di2i]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #50BF77;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-xrlf13di2i] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-xrlf13di2i]:after {
        width: 100%;
    }



/* OTHERS */

*:focus[b-xrlf13di2i] {
    outline: none;
}

#icon[b-xrlf13di2i] {
    width: 60%;
}

*[b-xrlf13di2i] {
    box-sizing: border-box;
}
/* /Pages/Select_Options/RegisCourse_Options.razor.rz.scp.css */
/*html, body {
    background-image: url("/img/BGplain.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.name-card[b-isjd10m4n4] {
    border: solid;
    background-color: #C6EAD3;
}

.inside-name-card[b-isjd10m4n4] {
    background-color: #def3e6;
    border: none;
    border-radius: 10px;
}

.card[b-isjd10m4n4] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
}

    .card:hover[b-isjd10m4n4] {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.time[b-isjd10m4n4] {
    color: #347F4F;
}

.card-main[b-isjd10m4n4] {
    background-color: #F8F8F8;
    border-radius: 10px;
}

    .card-main h5[b-isjd10m4n4] {
        font-weight: bold;
        color: #1E7D5B;
    }
/* /Pages/Subject.razor.rz.scp.css */
@media (min-width: 575px) 
{
    
}

.btn-light-custom[b-kc59ienf87] {
    background-color: #f8f9fa; /* Light background color */
    color: #000; /* Text color */
    border: 1px solid #ced4da; /* Border color */
}

.btn-light-custom:hover[b-kc59ienf87] {
    background-color: #e2e6ea; /* Background color on hover */
}
/* /Shared/ConfirmDialog.razor.rz.scp.css */
.mud-dialog-actions[b-zvesao67iv] {
    display: flex;
    justify-content: center !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b8ee1ep4vr] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.html[b-b8ee1ep4vr], body[b-b8ee1ep4vr] {
    background-image: url("/img/BGplain.png");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.main[b-b8ee1ep4vr] {
    flex: 1;
}

.sidebar[b-b8ee1ep4vr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b8ee1ep4vr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b8ee1ep4vr]  a, .top-row .btn-link[b-b8ee1ep4vr] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-b8ee1ep4vr] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-b8ee1ep4vr] {
        display: none;
    }

    .top-row.auth[b-b8ee1ep4vr] {
        justify-content: space-between;
    }

    .top-row a[b-b8ee1ep4vr], .top-row .btn-link[b-b8ee1ep4vr] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b8ee1ep4vr] {
        flex-direction: row;
    }

    .sidebar[b-b8ee1ep4vr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b8ee1ep4vr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-b8ee1ep4vr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6sjigj1zm5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6sjigj1zm5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6sjigj1zm5] {
    font-size: 1.1rem;
}

.oi[b-6sjigj1zm5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6sjigj1zm5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6sjigj1zm5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6sjigj1zm5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6sjigj1zm5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6sjigj1zm5]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6sjigj1zm5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6sjigj1zm5] {
        display: none;
    }

    .collapse[b-6sjigj1zm5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
