html {
    scroll-behavior: smooth;
}

body {
    /*width: auto;
    height: 1080px;*/
    background-color: #edfaf9; /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #ffffff, #edfaf9);
    font-family: myriad-pro;
    overflow-x: hidden;

    background: #edfaf9;
    color: #51c3c9; /* */

    /*width: 1980px;
    height: 1080px;
    overflow: hidden;*/
    /*height: 380px;*/
}
/*
body a {
    color: #fff;
}
*/
/* Dark Mode Btn Start */
body.light-theme {
    background: #edfaf9;
    color: #51c3c9; /* */
}

body.dark-theme {
    background: #182541;
    /*background: #0f2425;*/
    color: #eee;
}

body.dark-theme a {
  /*color: #809fff;*/
  color: #47c1c9;
}

a.darkbtn-toggle {
    padding: 5px 10px !important;
    border-radius: 20px;
    background-color: #9f9f9f !important;
    margin-right: 1em;
    cursor: pointer;
}

a.darkbtn-toggle:hover {
    background-color: #6f6f6f !important;
    /*border: 2px solid #6f6f6f;*/
}
/**/
.darkbtn-toggle p {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 3px !important;
    background-color: transparent !important;
}

.darkbtn-toggle img {
    padding-top: 2px;
    margin-bottom: 0px;
}

/* Dark Nav */
body.dark-theme .sidenav div {
    background-color: #313a5b;
}

body.dark-theme .sidenav a {
    background-color: #182541;
}

/* Dark Mode Btn End */

/* Self-Assessment Mode Btn Start */

body.sa-theme {
    background: #f4fff2;
    color: #80d070;
}



/* Self-Assessment Mode Btn End */
body:lang(zh) {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1em;
}

/*h4:lang(zh) {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.8em !important;
}*/

/*
:lang(zh) {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.8em;
}

[lang|="zh-Hant"] {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.8em;
}

*[lang|="zh-Hans"] {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.8em;
}
*/
hr {
    border-color: #51c3c9;
}

footer {
    color: #51c3c9;
    font-size: 0.8em;
    position: relative;
    bottom: 0%;
    /*margin-top: 40px;*/
    margin-top: 60px;
}

footer p {
    padding: 0px 20px;
    position: absolute;
    bottom: 0%;
    right: 0%;
}

/*
.footer {
    position: absolute;
    right: 0%;
    bottom: -2%;
    font-size: 0.8em;
    color: #fff;
    //color: #6bccd1;
    //position: relative;
    //left: 0%;
    //margin-top: 40px;
    //bottom: 0%;
    //font-size: 0.5em;
}
*/

.main-content {
    /*height: 370px;*/
    /*margin-bottom: 60px;*/
    /*position: relative;*/
    padding: 0px;
}

.subpage-bottom {
    padding-bottom: 10em;
}

/* Scroll to back button start */
#scrollUpBtn {
    /*display: none;*/
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 997;
    cursor: pointer;
    /*transition: opacity 200ms;*/
}

#scrollUpBtn a {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#scrollUpBtn a:hover {
    opacity: 0.5;
}

#scrollUpBtn h6 {
    color: #51c3c9;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px #ffffff;
}

/*
#scrollUpBtn.d-block {
    animation: btnfadeIn ease 1s;
    -webkit-animation: btnfadeIn ease 1s;
    -moz-animation: btnfadeIn ease 1s;
    -o-animation: btnfadeIn ease 1s;
    -ms-animation: btnfadeIn ease 1s;
}

@keyframes btnfadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-moz-keyframes btnfadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-webkit-keyframes btnfadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes btnfadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes btnfadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
*/

/* Scroll to back button end */

/* Nav Version 2 Start */
.navbar {
    background-color: #fff;
    border: 1px solid #85cfd6;
    border-width: 1px 0px;
    z-index: 997;
    /*z-index: 998;
    margin-top: 25px;*/
    padding: 0px;
    /*overflow-x: hidden;*/ /* for overflow cloud*/
}

.navbar div.container {
    padding: 0px;
    /*height: 3em;*/
}

#navbarExternal {
    /*z-index: 999;*/
    z-index: 998;
}

#firstcat-dropdown {
    position: relative;
}

/* Dark Filter Background for Navbar */
.nav-darkarea {
    background-color: black;
    opacity: 0.5;
    z-index: 996;
    height: 500px;
}


#unameBox {
    z-index: 997 !important;
}

.uname {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 8px 15px;
    /*color: #fff;
    padding: 17px 20px 0px 10px;*/

}

.uname span {

}

.logout-btn {
    padding: 5px 15px !important;
}

.sidenav .uname {
    color: #51c3c9 !important;
    border-top: 1px solid #51c3c9;
    padding: 10px 0px 0px 30px !important;
}

.navbar-brand {
    /*margin: 0px;*/
    padding-left: 11em;
}

.nav-toggle .self-btn {
    /**/padding: 0.2em 1em;
    margin-top: 0.5em;
    border: 2px solid #fff;
    border-radius: 3em;
    margin-right: 0.5em;
    color: #fff;
    transition: 200ms;
}

.nav-toggle .self-btn:hover {
    background: #fff;
    opacity: 0.85;
    color: #51c3c9;
    border-color: #fff;
}

.navbar-toggle-icon {
    /*font-size: 30px;
    margin-top: 0.5em;*/
    color: #fff;
    cursor: pointer;
    padding: 5px;
}

.navbar-toggler-icon {
    height: 3em;
}

.nav-logo {
    width: 50px;
    height: auto;
}

/* Previous Nav toggle*/
/*
.nav-toggle {
    background-color: #51c3c9;
    border-radius: 50px 0px 0px 50px;
    position: relative;
}

.nav-toggle::before {
}

.nav-toggle-cloud {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 6.7em;
    z-index: -1;
}
*/

/* new nav-toggle*/
.nav-toggle {
    background-color: #51c3c9;
    /*padding-right: 5px; */
    border-radius: 50px 0px 0px 50px;
    position: relative;
    /*overflow-x: hidden;*/
    overflow-y: visible;
}

.nav-toggle::before {
}

.nav-toggle::after {
    content: '';
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/TDLEG_Cloud_1.svg") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 105px;
    padding-right: 600px;
    /*padding-right: clamp(0%, 600px, 120%);*/
    right: -295px;
    z-index: -1;
}

.nav-toggle-cloud {
    /*position: absolute;
    top: 0%;
    left: 0%;
    height: 6.7em;
    z-index: -1;*/
}

/**/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #fff;*/
    background-color: #51c3c9;
    overflow-x: hidden !important;
    /*transition: 0.5s;*/
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
    padding-top: 60px;
}

.sidenav a {
    padding: 20px 8px 20px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: #51c3c9;
    border: 1px solid #fff;
    border-width: 1px 0px;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}
/*
.sidenav a:after {
    color: #318f94;
}
*/
.sidenav a:focus {
    color: #318f94;
}

/*
.sidenav a::after {
    color: #51c3c9;
}
*/

/*.closebtn {
    z-index: 99;
}*/

.closebtn.mobile-only {
    display: none;
}

.sidenav .closebtn img {
    /*position: absolute;
    top: 10px;
    right: 25px;
    margin-left: 50px;*/
    /*font-size: 50px;*/
    margin-left: 10px;
    padding: 0px;
    /*color: #51c3c9;*/
}

.sidenav .nav-top {
    /*position: relative;*/
    width: 100%;
    position: absolute;
    top: 0%;
    display: inline-block;
    border: 1px solid #85cfd6;
    border-width: 1px 0px;
    background-color: #fff;
}

.sidenav .nav-top a {
    background-color: #fff !important;
    display: inline-block;
    /*padding: 2px 15px;*/
    padding: 2px 10px;
}

/* sidenav navbar */
.sidenav .navbar-brand {
    margin-right: 0px !important;
    padding-top: 20px !important;
}

.sidenav .closebtn img {
    margin-left: 0px;
}

.sidenav .lang-btn {
    /*color: #e2e2e2;*/
    font-size: 1em;
    color: #51c3c9;
    text-align: center;
    margin: 15px 0px;
}

.sidenav .lang-btn:hover {
    color: #51c3c9;
}

.sidenav .lang-btn.active {
    color: #17a2b8;
    text-decoration: underline;
    font-weight: 600;
}

.sidenav .lang-bg {
    background-color: #51c3c9;
    text-align: center;
    padding: 20px 0px 0px 0px;
    color: #fff;
}

.sidenav .lang-btn.mobile-only {
    display: inline-block;
    /*margin: 0px 30px;*/
    color: #fff;
    margin: 0px;
    border: none;
}

.sidenav .lang-btn.mobile-only:hover, .sidenav .lang-btn.mobile-only:active, sidenav .lang-btn.mobile-only:focus {
    /*color: #51c3c9;*/
    color: #1e5659;
}

.sidenav .lang-btn.mobile-only.active {
    color: #1e5659 !important;
}

.sidenav div.firstcat-dropdown {
    /*padding: 10px;*/
    border: 10px solid #fff;
}

.sidenav a.firstcat-btn {
}

.sidenav a.firstcat-btn.firstcat-exp {
    /*background-color: #fff;
    color: #51c3c9;*/
    pointer-events: none;
    font-weight: 600;
}

.sidenav a.secondcat-btn {
    background-color: #85cfd6 !important;
}

.sidenav a.secondcat-btn:focus > img {
    background: url(/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/dash-circle-fill.svg) center center;
}


.other-bg {
    background-color: #fff;
}

.sidenav a.other-btn {
    /*width: 49.75%;*/
    padding: 50px 0px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
}

.sidenav .other-btn img {
    display: block;
    margin: 10px auto;
}

.clac-logo {
    width: 70%;
}

.clac-logo.nav-logo {
    width: 170px;
    height: 100%;
}

.self-btn {
    display: inline-block;
    margin-right: 60px;
}

.sidenav div {
    background-color: #fff;
}

.sidenav-self {
    padding: 1px 0px;
}

.sidenav .self-btn {
    display: block;
    padding: 15px 10px;
    /*padding: 15px 120px;
    margin: 25px 0px 20px 30px;
    margin: 25px auto;
    margin: 25px 250px;
    margin: 25px 200px;*/
    margin: 25px 250px;
    font-size: 1.2em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #80d070;
    border: none;
    border-radius: 5em;
    box-shadow: 0 7px #69ab5c;
}

.sidenav img {
    margin: 0px 0px 4px 10px;

}

.sidenav .self-btn:hover {
    background-color: #69ab5c;
    box-shadow: 0 5px #80d070;
}

.sidenav .self-btn:active {
    background-color: #568c4b;
    box-shadow: 0 3px #46733e;
    transform: translateY(4px);
}

.sidenav p {
    padding: 30px;
    color: #fff;
    background-color: #51c3c9;
}

.dropdown-toggle::after {
    display: none;
}

#firstdrop {
    /*transition: all 10s;
    -webkit-transition: all 10s;*/
}

/* nav overflow test
.navbar {
    width: 100%;
    overflow: hidden;
} */

.nav-cloud {
    /*width: 53%;
    height: auto;
    position: absolute;
    top: 0%;
    right: -20%;*/
    /*
    width: 63%;
    right: -30%;
    width: 47%;
    height: auto;
    position: absolute;
    top: 0%;
    right: -10%;
    margin-top: 0px;
    z-index: -99;*/
    /* before 13/1 */
    /*width: 70%;
    height: auto;
    position: absolute;
    top: 0%;
    right: -45%;*/
    width: 32%;
    height: auto;
    position: absolute;
    top: 0%;
    right: 5%;
}

.sidenav-2 {
    /*display: none;*/
    background-color: #318f94;
    width: 50%;
    /*height: 850px;*/
    height: 100%;
    z-index: 999;
    overflow-y: auto; /**/
    overflow-x: hidden;
}

