:root {
  --bs-primary: #453d84;
  --bs-light: #b2dce7;
  --bs-secondary: #3d589f;
  --bs-success: #09e41b;
  --bs-warning: #ffab00;
  --bs-info: #f3598f;
  --dark-color: #0f4b64;
  --font-color: #1a1919;
  --radius-card: 5px;
}

.btn-outline-info {
  border-color: var(--bs-info);
  color: var(--bs-info);
}

.btn-info,
.btn-outline-info:hover {
  background-color: var(--bs-info);
  border-color: var(--bs-info);
}

.btn-outline-secondary {
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
}

.btn-secondary,
.btn-outline-secondary:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.btn-outline-warning {
  border-color: var(--bs-warning);
  color: var(--bs-warning);
}

.btn-warning,
.btn-outline-warning:hover {
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.btn-outline-success {
  border-color: var(--bs-success);
  color: var(--bs-success);
}

.btn-success,
.btn-outline-success:hover {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  font-family: "Montserrat", serif;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
}
body * {
  color: var(--font-color);
}

.full-length-practice {
  height: 100vh;
  background-color: #f2f2f2;
  overflow-y: auto;
}
.full-length-practice.has-footer:not(.has-header) {
  height: calc(100vh - 73px);
}
.full-length-practice.has-header:not(.has-footer) {
  height: calc(100vh - 75px);
}
.full-length-practice.has-header.has-header {
  margin-top: 75px;
}
.full-length-practice.has-header.has-footer {
  margin-bottom: 70px;
  height: calc(100vh - 146px);
}
.full-length-practice .card-practice {
  min-width: 400px;
  max-width: 500px;
}
.full-length-practice .label-practice {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--bs-secondary);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: white;
}

.footer-full-practice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border-top: 1px solid rgb(228, 228, 228);
  padding: 1rem 0;
}
.footer-full-practice .display-name {
  font-weight: 700;
  font-size: 18px;
}

