.wp-classic-menu-block>.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sidebar-main .menu-item a {
  display: block;
  padding: 8px 12px;
  border-radius: 8px;
  color: #9ca3af;
}


.sidebar-main .menu-item a img{
filter: invert(71%) sepia(22%) saturate(149%) hue-rotate(179deg) brightness(89%) contrast(83%);
}

.sidebar-main .current_page_item > a, 
.sidebar-main .menu-item a:hover {
  display: block;
  background-color:#030712;
}

.sidebar-main .current_page_item a {
  color: #9ca3af;
}

.sidebar-main .current_page_item a img, 
.sidebar-main .menu-item:hover a img {
filter: invert(71%) sepia(22%) saturate(149%) hue-rotate(179deg) brightness(89%) contrast(83%);
}



.page tr:hover {
  background-color: #f8fafc;
}


/* Product List active */
.page tr.active td:first-of-type span {
  /*background-color: #FCFCFC;*/
  color:#63BF36;
  font-size: 25px;
  line-height: 0px;
}

.page tr td:first-of-type span {
  /*background-color: #FCFCFC;*/
  color:darkorange;
  font-size: 25px;
  line-height: 0px;
}



  label.switch > div {
  margin-top: 20px;
  background-color: red;
  position: absolute  ;
}


 .switch {
    position: relative;
    display: block;
    width: 40px;
    height: 24px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  




  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


  a.action {
    text-decoration: none;
    transition-duration: 0.1s;
    padding: 2px 8px;
    border-radius: 6px;
  }
  
  a.action.edit {
    background-color: #F3F4F6;
    color: #959DA5;
  
  
  }
  
  a.action.frontend {
    background-color: #D5EDF6;
    border-color: #266DB6;
    color: #266DB6;
  }
  
  
  a.action.backend {
    color: #D33A2C;
    background-color: #FFE3E3;
    border-color: #FAA4A4;
  }
  
  