
body[data-theme-style="dark"] {
	background-color: #333 !important;
}

body[data-theme-style="light"] {
	background-color: #f1f3fa !important;
}

.form-control {
box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-o-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
}

.input-group {
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-o-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
}

.card {
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}
.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas, .card .card-statistic-3 .card-icon-large .far, .card .card-statistic-3 .card-icon-large .fab, .card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.font-statistics-dashboard {
        font-size: 80px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-pink {
    background: linear-gradient(135deg, #bd23ac 0%, #e743b6 100%) !important;
    color: #fff;
}

.navbar-main {
    background: #196764;
    background: -moz-linear-gradient(135deg, #00bf8f, #321751);
    background: -webkit-linear-gradient(135deg, #00bf8f, #321751);
    background: linear-gradient(135deg, #00bf8f, #321751); background-attachment: fixed;
    box-shadow: 0px 1px 20px gray;
    border-bottom: 0px !important;
}

.controls-top {
    margin-bottom: -3rem;
    z-index: 2;
    position: relative;
    float: left;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

.controls-bg {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 5px;
}