.fourth-btn.dropdown-item {
    font-size: 0.9em;
    /*padding: 5px 20px !important;*/
    word-break: break-all; /* Break dropdown btn text line */
}

/* Hide scrollbar for Chrome, Safari and Opera */
/*.sidenav-2::-webkit-scrollbar {
    display: none;
}*/

/* Hide scrollbar for IE, Edge and Firefox */
/*.sidenav-2 {
    -ms-overflow-style: none; // * IE and Edge * //
    scrollbar-width: none; // * Firefox * //
}*/

/* Customize Scrollbar Start */
/* width */
.sidenav::-webkit-scrollbar, .sidenav-2::-webkit-scrollbar {
    width: 15px;
    /*border: 5px solid #fff;*/
}

/* track */
.sidenav::-webkit-scrollbar-track, .sidenav-2::-webkit-scrollbar-track {
    background: #9eff8a;
}

/* handle */
.sidenav::-webkit-scrollbar-thumb, .sidenav-2::-webkit-scrollbar-thumb {
    background: #80d070;
}

/* handle on hover */
.sidenav::-webkit-scrollbar-thumb:hover, .sidenav-2::-webkit-scrollbar-thumb:hover {
    background: #69ab5c;
}

/* button */
.sidenav::-webkit-scrollbar-button, .sidenav-2::-webkit-scrollbar-button {
    background: #fff;
    border-style: solid;
}

/*.sidenav::-webkit-scrollbar-button:single-button:vertical:decrement,
.sidenav::-webkit-scrollbar-button:single-button:vertical:increment,
.sidenav-2::-webkit-scrollbar-button:single-button:vertical:decrement,
.sidenav-2::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 0 8px 8px 8px;
  border-color: transparent transparent #69ab5c transparent;
}*/

.sidenav::-webkit-scrollbar-button:vertical:decrement,
.sidenav-2::-webkit-scrollbar-button:vertical:decrement {
    /*background-color: orange;*/
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #69ab5c transparent;
}

.sidenav::-webkit-scrollbar-button:vertical:increment,
.sidenav-2::-webkit-scrollbar-button:vertical:increment {
    /*background-color: #fff;*/
    border-width: 8px 8px 0 8px;
    border-color: #69ab5c transparent transparent transparent;
}

/* Customize Scrollbar End */


.sidenav-2 a {
    /* margin: 0 auto;
    padding: 20px 8px 20px 32px;
    padding: 20px 32px;*/
    padding: 20px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    background-color: #318f94;
    border: 1px solid #fff;
    border-width: 1px 0px;
    display: block;
    transition: 0.3s;
}

.sidenav-2 a:hover {
    color: #f1f1f1;
    background-color: #1e5659;
    opacity: 0.5;
}

/*.sidenav-2 a:after {
    color: #fff;
    opacity: 0.5;
}*/

.sidenav-2 img {
    margin:  0px 0px 4px 10px;
}

div.cat-title {
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Sidenav_BG.svg") center center no-repeat;
    /*background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Sidenav_BG.svg") center center no-repeat fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cat-title {
    padding: 70px 32px;
    color: #fff;
}

#ccat-dropdown {
    /*display: none;
    width: 50%;
    z-index: 999;
    background-color: #318f94;*/
    /*width: 45%;*/
    /*position: absolute;
    left: 0%;
    top: 0%;*/
}

.thirdcat-btn {
    display: block;
    padding: 10px;
    color: #fff;
}

.fourth-btn {
    color: rgb(255 255 255 / 50%) !important;
    background-color: #1e5659 !important;
    border: 1px solid #fff !important;
}

.fourth-btn:hover {
    color: #fff !important;
}

/*
.sidenav-2 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden !important;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
    padding-top: 60px;
}
*/

/* Login CSS start */
div#signin {
    /*position: absolute;
    top: 17%;*/
    /*margin-top: 180px;
    margin-bottom: 100px;*/
    /*margin-top: 150px;*/
    margin-top: 80px;
    margin-bottom: 100px;
}

.signbox {
    background-color: #fff;
    border: 1px solid #51c3c9;
    border-radius: 1rem;
    box-shadow: 5px 5px 10px #d4f3f5;
}


/* Login CSS end */


/* Index CSS start */
/*div .index-graph {*/
.index-graph {
    /* Below is before 13/1/2021 */
    /*position: relative;
    display: inline-block !important;
    width: 1920px;
    height: 950px;
    left: 0%;
    top: 0%;
    overflow: hidden;*/
    /* Below is before 20/1/2021 */
    /*position: absolute;
    display: inline-block !important;
    width: 100%;
    height: 1400px;
    left: 0%;
    top: 0%;
    overflow: hidden;*/
}

/* Index graph BG Size base (Relative) */
.index-bg {
    position: relative;
    /*border: 2px solid #D9D9D9;*/
    width: 100%;
    /*height: 1400px;
    height: 1200px;*/
    height: 1080px;
    /*background: url("img/TDLEG_BG_3.svg") no-repeat left top fixed;
    background-image: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/TDLEG_Whole_BG.svg"); */
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/TDLEG_Whole_BG.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*overflow-y: hidden;*/
    overflow: hidden;
}

.index-graph img {
    margin: 0px;
}
/**/

/*.ref {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 0%;
}*/

/*
.bg-1 {
    width: 30%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 0%;
}

.bg-2 {
    width: 31%;
    height: auto;
    position: absolute;
    top: -1%;
    left: -1%;
    opacity: 0.7;
}

.bg-3 {
    width: 80%;
    height: auto;
    position: absolute;
    top: 0%;
    left: -1%;
    opacity: 0.5;
}
*/


.mount {
    width: 28%;
    height: auto;
    position: absolute;
    top: 36.5%;
    left: -0.8%;
}

.bird-1 {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -8.4%;
    left: 0%;
    -webkit-animation: birdFly 6s linear infinite;
    -moz-animation: birdFly 6s linear infinite;
    animation: birdFly 6s linear infinite;
}

@-webkit-keyframes birdFly {
    0%, 50%, 100% {
        -webkit-transform: translate3d(0%, -2%, 0) scale3d(1.05,1.05,1.05);
        transform: translate3d(0%, -2%, 0) scale3d(1.05,1.05,1.05);
    }
    25%, 75% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1,1,1);
        transform: translate3d(0, 0, 0) scale3d(1,1,1);
    }
}

@-moz-keyframes birdFly {
    0%, 50%, 100% {
        -moz-transform: translate3d(0%, -2%, 0) scale3d(1.05,1.05,1.05);
        transform: translate3d(0%, -2%, 0) scale3d(1.05,1.05,1.05);
    }

    25%, 75% {
        -moz-transform: translate3d(0, 0, 0) scale3d(1,1,1);
        transform: translate3d(0, 0, 0) scale3d(1,1,1);
    }
}

@keyframes birdFly {
    0%, 50%, 100% {
        -webkit-transform: translate3d(0%, -2%, 0) scale3d(1.05,1.05,1.05);
        transform: translate3d(0%, -2%, 0) scale3d(1.05,1.05,1.05);
    }

    25%, 75% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1,1,1);
        transform: translate3d(0, 0, 0) scale3d(1,1,1);
    }
}

.cloud-1 {
    width: 24.5%;
    height: auto;
    position: absolute;
    top: 8.2%;
    right: -11%;
    -webkit-animation: cloudMove01 10s linear infinite;
    -moz-animation: cloudMove01 10s linear infinite;
    animation: cloudMove01 10s linear infinite;
}

@-webkit-keyframes cloudMove01 {
    0%, 50%, 100% {
        -webkit-transform: translate3d(-5%, -2%, 0) scale3d(1.1,1.1,1.1);
        transform: translate3d(-5%, -2%, 0) scale3d(1.1,1.1,1.1);
        opacity: 1;
    }

    25%, 75% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1,1,1);
        transform: translate3d(0, 0, 0) scale3d(1,1,1);
        opacity: 0.5;
    }
}

@-moz-keyframes cloudMove01 {
    0%, 50%, 100% {
        -moz-transform: translate3d(-5%, -2%, 0) scale3d(1.1,1.1,1.1);
        transform: translate3d(-5%, -2%, 0) scale3d(1.1,1.1,1.1);
        opacity: 1;
    }

    25%, 75% {
        -moz-transform: translate3d(0, 0, 0) scale3d(1,1,1);
        transform: translate3d(0, 0, 0) scale3d(1,1,1);
        opacity: 0.5;
    }
}

@keyframes cloudMove01 {
    0%, 50%, 100% {
        -webkit-transform: translate3d(-5%, -2%, 0) scale3d(1.1,1.1,1.1);
        transform: translate3d(-5%, -2%, 0) scale3d(1.1,1.1,1.1);
        opacity: 1;
    }

    25%, 75% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1,1,1);
        transform: translate3d(0, 0, 0) scale3d(1,1,1);
        opacity: 0.5;
    }
}


.cloud-2 {
    width: 38%;
    height: auto;
    position: absolute;
    top: -14%;
    right: 1.5%;
    -webkit-animation: cloudMove02 5s linear infinite;
    -moz-animation: cloudMove02 5s linear infinite;
    animation: cloudMove02 5s linear infinite;
}

@-webkit-keyframes cloudMove02 {
    0%, 50%, 100% {
        -webkit-transform: translate3d(0%, -2%, 0);
        transform: translate3d(0%, -2%, 0);
        opacity: 1;
    }

    25%, 75% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0.4;
    }
}

@-moz-keyframes cloudMove02 {
    0%, 50%, 100% {
        -moz-transform: translate3d(0%, -2%, 0);
        transform: translate3d(0%, -2%, 0);
        opacity: 1;
    }

    25%, 75% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0.4;
    }
}

@keyframes cloudMove02 {
    0%, 50%, 100% {
        -webkit-transform: translate3d(0%, -2%, 0);
        transform: translate3d(0%, -2%, 0);
        opacity: 1;
    }

    25%, 75% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0.4;
    }
}

.cloud-3 {
    width: 31%;
    height: auto;
    position: absolute;
    top: 47%;
    left: -6.5%;
    -webkit-animation: cloudMove03 10s linear infinite;
    -moz-animation: cloudMove03 10s linear infinite;
    animation: cloudMove03 10s linear infinite;
}

@-webkit-keyframes cloudMove03 {
    0%, 40%, 100% {
        -webkit-transform: translate3d(5%, -1%, 0) scale3d(1, 1, 1);
        transform: translate3d(5%, -1%, 0) scale3d(1, 1, 1);
        opacity: 1;
    }

    15%, 20%, 65%, 75% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(0.98, 0.98, 0.98);
        transform: translate3d(0, 0, 0) scale3d(0.98, 0.98, 0.98);
        opacity: 0.5;
    }
}

@-moz-keyframes cloudMove03 {
    0%, 40%, 100% {
        -moz-transform: translate3d(5%, -1%, 0) scale3d(1, 1, 1);
        transform: translate3d(5%, -1%, 0) scale3d(1, 1, 1);
        opacity: 1;
    }

    15%, 20%, 65%, 75% {
        -moz-transform: translate3d(0, 0, 0) scale3d(0.98, 0.98, 0.98);
        transform: translate3d(0, 0, 0) scale3d(0.98, 0.98, 0.98);
        opacity: 0.5;
    }
}

@keyframes cloudMove03 {
    0%, 40%, 100% {
        -webkit-transform: translate3d(5%, -1%, 0) scale3d(1, 1, 1);
        transform: translate3d(5%, -1%, 0) scale3d(1, 1, 1);
        opacity: 1;
    }

    15%, 20%, 65%, 75% {
        -webkit-transform: translate3d(0, 0, 0) scale3d(0.98, 0.98, 0.98);
        transform: translate3d(0, 0, 0) scale3d(0.98, 0.98, 0.98);
        opacity: 0.5;
    }
}

