/*Estilos para el dashbord del area privada*/


.table-promo-codes thead{
  background-color: var(--secondary-color);
  color: #fff;
}

.table-promo-codes tr:not(thead>tr){
  background-color:#f4f4f4
}

.table-promo-codes thead, .table-promo-codes tr{
  border-bottom: solid 10px #fff;
}

.table-promo-codes td:not(.switch-newsletter){
  position: relative;
}

.table-promo-codes .boton-ver-editar-panel{
  position: absolute;
  right:0;
  top: -5px
}

.switch-newsletter{
  position: absolute;
  right: 0;
  top: 10px;
}

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display:none;
}

.slider-reves {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider-reves:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked + .slider-reves {
  background-color: #66bb6a;
}

input:checked + .slider-reves:before {
  transform: translateX(26px);
}

.slider-reves.round {
  border-radius: 34px;
}

.slider-reves.round:before {
  border-radius: 50%;
}

.ico-btn-borrar-gris{
  width: 35px;
  height: 35px;
  background-position: -40px -3654px !important;
}

@media (max-width: 991px){
  .list-group-mobile{
    flex-direction: row !important;
    overflow-x: scroll;
    border-radius: 0 !important;
  }
  .list-group-mobile li{
    border-radius: 0 !important;
    white-space: nowrap;
  }

  .list-group-mobile li:not(:last-child){
    border: none;
    border-right: solid 1px #dadada;
  }
  .list-group-mobile li:last-child{
    border: none;
  }
}