.header-full-practice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0;
  background: white;
  transition: all 500ms ease-in-out;
  z-index: 1090;
}
.header-full-practice.hide {
  position: absolute;
  transform: translateY(-73px);
  transition: all 500ms ease-in-out;
}
.header-full-practice.hide .header-toggle {
  position: absolute;
  top: 95px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: var(--bs-info);
  width: 30px;
  height: 25px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-full-practice.hide .header-toggle i {
  color: white;
}
.header-full-practice .header-toggle {
  height: 0;
  position: absolute;
  top: 95px;
}
.header-full-practice .header-wrapper-practice {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 1rem;
}
.header-full-practice .header-wrapper-practice .header-title {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  grid-column: span 2/span 2;
}
.header-full-practice .header-wrapper-practice .header-title .sub-title {
  font-size: 12px;
}
.header-full-practice .header-wrapper-practice .header-title .sub-title i {
  font-size: 12px;
}
.header-full-practice .header-wrapper-practice .header-timer {
  grid-column-start: 3;
  text-align: center;
}
.header-full-practice .header-wrapper-practice .header-timer .timer-label {
  font-size: 18px;
  font-weight: 500;
}
.header-full-practice .header-wrapper-practice .header-tools {
  grid-column: span 2/span 2;
  grid-column-start: 4;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
.header-full-practice .header-wrapper-practice .header-tools .tools-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.header-full-practice .header-wrapper-practice .header-tools .tools-item .icon {
  display: inline-block;
}
.header-full-practice .header-wrapper-practice .header-tools .tools-item .label {
  font-size: 12px;
}

.dropdown-menu.dropdown-direction::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -10px;
}

.dropdown-menu.dropdown-direction {
  width: 80vw;
  min-width: 350px;
  padding: 1rem;
  box-shadow: unset !important;
  top: 1.5rem !important;
  z-index: 1090;
}
.dropdown-menu.dropdown-direction .desc {
  max-height: 300px;
  overflow-y: auto;
  font-size: 13px;
  font-weight: 400;
}

.dropdown-menu.dropdown-panel::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #FFFFFF transparent transparent transparent;
  transform: rotate(0deg);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu.dropdown-panel,
.card-panel {
  max-width: 450px;
  padding: 1rem;
  position: fixed !important;
  transform: translate3d(110%, -82.4px, 0px) !important;
}
.dropdown-menu.dropdown-panel .dropdown-panel-header,
.card-panel .dropdown-panel-header {
  padding-bottom: 10px;
  text-align: center;
}
.dropdown-menu.dropdown-panel .dropdown-panel-sub-header > div,
.card-panel .dropdown-panel-sub-header > div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 3px;
  font-size: 13px;
}
.dropdown-menu.dropdown-panel .dropdown-panel-sub-header,
.card-panel .dropdown-panel-sub-header {
  padding: 5px 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  font-size: 14px;
}
.dropdown-menu.dropdown-panel .dropdown-panel-sub-header .current i,
.card-panel .dropdown-panel-sub-header .current i {
  color: var(--bs-light);
}
.dropdown-menu.dropdown-panel .dropdown-panel-sub-header .unanswer .box_answer,
.card-panel .dropdown-panel-sub-header .unanswer .box_answer {
  width: 16px;
  height: 16px;
  border: 1px dotted;
  display: inline-block;
}
.dropdown-menu.dropdown-panel .dropdown-panel-sub-header .bookmark i,
.card-panel .dropdown-panel-sub-header .bookmark i {
  color: var(--bs-danger);
}
.dropdown-menu.dropdown-panel .dropdown-panel-body,
.card-panel .dropdown-panel-body {
  display: flex;
  align-items: center;
  justify-content: start;
  row-gap: 1.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  padding: 1.25rem 0;
  flex-wrap: wrap;
}
.dropdown-menu.dropdown-panel .dropdown-panel-body .box_answer,
.card-panel .dropdown-panel-body .box_answer {
  width: 25px;
  height: 25px;
  border: 1px dotted;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.dropdown-menu.dropdown-panel .dropdown-panel-body .box_answer.answered, .dropdown-menu.dropdown-panel .dropdown-panel-body .box_answer:hover,
.card-panel .dropdown-panel-body .box_answer.answered,
.card-panel .dropdown-panel-body .box_answer:hover {
  background: var(--bs-light);
  border: 1px solid var(--bs-light);
}
.dropdown-menu.dropdown-panel .dropdown-panel-body .box_answer.bookmark::before,
.card-panel .dropdown-panel-body .box_answer.bookmark::before {
  content: "\f02e";
  display: block;
  position: absolute;
  top: -7px;
  right: -3px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--bs-danger);
}
.dropdown-menu.dropdown-panel .dropdown-panel-body .box_answer.current::after,
.card-panel .dropdown-panel-body .box_answer.current::after {
  content: "\f3c5";
  display: block;
  position: absolute;
  top: -22px;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 13px;
  color: var(--bs-light);
}

.card-panel {
  background-color: white;
  border-radius: 12px;
  position: relative !important;
  transform: none !important;
  max-width: unset;
  width: 100%;
}
.card-panel .dropdown-panel-header {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #afafaf;
}
.card-panel .dropdown-panel-sub-header {
  border: 0;
}
.card-panel .dropdown-panel-body .box_answer {
  width: 50px;
  height: 50px;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.card-panel .dropdown-panel-body .box_answer.bookmark::after {
  top: -7px;
  right: -3px;
  font-size: 13px;
}

#backdrop-dropdown {
  height: calc(100vh - 75px);
  bottom: 0;
  top: unset;
}

.pointer {
  cursor: pointer;
}

#questionContainer {
  border-left: 2px solid #151515;
}

