/*override*/
.dashboard-icon-inner {
    border-radius: 0px;
    background: #232323!important;
    border: 0px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px!important;
}
.dashboard-icon-inner:hover{
    border-radius: 0px;
}

.dashboard-icon-inner img{
    filter:invert(1);
}

.dashboard-icon-inner a {
    color: #fff;
}

.dashboard-icon-inner:hover{
    border-radius: 0px;
    background: #ff000a!important;
    border: 0px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px!important;
}

/*background*/
section#sp-main-body{
    background:none;background-image: url('/images/0_Dreamztech/lazykitchen/bg.jpg')!important;}

section#sp-home-dashboard {
    background: #000!important;
}


/*filter*/
input#filter_search {
    border-radius: 0px;
}

button.btn.hasTooltip.js-stools-btn-filter.btn-primary {
    border-radius: 0px;
}
button.btn.hasTooltip.js-stools-btn-filter:focus {
    outline: none;
}

/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
  height: 5px; width:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #868686;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff000a;
  border-radius:50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}