@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* font-family: 'Roboto', sans-serif; */

body {
  margin: 0px;
  color: #333;
  overflow-x: hidden;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
a {
  color: rgba(0, 128, 0, 1);
}
.alert {
  padding: 0.5rem 1.25rem;
}
button,
button:focus,
a,
a:focus {
  outline: 0;
}
.feather {
  height: 16px;
  width: 16px;
}
label {
  margin-bottom: 0.1rem;
  color: #000;
}
label span {
  font-size: 11px;
  color: #555;
}
.custom-control-label {
  color: #555;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: green !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: green !important;
  background-color: green !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.single-result {
  border: 1px solid #eee;
  border-radius: 4px;
}
.single-result strong {
  color: #333;
}

.badge {
  padding: 0 0.4em;
  font-weight: 400;
  line-height: 18px;
  font-size: 11px;
  height: 16px;
}

form {
  margin-bottom: 0;
}

.btn-group .btn {
  border: 1px solid #eee;
}
.btn-group .btn.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

/* pageLoader */
.pageLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
=====================
Common CSS
======================
*/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.img-responsive img {
  width: 100%;
}
.section-header h2 {
  color: #111;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.section-header.white h2 {
  color: #fff;
}
.section-header span {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #999;
  font-size: 12px;
}
#map {
  border-radius: 4px;
  width: 100%;
}
/*
================
Header
================
*/
body {
  top: 0 !important;
}

.main-menu-area {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.navbar-brand img {
  height: 35px;
}
#main-menu .nav-link {
  color: #000;
  font-weight: 500;
  padding: 0.7rem !important;
  transition: 0.5s ease-in-out;
}
#main-menu .dropdown-menu .dropdown-menu {
  position: static;
  border-radius: 0;
}
#main-menu .dropdown-menu ul,
#main-menu .dropdown-menu ul ul ul {
  background-color: #f5f5f5;
}
#main-menu .dropdown-menu ul ul,
#main-menu .dropdown-menu ul ul ul ul {
  background-color: #fff;
}
.dropdown-menu {
  padding: 0;
  border: 0;
  box-shadow: 0 3px 12px #d6e4f1;
}
#main-menu > ul > .dropdown > .dropdown-menu {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 4px;
  min-width: 13rem;
}
.dropdown-menu .nav-link,
.dropdown-menu a {
  transition: ease-in-out 0.3s;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400 !important;
  color: #555 !important;
  text-transform: capitalize;
  padding: 8px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.dropdown-menu li:first-child a,
.dropdown-menu > a:first-child {
  border-radius: 4px 4px 0 0;
}
.dropdown-menu li:last-child a,
.dropdown-menu > a:last-child {
  border-radius: 0 0 4px 4px;
}
.dropdown-menu a:hover,
.dropdown-menu a.active,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  color: green !important;
}
.nav-link.active,
.nav-link:hover {
  color: green !important;
}
.dropdown-menu a .feather {
  margin-right: 3px;
}
.subMenu a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.dropdown-menu:last-child {
  border-radius: 0 0 4px 4px !important;
}
.nav-item .nav-item:last-child {
  border-radius: 0 0 4px 4px !important;
}
.nav-item .nav-item:last-child a {
  border-bottom: 0;
}

/* progressbar */
.progress {
  height: 12px;
  font-size: 10px;
  border-radius: 33px;
}

/* bootstrap select */
.form-control {
  font-size: 13px;
  height: 40px;
  border: 1px solid #ededed;
}
.form-control::placeholder {
  color: #999;
}
.form-control:focus,
.show > .btn-light.dropdown-toggle,
.btn-light.dropdown-toggle:focus {
  border-color: rgba(0, 128, 0, 0.3);
  box-shadow: none !important;
}
.input-group-text {
  padding: 0.2rem 0.75rem;
  border: 1px solid #ededed;
  font-size: 13px;
  background-color: #fff;
}
.btn {
  height: 40px;
  line-height: 40px;
  padding: 0 1rem !important;
  font-size: 0.8125rem;
  text-decoration: none !important;
  border-radius: 0.15rem;
  border: 0;
  transition: 0.5s;
  display: inline-flex;
  align-items: center;
}

