<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#logout .fa-power-off {
    background: transparent;
    color: #86754d;
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;display:block;
    transition: 0.3s;
    font-size: 15px;margin-right:0px;
}

#logout .fa-power-off:hover{text-decoration:none;color:#000}

#logout .logout{color:#fff;text-decoration:none;}



</pre></body></html>