@import url("https://fonts.googleapis.com/css2?family=Braah+One&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Braah+One&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "OnePiece";
  src: url("/assets/fonts/one-piece.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roadcaptain";
  src: url("/assets/fonts/Roadcaptain.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bluepss";
  src: url("/assets/fonts/BLUEPSS.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.section-title-two .sub-title {
  font-family: "Roadcaptain", sans-serif;
  font-size: 1.2rem;
}

.text-ft2 {
  font-family: "Roadcaptain", sans-serif;
}

.text-ft0 {
  font-family: "OnePiece", sans-serif;
}

.txt-home {
  font-family: "OnePiece", sans-serif;
  font-size: 1.3rem !important;
  color: #bf010c !important;
}

.fz-md {
  font-size: 1.2rem;
}

.offcanvas-contact .number {
  font-family: "bluepss", sans-serif;
}

.rating {
  color: #faa432;
}

.question-content p {
  color: initial;
}

.question-content h5, .question-content h6, .question-content h4, .question-content h3, .question-content h2, .question-content h1 {
  text-transform: initial;
}

.imageye-selected {
  outline: 2px solid black !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.account__check-remember input:checked {
  background-color: #f78d00;
  border-color: #f78d00;
}

.question-list .question {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.question-title {
  text-transform: initial;
  font-size: 1.1rem;
  font-weight: 400;
}

.question label {
  color: initial;
}

.explanation {
  color: #faa432;
  text-transform: uppercase;
  font-weight: 500;
}

.question .correct {
  background-color: #05aae6;
}

.correct::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  margin-left: auto;
  font-size: 1rem;
}

.option {
  background-color: #f8f9fa;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question .incorrect {
  background-color: #FD4B4B;
}

.question .selected {
  background-color: #faa432;
}

.incorrect .form-check-label, .correct .form-check-label, .selected .form-check-label {
  color: white;
}

.incorrect::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  margin-left: auto;
  font-size: 1rem;
}

.explanation-text {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.transcript {
  margin-bottom: 1rem;
}

.transcript h6 {
  cursor: pointer;
  color: #007bff;
}

.gray-btn {
  background: gray;
}

.gray-btn::before {
  background: var(--tg-primary-color);
}

.seconday-outline-btn {
  background: white;
  border: 1px solid #faa432;
  color: #faa432;
}

.seconday-outline-btn::before {
  background: var(--tg-primary-color);
}

.green-outline-btn {
  background: #ffffff;
  border: 1px solid #05aae6;
  color: #05aae6;
}

/*----*/
.audio-player audio {
  width: 100%;
}

.speaker {
  font-weight: bold;
  margin-top: 10px;
}

.option input {
  margin-right: 12px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
}

.sidebar {
  background-color: #f8f9fa;
  padding: 20px;
  height: 100vh;
  overflow-y: auto;
}

.part-list {
  margin-bottom: 30px;
}

.part-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.question-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.q-btn {
  width: 35px;
  height: 35px;
  background-color: #fd7e14;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.q-btn.correct {
  background-color: #28a745;
}

.q-btn.incorrect {
  background-color: #dc3545;
}

.q-btn.unanswered {
  background-color: #ffc107;
  color: #000000;
}

.action-buttons {
  display: flex;
  border-top: 1px solid #e0e0e0;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 1rem;
  padding-top: 1rem;
}

.btn-check {
  background-color: #28a745;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: bold;
}

.main-content {
  padding: 30px;
}

.sidebar-social a {
  margin-bottom: 10px;
  cursor: pointer;
}

.qi {
  border-radius: 7px;
}

.qi-1 {
  border-radius: 7px;
  border: 1px solid green;
  background-color: white;
  color: green;
}

.qi-2 {
  border-radius: 7px;
  border: 1px solid orange;
  background-color: #fefefe;
  color: orange;
}

.qi-3 {
  color: black;
  background-color: #c7c7c7;
  border-radius: 7px;
}

.imageye-selected {
  outline: 2px solid black !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.part-item {
  padding: 10px;
  background: #f9f9f9;
  margin-bottom: 5px;
  border-radius: 5px;
}

.part-item.completed {
  background: #fff;
}

.part-item.completed .check {
  color: #28a745;
}

.part-item.incomplete .check {
  color: #ffc107;
}

.btn-custom-green {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn-custom-orange {
  background-color: #ffc107;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.table-custom th, .table-custom td {
  padding: 10px;
  text-align: center;
}

.pagination-btn {
  padding: 5px 10px;
  margin: 0 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.pagination-btn.active {
  background-color: #28a745;
  color: white;
}

.rc-post-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.question-context p {
  color: #00151f;
}

@media (max-width: 767.98px) {
  .header-shop-cart .header-mini-cart {
    left: 50%;
    right: auto;
    width: min(350px, 100vw - 24px);
    transform: translate(-50%, 10px);
  }
  .header-shop-cart:hover .header-mini-cart {
    transform: translate(-50%, 0);
  }
}
.question-state--correct {
  background-color: #22c55e !important;
  color: #fff !important;
}

.question-state--incorrect {
  background-color: #ef4444 !important;
  color: #fff !important;
}

.blog-avatar-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.blog-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.pricing__box .total {
  font-size: 1rem;
}

.fact-item {
  border: none;
  margin: 0;
}

.pricing__box {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
}

.pricing__box .pricing-price .price {
  font-size: 3.1rem;
}

.btn-black {
  background: #222;
  color: var(--tg-white);
}

/*# sourceMappingURL=mycss.css.map */
