/*** CSS FOR MY SINGLE MODULE PAGE ****/

.assignment-table thead {
    background: #69009fd4;
    /* color: #fff; */
}

.assignment-table thead > tr > th{ color: #fff; }

.course_overview ol, .course_overview  ul, .test-question ol{
    margin-top: 0;
    margin-bottom: 1rem;
        padding-left: 2rem;
}

.course_overview li, .test-question ol{
    list-style: inherit;
}

.course_overview ul {
    list-style-type: disc;
}
.course_overview ol, .test-question ol {
    list-style-type: decimal;
}

.card-body {
    padding: 20px;
}
.card-footer {
    background-color: transparent;
    border-color: rgb(64 64 64 / 31%);
    text-align: right;
}
.course_header {
    margin: -20px -30px 20px;
    padding: 15px 30px 2px;
    background-color: #8c3880;
}
.card .something{
    box-shadow: 0px 3px 9px rgb(0 0 0 / 50%);
    transition: box-shadow .3s;
}
.course_page-content .card:hover {
    box-shadow: 0px 5px 9px rgb(0 0 0 / 68%);
}
.course_page-content h3, .course_page-content {
    color: #fff;
}
.course_page-content .btn-light {
    color: #fff;
    background-color: rgb(248 249 250 / 8%);
    border-color: transparent;
}

.course_page-content > div > div:nth-child(4n+1) .card{
  background: #64318c;
}
.course_page-content > div > div:nth-child(4n+2) .card{
  background: #4d4d4e;
}
.course_page-content > div > div:nth-child(4n+3) .card{
  background: #8e3883;
}
.course_page-content > div > div:nth-child(4n) .card{
  background: #169898;
}


.pagetitle h1, .breadcrumb { color: #fff;}
.breadcrumb a, .breadcrumb .active {
    color: #d8e0ee;
}
.breadcrumb a:hover, .breadcrumb .active:hover {
    color: #ededed;
}

.single_nav {
    border-bottom: 4px solid #9a9a9a;
    margin-bottom: -4px;
    padding-bottom: 0.8rem;
}
.single_nav a {
    padding: 1rem 1.2rem 0.8rem;
    color: #222;
   /* font-family: 'Poppins', sans-serif;*/
}

.course_page_nav {
    border-bottom: 4px solid #9a9a9a;
    margin-bottom: 3rem;
}
.single_nav.active a{ color: #69009f; 
    font-weight: 600;}
.single_nav.active,  .single_nav:hover{
    border-bottom-color: #69009f;
}

.course_page-content h3 {
    font-size: 1.40rem;
}


h3.side_title {
    font-size: 1.1rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    border-bottom: 2px solid;
}

.course_date, .course_exam, .course_news {
    height: auto;
}  
.course_date ul, .course_exam ul, .course_news ul  {
    list-style: none;
    padding-left: 0;
}
.course_date ul > li a, .course_exam ul > li a {
    color: #222;
    padding: 1rem;
    width: 100%;
    background-color: #ddcaf9;
}
.course_date ul > li, .course_exam ul > li {
   /* margin-bottom: 0.5rem;
     padding: 1rem 0; */
    width: 100%;
}
.course_date ul > li a, .course_exam ul > li a {
    /*font-family: 'Poppins', sans-serif;*/
    color: #222;
    padding: 0.7rem 1rem;
    width: 100%;
    background-color: #ddcaf9;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}
.course_date ul > li a:hover, .course_exam ul > li a:hover {
    background-color: #c7b1e7;
}

.course_news ul > li{
    margin-bottom: .7rem;
}

.course_news ul > li a{
    font-size: 1rem;
    color: #222;
    font-weight: 600;
}

.course_news ul > li::before {
    content: "\f061";
}

.course_news ul > li::before {
    font-size: 1.5rem;
    display: inline-block;
    font-family: 'Line Awesome Free' !important;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.165em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/******OVERVIEW*****/
.lecturer_info{
    margin: 20px 0 30px;
}
.lecturer_info div{
    margin-bottom: 15px;
}
.overview_section {
    margin-bottom: 30px;
}
.btn-contact {
    background-color: #69009f;
    color: #fff;
}
.btn-contact:hover, .btn-contact:focus {
    background-color: #8812c4;
    color: #fff !important;
}

.overview_section h4 {
    position: relative;
}
.overview_section h4 span{
    position: relative;    
    background-color: #fff;
    padding-right: 15px;
}
.overview_section h4:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 48%;
    z-index: 0;
    background-color: #444;
    left: 0;
}

/*****RESSOURCES*****/
.btn-download {
    background-color: #59d17e;
    color: #fff;
    font-weight: 600;
    width: 100%;
}
.btn-download i{
    margin-right: 10px;
}

.btn-download:hover, .btn-download:focus {
    background-color: #53c562;
    color: #fff !important;    
}

/***** ASSIGNMENTS***/
.dataTable-table > tbody > tr > td, .dataTable-table > tbody > tr > th, .dataTable-table > tfoot > tr > td, .dataTable-table > tfoot > tr > th, .dataTable-table > thead > tr > td, .dataTable-table > thead > tr > th {
    vertical-align: middle !important;
}
.course_assignment td {
    font-weight: 600;
}
.btn-view {
    background-color: #59d17e;
    color: #fff;
    font-weight: 600;
    width: 100%;    
    text-transform: uppercase;
}
.btn-view:hover, .btn-view:focus {
    background-color: #53c562;
    color: #fff !important;    
}

.btn_submit {
    background-color: #1a70ca;
    color: #fff;
    font-weight: 600;
    width: 100%;    
    text-transform: uppercase;    
}
.btn_submit:hover, .btn_submit:focus {
    background-color: #3d89d8;
    color: #fff !important;    
}
.course_assignment {
    text-align: center;
}
.status { text-transform: uppercase}

td.score {
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 800;
}
#top {    
    color: #028a19;
}
#medium {    
    color: #f04515;
}

/**** SINGLE LESSON*****/
@media (min-width: 920px)
{
  .sticky-side {
    position: fixed;
    width: 18%;
    height: 500px;
    padding: 60px 0 10px;
    }
    
    .sticky-side::-webkit-scrollbar {
  width: 5px;
    }
        
       .sticky-side::-webkit-scrollbar-thumb {
  background: #ae59da;
}
    
}

.course_lesson-content .card-header, .card-footer {
    border-color: #ebeef4;
    color: #ffffff;
    padding: 15px;
}
.course_lesson-content .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #65308a;
}
.course_lesson-content .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    padding: 0.5rem 1rem;
    color: #65308a;
}

