@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Urbanist";
  background-color: #f9f9fa;
  margin: 0 auto;
}
.Announcements-container {
  margin: 0 auto;
  overflow: hidden;
}
.nts_container {
  width: 840px;
}
.Announcements-header {
  width: 1365px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.Announcements-title {
  font-size: 35px;
  font-weight: 600;
  color: var(--h1);
}
.Announcements-layout {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 30px;
  z-index: 2;
  /* height: 1530px; */
}

/* Sidebar Notes Chat */
.sidebar {
  width: 392px;
}
/* .Announcements-sidebar {
  width: 496px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
} */
.btm_action_btn {
  /* position: relative;
  z-index: 0;
  margin-top: -50px; */
  margin: 20px 20px;
}

.ghi-2023-container {
  line-height: 1.5;
  color: #333;
  width: 392px;
  padding: 30px;
}
.ghi-2023-grading-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ghi-2023-title {
  color: var(--h1);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
  margin: 0;
}
.ghi-2023-progress-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ghi-2023-progress-bar {
  height: 9px;
  background-color: #e2e8f0;
  border-radius: 9999px;
  overflow: hidden;
}
.ghi-2023-progress-fill {
  width: 28.7%;
  height: 9px;
  background-color: #0378a4;
}
.ghi-2023-progress-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
  color: #0378a4;
  margin-top: 10px;
}
.ghi-2023-total-points {
  font-size: 18px;
  font-weight: 500;
  line-height: 17px;
  text-align: left;
  color: var(--p);
  margin-top: 20px;
}
.ghi-2023-score-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.ghi-2023-score {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--p);
  margin-top: 7px;
}
.ghi-2023-rubric-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  border: 1px solid #0378a4;
  color: #0378a4;
  background-color: transparent;
  border-radius: 70px;
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.48px;
  text-align: left;
}
.ghi-2023-button-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
}

/* Main First Content */

.qtstion-container {
  width: 840px;
  margin: 0 auto;
  background-color: white;
}

.qtstion-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 25px;
}

.qtstion-buttongroup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  width: 380px;
}

.qtstion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  height: 55px;
}

.qtstion-imagewrapper img {
  width: 840px;
}
.qtstion-button-primary {
  background-color: #0378a4;
  border-top-left-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #ffffff;
  border-bottom-left-radius: 9999px;
  width: 50%;
}

.qtstion-button-secondary {
  background-color: white;
  color: #0378a4;
  border: 1px solid #0378a4;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-left: none;
  width: 50%;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.qtstion-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.butn-tp-group {
  display: flex;
  height: 37px;
  margin-top: 25px;
}
.butn-tp {
  padding: 8px;
  border: 1px solid #0378a4;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.butn-tp:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #0378a4;
}
.butn-tp:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.butn-tp:not(:last-child) {
  border-right: none;
}
.butn-tp svg {
  width: 16px;
  height: 16px;
}
.butn-tp:first-child svg {
  color: white;
}
.zephyr-wrapper {
  padding: 20px;
  width: 392px;
}
.nebula-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 5px;
  color: var(--h1);
  margin-bottom: 30px;
  font-family: "Urbanist";
}
.quasar-header {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 15px;
}
.rubric-container {
  margin-top: 10px;
}

.rubric-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rubric-number {
  cursor: pointer;
  background-color: #e5e5e566;
  color: var(--p);
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 15px;
  border: 1px solid var(--p);
}

.rubric-score {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #0378a4;
}

.rubric-description {
  color: var(--text-color);
  line-height: 1.6;
  position: relative;
  padding: 0px 50px;
}
.dashed-line-contnet {
  padding: 20px;
}

