.noz_objects_games a.btn.btn-success:hover {
    background-color: #51c0cfc7;
    border-color: #51c0cfc7;
}

#navcol-1 .nav-link {
  background: #51C0CF;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Inter', sans-serif;
}

.search-top-bar {
  background: transparent;
  color: #000;
  border: none;
  padding: 5px;
  border-radius: 5px;
  margin: 0 15px;
}

.search-top-bar-box {
    background: #eaeaea;
    border-radius: 10px;
    height: 36px;
}

.search-top-bar:focus {
    border: none !important;
    outline: none !important;
}

.nav-link-button i {
  padding: 0 10px;
  color: #ffffff80;
}

#navcol-1 .nav-link-icon {
  background: #FFF;
  color: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
}

.card-populaire span {
  font-family: 'Poppins', sans-serif;
}

.card-populaire-1 {
  font-size: 18px;
  text-transform: initial;
  color: #374557;
}

.card-populaire-2 {
  font-size: 14px;
  color: #000;
}

.card-content-text {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  padding: 10px 0;
  font-weight: bold;
}

.progress-bar {
  background-color: #51C0CF;
}

.progress {
  margin-bottom: 10px;
}

.card-sub-box * {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.text-time-box {
  margin: 5px 0;
}

.bg-success2 {
  background: #C8EBE2;
  padding: 5px;
  border-radius: 15px;
  color: #374557;
  font-family: 'Poppins', sans-serif;
}

.card-cours2 {
  font-size: 9px;
  font-family: 'Poppins', sans-serif;
}

.btn-success {
  background: #51C0CF;
  border-color: #51C0CF;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.card-box-success {
  border-left: 8px solid #51C0CF;
}

.card-box-warning {
  border-left: 8px solid var(--bs-yellow);
}

.card-box-danger {
  border-left: 8px solid var(--bs-red);
}

.text-success {
    color: #51C0CF !important;
}

.noz_button.green {
    background: #51C0CF !important;
}

.noz_val_body_icon {
    color: #51C0CF !important;
}

h3 a.text-dark.text-decoration-none {
    color: #51C0CF !important;
}