<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.payment-button {
    background-color: #ff0000;
    position: absolute;
}

.header-light { padding-top: 20px; padding-bottom: 20px;}

.mobile-payment {width:100%;background-color: #ff0037;position: absolute;top: 110px;left: 0;right: 0;z-index: 999;padding: 5px;box-sizing: border-box;text-align: center;}
.mobile-payment a {color:#fff;font-size: 15px;font-weight: bold;}

#topbar .social-icons {display: inline-flex;align-items: center;height: 100%;}
#topbar .social-icons a i {background: #ffffff;border-color: #ffffff;}
#topbar address span i {background: #ffffff;width:34px;height:34px;border-radius:3px;display:inline-flex;align-items: center;justify-content: center;margin: 0px;}
#topbar address span {font-size: 15px;font-weight: 700;display:inline-flex;align-items: center;justify-content: center;color: #fff;margin: 0px;gap: 10px;}
#topbar address span a { color: #fff;}
#topbar address {display: inline-flex;gap:20px;margin: 0px;}
#topbar {padding: 20px 0px;border-bottom: 4px dashed #fff;}

.sidebar-container {padding: 15px;border-radius: 10px;box-shadow: 0px 0px 5px #dddddd;}
.sidebar-container .menu-list li {border-radius: 0px;position: relative;}
.sidebar-container .menu-list li a {font-size: 15px;line-height: normal;font-weight: 400;word-wrap: break-word;padding-right: 39px;/* border: none !important; */}
.sidebar-container .menu-list li a:before {bottom: 10px !important;top: 10px;position: absolute;right: 10px;display: inline-flex;align-items: center;justify-content: center;}
.sidebar-container .menu-list li a.active {border:none;}
</pre></body></html>