.cloud-4 {
    width: 22%;
    height: auto;
    position: absolute;
    top: 21.8%;
    left: -2.3%;
    -webkit-animation: cloudMove04 8s linear infinite;
    -moz-animation: cloudMove04 8s linear infinite;
    animation: cloudMove04 8s linear infinite;
}

@-webkit-keyframes cloudMove04 {
    0%, 30%, 50%, 100% {
        -webkit-transform: translate3d(3%, 1%, 0);
        transform: translate3d(3%, 1%, 0);
        opacity: 1;
    }

    15%, 75% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0.4;
    }
}

@-moz-keyframes cloudMove04 {
    0%, 30%, 50%, 100% {
        -moz-transform: translate3d(3%, 1%, 0);
        transform: translate3d(3%, 1%, 0);
        opacity: 1;
    }

    15%, 75% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0.4;
    }
}

@keyframes cloudMove04 {
    0%, 30%, 50%, 100% {
        -webkit-transform: translate3d(3%, 1%, 0);
        transform: translate3d(3%, 1%, 0);
        opacity: 1;
    }

    15%, 75% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0.4;
    }
}

.tagline {
    width: 24%;
    height: auto;
    position: absolute;
    bottom: 10%;
    left: 14.6%;
    -webkit-animation: tagFade 8s linear infinite;
    -moz-animation: tagFade 8s linear infinite;
    animation: tagFade 8s linear infinite;
}

@-webkit-keyframes tagFade {
    0%, 35%, 70%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    20%, 50%, 80% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
        opacity: 1;
    }
}

@-moz-keyframes tagFade {
    0%, 35%, 70%, 100% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    20%, 50%, 80% {
        -moz-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
        opacity: 1;
    }
}

@keyframes tagFade {
    0%, 35%, 70%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    20%, 50%, 80% {
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
        opacity: 1;
    }
}

.clac-main-logo {
    /*width: 87%;
    height: auto;
    position: absolute;
    top: 0%;
    left: 7%;*/
    width: 40%;
    height: auto;
    position: absolute;
    /*top: 25%;*/
    top: 15%;
    left: 30%;
}

#pageUnit {
    /*margin-top: 140px;*/
    margin-top: 100px;
}

#pageUnit a {
    color: #85cfd6;
}

#pageUnit span {
    color: #51c3c9;
}

#pageUnit a:last-child, #pageUnit span:last-child {
    color: #85cfd6;
    font-weight: 600;
}

.wrapper {
    margin-top: 570px;
}

.enter-wrap {
    position: absolute;
    /*bottom: 30%;*/
    bottom: 50%;
    right: 0%;
}

.enter-btn {
    display: block;
    padding: 5px 30px;
    margin: 0 auto;
    font-size: 1.2em;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #51c3c9 !important;
    background-color: #fff;
    border: 1px solid #51c3c9;
    border-radius: 5em;
    /*box-shadow: 0 7px #69ab5c;
    position: absolute;
    bottom: 20%;*/
}

.enter-btn:hover {
    background-color: #a1f2f7;
    opacity: 0.8;
    transition: all 1s;
}

.enter-btn:focus, enter-btn:active {
    background-color: #51c3c9;
    color: #fff;
    opacity: 1;
}

/* Index CSS end */


/* Self-Assessment CSS start */
#SLprogress {
    margin: 80px auto;
    position: relative;
    background-color: white;
}

#progressbar {
    background-color: lightblue;
    padding: 20px;
    margin: 0 auto;
    counter-reset: step;
    display: block;
}

#progressbar li {
    list-style-type: none;
    color: grey;
    text-transform: uppercase;
    position: relative;
    /* Step size in same float boxes */
    /*width: 14.2%;*/
    padding: 10px 20px;
    float: left;
    text-align: center;
}

#progressbar li:before {
    content: "Step " counter(step);
    counter-increment: step;
    color: grey;
    display: block;
	background-color: white;
	border-radius: 10px;
    padding: 5px 10px;
	margin: 0 auto 10px auto;
}

/* progressbar connectors line */
#progressbar li:after {
    content: '';
    width: 45%;
    height: 2px;
    background-color: grey;
    position: absolute;
    left: -22%;
    top: 30%;
    /*z-index: -1; put it behind the numbers*/
}

/* Remove line connector before Step 1 */
#progressbar li:first-child:after {
    content: none;
}

/* Completed Step will be added Active class */
/* Its step (before) and connector (after) will be filled with green colour */
#progressbar li.active, #progressbar li.active:before, #progressbar li.active:after {
    background-color: green;
    color: white;
}

/**/
.step-content div {
    /*display: none;*/
    display: block;
}

.step-content div.active {
    display: block;
}

/* New Progress CSS start */
#SLform {
    /*margin: 100px auto;*/
    margin: 0px auto;
    padding: 0px;
    height: 1000px;
    color: #80d070;
}

#SLform .page-title, #SLform p {
    color: #80d070;
}

.cloud-subtitle-g {
    width: 60%;
    position: absolute;
    left: -20%;
    z-index: -1;
}

.sa-bird {
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/sa_bird.svg") right bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 1080px;
    z-index: -99;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
}

/*.con-subtitle.sa-title h4 {
    padding: 7px 0px;
}

.con-subtitle h4 {
}*/

.con-subtitle.sa-title{white-space:nowrap; background-color:#80d070;}
.con-subtitle.sa-title::before {background-image:url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/subtitle_g.svg");}


.con-subtitle{
    display:inline-block;
    position:relative;
    background:#51c3c9;
    /*padding: 0 50px 0 900px;*/
    padding: 0 0 0 900px;
    left:-900px;

    overflow:visible !important;
}
.con-subtitle::before{
    content:"";
    position:absolute;
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Cloud_5.svg") right center no-repeat;
    background-size:cover;
    padding-right:80px;
    display:block;
    height:100%;
    right:-80px;
}
.con-subtitle h4{padding-top:10px;}
/*
.con-subtitle {
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Cloud_5.svg") right center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 0px 100px 0px 0px;
    display: inline-block;
}

.con-subtitle::before {
    content: "";
    position: relative;
    right: 500%;
    padding: 0% 500% 38% 0%;
    / *padding-right: 50px;* /
    / *height: 50px;* /
    background-color: #51c3c9;
    / *border-width: 2px 0px 0px 0px; * /
    / *border-width: 2px 0px 3px 0px;* /
    border-width: 1px 0px 3px 0px;
    border-style: solid;
    border-color: #51c3c9;/ ** /
}

*/

.con-subtitle h4:lang(zh) {
    padding-right: 1.8em;
}
/**/
.con-subtitle.thin-shape::before {
    border-width: 1px 0px 0px 0px;
}

.con-subtitle.thin-shape h4:lang(zh) {
    padding-right: 0.2em;
}

div#comment.con-subtitle.thin-shape h4:lang(zh) {
    padding-right: 2em;
}
/**/
/* Style input fields */
input {
    padding: 10px;
    /*width: 100%;*/
    font-size: 17px;
    border: 1px solid grey;
    float: left;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: red;
}
/*
.custom-control-label::after {

}
*/

/* Consent Checkbox CSS Start */

/*
.consent-checkbox .input[type="checkbox"] {
    margin-right: 10px !important;
}
*/

/* Customize the label */
.consent-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*Hide the browser's default checkbox */
/*.consent-checkbox.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}*/

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 0.2em;
}