form button[type="submit"] {
  padding: 0 2rem;
}
.btn:disabled {
  cursor: not-allowed;
}
.btn.focus,
.btn:focus {
  box-shadow: none !important;
}
.bootstrap-select .dropdown-item {
  color: #555;
  transition: 0.5s;
  padding: 10px 15px;
  font-size: 13px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select .no-results {
  font-size: 13px;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #ededed;
}
.bootstrap-select .dropdown-menu {
  box-shadow: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #555;
  background-color: transparent;
}

.bootstrap-select .btn:focus {
  outline: none !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #555;
  background-color: transparent;
}

.form-control:read-only {
  background-color: #fff;
}
.withIcon {
  position: relative;
}
.withIcon span {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  color: #444;
}
.withIcon span:hover {
  background-color: #f5f5f5;
}

/* ===== Slider ===== */
.slider-area {
  position: relative;
  height: 400px;
}
.slider-area .preloader {
  position: absolute;
  top: 12px;
  right: 4px;
}
.search-area {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 500px;
}
.slider-item {
  height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.slider-item:after {
  content: "";
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    95.51deg,
    rgba(34, 34, 34, 0.45) 36.73%,
    rgba(34, 34, 34, 0) 63.29%
  );
  z-index: -1;
}
.slider-text h2 {
  font-weight: 700;
  color: #fff;
}
.slider-text {
  color: #ddd;
}
.banner-search div input {
  padding-left: 40px;
  padding-right: 40px;
  border: 0;
}
.banner-search > div > .feather {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #222;
}
.banner-search div .ssp {
  position: absolute;
  top: 12px;
  right: 12px;
}

.banner-search {
  position: relative;
  z-index: 1;
}
.banner-search .search-result {
  position: absolute;
  z-index: 2;
  left: 0;
  top: calc(100% + 12px);
  width: 100%;
}
.banner-search .list-group-area {
  position: relative;
  background: #fff;
  border-radius: 4px;
}
.banner-search .list-group-area:before {
  content: "";
  position: absolute;
  left: 40px;
  background-color: #fff;
  height: 14px;
  width: 14px;
  top: -7px;
  transform: rotate(45deg);
  z-index: -1;
}
.banner-search .list-group {
  max-height: 300px;
  overflow-y: auto;
}
.banner-search .list-group small {
  font-size: 12px;
}
.list-group-item {
  border: 0;
  padding: 20px;
}
.list-group-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.banner-search .list-group h6 {
  font-size: 14px;
}
/* ===== Owl Nav ===== */
#banner .owl-nav .owl-next,
#banner .owl-nav .owl-prev,
.group-slider .owl-nav .owl-next,
.group-slider .owl-nav .owl-prev,
.species-slider .owl-nav .owl-next,
.species-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  border-radius: 50%;
}
#banner .owl-nav .owl-next {
  right: -20px;
}
#banner .owl-nav .owl-prev {
  left: -20px;
}
.group-slider .owl-nav .owl-next,
.species-slider .owl-nav .owl-next {
  right: -20px;
}
.group-slider .owl-nav .owl-prev,
.species-slider .owl-nav .owl-prev {
  left: -20px;
}
.group-slider .owl-nav .owl-prev.disabled,
.group-slider .owl-nav .owl-next.disabled,
.species-slider .owl-nav .owl-prev.disabled,
.species-slider .owl-nav .owl-next.disabled {
  display: none;
}
/* 
=================
About
=================
*/
.single-about-type {
  border-radius: 10px;
  margin-bottom: 10px;
}
.single-about-type .icon img {
  height: 50px;
  margin-bottom: 8px;
}
.single-about-type .body h6 {
  font-weight: 500;
  color: #222;
}
.single-about-type .body p {
  margin-bottom: 0;
}
.single-about-type .icon .feather {
  height: 18px;
  width: 18px;
  color: rgba(250, 0, 0);
}

