@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: 14px;
  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: #029055 !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):not(.profile-dropdown-list):not(.notifications-dropdown-list):not(.user-profile-dropdown .dropdown-menu) {
  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: #1a1a1af7 !important;
  border-radius: 0px 0px 10px 10px !important;
  position: absolute;
}

header .user-profile-dropdown .dropdown-menu.show {
  top: 56px !important;
  display: flex;
  min-width: 100%;
  flex-direction: column;
  align-items: center;
  right: 0% !important;
  overflow: hidden;
  padding: 0px;
  background: #1a1a1af7 !important;
  border-radius: 0px 0px 10px 10px !important;
  position: absolute;
}


header .dropdown-menu.profile-dropdown-list {
  background-color: #FAFAFA !important;
  overflow: hidden;
  min-width: 273px !important;
  border-radius: 2.745px;
  box-shadow: -1px 4px 4px 0px rgba(0, 0, 0, 0.05);
  right: 0;
  top: calc(100%) !important;
}

header .dropdown-menu.profile-dropdown-list.show {
  display: flex;
  min-width: 225px;
  flex-direction: column;
  align-items: center;
  top: calc(150%) !important;
  transform: translate3d(30%, 0px, 0px) !important;
  left: 0% !important;
  overflow: hidden;
  padding: 0px;

  position: absolute;
}

header .profile-dropdown-list li:not(:first-child) a {
  padding: 12px 16px !important;
  color: #0E2A46 !important;
  text-align: right !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  justify-content: flex-start !important
}

header .profile-dropdown-list li:last-child a {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.profile-dropdown-list li:last-child {
  border-top: 1px solid #A6A6A6;
}

.profile-dropdown-list li:first-child img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #7e7e7e7a;
}



.profile-dropdown-list .user-name {
  color: #303031;
  font-size: 14px;
  font-weight: 600;
}

.profile-dropdown-list .user-mail {
  color: #303031;
  font-size: 10px;
  font-weight: 400;
}

.profile-dropdown-list li:first-child {
  background: #F6F6F6;
  padding: 18px;
  position: relative;
}



.notifications-dropdown-list {
  min-width: 400px !important;
  max-height: 475px;
  overflow: scroll;
  overflow-x: hidden;
  padding: 22px 16px !important;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  top: 150% !important;
  right: 50%;
  transform: translateX(50%);
}

header .notifications-dropdown-list.dropdown-menu li a:hover {
  background-color: transparent !important
}

.notifications-dropdown-list .dropdown-item .notification-desc {
  color: #484848;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding-right: 60px;
  white-space: wrap;
  text-align: initial;
  margin-top: 4px;
}

header .navbar .notifications-dropdown-list .dropdown-item p {
  color: #1A1A1A !important;
  font-size: 16px;
  font-weight: 600;
}

.notifications-dropdown-list .dropdown-item .notify-date-time {
  color: #1A1A1A;
  font-size: 10px;
  font-weight: 500;
}

