.wf-loading {
  opacity: 0;
}
#soundest-forms-container {
  display: none;
}
.accordion-item {
  margin-bottom: 10px !important;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.audits-wrapper .row {
  background: #0000000f;
  margin-bottom: 20px;
}

.main-table {
  margin: 0 !important;
  width: 100% !important;
}

#audits_wrapper {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 1rem;
  background: #fff;
  position: relative;
  width: 100% !important;
}

.main-table > tbody > tr {
  border-radius: 8px;
}

.main-table > tbody > tr > td {
  vertical-align: middle !important;
  background: white;
  border-bottom-color: #902eff4a !important;
  border-bottom-width: 0px !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #091b30;
  white-space: nowrap;
}

.main-table > tbody > tr > td:not(.graphs) {
  padding: 16px 8px 16px 14px !important;
}

.table-striped > tbody > tr:nth-of-type(2n + 1):not(.audit-row) {
  background-color: #0000000a !important;
}

.audit-row td {
  height: 40px !important;
  border-bottom-width: 0px !important;
  font-size: 14px;
  font-weight: 400 !important;
}

.audit-row th {
  color: #1d2935 !important;
  padding: 0.6rem 1.2rem !important;
  border-bottom-color: #00000026 !important;
}

.audit-row table {
  margin-bottom: 0 !important;
}

.audit-row > td {
  padding-right: 16px !important;
}

.audit-row table thead {
  background-color: transparent;
}

.audit-row table thead tr th {
  font-size: 14px !important;
  color: #171921 !important;
  border-bottom-width: 1 !important;
  font-weight: 600 !important;
}

.audit-row table tbody td {
  vertical-align: middle !important;
  height: 45px !important;
  border-bottom-color: #00000026 !important;
  padding: 0.6rem 1.2rem !important;
}

.main-table > thead > tr {
  background: white !important;
}

.main-table > thead > tr > th {
  position: relative;
  border-bottom-width: 0px !important;
  padding: 16px !important;

  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  /* color: #091B30!important; */
  opacity: 1 !important;
}

/* .main-table > thead > tr > th:not(:last-child)::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0,0,0,.06);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  content: "";
} */

.main-table > thead > tr > th:first-child {
  /*border-radius: 8px 0px 0px 8px;*/
  text-align: center;
  /* left: 20px; */
  padding: 16px 0px 16px 0px !important;
}

.main-table > thead > tr > th:last-child {
  /*border-radius: 0px 8px 8px 0;*/
  white-space: nowrap;
}

.main-table > tbody > tr > td:first-child {
  padding: 16px 0px 16px 0px !important;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #091b30;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}

.main-table > tbody > tr > td:nth-child(7) {
  white-space: nowrap;
}

.main-table > tbody > tr > td:nth-child(8) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.main-table > tbody > tr > td:nth-child(7) img {
  width: 12px;
  height: 12px;
  position: relative;
  top: -1px;
}

.audit-row > tbody > tr > td:first-child {
  white-space: nowrap !important;
}

.info td {
  padding: 0 !important;
  /*background-color: #7a30ff12!important;*/
  /*position: relative;*/
  /*top: -8px;*/
}

.info td {
  padding: 0 !important;
}

.info thead tr th {
  background-color: #7a30ff12 !important;
  font-weight: bold !important;
}

.project-name {
  text-align: left !important;
  font-weight: 600 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.project-name a {
  color: inherit !important;
  font-weight: 600;
}

.icon-down i {
  color: #514c5c;
  font-size: 13px !important;
}

.project-logo {
  height: auto !important;
  margin-right: 12px !important;
  border-radius: 50%;
  width: 37px;
}

#search {
  padding: 18px 18px 18px 18px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  border: 1px solid rgba(23, 25, 33, 0.11) !important;
  height: 48px !important;
  background-color: rgba(23, 25, 33, 0.06);
  font-size: 14px;
}

#search:focus-visible {
  outline: none !important;
}

.overflow-search-btn {
  width: 48px !important;
  height: 100% !important;
  background: #362f4b !important;
  border-radius: 0 8px 8px 0 !important;
  right: 16px;
}

.table-container {
  background: #362f4b17 !important;
  min-height: max-content !important;
  padding: 4rem 2rem !important;
}

.layout-pb-lg {
  padding-bottom: 1.5rem !important;
}
.layout-pt-xl {
  padding-top: 8rem !important;
}

#auth input {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 10px !important;
  height: 40px;
  font-size: 16px !important;
}

#auth button {
  font-size: 16px !important;
}

#projects {
  overflow: auto;
}

.network_icon {
  width: 12px;
}

.tr-private td {
  opacity: 0.8;
}

.bg-success-custom {
  background-color: #8136ff !important;
}

.bg-secondary-custom {
  background-color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
  color: white !important;
}

.bg-warning-custom {
  background-color: #198754 !important;
  border: 1px solid #198754 !important;
  color: white !important;
}

.badge {
  padding: 5px 9px !important;
  font-size: 12px !important;
  width: 70px !important;
  text-align: center !important;
}

.table-container {
  overflow: auto;
}

.report-logo {
  width: 16px;
  position: relative;
  left: 4px;
}

.tab-logo {
  width: 15px;
  position: relative;
  top: -1px;
  margin-right: 0.25rem;
}

#projectTab .nav-link {
  border: none !important;
  min-height: 48px;
}

#projectTab .nav-link.active {
  background-color: #fff !important;
  border-radius: 10px 10px 0 0;
  padding: 12px 18px;
  color: #091b30 !important;
  opacity: 1 !important;
}
#projectTab .nav-link:not(.active) {
  background: #4f4f4f1f !important;
  padding: 12px 18px;
  color: #091b3080 !important;
}

.no-reports {
  width: max-content !important;
  background-color: #362f4b !important;
  font-size: 11px !important;
  top: 4px !important;
  padding: 4px 6px !important;
  left: 32px;
}

.info-wrapper {
  background: rgb(130, 87, 230) !important;
  /* background: linear-gradient(43deg, rgb(113 53 250) 0%, rgb(130, 93, 254) 100%);
    background: -moz-linear-gradient(43deg, rgb(113 53 250) 0%, rgb(130, 93, 254) 100%);
    background: -webkit-linear-gradient(43deg, rgb(113 53 250) 0%, rgb(130, 93, 254) 100%);
    background: -webkit-linear-gradient(43deg, rgb(113 53 250) 0%, rgb(130, 93, 254) 100%);
    background: -o-linear-gradient(43deg, rgb(113 53 250) 0%, rgb(130, 93, 254) 100%);
    background: -ms-linear-gradient(43deg, rgb(113 53 250) 0%, rgb(130, 93, 254) 100%); */
  border-radius: 10px;
  text-align: center;
  padding: 2rem;
  font-weight: 700 !important;
}

.info-wrapper h4 {
  color: white;
  font-size: 26px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
}

.info-wrapper h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: white;
  margin-bottom: 18px;
}

.info-wrapper button {
  font-family: Poppins;
  border: 1px solid white;
  padding: 10px 20px;
  border-radius: 10px;
  color: white !important;
  /* text-transform: uppercase; */
  display: block;
  width: max-content;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
}

.info-wrapper .social img {
  width: 22px;
}

.no-report {
  color: #40b884;
  position: relative;
  top: 1px;
  left: 3px;
  font-weight: 600;
}