/* 
===============
group 
===============
*/
.single-group a {
  text-decoration: none;
  color: #555;
}
.single-group img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
.single-group h5 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #111;
}
.single-group .feather {
  color: green;
}
.single-group .body span {
  color: #777;
}

/* ======Home Species====== */
.single-species {
  border: 1px solid #e7e7ec !important;
  box-shadow: 0 0.5rem 0.937rem rgba(140, 152, 164, 0.1) !important;
  border-radius: 10px;
  margin-bottom: 30px;
}
.owl-item .single-species {
  margin-bottom: 0;
}
.single-species a {
  text-decoration: none;
  color: #555;
}
.single-species h6 {
  margin: 8px 0 5px;
  font-size: 14px;
}
.single-species img {
  height: 150px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.single-species .img {
  position: relative;
}
.single-species .img span {
  position: absolute;
  bottom: -15px;
  right: 20px;
  height: 30px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: green;
  border-radius: 33px;
}
.single-species .img span .feather {
  margin-right: 5px;
}
.single-species .body {
  padding: 10px;
}
.sp-footer {
  padding: 10px;
  border-top: 1px solid #e7e7ec !important;
}
.sp-footer span {
  color: #777;
  font-size: 12px;
}
.sp-footer span .feather {
  color: green;
  height: 14px;
  margin-top: -4px;
}

/* =======Species Profile====== */
#species-profile {
  background-color: #fdfdfd;
}
.profile-title li {
  font-size: 16px;
}
.profile-img a {
  color: #555;
  text-decoration: underline;
}
.profile-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  height: 300px;
}
.profile-img img {
  max-width: auto;
  width: 100%;
  height: 100%;
  max-height: auto;
  object-fit: contain;
}
@media (max-width: 600px) {
  .profile-img {
    height: auto;
  }
  .profile-feature ul {
    margin-bottom: 15px;
  }
}
.profile-img .img .author {
  font-size: 11px;
}
.profile-img .img .author strong {
  color: #111;
}
.profile-img .icon img {
  width: auto;
  max-width: 100%;
}
.profile-feature ul {
  padding: 0;
}
.species-body h6 {
  font-size: 14px;
}
.body-part h6 {
  padding: 8px;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
.body-part h6 span {
  font-weight: 400;
}
.body-part.sequences img {
  height: 35px;
}

/* ===== Partner ===== */
.partner-area {
  border-radius: 10px;
}
.single-partner a img {
  width: auto !important;
  height: 56px;
  margin: 0 auto 8px auto;
}
.single-partner a {
  text-decoration: none;
}
.single-partner h6 {
  font-size: 14px;
  margin-bottom: 0;
}

/* ===== Events ===== */
.page,
.events {
  position: relative;
}
.current-event {
  border-radius: 4px;
  background-color: #fff;
}
.current-event .img {
  position: relative;
}
.current-event img {
  border-radius: 4px;
  max-height: 315px;
  object-fit: cover;
}
.current-event .img .btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.current-event-content h5 a {
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.current-event-content ul li {
  margin-bottom: 5px;
}
.current-event-content ul li .feather,
.single-prev-event .media-body p .feather {
  color: green;
  margin-top: -3px;
}

/* 
=================
News
=================
*/
.single-news {
  margin-bottom: 30px;
  background-color: #fff;
}
.single-news a {
  text-decoration: none;
}
.single-news img {
  width: 100%;
  border-radius: 4px;
  height: 150px;
  object-fit: cover;
}
.single-news .body {
  color: #555;
}
.single-news .body span {
  color: #777;
  display: inline-block;
  margin-bottom: 8px;
}
.single-news .body span .feather {
  position: relative;
  top: -2px;
  color: green;
}
.single-news .body h6 {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.single-news .links > a,
.links a,
.single-news .links .nav-link {
  color: green;
  text-decoration: none;
}

/*
==============
Footer
==============
*/
footer {
  font-size: 13px;
}
.footer-logo img {
  width: 80px;
}
.footer-logo p {
  color: #555;
}
.single-footer-content h3 {
  font-size: 15px;
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-footer-content ul li a,
.contact-info li,
.footer-logo ul li a {
  color: #555;
  display: block;
  padding: 8px 0;
  font-size: 13px;
  text-decoration: none;
}
.single-footer-content li img {
  width: 16px;
  margin-right: 5px;
}

.single-footer-content ul li a i {
  width: 15px;
  display: inline-block;
}
.copyright-area {
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.copyright p {
  margin: 0;
}

/* ==========Branding========== */
.branding a img {
  height: 20px;
}

/* ===========Scroll Top========== */
.scrollTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  line-height: 50px;
  color: green;
  transition: 0.4s;
  transform: scale(0);
  z-index: 5;
}
.scrollTop:hover {
  background-color: green;
  color: #fff;
}
.scrollTop.show {
  transform: scale(1);
}

/* ============ Pages ============*/
.page-header-area {
  background-color: #f9f9f9;
  padding: 30px 0;
}
.page-header-area h2 {
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.form-area {
  border-radius: 4px;
}

/* single page design */
.single-item-content img {
  border-radius: 6px;
}
.single-item-content .content {
  margin: 0 20px;
  position: relative;
  top: -30px;
  z-index: 2;
  background-color: #fff;
  border-radius: 6px;
}
.post-info li {
  display: inline-block;
  margin-right: 15px;
}
.post-info li a {
  color: #777;
  text-decoration: none;
}
.post-info li .feather {
  margin-right: 5px;
  color: green;
}

/* modal */
.modal-content {
  border: 0;
}
.pac-container {
  z-index: 10000 !important;
}

/* loader */
.loader {
  position: relative;
}
.loader .load {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}

/* alert */
#alert {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  z-index: 99999;
  transition: 0.5s ease-in-out;
  text-align: center;
  display: none;
}
#alert.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-body {
  width: 280px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.alert-body > div {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.alert-body div strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}
.alert-body a,
.alert-body span {
  display: block;
  padding: 10px;
  transition: 0.5s;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
.alert-body a:hover,
.alert-body a:focus,
.alert-body span:hover,
.alert-body span:focus {
  background-color: #f5f5f5;
}
.alert-body .two {
  float: left;
  width: 50%;
  border-left: 1px solid #ddd;
}
.alert-body .two:first-child {
  border-radius: 0 0 0 10px;
}
.alert-body .two:last-child {
  border-radius: 0 0 10px 0;
}

/* contribute */
.contribute-false div:first-child a {
  color: red;
}
.contribute-false div:last-child a {
  color: green;
}

#imagePreview > div,
#prevImagePreview > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
#imagePreview img,
#prevImagePreview img {
  width: 99px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}
#prevImagePreview span {
  position: relative;
}
#prevImagePreview span .feather {
  position: absolute;
  top: -6px;
  right: -6px;
}

/* species gallery */
#species-thumbnails .profile-img img {
  height: 140px;
  object-fit: cover;
}

/* references */
#references ol li {
  padding: 5px 0;
}

/* summernote */
.note-btn {
  height: auto;
  line-height: initial;
  padding: 6px !important;
}
.note-editor {
  border: 1px solid #ededed !important;
}
.note-editor .card-header {
  background: transparent;
  border-bottom: 1px solid #ededed;
}
.note-statusbar {
  border-top: 1px solid #ededed !important;
}
.note-editor .btn-light {
  color: #555;
}

/* people */
.single-member {
  border-radius: 4px;
  margin-bottom: 30px;
  line-height: 22px;
}
.single-member img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 15px;
  object-fit: cover;
}
.single-member a {
  text-decoration: none;
}

.people-title {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 40px;
}
