/*.custom_data{*/
/*    background: #535353;*/
/*    padding: 0.9rem 0 !important;*/
/*}*/
/*.custom_data h6{*/
/*    margin-bottom: 0!important;*/
/*}*/

table .badge{
    font-size: 0.7rem;
    text-transform: capitalize;
    padding-top: 0.5rem;
}
#canv{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.login_page_bg{
    background-image: radial-gradient(ellipse farthest-corner at center top, hsla(230, 100%, 15%, 1) 0%, hsla(231, 90%, 1%, 1) 100%);
}
.nav-link{
    position: relative;
}
.nav-link .badge {
    text-transform: uppercase;
    border-radius: 50%;
    padding: 0.25rem;
    margin-left: 0.4rem;
    width: 1.2rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.input-group.input-group-outline select.form-control{
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 0.7rem;
}
.alert-success {
    color: #2e6930;
    background-color: #dbefdc;
    border-color: #c9e7cb;
    background-image: none;
}
.loader{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: white;
}