/* author: ali alanzan */
p, h1, h2, h3, h4, h5 {
  color: #567a5e;
  letter-spacing: 1px;
}

p {
  font-size: 22px;
  font-weight: 100;
}

h1, h2, h3, h4, h5, h6, p, span, small,
input, textarea, select, select > option {
  text-align: right;
  direction: rtl;
  font-family: "Jomhuria", cursive;
}

@-webkit-keyframes playarrowdown {
  0% {
    padding: 0;
  }
  25% {
    padding-top: 10px;
  }
  50% {
    padding-top: 0px;
  }
  75% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0;
  }
}

@keyframes playarrowdown {
  0% {
    padding: 0;
  }
  25% {
    padding-top: 10px;
  }
  50% {
    padding-top: 0px;
  }
  75% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0;
  }
}

.hidden {
  display: none;
}

span.error, p.error, label.error {
  color: red;
  letter-spacing: 1.5px;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.bold {
  font-weight: bold;
}

.view-area {
  position: relative;
}

.view-area .remove {
  display: none;
}

.view-area .close, .view-area .remove {
  margin: 13px auto;
  position: relative;
  left: 0;
  opacity: 1;
  color: red;
  float: left;
  top: -15px;
  left: -10px;
}

.view-area p {
  font-size: 1.3rem;
}

.input-icon {
  position: relative;
}

.input-icon .openLink {
  position: absolute;
  width: 90%;
  right: 0;
  height: 35px;
  top: 0;
}

.input-icon > input {
  color: #002ffff8;
}

.input-icon > a#copy {
  position: absolute;
  z-index: 122123123123;
  top: 0;
  left: 0px;
  border-radius: 6px;
  background-color: #333;
  color: #e8e8e8;
  padding: 10px;
}

.input-icon > a#copy:hover {
  background-color: #e8e8e8;
  color: #333;
  border: 1px solid #333;
}

[class*="spinner"] {
  -webkit-animation: rotatingspinner 2s linear infinite;
          animation: rotatingspinner 2s linear infinite;
}

@-webkit-keyframes rotatingspinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotatingspinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.cover {
  background-image: url("/images/cover.png");
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  height: 70vh;
}

.home-icons img {
  max-width: 264px;
  margin: 14px auto;
}

.home-intro h4 {
  color: #2e2e2e;
}

.groups-percentage li {
  margin-top: 20px;
}

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

.sector-groups > li h2 {
  color: #439d30;
  margin: 15px auto;
}

.sector-groups > li .questions h3 {
  font-size: 30px;
}

.sector-groups > li .questions > li {
  width: 100%;
  margin: 10px auto;
}

.sector-groups > li .questions > li .answers {
  list-style-type: none;
  margin-top: 20px;
}

.sector-groups > li .questions > li .answers > li {
  width: 100%;
  margin: 10px auto;
}

.sector-groups > li .questions > li .answers > li > label {
  font-size: 1.4em;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

#resultContainer .precentage-round {
  display: table;
  margin: auto;
  height: 200px;
  width: 200px;
  border: 5px solid #689f5b;
  border-radius: 50%;
}

#resultContainer .precentage-round h1 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  margin-top: 30%;
}

#resultContainer .precentage-round h3 {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

#resultContainer .groups-percentage {
  width: 100%;
  float: right;
}

#resultContainer .groups-percentage li {
  margin: 30px auto;
  width: 100%;
}

#resultContainer .groups-percentage li h2 {
  margin: 0 auto;
}

#resultContainer .groups-percentage li h2 small {
  color: #2e2e2e;
}

#resultContainer .groups-percentage li p {
  color: #2e2e2e;
  margin: 0 auto;
}

.sector-groups-result ul.answers {
  list-style-type: none;
}

.sector-groups-result .answer-verify {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 5px 20px;
  margin: 10px auto;
}

.sector-groups-result .answer-verify::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  right: -25px;
  font-size: 20px;
}

.sector-groups-result .answer-true {
  border: 1px solid #28a745;
}

