a {
  text-decoration: none;
  color: #222;
}

li,
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.test-tabs .tab {
  display: none;
}

.test-tabs .tab.active {
  display: block;
}

.tab-buttons a {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  background: #e1e1e1;
  padding: 7px;
  border: 2px solid #f8f9fa;
  border-radius: 7px;
}

.tab-buttons a.active {
  background-color: #0f5faa;
  color: #fff;
}

.options li {
  list-style: none;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
}

.options li.selected {
  background: #005c92;
  color: #fff;
}

.q-tabs .tab {
  display: none;
}

.q-tabs .tab.tab.active {
  display: block;
}

.pagination li a {
  background-color: #c1c1c1;
  padding: 10px;
  text-decoration: none;
  font-weight: 600;
  padding: 4px 12px;
}



.pagination li a.option-selected{
  background-color: #1ae223;
  color: #fff;
}

.pagination li a.active {
  background-color: #005c92;
  color: #fff;
}

.pagination ul li {
  list-style: none;
  display: inline-block;
  margin: 7px;
}

.bg-blue {
  background-color: #005c92;
}

.explore {
  background-color: #e5e4ff;
  border: 1px solid #a4a0ffc4;
  color: #020042;
  font-weight: 600;
}

.theme-btn {
  background-color: #1400a2;
  padding: 13px 25px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}

.theme-btn:is(:hover, :active, :focus) {
  background-color: #2e19c5;
  color: #fff;
}

.test-series {
  text-align: center;
  border: 1px solid #cbcbcb55;
  box-shadow: 0 0 12px #bcbcbc55;
}

.test-series img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

.test-series .theme-btn {
  padding: 8px 23px;
  border-radius: 18px;
}

.bg-light-blue {
  background-color: #eeedf8;
}

.menu li {
  display: inline-block;
  margin: 15px;
  text-align: right;
}

.menu li a {
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  padding: 5px;
}

.f-menu ul,
.f-menu li {
  padding: none;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background-color: #0005;
  z-index: 5000;
  display: none;
}

#popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5001;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
  box-shadow: 0 0 12px #97979755;
  border-radius: 7px;
  min-width: 480px;
  text-align: center;
}

.price {
  color: #13009c;
  font-weight: 700;
  font-size: 25px;
}

#popup-container .close-btn {
  cursor: pointer;
  float: right;
  font-weight: 600;
  color: #ff1f1f;
  font-size: 20px;
  padding: 5px;
}

#popup-container .s-name {
  background-color: #e4e0ff;
  color: #0d006b;
  padding: 15px;
  padding-right: 30px;
}

input {
  width: 100%;
  border: none;
  background-color: #ffffff;
  padding: 10px;
}

input:not([type="submit"]) {
  border: 1px solid #5555;
}

p.login-text {
  font-size: 20px;
}

p.login-text a {
  color: #1400a2;
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.explore-box {
  background: #e7e3ff;
  padding: 27px 10px 50px;
  border-radius: 7px;
}

.btn {
  white-space: nowrap;
}



#questionList .tab {
  display: none;
}
#questionList .tab.active {
  display: block;
}

pre {
  white-space: pre-wrap;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
}

#questionList .pagination {
  display: inline-block;
}

ul.options li {
  position: relative;
  height: 40px;
}

/* Hide the default radio button */
ul.options input[type="radio"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
ul.options input[type="radio"]+label{
  position: absolute;
  inset: 0;
  background: #e0ecff;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  max-width: 45px;
}

ul.options input[type="radio"]:checked + label {
  background-color: #005c92;
color: #fff;
}

ul.options input[type="radio"]+label.correct-answer{background-color: #85ff8b !important;color: #222;}
ul.options input[type="radio"]:checked + label.correct-answer{background-color: #009407 !important;color: #fff;}
ul.options input[type="radio"]+label.wrong-answer{background-color: #f00 !important; color:#fff}

/* result */
ul.options input[type="radio"]+label.selected-option {background-color: #f00 !important; color:#fff}
ul.options input[type="radio"]+label.correct-answer.selected-option {background-color: #009407 !important;color: #fff;}



#exam-result p{margin: 0;}

.test-intro{
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 300;
}

#btn-sumbit-test:disabled{
  background-color: #7e7e7e;
}

#exam-result p{
  padding: 10px;
}

.btn-next , .btn-next:is(:hover , :active){
  float: right;
  background: #005c92;
  color: #fff;
  padding: 7px 23px;
  margin-top: -37px;

}

.menu-btn{
  float: right;
  font-size: 23px;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
.menu{
  position: absolute;
  left: 0;
  width: 100%;
  top: 92px;
  background-color: #fff;
  text-align: left !important;
  border-bottom: 1px solid #5555;
  z-index: 300;
  display: none;
}

.menu li{
  display: block;
  text-align: left !important;
}

}

.modal-popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5005;
  background-color: #fff;
min-width: 400px;
max-width: 100%;
padding: 20px;
display: none;
border-radius: 10px;
}

.modal-popup P{margin:0;}

.popup-content .col-md-6{
  background-color: #e7f6ff;
  padding-top: 10px;
  font-weight: 600;
  border: 1px solid #5553;
  border-collapse: collapse;
}

.test-mobile-list li{
  display: flex;
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.test-mobile-list li p{width: 50%;    font-weight: 600;}

.test-mobile-list li:nth-child(even){
  background-color: #ececec;
}

.bg-section{
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: -1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.card{
  position: relative;
  z-index: 300;
}

.theme-text{color: #1400a2;}

.test-series .img-box{
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.subject-capsule{
  background-color: #cbcbcb;
  width: max-content;
  color: #292929;
  padding: 3px 12px;
  border-radius: 6px;
  font-weight: 600;
}