body {
  background: #ccc;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.superhumans-box.login {
  max-width: 1200px;
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto;
}

.superhumans-box.login .row {
  padding: 28px 20px;
  background: #fff;
  border: 1px solid #EC6A33;
}

.superhumans-box.dashboard {
  padding: 20px 0px;
  margin: 5px 15px 2px 0;
}

.superhumans-box.dashboard .row {
  padding: 28px 20px;
  background: #fff;
  border: 1px solid #EC6A33;
}

.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headline h2 {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #000;
  margin: 0;
}

.headline h2 a {
  color: #EC6A33;
  text-decoration: underline;
}

.superhumans-box.dashboard .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.superhumans-box.dashboard .headline h2 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #000;
  margin: 0;
}

.superhumans-box p {
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  color: #828282;
}

.superhumans-box .bottomline__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.superhumans-box .bottomline__soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  margin: 8px;
  border-radius: 50%;
}

.superhumans-box .bottomline__soc svg circle {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.superhumans-box .bottomline__soc a:hover svg circle {
  fill: #EC6A33;
}

.superhumans-box.dashboard .row {
  padding: 16px 20px;
  border: none;
  border-left: 4px solid #EC6A33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.superhumans-box.dashboard .bottomline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.superhumans-box.dashboard .bottomline__soc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 13px;
}

.superhumans-box.dashboard .bottomline__soc a:first-child {
  margin-left: 0;
}

.superhumans-box.dashboard p {
  font-size: 12px;
  text-align: left;
  color: #000;
}

.superhumans-box.dashboard .superhumans-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

#adminmenu a.toplevel_page_superhumans_settings img {
  max-height: 20px;
  padding-top: 5px !important;
}

.superhumans-box__icon img {
  max-height: 54px;
}

/** dashboard */
.superhumans-wrapp {
  padding: 15px 10px;
  display: block;
  background: #fff;
  margin: 15px;
}

.superhumans-wrapp form {
  padding: 10px 0;
}

.superhumans-wrapp form button[type="submit"] {
  background: #ec6a33;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.superhumans-wrapp form button[type="submit"]:hover {
  border: 1px solid #ec6a33;
  opacity: 0.7;
}

.superhumans-row-field {
  padding: 10px 10px;
  margin: 10px 0;
  border-bottom: 1px solid #a5a5a5;
  border-left: 4px solid #ec6a33;
}

.superhumans-row-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.superhumans-row-field label span {
  display: block;
  width: 250px;
  border-right: 1px solid #ccc;
  padding: 10px 0;
  margin: 0 10px 0 0;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}

.superhumans-wrapp__form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.superhumans-wrapp__form-body input[type=color] {
  -webkit-appearance: none;
  width: 60px;
  height: 32px;
}

.superhumans-wrapp__form-body input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.superhumans-row-field__descr {
  opacity: 0.7;
  margin-bottom: 0;
}

.box-100 {
  width: 100%;
}

.box-50 {
  width: 50%;
}

.box-33 {
  width: 33%;
}

.box-25 {
  width: 25%;
}

.box-20 {
  width: 20%;
}
/*# sourceMappingURL=style.css.map */