﻿a {
    color: #39af27;
}
.fa-star {
    color: #5F5F5F;
}
.fa-star.filled {
    color: #f96302;
}

.bootstrap-loader {
    width: 100%;
    display: none;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    z-index: 50000;
    overflow: hidden;
}

    .bootstrap-loader img {
        margin: 25% auto;
        display: block;
    }

.card h3 {
    font-weight: 700;
}
.card .card-category {
    font-size: 1rem;
    font-weight: normal;
}
.card .card-category-value {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
}

.card-header {
    background-color: rgba(0,0,0,0);
    border-bottom: none;
}

.dtp .material-icons {
    color: black;
}

.pagination .active .page-link {
    background-color: #39AF27 !important;
}

.pagination .page-link {
    border-color: #39AF27 !important;
}

.btn-group .active, .nav-pills .active {
    background-color: #39AF27 !important;
}

.nav-link a {
    color: black !important;
}
.nav-link.active a {
    color: white !important;
}
.font-1 {
    font-size: 1rem;
}