/* On mouse-over, add a grey bg color */
.consent-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When checkbox is checked, add a blue bg */
.consent-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/ indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show checkmark when checked */
.consent-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator */
.consent-checkbox .checkmark:after {
    left: 40%;
    top: 20%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Consent Checkbox CSS End */

/* Hide all steps by default */
.tab {
    /*display: none;
    display: block;*/
    margin-bottom: 50px;
}

/* Tab content - Results and Suggestions Start */
/* Style tab */
.tab-list {
    overflow: hidden;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #83d0a3;
}

/* Style tab btn */
.tablinks {
    background-color: rgba(255, 255, 255, 0.5);
    float: left;
    border: 1px solid #83d0a3;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: 0.3s;
}

.tablinks:hover {
    background-color: #83d0a3;
    opacity: 0.7;
}

.tablinks.active {
    background-color: #83d0a3;
}

/* Style tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #83d0a3;
    border-top: none;
    animation: fade 1s;
    background-color: rgba(255, 255, 255, 0.5);
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Tab content - Results and Suggestions End */

/* New Results CSS Start */

/* Table */
/*.res-table {
    background-color: #fff;
    box-shadow: 2px 2px 5px #eee;
    border-radius: 1em;
    color: #80d070;
}

.res-table td {
    padding: 10px 0px;
}

*/

.res-score {
    background-color: #85d1a3;
    /*background-color: #b6e2c8;
    background-color: #85d1a3;
    box-shadow: 2px 2px 5px #eee;*/
    border-radius: 1em;
    color: #fff;
}
/*
.line {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #85d1a3;
}
*/
/* Resources Table */
.res-thumb {
    overflow: hidden;
}
/*
li.res-thumb img {
    width: 140%;
}
*/

.corner-num {
    position: absolute;
    /*top: -10%;
    left: -10%;*/
    /*top: -15%;
    left: -3%;
    width: 80px;
    height: 80px;
    border-radius: 10em;*/
    /*top: -3.5%;
    left: -3.5%;*/
    top: -3.5%;
    left: -3.5%;
    background-color: #80d070;
    box-shadow: 2px 2px 5px #eee;
    width: 100px;
    height: 50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 99;
}

.corner-num p {
    position: absolute;
    top: 45%;
    left: 45%;
    color: #fff !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-weight: 600;
}

.res-tc-comment {
    background-color: #fff;
    border-radius: 1em;
}

/*
.resources-table.table tr {
    position: relative;
}
*/

.resources-table.table td, .resources-table.table th {
    border-top: none !important;
}

/*.resources-table ul, .resources-table tr:first-child {*/
.resources-table ul, .resources-table tr {
    background-color: #fff;
    box-shadow: 2px 2px 5px #eee;
    padding: 10px 0px;
    border-radius: 1em;
    color: #80d070;
    transition: 0.1s;
    /*cursor: pointer;
    position: relative;*/
    margin-bottom: 20px;
}

/*.resources-table ul:hover, .resources-table tr:first-child:hover {*/
.resources-table ul:hover, .resources-table tr {
    /*border: 2px solid #80d070;
    box-shadow: none;*/
    box-shadow: 2px 2px 5px #ccc;
}

/* Modal Box */


.modal-header {
    background-color: #85d1a3;
    color: #fff;
}

.tc-table {
    /*margin: 0 auto;
    margin-top: 20px;
    border-radius: 1em;*/
}

.tc-table td {
    /*background-color: rgba(255, 255, 255, 0.7);*/
    border: 1px solid #d9f1d3;
    /*border-radius: 1em;
    color: #80d070;*/
    padding: 0.5em 1em;
}

.tc-table table, .tc-table th, .tc-table td {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #d9f1d3;
    transition: 200ms ease-in-out;
}

.tc-table tr:hover {
    background-color: rgba(128, 208, 112, 0.7);
}

.tc-table tr:first-child {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}


/* New Results CSS End */


/* Style Step */
.sa-bar {
    text-align: center;
    margin-top: 40px;
    position: relative;
}
/*
.step {
    width: 30px;
    height: 30px;
    margin: 0px 2px;
    background-color: lightgrey;
    border: none;
    border-radius: 15px;
    display: inline-block;
    opacity: 0.5;
}
*/
/*.sa-bar .step::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_1.svg") no-repeat 0 0px;
    background-size: 800%;
    display: inline;

    margin-left: 0.5em;
    padding: 15px;
}*/
.sa-bar div{
    display: inline;
}

.sa-bar .step {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_1.svg") no-repeat 0 3px;
    background-size: 800%;
    display: inline;
    margin-left: -0.2em;/**/
    padding: 15px;
}

.sa-bar .state-2 .step {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_1.svg") no-repeat -92px 17px;
    background-size: 400%;
    display: inline;
    margin-left: -0.3em;
    padding: 30px;
}

.sa-bar .state-3 .step {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_1.svg") no-repeat -212px 3px;
    background-size: 800%;
    display: inline;
    margin-left: -0.65em;
    padding: 15px;
}

.sa-bar div:first-child.state-3 .step {
    margin-left: 0em;
}

.sa-bar div:nth-child(even) .step {
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_2.svg") no-repeat 0 3px;
    content: "";
    background-size: 800%;
    display: inline;
    padding: 15px;
}

.sa-bar div:nth-child(even).state-2 .step {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_2.svg") no-repeat -92px 17px;
    background-size: 400%;
    display: inline;
    padding: 30px;
}

.sa-bar div:nth-child(even).state-3 .step {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_2.svg") no-repeat -222px -3px;
    background-size: 950%;
    display: inline;
    padding: 13px;
    /*background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_2.svg") no-repeat -228px 3px;
    background-size: 900%;
    display: inline;
    padding: 14px;*/
    margin-left: -0.75em;/**/
}

.sa-bar div:last-child .step {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_3.svg") no-repeat 0 3px;
    background-size: 800%;
    display: inline;
    padding: 15px;
    margin-left: 0em;
}
.sa-bar div:last-child.state-2 .step, .sa-bar div:last-child.state-3 .step {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_3.svg") no-repeat -96px 7px;
    background-size: 470%;
    display: inline;
    padding: 25px;
    margin-left: -1.2em;
}

.sa-bar .divider::after {
    content: "";
    border: 1px solid #999999;
    display: inline-block;
    padding-left: 40px;
    margin-left: -0.1em;
}
/*
.sa-bar .divider::before {
    content: "";
    border: 1px solid #999999;
    display: inline-block;
    padding-left: 30px;
    margin-right: -0.1em;
}
*/
.sa-bar div.state-3 .divider::after {
    border: 1px solid #80d070;
    margin-left: -0.35em;
}

.sa-bar div:first-child.state-3 .divider::after {
    margin-left: -0.3em;
}

.sa-bar div:nth-last-child(2).state-3 .divider::after {
    padding-left: 50px;
}


/*
.sa-bar .divider::after {
    content: "";
    border: 1px solid #69ab5c;
    position: absolute;
    top: 50%;
    left: 15%;
    padding-left: 30px;
    background-color: #999999;
}
*/

/*
span.divider {
    height: 5px;
    width: 50px;
    margin-left: 0.5em;
    background-color: #999999;
    position: absolute;
    left: 10%;
    top: 0%;
}
*/

/*
.sa-bar .step:first-child::after,.sa-bar .step.active:first-child::after {
    margin-left: 0em;
}

.sa-bar .step.active::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_1.svg") no-repeat -92px 10px;
    background-size: 400%;
    display: inline;
    padding: 30px;
}

.sa-bar .step.done::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_1.svg") no-repeat 0px 0px;
    background-size: 800%;
    display: inline;
    padding: 15px;
}

.sa-bar .step:nth-child(even)::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_2.svg") no-repeat 0 0px;
    background-size: 800%;
    display: inline;
    padding: 15px;
}

.sa-bar .step:last-child::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/progressIcon_3.svg") no-repeat 0 0px;
    background-size: 800%;
    display: inline;
    padding: 15px;
}
*/

/* Mark the active step */
.step.active {
    opacity: 1;
}

/* Mark the step is finished and valided */
.step.finish {
    background-color: #79c951;
}
/*
#Pbar {
    background-color: lightblue;
    padding: 20px;
    margin: 0 auto;
    counter-reset: step;
    display: block;
}

#Pbar span {
    list-style-type: none;
    color: grey;
    text-transform: uppercase;
    position: relative;
    padding: 10px 20px;
    float: left;
    text-align: center;
}

#Pbar span:before {
    content: "Step " counter(step);
    counter-increment: step;
    color: grey;
    display: block;
	background-color: white;
	border-radius: 10px;
    padding: 5px 10px;
	margin: 0 auto 10px auto;
}

//progressbar connectors line
#Pbar span:after {
    content: '';
    width: 45%;
    height: 2px;
    background-color: grey;
    position: absolute;
    left: -22%;
    top: 30%;
}

// Remove line connector before Step 1
#Pbar span:first-child:after {
    content: none;
}

// Completed Step will be added Active class
// Its step (before) and connector (after) will be filled with green colour
#Pbar span.active, #Pbar span.active:before, #Pbar span.active:after {
    background-color: green;
    color: white;
}
*/

/*#Pbar span {
    content: '/img/progress_1';
}*/

/* Button */
/*
.sa-btns {
    overflow: auto;
    float: left;
}
*/

/* SA Next & Prev Btns */
/* Leave Comment */
a.prevbtn, a.nextbtn, a.homebtn, .nextbtn {
    padding: 10px 50px;
    background-color: #a1d996;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 0.5em;
}

a.prevbtn:hover, a.nextbtn:hover, a.homebtn:hover, .nextbtn:hover {
    opacity: 0.7;
    color: #fff;
}

a.prevbtn:hover, a.nextbtn:checked, a.homebtn:checked, .nextbtn:checked {
    background-color: #4ba835;
    color: #fff;
    border: none;
}

a.nextbtn.start::after, input.nextbtn.start::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/clipboard-data.svg") no-repeat 0 10px;
    background-size: 100%;
    display: inline;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.5em;
    padding: 10px;
}

a.nextbtn::after, input.nextbtn::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/arrow-right-short.svg") no-repeat 0 10px;
    background-size: 100%;
    display: inline;
    width: 1.2em;
    height: 1.2em;
    margin-right: -0.5em;/**/
    padding: 10px;
}

a.prevbtn::before, input.prevbtn::before {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/arrow-left-short.svg") no-repeat 0 10px;
    background-size: 100%;
    display: inline;
    width: 1.2em;
    height: 1.2em;
    margin-left: -0.5em;/**/
    padding: 10px;
}
/*
a.prevbtn::before {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/arrow-left-short.svg") no-repeat 0 10px;
    background-size: 100%;
    display: inline;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 10px;
}

a.nextbtn::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/arrow-right-short.svg") no-repeat 0 10px;
    background-size: 100%;
    display: inline;
    width: 1.2em;
    height: 1.2em;
    margin-left: 0.5em;
    padding: 10px;
}
*/
/* Level bar */

.progress-bar {
    background-color: #eee;
    border: 1px solid #fff;
}

.progress-bar.lv1.on {
    background-color: #ffddab;
    border: 1px solid #fff;
}

.progress-bar.lv2.on {
    background-color: #dcd99b;
    border: 1px solid #fff;
}

.progress-bar.lv3.on {
    background-color: #bdd68d;
    border: 1px solid #fff;
}

.progress-bar.lv4.on {
    background-color: #80d070;
    border: 1px solid #fff;
}

.progress-bar.lv5.on {
    background-color: #83d0a3;
    border: 1px solid #fff;
}

.progress-bar.lv6.on {
    background-color: #85cfd6;
    border: 1px solid #fff;
}

.progress-bar.lv7.on {
    background-color: #6cc9d0;
    border: 1px solid #fff;
}

.progress-bar.lv8.on {
    background-color: #51c3c9;
    border: 1px solid #fff;
}

/* New Progress CSS end */

/* SA Evaluation and Multi Btns */
.ans {
    width: 100%;
    display: none;
    margin-bottom: 30px;
    overflow: hidden;
}

.ans.on {
    display: block;
}

/*

.multi-btns {
    margin-top: 20px;
    margin-right: 30px;
    padding: 20px 60px;
    color: #80d070;
    background: #fff;
    border: 1px solid #80d070;
    border-radius: 10px;
    white-space: normal;
}
*/

.radio-list .multi-btns{
    padding-left:0;
}

/* radio-list button */
.radio-list .multi-btns label {
    /*padding-top: 1em;
    padding-bottom: 2.5em;
    padding-left: 0;
    padding-right: 0;*/
    padding: 1em 0em;
    color: #80d070;
    background: #fff;
    border: 1px solid #80d070;
    border-radius: 10px;
    white-space: normal;

    display:flex;
    width:100%;

}

.radio-list .multi-btns:last-child {
    margin-right: 0;
    padding-right:0;
}

.multi-btns label:hover {
    background: #b0e8a5;
    color: #fff;
}

.multi-btns label:focus {
    background: #80d070;
    color: #fff;
}
/*
.flex-row .multi-btns {
    margin:
}

.multi-btns:nth-last-child(1) {
    margin-right: 0px;
}
*/

/* form control start */
/*.extraOpt div.mb-5 {
    min-height: 50px;
    height: 300px;
    max-height: 300px;
}
*/
.extraOpt .long-height {
    height: 120px;
}

.form-control.radio-list {
    border: none;
    background-color: transparent;
    padding: 0px;
    /*min-height: 20px;
    max-height: 800px;
    max-height: 800px;
    display: block;*/
}

.form-control.radio-list input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.form-control.radio-list label {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    /*background-color: #ddd;
    padding: 1em 2em;
    font-size: 1em;
    border: 1px solid #80d070;
    border-radius: 0.5em;*/
}

.form-control.radio-list input[type="radio"]:checked + label {
    background-color: #80d070;
    color: #fff;
    border-color: #69ab5c;
}

.form-control.radio-list input[type="radio"]:focus + label {
    background-color: #69ab5c;
    color: #fff;
    border-color: #69ab5c;
}

/* form control end */

a.arrow-btns {
    /*padding: 5px 12px;
    border-radius: 25px;*/
    padding: 5px 11px;
    border-radius: 2em;
    margin-right: 10px;
    /* padding: 0px;
    margin-right: 15px;
    background: none;
    color: #83d0a3;*/
    border: none;
    background: #83d0a3;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
}

a.arrow-btns:hover {
    color: #fff;
}

/* Question Pager */
/*
.q-panel {
    border: 1px solid #80d070;
    border-radius: 1em;
    padding: 1em;
}

*/
.q-pager .panel {
    background-color: #fff;
    color: #80d070;
    border: 1px solid #80d070;
    border-radius: 10em;
    padding: 2px 4px;
    margin: 1em 0em 1em 1em;
}

/* Results Panel */
.r-panel {
    background-color: #fff;
    border: 1px solid #80d070;
    border-radius: 1em;
    padding: 1em;
}

.r-panel hr {
    border-color: #80d070;
}

.green-color {
    color: #80d070;
}

/* Recording upload and preview CSS */
/*.file-upload {
    width: 800px;
    height: 450px;
    padding: 20px 0px;
    background: transparent;
}

.file-upload img {
    width: 100%;
    display: none;
    margin: 10px;
}*/

.upload {
    margin-top: 10px;
}

.upload label {
    background-color: #80d070;
    border-radius: 0.5em;
    padding: 6px 18px;
    margin-right: 0.25em;
    /*border: none;*/
    color: #fff;
    cursor: pointer;
}

/**/

input.upload {
    border: none;
    padding-left: 0px;
}


input::-webkit-file-upload-button {
    background-color: #80d070;
    color: #fff;
    border-radius: 0.5em;
    padding: 6px 18px;
    border: 2px solid green;
}

.video-upload input {
    border: none;
    /**/padding-left: 0px;
}

.upload-fail {
    font-weight: 600;
    display: block;
    color: red;
    text-transform: capitalize;
}

/* Audio CSS */
.quesAudio {
    /*background-color: green;
    color: green;*/
}

.ques-test ol li {
    display: list-item;
    list-style-type: lower-roman;
}