.not-icon-con {
  width: 30px;
  height: 30px;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.not-icon-con.readed {
  background-color: #a1a1a1;
}

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


header a.dropdown-item:hover,
header a.dropdown-item:active {
  background: #F5F5F5 !important;
}


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

header .dropdown-toggle:not(.language-dropdown):focus {
  background-color: #383838 !important;
  box-shadow: none !important;
  border-radius: 0 !important
}


header .navbar .collapse .profile-dropdown:focus,
header .navbar .profile-dropdown-wrapper .profile-dropdown:focus,
header .navbar .collapse .notifications-dropdown:focus {
  background-color: #C79E5E !important;
  border-radius: 24px !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;
  transition: all .1s linear
}


header .dropdown-menu.show:not(.lang-dropdown):not(.notifications-dropdown-list) a:hover {
  background-color: #3d3d3dcc !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;
  opacity: .8;
  background: linear-gradient(251deg, rgba(53, 68, 62, 0.80) 0%, rgba(199, 158, 94, 0.80) 99.66%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.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;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 90%;
  background-image: url(../images/hero/haji-vec.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  background-size: contain
}

.hero-ar-vec-bottom {
  background-image: url(../images/hero/hero-line-vec.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: contain;

  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
}

.hero-about-vec::after {

  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 20;
  width: 100%;
  background: linear-gradient(236deg, rgb(2 144 85 / 38%) 0%, rgb(199 158 94 / 40%) 68.68%), url(<path-to-image>) #d3d3d382 50% / cover no-repeat;

}

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



}

.hero-title {
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 48px;
  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: 40px !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: 40px;
}

.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: #029055;
  border: 0;
  outline: 0;
  padding: 12px 48px;
  cursor: pointer;
}

.p-nav {
  padding: 0px 50px 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: 80px 50px;
}

.about-wrapper {
  padding: 64px 88px;
  /* Add padding */
  border-radius: 16px;
  /* Add rounded corners */
  background:
    url('../images/about/about-vec.png'),
    /* Background image */
    linear-gradient(90deg, rgba(199, 158, 94, 0.64) 0%, rgba(199, 158, 94, 0.16) 100%);
  /* 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: #3F4945;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 0 !important
}

/* End About */

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


.edu-paths-text {
  color: #3F4945;
  text-align: center;
  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin: 32px 0
}

.edu-path-card {
  padding: 50px !important;
  display: flex;
  justify-content: center;
  border-radius: 16px 16px 0px 0px;
  position: relative;
  background-color: #C79E5E !important
}

.edu-path-card::after {
  content: '';
  position: absolute;
  height: 80%;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/hero/hero-line-vec.svg);
  background-size: contain;
  z-index: 0;
}

.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%;
  z-index: 5;
  right: 0;
  height: 10px;
  bottom: 0;
  overflow: hidden;
  height: 10px;
  background-color: #3B3B3D
}

.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 {
  padding: 100px 70px
}

.courses {
  padding: 100px 70px 18em
}

.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:not(.clock) {
  border-radius: 16px !important;
  height: 264px;
}

.latest-news-card img.w-100:not(.clock) {
  width: 100% !important;
  position: relative;
  z-index: 2;
}

.attend-badge {
  top: 12px;
  left: -20px;
  padding: 8px 24px 12px 24px !important;
  border-radius: 0px 8px 8px 0px;
  background: #41AC80;
  z-index: 3;
  color: #FFF;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.attend-badge::after {
  content: '';
  position: absolute;
  left: 0 !important;
  top: 100%;
  width: 0;
  height: 0;
  right: auto !important;
  border-left: 20px solid transparent;
  border-right: 20px solid #029055;
  border-top: 20px solid transparent;
  clear: both;
  z-index: -1;
  transform: rotate(180deg) rotateY(180deg) translateX(-50%)
}

.courses .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;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.3%, #C79E5E 100%);
}

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



.latest-news-card .news-content {
  padding: 14px 16px 16px 16px;
  /*  border-radius: 8px;
  border: 0.8px solid var(--black-30, #C6C9C8);
  transform: translateY(115%) */
}

