@import url(./font.css);


html {
  height: 100%;
}

body {
  height: 100%;
}
.pp {
  border: 1px solid red;
}
/* Navbar */
#home__navigation .logo {
  vertical-align: initial;
  width: 89px;
  height: 25px;
}

#home__navigation .menu {
  padding-left: 7.321vw;
  padding-right: 7.321vw;
  margin-top: 20px;
}

#home__navigation ul li a {
  font-family: Poppins-SemiBold;
  font-size: 16px;
  font-weight: 900;
  color: #1e2037;
  margin-right: 16px;
  cursor: pointer;
}

#home__navigation .navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem;
}

#home__navigation .navbar-light .navbar-toggler {
  color: #16697a;
  border-color: #16697a;
}

/*#home__navigation ul li:nth-child(8) a {
  font-family: Poppins-SemiBold;
  color: #16697a;
  font-size: 16px;
  border-radius: 12px;
  border: 2px solid #16697a;
  padding: 8px 28px;
}
*/

#home__navigation ul li:nth-child(9) a {
  font-family: Poppins-SemiBold;
  color: #ffffff;
  font-size: 16px;
  border-radius: 12px;
  border: 2px solid #16697a;
  background-color: #16697a;
  padding: 8px 28px;
  margin-right: 0px;
}

#home__navigation .active-page {
  color: #069a8e;
}

/* Section Search researcher */
#search__researcher {
  position: relative;
}
#search__researcher .icons-left {
  position: absolute;
  top: calc(calc(0.9rem + 0.8rem) + 0.8rem + 0.8rem);
  /* left: calc(calc(4.9rem + 0.8rem) + 0.8rem + 0.8rem); */
  left: calc(10% / 2);
  z-index: 1;
}
#search__researcher .icons-right {
  position: absolute;
  top: calc(calc(0.9rem + 0.8rem) + 0.8rem + 0.8rem);
  left: calc(154% / 2);
  /* left: calc(calc(80.9rem + -5.2rem) + 0.8rem + 0.8rem); */
  z-index: 1;
}

#search__researcher .searching {
  background: url(../img/75999.svg) no-repeat 5%;
  background-size: cover;
/* padding-bottom: 290px;; */
  margin-top: 50px;
  /* height: 71vh; */
}

#search__researcher .researcher {
  text-align: center;

}

#search__researcher .title-researcher {
  font-family: Poppins-Bold;
  font-size: 45px;
  color: #ffff;
  text-align: center;
  padding-top: 85px;
}

#search__researcher .form-searching {
  text-align: center;
  margin-top: 40px;
}

#search__researcher .all-filtres {
  display: flex;
  gap: 25px;
  margin-top: 50px;
  justify-content: center;
}

#search__researcher .location {
  display: flex;
  gap: 15px;
  justify-content: center;

}

#search__researcher .input-search-researcher{
  border: 1px #16697a solid;
  border-radius: 10px;
  background-color: white;
  background-image: url(../img/loop.svg);
  background-position: -42px center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 65px;
  outline: none;
  font-family: Poppins-Light;
  font-size: 18px;
  color: #343434;
  width: 100%;
}

#search__researcher .input-location {
  width: 70%;
}

#search__researcher .btn-search {
  background-color: #069A8E;
  color: #ffffff;
  font-family: Poppins-Regular;
  font-size: 18px;
  border-radius: 10px;
  padding-left: 42px;
  padding-right: 32px;
}

#search__researcher .btn-search img {
  margin-left: 22px;
}

#search__researcher .dropdown-toggle::after {
  content: none !important;
}

#search__researcher .btn-discipline-location {

  background-color: #ffffff;
  color: #1e2037;
  font-family: Poppins-Regular;
  font-size: 18px;
  border-radius: 10px;
  padding-right: 14px;
  width: 170px;
}

#search__researcher .form-check-label {
  margin-left: 2px;
  margin-bottom: 6px;
  color: #1e2037;
  font-family: Poppins-Regular;
  font-size: 16px;
}

#search__researcher .form-check-input[type="checkbox"] {
  border-radius: 3px;
  border: 2px solid #16697a !important;
}

#search__researcher .form-check-input:checked[type="checkbox"] {
  background-size: 20px;
}

#search__researcher .menu-discipline {
  padding-left: 12px;
  padding-top: 15px;
  padding-right: 8px;
  height: 124px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 64px !important;
}

