body {
    margin: 0;
    direction: ltr;
    display: flex;
    flex-direction: row-reverse;
    background: url(../../Img/More/article-pattern.png);
}

a {
    text-decoration: none;
}




.landing-home {
    background-image: url(../../Img/More/headerBackgroundPicture.webp);
    height: 44em;
    background-repeat: round;
    background-position: unset;
}


.landing-home #typetext {
    color: #f1f1f1;
    font-size: xx-large;
    margin: 2em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .landing-home #typetext p {
        text-align: center;
        font-size: xxx-large;
        direction: rtl;
    }

    .landing-home #typetext span {
        color: black;
        animation-name: example;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        font-size: larger;
        float: inline-end;
    }

@keyframes example {
    0% {
        color: grey;
    }



    100% {
        color: #383636
    }
}

.landing-home #typetext i {
    animation: mover 2s infinite alternate;
    bottom: 5em;
    position: absolute;
    font-size: xxx-large;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-40px);
    }
}

.landing-home #typetext input[type=text]:visited {
}

.landing-home #typetext input[type=text] {
    direction: rtl;
    padding: 1em;
    font-size: x-large;
    margin-top: 3em;
    /*    animation: wifi 2s infinite alternate;
*/ border: 0px;
}

@keyframes wifi {
    0% {
        box-shadow: -1px 0px 14px 14px #9499ef57;
    }

    50% {
        box-shadow: -1px 0px 14px 14px #9499efab;
    }

    100% {
        box-shadow: -1px 0px 14px 14px #7e85f878;
    }
}

.landing-home #typetext input[type=submit] {
    padding: 1em;
    border: 0px;
    background-color: #f0f8ff00;
    background-color: white;
    position: relative;
    font-size: smaller;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    /*    animation: wifi 2s infinite alternate;
*/ cursor: pointer;
}

.togglenav {
    width: 100%;
    flex: 1;
    padding: 2em;
    background-color: #ffffff;
    height: 100%;
    z-index: 100;
    flex-direction: column;
    right: 0;
    direction: rtl;
    overflow: auto;
}

    .togglenav .search input[type=text] {
        border: 0;
        direction: rtl;
        padding: 1em;
    }

    .togglenav .search {
        margin: 2em 0 2em 0;
        display: flex;
        flex-direction: row;
    }

        .togglenav .search input[type=submit] {
            background-color: white;
            border: 0;
            cursor: pointer;
        }

    .togglenav img {
        width: 17em;
    }

@media only screen and (max-width: 1675px) {

    .togglenav img {
        width: 14em;
    }
}

@media only screen and (max-width: 1173px) {

    .togglenav img {
        width: 8em;
    }
}

@media only screen and (max-width: 1173px) {

    .togglenav img {
        width: 16em;
    }
}


.togglenav .menutoggle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bolder;
}

    .togglenav .menutoggle p {
        font-size: larger;
        color: black;
        padding-bottom: 1em;
        width: 100%;
        border-bottom: 2px solid #2d488954;
    }

    .togglenav .menutoggle li a {
        color: black;
        list-style-type: none;
        text-decoration: none;
        font-size: medium;
    }

    .togglenav .menutoggle li {
        list-style-type: none;
        padding: 0.5em;
        margin: 1em 0 1em 0;
        width: max-content;
        cursor: pointer;
    }

    .togglenav .menutoggle ul {
        color: black;
        list-style-type: none;
    }

    .togglenav .menutoggle li ul {
        display: none;
    }

    .togglenav .menutoggle li .fa-hand-o-left {
        padding: 0 0 0 1em;
        color: #000000;
        animation: moverleft 2s infinite alternate;
    }

    .togglenav .menutoggle a {
        color: white;
        list-style-type: none;
        text-decoration: none;
        font-size: medium;
    }

    .togglenav .menutoggle .fa-hand-o-left {
        padding: 0 0 0 1em;
        color: #6cc1f5;
    }

    .togglenav .menutoggle .fa-angle-left {
        padding: 0 0 0 1em;
        color: #000000;
    }

