#block-3.bs-widget.widget_block {
  background-color: #30a4b3;
  border-width: 5px;
}

#block-2.bs-widget.widget_block.widget_search {
  background-color: #30a4b3;
}

#block-4.bs-widget.widget_block {
  background-color: #30a4b3;
}

#block-5.bs-widget.widget_block {
  background-color: #30a4b3;
}

#block-6.bs-widget.widget_block {
  background-color: #30a4b3;
}

.bs-sidebar .bs-widget ul li a {
  color: #000000;
  FONT-SIZE: larger;
}

.bs-blog-post {
  background-color: #e3e3e3;
}

#ays-quiz-container-11 .ays_quiz_question p {
  font-size: 18px;
  text-align: center;
  padding: 20px;
  color: #333;
}

fieldset.ays_fieldset {
  padding: 5px;
  background-color: transparent !important;
  word-break: break-word;
  border: 5px solid #669178;
  border-radius: 25px;
}

#ays-quiz-container-11 .ays_quiz_question {
  text-align: center;
  margin-bottom: 38px;
  border: 2px solid red;
  border-radius: 25px;
}

.ays_quiz_question {
  word-wrap: break-word;
  BACKGROUND: #f9ff07;
}

.bs-blog-post {
  background-color: #56e5d6;
}

#block-9.bs-widget.widget_block {
  background-color: #b6e84b;
}

.bs-widget ul li:last-child {
  font-weight: bolder;
}

#ays-quiz-container-44 #ays_finish_quiz_44 .ays-field input~label[for^='ays-answer-'] {
  padding: 4px;
  color: #0c06ef;
}

#ays-quiz-container-43 #ays_finish_quiz_43 .ays-field {
  margin-bottom: 8px;
  position: relative;
  border-radius: 25px;
  border: 2px solid #73AD21;
}

#ays-quiz-container-43 #ays_finish_quiz_43 .ays-field input~label[for^='ays-answer-'] {
  padding: 4px;
  color: currentcolor;
}

#ays-quiz-container-43 div.ays-quiz-redirection-timer,
#ays-quiz-container-43 div.ays-quiz-timer {
  color: #dd1ab2;
  text-align: center;
  font-family: fantasy;
}

/* Horizontal Scrollable Nav Bar */

.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-content {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  gap: 5px;
  padding: 10px 5px;
  scrollbar-width: none;
  /* Firefox */
}

.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-content::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

/* Individual Nav Item Styling */

.ays-quiz-questions-nav-wrap a.ays_questions_nav_question {
  flex: 0 0 auto;
  text-align: center;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  border: 2px solid #333;
  font-weight: bold;
  transition: 0.2s;
  background-color: white;
  font-size: 10px;
}

/* Hover Effect */

.ays-quiz-questions-nav-wrap a.ays_questions_nav_question:hover {
  transform: scale(1.15);
  background-color: #f5f5f5;
}

/* Active Question Highlight (optional) */

.ays-quiz-questions-nav-wrap a.ays_questions_nav_question.ays_current_question {
  background-color: #0073aa;
  color: white;
  border-color: #0073aa;
}

/* Wrapper কে ফ্লেক্স লে-আউট দিন */

.quiz-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #f5f7fa;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  flex-wrap: wrap;
}


/* প্রশ্ন কাউন্টার – বাঁদিকে */

.ays-question-counter {
  font-size: 16px;
  color: #333;
  padding: 8px 18px;
  font-weight: 600;
  background-color: #b9ed49;
  box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2);
  animation: slideInLeft 0.5s ease;
  border-radius: 50%;
		top: -40px;
}

/* অ্যানিমেশন (ঐচ্ছিক) */

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 👑 প্রশ্ন বক্সের প্রফেশনাল ডিজাইন */

.ays_quiz_question {
  background: linear-gradient(145deg, #0dcaf0, #0ecb97);
  border: 1px solid #e0e0e0;
  border-left: 6px solid #0066cc;
  border-radius: 12px;
  padding: 24px 30px;
  margin-bottom: 25px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* হোভার করলে বাউন্সি ও শ্যাডো ইফেক্ট */

.ays_quiz_question:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 102, 204, 0.15);
  border-left-color: #0099ff;
}

/* প্রশ্নের লেখার ফরম্যাট */

.ays_quiz_question p {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 1.6;
  margin: 0;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}

/* প্রশ্নের উপরে স্টাইলিশ ব্যাজ */

.ays_quiz_question::before {
  content: "📝 প্রশ্ন";
  position: absolute;
  top: -12px;
  left: 20px;
  background-color: #0066cc;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.marquee-wrapper {
  overflow-x: auto;
  background: #f9f9f9;
  padding: 10px 0;
  position: relative;
  scrollbar-width: none;
}