.question-container {
  max-width: 650px;
  margin: auto;
}
.question-container .question-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  background: #e1e1e1;
}
.question-container .question-header .question-no {
  background: #333;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  font-weight: bold;
  width: 36px;
  text-align: center;
  line-height: 35px;
}
.question-container .question-header .mark-review {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin: 5px 0;
}
.question-container .question-header .mark-review:has(input)::before {
  content: "\f02e";
  display: block;
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
  font-size: 18px;
  color: rgb(2, 2, 2);
}
.question-container .question-header .mark-review:has(input:checked)::before, .question-container .question-header .mark-review:has(input):hover::before {
  content: "\f02e";
  display: block;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--bs-danger);
}
.question-container .question-header .mark-review input {
  accent-color: #333;
}
.question-container .divider {
  border-bottom: 4px dashed #CCC;
  margin: 5px 0 20px 0;
}
.question-container .question-text {
  font-size: 16px;
  margin-bottom: 20px;
}
.question-container .options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.question-container .options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  cursor: pointer;
}
.question-container .options .option .option-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  transition: 0.2s;
  position: relative;
}
.question-container .options .option .option-left.eliminated::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: rgb(47, 47, 47);
  cursor: no-drop;
}
.question-container .options .option .option-left:hover:not(.eliminated), .question-container .options .option .option-left.active {
  border-color: #0073e6;
  border-width: 1px;
}
.question-container .options .option .option-left:hover:not(.eliminated) .option-circle, .question-container .options .option .option-left.active .option-circle {
  background-color: #0073e6;
  color: white;
  border-color: #0073e6;
}
.question-container .options .option .option-left .option-circle {
  width: 26px;
  height: 26px;
  border: 1.5px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  flex: none;
}
.question-container .options .option .option-left .option-text {
  font-size: 15px;
}
.question-container .options .option .option-right {
  width: 24px;
  height: 24px;
  border: 1.5px solid #555;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  position: relative;
}
.question-container .options .option .option-right::before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  background-color: rgb(47, 47, 47);
  top: 50%;
  left: 50%;
  /* right: 0; */
  transform: translate(-50%, -50%);
}
.question-container .options .option .option-right:hover {
  background: #f2f2f2;
}
.question-container .answer-input {
  display: block;
  margin: 12px 0;
  border: 1px solid #888;
  border-radius: 8px;
  padding: 10px 16px;
  background-color: #fff;
  position: relative;
  width: 120px;
  height: 50px;
}
.question-container .answer-input input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
  text-align: center;
  background: transparent;
  color: #333;
  border-bottom: 1px solid #333;
}
.question-container .answer-input input::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 20%;
  right: 20%;
  height: 1px;
  background: #555;
}
.question-container .answer-input input[type=number]::-webkit-inner-spin-button, .question-container .answer-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.reference-sheet {
  position: absolute;
  top: 120px;
  left: 100px;
  width: 380px;
  max-height: 500px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 100;
  display: none;
}
.reference-sheet.show {
  display: block;
}
.reference-sheet .header {
  background: #1f1f1f;
  color: white;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
.reference-sheet .header .header-left {
  grid-column: span 2/span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reference-sheet .header .title {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.reference-sheet .header .header-drag {
  grid-column-start: 3;
  cursor: move;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reference-sheet .header .header-drag i {
  color: #c1c1c1;
  font-size: 16px;
}
.reference-sheet .header .header-right {
  display: flex;
  gap: 8px;
  grid-column: span 2/span 2;
  grid-column-start: 4;
  align-items: center;
  justify-content: end;
}
.reference-sheet .header .header-right .btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}
.reference-sheet .header .header-right .btn:hover {
  color: #ddd;
}
.reference-sheet .header.header-calc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reference-sheet .header.header-calc .header-left {
  grid-column: span 3/span 3;
}
.reference-sheet .header.header-calc .header-left .tab {
  background: #222;
  border: none;
  color: #ccc;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  gap: 4px;
  font-size: 14px;
  align-items: center;
}
.reference-sheet .header.header-calc .header-left .tab i {
  color: white;
  font-size: 14px;
}
.reference-sheet .header.header-calc .header-left .tab.active {
  border: 1px solid white;
  color: white;
}
.reference-sheet .header.header-calc .header-left .tab:hover {
  background: #333;
}
.reference-sheet .content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background: #fafafa;
}
.reference-sheet .content .formula-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.reference-sheet .content .formula-grid .formula {
  text-align: center;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 8px;
}
.reference-sheet .content .formula-grid .formula img {
  max-width: 60px;
  margin-bottom: 6px;
}
.reference-sheet .content .formula-grid .formula p {
  font-size: 13px;
  color: #333;
  margin: 0;
}
.reference-sheet .content-tab {
  display: none;
}
.reference-sheet .content-tab.showing {
  display: block;
}

.reading-area mark {
  border-radius: 3px;
  padding: 0 2px;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
}
.reading-area mark:hover {
  filter: brightness(0.9);
}
.reading-area mark[data-note]:hover::after {
  content: attr(data-note);
  position: absolute;
  top: -32px;
  left: 0;
  background: #333;
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
.reading-area mark.active {
  outline: 2px solid #ffd54f;
}

.highlight-toolbar {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 6px 10px;
  z-index: 9999;
  transition: all 0.2s ease;
  align-items: center;
}
.highlight-toolbar .color-btn {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 4px;
  border: none;
  cursor: pointer;
}
.highlight-toolbar .color-btn.yellow {
  background: #fff3b0;
}
.highlight-toolbar .color-btn.blue {
  background: #d0ebff;
}
.highlight-toolbar .color-btn.pink {
  background: #ffd6e8;
}
.highlight-toolbar .color-btn:hover {
  outline: 2px solid #999;
}
.highlight-toolbar button {
  margin: 0 3px;
}

.notes-list {
  background-color: white;
  padding: 10px;
  max-width: 280px;
  height: var(--max-height);
  overflow-y: auto;
}
.notes-list .note-item {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.notes-list .note-item .note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 11px;
  gap: 5px;
}
.notes-list .note-item .note-header .note-text {
  flex: 1;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notes-list .note-item .note-header .btn-delete {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: white;
}
.notes-list .note-item .note-header .btn-delete i {
  color: #1a1919;
}
.notes-list .note-item .note-body {
  padding: 8px 12px;
  background: #fff;
}
.notes-list .note-item .note-body .note-content {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
  color: #444;
  font-size: 13px;
  font-style: italic;
}

.loader {
  zoom: 0.5;
}
@keyframes ldio-x2uulkbinbj {
  0% {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.81, 1.81);
  }
  100% {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
  }
}
.loader .ldio-x2uulkbinbj div > div {
  position: absolute;
  width: 26.88px;
  height: 26.88px;
  border-radius: 50%;
  background: #3d589f;
  animation: ldio-x2uulkbinbj 0.8196721311s linear infinite;
}
.loader .ldio-x2uulkbinbj div:nth-child(1) > div {
  left: 168px;
  top: 99px;
  animation-delay: -0.7285974499s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 181.44px 112.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(2) > div {
  left: 152px;
  top: 143px;
  animation-delay: -0.6375227687s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(2) {
  transform: rotate(40deg);
  transform-origin: 165.44px 156.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(3) > div {
  left: 111px;
  top: 167px;
  animation-delay: -0.5464480874s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(3) {
  transform: rotate(80deg);
  transform-origin: 124.44px 180.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(4) > div {
  left: 64px;
  top: 159px;
  animation-delay: -0.4553734062s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(4) {
  transform: rotate(120deg);
  transform-origin: 77.44px 172.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(5) > div {
  left: 33px;
  top: 122px;
  animation-delay: -0.364298725s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(5) {
  transform: rotate(160deg);
  transform-origin: 46.44px 135.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(6) > div {
  left: 33px;
  top: 75px;
  animation-delay: -0.2732240437s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(6) {
  transform: rotate(200deg);
  transform-origin: 46.44px 88.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(7) > div {
  left: 64px;
  top: 38px;
  animation-delay: -0.1821493625s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(7) {
  transform: rotate(240deg);
  transform-origin: 77.44px 51.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(8) > div {
  left: 111px;
  top: 30px;
  animation-delay: -0.0910746812s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(8) {
  transform: rotate(280deg);
  transform-origin: 124.44px 43.44px;
}
.loader .ldio-x2uulkbinbj div:nth-child(9) > div {
  left: 152px;
  top: 54px;
  animation-delay: 0s;
}
.loader .ldio-x2uulkbinbj > div:nth-child(9) {
  transform: rotate(320deg);
  transform-origin: 165.44px 67.44px;
}
.loader .loadingio-spinner-spin-nq4q5u6dq7r {
  width: 224px;
  height: 224px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}
.loader .ldio-x2uulkbinbj {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}
.loader .ldio-x2uulkbinbj div {
  box-sizing: content-box;
}

#breakSection {
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8f9fa;
}
#breakSection * {
  color: white;
}
#breakSection .break-container {
  max-width: 900px;
  width: 100%;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #breakSection .break-container {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
}
#breakSection .timer-box {
  text-align: center;
}
#breakSection .timer-box h2 {
  font-size: 1rem;
  color: #ccc;
}
#breakSection .timer-box .timer-display {
  font-size: 3rem;
  font-weight: bold;
  border: 2px solid #555;
  border-radius: 10px;
  padding: 1rem 2rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 200px;
}
#breakSection .timer-box .btn-resume {
  background-color: #ffeb3b;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
#breakSection .timer-box .btn-resume:hover {
  background-color: rgb(255, 230.8367346939, 18.2);
}
#breakSection .info-box h3 {
  font-weight: 600;
}
#breakSection .info-box hr {
  border-top: 1px solid rgb(110.5, 110.5, 110.5);
  margin: 1rem 0;
}
#breakSection .info-box h4 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#breakSection .info-box p {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
#breakSection .info-box ol {
  padding-left: 1.2rem;
}
#breakSection .info-box ol li {
  margin-bottom: 0.5rem;
}

#finishSection {
  background-color: var(--bs-primary);
}
#finishSection::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("../img/confetti_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#finishSection * {
  color: white;
}
#finishSection .card * {
  color: #1a1919;
}
#finishSection .btn-score {
  background-color: #ffeb3b;
  color: #000;
  font-weight: 600;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}
#finishSection .btn-score:hover {
  background-color: rgb(255, 230.8367346939, 18.2);
}

.full-length-score .score-page .score-section .score-box {
  background-color: var(--bs-light);
  max-width: 300px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.full-length-score .score-page .score-section .score-box .range {
  border-bottom: 2px dotted #0056d2;
  display: inline-block;
  padding-bottom: 2px;
}
.full-length-score .score-page .score-section .subscores {
  max-width: 380px;
}
.full-length-score .score-page .score-section .subscores .score-item p {
  margin-bottom: 0;
}
.full-length-score .score-page .questions-overview h5 {
  font-size: 1.2rem;
}
.full-length-score .score-page .questions-overview p {
  font-size: 0.95rem;
}
.full-length-score .score-page .questions-overview .overview-card {
  background-color: var(--bs-light);
  border: 1px solid transparent;
  transition: 0.2s ease-in-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.full-length-score .score-page .questions-overview .overview-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 0, 0, 0.08);
}
.full-length-score .score-page .questions-overview .overview-card h3 {
  font-size: 2rem;
}
.full-length-score .score-page .questions-overview .overview-card p {
  font-size: 0.9rem;
}/*# sourceMappingURL=home.css.map */