@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.otf");
}

body,
html {
  overflow-x: hidden;
}

[dir="ltr"] .r-direction {
  flex-direction: row
}

[dir="rtl"] .r-direction {
  flex-direction: row-reverse
}

/* For Menu In Dropdown */
[dir="rtl"] .text-align {
  text-align: right
}

[dir="ltr"] .text-align {
  text-align: left
}

.no-scroll {
  overflow: hidden;
}




/* Start Navbar */


header nav .nav-link {
  color: #FFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

header .nav-link {
  gap: 8px;
  display: flex
}

header nav .get-started-btn {
  display: flex;
  padding: 12px 24px !important;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color-dark);
  color: #FFF !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  border-radius: 50px;
}

.btn-presenter,
.btn-presenter:hover,
.btn-presenter:active,
.btn-presenter:focus-visible {
  color: #fff !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  border-radius: 10px;
  background: #33bba2 !important;
  padding: 12px;

}

.dropdown-list {
  opacity: 0;
  visibility: hidden;
  /* Hidden but still takes up space */
  transform: translateY(15px);
  /* Move it down for the "fade up" effect */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  /* Delayed visibility toggle */
  position: absolute;
  top: 100%;
  min-width: 222px;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: -1 !important;
}


.header-nav-list .dropdown-toggle,
.header-nav-list .dropdown-toggle:active {
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  font-size: 14px;
}

.header-nav-list .dropdown-toggle.btn.show,
.header-nav-list .dropdown-toggle:active.btn.show {
  background: #3c908d;
  border-radius: 0;
  border: none;
}

header .dropdown-menu.show:not(.lang-dropdown) {
  display: flex;
  min-width: 225px;
  flex-direction: column;
  align-items: center;
  top: calc(100%) !important;
  transform: translate3d(30%, 0px, 0px) !important;
  left: 0% !important;
  overflow: hidden;
  padding: 0px;
  background: #6E62AB !important;
  border-radius: 0px 0px 10px 10px !important;
  position: absolute;
}


header .dropdown-menu.show:not(.lang-dropdown) li {
  width: 100%;
  text-align: center
}


header a.dropdown-item:hover,
header a.dropdown-item:active {
  background: rgba(48, 219, 188, 0.263) !important;
}


header .dropdown-toggle.btn {
  color: #FFF;
  gap: 20px;
  height: 100%
}

header .dropdown-toggle:focus {
  background-color: #403a60 !important;
  box-shadow: none !important
}


header .navbar-expand-md .navbar-collapse,
header .dropdown,
.header-nav-list-item {
  height: 100%;
}



header .navbar-expand-md .navbar-nav a,
.collapse .header-nav-list-item,
header .dropdown-toggle {
  display: flex;
  align-items: center
}

.navbar-nav {
  align-items: stretch
}

header .dropdown-menu.show:not(.lang-dropdown) a {
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 21px 0px;
}


header .dropdown-menu.show:not(.lang-dropdown) a:hover {
  background-color: #564a91 !important
}

header .dropdown-menu li:last-child a {
  border-bottom: 0 !important
}

.dropdown-list a {
  padding: 24px 16px !important;
  display: block;
  color: var(--dark-blue, var(--Dark-Blue-Dark-blue, #103a5d));
  text-align: right;

  /* Titles/Title Regular */
  font-family: "Cairo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-bottom: 0.5px solid var(--Dark-Blue-Dark-blue, #103a5d);
  transition: all 0.2s ease-in-out;
}

.dropdown-list a:hover {
  background-color: var(--main-color);
  color: #fff;
  padding: 24px 24px !important;
}

.nav-item:hover>.dropdown-list {
  visibility: visible;
  /* Make it visible */
  opacity: 1;
  /* Fully visible */
  transform: translateY(0);
  /* Moves it back to its original position */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s;
  /* No delay when showing */
}

/* End Navbar */


/* Start Hero */

.hero {
  position: relative;
  height: calc(100vh - 70px);
  overflow: hidden;
  margin-top: 80px
}

.hero-about {
  position: relative;
  height: 155px;
  overflow: hidden;
  margin-top: 80px
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #443D6C 0%, rgba(110, 98, 171, 0.20) 100%);
}

.hero-vectors-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  bottom: 0
}

.hero-vectors-wrapper>div {
  height: 14.285%;
  position: relative;
  background-image: url(../images/hero/vec.png)
}

.hero-ar-vec {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero/ar-vec.png);
  background-repeat: no-repeat;
  background-position-y: bottom
}

.hero-about-vec::after {

  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/vectors/bg-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  width: 100%;

}

.hero-content {
  z-index: 900;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;

  display: flex;
  justify-content: center;
  align-items: center
}

.hero-title {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  /* 100% */
}

.hero-desc {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 24px !important;
  display: block;
}

.hero-content .main-hero-title-container {

  margin-top: 42px;
  margin-bottom: 32px;
  padding: 8px 55px;
  border-radius: 50px;
  background: linear-gradient(90deg, rgba(237, 226, 255, 0.75) 0%, rgba(202, 175, 62, 0.75) 100%);
}

.main-hero-title-container h1 {
  color: var(--main-color);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
  margin: 0
}


.hero-text-container span {
  color: var(--main-color);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 150% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
  text-align: center
}

.hero-btn-container {
  margin-top: 32px;
}

.hero-btn-container a {
  text-decoration: none;
  color: #FFF;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 50px;
  background: #6E62AB;
  border: 0;
  outline: 0;
  padding: 12px 48px;
  cursor: pointer;
}

.p-nav {
  padding: 0px 88px 0px
}


.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video covers the container */
  z-index: -1;
  /* Video appears below content and overlay */
}

/* End Hero */

/* Start About */
.about {
  padding: 50px;
}

.about-wrapper {
  padding: 50px 88px;
  /* Add padding */
  border-radius: 16px;
  /* Add rounded corners */
  background:
    url('../images/about/about-vec.png'),
    /* Background image */
    linear-gradient(267deg, #F9FAFB 1.67%, rgba(156, 174, 217, 0.20) 99.09%);
  /* Gradient */
  background-size: contain;
  /* Ensure the image covers the element */
  background-position: center;
  /* Center the background image */
  /* Prevent the image from repeating */
}

.about-wrapper .about-text {
  color: #566478;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
  /* 150% */
}

/* End About */

/* Start edu-paths */
.edu-paths {
  background: #F9FAFB;
  padding: 50px;
}


.edu-paths-text {
  color: #566478;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 32px 0
}

.edu-path-card {
  padding: 32px 50px !important;
  display: flex;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
}

.edu-path-card span {

  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
}

.paths-vectors-wrapper {
  position: absolute;
  left: 0;
  width: 100%;

  right: 0;
  height: 10px;
  bottom: 0;
  overflow: hidden
}

.paths-vectors-wrapper>div {
  height: 100%;
  position: relative;
  background-image: url(../images/hero/vec.png) !important;
  flex: 1
}

/* End edu-paths */

/* Start latest-news */
.latest-news,
.courses {
  padding: 100px 138px
}

.latest-news-carousel {
  margin-top: 3.5em
}

.latest-news-carousel .owl-stage-outer,
.latest-courses-carousel .owl-stage-outer {
  overflow: visible !important
}

.latest-news-card img {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 220px;
  object-fit: cover
}


.latest-news-card .news-time {
  bottom: 0;
  right: 20px;
  z-index: 20;
  background-color: #6E62AB;
  padding: 6px;
  align-items: center;
  color: #FFF;
  gap: 4px;
  padding-bottom: 0;
  max-height: 80px;
}


.latest-news-card .news-time span:nth-child(1),
.latest-news-card .news-time span:nth-child(2),
.latest-news-card .news-time span:nth-child(3) {
  font-size: 8px;
}

.latest-news-card .news-time span:nth-child(4) {
  font-size: 8px;
  border-top: 1px solid #FFF;
  padding-top: 6px;
}

.news-card-title {
  color: #6E62AB;
  text-align: right;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
  margin-bottom: 8px;
}

.news-card-desc {
  color: #566478;
  text-align: justify;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.511px;
  /* 154.257% */
}

.news-read-more {
  padding: 4px 16px;
  color: #FFF !important;
  border-radius: 4px;
  background: #443D6C;
  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 500;
  margin-top: 8px;

}


.latest-news .my-owl-nav,
.courses .my-owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-250%);
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.latest-news .my-owl-nav span,
.courses .my-owl-nav span,
.success-parteneres .my-owl-nav span {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  color: #566478 !important;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px #00000026;
}

