#process-overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.process-loading {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate-process 0.8s infinite linear;
    border: 5px solid #666666;
    border-right-color: transparent;
    border-radius: 50%;
}

/*
* background color
*/
.bg-main {
    background-color: #E3A3FF;
}
.bg-sub {
    background-color: #F7E1FF;
}
.bg-nomal {
    background-color: #FFE9F5;
}
.bg-pink {
    background-color: #FF3691;
}
.bg-pink-light {
    background-color: #FF7DB8;
}
.bg-yellow {
    background-color: #E5BE34;
}
.bg-gray {
    background-color: #BBBBBB;
}
.bg-light-blue {
    background-color: #81E1FF;
}

/*
* text color
*/
.text-color-main {
    color: #C58ADE;
}
.text-color-nomal {
    color: #8F8F8F;
}
.text-white {
    color: #FFFFFF;
}
.text-color-link {
    color: #61CBED;
}
.text-color-visited {
    color: #95ACBC;
}
.text-primary {
    color: #007bff;
}
.text-danger {
    color: #dc3545;
}
.text-dark {
    color: #343a40;
}
.text-white {
    color: #fff;
}
.text-success {
    color: #28a745;
}
.text-info {
    color: #17a2b8;
}
.text-warning {
    color: #ffc107;
}

