:root {
    --bs-black-rgb: 0, 0, 0;
    --bs-primary: #FDAB44;
    --btn-back-color: #909090;
    --light-gray: #999999;
    --light-black: #6A6A6A;
}
.btn-student
{
margin:5px;
border-radius:15px;
height:45px;
max-width:130px;
}
.custom-body
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
td
{
    margin:5px;
    padding:5px;
}
.custom-header
{
    top:70px;
}
.custom-body-style
{
    margin-top:80px;
}
.text-style-1{font-size: 15px;}
.display-none {
    display: none;
  }
  .display-block {
    display: block;
  }
.lesson-test-q .q-number {
	color: black;
}
.lesson-test-q .q-text {

	color: black;
}
.lesson-test-q .q-options {
	padding: 10px 20px;
	border: 1px solid #e9e9e9;
}

.lesson-test-q .q-options li {
	list-style: none;
	padding: 5px 0;
}
.lesson-test-q p {
	margin-top: 10px;
}
.two-buttton-wrapper {
	display: flex;
	justify-content: space-between;
}
.two-buttton-wrapper .button {
	line-height: 2;
	padding: 0 30px;
	background: #207dff;
	color: #fff;
	border-radius: 10px;
}
.two-buttton-wrapper .button:last-of-type {
	margin-left: auto;
}
.two-buttton-wrapper.next-back .button:first-of-type {
	background: #bbb;
}
.two-buttton-wrapper.next-back .button:last-of-type {
	background: #04AA6D;
	color:white;
	/* border:1px solid black; */
}
.word_quiz_test p {
	margin-top: 10px;
}

.py-1\.5 {
    padding-bottom:.375rem!important;
    padding-top:.375rem!important;
}

.impact_btn a {
	color: #fff;
}
.word-quiz-button {
	margin: 0 auto 40px;
	text-align: left;
}
.btn-style1 {
	background: #59B7FF;
	color: black;
	font-size:13px;
}
    #finishModal{
top:30%;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
 }

 .text-start {
    background: #F3F3F3;
    text-align:left !important;
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000;
    /* background-color: #FDAB44 !important;
    border-color: #FDAB44; */
    background-color: #50C878	 !important;
    border-color: #50C878	 !important;
}

.btn-check:checked + .btn-outline-primary {
    color: white !important;
}

.btn-next, .btn-back {
    display: flex;
    align-items: center;
    width: 100.8px;
    height: 50px;
    background-color: transparent;
    color: white;
    font-weight: 700;
    text-decoration: none;
    text-decoration: none;
    border: none;
    padding: 0;
}

.btn-next:after {
    width: 32px;
    height: 32px;
    border-top-right-radius: 2px;
    /* background: yellow; */
    content: "";
    z-index: 0;
    background-color: #50C878 !important;
    transform: rotate(45deg);
    margin-left: -17.2px;
}

.btn-next-text {
    width: 80px;
    /* background: var(--bs-primary); */
    background: #50C878;
    border-radius: 8px 6px 6px 8px;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-back:before {
    width: 32px;
    height: 32px;
    border-bottom-left-radius: 2px;
    content: "";
    z-index: 0;
    background-color: var(--btn-back-color);
    transform: rotate(45deg);
}

.btn-back-text {
    width: 80px;
    background: var(--btn-back-color);
    border-radius: 6px 8px 8px 6px;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -17.2px;
}

.two-buttton-wrapper .button:last-of-type {
    margin-left: auto;
}
.two-buttton-wrapper .button {
    line-height: 2;
    padding: 0 20px;
    color: #fff;
}
.two-buttton-wrapper .prev, .two-buttton-wrapper #prev {
    margin-left: 0 !important;
}
.btn-primary {
  color: #000;
  background-color: #FDAB44 !important;
  border-color: #FDAB44 !important;
}
.btn-primary:hover, .btn-outline-primary:hover {
  color: #000;
  background-color: #50C878 !important;
  border-color: #50C878 !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #fdb860 !important;
  border-color: #fdb357 !important;
  box-shadow: 0 0 0 0.25rem rgba(215, 145, 58, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #fdbc69 !important;
  border-color: #fdb357 !important;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 145, 58, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #FDAB44 !important;
  border-color: #FDAB44 !important;
}

.py-2\.5 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.extra-text-light-gray {
  color: var(--light-gray) !important;
}
.extra-text-light-black {
  color: var(--light-black) !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.w-90 {
    width:90% !important;
}
.w-100 {
    width:100% !important;
}

.btn-green {
    color: #fff;
    background-color: #50C878	 !important;
    border-color: #50C878	 !important;
}


/* pdf style */
.pdf-body {
    width: 80%;
    margin-left:auto;
    margin-right:auto;
}
.pdf-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.pdf-table tbody tr th,.pdf-table tbody tr td {
    border:1px solid black;
}
.pdf-title {
    font-size:20px;
    text-align:center;
    padding:5px;
}
.answer-title {
    background:#808080;
    color:#FFFFFF;
    text-align: center;
}
.w-5 {
    width: 5%;
}
.w-10 {
    width:10%;
}
.w-30 {
    width:30% !important;
}
.w-35 {
    width:35% !important;
}
.w-20 {
    width:20%;
}
.w-40 {
    width:40%;
}
.w-60 {
    width:60%;
}
.w-55 {
    width:55%;
}
.w-95 {
    width:95%;
}

.answer-table {
    font-size:12px;
    text-align:center;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

.student-detail-table tbody tr th {
    background: #919191;
    color: white;
    vertical-align: middle;
    width:40%;
}
.student-detail-table {
    max-width:420px;
}

.login-form input {
     border:none;
    border-bottom:1px solid gray;
}

.login-form .card {
    padding:10px;
    background-color:#F5F5F5;
}

.navbar-custom {
    background-color: #9cdaf8;
    background-image: linear-gradient(315deg, #9cdaf8 0%, #98fcbd 74%);
    height: 60px;
    }
.text-style {
    font-size: 18px;
    font-weight:bold;
}
.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}