body{
    font-family: "Poppins", sans-serif;
}
.loginPage.bg-gradient-primary{
    background-image: url('./../img/login-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

form.user .form-control-user {
    font-size: .8rem;
    border-radius: 10px;
    padding: 1.5rem 1rem;
}

.loginPage form.user .btn-user {
    color: #fff;
    background-color: #408EFD;
    border-color: #408EFD;
    border-radius: 10px !important;
    font-size: 14px;
    margin-top: 46px;
    text-transform: uppercase;
}

.form-group{
    margin-bottom: 0;
    position: relative;
}

.form-group input, .form-group input::placeholder{
    color: #8f8f8f;
}

.copyright-text{
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 46px;
}

.eye-icon{
    position: absolute;
    bottom: 17px;
    right: 20px;
}

.sidebar{
    background-image: linear-gradient(#3C629F, #05152D);
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 30px;
}
.sidebar-dark .sidebar-brand{
    text-align: left;

}
.sidebar-brand img{
    width: 120px;
}

#content{
    background-color: #05152E;
}
.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
    font-weight: 500;
    background-color: #408EFD;
    max-width: 100%;
    border-radius: 8px 0 0 8px;
}
.sidebar-dark .nav-item .nav-link img{
    margin-right: 10px;
}
footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
    background: #05152E;
}

.dashboard-title h1{
    color: #fff;
    font-size: 24px;
}

.chart-header{
    margin-top: 36px;
}

.chart-header h2, .chart-header label{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.chart-header select {
    background-color: #294777;
    border-color: #294777;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-size: 13px;
    width: 130px;
    -webkit-appearance: none;
}  

.relative{
    position: relative;
}

.angle-small-down{
    position: absolute;
    bottom: 17px;
    right: 15px;
    width: 10px;
}

#chartContainer{
    background-image: linear-gradient(#3C629F, #05152D);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 20px;
}   

#chartContainer rect{
    fill: transparent;
}
#chartContainer text{
    fill: #FFFFFF !important;
}
.highcharts-title{
    display: none;
}

.log-out{
    position: fixed !important;
    bottom: 25px;
}

.RD-container{
    background-image: linear-gradient(#3C629F, #05152D);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    padding: 20px;
    width: 100%; 
    min-height: 500px; 
    margin-top: 20px;
}
.RD-ID-List{
    padding-left: 0;
}
.RD-ID-List-element{
    background-color: #294777;
    list-style: none;
    padding: 15px 18px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.RD-ID-List-num{
    background-color: #27C900;
    color: #FFFFFF;
    padding: 4px 8px;
    margin-right: 25px;
    border-radius: 10px;
}
.RD-ID-List-address{
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.inner-header h2 {
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    margin-top: 30px;
}