/* GLOBAL RESET STYLE */
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
  vertical-align: baseline;
  background-clip: border-box;
  word-break: break-word;
}

*:focus,
*:active,
*:visited,
*:hover {
  outline: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: auto;
}

body {
  display: flex;
  -moz-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 20px 100px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fbf9f1;
  min-height: 100vh;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #364bfe;
  border-color: #364bfe;
  background-color: #dcf0ff;
  line-height: 1.4;
  padding-bottom: 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.wp-core-ui .button-primary {
  border-color: #ff6b3a;
  background-color: #ff6b3a;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover {
  border-color: #364bfe;
  background-color: #364bfe;
  color: #fff;
}

.wp-core-ui .button-primary.active,
.wp-core-ui .button-primary.active:focus,
.wp-core-ui .button-primary.active:hover,
.wp-core-ui .button-primary:active {
  border-color: #364bfe;
  background-color: #364bfe;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="checkbox"]:focus {
  box-shadow: 0 0 0 1px #f1f3f7;
}

#login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 432px;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.06);
}

.login h1 {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.login h1 a {
  width: 100%;
  height: 44px;
  margin: 0;
  background: url(../images/Whello_RGB_Logo_Blue.svg) 60px center/contain
    no-repeat;
}

.login.login-action-confirm_admin_email h1 a {
  background: url(../images/Whello_RGB_Logo_Blue.svg) center / contain no-repeat;
}

.login h3 {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 28px;
  text-align: center;
  color: #0d0a46;
  font-size: 14px;
  font-weight: 600;
}

.login h3 a {
  color: #0d0a46;
  text-decoration: none;
}

/* Login Form Style */
.login form {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  width: 100%;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
  margin-top: 28px;
  margin-bottom: 10px;
  align-items: flex-start;
  flex-direction: column;
}

.login form input[type="radio"],
.login form input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  line-height: normal;
  border: 1px solid #f1f3f7;
  cursor: pointer;
  background: #f1f3f7 center/20px no-repeat;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.login form input[type="checkbox"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.login form input[type="checkbox"]::before {
  display: none;
}

.login form input[type="checkbox"]:checked {
  background-image: url(../images/icon-checkmark-green.svg);
}

.login form input[type="radio"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.login form input[type="radio"]:checked {
  border-width: 4px;
  background-color: #364bfe;
}

.login form .input,
.login input[type="password"],
.login input[type="text"] {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  border: none;
  padding: 37px 20px 21px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  border-radius: unset;
  border-bottom: 1px solid rgba(13, 10, 70, 0.25);
  height: 72px;
}

.login form p {
  width: 100%;
}

.login label {
  margin-bottom: 0;
  font-weight: 400;
  color: #6d758f;
}

.login .user-pass-wrap {
  width: 100%;
}

.login .user-pass-wrap .button {
  top: 10px;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  color: #364bfe;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.login .user-pass-wrap .button:hover,
.login .user-pass-wrap .button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#login form p.forgetmenot,
#login form p.submit {
  width: 100%;
}

#login form p.forgetmenot {
  margin-top: 8px;
}
#login form p.submit {
  margin-top: 32px;
}

.login .forgetmenot input {
  margin-top: -1px;
}

.login .forgetmenot label input {
  margin-top: -2px;
}

.login .submit .button {
  width: 100%;
  height: 64px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  /* -webkit-background-size: 10px 10px;
    -moz-background-size: 10px;
    -o-background-size: 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 20px) center;
    background-position: -moz-calc(100% - 20px) center;
    background-position: calc(100% - 20px) center; */
}

.login #backtoblog {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.login #nav {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.login #backtoblog,
.login #nav,
.login .privacy-policy-page-link {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  margin-top: 19px;
  margin-bottom: 0;
}

.login #backtoblog a,
.login #nav a {
  color: #6d758f;
  font-weight: 400;
}

.login #nav a {
  text-decoration: underline;
}

.admin-email__details a,
.admin-email__actions-secondary a {
  color: #364bfe;
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login .privacy-policy-page-link .privacy-policy-link:hover {
  color: #364bfe;
}

.login #backtoblog a:focus,
.login #nav a:focus,
.login h1 a:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.login #backtoblog a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: url(../images/Vector.svg) center/contain no-repeat;
  vertical-align: middle;
}

.login #backtoblog a:hover:before {
  background: url(../images/arrow-hover.svg) center / contain no-repeat;
}

