#list_provider .material-switch{
    width: 85%;
}

@media (max-width: 1024px) {
    #list_provider .material-switch{
       width: 75%;
    }
}

@media (max-width: 768px) {
    #list_provider .material-switch{
       width: 55%;
    }
}


#list_provider .material-switch > label{
    width: 0%;
}


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 50px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px #333;
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/* DISABLED STYLE */
.material-switch.disabled{
    pointer-events: none;
}
.material-switch.disabled label{
    opacity: .5;
}

/* INTERRUPTOR SEGUN RED SOCIAL */

.label-wifigoStyle {
    background-color: rgba( 64,173,143,1);
}
.label-wifigo {
    background-color: #f0ad4e;
}
.label-twitter {
    background-color: #55ACEE;
}
.label-x-twitter {
    background-color: black;
}
.label-facebook {
    background-color: #3B5998;
}
.label-linkedin {
    background-color: #007bb6;
}
.label-instagram {
    background-color: black;
}
.label-foursquare {
    background-color: #f94877;
}
.label-google {
    background-color: #dd4b39;
}
.label-pinterest {
    background-color: #cb2027;
}

.label-weixin {
    background-color: #7bb32e;
}


