.dashheading {
    text-align: center;
    margin-bottom: 20px !important
}

.dashheading:after {
    display: none
}

.dashloading {
    padding-right: 35px !important
}

.dashloading:after {
    position: absolute;
    content: '\f110';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: "font awesome 6 free";
    font-weight: 900;
    right: 12px;
    top: 15px
}

.ribbon {
    padding: 0 1em;
    margin: 0;
    margin-top: 0;
    position: relative;
    color: #fff;
    font: 22px patua one, sans-serif;
    text-align: center;
    letter-spacing: .1em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 0 20px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .4);
    background: linear-gradient(#ff4b00, #d53c00);
    display: inline-block;
    min-width: 140px
}

.dashheading .ribcontent {
    color: #fff;
    font-size: 25px
}

.ribbon:before,
.ribbon:after {
    content: "";
    width: .2em;
    bottom: -.5em;
    position: absolute;
    display: block;
    border: .9em solid #cc3c00;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    z-index: -2
}

.ribbon:before {
    left: -1.35em;
    border-right-width: .75em;
    border-left-color: transparent
}

.ribbon:after {
    right: -1.35em;
    border-left-width: .75em;
    border-right-color: transparent
}

.ribcontent:before,
.ribcontent:after {
    content: "";
    bottom: -.5em;
    position: absolute;
    display: block;
    border-style: solid;
    border-color: #9e2f02 transparent transparent transparent;
    z-index: -1
}

.ribcontent:before {
    left: 0;
    border-width: .5em 0 0 .5em
}

.ribcontent:after {
    right: 0;
    border-width: .5em .5em 0 0
}

.btn {
    font-size: 16px;
    padding: 10px 20px
}

.seclogged .btn:active {
    padding: 10px 20px
}

.btn.loading:after {
    font-weight: 900;
    font-family: "font awesome 6 free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f863";
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 13px
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #bbb;
    border-radius: 4px
}

input.full,
textarea.full {
    width: 100%
}

.preloginq {
    max-width: 450px;
    margin: 0 auto
}

.prelogincard {
    background: #fff;
    padding: 25px 15px;
    border-radius: 4px;
    box-shadow: var(--shadow)
}

.usrnote {
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #f5f5f5
}

.prelogincard a.simplea {
    padding: 3px 10px;
    border-radius: 4px;
    color: #333;
    background: #33333320
}

.result {
    margin-top: 10px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px
}

.result.green {
    color: var(--color2);
    background: var(--lightbg2)
}

.result.blue {
    color: var(--color3);
    background: var(--lightbg3)
}

.result.red {
    color: var(--color4);
    background: var(--lightbg4)
}

nav.main-menu2 {
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    box-shadow: var(--shadow2);
    background: #ddd;
    position: relative
}

.main-menu2>ul {
    display: flex;
    padding: 0;
    margin: 0
}

.main-menu2>ul>li {
    padding: 13px 3px 13px 6px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 -3px;
    z-index: 5;
    position: relative;
    overflow: visible
}

.main-menu2>ul>li:not(:last-child) {
    border-right: 1px solid #ccc
}

.main-menu2>ul>li:first-child {
    padding-left: 15px;
    border-radius: 30px 4px 4px 30px
}

.main-menu2>ul>li:last-child {
    padding-right: 15px;
    border-radius: 4px 30px 30px 4px
}

.main-menu2>ul>li:hover {
    background: var(--btnbg);
    box-shadow: rgba(0, 0, 0, .5) 0 5px 15px;
    color: #fff;
    border-color: transparent;
    z-index: 6
}

.main-menu2>ul>li:active {
    padding-top: 15px;
    padding-bottom: 11px;
    background: var(--btnactivebg);
    box-shadow: rgba(0, 0, 0, .5) 0 5px 15px;
    color: #fff
}

.main-menu2>ul>li:hover>a {
    color: #fff
}

.main-menu2>ul>li>a {
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color: #333
}

.main-menu2 .submenu {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    padding: 12px 2px 2px;
    display: none
}

.main-menu2 li:hover .submenu {
    display: block
}

.main-menu2 .submenuul {
    display: block;
    position: relative;
    padding: 0;
    background: #eee;
    border-radius: 4px;
    box-shadow: var(--shadow2);
    margin: 0 auto;
    width: fit-content;
    min-width: 80px
}

.main-menu2 .submenuul li {
    border: none;
    display: block;
    margin: 0;
    padding: 10px 20px
}

.main-menu2 .submenuul li a {
    color: #333
}