.courses .latest-news-card .news-content {
  padding: 64px 16px 16px 16px;
  border-radius: 8px;
  border: 0.8px solid var(--black-30, #C6C9C8);
  transform: translateY(75%)
}

.latest-news-wrapper {
  padding-top: 50px !important
}

.latest-news-wrapper .row {
  row-gap: 22px
}

.latest-news-card .top-img-card {
  right: 50%;
  transform: translateX(50%);
  width: 92%;
  z-index: 20;
  border-radius: 16px;

}

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

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

.courses-card-wrapper .row {
  row-gap: 12em !important
}

.courses-card-wrapper .latest-news-card img:not(.clock) {
  height: 200px;
}


.courses-card-wrapper .latest-news-card .news-content {
  transform: translateY(85%);
}

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

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

.news-read-more {
  padding: 8px 32px;
  color: #FFF !important;
  border-radius: 50px;
  background-color: #029055;
  font-family: "Bahij_TheSansArabic";
  font-size: 16px;
  font-weight: 500;

}

.latest-news .news-read-more {
  margin-top: 16px;
  border-radius: 4px;
  padding: 8px 24px !important;
  font-size: 12px !important
}

.latest-news .latest-news-card img:not(.clock) {
  border-radius: 16px 16px 16px 0px !important
}

.course-data-list {
  gap: 8px;
  display: flex;
  flex-direction: column
}

.course-data-list li {
  display: flex;
  gap: 8px;
  color: #4D4D4D;

  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.course-data-list img {
  width: 18px !important;
  height: 18px !important;
}




.courses .my-owl-nav,
.latest-news .my-owl-nav {
  position: absolute;
  top: 0%;
  transform: translateY(-215%);
  z-index: 20;
  display: flex;
  left: 0;
  gap: 8px;
}

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



.courses .my-owl-nav span,
.latest-news .my-owl-nav span,
.gallery .my-owl-nav span {
  background-color: #029055 !important;
  width: 28px;
  height: 28px;
}

.courses .my-owl-nav i,
.latest-news .my-owl-nav i,
.gallery .my-owl-nav i {
  color: #FFF !important
}

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


.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%)
}


.owl-item.active {
  opacity: .8;
}

/* End latest-news */

/* Start success-parteneres */
.success-parteneres {
  position: relative;

}

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

}

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

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


.circle {
  position: relative;
  padding: 24px;
  border-radius: 8px;
  background: #FFF;
}



.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: 80px;
  padding-left: 138px;
}

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

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


.goals-content-wrapper .gosl-num {
  width: 24px;
  height: 24px;
  border: 1px solid #009696;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #029055;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  background: #BFE3D4;
  /* 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: #FFF;
  padding: 8px;
  position: relative;
  padding-right: 18px;
}

.register-conditions-list-about .col-xl-6 div,
.register-conditions-list-about .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 span,
.register-conditions-list .col-xl-12 div span {
  color: #566478;
  font-size: 16px;
  font-weight: 500;
}

.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: #029055;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
}


.register-btn {
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #41AC80;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
}

/* End success-parteneres */


/* Start Sign Up */

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


.sign-right-img {
  background-image: url(../images/sign/sign-up.svg);
  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 .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 dashed #C6C9C8;
  padding-bottom: 16px
}

.sign-right-img-content {
  padding: 16px;
  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: 24px;
  font-weight: 600;
  line-height: 1;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important
}

.sign-right-img-content span {

  font-family: "Bahij_TheSansArabic";
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px !important;
  display: block
}

.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: 40px;
  background: #F5F7FB;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.sign-in-right {
  background-image: url(../images/sign/sign-in.svg);
}

.forgot-pass {
  color: #029055;
  font-family: "Bahij_TheSansArabic";
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;

}

.login-check+label {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
}

.sign-form-wrapper h3 {
  color: #029055;

  /* 24px Black */
  font-family: "Bahij_TheSansArabic";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */

}

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

.input-group label {
  color: #1A1A1A;
  /* margin-bottom: 0 !important; */
  font-size: 16px !important;
  font-weight: 500
}



/* 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;
  /*   border-right: 8px solid #1f1f1f;
  border-left: 8px solid #1f1f1f */
}

.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: #1A1A1A;
  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: #f3f3f3;

  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: #1a1a1a;
  color: #FFF !important;
}

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

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

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

#accordion .accordion-body {
  padding: 40px 55px;
  background: #1a1a1a;
  color: #FFF;
  padding-top: 0 !important
}

#accordion .card {
  border-bottom: 0.5px solid #1a1a1a !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: #1f1f1f;
  color: #FFF;
  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: #F5F5F5
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../images/about/Vector.png') !important;
  background-position: center;
  z-index: 20;
}

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 {
  padding-right: 144px;
  padding-left: 144px;
}

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;
  color: #029055 !important
}

