<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.left-sidebar{
    position: fixed;
    top: 38%;
    z-index: 999;
}
.left-sidebar ul{
    border: none;
}
.left-sidebar i.fa{
    padding: 8px;
    font-size: 16px;
    color:#fff;
}
.left-sidebar li{
    width: 60px;
    opacity: 0.8;
    transition: .5s;
}
.left-sidebar li:nth-child(1){
    background: #868686;
}
.left-sidebar li:nth-child(2){

    background: #3b5999;
}

.left-sidebar li:nth-child(3){
    background: #55acee;

}

.left-sidebar li:nth-child(4){
    background: #25D366;
}

.left-sidebar li:nth-child(5){
    background: #0084ff;
}

.left-sidebar li:hover{
    width: 100px;
    opacity: 1;
}
.swal2-content label{
    text-align: left!important;
}</pre></body></html>