@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:400,400i,700,700i&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

*,
*:focus {
    outline: none
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #F2F2F2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

/* default style */
.section-banner-area {
    height: 300px;
    background: linear-gradient(180deg, #28a745, #004610);
    color: #FFFFFF;
}

.section-banner-table {
    display: table;
    width: 100%;
    height: 100%;
}

.section-banner-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.banner-thumbs {
    text-align: right;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 16px;
}

.banner-btn {
    background: #FFF;
    color: #494949;
    margin-top: 20px;
    border-radius: 0px;
    padding: 7px 20px;
    transition: 0.25s;
    border-radius: 5px;
    font-weight: 600;
}

.banner-btn:hover {
    box-shadow: 0px 0px 0px 3px #ffffff6b;
    color: #000;
}

.section-padding {
    padding: 70px 0px;
}

.header-area {
    background: #FFFFFF;
    padding: 10px 0px;
    transition: 0.25s;
}

.is-sticky .header-area {
    box-shadow: 0px 0px 5px 0px #00000034;
    padding: 5px 0px;
    transition: 0.5s;
}

.logo {
    padding: 10px 0px;
}

.logo a {
    color: #494949;
    text-decoration: none;
}

.logo a h1 {
    color: #37A000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px
}

.logo a h1 span {
    color: #494949;
    text-transform: initial;
    font-weight: initial;
}

.mainmenu ul {
    text-align: left;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mainmenu ul li {
    position: relative;
}

.mainmenu ul li a {
    color: #494949;
    padding: 20px 15px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600
}

.mainmenu ul li:hover a,
.mainmenu ul li.active a,
.authetication-menu ul li.active a {
    color: #37A000;
    transition: 0.25s;
}

.authetication-menu ul {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.authetication-menu ul li {
    display: inline-block;
}

.authetication-menu ul li a {
    color: #363636;
    padding: 20px 15px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.authetication-menu ul li:hover a {
    color: #37A000;
    transition: 0.25s;
}

/* login page */
.login-area,
.verify-content {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 0px #00000038;
}

.login-header,
.verify-header {
    text-align: center;
    padding: 25px 0px;
    font-family: 'Ubuntu', sans-serif;
}

.login-body,
.verify-body {
    padding: 20px 50px;
    border-bottom: 1px solid #e6e6e6;
}

.login-btn {
    background: #37a000;
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 20px;
}

.login-footer,
.verify-footer {
    background: #494949;
    border-top: 1px solid #ffffff;
    padding: 20px 20px 50px;
    color: #FFF;
}

.login-footer p,
.verify-footer p {
    margin-bottom: 15px;
}

.signup-btn {
    background: #ffffff;
    border-radius: 5px;
    padding: 8px 40px;
    box-shadow: 0px 0px 3px 0px #3535354f;
}

.signup-btn:hover {
    background: #37a000;
    color: #FFFFFF;
    transition: 0.25s;
    box-shadow: 0px 0px 0px 3px #37a00040;
}

.login-btn:hover {
    box-shadow: 0px 0px 0px 3px #37a00042;
}

/* footer style */

.footer-top-area {
    background: #494949;
    color: #FFFFFF;
    padding: 35px 0px;
}

.footer-header {
    margin-bottom: 25px;
}

.footer-top-menu ul {
    list-style: none;
}

.footer-top-menu ul li {
    border-bottom: 1px dashed #363636;
}

.footer-top-menu ul li:last-child {
    border-bottom: 0px dashed #363636;
}

.footer-top-menu ul li a {
    display: block;
    color: #DBDBDB;
    padding: 3px 0px;
}

.footer-top-menu ul li:hover a {
    color: #FFFFFF;
}

.social-links ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.social-links ul li {
    margin-right: 10px;
}

.social-links ul li:last-child {
    margin-right: 0px;
}

.social-links ul li a {
    font-size: 20px;
    color: #363636;
    background: #757575a8;
    padding: 2px 5px;
    display: block;
    border-radius: 3px;
    transition: 0.25s
}

.social-links ul li:hover a {
    color: #FFFFFF;
    background: #37A000;
    box-shadow: 0px 0px 0px 3px #38a00044
}

.footer-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}


.footer-bottom-area {
    background: #363636;
    color: #FFFFFF;
    padding: 10px 0px;
}

.footer-bottom-content {
    padding: 5px 0px;
}

.footer-menu ul {
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.footer-menu ul li a {
    padding: 5px 10px;
    color: #FFFFFF;
    display: block;
}

/* question answer css */

.qa-img img {
    width: 150px;
}

.question-btn {
    background: #40a40c;
    color: #FFFFFF;
    padding: 10px 0px;
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}

.question-btn:hover {
    box-shadow: 0px 0px 0px 3px #40a40c6b;
    text-decoration: none;
    color: #FFF;
    transition: 0.25s;
}

.question {
    background: #FFF;
    border-bottom: 1px solid #37A000;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.question-author {
    padding: 20px 10px 0px 10px;
    text-align: center;
    width: 180px;
    margin-right: 10px;
}

.author img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 1px solid #ececec;
}

.author h3 {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600;
}

.question-content {
    padding: 10px;
    width: 100%;
}

.question-header {
    margin-bottom: 10px;
    padding: 10px 0px;
}

.question-title {
    color: #494949;
}

.question-title h2 {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.question-title:hover {
    color: #40a40c;
    text-decoration: none;
}

.question-body {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
}

.question-body p {
    font-size: 13px;
    line-height: 20px;
}

.question-footer {
    padding: 5px 0px;
}

.question-info span {
    margin-right: 10px;
    font-size: 13px;
    color: #494949;
}

.question-info span i {
    color: #FF5722;
}

.question-info .question-tag {
    margin-right: 2px;
    background: #FF5722;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    display: inline-block;
}

.egreen-pagination .page-link {
    color: #37a000;
}

/* home page  */
.about-area {
    background: #f6fff7;
}

.section-title-area {
    margin-bottom: 40px;
    padding-bottom: 10px;
}


.section-title h2 {
    font-size: 30px;
    font-weight: 600;
    color: #252525;
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.section-sub-title p {
    margin-bottom: 0;
    padding-bottom: 0px;
}

.custom-btn {
    background: #F44336;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.25s;
    margin-top: 15px;
}

.custom-btn:hover {
    color: #fff;
    box-shadow: 0px 0px 0px 3px #f4433659;
    text-decoration: none;
}


.custom-btn-sm {
    margin: 5px 0px;
    padding: 2px 7px;
}


.subscribe-area {
    background: #37a000;
    color: #FFF;
    padding: 60px 0px;
}

.subscribe h3 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 27px;
}

.custom-btn-default {
    background: #fff;
    color: #4e4e4e;
    padding: 15px 25px;
    font-weight: bold;
}

.custom-btn-default:hover {
    box-shadow: 0px 0px 0px 4px #ffffff73;
    color: #252525;
}

.slide-btn {
    background: #fff;
    color: #000;
    padding: 10px 30px;
}

.slide-btn:hover {
    color: #000;
    box-shadow: 0px 0px 0px 3px #ffffff69;
}

/* features area */

.feature {
    margin-bottom: 25px;
}

.feature-icon {
    margin-bottom: 10px;
}

.feature-icon i {
    color: #FFF;
    background: #585858;
    padding: 13px 12px;
    border-radius: 50%;
    font-size: 20px;
}

.feature-title h5 {
    font-size: 20px;
    padding: 5px 0px;
}

.feature-content {
    text-align: justify
}

.sidebar-box {
    background: #FFFFFF;
    padding: 0px 10px;
    border-top: 3px solid #55ad27;
    border-bottom: 3px solid #9E9E9E;
    margin-bottom: 15px;
}


.sidebar-box-header.with-border {
    border-bottom: 1px solid #55ad27;
    overflow: hidden;
}

.sidebar-header-title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
}

.sidebar-box-body {
    padding: 10px 0px;
}

.sidebar-box-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-box-menu ul li {
    display: block;
    border-bottom: 1px solid #F2F2F2;
    /* position: relative; */
    /* padding-left: 15px */
}

.sidebar-box-menu ul li:last-child {
    border-bottom: 0px solid #F2F2F2;
}

/*
.sidebar-box-menu ul li::after {
    position: absolute;
    top: 30%;
    left: 0;
    content:'\f101';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
} */

.sidebar-box-menu ul li a {
    display: block;
    color: #5a4e4e;
    padding: 10px 0px;
    text-decoration: none;
}

.sidebar-box-menu ul li:hover a,
.sidebar-box-menu ul li.active a {
    color: #FF5722
}

.sidebar-box-menu ul li span {
    margin-right: 6px;
    width: 15px;
}

.box {
    background: #FFF;
    border-top: 3px solid #8c8c8c;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 0px 1px 2px 0px #0000002b;
    margin-bottom: 30px;
}

.box-header {
    padding: 10px;
}

.box-header.with-border {
    border-bottom: 1px solid #DDD;
}

.box-title {
    font-size: 18px;
    font-weight: 600
}

.box-body {
    padding: 10px;
    border-bottom: 1px solid #DDD;
}

.box-footer {
    padding: 10px
}

.box-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.box-menu ul li {
    padding: 5px 0px;
    background: #e6e6e6
}

.box-menu ul li:nth-child(even) {
    background: #f7f7f7
}

.box-menu ul li a {
    color: #1d1d1d;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

.box-menu ul li:hover a {
    color: #FF5722;
}

.authenticated {
    padding: 15px 0px;
}

.authenticated ul {
    text-align: right;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.authenticated ul li {
    display: inline-block;
}

.authenticated ul li a {
    color: #212529;
    padding-left: 15px;
    font-size: 18px;
}

.user-context-menu-dropdown {
    position: relative;
}

.context-menu-dropdown {
    position: absolute;
    width: 200px;
    left: auto;
    right: 0;
    padding-top: 15px;
    display: none;
    z-index: 999;
}

/* .user-context-menu-dropdown:hover .context-menu-dropdown {
    opacity: 1;
    visibility: visible;
} */
.context-menu-dropdown ul {
    text-align: right;
    background: #f9f9f9;
    padding: 5px 10px;
    border-bottom: 3px solid #37a000;
}

.context-menu-dropdown ul li {
    display: block;
}

.context-menu-dropdown ul li a {
    font-size: 14px;
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    border-bottom: 1px dotted #d4d4d4;
}

.context-menu-dropdown ul li a:hover {
    color: #37a000;
    transition: 0.25s;
    text-decoration: none;
}

.authenticated ul li a.user-round {
    background: #37a000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffffb4;
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none
}

.authenticated ul li a.user-round-img {
    border-radius: 50%;
    margin-left: 10px;
    text-decoration: none
}
.authenticated ul li a.user-round-img img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.authenticated ul li a.user-round:hover {
    opacity: 0.8;
    color: #ffffff;
}

.context-menu-dropdown ul li:last-child a {
    border-bottom: 0px;
}

.user-title {
    padding-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
    border-bottom: 2px solid #d4d4d4;
}

.page-banner-area {
    background: #1b1c29;
    color: #FFF;
    padding: 35px 0px;
}

.single-class-area {
    background: #1b1c29;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}

.page-banner h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.single-class {
    background: #FFF;
    padding: 10px;
    margin-bottom: 15px;
    border-top: 3px solid #37A000;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px #0000001a;
}

.single-class-thumbs {
    background-color: #292961;
    background-image: url('../images/class-bg-2.jpg');
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100px;
}

.single-class-body {
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.single-class-body a h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #252525;
}

.single-class-footer {
    padding: 5px 0px;
}

.single-class-footer-gadget {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer-gadget-item {
    margin-right: 15px;
    color: #c0c0c0;
    border-radius: 25px;

}

.footer-gadget-item span {
    color: #37A000;
    font-weight: 600;
}


/* classroom post */
.create-post-box {
    background: #FFF;
    margin-bottom: 15px;
}

.post-content-contorl {
    width: 100%;
    border: none;
    padding: 10px;
}

.create-post-footer {
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    background: #fafafa;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.create-post-footer-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50%;
}

.post-attach-item {
    margin-right: 10px;
    color: #b2b2b2;
    font-size: 20px;
}

.create-post-footer-right {
    width: 50%;
}

.post-box {
    background: #FFF;
    margin-bottom: 10px;
}

.post-header {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

.post-context {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
}

.post-context-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-context-menu li {
    position: relative;
    cursor: pointer;
}

.post-context-menu li ul {
    list-style: none;
    position: absolute;
    text-align: right;
    width: 120px;
    top: -5px;
    left: auto;
    right: -10px;
    background: none;
    padding: 0px 20px 0px 10px;
    visibility: hidden;
    opacity: 0;
}

.post-context-menu li ul li {
    display: inline-block;
    margin-left: -1px;
    border: 1px solid #DDD;
}

.post-context-menu li ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    background: #F5F5F5;
    padding: 5px;
}

.post-context-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    transition: 0.25s;
}

.post-context-menu li ul li:hover a {
    background: #37A000;
    color: #FFF;
}

.author-img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.author {
    width: auto;
}

.author h2 {
    font-size: 16px;
    font-weight: 400;
}

.author p {
    color: #757575;
}

.post-body {
    padding: 10px 15px;
    border-bottom: 1px solid #ecebeb;
}

.post-footer {
    padding: 5px 10px;
}

.post-body ul,
.post-body ol {
    margin: 5px 0px 5px 40px;
}

.topics-box {
    background: #FFF;
    padding: 10px;
    border-bottom: 3px solid #43a047;
    margin-bottom: 15px;
}

.topics-header {
    border-bottom: 1px solid #DDD;
    padding: 5px 0px 10px;
    position: relative;
}

.topic-title {
    font-size: 18px;
    color: #272727;
    font-weight: 600
}

.topic-sub-title {
    font-size: 14px;
    color: #747474;
    margin-top: 5px;
}

.topics-body {
    padding: 10px 0px;
    border-bottom: 1px solid #DDD;
    display: none;
}

.topics-body-show {
    display: block;
}

.topics-footer {
    padding: 10px 0px;
}

.toggle-topic {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    color: #999;
}

.assignment-box {
    background: #FFF;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px 3px #dddddd47;
}

.assignment-box-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 15px;
}

.assignment-box-title {
    width: 80%;
    border-right: 2px solid #DDD;
    margin-right: 10px;
}

.assignment-title {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0px;
}


.assignment-subtitle {
    font-size: 12px;
    color: #8a8a8a;
}

.submission {
    display: flex;
    margin-top: 10px;
    margin-right: 15px;
    border-top: 1px solid #DDD;
    padding: 10px 0px 5px 0px;
}

.submittion-title {
    color: #37A000;
    font-size: 14px;
    width: 50%;
}

.file-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.file-item {
    width: 48%;
    background: #ececec;
    margin: 1%;
    padding: 5px;
    border: 1px solid #bfbfbf;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
}

.file-preview {
    background: #ffffff;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    padding: 5px;
}

.file-preview img {
    width: 100%;
    height: 100%;
}

.file_download {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: #ffffffeb;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transform: scale(2);
}

.file_delete_action {
    left: 50%;
    background: #ffdcdceb;
}

.file_download img {
    width: 50px;
    padding: 15px 0px 0px;
}

.file_download button {
    background: none;
    border: none;
}

.file-item:hover .file_download {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    transform: scale(1);
}

.single-student {
    border: 1px solid #DDD;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
}

.student-basic {
    width: 100%;
    display: flex;
}

.student-action {
    width: 50%;
    text-align: right;
}

.student-basic h3 {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0px;
    color: #4c4c4c;
    margin-left: 20px
}

.student-basic .user-icon {
    background: #27a443;
    margin: 0;
    color: #FFF;
    font-weight: bold;
    padding: 4px 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1d7932;
}

.single-student:hover {
    transform: scale(1.02);
    box-shadow: 0px 1px 7px 0px #0000001c;
    transition: 0.25s;
}

.user-profile-box {
    background: #FFF;
}

.user-profile-header {
    background: #ebf6f9;
    padding: 50px 0px;
}

.user-profile-body {
    padding: 50px 0px;
}

.img-round {
    border-radius: 50%;
    width: 160px;
    height: 160px;
}

.user-basic h2 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.student-single-item {
    border-bottom: 1px solid #ecf3e8;
    padding: 5px 0px;
}

.student-list-header {
    padding: 10px 0px;
    border-bottom: 1px solid #4caf50;
}

.quiz-box {
    background: #FFF;
    margin-bottom: 15px;
    border-top: 3px solid #646464;
}

.quiz-box-header {
    display: flex;
}

.quiz-box-title {
    width: 100%;
    padding: 5px 10px;
}

.quiz-box-title h3 {
    font-size: 18px;
    font-weight: 600;
}

.quiz-box-action ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.quiz-box-action ul li {
    display: inline-block;
}

.quiz-box-action ul li a {
    display: block;
    background: white;
    color: #757575;
    padding: 2px 5px;
    transition: 0.25s;
}

.quiz-box-action ul li a:hover {
    background: #F44336;
    color: #FFF;
}

.quiz-box-body {
    padding: 10px;
}

.quiz-instruction {
    margin-bottom: 15px;
}

.quiz-instruction h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.welcome-area {
    padding: 50px 0px;
    background: #008fa0;
    color: #FFF
}
.welcome-img img {
    width: 100%;
}

.welcome-content {
    padding-top: 100px;
}

.welcome-content h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Lobster Two', cursive;

 }

.welcome-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.welcome-button a {
    border: 1px solid #ffffff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 5px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.welcome-button {
    margin-top: 30px;
}

.option-table {
    width: 100%;
}

.option-table td{
    padding: 2px;
    text-align: center;
}

.option-text {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #DDD;
    background: #FFF;
}

.quiz-question-body {
    background: #FFF;
    padding: 10px;
}

.option-text:disabled {
    background: #f7f7f7;
    cursor: not-allowed;
}

/* quiz checkbox */
.quiz-option-area {
    position: relative;
    width: 100%;
    height: 20px;
    cursor: pointer;
}

.quiz-option-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.quiz-option-wrap {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 20px;
    background: #9E9E9E;
    height: 20px;
}

.quiz-option-wrap::after{
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width:  8px;
    height: 14px;
    background:#ffffff00;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(35deg);
    opacity: 0;


}

.quiz-option-checkbox:checked ~ .quiz-option-wrap {
    background: #4CAF50;
}

.quiz-option-checkbox:checked ~ .quiz-option-wrap::after {
    opacity: 1;
    transition: 0.25s;
}

.quiz-radio-area {
    cursor: pointer;
    position: relative;
    height: 20px;
}

.quiz-option-radio {
    position: absolute;
    opacity: 0;
}

.quiz-radio-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #bfbfbf;
    border-radius: 50%;
    display: none;
}

.quiz-option-radio:checked ~ .quiz-radio-wrap {
    background: #4CAF50;
}

.quiz-radio-wrap.show-radio {
    display: block;
}
.count-question h2 {
    font-weight: 600;
    font-size: 20px;
}

.el-display-inline {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.el-display-inline .btn,
.el-display-inline button,
.el-display-inline a
{
    margin-right: 3px;
}

.question-box {
    background: #efefef;
    padding: 5px;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: scroll;
}

.question-items,
.category-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.question-item {
    margin-bottom: 5px;
    width: 50%;
}

.category-item {
    margin-bottom: 5px;
    width: 33%;
}

.question-item label, .category-item label{
    cursor: pointer;
}

.answer-box {padding: 0px 20px;}

.sideber-top {
    margin-bottom: 5px;
}

.sidebar-top-link a {
    display: block;
    padding: 7px 10px;
    background: #ffffff;
    color: #37a000;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-left: 3px solid #464646;
    box-shadow: 0px 0px 5px 0px #61616121;
}

.sidebar-top-link {
    background: #37a001;
    margin-bottom: 5px;
}

.sidebar-top-link a:hover {
    background: #464646;
    transition: 0.25s;
    color: #FFF;
}

.author.author-answer img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
}

.author.author-answer {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.voting i.fa {
    font-size: 25px;
    color: #8a8a8a;
}

.voting {
    padding-right: 15px;
    cursor: pointer;
}

.voting.negative_voting {
    padding-left: 15px
}

.qa-section-title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.assignment-box-action .btn {
    margin-bottom: 5px;
}

.assignment-section-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.assignment-submitted {
    margin-top: 20px;
}

.quiz-section-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.quiz-instruction {
    background: #FFF;
}

.quiz-instruction ul {
    padding-left: 50px;
}
.negative_mark_title {
    font-size: 16px;
}

.negative_mark_title span {
    font-weight: bold;
}

.questions-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.question-options ul {
    list-style: none;
}

.question-options {
    margin-top: 5px;
    padding-left: 15px;
}

.questions-body .question-item {
    margin-bottom: 15px;
}