@keyframes moverleft {
    0% {
        transform: translatex(0);
    }

    100% {
        transform: translatex(-10px);
    }
}

.togglenav .menutoggle i {
    padding: 0 0 0 1em;
    color: #95acb9;
}

.linkin {
    display: flex;
    flex-direction: column;
    font-size: 3em;
    position: absolute;
    z-index: 14;
    left: 1em;
    top: 5em;
}

    .linkin a {
        color: #e7f9ff;
        padding: 0 0 0 0;
        position: relative;
    }

.tooltip span {
    display: none;
    text-decoration: none;
    font-size: large;
    background-color: rgb(231, 249, 255);
    padding: 0.2em;
    color: black;
    position: absolute;
    left: 4em;
    top: 2em;
    width: max-content;
}

.tooltip:hover span {
    display: block;
}

.course {
    display: flex;
    direction: rtl;
    width: 100%;
    margin-top: 10em;
}

.Allcoursedetail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 5;
}

@media only screen and (max-width: 1176px) {
    .course {
        display: flex;
        direction: rtl;
        flex-direction: column;
    }
}

@media only screen and (max-width: 667px) {
    .card-Allcourse {
        padding: 1em;
        flex-wrap: wrap;
    }
}



.landing-home .Header #bars {
    display: block;
}

.landing-home .Header nav {
    display: flex;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1500px) {
    .togglenav {
        flex: 2;
    }
}

@media only screen and (max-width: 1100px) {
    .togglenav {
        display: none;
    }

    .linkin {
        display: none;
    }

    .hedertitel a {
        margin: 0 0 0 1em;
        font-size: x-large;
    }

        .hedertitel a i {
            margin: 0 0.5em 0 0;
            font-size: x-large;
        }

    .landing-home .Header #bars {
        display: block;
        z-index: 16;
        font-size: x-large;
    }

    .landing-home .Header nav {
        display: none;
    }

    .linkin {
        display: flex;
        flex-direction: row-reverse;
        top: 12em;
    }

        .linkin a {
            color: #f9ff00;
            padding: 0 0.2em 0 0.2em;
        }
}

@media only screen and (min-width: 1000px) {
    .togglenav {
        display: block;
    }

    .hedertitel a {
        margin: 0 0 0 8em;
        font-size: x-large;
    }

    .togglenav .search {
        display: none;
    }

    .landing-home .Header #bars {
        display: none;
    }

    #barsclose {
        display: none;
    }
}

#barsclose {
    position: absolute;
    left: 1em;
    color: #d6ff00;
    font-size: x-large;
}

#hilightbody {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #e4ff0063;
    height: 100%;
    z-index: 15;
}

.hedertitel {
    display: flex;
    flex-direction: row-reverse;
    margin: 1em 5em 1em 3em;
    justify-content: space-between;
    align-items: center;
}

    .hedertitel a {
        color: #666868;
    }

        .hedertitel a:hover {
            color: #222020;
        }

    .hedertitel h2::before {
        width: 345px;
        height: 37px;
        content: " ";
        position: absolute;
        background-color: #6cc1f5;
        right: 0;
    }

    .hedertitel a i {
        margin: 0 0.5em 0 0;
        font-size: x-large;
    }

    .hedertitel a:hover {
        color: rgba(0, 0, 0, 0.527);
    }

#flex-body {
    flex: 6;
}

.Pagecourse {
    display: flex;
    flex-wrap: wrap;
    margin-top:12em;
}

