/******************************   imported files    ********************************/
/************************   Layout   ************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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;
}
.container-box {
  font-size: 18px;
}
.container-box h1 {
  font-size: 26px;
}
.container-box h2 {
  font-size: 24px;
}
.container-box h3 {
  font-size: 22px;
}
.container-box h4 {
  font-size: 20px;
}
.container-box h5 {
  font-size: 18px;
}
.container-box .plum {
  color: #6f226e;
}
.container-box b {
  margin-bottom: 12px;
}
.container-box .progress {
  overflow: hidden;
  height: 12px;
  border-radius: 64px;
  background: #e0e0e0;
}
@media (max-width: 767.9px) {
  .container-box .progress {
    margin-bottom: 20px;
  }
}
.container-box .progress .bar {
  width: 50%;
  height: 12px;
  border-radius: 64px;
  background: #555555;
}
.container-box .progress .bar.plum-bg {
  background-color: #6f226e;
}
.container-box .progress .bar.green {
  background-color: #198038;
}
.container-box .pdf-bg {
  border-radius: 4px;
  background: #f1e9f1;
  display: flex;
  color: #6f226e;
  width: 48px;
  height: 56px;
  padding: 16px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-box .btn-plum,
.container-box .btn-link {
  border-radius: 5px;
  width: 188px;
  background-color: #fff;
  padding: 11px 9px;
  border: 1px solid #6f226e;
  color: #6f226e;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  transition: 600ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-box .btn-plum svg,
.container-box .btn-link svg {
  margin-inline-end: 6px;
}
.container-box .btn-plum:hover,
.container-box .btn-link:hover {
  color: #ffffff;
  background-color: #6f226e;
}
.container-box .btn-plum:hover svg path,
.container-box .btn-link:hover svg path {
  fill: #ffffff;
}
.container-box .btn-plum {
  width: 30%;
  max-width: 320px;
  color: #ffffff;
  font-size: 22px;
  background-color: #6f226e;
  border-radius: 8px;
  display: block;
  margin: 18px auto;
}
@media (max-width: 991.9px) {
  .container-box .btn-plum {
    width: 100%;
    max-width: 320px;
  }
}
.container-box .btn-plum:hover {
  color: #6f226e;
  background-color: #ffffff;
}
.container-box small {
  color: #636366;
  font-size: 14px;
}

.question-number {
  color: #6f226e;
  font-size: 22px;
  font-weight: 700;
}

.question-text {
  font-size: 20px;
  color: #021a41;
  font-weight: 400;
}

.answer-box.input-box {
  position: relative;
  padding-left: 40px;
  margin: 12px 0 !important;
  cursor: pointer;
}
[dir=rtl] .answer-box.input-box {
  padding-left: 0;
  padding-right: 40px;
}
.answer-box.input-box .form-check-input {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 2;
}
[dir=rtl] .answer-box.input-box .form-check-input {
  left: auto;
  right: 0;
}
.answer-box.input-box .form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #636366;
  background: white;
  transition: border-color 0.25s;
}
[dir=rtl] .answer-box.input-box .form-check-label::before {
  left: auto;
  right: 0;
}
.answer-box.input-box .form-check-label::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  transform: translate(-100%, -50%);
  transition: background 0.25s;
}
[dir=rtl] .answer-box.input-box .form-check-label::after {
  transform: translate(100%, -50%);
  left: auto;
  right: 18px;
}
.answer-box.input-box .form-check-input:checked + .form-check-label::after {
  background: #6f226e;
}
.answer-box.input-box .form-check-label {
  font-size: 1rem;
  color: #636366;
  cursor: pointer;
  user-select: none;
}

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 rgba(0, 0, 0, 0.1607843137);
  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 rgba(0, 0, 0, 0.1098039216);
  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 rgba(0, 0, 0, 0.1294117647);
  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;
}
@media (max-width: 991.9px) {
  .auth-box .auth-title {
    font-size: 26px;
  }
}

.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;
}
@media (max-width: 991.9px) {
  .lined-title-box .lined-title {
    flex-wrap: wrap;
  }
}
.lined-title-box .lined-title:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px dashed #7b6777;
}
@media (max-width: 991.9px) {
  .lined-title-box .lined-title:after {
    margin-top: 6px;
  }
}
.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 rgba(0, 0, 0, 0.1607843137);
}
.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;
  /*&: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:after {
  content: "";
  width: 121px;
  height: 2px;
  background-color: #6f226e;
  display: block;
  margin: 0 auto;
}
.benefit-section-container .certificate-benefit-box .certificate-benefit-icon-box {
  margin-bottom: 26px;
}
.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 rgba(0, 0, 0, 0.0705882353);
  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 rgba(0, 0, 0, 0.0784313725);
  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 rgba(0, 0, 0, 0.1607843137);
  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 rgba(0, 0, 0, 0.1607843137);
  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 rgba(0, 0, 0, 0.1607843137);
  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 rgba(0, 0, 0, 0.0705882353);
  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 rgba(0, 0, 0, 0.1607843137);
  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 #mobile-sidebar {
  display: none;
  width: 320px;
}
#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 {
  /*********************************************************/
}
#informative_admin .header-container {
  background-color: #fff;
  height: 75px;
  fill: #fff;
  filter: drop-shadow(0 3px 10.1px rgba(0, 0, 0, 0.14));
}
#informative_admin .notify-btn {
  color: #707070;
  font-size: 25px;
}
#informative_admin .logout-btn {
  transform: scale(-1);
}
@media (min-width: 991.9px) {
  #informative_admin .logout-btn {
    margin-right: 19px;
  }
}
#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: 320px;
}
#informative_admin .inner-content-wrapper {
  padding: 20px 16px;
  margin: 75px 30px 0 350px;
}
[dir=rtl] #informative_admin .inner-content-wrapper {
  margin: 75px 350px 0 30px;
}
@media (max-width: 991.9px) {
  #informative_admin .inner-content-wrapper {
    padding: 20px 0px;
    margin: 100px 15px 0 15px !important;
  }
}
#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.active, #informative_admin .sidebar-menu .sidebar-menu-item:hover {
  background-color: #fff;
}
#informative_admin .sidebar-menu .sidebar-menu-item.active .sidebar-menu-txt, #informative_admin .sidebar-menu .sidebar-menu-item:hover .sidebar-menu-txt {
  color: #4d4d4d;
  font-weight: bold;
}
#informative_admin .sidebar-menu .sidebar-menu-item.active .sidebar-menu-icon, #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-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  padding: 15px 30px;
}
#informative_admin .container-box.custom {
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
@media (max-width: 767.9px) {
  #informative_admin .container-box {
    padding: 20px 12px;
  }
}
#informative_admin .container-box .box-tit {
  color: #021a41;
  font-size: 24px;
  font-weight: 700;
  display: block;
}
#informative_admin .container-box .box-tit-container {
  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;
}
@media (max-width: 991.9px) {
  #informative_admin .container-box .account-table tbody tr th,
  #informative_admin .container-box .account-table tbody tr td {
    padding: 6px 10px;
  }
}
#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 {
  padding: 22px;
  border-radius: 8px;
  background: rgba(111, 34, 110, 0.1882352941);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#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-assessment {
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
}
#informative_admin .custom-pager-assessment .page-link {
  border-radius: 8px !important;
  padding: 12px 32px;
  width: auto;
  height: auto;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: #202020;
  border-color: #636366;
  font-size: 14px;
  color: #021a41;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 767.9px) {
  #informative_admin .custom-pager-assessment .page-link {
    padding: 12px 20px;
  }
}
#informative_admin .custom-pager-assessment .page-link:hover, #informative_admin .custom-pager-assessment .page-link:focus, #informative_admin .custom-pager-assessment .page-link.active {
  background-color: #6f226e;
  color: #fff;
  border-color: #6f226e;
  box-shadow: none !important;
}
#informative_admin .custom-pager-assessment .disabled {
  color: #636366 !important;
  border-color: #636366 !important;
}
#informative_admin .mobile-header {
  background-image: url("/wfl/img/mobile-header-bg.svg");
  padding: 17px 0;
  position: fixed;
  z-index: 5;
  border-bottom: 4px solid #6f226e;
  background-color: #6f226e;
  top: 0;
  left: 0;
  right: 0;
}
#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;
  font-size: 0;
  padding: 7.5px 7px 7.5px;
}
#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%, rgba(216, 216, 216, 0) 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 rgba(0, 0, 0, 0.1607843137);
  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 rgba(0, 0, 0, 0.1607843137);
  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 > .btn,
