@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Naskh+Arabic:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Naskh Arabic", sans-serif !important;
  direction: rtl;
}

.btn-cls {
  background-color: #996709;
  color: white !important;
  font-size: 1.2rem;
  border: none;
  border-radius: 5px;
  transition: 0.4s all;
  text-decoration: none;
  border: 1px solid #996709;
}
.btn-cls:hover {
  background-color: white;
  color: #996709 !important;
  letter-spacing: 1px;
  font-weight: 500;
}

.pre-btn {
  border: 1px solid #996709;
  color: #996709 !important;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: 0.4s all;
  text-decoration: none;
}
.pre-btn:hover {
  background-color: white;
  color: white !important;
  background-color: #996709;
  letter-spacing: 1px;
  font-weight: 500;
}

.heading {
  color: #996709;
}

.login-page {
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(to right, rgb(255, 224, 224), rgb(255, 255, 201));
}
.login-page .form-box .logo {
  width: 20%;
  margin-left: auto;
}
.login-page .form-box .logo img {
  width: 100%;
}
.login-page .form-box .form-sec {
  max-width: 530px;
  background-color: rgba(255, 255, 255, 0.511);
  padding: 30px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0px 10px 30px rgb(255, 217, 217);
}
.login-page .form-box .form-sec input {
  transition: 0.3s all;
  text-align: right;
}
.login-page .form-box .form-sec input::-moz-placeholder {
  opacity: 0.5;
}
.login-page .form-box .form-sec input::placeholder {
  opacity: 0.5;
}
.login-page .form-box .form-sec input:focus {
  box-shadow: 0px 5px 10px rgba(59, 44, 124, 0.2235294118);
  border-color: #996709;
}
.login-page .form-box .fp {
  text-decoration: none;
  color: #996709;
}

.side-bar {
  height: 100%;
  border-radius: 25px 0px 0px 25px;
}
.side-bar .sidebar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.page-title {
  background-color: #996709;
  position: relative;
}
.page-title .exam-logo {
  width: 100px;
  height: 100px;
  background-color: white;
  padding: 33px 0px 0px 12px;
  border-radius: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.page-title .exam-logo img {
  width: 100%;
}

.wrapper {
  max-width: 800px !important;
  box-shadow: 0px 5px 15px 0px rgba(128, 128, 128, 0.1490196078);
  border-radius: 10px;
  margin: 0 auto;
  border: 1px solid #996709;
}
.wrapper p {
  border-bottom: 1px solid rgba(0, 0, 83, 0.2588235294);
  padding-bottom: 15px;
}
.wrapper p b {
  font-size: 1.1rem;
}
.wrapper p:nth-last-child(1) {
  margin: 0;
  border: 0;
  padding: 0;
}
.wrapper .country-flag {
  width: 40px;
}

.buttons {
  width: 820px !important;
  margin: auto;
}

.instruction li {
  line-height: 2.5;
  font-weight: 500;
}
.instruction li p {
  font-size: 1.1rem;
}

.skills {
  max-width: 100% !important;
}
.skills .skill-box {
  border: 1px solid #996709;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s all;
}
.skills .skill-box:hover {
  box-shadow: 0 2px 10px rgba(153, 103, 9, 0.2274509804);
}
.skills .skill-box .progress {
  border-radius: 0;
}
.skills .skill-box img {
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.skills .skill-box a {
  color: #996709;
  text-decoration: none;
  font-weight: bold;
}
.skills .hobbies-icon {
  width: 150px;
  height: 150px;
}
.skills .radio-btn .hobbies-icon img {
  display: block;
  width: 100%;
}

.countdown {
  text-align: center;
}

.countdown .timer {
  position: relative;
  display: inline-block;
}

.countdown .progress-ring__circle {
  transition: stroke-dashoffset 0.35s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.countdown .countdown-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: white;
}

.quiz {
  border-top: 0;
}
.quiz .timer-box {
  max-width: 800px;
  margin: 0 auto;
}
.quiz .quiz-items {
  border: 1px solid gray;
  border-radius: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.quiz .quiz-items .quiz-box {
  border-bottom: 1px solid #996709;
}
.quiz .quiz-items .quiz-box ol {
  padding: 10px;
}
.quiz .quiz-items .quiz-box ol li {
  margin-right: 20px;
}
.quiz .quiz-items .quiz-box .quiz-option form label {
  color: gray;
  display: flex;
}
.quiz .quiz-items .quiz-box .quiz-option form label input {
  border: 4px solid #000;
  /* Add a 4px solid border with black color */
  border-radius: 50%;
  /* Optional: make the border round to style as a circle */
  width: 20px;
  /* Optional: set width and height for the radio button */
  height: 20px;
  background-color: gray;
  margin-left: 10px;
}
.quiz h4 input {
  border: 0;
  border-bottom: 1px dashed;
  font-size: 1.1rem;
  max-width: 250px;
}
.quiz h4 input:focus {
  outline: none;
}

#timer {
  font-size: 2rem;
  font-weight: 700;
  color: #996709;
}

.answer-area textarea {
  outline: none;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #996709;
  transition: 0.3s all;
}
.answer-area textarea:focus {
  border-color: #996709;
  box-shadow: 0px 5px 7px rgba(153, 103, 9, 0.2274509804);
}

.copyright {
  position: fixed;
  bottom: 0;
  background-color: #996709;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 10px;
  color: white;
}

#audioElement {
  display: none;
}

#audioElement2 {
  display: none;
}

