<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> html body {
  font-family:Verdana, Geneva, sans-serif;
  height: 100%;
  overflow: hidden;
  padding-top: 0px;
  margin:0px;
  background-color: #07ffbc0a;
}

.topic
{
    padding:0.75rem;
    background-color: #00B2D3;
    color:#fff;
}

.topic p{
    width:95%;
    font-size: 20px;
     text-align:left;
}
.question
 {
   padding:0.75rem;
   background-color: #C8C9CB;
   color: #333333;
   font-family: verdana;
   font-size: 16px;
   font-style: normal; 
   display: flex;
   align-items: center;
   
 }
 
 .question .m-0{
	 color:#265EAC;
 }
 
   .question p
 {
     width:95%;
     font-size: 18px;
     text-align:left;
 }
   
.container
 {
    position: relative;
    width:80%;
    height:100vh;
    padding:0px;
 }
 .card{
     position: relative;
     border: 0px solid red;
 }
#content
{
height:98%;
}
 
.body-content
{
      position: relative;
    overflow: auto;
    background-color: #fff;
    display: block;
    //align-items: ce
   
}
  .footer
  {
     width:100%;   
     margin:0 auto;
     position:absolute;
    // bottom:0px;
  }
  
  .button-container
  {
    border: 0px solid red;
    position:relative;
    text-align: center;
    padding:5px;
    margin-bottom:5px;
  }

.options
{
  position:relative;
 height:98%;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0px solid  #e9ecef;
  
 }

.option
{
 
 line-height: 30px;
 font-size:16px; 
 padding:5px;
 
 
}

.topic p{
    width:90%;
    border: 0px solid red;
}
.dropdown
{
   font-size: 14px; 
}

li{
    list-style-type:lower-alpha;;
    border: 0px solid red; 
    margin-left:16px;   
   
}
    
.rightWrong
{
    position:absolute;
    left:1px;
     margin-top:6px;
    width:25px;
    height:25px;
    /* display: none;  */
}
.rightWrong img{
   width:100%;
    display: none; 
}

.correctAnswer{
    color:#28a745;
    display: none;
    font-weight: bold;
}
select {
    text-transform: capitalize;
}
@media only screen and (max-width: 900px) {
    .container
 {
    width:100%;
    padding:0px
 }
}
@media only screen and (max-width: 700px) {
    .col-reverse
 {
    display: flex;
flex-direction: column-reverse;
 }

 
 .option
{
   font-size:16px; 
    padding:5px;
    
     max-height: 350px;
   border: 0px solid red;
}
input {
    /* text-transform: capitalize; */
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  /* //width: auto; */
  /* padding:0 5px; */
  /* //border-color: #444 #333 #333 #444!important; */
 }
}
.modal-open .modal {
   overflow-x: hidden; 
    overflow-y: hidden; 
}

 .modal-body
   {
      //height:500px;
       /* border: 1px solid #fff; */
        overflow-y:auto;
   }


    .modal-body p
    {
      //height:500px;
text-align: left;
    padding-left: 11px;
    }
    .modal.show .modal-dialog{
max-width: 450px;
    min-height: 300px;
    max-height: 600px;
  }
   .modal-content{
max-width: 600px !important;
    min-height: 200px !important;
    max-height: 400px !important;  
   }
    .modal.show .modal-dialog{
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
    /* position: absolute; */
    left: 48%;
    top: 10%;
    transform: translateY(-50%);
    transform: translateX(-50%);
   }
.modal-bodyp p{
	margin-bottom:0 !important;
	/*color:black !important;*/
}
.glyphicon {
        left: -4px;
		    top: 0px !important;
}


.content-img
{
    position:relative;
    width:100%;
    padding-top:10px;
   // display: table-cell;
    vertical-align: middle;
    text-align:center;
    //height:500px;
}

.vertical-align
{
   display: flex;
  //  align-items: center;
    border: 0px solid red;
}

.bg-dark
{
    background-color: #C8C9CB !important;
}
#showAnswer
{
    margin-left:40px;
}
.center
{
    margin:0 auto;
}

@media (min-width: 768px){
.container {
    width: 100% !importan;
}
}
/*select{
   background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 0.7em;
  padding: 0.5em 3.5em 0.5em 1em;

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; 
}

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}*/

.info-btn
{
   position:absolute;
   right:8px;
   height:26px;
   width:26px;
   cursor: pointer;
}
.info-btn img
{
    width:100%;
    height:100%;    
}
.audio-btn
{
   position:absolute;
   right:8px;
  
   height:26px;
   width:26px;
   cursor: pointer;
}
.audio-btn img
{
    width:100%;
    height:100%;    
}
   .modal-dialog
   {
       //height:90%;
   }
   
   .modal-content
   {
       max-width:350px;
       min-height:300px;
       margin: 0 auto;
       //height:100%;
       
   }
   
   .modal-header
   {
      background-color: #00B2D3;
      color:#fff;
	  cursor:move;
	  
   }
   .modal-footer
   {
       background-color: #fff;
        color:#000;
   }
   
  
   .modal-title
   {
       /* margin:0 auto; */
   }
     .modal-body
   {
      
       border: 1px solid #fff;
   }
   
   .modal-footer .btn
   {
       margin:0 auto;
   }
   
   input.classic
   {
       height:25px;
       border: 1px solid #666;
   }
   
   .shadow-bg{
box-shadow: 3px 3px 3px grey;
 }
 
 
 #audio .modal-content
 {
     min-height:auto;
 }
 
  #audio .modal-header
 {
     background-color:transparent;
 }
 
 #audioPlayer
 {
     width:99%;
 }
  .height100
 {
     height:auto;
 }
 
 .showAnswerColor
{
   background-color:#0ea7d0;
   color:#fff;
}

.submitColor
{
    background-color:#0ea7d0;
   color:#fff;
}

.closeColor
{
   background-color:#383838;
   color:#fff;
}

 @media (min-width: 768px){
.col-md-12 {
   
    flex: 0 0 100%; 
     max-width: 100%    ; 
}
} 
.wrong_answer
{
	border:1px solid #ff0000 !important;
	border-radius:25px !important;
	color:#ff0000 !important;
	display:inline-block !important;
	padding:3px 2px !important;
	font-weight:400 !important;
	font-size:16px !important;
	text-align:center;
	line-height: 1.5em;
}  
.correct_answer
{
	border:1px solid #008000 !important;
	border-radius:25px !important;
	color:#008000 !important;
	display:inline-block !important;
	padding:3px 2px !important;
	font-weight:400 !important;
	font-size:16px !important;
	text-align:center;
	line-height: 1.5em;
}  
.showansClass
{
	/* border:1px solid #008000 !important; */
	/* border-radius:25px !important; */
	color:#008000 !important;
	display:inline-block !important;
	padding:3px 2px !important;
	font-weight:400 !important;
	font-size:16px !important;
	text-align:center;
	line-height: 1.5em;
}
.dispnone{display:none;}
.dispblock{display:inline-block;}
.info-btn1 {
  position: absolute;

right: 40px;

height: 26px;

width: 41px;

cursor: pointer;
display:none;
}
.borderGreen{border:2px solid #008000 !important;}
.borderRed{border:2px solid #ff0000 !important;}</pre></body></html>