.rubric-container-dshllne {
  background-color: rgba(3, 120, 164, 0.05);
  border-radius: 8px;
  max-width: 100%;
  padding: 30px;
margin: 0px auto !important;
  margin-left: -21px;
}
.rubric-header-dshllne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.rubric-circle-dshllne {
  background-color: #0378a4;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
  cursor: pointer;
}
.rubric-points-dshllne {
  color: #0378a4;
  font-size: 18px;
  font-weight: 600;
}
.rubric-selector-dshllne {
  font-size: 13px;
  font-weight: 600;
  line-height: 16.81px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0378a4;
}
.rubric-instruction-dshllne {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--p);
  margin-bottom: 16px;
  position: relative;
  padding-left: 10px;
  margin-left: 24px;
}
.img-dshed {
  display: flex;
  align-items: center;

  color: var(--p);
}
.rubric-instruction-dshllne::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 0;
  bottom: -50%;
  width: 1px;
  border-left: 1px dashed #cbd5e1;
}
.rubric-item-dshllne::before {
  content: "";
  position: absolute;
  left: -16px;
  top: -40px;
  bottom: 50%;
  width: 15px;
  border-left: 1px dashed #cbd5e1;
  border-bottom: 1px dashed #cbd5e1;
}
.rubric-list-dshllne {
  position: relative;
  padding-left: 24px;
}
.rubric-item-dshllne {
  position: relative;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
/* .rubric-item-dshllne::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 12px;
  width: 16px;
  height: 1px;
  border-top: 1px dashed #cbd5e1;
} */
.rubric-checkbox-dshllne {
  margin-right: 12px;
}
.rubric-checkbox-dshllne input {
  display: none;
}
.rubric-checkbox-dshllne span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #0378a4;
  border-radius: 4px;
  position: relative;
}
.rubric-checkbox-dshllne input:checked + span::after {
  content: "✓";
  position: absolute;
  color: white;
  background-color: #0378a4;
  font-size: 12px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.rubric-item-content-dshllne {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rubric-item-header-dshllne {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.rubric-item-score-dshllne-six {
  color: #0378a4;
  font-weight: 500;
  border-bottom: 1px solid var(--p);
}
.rubric-item-score-dshllne-eight {
  color: #0378a4;
  font-weight: 500;
}
.rubric-item-title-dshllne {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--p);
}
.rubric-item-title-dshllne-brdr {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--p);
  border-bottom: 1px solid var(--p);
}
.rubric-add-button-dshllne {
  background-color: transparent;
  border: 1.21px solid #0378a4;
  color: #0378a4;
  border-radius: 60px;
  padding: 0px 10px;
  cursor: pointer;
  width: 250px;
  height: 43px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.48px;
  margin-top: 16px;
}

.numeric-widget {
  width: 100%;
  padding: 20px;
}
.value-display {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  margin-left: 10px;
}
.current-value {
  background-color: #e5e5e566;
  color: var(--p);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 5px;
  border: 1px solid var(--p);
  cursor: pointer;
}
.increment-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #0378a4;
}
.numeric-field {
  width: 360px;
  height: 46px;
  font-size: 16px;
  border: 1px solid #0378a4;
  border-radius: 4px;
  outline: none;
  margin-left: 50px;
  background-color: var(--input);
  resize: vertical;
}
.numeric-field::placeholder {
  color: #94a3b8;
  padding-left: 15px;
}
.zany_octopus_wrapper_x7f9q {
  width: 100%;
  max-width: 392px;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.whimsical_button_k3m2p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  background-color: #0378a4;
  border: 1px solid #0378a4;
  color: white;
  border-radius: 80px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
}