#search__researcher .dropdown-menu {
  min-width: 10.6rem;
}
#search__researcher .form-check-input:checked {
  background-color: #16697a;
}

#search__researcher .btn-icon-left {
  margin-right: 6px;
  margin-top: -4px;
}

#search__researcher .btn-icon-arrow-labs {
  margin-left: 42px !important;
}

#search__researcher .btn-icon-arrow {
  margin-left: 8px;
}

#search__researcher .custom-btn {
  height: 58px;
  width: 166px;
}

#search__researcher .input-contry {
  border: 1px #16697a solid;
  border-radius: 10px;
  background-color: white;
  background-image: url(../img/location__contry.svg);
  background-position: -42px center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 65px;
  outline: none;
  font-family: Poppins-Light;
  font-size: 18px;
  color: #343434;
  width: 100%;
}

#search__researcher .custom-width {
  width: 19%;
}

/* Data List*/
.flexdatalist-results {
  /* top: 487.5px !important; */
  border: none !important;
  border-color : none !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.flexdatalist-results li.active {
  background: #069A8E !important
}

/* End Data List*/


/*Section List researcher*/
.list__researcher .listed-researcher {
  display: flex;
  gap: 35px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
    }
.list__researcher .title-of-researchers {
  color: #1e2037;
  font-family: Poppins-Bold;
  font-size: 45px;
}

.list__researcher .number-of-researchers {
  color: #1e2037;
    font-family: Poppins-Regular;
    font-size: 18px;
    margin-top: 12px;

 
}
.list__researcher .all-researcher {
  display: flex;
  margin-top: 112px;
  padding-left: 7.321vw;
  padding-right: 7.321vw;
  gap: 36px;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.list__researcher .card-researcher {
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 5px;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
  background-color: #ffffff;
  width: 30.1%;
  margin-bottom: 90px;
}

.list__researcher .card-researcher:hover {
  box-shadow: 0px 10px 59px -17px rgba(0, 0, 0, 0.1);
  background-color: #F5FDFF;
}

.list__researcher .details-researcher {
  margin-left: 26px;
  padding-right: 10px;
}

.list__researcher .img-student {
  width: 30%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -3.167vw;
}

.list__researcher .name-researcher {
  font-size: 18px;
  font-family: Poppins-Bold;
  color: #1E2037;
  margin-top: 15px;
}

.list__researcher .resume {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.list__researcher .image-specialty {
  width: 22px;
  height: 22px;
}

.list__researcher .title {
  font-size: 15px;
  text-align: initial;
  color: #A1A1A1;
  font-family: Poppins-Regular;
  margin: 0;
  padding: 0;

}

.list__researcher .tags {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 30px;
}

.list__researcher .tags-job {
  display: flex;
  text-decoration: none;
  border-radius: 10px;
  gap: 8px;
  padding: 8px 12px 8px 14px;
  cursor: pointer;
}

.list__researcher .name-tag {
  font-family: Poppins-Regular;
  color: #5a5a5a;
  font-size: 15px;
  margin: 0;
}
/*Pagination*/
#labs__pagination__search .pagination {
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 28px;
}

#labs__pagination__search .page-item.active .page-link {
  background-color: #16697a;
  border-color: #16697a;
  color: #ffffff;
  margin-right: 6px;
  font-family: Poppins-Regular;
  font-size: 16px;
}

#labs__pagination__search .page-item .page-link {
  background-color: #ffffff;
  color: #16697a;
  font-family: Poppins-Regular;
  font-size: 16px;
}

#labs__pagination__search .page-item.disabled .page-link {
  color: #6c757d;
  font-size: 16px;
  font-family: Poppins-Regular;
}

/*Footer*/
#home__footer .our-links {
  background-color: #212121;
  color: #ffffff;
  display: flex;
  padding-right: 7.321vw;
  padding-left: 7.321vw;
  padding-top: 80px;
  padding-bottom: 10px;
}

#home__footer .description-labhub {
  width: 30%;
  padding-right: 15px;
}

#home__footer .details-link {
  width: 18%;
  padding-right: 15px;
}

#home__footer .contact-us {
 
  padding-right: 15px;
}

#home__footer .description-labhub p:nth-child(1) {
  font-family: Poppins-ExtraBold;
  font-size: 24px;
}

#home__footer .description-labhub p:nth-child(2) {
  font-family: Poppins-Regular;
  font-size: 16px;
  line-height: 28px;
}

#home__footer .details-link p:nth-child(1) {
  font-family: Poppins-ExtraBold;
  font-size: 16px;
}

