$chartColor = '#0CB5E5';

.logo.logo-sm {
    height: 40px;
}

.btn {
    background: #0CB5E5;
    background-color: #0CB5E5;
    background-image: none;
}

.btn:hover:not(:disabled):not(.disabled), .btn:active, .btn:focus, .btn .btn-primary:not(:disabled):not(.disabled):active, .btn .btn-primary:not(:disabled):not(.disabled).active, .btn .show > .btn-primary.dropdown-toggle {
    background: #5DCEEE;
}

.btn:hover, .btn:focus {
    background-color: #5DCEEE;
    background-image: none;
}

.card.map .card-buttons .btn-primary, .participant-profile .btn-primary, .share-buttons-container .btn-primary {
    background: #0CB5E5;
}

.card.map .card-buttons .btn-primary:hover, .participant-profile .btn-primary:hover, .share-buttons-container .btn-primary:hover,
.card.map .card-buttons .btn-primary:focus, .participant-profile .btn-primary:focus, .share-buttons-container .btn-primary:focus {
    background: #5DCEEE !important;
}

div.graph span {
    color: #0CB5E5;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:active {
    color: #0CB5E5;
}

.nav-tabs .nav-item .nav-link.active {
    color: #0CB5E5;
    border-bottom: 3px solid #0CB5E5;
}

.bg-accent {
    background: rgb(244, 142, 103);
}

.wizard .step-anchor > li.active .step-circle, .wizard .step-anchor > li.done .step-circle {
    background-color: #0CB5E5;
}

.wizard .step-anchor > li.active .step-circle::before, .wizard .step-anchor > li.done .step-circle::before {
    border: 2px solid #0CB5E5;
}

.wizard .step-anchor > li.active::before, .wizard .step-anchor > li.active::after, .wizard .step-anchor > li.done::before, .wizard .step-anchor > li.done::after {
    background: #0CB5E5;
}

.wizard .wizard-titles .active {
    color: #0CB5E5;
}

.landing h1, .bold-title, .card-header span, .page-header h1, .participant-profile h5, .participant-profile h6 {
    font-family: "Rubik";
  }

.landing h1, .page-header h1 {
    font-weight: bold;
}