.multi-select-field .btn-group > .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 rgba(0, 0, 0, 0.1098039216);
  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 rgba(0, 0, 0, 0.1607843137);
  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;
  position: relative;
}
.assessment-card .greenish-txt {
  color: #0daa34 !important;
  position: absolute;
  top: -10px;
  right: -18px;
  margin: 0;
  background: #ffffff;
}
.assessment-card:hover {
  background-color: #6f226e;
}
.assessment-card:hover .txt-b14 {
  color: #ffffff;
}
.assessment-card:hover .greenish-txt {
  background-color: transparent !important;
}
.assessment-card:hover .assessment-icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.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;
}
@media (max-width: 767.9px) {
  .solid-lined-title-box .lined-title {
    align-items: normal;
  }
}
.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 rgba(0, 0, 0, 0.1019607843);
  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: #021a41;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.note-tit::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M12 2C6.477 2 2 6.477 2 12C2 17.523 6.477 22 12 22C17.523 22 22 17.523 22 12C22 6.477 17.523 2 12 2ZM13 17H11V15H13V17ZM13 13H11L10.5 7H13.5L13 13Z' fill='%23021A41'/></svg>");
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-inline-end: 2px;
}

.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 > * {
  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;
}
@media (max-width: 991.9px) {
  .q-bordered-box {
    width: 100%;
    max-width: 100%;
  }
}
.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 rgba(0, 0, 0, 0.1607843137);
  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 rgba(0, 0, 0, 0.1098039216);
  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 {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #6f226e;
  padding: 9px 15px 9px 15px;
  max-width: 220px;
  margin-inline-end: 0;
  margin-inline-start: auto;
}
@media (max-width: 767.9px) {
  .subcat-file-container {
    width: 100%;
    max-width: 100%;
  }
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcat-file-box svg {
  margin: 0 4px;
}
.subcat-file-box .subcat-file-txt {
  color: #6f226e;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
}

.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 rgba(0, 0, 0, 0.1098039216);
  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 rgba(0, 0, 0, 0.1098039216);
  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(180deg, rgb(109, 103, 103) 0%, rgba(255, 255, 255, 0) 100%);
  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: rgb(111, 34, 110);
  transition: 600ms;
  box-shadow: 0px 5px 10px -2px rgba(111, 34, 110, 0.75);
  -webkit-box-shadow: 0px 5px 10px -2px rgba(111, 34, 110, 0.75);
  -moz-box-shadow: 0px 5px 10px -2px rgba(111, 34, 110, 0.75);
}
.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 {
  opacity: 0.7;
}
.desk-header-container .wfl-header-menu .wfl-menu-link.active {
  opacity: 1;
  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;
  width: 70%;
}
@media (max-width: 1199.9px) {
  .home-slider .home-slider-item .home-slider-caption {
    width: 90%;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.home-slider .home-slider-item .home-slider-title {
  text-shadow: 3px 3px 6px #6f226e;
  color: #fff;
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1199.9px) {
  .home-slider .home-slider-item .home-slider-title {
    font-size: 48px;
  }
}

.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: auto;
  width: 460px;
  height: 320px;
  display: inline-block;
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media (max-width: 991.9px) {
  .wfl-aboutUs-container .aboutUs-imgs-box {
    height: auto;
    width: 100%;
    aspect-ratio: 460/320;
  }
}
.wfl-aboutUs-container .aboutUs-imgs-box .aboutUs-img {
  box-shadow: 2px 2px 20px rgba(111, 34, 110, 0.4);
  display: block;
  position: absolute;
}
.wfl-aboutUs-container .aboutUs-imgs-box .aboutUs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wfl-aboutUs-container .aboutUs-imgs-box .au-img-1 {
  width: 100%;
  height: 100%;
}
.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-aboutUs-container .read-more-btn-small {
  margin-top: 20px;
}

.wfl-title {
  color: #060606;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 1359.9px) {
  .wfl-title {
    font-size: 32px;
  }
}

.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;
}

.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 0 0;
  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;
}
@media (max-width: 1359.9px) {
  .apply-content-tit {
    font-size: 32px;
  }
}
@media (max-width: 991.9px) {
  .apply-content-tit {
    text-align: center;
  }
}

