<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********

Dashboard styles

************/

.header .header-text,
.header .poweredby {
  display: none;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .contact-menu {
  display: none;
}
.footer &gt; a &gt; i {
  color: #BFBFBF;
  float: left;
  margin: 12px 1px 15px 11px;
  line-height: 13px;
}
.footer {
  height: 38px;
}
.footer-text {
  color: #FFFFFF;
  float: left;
  font-size: 19px;
  font-weight: bold;
  margin-top: 7px;
  padding-left: 34px;
  line-height: 23px;
}
.footer-text .second {
  color: #abaaaa;
  padding-left: 5px;
}
.dashboard-back-btn {
  font-weight: 600;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  width: max-content;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 35px;
  font-family: Arial !important;
  height: 26px;
  line-height: 26px;
}
.dashboard-back-btn:hover {
  color: #26ace3;
  border: 1px solid #26ace3;
  text-decoration: none;
}
</pre></body></html>