html, body {
	padding: 0px;
	margin: 0px;
}
body {
    font-family: 'HelveticaTextbookLT-Roman';
    height: 100vh;
        background-image: url(../../img/game_bg.png);
    /* background: #dda0dd00; */
    background-size: 100% 100%;
}
.wrapper {
    position: absolute;    
    
    
    overflow: hidden;
}
.container {
    width: 100%;
    height: 100%;
    margin: auto;
}

/* Style for the scrollbar thumb (handle) in WebKit-based browsers */
.container::-webkit-scrollbar-thumb {
    background-color: #333; /* Color of the thumb */
}

/* Style for the scrollbar track (background) in WebKit-based browsers */
.container::-webkit-scrollbar-track {
    background-color: #eee; /* Color of the track */
}
.btn {
    -webkit-user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .3s .1s;
    border: 2px #ffffffb5 solid;
    -webkit-border-radius: 3px;
    /* border-radius: 4px; */
    cursor: pointer;
    display: inline-block;
    /* border-bottom-left-radius: 15px; */
    /* border-top-right-radius: 15px; */
    font-size: 20px;
    font-weight: 500;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-tap-highlight-color: #530000;
    z-index: 0;
    background-color: #1e9306;
    color: #fff;
    border-radius: 5px;
    line-height: 21px;
    padding: 10px 20px;
    margin: 7px 10px;
    letter-spacing: 1.5px;
    box-shadow: 1px 7px 7px 1px #0000004a;
}
.btn:hover {
    background-color: #B71C1C;
}

.header {
    width: 67%;
    margin: 0px auto;
    text-align: center;
    background: #1e9306;
    box-shadow: -2px -1px 6px 1px #00000080;
    transition: all .2s ease-in;
    border: 3px solid #ffffff;
    display: block;
    margin-bottom: -14px;
    border-radius: 5px;
    height: 59px;
    margin-top: 9px;
}
#con {
    padding: 0px 0;
    color: #fff;
    position: relative;
}
.title-h2 {
    font-size: 25px;
    text-shadow: 0px 3px 2px #00000075;
    font-weight: bold;
    /* margin-top: 0px; */
    line-height: 49px;
    color: white;
    font-family: system-ui;
}
.title-h2 div
{
    font-weight: bold;
    font-family: 'News706 BT Bold', cursive;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    line-height: 19px;
}
.content {
    width: 67%;
    z-index: 9;
    box-shadow: 0px 0px 9px 3px #0e231966;
    background: rgb(255 255 255);
    padding: 1% 0;
    border: 4px solid #1e9306;
    font-size: 20px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    height: auto;
    scrollbar-width: thin; /* Show scrollbar on supported platforms */
    scrollbar-color: #333 #eee; /* Scrollbar thumb (handle) and track (background) colors */
    overflow-y: auto; /* Enable vertical scroll when content exceeds container height */
    margin-top: 2%;
}





.content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #Fbf5d27;
}

.content::-webkit-scrollbar
{
    width: 8px;
    background-color: #bf5d27;
}

.content::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bf5d27;
}
/* Style for the scrollbar thumb (handle) in WebKit-based browsers */
.content::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .2) 75%, transparent 75%, transparent);
}

/* Style for the scrollbar track (background) in WebKit-based browsers */
.content::-webkit-scrollbar-track {
    background-color: #eee; /* Color of the track */
}

#content
{
	width:100%;
	/* height:100%; */
	scrollbar-width: thin; /* Show scrollbar on all platforms */
	scrollbar-color: #333 #eee; /* Scrollbar track (background) and thumb (handle) colors */
	overflow-y: auto; /* Enable vertical scroll when content exceeds container height */
	/* font-family: HelveticaTextbook LT Roman; */
}

/* Style for the scrollbar thumb (handle) in WebKit-based browsers */
#content::-webkit-scrollbar-thumb {
    background-color: #333; /* Color of the thumb */
}

/* Style for the scrollbar track (background) in WebKit-based browsers */
#content::-webkit-scrollbar-track {
    background-color: #eee; /* Color of the track */
}
.footer {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    /* height: 20%; */
}