.latest-news .my-next-button {
  transform: translateX(20px)
}

/* End latest-news */

/* Start success-parteneres */
.success-parteneres {
  position: relative;
  padding-right: 138px;
  padding-left: 138px;
}

.success-parteneres .about-wrapper {
  background: url('../images/about/Vector.png') !important;
  position: relative;

}

.success-parteneres::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #52BE99;
  z-index: -1;
}

.success-parteneres .g-title-underline::after {
  background-color: #FFF
}


.circle {
  position: relative;

  border-radius: 50%;
  /* Make the element a circle */
  background: transparent;
  /* Transparent background */
}

.circle img {
  object-fit: cover;
  width: 130px;
  height: 130px;
  border-radius: 50%
}

.circle::after {
  content: '';

  top: 50%;
  position: absolute;
  width: 115%;
  /* Adjust the size of the circle */
  height: 115%;
  border-radius: 50%;
  /* Make the pseudo-element a circle */
  background: linear-gradient(180deg, #6E62AB 0%, #009696 50%, #98CB5C 75%, #9CAED9 87.5%, #6E62AB 100%);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  padding: 2px;
  /* Border width */
  box-sizing: border-box;
}

[dir="rtl"] .circle::after {
  right: 50%;
  transform: translateX(50%) translateY(-50%)
}

.circle-wrapper span {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  /* 312.5% */
}

.goals-content-wrapper {
  padding-top: 50px;
  padding-left: 138px;
}

.goals-content-wrapper .g-title {
  font-size: 18px !important;
  ;
  font-weight: 600
}

.goals-content-wrapper .g-title::after {
  background-color: #52BE99
}


.goals-content-wrapper .gosl-num {
  width: 20px;
  height: 20px;
  border: 1px solid #009696;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #52BE99;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.36px;
  border-radius: 50%
    /* 200% */
}

.goals-content-wrapper span:last-child {
  color: #566478;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}


.register-conditions-list {
  row-gap: 16px;
}

.register-conditions-list .col-xl-6 div,
.register-conditions-list .col-xl-12 div {
  border-radius: 4px;
  background: rgba(156, 174, 217, 0.10);
  padding: 8px;
  position: relative;
  padding-right: 18px;
}

.register-conditions-list .col-xl-6 div::after,
.register-conditions-list .col-xl-12 div::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;

  background-color: #566478;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateY(-50%);
}


.register-btn {
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #52BE99;
  text-decoration: none;
  display: inline-block;
  cursor: pointer
}

/* End success-parteneres */


/* Start Sign Up */

.main-wrapper {
  padding: 32px 50px;
  margin-top: 80px;
}


.sign-right-img {
  background-image: url(../images/sign/Mask\ group.png);
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  background-position: center;
}

.sign-right-img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/vectors/bg-left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  width: 100%;
}

.sign-right-img .hero-vectors-wrapper {
  z-index: 100;
}


.sign-right-img-content .sign-right-img .hero-vectors-wrapper>div {
  height: 100% !important
}

.sign-form-header {
  border-bottom: 1px solid;
  padding-bottom: 12px
}

.sign-right-img-content {
  padding-right: 3.5em;
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.20);
  z-index: 300;
  width: 100%;
  color: #FFF;
}

.sign-right-img-content h3 {

  font-family: "Bahij_TheSansArabic";
  font-size: 29.804px;
  font-weight: 500;
  /* 167.476% */
}

.sign-right-img-content span {

  font-family: "Bahij_TheSansArabic";
  font-size: 19.87px;
  font-weight: 500;
}

.sign-right-img-content .hero-vectors-wrapper {
  left: 0 !important;
  right: auto !important;
  height: 100% !important
}

.sign-right-img-content .hero-vectors-wrapper>div {
  height: 100%
}

.sign-form-wrapper {
  border-radius: 0px 50px 50px 0px;
  background: #F5F7FB;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 58px;
  padding-left: 58px;
}

.sign-form-wrapper h3 {
  color: #443D6C;
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;

}

.sign-form-wrapper p {
  color: #443D6C;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  margin-top: 8px;
}

.input-group label {
  color: #566478;
  /*   margin-bottom: 0 !important */
}



/* End Sign Up */

/* Start About */
.hero-about .hero-title {
  font-size: 24px;
  margin: 0;
  line-height: 1
}

.hero-about .hero-vectors-wrapper {
  z-index: 200
}

.about-desc p {
  color: var(--Dark-Grey, #566478);
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;
  padding-right: 64px !important;
  position: relative;
  background-color: #F5F7FB;
}



.about-desc-img {
  border-radius: 8px;
  overflow: hidden
}

.about-desc p::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 75%;
  transform: translateY(-50%);
  right: 32px;
  bottom: 0;
  width: 2px;
  background-color: #BDC3D0
}


.goals-programs-about span {
  color: #FFF;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}


.program-goals-about {
  padding-right: 55px;
  padding-left: 55px;
}

.program-goals-about .g-title {
  font-size: 28px !important
}

/* End ABout */

/*register-tool-wrapper*/
.register-tool-wrapper {
  background: #F5F7FB;
  padding-right: 4em;
  padding-left: 4em;
  padding-top: 52px;
  padding-bottom: 52px
}

.register-tool-wrapper .paths-vectors-wrapper:nth-child(1) {
  right: 0;
  width: 20px;
  top: 0;
  bottom: 0;
  height: 100%;
}

.register-tool-wrapper .paths-vectors-wrapper:nth-child(2) {
  left: 0;
  right: auto !important;
  width: 20px;
  top: 0;
  bottom: 0;
  height: 100%;
}


.register-tool-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.register-tool-item span {
  color: #566478;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.register-tool-item p {
  color: #566478;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.027px;
  /* 116.888% */
}

.register-tool-item .tool-icon-wrapper {
  width: 70px;
  height: 70px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 25px 25px 25px 0;
  align-items: center;
  background: linear-gradient(90deg, var(--Green-2, #52BE99) 50%, var(--Green-1, #009696) 100%);
}

.register-tool-item .tool-icon-wrapper span {
  background-color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #009696;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600
}

#accordion .card-header {
  margin-bottom: 0;
}

#accordion .accordion-title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px;
  background: rgba(110, 98, 171, 0.10);

  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  box-shadow: none !important;
  outline: 0 !important
}

#accordion .accordion-title i {
  position: absolute;
  width: 30px;
  height: 30px !important;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  background: #FFF;
  text-align: center;
  border: 0 !important;
  border-radius: 50%
}

#accordion .accordion-title:hover {
  padding-left: 60px;
}


#accordion span {
  color: #000
}

#accordion .accordion-title:hover i {
  border-right: 1px solid #fff;
}

#accordion [aria-expanded="true"] {
  background: var(--Purple-1, #6E62AB);
  color: #FFF !important;
}

#accordion [aria-expanded="true"] i {
  color: #FFF;
  background: #443D6C;
}

#accordion [aria-expanded="true"] * {
  color: #FFF !important
}

#accordion [aria-expanded="true"] i:before {
  content: "\f00d";
}

#accordion .accordion-body {
  padding: 40px 55px;
  background: var(--Purple-1, #6E62AB);
  color: #FFF;
  padding-top: 0 !important
}

#accordion .card {
  border-bottom: 0.5px solid var(--Purple-1, #6E62AB) !important;
  border-radius: 0 !important
}

#accordion .acc-num {
  color: #9D96A8;
  font-family: Inter;
  font-size: 23.973px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.767px */
}


#accordion .acc-title {
  font-family: "Bahij_TheSansArabic";
  font-size: 20.976px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 25.172px */
}

/*register-tool-wrapper*/

.file-box {
  height: 50px;
  background: #fff;
  border-radius: 5px !important;
  margin: 1rem 0 2rem;
  border: 1px solid #EAEAEA !important;

}

.file-box.error {
  border-color: red !important;
}

.file-box.file-too-large {
  border-color: #0b5661;
  margin-bottom: 35px !important;
}

.file-box.file-too-large::after {
  content: 'الملف تخطى الحد الأقصى , الرجاء تحميل ملف بحجم مناسب';
  position: absolute;
  top: 100%;
  color: #0b5661;
  font-size: 12px;
  margin-top: 10px;
}

.file-box .shallow-input {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-right: 16px;
  color: #6d6e71;
  padding: 12px 10px 12px 10px;
}