#home__footer .custom-links {
  font-family: Poppins-Regular;
  font-size: 16px;
}

#home__footer .contact-us p:nth-child(1) {
  font-family: Poppins-ExtraBold;
  font-size: 16px;
}

#home__footer .number-phone {
  display: flex;
}

#home__footer .number-phone p {
  font-family: Poppins-Regular;
  font-size: 16px;
  margin: 10px 15px;
}

#home__footer .email p {
  font-family: Poppins-Regular;
  font-size: 16px;
  margin: 10px 15px;
}

#home__footer .email {
  display: flex;
}

#home__footer .social-media {
  padding-top: 25px;
  background-color: #212121;
  color: #ffffff;
  display: flex;
  padding-right: 7.321vw;
  padding-left: 7.321vw;
  padding-bottom: 30px;
}

#home__footer .copyrigt {
  width: 50%;
}

#home__footer .social-media-img {
  width: 50%;
  text-align: right;
}

#home__footer .social-media-img img {
  margin: 0 15px;
}

#home__footer .social-media .copyrigt p {
  font-family: Poppins-Regular;
  font-size: 16px;
}
/*Media query */
@media (max-width: 1400px) {
  #home__navigation ul li a {
    margin-right: 12px;
  }

  #search__researcher .searching {
    height: 68vh;
  }

  #search__researcher .location {

    justify-content: flex-start;
    padding-left: 170px;
  }

  #search__researcher .input-location {
    width: 67%;
  }

  #search__researcher .all-filtres {
    /* padding-left: 188px; */
    justify-content: center;
    padding-left: 8px;
  }

  #search__researcher .custom-width {
    width: 16%;
  }
  #search__researcher .icons-right {
    left: calc(calc(69.9rem + -5.2rem) + 0.8rem + 0.8rem);
  }
}


@media (max-width: 1200px) {
  #home__navigation ul li:nth-child(8) a {
    padding: 8px 25px;
  }

  #home__navigation ul li:nth-child(9) a {
    padding: 8px 25px;
  }

  /* #search__researcher .searching {
    height: 57vh;
  } */

  #search__researcher .location {
    justify-content: center;
    padding-left: 0;
  }
#search__researcher .icons-right {
  left: calc(calc(58.9rem + -5.2rem) + 0.8rem + 0.8rem);
  z-index: 1;
}

#search__researcher .icons-left {
  left: calc(calc(-1.1rem + 0.8rem) + 0.8rem + 0.8rem);
  z-index: 1;
}
  .list__researcher .details-researcher {

    margin-left: 16px;
  }
  #home__footer .description-labhub {
    width: 100%;
    margin-bottom: 35px;
  }

  #home__footer .details-link {
    width: 100%;
    margin-bottom: 35px;
  }

  #home__footer .contact-us {
    width: 100%;
    margin-bottom: 35px;
  }
  #search__researcher .all-filtres {
    padding-left: 0px;
  }
  #search__researcher .input-university {
    padding: 12px 20px 12px 50px;
    background-position: -30px center;
}
#search__researcher .input-contry {
  padding: 12px 20px 12px 50px;
    background-position: -30px center;
}
}


@media (max-width: 1100px) {
  #home__navigation ul li a {
    margin-right: 6px;
  }

  #home__navigation ul li:nth-child(8) a {
    padding: 8px 16px;
  }

  #home__navigation ul li:nth-child(9) a {
    padding: 8px 16px;
  }
  
  #home__footer .our-links {
    display: block;
    text-align: center;
  } 

   #home__footer .number-phone {
    display: block;
  }

  #home__footer .email {
    display: block;
  } 

  #home__footer .social-media {
    text-align: center;
    display: block;
  } 

  #home__footer .social-media-img {
    text-align: center;
  }

#home__footer .copyrigt {
    width: 100%;
}


#home__footer .social-media-img {
    width: 100%;
}
}

