.demo-style-switch {
    position: fixed;
    z-index: 9998;
    top: 150px;
    left: -220px;
    background: #FFFFFF;
}

.demo-style-switch:hover {
    opacity: 1 !important;
}

.demo-style-switch .switched-options {
    position: relative;
    width: 220px;
    text-align: left;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

.demo-style-switch .config-title {
    background: ;
  text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin-bottom: 5px;
}

.demo-style-switch ul {
    margin-bottom: 25px;
}

.demo-style-switch ul .active {
    color: #005885;
    font-weight: 700;
}

.demo-style-switch ul .p {
    font-weight: 400;
    font-size: 12px;
    color: #CCC;
    margin-top: 10px;
}

.demo-style-switch ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #808080;
}

.demo-style-switch ul li a:hover {
    color: #008ed6;
}

.demo-style-switch ul.styles {
    margin-top: 15px;
}

.demo-style-switch ul.styles li {
    display: inline-block;
    margin-right: 5px;
}

.demo-style-switch ul.styles li .color1,
.demo-style-switch ul.styles li .color2,
.demo-style-switch ul.styles li .color3,
.demo-style-switch ul.styles li .color4,
.demo-style-switch ul.styles li .color5, 
.demo-style-switch ul.styles li .color6,
.demo-style-switch ul.styles li .color7,  
.demo-style-switch ul.styles li .color8 {
    width: 35px;
    height: 35px;
}

.demo-style-switch ul.styles li .color1 {
    background: #ff4530;
}
 
.demo-style-switch ul.styles li .color2 {
    background: #a85ad4;
}

.demo-style-switch ul.styles li .color3 {
    background: #3dace1;
}

.demo-style-switch ul.styles li .color4 {
    background: #1abc9c;
}

.demo-style-switch ul.styles li .color5 {
    background: #6639b6;
}

.demo-style-switch ul.styles li .color6 {
    background: #3e50b4;
}

.demo-style-switch ul.styles li .color7 {
    background: #8ac249;
}

.demo-style-switch ul.styles li .color8 {
    background: #fe5621;
}


.demo-style-switch .switch-button {
    opacity: 1 !important;
    background: #d8d8d8;
    padding: 10px;
    font-size: 24px;
    color: #272727;
    position: absolute;
    overflow: hidden;
    right: -46px;
    top: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.demo-style-switch .switch-button:hover {
    color: #272727;
    cursor: pointer;
    text-decoration: none;
}