.audplayer.play {
    /*content: "";
    background-color: #80d070;
    color: #fff;*/
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/play-circle-fill.svg") no-repeat 0 0px;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: 200ms ease-in-out;
}

.audplayer.play:hover {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/play-circle-fill_hover.svg") no-repeat 0 0px;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.audplayer.pause {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/pause-circle-fill.svg") no-repeat 0 0px;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.audplayer.pause:hover {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/pause-circle-fill_hover.svg") no-repeat 0 0px;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.audplayer-stop {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/stop-circle-fill.svg") no-repeat 0 0px;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: 200ms ease-in-out;
}

.audplayer-stop:hover {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/stop-circle-fill_hover.svg") no-repeat 0 0px;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.audtext {
    /*padding: 10px 10px 5px 10px;
    border: 1px solid #80d070;
    border-radius: 1em;
    background-color: #fff;*/
}

.audtext a {
    /*background-color: #80d070;*/
}

/* Audio Slider CSS */

.audbar {
    --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    position: relative;
    /*margin: 100px 2.5% auto 2.5%;
    width: 95%;
    max-width: 500px;
    height: 132px;
    background: #fff;*/
    padding: 10px 10px 5px 10px;
    border: 1px solid #80d070;
    border-radius: 2em;
    background-color: #fff;
}


.audbar::before {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: linear-gradient(to left, #007db5, #ff8a00);
    z-index: -1;
}
/**/

input[type="range"].audslider {
    position: relative;
    -webkit-appearance: none;
    width: 48%;
    margin: 0;
    padding: 0;
    /*height: 19px;
    margin: 30px 2.5% 20px 2.5%;*/
    float: left;
    outline: none;
    border: none;
}

input[type="range"].audslider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  /*background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));*/
  background: #c1e8d1 var(--buffered-width);
}

input[type="range"].audslider::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: var(--seek-before-width);
  /*width: var(--buffered-width);*/
  height: 3px;
  background-color: #83d0a3;
  cursor: pointer;
}

input[type="range"].audslider::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: 1px solid #83d0a3;
  height: 15px;
  margin: -7px 0 0 0;
  width: 15px;
  border-radius: 50%;
  background-color: #f0f9f3;
  cursor: pointer;
}

input[type="range"].audslider:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #83d0a3;
}

input[type="range"].audslider::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  /*background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));*/
  background: #c1e8d1 var(--buffered-width);
}

input[type="range"].audslider::-moz-range-progress {
  background-color: #83d0a3;
}

input[type="range"].audslider::-moz-focus-outer {
  border: 0;
}

input[type="range"].audslider::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #83d0a3;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

input[type="range"].audslider:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #83d0a3;
}

input[type="range"].audslider::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}

input[type="range"].audslider::-ms-fill-lower {
  background-color: #83d0a3;
}

input[type="range"].audslider::-ms-fill-upper {
  /*background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));*/
  background: #c1e8d1 var(--buffered-width);
}

input[type="range"].audslider::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #83d0a3;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

input[type="range"].audslider:active::-ms-thumb {
  transform: scale(1.2);
  background: #83d0a3;
}

/*
input[type="range"].audslider:focus::-ms-thumb {
  transform: scale(1.2);
  background: #f0f9f3;
}
*/

/* Feedback CSS */
.fd-btns {
    margin-top: 20px;
    margin-right: 30px;
    /*margin-right: 30px;
    padding: 20px 60px;*/
    padding: 20px 0px;
    color: #80d070;
    background: #fff;
    border: 1px solid #80d070;
    border-radius: 10px;
}

.fd-btns:hover {
    background: #b0e8a5;
    color: #fff;
}

.fd-btns:focus {
    background: #80d070;
    color: #fff;
}

/* Previous SA List Start */
/*.prev-sa-list {
    height: 300px;
    overflow-y: auto;
}*/
/*
.prev-sa-list.off h6::before {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/exclamation-circle.svg") no-repeat 0 0;
    background-size: 100%;
    display: inline-block;
    width: 50px;
    height: 50px;
}
*/

.prev-sa-list .thead-dark th {
    background-color: #83d0a3 !important;
    border-color: #83d0a3 !important;
    /*border-color: #649e7c !important;*/
}

.prev-sa-list.off h6 {
    font-weight: 600;
    line-height: 1.4;
}

.prev-sa-list.off img {
    width: 40px;
    height: 40px;
}

.prev-sa-list{
    white-space: nowrap;
    max-height: 350px;
    overflow-y: auto;
}

.bg-click {
    background: #80d070;
    border-radius: 1em;
}

.bg-click:hover {
    background: #66a05a;
}

.new-icon {
    background: red;
    color: #fff;
    font-size: small;
    font-weight: 400;
    padding: 2px 4px;
    border-radius: 1em;
}

/* Previous SA List End */

/* Self-Assessment CSS end */


/* Categories Style Start */
/* First Cat Start */
.page-bg {
    position: fixed;
    top: 0%;
    right: 0%;
    width: 100vw;
    height: 100%;
    overflow: hidden; /**/
    z-index: -2;
    opacity: 1;
    /*position: absolute;
    top: 0%;
    right: 0%;
    width: 30%;
    z-index: -2;
    overflow-x: hidden;
    opacity: 1;*/
    /*position: absolute;
    top: 0%;
    right: 0%;
    width: 1760px;
    overflow-x: hidden;*/
    /*
    z-index: -2;
    width: 600px;
    overflow: hidden;
    position: absolute;
    top: -20%;
    right: 0%;*/
    /*position: fixed;
    width: 30%;
    top: -10%;
    right: 0%; */
    /*z-index: -2;
    position: relative;
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Content_BG.svg") no-repeat center center fixed;
    width: 100%;
     */
    /*z-index: -2;
    position: relative;
    width: 50%;*/
    /*float: right; */
    /*position: relative;
    width: 100%;
    height: 1080px;
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/bg-graph-r.svg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden; */
}

.page-bg img {
    margin: 0px 0px 0px 0px;
}

.bg-graph-r {
    position: absolute;
    width: 33%;
    right: -3%;
    top: -10%;
    /*position: absolute;
    right: -18%;
    top: -37%;
    z-index: -2; */
    /*width: 120%;
    position: absolute;
    right: 0%;*/
}

.bg-cloud-w {
    width: 23%;
    position: absolute;
    right: -12.5%;
    top: 13%;
}

/*.bg-cloud-w img {
}

.bg-graph-r img {
}*/

/*
.bg-bird-1 {
    position: absolute;
    right: -20%;
    top: 30%;
}

.bg-mount {
    position: absolute;
    right: -7%;
    top: 80%;
}

.bg-curve {
    position: absolute;
    right: -12%;
    top: -20%;
}

.bg-bird-2 {
    position: absolute;
    right: -12%;
    top: 80%;
}
*/
.page-title {
    color: #51c3c9;
    margin-top: 100px;
    /*margin-top: 50px;*/
}
/*
.page-title.sa {
    color: #80d070;
    margin-top: 100px;
}
*/
.title-cloud {
    width: 5%;
    margin-top: -15px;
}

.page-title h2 {
    padding: 0px 25px;
}

.con-top {
    color: #51c3c9;
    margin-top: 50px;
    padding-left: 0px;
    font-size: 1.1em;
    font-weight: 400;
}

.con-top-sa {
    color: #51c3c9;
    margin-top: 50px;
    font-size: 1.1em;
    font-weight: 400;
}

.con-subtitle {
    /*font-size: 1.2em;*/
    color: #fff;
    margin: 80px 0px 50px 0px;
}

/*
.cloud-subtitle {
    position: absolute;
    top: 69%;
    left: -15%;
    z-index: -1;
}
*/
.cloud-subtitle {
    width: 45%;
    display: inline-block;
    /*position: absolute;
    margin-top: -100px;*/
    position: absolute;
    left: 0%;
    z-index: -1;
}
/*
.con-subtitle h4 {
    padding: 12px 0px;
}*/


.cloud-subtitle.cs-1 {
    /*top: -5%;
    left: -30%;*/
    margin-top: -7px;
    margin-left: -400px;
}

.cloud-subtitle.cs-2 {
    /*top: -5%;
    left: -30%;*/
    margin-top: -7px;
    margin-left: -270px;
}


.cloud-subtitle.cs-3 {
    /*top: -5%;
    left: -30%;*/
    margin-top: 5px;
    margin-left: -270px;
}

.con-main {
    padding: 0px;
}

/* If con-main is at the top, ... */
.con-main.top {
    margin-top: 50px;
    padding: 0px;
}

.resframe {
    height: 140px;
    text-transform: uppercase;
    text-align: center;
    /*border: 1px solid #51c3c9;
    margin-bottom: 20px;*/
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0px;
}

.textframe {
    background-color: #fff;
    /*width: 375px;
    padding: 25px 12px;*/
    height: 102px;
    padding: 25px;
    margin: auto;
    color: #51c3c9;
    border: 1px solid #51c3c9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 1.2em;
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    vertical-align: middle;
}

.res-btn {
    width: 100%;
    padding: 6px;
    margin: 0px;
    color: #fff;
    background-color: #51c3c9;
    font-size: 1em;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    border: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: 1;
}

.res-btn:hover {
    opacity: 0.7;
    transition: all 0.8s ease 0s;
}

/* First Cat End */

/* Entry Start */