.marquee-wrapper::-webkit-scrollbar {
  display: none;
}

.marquee-inner {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee 45s linear infinite;
}

.quizgk-category-pill {
  flex: 0 0 auto;
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  transition: background 0.3s;
}

.quizgk-category-pill:hover {
  background-color: #0056b3;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.ays-quiz-limitation-attempts-notice {
  background-color: #fff3cd;
  color: #856404;
  padding: 15px 20px;
  border-left: 6px solid #ffc107;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

#quiz-category-dropdown {
  background: #fff9db;
  border: 1px solid #ffd54f;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}

#quiz-category-dropdown:hover {
  background: #fff3b0;
  border-color: #ffca28;
}

/* Transparent popup background */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup box with yellow glow and professional look */

.popup-content {
  background: rgba(255, 255, 200, 0.88);
  box-shadow: 0 0 25px rgba(255, 223, 0, 0.7),
              0 0 60px rgba(255, 223, 0, 0.4);
  border: 1px solid rgba(255, 223, 0, 0.8);
  border-radius: 18px;
  padding: 40px 45px;
  max-width: 620px;
  width: 90%;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  position: relative;
  animation: popupFade 0.3s ease-in-out;
  line-height: 1.7;
  text-align: justify;
}

/* Paragraph styling inside popup */

.popup-content p {
  margin-bottom: 12px;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.popup-content p:last-child {
  margin-bottom: 0;
}

/* Optional: add a subtle title look */

.popup-content::before {
  content: "💡 Explanation";
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
  text-align: center;
}

/* Close (cancel) button */

#popup-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 28px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  transition: 0.2s;
}

#popup-close:hover {
  color: #ff0000;
  transform: scale(1.2);
}

/* Animation effect */

@keyframes popupFade {
  from {
    transform: scale(0.85);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Hover glow for clickable text */

#ays-quiz-container-18 .ays_questtion_explanation p {
  cursor: pointer;
  transition: 0.3s;
}

#ays-quiz-container-18 .ays_questtion_explanation p:hover {
  color: #ffbf00;
  text-shadow: 0 0 8px rgba(255, 223, 0, 0.7);
}

#block-18.bs-widget.widget_block {
  background-color: #fced46;
}

#exam-dropdown {
  background-color: #eaf0e4;
}

/* Option buttons */

.ays_quiz_question label {
  display: block;
  width: 100%;
  background: #fffdf3;
  border: 1px solid #f2d675;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}

.ays_quiz_question label:hover {
  background: #fff7cc;
  border-color: #ffb300;
  transform: scale(1.02);
}

element.style {
  font-weight: bold;
  margin-bottom: 1px;
  font-size: xx-small;
}





.custom-post-title {
    font-size: 7px;
    margin-bottom: 8px;
  }

  /* Quiz answers container spacing */

  .ays-quiz-answers {
    gap: 12px;
  }













.ays_quiz_question {
  background: linear-gradient(135deg, #fffbea, #fff3c4);
  border-left: 6px solid #ffb300;
  border-radius: 14px;
  padding: 22px 28px;
  margin-bottom: 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  font-family: "Poppins", sans-serif;
  text-align: left;
  width: 100%;
  display: block;
}

/* Hover animation for premium feel */

.ays_quiz_question:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(255, 179, 0, 0.35);
}

/* Question title style */

.ays_quiz_question h4,
.ays_quiz_question .ays-question-title {
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
  width: 100%;
  position: relative;
}

.ays_quiz_question h4::before,
.ays_quiz_question .ays-question-title::before {
  content: "💡";
  color: #ffb300;
  font-size: 20px;
  margin-right: 8px;
}










/* 🔹 Dropdown এর মূল স্টাইল */
.custom-dropdown {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
    transition: all 0.2s ease;
    appearance: none; /* default arrow hide */
    background-image: url("data:image/svg+xml;utf8,");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

/* 🔹 Hover & Focus effect */
.custom-dropdown:hover {
    border-color: #999;
}

.custom-dropdown:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
    outline: none;
}

/* 🔹 Responsive — ছোট স্ক্রিনে পুরো প্রস্থ */
@media (max-width: 768px) {
    .custom-dropdown {
        font-size: 14px;
        padding: 8px 10px;
    }
		
		
		
		
		
		
		
		
		
		[id^="ays_finish_quiz_"] div.step div.ays-abs-fs {
    width: 90%;
    position: relative;
    top: -30px;
}
		
		
		
		
		
		/* যদি নিচের দিকে কোনো notification / extension div দেখা যাচ্ছে */
.letax-extension, /* ধরুন class এর নাম */
#letax-popup, /* অথবা id এর নাম */
div.letax {   /* বা অন্য সম্ভাব্য div */
    display: none !important;
}