/* Temporário - gestão / lista de produtos bugada - Não relacionado com este plugin - Apenas Workaround */
.column-wpseo-title {
    width: 120px !important;
}
.column-wpseo-metadesc {
    width: 120px !important;
}
.column-wpseo-focuskw {
    width: 100px !important;
}

.column-wpseo-links {
    width: 30px !important;
}

.column-wpseo-linked {
    width: 30px !important;
}
/* FIM Temporário - gestão / lista de produtos bugada */



/* toggle switch slider */
.toggleswitch {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.toggleswitch label {
  margin: 0px 6px;
}

.toggleswitch span {
  padding-top: 1px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px; /*52*/
  height: 20px; /*26*/
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b5b5b5;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px; /*18*/
  width: 12px; /*18*/
  left: 4px; /*4*/
  bottom: 4px; /*4*/
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0078d4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0078d4;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px); /*26*/
  -ms-transform: translateX(16px); /*26*/
  transform: translateX(16px); /*26*/
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px; /*34*/
}

.slider.round:before {
  border-radius: 50%;
}
/* FIM toggle switch slider */