.quirky_icon_j9h4s {
  margin-right: 8px;
  fill: #3b82f6;
}
.peculiar_form_group_t6l1z {
  margin-bottom: 20px;
  width: 392px;
  padding: 20px;
}
.eccentric_label_m2x8v {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: var(--p);
  margin-top: 3 0px;
}
.bizarre_textarea_f5k7y,
.odd_select_n1p3q {
  padding: 8px;
  border: 1px solid #e5e5e5;
  background-color: var(--input);
  color: var(--p);
  border-radius: 4px;
  font-size: 14px;
  resize: none;
}
.bizarre_textarea_f5k7y::placeholder {
  padding: 0px;
}
.odd_select_n1p3q {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: var(--p);
  width: 100%;
  height: 50px;
}
.bizarre_textarea_f5k7y {
  width: 100%;
  height: 60px;
  background-color: var(--input);
}
.questn-pg-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.btn-btm {
  padding: 20px;
}
.questn-pg-browse-btn {
  background-color: #0085a8;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.questn-pg-browse-btn:hover {
  background-color: #006d8a;
}
.questn-pg-browse-btn svg {
  margin-right: 10px;
}
.questn-pg-controls {
  background-color: #0085a8;
  border-radius: 25px;
  padding: 5px;
  display: flex;
}
.questn-pg-control-btn {
  background: none;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.questn-pg-control-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Sidebar styles */
.questn-pg-sidebar {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100vh;
  background-color: #1e1e1e;
  transition: left 0.3s ease;
  z-index: 1000;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.questn-pg-sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.questn-pg-sidebar.active {
  width: 200px;
  left: 30px;
  visibility: visible;
}

.questn-pg-thumbnail {
  width: calc(100% - 40px);
  margin: 10px 0;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  padding-top: 100%;
}
.questn-pg-sidebar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.questn-pg-thumbnail.selected {
  outline: 2px solid #0085a8;
}

.questn-pg-thumbnail::after {
  content: attr(data-page);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
}

.questn-pg-thumbnail:hover {
  outline: 2px solid #0085a8;
}

.questn-pg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.questn-pg-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Reset */
body,
h2,
button,
select,
input,
label {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.container {
  text-align: center;
}

/* Button Styles */
.button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

.button.outline {
  border: 1px solid #ccc;
  background: transparent;
}

.button.ghost {
  background: transparent;
  color: #888;
}

.button.save {
  background-color: #4caf50;
  color: white;
}

.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon {
  font-size: 16px;
}

.plus {
  font-size: 20px;
}

/* Form Styles */
.form {
  display: grid;
  gap: 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-group,
.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Modals */
.rubric-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;

  background-color: rgba(0, 0, 0, 0.5);
}

.rubric-modal-content {
  background-color: var(--post-bg);
  margin: 5% auto;
  width: 90%;
  max-width: 790px;
  border-radius: 10px;
  border-bottom: 7px solid #0378a4;
  overflow: hidden;
}

.rubric-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;
  color: black;
  padding: 30px;
  height: 90px;
}

.rubric-modal-title {
  color: var(--h1);
  font-family: Urbanist;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}

.rubric-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.rubric-modal-body {
  padding: 40px;
  max-height: 70vh;
  overflow-y: auto;
}

.rubric-field {
  margin-bottom: 20px;
}

.rubric-field label {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--p);
}

.rubric-select {
  width: 100% !important;
  height: 70px !important;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  background-color: var(--input);
  color: var(--p);

  padding: 0 20px;
}

.rubric-radio-group {
  display: flex;

  flex-direction: column;
  gap: 12px;
}

.rubric-radio-group div {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rubric-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rubric-checkbox-group div {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rubric-save-btn {
  width: 100%;
  height: 60px;
  background-color: #0378a4;
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}
.import-rubric-btn {
  width: 100%;
  height: 60px;
  background-color: var(--accord);
  color: var(--btn-primary-bg);
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}

.rubric-save-btn:hover {
  background-color: #026288;
}
.import-rubric-btn:hover {
  background-color: #026288;
}

.preview-area {
  background-color: var(--input);
  border-radius: 4px;
  /* padding: 40px; */
  margin: 20px 0;
  text-align: center;
  height: 322px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.preview-text {
  color: #666;
  font-size: 14px;
}

/* Styles for radio buttons */
.rubric-radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.rubric-radio-group input[type="radio"]:checked {
  border-color: #0378a4;
  background-color: #fff;
}

.rubric-radio-group input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #0378a4;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rubric-radio-group label {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
}

.rubric-radio-group div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.rubric-radio-group div:last-child {
  margin-bottom: 0;
}

/* Styles for checkboxes */
.rubric-checkbox-group input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 4px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}

.rubric-checkbox-group input[type="checkbox"]:checked {
  border-color: #0378a4;
  background-color: #fff;
}

.rubric-checkbox-group input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid #0378a4;
  border-width: 0 2px 2px 0;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.rubric-checkbox-group label {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.rubric-checkbox-group div {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.rubric-checkbox-group div:last-child {
  margin-bottom: 0;
}

/* Common styles for both radio and checkbox groups */
.rubric-field {
  margin-bottom: 24px;
}

.rubric-field > label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--h1);
}

.btm-act-nav-container {
  width: 100%;
  height: 60px;
  background-color: #0378a4;
  border-radius: 50px;
  /* padding: 15px 30px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin: 50px auto; */
  /* margin-bottom: 20px; */
  padding: 0px 10px;
}
.Announcements-outer-container {
  background-color: white;
}

.btm-act-submission-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-left: 10px;
}

.btm-act-nav-buttons {
  display: flex;
  gap: 10px;
}

.btm-act-nav-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  /* padding: 8px 12px; */
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
}

.btm-act-nav-button:hover {
  opacity: 0.8;
}

.btm-act-next-upgraded {
  background-color: #005777;
  border-radius: 84px;
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
}

