@import url(https://fonts.googleapis.com/css?family=Tajawal);@charset "UTF-8";

* {
  box-sizing: border-box;
}

body {
  background-color: #313131;
}

@media screen and (max-width: 994px) {
  body {
    overflow-y: scroll !important;
  }
}

@media screen and (max-width: 411px) {
  .overlay-div {
    height: 800px !important;
  }
}

@media screen and (max-width: 375px) {
  .overlay-div {
    height: 900px !important;
  }
}

@media screen and (max-width: 320px) {
  .overlay-div {
    height: 170% !important;
  }
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.canvasjs-chart-credit {
  display: none;
}

.white-box {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 120px;
  background: #fff;
  z-index: 999;
}

.stat-box {
  position: relative;
  padding-right: 30px;
}

.stat-box h4 {
  font-family: "Tajawal", sans-serif;
  text-align: center;
  font-size: 22px;
  padding-top: 20px;
}

.page-link {
  text-decoration: none;
  background: #f0ad4e;
  padding: 10px;
  color: #000;
}

.page-link:hover {
  text-decoration: none;
  background: #f4f4f4;
}

.home-moe-logo {
  width: 130px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 994px) {
  .home-moe-logo {
    width: 100px;
    height: 90px;
  }
}

.home-title {
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.margin-top-50 {
  margin-top: 15px;
}

#start-btn {
  margin-top: 5px;
  float: left;
}

@media screen and (max-width: 994px) {
  .home-title {
    position: relative;
    width: 100%;
    right: 0;
    padding: 5px;
  }

  .margin-top-50 {
    margin-top: 0%;
  }

  #start-btn {
    margin-right: 15px;
  }
}

.modal-title,
.modal-body h3 {
  font-family: "Cairo", sans-serif;
  font-size: 22px;
}

.modal-content {
  background: #e0e0e0;
  color: rgba(35, 35, 35, 0.9);
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.btn-default {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.close {
  color: rgba(35, 35, 35, 0.9);
  text-shadow: 0 1px 0px rgba(35, 35, 35, 0.9);
  opacity: 1;
}

.close:hover {
  color: #fff;
}

.modal-body ul {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Scheherazade", sans-serif;
  font-size: 21px;
}

.home-title h2 {
  font-family: "Cairo", sans-serif;
  padding-bottom: 10px;
  position: relative;
  color: #f0ad4e;
  font-size: 50px;
  line-height: 80px;
}

iframe {
  width: 100%;
  height: 315px;
  transition: 1s;
}

@media screen and (max-width: 994px) {
  .home-title h2 {
    padding-bottom: 5px;
    font-size: 24px;
    line-height: unset;
  }

  iframe {
    height: 215px;
  }
}

.home-title p {
  font-family: "Scheherazade", sans-serif;
  position: relative;
  color: #fff;
  font-size: 21px;
  text-align: justify;
  padding-left: 50px;
}

.sign {
  font-family: "Cairo", sans-serif !important;
  position: relative;
  color: #fff;
  font-size: 13px !important;
  display: block;
  position: absolute !important;
  bottom: -70px;
  left: -35px;
  z-index: 999;
}

@media screen and (max-width: 994px) {
  .sign {
    bottom: -100px;
    left: 0px;
  }
}

.sign a {
  text-decoration: none;
  color: #f0ad4e;
  font-size: 14px !important;
}

.sign a:hover {
  color: #fff;
}

.home-notice p {
  font-size: 25px;
  padding-right: 40px;
}

.moving-rtl {
  color: #f0ad4e;
  display: inline-block;
  -webkit-animation-name: moverl;
          animation-name: moverl;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: 1s;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.moving-ltr {
  color: #f0ad4e;
  display: inline-block;
  -webkit-animation-name: movelr;
          animation-name: movelr;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transition: 1s;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.dot {
  background-color: #f0ad4e;
  display: inline-block;
  width: 1px;
  height: 15px;
  transition: 0.5s;
}

.home-notice:hover .dot {
  width: 10px;
}

@-webkit-keyframes movelr {
  10% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }

  50% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@keyframes movelr {
  10% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }

  50% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@-webkit-keyframes moverl {
  10% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

@keyframes moverl {
  10% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }

  100% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}

.home-notice img {
  width: 25px;
  float: right;
  margin-right: 20px;
  margin-top: 14px;
  margin-left: 10px;
  transition: 0.5s;
}

.home-notice:hover img {
  -webkit-transform: translateX(-5px) rotate(180deg);
          transform: translateX(-5px) rotate(180deg);
}

@media screen and (max-width: 994px) {
  .home-title p {
    font-size: 22px;
    padding-left: 0px;
  }
}

.home-notice button {
  background: transparent;
  display: unset;
  padding: 0;
  margin: 0;
  outline: none;
  width: 100%;
}

.home-notice button:hover {
  opacity: 1;
}

.video-div {
  height: 1095px;
  overflow: hidden;
  display: block;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.mobile-img {
  display: none;
  width: 100%;
  height: 890px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 994px) {
  .video-div {
    display: none;
  }

  .mobile-img {
    display: block;
  }
}

@media screen and (max-width: 411px) {
  .mobile-img {
    height: 900px !important;
  }
}

@media screen and (max-width: 375px) {
  .mobile-img {
    height: 900px !important;
  }
}

@media screen and (max-width: 320px) {
  .mobile-img {
    height: 170% !important;
  }
}

video {
  display: block;
  width: 185%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  background: url("//demosthenes.info/assets/images/polina.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
  overflow: hidden;
}

@media screen and (max-width: 994px) {
  video {
    display: none;
  }
}

/*******************************/

#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 70px;
  width: 80%;
  min-width: 300px;
  position: relative;
}

@media screen and (max-width: 994px) {
  #regForm {
    padding: 1rem 2rem;
    width: 95%;
    margin: 30px auto;
  }
}

.tab-php {
  background-color: #ffffff;
  margin: 100px auto;
  font-family: Raleway;
  padding: 70px;
  width: 80%;
  min-width: 300px;
  position: relative;
}

/* Hide all steps by default: */

.tab {
  display: none;
}

.discovery-logo {
  position: absolute;
  top: 30px;
  left: 10%;
  width: 200px;
}

.header-text {
  position: absolute;
  top: 25px;
  left: 10%;
  width: 400px;
  color: #fff;
  border-bottom: 10px solid #f0ad4e;
  font-family: "Cairo", sans-serif;
  font-size: 23px;
}

.moe-logo {
  position: absolute;
  left: 30px;
  top: 20px;
  width: 150px;
}

@media screen and (max-width: 994px) {
  .mobile-flex {
    display: flex;
  }

  .header-text {
    display: none;
  }

  .moe-logo {
    right: none;
    width: 100px;
  }
}

h1 {
  font-family: "Cairo", sans-serif;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  position: relative;
}

h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 10px;
  background-color: #f0ad4e;
  right: 0;
}

.left-h1:after {
  left: 0;
}

.error {
  color: red;
  z-index: -1;
}

@media screen and (max-width: 994px) {
  h1 {
    padding-top: 80px;
    font-size: 25px;
    padding-bottom: 20px;
  }

  h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 5px;
    background-color: #f0ad4e;
    right: 0;
  }
}

input {
  margin-top: 10px;
}

input[name=video_link] {
  direction: ltr !important;
}

input[name=video_link]:not(.invalid) ~ small#video_link-error {
  display: none;
}

input[name=video_link].invalid ~ small#video_link-error {
  display: block !important;
}

small#video_link-error {
  margin: 0.5rem;
  color: red;
}

