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

section.learningCenterForm {
    height: unset;
    margin-top: 60px;
}
.FormCol {
    margin: 30px auto;
    position: relative;
}

.lmsForm .FormImageCol img{
    display:none;
}
.FormCol:before {
    position: absolute;
    content: " ";
    height: 100px;
    width: 100px;
    background: url(../images/ABI-logoblack.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    top: -20px;
    left: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}


.about40HoursHeading {
    margin: 30px 10px 30px 10px;
}
.upcomingTaskHeading {
    margin: 0px 10px 20px 10px;
}
.service-delivery .dashboardHeading h1 {
    font-size: 20px;
}
.card.workspacecard {
    margin-top: 20px;
}
.service-delivery .dashboardHeading h1 i {
    font-size: 20px;
    margin-right: 10px;
}

.workspacecheckbox p {
    padding: 5px;
}
.userBtn {
    margin-top: 20px;
}

/* Games */
.gamesCardDesign img {
    display: none;
}
.gamesButton {
    padding: 15px;
    font-size: 14px;
    margin: 20px auto;
}
.gamesCardDesign {
    padding: 30px 0;
    border-radius: 10px;
}
.gamesDescription {
    margin-top: 0;
    margin-bottom: 30px;
}
.gameQuizBarMainProgressRow {
    display: block;
}
.gameQuizBar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
    width: 100%;
    margin-top: 30px;
}
.customHeading {
    width: 100%;
}
.clock {
    width: 300px;
    height: 300px;
}
.sequencetarget, .sequencedrag {
    height: 200px;
}
.gamesDescription.puzzledescription p {
    height: auto;
}

/*3rd march*/

.dragDropGrid .colordrag, .color-target {
        min-height: 140px;
    }
.quizDiv{
    max-height: unset;

overflow-x: unset;

overflow-y: unset;
}    
    