/* Minification failed. Returning unminified contents.
(39,32): run-time error CSS1046: Expect comma, found '0'
(39,36): run-time error CSS1046: Expect comma, found '/'
(76,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#navbar {
    background-color: #999 !important;
}
.highlight {
    padding: 10px;
}
.highlight:hover{
    background-color:lemonchiffon;

}
.login-container {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    margin: 100px auto auto;
    text-align: center;
    position: absolute;
    padding: 10px;
    left: 30%;
    right: auto;
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s;
}
#header a {
    color: white !important;
    text-decoration: none;
}
    .login-container .control-label {
        font-size: 14px !important;
    }

@media (max-width: 576px) {
    .login-container {
        left: 0%;
    }
}
@media (max-width: 412px) {
    #logo {
        display:none;
    }
}

body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #eee !important;
}

.row {
    --bs-gutter-x: 0rem !important;
}

.body-content {
    margin-top: 20px !important;
}

input, select, textarea {
    max-width: 100% !important;
}

.col-md-offset-2 {
    margin-top: 15px !important;
}

.hidden-input {
    display: none !important;
}

#myChart4 {
    max-height: 300px !important;
}

.container {
}

.card {
    background-color: #fff !important;
}

.nav-link {
    color: #fff !important;
}

    .nav-link:hover {
        color: #ff6a00 !important;
    }

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
}

.stats .card-title h5 {
    font-weight: bold;
}

.stats h6 {
    font-weight: bold;
}

.card {
    margin-top: 10px !important;
    margin-left: 10px !important;
}