.detyailcourse {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.infocourse {
    display: flex;
    flex-direction: column;
    margin: 0.5em;
    padding: 1em 0.5em 1em 3em;
    border: 1px solid #00000066;
    border-radius: 1em;
}

    .infocourse p {
        display: flex;
    }

.detyailcourse .infocourse p {
    font-size: 1em;
    display: flex;
    direction: ltr;
    color: black;
    text-align: end;
    justify-content: flex-end;
}

.Coursevideo {
    display: flex;
    flex-direction: column;
   
    flex: 3;
}
.LinkPage {
    width: 100%;
    border-radius: 1em;
}
.LinkCourse {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin: 0 0.5em;
    padding: 1em 2em 1em 3em;
    border: 1px solid #00000066;
    justify-content: space-between;
    align-items: center;
    border-radius: 1em;
}

.detyailcourse .tagcourse {
    display: flex;
    flex-direction: column;
    margin: 0.5em;
    padding: 1em 2em 1em 3em;
    border: 1px solid #00000066;
    border-radius: 1em;
}

    .detyailcourse .tagcourse .tag {
        display: flex;
        flex-wrap: wrap;
    }

    .detyailcourse .tagcourse .fa-angle-left {
        background-color: #485385;
        color: white;
        padding: 1em;
        margin: 0.1em 1em 0.6em 1em;
    }

.infocourse h2 span {
    color: red;
    padding: 0 1em;
    font-size: larger;
}

tagcourse h2 span {
    color: red;
}

.infocourse i {
    padding: 0.1em 0.5em;
    font-size: x-large;
    color: #12b1bf;
}

.tagcourse i {
    padding: 0.1em 0.5em;
    font-size: x-large;
    color: #a4aaaf;
}

.infocourse h2 {
    border-bottom: 2px solid #cbbfbf;
    padding: 0 0 1em 0;
    margin-bottom: 2em;
}

.detyailcourse .tagcourse .tag a {
    background-color: #fafafa;
    color: #000000;
    padding: 1em;
    border: 1px solid #e7e7e7;
    margin: 0.2em;
    transition: 0.5s;
    border-radius: 0.5em;
}

    .detyailcourse .tagcourse .tag a:hover {
        color: #fa7c1f;
    }

.infovideo {
    display: flex;
    flex-direction: column;
    margin: 0.5em;
    padding: 1em 2em 1em 3em;
    
    border: 1px solid #00000066;
    text-align: right;
    align-items: center;
    border-radius: 1em;
}

    .infovideo img {
        width: 50%;
        /*padding: 1em 2em 1em 2em;*/
    }

    .infovideo article {
        padding: 1em 2em 1em 2em;
        text-align: right;
        direction: rtl;
        width: 100%;
    }
    .infovideo figure {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .moreVideo {
        align-items: flex-end;
        margin: 0.5em;
        padding: 1em 2em 1em 3em;
        border: 1px solid #00000066;
        border-radius: 1em;
    }

    .moreVideo .titelVideo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: #1699D4;
    }

        .moreVideo .titelVideo p {
            font-size: 1.2em;
        }

    .moreVideo .detailmoreVideo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border: 2px dashed #f3efef;
        cursor: pointer;
        margin: 1em 0 0 0;
    }

        .moreVideo .detailmoreVideo div {
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .moreVideo .detailmoreVideo div span {
                padding: 0.6em 1em 0.6em 1em;
                font-size: 1.1em;
            }

            .moreVideo .detailmoreVideo div p {
                padding: 0.6em 1em 0.6em 1em;
                font-size: 1.1em;
            }

            .moreVideo .detailmoreVideo div i {
                padding: 0.6em 1em 0.6em 1em;
                font-size: 1.1em;
            }

            .moreVideo .detailmoreVideo div a {
                padding: 0.6em 1em 0.6em 1em;
                font-size: 1.1em;
            }

                .moreVideo .detailmoreVideo div a:hover {
                    color: brown;
                }

.innputTitelcourse {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    border-bottom: 1px solid #858282;
}

.hedertitel .innputTitelcourse input[type=text] {
    padding: 1em;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    border: 0px solid;
    font-size: large;
    background-color: #ffffff29;
    direction: rtl;
}

    .hedertitel .innputTitelcourse input[type=text]:focus-visible {
        outline: 0;
    }

.hedertitel .innputTitelcourse button {
    background-color: #ffffff00;
    border: 0px solid white;
    font-size: large;
    padding: 0 1em;
    cursor: pointer;
}

#titelAllcourse {
    margin: 0.5em;
    border: 1px solid #85828266;
    display: flex;
    padding: 1.3em 3em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
    #titelAllcourse h2:after {
        content: "";
        width: 100%;
        height: 0.05em;
        position: relative;
        background-color: #85828266;
        margin-right: 1em;
    }
    #titelAllcourse h2:before {
        content: "";
        width: 100%;
        height: 0.05em;
        position: relative;
        background-color: #85828266;
        margin-left: 1em;
    }
    #titelAllcourse h2 {
        display: flex;
        align-items: center;
    }
    .filtermony {
        display: flex;
        flex-direction: column;
    }

    .filtermony div {
        display: flex;
        flex-direction: row-reverse;
    }

