.dashboard-bg * {
    font-family: 'Roboto', sans-serif;
}


.hidden {
    opacity: 0 !important;
    display: none;
    z-index: -9999 !important;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
}

.dashboard-bg .h1, .dashboard-bg h1 {
    font-size: 2rem;
}

.dashboard-bg .h5, .dashboard-bg h5 {
    font-size: 1.5rem;
}

.dashboard-bg .h6, .dashboard-bg h6 {
    font-size: .8rem;
}

.dashboard-bg {
    background-color: rgba(99, 199, 73, 0.70);
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 400ms ease-out;
    display: block;
    opacity: 1;
    top: 0;
    z-index: 9999;
}

.pre-search-bar {

}

@media (max-width: 765px) {
    .pre-search-bar {
        width: 80%;
        position: absolute;
        top: 100px;
    }
    .main-container-row {
        position: relative;
    }
}

#pre-search-bar {
    background-color: white;
}

.search-bar {
    margin-top: 20px;
    border: none;
    border-radius: 0px;
    border: solid 1px rgba(99, 199, 73, 0.90);
}
    .search-bar-input {
        border: none;
        padding: 0;
    }
        .search-bar-input:focus {
            outline: none;
            box-shadow: none;
        }

.search-bar-container {
    z-index: 9999;
}
.cards-main-container {
    height: 100%;
}
.cards-main-container .row{
    padding-top: 10px;
    height: 91%;
}
    .cards-main-container .card {
        border: none;
        border-radius: 20px;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
    }
    .cards-main-container .card .card-body {
        margin: 30px 20px 0px 20px;
    }
    .cards-main-container .card-title {
        color: #63c749;
        font-size: 2.5em;
        font-weight: 300;
    }


.card-fullbody {
    display:none;
}

.main-container-row {
    overflow: auto !important;
}

.expandable-card:hover {
    cursor: pointer;
}

.card-icon-right {
    float: right;
}
.statistics-card h1 {
    color: #63c749;
}
.statistics-card h5 {
    margin-top: -10px;
    font-weight: 300;
    padding-bottom: 20px;
}
.statistics-card {
    padding: 20px 20px 0px 20px;
}

.testimonials-image {
    width: 90px;
}

.col-quotes-author {
    padding: 0px;
}

.search-dashboard-close-button .btn{
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
    z-index: 9999;
    position: absolute;
    left: 10px;
    bottom: 25px;
}

@media (max-width: 1600px) {
    .cards-main-container .card-title {
        font-size: 2em;
    }
    .dashboard-bg .h1, .dashboard-bg h1 {
        font-size: 1.5rem;
    }

    .dashboard-bg .h5, .dashboard-bg h5 {
        font-size: 1rem;
    }

    .dashboard-bg .h6, .dashboard-bg h6 {
        font-size: .8rem;
    }

    .testimonials-image {
        width: 60px;
    }
}