.file-box .shallow-input button {
  border: 0;
  outline: 0;
  height: none;
  line-height: 20px;
  border-radius: 5px;
  background-color: #F7EBF8;
  color: #8E459B;
  padding: 7px 20px;
}

.z-999 {
  z-index: 999;
}

.file-box input[type="file"] {
  padding: 4px;
  margin: -4px;
  position: relative;
  outline: none;
  opacity: 0;
  height: 100% !important;
  z-index: 100;
}

a.click-here {
  color: var(--purple-2, #EEE);
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
}

/* Start Footer */
footer {
  padding: 100px 0;
  width: 100%;
  bottom: 0;
  background: #F5F7FB
}

footer .paths-vectors-wrapper {
  top: 0 !important
}

footer .contact-ways-wrapper ul p {
  font-size: 16px;
  font-weight: 700;
}

footer .contact-ways-wrapper ul span {
  font-size: 14px;
}

footer .contact-ways-wrapper ul a {
  font-size: 16px;
  font-weight: 700;
}

footer hr {
  background-color: var(--main-color) !important
}

footer .down-footer .about-text {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

footer .down-footer h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

footer .down-footer .down-footer-links a {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  color: #566478 !important;
  cursor: pointer;
}

footer .down-footer .down-footer-links a::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #566478;
  width: 5px;
  height: 5px;
  border-radius: 50%
}

footer .down-footer .news-letter-wrapper input {
  padding-top: 15px;
  padding-left: 23px;
  padding-bottom: 19px;
  border-radius: 50px;
  border: 0;
  outline: 0
}

footer .down-footer .news-letter-wrapper span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-200%);
  background-color: var(--green-color);
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center
}

footer .down-footer .news-letter-wrapper input::placeholder {
  color: var(--black-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .down-footer .social-links {
  margin-top: 16px;
}

footer .down-footer .social-links a {
  display: flex;

  align-items: center;
  justify-content: center;
  border-radius: 100%
}

footer .down-footer .social-links a i {
  font-size: 20px;
}

/* End Footer */

/* Start copy-rights */
.copy-rights {
  padding: 17px 0;
  font-size: 14px;
}

.copy-rights a {
  cursor: pointer;
}

/* End copy-rights */

/* Start Profile */

.profile-container {
  padding-top: 5rem;
  position: relative;
  padding-bottom: 48px;
}

@media (max-width: 567px) {

  .phone-wrapper .flex-1 {
    flex: 2 !important
  }

  .input-group label {
    /* margin-bottom: 0 !important */
  }



  .profile-container {
    padding-bottom: 0
  }

  .profile-container {
    padding-top: 0 !important
  }

  .profile-header .user-img,
  .user-img-container img {
    width: 80px !important;
    height: 64px !important;
  }

  .tabs-container ul li button {
    padding: 10px 8px !important
  }

  .tabs-container ul {
    flex-wrap: nowrap
  }

  .tabs-container ul li button {
    white-space: nowrap
  }

  .inner-tabs-wrapper {
    margin-top: 10px !important
  }

  .tabs-container ul li button {
    padding: 4px 16px !important
  }

  .tabs-container ul li button {
    font-size: 14px !important;
  }

  .profile-header::after {
    height: 120px;
    width: 45px !important;
  }

  .contact-social {
    padding-top: 22rem;
  }

  .contact-social h5::after {
    right: 32px !important;
  }

  .contact-social h5::before {
    left: 32px !important;
  }

  .contact-social h5::after,
  .contact-social h5::before {
    top: 23.5rem !important;
    width: 50px !important;
  }
}

.uploaded-img-wrapper {
  border-radius: 4px;
  border: 1px dashed #B2BBCC;
  background: rgba(250, 250, 250, 0.50);
}

.clear-img-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px !important;
  height: 16px !important;
  border-radius: 100px !important;
  background: #EB3F37 !important;
  padding: 1px !important;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF !important
}

.success-alert {
  padding: 12px 32px;
  border-radius: 8px;
  border: 1px solid #1B7358;
  background: #E0F6EF;
  text-align: center;
  color: #31A783;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.6px;
  /* 108.889% */
}

.danger-alert {
  padding: 12px 32px;
  border-radius: 8px;
  border: 1px solid #A82721;
  background: #FCDEDC;
  text-align: center;
  color: #EB3F37;
  font-size: 18px;
  font-weight: 500;
  line-height: 19.6px;
}

.add-new-edu-btn {
  padding: 12px 48px;
  border-radius: 50px;
  background: #2489D3;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  border: 0
}

.added-cert-wrapper .title-and-faculty p {
  color: #484848;
  font-size: 17px;
  font-weight: 600;
}

.added-cert-wrapper .title-and-faculty span {
  color: #484848;

  font-size: 15px;
  font-weight: 500;
}


.added-cert-wrapper .date-from-to {
  color: #7E7E7E;
  font-size: 15px;
  font-weight: 500;
}

.added-cert-wrapper .listed-cert span {
  color: #484848;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.added-cert-wrapper img {
  width: 192px;
  height: 100px
}

.edit-delete-wrapper button {

  font-size: 16px;
  font-weight: 400;
  background-color: transparent !important;
  transition: all .2s linear
}

.edit-delete-wrapper button.edit-cert-btn {
  border-radius: 50px;
  border: 1px solid #EC8368;
  padding: 8px 32px;
  color: #EC8368;
}

.edit-delete-wrapper button.edit-cert-btn:hover {
  background-color: #EC8368 !important;
  color: #FFF;
}

.edit-delete-wrapper button.delete-cert-btn {
  border-radius: 50px;
  border: 1px solid #EB3F37;
  padding: 8px 32px;
  color: #EB3F37;
}

.white-nowrap {
  white-space: nowrap
}

.edit-delete-wrapper button.delete-cert-btn:hover {
  background-color: #EB3F37 !important;
  color: #FFF;
}

.danger-alert a {
  font-weight: bold;
  color: #EB3F37
}

.profile-header {
  border: 1px solid #f4ede6;
  padding: 16px;
  transform: translateY(-50%);
  background-color: #fff;
  position: relative;
}

.profile-header::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #443D6C;
  width: 80px;
  border-radius: 0px 0px 8px 0px;
  z-index: -1;
}

[dir="ltr"] .profile-header::after {
  border-radius: 0px 0px 0px 8px;
}

@media (max-width: 567px) {
  .profile-header {
    transform: translateY(0%);
    border: 0;
    padding: 14px 0;
  }

  .profile-header .flex-1 {

    padding: 16px 8px;
    position: relative;
    margin-top: 20px
  }

  .profile-header::after {
    height: 140px !important;
  }

  .profile-header .flex-1::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    border: 1px solid #d2d2d2;
    height: 100%;
    width: 150%;
    top: 0;
    z-index: -1;

  }

  [dir="rtl"] .profile-header {
    padding-right: 16px
  }

  [dir="ltr"] .profile-header {
    padding-left: 16px
  }

  .p-nav.px-mob-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .profile-header h6 {
    font-size: 16px !important;
  }

  .profile-header .user-img-container {
    border: 1px solid #f4ede6;

    display: flex;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden
  }

  .profile-header .user-img,
  .user-img-container img {
    border-radius: 0 !important
  }

  .gap-mob-2 {
    gap: 8px !important
  }

}

.profile-header .user-img,
.user-img-container img {
  border-radius: 10px;
  width: 112px;
  height: 112px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.user-img-container span {
  color: #303031;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.user-img-container-2 {
  margin-bottom: 24px;
}

.inner-tabs-wrapper {
  margin-top: 27px;
}

.inner-tabs-wrapper .nav-pills li:nth-child(1) .nav-link,
.inner-tabs-wrapper .nav-pills li:nth-child(5) .nav-link {
  background-color: #DEEDF9 !important;
}

.inner-tabs-wrapper .nav-pills li:nth-child(1) .nav-link.active,
.inner-tabs-wrapper .nav-pills li:nth-child(5) .nav-link.active {
  background-color: #2489D3 !important;
}

.inner-tabs-wrapper .nav-pills li:nth-child(1) .nav-link,
.inner-tabs-wrapper .nav-pills li:nth-child(5) .nav-link {
  color: #2489D3 !important
}

.inner-tabs-wrapper .nav-pills li:nth-child(2) .nav-link,
.inner-tabs-wrapper .nav-pills li:nth-child(6) .nav-link {
  background-color: #F7EBF8 !important;
  color: #8E459B
}



.inner-tabs-wrapper .nav-pills li:nth-child(2) .nav-link.active,
.inner-tabs-wrapper .nav-pills li:nth-child(6) .nav-link.active {
  background-color: #8E459B !important;
}

.inner-tabs-wrapper .nav-pills li:nth-child(3) .nav-link {
  background-color: #FCEDE9 !important;
  color: #EC8368 !important
}

.inner-tabs-wrapper .nav-pills li:nth-child(3) .nav-link.active {
  background-color: #EC8368 !important;
}

.inner-tabs-wrapper .nav-pills li:nth-child(4) .nav-link {
  background-color: #E0F6EF !important;
  color: #31A783 !important
}

.inner-tabs-wrapper .nav-pills li:nth-child(4) .nav-link.active {
  background-color: #31A783 !important;
}

.inner-tabs-wrapper .nav-pills li .nav-link.active {
  color: #FFF !important
}

.profile-header h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  color: #484848;
}