.main-menu2 .submenuul li:hover {
    font-weight: 600;
    background: #0001
}

.main-menu2 .submenuul li:hover a {
    color: var(--color0)
}

.main-menu2 .submenuul li:not(:first-child) {
    border-top: 1px solid #ccc
}

.hlogodesktop {
    display: block
}

.hlogomobile {
    display: none
}

.headmyacc p {
    margin: 0;
    line-height: 53px;
    overflow: hidden;
    white-space: nowrap;
    max-width: 290px
}

.hlogodesktop {
    display: block
}

.hlogomobile {
    display: none
}

.simplenotice {
    background: #3332;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 4px;
    margin: 15px 0
}

.simplenotice.center {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.verybigh1 {
    color: var(--color0);
    font-size: 70px;
    line-height: 80px;
    margin: 30px 0;
    text-shadow: 2px 2px 3px #333
}

.seclogged {
    padding: 40px 0
}

.seclogged h2 {
    margin: 0;
    line-height: 30px;
    font-weight: 900;
    position: relative
}

.seclogged h2:after {
    content: '';
    position: absolute;
    width: 50px;
    border-bottom: 2px solid var(--color0);
    bottom: -5px;
    left: 0
}

.mycourcs .course {
    display: block;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    box-shadow: var(--shadow)
}

.mycourcs div.course {
    padding-bottom: 0
}

.mycourcs .course img {
    border-radius: 4px
}

.mycourcs .course h3 {
    margin: 15px 0 0;
    color: #333
}

.lgdcrsub {
    padding: 10px 0
}

.lgdcrsub a {
    padding: 0 15px;
    border-radius: 4px;
    margin: 5px;
    font-weight: 600;
    line-height: 45px;
    display: inline-block
}

.lgdcrsub a:nth-child(5n-4) {
    color: var(--color0);
    background: var(--lightbg0)
}

.lgdcrsub a:nth-child(5n-3) {
    color: var(--color1);
    background: var(--lightbg1)
}

.lgdcrsub a:nth-child(5n-2) {
    color: var(--color2);
    background: var(--lightbg2)
}

.lgdcrsub a:nth-child(5n-1) {
    color: var(--color3);
    background: var(--lightbg3)
}

.lgdcrsub a:nth-child(5n) {
    color: var(--color4);
    background: var(--lightbg4)
}

.lgoutlnkctr {
    position: relative
}

.lgoutlnkctr>a {
    position: absolute;
    top: -14px;
    right: 10px;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px
}

#classvidctr .vjs-big-play-button {
    z-index: 999
}

.watchsrow>div {
    position: relative
}

.classvid,
.classlist {
    background: linear-gradient(#fff, #eee);
    margin: 0;
    padding: 15px;
    box-shadow: var(--shadow);
    border-radius: 4px
}

.classvid {}

.classvid>iframe {
    width: 100%;
    aspect-ratio: 1.7777;
    margin: 0;
    border: none
}

.classvid a {
    background: #fff;
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555
}

.dashnotesp,
.dashexamsp {
    font-size: 100%;
    font-weight: 400;
    padding: 0 7px;
    border-radius: 4px;
    margin-right: 5px
}

.classvid a .dashnotesp {
    color: var(--color2);
    background: var(--lightbg2);
    margin-right: 5px
}

.classvid a .dashexamsp {
    color: var(--color1);
    background: var(--lightbg1);
    margin-right: 5px
}

.watchsrow>.col3 {
    min-height: 300px
}

.classlist {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 10px
}

.classlist li {
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    cursor: pointer
}

.classlist li:before {
    position: absolute;
    font-weight: 900;
    font-family: "font awesome 6 free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: var(--color2);
    top: 10px;
    left: 10px
}

.classlist li:after {
    content: '';
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff
}

.classlist li.active {
    padding: 5px 10px 5px 43px
}

.classlist li.active:before {
    content: "\f144";
    font-size: 47px;
    left: -9px;
    top: -5px;
    color: var(--color0)
}

#vmplchldr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1.7777;
    background: #000;
    color: #fff;
    padding: 15px 30px
}

.center input[type=text],
.center input[type=email],
.center input[type=password],
.center input[type=number],
.center textarea {
    margin-left: auto;
    margin-right: auto
}

.prelogincard .first,
.prelogincard .second {
    display: none
}

.prelogincard.first .first {
    display: block
}

.prelogincard.second .second {
    display: block
}

#cukXOmHAgC {
    position: absolute;
    bottom: -2px
}

