<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
}
html &gt; body {
  background-color: #fff;
}
body {
  margin: 0;
}
.esaf-pro-dashboard {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.esaf-pro-dashboard h1,
.esaf-pro-dashboard h2,
.esaf-pro-dashboard h3,
.esaf-pro-dashboard h4,
.esaf-pro-dashboard h5,
.esaf-pro-dashboard h6 {
  color: #474747;
}
#esaf-dash-wrapper h3 {
  font-size: 29px;
  font-weight: 700;
  color: #474747;
  letter-spacing: normal;
  line-height: 32px;
}
.esaf-pro-dashboard-header {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background-color: #32373b;
}
.esaf-pro-dashboard-header .esaf-pro-dashboard-back-link {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.esaf-pro-dashboard-header .esaf-pro-dashboard-back-link svg {
  width: 26px;
  fill: #b7bcc0;
}
.esaf-pro-dashboard-header .esaf-pro-dashboard-back-link:hover svg {
  fill: #ffffff;
}
.esaf-pro-dashboard-header h1 {
  color: #b7bcc0;
  font-size: 31px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: normal;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  flex-grow: 1;
}
.esaf-pro-dashboard-header .esaf-pro-dashboard-header-logo {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.esaf-pro-dashboard-header .esaf-pro-dashboard-header-logo img {
  height: auto;
  max-width: 100%;
  max-height: 45px;
}
.esaf-pro-dashboard-header h1:before {
  display: none !important; /* Fix for TwentyNineteen theme */
}
.esaf-pro-dashboard-header .avatar {
  border: 1px solid #b7bcc0;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  cursor: pointer;
}
.esaf-pro-dashboard-header .ea-icon {
  color: #b7bcc0;
  font-size: 33px;
  line-height: 1;
  cursor: pointer;
}
.esaf-pro-dashboard-header-menu {
  display: flex;
  position: relative;
}
.esaf-pro-dashboard-header-menu-drop {
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 1s linear;
  top: 100%;
  right: 100%;
  margin-right: -80px;
  z-index: 1;
  padding-top: 25px;
  width: 265px;
}
.esaf-pro-dashboard-header-menu:hover .esaf-pro-dashboard-header-menu-drop {
  display: block;
  opacity: 1;
}
.esaf-pro-dashboard-header-menu-content {
  background-color: #32373b;
  border-radius: 10px;
  padding: 10px;
}
.esaf-pro-dashboard-user-box {
  border: 3px solid #b7bcc0;
  padding: 5px;
  display: flex;
  align-items: center;
}
.esaf-pro-dashboard-user-box .avatar {
  margin: 0 15px 0 5px;
  cursor: default;
}
.esaf-pro-dashboard-user-name {
  color: #b7bcc0;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 4px;
}
.esaf-pro-dashboard-user-username-id {
  color: #b7bcc0;
  font-size: 14px;
  line-height: 1;
}
.esaf-pro-dashboard-header-menu-content a {
  display: block;
  color: #b7bcc0;
  font-size: 17px;
  margin: 10px 0 5px 0;
  padding-left: 10px;
  text-decoration: none;
  line-height: 1;
}
.esaf-pro-dashboard-header-menu-content a:link,
.esaf-pro-dashboard-header-menu-content a:visited {
  color: #b7bcc0;
  text-decoration: none;
}
.esaf-pro-dashboard-header-menu-content a:hover,
.esaf-pro-dashboard-header-menu-content a:active,
.esaf-pro-dashboard-header-menu-content a:focus {
  color: #ffffff;
  text-decoration: none;
}
.esaf-pro-dashboard-layout {
  display: flex;
  flex: 1;
}
.esaf-pro-dashboard-menu {
  flex-shrink: 0;
  background-color: #32373b;
}
.esaf-pro-dashboard-menu a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 60px;
  color: #b7bcc0;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
}
.esaf-pro-dashboard-menu a:link,
.esaf-pro-dashboard-menu a:visited {
  color: #b7bcc0;
  text-decoration: none;
}
.esaf-pro-dashboard-menu a.esaf-nav-active,
.esaf-pro-dashboard-menu a:hover,
.esaf-pro-dashboard-menu a:active,
.esaf-pro-dashboard-menu a:focus {
  color: #ffffff;
  text-decoration: none;
}
.esaf-pro-dashboard-menu a.esaf-nav-active {
  background-color: #222629;
}
.esaf-pro-dashboard-menu a svg,
.esaf-pro-dashboard-menu a .ea-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -13px;
  max-width: 26px;
}
.esaf-pro-dashboard-menu a svg {
  fill: currentColor;
}
.esaf-pro-dashboard-menu a .ea-icon {
  color: inherit;
  font-size: 21px;
  left: 13px;
}
.esaf-pro-dashboard-content {
  flex-grow: 1;
  min-width: 0;
  padding: 60px;
  color: #474747;
}
.esaf-pro-dashboard button {
  transition: background 150ms ease-in-out;
  background-color: #32373b;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #b7bcc0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  margin: 0;
  padding: 16px 22px 17px 22px;
  text-decoration: none;
  vertical-align: bottom;
  text-transform: uppercase;
}
.esaf-pro-dashboard button:hover {
  background-color: #32373b;
  color: #b7bcc0;
  cursor: pointer;
  text-decoration: none;
}
.esaf-pro-dashboard button:focus {
  background-color: #32373b;
  color: #b7bcc0;
  outline: thin dotted;
  outline-offset: -4px;
}
.esaf-pro-dashboard-login,
.esaf-pro-dashboard-signup {
  display: flex;
  justify-content: center;
  color: #474747;
  background-color: #fff;
}
.esaf-pro-dashboard-login-content,
.esaf-pro-dashboard-signup-content {
  padding: 75px 20px 20px 20px;
  width: 600px;
  max-width: 100%;
  font-size: 15px;
  line-height: 1.3;
}
.esaf-pro-dashboard-signup-content {
  width: 900px;
}
.esaf-pro-dashboard-login-content h1,
.esaf-pro-dashboard-signup-content h1 {
  margin: 0 0 20px 0;
  font-size: 45px;
  font-weight: 700;
  color: #474747;
  line-height: 54px;
  letter-spacing: normal;
  padding: 0;
}
.esaf-pro-dashboard-login-content h1:before,
.esaf-pro-dashboard-signup-content h1:before {
  display: none !important; /* Fix for TwentyNineteen theme */
}
.esaf-pro-dashboard-login-content h3 {
  margin: 20px 0 20px 0;
  font-size: 27px;
  font-weight: 700;
  color: #474747;
  letter-spacing: normal;
  line-height: 32px;
  padding: 0;
}
.esaf-pro-dashboard-login-content label,
.esaf-pro-dashboard-signup-content label {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: normal;
}
.esaf-pro-dashboard-login-content .esaf-form-label,
.esaf-pro-dashboard-signup-content .esaf-form-label {
  margin-bottom: 5px;
}
.esaf-pro-dashboard-login-content .esaf-form-row &gt; input[type="checkbox"],
.esaf-pro-dashboard-signup-content .esaf-form-row &gt; input[type="checkbox"] {
  margin-right: 5px;
}
.esaf-login-actions {
  margin: 20px 0;
  font-size: 13px;
}
.esaf-login-actions a,
.esaf-login-actions a:link,
.esaf-login-actions a:visited,
.esaf-login-actions a:hover,
.esaf-login-actions a:active {
  color: #474747;
  text-decoration: none;
}
.esaf-custom-links-form label {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}
.esaf-custom-links-form p {
  margin-bottom: 20px;
}
.esaf-pro-dashboard table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.esaf-pro-dashboard table th,
.esaf-pro-dashboard table td {
  border: 1px solid #DADADA;
}
.esaf-pro-dashboard table th,
#esaf-dashboard-custom-links-table th {
  text-transform: uppercase;
  padding: 20px 10px;
}
.esaf-pro-dashboard table td,
#esaf-dashboard-custom-links-table td {
  padding: 15px;
  text-align: center;
}
.esaf-pro-dashboard table td a {
  color: #20A2C3;
  text-decoration: none;
  font-weight: 600;
}
.esaf-pro-dashboard table table {
  margin-bottom: 0;
}
.esaf-mepr-coupon-valid-products tr td {
  border: none;
  text-align: left;
}
/* Responsive styles */
.esaf-pro-dashboard-responsive-nav {
  display: none;
  margin-bottom: 15px;
}
.esaf-pro-dashboard-responsive-nav-toggle {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .esaf-pro-dashboard-layout {
    flex-direction: column;
  }
  .esaf-pro-dashboard-responsive-nav {
    display: block;
    padding: 20px 20px 0 20px;
  }
  .esaf-pro-dashboard-menu {
    display: none;
  }
  .esaf-pro-dashboard-content {
    padding: 20px;
  }
}
</pre></body></html>