/* Question Creator Styling */
/* === Brand Palette === */
.content-area {
  background-color: aliceblue !important;
}

#components {
  /* Multiple choice options */
  /* Fill in the blank editor */
  /* Order choices */
  /* Preview blocks */
}
#components .mc-options-container {
  margin-top: 0.75rem;
  padding-left: 2rem;
}
#components .mc-options-container .mc-option {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  transition: background 0.2s ease;
}
#components .mc-options-container .mc-option.mc-option-correct {
  border-color: #80f9c0;
  background: #f0fdf6;
}
#components .mc-options-container .mc-option:hover {
  background: #f3f4f6;
}
#components .mc-options-container .mc-option .drag-handle-mc {
  color: #6b7c88;
  cursor: grab;
  padding: 0.25rem;
}
#components .mc-options-container .mc-option .drag-handle-mc:hover {
  color: #ff8150;
}
#components .mc-options-container .mc-option .mc-option-text {
  flex: 1;
}
#components .mc-options-container .mc-option .mark-correct-label {
  font-size: 0.85rem;
  color: #308478;
  font-weight: 500;
}
#components .mc-options-container .mc-option .remove-mc-option-btn {
  color: #ff7e80;
  font-size: 1.1rem;
}
#components .mc-options-container .mc-option .remove-mc-option-btn:hover {
  color: rgb(255, 75, 77.7906976744);
}
#components .fill-blank-editor {
  margin-top: 1rem;
}
#components .fill-blank-editor .fill-blank-preview {
  font-style: italic;
}
#components .fill-blank-editor .fill-blank-preview input {
  margin: 0 0.25rem;
}
#components .fill-blank-editor .fill-blank-block {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 0.75rem;
  margin-top: 0.75rem;
}
#components .fill-blank-editor .fill-blank-block .fb-answer-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#components .fill-blank-editor .fill-blank-block .remove-fb-answer-btn {
  color: #ff7e80;
}
#components .order-option {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
#components .order-option .drag-handle-order {
  color: #6b7c88;
  cursor: grab;
  margin-right: 0.5rem;
}
#components .order-option .drag-handle-order:hover {
  color: #ff8150;
}
#components .order-option .remove-order-option-btn {
  color: #ff7e80;
}
#components .preview-sortable-block {
  background: #f9fafb;
  border: 1px dashed #e5e7eb;
  border-radius: 6px;
  padding: 0.75rem;
  margin-top: 0.5rem;
}
#components .preview-sortable-block label {
  font-weight: 500;
}

.media-component .media-selector .searchable-input {
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
}
.media-component .media-selector .dropdown-menu {
  max-height: 240px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.media-component .media-selector .dropdown-menu .dropdown-item {
  padding: 0.5rem 0.75rem;
}
.media-component .media-selector .dropdown-menu .dropdown-item:hover {
  background-color: #f3f4f6;
}
.media-component .media-selector .dropdown-menu .dropdown-item .fw-semibold {
  font-size: 0.95rem;
}
.media-component .media-selector .dropdown-menu .dropdown-item small {
  font-size: 0.8rem;
}
.media-component .selected-media {
  background: #f9fafb;
  border-color: #e5e7eb;
}
.media-component .selected-media .fw-semibold {
  color: #374955;
}

.quiz-footer-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #e5e7eb;
}
.quiz-footer-actions .left-actions {
  display: flex;
  gap: 0.75rem;
}
.quiz-footer-actions .left-actions .add-question-btn {
  background-color: #ff7e80;
  border-color: #ff7e80;
  color: #fff;
}
.quiz-footer-actions .left-actions .add-question-btn:hover {
  background-color: rgb(255, 90.3, 92.8534883721);
}
.quiz-footer-actions .left-actions .remove-quiz-btn {
  border: 1px solid #e5e7eb;
  color: #e63946;
}
.quiz-footer-actions .left-actions .remove-quiz-btn:hover {
  background-color: rgba(230, 57, 70, 0.08);
  border-color: #e63946;
}
.quiz-footer-actions .right-actions {
  display: flex;
  gap: 0.75rem;
}
.quiz-footer-actions .right-actions .btn {
  font-weight: 500;
  border-radius: 6px;
  padding: 0.5rem 1rem;
}
.quiz-footer-actions .right-actions .btn-light {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
}
.quiz-footer-actions .right-actions .btn-success {
  background-color: #308478;
  border-color: #308478;
  color: #fff;
}
.quiz-footer-actions .right-actions .btn-success:hover {
  background-color: rgb(38.48, 105.82, 96.2);
}

/* Component explainer */
.components-explainer {
  background: #f0f9ff;
  border: 1px solid #d0e7ff;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  color: #374955;
}
.components-explainer h5 {
  font-size: 1rem;
  color: #308478;
}

/* Page break styling */
.page-break-component {
  background: #ffdc75;
  border-radius: 6px;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  text-align: center;
}
.page-break-component p {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}
.page-break-component button {
  margin-top: 0.5rem;
}

/* Media component styling */
.media-component {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}
.media-component h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #374955;
  margin-bottom: 0.75rem;
}
.media-component .multiform--dropdown input.searchable-input {
  border-radius: 6px;
  border: 1px solid #d1d5db;
}
.media-component .multiform--dropdown input.searchable-input:focus {
  border-color: #308478;
  box-shadow: 0 0 0 2px rgba(48, 132, 120, 0.2);
}
.media-component .multiform--dropdown .multiform--dropdown-menu {
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.media-component .multiform--dropdown .multiform--dropdown-menu .multiform--dropdown-item {
  padding: 0.5rem 0.75rem;
  color: #374955;
  transition: background 0.2s;
}
.media-component .multiform--dropdown .multiform--dropdown-menu .multiform--dropdown-item:hover {
  background: #f3f4f6;
  color: #308478;
}
.media-component button {
  margin-top: 0.75rem;
}

.activity-take {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  background: url("/public/img/abstractBG.jpg") center/cover no-repeat fixed;
}
.activity-take::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.activity-take .quiz-card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
}
.activity-take .quiz-card-wrapper .quiz-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.activity-take .quiz-card-wrapper .quiz-card .quiz-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activity-take .quiz-card-wrapper .quiz-card .activity-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
}

.btn {
  border-radius: 0.5rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out;
}
.btn.btn-orange {
  background: #ff7e80;
  border: none;
  color: #fff;
}
.btn.btn-orange:hover {
  background: rgb(255, 100.5, 102.8953488372);
}
.btn.btn-green {
  background: #308478;
  border: none;
  color: #fff;
}
.btn.btn-green:hover {
  background: rgb(41.2, 113.3, 103);
}/*# sourceMappingURL=activities.css.map */