.filterMore {
    flex: 0;
}

.filtermony .itemmony {
    display: flex;
    flex-direction: row-reverse;
}

    .filtermony .itemmony input:hover {
        cursor: pointer;
    }

.filtermony .active {
    background-color: #fa7c1f;
}

.filtermony .itemmony input[type=submit] {
    padding: 0.5em 2em;
    border: 1px solid #dfecfc;
    margin: 0.2em;
    border-radius: 0.5em;
    background-color: #dfecfc;
}
.filterTag a {
    padding: 0.1em 0.9em;
    border: 1px solid #dfecfc;
    margin: 0.2em;
    border-radius: 0.5em;
    text-wrap: nowrap;
    background-color: #dfecfc;
}
.filterTag a:hover{
    background-color: #e7f9ff;

}
.filterTag div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filtermony input[type=submit]:hover {
    background-color: #e7f9ff;
    border: 0;
}

.hedertitel select {
    font-size: large;
    padding: 1em;
    border: 1px solid #bbbbbb;
    direction: rtl;
}

.hedertitelbredcrum .bredcrum {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hedertitelbredcrum {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    direction: rtl;
    margin: 0.5em;
    border: 1px solid #00000066;
}

    .hedertitelbredcrum .bredcrum span {
        margin: 0 0.4em;
        color: #98a5b1;
    }

        .hedertitelbredcrum .bredcrum span:not(:first-child)::after {
            position: relative;
            left: 2px;
            top: 2px;
            content: '/';
            font-size: 22px;
            color: #000;
        }

        .hedertitelbredcrum .bredcrum span:first-child {
            position: relative;
            left: 2px;
            top: 2px;
            content: '/';
            font-size: 22px;
            color: #000;
        }

.news {
    display: flex;
    margin-top: 2em;
    margin: 0 5%;
    margin-top:12em;

}

    .news .article article h1 {
        font-weight: bolder;
/*        font-family: 'YJ';
*/    }


@media only screen and (max-width: 804px) {
    .Pagecourse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}


@media only screen and (max-width: 636px) {
    .news article .divinfonews {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 636px) {
    .news {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0;
    }
}


@media only screen and (max-width:1322px) {
    .news {
       
    }
}

@media only screen and (max-width: 1020px) {
    .Comment .noti {
        margin: 0;
    }

    .Comment .noti2 {
        margin: 0;
    }

        .Comment .noti2 a {
            color: red;
        }
}

.news article {
    border: 1px solid #00000066;
    padding: 1em;
    border-radius: 1em;
}

    .news article .divinfonews {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin: 0 5em 3em 0;
    }

        .news article .divinfonews .discriptionnews {
            background-color: #f6f6f6;
            padding: 0.3em 2em;
            border-right: 3px solid #ffb606;
        }

            .news article .divinfonews .discriptionnews p {
                margin: 0;
            }

    .news article figure {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .news article figure img {
            width: 100%;
        }

.news .tag {
    display: flex;
    align-items: flex-start;
    padding: 1em;
    margin: 1em 0;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.news .moredetali p {
    margin: 0.3em 3em;
    direction: rtl;
}

.news .tag {
    display: flex;
    align-items: flex-end;
    padding: 1em;
    margin: 1em 0;
}

    .news .tag a {
        background-color: #fafafa;
        color: #000000;
        padding: 1em;
        border: 1px solid #e7e7e7;
        margin: 0.2em;
        transition: 0.5s;
        border-radius: 0.5em;
    }

main .moredetali {
    flex: 1;
}

.btnInsertcomment {
    background-color: #88892d;
    color: white;
    padding: 1em;
    width: 100%;
    text-align: center;
    border: 0;
}

    .btnInsertcomment:hover {
        background-color: #a4aaaf;
        color: black;
        cursor: pointer;
    }

.btnregistercourse {
    background-color: #12b1bf;
    color: white;
    padding: 1em;
    width: 100%;
    text-align: center;
    border: 0;
}

    .btnregistercourse:hover {
        background-color: #a4aaaf;
        color: black;
        cursor: pointer;
    }

.Comment {
    direction: rtl;
    margin: 0 2em 0 0;
    margin: 0.5em;
    padding: 1em 2em 1em 3em;
    border: 1px solid #00000066;
    border-radius: 1em;
}

    .Comment h3 {
        color: #1699D4;
    }

    .Comment .noti {
        background-color: #FEC195;
        padding: 2em;
    }

    .Comment .noti2 {
        background-color: #e7e3df;
        padding: 2em;
    }

        .Comment .noti2 a {
            color: #919191;
            border: 0.5px solid #d9d0d0;
            padding: 0.1em 1em;
        }

    .Comment textarea {
        width: 100%;
        padding: 1em;
    }

    .Comment .CDetail {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        border: 2px dashed #dbdbdb;
        margin: 1em 0;
        display: block;
        padding: 1em;
    }

        .Comment .CDetail span {
            font-size: 12px;
            color: #90a79f;
        }

        .Comment .CDetail #User {
            display: flex;
            align-items: center;
        }

            .Comment .CDetail #User span {
                margin: 0 1em;
            }

            .Comment .CDetail #User img {
                width: 3em;
                border-radius: 5em;
            }


    .Comment .CDetailanswer {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        background-color: aliceblue;
        margin: 1em 3em;
        display: block;
        padding: 1em;
    }

        .Comment .CDetailanswer span {
            font-size: 12px;
            color: #90a79f;
        }

        .Comment .CDetailanswer #User {
            display: flex;
            align-items: center;
        }

            .Comment .CDetailanswer #User span {
                margin: 0 1em;
            }

            .Comment .CDetailanswer #User img {
                width: 3em;
                border-radius: 5em;
            }