.audits-sum {
  position: absolute;
  background: white;
  width: 200px;
  z-index: 100;
  padding: 7px;
  border-radius: 10px;
  left: -70px;
  top: 50px;
  display: none;
}

.audits-sum img {
  width: 16px;
  position: relative;
  top: 4px;
}

.audits-sum__row {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.audits-sum__row span {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #091b30;
}

.dataTables_info {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #364559;
  position: absolute;
  bottom: 0;
  padding: 16px !important;
  margin-bottom: 5px;
}

.dataTables_length {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px !important;
}

.dataTables_length label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #364559;
  margin-bottom: 0;
}

.dataTables_length select {
  margin-left: 5px;
}

.dataTables_length,
#projects-table_filter,
#projects-table_info {
  display: block !important;
}

.dataTables_paginate {
  text-align: center !important;
  float: unset !important;
  padding: 16px !important;
}

.paginate_button {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  opacity: 0.8;
  border: 1px solid rgba(23, 25, 33, 0.2) !important;
  border-radius: 4px !important;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  padding: 0 !important;
}

.paginate_button:hover {
  transition: all 0.3s ease !important;
  border: none !important;
  background: rgba(77, 99, 128, 0.24) !important;
}

.paginate_button.current {
  color: #364559 !important;
  transition: all 0.3s ease !important;
  border: none !important;
  background-color: rgba(77, 99, 128, 0.24) !important;
}

.paginate_button.previous,
.paginate_button.next {
  border: none !important;
}

.dataTables_filter {
  display: none;
}

h1.main-titles {
  font-size: 40px !important;
  line-height: 35px;
}

.sectionHeading p {
  font-size: 20px;
  font-weight: normal;
  line-height: 150%;
  color: rgba(23, 25, 33, 0.5);
  font-family: "Inter", sans-serif;
}

.projects-stats {
  background: white;
  border-radius: 8px;
  padding: 0;
}

.projects-stats_num {
  font-weight: 800;
  font-size: 34px;
  line-height: 33px;
  color: #362f4b;
  display: block;
  text-align: left;
}

.projects-stats_text {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: rgba(23, 25, 33, 0.6);
  white-space: initial;
  display: block;
  text-align: left;
}
.projects-banner-wrapper {
  height: 100%;
  border-radius: 10px;
  height: 200px !important;
  position: relative;
  padding: 16px;
  border: 1px solid rgba(243, 243, 243, 1);
}

.projects-banner-wrapper h3 {
  color: #fff;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
}

.projects-banner-wrapper p {
  color: #fff;
  width: 100%;
}

@media (max-width: 992px) {
  .projects-banner-wrapper p {
    width: 100%;
  }

  .projects-banner-wrapper {
    height: 100% !important;
    padding: 23px !important;
  }

  .projects-banner-slider {
    height: 100% !important;
  }

  .slick-list,
  .slick-track {
    height: 100% !important;
  }
}

.projects-banner-wrapper button {
  border-radius: 10px;
  padding: 12px 30px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  background: rgb(130, 87, 230);
  color: white;
}

/* .projects-banner-wrapper button:hover {
    background: rgb(93 59 172);
} */

.projects-banner-wrapper .projects-banner__info {
  position: relative;
  z-index: 100;
}

.projects-banner-wrapper .projects-banner__info p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 21px;
}

.projects-banner-wrapper img {
  /* width: 100%; */
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.25;
}

.projects-banner-wrapper.first {
  background: #362f4b;
}
.projects-banner-wrapper.second {
  background: #58283e;
}
.projects-banner-wrapper.third {
  background: #1b435f;
}

.projects-banner-slider {
  height: 200px;
  margin-bottom: 0 !important;
}

.projects-banner-slider .slick-list {
  border-radius: 10px;
}

.projects-banner-slider .slick-dots li {
  height: 3px;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  width: 11px !important;
}

.projects-banner-slider .slick-dots .slick-active {
  width: 20px !important;
}

.projects-banner-slider .slick-dots .slick-active button {
  width: 16px !important;
  background-color: #fff !important;
}

.projects-banner-slider .slick-dots li button {
  height: 6px !important;
  padding: 0 !important;
  background: #fff !important;
  width: 6px !important;
  margin: 0px;
  border-radius: 10px;
}
.projects-banner-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.projects-banner-slider .slick-dots li button:before {
  height: 3px;
  background-color: #fff;
  opacity: 0.4;
  content: none !important;
}
.projects-banner-slider .slick-dots {
  /* position: relative!important;
    top: -34px!important; */
  bottom: 8px !important;
}
.projects-banner-slider .slick-dots li.slick-active button:before {
  opacity: 0.85 !important;
  color: white !important;
}

.recently-completed-slider .slick-dots .slick-active {
  width: 20px !important;
}

.recently-completed-slider .slick-dots .slick-active button {
  width: 16px !important;
  background-color: #091b30 !important;
}

.recently-completed-slider {
  margin-bottom: 0 !important;
  height: 195px;
  overflow: hidden;
}
.recently-completed-slider .slick-dots li {
  height: 3px;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  width: 11px !important;
}
.recently-completed-slider .slick-dots li button {
  height: 6px !important;
  padding: 0 !important;
  background: #091b30 !important;
  width: 6px !important;
  margin: 0px;
  border-radius: 10px;
  opacity: 0.8;
}
.recently-completed-slider .slick-dots li.slick-active button {
  opacity: 8;
}
.recently-completed-slider .slick-dots li button:before {
  height: 3px;
  background-color: #171921;
  opacity: 0.4;
  content: none !important;
}
.recently-completed-slider .slick-dots {
  position: relative !important;
  top: -1px !important;
  /* height: 3px!important; */
  margin-top: 0px;
}
.recently-completed-slider .slick-dots li.slick-active button:before {
  opacity: 0.85 !important;
  color: white !important;
}

/* Testimonials slider */
#testimonials {
  overflow: visible;
}
.slick-arrow {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  z-index: 2;
}
.slick-next {
  transform: translateX(calc(-50% + 20px));
}
.slick-prev {
  transform: translateX(calc(-50% - 20px));
}

.slick-prev:before {
  content: "\f060";
  font: normal normal normal 14px/1 FontAwesome;
}
.slick-next:before {
  content: "\f061";
  font: normal normal normal 14px/1 FontAwesome;
}
.slick-prev:before,
.slick-next:before {
  color: #ffffff;
  background: #7752d2;
  padding: 8px;
  border-radius: 100%;
  cursor: pointer;
}

.testimonial {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.testimonial.rc__wrapper {
  background-color: #fff;
}
.testimonial .testimonial__icon {
  display: inline-block;
  width: 110px;
}
.testimonial__name {
  color: rgb(130, 87, 230);
  font-size: 20px;
  font-weight: 500;
}
.dark-mode .testimonial__job-title {
  color: #fff;
  font-size: 16px;
}
.testimonial__url {
  color: rgb(130, 87, 230);
  font-size: 16px;
}
/* Testimonials slider end */
.rc__wrapper {
  box-shadow: rgb(88 102 126 / 8%) 0px 4px 24px,
    rgb(88 102 126 / 12%) 0px 1px 2px;
  border-radius: 0px 8px 8px 8px;
  padding: 0px 18px 12px 18px;
}

.recenlty-completed__title {
  background-color: #fff !important;
  border-radius: 10px 10px 0 0;
  padding: 12px 18px;
  color: #091b30 !important;
  width: max-content;
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  /* z-index: 100; */
  position: relative;
}

.recenlty-completed__title i {
  color: #171921;
}

.footer {
  padding: 4rem 0 !important;
  display: block !important;
}

/* .copyright-wrapper {
    margin: 0 auto;
} */

#send-msg {
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background: rgb(130, 87, 230) !important;
  border: none !important;
  /* width: 100%; */
}

#send-msg:hover {
  color: #fff !important;
}

#send-msg-inv {
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 8px;
  background: rgb(130, 87, 230) !important;
  border: none !important;
  /* width: 100%; */
}

.message-progress {
  display: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  background: none !important;
}

.message-progress-inv {
  display: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.message-progress-team {
  display: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.js-ajax-form label {
  font-size: 13px !important;
}

.js-ajax-form .form-text {
  font-size: 11px !important;
}

.js-ajax-form-inv label,
.js-ajax-form-team label {
  font-size: 13px !important;
}

.js-ajax-form-inv .form-text,
.js-ajax-form-team .form-text {
  font-size: 11px !important;
}

.sectionHeading__title {
  font-size: 34px !important;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.search-container {
  margin-top: 4px;
}

.fz-18 {
  font-size: 18px !important;
}

input[type="text"],
.js-ajax-form-team select,
input[type="file"] {
  display: block;
  width: 100%;
  /* max-width: 500px; */
  height: 52px !important;
  padding: 9px 10px 0px 0px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  color: #33475b !important;
  border-bottom: 1px solid #000 !important;
  box-sizing: border-box;
  border-radius: 0px;
  background-color: transparent !important;
  margin-top: 7px;
}

.js-ajax-form-team select,
input[type="file"] {
  display: block;
  width: 100%;
  border: none !important;
  height: 40px !important;
  padding: 9px 10px !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  color: #fff !important;
  border-bottom: 1px solid #000 !important;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent !important;
  margin-top: 7px;
  border-radius: 0;
}

.dark-mode .js-ajax-form-team select,
input[type="file"] {
  border-bottom: 1px solid #fff !important;
}

textarea {
  display: block;
  width: 100%;
  /*max-width: 500px;*/
  padding: 9px 10px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  line-height: 22px !important;
  color: #33475b !important;
  border: 1px solid #cbd6e2 !important;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa !important;
  margin-top: 7px;
}

@media (max-width: 992px) {
  .projects-wrapper {
    padding: 0rem;
  }

  .table-container {
    padding: 1rem !important;
  }
  .dataTables_length,
  .dataTables_info {
    display: none !important;
  }

  #audits_wrapper {
    width: max-content !important;
  }
}

.js-input-group {
  width: 100%;
}

.modal-body {
  position: relative;
}

.btn-close-wrapper {
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 100;
}

.btn-close {
  position: relative !important;
}

::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1d1d1d;
}

.footer__hp .footer__bottom {
  background-color: #1d1d1d;
  margin-top: 4rem;
}

.footer__hp .footer__copyright {
  margin-top: 0 !important;
}

.footer__hp .socials a {
  opacity: 1;
  width: 30px;
  height: 30px;
}

.footer__hp p {
  text-align: center;
  color: white;
  margin: 0;
}

.footer__hp .info-wrapper i {
  color: white;
}

.footer__hp .copyright-wrapper {
  padding: 1.2rem 0;
}

.footer__hp .info-wrapper a {
  border-radius: 30px !important;
  padding: 10px 30px !important;
}

.footer__hp .info-wrapper a:hover {
  background-color: white;
  color: #212529 !important;
  transition: all 0.3s ease !important;
}

.footer__hp .info-wrapper a:hover i {
  color: #212529;
  transition: all 0.5s ease !important;
}

.footer__hp .info-wrapper p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.table-striped > tbody > tr:nth-of-type(odd):not(.audit-row) {
  --bs-table-accent-bg: rgb(57 30 30 / 5%) !important;
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: rgb(47 33 33 / 10%) !important;
}

.table-hover > tbody > tr.audit-row:hover {
  --bs-table-accent-bg: none !important;
}

#auditsTable_paginate {
  background-color: white !important;
}

#auditsTable > tbody > tr {
  position: relative;
  border-radius: 5px;
}

.downward-logo {
  width: 50px;
  position: absolute;
  right: 49%;
  bottom: -34px;
  z-index: 100;
  display: none;
}

.inner__date {
  white-space: nowrap !important;
}

.audit-row > td {
  /* -moz-box-shadow: inset 0 0 10px #000000!important;
    -webkit-box-shadow: inset 0 0 10px #000000!important;
    box-shadow: inset 0px 1px 14px #00000011!important; */
  background: #a333b11a !important;
}

.audit-row > td tr {
  background-color: transparent !important;
}

.audit-row {
  --bs-table-accent-bg: rgb(57 30 30 / 0%) !important;
}

.investors__buy {
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  padding: 5px 12px !important;
  text-align: center !important;
  background: rgb(130, 87, 230);
  border-radius: 15px;
  font-family: Poppins;
  font-size: 12px;
  line-height: 21px;
  color: white;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

ul.nav-tabs li:nth-child(2) {
  margin: 0 10px;
}

.search-input {
  position: relative;
}
.search-input input {
  /* height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1); */
}
.search-input.active input {
  border-radius: 5px 5px 0 0;
}
.search-input .autocom-box {
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.search-input .autocom-box-trending {
  padding: 10px 8px;
  display: none;
  pointer-events: auto;
  position: absolute;
  z-index: 1000;
  background: white;
  border-radius: 3px;
  width: 100%;
  overflow-y: auto;
  left: 0;
  margin: 0;
}

.search-input.active .autocom-box {
  /* padding: 10px 8px; */
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  z-index: 1000;
  background: white;
  border-radius: 3px;
  width: 100%;
  overflow-y: auto;
  left: 0;
  margin: 0;
}

@media (max-width: 992px) {
  .search-input .autocom-box-trending {
    width: 60%;
  }
  .search-input.active .autocom-box {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .search-input .autocom-box-trending {
    width: 89%;
    left: 27px;
  }
  .search-input.active .autocom-box {
    width: 89%;
    left: 27px;
  }
}

.autocom-box li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.autocom-box-trending li {
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}
.autocom-box-trending h4 {
  padding: 0px 12px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #091b30;
}
.search-input.active .autocom-box li {
  display: flex;
  text-align: left;
  min-height: 50px;
}
.search-input.active .autocom-box li .hashtag {
  margin-right: 9px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #091b30;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.search-input.active .autocom-box li img {
  width: 35px !important;
  height: auto;
  margin-right: 9px;
  position: relative;
  top: 0px;
  border-radius: 50%;
}
.search-input.active .autocom-box li .names {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #091b30;
  display: flex;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
}

.search-input .autocom-box-trending li {
  display: block;
  text-align: left;
  min-height: 50px;
}
.search-input .autocom-box-trending li .hashtag {
  color: rgba(23, 25, 33, 0.5);
  margin-right: 9px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #091b30;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.search-input .autocom-box-trending li img {
  width: 35px !important;
  height: auto;
  margin-right: 9px;
  position: relative;
  top: 0px;
  border-radius: 50%;
}
.search-input .autocom-box-trending li .names {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #091b30;
  display: flex;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
}

.autocom-box li:hover {
  background: #efefef;
}
.autocom-box-trending li:hover {
  background: #efefef;
}
.search-input .icon {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: #644bff;
  cursor: pointer;
}

.rc__icon {
  width: 15px;
  position: relative;
  top: -2px;
}

#recent_audits,
.project-header {
  overflow: visible !important;
}

@media (max-width: 992px) {
  #projectTab .nav-link {
    font-size: 14px;
    width: 100%;
  }
}

/* =================================================== */
/* ==================== New Design =================== */
/* =================================================== */
/* 0. General */
/* 1. Navbar */
/* 2. Stats */
/* 3. Details */
/* 4. Table */

/* 0. General */
.mr-60 {
  margin-right: 60px !important;
}
.mt-30 {
  margin-top: 40px !important;
}
.mb-30 {
  margin-bottom: 40px !important;
}
.pr-10 {
  padding-right: 20px !important;
}
.pl-10 {
  padding-left: 20px !important;
}

.c-shadow {
  box-shadow: rgb(88 102 126 / 8%) 0px 4px 24px,
    rgb(88 102 126 / 12%) 0px 1px 2px;
}

main {
  background: rgba(243, 243, 243, 1);
}

/* 1. Navbar */
header {
  position: relative !important;
  height: auto !important;
  background: #fff;
  padding: 10px 0;
  z-index: 1000 !important;
}

.dropdown-item:active {
  background: rgb(130, 87, 230) !important;
  color: white !important;
}

.header.is-sticky {
  position: fixed !important;
}

.navbar {
  margin: 0;
}

.navbar img {
  width: 30px !important;
  height: 34px !important;
  position: relative;
  top: -1px;
}

.navbar .navbar-brand {
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #091b30;
  margin-right: 50px;
}

.navbar .search-wrapper,
#searchSection .search-wrapper {
  position: relative;
}

.navbar .search-wrapper input,
#searchSection .search-wrapper input {
  height: 46px;
  font-family: Inter;
  background: #f3f3f3;
  border-radius: 10px;
  border: none;
  padding: 0.9rem 3rem 0.9rem 49px;
  line-height: 17px;
  color: #091b30;
  font-size: 16px;
}

.navbar .search-wrapper input:focus-visible,
#searchSection .search-wrapper input:focus-visible {
  outline: 2px solid rgb(130, 87, 230);
}

.navbar .search-wrapper i,
#searchSection .search-wrapper i {
  color: rgba(9, 27, 48, 1);
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 14px;
}

.navbar .search-wrapper ::placeholder,
#searchSection .search-wrapper ::placeholder {
  position: relative;
  top: -2px;
  font-family: Inter;
  font-size: 14px;
  line-height: 17px;
  color: #091b30;
  white-space: nowrap;
  overflow: visible;
}

.navbar .navbar-audits a {
  font-family: Poppins;
  font-size: 15px !important;
  line-height: 22px !important;
  color: #091b30 !important;
}

.navbar .navbar-audits a:hover {
  color: rgb(93 59 172);
}

.navbar .navbar-audits .nav-item button {
  background: rgb(130, 87, 230);
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
  color: white;
  font-weight: 600;
}

.navbar .navbar-audits .nav-item button:focus {
  color: white !important;
}

.navbar .navbar-audits .nav-item button:focus-visible {
  outline: none !important;
}

.navbar .navbar-audits .nav-item button:hover {
  color: white;
  background: rgb(93 59 172);
}

@media (max-width: 992px) {
  .navbar .navbar-brand {
    margin-right: 10px;
  }
  .navbar .search-wrapper input {
    padding: 0.9rem 1.5rem 0.9rem 2.7rem;
  }
  #searchSection .search-wrapper input {
    padding: 1.1rem 1.5rem 0.9rem 2.7rem;
  }
  .navbar .navbar-audits .nav-item button {
    padding: 10px 17px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: 7px !important;
  }
}

/* 2. Stats */
#stats .stats-wrapper {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  height: 200px;
  justify-content: center;
  padding-top: 20px;
}

#stats .stats-wrapper img {
  width: 60px;
  margin: 0 auto;
}

#stats .stats-wrapper .number {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #091b30;
  margin: 10px 0 5px 0;
}

#stats .stats-wrapper p {
  font-family: Poppins;
  font-display: block;
  font-size: 14px;
  line-height: 21px;
  color: #091b30;
  opacity: 0.7;
  margin: 0;
}

@media (max-width: 992px) {
  #stats > .container.mt-30 {
    margin-top: 0 !important;
  }
}

/* 3. Details */
#details .rc__wrapper {
  background-color: #fff;
}

.custom-dots .company {
  position: relative;
  top: 1px;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50%;
}

#details p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #091b30;
  margin: 0;
  white-space: nowrap;
}

#details .report-logo {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  top: 7px;
}

#details .date img {
  width: 12px;
  height: 12px;
  position: relative;
  top: 8px;
}

#details .recently-completed-row {
  padding: 14px 0;
  height: 56px;
}

.recently-completed-slider .slick-slide > div:nth-child(2n) {
  background-color: #fff !important;
}
.recently-completed-slider .slick-slide > div:nth-child(1n) {
  background-color: rgba(242, 242, 242, 1);
  border-radius: 5px;
}

.recently-completed-slider .slick-slide > div {
  padding: 0px 0px 0px 17px;
}

.recently-completed-header {
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #091b30 !important;
  opacity: 0.8 !important;
  margin-left: 0px !important;
}

.audit .recently-completed-header {
  /* margin-left: 0px!important; */
  position: relative;
  /* left: -8px; */
}

.recently-completed-header.date {
  margin-left: 0px !important;
  position: relative;
  left: -32px !important;
}

.recently-completed-row.recently-header {
  height: 40px !important;
  margin-left: 4px !important;
}

.audit-inner {
  position: relative;
  left: 8px;
}

@media (max-width: 992px) {
  #details .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* 4. Table */
.projects-wrapper {
  position: relative;
  /* background-color: #fff;
    border-radius: 10px;
    padding: 36px 18px; */
}

.projects-wrapper h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #091b30;
  position: absolute;
  top: 50px;
  left: 23px;
  margin: 0;
}

.projects-wrapper ul {
  border: none !important;
  z-index: 100;
  position: relative;
  /* top: 6px;
    z-index: 1; */
}

.projects-wrapper ul .nav-link {
  border-radius: 10px 10px 0 0;
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #091b30 !important;
  opacity: 0.5 !important;
}

#projectTab .nav-link:not(.active):hover {
  background: #1616161f !important;
}

.auditInfo {
  border-radius: 10px !important;
}

.auditInfo .table {
  margin-bottom: 0px !important;
}

.auditInfo .modal-content {
  padding: 1rem 0.5rem;
  max-height: 70vh;
}

.auditInfo .modal-body {
  overflow: auto !important;
}

.auditInfo .modal-header {
  justify-content: flex-start !important;
  border-bottom: 0 !important;
}

.auditInfo .modal-header h5 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #091b30;
}

.auditInfo tr {
  --bs-table-accent-bg: rgb(255 255 255 / 0%) !important;
}

.auditInfo th {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 18px;
  color: #091b30;
  opacity: 0.8;
  border-bottom: 0px solid #111 !important;
}

.auditInfo a,
.auditInfo td {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #091b30;
  opacity: 1 !important;
}

.auditInfo a {
  color: #0d6efd !important;
  text-decoration: underline;
}

.auditInfo td {
  vertical-align: middle;
  height: 43px;
  border-bottom-width: 0px !important;
}

.auditInfo .inner__date {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 13px;
}

.auditInfo .inner__date img {
  width: 12px;
  position: relative;
  top: -1px;
}

table.dataTable thead tr th:nth-child(2) {
  position: relative;
  background-position-x: 61px !important;
}

table.dataTable thead tr th:nth-child(5) {
  position: relative;
  background-position-x: 102px !important;
  white-space: nowrap;
}

.audits-onboard-date {
  position: relative;
  background-position-x: 118px !important;
}

#investorsTable.dataTable thead tr th:nth-child(4) {
  position: relative;
  background-position-x: 118px !important;
}

.badge {
  border-radius: 14px !important;
}

.auditInfo span {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

.auditInfo .modal-dialog {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
}

.auditInfo tr.event {
  background-color: #fff;
}
.auditInfo tr.odd {
  background-color: rgba(242, 242, 242, 1);
  border-radius: 5px;
}

.auditInfo tr.odd td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 992px) {
  .projects-wrapper h3 {
    position: relative;
    top: 0;
    margin-bottom: 15px;
  }

  .rc__wrapper {
    padding: 10px;
  }

  .recently-completed-slider .slick-dots {
    top: -8px !important;
  }

  .projects-wrapper {
    /* padding: 18px 10px; */
  }

  .projects-wrapper h3 {
    left: 9px;
  }

  .projects-wrapper ul {
    margin-bottom: 0;
    width: 100%;
    /* justify-content: center;
        display: flex;
        flex-direction: column; */
  }

  .investors-body ul {
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .projects-wrapper ul button:not(.active) .tab-logo {
    margin-right: 0.25rem !important;
  }

  .projects-wrapper ul button:not(.active) span {
    display: none;
  }

  .projects-wrapper button {
    border-radius: 10px 10px 0 0;
  }

  /* .recently-completed-row {
    width: max-content !important;
  } */

  /* .recently-completed-row > div {
    width: max-content;
  } */

  /* .recently-completed-row > div > p {
    width: max-content;
  } */

  .recently-completed-row > div > p.date-inner {
    min-width: 94px !important;
  }

  .recently-completed-row > div > div {
    /* width: max-content; */
    min-width: 160px !important;
  }

  .recently-completed-slider .slick-slide > div {
    /* width: max-content !important; */
    padding: 0px 17px 0px 17px !important;
  }

  #details .slick-slide {
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    -webkit-appearance: none !important;
  }

  ::-webkit-scrollbar {
    /* WebKit */
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    -webkit-appearance: none !important;
  }

  .recently-header > div:nth-child(2) > p {
    min-width: 159px !important;
  }

  .recently-header > div:nth-child(3) > p {
    min-width: 65px !important;
  }

  .recently-completed-header {
    margin-left: 0px !important;
  }

  .recently-completed-row > div:nth-child(3) > p {
    min-width: 50px;
  }

  .recently-completed-slider .slick-dots {
    margin-top: 8px;
  }

  #searchSection .container {
    margin-bottom: 23px !important;
  }
}

.auditInfo button {
  color: #0d6efd !important;
  text-decoration: underline !important;
}

.investors__date img {
  width: 12px;
}

.dark-mode header {
  background: #2a2d3e;
}
.dark-mode main {
  background: #212332;
}
.dark-mode .navbar .search-wrapper input {
  background: #212332;
  color: #fff !important;
}
.dark-mode .dropdown-menu {
  background: #2a2d3e;
}
.dark-mode .dropdown-menu li:hover {
  background: #212332;
}
.dark-mode .dropdown-item:hover {
  background: #212332;
}
.dark-mode a {
  color: #fff !important;
}
.dark-mode .auditInfo a {
  color: #0d6efd !important;
  text-decoration: underline !important;
}
.dark-mode .auditInfo button {
  color: #0d6efd !important;
  text-decoration: underline !important;
}
.dark-mode li {
  color: #fff !important;
}
.dark-mode span {
  color: #fff !important;
}
.dark-mode p {
  color: #fff !important;
}
.dark-mode h5 {
  color: #fff !important;
}
.dark-mode h4 {
  color: #fff !important;
}
.dark-mode h3 {
  color: #fff !important;
}
.dark-mode h1 {
  color: #fff !important;
}
.dark-mode th {
  color: #fff !important;
}
.dark-mode label {
  color: #fff !important;
}
.dark-mode label .form-text {
  color: #fff !important;
}
.dark-mode td {
  color: #fff !important;
}
.dark-mode .main-table > thead > tr > th {
  color: #fff !important;
}
.dark-mode .projects-wrapper ul .nav-link {
  color: #fff !important;
}
.dark-mode ::placeholder {
  color: #fff !important;
}
.dark-mode .navbar .navbar-audits a {
  color: #fff !important;
}
.dark-mode .stats-wrapper {
  background: #2a2d3e !important;
}
.dark-mode .rc__wrapper {
  background: #2a2d3e !important;
}
.dark-mode #message-progress p {
  color: #198754 !important;
}
.dark-mode #message-progress a {
  color: #198754 !important;
}
.dark-mode .recently-completed-slider .slick-slide > div:nth-child(1n) {
  background-color: #212332 !important;
}
.dark-mode .recently-completed-slider .slick-slide > div:nth-child(2n) {
  background-color: #2a2d3e !important;
}
.dark-mode #auditsTable_wrapper,
.dark-mode #investorsTable_wrapper {
  background-color: #2a2d3e;
}
.dark-mode .main-table > thead > tr {
  background: #2a2d3e !important;
}
.dark-mode #projectTab .nav-link.active {
  background-color: #2a2d3e !important;
  color: #fff !important;
}
.dark-mode #projectTab .nav-link:not(.active) {
  background-color: #0000003b !important;
  color: #ffffff69 !important;
}
.dark-mode .table-striped > tbody > tr:nth-of-type(odd):not(.audit-row) {
  --bs-table-accent-bg: #212332 !important;
}
.dark-mode .table-striped > tbody > tr:nth-of-type(even):not(.audit-row) {
  --bs-table-accent-bg: #2a2d3e !important;
}
.dark-mode .main-table > tbody > tr > td {
  background-color: #2a2d3e !important;
}
.dark-mode .table.dataTable tbody tr {
  background-color: #2a2d3e;
}
.dark-mode .search-input .autocom-box-trending {
  background-color: #2a2d3e !important;
}
.dark-mode .search-input.active .autocom-box {
  background-color: #2a2d3e !important;
}
.dark-mode .autocom-box li:hover {
  background-color: #212332 !important;
}
.dark-mode .autocom-box-trending li:hover {
  background-color: #212332 !important;
}
.dark-mode .navbar .search-wrapper i {
  color: #fff;
}
.dark-mode #auditsTable_paginate {
  background-color: #2a2d3e !important;
}
.dark-mode .dataTables_wrapper .dataTables_length,
.dark-mode .dataTables_wrapper .dataTables_filter,
.dark-mode .dataTables_wrapper .dataTables_info,
.dark-mode .dataTables_wrapper .dataTables_processing,
.dark-mode .dataTables_wrapper .dataTables_paginate {
  color: #fff !important;
}
.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dark-mode
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  color: #fff !important;
}
.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #212332 !important;
}
.dark-mode .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important;
}
.dark-mode .dataTables_length label {
  color: #fff !important;
}
.dark-mode .dataTables_wrapper .dataTables_length select {
  color: #fff !important;
}
.dark-mode .modal-content {
  background-color: #2a2d3e !important;
}
.dark-mode .auditInfo tr.odd {
  background-color: #212332 !important;
}
.dark-mode .auditInfo tr.even {
  background-color: #2a2d3e !important;
}
.dark-mode .projects-banner-wrapper {
  border: 1px solid #212332;
}
.dark-mode .projects-banner-wrapper button {
  background: rgb(130, 87, 230);
  color: #fff !important;
}
.dark-mode .bg-white {
  background-color: #212332 !important;
}
.dark-mode .footer__shapes {
  display: none;
}
.dark-mode .button.-black {
  background-color: rgb(130, 87, 230) !important;
}
.dark-mode .button.-black:hover {
  background-color: #212332;
  color: #fff !important;
}
.dark-mode input[type="text"]:not(.newsletter) {
  color: #fff !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  background: transparent !important;
}
.dark-mode textarea {
  color: #fff !important;
  background: #212332 !important;
  border: none !important;
}
.dark-mode .recently-completed-slider .slick-dots .slick-active button {
  background-color: #fff !important;
}
.dark-mode .recently-completed-slider .slick-dots li button {
  background: #fff !important;
}
.dark-mode .btn-close-wrapper {
  position: absolute;
  right: 6px;
  top: 11px;
  /* background: #fff; */
  /* padding: 11px 8px; */
  /* border-radius: 50%; */
  /* height: 33px;
    line-height: 13px; */
}
.dark-mode .navbar-light .navbar-toggler-icon {
  filter: invert(1);
}
.dark-mode .btn-close {
  left: -5px;
  top: 2px;
  padding: 12px 12px !important;
  filter: invert(1);
  opacity: 0.8 !important;
  /* padding: 0!important;
    margin: 0!important;
    height: 100%!important; */
}
.dark-mode .audits-sum {
  background: #2a2d3e !important;
}

.form-switch .form-check-input:focus {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.form-switch .form-check-input:checked {
  background-color: rgb(130, 87, 230) !important;
  border-color: rgb(130, 87, 230) !important;
}

.investors__date {
  min-width: 134px !important;
  white-space: nowrap;
}

.investors__date img {
  width: 12px;
  height: 12px;
}

#header-projects h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 33px !important;
}
#header-projects p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 21px !important;
}

.form-switch .form-check-input {
  width: 42px !important;
  height: 21px !important;
}

.form-switch {
  position: absolute;
  right: -70px;
  top: 11px;
}

.dark-mode-icon {
  font-size: 16px;
  position: absolute;
  right: -96px;
  top: 19px;
  color: #ffd700;
}

@media (max-width: 1200px) {
  .dropdown-toggle {
    padding: 0 !important;
  }
}

@media (min-width: 1924px) {
  .form-switch {
    right: -78px;
    top: 11px;
  }
  .dark-mode-icon {
    right: -88px;
    top: 20px;
  }
}

@media (max-width: 992px) {
  header {
    padding: 0.7rem 0 !important;
  }

  .form-switch {
    margin-left: 9px;
  }

  .navbar .nav-link {
    padding: 10px 0 !important;
  }

  .form-switch {
    position: relative;
    right: -4px;
    top: 0px;
  }

  .projects-banner-wrapper img {
    width: max-content;
  }
}

.bg-gradient-slider {
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgb(54, 47, 75);
  background: linear-gradient(
    103deg,
    rgba(54, 47, 75, 1) 0%,
    rgb(54 47 75 / 88%) 47%,
    rgb(255 255 255 / 0%) 100%
  );
}

.form-switch {
  border-radius: 2rem !important;
}

.form-switch .form-check-input {
  border-radius: 2rem !important;
  border: 0 !important;
  background-color: #eeeeee !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255,255,255,1.0)'/></svg>") !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

body:not(.dark-mode) .form-switch .form-check-input:focus {
  border: 0px solid rgba(0, 0, 0, 0.25) !important;
  background-color: #eeeeee !important;
  margin-left: -2.5em !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255,255,255,1.0)'/></svg>") !important;
  background-position: left center !important;
}

.container {
  padding: 0 6rem !important;
}

.form-check.form-switch.mobile {
  display: none;
}

.dark-mode-icon__moon.mobile {
  display: none;
}

.dark-mode-icon__sun.mobile {
  display: none;
}

.collapse.navbar-collapse.show .search-input {
  display: none;
}

#searchSection {
  display: none;
}

@media (max-width: 992px) {
  #searchSection {
    display: block;
    overflow: visible;
  }

  #searchSection .search-input .autocom-box-trending {
    width: 100%;
    left: 0px;
  }

  #searchSection .search-input .autocom-box {
    width: 100%;
    left: 0px;
  }

  .container {
    padding: 0 0.9rem !important;
  }

  .search-input:not(.mobile) {
    display: none;
  }

  .h-container {
    position: relative;
  }

  .form-check.form-switch.mobile {
    display: block;
    position: absolute;
    right: 110px;
    top: 5px;
  }

  .dark-mode-icon__moon.mobile {
    display: block;
    top: 12px;
    right: 83px;
  }

  .dark-mode-icon__sun.mobile {
    display: block;
    top: 12px;
    right: 83px;
  }

  .form-check.form-switch:not(.mobile) {
    display: none;
  }

  #auditsTable_wrapper,
  #investorsTable_wrapper {
    border-radius: 0 0 10px 10px !important;
    width: 100% !important;
    display: inline-table !important;
  }

  .main-table > thead > tr > th {
    line-height: 10px !important;
    white-space: nowrap;
  }

  .dark-mode .bg-gradient-slider {
    width: 100%;
    background: linear-gradient(
      103deg,
      rgb(75 42 172 / 72%) 0%,
      rgb(75 42 172 / 74%) 47%,
      rgb(255 255 255 / 0%) 100%
    ) !important;
  }
}

.recently-completed-header.date {
  position: relative;
  left: -15px;
}

#searchSection .rc__wrapper {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
}

#searchSection .search-wrapper input {
  width: 100%;
  background: #ffffff !important;
}

#auditsTable_wrapper,
#investorsTable_wrapper {
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  padding: 8px 18px;
}

/* .auditsTableBody:before {
    content: "@"!important;
    display: block!important;
    line-height: 415px;
    text-indent: -9999px!important;
} */

.auditsTableBody.changed:before {
  line-height: 0px !important;
}

.popularTable_wrapper {
  background-color: transparent;
  border-radius: 0 10px 10px 10px;
  padding: 8px 18px 0 18px;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 43px;
}

#popularTable thead {
  width: 100% !important;
}

#popularTable thead {
  opacity: 0;
  z-index: -1;
  position: relative;
}

#projectTabs {
  position: relative;
  /* z-index: 2; */
}

/* #popularTable > tbody > tr > td:nth-child(2) {
    min-width: 176px!important;
} */

#popularTable > tbody > tr > td:first-child {
  width: 89px !important;
}

/* #popularTable > tbody > tr > td:nth-child(3) {
    width: 167px!important;
} */

/* #popularTable > tbody > tr > td:nth-child(4) {
    width: 173px!important;
}

#popularTable > tbody > tr > td:nth-child(6) {
    width: 111px!important;
} */

.dark-mode .popularTable_wrapper {
  background: transparent !important;
}

#popularTable_wrapper .dataTables_length,
#popularTable_wrapper .dataTables_filter,
#popularTable_wrapper .dataTables_info,
#popularTable_wrapper .dataTables_processing,
#popularTable_wrapper .dataTables_paginate {
  display: none !important;
}

@media (max-width: 992px) {
  .popularTable_wrapper {
    top: 86px !important;
  }
  #popularTable > tbody > tr > td:first-child {
    width: 98px !important;
  }
  #popularTable > tbody > tr > td:nth-child(4) {
    width: 160px !important;
  }
  #popularTable > tbody > tr > td:nth-child(6) {
    width: 147px !important;
  }
  #popularTable > tbody > tr > td:nth-child(2) {
    min-width: 183px !important;
  }
}

.nav-tabs .nav-link {
  margin-bottom: 0px !important;
}

canvas {
  width: 80% !important;
  height: 53px !important;
}

.footer > .container > .row {
  padding: 0 5rem;
}

@media (max-width: 992px) {
  .footer > .container > .row {
    padding: 0;
  }
  canvas {
    width: 100% !important;
  }
  .main-table > tbody > tr > td:first-child {
    min-width: 25px !important;
    padding: 16px 24px 16px 16px !important;
    text-align: left;
  }
  .pl-10 {
    padding-left: 12px !important;
    padding-right: 15px !important;
  }
  .pr-10 {
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
  }
  ul.nav-tabs li:nth-child(2) {
    margin: 0 5px !important;
  }
}

.dark-mode #searchSection .search-wrapper input {
  /* background: #2A2D3E!important; */
}

.dark-mode #searchSection .search-wrapper i {
  color: #2a2d3e !important;
}

.auditInfo.modal .modal-body {
  padding-top: 0px !important;
}

.dark-mode #searchSection .search-wrapper input {
  color: #2a2d3e;
}

.dark-mode #searchSection .search-wrapper input::placeholder {
  color: #2a2d3e !important;
}

.dark-mode .recenlty-completed__title {
  background: #2a2d3e !important;
}

#auditsTable thead {
  /* z-index: 100; */
  position: relative;
}

.popular-icons img {
  opacity: 0.8;
}

.popular-icons img:nth-child(2) {
  left: -2px;
}

.popular-icons img:nth-child(3) {
  left: -4px;
}

#message-progress p {
  margin-bottom: 6px;
}

footer .first-row-footer {
  padding: 4rem 0;
}

footer .navbar-brand {
  font-family: Poppins;
  /* font-weight: 500; */
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  margin-right: 50px;
}

footer .navbar-brand img {
  width: 30px !important;
  height: 34px !important;
  position: relative;
  top: -1px;
}

footer ul {
  padding: 0;
}

footer {
  background-color: #0d0d0d;
}

footer input[type="text"] {
  color: #fff !important;
  background: #212332 !important;
  border: none !important;
  font-size: 14px;
  margin-top: 0 !important;
  border-radius: 5px 0 0 5px !important;
}

footer input:focus {
  box-shadow: none !important;
}

footer button {
  background: rgb(130, 87, 230);
  border-radius: 0 5px 5px 0;
  padding: 0px 16px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
  color: white;
  white-space: nowrap;
}

footer ::placeholder {
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
}

footer a,
footer a:hover {
  color: white;
  font-size: 14px;
  font-family: Poppins;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
}

footer h5 {
  color: white;
  font-size: 16px;
  margin-bottom: 18px;
}

footer .social img {
  width: 22px;
}

.footer > .container > .row {
  margin: 0 !important;
}

.dark-mode span.required {
  color: red !important;
}

.submit-msg {
  font-size: 14px;
  color: white;
  margin-top: 10px;
}

.footer.-type-2 {
  padding-bottom: 8rem !important;
}

/* .slick-slider {
    touch-action: auto!important;
    -ms-touch-action: auto!important;
} */

.expand-icon {
  cursor: pointer;
  font-size: 16px;
}

.bg-secondary-soon {
  top: -1px;
  position: relative;
  background: rgba(130, 87, 230, 0.6);
}

#strategic-tab .badge {
  padding: 5px 9px !important;
  padding: 6px 5px !important;
  width: 62px !important;
}

.soon-icon {
  color: rgb(130, 87, 230);
}

@media (min-width: 1850px) {
  #navbarSupportedContent .navbar-audits li {
    margin-right: 0 !important;
  }
}

.blur {
  height: 100%;
  position: absolute;
  width: 100%;
  backdrop-filter: blur(8px);
  z-index: 2001;
  top: 0;
  bottom: 0;
}

.p-relative {
  position: relative;
}

.investors-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.dark-mode .investors-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.dark-mode .investors-header h4 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #fff;
}

.investors-img-wrapper img {
  height: 52px;
  width: 58px !important;
}

.investors-body li:nth-child(2) img {
  height: 50px;
  width: 58px !important;
}

.investors-body ul {
  padding: 0;
}

.investors-body li {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.investors-footer button {
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  border-radius: 10px;
  padding: 15px 0;
}

.investors-footer button.dark {
  color: rgb(130, 87, 230);
  border: 1px solid rgb(130, 87, 230);
}

.investors-footer button.light {
  color: #fff;
  background: rgb(130, 87, 230);
}

#investorsModal .modal-body {
  padding: 30px !important;
}

.investors-img-wrapper {
  /* width: 45px; */
  display: inline-block;
}

#investorsModal.show {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}

#investorsModal.show .modal-dialog {
  width: 100%;
}

#investorsModal .btn-close-wrapper {
  right: 1rem !important;
  top: 1rem !important;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.modal-backdrop.fade.show {
  z-index: 2000 !important;
}

.client-reports:hover .audits-sum {
  display: block !important;
}

.sectionHeading {
  margin-bottom: 3rem !important;
}

.sectionHeading .break {
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.273);
  display: block;
  margin: 10px auto;
}

.dark-mode .sectionHeading .break {
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 10px auto;
}

.modal:not(.auditInfo) .modal-body {
  padding: 2rem !important;
}

.first-half {
  padding-right: 2rem !important;
}
.second-half {
  padding-left: 2rem !important;
}

.modal-content {
  position: relative;
}

.modal-content-bg {
  /* background-color: rgba(243, 243, 243, 1); */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  border-radius: 10px;
}

.dark-mode .modal-content-bg {
  background-color: #2a2d3e;
}

label {
  position: relative;
}

.js-ajax-form label {
  top: 40px;
}

@media (max-width: 992px) {
  .modal-content-bg {
    width: 100%;
  }
  .modal-body {
    padding: 1rem !important;
  }
  .first-half {
    padding-right: calc(var(--bs-gutter-x) / 2) !important;
  }
  .second-half {
    padding-left: calc(var(--bs-gutter-x) / 2) !important;
  }
  .modal:not(.auditInfo) .modal-body {
    padding-bottom: 4rem !important;
  }
}

.form-floating > label {
  top: 2px !important;
  padding: 1rem 0.75rem 0rem 0 !important;
}

.form-floating > label.textarea-label {
  top: -4px !important;
  padding: 1rem 0.75rem 0rem 0.75rem !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.4rem) translateX(0.15rem) !important;
}

.form-floating > .form-control:focus ~ label.textarea-label,
.form-floating > .form-control:not(:placeholder-shown) ~ label.textarea-label,
.form-floating > .form-select ~ label.textarea-label {
  transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem) !important;
}

.form-floating > .form-control:focus ~ label.select,
.form-floating > .form-control:not(:placeholder-shown) ~ label.select,
.form-floating > .form-select ~ label.select {
  transform: scale(0.85) translateY(-1.7rem) translateX(0.15rem) !important;
  display: none !important;
}

.form-floating > .form-control:focus ~ label.file,
.form-floating > .form-control:not(:placeholder-shown) ~ label.file,
.form-floating > .form-select ~ label.file {
  /* display: none!important; */
  opacity: 1 !important;
  top: 18px !important;
  left: 103px !important;
  font-size: 16px !important;
}

input[type="file"] {
  color: transparent !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.form-control:focus {
  box-shadow: none !important;
}

.modal.show {
  justify-content: center !important;
  flex-direction: column !important;
  display: flex !important;
}

@media (max-width: 992px) {
  .modal.show {
    top: 45px;
    display: block !important;
  }

  .modal.show .modal-dialog {
    /* margin: 4rem 0; */
  }
}

#message-progress {
  margin-bottom: 0;
}

#message-progress p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

.dark-mode footer input[type="text"] {
  color: #fff !important;
  background: #212332 !important;
  border: none !important;
  font-size: 14px;
  margin-top: 0 !important;
  border-radius: 5px 0 0 5px !important;
}

input[type="text"].newsletter {
  height: 44px !important;
  padding: 9px 10px 9px 10px !important;
}

textarea:focus ~ label {
  display: none !important;
}

#teamModalInterest option {
  background: #fff;
}

.dark-mode #teamModalInterest option {
  background: #212332;
}

#contactModal.modal.show .modal-dialog,
#buyReport.modal.show .modal-dialog,
#teamModal.modal.show .modal-dialog {
  box-shadow: rgb(130 87 230 / 22%) 0px 0px 35px -5px,
    rgb(130 87 230 / 19%) 0px 8px 16px -8px !important;
  border-radius: 10px;
}

.modal.show .modal-content {
  border-radius: 10px;
  border: none;
}

.investors-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.investors-inner,
.investors-wrapper img {
  background-color: white;
}

.investors-inner {
  width: 460px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1rem;
}

.investors-inner > img {
  width: 90% !important;
}

.investors-wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}

.investors-wrapper img {
  width: 100%;
  border-radius: 10px;
  padding: 14px 18px;
}

.dark-mode .investors-wrapper img,
.dark-mode .investors-inner {
  background-color: #2a2d3e;
}

.modal-open {
  overflow-y: scroll !important;
}

@media (max-width: 992px) {
  .investors-inner > .investors-header > img {
    width: 48% !important;
    padding: 0 !important;
  }
  .modal-open .modal {
    overflow-y: scroll !important;
  }
  /* .modal-body {
        padding-bottom: 4rem!important;
    } */
}

footer .container {
  padding: 0rem !important;
}

header .container {
  padding-right: var(--bs-gutter-x, 0.75rem) !important;
  padding-left: var(--bs-gutter-x, 0.75rem) !important;
}

@media (max-width: 768px) {
  .investors-wrapper > img {
    display: none;
  }
  .investors-modal {
    position: relative;
  }
  .investors-inner {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 1rem;
  }
}

@media (max-width: 968px) {
  header .container,
  footer .container {
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
    padding-left: var(--bs-gutter-x, 0.75rem) !important;
  }
}

/* .modal {
    top: -50%!important;
    transition: all .5s ease-in-out!important;
}

.modal.show {
    visibility: visible!important;
    opacity: 1!important;
    top: 0%!important;
} */

.autocom-box-trending a,
.autocom-box a {
  width: 100%;
}

::placeholder {
  background-color: transparent !important;
}

#message-progress p {
  color: #198754 !important;
}

.date-inner {
  position: relative;
  left: -14px !important;
}

#strategic .investors-header h4 {
  font-size: 20px !important;
  line-height: 30px !important;
}

#strategic .investors-body p {
  font-size: 18px !important;
  text-align: center !important;
  margin-top: 25px !important;
}

#strategic input[type="text"] {
  color: #fff !important;
  background: #f3f3f3 !important;
  border: none !important;
  font-size: 14px;
  margin-top: 0 !important;
  border-radius: 5px 0 0 5px !important;
}

.dark-mode #strategic input[type="text"] {
  color: #fff !important;
  background: #212332 !important;
  border: none !important;
  font-size: 14px;
  margin-top: 0 !important;
  border-radius: 5px 0 0 5px !important;
}

#strategic button {
  background: rgb(130, 87, 230);
  border-radius: 0 5px 5px 0;
  padding: 0px 16px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
  color: white;
  white-space: nowrap;
}

/* #strategic form {
    width: 90%;
    margin: 0 auto;
} */

.na-graph {
  position: relative;
  left: -50px;
}

.private-header h3 {
  font-family: Poppins;
  color: #dc3545 !important;
  white-space: nowrap;
  font-size: 26px;
}

.thankyou-header h3 {
  font-family: Poppins;
  color: #08b237 !important;
  /*white-space: nowrap;*/
  font-size: 26px;
}

#thankyouModal p,
#privateModal p {
  font-family: Poppins;
  font-size: 16px;
}

#thankyouModal .modal-dialog,
#privateModal .modal-dialog {
  /*width: 100%!important;*/
}

@media (max-width: 968px) {
  .na-graph {
    position: relative;
    left: 0px;
  }
}

.form-check-input {
  cursor: pointer !important;
}

.modalfade {
  animation: fadeIn 0.1s;
  -moz-animation: fadeIn 0.1s; /* Firefox */
  -webkit-animation: fadeIn 0.1s; /* Safari and Chrome */
  -o-animation: fadeIn 0.1s; /* Opera */
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.disclaimer-wrapper .nav-link {
  background: #8257e6;
  border-radius: 10px;
  padding: 15px 30px;
  font-family: Poppins;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  border: none !important;
}

.disclaimer-wrapper p {
  line-height: 20px !important;
  font-size: 16px;
}

.disclaimer-wrapper label {
  font-size: 16px;
}

#disclaimerModal {
  z-index: 5000 !important;
}

#disclaimerModal .modal-content {
  overflow-y: scroll;
  height: 100vh;
  margin-top: 50px;
}
.lg-download {
  display: none !important;
}
.modal-form-c {
  max-height: 500px;
  width: 500px;
  overflow: hidden;
  overflow-y: scroll;
}
.slick-loader {
  position: relative;
}
.slick-loader.hide-loader::before,
.slick-loader.hide-loader::after {
  display: none;
}
.slick-loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(42 45 62 / 95%) !important;
}
.slick-loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 4px solid #1a1c27;
  border-top-color: #8257e6;
  animation: loading 2s linear infinite;
  z-index: 2;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal-url * {
  font-size: 12px !important;
  text-align: left;
}
path-circle {
  clip-path: circle(50% at 50% 50%);
}
.path {
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
}
.masthead-shapes__shape {
  transform: translateY(800px);
}
.masthead__title,
.masthead__text,
#heading-c-1,
.masthead__button {
  transform: translateY(100px);
}
.img-right {
  opacity: 0;
  transform: translateX(-100px);
}
.scroll-b-image {
  width: 20px;
  filter: invert(100%);
}
@media (max-width: 400px) {
  .form-columns-2 {
    display: block;
  }
  .form-columns-2 > div {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .recently-completed-row p {
    font-size: 12px !important;
  }
}
@media (max-width: 992px) {
  .modal-form-c {
    width: 100%;
  }
  #disclaimerModal {
    top: 0px !important;
  }
  #disclaimerModal .modal-content {
    margin-top: 0px !important;
  }
  #disclaimerModal .modal-body {
    padding-bottom: 2rem !important;
  }
}
