/*override*/
.dashboard-icon-inner {
    border-radius: 10px;
    background: #efefef!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: #000;
}

.dashboard-icon-inner:hover{
  border-radius: 10px;
    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;
    background-size: cover!important;
    background-attachment: scroll!important;
    background-position: left bottom!important;
    }

section#sp-home-dashboard {
    background: #e0d8c8!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;
}




/*master wong css*/
table {
  margin-top: 10px;
  color: #000!important;
}

/*background*/
.front-end-edit,
.data-view,
.kiple-form {
  background: #e0d8c8;
  padding: 15px;
  border-radius: 0px;
  margin-top: 30px;
  border: 1px solid #3a1909 ;
}

/*613*/
.form-page .front-end-edit form .controls input {
  width: 100% !important;
  border-radius: 0px;
  background: white!important;
}

/*payment form*/
div#jform_country_chzn {
    text-align: left;
}

div#jform_address_state_chzn {
    text-align: left;
}

form#form-payment button#btn-lg-tracking {
    float:left;
    background: #ff0000!important;
}

form#form-payment figure img {
    margin-left: 17%;
}