.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 {
  width: 54px;
  height: 54px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.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: #6f226e;
  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-img img {
  object-fit: contain;
}
.institution-container .institution-icon {
  position: absolute;
  top: 0;
  right: 0;
}

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

.home-news-section {
  padding: 0 0 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: block;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1607843137);
  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 {
  color: #702269;
}

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

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

.quick-links-box {
  padding-left: 116px;
}
.quick-links-box a:hover {
  color: #6f226e;
}

.footer-second-block {
  background-color: #f1f1f1;
  padding: 13px;
  text-align: center;
}
.footer-second-block .footer-txt-2 {
  letter-spacing: 0.36px;
  font-size: 18px;
  color: #000000;
}
.footer-second-block .footer-txt-2 a {
  color: #000000;
}
.footer-second-block .footer-txt-2 a:hover {
  color: #6f226e;
}

.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: 440px;
}

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

.ip-header-title {
  text-transform: uppercase;
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 767.9px) {
  .ip-header-title {
    font-size: 20px;
  }
}

.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 rgba(0, 0, 0, 0.0705882353);
  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;
}
[dir=rtl] .contact-info-item li .contact-item-link {
  font-family: "Open Sans", sans-serif !important;
}
.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 rgba(0, 0, 0, 0.1019607843);
  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%;
    margin: 0;
  }
}
.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(100% - 30px);
    height: calc(100% - 30px);
  }
}
.aboutUs-img-box .aboutUs-img {
  box-shadow: 2px 2px 20px rgba(111, 34, 110, 0.4);
  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 15px;
}
.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%;
}
.aboutUs-propertiy-box .propertiy-container-2 img {
  object-fit: cover;
}