.btm-act-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .header-content {
    display: none;
  }
  .ghi-2023-grading-section {
    width: 304px;
    margin: 0 auto;
    padding: 0;
  }
  .ghi-2023-container {
    padding: 0;
  }
  .numeric-widget {
    width: 304px;
    margin: 0 auto;
    padding: 0;
  }
  .numeric-field {
    margin: 0 auto;
    padding: 0;
    width: 304px;
  }
  .zany_octopus_wrapper_x7f9q {
    width: 300px;
    /* margin: 10px auto; */
    padding: 0;
  }
  .eccentric_label_m2x8v {
    width: 304px;
    margin: 0px auto;
    padding: 0;
  }
  .odd_select_n1p3q{
    width: 304px;
    margin: 0px auto;
    padding: 0;
  }
  .bizarre_textarea_f5k7y {
    width: 304px;
    margin: 10px auto;
    padding: 0;
  }
  .odd_select_n1p3q {
    width: 304px;
    margin: 10px auto;
    padding: 0;
  }
  .zephyr-wrapper {
    width: 304px;
    margin: 0 auto;
    padding: 0;
  }
  .Announcements-navbar-main {
    display: none;
  }
  @media (max-width: 768px) {
    .sidebar{
      width: 100%;
      overflow-x: hidden;
    }
    .peculiar_form_group_t6l1z{
      padding: 20px;
      width: 300px;
    }
    .eccentric_label_m2x8v {
      width: 304px;
      margin: 0px auto;
      padding: 0;
    }
    .odd_select_n1p3q{
      width: 304px;
      margin: 0px auto;
      padding: 0;
    }
    .bizarre_textarea_f5k7y{
      width: 300px;
      margin: 0px auto;
    }
    .rubric-modal-content {
      margin: 30% auto;
    }
    .ghi-2023-grading-section {
      width: 100%;
    }
    .rubric-modal-body {
      padding: 10px;
    }
    .rubric-modal-header {
      height: 70px;
      font-family: Urbanist;
      font-size: 22px;
      font-weight: 600;
      line-height: 30px;
    }
    .rubric-field > label {
      font-family: Urbanist;
      font-size: 20px;
      font-weight: 600;
      line-height: 24px;
      text-align: left;
    }
    .rubric-radio-group label {
      font-family: Urbanist;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0.01em;
      text-align: left;
      margin: 20px 10px;
    }
    .rubric-save-btn {
      height: 49px;
      width: 304px;
    }
    .import-rubric-btn {
      height: 49px;
      width: 304px;
    }
    .rubric-select {
      height: 41px !important;
      font-family: Urbanist;
      font-size: 18px;
      font-weight: 600;
      line-height: 21.6px;
      text-align: left;
    }
    .preview-area {
      width: 304px;
      height: 96px;
    }
    .rubric-radio-group {
      margin-bottom: 10px;
    }
    .rubric-checkbox-group {
      margin-bottom: 10px;
    }
    .btm-act-nav-container {
      display: flex;
      flex-wrap: wrap;
      min-width: 100%;
    }
    .btm-act-nav-container {
      width: 313px;
      height: 200px;
      display: flex;
      flex-direction: column;
      border-radius: 20px;
      padding: 20px 1px;
    }
    .btm_action_btn {
      width: 313px;
      border-radius: 10px;
      margin: 0px auto;
    }
    .btm-act-next-upgraded {
      margin-top: 10px;
    }
    .btm-act-submission-text {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    body {
      background-color: transparent;
    }
    .btm-act-nav-buttons {
      display: flex;
      flex-direction: column;
      gap: 5px;
      width: 190px;
    }
    .qtstion-topbar {
      width: 313px;
      display: flex;
      flex-direction: column;
      margin-top: 20px;
    }
    .qtstion-buttongroup {
      width: 313px;
      margin-top: 20px;
      margin: 0px auto;
    }
    .qtstion-button-primary {
      width: 50%;
    }
    .qtstion-button-secondary {
      width: 50%;
    }
    .questn-pg-container {
      width: 313px;
      display: flex;
      justify-content: right;
      gap: 20px;
      /* flex-direction: column; */
      /* margin-left: 75px; */
      margin-top: 85px;
    }
    .qtstion-imagewrapper img {
      width: 343px;
      height: auto;
      margin: 0px auto;
    }
    .qtstion-image {
      width: 343px;
      margin: 0px auto;
    }
    .Announcements-outer-container {
      width: 343px;
      height: fit-content;
    }
    .Announcements-layout {
      height: fit-content;
    }
    .butn-tp-group {
      margin-left: 180px;
    }
    .questn-pg-browse-btn {
      border-radius: 84px;
      padding: 13px;
    }
    .btn-btm {
      margin-top: -125px;
    }
    .qtstion-container,
    .Announcements-container {
      width: 343px;
    }
  }
}
.questii-slider-container {
  position: relative;
  width: 839px;
  /* height: 1000px; */
  overflow: hidden;
  border-radius: 8px;
}

.questii-slider {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-out;
}

.questii-slide {
  min-width: 100%;
  height: 100%;
}

.questii-slide img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
}

.questii-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.questii-prev {
  left: 16px;
}

.questii-next {
  right: 16px;
}

.questii-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.questii-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
}

.questii-prev::before {
  transform: rotate(135deg);
}

.questii-next::before {
  transform: rotate(-45deg);
}
/* Small devices */
@media (max-width: 600px) {
  .questii-slider-container {
    width: 343px;
    margin: 20px auto;
  }
  .questii-slide img {
    width: 343px;
    margin: auto;
  }
  .questii-slide,
  .questii-slider {
    width: 343px;
  }

  .questii-nav-button {
    width: 30px;
    height: 30px;
  }

  .questii-nav-button::before {
    width: 8px;
    height: 8px;
  }

  .questii-dots {
    bottom: 8px;
  }
}
