@charset "utf-8";
/* CSS Document */

.dashboardHeading h1 {
    font-size: 20px;
}

.customHeading h2 {
    font-size: 18px;
    line-height: 25px;
}

.customLessonCard h3 {
    font-size: 16px;
}

.lessonInfo h4 {
    font-size: 14px;
    line-height: 20px;
}

section.learningCenterForm {
    margin: 50px 30px;
}
.lmsForm:before {
    top: -30px;
    left: -15px;
}
.lmsForm:after {
    bottom: -70px;
    right: -40px;
}
.FormCol {
    padding: 35px;
}
.formfield input {
    font-size: 13px;
    margin-left: 10px;
}
.check-wrap {
    display: unset;
    margin: 20px;
}
.socialfield {
    margin-top: 20px;
}
a.ABIPrimaryBtn {
    padding: 12px 30px;
}
.login .getyourcodedigit input {
    width: 40px;
    height: 40px;
}

.dash-content .boxes .box {
    width: 100%;
}
nav {
    width: 0px;
}
nav.close {
    width: 73px;
}
nav .logo_name {
    opacity: 0;
    pointer-events: none;
}
nav.close .logo_name {
    opacity: 0;
    pointer-events: none;
}
nav li a .link-name {
    opacity: 0;
    pointer-events: none;
}
nav.close li a .link-name {
    opacity: 0;
    pointer-events: none;
}
nav ~ .dashboard {
    left: 0;
    width: 100%;
}
nav.close ~ .dashboard {
    left: 73px;
    width: calc(100% - 73px);
}
nav ~ .dashboard .top {
    left: 0;
    width: 100%;
}
nav.close ~ .dashboard .top {
    left: 0;
    width: 100%;
}

.dashboardCard img {
    width: 40px;
}
.dashboardCard span {
    font-size: 16px;
}
.dashboardCardDesign {
    padding: 10px;
}
.inner-content {
    padding: 10px;
}
.aboutLessonHeading a {
    font-size: 14px;
    line-height: 25px;
}
.aboutTrainningHours {
    display: block;
}

/* games */
.gameQuizBar {
    display: block;
}
.gameQuizBar .progressBar.progress-barwrapper {
    margin: 40px 0 20px 0;
    width: 100%;
}

.photoGameRow.granimate .spinner-container {
    width: 300px;
    height: 300px;
}
.spinner-container .labels-container .label_spin {
    font-size: 14px;
}

.spinner-container .labels-container .label_spin {
    width: 80px;
}

.wordscramblermaindiv {
    display: block;
}
.wordscramblermaindiv input {
    width: 100%;
    font-size: 16px;
}
.wordscramblermaindiv label {
    font-size: 16px;
}
.wordScramblercol {
    margin-left: 0px;
}
.dashboardHeading.back-btn > h1 > i {
    font-size: 20px;
}
.customHeading h2 {
    font-size: 20px;
}
.gamesDescription p {
    font-size: 18px;
}
.photoGameRow label:before {
    width: 40px;
    height: 40px;
}
.correct :checked + label:before,
.incorrect :checked + label:before {
    font-size: 20px;
}
.incorrect :checked + label img {
    border: 5px solid red;
}
.correct :checked + label img {
    border: 5px solid green;
}
.dragGameRow {
    padding: 10px;
}
.clock-wrap {
    width: 200px;
    height: 150px;
}
.drops div:nth-child(8),
.drops2 div:nth-child(8),
.drops3 div:nth-child(8),
.drops4 div:nth-child(8) {
    display: none;
}
/* .dragDropGrid {
    padding: 0 20px;
} */
.clock {
    width: 200px;
    height: 200px;
    top: 0;
}
.countdownStart {
    width: 400px;
    height: 400px;
}
.count {
    font-size: 50px;
}
.action .input-btn {
    font-size: 20px;
}
.photoGameRow > ul > li > span {
    font-size: 16px;
}
.colordragdrop > .words,
span.dropped-text {
    font-size: 15px;
}
#pieChart {
    height: auto;
}

.spinner_updated {
    display: block;
}

.spin {
    font-size: 11px;
    height: 40px;
    width: 40px;
}
.dashboardCardDesign .spinner-responsive {
    padding: 0;
}
.gamesDescription {
    margin-top: 30px;
    margin-bottom: 30px;
}
.ABIBackBtn {
    padding: 5px;
}
.undobtn {
    padding: 5px;
}