.facttor {
    text-align: center;
    background-color: #ffe4e8;
    width: max-content;
    display: contents;
}

    .facttor p {
        font-size: x-large;
    }

    .facttor a {
        font-size: larger;
        display: block;
    }

.Cart {
    display: flex;
    margin: 2em;
    flex-direction: column;
    align-items: flex-end;
}

    .Cart .cart-baner {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        box-shadow: 0px 1px 8px 0px #88e18e;
        position: relative;
        margin: 1em 0;
    }

        .Cart .cart-baner div {
            text-align: right;
            margin: 0 1em 0 0;
        }

        .Cart .cart-baner img {
            width: 25em;
            height: 15em;
            object-fit: cover;
        }

        .Cart .cart-baner .titel {
            font-size: larger;
        }

        .Cart .cart-baner .div {
            text-align: end;
            margin: 0 4em;
        }

        .Cart .cart-baner .price {
            font-size: x-large;
            margin: 0 2em;
        }

        .Cart .cart-baner .close {
            position: absolute;
            top: 0;
            left: 0;
            background-color: antiquewhite;
            padding: 1em;
            margin: -1.2em;
            border-radius: 5em;
            cursor: pointer;
        }

.Emptycart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .Emptycart img {
        width: 30em;
    }

    .Emptycart p {
        font-size: x-large;
    }