input.invalid {
  background-color: #ffdddd;
  border: 2px solid #ff8383;
  outline: none !important;
  box-shadow: inset 0 1px 1px #ff767613, 0 0 8px #ff767613 !important;
  border-color: #ff8383 !important;
}

textarea.invalid {
  background-color: #ffdddd;
  border: 2px solid #ff8383;
  outline: none !important;
  box-shadow: inset 0 1px 1px #ff767613, 0 0 8px #ff767613 !important;
  border-color: #ff8383 !important;
}

input[type=radio].invalid {
  content: " ";
  border-color: #ffdddd;
}

label,
p,
h2 {
  font-family: "Scheherazade", sans-serif;
  font-size: 25px;
  padding: 10px;
}

.video-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.video-section li {
  font-family: "Scheherazade", sans-serif;
  font-size: 23px;
}

.video-section a {
  text-decoration: none;
  transition: 0.5;
}

.video-section a:hover {
  color: #f0ad4e;
}

.video-section li::before {
  content: "\2022";
  padding-left: 10px;
  color: #ccc;
}

#video-tab,
#video-step {
  display: none;
}

@media screen and (max-width: 994px) {
  label,
  p,
  h2,
  span {
    font-size: 21px;
    padding: 5px;
  }
}

.matrix h2 {
  padding-left: 10px !important;
}

.matrix p {
  font-size: 18px;
  padding: 0px !important;
  margin: auto;
}

@media screen and (max-width: 994px) {
  .matrix .matrix-header {
    height: 120px;
  }

  .matrix .blank-cell {
    height: 0px;
  }

  .matrix .col-md-2 {
    float: right;
    width: 20%;
    margin-top: 10px;
  }
}

.matrix-header {
  display: block;
}

.matrix-mb-header {
  display: none;
}

#mb-numbers {
  display: none;
}

.point-header-A,
.point-header-B {
  position: relative;
}

