<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box { padding:15px; margin:0 0 15px; background:#fff; border-radius:2px; box-shadow:0 0 2px rgba(0,0,0,0.1); }
.box .box-cnt:after { content:''; display:block; clear:both; }
.box.box-small { position:relative; background:#fff; border-radius:2px 2px 3px 3px; }
.box.box-small .shdr { color:#5cb27c; font-weight:bold; font-size:18px; margin:0 0 10px; }
.box.box-small:before { content:''; position:absolute; left:0; bottom:0; right:0; height:4px; background:#5cb27c; background:linear-gradient(to right,#6fc18b 0%,#4d9a63 50%,#e0c58a 100%); background:-webkit-linear-gradient(left,#6fc18b 0%,#4d9a63 50%,#e0c58a 100%); border-radius:0 0 3px 3px; }
.box.box-big .hdr { margin:0 0 15px; }
.box:last-child { margin-bottom:0; }
.head { background:#fff; padding:10px 0 17px; margin-bottom:15px; box-shadow:0 4px 4px rgba(0,0,0,0.1); }
.head .content { width:980px; margin:auto; }
.head .content:after { content:''; display:block; clear:both; }
.head .logo { float:left; margin:5px 30px 0 15px; }
.head .section { float:left; line-height:26px; font-size:20px; font-weight:bold; padding:17px 0 20px 75px; margin-top:5px; text-transform:uppercase; font-family:Miso, opan sans, arial, sans-serif; border-left:1px solid #d6d6d6; background:url(/i/section.png) no-repeat 25px center; }
.head .logout { float:right; margin-top:17px; }
.head .wallet { float:right; margin:17px 30px 0 0; line-height:37px; }
.head .wallet a { font-size:14px; color:inherit; }
.page { min-height:100vh; min-width:980px; overflow:hidden; padding-bottom:130px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; position:relative; }
.main { width:980px; margin:auto; }
.main:after { content:''; display:block; clear:both; }
.side-left { float:left; width:220px; }
.side-right { float:right; width:220px; }
.side-center .sc-cnt:after { content:''; display:block; clear:both; }
.side-center.is-left { float:left; width:760px; }
.side-center.is-left .sc-cnt { padding-left:15px; }
.side-center.is-right { float:left; width:760px; }
.side-center.is-right  .sc-cnt { padding-right:15px; }
.side-center.is-left.is-right { width:540px; }
.footer { text-align:right; color:#5cb27c; background:#fff; position:absolute; left:0; bottom:0; right:0; }
.footer .content { width:980px; margin:auto; padding:30px 0; background:url(/i/dotpay.png) no-repeat 30px center; }
.footer .triso { color:#aaa; }
.login-form { width:320px; padding:15px 30px; margin:8vh auto 0; text-align:center; background:#fff; border-top:4px solid #5cb27c; border-radius:2px; box-shadow:0 0 5px rgba(0,0,0,0.1); }
.login-form .logo { text-align:left; }
.login-form .info { text-align:left; background:#f6faf8; padding:15px 30px; margin:15px -30px; }
.login-form .info h1 { margin-bottom:5px; font-family:Miso, opan sans, arial, sans-serif; }
.login-form .label { text-align:center; font-weight:bold; margin:10px 0; }
.login-form .inp { margin:5px 0; }
.login-form .inp input { width:100%; }
.login-form .buttons { margin:15px 0; }
.login-form .buttons .button { margin:5px 0; }
.box-menu ul,.box-menu li { list-style:none; margin:0; padding:0; }
.box-menu nav &gt; ul &gt; li { padding:5px; border-bottom:1px dashed #d6d6d6; }
.box-menu nav &gt; ul &gt; li &gt; .a { color:inherit; font-size:14px; }
.box-menu nav &gt; ul &gt; li &gt; .a:hover { color:#5cb27c; text-decoration:none; }
.box-menu nav &gt; ul &gt; li:last-child { border:none; }
.add-wallet { float:right; margin-top:-47px; }
.win { position:fixed; left:0; top:0; right:0; bottom:0; z-index:10000; }
.win .win-content { width:600px; max-width:95%; max-height:80%; margin:auto; position:absolute; top:10%; left:0; right:0; overflow:auto; z-index:10002; box-shadow:0 0 0 1px #fff inset; background:#fff; animation:win-show 300ms ease; -webkit-animation:win-show 300ms ease; }
.win .win-cnt { min-height:100px; padding:20px; }
.win .win-cnt.loading { background:url(/i/ajax-loader.svg) no-repeat center; background-size:16px; }
.win .win-bg { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.4); z-index:10001; }
.win .win-close { width:15px; height:15px; line-height:15px; font-size:20px; position:absolute; right:15px; top:18px; cursor:pointer; }
.win .win-close:hover { opacity:0.8; }
.win .hdr { color:#4c4c4c; font-size:16px; font-weight:bold; margin:-20px -20px 20px; padding:15px 40px 15px 20px; background:#eee; }
@keyframes win-show { 0% {  transform:scale(0);  }
 100% {  transform:scale(1);  }
 }
@-webkit-keyframes win-show { 0% {  -webkit-transform:scale(0);  }
 100% {  -webkit-transform:scale(1);  }
 }
.fc .fc-day.fc-past { background:#f6f6f6; }
.popup-rodo { visibility:hidden; opacity:0; position:fixed; z-index:9998; top:0; bottom:0; left:0; right:0; padding:0; background:rgba(0,0,0,0.7); transition:opacity 500ms; }
.popup-rodo.open { visibility:visible; opacity:1; }
.popup-rodo .popup { position:absolute; left:0; right:0; top:50%; transform:translateY(-50%); max-width:640px; max-height:70%; margin:auto; padding:30px 40px; background:#fff; border-radius:15px; overflow-y:auto; transition:all 500ms ease-in-out; }
.popup-rodo .popup .content { padding:0; line-height:1.4; color:#000; }
.popup-rodo .popup .content h1:first-child { margin-top:0; padding-top:0; }
.popup-rodo .popup .content .button.right { margin-left:4px; }
</pre></body></html>