.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: 100%;
  height: 303px;
  background-color: #6f226e;
}
@media (max-width: 991.9px) {
  .news-node-colored-box {
    background-color: transparent;
  }
}

.newsNode-img {
  box-shadow: 2px 2px 20px rgba(111, 34, 110, 0.4);
  border: 13px solid #ffffff;
  position: absolute;
  top: 26px;
  left: 26px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.9px) {
  .newsNode-img {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.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 rgba(0, 0, 0, 0.1098039216);
  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;
}

@media (max-width: 991.9px) {
  .home-mobile-header {
    position: relative;
    transition: 600ms;
  }
}

.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;
}
@media (max-width: 991.9px) {
  .rtl-direction .newsNode-img {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.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: 0;
  margin-left: 15px;
}
.rtl-direction .desk-header-container .wfl-actions-box .wfl-action-item {
  margin-right: 0;
  margin-left: 15px;
}
.rtl-direction .desk-header-container .wfl-actions-box .wfl-action-item:last-child {
  margin-right: 0;
  margin-left: 0;
}
.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(-0.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;
  }
}
@media (min-width: 991.9px) {
  .rtl-direction #informative_admin .logout-btn {
    margin-left: 19px;
    margin-right: 0;
  }
}
.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: 0.375rem !important;
  border-top-left-radius: 0.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;
  }
  .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;
  }
  [dir=rtl] .innerPage-mobile-header .hmh-link:nth-child(3) {
    font-family: "Open Sans", sans-serif !important;
  }
  .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;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .aboutUs-propertiy-box {
    flex-direction: column-reverse;
  }
  .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 {
    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 #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 #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 .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;
    margin-bottom: 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 {
    flex-direction: column;
  }
  .solid-lined-title-box .lined-title .lined-title-txt {
    white-space: break-spaces;
    margin-bottom: 8px;
  }
  .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 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: 1366/768;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.9px) {
  .img-wrapp {
    aspect-ratio: 1024/768;
  }
}
.img-wrapp video,
.img-wrapp iframe {
  width: 100%;
  height: 100%;
}
.img-wrapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
}

.home-slider {
  overflow: hidden;
}
@media (max-width: 991.9px) {
  .home-slider {
    aspect-ratio: 1024/768;
  }
}

.dropdown-menu.show {
  width: calc(100vw - 30px);
}

.aboutUs-img-box .img-wrapp {
  aspect-ratio: 460/320;
}

.long-arrow-right,
.long-arrow-left {
  font-size: 0;
  width: 25px;
  height: 20px;
  background-color: #021a41;
  mask-image: url("../../img/arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
[dir=rtl] .long-arrow-right,
[dir=rtl] .long-arrow-left {
  transform: scale(-1);
}

.long-arrow-right {
  transform: scale(-1);
}
[dir=rtl] .long-arrow-right {
  transform: scale(1);
}

.disabled .long-arrow-right,
.disabled .long-arrow-left {
  background-color: #636366;
}

.page-link:hover .long-arrow-right,
.page-link:hover .long-arrow-left {
  background-color: #ffffff;
}

a.edit-btn.save-btn.custom,
button.edit-btn.save-btn.custom {
  color: #ffffff;
  width: auto !important;
  padding: 9px 30px;
  font-size: 18px;
  font-weight: 400;
  background-color: #6f226e;
  transition: 600ms;
}
@media (max-width: 767.9px) {
  a.edit-btn.save-btn.custom,
  button.edit-btn.save-btn.custom {
    margin: 5px auto;
    width: 100% !important;
  }
}
a.edit-btn.save-btn.custom:hover,
button.edit-btn.save-btn.custom:hover {
  background-color: transparent;
  color: #6f226e;
}
a.edit-btn.save-btn.custom:hover svg path,
button.edit-btn.save-btn.custom:hover svg path {
  fill: #6f226e;
}

#successFeedbackModal .modal-footer,
#successFeedbackModal .modal-header {
  border: 0;
}
@media (min-width: 991.9px) {
  #successFeedbackModal {
    --bs-modal-width: 740px;
    --bs-modal-padding: 0 50px;
  }
}
#successFeedbackModal button.btn.btn-primary {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 12px 0;
  color: #ffffff;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #6f226e;
  box-shadow: 0 1px 2px 0 rgba(5, 32, 81, 0.05);
}