footer .down-footer ul:not(.social-links) {
  padding-right: 16px;
}

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: #029055;
  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;
  background-color: #029055;
  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: #1f1f1f;
  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(-3%);
    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: #1f1f1f;
  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 {
  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: #1f1f1f;
  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: #c79d6547;
}

.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: #1f1f1f;
  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: #1f1f1f;
  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: #c79d65;
  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: #029055;
  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: #1f1f1f;
  border-color: #1f1f1f;
  width: 30px;
  height: 30px;
  display: flex;

}

.pagination .page-item a:hover {
  background: #1f1f1f;
  color: #FFF;
}

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

.filter-item-container .filter-item-title {
  color: #1f1f1f;
  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: #C79E5E;

  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: #1f1f1f;
  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, #1a1a1a 0%, #666565 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 */


/* Register Roles */
.register-roles {
  background: #F5F5F5;
  padding: 64px 50px;
}

/* Register Roles */

.course-down-time-title {
  bottom: 24px;
  height: 100%;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
}


.course-time-wrapper img.clock {
  width: 20px !important;

}

.course-time-wrapper span {
  font-size: 14px !important;
}

.course-title {
  color: var(--White, #FFF);
  text-align: right;

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


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

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

.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: #1a1a1a !important;
  color: #FFF;
  height: 45px;
  font-size: 16px;
  margin-top: 36px;
  transition: all .1s linear
}

.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: #1a1a1a !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: #C79E5E;
  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: #1a1a1a;

}

.skills-btns-container button:nth-child(2) {
  background-color: #C79E5E
}

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


/* 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: #1a1a1a;
}

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

/* News */

/* 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: #1a1a1a;
  top: -16%;
}

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

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

.sponsor_details_wrapper .sponsor_card .sponsor img {
  border-radius: 10px;
  max-width: 328px;
  min-width: 100%;
  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 */

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

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

  .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: #1a1a1a;
  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: #C79E5E
}

.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: #02905508;
  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(236deg, rgb(2 144 85 / 38%) 0%, rgb(199 158 94 / 40%) 68.68%),
    url(<path-to-image>) #d3d3d382 50% / cover no-repeat !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: #c79d65;
  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: #c79c6b;
}

@media (max-width: 567px) {
  .logos-container {
    margin-top: 0;
  }

  .logos-container .logos-inner {
    /* border: 1px solid #5a5a5a80; */
    padding: 20px 0 50px;
    margin: 0 32px 0;
  }

  .logos-container .row-gap-70 {
    row-gap: 47px;
  }

  .logos-container h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26.16px;
    color: #0b5661;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 4rem;
  }

  .logos-container h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 2px;
    background-color: #0b5661;
    left: 50%;
    transform: translateX(-50%);
  }
}

.logos-container .col-xl-2 {
  width: 20% !important;
}

@media (max-width: 567px) {
  .logos-container .col-xl-2 {
    width: 100% !important;
  }

  .logos-container .logo-card-container {
    padding-bottom: 25px !important;
  }
}

.logos-container .logos-card {
  position: relative;
}

.logos-container .logos-card img {
  min-height: 15rem;
  object-fit: contain;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  display: table;
  transform: translateY(-10px);
}

@media (max-width: 567px) {
  .logos-container .logos-card img {
    max-width: 40%;
    transform: translate(0, 0);
  }
}



.logos-container .logo-card-container {
  border: 2px solid #EEE;
  padding: 10px;
}