.SCart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 7em;
}

    .SCart .SCart1 {
        flex-grow: 8;
    }

    .SCart .SCart2 {
        margin: 0 0 0 1em;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4em 0;
    }

        .SCart .SCart2 .off {
            width: 100%;
            padding: 1em;
            box-shadow: 0px 1px 8px 0px #88e18e;
            display: flex;
            flex-direction: row;
        }

        .SCart .SCart2 .btnInsertcomment {
            width: 100%;
        }

        .SCart .SCart2 input[type="text" i] {
            text-align: right;
            border: 0;
            border-bottom: 2px solid #c1c1c1;
        }

            .SCart .SCart2 input[type="text" i]:focus-visible {
                text-align: right;
                border: 0;
                border-bottom: 2px solid #717171;
                outline: 0;
            }

        .SCart .SCart2 .bank {
            width: 100%;
            padding: 2em;
            box-shadow: 0px 1px 8px 0px #88e18e;
            display: flex;
            flex-direction: column;
            margin: 1em 0 1em 0;
            align-items: center;
        }

            .SCart .SCart2 .bank div {
                display: flex;
            }

    .SCart .form {
        width: 100%;
    }



.Coursevideo .infovideo #divvideo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top: 2px dashed #eddfdf;
}

.Coursevideo .infovideo h1 {
    width: 100%;
    font-weight: bolder;
    color: #1699D4;
}

.Coursevideo .infovideo .discriptionnews {
    background-color: #f6f6f6;
    padding: 0.3em 2em;
    border-right: 3px solid #7257b3;
    margin: 0 0 2em 0;
    overflow-wrap: anywhere;
}

#divvideo {
    text-align: right;
}

.mr-1 {
    margin-right: 1px;
}

.mr-2 {
    margin-right: 2px;
}

.mr-3 {
    margin-right: 3px;
}

#copy-button {
    padding: 0.8em;
    background-color: #e9ffc7;
    font-size: large;
}

.Sharearticle {
    display: flex;
    align-items: center;
    margin: 0.5em;
    padding: 1em 2em 1em 3em;
    border: 1px solid #00000066;
    justify-content: space-between;
    border-radius: 1em;
}

    .Sharearticle i {
        font-size: xx-large;
    }

.Navbartag {
    display: flex;
    align-items: flex-start;
    margin: 0.5em;
    padding: 1em 2em 1em 3em;
    border: 1px solid #00000066;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 1em;
}

    .Navbartag .tag a:hover {
        color: #fa7c1f;
    }

.Navbarpage {
    display: flex;
    align-items: flex-start;
    margin: 0.5em;
    padding: 1em 2em 1em 3em;
    border: 1px solid #00000066;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 1em;
}

    .Navbarpage h2 {
        text-align: right;
        border-bottom: 2px solid #7257b3;
        width: fit-content;
        padding: 0 0 0.7em 0;
        margin: 0 0 0.5em 0;
    }

    .Navbarpage a:before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #7257b3;
        display: inline-block;
        margin: 0 0 0 9px;
    }

    .Navbarpage div:not(:last-child) {
        width: 100%;
        float: right;
        transition: 0.5s;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .Navbarpage div:hover {
        margin: 0 1em 1em 0;
        padding: 3px 5px 3px 5px;
        background-color: #d7bcbc33;
    }

    .Navbarpage div i {
        padding: 0 0 0 0.7em;
    }

#tagcopy:hover {
    cursor: pointer;
}

/*slider*/

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        touch-action: pan-y;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    /* rtl:begin:ignore */
    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end {
        z-index: 1;
        opacity: 1;
    }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
*/
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 0.5;
        transition: opacity 0.6s ease;
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

.news article figure img {
    object-fit: cover;
    width: 100%;
}

#paragraphcoursehiden {
    display: none;
}

#paragraphcourseshow {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.paragraphcourse {
    background-color: #C8E6C9;
    padding: 1em;
    margin: 0;
    transform: translateX(100%);
    animation: slide-in-course 0.5s forwards;
}
.paragraphcourseblue {
    background-color: #ddf4ff;
    padding: 1em;
    margin: 0;
    transform: translateX(100%);
    animation: slide-in-course 0.5s forwards;
}


