.btn-inventory {
    background-color: #FFC107 !important;
    color: #2E7D32 !important;
    font-weight: bold !important;
    border: none !important;
}

/* Sidebar background & default text */
.sidebar {
    background-color: #128159 !important;
    color: #ffffff !important;
}

/* Default links white */
.sidebar a {
    color: #fff !important;
}

/* Active link text black */
.sidebar li.active a {
    color: #fff !important;
    text-decoration: none;
    background: #128059 !important;
}

.yellow-btn-admin {
    background-color: #d9b65a !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 400 !important;
}

.cart-btn,
a.cart-btn,
.cart-btn:hover {
    background-color: #128059 !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px !important;
    /* padding: 10px 18px;*/
    border: none;
    border-radius: 50px !important;
}

.sidebar-default .iq-sidebar-menu .iq-menu li a[aria-expanded="true"] {
    color: #d9b65a !important;
}

.iq-sidebar-menu .iq-menu li a:hover svg {
    color: #d9b65a !important
}

.sidebar-default .iq-sidebar-menu .iq-menu>li.active>a {
    color: #fff !important;
    text-decoration: none;
    background: #128059 !important;
}

.sidebar-default .iq-sidebar-menu .iq-menu>li.active>a svg {
    color: #d9b65a !important;
}

.divheader {
    background: #F4C542 !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    color: #fff;
}

.bg-danger {
    background-color: red !important;
}