.logos-container .download-logo-btn {
  background: linear-gradient(90deg, #33bba2 0%, #0b5661 100%) !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-radius: 10px;
  margin-top: 16px;
}

@media (max-width: 567px) {
  .logos-container .download-logo-btn {
    width: 184px;
    margin: auto;
    margin-top: 16px;
  }
}

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

.pagination {
  gap: 8px;
}

.pagination li a {
  border: 0 !important;
  background-color: #e9e6e3;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  border-radius: 4px;
  font-weight: 600;
}

.pagination li.active a {
  background-color: #713b02 !important;
}

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

/* End Contact Us */

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

.modal .select-container .icon {
  font-size: 14px !important
}

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

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


.required label,
.shared-label.required {
  position: relative;
  align-self: flex-start;
}

/* .required label::after,
label.required::after,
.shared-label.required::after {
  content: '*';
  position: absolute;
  right: 105%;
  color: red;
} */

.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: 12px 48px;
  border-radius: 50px;
  background-color: #1a1a1a !important;
  font-size: 18px;
  font-weight: 600;
}

/* Proof Status */

/* 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: #029055;
  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 Carousel */

.start-exam-wrapper a {
  background-color: #1a1a1a;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
}

.exam-desc {
  color: #B8B8B8;
  font-size: 14px;
  font-weight: 500;
}

.exam-badge {
  padding: 4px 12px;
  border-radius: 20px;
  color: #FFF;
  font-size: 12px;
  line-height: 2
}

.exam-badge.badge-success {
  background-color: #029055;
}

.exam-badge.badge-primary {
  background-color: #2489D3;
}


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

