* {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: start;
  margin: 0;
  line-height: 1.428571429;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.container-lg {
  width: 80%;
  margin: auto;
}

.container {
  width: 80%;
  margin: auto;
}

.col-xs-2 {
  width: 20%;
  position: relative;
  padding: 15px;
  float: left;
  border-radius: 5px;
  border: 1px dashed #d3d3d3;
  text-align: center;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #fa5b0f;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px #999;
          box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 22px;
}

.quiz-title-text {
  padding: 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.pagination-container {
  background: #f3f3f3;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
}

.pagination-container .pagination {
  margin: 40px;
  padding: 0;
}

.pagination-container a.page-link {
  padding: 0.85rem 0px;
  border: 1px solid white;
  color: white;
  background: #777;
}

.pagination-container .page-item {
  width: 37px;
  text-align: center;
}

.pagination-container .page-item a {
  text-align: center;
}

.pagination-container .page-item.active .page-link {
  background: #577b2a;
  border: none;
}

.quiz-content .answer-answered {
  background: #577b2a !important;
}

.quiz-content .answer-answered p, .quiz-content .answer-answered td {
  color: white !important;
}

.quiz-content .answer-correct {
  background: #78d888 !important;
  color: black !important;
}

.quiz-content .answer-wrong {
  background: #ffb1b1 !important;
  color: #150000 !important;
}

.quiz-content tr:nth-child(even) {
  background: #f3f3f3;
}

.quiz-content tr {
  cursor: pointer;
  padding: 10px;
  line-height: 20px;
}

.quiz-content tr td {
  border: 1px #e2e2e2 solid;
  padding: 5px;
  text-align: center;
  font-size: 1.25rem;
}

.quiz-content tr p {
  margin-top: 12px;
}

.quiz-content tr:hover {
  background: #8aa65b;
  color: white !important;
}

.quiz-content tr:hover p {
  color: white;
}

.quiz-content table {
  width: 100%;
}

.progress-bar {
  background-color: #664b13;
}

.progress {
  height: 8px;
}

.quiz-block {
  cursor: pointer;
}

.quiz-block:hover {
  background: #577b2a;
  color: white;
}

.quiz-nav {
  background: #dedede;
}

.quiz-nav .quiz-prev.disabled {
  background: #777;
  border: none;
}

.quiz-next {
  background: #8aa65b;
}

.quiz-prev {
  background: #777777;
  border: none;
}

.quiz-success {
  background: #9CFFD2;
  color: black;
}

.quiz-fail {
  background: #FF9B92;
  color: black;
}

.quiz-answered {
  background: #5A5A5A;
  color: white;
}

.quiz-seen {
  background: #CECECE;
  color: black;
}

.categories-cards, .question-groups-cards {
  margin: 80px 0px;
}

.categories-cards div, .question-groups-cards div {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.category-card {
  height: 8.5rem;
}

.category-card img {
  -webkit-filter: invert(70%);
          filter: invert(70%);
  height: 5rem;
}

.category-card:hover {
  background: #fa5b0f;
  color: white;
}

.category-card:hover img {
  -webkit-filter: invert(1%);
          filter: invert(1%);
}

.category-card:hover h6 {
  color: white;
}

.category-card .h6-c {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: auto;
  background: #fa5b0f;
  width: 100%;
  height: 2.5rem;
}

.category-card .h6-c h6 {
  text-align: center;
  color: white !important;
}

.category-card .h6-w {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-top: auto;
  background: #b90909;
  width: 100%;
  height: 2.5rem;
}

.category-card .h6-w h6 {
  text-align: center;
  color: white !important;
}

.category-card, .question-group-card {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 7px 0px 1px 0px;
}

.question-group-card {
  border-radius: 5px 5px 0px 0px;
  background: #fa5b0f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.question-group-card h6 {
  color: white;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

.question-group-card h5 {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: white;
  text-align: center;
}

.question-group-card-b1 {
  background-color: #6d4335;
  height: 10px;
  border-bottom: 5px solid grey;
  border-radius: 0px 0px 5px 5px;
}

.modal-success {
  background: white;
}

.modal-fail {
  background: white;
}

.phone-number {
  direction: ltr;
  text-align: end;
}

/** Switch
 -------------------------------------*/
.switch input {
  position: absolute;
  opacity: 0;
}

/**
 * 1. Adjust this to size
 */
.switch {
  display: inline-block;
  font-size: 20px;
  height: 1em;
  width: 2em;
  background: #BDB9A6;
  border-radius: 1em;
}

.switch div {
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #FFF;
  -webkit-box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.switch input:checked + div {
  background: #1FB672;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.result-img {
  width: 6rem;
}

.map-container {
  width: 100%;
  overflow: hidden;
}

.btn-continue {
  margin: auto;
}

@media (max-width: 576px) {
  .book {
    display: none;
  }
  html {
    font-size: 14px;
  }
  .container-lg {
    width: 100%;
  }
  .float {
    position: fixed;
    top: 0.25rem;
    left: 0.25rem;
    z-index: 9999;
  }
}

@media (max-width: 992px) {
  .navbar-collapse.offcanvas-collapse {
    background: #fa5b0f;
  }
  .navbar-collapse.offcanvas-collapse .nav-link {
    color: white !important;
  }
  .navbar-collapse.offcanvas-collapse .nav-link:hover {
    color: #fa5b0f;
  }
}
/*# sourceMappingURL=style.css.map */