/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #13547a;
  --secondary-color:              #80d0c7;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #13547a;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #7fffd4;
  --link-hover-color:             #13547a;

  --body-font-family:             'Open Sans', sans-serif;
  --title-font-family:            'Montserrat', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold) ;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}
.container_logo{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.container_logo:hover{
  color: #000;
}
.container_logo span{
  font-size: 27px;
  font-weight: 800;
  text-wrap: nowrap;
}
#dropdown-menu-formation{
    display: none;
  }
  #dropdown-menu-faqs{
    display: none;
  }
/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  padding-top: 140px;
  padding-bottom: 30px;
}

.site-header .container {
  height: 100%;
}
.site-header .container div{
  width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--secondary-color);
}

.navbar {
  background: transparent;
  border-bottom: 1px solid rgba(128, 208, 199, 0.35);
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover{
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
}

.navbar-brand span{
  font-family: var(--title-font-family);
}

.navbar-expand-lg .navbar-nav .nav-link{
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link{
  display: inline-block;
  color: var(--white-color);
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: #255f8121;
  font-weight: 600;
  animation: glowEffect 1s infinite alternate;

}
@keyframes glowEffect {
  from {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  }
  to {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.9);
  }
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.dropdown-menu li:hover{
  cursor: pointer;
  background-color: #acaaaa;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
  .container_section_2 div ul li{
    max-width: 45%;
  }
}

.navbar-icon {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-section .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}


/*---------------------------------------
  TOPICS              
-----------------------------------------*/
.featured-section {
  background-color: var(--secondary-color);
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.social-share {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
}


/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION              
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--p-color);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
}

.active>.page-link, .page-link.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('../images/colleagues-working-cozy-office-medium-shot.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: var(--primary-color);
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--primary-color);
}

.faq-section .accordion-body {
  color: var(--p-color);
  font-size: var(--btn-font-size);
  line-height: 40px;
}

/*---------------------------------------
  NEWSLETTER               
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 150px;
}


/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.container_newsletter{
  align-items: center;
}
.subscribe-form-wrap {
  padding: 50px;
}

.subscribe-form {
  width: 95%;
   position: relative;
}
.subscribe-form img{
 position: absolute;
  bottom: -100px;
  right: -200px;
  z-index: 1;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  border-bottom: 10px solid var(--secondary-color);
  position: relative;
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent var(--secondary-color) transparent;
  pointer-events: none;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  display: block;
  list-style: none;
  line-height: normal;
}

.site-footer-link {
  color: var(--secondary-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  line-height: normal;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.title_test_skill2{
  display: none;
}
.span_count_question2{
  display: none;
  justify-content: end;
}
/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 997px) {
   .section_test .container_section_test .header_section_test{
    padding: 0 !important; 
    margin-top: 40px;
  }
  .subscribe-form img{
    display: none;
  }
  .title_test_skill{
    display: none;
  }
  .title_test_skill2{
    display: inline;
  }
  .contianer_info_test{
    width: 60% !important;
  }
  .container_alert_mycourses{
    width: 100% !important;
    flex-direction: column !important;
    align-items: center;
    padding: 30px 5px;
  }
  .container_alert_mycourses img{
    width: 300px !important;
  }
  .contianer_user_info{
    display: none !important;
  }
  #navbarNav{
    overflow-y: auto !important;
    height:100vh;
    padding-top: 50px;
    padding-bottom: 30px;
  }
   
  .button_auth{
    display: none !important;
  }
  #actions_btn_mycourses{
    display: none;
  }
  .btn_list{
    display: block !important;
  }
  .contianer_info_cours iframe{
    display: none;
  }
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
  
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 75%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .contenu_section_1{
    flex-direction: column-reverse;
    align-items: center !important;
    justify-content: center;
    width: 100%;
  }
  .contenu_section_1 .container1{
    width: 100% !important;
  }
  .contenu_section_1 .container2{
    width: 100% !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center !important;
    gap: 15px !important;
    margin-top: 40px !important;
  }
    .contenu_section_1 .container1 iframe{
      width: 100%;
    }
    .container_section_2 div{
      width: 90% !important;
    }
    .container_section_2 div ul{
      display: flex;
      flex-direction: column !important;
      width: 100%;
    }
    .container_section_2 div ul li{
      max-width: 100%;
      font-size: 16px !important;
    }
    .container_section_3{
      display: flex;
      flex-direction: column-reverse !important;
    }
    .container_section_3 .course_includes{
      margin: auto;
      margin-top: 30px;
      width: 60% !important;
    }
    .container_section_3 .container_Course_content{
      width: 100% !important;
    }
}
@media screen and (min-width: 991px) and (max-width: 1199px){
  .container_alert_mycourses{
    width: 85% !important;
  }
  #dropdown-menu-formation{
    display: block;
  }
  #dropdown-menu-faqs{
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  #nav-item-formation{
    display: none !important;
  }
  #nav-item-FAQs{
    display: none !important;
  }
  #container_list_lesson{
    width: 100% !important;
    margin-top: 100px;
  }
  #test_lesson{
    width: 100% !important;
    height: auto !important;
  }
  #video_lesson{
    width: 100% !important;
    height: auto !important;
  } 
  .lesson_contents{
    display: flex;
    flex-direction: column;
  }

}
@media screen and (max-width: 989px){
    .span_count_question{
      display: none !important;
    }
    .span_count_question2{
      display: flex;
    }
}
@media screen and (max-width: 777px){
  /* ooo */
  #Cours_formation{
    font-size: 24px !important;
  }
  .container_type span{
    display: none;
  }
  .container_type{
    margin-left: 10px;
  }
  .container_filter{
   gap: 15px;
  }
  .container_filter button{
    font-size: 14px !important;
  }
  .container_Ad_Here h3{
    font-size: 24px !important;
  }
  .container_Ad_Here div img{
    width: 400px !important;
  }
  .container_alert_mycourses .alert_mycourses{
    width: 95% !important;
  }
   .container_alert_mycourses .alert_mycourses h4{
    font-size: 20px !important;
   }
   .container_alert_mycourses .alert_mycourses div a{
    padding: 7px 10px !important;
    font-size: 14px !important;
   }
  .course-image img{
    width: 130px !important;
  }
  .container_section_2 h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 488px) {
  .container_filter button{
    padding: 7px 9px !important;
  }
  .container_filter{
    gap: 8px !important;
    padding-right: 5px !important;
  }
  .container_Ad_Here a{
    padding: 10px 20px ;
    width: fit-content;
    text-align: center;
  }
  .container_Ad_Here div img{
    width: 80% !important;
  }
  .title_test_skill2{
    margin-top: 30px !important;
  }
  .navbar_lesson div{
    display: flex;
    flex-direction: column;
  }
  .contianer_info_test{
    display: flex;
    flex-direction: row !important;
    width: 100% !important;
  }
  .contianer_info_test .header_test div .contianer_test_clock{
    
    gap: 3px;
    width: fit-content;
    min-width: fit-content;
    margin-left: 10px !important;
    flex-direction: row;
  }
  .contianer_info_test .header_test div .contianer_test_clock span{
    padding: 0 !important;
  }
  .contianer_info_test a,.contianer_info_test #btn_back_lesson{
  font-size: 14px;
}
  .container_alert_mycourses{
    padding: 20px 0 !important;
  }
  .container_test .test h4{
    font-size: 16px !important;
  }
  .test_lesson .form_test{
    padding: 10px 8px !important;
  }
   .course-image img{
    width: 110px !important;
  }
  #Certificate_verification_title{
    font-size: 20px;
  }
  .container_section_3 .course_includes{
    width: 100% !important;
  }
  .container_section_2 h3{
    font-size: 20px;
  }
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

