/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.available, .accepted, .paid, .Active, .Accepted, .Paid, .Yes, .Completed{
   background-color: green;
}

.delivered,.Delivered,.New{
   background-color: rgb(120, 233, 120);
}

.Online{
   background-color: rgb(148, 255, 148);
}

.delivering,.Delivery{
   background-color: rgb(241, 207, 11);
}

.unavailable,.Closed,.Canceled,.Rejected,.Blocked, .No {
   background-color: #ea5455;
}

.Pending{
   background-color: #ea54d1;
}

.Offline{
   background-color:#000000;
}


.btn.btn-sm.btn-icon {
   padding: 0.5rem;
}

.red-boder {
   border: 3px solid red;
   padding: 15px;
}

/* ==========================================================================
   Sidebar branding

   All colours resolve from the --brand-* custom properties emitted by
   partials/_branding_css.blade.php (Settings > Branding & Theme), falling back
   to the stock theme colours when branding has not been configured.
   Loaded after the theme stylesheets, so it overrides components.css.
   ========================================================================== */

.main-menu.menu-light,
.main-menu.menu-light .navigation {
   background-color: var(--brand-sidebar, #ffffff);
}

/* menu list items (normal state) */
.main-menu.menu-light .navigation li a {
   color: var(--brand-menu, #625f6e);
}

/* selected top-level entry / open group parent */
.main-menu.menu-light .navigation > li.active > a {
   background: var(--brand-menu-active, #7367f0) !important;
   box-shadow: 0 4px 14px -4px var(--brand-menu-active, #7367f0) !important;
   color: var(--brand-menu-active-contrast, #ffffff) !important;
}

/* selected child link */
.main-menu.menu-light .navigation > li ul.menu-content li a.active {
   background: var(--brand-menu-active-light, #f0eefd) !important;
   color: var(--brand-menu-active, #7367f0) !important;
}

/* hover */
.main-menu.menu-light .navigation > li:not(.active) > a:hover,
.main-menu.menu-light .navigation > li ul.menu-content li a:not(.active):hover {
   color: var(--brand-menu-hover, #7367f0);
}