.entryItem_wrapper{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
@media (max-width:992px){
    .entryItem_wrapper{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width:576px){
    .entryItem_wrapper{
        grid-template-columns:1fr;
    }
}

.column {
    float: left;
    display: none; /* Coloumn display by default */
}

.entry-img {
    /*width: 100%;*/
    /*width: 345px;
    max-height: 240px;*/
    width: 100%;
    max-height: 240px;
    padding-bottom: 20px;
}


div.content h4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    color: #51c3c9;
    font-size: 1.2em;
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
}

div.content h4 span:nth-child(1) {
    color: #fff;
    background-color: #51c3c9;
    padding: 3px 5px 3px 3px;
    border-radius: 25px;
    line-height: 1.6;
    margin-right: 0.25em;
}


div.content {
    /*box-shadow: 3px 3px 10px #d4f3f5;*/
    border: 2px solid #51c3c9;
    transition: 300ms;
}

.content:hover {
    /*background-color:rgba(81,195,201,0.05);
    background-color: rgba(237,250,249,0.05);*/
    background-color: rgba(255,255,255,1);
    opacity: 0.85;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

/*div.content img.entry-img {
     border: 1px solid #51c3c9;
     outline-style: solid;
     outline-color: #51c3c9;
     outline-width: 10px;
}*/


/* Content */
.content {
    background-color: #fff;
    padding: 10px;
    /*min-height: 480px;
    max-height: 480px; */
    /*min-height: 820px;
    max-height: 820px;*/
    margin-bottom: 0.5em;
}

.content:hover {
    cursor: pointer;
}

.content .content-text {
    min-height: 420px;
}

/*.content a {
    margin-top: 10px;
}
*/
.content p {
    color: #51c3c9;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-family: myriad-pro-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
}
/*
div.entry-more {
    margin-top: 0px;
    background-color: #51c3c9;
    color: #ffffff;
}
*/
p.entry-brief {
    color: #999999;
    line-height: 1.4em;
}

.entry-text {
    color: #51c3c9;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-family: myriad-pro-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #999999;
    line-height: 1.4em;
}

.entry-text span:last-child::after {
    /*content: "&#124";*/
    content: "";
    padding-right: 0;
}

.entry-text span::after {
    /*content: "&#124";*/
    content: " | ";
    padding: 0 0.5em;
}
/**/
.content p span:nth-child(1) {
    /*margin-left: 10px;*/
    margin-left: 1em;
}
/*
.content p span {
    color: #999999;
}
*/
.content div span {
    /*color: #999999;
    font-size: 1em;
    font-family: myriad-pro-condensed,sans-serif;
    font-weight: 400;
    font-style: normal;*/
}

a.hashtag {
    text-decoration: underline;
    transition: 1s;
    /*font-family: myriad-pro-semi-condensed, sans-serif;
    font-style: italic;*/
    font-weight: 600;
    padding: 2px;
    margin-right: 5px;
    margin-top: 5px;
}

a.hashtag:hover {
    color: #fff;
    background-color: #51c3c9;
    border-radius: 5px;
}

.progress {
    /*padding-top: 4px;*/
}

/* The "show" class is added to the filter elementes */
.show {
    display: block;
}

/* Style the btn */
.filter-btn, .filter-range-btn {
    border: 1px solid #51c3c9;
    border-radius: 20px;
    outline: none;
    /*padding: 2px 20px;*/
    padding: 2px 20px;
    color: #51c3c9;
    background-color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-family: myriad-pro, sans-serif;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0.5em;
}

.filter-btn:hover, .filter-range-btn:hover {
    color: #fff;
    background-color: #51c3c9;
    opacity: 0.7;
}

.filter-btn.active, .filter-btn.mixitup-control-active {
    color: #fff;
    background-color: #51c3c9;
}


.filter-range {
    margin-top: 10px;
    padding-left: 0px;
    position: relative;
}

.filter-range ul {
    padding-left: 0px;
}

.filter-range li {
    padding-left: 0px;
}

.filter-range ul, li {
    display: inline-block;
}

.filter-range ul, li:nth-child(1), li:nth-child(3) {
    padding-right: 10px;
}
/*
.filter-range ul li:nth-child(1), li:nth-child(3) {
    position: absolute;
    top: 10%;
}
*/
.filter-range-btn {
    /*position: absolute;
    top: 32%;
    top: 3%;*/
    margin: 0px 0px;
}
.rating-icon-wrapper{
    cursor:pointer;
}


.filter-range .rating-icon {
    background-position-y: 10px;
    width: 15px;
    height: auto;
}

.filter-range .rating-icon.checked {
    background-position-y: 10px;
    width: 15px;
    height: auto;
}

.filter-range input {
    padding: 4px 6px;
    border: 1px solid #51c3c9;
}

.filter-range .ranking-icon {
    background-position-y: 10px;
    width: 15px;
    height: auto;
}

.filter-range .ranking-icon.checked {
    background-position-y: 10px;
    width: 15px;
    height: auto;
}

/* Hide filter-range input number arrows */
/* Chrome, Safari, Edge, Opera */
.filter-range input[type=number]::-webkit-outer-spin-button,
.filter-range input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.filter-range input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input {
    border: 1px solid #51c3c9;
    border-radius: 20px;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*margin: 0px 10px;*/
    margin: 0em 0.5em;
    position: relative;
    /*
    width: 1.8rem;
    height: 0rem;
    margin: 0;
    content: ' ';*/
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  font-size: 1.5em;
  top: -10%;
  left: 0%;
  /*
  background-color: #212121;
  width: 1rem;
  height: 2px;
  transform: translate(-50%, -50%);*/
}

.number-input button:nth-child(1):after {
  content: '-';
}

.number-input button:nth-child(3):after {
  content: '+';
  left: -5%;
}


.number-input button.plus:after {
  /*transform: translate(-50%, -50%) rotate(90deg);*/
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 3rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  /*font-size: 1.5rem;*/
  font-size: 1rem;
  height: 2rem;
  font-weight: bold;
  text-align: center;
}


/* Keyword Search Field Start */
.keysearchfield {
    padding-left: 0px;
    display: inline-block;
    float: right;
    margin-top: 15px;
    margin-bottom: 20px;
}

input.keysearch {
    padding: 6px 10px;
    border: 1px solid #51c3c9;
    border-radius: 30px 0px 0px 30px;
}


.keybtn {
    border: 1px solid #51c3c9;
    border-radius: 0px;
    outline: none;
    padding: 7px 15px 7px 10px;
    color: #51c3c9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0px 30px 30px 0px;
}

.keybtn:hover {
    color: #fff;
    background-color: #51c3c9;
    opacity: 0.7;
}

.keybtn.active {
    color: #fff;
    background-color: #51c3c9;
}

/* Keyword Search Field End */

/* Rating */
/*
.bird-icon {
    width: 50%;
    background-size: 60px;
    background-position: 0% 0%;
    position: absolute;
}
*/
/*
.rating-icon::before {
    content: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/img/Rating_0.svg");
}
*/
.rating-icon::before, .rating-icon {
    /*content: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/img/Rating_0.svg");*/
    /* content: "";
    background: url("img/Rating_0.svg") no-repeat 0 0;
    background-size: 100%;
    margin-left: 5px;
    display: inline-block;
    width: 50px;
    height: auto;*/
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Rating_0.svg") no-repeat 0 4px;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: auto;
}

.rating-icon.half-checked::before, .rating-icon.half-checked {
    /*content: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/img/Rating_1.svg");*/
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Rating_1.svg") no-repeat 0 4px;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: auto;
}

.rating-icon.checked::before, .rating-icon.checked {
    /*content: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/img/Rating_2.svg");*/
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Rating_2.svg") no-repeat 0 4px;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: auto;
}

/* Teacher Ranking */
.ranking-icon::before, .ranking-icon {
    /*content: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Ranking_0.svg");*/
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Ranking_0.svg") no-repeat 0 4px;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: auto;
}

.ranking-icon.half-checked::before, .ranking-icon.half-checked {
    /*content: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Ranking_1.svg");*/
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Ranking_1.svg") no-repeat 0 4px;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: auto;
}

.ranking-icon.checked::before, .ranking-icon.checked {
    /*content: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Ranking_2.svg");*/
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/Ranking_2.svg") no-repeat 0 4px;
    background-size: 100%;
    display: inline-block;
    width: 25px;
    height: auto;
}

.con-info .rating-icon::before, .con-info .rating-icon,
.con-info .rating-icon.half-checked::before, .con-info .rating-icon.half-checked,
.con-info .rating-icon.checked::before, .con-info .rating-icon.checked,
.con-info .ranking-icon::before, .con-info .ranking-icon,
.con-info .ranking-icon.half-checked::before, .con-info .ranking-icon.half-checked,
.con-info .ranking-icon.checked::before, .con-info .ranking-icon.checked {
    width: 1.5em;
}

/* Entry End */

/* Range Slider Start */
.slidercontainer {
    width: 100%;
}
/* Range Slider End */

/* Categories Style End */

/* Entry Img Carousel Start */
.entry.carousel-inner {
    /* max-width: 466px;
    max-height: 311px; */
    /*min-width: 150px;
    min-height: 100px;*/
    background-color: #51c3c9;
    /*width: 255px;
    height: 170px;*/
    /*max-width: 255px;*/
    width: 100%;
    min-height: 170px;
    height: 170px;
}

/* Make the image fully responsive */
.carousel-inner img {
    /*height: 100%;*/
    /*width: 100%;
    min-height: 170px;
    height: 170px;*/
}

.carousel-item img{
    width: 100%;
}

/*
.carousel-control-prev-icon:after, .carousel-control-next-icon:after {
    border: 5px solid #51c3c9;
}
*/
/* Modal Lightbox Start */
#entryModal .row {
    margin-left: 0px;
}

#entryModal .row > .column {
    padding: 0px;
}

#entryModal .row:after {
    content: "";
    display: table;
    clear: both;
}
/**/

/* Create four equal columns that floats next to eachother */
#entryModal .column {
    float: left;
    width: 15%;
    /*width: 25%;*/
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    /*z-index: 1;
    padding-top: 100px;
    overflow: auto;
    width: 100%;
    height: 100%;*/
    z-index: 1000;
    padding-top: 90px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*width: 90%;
    max-width: 1200px;*/
    width: 60%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.eSlides {
    display: none;
    /*
    width: 100%;
    height: 100%;
    */
}

.eSlides img {
    /*height: 100%;*/
}

/* Next & previous buttons */
.entryprev,
.entrynext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.entrynext {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.entryprev:hover,
.entrynext:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Modal Lightbox End */

/* Entry Img Carousel End */

.con-info {
    margin-top: 30px;
}

.con-info p {
    color: #51c3c9;
}

.con-info span {
    color: #000000;
}

.btn-link {
    padding: 10px 50px;
    background-color: #51c3c9;
    color: #fff;
    border: none;
}

.btn-link:hover {
    opacity: 0.7;
    color: #fff;
}

.btn-link:checked {
    background-color: #47abb0;
    color: #fff;
    border: none;
}

.entry-des {
    color: #49a8ad;
}

.entry-des h6 {
    /*font-weight: 600;*/
    font-weight: 800;
}

.tc-comments {
    background-color: #fff;
    padding: 20px;
    /*height: 340px;
    overflow-y: auto;*/
}

.tc-comments div {
    overflow-y: auto;
    height: 300px;
}
/**/
.tc-comments h6 {
    color: #51c3c9;
    font-weight: 600;
    /*position: fixed;
    top: 0;*/
}

.con-main h5 {
    color: #51c3c9;
    font-weight: 600;
}

/* Comment List Start */

.c-main-level {
    padding: 0px;
}

.c-main-level span.rating-icon {
    cursor: pointer;
}

/*#comment-leave.container {
    flex-direction: row;
}*/

.main-comment-f {
    height: 240px;
    width: 100%;
    padding: 5px 15px;
    /*margin: 20px 10px 20px 0px;*/
}

.main-comment-box {
    margin: 20px 0px;
}

.main-comment-rate {
    margin: 20px 0px;
}

.submit-result {
    position: fixed;
    top: 15%;
}

.submit-danger {
    background: #efdada;
    color: red;
    border: 1px dashed red;
    /*padding: 6px 24px;
    opacity: 0.5;*/
}

.submit-danger::before {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/x-circle-fill.svg") no-repeat 0 10px;
    background-size: 100%;
    display: inline;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 10px;
    /*overflow-y: visible;*/
}

.submit-success {
    background: #b2dbbb;
    color: green;
    border: 1px dashed green;
    padding: 6px 6px;
    /*opacity: 0.5; */
}

.submit-success::before {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/check-circle-fill.svg") no-repeat 0 10px;
    background-size: 100%;
    display: inline;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    padding: 10px;
}

.c-list, .comment-list li {
    list-style-type: none;
}

.c-main-level div {
    padding: 0px;
    margin: 0px;
}

.comments-container {
    margin-top: 30px;
}

.c-list {
    margin-top: 30px;
    position: relative;
}

/*.c-list:before {
    content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
    position: absolute;
    top: 0;
    left: 7%;
}

c-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}*/
/*
.c-list:after {
    content: '';
    width: 2px;
    height: 100%;
	background: #c7cacb;
    position: absolute;
    left: 6.5%;
    top: 0%;
}
*/
/*
.c-list:after:nth-last-child(1) {
    display: none;
}
*/
/**/
.reply-list:before, .reply-list:after {
    display: none;
}

.reply-list li:before { /* Reply List Vertical Line */
    content: '';
    width: 55px;
    height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25%;
	left: -5.5%;
}

.c-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-right: 0px;
}

.c-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}

/* Comment user icon */
.c-list .c-icon {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 0px;
}

.c-list .c-icon img {
    width: 100%;
    height: 100%;
}

.reply-list .c-icon {
    width: 50px;
    height: 50px;
}

/* Clear the horizontal line after the main level comment? */
.c-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

