.sidebar-dark .nav-item .nav-link i{
    color: #fff;
}

.alert-error{
    background-color: red;
    color: #fff;
}

.red-color{
    color: red;
}

.green-color{
    color: #14a135;
}

.red-link{
    color: red;
    text-decoration: none;
}

/* DASHBOARD */
.prev-month-data{
	margin: .7em auto;
}
.prev-month-data span{
	font-size: .7em;
}

.inventory-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Inventory */
.card-header-right{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

/* Forms */
.form-btns{
    padding: 1em 0;
    text-align: center;
}

#ajaxEventAlert{
    position: absolute;
    top: 3rem;
    right: 2%;
    border: .2em solid #fff;
    padding: 1em;
    z-index: 999;
    width:max-content;
}

/* Dashboard charts */
.chart-div{
    height: 25rem;
}

.chart-canvas{
    display: flex;
    justify-content: center;
}

.red-text{
	color: red;
}



@media only screen and (max-width: 768px) {
    .mobile-hide{
        display: none;
    }

    body{
        font-size: .8em;
    }
  }