/**** SINGLE ASSIGNMENT ****/
.assignment_info label {
    text-transform: capitalize;
    font-weight: 800;
}
.assignment_info div {
    margin-bottom: .6rem;
}
.assignment_info span {
    text-transform: capitalize;
}


.total_mark {
    text-align: center;
}
#final_mark {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 800;
}
#total_score {
    font-size: 1.6rem;
}
.total_percentage {
    font-weight: 800;
    font-size: 1.7rem;
    color: #fff;
    max-width: 150px;
    min-height: 50px;
    margin: auto;
    background-color: #04d814;
    padding: 0.5rem;
}
.assignment_header {
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dfdfdf;
}

/**ASSIGNMETNS****/

.form-check {
    border: 1px solid #d2d2ce;
    border-radius: 0.3rem;
    padding: 0rem 0.5rem 0rem 2rem;
    margin-bottom: 0.8rem;
}

.form-check:hover {
   background: #d5bbf7; 
}

.form-check-label {
    padding: .8rem 0 .8rem 0;
    cursor: pointer;
    width: 100%;
}
.form-check-input {
    margin-top: 1.25rem;
}

.unclicker {
    display: none;
}

ul#the_test {
    margin-left: 0;
    padding-left: 0;
}
.testlinks {
    width: 100%
}

li.testlinks {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.assignment_multiple_choice label.box{display: flex;margin-top: 10px;padding: 10px 12px;border-radius: 5px;cursor: pointer;border: 1px solid #ddd}
#one:checked~label.first, 
#two:checked~label.second, 
#three:checked~label.third, 
#four:checked~label.forth, 
#five:checked~label.fifth, 
#six:checked~label.sixth, 
#seven:checked~label.seveth, 
#eight:checked~label.eighth{border-color: #8e498e}
#one:checked~label.first .circle, 
#two:checked~label.second .circle, 
#three:checked~label.third .circle, 
#four:checked~label.forth .circle, 
#five:checked~label.fifth .circle, 
#six:checked~label.sixth .circle, 
#seven:checked~label.seveth .circle, 
#eight:checked~label.eighth .circle{border: 6px solid #8e498e;background-color: #fff}
.assignment_multiple_choice label.box:hover{background: #d5bbf7}
.assignment_multiple_choice label.box .course{display: flex;align-items: center;width: 100%}
.assignment_multiple_choice label.box .circle{height: 22px;width: 22px;border-radius: 50%;margin-right: 15px;border: 2px solid #ddd;display: inline-block}
.assignment_multiple_choice input[type="radio"]{display: none}
.assignment_multiple_choice .btn.btn-primary{border-radius: 25px;margin-top: 20px}
@media(max-width: 450px)
{
    .assignment_mchoice .subject
    {font-size: 12px}
}

.assignment_dropdown, .assignment_short_answer, .assignment_text_answer {
    margin-bottom: 2rem
}

h3.lesson_title {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

/*******************************/
.head_module span {
    font-size: 2rem;
    font-weight: 500;
}

.course_overview .card  { height: auto; }

.course_overview table > thead > tr {
    color: #fff;
    background-color: #000;
}
.course_overview .table tbody tr td {
    vertical-align: middle;
    border-color: #000;
}

.course_overview .table thead th {
    border-color: #000;
}

.media img {
    border-radius: 3px;
    width: 100%;
}
.the_resources .widget-stat .media > span {
    background: #e69b00;
}
.the_assessment .widget-stat .media > span {
    background: #69009f;
}
.course_overview .widget-stat .media .media-body p {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}