.logo-color-text {
  background: linear-gradient(219deg, #00A199 19%, transparent 19%, transparent 20%, #00BF8F 20%, #00A199 39%, transparent 39%, transparent 40%, #00A199 40%, #008392 59%, transparent 59%, transparent 60%, #00A199 60%, #00BF8F 79%, transparent 79%, transparent 80%, #00A199 80%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.main-sidebar {
  background-color: #f1f1f1 !important;
}

.bg-info {
  background: linear-gradient(113deg, #00BF8F 78%, #008392 78%);
}

.navbar-light {
  background-color: #00A199;
}

.nav-2 {
  background: #00A199;
}

.card-header a {
  color: #00A199;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  border-bottom: #00A199 solid 2px;
  background: #f7f5f5;
}

.nav-sidebar > .nav-item .nav-icon {
  text-align: left;
  width: 1.2rem;
  margin-top: 4px;
  color: #00A199;
}

.custom-color-header {
  color: #1b1d1d !important;
  background-color: #dddddd;
}

.btn-primary {
  color: #fff;
  background-color: #00BF8F !important;
  border-color: #00BF8F !important;
}

.page-link {
  color: #00A199;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #00A199 !important;
  border-color: #00A199 !important;
}

.dropdown.bootstrap-select .dropdown-footer,
.dropdown-header {
  padding: 0.2rem 1rem;
  background: #00A199;
  color: #fff;
}

.bg-light {
  background-color: #f1f1f1 !important;
  border-bottom: #d1d1d1 solid 1px;
  border-top: #d1d1d1 solid 1px;
}

.facet-filter .btn-success {
  background-color: #00A199 !important;
  border-color: #00A199 !important;
  color: #fff;
  padding: 0 5px;
}

.facet-filter .btn-secondary {
  background-color: #00A199 !important;
  border-color: #00A199 !important;
  color: #fff;
}

.btn-one {
  color: #fff;
  background-color: #00BF8F !important;
  border-color: #00BF8F !important;
}

.btn-two {
  color: #fff;
  background-color: #00A199 !important;
  border-color: #00A199 !important;
}

.btn-t .nav-2 {
  background: #00A199;
}

.nav-2 a {
  color: #fff;
}

.nav-2 li {
  border-right: #00A199 solid 1px;
}

.nav-2 a:hover {
  color: #fff;
  background: linear-gradient(94deg, #00A199 0%, #00A199 100%);
}

.nav-2 a.active {
  color: #fff;
  background: linear-gradient(94deg, #ffffff, #ffffff);
  color: #00A199;
  margin: 2px 2px 0 2px;
}

.bg-olive.btn:not(:disabled):not(.disabled):active,
.bg-olive.btn:not(:disabled):not(.disabled).active,
.bg-olive.btn:active,
.bg-olive.btn.active {
  background-color: #00A199 !important;
  border-color: #6d4f7d;
  color: #fff;
}

.bg-olive.btn:hover {
  border-color: #00A199;
}

.dropdown-item:active {
  background-color: #00BF8F;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #00BF8F;
}

.widget-user .widget-user-header:hover {
  transform: scale(1.06);
  background: linear-gradient(113deg, #00BF8F 78%, #008392 78%);
}

.fixed-back-button {
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 15px;
  margin: 0;
  background-color: #00BF8F;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 15px;
  z-index: 999;
  text-align: center;
}

.fixed-back-button:hover {
  color: #00BF8F;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid rgb(207, 207, 207);
}

.card-primary.card-outline {
  border-top: 3px solid #00A199;
}