@media (max-width: 991px) {

  #home__navigation ul li:nth-child(8) a {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 0px;
  }

  #home__navigation ul li:nth-child(9) a {
    margin-right: 0px;
    text-align: center;
  }
  #search__researcher .icons-left, .icons-right {
    display: none;
    z-index: 1;
  }
  #search__researcher .title-researcher {
    padding-top: 60px;
  }

  #search__researcher .searching {
    background: none;
    background-color: #3282B8;
    height: fit-content;
    padding-bottom: 45px;
  }

  #search__researcher .input-location {
    width: 100%;
    margin-bottom: 20px;
  }

  #search__researcher .input-search-researcher {
    width: 80%;
  }

  #search__researcher .location {
    display: block;
  }

  #search__researcher .btn-search {
    width: 80%;
    height: 53px;
  }

  #search__researcher .all-filtres {
    display: block;
    margin-top: 20px;
  }

  #search__researcher .btn-discipline-location {
    width: 80%;
    height: 53px;
  }

  #search__researcher .btn-group {
    display: block;
    text-align: -webkit-center;
    margin-bottom: 20px;
  }

  #search__researcher .dropdown-menu {
    position: initial;
  }

  #search__researcher .menu-discipline {
    margin-top: 10px !important;
    margin-bottom: 10px;
    width: 80%;
  }

  #search__researcher .custom-width {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* #search__researcher .btn-icon-arrow-labs {
    margin-left: 8px !important;
  } */
  /* .flexdatalist-results {
    top: 991px !important
  } */

  .list__researcher .all-researcher {
    gap: 14px;
  }
  .list__researcher .card-researcher {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #home__navigation .menu {
    padding-left: 5.321vw;
    padding-right: 5.321vw;
  }

  .list__researcher .card-researcher {
    width: 100%;
    margin-bottom: 120px;
  }

  .list__researcher .img-student {
    margin-top: -11.167vw;
  }

  .list__researcher .resume {
    display: block;
  }
  .list__researcher .tags {
    justify-content: center;
  }
  .list__researcher .listed-researcher {
    display: block;
    text-align: center;
  }
  .list__researcher .title {
    text-align: inherit;
  }
}

@media (max-width: 500px) {
  #home__footer .social-media-img img {
    margin: 0px 5px;
  }
}


@media screen and (max-height: 900px) {
  #search__researcher .icons-left {
    top: 9px;
  }
 
}


#home__footer #scrollToTopBtn {
  background-color: #069a8e;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 48px;
  width: 48px;
  aspect-ratio: 1;
  position: fixed;
  right: 30px;
  bottom: 15px;
  border: none;
  visibility: hidden;
}

#home__footer #scrollToTopBtn::before {
  content: "";
  position: absolute;
  inset: 30%;
  transform: translateY(20%) rotate(-45deg);
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
}

#search__researcher .input-search-interest{
  border: 1px #16697a solid;
  border-radius: 10px;
  background-color: white;
  background-image: url(../img/star.svg);
  background-position: -42px center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 65px;
  outline: none;
  font-family: Poppins-Light;
  font-size: 18px;
  color: #343434;
  width: 100%;
}

/* Style the Select2 container */
#search__researcher .select2-container--default .select2-selection--single {
  border: 1px #16697a solid;
  border-radius: 10px;
  background-color: white;
  padding: 12px 20px 12px 65px;
  outline: none;
  font-family: Poppins-Light;
  font-size: 18px;
  color: #343434;
  width: 100%;
  height: 50px;
  line-height: 50px; /* Ensures the text is vertically centered */
  padding: 0 20px; /* Adjust padding as needed */
  display: flex;
  box-sizing: border-box;
}
#div-search-pays .select2-container--default .select2-selection--single::before {
  background-image: url('../img/location__contry.svg');
}
#div-search-university .select2-container--default .select2-selection--single::before {
  background-image: url('../img/university-people.svg');
}
#div-search-department .select2-container--default .select2-selection--single::before {
  background-image: url('../img/business-department.svg');
}
#div-search-position .select2-container--default .select2-selection--single::before {
  background-image: url('../img/position__people.svg');
}
/* Add a background image before the text */
.select2-container--default .select2-selection--single::before {
  content: '';
  background-repeat: no-repeat;
  background-size: 24px 24px; /* Adjust size as needed */
  background-position: center;
  width: 40px; /* Adjust width to control spacing */
  height: 40px;
  position: relative;
  left: -10px; /* Adjust spacing from the left edge */
  top: 50%;
  transform: translateY(-50%); /* Vertically center the icon */
  pointer-events: none; /* Ensure it doesn't block clicks */
}

/* Adjust the text color */
#search__researcher .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  margin: 0; /* Remove default margin */
  color: #343434;
  font-family: Poppins-Light;
  font-size: 18px;
}

/* Remove the default arrow background */
#search__researcher .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

/* Add a hover effect */
#search__researcher .select2-container--default .select2-selection--single:hover {
  border-color: #0f4a5a;
}

a:link { text-decoration: none; }