@media (max-width: 567px) {
  .profile-header h6 {
    margin-bottom: 0 !important
  }

  .profile-header .user-data .latest-login span,
  .profile-header .user-data .latest-notifications span {
    font-size: 12px;
  }
}

.profile-header .user-data {
  margin-top: 8px;
}

.profile-header .user-data .latest-login {
  background-color: #84b7401F;
  padding: 8px 16px;
  gap: 4px;
  border-radius: 8px;
}

@media (max-width: 567px) {
  .profile-header .user-data .latest-login {
    flex: none;
    padding: 4px 8px;
  }
}

.profile-header .user-data .latest-login span {
  color: #84b740;
  font-weight: 500;
  line-height: 22.03px;
}

.profile-header .user-data .latest-notifications {
  background-color: #e803031F;
  padding: 8px 16px;
  gap: 4px;
  border-radius: 8px;
}

@media (max-width: 567px) {
  .profile-header .user-data .latest-notifications {
    flex: none;
  }
}

.profile-header .user-data .latest-notifications p {
  background-color: #e80303;
  width: 16px;
  height: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #fff;
  line-height: 16px;
  border-radius: 2px;
}

.profile-header .user-data .latest-notifications span {
  color: #e80303;
}

.profile-header .edit-photo-container button {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.43px;
  border: 0;
  background-color: #0b5661;
  padding: 12px 48px;
  border-radius: 50px;
}

.tabs-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.tabs-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  flex: 1;
  white-space: nowrap;

}

.tabs-wrapper::-webkit-scrollbar {
  display: none !important;
}

.scroll-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  z-index: 1;
  background-color: #443D6C;
  align-self: stretch;
  color: #FFF;
  border-radius: 4px;
}

.scroll-button:focus {
  outline: none;
}


.nav-pills {
  display: inline-flex;
  gap: 10px;
}

.profile-main-tabs-container {
  background-color: #F6F6F6;
  padding: 8px;
}

.tabs-container ul {
  width: 100%;
  /*  gap: 17px; */
  /* Hide scrollbar for Chrome, Safari, and Opera */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer and Edge */
  overflow-x: scroll;
  scroll-behavior: smooth
}

.tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.tabs-container ul li:not(.page-item) {
  flex: 1;
}

.tabs-container ul li button {
  display: flex;
  align-items: center;
  border: 0;
  padding: 10px 24px;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.32px;
  /* background-color: #e8e5ff !important; */
  color: #7E7E7E;
  width: 100%;
}

.tabs-container .nav-pills .nav-link {
  justify-content: center
}

.tabs-container ul li button .img-con {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b5661;
}

.pa-24 {
  padding: 24px;
}

.tab-title-wrapper {
  margin-bottom: 24px;
}


.tab-title-wrapper span {
  color: #6E3579;
  font-size: 20px;
  font-weight: 600;
}

.tab-title-wrapper p {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 500;
}

.tabs-container .nav-pills .nav-link.active {
  background-color: #FFF;
  color: #484848
}

.tabs-container ul li button.active .img-con {
  background-color: #196974;
}

.tabs-container .select-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Calibri', 'Arial', sans-serif;
  font-size: 18px;
  color: #60666d;
}

@media (min-width: 768px) {
  .tabs-container .select-box {
    width: 70%;
  }


}

@media (min-width: 992px) {
  .tabs-container .select-box {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .tabs-container .select-box {
    width: 30%;
  }
}

.tabs-container .select-box__current {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  z-index: 1;
}



.tabs-container .select-box__current:focus+.select-box__list {
  opacity: 1;
  display: block !important;
  animation-name: none;
}

.tabs-container .select-box__current:focus .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}

.tabs-container .select-box__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 20px;
  opacity: 1;
  transition: 0.2s ease;
  filter: invert(100%) brightness(2);
}

.tabs-container .select-box__value {
  display: flex;
}

.tabs-container .select-box__input {
  display: none;
}

.tabs-container .select-box__input:checked+.select-box__input-text {
  display: flex;
  gap: 16px;
  align-items: center;
}

.tabs-container .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #0b5661;
  color: #fff;
  border-radius: 10px;
}

.tabs-container .select-box__input-text img {
  background: #6cc6d324;
  padding: 8px;
  border-radius: 100%;
}

.tabs-container .select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  display: none;
  z-index: 100;
  /* animation-name: HideList;
	 */
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
}

.tabs-container .select-box__option {
  display: flex;
  padding: 10px 14px;
  color: #0b5661;
  cursor: pointer;
  align-items: center;
  gap: 16px;
  background-color: #ccd2d3;
  margin-top: 2px;
  /* &:nth-child(1) {
		 border-radius: 10px;
	}
	 */
}

.tabs-container .select-box__option .img-con {
  border-radius: 100%;
  padding: 8px;
  background-color: #0b5661;
}

@keyframes HideList {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}


.is-required {
  color: #e31a1a;
}

.flex-1 {
  flex: 1
}

.flex-4 {
  flex: 4
}


.flex-1 .select2-container {
  width: 100%;
}

.update-data-btn {
  background-color: #443D6C;
  padding: 12px 48px;
  border-radius: 50px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none !important;
  border: 0 !important;
  margin-top: 50px;
}

.update-data-btn:disabled {
  background: #EEE;
}

.form-group .select2-container {
  width: 100% !important
}

img.img-for-uploader {
  width: 112px !important;
  height: 112px !important;
  border-radius: 8px !important;
  overflow: hidden
}

.img-uploader-wrapper:hover .uploader-overlay {
  transform: scale(1);
  z-index: 10;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.img-uploader-wrapper i {
  color: #443D6C
}

.uploader-overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(247, 235, 248, 0.50);
  transform: scale(0);
  z-index: -1;

}


.uploader-overlay span {
  color: #443D6C;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 12px */
}

.delete-cert-modal .modal-title {
  color: #EB3F37;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}

.delete-cert-modal .modal-body {
  padding: 24px 0
}

.delete-cert-modal .modal-body p {
  color: #343434;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.delete-cert-modal .modal-footer button {
  border-radius: 50px;
  border: 1px solid #EB3F37;
  padding: 12px 48px;
  font-size: 18px;
  font-weight: 500;

}


.delete-cert-modal .modal-content {
  border-radius: 24px
}

.delete-cert-modal .modal-footer .no-btn {
  color: #EB3F37;
}

.delete-cert-modal .modal-footer .yes-btn {
  background-color: #EB3F37 !important;
}

.quality-evu-card {
  padding: 20px;
  border-radius: 8px;
  border: 0.421px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 10.094px 13.458px -3.365px rgba(16, 24, 40, 0.08), 0px 3.365px 5.047px -1.682px rgba(16, 24, 40, 0.03);
}

.quality-evu-card .img-wrapper {
  min-height: 100%;
  border-radius: 3.365px;
  overflow: hidden
}

.quality-evu-card .img-wrapper img {
  object-fit: cover
}

.quality-evu-card .quality-evu-card-desc .title {
  color: #484848;
  font-size: 20px;
  font-weight: 600;
}

.quality-evu-card .quality-evu-card-desc .time-wrapper span {
  color: #484848;
  font-size: 12px;
  font-weight: 600;
}

.quality-evu-card .quality-evu-card-desc .date-wrapper {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.823px;
}

.lecturer-wrapper img {
  max-width: 35px;
  max-height: 35px;
}

.lecturer-wrapper .lecturer-name {
  color: #484848;
  font-size: 11.776px;
  font-weight: 500;
}

.lecturer-wrapper .lectures-num {
  color: #7E7E7E;
  font-size: 11.776px;
  font-weight: 400;
}

.quality-evu-card .quality-evu-card-desc .rating-wrapper .rate-btn {
  border: 0;
  outline: 0;
  padding: 8px 24px;
  border-radius: 50px;
  background: #EEE;

}

.rating-wrapper .badge {
  padding: 8px 16px;
}

.rating-wrapper .badge {
  padding: 8px 16px;
  border-radius: 8px;
}

.rating-wrapper .badge-success {
  background: #E0F6EF;
  color: #31A783;
  font-size: 14px;
  font-weight: 600;
}

.rating-wrapper a {
  color: #EEE;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;

}

.rate-title {
  color: #EEE;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.rate-desc {
  color: #B8B8B8;
  font-size: 12px;
  font-weight: 500;
}

form#smileys input[type="radio"] {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  transition: border 0.2s ease;
  /* filter: grayscale(100%); */
  transition: all 0.2s ease;
  background-size: -1px 16px !important;
  background-repeat: no-repeat !important
}