.button-wrapper {
    display: block;
    width: 100%;
    margin-top: 10px;
}


.body-container {
       width: 100%;
       max-width: 1024px;
       margin: auto;
       position: relative;
       /* padding: 10px; */
       box-sizing: border-box;
       /* margin-bottom: 48px; */
}


.question-section ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 0px 20px 0px 60px;
    position: relative;
}

.sub-header {
    padding: 5px 30px;
    /* text-align: center; */
    /* color: #C62828; */
    font-weight: bold;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    margin: auto;
    /* margin-bottom: 10px; */
}

.question-section-wrap {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    padding: 0px;
    width: 80%;
    margin: 1% auto;
    /* min-height: 290px; */
}

.question-section ol li {
        margin: 10px 0px;
        font-size: 22px;
        position: relative;
        padding: 15px 20px;
        transition: all .2s ease-in;
        line-height: normal;
}

.btn:disabled {
    opacity: .4;
    cursor: not-allowed;
}

.question-section input[type="text"] {
    background: #fdfce2;
    border: none;
    font-size: 20px;
    height: 25px;
    text-align: center;
    width: 170px;
    padding: 4px;
    border: 1px solid black;
    background: #FFF;
}

.img-submit {
    width: 28px;
    position: absolute;
    left: 0px;
    display: none;
    top: 2px;
}

.attempt-correct .img-submit.img-correct{
	display: block; 
}

.attempt-incorrect .img-submit.img-incorrect {
	display: block; 
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.37);
    top: 0px;
    left: 0px;
    z-index: 10;
	display: none;
}

.modal-container {
    width: 400px;
    min-height: 200px;
    position: absolute;
    background: #FFF;
    text-align: center;
    background: white;
    left: 50%;
    top: 20%;
    margin-left: -200px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}

.modal-content {
    min-height: 120px;
}

.question-section .attempt-correct input[type="text"][readonly] {
    background: #dafff1;
}

.question-section .static-ans input[type="text"][readonly] {
    background: #EF5350;
    color: white;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    border-color: white;
    cursor: default;
}

.feedback-text {
	font-size: 28px;
	width: 60%;
}

.input-uppercase input[type="text"] {
	text-transform: uppercase;
}

.input-lowercase input[type="text"] {
	text-transform: lowercase;
}


.duration1s { animation-duration: 1s; }
.duration2s { animation-duration: 2s; }
.duration3s { animation-duration: 3s; }
.duration4s { animation-duration: 4s; }
.duration5s { animation-duration: 5s; }
.duration6s { animation-duration: 6s; }
.duration7s { animation-duration: 7s; }
.duration8s { animation-duration: 8s; }
.duration9s { animation-duration: 9s; }
.duration10s { animation-duration: 10s; }


.feedback-text img {
    width: 150px;
    max-width: 100%;
}

.questions {
    margin: 0% 9px;
    padding: 8px;
    /* width: 96%; */
    height: auto;
}

.questions p
{
	width: 100%;
	height: 45%;
	margin: 7px;
}

.title-h4 {
    line-height: normal;
    /* font-weight: 600; */
    display: block;
    width: 93%;
    height: 55%;
}

#s_no {
    width: 0%;
    display: table-cell;
    font-weight: 900;
    font-family: auto;
    font-size: 21px;
}

#_txt {
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    font-family: inherit;
    display: table-cell;
}

@media screen and (min-width: 320px) and (max-width:568px)
{
	.title-h2 {
		font-size: 19px;
	}
	.header {
		width: 96%;
		margin-top: 2%;
	}
	body{
		background: #fbf49880;
	}
	.content {
		width: 95%;
		font-size: 20px;
		height: 397px;
		margin-top: 6%;
	}
	.footer {
		height: 30px;
		margin: 0px;
	}

}

@media screen and (min-width: 569px) and (max-width:840px)
{
	.title-h2 {
		font-size: 24px;
	}
	.header {
		width: 90%;
	    margin-top: 2%;
	}
	.content {
		width: 90%;
	    font-size: 20px;
		margin-top: 2%;
	}
	.footer {
		height: auto;
	}


}