/*
* alert css
*/
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/*
* normal css
*/
.text-sm {
    font-size: .875rem!important;
}
.text-md {
    font-size: 1rem!important;
}
.text-lg {
    font-size: 1.25rem!important;
}
.text-xl {
    font-size: 2rem!important;
}
.font-weight-bold {
    font-weight: bold;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-dark {
    border-color: #000 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.rounded {
    border-radius: 0.25rem!important;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.pl-1, .px-1 {
    padding-left: 0.25rem!important;
}
.pr-1, .px-1 {
    padding-right: 0.25rem!important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem!important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem!important;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pl-5, .px-5 {
    padding-left: 3rem!important;
}
.pr-5, .px-5 {
    padding-right: 3rem!important;
}
.pb-0, .py-0 {
    padding-bottom: 0!important;
}
.pt-0, .py-0 {
    padding-top: 0!important;
}
.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}
.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}
.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}
.p-1 {
    padding: 0.25rem!important;
}
.p-2 {
    padding: 0.5rem!important;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.p-5 {
    padding: 3rem!important;
}
.m-auto {
    margin: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.m-1 {
    margin: 0.25rem!important;
}
.m-2 {
    margin: 0.5rem!important;
}
.m-3 {
    margin: 1rem!important;
}
.m-4 {
    margin: 1.5rem!important;
}
.m-5 {
    margin: 3rem!important;
}
.mt-0, .my-0 {
    margin-top: 0!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.ml-0, .mx-0 {
    margin-left: 0!important;
}
.mr-0, .mx-0 {
    margin-right: 0!important;
}
.ml-1, .mx-1 {
    margin-left: 0.25rem!important;
}
.mr-1, .mx-1 {
    margin-right: 0.25rem!important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.ml-3, .mx-3 {
    margin-left: 1rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.ml-5, .mx-5 {
    margin-left: 3rem!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}
.mt-1, .my-1 {
    margin-top: 0.25rem!important;
}
.mb-1, .my-1 {
    margin-bottom: 0.25rem!important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.text-center {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}
.float-right {
    float: right!important;
}
.float-left {
    float: left!important;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
.btn, a.btn {
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.mb20 {
    margin-bottom: 20px!important;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.d-inline {
    display: inline;
}
.d-flex {
    display: flex;
}
.d-inline-flex {
    display: inline-flex;
}


.text-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.is-invalid {
    border: 2px solid #dc3545;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-50 {
    width: 50%;
}

.w-25 {
    width: 25%;
}

.text-summernote * {
    margin-bottom: 0.4rem;
}

/* custom css for page */
.overlay_icon {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.news_heading {
    word-break: break-word;
}

a.custom-link {
    word-break: break-word;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

#video-iframe, #video-iframe iframe {
    width: 100%;
    height: 100%;
} 

/* .taipingu_movie {
    border: unset;
    margin-bottom: 0;
} */

.key-label {
    font-size: 11px !important;
}

.well {
    margin: 0 !important;
}

.taipingu_img {
    border: unset;
}

/* .taipingu_wrap {
    height: unset;
    min-height: 340px;
    padding: 10px 0;
} */

.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.taipingu_movie {
    border: unset;
}


/*
* css for typing
*/
.correct {
    opacity: 1;
    color: #56964f !important;
}

.incorrect {
    color: #ef9300 !important;
}

.correct-finger {
    background-color: #71b16b !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
}

span.word-typing {
    border: none;
    margin: 0;
    /* min-width: 45px; */
    width: auto;
}

.typing_texts .typing_text {
    letter-spacing: 2px !important;
}

.hidden-word .visibility {
    visibility: visible !important;
}

.hidden-word .invisibility {
    visibility: hidden !important;
}

#typing-content .time {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
}

#start-msg em {
    font-size: 24px;
    font-style: normal;
    color: #ff9c00;
}

.taipinguResult.contentResult_inner {
    position: relative;
    margin: auto;
    height: calc((100vw * 0.95 * 0.825 * 854) / 1529);
    opacity: 1;
}

.animate--d-05 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.animate--shake,
.letter.is-both,
.screenIntro-letter.is-active-wrong,
.screenVocab-letter.is-active-wrong {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.typing_text-type-5 .taipingu_moji-space, 
.typing_text .taipingu_moji-space {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.taipingu_moji-space.correct {
    border-right: 3.5px solid #56964f;
    border-bottom: 3.5px solid #56964f;
    border-left: 3.5px solid #56964f;
}

.taipingu_moji-space.incorrect {
    border-right: 3.5px solid #ef9300;
    border-bottom: 3.5px solid #ef9300;
    border-left: 3.5px solid #ef9300;
}

.taipingu_tango-hidden {
    color: #42210B;
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.menu_btn.btn-next-question.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

@-webkit-keyframes error-shake {
    0% {
        opacity: 0;
        transform: translateX(0) translateY(0);
    }
    15% {
        transform: translateX(-25%) translateY(7.5%) rotate(-10deg);
    }
    30% {
        opacity: 1;
        transform: translateX(20%) translateY(15%) rotate(5deg);
    }
    45% {
        transform: translateX(-15%) translateY(22.5%) rotate(-5deg);
    }
    60% {
        transform: translateX(10%) translateY(30%) rotate(3deg);
    }
    75% {
        transform: translateX(-5%) translateY(37.5%) rotate(-1deg);
    }
    to {
        opacity: 0;
        transform: translateX(0) translateY(50%);
    }
}

@keyframes error-shake {
    0% {
        opacity: 0;
        transform: translateX(0) translateY(0);
    }
    15% {
        transform: translateX(-25%) translateY(7.5%) rotate(-10deg);
    }
    30% {
        opacity: 1;
        transform: translateX(20%) translateY(15%) rotate(5deg);
    }
    45% {
        transform: translateX(-15%) translateY(22.5%) rotate(-5deg);
    }
    60% {
        transform: translateX(10%) translateY(30%) rotate(3deg);
    }
    75% {
        transform: translateX(-5%) translateY(37.5%) rotate(-1deg);
    }
    to {
        opacity: 0;
        transform: translateX(0) translateY(50%);
    }
}

@-webkit-keyframes shake {
    0%,
    50% {
        transform: translateX(5px);
    }
    25%,
    75% {
        transform: translateX(-5px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes shake {
    0%,
    50% {
        transform: translateX(5px);
    }
    25%,
    75% {
        transform: translateX(-5px);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes rotate-process {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    margin-right: 0.5rem;
}

.h-auto {
    height: auto !important;
}

.reviewQuestion_wrap.reviewQuestion_wrap-question {
    min-height: 249.9836px;
    height: auto;
}

.reviewQuestion_wrap.reviewQuestion_wrap-question img {
    width: 180px !important;
    height: auto !important;
}

.reviewQuestion_wrap.reviewQuestion_wrap-answer img{
    width: 240px !important;
    height: auto !important;
}

.custom-answer-content {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.custom-answer-textarea {
    width: 90%;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-height: 200px;
}

.custom-answer-textarea:focus {
    outline: none;
    border:1px solid #007bff;
    box-shadow: 0 0 2px #719ECE;
    padding: 3px 5px;
}

.reviewQuestion_btn-next#save::before {
    content: none;
}

.testResult_tr td img {
    width: 30%;
    height: auto;
}

.testResult_tr td .multi-answer img {
    width: 40%;
    height: auto;
}

.testResult_tr td {
    vertical-align: middle;
}

path[class^=active] {
    display: none;
}

#resultPopup .content-result {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.reportLesson_btn {
    display: block;
    color: #fff;
    font-size: 29px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    padding: 10px 80px;
    border-radius: 30px;
    background: #F37853;
    float: right;
    cursor: pointer;
}

.reportLesson_btn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.choosen-answer label img,
.correct-answer img {
    width: 200px;
    height: auto;
}

.flexCenterCenter.choosen-answer {
    position: relative;
}

#answer-feedback-icon {
    position: absolute;
}

.reviewQuestion_question img {
    height: auto;
}

.correct-icon {
    font-size: 140px;
    color: rgb(59, 184, 59);
    /* opacity: 0.4; */
    z-index: 999;
}

.incorrect-icon {
    font-size: 110px;
    color: rgb(230, 75, 75);
    /* opacity: 0.4; */
    z-index: 999;
}

.custom-link-to-report {
    color: #42210B;
    background: linear-gradient(0deg, #FFCF00 0%, #FFEF00 24%, #FFEF00 69%, #FFF126 76%, #FFF787 92%, #FFFBB8 100%);
    border-radius: 20px;
    border: 3px solid #C69600;
    filter: drop-shadow(0px 2px 1px #C69600);
}

.custom-btn-next-typing {
    display: block;
    background: #FFEF00;
    color: #42210B;
    font-size: 27.5px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
    padding: 10px 75px;
    border-radius: 30px;
    border: 3px solid #C69600;
    position: relative;
}

.custom-btn-next-typing::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #42210B;
    transform: rotate(230deg);
    right: 18px;
    top: 15px;
}

.test-question-description {
    font-size: 15px;
}

.form-input-radio-answered {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.form-input-checkbox-answered {
    height: 25px;
    width: 25px;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.password-toggle {
    position: relative;
}

.toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.5rem;
}

.reviewQuestion_item-active {
    background: #F37853 !important;
    border: 2px solid #F37853 !important;
    color: white !important;
}

.wp-text-err .error {
    color: red;
}

.week_wrap_not_video,
.week_wrap_not_test {
    height: 375px;
}

.week-not-video {
    text-align: center;
    height: 100%;
    align-content: center;
    font-size: 30px;
    font-weight: bold;
}

.txt-disable-week-test {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1300px) {
    ul.typing_text li.taipingu_gatya {
        font-size: 85% !important;
    }

    .week_wrap_not_video,
    .week_wrap_not_test {
        height: 300px;
    }
}


@media (max-height: 768px) {
    #resultPopup .overlay_inner {
        width: 80% !important;
        /* height: 80% !important; */
        max-height: calc(100% - 150px);
    }

    #resultPopup .overlay_wrap {
        width: 88%;
        height: 85%;
    }
}
.report-top {
    /* margin-top:30px; */
    height: 50px;
    }
    .centter-dd{
        text-align: center;
    }

    .report-title-top{
        margin-top: 0px;
    }
    .report-top-dev{
        margin-top:55px;

    }