.contianer_user_info{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
}
.contianer_user_info:hover span{
 color: #13547a;
 cursor: pointer;
}
.contianer_user_info:hover a{
  background-color: #13547a;
  color: white;
  cursor: pointer;
}
.contianer_user_info span{
  color: white;
}

.menu_profile{
  box-shadow: 1px 1px 8px rgba(194, 194, 194, 0.89);
  position: absolute;
  bottom: -350px;
  padding: 15px 0;
  background-color: white;
  border-radius: 10px;
  /* display: none; */
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
  width: 270px;

  transition: 
    opacity 1s ease,
    transform 1s ease;
}

.menu_profile.open{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.container_card_notifications.open{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.menu_profile ul{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  padding-left: 0;
  padding: 0 8px;

}
.menu_profile ul li{
  
  padding: 5px 5px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
.menu_profile ul li form button{
  background: #ffffff00;
  border: none;
  padding: 0;
}
.menu_profile ul li form button:hover{
  background: #eeeeee !important;
  color: #000 !important;
  cursor: pointer;
}

.menu_profile ul li{
  color: #000;
  font-size: 17px;
}
.menu_profile ul li:hover{
  background: #eeeeee !important;
  color: #000 !important;
  cursor: pointer;
}

.list-courses{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content:center;
  flex-wrap: wrap;
  gap: 20px;
}
.list-courses div{
  margin-bottom: 5px;
}
.list-courses div div{
  display: flex;
  flex-direction: column;
}
.image-course{
  width: 250px;
  height: 150px;
}
.title-course{
  font-size: 18px;
  text-align: center;
}
.span_type{
  padding: 3px 10px;
  border-radius: 10px;
  color: #0a0a0a;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 13px;
  box-shadow: 1px 1px 4px rgb(206, 206, 206);
}
.span_xp2{
  color: #f0b256;
  position: absolute;
  top: 14px;
  left: 14px;
  font-weight: 600;
}
.span_type.free{
  background: #87ee799f;
}
.span_type.pro{
  background: #ee87799f;
}
.container_pagination{
  width: 100%;
  display: flex;
  justify-content: center;
}
.container_pagination nav div:last-child div:first-child{
  display: none;
}

/* contenu cours */
.contianer_info_cours{
  width: 100%;
  display: flex;
  justify-content:space-between
}
.contianer_info_cours div{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contianer_info_cours div form button{
  border: none;
  background-color: #13547a;
  color: white;
  padding: 11px 45px;
  border-radius: 8px;
  box-shadow: 1px 1px 5px rgb(255, 255, 255);
  font-size: 20px;
}
.contianer_info_cours iframe{
  width: 80% !important;
  height: 250px;
  border: 1px solid white;
  box-shadow: 1px 1px 4px rgb(209, 209, 209);
  border-radius: 8px;
}
.info_cours{
  background: #ebf1f1;
  width: fit-content !important;
  height: fit-content !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px ;
  padding:  15px 40px;
}
.info_cours div{
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.info_cours div span{
  cursor: pointer;
}

.contenu_section_1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:start;
  margin-top: 30px;
}
.contenu_section_1 .container1{
  width: 60%;
  border: 3px solid rgb(124, 124, 124);
  border-radius: 8px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenu_section_1 .container2{
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 5px;
  margin-top: 25px;
  width:35%;
}
.contenu_section_1 .container2 h3{
  font-size: 23px;
}
.contenu_section_1 .container2 h3 .icone1{
  color: #F9A826;
}
.contenu_section_1 .container2 h3 .icone2{
  color: #2681f9;
}
.contenu_section_1 .container2 h3 .icone3{
  color: #269af9;
}
.contenu_section_1 .container2 h3 .icone4{
  color: #2634f9;
}
.contenu_section_1 .container2 h3 .icone5{
  color: #6526f9;
}
.container_section_2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.container_section_2 div{
  border: 2px solid #717275;
  border-radius: 8px;
  padding: 18px;
  width: 80%;
}
.container_section_2 div ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 18px;
}
.container_section_2 div ul li{
  font-size: 16px;
  color: #000000;
}
.container_section_3{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.course_includes{
  height: fit-content;
  width: 30%;
  border: 1px solid rgb(61, 59, 57);
  box-shadow: 1px 1px 5px #9e9d9d;
}
.container_Course_content{
  width: 60%;
}
.course_content{
  border: 1px solid rgb(61, 59, 57);
  width: 100%;
  background: #ffffff;
  box-shadow: 1px 1px 5px #9e9d9d;
  border-radius: 10px;
}
.course_includes{
  border-radius: 8px;
}
.course_includes div{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  padding: 18px;
  border-top: 1px solid rgb(61, 59, 57);
  cursor: pointer;
}
.course_includes div:first-child{
  border-top: none;
  background-color: #13547a;
  color: white;
  border-radius: 8px 8px 0 0;
}
.course_includes div:first-child h5{
  color: white;
}
.course_includes div span{
  display: flex;
  align-items: center;
  gap: 6px;
}
.course_includes div span i{
  font-size: 20px;
}
.course_content div{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  padding: 8px;
  border-top: 1px solid burlywood;
}
.course_content div:first-child{
  border-top: none;
}
.course_content div h6{
  margin-bottom: 0;
}
.container_section_4{
  display: flex;
  justify-content: center;
}
.container_section_4 button{
  border: none;
  background-color: #13547a;
  color: white;
  padding: 11px 45px;
  border-radius: 8px;
  box-shadow: 1px 1px 8px rgb(129, 129, 129);
  font-size: 20px;
}
.container_section_4 button:hover{
  box-shadow: none;
}
.navbar_lesson{
    background-image: linear-gradient(15deg, #2d84b6 0%, #80d0c7 100%);
}

/* lesson_contents */
.section1_lesson{
  margin-top: 100px;
  margin-bottom: 100px;
 padding: 0px 3%;

}
.lesson_contents{
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.lesson_contents #video_lesson iframe{
  border-radius: 10px;
  padding: 2px;
  box-shadow: 1px 1px 6px rgb(148, 148, 148);
}
.lesson_contents #video_lesson{
  width: 75%;
  position: relative;
} 
.container_list_lesson{
  width: 25%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 1px 1px 8px  rgb(145, 145, 145);
  padding: 2px;
}
.section_progress{
  padding: 10px;
}
.section_progress .section_progress_header{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-weight: 600;
}
.container_list_lesson .list_header{
  border: 1px solid rgb(126, 126, 126);
  box-shadow: 1px 1px 8px  rgb(145, 145, 145);
  display: flex;
  justify-content: space-between;
  padding:10px;
  border-radius: 10px;
}
.container_list_lesson .list_body{
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  border: 1px solid rgb(156, 156, 156);
  box-shadow: 1px 1px 8px  rgb(145, 145, 145);
  position: relative;
  border-radius: 10px;
}
.container_list_lesson .list_body div:nth-last-child(2){
  border-bottom: 1px solid burlywood !important;
}
.container_list_lesson .list_body div a{
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000;
}
#button_show_list,#button_show_list1{
  background-image:linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 100;
  display: none;
}
#button_show_list1 i{
  font-size: 30px;
}
#button_show_list i{
  font-size: 30px;
}
.list_body div{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  padding: 8px;
  border-top: 1px solid burlywood;
}
.video_actions{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
  margin: 10px;
}
.video_actions a{
  display: inline-block;
  background: #f1f1f1;
  border: 1px solid rgb(231, 231, 231);
  padding: 8px 15px;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgb(190, 190, 190);
}
.video_actions a:hover{
  background: #e7e7e7;
  color: #000;
  box-shadow:none;
}
.container_bar_progress{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  height: 15px;
}
.container_bar_progress span{
  position: absolute;
  top: -20px;
  right: 20px;
}
.bar_progress{
  background: #5b5b5b;
  width: 90%;
  height: 15px;
  border-radius: 15px;
}
.bar_progress div{
  background: #000;
  width: 10%;
  height: 15px;
  border-radius: 15px;
}
.contenu{
  padding: 20px;
}
.contenu_header{
  background: #e6e6e6;
  margin-top: 60px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgb(180, 180, 180);
}
.contenu_header ul{
  display: flex;
  list-style-type: none;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
.contenu_header ul li a{
  color: #000;
}
/* test_lesson */
.header_test{
  display: flex;
  flex-direction: column; 
}
.header_test div img{
   width: 40%;
}
.header_test div{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header_test span{
  margin: auto;
}
.header_test div .contianer_test_clock{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 10px 16px;
  min-width: 150px;
  height: 72px;

  border-radius: 999px;
  border: 2px solid rgba(0,0,0,.15);

  background: linear-gradient(135deg, #ffffff, #f3f4f6);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);

  position: relative;
}

/* حلقة خفيفة حول “الساعة” */
.header_test div .contianer_test_clock::before{
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 999px;
  border: 2px dashed rgba(0,0,0,.12);
  pointer-events: none;
}

.header_test div .contianer_test_clock i{
  font-size: 18px;
  opacity: .85;
}

.contianer_test_clock span #test_clock{
  font-weight: 800;
  font-size: 16px;
  letter-spacing: .5px;
}

/* اختياري: لما الوقت يقرب يولي أحمر (تقدر تضيف class اسمها danger من JS) */
.contianer_test_clock.danger{
  background: linear-gradient(135deg, #fff1f2, #ffe4e6);
  border-color: rgba(220,38,38,.25);
}


.test_lesson{
  background: #e0e9f7;
  border: 1px solid rgb(192, 192, 192);
  box-shadow: 1px 1px 3px rgb(192, 192, 192);
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  height: 100vh;
  width: 75%;
  overflow-y: auto;
  border-radius: 10px;
  padding: 2px;
}
.test_lesson .title_test{
  text-align: center;
  margin-top: 10px;
}
.test_lesson .form_test{
  padding: 0 40px;
  margin-bottom: 40px;

}
.container_test{
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.container_test .test{
  border: 1px solid rgb(219, 219, 219);
  background: #eeeeee;
  border-radius: 20px;
  box-shadow: 1px 1px 5px #0ea5e9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 0;
}
.container_test .test h4{
  text-align: center;
  font-size: 20px;
}
.container_test .test div{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.container_test .test div input{
    transform: scale(1.5);
}
.container_btn_submit{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.container_btn_submit button{
  padding: 10px 40px;
  border-radius: 10px;
  background: #00BFA6;
  color: white;
}
/* result page */
.alert_test_success,.alert_test_fail,.alert_time_fail{
  background-color: #0000009a;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9900;
}
.alert_time_fail{
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.alert_time_fail div{
  width: 50%;
  background-color: white;
  width: fit-content;
  height: fit-content;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.alert_time_fail div .actions_btn{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.alert_time_fail div .actions_btn .Btn{
  border: 1px solid rgb(92, 92, 92);
  box-shadow: 1px 1px 5px rgb(158, 158, 158);
  padding: 10px 20px;
  border-radius: 20px;
}
.alert_time_fail div .actions_btn .Btn:hover{
  box-shadow: none;
}
.alert_time_fail div .actions_btn .Btn.Danger{background: rgb(199, 30, 30); color: #ffffff;}
.alert_time_fail div .actions_btn .Btn.Link{background-color: #64748b; color: #ffffff;}

.alert_time_fail div .icon{
  font-size: 48px;
}
.alert_time_fail div .btn{
  background-color: #16a34a;
  color: white;
}
.result-page {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    font-family: system-ui;
    background: #ffffff;
    border-radius: 14px;
}

.result-header {
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    color: white;
}

.result-header.success {
    background:white;
    border: 4px solid #22c55e;
    box-shadow: 2px 2px 12px #22c55e;
}

.result-header.fail {
    border: 2px solid #dc2626;
    box-shadow: 1px 1px 8px #dc2626;
    background: #ffffff;
}

.contaner-score-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0;
}
.contaner-score-box img{
  width: 100px;
}
.contaner-score-box .score-box{
  display: flex;
  flex-direction: column;
}

.score-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 8px solid #22c55e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.score-circle span{
    font-size: 36px;
    font-weight: bold;
}

.summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.summary-item {
    background: #f9fafb;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 1px 1px 8px rgb(124, 124, 124);
}
.summary-item span{
  font-size: 20px;
  font-weight: 600;
}

.summary-item.correct { border-left: 4px solid #22c55e; }
.summary-item.wrong   { border-left: 4px solid #ef4444; }
.summary-item.time    { border-left: 4px solid #3b82f6; }

.summary-item.correct span{ color: #22c55e; }
.summary-item.wrong span{ color: #ef4444; }
.summary-item.time span{ color: #3b82f6; }

.actions {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.actions .Btn{
    display: inline-block;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 1px 1px 5px rgb(143, 143, 143);
}
.actions .Btn:hover{
  box-shadow: none;
}

.actions .Primary { background: #22c55e !important; color: white; }
.actions .Secondary { background: #3b82f6 !important; color: white; }
.actions .Link { color: #374151; }

.ring{
  width:140px;height:140px;border-radius:50%;
  background: conic-gradient(#22c55e 0deg, #e5e7eb 0deg);
  display:grid;place-items:center;
}
.ring-inner{
  width:110px;height:110px;border-radius:50%;
  background:#fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight:800;
  font-size: 20px;
}
.ring-inner #score{
  font-size: 25px;
}

/* page mycourses */

/* Sidebar */
.sidebar {
    width: 260px;
    background: #fff;
    min-height: 100vh;
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: 1px 1px 3px rgb(230, 229, 229);
}

.profile {
    text-align: center;
    padding: 20px;
}

.avatar {
    width: 70px;
    height: 70px;
    background: #c2185b;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_sidebar {
    list-style: none;
    padding-left: 0px;
}

.menu_sidebar li {
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.menu_sidebar li.active {
    background: #f1f1f1;
    font-weight: bold;
}

.menu_sidebar .logout {
    color: red;
}

/* Main */
.main {
    flex: 1;
    padding: 20px;
}

/* Navbar */
.container_profile{
  display: flex;
  justify-content: space-around;
}

/* Alert */
.alert {
    background: #f8ecc4;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #ecf3f2;
    text-align: center;
}

/* Courses */
.courses {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.course-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(194, 194, 194);
    box-shadow: 1px 1px 3px rgb(194, 194, 194);
}

.course-info {
    width: 60%;
     position: relative;
}

.course-info h4 {
    margin-bottom: 10px;
    text-align: center;
}
.course-info p{
  text-align: end;
}

.progress {
    background: #eee;
    height: 8px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0;
}

.progress span{
    display: block;
    height: 100%;
    background: #00BFA6;
}

.actions {
    margin-top: 10px;
}

.btn {
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.btn.primary {
    background: #0d6efd;
    color: #fff;
}

.course-image img {
    width: 180px;
    border-radius: 8px;
}
.menu_action_mycourses{
  display: none;
  background: #f3f3f3;
  border: 1px solid rgb(233, 233, 233);
  box-shadow: 1px 1px 5px rgb(163, 163, 163);
  padding: 8px;
  border-radius: 10px;
  z-index: 2000;
  position: absolute;
  width: 200px;
}
.menu_action_mycourses ul{
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}
.menu_action_mycourses ul li a{
  color: #000;
  padding: 3px 10px;
  font-size: 17px;
  text-align: center;
  font-weight: 300;
}
.menu_action_mycourses ul li form button{
  font-weight: 300;
}
.menu_action_mycourses ul li form button:hover{
   background-color: #c7c7c7;
   color: #000;
}
.menu_action_mycourses ul li:hover{
  background-color: #c7c7c7;
}
.container_menu_action_mycourses{
  position: absolute;
  top: 10px;
  left: 10px;
}
.btn_list{
  display: none;
}

.okio{
  background: #ebf3ff;
  color: #00BFA6 !important;
}
.locked{
    pointer-events: none;
    opacity: .5;
    cursor: not-allowed;
}

.alert1 {
  position: fixed;
  top: 80px;
  right: -400px;
  min-width: 300px;
  max-width: 90%;
  padding: 16px 20px;
  border-radius: 12px;
  color: #fff;
  font-weight: 500;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  animation: slideIn 0.6s ease forwards,
  slideOut 0.6s ease forwards 4s;
}
 /* success */
.alert-success1 {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}
    /* error */
.alert-error1 {
  background: linear-gradient(135deg, #ef4444, #b91c1c);
  color: white !important;
}

  /* animations */
@keyframes slideIn {
  from { right: -400px; opacity: 0; }
  to   { right: 20px; opacity: 1; }
}
@keyframes slideOut {
  from { right: 20px; opacity: 1; }
  to   { right: -400px; opacity: 0; }
}

#button_download_pdf{
position: fixed;
top: 10px;
right: 10px;
}
#button_download_pdf button{
  padding:10px 20px; 
  border-radius:50px; 
  background:#0ea5e9; 
  color:white; 
  border:none; 
  cursor:pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#button_download_pdf button i{
  font-size: 19px;
  margin-top: 5px;
}
.container_certife{
width: 100%;
}










/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #00bfa69f; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #00BFA6; 
  }

.navbar-nav1{
     display: flex;
    justify-content: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #navbarNav{
    justify-content: space-evenly !important;
    display: none;
    
  }
  .contaner_button_test{
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .contaner_button_test .Button_test{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    box-shadow: 1px 1px 8px rgb(168, 168, 168);
    padding: 20px;
    border-radius: 10px;
  }
  .contaner_button_test .Button_test i{
    font-size: 50px;
    color: #00BFA6;
  }
  .contaner_button_test .Button_test a{
    display: inline-block;
    background: #00BFA6;
    padding: 10px 30px;
    color: white;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgb(92, 92, 90);
  }
  .contaner_button_test .Button_test a:hover{
    box-shadow: none;
  }  
  .contaner_button_test .Button_test div{
    display: flex;
    flex-direction: column;
  }
  .contaner_button_test .Button_test div p{
    font-size: 16px;
  }
  .contaner_button_test .Button_test div span{
    color: #717275;
    font-size: 18px;
    font-weight: 500;
  }
 .button_test{
    background-color: #13547a;
    color: white;
    border: none;
    padding: 8px 45px;
    border-radius: 8px;
    margin: auto;
    box-shadow: 1px 1px 8px rgb(129, 129, 129);
 }

 /* Course content pdf start */

  :root{
    --brand-1:#2dbb84;
    --brand-2:#0f8a58;
    --brand-3:#0b6a44;
    --bg:#f5f7fb;
    --card:#ffffff;
    --text:#0f172a;
    --muted:#64748b;
    --border:#979797;
    --shadow:0 12px 30px rgba(2, 6, 23, 0.10);
  }

  /*   */
  .course_content_pdf{
    width: 100%;
    background: var(--bg);
    color: var(--text);
    border: none;
    /* PDF */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Tahoma, Arial, sans-serif;
  }

  /* Header */
  .pdf-header{
    background: radial-gradient(1200px 300px at 20% 0%, rgba(255,255,255,.18), transparent 60%),
                linear-gradient(135deg, var(--brand-1), var(--brand-2));
    color: #fff;
    padding: 46px 22px;
    position: relative;
    overflow: hidden;
  }

  .pdf-header::after{
    content:"";
    position:absolute;
    inset:-80px -120px auto auto;
    width: 360px;
    height: 360px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    filter: blur(2px);
  }

  .pdf-header__inner{
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .pdf-badge{
    display:inline-block;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    margin-bottom: 14px;
    font-weight: 700;
    letter-spacing: .5px;
  }

  .pdf-header h1{
    margin: 0 0 8px;
    font-size: 34px;
    font-weight: 800;
  }

  .pdf-header p{
    margin: 0 0 18px;
    opacity: .95;
    font-size: 16px;
  }

  .pdf-meta{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
  }

  .pdf-chip{
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.28);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
  }

  /* Container */
  .pdf-container{
    max-width: 980px;
    margin: 30px auto;
    padding: 26px 16px 18px;
  }

  .pdf-grid{
    display:grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 14px;
    margin-top: -34px; 
  }

  /* Cards */
  .pdf-card{
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 18px 18px;
  }

  .pdf-card--soft{
    background: linear-gradient(180deg, #ffffff, #f7fffb);
  }

  .pdf-title{
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 800;
    color: var(--brand-3);
  }

  .pdf-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display:flex;
    flex-direction: column;
    gap: 10px;
  }

  .pdf-list li{
    display:flex;
    align-items:center;
    gap: 10px;
    color: var(--text);
    font-size: 14px;
  }

  .pdf-icon{
    width: 34px;
    height: 34px;
    display:grid;
    place-items:center;
    border-radius: 10px;
    background: #ecfdf5;
    border: 1px solid rgba(15, 138, 89, 0.596);
  }

  .pdf-divider{
    height: 1px;
    background: var(--border);
    margin: 14px 0;
  }

  .pdf-note{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 12px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
  }

  .pdf-note__dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-2);
    margin-top: 6px;
    flex: 0 0 auto;
  }

  /* KPI */
  .pdf-kpi{
    display:flex;
    flex-direction: column;
    gap: 10px;
  }

  .pdf-kpi__item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 12px 12px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
  }

  .pdf-kpi__label{
    color: var(--muted);
    font-size: 13px;
  }

  .pdf-kpi__value{
    font-weight: 900;
    font-size: 16px;
    color: var(--brand-3);
  }

  .pdf-small{
    margin-top: 12px;
    display:flex;
    gap: 8px;
    justify-content:center;
    color: var(--muted);
    font-size: 12px;
  }

  /* Lessons */
  .pdf-lessons{
    margin-top: 14px;
  }

  .pdf-lessons__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 10px;
    margin-bottom: 10px;
  }

  .pdf-count{
    color: var(--muted);
    font-size: 12px;
  }

  .pdf-lesson-list{
    margin: 0;
    padding: 0 18px 0 0; /* RTL padding */
    display:flex;
    flex-direction: column;
    gap: 10px;
  }

  .pdf-lesson-item{
    list-style: decimal;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 12px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 12px;
  }

  .pdf-lesson-item__name{
    font-size: 14px;
    font-weight: 700;
  }

  .pdf-lesson-item__bar{
    width: 64px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-1), var(--brand-2));
    opacity: .9;
    flex: 0 0 auto;
  }

  /* Footer */
  .pdf-footer{
    margin-top: 18px;
    background: linear-gradient(135deg, var(--brand-2), var(--brand-3));
    color: #fff;
    padding: 14px 16px;
    text-align:center;
    font-weight: 700;
  }

  .pdf-footer__muted{
    font-weight: 400;
    opacity: .9;
    font-size: 12px;
    margin-top: 4px;
  }

  /* Responsive  */
  @media (max-width: 820px){
    .pdf-grid{ grid-template-columns: 1fr; }
    .pdf-header h1{ font-size: 28px; }
  }

  /* Print */
  @media print{
    .course_content_pdf{ background: #fff; }
    .pdf-container{ padding-top: 12px; }
    .pdf-card{ box-shadow: none; }
    .pdf-grid{ margin-top: -18px; }
  }

.course_content_pdf{
  width: 100%;
  position: absolute;
  left: 0px;
  top: -99999px;
  background: #fffdfd;
  z-index: 99999;
 border: none;
}


      /* Course content pdf end */
.loading-alert{
    position: fixed;
    top: 20px;
    right: 20px;
    background: #1e3c72;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    font-size: 14px;
    display: none;
    z-index: 9999;
}
.loading-alert .spinner{
    display: inline-block; 
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
  }

/*  form search un furmation */

.container_form_resulta{
  display: flex;
  justify-content: center;
}
.container_form_resulta .form_resulta{
  width: 50%;
  background: #ffffff;
  border-radius: 0px 0px 14px 14px;
  display: flex;
  flex-direction: column;
  z-index: 3;
 }
.container_form_resulta .form_resulta div{
  padding: 10px 20px;
  background-color: #eeeeeea6;
  border-radius: 14px;
  margin: 4px 10px;
  display: none;
  cursor: pointer;
}
.container_form_resulta .form_resulta div:hover{
  background: #e9e7e7;
}

.new_style_a{
  color: #000;
}
.new_style_a:hover{
  background-color: none;
}
/* page contact */
.container_contact{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container_button_contact{
  display: flex;
  justify-content: center;
  width: 100%;
}
.menu_span{
  color: #000 !important;
}
.button_logout{
  color: #000 !important;
}
.button_test:hover{
  color: white;
}

/* animation loade page */
#loader_page{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
#loader_page img{
  width:150px;
  animation: pulse 3s ease-in-out infinite;
}
@keyframes pulse {
      0% {
        transform: scale(0.90);
        opacity: 0.7;
      }
      50% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        transform: scale(0.90);
        opacity: 0.7;
      }
    }

/*  */
.img_hero_section {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  overflow: hidden;
  z-index: -1;
}

.slider {
  display: flex;
  width: max-content;
  animation: move 200s linear infinite;
}

.slider img {
  opacity: 0.7;
  width: 100vw; 
  flex-shrink: 0;
}

@keyframes move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.hero_section_contunt{
  z-index: 2 !important;
}

/* button auth  nav bar*/
.button_auth{
  display: flex;
  gap: 8px;
}
.button_auth a{
  display: inline-block;
  border: 1px solid white;
  padding: 8px 15px;
  border-radius: 40px;
  font-weight: 400;
  box-shadow: 1px 1px 4px rgb(209, 209, 209);
}
.button_auth a:hover{
  box-shadow: none;
}
#signUp{
  color: #ffffff;
  background-color: #53460834;
}
#login{
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_icone_av{
  display: flex;
  justify-content: center;
  align-items: center;
}
.user_icone_av:hover span{
  color: white;
}
.user_icone_av span{
  color: #1e3c72;
  font-size: 18px;
}
.container_alert_mycourses{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 70%;
  padding: 30px;
  border: 1px solid rgb(192, 192, 192);
  box-shadow: 1px 1px 4px rgb(182, 182, 182);
  border-radius: 20px;
  margin: auto;
}
.container_alert_mycourses img{
  width: 200px;
  height: 200px;
  margin: auto;
}
.container_alert_mycourses .alert_mycourses{
  width: 80%;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container_alert_mycourses .alert_mycourses h4{
  text-align: center;
}
.container_alert_mycourses .alert_mycourses span{
  text-align: center;
}
.container_alert_mycourses .alert_mycourses div{
  display: flex;
  gap: 10px;
}
.container_alert_mycourses .alert_mycourses div a{
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 4px rgb(189, 189, 248);
  border: 2px solid rgb(194, 193, 193);
  color: #ffffff;
}
.container_alert_mycourses .alert_mycourses div a:first-child{
  background: #0ea5e9;
  border: none;
}
.container_alert_mycourses .alert_mycourses div a:last-child{
  color: #000;
  background: #f3f3f3;
}
.container_alert_mycourses .alert_mycourses div a:hover{
  box-shadow: none;
}
.contianer_card div{
  border: 2px solid rgb(214, 214, 214);
  background-color: rgba(236, 236, 236, 0.795);
}
.container_card_conur{
  border: 2px solid rgb(214, 214, 214) !important;
  background-color: rgb(255, 255, 255) !important;
}
.container_card_conur div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contianer_body_card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contianer_body_card a:last-child{
  background-color: #0ea5e9;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgb(175, 175, 175);
  padding: 5px 20px;
  color: white;
}

/* container_Ad_Here */
.section_Ad_Here{
  padding-top: 20px;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
.container_Ad_Here{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.container_Ad_Here p{
  color: #000;
  width: 80%;
  text-align: center;
}
.container_Ad_Here a{
   color: #fafafa;
   background-color: #0ea5e9;
   border: 1px solid #6fc5ec;
   padding: 10px 50px;
   border-radius: 20px;
   width: fit-content;
   margin-left: 20px;
   margin-top: -40px;
}
.container_Ad_Here a:hover{
  transform: scale(1.009);
}
.container_Ad_Here div{
 background-image: linear-gradient(15deg, #ffffff 0%, #dcf3f1 100%);
 border-radius: 10px;
 box-shadow: 1px 1px 4px rgb(180, 180, 180);
 padding: 20px;
 display: flex;
 flex-direction: column;
}
.container_Ad_Here div img{
  margin: auto;
}
/* page test skills */
.container_header_title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px;
}
.container_header_title p{
  font-size: 16px;
  margin-top: 10px;
}


/*  */
.contianer_info_test{
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.contianer_info_test a,.contianer_info_test #btn_back_lesson{
  color: rgb(0, 0, 0);
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 1px 1px 6px rgb(201, 201, 201);
}
.contianer_info_test a:hover{
  box-shadow: none;
  background: #ebebeb;
}
.contianer_info_test #btn_back_lesson:hover{
  box-shadow: none;
  background: #ebebeb;
}
.contianer_info_test .header_test div .contianer_test_clock{
  height: auto;
  background: #00000000 !important;
  border: none;
  
}
.contianer_info_test .header_test div .contianer_test_clock img{

 animation: clockRotate 2s linear infinite;
}

@keyframes clockRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.test_skills{
  width: 100% !important;
  height: auto !important;
  border: none;
  box-shadow: none;
  padding-top: 100px;
}
.section_test{
  background-color: #e9f4fd;
}
.section_test .container_section_test{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.section_test .container_section_test .header_section_test{
  text-align: center;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section_test .container_section_test .container_card_tests{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.container_card_tests .card_tests{
  width: 300px;
  background: #ffffff;
  box-shadow: 2px 2px 12px rgb(202, 202, 202);
  border: 1px solid rgb(196, 196, 196);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
}
.container_card_tests .card_tests .header_card{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.container_card_tests .card_tests p{
  font-size: 16px;
  text-align: center;
}
.container_card_tests .card_tests a{
  background-image: linear-gradient(15deg, #579ac0 0%, #80d0c7 100%);
  padding: 10px 30px;
  border-radius: 20px;
  color: #ffffff;
  box-shadow: 1px 1px 7px rgb(138, 138, 138);
}
.container_section_test .container_button a{
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  padding: 10px 30px;
  border-radius: 20px;
  color: #ffffff;
  box-shadow: 1px 1px 7px rgb(138, 138, 138);
}
.container_section_test .container_button a:hover{
  box-shadow:none;
}
.container_card_tests .card_tests a:hover{
  box-shadow:none;
}
.container_card_tests .card_tests .header_card img{
  width: 100px;
}
.container_card_tests .card_tests .header_card span{
  font-size: 20px;
  font-weight: 700;
}
.avatar_user{
  width: 45px;
  border-radius: 30px;
}
.left_avatar_user{
  margin-right: auto !important;
  margin-left: 20px;
}
.right_avatar_user{
  margin-left: auto !important;
}
.container_info_cours{
  background: #edf7fd;
  display: flex;
  flex-direction: row;
  color: black;
  border-radius: 8px;
  padding: 2px;
  box-shadow: 1px 1px 5px rgb(146, 146, 146);
}
.container_info_cours .card_info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px 5px;
}
.container_info_cours .card_info div{
  width: fit-content;
  text-align: center;
}
.container_info_cours .card_info .span_value{
  font-weight: 700;
}
.i_Cours_actifs{
  background: #80b7f5;
  padding: 5px;
  border-radius: 5px;
}
.i_Cours_termines{
  background: #80f5ef;
  padding: 5px;
  border-radius: 5px;
}
.i_Progression_moyenne{
  background: #f1f088;
  padding: 5px;
  border-radius: 5px;
}
.container_info_cours .card_info:nth-child(2n){
  border-left:1px solid rgb(114, 114, 114);
  border-right:1px solid rgb(114, 114, 114);
}
.card_info_span_text{
  font-size: 14px;
}
/* daily Chart */
.container_dailyChart{
  display: flex;
  justify-content: center;
}
.container_dailyChart div{
  width: 100%;
  border: 1px solid rgb(182, 182, 182);
  background-color: white;
  padding: 20px;
  box-shadow: 1px 1px 5px rgb(204, 204, 204);
  border-radius: 10px;
}
.container_dailyChart div canvas{
  width: 100%;
}
.container_link_social_media{
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.container_link_social_media a{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  color: #00B0FF !important;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 40px;
  box-shadow: 1px 1px 5px rgb(212, 212, 212);
  cursor: pointer;
}
.container_link_social_media a:hover{
  background: #00B0FF;
  color: #f3f3f3 !important;
}
.Ressources_link{
  color: #000 !important;
  font-weight: 500;
  font-size: 17px;
}
.Ressources_link:hover{
  color: #00B0FF !important;
  font-weight: 600;
}
.span_footer_text{
  color: #000 !important;
}
.wave-container {
    position: relative;
    width: 100%;
    line-height: 0;
}

.wave-container svg {
    display: block;
    width: 100%;
    height: 70px;
}
.wave-container svg path {
    fill: #80d0c7;
}
.container_footer{
  background: #80d0c763;
  padding-top: 0 !important;
  margin-top: 20px !important;
}
.button_show_comment{
  padding: 10px 20px;
  border: 1px solid rgb(180, 180, 180);
  box-shadow: 1px 1px 7px rgb(173, 173, 173);
  border-radius: 10px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button_show_comment i{
  font-size: 25px;
  margin: 0 4px;
  color: #00BFA6;
}
.button_show_comment:hover{
  box-shadow: none;
  background-color: #f7f7f7;
  cursor: pointer;
}

/* alert commentaires */
.container_comment{
  background: #00000070;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.container_comment .divcomment{
  background: #ffffff;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: 1px 1px 5px rgb(121, 120, 120);
  width: 50%;
  border-radius: 15px;
  height: 80vh;
  position: relative;
}
.container_comment .divcomment .header_container_comment{
  height: 10%;
  background-color: #00BFA6;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.container_comment .divcomment .header_container_comment i{
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.container_comment .divcomment .body_container_comment{
  height: 90%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer_container_comment{
  padding: 8px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: white;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid rgb(204, 204, 204);
}
.footer_container_comment input{
  width: 70%;
  border-radius: 40px;
  padding: 10px 20px;
  border: 2px solid #00BFA6;
  box-shadow: 1px 1px 4px #a3f0e5;
}
.footer_container_comment span i{
  font-size: 25px;
  color: #00BFA6;
}
.footer_container_comment span{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(192, 192, 192);
  width: 50px;
  height: 50px;
  border-radius: 70px;
  box-shadow: 1px 1px 4px rgb(219, 219, 219);
}
.footer_container_comment span:hover{
  background-color: #00BFA6;
  box-shadow: none;
}
.footer_container_comment span:hover i{
  color: white !important;
}
.commentaires{
  width: 100%;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 150px;
}
.commentaires .comment{
  border: 1px solid rgb(226, 226, 226);
  box-shadow: 1px 1px 4px rgb(194, 193, 193);
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}
.commentaires .comment .header_comment{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.commentaires .comment .header_comment .info_user{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.commentaires .comment .header_comment .btn_comment span{
   border: 1px solid rgb(231, 231, 231);
   background-color: #f3f3f3;
   padding: 4px 10px;
   border-radius: 30px;
   font-size: 13px !important;
   cursor: pointer;
}
.commentaires .comment .header_comment .btn_comment span i{
  color: #00BFA6;
}
.commentaires .comment .header_comment .info_user p{
  font-size: 13px;
}
.commentaires .comment .header_comment .info_user span{
  font-size: 18px;
}
.commentaires .comment .header_comment .info_user .info_user_avatar{
  background: #ffffff00;
  border: 2px solid rgb(218, 218, 218);
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d2fdf8;
}
.commentaires .comment .dody_comment{
  padding: 5px 30px;
}
.image_text{
  width: 150px;
  height: 100px;
}
.button_whatsapp{
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.button_whatsapp img{
  width: 50px;
  box-shadow: 1px 1px 4px rgb(151, 151, 151);
  border-radius: 50px;
}
.contianer_test_info{
  margin-left: auto;
}
.container_header{
  display: flex;
}
.header_main_courses{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.container_filter{
  display: flex;
  align-items: center;
  border: 1px solid rgb(168, 167, 167);
  box-shadow: 1px 1px 7px rgb(214, 214, 214);
  padding-right: 15px;
  border-radius: 15px;
  gap: 25px;
}
.container_serch{
  border: 1px solid rgb(168, 167, 167);
  box-shadow: 1px 1px 7px rgb(214, 214, 214);
  padding: 6px 25px;
  padding-left: 4px;
  border-radius: 15px;
  display: flex;
  align-items: center !important;
}
.container_serch form i{
  border: none;
  color: #0ea5e9;
  background-color: white;
  font-size: 23px;
}
.container_serch form input{
  border: none;
  padding: 6px !important;
  outline: none;
}
.container_serch form input:active{
  border: none;
  outline: none;
}
.container_serch form input:focus{
  border: none;
  outline: none;
}
.container_type span{
  background-color: #929090;
  height: 100%;
  padding: 12px;
  border-radius: 13px 0 0 13px;
}
.container_type select{
  border: none;
  outline: none;
}
.container_type{
  padding: 10px 0;
}
.container_filter button{
  border: 1px  solid rgb(219, 219, 219);
  background-color: #f8ab37;
  padding: 6px 15px;
  border-radius: 10px;
  color: #f8f7f7;
}
.container_status{
  display: flex;
  align-items: center;
  gap: 5px;
}
.container_status span{
  color: #0f0f0f;
  padding: 6px;
  border-radius: 10px;
  cursor: pointer;
}

.container_status_active{
  color: #ffff !important;
  background-color: #f8ab37;
}
.container_image_emty_cours{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container_image_emty_cours span{
  font-size: 23px;
  font-weight: 600;
}
.continer_card_code{
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.container_nevo{
  display: flex;
  flex-direction: row !important;
  align-items: center !important;
  gap: 5px;
}
.container_nevo .d1{
  background-color: #f1c480;
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.container_nevo .d2{
  background-color: #f0b256;
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.container_nevo .d3{
  background-color: #f8ab37;
  width: 10px;
  height: 10px;
  margin: 0 !important;
}
.continer_card_code a{
  display: inline-block !important;
  margin: auto !important;
  text-align: center;
  width: fit-content;
  background: #5378f0;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
}
.container_long_text_code{
  border: 1px solid rgb(184, 184, 184);
  padding: 5px 15px;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content:flex-start;
  gap: 8px;
  border-radius: 10px;
}
.score_user{
   width: 100%;
   padding: 10px 20px;
   display: flex;
   flex-direction: column;
}
.score_user span{
   color: #000000 !important;
}
.progres_level{
   height: 8px;
   width: 100%;
   background: #d1d1d1;
   border-radius: 5px;
}
.progres_level div{
   height: 100%;
   border-radius: 5px;
   background-color: #45e425;
}
.span_xp{
   margin-left: auto;
   margin-bottom: -15px;
}
.span_xp span i{
  color: #004ffa;
}
.span_level{
   color: #45e425 !important;
   font-weight: 600;
   display: flex;
   gap: 7px;
   align-items: center;
}
.icone_lavel{
   background: #45e425;
   height: 30px;
   width: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 20px;
   padding: 0;
}
.icone_lavel i{
   font-size: 13px;
}
.container_tentatives{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top:1px solid #c0c0c0 ;
  border-bottom:1px solid #c0c0c0 ;
  width: 100%;
  margin: 15px 0;
  padding: 5px;
  cursor: pointer;
}
.container_tentatives span{
  font-size: 14px;
  color: #000 !important;
}
.container_model_card_heart{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #00000086;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.container_model_card_heart .model_card_heart{
  background: radial-gradient(circle, #181818f6 0%, #070707ec 100%);
  color: white;
  padding: 20px 30px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;

}
.container_model_card_heart .model_card_heart .body_card_heart{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
}
.container_model_card_heart .model_card_heart .body_card_heart .Next_heart_in{
  margin: 0 auto;
}
.container_model_card_heart .model_card_heart .body_card_heart p{
  text-align: center;
  color: #fcfafa;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_hearts{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_model_card_heart .model_card_heart .header_card_heart{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  border-bottom: 2px solid rgb(95, 95, 94);
  padding-bottom:15px ;
}
.container_model_card_heart .model_card_heart .header_card_heart .btn_close_model_heart{
  position: absolute;
  top: 5px;
  right: 5px;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 2px solid rgb(95, 95, 94);
  border-radius: 30px;
  gap: 5px;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons a{
  display: flex;
  justify-content:space-between;
  padding: 7px 10px;
  border-radius: 10px;
  color: white;
  border: 1px solid rgb(146, 146, 146);
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons a:hover{
  opacity: 0.8;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons form button:hover{
  opacity: 0.8;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons form{
  width: 100%;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons form button{
  display: flex;
  justify-content:space-between;
  padding: 7px 10px;
  border-radius: 10px;
  color: white;
  border: 1px solid rgb(146, 146, 146);
  width: 100%;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons .b1{
  background: radial-gradient(circle, #f34c4cde 0%, #fc2121af 100%);
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons .b2{
    background: radial-gradient(circle, #76c1ff 0%, #5186fa 100%);
}
.container_model_card_heart .model_card_heart .body_card_heart .container_buttons .b3{
  background: radial-gradient(circle, #4aaa0af8 0%, #83ff0f98 100%);
}
.span_time_next_heart{
  font-size: 25px;
  font-weight: 600;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_timer_hearts{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.container_model_card_heart .model_card_heart .body_card_heart .container_timer_hearts img{
  width: 40px;
    animation: spin2 8s linear infinite;
}

@keyframes spin2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
  }

.pulseHeart{
  animation: heart 1s ease-in-out infinite alternate;
}

@keyframes heart {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.container_buttons .btn_Continue_learning{
  justify-content: center !important;
  align-items: center;
  padding: 20px !important;
} 

/*  */
.container_user_prog{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background: #ebebeb;
  width: fit-content !important;
  gap: 100px;
  padding: 10px;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 1px 1px 5px rgb(204, 204, 204);
}
.container_progress,.container_xp{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content !important;
  gap: 20px;
}
.container_progress .progres{
  width: 200px !important;
  background: #c4c4c4;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgb(175, 175, 175);
}
.container_progress .progres div{
  background: #19e712 !important;
  height: 10px;
  border-radius: 8px;
}
.container_progress img{
  width: 40px; 
}
.a_tester_a_neuveau{
  background: #00bf40 !important;
}
.diamond{
  opacity: 0;
  transform: translateY(80px) scale(0.5);
  animation: riseUp 0.8s ease-out forwards;
  z-index: 99999;
}

@keyframes riseUp {
  0% {
    opacity: 0;
    transform: translateY(80px) scale(0.5);
  }

  60% {
    opacity: 1;
    transform: translateY(-10px) scale(1.1);
  }

  80% {
    transform: translateY(5px) scale(0.95);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

#btn_Continue_learning{
  padding: 10px;
  border-radius: 15px;
  box-shadow: 1px 1px 4px rgb(143, 143, 143);
}
#btn_Continue_learning:hover{
  box-shadow: none;
}
#bell{
  cursor: pointer;
}
.container_bell{
  position: relative;
  display: flex;
  justify-content: center;
}
.container_card_notifications{
  position: absolute;
  top: 30px;
  background-color: white;
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid rgb(235, 235, 235);
  box-shadow: 1px 1px 5px rgb(216, 216, 216);
  display: none;
  background-image: url("/images/backgroundattern.svg");
}
.card_notifications{
  display: flex;
  flex-direction: column;
  align-items: center !important;
  gap: 5px;
  min-height: 250px;
  overflow-y: auto;
}
.notification{
  border: 1px solid rgb(201, 201, 201);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px rgb(175, 175, 175);
  text-align: start;
  background-color: rgba(243, 243, 243, 0.726);
}
.container_card_notifications form button{
  border: 1px solid rgb(219, 219, 219);
  box-shadow: 1px 1px 4px rgb(201, 201, 201);
  border-radius: 8px;
  padding: 5px 20px;
  color: red;
  background: #e0e0e0;
}
.container_card_notifications form button:hover{
  background: #ececec;
  box-shadow: none;
}
