/* Hide scrollbar for Chrome, Safari and Opera */
.quizList::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .quizList {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .container-fluid::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .container-fluid {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }





  .quizList{
    /* overflow-y: scroll; */
    height: 350px;
  }

  .container-fluid{
    background-color:#D77076; height: 100vh; overflow-y: scroll;
  }

.container{
    background-color: white;
    /* height: 80%; */
    margin: 0 auto;
    border-radius: 10px;
    /* margin-top: 50px; */
}

.italic{
    font-style: italic;
}
.blue_text{
    color: blue;
    font-weight: bold;
}

.violet_text
{
    color: violet;
}

.content-area{
    max-height: 100vh;
    width: 100%;
    /* max-height: 815px; */
    padding: 0px 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}


.btn-controls{
    background-color: goldenrod;
    color:white;
    padding: 10px;
    border-radius:50%;
}

.btn-warning{

    color:white;
    background-color:#D77076 ;
    border-color:#D77076 ;

}
.btn-warning:hover{
    background-color: #802e32;
    border-color:#802e32 ;
    color:white;
}


.header{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 15%;
    margin-top: 25px;
}

.header h6{
    margin-bottom: 20px;
}
.logo{
    padding: 10px;
}

.logo img{
    width: 100px;
}
.content{
    padding: 20px;
    background-color: #be4d53;
    border-radius: 10px;
    /* margin-bottom: 20px; */
    width: 100%;
    max-height: 85%;
    display: flex;
    flex-direction: column;
}
/* Module List */
.modules-container{
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    height: 700px !important;
    width: 100%;
    overflow-y: scroll;
}
.text-black{
    color: #000;
}
.modules-header{
    color: blue;
}
.modules{}
#module-list-header{
    color:#000;
    margin-bottom: 20px;
}
.module-list{
    list-style-type: none;
    padding: 0px;

}
.module-list-item{
    color: #000;
    margin:5px 0px;
}
.module-list-link{
    color: #000;


}

/* Module List ENds */

/* Footer-area*/
.footer-area{
    padding: 40px 20px;
    color: #fff;
}
.footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.controls{
    color: #fff;
}

.copyright{}
/* Footer-area ENds*/


/* WElcome module Page three */
.pg_parent{
    display: flex;
    justify-content: space-between;
}
.pg_child2{
    margin-left: 20px;
}

.pg_child, .pg_child2{
    flex-grow: 1;
    flex-basis: 0;
}
/* WElcome Page Five */
.pg_child2 img{
    transition: 0.5s all ease-in-out;
}
#img_sk:hover{
   transform: scale(1.5); 
}

.btn_group{

}

/* Anmation part */
.ml2 {
    font-weight: 900;
    font-size: 1.5em;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }