@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.bg-dark-sky-blue {
  background-color: #0092ff !important;
}

.bg-black {
  background-color: #282727 !important;
}

.bg-light-grey {
  background-color: #f4f4f4;
}

.bg-grey {
  background-color: #dedede;
}

.bg-dark-grey {
  background-color: #dedede;
}

.bg-sky-blue {
  background-color: #d7f0ff;
}

.bg-greenish {
  background-color: #7fc226;
}

.bg-correct-answer {
  background-color: #7fc226;
  color: white !important;
}

.bg-light-yellow {
  background-color: #ffd349;
}

.text-red {
  color: #fe2d2d;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.radius-20 {
  border-radius: 20px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-60 {
  border-radius: 60px;
}

.radius-70 {
  border-radius: 70px;
}

.radius-80 {
  border-radius: 80px;
}

.radius-top-left-right-30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.border-black {
  border: 1px solid #8fc10a;
}

.cursor-pointer {
  cursor: pointer;
}

.min-w-700 {
  min-width: 700px !important;
}

.w-300px {
  max-width: 300px !important;
}

.w-40px {
  max-width: 40px !important;
}

.w-60px {
  max-width: 60px !important;
}

.w-200px {
  max-width: 200px !important;
}

.border-bottom-dashed {
  border-bottom: 1px dashed rgba(128, 128, 128, 0.274);
}

.border-radius-left-right-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.border-radius-left-right-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.h-300px {
  height: 300px !important;
}

.h-200px {
  height: 200px !important;
}

.h-250px {
  height: 250px !important;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-1 {
  opacity: 1 !important;
}

table tr td {
  vertical-align: middle;
}

.edit-input-icon {
  top: 56px;
  right: 25px;
}

input:focus {
  outline: none !important;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.445) !important;
}

.question-field::-webkit-input-placeholder {
  color: black !important;
}

.active-sublink {
  border-bottom: 2px solid #0092ff;
  opacity: 1 !important;
}

.question-label {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.question-input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1em;
}

.answers {
  list-style-type: none;
  padding: 0;
}

.answers li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.answers li.correct {
  background-color: #7fc226;
}

.answer-text {
  flex-grow: 1;
  margin-right: 10px;
}

.file-upload {
  display: none;
}

.file-label {
  color: black;
  opacity: 0.7;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18;
  font-weight: 500;
}

.radio-btn {
  position: absolute;
  left: -9999px;
}

.checkmark,
.checkmarkArabic,
.checkmarkKurdish {
  width: 24px;
  height: 24px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.checkmark-language {
  width: 24px;
  height: 24px;
  background-color: rgba(204, 204, 204, 0.3019607843);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.checkmark.correct::before,
.checkmarkArabic.correct::before,
.checkmarkKurdish.correct::before {
  content: "✓";
  color: #7fc226;
  font-size: 18px;
}

.checkmark.correct,
.checkmarkArabic.correct,
.checkmarkKurdish.correct {
  background-color: white;
}

.checkmark-language.selected-language {
  background-color: #7fc226;
  width: 18px !important;
  height: 18px !important;
}

.search-icon-q {
  top: 18px;
  left: 15px;
}

.add-image-icon {
  bottom: -17px !important;
}

.search-bar {
  margin-top: 3px;
  height: 52px;
}

.search-icon {
  width: 35px !important;
  margin-top: 11px !important;
  margin-right: 20px !important;
}

.image-box img{
    object-position: center;
    object-fit: cover;
}


.store-prize-image-box {
  margin-top: -20px !important;
}

.bg-correctAnswer {
  background-color: #7fc226 !important;
  color: white !important;
}

.modal-target {
  width: 600px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px !important;
  transition: 0.3s;
}

.modal-target-option {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-target:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 95%;
  opacity: 1 !important;
  max-width: 1200px;
}

/* Caption of Modal Image */
.modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1200px;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1em;
  margin-top: 32px;
}

/* Add Animation */
.modal-content,
.modal-caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.active-block-ul-setting {
  z-index: 1 !important;
}

.error {
  color: red;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.users .user-img {
    height: 300px !important;
    object-position: center;
    object-fit: cover;
}


.quiz-modal-image {
  margin-top: -50px !important;
}

.textarea-wrapper {
  position: relative;
  width: 300px;
}

.textarea-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  font-size: 16px;
  overflow: hidden;
  min-height: 50px !important;
  margin-left: 10px !important;
  margin-top: 5px;
  border: none !important;
}

.textarea-wrapper textarea:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.textarea-placeholder {
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  color: #000000;
  pointer-events: none;
  white-space: nowrap;
  font-size: 16px !important;
  font-weight: light;
  opacity: 0.7;
}

.file-name-div {
  width: 140px !important;
  text-align: right;
}

.textarea-wrapper textarea:not(:-moz-placeholder-shown) + .textarea-placeholder {
  display: none;
}

.textarea-wrapper textarea:focus + .textarea-placeholder,
.textarea-wrapper textarea:not(:placeholder-shown) + .textarea-placeholder {
  display: none;
}

@media screen and (max-width: 450px) {
  .checkmark {
    width: 25px;
    height: 18px !important;
  }
}
@media screen and (max-width: 1480px) {
  .user-detail-boxes div input {
    width: 97% !important;
  }
}
@media screen and (max-width: 1222px) {
  .user-detail-boxes div input {
    width: 90% !important;
  }
}
@media screen and (max-width: 1086px) {
  .user-detail-boxes div input {
    width: 80% !important;
  }
}
@media screen and (max-width: 992px) {
  .user-detail-boxes div input {
    width: 100% !important;
  }
}
a {
  text-decoration: none !important;
}

:root {
  --offcanvas-width: 280px;
  --topNavbarHeight: 72px;
  --topNavbarWidth: 100%;
}

.navbar {
  position: fixed;
  background-color: white;
  width: 100%;
  border-radius: 0px !important;
  z-index: 1000;
  top: 0;
  left: 0;
}

.side-bar {
  width: var(--offcanvas-width);
  border: none;
  overflow: auto;
  scrollbar-width: none;
  background-color: transparent;
  padding-left: 20px;
  background-color: #0092ff !important;
  color: #000;
}

.side-bar .collapse .nav-link {
  opacity: 1;
  width: 240px !important;
}

.side-bar .collapse .card-body {
  padding: 0px;
  border: 0;
  width: 240px !important;
}

.btn-active {
  background-color: #0082df;
  color: white !important;
  border-radius: 10px;
  width: 240px !important;
}

input::-moz-placeholder {
  color: white !important;
}

input::placeholder {
  color: white !important;
}

.btn-active > a,
.btn-active > i {
  color: #fff !important;
}

.btn-active .collapse {
  display: flex !important;
}

.side-bar .btn-active .collapse .btn-active {
  opacity: 1;
}

.side-bar .nav > li {
  margin-top: 30px;
  width: 240px !important;
}

.side-bar .nav > li img {
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .top-navbar {
    display: none;
  }
  .logout-sidebar-btn {
    display: none !important;
  }
  .side-bar {
    padding-top: 30px;
    transform: none;
    visibility: visible !important;
    padding-left: 20px;
    z-index: 1 !important;
  }
  .main {
    margin-left: var(--offcanvas-width);
    margin-top: var(--topNavbarHeight);
    padding: 30px;
  }
}
.main-page {
  position: relative;
  top: 20px;
  margin-left: 280px;
  min-height: 96vh !important;
}

@media screen and (max-width: 992px) {
  .main-page {
    position: relative;
    top: 110px;
    margin-left: 0px;
    min-height: 90vh !important;
  }
  .main-page .outer-head {
    display: none !important;
  }
  .inner-head {
    display: block !important;
  }
  body {
    padding-bottom: 130px !important;
  }
}
.heading p {
  border-bottom: 3px solid #8fc10a;
}

.pending-card-detail .image-text-box .image-box,
.active-card-detail .image-text-box .image-box {
  height: 90px !important;
  width: 90px !important;
  border-radius: 20px;
}
.pending-card-detail .explorer-div,
.active-card-detail .explorer-div {
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 130px;
  top: 135px;
  right: 40px;
  display: none;
  z-index: 1 !important;
}
.pending-card-detail .explorer-div .edit,
.active-card-detail .explorer-div .edit {
  border-bottom: 2px dashed grey;
}

.question-section .question-header .explorer-div {
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 130px;
  top: 20px;
  right: 20px;
  z-index: 1 !important;
  display: none;
}
.question-section .question-header .explorer-div .edit {
  border-bottom: 2px dashed grey;
}
.question-section .option-answers-box {
  display: none;
}

.question-section .quiz-explorer .explorer-div {
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 130px;
  top: 20px;
  right: 20px;
  z-index: 1 !important;
  display: none;
}
.question-section .quiz-explorer .explorer-div .edit {
  border-bottom: 2px dashed grey;
}

.under-review-btn {
  top: 18px;
  right: 15px;
}

.prize-box .explore-icon {
  top: 14px;
  right: 14px !important;
}
.prize-box .explorer-div {
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 130px;
  top: 30px;
  right: 30px;
  z-index: 1 !important;
  display: none;
}
.prize-box .explorer-div .edit {
  border-bottom: 2px dashed grey;
}

@media screen and (max-width: 550px) {
  .statistics-div {
    display: block !important;
  }
  .statistics-div .image-box {
    max-width: 100% !important;
    max-height: 300px !important;
  }
  .statistics-div .image-box img {
    width: 100%;
    height: 300px;
  }
}
modal {
  z-index: 2 !important;
}

.participant-modal-header {
  margin-top: -28px;
}

.participant-modal-body {
  margin-top: -18px;
}

body {
  font-family: "Tinos", serif;
  font-style: normal;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-24 {
  font-size: 24px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.fs-48 {
  font-size: 48px;
}

.fs-50 {
  font-size: 50px;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

@media screen and (max-width: 530px) {
  .fs-r-16 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }
  .fs-r-12 {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}/*# sourceMappingURL=style.css.map */