.login .privacy-policy-page-link {
  order: 6;
}

.login .privacy-policy-page-link .privacy-policy-link {
  color: #000;
  text-decoration: none;
}

/* Language Switcher Style */
.language-switcher {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 460px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px #ddd;
  -moz-box-shadow: 0 0 16px #ddd;
  box-shadow: 0 0 16px #ddd;
}

.language-switcher #language-switcher {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.language-switcher .button {
  margin-left: auto;
}

.language-switcher select {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

/* MESSAGE LOGIN STYLE */
.login #login_error,
.login .message,
.login .success {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 400px;
  padding: 16px 26px 16px 40px;
  font-size: 14px;
  margin: 0;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0 0 16px #ddd;
  -moz-box-shadow: 0 0 16px #ddd;
  box-shadow: 0 0 16px #ddd;
  opacity: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: none;
  -webkit-animation: notice_showup 4s;
  -moz-animation: notice_showup 4s;
  -o-animation: notice_showup 4s;
  animation: notice_showup 4s;
}

@-webkit-keyframes notice_showup {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  95% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@-moz-keyframes notice_showup {
  0% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  5% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  95% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@-o-keyframes notice_showup {
  0% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  5% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  95% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

@keyframes notice_showup {
  0% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  5% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  95% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }
}

.login #login_error + .message,
.login #login_error + .success,
.login .message + #login_error,
.login .message + .success,
.login .success + #login_error,
.login .success + .message {
  right: 440px;
}

.login #login_error + .message + .success,
.login #login_error + .success + .message,
.login .message + #login_error + .success,
.login .message + .success + .message,
.login .success + #login_error + .message,
.login .success + .message + #login_error {
  right: 860px;
}

.login #login_error:before,
.login .message:before,
.login .success:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 4px;
  height: -webkit-calc(100% - 20px);
  height: -moz-calc(100% - 20px);
  height: calc(100% - 20px);
}

.login #login_error:before {
  background-color: #ff4d09;
}

.login .message:before {
  background-color: #364bfe;
}

.login .success:before {
  background-color: #0dd66c;
}

.login-action-confirm_admin_email #login {
  margin: 0;
}

/* RESPONSIVE */
@media all and (min-width: 601px) {
  #login {
    padding: 49px 51px;
  }
}

@media all and (max-width: 600px) {
  #login {
    padding: 24px;
  }
}

.wh-form-group {
  position: relative;
  margin-bottom: 16px;
}

/* Input styling */
.wh-form-group input {
  width: 100%;
  padding: 16px 40px 8px 12px;
  border: none;
  border-bottom: 1px solid rgba(13, 10, 70, 0.25);
  font-size: 16px;
  outline: none;
  background-color: #fff;
  transition: background-color 0.18s ease;
}

.wh-form-group.filled input {
  background-color: #f8faff;
  border-bottom: 1px solid #364bfe;
}

.wh-form-group.filled input:-webkit-autofill {
  background-color: #f8faff !important;
  -webkit-box-shadow: 0 0 0 1000px #f8faff inset !important;
}

/* Label default di tengah (placeholder style) */
.wh-form-group label {
  position: absolute;
  left: 20px;
  top: 60%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #0d0a46;
  opacity: 25%;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 2;
}

/* Label naik ke atas */
.wh-form-group label.active {
  top: 26px;
  font-size: 12px;
  color: #0d0a46;
  opacity: 25%;
}

/* Label naik ke atas saat fokus */
input:-webkit-autofill + label {
  top: 26px;
  font-size: 12px;
  color: #0d0a46;
}

/* Valid/Invalid icon */
.wh-valid-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.wh-valid-icon svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Valid state */
.wh-form-group input.valid ~ .wh-valid-icon {
  background: #364bfe;
}
.wh-form-group input.valid ~ .wh-valid-icon svg {
  opacity: 1;
  stroke: white;
  fill: none;
}

/*  Invalid state */
.wh-form-group input.invalid ~ .wh-valid-icon {
  background: #fb2c36;
}
.wh-form-group input.invalid ~ .wh-valid-icon svg {
  opacity: 1;
  stroke: white;
  fill: none;
}

/* Animasi autofill detection */
@keyframes onAutoFillStart {
}
@keyframes onAutoFillCancel {
}
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  animation-fill-mode: both;
}
input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
  animation-fill-mode: both;
}

input[type="checkbox"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#caps-warning {
  display: none !important;
}
