<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** ADMIN LINK **/
#edit-website {
  background: #55B84E;
  height: 4px;
  width: 100%;
  position: fixed;
  top:0;
  z-index: 999999;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
}
#edit-website a {
  background: #55B84E;
  color: #fff;
  padding: 0px 15px;
  position: fixed;
  width: 200px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  font-size: 14px !important;
  top: 4px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.33);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#edit-website a:hover {
  background: #42973c;
}
#edit-website:hover,
#edit-website:hover a {
  background: #42973c;
}
#login-form {
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  position: fixed;
}
#login-form .frm-login,
#login-form .frm-logout {
  background: #fff;
  border: 1px solid #4e70b8;
  padding: 20px;
  width: 400px;
  height: 310px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}
#login-form .frm-login .form,
#login-form .frm-logout .form {
  margin: 0;
  width: 100%;
}
#login-form .frm-login #login-cancel,
#login-form .frm-logout #login-cancel {
  display: block !important;
  position: absolute;
  left: 200px;
  bottom: 35px;
}
#login-form .frm-login #errors,
#login-form .frm-logout #errors {
  position: absolute;
  color: #333;
  background: pink;
  top: -90px;
  width: 100%;
  left: 0;
  margin-left: -1px;
  border: 1px solid #fff;
  border-radius: 8px;
}
#login-form .frm-logout {
  height: 100px;
}
/*# sourceMappingURL=new-admin-link.css.map */</pre></body></html>