@keyframes slide-in-course {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.btnparagraphcourse {
    border: 0;
    padding: 0.7em;
    margin: 0 1em;
    cursor: pointer;
}
.moreVideo .detailmoreVideo img {
    width: 2.3em;
}
    .btnparagraphcourse:hover {
        background-color: #f3f3f3;
    }

#chatshowicon .divchat {
    position: fixed;
    background-color: #04443c;
    bottom: 7em;
    z-index: 20000;
    right: 5em;
    color: white;
    display: flex;
    border-radius: 10em;
    padding: 1em;
    animation: mover 2s infinite alternate;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    #chatshowicon .divchat i {
        font-size: 3em;
        color: white;
    }

    #chatshowicon .divchat:hover {
        scale: 1.2;
    }


@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50px);
    }
}

#conecttoserver {
    background-color: #adb538;
    text-align: center;
    padding: 0.8em;
    color: white;
    font-size: larger;
    height: max-content;
    position: absolute;
    right: 0;
    left: 0;
}

#videocoursevideohiden {
    display: none;
}

#videocoursevideoshow {
    display: flex;
    justify-content: center;
    margin: 1em 0;
}

    #videocoursevideoshow video {
        border-radius: 1em;
    }
/*.showvideo {
    display: flex;
    justify-content: center;
    background-color: antiquewhite;
    padding: 1em;
    flex-direction: column;
    align-items: center;
}
    .showvideo div {
        width: 40%;
        margin: 1em 0;
    }*/
#copyalerthiden {
    display: none;
}

#copyalertshow {
    display: block;
}

#Notificationhiden {
    display: none;
}

#Notificationshowfull {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

#NotificationshowfullHiden {
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.notification p {
    margin: 1em;
    color: white;
}
#Notificationshow {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    #Notificationshow a {
        color: #a061df;
    }

.Notificationdiv {
    background-color: #5bacff;
    padding: 2em 3em;
    margin: 0;
    width: max-content;
    border-radius: 0.5em;
    position: fixed;
    z-index: 10000000;
    color: #ffffff;
    transform: translateX(100%);
    animation: slide-in-courseNotification 0.5s forwards;
}
.chatbody .Notification {
    position: relative;
}
.Notification {
    position: fixed;
    top: 0 !important;
    height: 100% !important;
    z-index: 10000000 !important;
    background-color: rgb(0 0 0 / 55%) !important;
    align-items: center !important;
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: all 0.3s ease !important;
}

.Notificationdiv font-face {
    font-size: xxx-large;
}

@keyframes slide-in-courseNotification {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.detailmoreVideo .spancolor {
    background-color: #FEC195;
}

.copy {
    width: 3em;
}

.text-container {
    max-height: 100px; /* Set a maximum height for the container */
    overflow: hidden; /* Hide overflow content */
    transition: max-height 0.3s ease; /* Add a smooth transition effect */
    position: relative;
}

    .text-container button {
        position: sticky;
        width: 100%;
        bottom: 0;
        display: flex;
        cursor: pointer;
        background-color: #ffffffe8;
        padding: 0.3em;
        color: #000000;
        left: 0;
        right: 0;
        border: 0px;
        color: #000000;
        justify-content: center;
        align-items: center;
    }

.spanalert-red {
    background-color: #ff0000;
    color: white !important;
    padding: 0.3em;
}

.HDCourse a {
    display: none;
}

.HDCourse:hover a {
    display: flex;
}

@media only screen and (max-width:922px) {
    .infovideo article {
        padding: 0;
    }
}
@media only screen and (max-width:929px) {
    .Pagecourse {
        display: flex;
        flex-direction: column;
    }
}
.DownloadFD{
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin: 0.5em;
    padding: 1em 2em 1em 3em;
    border: 1px solid #00000066;
    justify-content: center;
    align-items: center;
    border-radius: 1em;
    cursor: pointer;
}
.DownloadFD:hover{
    background-color: #fa7c1f80;
}

pre {
    background-color: aliceblue;
    text-align: end;
    padding: 1em;
    border-radius: 0.3em;
}