.cert-roles-wrapper li {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.cert-roles-wrapper span {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.cert-modal-p {
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

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

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


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

.share-linked {
  border-radius: 8px;
  border: 1px solid #1a1a1a;
  padding: 8px 16px;
  color: #1a1a1a;
  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 #1a1a1a;
  color: #1a1a1a !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  background-color: transparent !important;
}

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

.load-more-btn {
  padding: 12px 32px;
  color: #FFF;
  background-color: #C79E5E;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
}

/* Loader */
.loader {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  display: grid;
  border-radius: 50%;
  background:
    linear-gradient(0deg, #FFF 30%, #0000 0 70%, #FFF 0) 50%/8% 100%,
    linear-gradient(90deg, #FFF 30%, #0000 0 70%, #bf9b0a 0) 50%/100% 8%;
  background-repeat: no-repeat;
  animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  border-radius: 50%;
  background: inherit;
  opacity: 0.915;
  transform: rotate(30deg);
}

.loader::after {
  opacity: 0.83;
  transform: rotate(60deg);
}

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

/* Loader */

@media (max-width: 1360px) {
  .load-more-btn {
    padding: 8px 16px;
    font-size: 16px;
  }
}

/* cert-inner */


/* Start QA */
.models-title {
  background-color: #1D6859;
  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: #B49164;
  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 #1a1a1a;
  /* 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: #1a1a1a;
  /* 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;
}

.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: rgb(2, 144, 85);
  border-radius: 100px;
  padding: 0 40px;
  border: 0;
}

/* Register */

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

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

.user-profile-dropdown span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

.bg-green {
  background-color: #029055
}

.bg-dark-light {
  background-color: #4D4D4D
}

.g-padding {
  padding: 40px 50px;
}

.filter-list a {
  padding: 8px;
  border-radius: 4px;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 500;
  background-color: #FFF;
  transition: all .3s ease-in-out
}

.filter-list .active {
  background: #C79E5E;
  color: #FFF;
}

.filter-list img {
  filter: brightness(0%);
}

.filter-list .active img {
  filter: brightness(0) invert(1) !important;
}

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

.filter-list a:hover {
  background-color: #C79E5E;
  color: #FFF;
}

.filter-list a:hover img {
  filter: brightness(0) invert(1);
}

.g-gray-card {
  border-radius: 16px;
  background: var(--black-10, #F5F5F5);
  padding: 24px;
}

.g-gray-card .title {
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 600;
}


.chart-info-card .title {
  padding: 12px;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #F5F5F5;
  background: #FFF;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 600;
}

.chart-info-card .chart-info-card-body {
  padding: 16px;
  border-radius: 0px 0px 8px 8px;
  background: var(--White, #FFF);
}

.list-item-title {
  font-size: 14px;
  font-weight: 500;
}

.list-item-title-p {
  font-size: 16px;
  font-weight: 600;
}

.color1 {
  color: #026873;
}

.color2 {
  color: #71C9CE;
}

.color3 {
  color: #F27D42
}

.color4 {
  color: #B21B1B;
}

.chart-percentage {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-align: center;
}

.chart-percentage h1 {
  color: #1A1A1A;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}

.main-chart-num {
  color: #1A1A1A;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 36px;
}

.main-chart-text {
  color: #1A1A1A;
  font-size: 10px;
  font-weight: 500;
}

.lg-chart-num {
  color: #026873;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.sm-chart-text {
  color: #1A1A1A;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.w-150 {
  width: 150px !important;
  height: 150px !important
}

.normal-text {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 500;
}

.bolder-text {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
}

.max-h-180 {
  max-height: 195px;
  overflow-y: auto
}

.top-0 {
  top: 0
}

.search-map-wrapper {
  top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  z-index: 0;
  width: 100%;
}

.search-box-container-2 input {
  background-color: rgba(255, 255, 255, 0.80) !important;

}

.search-map-wrapper .filter-dropdown button {
  background: #242424 !important;
  padding: 0 24px !important
}

.search-map-wrapper .filter-dropdown button img {
  filter: invert(1) brightness(10);
}

.not-item .filter-dropdown ul {
  top: 100% !important;
  min-width: 100% !important;
  border-top: 4px solid #B49164;
}

.filter-dropdown.for-map {
  top: 0 !important
}

.actions-dropdown .filter-dropdown {
  padding-top: 0;
  transform: translate(0, 40px) !important;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
  border-top: 4px solid #242424;
  min-width: 100% !important
}

.actions-dropdown:not(.filter-dropdown) ul,
.menu-dropdown:not(.filter-dropdown) ul,
.filter-dropdown ul {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 4px 4px 0px 0px;
  border-top: 4px solid #242424;
  top: 150% !important;
}

.actions-dropdown ul li:not(:last-child) a,
.menu-dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid #EAEAEA;
}

.filter-dropdown li a {
  color: #000;
}

.actions-dropdown ul li a,
.menu-dropdown ul li a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.filter-dropdown.for-map {
  top: 0 !important;
}

.search-box-container {
  height: 40px;
}

.search-box-container input[type="text"] {
  padding-right: 42px;
  background-color: #0000000A;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}

.search-box-container-2 input {
  background-color: rgba(255, 255, 255, 0.80) !important;
}

.search-box-container .search-icon {
  right: 8px;
  background-color: #0000000A;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.search-box-container .search-icon,
.search-box-container .search-btn-container {
  position: absolute;
}

.search-box-container .search-btn-container {
  left: 8px;
}

.filter-form-wrapper {
  padding: 22px;
  background: #F2F2F2;
  border-radius: 8px;

}

.h-200 {
  height: 200px !important
}



.row-gap-4 {
  row-gap: 16px !important
}

.view-reports .form {

  position: relative;
}

.view-reports .form .fa-search {

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #9ca3af;

}

.view-reports .form span {

  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;

}

.view-reports .form .left-pan {
  padding-left: 7px;
}

.view-reports .form .left-pan i {

  padding-left: 10px;
}

.view-reports .form .form-input {

  height: 46px;
  border-radius: 4px;
  outline: 0 !important;
  box-shadow: none;
}

.view-reports input {
  background-color: #FFF !important
}

.search-btn-form {
  background-color: #198754;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  gap: 6px;
  font-size: 16px;
  width: 100%;
  justify-content: center;
}

.min-h-48 {
  height: 48px;
}

.view-reports .select2-container {
  margin-top: 8px !important;
  width: 100% !important;
}