/*================================================================================
	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);
}

.Allocated {
   background-color: rgb(11, 103, 241);
}

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

.Pending{
   background-color: #ea54d1;
}

.Cash{
   background-color: rgb(237, 230, 14);
}

.Offline{
   background-color:#000000;
}


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

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

.glow {
   color: #fff;
   text-align: center;
   -webkit-animation: glow 1s ease-in-out infinite alternate;
   -moz-animation: glow 1s ease-in-out infinite alternate;
   animation: glow 1s ease-in-out infinite alternate;
 }

 @-webkit-keyframes glow {
   from {
     text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #FE151B, 0 0 40px #FE151B, 0 0 50px #FE151B, 0 0 60px #FE151B, 0 0 70px #FE151B;
   }
   to {
     text-shadow: 0 0 20px #fff, 0 0 30px #10314B, 0 0 40px #10314B, 0 0 50px #10314B, 0 0 60px #10314B, 0 0 70px #10314B, 0 0 80px #10314B;
   }
 }