.feedback-wrapper .feedback-btn {
  cursor: pointer;
  position: fixed;
  left: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  transition: 600ms;
  z-index: 20;
  transition: 600ms;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.9px) {
  .feedback-wrapper .feedback-btn {
    left: 10px;
    bottom: 10px;
  }
}
[dir=rtl] .feedback-wrapper .feedback-btn {
  left: auto;
  right: 30px;
}
@media (max-width: 991.9px) {
  [dir=rtl] .feedback-wrapper .feedback-btn {
    left: auto;
    right: 10px;
    bottom: 10px;
  }
}
.feedback-wrapper .feedback-btn span svg path {
  fill: #a64cbc;
}
.feedback-wrapper .feedback-btn span:first-child {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
.feedback-wrapper .feedback-btn span:last-child {
  border-radius: 45px;
  background-color: #ffffff;
  color: #a64cbc;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 6px 15px 6px 60px;
  margin-left: -42px;
  transition: 600ms;
  z-index: -99999;
  opacity: 0;
  display: none;
  width: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
[dir=rtl] .feedback-wrapper .feedback-btn span:last-child {
  padding: 6px 60px 6px 15px;
  margin-left: 0;
  margin-right: -42px;
}
.feedback-wrapper .feedback-btn:hover {
  transform: translateY(-4px) scale(1.02);
}
.feedback-wrapper .feedback-btn:hover span:last-child {
  width: fit-content;
  opacity: 1;
  z-index: -1;
  display: block;
}
.feedback-wrapper .modal-header {
  border: 0;
}
@media (min-width: 991.9px) {
  .feedback-wrapper .modal {
    --bs-modal-width: 740px;
    --bs-modal-padding: 0 50px;
  }
}
.feedback-wrapper .modal textarea {
  border-radius: 2px;
  border: 1px solid #cfd0d7;
  background: #fcfcfd;
  resize: none;
}
.feedback-wrapper .modal small {
  color: #6c606c;
  font-size: 14px;
}
.feedback-wrapper .modal .form-control[type=file] {
  border-radius: 8px;
  border: 1px dashed #90119b;
  background: #fdf6fe;
}
.feedback-wrapper .form-control::file-selector-button {
  padding: 25px;
}
.feedback-wrapper .save-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 12px 0;
  color: #ffffff;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #6f226e;
  box-shadow: 0 1px 2px 0 rgba(5, 32, 81, 0.05);
}

@media (max-width: 991.9px) {
  #informative_admin .desktop-sidebar {
    display: none;
  }
}

.lms-wrapper .bordered-section {
  padding: 20px;
  border: 1px solid #c3c3c3;
  margin: 50px 0;
  border-radius: 15px;
}
.lms-wrapper .lined-title {
  margin: -35px 0 30px 0;
  background-color: #ffffff;
  width: fit-content;
  padding: 0 40px 0 20px;
}
[dir=rtl] .lms-wrapper .lined-title {
  padding: 0 20px 0 40px;
}

#informative_admin .container-box.lms-custom {
  box-shadow: none;
  padding: 0;
}

.box-description .ccb-txt {
  color: #c6c6c6;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  /* 19.856px */
}

.white-img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.course-enroll-box {
  display: flex;
  align-items: center;
}

@media (max-width: 991.9px) {
  #informative_admin #mobile-sidebar {
    display: block;
  }
}

@media (max-width: 991.9px) {
  a.wfl-action-item.hmh-link {
    font-family: "Open Sans", sans-serif !important;
  }
}

.reflect-dir {
  transform: scale(-1);
}

@media (max-width: 1123.9px) {
  .desk-header-container .wfl-actions-box .wfl-action-item {
    min-width: 36px;
  }
}

/************************   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 */