@media screen and (max-width: 994px) {
  .matrix-header {
    display: none;
  }

  .matrix-mb-header {
    display: block;
    margin-top: -30px;
  }

  #mb-numbers {
    display: block;
  }

  .matrix-mb-header p {
    padding-top: 30px !important;
  }

  .matrix-mb-header .col-md-4 {
    width: 23%;
    float: right;
  }

  .matrix-mb-header .col-md-8 {
    width: 75%;
    float: left;
    margin-right: 2%;
  }

  .matrix-body {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .matrix-body:after {
    content: "";
    width: 95%;
    height: 1px;
    margin: auto;
    position: relative;
    bottom: -10px;
    background: #eeeeee;
  }

  .ability-bg {
    background: #ccc;
  }

  .matrix-body label {
    font-size: 16px;
    padding: 0 !important;
  }

  .matrix-body .mb-legend {
    width: 30%;
    float: right;
  }

  .matrix-body .mb-left-right {
    margin-top: -20px;
    width: 70%;
    float: right;
    margin-right: -10px;
  }

  .mb-delete {
    display: none;
  }

  .matrix .control__indicator {
    position: relative;
    top: 0;
  }

  .point-header-A:before {
    content: "(\623)";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 8px;
    color: #ccc;
  }

  .point-header-B:before {
    content: "(\628)";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 75px;
    right: 2px;
    color: #ccc;
  }
}

button,
.submit-btn {
  background-color: #f0ad4e;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Cairo", sans-serif;
  cursor: pointer;
}

.checkbox {
  font-weight: normal !important;
}

button:hover {
  opacity: 0.8;
}

.submit-btn:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */

.step {
  height: 15px;
  width: 15px;
  margin: 0 1%;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.3;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #0e629e;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #0e629e;
}

.checkbox-inline span,
.checkbox span,
.radio span {
  /*margin-right: 20px;*/
}

.radio-inline span {
  /*margin-right: 20px;*/
}

.radio {
  display: block;
  width: 100%;
}

.label-cbx {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}

.label-cbx input:checked + .checkbox {
  border-color: #0e629e;
}

.label-cbx input:checked + .checkbox svg path {
  fill: #0e629e;
}

.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}

.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}

.label-cbx .checkbox {
  position: relative;
  top: -4px;
  float: right;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 3px;
}

@media screen and (max-width: 994px) {
  .label-cbx .checkbox {
    position: relative;
    top: -8px;
  }
}

.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.label-cbx .checkbox svg path {
  fill: none;
  stroke: #20c2e0;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}

.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.cntr {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
}

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

/*Radio button*/

.control {
  display: block;
  float: right;
  position: relative;
  padding-right: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 25px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 18px;
  right: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

@media screen and (max-width: 994px) {
  .control__indicator {
    position: absolute;
    top: 11px;
  }

  .radio + .radio,
  .checkbox + .checkbox {
    margin-top: 2px !important;
  }

  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    margin-right: 5px !important;
  }
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

.control input:checked ~ .control__indicator {
  background: #f0ad4e;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #f0ad4e;
}

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.select {
  margin-bottom: 15px;
}

.select select {
  width: 100%;
  cursor: pointer;
  padding: 10px 45px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000;
  background: #ccc;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select__arrow {
  position: absolute;
  top: 16px;
  right: 25px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

/****************************************/

.table-result-form {
  margin-top: 20px;
  padding: 30px;
}

.table-result-form {
  width: 90%;
}

.table-result-form select {
  cursor: pointer;
  outline: 0;
  border: 1px solid #c8ccd4;
  padding: 10px;
  margin-left: 5px;
}

.table-container {
  width: 90%;
  height: 400px;
  overflow-y: scroll;
}

.table-container-inner {
  width: 5200px;
}

.table-container table th {
  background-color: #c8ccd4;
  color: white;
}

.table-result-form button {
  margin-top: 0px !important;
  float: right !important;
}

.style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #e8e8e8;
}

.style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #00d2f8;
}

.style-4::-webkit-scrollbar-thumb {
  background-color: #f0ad4e;
  border: 1px solid #f0ad4e;
}

.table-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  color: #f0ad4e;
}

.table-title-p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  padding-left: 8%;
}

.curPage {
  background: #eee;
}

.font-weight-normal {
  font-weight: normal !important;
}

textarea {
  width: 100%;
  resize: vertical;
  min-height: 150px;
}

#submit-alert {
  display: none;
}

#regForm {
  position: relative;
}

#regForm #registered-before-error {
  position: absolute;
  z-index: 9999;
  margin: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  height: 70px;
  display: flex;
  align-items: center;
  top: 20px;
  background-color: #da423f;
  color: #fff;
  padding: 0 6rem;
  font-family: "Cairo", sans-serif;
  font-weight: bold;
}

