<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Frontend CSS */
.btn-set-home a.btn {
  background: #000000 !important;
  border-radius: 10px !important;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 1rem #dac795, 0 0 0.4rem #dac795, 0 0 1.4rem #dac795, inset 0 0 0.7rem #dac795 !important;
}

.btn-set-home a.btn span.inner figure i {
  background-image: linear-gradient(to bottom left, #ffc107, #ffc107) !important;
}

header div.nav ul.nav-menu li a {
  color: #000000 !important;
  border-right: 1px solid !important;
  border-radius: 50px !important;
}

.btn.btn-login {
  border: 2px solid !important;
  border-image: linear-gradient(to left, rgba(19, 19, 19, 0.1294117647) 0%, #b79b10 50%, rgba(19, 19, 19, 0.1294117647) 100%) 100% 0 100% 0/1px 0 1px 0 stretch !important;
  box-shadow: 0px 0px 1px 2px #b79b10 !important;
  margin: 15px !important;
  font-size: 11px;
  font-weight: bold;
}

.btn.btn-register {
  color: #000000 !important;
  border: 0 !important;
  padding-left: 0.6em !important;
  padding-right: 0.6em !important;
  border-image: linear-gradient(to left, rgba(19, 19, 19, 0.1294117647) 0%, #b79b10 50%, rgba(19, 19, 19, 0.1294117647) 100%) 100% 0 100% 0/1px 0 1px 0 stretch !important;
  background: #b79b10 !important;
  font-weight: bold !important;
}

div.b-bonus-box div.bonus-media {
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 1rem #dac795, 0 0 0.4rem #dac795, 0 0 1.4rem #dac795, inset 0 0 0.7rem #dac795 !important;
}

div.b-bonus-box div.bonus-media img {
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 1rem #dac795, 0 0 0.4rem #dac795, 0 0 1.4rem #dac795, inset 0 0 0.7rem #dac795 !important;
}

.text-theme, a.text-theme {
  color: #b79b10 !important;
}

div.p-list ul li a.active {
  border: 1px solid #b79b10 !important;
}

div.p-list ul li a.active {
  border: 1px solid #b79b10;
  color: #b79b10 !important;
}

.btn.btn-dark {
  background-color: #000000 !important;
  border-color: #b79b10;
}

.form-floating &gt; .form-control-plaintext:focus, .form-floating &gt; .form-control-plaintext:not(:placeholder-shown), .form-floating &gt; .form-control:focus, .form-floating &gt; .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  color: #ffffff !important;
}

[role=button] {
  cursor: pointer;
  background: #b79b10 !important;
  color: black !important;
}

div.mobile-nav a {
  background: #b79b10 !important;
}

div.mobile-nav a {
  color: #000000 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}</pre></body></html>