.ui-switcher {
    background-color: #bdc1c2;
    display: inline-block;
    height: 20px;
    width: 48px;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.ui-switcher:before {
    font-family: sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 6px;
    height: 12px;
    width: 20px;
    text-align: center;
}

.ui-switcher[aria-checked=false]:before {
    content: 'OFF';
    right: 7px;
}

.ui-switcher[aria-checked=true]:before {
    content: 'ON';
    left: 7px;
}

.ui-switcher[aria-checked=true] {
    background-color: #25ba9a;
}

.ui-switcher:after {
    background-color: #ffffff;
    content: '\0020';
    display: inline-block;
    position: absolute;
    top: 2px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    transition: left 0.25s;
}

.ui-switcher[aria-checked=false]:after {
    left: 2px;
}

.ui-switcher[aria-checked=true]:after {
    left: 30px;
}

.ui-switcher[aria-checked=true] {
    background-color: #3471bf;
}

#lsoaListtogglediv .ui-switcher[aria-checked=true] {
    background-color: #07a2ff;
}

#chPointstogglediv .ui-switcher[aria-checked=true] {
    background-color: #9542fb;
}

#heatmaptogglediv .ui-switcher[aria-checked=true] {
    background-color: #f23ed6;
}

#lsoaElectrictogglediv .ui-switcher[aria-checked=true] {
    background-color: #34bfa5;
}

#lsoaGastogglediv .ui-switcher[aria-checked=true] {
    background-color: #60a2a5;
}

#knowledgetogglediv .ui-switcher[aria-checked=true] {
    background-color: #b81718;
}

#gsptogglediv .ui-switcher[aria-checked=true] {
    background-color: #99402b;
}

#epcTypeAtogglediv .ui-switcher[aria-checked=true] {
    background-color: #02895d;
}

#epcTypeBtogglediv .ui-switcher[aria-checked=true] {
    background-color: #1bb359;
}

#epcTypeCtogglediv .ui-switcher[aria-checked=true] {
    background-color: #8cc637;
}

#epcTypeDtogglediv .ui-switcher[aria-checked=true] {
    background-color: #f0c713;
}

#epcTypeEtogglediv .ui-switcher[aria-checked=true] {
    background-color: #f8b368;
}

#epcTypeFtogglediv .ui-switcher[aria-checked=true] {
    background-color: #f18421;
}

#epcTypeGtogglediv .ui-switcher[aria-checked=true] {
    background-color: #d4340d;
}

#epcTypeNonetogglediv .ui-switcher[aria-checked=true] {
    background-color: #000;
}

#datapoints_net_demand_div .ui-switcher[aria-checked=true]{
    background-color: #17becf;
}

#datapoints_generation_div .ui-switcher[aria-checked=true]{
    background-color: #d40dd1;
}

#datapoints_import_div .ui-switcher[aria-checked=true]{
    background-color: #c82f2f;
}

#datapoints_solar_div .ui-switcher[aria-checked=true]{
    background-color: #fbf868;
}

#datapoints_wind_div .ui-switcher[aria-checked=true]{
    background-color: #1508a6;
}

#datapoints_stor_div .ui-switcher[aria-checked=true]{
    background-color: #0b0b0b;
}

#datapoints_other_div .ui-switcher[aria-checked=true]{
    background-color: #489341;
}
