﻿:root {
    --drawer: var(--primary);
    --drawer-dark: var(--primary-dark);
    --colorTest: #758286;
}

*:focus {
    outline: none;
}

table {
    border: 0;
    margin: 0;
    padding: 0;
    border-spacing: 0px;
}

td {
    padding: 0px;
    padding-bottom: 8px;
}

iframe {
    max-width: 100% !important;
}

.status_AnswerOpen {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: -25px;
    flex-wrap: wrap;
}

.check, .close {
    width: 45px;
    margin: -7px;
}

.countAnswerSentToManager {
    color: #ebfd00;
    background: var(--primary);
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    margin: 0;
    margin-top: 30px;
}

.AnswerOpened {
    width: calc(100% - 20px);
    height: 30vw;
    background: rgba(var(--primary-RGB), 30%);
    color: var(--colorTest);
    font-family: inherit;
    font-size: 20px;
    padding: 10px;
    border: 1px solid var(--primary);
}

    .AnswerOpened [disabled] {
        background: #adacac;
        color: #fff;
    }

.diploma {
    /*display: none;*/
    visibility: hidden;
}

.certificate {
    cursor: pointer;
}

.certificateText {
    margin: auto;
    white-space: nowrap;
}

.btnsContinuum {
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.QuestionsHolder {
    width: 95%;
    margin: auto;
}

input[type="radio"] {
    display: none;
}
/*[l_id="3"]::before {
    color: red !important;
}*/

.btn {
    border: 0;
    color: var(--colorText);
    font-size: 20px;
    border-radius: 5px;
    border-bottom: 2px solid;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

    .btn.V_Icon {
        background-image: url(../Images/V.png);
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .btn.cont_Icon {
        background-position: 5% center;
        background-repeat: no-repeat;
        background-size: 12px;
    }

    .btn.gray {
        background-color: #899497;
        border-color: #586366;
    }

    .btn.blue {
        background-color: var(--primary);
        border-color: var(--primary-dark);
    }

    .btn.green {
        border-bottom: 2px solid #38896c;
        background-color: #29c98f;
    }

.AnswerTextHolder {
    background: var(--drawer-dark);
    border-bottom: 2px solid var(--drawer);
    cursor: pointer;
    color: #ffffff;
    position: relative;
    margin-bottom: -10px;
}

    .AnswerTextHolder:hover {
        outline: 1px solid #a5a5a5;
        outline-offset: -1px;
        border-bottom: 2px solid var(--drawer-dark);
        background: var(--drawer);
        color: var(--colorText);
    }


    .AnswerTextHolder.Select:after {
        content: " ";
        display: block;
        background: var(--drawer);
        height: 100%;
        width: 3%;
        position: absolute;
        top: 0;
        border-bottom: 2px solid var(--drawer-dark);
    }



    .AnswerTextHolder:hover.AnswerTextHolder.Select:after {
        content: " ";
        display: block;
        background: var(--drawer-dark);
        height: 100%;
        width: 3%;
        position: absolute;
        top: 0;
        border-bottom: 2px solid var(--drawer);
    }

.AnswerText {
    display: inline-block;
    width: calc(100% - 102px);
    font-size: 19px;
    vertical-align: middle;
}

.AnswerIndex {
    color: #b4b4b4;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin: 12.5px 10px;
    font-size: 20px;
    border: 1px solid #cecfcf;
    width: 26px;
    text-align: center;
    vertical-align: middle;
}

.AnswerTextHolder:hover .AnswerIndex {
    color: var(--drawer);
}

.Breadcrumbs {
    display: flex;
    margin-bottom: 40px;
    width: 95vw;
}

.Question {
    display: none;
}

    .Question.On {
        display: block;
    }

.QuestionText {
    font-size: 24px;
    color: var(--colorTest);
    margin-bottom: 25px;
}

.Breadcrumb {
    width: 28px;
    height: 6px;
    background: #899497;
    display: inline-block;
    cursor: pointer;
}

    .Breadcrumb.On {
        background: var(--primary);
    }

.IsGood {
    background: #29c98f;
}

.IsBad {
    background: #ed4e5d;
}

.TestName {
    color: var(--primary);
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    margin: 0px;
}

.Scores {
    color: var(--colorTest);
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin: 0px;
}

.notAvailable {
    color: #899497;
    font-size: 39px;
    text-align: center;
    padding-top: 20px;
}

.causeNotAvailable {
    text-align: center;
    background-color: rgba(var(--primary-RGB), 8%);
    width: 96%;
    margin: 35px auto;
    border-bottom: 1px solid rgba(var(--primary-dark-RGB), 8%);
    font-size: 30px;
    color: #4c4f50;
    padding: 35px 0px;
}

.TestBtn {
    background: var(--primary);
    border: 0;
    color: var(--colorText);
    font-size: 20px;
    padding: 15px;
    margin: auto;
    display: table;
    border-radius: 5px;
    cursor: pointer;
    border-color: var(--primary-dark);
    border-bottom: 2px solid;
}

    .TestBtn:hover {
        box-shadow: 0px 3px 9px -3px rgba(0, 0, 0, 0.6);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38c4c4+1,02bad6+100 */
        background: #38c4c4; /* Old browsers */
        background: -moz-linear-gradient(left, #38c4c4 1%, var(--primary) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #38c4c4 1%,var(--primary) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #38c4c4 1%,var(--primary) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38c4c4', endColorstr='var(--primary)',GradientType=1 ); /* IE6-9 */
    }

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.onAllScreen {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}

.searchHolder {
    padding-bottom: 10px;
    position: relative;
}

.NavLesson.close .searchHolder {
    padding-bottom: 5px;
}

.ResSearch:before {
    display: none !important;
}

.showByTypeB {
    display: block;
}

.showByTypeA {
    display: none;
}

::-webkit-scrollbar {
    width: 0.7em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}

.Selected .nav-toggleHolder .nav-toggle span, .Selected .nav-toggleHolder .nav-toggle span:before, .Selected .nav-toggleHolder .nav-toggle span:after {
    background: #292929;
}

.nav-toggleHolder {
    float: right;
    display: inline-table;
    height: 32px;
    width: 20px;
    position: relative;
    margin-top: 2px;
}

.nav-toggle {
    position: absolute;
    top: 0px;
    margin: 10px 0px;
    padding-top: 5px;
}

    .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 15px;
        background: var(--primary);
        position: absolute;
        display: block;
        content: '';
    }

        .nav-toggle span:before {
            top: -5px;
        }

        .nav-toggle span:after {
            bottom: -5px;
        }


body {
    display: table;
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
    cursor: default;
    color: #343535;
    width: 100%;
    background: rgba(var(--primary-RGB), 8%)
}

/* Course Start */
.course {
}

.HeaderImg {
    margin: auto;
    display: table;
    height: initial !important;
    width: initial !important;
    max-width: 100% !important;
    max-height: 250px;
}

.Header {
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .Header DIV {
        background-color: transparent !important;
    }

.HolderCourses {
    display: flex;
}

    .HolderCourses DIV {
    }

    .HolderCourses table {
        border-spacing: 0px;
        border-collapse: collapse;
    }

    .HolderCourses td {
        padding: 0px;
        margin: 0px;
        border: 0px;
    }

.TopLine {
    background: #292929;
    line-height: 36px;
    padding: 7px 35px;
    color: #fff;
    font-size: 18px;
    width: calc(100% - 70px);
    position: fixed;
    z-index: 3;
}

.TopLineTable {
    visibility: hidden;
}

.TopLine .Nav {
    width: 100%;
    text-align: center;
}

.Exit {
    color: #aaaaaa;
    cursor: pointer;
}

.Name {
}

.ResSearch {
    color: var(--primary);
    font-size: 20px;
    line-height: 38px;
    border-bottom: 0px !important;
    padding-right: 36px;
    padding-left: 36px;
}

.TD_Name {
    width: 20%;
}

.TD_Menu {
    width: 70%;
}

.TD_Exit {
    width: 10%;
}

.TD_Name_Mobile {
    width: 80%;
}

.TD_Exit_Mobile {
    width: 20%;
}

.TopLineTable, .TD_100 {
    width: 100%;
}

.LessonType {
    display: inline-block;
    padding: 0px 10px;
    margin: 0px 10px;
}

.CourseHolder {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
}

.content {
    width: calc(75% + 10px);
    display: table;
}

    .content.close {
        width: calc(92% + 10px);
    }

.TopLineTable .Selected {
    background: #e6e6e6;
    color: var(--primary-dark);
    text-decoration: none;
}

.NoSelected {
    color: inherit;
    text-decoration: none;
}

.searchBox {
    height: 22px;
    font-size: 16px;
    width: calc(100% - 26px);
}

.NavLesson.close .searchBox {
    font-size: 11px;
}

.SearchIcon {
    background: #899497;
    padding: 5px 11px;
    width: 19px;
    margin-right: 2px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 2px;
}

.NavLesson.close .SearchIcon {
    padding: 8px;
    width: 13px;
    margin-bottom: 0px;
}

.ClearSrch {
    margin-bottom: -7px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: 2px;
    display: none;
    cursor: pointer;
}

.searchBoxHolder {
    display: inline-block;
    width: calc(100% - 48px);
    position: relative;
}

.NavLesson.close .searchBoxHolder {
    width: calc(100% - 36px);
}

.NavLesson {
    width: calc(25% - 20px);
    padding: 10px;
    display: block;
    position: fixed;
    z-index: 10;
    visibility: hidden;
}

    .NavLesson.close {
        width: calc(8% - 20px);
        padding: 5px;
    }

.NavLessonActive {
    visibility: visible;
}

.nav-li {
    position: relative;
    display: list-item;
}

.NavLesson a {
    width: calc(100% - 36px);
    display: inline-block;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 18px;
    color: inherit;
    overflow: hidden;
}

.NavLesson.close a {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .NavLesson.close a .lessonPreName {
        display: none;
    }

.Results .AnswerText {
    font-size: 20px;
}

.Results .AnswerIndex {
    color: inherit;
    background: none;
    border-color: transparent;
}

.Results .AnswerTextHolder {
    cursor: default;
}

.Results:hover .AnswerTextHolder {
    background: #f2f2f2;
    border-bottom: 2px solid #e8e8e8;
}

.TextSumTest > div:first-of-type {
    width: 70%;
    font-size: 18px;
    color: #4a4a4a;
    display: inline-block;
}

.returnToLesson {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-bottom: -25px;
    color: #046b7b;
    text-decoration: underline;
    cursor: pointer;
}

.TextSumTest > div:nth-of-type(2) {
    padding-top: 10px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.Results .TextSumTest {
    margin-bottom: 38px;
}

.Results .TextSumTest {
    padding: 24px;
    border-bottom: 1px solid;
}

    .Results .TextSumTest.badAnswer {
        background-color: #f3dee0;
        border-bottom-color: #e4c5c8;
    }

    .Results .TextSumTest.goodAnswer {
        background-color: #d7f1e7;
        border-bottom-color: #b4d9cb;
    }

.passingGrade {
    margin-bottom: 18px;
    font-size: 22px;
}

.goodAnswer .countAnswerSentToManager {
    display: none !important;
}

.goodAnswer .passingGrade {
    color: #018656;
}

.badAnswer .passingGrade {
    color: #9a0412;
}

.goodAnswer .AnswerText:after, .badAnswer .AnswerText:after {
    content: " ";
    display: block;
    height: 50px;
    width: 54px;
    position: absolute;
    top: calc(50% - 2px);
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(calc(-50% - -3px));
}

.goodAnswer .AnswerText:after {
    background-image: url(../images/V.png);
    border-bottom: 2px solid #38896c;
    background-color: #29c98f;
}

.badAnswer .AnswerText:after {
    background-image: url(../images/X.png);
    border-bottom: 2px solid #a04b53;
    background-color: #ed4e5d;
}

.HideTest {
    position: fixed;
    padding: 0px 6px;
    background: #969696;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    color: #fff;
    font-family: cursive;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}

.iframeTest {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 9;
    border: 0;
}

.iconTest {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/checked.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.NavLesson.close .iconTest {
    width: 14px;
    height: 14px;
}

.unchecked {
    background-image: url(../images/uncheckedBlack.png);
}

.collapsMenuHolder {
    position: relative;
}

.collapsMenu {
    position: absolute;
    z-index: 1;
    top: -4px;
    cursor: pointer;
    transition: 700ms;
    background: #f0f3f4;
    padding: 0px 10px;
    border: 1px solid #bbbbbb;
    color: gray;
    border-radius: 3px;
    font-weight: bold;
}



    .collapsMenu::after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f101";
        border-radius: 2px;
        font-size: 2em;
    }

.drawer {
    /*height: 39px;
    overflow: hidden;*/
}

.DrawerObj {
    border-bottom: 1px solid #bababa;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

.NavLesson.close .DrawerObj {
    font-size: 14px;
}


.DrawerObj::after {
    content: '>';
    font-weight: bold;
    font-size: 23px;
    font-family: monospace;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    color: var(--primary-dark);
}

.NavLesson.close .DrawerObj::after {
    font-size: 16px;
}


.DrawerObjText {
    width: calc(100% - 14px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected .DrawerObj::after {
    color: #fff;
}

.selected .DrawerObj, .DrawerObj:hover::after {
    color: #fff;
}

.DrawerObj.Disable::after {
    color: #a1a1a1 !important;
}

.DrawerObj:hover {
    background: var(--primary);
    color: #fff;
}

div.nav-ul > span:hover .unchecked, div.nav-ul > .drawer > .listHolder > span:hover .unchecked {
    background-image: url(../images/unchecked.png);
}

.NavLessonActive div.nav-ul .DrawerObj {
    background: var(--drawer);
    color: var(--colorText);
}


    .NavLessonActive div.nav-ul .DrawerObj:hover, .NavLessonActive div.nav-ul .selected .DrawerObj, .NavLessonActive div.nav-ul .selected .Selected {
        color: #fff;
    }

.NavLessonActive div.nav-ul .selected .Selected {
    background: rgba(var(--primary-RGB), 60%);
    color: #fff;
}

.NavLessonActive div.nav-ul .DrawerObj:hover, .NavLessonActive div.nav-ul .selected .DrawerObj {
    background: var(--drawer-dark);
}

.NavLessonActive div.nav-ul > span.nav-li > span + a, .NavLessonActive div.nav-ul > .drawer > .listHolder > span.nav-li > span + a {
    width: calc(100% - 62px);
}

.NavLessonActive.close div.nav-ul > span.nav-li > span + a, .NavLessonActive.close div.nav-ul > .drawer > .listHolder > span.nav-li > span + a {
    width: calc(100% - 37px);
}

.introduction:before {
    content: '\25CF';
    display: inline-block;
    margin: 5px 10px;
    color: transparent !important;
    font-size: 25px;
    vertical-align: top;
}

div.nav-ul {
    padding: 0;
    margin: 0;
    overflow: auto;
}

    div.nav-ul > span:first-child {
        margin-top: 10px;
    }

.NavLesson.close div.nav-ul > span:first-child {
    margin-top: 5px;
}

div.nav-ul > span:not(.ResSearch):hover, div.nav-ul > .drawer > .listHolder > span:not(.ResSearch):hover, .NavLesson .selected .DrawerObj, .NavLesson .Selected {
    background: rgba(var(--primary-RGB), 50%);
    color: var(--colorText);
}

div.nav-ul > span, div.nav-ul > .drawer > .listHolder > span {
    list-style: none;
    min-height: 40px;
}

    div.nav-ul > span:last-child, div.nav-ul > .drawer > .listHolder > span:last-child {
        border-bottom: none;
    }


    div.nav-ul > .drawer > .listHolder > span:not(.introduction):before, div.nav-ul > span.nav-li:not(.introduction):before {
        content: '\25CF';
        display: inline-block;
        margin: 5px 10px;
        color: var(--primary);
        font-size: 25px;
        vertical-align: top;
    }

    div.nav-ul > .drawer > .listHolder > span:not(.introduction):hover:before,
    div.nav-ul > .drawer > .listHolder > span.Selected:not(.introduction):before,
    div.nav-ul > span:not(.introduction):hover:before,
    div.nav-ul > span.Selected:not(.introduction):before {
        color: var(--colorText);
    }

.NavLesson.close span.nav-li:before {
    font-size: 16px !important;
    margin: 9px 4px !important;
}

.Disable, .Disable:before {
    color: #a1a1a1 !important;
}

.DrawerObj.Disable, .DrawerObj.Disable::after {
    color: #dbdbdb !important;
}

.Disable:hover, .selected .DrawerObj.Disable, .selected .Selected.Disable, .Selected.Disable {
    background: #6B6A6A !important;
}

.LessonContent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.CourseName {
    font-weight: bold;
    font-size: 39px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0px;
    color: var(--drawer-dark);
}

.LessonName {
    font-size: 28px;
    color: var(--primary-dark);
    text-align: center;
    padding: 20px 0px;
    margin: 0;
    font-weight: normal;
}

.BorderBottom, .NavLesson > div.nav-ul > span {
    border-bottom: 1px solid #c9cacb;
}

.NavLesson > div.nav-ul > .drawer > .listHolder > span {
    border-bottom: 1px solid #c9cacb;
}

.drawer .listHolder {
    overflow: hidden;
    max-height: 0px;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.drawer.selected .listHolder {
    max-height: inherit;
}

.OverMaxIpPerUser {
    text-align: center;
    font-size: 20px;
    color: red;
}

.certificate {
    background: url('../images/certificateIcon.png') var(--primary);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 31px;
    height: 36px;
    padding: 5px;
    border: none;
    display: table;
    margin: auto;
}

.certificateBtn {
    display: flex;
    text-decoration: none;
    padding: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

    .certificateBtn .certificate {
        display: block;
        background-color: transparent;
        margin: 0 5px;
        -webkit-filter: invert(1);
        filter: invert(1);
    }
/* Course End */

/* LogIn  Start */
.tabsHolder {
    display: table;
    padding-top: 4px;
    font-size: 26px;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    text-align: center;
}

.tabSing {
    margin: 10px;
    display: inline-block;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    color: var(--primary-dark);
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    margin-left: 20px;
}

    .tabSing.Selected {
        color: var(--primary);
    }

    .tabSing:after {
        bottom: 0;
        content: '';
        display: block;
        width: 0;
        background: var(--primary);
        padding-top: 0px;
        margin-top: 9px !important;
        transition: all .5s;
        position: absolute;
        right: 0;
        display: table;
        margin: auto;
        left: 0;
    }

    .tabSing.Selected:after {
        width: 100%;
        padding-top: 3px;
    }

.fullHolderLoginSingup {
    max-width: 80%;
    display: table;
    margin: auto;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    position: relative;
    background: rgba(var(--primary-RGB), 50%);
}

.loginHolder, .singupHolder {
    padding: 30px 50px;
    text-align: center;
    line-height: 35px;
    color: var(--colorText);
}

    .singupHolder.Hide, .loginHolder.Hide {
        display: none;
    }

.LoginWelcome {
    font-size: 30px;
}

.LoginSubWelcome {
    font-size: 24px;
    margin-bottom: 20px;
}

.LoginTable {
    width: 100%;
    margin: auto;
}

.LoginInput {
    max-width: 280px;
    height: 45px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
    direction: ltr;
    width: calc(100% - 20px);
    margin-left: 10px;
}

.LoginText {
    font-size: 18px;
    height: 45px;
    margin: 15px 15px 0px 15px;
    line-height: 45px;
}

.LoginEnter {
    width: 100%;
    height: 58px;
    margin-top: 15px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 1.5em;
    box-shadow: 0px 0px 10px -3px #000;
    cursor: pointer;
    padding: 0px 15px;
    background: var(--drawer-dark);
}

.res {
    color: #eeeeee;
}

.remindPassword {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    height: 25px;
    cursor: pointer;
}

.LessonContentHtml {
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
}

.LessonContentText {
    color: #fff;
    font-size: 50px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 800px;
}

input#rememberMe[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label.rememberMe {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

    input[type="checkbox"]:checked + label.rememberMe:after {
        transform: scale(1.3);
    }

label.rememberMe {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #e1e1e1;
    border-radius: 10%;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
    vertical-align: middle;
}

    label.rememberMe:before {
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        top: -100%;
        left: -100%;
        z-index: -1;
        border-radius: 50%;
        transition: 0.3s;
    }

    label.rememberMe:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        background: url('https://cbwconline.com/IMG/Codepen/Check.svg') center center no-repeat;
        background-size: contain;
        transform: scale(0);
        transition: 0.2s;
    }

/* LogIn  End */

/* school  start */
.btnGoTo {
    margin: auto;
    display: table;
}
/* school  End */

/* Percent Progress  start */
.percentProgress {
    display: inline-block;
    line-height: 0px !important;
}
/* Percent Progress  End */

.holderStartLessons {
    text-align: center;
    font-size: 30px;
    margin: 15px;
    display: flex;
    justify-content: center;
}

    .holderStartLessons span {
        background: var(--primary);
        color: #fff;
        padding: 10px;
        box-shadow: 0px 0px 11px -2px var(--primary);
        border-radius: 5px;
    }

.finishCurrentItem {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.red {
    border-bottom: 2px solid #a04b53;
    background-color: #ed4e5d;
}

.green {
    border-bottom: 2px solid #38896c;
    background-color: #29c98f;
}

.btn_f {
    padding: 5px 40px;
    font-size: 18px;
}

._none {
    display: none !important;
}

@media screen and (min-width: 1px) {
    .NavLesson ul {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 900px) {
    .holderStartLessons span {
        line-height: 45px;
        border-radius: 0px;
    }
}

@media screen and (max-width: 700px) {
    .fullHolderLoginSingup {
        max-width: 100%;
    }

    .AnswerOpened {
        height: 45vh;
    }

    img:not(.cicon) {
        height: initial !important;
        width: initial !important;
        max-width: 100% !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .singupHolder {
        padding: 0px;
        margin: 0px;
    }

    .loginHolder {
        padding: 10px;
        margin: 10px;
        margin-top: 0px;
    }

    .showByTypeB {
        display: none;
    }

    .showByTypeA {
        display: block;
    }

    .LessonType {
        padding: 0px 5px;
        margin: 0px 5px;
    }

    .TopLine {
        padding: 7px 15px;
        width: calc(100% - 30px);
    }

    .NavLesson {
        width: calc(100% - 10px);
        padding: 0 10px;
        height: 0%;
        transition: 400ms;
        overflow: hidden;
    }

    .NavLessonOpen {
        padding: 10px 10px 0px 10px;
        height: 100%;
        background: rgba(var(--primary-RGB), 8%);
    }

        .NavLessonOpen::before {
            content: '';
            mix-blend-mode: overlay;
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .content {
        width: 100% !important;
    }

    .LessonContentText {
        font-size: 40px;
    }

    div.nav-ul > span:before, div.nav-ul > span:first-child:before, div.nav-ul > .drawer > .listHolder > span:before, div.nav-ul > .drawer > .listHolder > span:first-child:before {
        font-size: 15px !important;
        margin-top: 10px;
    }

    .btn {
        width: 100%;
    }

    a.btn {
        width: calc(100% - 40px);
    }

    .TextSumTest > div:nth-of-type(2), .TextSumTest > div:first-of-type {
        width: 100%;
    }

    .returnToLesson {
        margin-bottom: -18px;
    }

    .certificateBtn .certificate {
        margin: auto;
    }
}

@media print {
    form, #fb-root {
        display: none;
    }

    /*.diploma {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999999999;
        background: #fff;
        display: block;
        border: none;
        height: 100vh;
        width: 100vw;
        max-width: none !important;
    }*/

    * {
        -webkit-print-color-adjust: exact;
    }
}
