/* bizzio-sync-admin.css */

.wrap h1 {
    color: #0073aa;
}

.form-table th {
    width: 200px;
}

/* Toggle Switch Styles */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Текст ON/OFF в toggle */
.slider:after {
  content: 'OFF';
  position: absolute;
  right: 6px;
  top: 4px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

input:checked + .slider:after {
  content: 'ON';
  right: auto;
  left: 6px;
}

/* Пример за dashicons икона */
.wc-action-button-resend_order::after {
	font-family: Dashicons;
	/* content: "\f346"; dashicons-upload */
  /* content: "\f504"; dashicons-cloud-upload */
  /* Bizzio icon */
  content:  "\f13b";
	color: #ffffff;
  background-color: #0073aa;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  font-size: 18px;
}

/* При грешка можете да промените цвета */
.wc-action-button-resend_order.error::after {
	color: #dc3232;
}
