.wptv-pro-feature {
  opacity: .5;
  cursor: pointer;

  input, select, textarea, label, .wpmilitary-slider, .wp-picker-container {
    pointer-events: none;
  }
}

#adminmenu .menu-icon-wptv{
   div.wp-menu-image:before{
    color: deeppink;
  }
}


/**
* Switch Toggle
*/
.checkbox input[type="checkbox"] {
  display: none;

  &:checked ~ div {
    background: #7ad03a;
    box-shadow: 0 0 2px #7ad03a;

    label {
      transform: rotate(360deg);
      margin-left: auto;

      &::before {
        top: 4px;
        left: 10px;
        height: 12px;
        background: #7ad03a;
      }

      &::after {
        top: 10px;
        left: 3px;
        width: 6px;
        background: #7ad03a;
      }

    }


  }

  &:disabled ~ div {
    background: #666;

    label {
      background: #ddd;

      &::before, &::after {
        background: #666;
        border-radius: 5px;
      }
    }

  }

}

.checkbox div,
.checkbox label {
  border-radius: 50px;
}

.checkbox div {
  height: 30px;
  width: 50px;
  background: rgba(43, 43, 43, 1);
  position: relative;
  box-shadow: 0 0 2px rgba(43, 43, 43, 1);
  display: flex;
  align-items: center;
  padding: 0 5px;
  margin-top: 10px;
  transition: all .2s ease;
}

.checkbox label {
  height: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  &::before, &::after {
    background: rgba(43, 43, 43, 1);
    border-radius: 5px;
  }

  &::before {
    content: '';
    height: 13px;
    width: 3px;
    position: absolute;
    transform: rotate(45deg);
  }

  &::after {
    content: '';
    height: 3px;
    width: 13px;
    position: absolute;
    transform: rotate(45deg);
  }

}

/*----- Widget Style --------*/
[id*="_tv_country_list"] .widget-title h3 {
  display: flex;
  align-items: center;

  img {
    margin-right: 5px;
  }
}