.sector-groups-result .answer-true::before {
  content: "\f058";
  color: #28a745;
}

.sector-groups-result .answer-false {
  background-color: #dc3545;
}

.sector-groups-result .answer-false::before {
  content: "\f057";
  color: #dc3545;
}

.time-survey > p {
  direction: ltr;
}

.pagination-questions {
  margin-top: 20px;
}

.pagination-arrow-container {
  margin-top: 50px;
}

.pagination-arrow-container .pagination-arrow {
  list-style-type: none;
}

.pagination-arrow-container .pagination-arrow li {
  float: right;
  margin: 0 10px;
  position: relative;
}

.pagination-arrow-container .pagination-arrow li img {
  width: 50px;
}

.pagination-arrow-container .pagination-arrow li span {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 100%;
  text-align: center;
  color: #2e2e2e;
}

header > .row {
  position: relative;
}

.header-cover {
  position: relative;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  margin-bottom: 30px;
}

.header-cover .title {
  margin: 0;
  width: 100%;
  padding: 5px 0;
  padding-bottom: 10px;
  color: #567a5e;
  background-color: #fff;
}

.header-cover .title h2 {
  font-size: 2.5em;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #567a5e;
  background-color: #fff;
}

.header-cover .logo-list {
  position: absolute;
  top: -70px;
  right: 0;
}

.header-cover .logo-list img {
  max-width: 150px;
}

.header-cover .logo-list .logo {
  position: absolute;
  left: 10px;
  border-radius: 50%;
  max-width: 100px;
  top: -100%;
  display: none;
}

.header-cover .logo-list img.profile {
  border-radius: 50%;
}

.header-cover ul.social {
  margin: 0;
  margin-top: 1em;
  height: 40px;
}

.header-cover ul.social li {
  float: right;
  margin: 0 10px;
}

.header-cover ul.social li a {
  background-color: #e8e8e8;
  border: 1px solid #002ffff8;
  padding: 15px 17.5px;
  border-radius: 10px;
}

.header-cover ul.social li a:hover {
  background-color: #002ffff8;
  color: #e8e8e8;
}

.header-cover ul.social li a:hover i {
  color: #e8e8e8;
}

.header-cover ul.social li i {
  color: #002ffff8;
}

.header-cover ul.social li.arrow-down {
  float: left;
}

.header-cover ul.social li.arrow-down a {
  border-radius: 0;
  border: none;
}

.header-cover ul.social li.arrow-down a:hover {
  background: none;
}

.header-cover ul.social li.arrow-down a:hover i {
  color: red;
}

.header-cover ul.social li.arrow-down i {
  margin-top: -5px;
  font-size: 1.8em;
  color: red;
  -webkit-animation: 4s ease-in-out 3s infinite playarrowdown;
          animation: 4s ease-in-out 3s infinite playarrowdown;
}

.request-form .form-group {
  margin: 20px auto;
}

.messages .title {
  position: relative;
  width: auto;
  float: right;
  right: 0%;
  margin-top: 10px;
  color: #616161;
}

.messages .title:after {
  content: "";
  height: .1px;
  -webkit-box-shadow: 0px -1px 1px #333;
          box-shadow: 0px -1px 1px #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: calc(100%);
  display: table;
  margin: 0 auto;
  width: 0;
}

.login-section .password-group {
  position: relative;
}

.login-section .password-group i {
  position: absolute;
  top: 33px;
  left: 0;
  padding: 9px;
  border-radius: 5px;
}

.login-section .password-group i:hover {
  border: 1px solid #333;
}

@media (max-width: 1024px) {
  .cover {
    height: 0;
    padding-bottom: 41%;
  }
  ul.questions {
    padding-right: 0;
  }
  .header-cover {
    padding-top: 0;
    top: 0;
    padding-bottom: 0;
  }
  .header-cover .title h2 {
    font-size: 1.5rem;
  }
  .sector-groups > li h2 {
    margin: 30px auto;
  }
  .messages .title i {
    display: none;
  }
  #sidebar {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .header-cover img.logo {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */