<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************   imported files    ********************************/
/************************   Layout   ************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap");
@font-face {
  font-family: 'Droid Arabic Kufi';
  src: url("../../../../font/kufi/DroidArabicKufi.woff2") format("woff2"), url("../../../../font/kufi/DroidArabicKufi.woff") format("woff"), url("../../../../font/kufi/DroidArabicKufi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  font-family: "Open Sans", sans-serif !important; }

.form-control:focus {
  box-shadow: none !important; }

.form-select {
  font-size: 16px !important; }

.form-select:focus {
  box-shadow: none !important; }

.back-link {
  color: #5A5A5A;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline !important; }

.empl-ass-details {
  border: 1px solid #6F226E;
  border-radius: 5px;
  padding: 15px; }
  .empl-ass-details .esd-title {
    font-size: 17px;
    color: #6F226E;
    margin-bottom: 20px;
    font-weight: bold; }

.esd-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px dotted #6F226E;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.ei-plus {
  display: flex; }

.evaluator-item {
  margin-bottom: 11px; }
  .evaluator-item .evaluator-btn {
    display: flex;
    justify-content: space-between;
    background-color: #DEDCDC;
    padding: 9px 20px;
    border-radius: 5px 5px 0px 0px; }
    .evaluator-item .evaluator-btn:after {
      content: none; }
    .evaluator-item .evaluator-btn:focus {
      box-shadow: none; }
  .evaluator-item .evaluator-txt {
    color: #4D4D4D;
    font-size: 18px;
    margin-left: 15px; }
  .evaluator-item .evaluator-txt-2 {
    color: #6F226E;
    font-size: 16px;
    font-weight: bold; }
  .evaluator-item .evaluator-icon {
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #6F226E;
    width: 25px;
    height: 25px;
    border-radius: 50%; }
  .evaluator-item .evaluator-btn:not(.collapsed) {
    background-color: #707070; }
    .evaluator-item .evaluator-btn:not(.collapsed) .evaluator-txt-2 {
      color: #fff; }
    .evaluator-item .evaluator-btn:not(.collapsed) .evaluator-txt {
      color: #fff; }
    .evaluator-item .evaluator-btn:not(.collapsed) .evaluator-icon {
      color: #6F226E;
      background-color: #fff; }
    .evaluator-item .evaluator-btn:not(.collapsed) .ei-plus {
      display: none; }
    .evaluator-item .evaluator-btn:not(.collapsed) .ei-minus {
      display: flex; }
  .evaluator-item .evaluator-collapse {
    box-shadow: 2px 2px 10px #00000029;
    border-radius: 0px 0px 5px 5px;
    padding: 30px 20px; }

.ei-minus {
  display: none; }

.sample-box {
  color: #212427;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px; }

.sample-size-box {
  box-shadow: 2px 2px 25px #0000001C;
  border-radius: 5px;
  min-width: 230px;
  background-color: #fff;
  padding: 15px 24px; }
  .sample-size-box .sample-size-txt {
    color: #6F226E;
    font-size: 20px;
    font-weight: bold; }

.info-icon {
  font-size: 23px;
  color: #5A5552;
  margin-left: 10px; }

.excel-box {
  box-shadow: 2px 2px 20px #00000021;
  border-radius: 5px;
  padding: 8px 15px;
  min-width: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  .excel-box .excel-txt-1 {
    color: #092853;
    font-size: 16px;
    margin-left: 15px; }

.login-container {
  min-height: 100vh;
  display: flex; }
  .login-container .welcome-side {
    background-color: #6F226E;
    width: 50%;
    position: relative;
    z-index: 0; }
    .login-container .welcome-side:after {
      content: '';
      background-image: url("/wfl/img/login-bg.svg");
      display: block;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: bottom;
      position: absolute;
      bottom: 0;
      z-index: -1; }
  .login-container .login-box {
    display: flex;
    justify-content: center;
    align-items: center; }
  .login-container .wlc-tit {
    color: #fff;
    margin-bottom: 34px;
    font-size: 30px;
    font-weight: bold; }
  .login-container .wlc-txt {
    color: #fff;
    font-size: 16px; }
  .login-container .login-side {
    width: 50%;
    background-color: #EFEFEF; }
    .login-container .login-side .login-logo {
      margin: 0 auto 90px;
      display: block; }
    .login-container .login-side .psw-link {
      color: #707070;
      font-size: 14px;
      margin-top: 4px;
      font-weight: 500;
      opacity: 0.8; }

.login-content-box,
.login-content-box {
  max-width: 450px; }

.auth-box {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 30px 20px; }
  .auth-box .auth-title-box {
    margin-top: -49px; }
  .auth-box .auth-title {
    background-color: #EFEFEF;
    display: inline-block;
    color: #250115;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 25px;
    padding: 0 8px; }

.login-icon-container {
  background-color: #fff !important;
  border-right: 0 !important; }

.auth-img {
  margin-bottom: 55px; }

.edit-btn {
  border-radius: 5px;
  min-width: 141px;
  background-color: #fff;
  padding: 5px 9px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #6F226E;
  display: inline-block;
  margin-right: 15px; }
  .edit-btn:hover {
    background-color: #7B6777;
    color: #fff;
    border-color: #7B6777; }

.lined-title-box {
  margin: 21px 0; }
  .lined-title-box .lined-title {
    display: flex;
    align-items: baseline;
    color: #6F226E;
    font-size: 16px;
    font-weight: bold; }
    .lined-title-box .lined-title:after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 2px dashed #7B6777; }
    .lined-title-box .lined-title .lined-title-txt {
      white-space: nowrap;
      margin-right: 10px; }

.input-label {
  font-size: 16px;
  color: #716F71;
  margin-bottom: 10px; }

.input-box {
  margin-bottom: 20px !important; }

.email-txt-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

.note-box {
  max-height: 123px; }

.dividor-line {
  border-top: 1px solid #7B6777;
  margin: 30px 0;
  opacity: 1; }

.home-first-slider .slide-item:after {
  content: '';
  background-image: linear-gradient(180deg, rgba(14, 44, 83, 0) 0%, rgba(14, 44, 83, 0.65) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0; }
.home-first-slider .slide-img {
  height: 664px; }
.home-first-slider .slide-prev,
.home-first-slider .slide-next {
  width: auto;
  opacity: 1; }
.home-first-slider .slide-prev {
  left: 30px; }
.home-first-slider .slide-next {
  right: 30px; }
.home-first-slider .slide-arrow-icon {
  color: #6F226E;
  border: 1px solid #fff;
  padding: 5px 7px;
  font-size: 24px;
  border-radius: 4px; }
.home-first-slider .slide-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 45px;
  max-width: 810px;
  margin: 0 auto 40px;
  color: #fff; }
.home-first-slider .slide-caption {
  z-index: 1; }

.btn-slider-more {
  font-family: 'Heebo', sans-serif;
  background-color: #6F226E;
  font-weight: 600;
  color: #fff;
  padding: 10px 5px;
  font-size: 16px;
  min-width: 162px;
  border: 1px solid #6F226E;
  border-radius: 10px; }
  .btn-slider-more:hover {
    background-color: #fff;
    color: #0E2C53; }

.section-container {
  padding: 60px 0; }

.about-container {
  min-height: 777px; }

.about-nazaha-img-box .about-nazaha-img1 {
  border-radius: 5px;
  height: 500px;
  width: 489px;
  position: relative;
  box-shadow: 2px 2px 10px #00000029; }
.about-nazaha-img-box .about-nazaha-img2-box {
  padding: 22px;
  background-color: #fff;
  position: absolute;
  top: 344px;
  left: 118px; }
  .about-nazaha-img-box .about-nazaha-img2-box .about-nazaha-img2 {
    width: 407px;
    height: 294px;
    border: 22px solid #fff;
    position: relative; }
  .about-nazaha-img-box .about-nazaha-img2-box .youtube-icon {
    position: absolute;
    bottom: 43%;
    left: 43%;
    z-index: 1; }
  .about-nazaha-img-box .about-nazaha-img2-box:after {
    content: '';
    border: 22px solid #fff;
    border-radius: 28px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #0E2C53;
    opacity: 0.73; }

.about-nazaha-txt-box .about-nazaha-title {
  color: #0E2C53;
  font-size: 40px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 20px;
  /*&amp;:after{
  	content: '';
  	display: inline-block;
  	width: 100%;
  	height: 1px;
  	background-color: #DEDCDC;
  }*/ }
.about-nazaha-txt-box .about-nazaha-txt {
  color: #4D4D4D;
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  margin-bottom: 20px; }
.about-nazaha-txt-box .nazaha-tit {
  color: #6F226E; }

.line-after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DEDCDC; }

.line-before {
  display: inline-block;
  width: 4px;
  height: 41px;
  vertical-align: text-top;
  background-color: #707070;
  margin-right: 10px; }

.objective-box {
  margin-bottom: 20px; }
  .objective-box .objective-title-box {
    margin-bottom: 12px; }
  .objective-box .objective-title {
    color: #4D4D4D;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 600; }
  .objective-box .objective-txt {
    color: #4D4D4D;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    padding-left: 26px; }
  .objective-box .star-icon {
    margin-right: 8px; }

.btn-more {
  font-family: 'Heebo', sans-serif;
  background-color: #6F226E;
  font-weight: 600;
  color: #fff;
  padding: 8px 5px;
  font-size: 16px;
  min-width: 113px;
  border: 1px solid #6F226E;
  border-radius: 10px; }
  .btn-more:hover {
    background-color: #fff;
    color: #0E2C53; }

.mt-4-1 {
  margin-top: 30px; }

.mt-3-1 {
  margin-top: 20px; }

.benefit-section-container {
  min-height: 504px;
  position: relative;
  z-index: 0; }
  .benefit-section-container:before {
    content: '';
    background-image: url("/wfl/img/nazaha-benefit-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2; }
  .benefit-section-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(252deg, #0E2C53 0%, #0E2C53 100%);
    opacity: 0.78; }
  .benefit-section-container .certificate-benefit-box {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 26px;
    min-height: 200px;
    margin-bottom: 24px; }
    .benefit-section-container .certificate-benefit-box .certificate-benefit-icon-box {
      margin-bottom: 26px; }
      .benefit-section-container .certificate-benefit-box .certificate-benefit-icon-box:after {
        content: '';
        width: 121px;
        height: 2px;
        background-color: #6F226E;
        display: block;
        margin: 0 auto; }
      .benefit-section-container .certificate-benefit-box .certificate-benefit-icon-box .certificate-benefit-icon {
        width: 54px;
        height: 54px;
        margin-bottom: 21px; }
    .benefit-section-container .certificate-benefit-box .certificate-benefit-title {
      font-size: 16px;
      font-family: 'Heebo', sans-serif;
      color: #fff; }

.section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
  color: #fff; }

.mb-section-title {
  margin-bottom: 50px; }

.btn-lg-1 {
  min-width: 228px;
  font-family: 'Heebo', sans-serif;
  background-color: #6F226E;
  font-weight: 600;
  color: #fff;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #6F226E;
  border-radius: 5px; }
  .btn-lg-1:hover {
    background-color: #fff;
    color: #0E2C53; }

.mt-5-1 {
  margin-top: 60px; }

.blue-500 {
  color: #0E2C53 !important; }

.orange-200 {
  color: #6F226E !important; }

.standards-container {
  background-color: #F3F3F3; }

.btn:focus {
  box-shadow: none !important; }

/********************************** Advisory Board Slider   ************************************/
.advisory-board-slider.slick-initialized .slick-slide {
  display: flex; }

.advisory-board-slider .advisory-container {
  position: relative;
  height: 259px; }
  .advisory-board-slider .advisory-container:hover .advisory-img-box:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 32px;
    left: 35px;
    border: 1px solid #6F226E;
    border-radius: 5px;
    padding: 30px;
    background-image: linear-gradient(180deg, rgba(14, 44, 83, 0.48) 13%, #0E2C53 87%); }
  .advisory-board-slider .advisory-container:hover .advisory-txt {
    display: none; }
  .advisory-board-slider .advisory-container:hover .advisory-hover-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .advisory-board-slider .advisory-container:hover .advisory-img-box .advisory-img {
    max-height: 100%; }
.advisory-board-slider .advisory-img-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  .advisory-board-slider .advisory-img-box .advisory-img {
    border-radius: 5px;
    max-height: 200px;
    margin: 0 auto 15px; }
  .advisory-board-slider .advisory-img-box .advisory-txt {
    color: #0E2C53;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0; }
.advisory-board-slider .advisory-hover-box {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 34px;
  left: 34px;
  bottom: 0;
  text-align: center;
  padding: 20px 15px; }
  .advisory-board-slider .advisory-hover-box .hover-advisory-title {
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px; }
  .advisory-board-slider .advisory-hover-box .hover-advisory-txt {
    font-family: 'Heebo', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px;
    max-height: 140px;
    overflow-y: auto; }
  .advisory-board-slider .advisory-hover-box .hover-advisory-link {
    font-family: 'Rajdhani', sans-serif;
    color: #6F226E;
    font-size: 18px;
    font-weight: 600; }
.advisory-board-slider .left-arrow,
.advisory-board-slider .right-arrow {
  position: absolute;
  top: 50%;
  color: #6F226E;
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 25px;
  cursor: pointer; }
.advisory-board-slider .left-arrow {
  left: -30px; }
.advisory-board-slider .right-arrow {
  right: -30px; }

/********************************** /Advisory Board Slider   ************************************/
.resources-bank-container {
  background-image: url("/wfl/img/resources-bank-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 516px;
  padding: 60px 0 36px; }
  .resources-bank-container .bank-resource-box {
    border: 1px solid #fff;
    padding: 25px;
    box-shadow: 2px 2px 25px #00000012;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 24px;
    transition: 600ms; }
    .resources-bank-container .bank-resource-box:hover {
      transform: translateY(-20px);
      border-color: #6F226E; }
    .resources-bank-container .bank-resource-box .bank-resource-icon {
      width: 45px;
      height: 45px;
      margin-bottom: 15px; }
    .resources-bank-container .bank-resource-box .bank-resource-title {
      color: #4D4D4D;
      font-size: 18px;
      font-weight: 600;
      font-family: 'Rajdhani', sans-serif; }

.event-box {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 25px #00000014;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 5px 25px;
  transition: 600ms; }
  .event-box .event-img-box {
    position: relative;
    margin-bottom: 20px; }
    .event-box .event-img-box .event-img {
      border-radius: 5px;
      width: 100%;
      height: 259px; }
    .event-box .event-img-box .date-card {
      position: absolute;
      top: 20px;
      min-width: 120px;
      min-height: 30px;
      font-family: 'Heebo', sans-serif; }
      .event-box .event-img-box .date-card .day {
        background-color: #0E2C53;
        min-width: 36px;
        padding: 5px; }
        .event-box .event-img-box .date-card .day .day-val {
          font-size: 14px;
          font-weight: bold;
          color: #fff; }
      .event-box .event-img-box .date-card .month-year {
        background-color: #fff;
        padding: 5px 10px; }
        .event-box .event-img-box .date-card .month-year .month-year-val {
          color: #6F226E;
          font-size: 14px; }
  .event-box .event-txt-box {
    padding: 0 15px; }
    .event-box .event-txt-box .event-title {
      color: #4D4D4D;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px; }
    .event-box .event-txt-box .event-txt {
      color: #4D4D4D;
      font-size: 16px;
      font-family: 'Heebo', sans-serif; }
    .event-box .event-txt-box .event-link {
      margin-top: 15px;
      font-weight: 600; }
  .event-box:hover {
    cursor: pointer;
    border-color: #6F226E;
    transform: translateY(-20px); }
    .event-box:hover .event-link {
      color: #6F226E; }

a {
  text-decoration: none !important; }

.btn-more-news {
  min-width: 141px; }

.publications-container {
  background-color: #F8F8F8; }
  .publications-container .publications-sidebar-box {
    box-shadow: 2px 2px 20px #00000029;
    border-radius: 20px;
    background-color: #F8F8F8;
    min-height: 536px;
    padding-top: 97px;
    max-width: 234px; }
    .publications-container .publications-sidebar-box .publication-button {
      padding: 12px 20px;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      border: 0;
      border-bottom: 1px solid #E2E2E2;
      background-color: transparent;
      position: relative; }
      .publications-container .publications-sidebar-box .publication-button .publication-btn-tit {
        color: #4D4D4D;
        font-size: 18px;
        font-family: 'Heebo', sans-serif; }
      .publications-container .publications-sidebar-box .publication-button .publication-btn-icon {
        margin-right: 8px; }
      .publications-container .publications-sidebar-box .publication-button .publication-btn-active-icon {
        display: none; }
      .publications-container .publications-sidebar-box .publication-button.active {
        background-color: #0E2C53; }
        .publications-container .publications-sidebar-box .publication-button.active .publication-btn-tit {
          color: #fff;
          font-weight: 600; }
        .publications-container .publications-sidebar-box .publication-button.active .publication-btn-icon {
          display: none; }
        .publications-container .publications-sidebar-box .publication-button.active .publication-btn-active-icon {
          display: block;
          position: absolute;
          top: -13px;
          right: -38px;
          font-size: 58px; }

.publication-content-card {
  background-color: #F8F8F8;
  margin-bottom: 24px;
  box-shadow: 2px 2px 25px #00000029;
  border-radius: 20px;
  padding: 14px 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center; }
  .publication-content-card .publication-content-title {
    margin-top: 16px;
    font-size: 13px;
    color: #6F226E;
    font-weight: bold;
    font-family: 'Heebo', sans-serif; }

.publication-box {
  margin-bottom: 24px; }
  .publication-box .publication-img-box {
    position: relative;
    margin-bottom: 20px;
    z-index: 0; }
    .publication-box .publication-img-box:after {
      content: '';
      background-image: linear-gradient(180deg, rgba(14, 44, 83, 0) 0%, #0E2C53 100%);
      display: block;
      width: 100%;
      height: 81px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      border-radius: 0px 0px 5px 5px; }
    .publication-box .publication-img-box .publication-img {
      border-radius: 5px;
      width: 100%;
      height: 232px; }
    .publication-box .publication-img-box .date-card {
      position: absolute;
      z-index: 2;
      bottom: 20px;
      min-width: 120px;
      min-height: 30px;
      font-family: 'Heebo', sans-serif; }
      .publication-box .publication-img-box .date-card .day {
        background-color: #0E2C53;
        min-width: 36px;
        padding: 5px; }
        .publication-box .publication-img-box .date-card .day .day-val {
          font-size: 14px;
          font-weight: bold;
          color: #fff; }
      .publication-box .publication-img-box .date-card .month-year {
        background-color: #fff;
        padding: 5px 10px; }
        .publication-box .publication-img-box .date-card .month-year .month-year-val {
          color: #6F226E;
          font-size: 14px; }
  .publication-box .publication-txt-box .publication-txt {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif; }
  .publication-box .publication-txt-box .publication-link {
    margin-top: 15px;
    font-weight: 600;
    color: #6F226E; }

.btn-publication-more {
  min-width: 178px; }

.btn-msg {
  min-width: 148px;
  padding: 8px 5px;
  font-size: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.twitter-timeline iframe {
  max-height: 491px; }

.footer-section {
  background-image: url("/wfl/img/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 358px; }
  .footer-section .contact-container .contact-box {
    margin-bottom: 25px; }
  .footer-section .contact-icon {
    font-size: 22px;
    margin-right: 14px;
    color: #F6F6F6; }
  .footer-section .contact-txt {
    color: #F6F6F6;
    font-size: 16px; }
  .footer-section .contact-links li {
    margin-bottom: 15px; }
    .footer-section .contact-links li:last-child {
      margin-bottom: 0; }

.section-title-30 {
  font-size: 30px; }

.subscribe_btn {
  color: #fff;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  padding: 13px;
  min-width: 141px;
  border: 1px solid #6F226E;
  border-radius: 10px; }
  .subscribe_btn:hover {
    background-color: #6F226E;
    color: #fff; }

.mb-40 {
  margin-bottom: 40px; }

.footer-second-part {
  background-color: #fff;
  padding: 10px; }
  .footer-second-part .txt {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.36px; }

.header-first-part {
  padding: 13px 0; }

.european-logo {
  width: 120px;
  height: 110px;
  margin-right: 16px; }

.spanish-logo {
  width: 162px;
  height: 54px; }

.nazaha-logo {
  width: 124px;
  height: 64px; }

.rased-logo {
  width: 114px;
  height: 52px; }

.hayat-logo {
  width: 105px;
  height: 51px; }

.header-second-part {
  padding: 15px 0;
  background-color: #0E2C53; }
  .header-second-part .header-menu li {
    margin-right: 45px; }
    .header-second-part .header-menu li:last-child {
      margin-right: 0; }
    .header-second-part .header-menu li .menu-link {
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
      .header-second-part .header-menu li .menu-link:hover {
        color: #6F226E; }
  .header-second-part .header-auth-btn {
    min-width: 91px;
    padding: 5px;
    font-size: 14px; }

.bordered-close-bn {
  top: 10px;
  right: 12px;
  z-index: 1;
  font-size: 12px; }

.about-nazaha-modal {
  max-width: 799px !important; }

.sticky-menu {
  position: fixed;
  z-index: 2;
  right: 30px;
  top: 47%; }
  .sticky-menu li {
    margin-bottom: 16px; }
    .sticky-menu li:last-child {
      margin-bottom: 0; }
  .sticky-menu .social-media-link {
    display: block; }
    .sticky-menu .social-media-link img {
      width: 37px;
      height: 37px; }

.mobile-header {
  display: none; }
  .mobile-header .header-menu-collapsed {
    font-size: 23px; }
  .mobile-header .header-menu {
    transform: translate3d(0px, 30.5px, 0px) !important;
    padding: 10px; }
    .mobile-header .header-menu .auth-btns {
      background-color: #EFEFEF;
      padding: 10px; }
    .mobile-header .header-menu li {
      margin-right: 0 !important; }

.inner-header {
  background-color: #EBEBEB;
  padding: 10px; }
  .inner-header .section-title {
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600; }

.content-container {
  padding: 40px 0; }

.inner-about-img {
  box-shadow: 2px 2px 10px #00000029;
  border-radius: 5px;
  width: 100%;
  height: 289px; }

.inner-about-nazaha-tit {
  color: #0E2C53;
  font-size: 18px;
  font-weight: bold; }
  .inner-about-nazaha-tit .line-before {
    background-color: #6F226E;
    height: 29px; }

.inner-about-nazaha-txt {
  color: #4D4D4D;
  font-family: 'Heebo', sans-serif;
  font-size: 16px; }

.inner-objectives {
  background-color: #F6F6F6; }

.component-img-box {
  margin-bottom: 15px; }
  .component-img-box .component-icon {
    width: 34px;
    height: 35px; }
  .component-img-box .bottom-line {
    display: block;
    width: 63px;
    height: 3px;
    background-color: #6F226E;
    margin-top: 11px; }

.component-title {
  color: #4D4D4D;
  font-size: 16px;
  font-family: 'Heebo', sans-serif;
  margin-bottom: 15px; }

.component-link {
  color: #6F226E;
  font-size: 16px;
  font-weight: 600; }

.component-box {
  border-right: 1px solid #DFDFDF; }

.target-box .target-img {
  border: 1px solid #6F226E;
  border-radius: 50%;
  width: 118px;
  height: 118px;
  margin-bottom: 25px; }
.target-box .target-title {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 600; }

.nazaha-pager li .page-link {
  border-radius: 50% !important;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #202020; }
  .nazaha-pager li .page-link:hover, .nazaha-pager li .page-link.active {
    border: 1px solid #A8A8A8;
    background-color: #6F226E;
    color: #fff; }

.news-node-first-block .news-node-first-block-img {
  width: 360px;
  height: 316px;
  border-radius: 5px;
  margin-right: 30px;
  float: left;
  margin-bottom: 20px; }
.news-node-first-block .news-node-first-block-txt {
  color: #4D4D4D;
  font-family: 'Heebo', sans-serif;
  font-size: 16px; }
.news-node-first-block .news-node-first-block-title {
  color: #4D4D4D;
  font-size: 18px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  margin-bottom: 8px; }
.news-node-first-block .news-node-first-block-date {
  font-size: 14px;
  color: #6F226E;
  font-family: 'Heebo', sans-serif;
  margin-bottom: 20px; }

.news-node-second-block {
  position: relative;
  z-index: 0; }
  .news-node-second-block:after {
    content: '';
    background-color: #F6F6F6;
    width: 100%;
    height: 50%;
    display: block;
    top: 0;
    position: absolute;
    z-index: -1; }
  .news-node-second-block .news-node-img {
    height: 259px;
    width: 100%;
    border-radius: 5px; }

.publication-node-second-part {
  background-color: #F6F6F6; }

.inner-standard-item {
  margin-bottom: 20px; }

.inner-standard-objet-box {
  list-style-type: none; }

.inner-contact-box {
  border-right: 1px solid #BABCBF; }
  .inner-contact-box .inner-contact-icon {
    width: 46px;
    height: 46px; }
  .inner-contact-box .inner-contact-tit {
    margin-top: 15px;
    color: #707070;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Heebo', sans-serif; }
  .inner-contact-box .inner-contact-txt {
    color: #0E2C53;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif; }

.inner-contact-form-card {
  max-width: 750px;
  box-shadow: 2px 3px 20px #00000012;
  border-radius: 20px;
  padding: 40px 30px;
  margin: 0 auto;
  margin-top: 50px; }

.contact-form-title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Heebo', sans-serif;
  color: #0E2C53;
  margin-bottom: 30px; }

.publication-tabs {
  box-shadow: 2px 2px 20px #00000029;
  border-radius: 10px 10px 0 0; }
  .publication-tabs .publication-button {
    border: 0;
    border-right: 2px solid #ebebeb;
    padding: 11px;
    border-bottom: 3px solid transparent; }
    .publication-tabs .publication-button.active {
      border-bottom: 3px solid #6F226E; }
    .publication-tabs .publication-button:focus-visible {
      border: 0; }
  .publication-tabs .publication-btn-tit {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Heebo', sans-serif; }
  .publication-tabs .publication-first-btn {
    border-radius: 10px 0 0 0; }
  .publication-tabs .publication-first-item {
    border-radius: 10px 0 0 0; }
  .publication-tabs .publication-last-item {
    border-radius: 0 10px 0 0; }
  .publication-tabs .publication-last-btn {
    border-radius: 0 10px 0 0;
    border-right: 0; }

/******************************************   informative admin   **********************************************/
#informative_admin {
  /*********************************************************/ }
  #informative_admin #mobile-sidebar {
    display: none;
    width: 314px; }
  #informative_admin .burger:before,
  #informative_admin .burger span,
  #informative_admin .burger:after {
    width: 0 !important; }
  #informative_admin aside .side-inner {
    padding: 0 !important; }
  #informative_admin .table-bordered {
    border: 1px solid #dee2e6 !important; }
  #informative_admin .header-container {
    background-color: #fff;
    height: 89px; }
  #informative_admin .notify-btn {
    color: #707070;
    font-size: 27px; }
  #informative_admin .logout-btn {
    margin-left: 19px; }
  #informative_admin .header-part-2 {
    background-image: linear-gradient(0deg, #FFFFFF 0%, #ECECEC 58%, #808080 100%);
    height: 30px;
    opacity: 0.3; }
  #informative_admin .notify-badge {
    font-size: 9px !important;
    top: 9px;
    left: 18px;
    background-color: #6F226E;
    color: #fff;
    border: 2px solid #fff;
    transform: translate(-50%, -50%) !important; }
  #informative_admin #sidebar-wrapper {
    position: fixed;
    top: 0;
    background-image: url("/wfl/img/sidebar-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 314px; }
  #informative_admin .inner-content-wrapper {
    padding: 20px 16px;
    margin-left: 316px;
    margin-top: 149px; }
  #informative_admin #body-wrapper {
    position: relative; }
  #informative_admin .content-wrapper-box {
    position: relative; }
  #informative_admin .sidebar-logo-box {
    border-bottom: 1px solid #fff;
    padding: 22px 15px;
    text-align: center; }
  #informative_admin .sidebar-user-info-box {
    padding: 24px 15px; }
    #informative_admin .sidebar-user-info-box .sidebar-user-img {
      width: 62px;
      height: 59px;
      border-radius: 7px;
      margin-right: 15px; }
    #informative_admin .sidebar-user-info-box .user-tit {
      margin-bottom: 2px; }
    #informative_admin .sidebar-user-info-box .user-txt {
      font-size: 16px;
      color: #fff; }
  #informative_admin .sidebar-line-dividor {
    border-top: 2px solid #fff;
    margin: 20px 36px 17px; }
  #informative_admin #sidebar-menu {
    overflow-y: auto;
    height: calc(90vh - 240px); }
    #informative_admin #sidebar-menu::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: transparent; }
    #informative_admin #sidebar-menu::-webkit-scrollbar {
      width: 12px;
      border-radius: 10px; }
    #informative_admin #sidebar-menu::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #F5F5F5; }
  #informative_admin .sidebar-menu .sidebar-menu-item {
    padding: 15px 30px; }
    #informative_admin .sidebar-menu .sidebar-menu-item:hover {
      background-color: #fff; }
      #informative_admin .sidebar-menu .sidebar-menu-item:hover .sidebar-menu-txt {
        color: #4D4D4D;
        font-weight: bold; }
      #informative_admin .sidebar-menu .sidebar-menu-item:hover .sidebar-menu-icon {
        color: #707070; }
  #informative_admin .sidebar-menu .sidebar-menu-txt {
    color: #fff;
    font-size: 16px;
    margin-left: 15px; }
  #informative_admin .sidebar-menu .sidebar-menu-icon {
    color: #fff;
    font-size: 18px; }
  #informative_admin .sidebar-menu-accordion-btn {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none; }
    #informative_admin .sidebar-menu-accordion-btn:after {
      background-image: url("/wfl/img/sidebar-angle-right.svg");
      background-size: contain;
      display: block;
      filter: brightness(0) invert(1); }
    #informative_admin .sidebar-menu-accordion-btn:hover:after {
      filter: brightness(1) invert(0); }
  #informative_admin .accordion-button:not(.collapsed)::after {
    background-image: url("/wfl/img/sidebar-angle-down.svg"); }
  #informative_admin .sidebar-menu-accordion-item {
    border: 0;
    border-radius: 0;
    background-color: transparent; }
  #informative_admin .header-parent {
    position: absolute;
    right: 0;
    left: 0; }
  #informative_admin .orange-txt {
    color: #6F226E !important; }
  #informative_admin .sidebar-child-title {
    margin-left: 10px;
    color: #fff;
    font-size: 16px; }
  #informative_admin .sidebar-child-body {
    padding: 7px 30px 7px 55px;
    display: block; }
    #informative_admin .sidebar-child-body:hover {
      background-color: #fff; }
      #informative_admin .sidebar-child-body:hover .sidebar-child-title {
        color: #4D4D4D; }
    #informative_admin .sidebar-child-body.active {
      background-color: #fff; }
      #informative_admin .sidebar-child-body.active .sidebar-child-title {
        color: #4D4D4D; }
  #informative_admin .container-box {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 30px; }
    #informative_admin .container-box .box-tit {
      color: #6F226E;
      font-size: 25px;
      font-weight: bold;
      display: inline-block;
      background-color: #fff;
      padding: 0 9px; }
    #informative_admin .container-box .box-tit-container {
      margin-top: -53px;
      margin-bottom: 15px; }
    #informative_admin .container-box .account-table tbody tr:nth-child(odd) {
      background-color: #EFEFEF; }
    #informative_admin .container-box .account-table tbody tr:nth-child(even) {
      background-color: #F8F8F8; }
    #informative_admin .container-box .account-table tbody tr {
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      border-left: 2px solid #fff; }
      #informative_admin .container-box .account-table tbody tr th,
      #informative_admin .container-box .account-table tbody tr td {
        padding: 8px 15px;
        border-right: 2px solid #fff; }
      #informative_admin .container-box .account-table tbody tr th {
        color: #4D4D4D;
        font-size: 16px;
        font-weight: bold; }
      #informative_admin .container-box .account-table tbody tr td {
        color: #6F226E;
        font-size: 16px;
        font-weight: 500; }
  #informative_admin .btn-container {
    display: flex;
    margin-top: 50px; }
  #informative_admin .bordered-btn-box {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 22px; }
  #informative_admin .dashed-line {
    border-top: 2px dashed #6F226E;
    margin: 30px 0;
    opacity: 1; }
  #informative_admin .greenish-txt {
    color: #0DAA34 !important; }
  #informative_admin .red-txt {
    color: #D60000 !important; }
  #informative_admin .icon-style {
    font-size: 18px; }
  #informative_admin .main-table-1 thead tr {
    background-color: #6F226E; }
    #informative_admin .main-table-1 thead tr th {
      color: #fff; }
  #informative_admin .main-table-1 tbody tr td {
    color: #4D4D4D !important; }
  #informative_admin .alert-txt {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold; }
  #informative_admin .alert-btn-1 {
    min-width: 70px;
    border-radius: 3px;
    background-color: #0DAA34;
    color: #fff;
    font-size: 16px;
    padding: 4px; }
  #informative_admin .alert-btn-2 {
    background-color: #4D4D4D; }
  #informative_admin .alert-icon {
    font-size: 45px; }
  #informative_admin .alert-modal {
    margin-top: 8rem; }
  #informative_admin .add-icon {
    color: #6F226E;
    font-size: 14px; }
  #informative_admin .add-txt {
    color: #707070;
    font-size: 13px;
    margin-left: 5px; }
  #informative_admin .reset-btn {
    color: #6F226E;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline; }
  #informative_admin .back-btn {
    color: #5A5A5A;
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px; }
  #informative_admin .disabled-btn {
    background-color: #DBDBDB;
    color: #B2B1B1;
    border-color: #DBDBDB;
    cursor: not-allowed; }
    #informative_admin .disabled-btn:hover {
      background-color: #DBDBDB;
      color: #B2B1B1;
      border-color: #DBDBDB; }
  #informative_admin .secondary-box {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    background-color: #F5F5F5;
    padding: 7px 20px;
    margin-top: 20px; }
  #informative_admin .form-check-input:focus {
    box-shadow: none !important; }
  #informative_admin .img-preview-box {
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    background: #fff;
    padding: 6px 7px;
    width: 54px;
    margin: 0 auto; }
  #informative_admin .evaluator-box {
    margin-bottom: 24px;
    border: 1px solid #DEDCDC;
    border-radius: 5px;
    padding: 25px; }
  #informative_admin .account-status-box {
    display: flex; }
    #informative_admin .account-status-box label {
      margin: 0 5px; }
    #informative_admin .account-status-box .form-check-input:checked {
      background-color: #0DAA34;
      border-color: #0DAA34; }
    #informative_admin .account-status-box .form-check-input {
      width: 45px; }
  #informative_admin .orange-line-dividor {
    background-color: #6F226E;
    width: 100%;
    height: 2px;
    margin: 20px auto; }
  #informative_admin .txt-14 {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 600; }
  #informative_admin .img-preview-popup {
    max-width: 360px;
    max-height: 259px; }
  #informative_admin .btn-close:focus {
    box-shadow: none !important; }
  #informative_admin .custom-pager .page-link {
    border-radius: 50% !important;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: #202020;
    border-color: #A8A8A8;
    margin-right: 4px;
    font-size: 14px; }
    #informative_admin .custom-pager .page-link:hover, #informative_admin .custom-pager .page-link:focus, #informative_admin .custom-pager .page-link.active {
      background-color: #7B6777;
      color: #fff;
      border-color: #7B6777;
      box-shadow: none !important; }
  #informative_admin .custom-pager .disabled {
    color: #A8A8A8 !important;
    border-color: #A8A8A8 !important; }
  #informative_admin .mobile-header {
    background-image: url("/wfl/img/mobile-header-bg.svg");
    padding: 17px 0;
    position: relative;
    z-index: 5;
    border-bottom: 4px solid #6F226E;
    background-color: #6F226E; }
    #informative_admin .mobile-header .notify-btn {
      color: #fff;
      border: 1px solid #fff;
      padding: 2px 12px 1px 7px;
      font-size: 23px;
      margin: 0 10px;
      font-size: 21px; }
    #informative_admin .mobile-header .notify-badge {
      top: 15px;
      left: 22px;
      font-size: 7px !important; }
    #informative_admin .mobile-header .logout-btn {
      filter: brightness(0) invert(1);
      border: 1px solid #fff;
      padding: 3px 7px 6px; }
    #informative_admin .mobile-header .header-collapsed-btn {
      font-size: 15px;
      padding: 6px 10px !important; }
    #informative_admin .mobile-header .mobile-header-menu {
      transform: translate3d(-12px, 63px, 0px) !important;
      --bs-dropdown-min-width: 100vw !important;
      border-radius: 0;
      border: 0;
      background-color: #0E2C53; }
      #informative_admin .mobile-header .mobile-header-menu .dropdown-item {
        color: #fff; }
  #informative_admin .burger {
    width: unset !important;
    height: unset !important; }
  #informative_admin #mobile-sidebar {
    background-image: url("/wfl/img/sidebar-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    left: -15px;
    top: 99px; }
  #informative_admin #dropdownMenuButton1 {
    z-index: 12; }
  #informative_admin .notification-menu {
    border-radius: 10px;
    max-width: 342px;
    min-width: 342px; }
    #informative_admin .notification-menu .notification-view-all {
      background-color: #4D4D4D;
      color: #fff;
      padding: 7px;
      font-size: 14px;
      font-weight: bold; }
      #informative_admin .notification-menu .notification-view-all:active {
        background-color: #4D4D4D; }
    #informative_admin .notification-menu li {
      background-color: #F5F5F5; }
      #informative_admin .notification-menu li:first-child {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px; }
      #informative_admin .notification-menu li:last-child .notification-item {
        border-bottom: 0; }
      #informative_admin .notification-menu li .notification-item {
        border-bottom: 1px solid #D8D8D8;
        padding: 15px 0; }
      #informative_admin .notification-menu li a {
        padding: 0 20px; }
        #informative_admin .notification-menu li a:hover .notification-txt {
          font-weight: bold; }
        #informative_admin .notification-menu li a:active {
          background-color: #F5F5F5; }
    #informative_admin .notification-menu .notification-txt {
      font-size: 15px;
      color: #4D4D4D;
      white-space: break-spaces; }
  #informative_admin .notification-list li {
    margin-bottom: 15px; }
    #informative_admin .notification-list li:last-child {
      margin-bottom: 0; }
  #informative_admin .notification-list .notification-list-item {
    border-left: 3px solid #7B6777;
    background-color: #F5F5F5;
    padding: 20px; }
  #informative_admin .notification-list .notification-list-item-txt {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid #B2B2B2;
    margin-right: 30px;
    padding-right: 30px; }
    @media (max-width: 991.9px) {
      #informative_admin .notification-list .notification-list-item-txt {
        margin-right: 0px;
        padding-right: 0px;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-right: none;
        border-bottom: 1px solid #B2B2B2; } }
  #informative_admin .notification-list .notification-check {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 991.9px) {
      #informative_admin .notification-list .notification-check {
        align-items: baseline; } }
    #informative_admin .notification-list .notification-check .form-check-label {
      color: #0DAA34;
      font-size: 14px;
      font-weight: 500; }
    #informative_admin .notification-list .notification-check .form-check-input {
      float: unset;
      margin-left: 0;
      width: 26px;
      height: 26px; }
  #informative_admin .notification-list .checkedNotifBox .notification-list-item-txt,
  #informative_admin .notification-list .checkedNotifBox .form-check-label {
    color: #4D4D4D;
    opacity: 0.56; }
  #informative_admin .notification-list .form-check-input:checked[type=checkbox] {
    background-image: url("/wfl/img/gray-checked-icon.svg");
    background-color: #9F9F9F;
    border: 1px solid #9F9F9F;
    background-size: auto;
    opacity: 0.45; }
  #informative_admin .title-r-2 {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 30px; }
  #informative_admin .dash-container {
    margin-top: 40px; }
  #informative_admin .codes-list {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 26px; }
    #informative_admin .codes-list li {
      margin-bottom: 15px; }
      #informative_admin .codes-list li:last-child {
        margin-bottom: 0; }
  #informative_admin .conduct-modal {
    max-width: 869px !important; }
    #informative_admin .conduct-modal .modal-header {
      border-bottom: 1px solid #6F226E; }
  #informative_admin .btn-close {
    font-size: 13px; }

.txt-b14 {
  color: #212427;
  font-size: 14px; }

.email-container {
  padding: 40px 0;
  min-height: 100vh;
  background-image: linear-gradient(180deg, #D8D8D8 0%, #D8D8D800 100%); }

.hello-msg {
  color: #6F226E;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px; }

.email-txt {
  color: #2B2B2B;
  font-size: 18px; }

.email-link {
  color: #4583E1;
  font-size: 21px;
  text-decoration: underline !important;
  margin-top: 20px;
  overflow-wrap: break-word; }

.gray-line-dividor {
  border-top: 2px solid #707070;
  margin: 30px 0; }

.email-notes {
  margin-top: 30px;
  margin-bottom: 62px; }

.email-box {
  margin-top: 68px; }

.auth-logo-section {
  max-height: 172px;
  padding: 30px 0;
  background-image: url("/wfl/img/auth-bg.svg"); }

.auth-body {
  background-color: #EFEFEF;
  min-height: 100vh;
  padding: 50px 0; }

.code-country {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 0;
  background-color: #fff; }

.mobile-num {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.auth-inner-section {
  margin-top: 23px;
  margin-bottom: 40px; }

.save-btn {
  min-width: 100px !important; }

.edit-btn-2 {
  border: 1px solid #707070;
  background-color: #fff;
  color: #6F226E; }
  .edit-btn-2:hover {
    background-color: #707070;
    color: #fff;
    border-color: #707070; }

.edit-btn-3 {
  min-width: unset;
  max-width: 148px; }

.btn-container-2 {
  justify-content: space-between; }

.form-label {
  color: #707070;
  font-size: 16px;
  font-weight: bold; }

.check-box {
  max-width: 429px !important;
  margin-top: 7rem !important; }

.ok-btn {
  background-color: #0DAA34;
  min-width: 70px;
  border-radius: 3px;
  padding: 7px;
  color: #fff;
  font-size: 16px; }

.custom-secondary-btn {
  border-radius: 5px;
  min-width: 100px;
  background-color: #fff;
  padding: 7px 9px;
  color: #0E2C53;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  border: 1px solid #4D4D4D;
  display: inline-block; }
  .custom-secondary-btn:hover {
    background-color: #4D4D4D;
    color: #fff;
    border-color: #4D4D4D; }

.nu-certificate-card {
  box-shadow: 2px 2px 20px #00000029;
  border-radius: 4px;
  margin-bottom: 24px; }
  .nu-certificate-card .certificate-content-box {
    padding: 15px 17px 22px; }
  .nu-certificate-card .certificate-content {
    margin: 20px 0; }
    .nu-certificate-card .certificate-content .certificate-tit {
      color: #6F226E;
      font-size: 16px;
      font-weight: bold; }
    .nu-certificate-card .certificate-content .certificate-txt {
      color: #5A5A5A;
      font-size: 16px; }
  .nu-certificate-card .certificate-footer {
    background-color: #F5F5F5;
    padding: 7px; }
    .nu-certificate-card .certificate-footer .certificate-footer-txt {
      color: #0E2C53;
      font-size: 14px;
      font-weight: bold; }

.certificate-btns {
  display: flex;
  justify-content: space-between; }

.view-btn {
  color: #6F226E;
  font-size: 16px;
  font-weight: bold; }

.download-btn {
  color: #4D4D4D;
  border: 1px solid #7A7A7A;
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
  min-width: 104px; }

.certificate_img {
  max-width: 208px;
  width: 100%; }

.assessment-link {
  color: #5A5A5A !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline !important;
  margin-bottom: 15px; }

.assessment-title {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold; }

.assessment-status {
  font-size: 16px;
  font-weight: bold; }

.assessment-txt {
  color: #4D4D4D;
  font-size: 14px; }

.assessment-list {
  margin-top: 20px;
  list-style-type: decimal; }
  .assessment-list li {
    margin-bottom: 8px;
    color: #212427;
    font-size: 14px; }

.submitted-form-card {
  box-shadow: 2px 2px 20px #00000029;
  border-radius: 4px;
  padding: 20px 18px;
  margin-bottom: 24px; }
  .submitted-form-card .sf-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #6F226E;
    padding-bottom: 10px;
    margin-bottom: 14px; }
  .submitted-form-card .sf-tit {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold; }
  .submitted-form-card .sf-tit-2 {
    font-size: 14px; }
  .submitted-form-card .sf-table th {
    border-right: 0 !important; }
  .submitted-form-card .sf-table td {
    border-left: 0 !important; }

.wfl-flex-box {
  display: flex;
  justify-content: space-between; }
  .wfl-flex-box .status-title {
    color: #4D4D4D;
    font-size: 16px;
    font-weight: bold; }

.dotted-line {
  border-top: 2px dotted #6F226E;
  margin: 20px 0;
  opacity: 1; }

.sf-app-table thead tr {
  background-color: #5A5A5A !important; }

.blue-txt {
  color: #1E69B4 !important; }

.result-box {
  max-width: 317px;
  margin: 0 auto; }
  .result-box .result-tit {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px; }
  .result-box .result-txt {
    color: #4D4D4D;
    font-size: 16px;
    margin-bottom: 15px; }

.assessment-header {
  display: flex;
  justify-content: space-between; }

.multi-select-field .btn-group-vertical &gt; .btn,
.multi-select-field .btn-group &gt; .btn {
  float: unset; }
.multi-select-field .dropdown-toggle::after {
  display: none; }
.multi-select-field .btn-group {
  width: 100%; }
.multi-select-field .btn.multiselect {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.multi-select-field .input-group-btn {
  display: none; }
.multi-select-field .multiselect-container .input-group {
  margin: 0;
  padding: 10px 0; }
.multi-select-field .multiselect-container .checkbox input {
  left: 30px; }
.multi-select-field .input-group-addon {
  display: none; }
.multi-select-field .multiselect-item.filter {
  border-bottom: 1px solid #6F226E;
  margin: 0px 23px 10px; }

body.show-sidebar:before {
  position: fixed; }

.add-btn {
  border-radius: 5px;
  min-width: 101px;
  background-color: #0DAA34;
  padding: 5px 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-right: 20px;
  border: 1px solid #0DAA34;
  display: inline-block; }

.score-box {
  box-shadow: 2px 2px 25px #0000001C;
  border-radius: 5px;
  max-width: 188px;
  padding: 9px 14px; }
  .score-box .score-txt {
    margin-top: 8px;
    color: #0E2C53;
    font-size: 16px;
    font-weight: bold; }

.yellow-txt {
  color: #F88325; }

.stars-box {
  margin-top: -25px;
  color: #FFC107;
  font-size: 16px; }

.small-txt {
  color: #707070;
  font-weight: bold;
  font-size: 12px; }

.form-check-input:focus {
  box-shadow: none !important; }

.dash-box-tit {
  color: #6F226E;
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px; }

.dash-card {
  box-shadow: 2px 2px 25px #00000029;
  border-radius: 5px;
  background-color: #F8F8F8;
  padding: 20px;
  margin-bottom: 24px; }

.colored-box {
  width: 16px;
  height: 16px;
  display: block; }

.dark-gray-box {
  background-color: #616161; }

.orange-box {
  background-color: #6F226E; }

.light-gray-box {
  background-color: #B5B5B5; }

.navy-blue-box {
  background-color: #0E2C53; }

.chart-label {
  color: #000;
  font-size: 14px;
  font-weight: bold; }

.dash-line-dividor {
  border-top: 2px solid #707070;
  margin: 12px 0 25px;
  opacity: 0.5; }

.dist-item {
  border-bottom: 1px solid #D2D2D2;
  padding: 15px 0;
  display: flex;
  justify-content: space-between; }
  .dist-item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  .dist-item .dist-item-tit {
    color: #000;
    font-size: 15px;
    font-weight: bold; }
  .dist-item .dist-item-txt {
    color: #0E2C53;
    font-size: 18px;
    font-weight: bold; }

.table-view-link {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline !important; }

.table-header-tit {
  background-color: #414141;
  padding: 6px; }
  .table-header-tit .th-title {
    color: #fff;
    font-size: 17px;
    font-weight: bold; }

.light-gray-bg tr {
  background-color: #707070 !important; }

.content-title-sm {
  color: #212427;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold; }

.list-box-1:before {
  content: '';
  background-color: #6F226E;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px; }

.list-box-2 {
  display: inline-block; }

.list-box-3 {
  margin-bottom: 10px; }
  .list-box-3:before {
    background-color: #5A5552; }

.assessment-card {
  margin-bottom: 24px;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  align-items: center; }
  .assessment-card .assessment-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px; }

.solid-lined-title-box {
  margin: 30px 0; }
  .solid-lined-title-box .lined-title {
    display: flex;
    align-items: baseline;
    color: #5A5552;
    font-size: 16px;
    font-weight: bold; }
    .solid-lined-title-box .lined-title:after {
      content: "";
      display: block;
      width: 100%;
      border-bottom: 2px solid #AAA8A8;
      opacity: 0.6; }
    .solid-lined-title-box .lined-title .lined-title-txt {
      white-space: nowrap;
      margin-right: 10px; }

.download-form-btn {
  box-shadow: 2px 2px 10px #0000001A;
  border-radius: 10px;
  min-width: 176px;
  padding: 8px 15px;
  display: flex;
  align-items: center; }

.btn-txt-b14 {
  color: #5A5552;
  font-size: 13px;
  font-weight: bold; }

.form-icon {
  margin-right: 10px;
  width: 37px;
  height: 34px; }

.report-btns {
  display: flex; }

.note-tit {
  color: #D20505;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 15px; }

.note-txt {
  color: #212427;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .note-txt:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #5A5552;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 6px; }

.q-num {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline; }

.txt-s16 {
  color: #212427;
  font-size: 16px; }

.flex-box-7 {
  display: flex;
  flex-wrap: wrap; }

.flex-box-7 &gt; * {
  flex: 1 1 140px; }

.q-bordered-box {
  margin-bottom: 15px;
  margin-right: 15px;
  max-width: 140px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  background-color: #F5F5F5; }
  .q-bordered-box .q-bordered-box-header {
    padding: 10px;
    border-bottom: 1px solid #D8D8D8; }
    .q-bordered-box .q-bordered-box-header .q-num {
      margin-left: -34px; }

.q-bordered-box-body {
  padding: 10px; }

.q-marked-box {
  border: 1px solid #4D4D4D; }

.marked-checkbox:checked[type=checkbox] {
  background-image: url("/wfl/img/orange-check.svg") !important; }

.marked-checkbox:checked {
  background-color: #fff !important;
  border-color: #4D4D4D !important; }

.marked-checkbox:disabled {
  opacity: 1 !important; }

.participation-certificate-img {
  margin-right: 30px;
  width: 54px;
  height: 67px; }

.participation-box {
  display: flex; }

.txt-orange-f16 {
  color: #6F226E;
  font-size: 16px; }

.gray-bg-btn {
  background-color: #5A5552 !important;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  padding: 6px 13px;
  font-size: 15px;
  min-width: 122px;
  border: 1px solid #5A5552 !important; }
  .gray-bg-btn:hover {
    background-color: #fff !important;
    color: #5A5552; }

.orange-bg-btn {
  margin-left: 16px;
  background-color: #6F226E !important;
  border: 1px solid #6F226E !important; }
  .orange-bg-btn:hover {
    background-color: #fff !important;
    color: #6F226E; }

.txt-b5A {
  color: #5A5552;
  font-size: 16px;
  font-weight: bold; }

.assessment-progress-card {
  box-shadow: 2px 2px 25px #00000029;
  border-radius: 5px;
  background-color: #F8F8F8;
  padding: 30px; }
  .assessment-progress-card .assessment-progress-list li {
    border-bottom: 2px solid rgba(112, 112, 112, 0.33);
    padding-bottom: 17px;
    margin-bottom: 20px; }
    .assessment-progress-card .assessment-progress-list li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
  .assessment-progress-card .assessment-progress-list .assessment-progress-bar .progress-bar {
    background-color: #5A5552;
    border: 1px solid #C1C1C1; }

.es-box {
  margin-left: 40px; }

.es-container {
  display: flex;
  justify-content: flex-end; }

.assessment-result-card {
  box-shadow: 2px 2px 25px #0000001C;
  border-radius: 5px;
  padding: 20px; }
  .assessment-result-card .assessment-result-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #6F226E;
    padding-bottom: 11px; }
  .assessment-result-card .assessment-result-list {
    padding-top: 20px; }
    .assessment-result-card .assessment-result-list li {
      border-bottom: 1px solid #D1D1D1;
      padding-bottom: 21px;
      margin-bottom: 21px; }
      .assessment-result-card .assessment-result-list li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }

.evaluator-reco-box {
  margin-top: 43px; }

.arc-2 {
  border: 1px solid #D6D6D6;
  box-shadow: none; }

.assessment-result-txt {
  color: #0E2C53;
  font-size: 16px; }

.assessment-result-title {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold; }

.score-txt {
  display: flex;
  justify-content: space-between; }

.back-btn-txt {
  color: #5A5552;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px; }

.flex-links {
  display: flex; }
  .flex-links a {
    margin-right: 40px; }

.subcategory-container .nav-link {
  margin-bottom: 24px;
  border: 1px solid #C5C5C5 !important;
  border-radius: 5px;
  background-color: #E1E1E1;
  color: #5A5552;
  padding: 10px 5px !important; }
  .subcategory-container .nav-link:hover, .subcategory-container .nav-link.active {
    border: 1px solid #7B6777 !important;
    background-color: #7B6777;
    color: #fff; }
.subcategory-container .subcat-title {
  font-size: 15px;
  font-weight: bold; }
.subcategory-container .subcat-txt {
  font-size: 14px;
  margin-top: 2px; }
.subcategory-container .subcat-question-box {
  display: flex;
  justify-content: space-between; }

.greeish-txt14 {
  color: #0DAA34;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline !important; }

.subcat-q-box {
  border-bottom: 2px solid rgba(175, 175, 175, 0.5);
  padding-bottom: 15px;
  margin-bottom: 25px; }

.label-b14 {
  color: #716F71;
  font-size: 14px;
  font-weight: bold; }

.subcat-file-container {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  height: 144px;
  background-color: #fff;
  position: relative; }
  .subcat-file-container .subcat-file {
    opacity: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }

.subcat-file-box {
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
  .subcat-file-box .subcat-file-txt {
    color: #4D4D4D;
    font-size: 14px;
    margin-top: 15px; }

.files-box {
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  max-height: 144px;
  overflow-y: auto;
  background-color: #fff;
  margin-top: 30px; }
  .files-box .files-list {
    padding: 15px; }
    .files-box .files-list li {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #E9E9E9;
      padding-bottom: 8px;
      margin-bottom: 8px; }
      .files-box .files-list li:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }

.question-pagination-box {
  margin-bottom: 0; }
  .question-pagination-box .page-item {
    margin-right: 10px; }
  .question-pagination-box .page-link {
    border: 1px solid #DDDDDD;
    padding: 5px;
    color: #5A5552;
    font-size: 14px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 0 !important; }
    .question-pagination-box .page-link.active {
      background-color: #5A5552;
      border-color: #5A5552;
      color: #fff; }

.question-footer-container {
  display: flex;
  justify-content: center; }

.files-list-view {
  max-height: 140px;
  overflow: auto;
  padding: 15px !important; }
  .files-list-view li {
    margin-bottom: 15px; }
    .files-list-view li:last-child {
      margin-bottom: 0; }

.white-box-container {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 24px; }

.flex-between-box {
  display: flex;
  justify-content: space-between; }

.score-bordered-box {
  padding: 15px;
  border-right: 1px solid #6F226E; }

.organization-img-box {
  box-shadow: 2px 2px 20px #0000001C;
  border-radius: 5px;
  height: 165px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .organization-img-box .organization-img {
    width: 100%;
    max-width: 129px;
    max-height: 124px; }

.underlined-link {
  color: #6F226E;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline !important; }

.assignee-card {
  box-shadow: 2px 2px 25px #0000001C;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px; }
  .assignee-card .assignee-header {
    border-bottom: 2px solid #6F226E;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .assignee-card .assignee-header .assignee-tit {
      color: #4D4D4D;
      font-size: 16px;
      font-weight: bold; }
  .assignee-card .assignee-body li {
    display: flex;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .assignee-card .assignee-body li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
  .assignee-card .assignee-num {
    background-color: #555555;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 14px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .assignee-card .assignee-txt {
    color: #0E2C53;
    font-size: 15px;
    margin-left: 10px; }

.score-tit-1 {
  color: #212427;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 21px; }

.mobile-auth-btn {
  border: 1px solid #6F226E;
  border-radius: 10px;
  min-width: 91px;
  padding: 5px;
  color: #0E2C53;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold; }
  .mobile-auth-btn:hover {
    border-color: #6F226E;
    color: #fff;
    background-color: #6F226E; }

.mobile-menu-header .dropdown-item {
  padding-top: 15px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
  text-align: center; }
.mobile-menu-header li {
  padding: 0 20px; }
  .mobile-menu-header li:last-child .dropdown-item {
    border-bottom: 0;
    margin-bottom: 0; }

.footer-responsive-2 {
  display: flex;
  justify-content: center; }

.footer-block h2 {
  margin-bottom: 30px;
  font-size: 30px; }

.txt-wrap {
  white-space: nowrap; }

.publication-content-img {
  max-width: 100%;
  height: auto; }

/*********************************    wfl website   ************************************/
.inner-pages-header {
  padding: 21px 0;
  background-color: #6F226E; }
  .inner-pages-header .desk-header-container .wfl-header-menu .wfl-menu-link {
    color: #fff; }
    .inner-pages-header .desk-header-container .wfl-header-menu .wfl-menu-link:hover, .inner-pages-header .desk-header-container .wfl-header-menu .wfl-menu-link.active {
      color: #fff; }
  .inner-pages-header .desk-header-container .wfl-actions-box .wfl-action-item {
    border: 1px solid #EEE7DD;
    color: #fff; }
    .inner-pages-header .desk-header-container .wfl-actions-box .wfl-action-item:hover {
      background-color: #EEE7DD;
      border: 1px solid #EEE7DD;
      color: #6F226E; }

.wfl-dh-2 {
  padding: 31px 0;
  background-image: linear-gradient(179deg, #FFFFFF 12%, #FFFFFF00 88%);
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%; }

.wfl-desktop-header {
  position: fixed;
  z-index: 100;
  padding: 21px 0;
  background-image: none;
  background-color: rgba(111, 34, 110, 0.91); }
  .wfl-desktop-header .desk-header-container .wfl-header-menu .wfl-menu-link {
    color: #fff; }
    .wfl-desktop-header .desk-header-container .wfl-header-menu .wfl-menu-link:hover, .wfl-desktop-header .desk-header-container .wfl-header-menu .wfl-menu-link.active {
      color: #fff; }
  .wfl-desktop-header .desk-header-container .wfl-actions-box .wfl-action-item {
    border: 1px solid #EEE7DD;
    color: #fff; }
    .wfl-desktop-header .desk-header-container .wfl-actions-box .wfl-action-item:hover {
      background-color: #EEE7DD;
      border: 1px solid #EEE7DD;
      color: #6F226E; }
  .wfl-desktop-header .sticky-header-logo {
    display: block; }
  .wfl-desktop-header .wfl-header-logo {
    display: none; }

.sticky-header-logo {
  display: none; }

.wfl-header-logo {
  display: block; }

.desk-header-container .wfl-header-menu {
  display: flex;
  align-items: center;
  justify-content: center; }
  .desk-header-container .wfl-header-menu .wfl-menu-link {
    color: #000;
    font-size: 18px;
    margin-right: 49px; }
    .desk-header-container .wfl-header-menu .wfl-menu-link:hover, .desk-header-container .wfl-header-menu .wfl-menu-link.active {
      color: #6F226E;
      font-weight: bold; }
  .desk-header-container .wfl-header-menu li:last-child .wfl-action-item {
    margin-right: 0; }
.desk-header-container .wfl-actions-box {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .desk-header-container .wfl-actions-box .wfl-action-item {
    border: 1px solid #6F226E;
    border-radius: 10px;
    padding: 7px;
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    min-width: 46px;
    background-color: transparent;
    text-align: center; }
    .desk-header-container .wfl-actions-box .wfl-action-item:last-child {
      margin-right: 0; }
    .desk-header-container .wfl-actions-box .wfl-action-item:hover {
      background-color: #6F226E;
      border: 1px solid #6F226E;
      color: #fff; }

.home-slider .home-slider-control {
  opacity: 1 !important;
  font-size: 63px; }
.home-slider .home-slider-item .home-slider-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 42%;
  left: 13.4%;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left; }
.home-slider .home-slider-item .home-slider-title {
  text-shadow: 3px 3px 6px #6F226E;
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  width: 632px;
  margin-bottom: 40px; }

.read-more-btn {
  text-align: center;
  display: inline-block;
  min-width: 161px;
  border-radius: 10px;
  background-color: #6F226E;
  border: 1px solid #6F226E;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold; }
  .read-more-btn:hover {
    color: #6F226E;
    background-color: #fff; }

.wfl-about-container .wfl-about-tit {
  margin-top: 21px;
  color: #fff;
  font-size: 18px;
  font-weight: bold; }
.wfl-about-container .wfl-about-txt {
  color: #fff;
  font-size: 16px;
  max-width: 334px;
  margin: 20px auto 0; }

.second-block-container {
  background-color: #6F226E;
  min-height: 308px;
  padding: 60px 0; }

.third-block-container {
  padding: 60px 0;
  min-height: 570px; }

.wfl-aboutUs-container .aboutUs-imgs-box {
  position: relative;
  height: 558px;
  width: 461px;
  display: inline-block;
  float: left;
  margin-right: 40px; }
  .wfl-aboutUs-container .aboutUs-imgs-box .aboutUs-img {
    box-shadow: 2px 2px 20px #6F226E66;
    border: 13px solid #FFFFFF;
    display: block;
    position: absolute;
    background-color: #fff; }
  .wfl-aboutUs-container .aboutUs-imgs-box .au-img-1 {
    width: 461px;
    height: 318px;
    top: 0;
    z-index: 1; }
  .wfl-aboutUs-container .aboutUs-imgs-box .au-img-2 {
    width: 266px;
    height: 273px;
    left: 14px;
    top: 270px;
    z-index: 2; }
  .wfl-aboutUs-container .aboutUs-imgs-box .au-img-3 {
    width: 204px;
    height: 251px;
    left: 245px;
    top: 305px;
    z-index: 3; }

.wfl-title {
  color: #060606;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px; }

.wfl-description-box {
  font-size: 18px;
  color: #000; }

.aboutUs-list {
  margin-top: 32px; }
  .aboutUs-list li {
    display: flex;
    font-size: 18px;
    color: #000;
    margin-bottom: 18px; }
    .aboutUs-list li:last-child {
      margin-bottom: 0; }
    .aboutUs-list li:before {
      content: '';
      background-image: url("/wfl/img/list-check-icon.svg");
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      width: 24px;
      height: 22px;
      margin-right: 19px; }

.clearfix {
  clear: both; }

.custom-height {
  min-height: 500px; }

.qr_wrapper {
  width: 80px;
  height: auto; }

.rtf-text ul {
  margin-top: 32px; }
  .rtf-text ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    margin-bottom: 18px; }
    .rtf-text ul li:last-child {
      margin-bottom: 0; }
    .rtf-text ul li:before {
      content: "";
      width: 22px;
      height: 22px;
      flex: 0 0 auto;
      background-color: transparent;
      display: block;
      color: transparent;
      margin-right: 12px;
      background-image: url("/wfl/img/list-check-icon.svg");
      background-repeat: no-repeat; }

.read-more-btn-small {
  text-align: center;
  display: inline-block;
  min-width: 130px;
  border-radius: 10px;
  background-color: #6F226E;
  border: 1px solid #6F226E;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 61px; }
  .read-more-btn-small:hover {
    color: #6F226E;
    background-color: #fff; }

.apply-section {
  background-image: url("/wfl/img/apply-bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  min-height: 499px;
  position: relative;
  display: flex;
  align-items: center; }
  .apply-section:after {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.57);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1; }
  .apply-section .apply-content-txt {
    font-size: 18px;
    color: #fff; }
  .apply-section .apply-container {
    position: relative;
    z-index: 5; }

.apply-content-tit {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff; }

.read-btn-white {
  border: 1px solid #fff;
  background-color: transparent;
  margin-top: 30px; }

.apply-item {
  text-align: center;
  margin-bottom: 41px; }
  .apply-item .apply-img {
    max-width: 54px;
    max-height: 54px;
    filter: brightness(0) invert(1); }
  .apply-item .apply-dividor {
    border-top: 2px solid #fff;
    width: 121px;
    margin: 21px auto 26px;
    opacity: 1; }
  .apply-item .apply-txt {
    font-size: 16px;
    color: #fff;
    max-width: 232px;
    margin: 0 auto; }

.institution-section {
  padding: 60px 0 110px; }

.institution-slider {
  margin-top: 40px; }
  .institution-slider .slick-arrow {
    position: absolute;
    bottom: -50px;
    background-color: #060606;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    cursor: pointer; }
  .institution-slider .right-arrow {
    left: 51%; }
  .institution-slider .left-arrow {
    right: 51%; }

.institution-container {
  margin: 0 12px;
  background-image: url("/wfl/img/institution-bg.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  .institution-container .institution-img-box {
    min-height: 190px;
    padding: 40px;
    padding-right: 67px;
    position: relative; }
    .institution-container .institution-img-box .logo-institution {
      width: 100%;
      height: 110px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat; }
  .institution-container .institution-img {
    margin: 0 auto;
    width: 100%;
    height: auto; }
  .institution-container .institution-icon {
    position: absolute;
    top: 0;
    right: 0; }

.mt-4-2 {
  margin-top: 26px; }

.home-news-section {
  padding: 60px 0; }

.home-news-tit-box {
  height: 299px;
  background-color: #6F226E;
  padding-top: 80px;
  text-align: center; }

.home-news-content {
  margin-top: -108px; }

.hnc-item {
  display: inline-block;
  background-color: #F5F5F5;
  box-shadow: 1px 1px 15px #00000029;
  padding: 20px;
  margin-bottom: 24px; }

.hnc-date-box {
  display: flex;
  margin-top: 24px;
  margin-bottom: 16px; }
  .hnc-date-box .hnc-date-img {
    color: #6F226E;
    width: 19px;
    height: 19px;
    margin-right: 6px; }
  .hnc-date-box .hnc-date-txt {
    color: #6F226E;
    font-size: 14px;
    font-weight: bold; }

.hnc-dividor {
  margin: 16px 0;
  border-top: 1px solid #CBCBCB;
  opacity: 1; }

.hnc-link {
  color: #6F226E;
  font-size: 16px;
  font-weight: bold; }

.hnc-txt {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px; }

.involved-section {
  background-image: url("/wfl/img/involved-bg-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 511px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .involved-section .involved-box {
    border: 1px solid #707070;
    background-color: rgba(111, 34, 110, 0.81);
    padding: 45px 12px;
    text-align: center; }

.wfl-white-description {
  font-size: 18px;
  color: #fff;
  margin: 0 auto 40px;
  max-width: 850px; }

.join-btn {
  color: #6F226E;
  font-size: 20px;
  font-weight: bold;
  padding: 12px;
  min-width: 130px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  text-align: center; }
  .join-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }

.footer-first-block {
  background-color: #EEEEEE;
  padding: 60px 0; }

.reach-item {
  margin-bottom: 15px;
  display: flex; }
  .reach-item .reach-txt {
    font-size: 16px;
    color: #000;
    margin-left: 25px; }
    .reach-item .reach-txt:hover {
      font-weight: 500;
      color: #702269; }

.gray-icon {
  color: #707070;
  display: inline-block;
  font-size: 22px; }

.footer-item-tit {
  color: #6F226E;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px; }

.quick-links-box {
  padding-left: 116px; }

.footer-second-block {
  background-color: #3D2E30;
  padding: 13px;
  text-align: center; }
  .footer-second-block .footer-txt-2 {
    letter-spacing: 0.36px;
    font-size: 18px;
    color: #fff; }

.video-icon {
  color: #6F226E;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.ip-content-container {
  min-height: 100vh; }

.ip-header-tit-box {
  background-color: #EEEEEE;
  padding: 21px 10px; }

.ip-header-title {
  text-transform: uppercase;
  color: #000;
  font-size: 25px;
  font-weight: bold; }

.contact-card-1 {
  border: 1px solid #D6CDC1;
  border-radius: 20px;
  padding: 40px 30px; }

.cc-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px; }

.ip-box {
  padding: 60px 0; }

.send-btn {
  border-radius: 5px;
  background-color: #6F226E;
  border: 1px solid #6F226E;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  min-width: 96px;
  padding: 7px;
  margin-top: 30px; }
  .send-btn:hover {
    background-color: #fff;
    color: #6F226E;
    border-color: #6F226E; }

.contact-card-2 {
  background-color: #F5F5F5;
  box-shadow: 2px 3px 20px #00000012;
  padding: 40px 25px;
  border-radius: 20px; }

.contact-info-item li {
  border-bottom: 1px solid #6F226E;
  padding-bottom: 44px;
  margin-bottom: 44px;
  display: flex; }
  .contact-info-item li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .contact-info-item li .contact-item-title {
    color: #707070;
    font-weight: bold;
    font-size: 16px; }
  .contact-info-item li .contact-item-link {
    margin-top: 4px;
    color: #6F226E;
    font-weight: bold;
    font-size: 16px; }
.contact-info-item .contact-box-img {
  margin-right: 25px; }

.faq-item {
  border: 1px solid #D6CDC1 !important;
  border-radius: 15px !important;
  padding: 18px 20px;
  margin-bottom: 20px; }
  .faq-item .faq-btn {
    color: #000 !important;
    font-size: 16px;
    font-weight: bold; }
  .faq-item .faq-body {
    padding: 0;
    padding-top: 15px;
    color: #313131;
    font-size: 16px; }

.faq-btn:after {
  background-image: url("/wfl/img/faq-plus-icon.svg") !important; }

.faq-btn:not(.collapsed)::after {
  background-image: url("/wfl/img/faq-minus-icon.svg") !important; }

.team-member-card {
  box-shadow: 2px 2px 20px #0000001A;
  border-radius: 15px;
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 31px; }
  .team-member-card .team-member-img {
    border: 2px solid #6F226E;
    border-radius: 50%;
    width: 174px;
    height: 174px;
    display: block;
    margin: 0 auto 20px;
    background-color: #EEEEEE; }
  .team-member-card .tm-txt {
    color: #000;
    font-size: 16px;
    margin: 10px 0 20px; }
  .team-member-card .tm-social-icon {
    margin: 0 11px; }

.txt-black-16 {
  color: #000;
  font-size: 16px;
  font-weight: bold; }

.custom-pager .page-link {
  border-radius: 50% !important;
  padding: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: #202020;
  border-color: #A8A8A8;
  margin-right: 4px;
  font-size: 14px; }
  .custom-pager .page-link:hover, .custom-pager .page-link:focus, .custom-pager .page-link.active {
    background-color: #6F226E;
    color: #fff;
    border-color: #6F226E;
    box-shadow: none !important; }
.custom-pager .disabled {
  color: #A8A8A8 !important;
  border-color: #A8A8A8 !important; }

.aboutUs-img-box {
  position: relative;
  float: right;
  margin-left: 45px;
  margin-bottom: 20px;
  width: 40%; }
  @media (max-width: 991px) {
    .aboutUs-img-box {
      width: 100%; } }
  .aboutUs-img-box .aboutUs-colored-box {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: #6F226E;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media (max-width: 991px) {
      .aboutUs-img-box .aboutUs-colored-box {
        width: calc(70% - 30px);
        height: calc(70% - 30px); } }
  .aboutUs-img-box .aboutUs-img {
    box-shadow: 2px 2px 20px #6F226E66;
    border: 13px solid #FFFFFF;
    background-color: #ffffff; }

.aboutUs-txt {
  font-size: 18px;
  color: #000; }

.aboutUs-propertiy-box {
  display: flex;
  margin-top: 40px; }
  .aboutUs-propertiy-box .propertiy-container {
    background-color: #F5F5F5;
    width: 50%;
    padding: 50px 0; }
  .aboutUs-propertiy-box .propertiy-item {
    margin-bottom: 30px; }
    .aboutUs-propertiy-box .propertiy-item .propertiy-item-tit-box {
      margin-bottom: 15px;
      display: flex;
      align-items: center; }
    .aboutUs-propertiy-box .propertiy-item .propertiy-item-img-box {
      border-radius: 5px;
      background-color: #6F226E;
      width: 60px;
      height: 60px;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .aboutUs-propertiy-box .propertiy-item .propertiy-item-img {
      filter: brightness(0) invert(1); }
    .aboutUs-propertiy-box .propertiy-item .propertiy-item-tit {
      margin-left: 25px;
      color: #000;
      font-size: 20px;
      font-weight: bold; }
  .aboutUs-propertiy-box .propertiy-container-2 {
    width: 50%; }

.propertiy-item-txt {
  font-size: 18px;
  color: #000; }

.history-container {
  padding: 60px 0 48px; }
  .history-container .history-title {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px; }

.history-slider-title {
  color: #6F226E;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 15px; }

.history-slider:after {
  content: '';
  display: block;
  width: 100%;
  border-top: 2px solid rgba(123, 103, 119, 0.29);
  position: absolute;
  top: 217px;
  z-index: -1; }
.history-slider .history-slider-txt {
  display: none;
  color: #000;
  font-size: 18px; }
.history-slider .history-slider-item {
  margin: 0 10px;
  position: relative; }
  .history-slider .history-slider-item:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: #6F226E;
    border-radius: 50%;
    position: absolute;
    top: 212px;
    left: 120px;
    z-index: 2; }
.history-slider .history-img {
  margin-top: 35px;
  opacity: 0.3; }
.history-slider .history-slider-item.slick-center:after {
  content: none; }
.history-slider .history-slider-item.slick-center:before {
  content: none; }
.history-slider .history-slider-item.slick-center .history-img {
  height: 349px;
  margin-top: 0;
  opacity: 1; }
.history-slider .history-slider-item.slick-center .history-slider-txt {
  display: block; }
.history-slider .slick-list {
  padding: 0 !important; }

.partner-section {
  border-bottom: 3px solid #7B6777;
  padding: 50px 0 80px;
  background-color: #F5F5F5; }
  .partner-section .partner-title {
    color: #6F226E;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 50px; }
  .partner-section .partner-img-box {
    margin-bottom: 30px;
    width: 215px;
    height: 182px;
    padding: 10px;
    border: 1px dashed #6F226E;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }

.learn-btn {
  margin-top: 40px;
  background-color: #6F226E;
  border: 1px solid #6F226E;
  font-size: 16px;
  font-weight: bold;
  min-width: 130px;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 8px;
  border-radius: 10px; }
  .learn-btn:hover {
    background-color: #fff;
    color: #6F226E; }

.news-node-colored-box {
  width: 417px;
  height: 303px;
  background-color: #6F226E; }

.newsNode-img {
  box-shadow: 2px 2px 20px #6F226E66;
  border: 13px solid #FFFFFF;
  position: absolute;
  top: 26px;
  left: 26px; }

.newsNode-title {
  color: #6F226E;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px; }

.news-node-slider {
  padding-top: 50px; }
  .news-node-slider .left-arrow {
    left: -40px; }
  .news-node-slider .right-arrow {
    right: -40px; }
  .news-node-slider .slick-arrow {
    color: #6F226E;
    font-size: 43px;
    position: absolute;
    top: 50%;
    cursor: pointer; }

.wfl-filter-box {
  margin-bottom: 30px;
  border: 1px solid #D6CDC1;
  border-radius: 10px;
  padding: 20px;
  position: relative; }
  .wfl-filter-box .filter-title-box {
    position: absolute;
    top: -19px;
    padding: 0 6px;
    background-color: #fff; }
  .wfl-filter-box .filter-title-icon {
    color: #6F226E;
    font-size: 20px;
    margin-right: 5px; }
  .wfl-filter-box .filter-title {
    font-size: 16px;
    color: #000;
    font-weight: bold; }

.institution-box {
  margin: -130px 15px 0; }

.institutionNode-container {
  background-image: url("/wfl/img/institution-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 168px; }
  .institutionNode-container .institution-img-box {
    padding-right: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  .institutionNode-container .institution-icon {
    height: 168px;
    position: absolute;
    top: 0;
    right: 0; }

.institutionNode-bg {
  box-shadow: 2px 2px 20px #0000001C;
  height: 147px;
  background-color: #fff; }

.institutionNode-box {
  margin-bottom: 30px; }

.institutionNode-tit {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 16px; }

.institutionNode-txt {
  font-size: 16px;
  color: #000;
  margin-bottom: 6px; }

.institutionNode-txt-2 {
  font-size: 14px;
  font-weight: bold;
  color: #6F226E; }

.certified-section {
  background-color: #6F226E;
  padding: 45px 0; }

.learn-link {
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: bold;
  min-width: 152px;
  color: #6F226E;
  display: inline-block;
  text-align: center;
  padding: 11px;
  border-radius: 10px; }
  .learn-link:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }

.certified-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px; }

.certified-txt {
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 850px; }

.resource-item {
  background-color: #F5F5F5;
  padding: 30px;
  margin-bottom: 30px; }
  .resource-item .resource-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6F226E;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    padding: 5px; }
  .resource-item .resource-title {
    color: #4D4D4D;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0; }
  .resource-item .resource-txt {
    color: #000;
    font-size: 16px; }

.resource-box {
  padding-bottom: 50px;
  display: flex; }
  .resource-box .resource-content {
    width: 50%;
    border-radius: 15px 0 0 15px;
    background-color: #F5F5F5; }

.resource-dividor {
  border-top: 2px solid rgba(11, 10, 10, 0.21);
  margin: 0; }

.resource-tit {
  font-size: 18px;
  font-weight: bold;
  color: #000; }

.resource-txt {
  color: #313131;
  font-size: 16px; }

.resource-icon {
  margin-bottom: 20px; }

.resource-img-section {
  border-radius: 0 15px 15px 0;
  width: 50%; }

.rc-box {
  padding: 30px; }

.tcourses-section .tcourses-title-box {
  background-color: #6F226E;
  padding: 50px 0;
  height: 249px; }
  .tcourses-section .tcourses-title-box .tcourses-title {
    color: #fff;
    font-size: 20px;
    font-weight: bold; }
.tcourses-section .tcourses-item {
  margin-top: -90px;
  margin-bottom: 120px; }
  .tcourses-section .tcourses-item .tcourses-box {
    padding: 19px;
    background-color: #F5F5F5;
    width: 334px;
    display: block;
    position: relative;
    z-index: 9;
    margin: -45px auto 0; }
.tcourses-section .tcourses-item-title {
  color: #6F226E;
  font-size: 16px;
  font-weight: bold; }
.tcourses-section .tcourse-hours {
  font-size: 16px;
  color: #000; }
.tcourses-section .tcourse-btn {
  color: #6F226E;
  font-size: 16px;
  font-weight: bold;
  margin-top: 21px; }

.tcourse-dividor {
  border-top: 1px solid rgba(111, 34, 110, 0.18);
  margin-bottom: 14px 0 21px; }

.home-mobile-header {
  display: none; }
  .home-mobile-header .dropdown-menu {
    width: calc(100vw - 30px); }

.hmh-box {
  display: flex;
  align-items: center;
  justify-content: space-between; }

a.hmh-link,
button.hmh-link {
  color: #6F226E;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ffffff !important;
  border-radius: 5px;
  padding: 7px !important;
  margin-right: 5px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }

.hmh-tools-box {
  display: flex;
  align-items: center; }

.resp-slider-caption {
  display: none;
  background-color: #EEEEEE;
  padding: 25px 0; }
  .resp-slider-caption .resp-slider-title {
    color: #6F226E;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }

.custom-input-field {
  border: 1px solid #6F226E !important;
  border-radius: 5px !important;
  height: 50px; }

.wfl-mobile-header {
  position: fixed;
  z-index: 100;
  padding: 21px 0;
  background-image: none;
  background-color: rgba(111, 34, 110, 0.91); }
  .wfl-mobile-header .resp-logo-img {
    display: none; }
  .wfl-mobile-header .sticky-header-logo {
    display: block; }
  .wfl-mobile-header .hmh-link {
    border: 1px solid #EEE7DD;
    color: #fff; }
    .wfl-mobile-header .hmh-link:hover {
      background-color: #EEE7DD;
      border: 1px solid #EEE7DD;
      color: #6F226E; }

.innerPage-mobile-header {
  display: none;
  padding: 21px 0;
  background-color: #6F226E; }

.ddm-mobile-header {
  min-width: 97vw !important;
  transform: translate3d(0px, 36px, 0px) !important;
  padding: 10px !important; }
  .ddm-mobile-header li {
    padding: 0 20px;
    margin-right: 0 !important; }
    .ddm-mobile-header li a {
      padding-top: 15px;
      border-bottom: 1px solid #E8E8E8;
      padding-bottom: 15px;
      text-align: center;
      font-size: 17px;
      color: #000; }
      .ddm-mobile-header li a:hover {
        background-color: transparent;
        color: #6F226E;
        font-weight: bold; }
    .ddm-mobile-header li:last-child a {
      border-bottom: 0;
      margin-bottom: 0; }

.lang-swithcer-link {
  font-size: 20px;
  color: #6f226e;
  margin-right: 19px;
  font-weight: bold; }
  .lang-swithcer-link:hover {
    color: #707070; }

.cert-btn {
  background-color: #edecea;
  min-width: 245px;
  padding: 9px 7px;
  color: #6f226e;
  font-size: 16px;
  font-weight: bold;
  border-radius: 9px;
  text-align: center;
  border: 2px solid #6f226e; }
  .cert-btn:hover {
    background-color: #6f226e;
    color: #edecea; }

/******************************************   RTL   **********************************************/
[dir="rtl"] body {
  font-family: "Droid Arabic Kufi" !important; }

.rtl-direction .es-container {
  justify-content: flex-start; }
.rtl-direction #informative_admin .notification-list .notification-check .form-check-input {
  margin-right: 0; }
.rtl-direction .rtf-text ul li:before {
  margin-left: 12px;
  margin-right: 0; }
.rtl-direction .lang-swithcer-link {
  margin-left: 19px;
  margin-right: 0;
  font-family: "Open Sans", sans-serif !important; }
.rtl-direction .aboutUs-img-box {
  float: left;
  margin-right: 45px;
  margin-left: 0; }
  @media (max-width: 991px) {
    .rtl-direction .aboutUs-img-box {
      margin-right: 0; } }
  .rtl-direction .aboutUs-img-box .aboutUs-colored-box {
    right: auto;
    left: 0; }
  .rtl-direction .aboutUs-img-box .aboutUs-img {
    left: 39px;
    right: auto; }
.rtl-direction .resource-box .resource-content {
  border-radius: 0 15px 15px 0; }
.rtl-direction .resource-img-section {
  border-radius: 15px 0 0 15px; }
.rtl-direction .institutionNode-container .institution-icon {
  left: 0;
  right: unset; }
.rtl-direction .institutionNode-container .institution-img-box {
  padding-right: 0;
  padding-left: 40px; }
.rtl-direction .newsNode-img {
  right: 26px;
  left: unset; }
.rtl-direction .faq-btn:after {
  margin-left: 0;
  margin-right: auto; }
.rtl-direction .g-recaptcha {
  transform-origin: right; }
.rtl-direction .contact-info-item .contact-box-img {
  margin-right: 0;
  margin-left: 25px; }
.rtl-direction .reach-item .reach-txt {
  margin-left: 0;
  margin-right: 25px; }
.rtl-direction .quick-links-box {
  padding-left: 0;
  padding-right: 116px; }
.rtl-direction .hnc-date-box .hnc-date-img {
  margin-right: 0;
  margin-left: 6px; }
.rtl-direction .wfl-aboutUs-container .aboutUs-imgs-box .au-img-2 {
  right: 14px;
  left: unset; }
.rtl-direction .wfl-aboutUs-container .aboutUs-imgs-box .au-img-3 {
  right: 245px;
  left: unset; }
.rtl-direction .aboutUs-list li:before {
  margin-right: 0;
  margin-left: 19px; }
.rtl-direction .home-slider .home-slider-item .home-slider-caption {
  right: 13.4%;
  left: 0;
  text-align: right; }
.rtl-direction .inner-pages-header .desk-header-container .wfl-actions-box .wfl-action-item {
  margin-right: 15px;
  margin-left: 0; }
.rtl-direction .desk-header-container .wfl-actions-box .wfl-action-item {
  margin-right: 0;
  margin-left: 15px; }
.rtl-direction .desk-header-container .wfl-header-menu .wfl-menu-link {
  margin-right: 0;
  margin-left: 49px; }
.rtl-direction .publications-container .publications-sidebar-box .publication-button .publication-btn-icon {
  margin-left: 8px; }
.rtl-direction .publications-container .publications-sidebar-box .publication-button.active .publication-btn-active-icon {
  left: -38px;
  right: unset;
  top: -14px; }
.rtl-direction .mobile-menu-header li {
  margin-left: 0 !important; }
.rtl-direction .objective-box .objective-txt {
  padding-left: 0;
  padding-right: 26px; }
.rtl-direction .objective-box .star-icon {
  margin-right: 0;
  margin-left: 8px; }
.rtl-direction .about-nazaha-img-box .about-nazaha-img2-box {
  left: unset;
  right: 18px; }
.rtl-direction .line-before {
  margin-right: 0;
  margin-left: 10px; }
.rtl-direction .sticky-menu {
  right: unset;
  left: 30px; }
.rtl-direction .footer-section .contact-icon {
  margin-right: 0;
  margin-left: 14px; }
.rtl-direction .header-second-part .header-menu li {
  margin-right: 0;
  margin-left: 45px; }
  .rtl-direction .header-second-part .header-menu li:last-child {
    margin-left: 0; }
.rtl-direction .european-logo {
  margin-right: 0;
  margin-left: 16px; }
.rtl-direction .assignee-txt {
  margin-left: 0;
  margin-right: 10px; }
.rtl-direction .score-bordered-box {
  border-right: 0;
  border-left: 1px solid #F88325; }
.rtl-direction .question-pagination-box .page-item {
  margin-right: 0;
  margin-left: 10px; }
.rtl-direction .back-btn-txt {
  margin-left: 0;
  margin-right: 10px; }
.rtl-direction .es-box {
  margin-left: 0;
  margin-right: 40px; }
.rtl-direction .orange-bg-btn {
  margin-left: 0;
  margin-right: 16px; }
.rtl-direction .participation-certificate-img {
  margin-right: 0;
  margin-left: 30px; }
.rtl-direction .q-bordered-box .q-bordered-box-header .q-num {
  margin-right: -24px;
  margin-left: 0; }
.rtl-direction .solid-lined-title-box .lined-title-txt {
  margin-right: 0;
  margin-left: 10px; }
.rtl-direction .form-icon {
  margin-right: 0;
  margin-left: 10px; }
.rtl-direction .assessment-icon {
  margin-right: 0;
  margin-left: 10px; }
.rtl-direction .form-check {
  padding-left: 0;
  padding-right: 1.5em; }
  .rtl-direction .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em; }
.rtl-direction .list-box-1:before {
  margin-right: 0;
  margin-left: 10px; }
.rtl-direction .modal-header .btn-close {
  margin: auto calc(-.5 * var(--bs-modal-header-padding-y)); }
.rtl-direction .conduct-form-check {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em; }
  .rtl-direction .conduct-form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em; }
.rtl-direction #informative_admin .txt-b14 {
  text-align: right; }
.rtl-direction #informative_admin .notification-list .notification-list-item-txt {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  border-left: 1px solid #B2B2B2;
  margin-left: 30px;
  padding-left: 30px; }
  @media (max-width: 991.9px) {
    .rtl-direction #informative_admin .notification-list .notification-list-item-txt {
      margin-left: 0px;
      padding-left: 0px;
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-left: none;
      border-bottom: 1px solid #B2B2B2; } }
.rtl-direction #informative_admin .inner-content-wrapper {
  margin-left: 0;
  margin-right: 316px; }
  @media (max-width: 991.99px) {
    .rtl-direction #informative_admin .inner-content-wrapper {
      margin-right: 248px; } }
.rtl-direction #informative_admin .logout-btn {
  margin-left: 0;
  margin-right: 19px; }
.rtl-direction #informative_admin .sidebar-user-info-box .sidebar-user-img {
  margin-right: 0;
  margin-left: 15px; }
.rtl-direction #informative_admin .sidebar-menu .sidebar-menu-txt {
  margin-left: 0;
  margin-right: 15px; }
.rtl-direction #informative_admin .accordion-button::after {
  margin-left: unset;
  margin-right: auto; }
.rtl-direction #informative_admin .sidebar-menu-accordion-btn:after {
  background-image: url("/wfl/img/sidebar-angle-left.svg"); }
.rtl-direction #informative_admin .accordion-button:not(.collapsed)::after {
  background-image: url("/wfl/img/sidebar-angle-down.svg");
  transform: unset; }
.rtl-direction #informative_admin .sidebar-child-title {
  margin-left: 0;
  margin-right: 10px; }
.rtl-direction #informative_admin .edit-btn {
  margin-right: 0;
  margin-left: 15px; }
.rtl-direction #informative_admin .add-txt {
  margin-left: 0;
  margin-right: 5px; }
.rtl-direction .code-country {
  border-right: 1px solid #ced4da;
  border-bottom-right-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding-right: 0.75rem;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 0; }
.rtl-direction .mobile-num {
  border-bottom-left-radius: .375rem !important;
  border-top-left-radius: .375rem !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }
.rtl-direction .lined-title-box .lined-title .lined-title-txt {
  margin-right: 0;
  margin-left: 10px; }
.rtl-direction .login-icon-container {
  border-right: 1px solid #ced4da !important;
  border-left: 0 !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.rtl-direction .login-input-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important; }
.rtl-direction .login-icon-box {
  border-right: 0;
  padding-right: 0;
  border-left: 2px solid #EFEFEF;
  padding-left: 12px; }
.rtl-direction .excel-box .excel-txt-1 {
  margin-right: 15px;
  margin-left: 0; }
.rtl-direction .history-slider-title {
  direction: ltr; }
.rtl-direction #informative_admin .notification-list {
  padding-right: 0; }
  .rtl-direction #informative_admin .notification-list .notification-list-item {
    border-left: none;
    border-right: 3px solid #7B6777; }
.rtl-direction .info-icon {
  margin-left: 0;
  margin-right: 10px; }

.footer-fontFamily {
  font-family: "Open Sans", sans-serif !important; }

/******************************************   Responsive   **********************************************/
@media (max-width: 1399px), not all and (min-width: 1400px) {
  .advisory-board-slider .advisory-container:hover .advisory-img-box:before {
    bottom: 8px;
    right: 11px;
    left: 11px; } }
@media (max-width: 1199px), not all and (min-width: 1200px) {
  .course-img-node {
    width: 100%; }

  .tcourses-section .tcourses-item .tcourses-box {
    width: 100%; }

  .advisory-board-slider .advisory-container:hover .advisory-img-box:before {
    right: 28px;
    left: 28px; }

  .quick-links-box {
    padding-left: 35px; }

  .rtl-direction .quick-links-box {
    padding-left: 0;
    padding-right: 35px; } }
@media (max-width: 1199px) {
  .about-nazaha-img-box {
    position: relative;
    margin-bottom: 30px; }
    .about-nazaha-img-box .about-nazaha-img1 {
      height: 404px; }
    .about-nazaha-img-box .about-nazaha-img2-box {
      top: 32px;
      left: 18px; } }
@media (max-width: 1165px), not all and (min-width: 1164px) {
  .contact-card-2 {
    padding: 40px 15px; }

  .desk-header-container .wfl-header-menu .wfl-menu-link {
    margin-right: 30px;
    font-size: 17px; }

  .rtl-direction .desk-header-container .wfl-header-menu .wfl-menu-link {
    margin-right: 0;
    margin-left: 30px; }

  .desk-header-container .wfl-actions-box .wfl-action-item {
    padding: 6px;
    font-size: 15px;
    margin-right: 9px;
    min-width: 39px; } }
@media (max-width: 991px), not all and (min-width: 992px) {
  .email-txt-break {
    word-wrap: unset !important;
    word-break: unset !important; }

  .rtl-direction .aboutUs-img-box {
    float: unset;
    margin-left: 0; }
  .rtl-direction .aboutUs-img {
    left: unset;
    right: 39px; }

  .resource-box {
    flex-direction: column; }
    .resource-box .resource-content {
      width: 100%;
      border-radius: 0; }

  .resource-img-section {
    width: 100%;
    margin-top: 20px;
    border-radius: 0; }

  .news-node-slider .left-arrow {
    left: 0; }
  .news-node-slider .right-arrow {
    right: 0; }

  .aboutUs-img-box {
    float: unset;
    margin-right: 0;
    margin-bottom: 60px; }

  .contact-card-2 {
    margin-top: 30px; }

  .inner-pages-header {
    display: none; }

  .innerPage-mobile-header {
    display: block; }
    .innerPage-mobile-header .hmh-link {
      border: 1px solid #EEE7DD;
      color: #fff; }
      .innerPage-mobile-header .hmh-link:hover {
        background-color: #EEE7DD;
        border: 1px solid #EEE7DD;
        color: #6F226E; }

  .reach-box,
  .quick-links-box {
    margin-bottom: 30px; }

  .news-img {
    margin-bottom: 20px; }

  .wfl-aboutUs-container .aboutUs-imgs-box {
    float: unset;
    margin: 0 auto 30px;
    display: block;
    width: 100%; }

  .wfl-about-container {
    margin-bottom: 30px; }

  .home-slider .home-slider-item .home-slider-title {
    font-size: 30px; }

  .read-more-btn {
    min-width: 138px;
    padding: 10px 20px;
    font-size: 17px; }

  .home-slider .home-slider-control {
    font-size: 47px; }

  .home-desktop-header {
    display: none; }

  .home-mobile-header {
    display: flex; }

  .inner-about-img {
    margin-bottom: 30px; }

  .advisory-board-slider .advisory-container:hover .advisory-img-box:before {
    right: 47px;
    left: 47px; }

  .publications-container .publications-sidebar-box {
    padding: 20px 0;
    max-width: 100%; }
    .publications-container .publications-sidebar-box .publication-button.active .publication-btn-active-icon {
      display: none; }

  .publications-container .publications-sidebar-box {
    min-height: 100%; }

  #nav-tabContent {
    margin-top: 30px; }

  .organization-img-box {
    margin-bottom: 30px; }

  .assignee-card {
    margin-top: 30px; }

  .question-pagination-box .page-item:last-child {
    margin-right: 0;
    margin-left: 0; }

  .clear-m {
    margin: 0 0 10px !important; }

  .question-footer-container {
    flex-direction: column;
    align-items: center; }

  .files-box {
    margin-top: 24px; }

  .home-first-slider .slide-img {
    height: 500px; }
  .home-first-slider .slide-title {
    font-size: 30px; }

  .btn-slider-more {
    padding: 8px 5px;
    min-width: 151px; }

  .header-second-part .header-menu li {
    margin-right: 30px; }
    .header-second-part .header-menu li .menu-link {
      font-size: 15px; }

  .european-logo {
    width: 99px;
    height: 90px; }

  .spanish-logo {
    width: 139px;
    height: 45px; }

  .nazaha-logo {
    width: 116px;
    height: 59px; }

  .rased-logo {
    width: 92px;
    height: 43px; }

  .hayat-logo {
    width: 99px;
    height: 45px; }

  #informative_admin .desktop-sidebar {
    width: 247px !important; }

  #informative_admin .inner-content-wrapper {
    margin-left: 248px;
    margin-top: 130px; } }
@media (max-width: 767px), not all and (min-width: 768px) {
  .aboutUs-propertiy-box {
    flex-direction: column; }
    .aboutUs-propertiy-box .propertiy-container {
      width: 100%; }
    .aboutUs-propertiy-box .propertiy-container-2 {
      width: 100%; }

  .aboutUs-img-box .aboutUs-colored-box {
    width: 100%; }

  .rtl-direction .newsNode-img {
    right: 45px; }

  .news-node-colored-box {
    width: 100%; }

  .newsNode-img {
    left: 45px; }

  .footer-item-tit {
    font-size: 25px;
    margin-bottom: 20px; }

  .quick-links-box {
    padding-left: 0; }

  .rtl-direction .quick-links-box {
    padding-right: 0; }

  .footer-second-block .footer-txt-2 {
    font-size: 15px; }

  .wfl-white-description {
    font-size: 16px;
    margin-bottom: 20px; }

  .involved-section {
    padding: 60px 15px; }

  .join-btn {
    padding: 7px;
    min-width: 98px;
    font-size: 16px; }

  .apply-section .apply-content-txt {
    font-size: 16px;
    margin-bottom: 30px; }

  .apply-content-tit {
    font-size: 30px;
    margin-bottom: 20px; }

  .home-slider-caption {
    display: none; }

  .home-slider .home-slider-control {
    display: none; }

  .resp-slider-caption {
    display: block; }
    .resp-slider-caption .resp-slider-title {
      font-size: 17px; }
    .resp-slider-caption .read-more-btn {
      min-width: 118px;
      padding: 8px 20px;
      font-size: 15px; }

  .advisory-board-slider .left-arrow,
  .advisory-board-slider .right-arrow {
    top: 100%; }
  .advisory-board-slider .left-arrow {
    left: 30%; }
  .advisory-board-slider .right-arrow {
    right: 30%; }

  .advisory-board-slider .slick-list {
    padding-bottom: 24px; }

  .twitter-timeline {
    margin-top: 30px !important; }

  .section-title {
    font-size: 30px; }

  .footer-responsive-2 {
    justify-content: start; }

  .footer-block {
    margin-bottom: 40px; }
    .footer-block h2 {
      margin-bottom: 20px; }

  .score-bordered-box {
    border: 0 !important; }

  .assessment-progress-bar {
    margin-bottom: 10px;
    margin-top: 10px; }

  .search-field {
    margin-bottom: 10px; }

  .reset-email-logo {
    width: 173px;
    height: 90px; }

  .hello-msg {
    font-size: 20px;
    margin-bottom: 14px; }

  .email-txt {
    font-size: 16px; }

  .email-link {
    font-size: 16px; }

  .login-container .welcome-side {
    display: none; }
  .login-container .login-side {
    width: 100%; }

  .rtl-direction #informative_admin .inner-content-wrapper {
    margin-right: 0; }
  .rtl-direction #informative_admin #mobile-sidebar {
    left: 0;
    right: 0; }
    .rtl-direction #informative_admin #mobile-sidebar .sidebar-menu {
      padding: 0 !important; }
  .rtl-direction #informative_admin aside {
    transform: translateX(105%); }

  .show-sidebar aside {
    transform: translateX(0%) !important; }

  .collapsed-menu-btn {
    display: block; }

  .home-first-slider .slide-img {
    height: 446px; }
  .home-first-slider .slide-title {
    font-size: 25px; }

  .btn-slider-more {
    padding: 7px 5px;
    font-size: 15px;
    min-width: 140px; }

  .desktop-header {
    display: none; }

  .mobile-header {
    display: block; }
    .mobile-header .header-menu {
      min-width: 97vw;
      transform: translate3d(0px, 50.5px, 0px) !important; }
    .mobile-header .header-first-part {
      padding: 8px 0; }
    .mobile-header .european-logo {
      width: 114px;
      height: 105px;
      margin-right: 0; }
    .mobile-header .spanish-logo {
      width: 154px;
      height: 51px; }
    .mobile-header .nazaha-logo {
      width: 99px;
      height: 51px; }
    .mobile-header .header-second-part {
      background-color: #F6F6F6;
      padding: 11px 0; }

  #informative_admin .desktop-sidebar {
    display: none; }

  #informative_admin .inner-content-wrapper {
    margin-left: 0; }

  #informative_admin #mobile-sidebar {
    display: block; }
    #informative_admin #mobile-sidebar .sidebar-logo-box {
      display: none; }
    #informative_admin #mobile-sidebar .sidebar-user-info-box {
      display: none !important; }
    #informative_admin #mobile-sidebar .sidebar-line-dividor {
      display: none; }

  .auth-logo {
    width: 130px;
    height: 70px; }

  .check-box {
    margin: 7rem auto !important; }

  #informative_admin #sidebar-menu {
    height: 100%; } }
@media (max-width: 575px), not all and (min-width: 576px) {
  .partner-section .partner-img-box {
    margin: 0 auto 30px; }

  .aboutUs-img-box {
    text-align: center; }
    .aboutUs-img-box .aboutUs-img {
      width: 100%;
      position: unset; }
    .aboutUs-img-box .aboutUs-colored-box {
      display: none; }

  .certified-title {
    font-size: 30px; }

  .certified-txt {
    font-size: 16px; }

  .learn-link {
    font-size: 16px;
    min-width: 128px;
    padding: 7px; }

  .news-node-slider {
    padding-bottom: 60px; }

  .news-node-slider .slick-arrow {
    top: unset;
    bottom: 0; }
  .news-node-slider .left-arrow {
    left: 40%; }
  .news-node-slider .right-arrow {
    right: 40%; }

  .newsNode-img {
    position: unset;
    left: unset;
    width: 100%; }

  .news-node-colored-box {
    display: none; }

  .aboutUs-img-box {
    margin-bottom: 30px; }

  .wfl-title {
    font-size: 30px;
    margin-bottom: 15px; }

  .wfl-description-box {
    font-size: 16px; }

  .aboutUs-list li {
    font-size: 16px; }
    .aboutUs-list li:before {
      margin-right: 10px; }

  .rtl-direction .aboutUs-list li:before {
    margin-right: 0;
    margin-left: 10px; }

  .wfl-about-container .wfl-about-tit {
    font-size: 16px; }

  .rtl-direction .wfl-aboutUs-container .aboutUs-imgs-box .au-img-2 {
    right: 10px;
    left: unset; }
  .rtl-direction .wfl-aboutUs-container .aboutUs-imgs-box .au-img-3 {
    right: 153px;
    left: unset; }

  .wfl-aboutUs-container .aboutUs-imgs-box {
    height: 348px; }
    .wfl-aboutUs-container .aboutUs-imgs-box .au-img-1 {
      width: 100%;
      height: auto;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .wfl-aboutUs-container .aboutUs-imgs-box .au-img-2 {
      width: 167px;
      height: 172px;
      left: 10px;
      top: 152px; }
    .wfl-aboutUs-container .aboutUs-imgs-box .au-img-3 {
      width: 128px;
      height: 158px;
      top: 188px;
      left: 153px; }

  .video-icon {
    width: 40px;
    height: 40px; }

  .wfl-header-logo {
    display: none; }

  .advisory-board-slider .advisory-container:hover .advisory-img-box:before {
    right: 0;
    left: 0; }

  .g-recaptcha {
    transform: scale(0.67);
    transform-origin: 0 0; }

  .section-title {
    font-size: 25px; }

  .txt-wrap {
    white-space: break-spaces; }

  .about-nazaha-img-box .about-nazaha-img1 {
    width: 100%; }
  .about-nazaha-img-box .about-nazaha-img2-box {
    top: 15px;
    left: 0; }
    .about-nazaha-img-box .about-nazaha-img2-box .about-nazaha-img2 {
      width: 100%;
      height: 100%; }

  .mobile-header .header-menu {
    min-width: 96vw; }

  .lined-title-box .lined-title .lined-title-txt {
    white-space: break-spaces; }

  #informative_admin .bordered-btn-box {
    padding: 22px 10px; }

  .txt-b5A {
    font-size: 15px; }

  .back-btn-txt {
    display: none; }

  .subcat-question-box {
    flex-direction: column; }

  .score-box {
    margin-top: 30px; }

  .score-txt {
    flex-direction: column; }

  .assessment-result-card .assessment-result-header {
    display: block; }

  .assessment-result-txt-2 {
    margin-top: 10px;
    text-align: end; }

  .es-container {
    display: block;
    text-align: end; }

  .es-box {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 10px; }

  .gray-bg-btn {
    display: block;
    margin-bottom: 10px;
    width: 100%; }

  .orange-bg-btn {
    margin-left: 0;
    display: block;
    width: 100%; }

  .participation-box {
    display: block; }
    .participation-box .participation-certificate-img {
      display: block;
      margin: 0 auto 10px; }

  .solid-lined-title-box .lined-title .lined-title-txt {
    white-space: break-spaces; }

  .assessment-header {
    display: block; }
    .assessment-header .assessment-status {
      text-align: right; }

  .rtl-direction .assessment-header .assessment-status {
    text-align: left; }

  .report-btns {
    flex-direction: column; }
    .report-btns .download-form-btn {
      margin-right: 0 !important;
      margin-left: 0 !important;
      min-width: 100%;
      margin-bottom: 10px; }

  .certificate-btns {
    display: block !important; }
    .certificate-btns .view-btn {
      display: block !important;
      margin: 0 auto; }
    .certificate-btns .download-btn {
      margin: 0 auto;
      margin-top: 5px;
      display: block !important; }

  .mb-mobile {
    margin-bottom: 10px; }

  .home-first-slider .slide-img {
    height: 300px; }
  .home-first-slider .slide-title {
    font-size: 16px;
    margin-bottom: 20px; }
  .home-first-slider .slide-arrow-icon {
    font-size: 13px; }

  .btn-slider-more {
    padding: 6px 5px;
    font-size: 12px;
    min-width: 102px; }

  .mobile-header .european-logo {
    width: 100px;
    height: 86px; }
  .mobile-header .spanish-logo {
    width: 131px;
    height: 43px; }

  .content-title-sm {
    white-space: break-spaces; } }
@media (max-width: 488px), not all and (min-width: 489px) {
  .wfl-flex-box {
    flex-direction: column; }
    .wfl-flex-box .status-title {
      margin-bottom: 10px; }

  .home-first-slider .slide-prev,
  .home-first-slider .slide-next {
    bottom: 53px; }
  .home-first-slider .slide-arrow-icon {
    font-size: 10px; }

  #informative_admin .btn-container {
    display: block; }
  #informative_admin .edit-btn {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 12px; }
  #informative_admin .custom-secondary-btn {
    min-width: 100%; } }
@media (max-width: 447px), not all and (min-width: 448px) {
  #informative_admin .img-preview-popup {
    max-width: 260px;
    max-height: 260px; }

  .login-container .login-side .login-logo {
    width: 190px;
    height: 80px; } }
@media (max-width: 351px), not all and (min-width: 350px) {
  .mobile-header .header-menu {
    min-width: 93vw; }

  .flex-between-box {
    flex-direction: column; }

  .mobile-header .european-logo {
    width: 100px;
    height: 86px;
    width: 76px;
    height: 65px; }
  .mobile-header .spanish-logo {
    width: 131px;
    height: 43px;
    width: 107px;
    height: 33px; } }
@media (max-width: 328px), not all and (min-width: 329px) {
  #informative_admin .img-preview-popup {
    max-width: 216px;
    max-height: 216px; }

  #informative_admin .mobile-header .header-collapsed-btn {
    font-size: 12px; }
  #informative_admin .mobile-header .notify-btn {
    font-size: 18px; }
  #informative_admin .mobile-header .notify-badge {
    top: 10px;
    left: 19px;
    font-size: 6px !important; }
  #informative_admin .mobile-header .logout-btn {
    padding: 1px 8px 6px; }
    #informative_admin .mobile-header .logout-btn img {
      width: 15px !important;
      height: 15px !important; }

  .mobile-header-logo {
    width: 100px;
    height: 50px; }

  #informative_admin #mobile-sidebar {
    top: 88px;
    width: 265px !important; }

  #informative_admin #sidebar-wrapper {
    width: 265px !important; } }
@media (max-width: 319px), not all and (min-width: 318px) {
  .wfl-aboutUs-container .aboutUs-imgs-box .au-img-1 {
    width: 260px;
    height: 183px; }
  .wfl-aboutUs-container .aboutUs-imgs-box .au-img-2 {
    width: 153px;
    height: 157px;
    top: 143px; }
  .wfl-aboutUs-container .aboutUs-imgs-box .au-img-3 {
    width: 119px;
    height: 144px;
    top: 170px;
    left: 133px; }

  .rtl-direction .wfl-aboutUs-container .aboutUs-imgs-box .au-img-3 {
    right: 133px;
    left: unset; } }
input#email:focus + .input-tooltip, input#email:focus-within + .input-tooltip,
input#password_confirmation:focus + .input-tooltip,
input#password_confirmation:focus-within + .input-tooltip,
input#password:focus + .input-tooltip,
input#password:focus-within + .input-tooltip {
  opacity: 1;
  z-index: 1; }

.input-tooltip {
  background: #F1F1F1;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  position: absolute;
  bottom: 100%;
  padding: 10px 12px;
  opacity: 0;
  z-index: -9; }
  .input-tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #C1C1C1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px; }

.accordion-item.sidebar-menu-accordion-item .accordion-header {
  margin-top: 0; }

.assessment-card-completed {
  border-color: #D8D8D8;
  background-color: #6F226E; }
  .assessment-card-completed .txt-b14 {
    color: #ffffff; }
  .assessment-card-completed img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); }

.img-wrapp {
  aspect-ratio: 1440/863;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .img-wrapp video,
  .img-wrapp iframe {
    width: 100%;
    height: 100%; }
  .img-wrapp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block; }
  .img-wrapp.news-img {
    aspect-ratio: 518/370; }
  .img-wrapp.about-us {
    aspect-ratio: 518/370; }
    @media (max-width: 991px) {
      .img-wrapp.about-us {
        aspect-ratio: 680/380; } }
    @media (max-width: 767px) {
      .img-wrapp.about-us {
        aspect-ratio: 518/370; } }
  .img-wrapp.institution-img {
    aspect-ratio: 518/370; }

span.is-invalid {
  border-color: #dc3545 !important; }

.rtl-direction .code-country {
  direction: ltr;
  border: 1px solid #ced4da !important;
  border-right: 0 !important;
  border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-right: 1px solid #ffffff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 0;
  padding-left: 0.75rem; }
  .rtl-direction .code-country.is-invalid {
    border-right: 0 !important; }
.rtl-direction .mobile-num {
  direction: ltr;
  border-bottom-right-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-left: 1px solid #ffffff !important;
  border: 1px solid #ced4da !important;
  border-left: 0 !important; }
  .rtl-direction .mobile-num.is-invalid {
    border-color: #dc3545 !important;
    border-left: 0 !important; }

.rtl-direction header .wfl-actions-box {
  font-family: "Open Sans", sans-serif !important; }

.updatedNote-box {
  display: flex; }

/************************   Components   ************************/
@media (max-width: 991px), not all and (min-width: 992px) {
  .updatedFlex-box {
    flex-direction: column; }
    .updatedFlex-box .excel-wrapper {
      display: flex;
      margin: 30px 0 0 !important; }

  .updatedNote-box {
    flex-direction: column; }
    .updatedNote-box .updatedNote-side {
      margin: 0 !important; } }
@media (max-width: 575px), not all and (min-width: 576px) {
  .assignedForm-btns {
    display: flex;
    flex-direction: column;
    margin-top: 20px; }
    .assignedForm-btns .edit-btn {
      margin: 0 !important; }
    .assignedForm-btns .save-btn {
      margin-top: 20px !important; }

  .updatedFlex-box .account-status-box {
    flex-direction: column; }
    .updatedFlex-box .account-status-box .status-title {
      margin: 0 0 20px !important; }
  .updatedFlex-box .excel-box {
    min-width: 110px; } }
/************************   Abstracts   ************************/

/*# sourceMappingURL=style.css.map */
</pre></body></html>