#cukXOmHAgC .result {
    line-height: 18px
}

.first #lgtypegotp,
.first #lgtypegotpx {
    display: none
}

.second #lgtypego,
.second #lgtypegox {
    display: none
}

.zKGoZG8m {
    padding-bottom: 5px
}

#fbprgrlink {
    text-align: center
}

#fbprgrlink .fbc3Xs {
    box-sizing: border-box;
    position: relative;
    margin: .5em;
    margin-top: 0;
    padding: 0 15px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: .2em;
    font-size: 16px;
    color: blue;
    height: 34px;
    display: inline-block
}

#fbprgrlink .fbc3Xs:hover,
#fbprgrlink .fbc3Xs:focus {
    background-color: #000;
    color: #fff
}

#fbprgrlink .fbc3Xs i,
#fbprgrlink .bfBM8x i {
    margin-right: 5px
}

#fbprgrlink .bfBM8x {
    background-color: #24b52a;
    background-image: linear-gradient(#28c22e, #13af19);
    text-shadow: 0 -1px 0 #17b35d;
    box-sizing: border-box;
    position: relative;
    margin: .5em;
    margin-top: 0;
    padding: 0 15px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: .2em;
    font-size: 16px;
    color: #fff;
    height: 34px;
    display: inline-block
}

#fbprgrlink .bfBM8x:hover,
#fbprgrlink .bfBM8x:focus {
    background-color: #1aa11f;
    background-image: linear-gradient(#23d72a, #1aa11f)
}

#vidplyrnote p {
    margin-bottom: 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 15px;
    line-height: 25px
}

#playeregnmbr {
    margin-top: 20px;
    text-align: center
}

#playeregnmbr div {
    display: inline-block;
    background: var(--lightbg0);
    padding: 5px 20px;
    border-radius: 20px;
    color: #000;
    font-weight: 700
}

#playeregnmbr span {
    font-weight: 900;
    color: var(--color0);
    font-size: 20px !important
}

#RQZeN {
    position: relative
}

#RQZeN .fa-xmark {
    position: absolute;
    padding: 7px;
    top: 0;
    right: 0;
    color: #999;
    cursor: pointer
}

.profilediv {
    max-width: 600px;
    margin: 50px auto 0
}

.profileul {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0 20px
}

.profileul li {
    padding: 10px 0;
    overflow: auto
}

.profileul li:not(:first-child) {
    border-top: 1px dashed #ddd
}

.profileul strong {
    padding-right: 10px
}

.prspright {
    float: right;
    color: #333
}

.prnotconnected {
    color: #999
}

.prconnected {
    color: green
}

.profileupd {
    max-width: 300px;
    margin: 0 auto 22px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 15px
}

.profileupd label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px
}

.ZSATAldk {
    background: #ffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px;
    max-width: 600px;
    margin: 30px auto 0
}

.ZSATAldk h2 {
    margin-bottom: 25px
}

.ZSATAldk h4 {
    margin-bottom: 0;
    clear: both
}

.ZSATAldk label {
    display: block
}

.ZSATAldk input[type=text] {
    width: 100%
}

.ZSATAldk select {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #bbb;
    border-radius: 4px
}

.ZSATAldk .btn {
    margin-top: 15px
}

.mXzY {
    display: flex;
    flex-wrap: wrap
}

.mXzY>div {
    width: 50%
}

.mXzY input {
    display: inline-block
}

.mXzY label {
    display: inline-block
}

@media only screen and (min-width:1080px) {
    .headmyacc p {
        max-width: 350px
    }
}

@media only screen and (max-width:950px) {
    .headmyacc p {
        max-width: 200px
    }
}

@media only screen and (max-width:850px) {
    .headmyacc p {
        display: none
    }
}

@media only screen and (max-width:768px) {

    .main-menu2>ul>li,
    .main-menu2>ul>li:active {
        padding-top: 7px;
        padding-bottom: 7px
    }

    .logged .headlogo {
        width: auto
    }
}

@media only screen and (max-width:500px) {
    .main-menu2>ul>li span {
        display: none
    }

    .hlogodesktop {
        display: block
    }

    .hlogomobile {
        display: none
    }

    .classvid {
        padding: 0
    }
}

@media only screen and (max-width:370px) {
    .hlogodesktop {
        display: none
    }

    .hlogomobile {
        display: block
    }
}

@media only screen and (max-width:600px) {
    .hlogomobile {
        display: block
    }

    .hlogodesktop {
        display: none
    }
}