form#smileys input[type="radio"]:hover,
form#smileys input[type="radio"]:checked {
  filter: grayscale(100%);
}

form#smileys input[type="radio"]:checked+span {
  /* color: #443D6C !important */
  font-weight: bold
}

form#smileys input[type="radio"]:focus {
  outline: 0;
}

form#smileys input[type="radio"].good {
  background: url(../images/profile/good.svg) center;
}

form#smileys input[type="radio"].good+span {
  color: #63D3B0
}

form#smileys input[type="radio"].excellent {
  background: url(../images/profile/excellent.svg) center;
}

form#smileys input[type="radio"].excellent+span {
  color: #31A783
}


form#smileys input[type="radio"].soso {
  background: url(../images/profile/so-so.svg) center;
}

form#smileys input[type="radio"].soso+span {
  color: #FFBE26
}


form#smileys input[type="radio"].terrible {
  background: url(../images/profile/terrible.svg) center;
}

form#smileys input[type="radio"].terrible+span {
  color: #EB3F37
}

form#smileys input[type="radio"].bad {
  background: url(../images/profile/bad.svg) center;
}

form#smileys input[type="radio"].bad+span {
  color: #EC8368
}

.rate-q-icon {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #F7EBF8;
}

.mtt {
  position: fixed;
  bottom: 10px;
  right: 20px;
  color: #999;
  text-decoration: none;
}

.mtt span {
  color: #e74c3c;
}

.mtt:hover {
  color: #666;
}

.mtt:hover span {
  color: #c0392b;
}

.rating-card {
  border-radius: 16px;
  border: 0px solid #EAEAEA;
  background: #FCFCFC;
  padding: 24px;
}

.rate-q {
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}