.match-word-box {
  border: 1px solid #996709 !important;
  border-radius: 10px;
}
.match-word-box img {
  width: 120px;
}

.option-con {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.option-con .draggable {
  border-color: rgba(153, 103, 9, 0.2274509804) !important;
  cursor: all-scroll;
  border-radius: 5px;
}

.nav-pills .nav-link {
  border: 1px solid #996709 !important;
  cursor: pointer;
}
.nav-pills .nav-link label {
  color: #996709;
}
.nav-pills .active {
  background-color: #996709 !important;
}
.nav-pills .active label {
  color: #ffffff !important;
}

.upload-img .image-preview {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.upload-img .preview {
  max-width: 100%;
  max-height: 100%;
}

.tab-content form label {
  transition: 0.3s all;
}
.tab-content form input:focus {
  border-color: #996709;
  box-shadow: 0px 5px 7px rgba(59, 44, 124, 0.2235294118);
}

.tooltip {
  position: relative !important;
  color: white;
  padding: 7px;
  z-index: 50 !important;
  opacity: 1 !important;
  background-color: #996709;
  margin: 6px auto 0 auto !important;
  display: inline-block !important;
  cursor: not-allowed;
}

.close-btn {
  cursor: pointer;
  background-color: white;
  padding: 1px 5px;
  color: black;
  margin-right: 3px;
}

.not-allowed-drop {
  cursor: not-allowed;
}

#wordContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#wordContainer span {
  border: 1px solid gray;
  cursor: all-scroll;
  background-color: rgb(207, 207, 207);
  padding: 5px 10px;
  border-radius: 4px;
  flex: 1 0 6%;
  margin: 10px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#wordContainer span:hover {
  background-color: #996709;
  color: #ffffff;
}

.keyboard {
  box-sizing: border-box;
  height: 50%;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px;
  background-color: #4b56bb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: bottom 0.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.keyboard * {
  margin: 0;
  padding: 0;
}
.keyboard *:not(i) {
  font-family: monospace;
}
.keyboard button:focus,
.keyboard input:focus,
.keyboard textarea:focus {
  outline: none;
}
.keyboard .keyboard__keys {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.keyboard .keyboard__keys .keyboard__key {
  position: relative;
  height: 45px;
  width: 6%;
  max-width: 70px;
  border: 4px solid transparent;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: all 0.09s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.keyboard .keyboard__keys .keyboard__key:active {
  transform: scale(1.15);
}
.keyboard .keyboard__keys .keyboard__key.keyboard__key--wide {
  width: 10%;
  max-width: 140px;
}
.keyboard .keyboard__keys .keyboard__key.keyboard__key--extra-wide {
  width: 45%;
  max-width: 600px;
}
.keyboard .keyboard__keys .keyboard__key.keyboard__key--activatable::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.keyboard .keyboard__keys .keyboard__key.keyboard__key--activatable.keyboard__key--active::after {
  background-color: #5eea59;
}
.keyboard .keyboard__keys .keyboard__key.keyboard__key--dark {
  background-color: rgba(0, 0, 0, 0.2);
}
.keyboard .keyboard__keys .keyboard__key.keyboard__key--close {
  width: 50px !important;
  background-color: red !important;
}
.keyboard .keyboard__keys .keyboard__input {
  display: none;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  color: #FFF;
  font-size: 1.1rem;
  margin: 15px 0;
  border-radius: 4px;
  width: 80%;
  max-width: 1000px;
  letter-spacing: 1.5px;
  overflow-x: auto;
}
.keyboard .keyboard__keys .keyboard__input::-moz-placeholder {
  color: #FFF;
}
.keyboard .keyboard__keys .keyboard__input::placeholder {
  color: #FFF;
}
.keyboard--hidden {
  bottom: -300%;
}
.keyboard .languages__list {
  position: absolute;
  list-style: none;
  right: 115%;
  bottom: -13px;
  display: none;
}
.keyboard .languages__list .language__item {
  background-color: #FFF;
  border-radius: 5px;
  margin-bottom: 4px;
  padding: 2px;
  width: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #555;
  transition: transform 0.2s;
}
.keyboard .languages__list .language__item:hover {
  opacity: 0.8;
  transform: scale(1.2);
}
.keyboard .languages__list.show {
  display: block;
}

#pills-Keyboard {
  position: relative;
}

.form-area {
  position: relative;
}
.form-area .showKeyboardBtn {
  position: absolute;
  bottom: 0;
  padding: 15px 10px;
  border-radius: 20px 0px 0px 20px;
  background-color: transparent;
  border: none;
  color: #996709;
  font-weight: 700;
  width: 50px;
  height: 50px;
}
.form-area .showKeyboardBtn::after {
  position: absolute;
  content: "\f11c";
  font-family: fontawesome;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

audio {
  box-shadow: 0px 2px 7px rgba(153, 103, 9, 0.2274509804);
  border-radius: 100px;
  border: 1px solid #996709;
  max-width: 275px;
}

/* Customize the appearance of the audio controls */
audio::-webkit-media-controls-panel {
  background-color: #ffffff;
  /* Change the background color of the controls */
  border-radius: 100px;
  /* Adjust border-radius for controls */
}

.summernote-content {
  overflow: hidden;
}

@media (max-width: 425px) {
  .match-word-box img {
    width: 100%;
  }
  .quizimg img {
    width: 70%;
  }
}
@media (max-width: 999px) {
  .side-bar {
    height: auto;
  }
  .side-bar .sidebar-content {
    height: auto;
  }
  .keyboard {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */