body {
  color: #000;
}

.border-dashed {
  border: 2px dashed #28a745 !important;
}

/***************************** Profile nav pills *****************************/
.nav-pills .nav-link {
  color: #28a745;
}
.nav-pills .nav-link:hover {
  color: #1e7e34;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #28a745 !important;
  color: #fff !important;
}
/***************************** Profile nav pills *****************************/

/***************************** Pagination (green) *****************************/
.page-item.active .page-link,
.pagination .page-item.active .page-link,
.dataTables_wrapper .page-item.active .page-link,
.cms-pagination .page-item.active .page-link,
.cms-pagination [aria-current="page"] span,
.cms-theme-scope .cms-pagination [aria-current="page"] span,
.cms-theme-scope .cms-pagination .page-item.active .page-link,
.cms-theme-scope .cms-pagination .is-active {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.page-link,
.pagination .page-link,
.dataTables_wrapper .page-link {
  color: #28a745;
}
.page-link:hover,
.pagination .page-link:hover,
.dataTables_wrapper .page-link:hover {
  color: #1e7e34;
  background-color: #e9f7ef;
  border-color: #c3e6cb;
}
.page-link:focus,
.pagination .page-link:focus,
.dataTables_wrapper .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  color: #1e7e34;
}
.page-item.disabled .page-link,
.dataTables_wrapper .page-item.disabled .page-link {
  color: #6c757d;
}
/***************************** Pagination (green) *****************************/

/***************************** FAQ *****************************/
.faq .card-header {
  background: none;
  border: none;
  position: relative;
  padding: 0;
}
.faq .card {
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  overflow: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
.faq .card-header a,
.cms-custom-html-island .faq .card-header a {
  padding: 20px 30px 20px 20px;
  border-radius: 7px;
  background: #ffffff;
  font-weight: 600;
  font-size: 15px;
  color: #1c1d3e !important;
  text-transform: capitalize;
  display: inline-block;
  width: 100%;
}
.faq .card-header a:hover,
.faq .card.active .card-header a,
.faq .card .card-header a[aria-expanded="true"],
.cms-custom-html-island .faq .card-header a:hover,
.cms-custom-html-island .faq .card.active .card-header a,
.cms-custom-html-island .faq .card .card-header a[aria-expanded="true"] {
  background: #28a745 !important;
  color: #ffffff !important;
}
.faq .card-header a i,
.cms-custom-html-island .faq .card-header a i {
  color: inherit !important;
}
/***************************** FAQ *****************************/

/***************************** Custom image test *****************************/
.cms-custom-html-island a:not(.dropdown-item):not(.btn) {
  color: #28a745;
}
.cms-custom-html-island a:not(.dropdown-item):not(.btn):hover {
  color: #1e7e34;
}
.cms-custom-html-island a.btn-success,
.cms-custom-html-island a.btn-success:hover,
.cms-custom-html-island a.btn-success:focus,
.cms-custom-html-island a.btn-primary,
.cms-custom-html-island a.btn-primary:hover,
.cms-custom-html-island a.btn-danger,
.cms-custom-html-island a.btn-danger:hover,
.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
a.btn.btn-success,
a.btn.btn-success:hover,
a.btn.btn-success:focus {
  color: #fff !important;
}
.dropdown-menu .dropdown-item,
.cms-custom-html-island .dropdown-menu .dropdown-item,
.cms-custom-html-island .dropdown-menu a.dropdown-item {
  color: #000 !important;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.cms-custom-html-island .dropdown-menu .dropdown-item:hover,
.cms-custom-html-island .dropdown-menu .dropdown-item:focus {
  color: #000 !important;
  background-color: #f8f9fa;
}
.custom-image-test-tabs {
  border-bottom: 1px solid #dee2e6;
}
.custom-image-test-tabs .nav-link {
  color: #28a745;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.4rem 0.9rem;
}
.custom-image-test-tabs .nav-link.active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 600;
}
.custom-image-test-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #1e7e34;
}
.text-info-custom {
  color: #17a2b8 !important;
}
.custom-image-test-submit,
.btn.btn-success.custom-image-test-submit {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff !important;
}
.custom-image-test-submit:hover,
.btn.btn-success.custom-image-test-submit:hover {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
  color: #fff !important;
}
#captcha-filename {
  cursor: pointer;
  background: #fff;
}
.text-red {
  color: #dc3545;
}
.b-6 {
  font-weight: 600;
}
/***************************** Custom image test *****************************/

/***************************** Use Cases *****************************/
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .use-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.use-case-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 130px;
  height: 100%;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
}
.use-case-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex-shrink: 0;
}
.use-case-card h6 {
  margin: 0.75rem 0 0;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
}
/***************************** Use Cases *****************************/