.rating-textarea textarea {
  border-radius: 5px;
  border: 1px solid var(--Border, #E7E7E7);
  background: var(--black-neutral-white, #FFF);
  padding: 8px 12px !important;
  min-height: 112px;
}

.submit-rate-btn {
  border-radius: 50px;
  background: #EEE;
  padding: 12px 48px;
  border: 0;
  outline: 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
}



.attendence-container {
  padding: 32px;
}

.attendence-cards-container .row {
  row-gap: 16px;
}

.attendence-cards-container .attend-card {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  background: #FFF;
}

.attendence-cards-container .attend-card .attend-inner span {
  color: #333931;
  font-size: 18px;
  font-weight: 500;
}


.modal-cancel-text {
  color: #7E7E7E;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 32px 50px;
  margin-bottom: 0 !important
}

.lec-table-modal .modal-footer button.danger-submit-btn {
  padding: 0 16px !important;
  background-color: #E31A1A !important;
  height: 47px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;

}

.attendence-footer-btns a {
  padding: 0 48px;

  color: #FFF;

  font-size: 16px;
  font-weight: 600;
  line-height: 41.937px;
  background-color: #4A2D7B;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.attendence-footer-btns a:nth-child(6) {
  background-color: #E31A1A !important;
  flex: 3
}

.barcode-container {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #BFBFBF;
  background: #FFF;
}

/* End Profile */

/* Start Courses */
.has-search {
  position: relative;

}

.has-search .form-control {
  padding-right: 2.375rem;
  height: 44px;
  border-radius: 4px;
}


[dir="ltr"] .has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #484848;
}

.has-search button {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 8px 32px;
  height: 35px;
  line-height: 1px;
  border-radius: 50px;
  background: #EEE;
  border: 0;
  outline: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.sort-wrapper .select-sort .select2-container {
  min-width: 148px !important
}

.sort-wrapper .showing-state {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}

.sort-wrapper .sort-by-text {
  color: #7E7E7E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.courses-container h1 {
  color: #443D6C;
  font-size: 36px;
  font-weight: 700;
}

.courses-container .course-card {
  padding: 20px;
  border-radius: 8px;
  border: 0.421px solid var(--Border, #E7E7E7);
  background: var(--black-neutral-white, #FFF);
  box-shadow: 0px 10.094px 13.458px -3.365px rgba(16, 24, 40, 0.08), 0px 3.365px 5.047px -1.682px rgba(16, 24, 40, 0.03);
}

.courses-container .course-card .img-top-wrapper {
  max-height: 200px;
  object-fit: cover;
  border-radius: 3.365px;
  overflow: hidden
}

.reset-btn {
  border: 0;
  outline: 0;
  background-color: transparent
}

.course-card .course-fav-time {
  position: absolute;
  width: 100%;
  padding: 8px;
}

.course-card .course-fav-time button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #EEE
}

.course-fav-time .course-time {
  padding: 4px 8px;
  border-radius: 5px;
  background: #FCFCFC;
}

.course-fav-time .course-time span {
  color: #484848;
  font-size: 12px;
  font-weight: 600;
}

.fav-course-btn {
  overflow: hidden
}

.un-fav,
.fav-heart {
  transition: all .5s linear
}

.fav-heart {
  color: #EB3F37
}

.fav-bg {
  background: #FCDEDC !important;
}

.gap-10 {
  gap: 10px;
}

.scale-0 {
  transform: scale(0);
}

.scale-1 {
  transform: scale(1)
}

.course-card .card-body .course-cat {
  color: #EC8368;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.823px;
}

.course-card .card-body .title {
  color: #484848;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.917px;
}

.course-card .card-body .course-desc {
  color: #7E7E7E;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.188px;
}


.course-card .rate {
  padding: 0 10px;
}

.course-card .rate label {
  font-size: 20px;
  color: #ccc;
}


.rate-course-container .rate-result {
  color: #31A783;
  font-size: 11.776px;
  font-weight: 700;
  line-height: 2
}

.rate-course-container .rated-users {
  color: #7E7E7E;
  font-size: 11.776px;
  font-weight: 400;
  line-height: 2
}

.course-card .course-price {
  color: #2489D3;
  font-size: 21.87px;
  font-weight: 700;
}

.course-card .lecturer-wrapper .lecturer-name {
  line-height: 10px !important
}

[dir="rtl"] .course-card .fa-arrow-up {
  transform: rotate(-45deg)
}

[dir="ltr"] .course-card .fa-arrow-up {
  transform: rotate(45deg)
}

.pagination {
  gap: 10px;
}

.pagination a,
.pagination span {
  width: 30px !important;
  height: 30px !important;

  color: #3C2464;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 3.332px;
  border: 0.833px solid var(--Borders, #EAEAEA);
  background: var(--BG-color, #F9F9F9);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.pagination .page-item:nth-child(1) a,
.pagination .page-item:last-child a {
  /*  width: auto !important */
}

.pagination .page-item.active .page-link {
  background: #3C2464;
  border-color: #3C2464;
  width: 30px;
  height: 30px;
  display: flex;

}

.pagination .page-item a:hover {
  background: #3C2464;
  color: #FFF;
}

.courses-filter-bar-wrapper .title {
  color: #484848;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}

input[type=checkbox]:checked {
  background-color: #1D6859 !important;
}

.filter-item-container .filter-item-title {
  color: #6E3579;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.filter-item-container input[type=checkbox] {
  border: 2px solid #7E7E7E !important
}

.filter-item-container input[type=checkbox]:checked {
  border-color: transparent !important;
  background-color: #443D6C !important
}

.filter-item-container label {
  color: #484848;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}


.filter-item-container .show-more-filter-link {
  color: #2489D3;
  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline !important;

}

.filter-item-container .clear-filter-btn {
  color: #EC8368;

  font-size: 18px;
  font-weight: 400;
  text-decoration-line: underline;

}

.selected-filters-container .badge {
  padding: 8px 16px !important;
  height: auto !important;
  border-radius: 8px !important;
  background: #7E7E7E !important;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}

.selected-filters-container .badge i {
  cursor: pointer;
}

/* End Courses */

/* Start Cart */
.cart-wrapper .cart-title {
  color: #443D6C;
  font-size: 36px;
  font-weight: 700;
}

.cart-wrapper .cart-card .cart-img-wrapper {
  max-width: 195px;
  max-height: 100%;
  border-radius: 3.365px;
  overflow: hidden
}


.gap-24 {
  gap: 24px;
}

.cart-wrapper .cart-card {
  padding: 20px;
  border-radius: 8px;
  border: 0.421px solid #E7E7E7;
  background: #FFF;
  box-shadow: 0px 10.094px 13.458px -3.365px rgba(16, 24, 40, 0.08), 0px 3.365px 5.047px -1.682px rgba(16, 24, 40, 0.03);
}

.cart-card .course-time {
  font-size: 12px !important;
}

.delete-cart-item-btn {
  border-radius: 50px;
  border: 1px solid var(--Negative, #EB3F37);
  width: 36px;
  height: 36px;
  color: #EB3F37;
  transition: all .2s linear
}

.delete-cart-item-btn:hover {
  background-color: #EB3F37;
  color: #FFF
}

.checkout-link {
  padding: 12px 48px;
  border-radius: 50px;
  background: #EEE;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  background: #B8B8B8;
}

.subtotal-text {
  color: #484848;
  font-size: 20px;
  font-weight: 700;
}

.subtotal {
  color: #484848;
  font-size: 20px;
  font-weight: 700;
}

.psc-text,
.psc {
  color: #484848;
  font-size: 20px;
  font-weight: 400;
}

.check-hr {
  height: 2px !important;
  background-color: #484848 !important
}

.checkout-body {
  border-radius: 16px;
  background: #FCFCFC;
  padding: 0 16px 16px
}

.checkout-fill-data-wrapper .checkout-card .checkout-header {
  background-color: red;
  padding: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: linear-gradient(180deg, #443D6C 0%, #6E62AB 100%);

}

.total-expire span {
  color: #EEE;
  font-size: 21.87px;
  font-weight: 700;
}

.total-expire p {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
}

.checkout-card .card-title {
  color: #484848;
  font-size: 21.87px;
  font-weight: 700;
}

/* End Cart */

/* Contact Us */
/* Start Contact Us */
.contact-us-wrapper .contact-logo-wrapper {
  height: 200px;
}

@media (max-width: 567px) {
  .contact-us-wrapper .contact-logo-wrapper {
    height: 110px;
  }

  .contact-us-wrapper .contact-logo-wrapper img.main-img {
    width: 140px;
    height: 64px;
  }
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container {
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  z-index: 1;
}

@media (max-width: 567px) {
  .contact-us-wrapper .contact-logo-wrapper .absoluted-container {
    transform: translateY(75%);
  }

  .contact-us-wrapper .contact-logo-wrapper .absoluted-container .row>div:nth-child(1) {
    order: 3;
    width: 100% !important;
    margin-top: 16px;
  }

  .contact-us-wrapper .contact-logo-wrapper .absoluted-container .row>div:nth-child(3) {
    order: 2;
    width: 50% !important;
  }
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card {
  display: flex;
  justify-content: center;
  border-radius: 10px !important;
  position: relative;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(360deg, rgba(255, 255, 255, 0.5) -22.15%, #0b566180 157.28%);
  border-image-slice: 1;
  border-bottom: 0 !important;
  overflow: hidden;
  padding: 21px 0;
  background-clip: padding-box;
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card .icon-container {
  background-color: #443D6C;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card .icon-container i {
  color: #FFF
}

.contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28.32px;
  color: #1a1a1a;
}

@media (max-width: 567px) {
  .contact-us-wrapper .contact-logo-wrapper .absoluted-container .contact-us-card span {
    text-align: center;
    font-size: 14px;
  }
}

.contact-social {
  background-color: #433e6a0f;
  padding-top: 15rem;
  position: relative;
  padding-bottom: 48px;
}

.program-container .contact-social {
  padding-top: 0 !important;
  margin-top: 7em
}

.profile-container {
  /* padding-top: 15rem; */
  position: relative;
  padding-bottom: 48px;
}

@media (max-width: 567px) {
  .profile-container {
    padding-top: 7em
  }

  .contact-social {
    padding-top: 22rem;
  }

  .contact-social h5::after {
    right: 32px !important;
  }

  .contact-social h5::before {
    left: 32px !important;
  }

  .contact-social h5::after,
  .contact-social h5::before {
    top: 23.5rem !important;
    width: 50px !important;
  }
}

.contact-social h5::after,
.contact-social h5::before {
  /*     content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 29%;
    background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
    height: 3px; */
}

.title-line-wrapper .line {

  background: linear-gradient(90deg, var(--Green-2, #52BE99) 50%, var(--Green-1, #009696) 100%) !important;
  height: 3px;
}

.title-line-wrapper * {
  flex: 1;
  white-space: nowrap
}

@media (max-width: 1400px) {

  .contact-social h5::after,
  .contact-social h5::before {
    width: 20%;
  }
}

@media (max-width: 992px) {

  [dir="rtl"] .suporter-carousel {
    margin-right: 2rem !important
  }

  [dir="ltr"] .suporter-carousel {
    margin-left: 0 !important
  }

  /*     .suporter-carousel .owl-data {
        border-top: 0 !important
    } */

  .timing-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-content: flex-start !important;
    gap: 8px !important;
  }

  .timing-container>div:nth-child(1)>div,
  .timing-container>div:nth-child(3)>div {
    width: 100%;
  }

  .timing-container>div:nth-child(2)>div {
    width: 60%;
    justify-content: center
  }

  .timing-container>div>div {

    justify-content: center
  }

  .timing-container>div:nth-child(2) {
    order: 1;
    grid-column: 1 / -1
  }

  .banner .event-timing-container {
    padding: 8px 10px;
  }

  .timing-container>div:nth-child(1),
  .timing-container>div:nth-child(3) {
    order: 2;
    grid-row-start: 2;
    justify-content: flex-start !important
  }

  .contact-social h5::after,
  .contact-social h5::before {
    width: 15%;
  }
}

@media (min-width: 1600px) {

  .contact-social h5::after,
  .contact-social h5::before {
    width: 30%;
  }
}

.contact-social h5::after {
  right: 164px;
}

.contact-social h5::before {
  left: 164px;
}

.contact-social h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 39.25px;
  text-align: center;
  color: #443D6C;
  position: relative;
  width: 100%
}

@media (max-width: 1400px) {
  .contact-social h5 {
    font-size: 18px;
  }

  .contact-social h5::after,
  .contact-social h5::before {
    top: 50% !important
  }
}

@media (max-width: 567px) {
  .contact-social h5 {
    font-size: 16px;
  }


}

.contact-social ul {
  margin-top: 32px;
  gap: 26px;
  list-style: none;
}

.contact-social ul i {
  color: #3F4945 !important
}

.contact-form {
  padding-top: 54px;
}

.contact-form .form-wrapper {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 567px) {
  .contact-form .form-wrapper {
    width: 100% !important;
  }

  .contact-form .form-wrapper .form-title {
    text-align: center;
    padding: 0 16px;
  }

  .contact-form .form-wrapper .row {
    padding: 0 32px;
  }
}

.contact-form .form-wrapper .submit {
  border-radius: 50px;
  border: 0;
  outline: 0;
  background-color: #1a1a1a;
  width: 200px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26.16px;
  margin-top: 16px
}

.contact-form input,
.contact-form textarea {
  background-color: #0b55610b !important;
  border-radius: 10px;
  resize: none;
  box-shadow: none !important;
}

.contact-form .form-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 33.73px;
  color: #443D6C;
}

.contact-form input,
.contact-form textarea {
  background-color: #0b55610b !important;
  border-radius: 10px;
  resize: none;
  box-shadow: none !important;
}

.form-input {
  border-radius: 5px;
  border: 1px solid #aaa !important;
  background: #fff;
  height: 50px;
  padding: 20px 18px;
  width: 100%;
}

.form-input:focus {
  outline: 0 !important
}

.form-group label {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

form .row {
  row-gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Contact Us */

/* Start Course Overview */
.course-ov-details {
  border-radius: 8px;
  background: #EEE;
  padding: 29px 24px;
}

.course-ov-details h3 {
  color: #FFF;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 46.896px;
  text-align: center;
  border-radius: 10px;

  background: linear-gradient(90deg, var(--Green-2, #52BE99) 50%, var(--Green-1, #009696) 100%)
}

.course-ov-details ul .title,
.course-ov-details ul span {
  color: #333931;
  font-size: 16px;

}


.course-ov-details button:not(.btn-close) {
  border-radius: 50px;
  background: #443D6C !important;
  color: #FFF;
  height: 45px;
  font-size: 16px;
  margin-top: 36px;
  transition: all .1s linear
}

.mt-32 {
  margin-top: 32px;
}

.course-ov-details button:not(.btn-close):hover {
  background-color: var(--main-color-dark)
}

.course-ov-details button.btn-close {
  font-size: 14px;
  padding: 0 !important
}


.course-ov-details .modal-title {
  color: #1a1a1a;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
}

.course-ov-details .modal-footer {
  border: 0;
  padding-top: 0;
  justify-content: center
}

.course-ov-details .modal-footer button {
  background-color: #C79E5E !important;


  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}


.course-ov-details .modal-footer button:disabled {
  background-color: lightgray !important
}


.course-ov-details .modal-header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--Borders, #EAEAEA);
}

.course-ov-details .modal-content {
  min-width: 560px !important;
  padding-bottom: 18px;
}

.course-ov-details .modal-body {
  padding: 32px 24px;
}

.course-ov-main-title {
  color: var(--petrol-color);
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 46.896px;
  border-bottom: 0.868px solid rgba(77, 87, 86, 0.50);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.course-tabs-container {
  margin-bottom: 80px;
}

.course-ov-tabs.nav-pills {
  gap: 14px;
}

.course-ov-tabs.nav-pills .nav-link.active,
.course-ov-tabs.nav-pills .show>.nav-link {
  border-radius: 4.342px;
  background: #443D6C !important;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.nav-pills .nav-link {
  border-radius: 4.342px;
  background: #F2F2F2;
  color: var(--petrol-color);
  white-space: nowrap;

}

.course-tabs-content .tabs-title {
  color: #0E2A46;
  font-size: 20px;
  font-weight: 600;
  line-height: 19.106px;
  margin-top: 30px !important;
  margin-bottom: 0
}

.course-tabs-content .tabs-text {
  color: #333931;
  font-size: 16px;
  font-weight: 500;
  line-height: 26.401px;


}

.skills-list-container {
  gap: 16px;
}

.skills-list-container li {
  border-radius: 8px;
  background: rgba(74, 45, 123, 0.05);
  padding: 16px;
}

.skills-list-container li .icon-container {
  background-color: #443D6C;
  min-width: 25px;
  min-height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center
}

.skills-list-container li span {
  color: var(--petrol-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  white-space: break-spaces
}

.skills-btns-container button {
  height: 42px;
  padding: 0 14px;
  color: #FFF;
  border-radius: 50px;
  font-size: 14px;
}

.skills-btns-container button:nth-child(1) {
  background-color: #443D6C;

}

.skills-btns-container button:nth-child(2) {
  background: linear-gradient(90deg, var(--Green-2, #52BE99) 50%, var(--Green-1, #009696) 100%)
}

.skills-btns-container button:nth-child(2) span {
  color: #FFF;
  font-size: 14.578px;
  font-style: normal;
  font-weight: 500;
  line-height: 41.937px;
  white-space: nowrap
}


/* End Course Overview */

/* Gallery Carousel */
.carousel-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.carousel-container .carousel-btn {
  height: 150px;
  margin: 5px;
  cursor: pointer;
  flex: 1
}

.carousel-container button {
  background: none;
  border: none;
  height: 100%;
  width: 100%
}

.carousel-container button img {
  width: 100%;
  object-fit: cover;
  padding: 0;
  height: 100%
}

.carousel-container .carousel-box {
  width: 100%;
  height: 500px;
  margin: 5px;
  position: relative;
}

.carousel-item-desc {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 95%;
  background-color: #ffffffc2;
  border-radius: 12px;
  color: #443D6C;
  right: 50%;
  transform: translateX(50%);
  padding: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 600
}

.carousel-container .carousel-wrapper {
  display: flex;
  flex-direction: column-reverse;
  width: 100%
}

.carousel-container .carousel {
  display: flex;
}

.carousel-container .carousel-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .carousel-container .carousel-box {
    width: 100%;
    height: 300px !important;
    margin: 5px;
  }

  .carousel-container .carousel-btn {
    height: 90px
  }

  .carousel-item-desc {

    padding: 12px;
    font-size: 17px;
  }
}

.gallery .my-owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  display: flex !important;
  justify-content: space-between;
  left: 0;
  gap: 8px;
  width: 100%
}

.gallery .my-owl-nav span {
  background-color: #443D6C !important;
  width: 28px;
  height: 28px;
}

.gallery .my-owl-nav i {
  color: #FFF !important
}

.gallery .my-owl-nav span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  width: 50px;
  height: 50px;
  color: #566478 !important;
  cursor: pointer;
  box-shadow: 0px 0px 4px 0px #00000026;
  border-radius: 5px
}

.gallery .my-owl-nav span.my-next-button {
  transform: translateX(100%)
}

.gallery .my-owl-nav span.my-prev-button {
  transform: translateX(-100%)
}

/* Gallery Carousel */

/* Start QA */
.models-title {
  background-color: #443D6C;
  padding: 25px 30px;
}

.models-title span {
  font-family: "Bahij_TheSansArabic";
  color: #FFF;
  font-size: 17.35px;
  font-weight: 500;
}

.question-wrapper {
  padding: 25px 12px;
  border: 0.789px solid #E8E9EA;
  background: #FFF;
  margin-top: 12px;
}

.question-wrapper .q-title {
  border-radius: 6.309px 0px 0px 6.309px;
  background: linear-gradient(90deg, var(--Green-2, #52BE99) 50%, var(--Green-1, #009696) 100%);
  color: #FFF;
  padding: 8px 38px;
  margin: 0 !important;
}

.question-wrapper .question {
  margin-top: 32px !important;
  margin-bottom: 14px;
  color: #000;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}


.models-content label {
  font-weight: 600;
}



/* Spin Loader */
.spin-loader {
  width: 30px;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, #0000, #000);
  animation: l26 1s infinite steps(12);
}

.spin-loader,
.spin-loader:before,
.spin-loader:after {
  background:
    radial-gradient(closest-side at 50% 12.5%,
      #0589E5 96%, #0000) 50% 0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%,
      #0589E5 96%, #0000) 0 50%/80% 20% repeat-x;
}

.spin-loader:before,
.spin-loader:after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}

.spin-loader:after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn)
  }
}

/* Spin Loader */

/* radio */

.gray-bg {
  background-color: #FBFBFB
}

.form-group-radio {
  margin-bottom: 16px !important;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 3.155px;
  border: 0.789px solid #E8E9EA;
  background: #FBFBFB;
}


.form-group-radio .form-check-input:checked {
  border: 2px solid #443D6C;
  /* Border color when checked */
  background-color: #fff;
  /* Background to match the form */
}

.form-group-radio .form-check-input:checked::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #443D6C;
  /* Inner check color */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-group-radio input[type='radio'] {
  transform: scale(.8);
  display: block;
  border: 1px solid #5a5a5a;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  appearance: auto;
  min-width: 28px !important;
  box-shadow: none !important;
  height: 28px !important;
  /* Custom border color */
  appearance: none;
  /* Remove default styling */
  outline: none;
  cursor: pointer;
  position: relative;
}

.form-group-radio span {
  font-size: 16px;
  color: #242424;
  font-weight: 500;
}

/* radio */

.scale-0 {
  transform: scale(1) !important
}

.error-msg-length {
  color: #F12E32;
  font-family: "Bahij_TheSansArabic";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  bottom: 12px;
  padding: 0 12px;
}

/* File Uploader */

.file-uploader {
  border: .7px dashed #1D6859;

  border-radius: 6.309px !important;
  background: #FBFBFB;
  padding: 8px;
}

.upload-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
}

.upload-label span {
  font-size: 12px !important;
}

.upload-input {
  display: none;
}

.file-size {
  color: #838383;
  font-size: 10px;
  font-weight: 500;
}

.file-progress {
  height: 4px;
  margin-top: 2px;
  border-radius: 100px !important;
  overflow: hidden
}


.file-loading-percentage {
  color: #9892A6;

  font-family: "Bahij_TheSansArabic";
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  /* 10.254px */
}

.file-uploader.uploading {
  border-color: #0589E5 !important
}

.file-uploader.uploading .progress-bar {
  background-color: #0589E5 !important
}

.file-uploader.upload-success {
  border-color: #3C8361 !important
}

.file-uploader.upload-success .progress-bar {
  background-color: #3C8361 !important
}

.file-uploader.upload-failed {
  border-color: #F12E32 !important
}

.file-uploader.upload-failed .progress-bar {
  background-color: #F12E32 !important
}

.file-uploader button:not(.file-btn) {
  background-color: transparent !important
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.file-btn {
  border-radius: 3.155px;
  background: rgba(2, 144, 85, 0.20);
  padding: 4px 20px;
  font-size: 12px;
  border: 0;
  color: #1D6859;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.file-uploader .file-name {
  color: #242424;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.927px;
  /* 157.728% */
}

/* File Uploader */
/* End QA */

/* Register */
.register_card .register_card-title {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 700;
}

.register_card .register_card-welcome {
  color: #6d6e71;
  font-size: 15px;
}

.register-form .btn {
  min-height: 40px;
  min-width: 200px;
  margin-inline: auto;
  background: linear-gradient(90deg, var(--Green-2, #52BE99) 50%, var(--Green-1, #009696) 100%);
  border-radius: 100px;
  padding: 0 40px;
  border: 0;
}

/* Register */

/* News */
.thanks-card {
  border: 1px solid #5a5a5a80;
  border-radius: 10px;
  padding: 30px;
}

.thanks-card .card-wrapper .img-wrapper img {
  border-radius: 10px;
}

.thanks-card .img-wrapper::after {
  content: '';
  position: absolute;
  left: 2.5%;
  width: 95%;
  height: 95%;
  top: 2.5%;
  border: 1px solid #fff;
  border-radius: 10px;
}

.thanks-card .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.thanks-card .card-wrapper .content h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 49px;
  color: #443D6C;
}

.thanks-card .title-wrapper .date-time {
  display: flex;
  align-items: center;
  gap: 15px;
}

.thanks-card .date-time i {
  color: #C79E5E
}

.thanks-card .card-wrapper .content p {
  font-size: 18px;
  color: #5a5a5a;
  line-height: 28px;
  margin-top: 16px;
}

.row-gap-32 {
  row-gap: 32px;
}

/* News */

/* Start OTP */
.otp-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
}

.otp-wrapper .otp-input {
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid rgba(109, 110, 113, 0.50);
  border-radius: 10px;
  transition: border-color 0.2s;
}

.otp-wrapper .otp-input:focus {
  outline: none;
  border-color: #6d6e71;
}

.otp-wrapper .otp-input.is-invalid {
  border-color: #e80303;
}

.otp-message {
  text-align: center;
  font-size: 1rem !important;
  margin-top: 10px;
  margin-inline: auto;
}

/* End OTP */

/* Parteners */
.sponsor_details_wrapper .sponsor_card {
  padding: 32px;
  border: 1px solid #5a5a5a80;
  border-radius: 10px;
  display: flex;
  gap: 24px;
}

.sponsor_details_wrapper .sponsor_card .sponsor {
  position: relative;
}

.sponsor_details_wrapper .sponsor_card .sponsor::after,
.sponsor_details_wrapper .sponsor_card .sponsor::before {
  content: '';
  position: absolute;
  height: 5px;
  width: 86px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 10px;
}


.sponsor_details_wrapper .sponsor_card .sponsor::after {
  background-color: #443D6C;
  top: -16%;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc div h2 {
  font-size: 22px;
  font-weight: 700;
  color: #443D6C;
  line-height: 35px;
}

.sponsor_details_wrapper .sponsor_card .sponsor::before {
  bottom: -15%;
  background-color: #009696;
}

.sponsor_details_wrapper .sponsor_card .sponsor img {
  border-radius: 10px;
  min-width: 100%;
  max-width: 328px;
  height: 100%;
}


.sponsor_details_wrapper .sponsor_card .sponsor span {
  position: absolute;
  display: block;
  left: 2.5%;
  top: 2.5%;
  border-radius: 10px;
  bottom: 0;
  width: 95%;
  height: 95%;
  border: 1px solid #fff;
}

.sponsor_details_wrapper .sponsor_card .sponsor_desc p {
  color: #5a5a5a;
  line-height: 24px;
  text-align: justify;
  word-break: break-word;
}

/* Parteneres */

/* Proof Status */
.alert-purpule {
  padding: 8px 16px;
  border-radius: 5px;
  background: #EEE;
  color: #1a1a1a;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
}

.prof-case-container .prof-case-btn {
  color: #FFF;
  font-size: 14.578px;
  font-style: normal;
  font-weight: 600;
  line-height: 41.937px;
  border-radius: 50px;
  background: #1a1a1a;
  padding: 0 48px;
}

.shared-table {
  border: 1px solid #f2f2f2;
  width: 100%;
  border-collapse: collapse;
}

.shared-table thead tr th {
  padding: 20px 8px;
  background: rgba(242, 242, 242, 0.50);
  border: 0;
  font-weight: 600;
  color: #303031;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}


.checkbox-wrapper-13 {
  display: flex
}

.checkbox-wrapper-13 input[type=checkbox] {
  --active: #275EFE;
  --active-inner: #fff;
  --focus: 2px rgba(39, 94, 254, .3);
  --border: #BBC1E1;
  --border-hover: #275EFE;
  --background: #fff;
  --disabled: #F6F8FF;
  --disabled-inner: #E1E6F9;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 21px;
  outline: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid #1D6859 !important;
  background: var(--b, var(--background));
  transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

.checkbox-wrapper-13 input[type=checkbox]:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
}

.checkbox-wrapper-13 input[type=checkbox]:checked {
  --b: var(--main-color);
  --bc: var(--main-color);
  --d-o: .3s;
  --d-t: .6s;
  --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
}

.checkbox-wrapper-13 input[type=checkbox]:disabled {
  --b: var(--disabled);
  cursor: not-allowed;
  opacity: 0.9;
}

.checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
  --b: var(--disabled-inner);
  --bc: var(--border);
}

.checkbox-wrapper-13 input[type=checkbox]:disabled+label {
  cursor: not-allowed;
}

.checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
  --bc: var(--border-hover);
}

.checkbox-wrapper-13 input[type=checkbox]:focus {
  box-shadow: 0 0 0 var(--focus);
}

input[type=checkbox]:focus {
  /* border-color: transparent !important; */
  /* border-color: #FFF !important; */
  box-shadow: none !important;
  outline: 0 !important
}

.checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
  width: 21px;
  border-radius: 4px;
}



.checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
  --o: 1;
  --r: 43deg;
}




.checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
  width: 5px;
  height: 9px;
  border: 2px solid #FFF;
  border-top: 0;
  border-left: 0;
  left: 7px;
  top: 4px;
  transform: rotate(var(--r, 20deg));
  opacity: var(--o, 0);
}






.checkbox-wrapper-13 * {
  box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
  box-sizing: inherit;
}

@media (min-width: 992px) {
  .shared-table tbody td {
    line-height: 1.5 !important;
  }
}

.shared-table tbody td {
  text-align: center;
  padding: 20px 8px;
  color: #7E7E7E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 0;
}


input[type=checkbox]:checked {
  background-color: #1D6859 !important;
}

input[type=checkbox] {
  background-color: #FFF;
  border-color: #009696 !important;
  width: 18px;
  height: 18px;
  outline: 0 !important;
  box-shadow: none !important;
}

.modal-header .modal-title {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.modal-header .btn-close {
  margin-left: 0 !important;
  margin-right: auto;
}

.input-group label,
.shared-label {
  color: #303031;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  width: auto !important;
}

.yellow-submit-btn {
  padding: 10px 48px;
  border-radius: 50px;
  background-color: #443D6C !important;
  font-size: 18px;
  font-weight: 600;
}

.modal-content {
  border-radius: 12px !important;
}

/* Proof Status */

.cert-inner .cert-card {
  border-radius: 16px;
  border: 1px dashed #CACACA;
  background: #fdfdfd;
  padding: 24px;
  cursor: pointer;
}

.row-gap-24 {
  row-gap: 24px;
}

.share-linked {
  border-radius: 8px;
  border: 1px solid #443D6C;
  padding: 8px 16px;
  color: #443D6C;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-close-btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #443D6C;
  color: #443D6C !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: transparent !important;
}

.modal-create-btn {
  padding: 8px 16px;
  border-radius: 8px;
  background: #443D6C !important;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}