/* Comment box */
.c-list .c-box {
    /*width: 680px;
    float: right;*/
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.c-list .c-box:before, .c-list .c-box:after { /* Box White Arrow */
    content: '';
    width: 0;
    height: 0;
    position: absolute;
	display: block;
	/*border-width: 10px 12px 10px 0;*/
	border-width: 10px 14px 10px 0;
	border-style: solid;
	border-color: transparent #fff;
	top: 8px;
	left: -1.4%;
}

.c-list .c-box:before {   /* Box White Arrow Shadow */
	/*border-width: 11px 13px 11px 0;*/
	border-width: 11px 15px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -1.7%;
}

.reply-list .c-box { /* Reply box width */
    /*width: 610px;*/
    padding: 0px;
}

.c-box .c-bottom {
    background: #fff;
    padding: 10px 12px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.c-box .c-bottom svg { /* comment bottom icons */
    float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #a6a6a6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.c-box .c-bottom svg:hover {
    color: #51c3c9;
}

.c-name { /* User name */
    color: #595959;
    font-size: 0.9em;
    font-weight: 700;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.c-box .c-bottom .c-time {
    float: left;
    color: #999;
    font-size: 0.9em;
    position: relative;
    top: 2%;
}

.c-box .c-content {
    background: #fff;
    padding: 12px;
    font-size: 1em;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.my-2 a {
    color: #333333;
}

.reply-ref {
    background-color: #fff;
    /*
    background-color: #fff;
    border: 1px solid #eee;*/
    border-radius: 0.5em;
    padding: 0.75em;
}

.reply-ref a {
    color: #aaa;
}

.reply-ref div {
    color: #51c3c9;
}

.reply-box {
    background-color: #c6eced;
    /*background-color: #a8e1e4;
    border: 1px solid #ddd;
    opacity: 0.5;*/
    border-radius: 0.5em;
    padding: 1em;
    /*box-shadow: 0 1px 1px rgb(0, 0, 0, 0.15);*/
}
/**/
a.r-clearbtn, a.r-postbtn {
    background: #fff;
    border: 1px solid #51c3c9;
    border-radius: 1em;
    padding: 0.2em 0.5em;
    color: #51c3c9;
    transition: 200ms;
    font-weight: 600;
}

.r-postbtn {
    background: #fff;
    border: 1px solid #51c3c9;
    border-radius: 1em;
    padding: 0.2em 0.5em;
    color: #51c3c9;
    transition: 200ms;
    font-size: 1em;
    font-weight: 600;
}

.r-clearbtn:hover, .r-postbtn:hover {
    background: #51c3c9;
    color: #fff;
}

.reply-comment-f {
    /*border-radius: 0.5em;*/
}

.reply-btn {
    background-color: transparent;
    color: #51c3c9;
    padding: 0 0.5em;
    border: 1px solid #51c3c9;
    border-radius: 1em;
}

.reply-btn:hover {
    background-color: #51c3c9;
    opacity: 0.5;
    /*border: 1px dashed #51c3c9;*/
    border-radius: 1em;
    color: #fff;
}

.reply-btn::before {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/reply.svg") no-repeat 0 3px;
    background-size: 100%;
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
}

.reply-btn:hover::before {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/reply_w.svg") no-repeat 0 4px;
    background-size: 100%;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
}
/**/
/*
.reply-btn::after {
    content: "";
    background: url("/20250528221628oe_/https://www.ilc.cuhk.edu.hk/workshop/ChineseLanguageAndCulture/img/svgicons/reply.svg") left top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    height: 20px;
    padding-right: 100px;
    right: -100px;
}
*/

.reply-comment {
    border: 2px dashed #51c3c9;
    border-radius: 0.5em;
    background: #d6f1f2;
    /* opacity: 0.7;*/
}

.reply-comment a {
    color: #51c3c9;
    color: #999;
}
/*
.reply-comment div.small {
    color: #aaa;
}*/

.c-box .c-name.by-author {
    color: #51c3c9;
}

/* Leave Comment */
.submit-btn {
    padding: 10px 50px;
    background-color: #51c3c9;
    color: #fff;
    border: none;
    border-radius: 30px;
}

.submit-btn:hover {
    opacity: 0.7;
    color: #fff;
}

.submit-btn:checked {
    background-color: #47abb0;
    color: #fff;
    border: none;
}

/* Comment List End */

/* MC Quiz Start */
div.mc-quiz {
    background-color: #fff;
    box-shadow: 2px 2px 5px #eee;
    border-radius: 1em;
    padding: 10px 0px 0px 0px;
    /*padding: 10px 0px;*/
}

/*.mc-btn {*/
.mc-btn input + div {
    background-color: #fff;
    border: 1px solid #80d070;
    border-radius: 0.7em;
    padding: 0px 5px;
    cursor: pointer; /**/
    /*position: relative;*/
}

/*.mc-btn :hover {*/
.mc-btn input + div:hover {
    background-color: #80d070;
    color: #fff;
    transition: 300ms ease-in-out;
}

.mc-btn input[type=radio]:checked + div {
    background-color: #80d070 !important;
    color: #fff;
}


.quiz-pager {
    border-top: 3px solid #83d0a3;
    border-radius:0 0 1em 1em;
    overflow: hidden;
}


.quiz-back, .quiz-next {
    border: 1px solid #b7e5b5;
    background-color: #b7e5b5;
    padding: 10px;
    text-align: center;
    transition: 200ms ease-in-out;
    color: #83d0a3;
}

.quiz-back {
}
.quiz-next {
}

.quiz-btnSeparator{
    border-left: 2px solid #83d0a3;
}

.quiz-next:hover, .quiz-back:hover {
    background-color: #83d0a3;
    color: #fff;
}
/*
.quiz-next:focus, .quiz-back:focus {
    border-top: 1px solid #83d0a3;
}
*/
.quiz.progress {
    /*border-top-left-radius: 1em;
    border-top-right-radius: 1em;*/
    height: 1em;
    border-radius: 0;
}

.quiz.progress-bar {
    width: 25%;
    background-color: #eee;
}

.quiz.progress-bar.active {
    width: 25%;
    background-color: #83d0a3;
}

/* MC Quiz End */
/* Extra large devices (large desktops, max 1600px) */
@media (max-width: 1600px) {

.sidenav .self-btn {
    margin: 1em 5em;
}


/*.content {
min-height: 820px;
max-height: 820px;
}*/
.corner-num {
    top: -6%;
    left: -6%;
}

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-device-width: 1600px) {

/* new nav-toggle*/
.nav-toggle {
    /*overflow-y: visible;*/
}

.nav-toggle::after {
    /*height: 6.4em;
padding-right: 100%;
right: -22.5%; */
    height: 6.4em;
    padding-right: 100%; /**/
    right: -37%;
}

/*.nav-cloud {
width: 70%;
right: -45%;
}*/

/* Login CSS start */
div#signin {
    margin-top: 80px;
}

/* Login CSS end */

/* Index CSS start */
/*div .index-graph {*/
.index-bg {
    width: 100%;
    height: 700px;
}

.enter-wrap {
    position: absolute;
    bottom: 30%;
    right: 0%;
}

.bird-1 {
    width: 100%;
    left: 0%;
}
/* Index CSS end */
/*
.corner-num {
    top: 5% !important;
    left: 5% !important;
}
*/
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {

.nav-cloud {
    width: 100%;
    right: -75%;
    /*width: 70%;
right: -45%;*/
}

.nav-toggle::after {
    /*padding-right: 100%;
right: -25%;*/
    padding-right: 100%;
    right: -40%;
    height: 6.4em;
}

.navbar-brand {
    padding-left: 9em;
}


.sidenav .nav-top a {
    padding: 2px 3px;
}

.sidenav .self-btn {
    margin: 1em 30px;
}


/* Index CSS start */
.index-graph {
    /*width: 100%;
height: 1400px;*/
}

.index-bg {
    width: 100%;
    height: 1400px;
}

.mount {
    width: 30%;
    height: auto;
    top: 60%;
    left: -3%;
}

.bird-1 {
    width: 140%;
    height: auto;
    bottom: 0%;
    left: -40%;
}

.cloud-1 {
    width: 50%;
    height: auto;
    top: 8%;
    right: -13%;
}

.cloud-2 {
    width: 70%;
    height: auto;
    top: -15%;
    right: 1.5%;
}

.cloud-3 {
    width: 31%;
    height: auto;
    position: absolute;
    top: 65%;
    left: -6.5%;
}

.cloud-4 {
    width: 22%;
    height: auto;
    position: absolute;
    top: 21.8%;
    left: -2.3%;
}

.tagline {
    width: 50%;
    height: auto;
    position: absolute;
    bottom: 13%;
    left: 5%;
}

.clac-main-logo {
    width: 70%;
    height: auto;
    /*top: 30%;*/
    top: 20%;
    left: 15%;
}

.enter-wrap {
    bottom: 30%;
    right: 0%;
}

/* Page BG */
.bg-graph-r {
    width: 40%;
    top: -1%;
}

.bg-cloud-w {
}

/* Entries List */
.textframe {
    padding: 1em;
    /*margin: 0 auto;
vertical-align: middle;*/
}

.content .content-text {
    min-height: 420px;
    max-height: 420px;
}


/* Entry Comment CSS Start */

.c-list .c-icon {
    width: 5em;
    height: auto;
}

/* Entry Comment CSS End */

}

@media only screen and (device-width: 768px) {
/* For general iPad layouts */


/*.clac-logo.nav-logo {
width: 170px;
height: 100%;
}*/

.nav-cloud {
    width: 110%;
    right: -83%;
}
/*.nav-cloud {
width: 197%;
right: -180%;
}*/

/*.sa-btn {
display: none;
}*/
/*
.page-title {
margin-top: 200px;
}*/
/*
.sidenav a.other-btn {
width: 49.5%;
}
*/
.con-subtitle {
    margin: 2em;
}

.cloud-subtitle.cs-1 {
    /*margin-top: -7px;
margin-left: -400px;*/
}

.cloud-subtitle.cs-2 {
    /*margin-top: -7px;
margin-left: -270px;
*/
}

.cloud-subtitle.cs-3 {
    width: 70%;
    margin-top: 10px;
    margin-left: -300px;
}


/* Carousel
div#entry-carousel {
width: 60% !important;
height: auto;
} */


/* Entry Img Carousel Start */
/*
.entry.carousel-inner {
max-width: 150px;
max-height: 100px;
}
*/
/* Entry Img Carousel End */
/*
.corner-num {
    top: -20% !important;
    left: -30% !important;
}
*/
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
.nav-toggle::after {
    height: 6.4em;
    /*padding-right: 110%;
right: -41%;*/
    padding-right: 110%;
    right: -70%;
}

.index-bg {
    height: 1024px;
}

.enter-wrap {
    padding: 5px 0px;
    bottom: 55%;
}

.bird-1 {
    height: 180%;
    bottom: -65%;
}

.navbar-brand {
    padding-left: 5.5em;
}


.sidenav .self-btn {
    padding: 15px 80px;
    margin: 1em;
}

.sidenav .nav-top a {
    padding: 2px 3px;
}

/* Page BG */
.bg-graph-r {
    width: 50%;
    top: -1%;
}

.bg-cloud-w {
}

.page-title {
    margin-top: 4em;
}

/* Entries List */
.textframe {
    padding: 0.5em;
}

.content .content-text {
    /*min-height: 27em;
max-height: 27em;
min-height: 480px;
max-height: 480px;*/
    min-height: 450px;
    max-height: 450px;
}

/* Entry Comment CSS Start */

.c-list .c-box:before {
    border-width: 11px 13px 11px 0px;
}

.c-list .c-box:before, .c-list .c-box:after {
    left: -2.6%;
}
/* Entry Comment CSS End */

.modal-content {
    width: 100%;
}

/*
.corner-num {
    top: -20% !important;
    left: -30% !important;
}
*/
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {

.nav-toggle::after {
    height: 6.4em;
    padding-right: 120%; /**/
    right: -60%;
}

.nav-toggle .self-btn {
    padding: 0.2em 0.3em;
}

.navbar-brand {
    /*padding-left: 3em;*/
    padding-left: 2em;
}

.sidenav .navbar-brand img {
    width: 150px !important;
}

.sidenav .nav-top a {
    padding: 2px 1px;
}

.sidenav .self-btn {
    margin: 1em;
}

/* make content subtitle fix to the responsible frame */
.con-subtitle {
    padding: 0 0 0 100px !important;
    left: -100px !important;
}

/* Entries CSS */

.content .content-text {
    min-height: 450px;
    max-height: 450px;
}

.rating-icon.checked::before, .rating-icon.checked, .rating-icon.half-checked::before, .rating-icon.half-checked, .rating-icon::before, .rating-icon {
    width: 1em;
}

.ranking-icon.checked::before, .ranking-icon.checked, .ranking-icon.half-checked::before, .ranking-icon.half-checked, .ranking-icon::before, .ranking-icon {
    width: 1em;
}

/* Entry Comment CSS Start */

.c-list .c-box:before {
    border-width: 11px 13px 11px 0px;
}

.c-list .c-box:before, .c-list .c-box:after {
    left: -3.5%;
}

.modal-content {
    width: 100%;
}

/*
.corner-num {
    top: -6%;
    left: -6%;
}
*/
/* Entry Comment CSS End */
/*
.extraOpt .long-height {
height: 300px;
}*/
}
/* For small mobile */
/* @media (max-width: 575px) and (max-height: 667px) { */
@media (max-width: 575px) and (max-height: 667px) {

.nav-toggle-cloud {
    height: 5em;
}
/*
.nav-logo {
width: 45%;
}*/

/* make content subtitle fix to the responsible frame */
.con-subtitle {
    padding: 0 0 0 100px !important;
    left: -100px !important;
}

/* Index CSS start */
.index-graph {
    /*width: 100%;
height: 670px !important;*/
}

/* Index graph BG Size base (Relative) */
.index-bg {
    width: 100%;
    height: 670px;
}

.clac-main-logo {
    /*top: 25% !important;*/
    top: 10%;
}
/* Index CSS end */



}
/* New add - for mobile */
/*@media (min-width: 321px) and (max-width: 575px) {*/
@media (max-width: 575px) {

.navbar-brand {
    padding-left: 0em;
}

/* Navbar 3rd Cat */
.sidenav-2 {
    background-color: #318f94;
    width: 100% !important;
    z-index: 999;
}

/*.nav-cloud {
width: 205%;
top: 0%;
right: -185%;
}*/
.nav-cloud {
    width: 240%;
    top: 0%;
    right: -223%;
}

.nav-toggle::after {
    padding-right: 0 !important;
    right: 0 !important;
}

.clac-logo {
    width: 100%;
}

.nav-toggle .self-btn {
    display: none;
}


.sidenav .self-btn {
    padding: 15px 60px;
    /*margin: 20px auto;*/
    margin: 20px 30px;
}

/* indes css start */

.index-graph {
    /*width: 100%;
height: 820px;*/
}

.index-bg {
    width: 100%;
    height: 820px;
}

.mount {
    width: 40%;
    height: auto;
    top: 60%;
    left: -3%;
}

.bird-1 {
    width: 180%;
    height: auto;
    bottom: 0%;
    left: -75%;
}

.cloud-1 {
    width: 50%;
    height: auto;
    top: 8%;
    right: -13%;
}

.cloud-2 {
    width: 70%;
    height: auto;
    top: -15%;
    right: 1.5%;
}

.cloud-3 {
    width: 31%;
    height: auto;
    position: absolute;
    top: 65%;
    left: -6.5%;
}

.cloud-4 {
    width: 40%;
    height: auto;
    position: absolute;
    top: 20%;
    left: -2.3%;
}

.tagline {
    width: 80%;
    height: auto;
    position: absolute;
    bottom: 13%;
    left: 5%;
}

.clac-main-logo {
    width: 80%;
    height: auto;
    top: 25%;
    left: 10%;
}

.enter-wrap {
    bottom: 43%;
    right: 0%;
}

.enter-btn {
    padding: 5px 0px;
}

/* index css end */

/*
.con-subtitle {
    margin: 40px 0px 25px 0px;
}*/

/* make content subtitle fix to the responsible frame */
.con-subtitle {
    padding: 0 0 0 100px !important;
    left: -100px !important;
    margin: 40px 0px 25px 0px;
}

.cloud-subtitle.cs-1 {
    margin-top: -7px;
    margin-left: -400px;
}

.cloud-subtitle.cs-2 {
    margin-top: -7px;
    margin-left: -270px;
}


.cloud-subtitle.cs-3 {
    width: 150%;
    margin-top: 5px;
    margin-left: -400px;
}


.closebtn.mobile-only {
    display: inline-block;
    padding: 0px !important;
    margin: 0px auto !important;
    border: none;
}

#entryModal .row {
    height: 50px;
}
/* Create four equal columns that floats next to eachother */
#entryModal .column {
    float: left;
    margin-right: 35px;
}


.entry-img {
    /*width: 100%;
width: 390px;
max-height: 270px;*/
    padding-bottom: 20px;
}

.modal-content {
    width: 100%;
}

img.demo {
    height: 60%;
}


.page-title {
    margin-top: 3em;
}

.page-title h2 {
    padding: 0 10px;
}

.corner-num {
    top: -6%;
    left: -10%;
}

/* Content BG */
.page-bg {
    width: 100%;
}

.bg-graph-r {
    width: 90%;
    right: -25%;
    top: -2%;
}

.bg-cloud-w {
    width: 50%;
    right: -23%;
    top: 9%;
}

.content .content-text {
    min-height: 350px;
    max-height: 480px;
}

/* Entry Comment CSS Start */
.c-list .c-box:before {
    border-width: 11px 13px 11px 0px;
}

.c-list .c-box:before, .c-list .c-box:after {
    /*left: -4.9%;*/
    left: -3.6%;
}

div.main-comment-box .rating-icon.checked::before, .rating-icon.checked, .rating-icon.half-checked::before, .rating-icon.half-checked, .rating-icon::before, .rating-icon {
    width: 2em;
}

.submit-danger {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.submit-success {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}

/* Entry Comment CSS End */

.extraOpt .long-height {
    height: 16em;
}

.radio-list .multi-btns {
    margin-right: 10px;
}
}
/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap*/
/* For small mobile Verticle */
@media (max-width: 415px) {

.corner-num {
    top: -6%;
    left: -13% !important;
}

a.darkbtn-toggle {
    margin: 0.3em;
    padding: 0.5em 0.8em !important;
}

.con-subtitle::before {
    /*right: 20%;
    padding: 1% 20% 37% 0%;*/
}

.nav-logo {
    /*width: 45%;*/
    width: 40%;
    margin: 0 auto;
}

.nav-toggle::after {
    padding-right: 0 !important;
    right: 0 !important;
}

.sidenav .nav-top a {
    padding: 2px 0px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidenav::-webkit-scrollbar, .sidenav-2::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav, .sidenav-2 {
    -ms-overflow-style: none;
    // * IE and Edge * // scrollbar-width: none;
    // * Firefox * //
}

/* Login CSS start */
div#signin {
    margin-top: 50px;
}

/* Login CSS end */

.number-input button {
    margin: 0em 0.4em;
}

.page-bg {
    top: 0%;
    right: 0%;
    width: 100%;
}


/* Entries List */
.textframe {
    padding: 1em;
    font-size: 1em;
}

/* Entry Comment CSS Start */

.submit-danger {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.c-list .c-icon {
    width: 2.5em;
    height: auto;
}

/* Entry Comment CSS End */

.sa-bar .divider::after {
    /*padding-left: 1em;*/
    padding-left: 0.7em;
}

}

@media (min-width: 411px) and (max-width: 415px) {

.navbar-brand img {
    /*padding-top: 15px !important;*/
    padding-top: 12px !important;
}

.navbar-toggler-icon {
    width: 2em !important;
}

.sidenav .navbar-brand {
    padding-top: 5px !important;
}
/**/

}
/* New add - for mobile - iphone 5/SE */
@media (max-width: 320px) {
/*
.nav-cloud {
width: 270% !important;
right: -250% !important;
}
*/

.sidenav .self-btn {
    margin: 20px 10px;
}

.navbar-brand img {
    width: 150px !important;
}

.sidenav img {
    margin: 0px;
}

.sidenav .navbar-brand {
    margin-right: 0px !important;
    padding-top: 18px !important;
}
/**/

.nav-toggle-cloud {
    height: 5em;
}
/*
.nav-logo {
width: 45%;
}*/

/* Login CSS start */
div#signin {
    margin-top: 50px;
}

/* Login CSS end */

/* Index CSS start */
.index-graph {
    /*width: 100%;
height: 570px !important;*/
}

.index-bg {
    width: 100%;
    height: 570px !important;
}
/* Index CSS end */

/* Entries List Filter start */
.number-input input[type=number] {
    max-width: 5rem;
    padding: .3rem;
}
/* Entries List Filter end */

.sidenav .lang-btn.mobile-only {
    padding: 20px 10px;
    /*margin: 0px 10px;*/
}
/* Hide scrollbar for Chrome, Safari and Opera */
.sidenav::-webkit-scrollbar, .sidenav-2::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidenav, .sidenav-2 {
    -ms-overflow-style: none;
    // * IE and Edge * // scrollbar-width: none;
    // * Firefox * //
}

/* Entry Comment CSS Start */

.submit-danger {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
/* Entry Comment CSS End */
}
/* New add - for galaxy fold or width max 280px */
@media (max-width: 280px) {
a.darkbtn-toggle {
    margin: 0.3em;
    padding: 0.4em !important;
}

.sidenav a {
    padding-left: 0.5em;
}

.sidenav .uname {
    padding-left: 0.5em !important;
}

.sidenav .self-btn {
    padding: 15px 45px;
    margin: 20px 5px;
}

.sidenav .navbar-brand img {
    width: 110px !important;
}


.navbar-brand img {
    width: 125px !important;
}

.sidenav img {
    margin: 0px 0px 4px 5px;
}

/* Entries List CSS */
.number-input input[type=number] {
    max-width: 3rem;
}

.content .content-text {
    min-height: 450px;
    max-height: 450px;
}
/*
.content .ratingnum .span {
margin-top: 2em;
}

.content .ratingnum .span, .content .rankingnum .span {
margin-top: 2em;
}
*/
.rating-icon.checked::before, .rating-icon.checked, .rating-icon.half-checked::before, .rating-icon.half-checked, .rating-icon::before, .rating-icon {
    /*width: 1em;*/
    width: 1.3em;
}

.ranking-icon.checked::before, .ranking-icon.checked, .ranking-icon.half-checked::before, .ranking-icon.half-checked, .ranking-icon::before, .ranking-icon {
    /*width: 1em;*/
    width: 1.3em;
}

/* Entry Comment CSS Start */
.c-list .c-icon {
    width: 2em;
    height: auto;
}


div.main-comment-box .rating-icon.checked::before, .rating-icon.checked, .rating-icon.half-checked::before, .rating-icon.half-checked, .rating-icon::before, .rating-icon {
    /*width: 2em;*/
    width: 1.3em;
}
/* Entry Comment CSS End */


.sa-bar .divider::after {
    /*padding-left: 0.7em;*/
    padding-left: 0.4em;
}


.corner-num {
    top: -20%;
    left: -20% !important;
    width: 50%;
    height: 50%;
}

.corner-num p {
    top: 45%;
    left: 45%;
}

}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
/* For portrait layouts only */

}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
}
/* Small devices (landscape phones, 576px and up) */
/*@media (min-width: 576px) {

}*/
/* Medium devices (tablets, 768px and up) */
/*@media (min-width: 768px) {

}*/
/* Large devices (desktops, 992px and up) */
/*@media (min-width: 992px) {


}*/
/* Extra large devices (large desktops, 1200px and up) */
/*@media (min-width: 1200px) {

}*/