@-viewport
{
  width: device-width;
}

.mf-wrap .mf-clear-fix
{
  *zoom: 1;
}

.mf-wrap .mf-clear-fix::before, .mf-wrap .mf-clear-fix::after
{
  content: ' ';
  display: table;
}

.mf-wrap .mf-clear-fix::after
{
  clear: both;
}

.mf-wrap *
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.mf-wrap .mf-anim-on, .mf-wrap .mf-btn,
.mf-wrap .mf-anim-on *,
.mf-wrap .mf-btn *
{
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mf-wrap .mf-anim-off,
.mf-wrap .mf-anim-off *
{
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.mf-wrap input,
.mf-wrap textarea,
.mf-wrap button
{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mf-wrap button
{
  cursor: pointer;
}

.mf-wrap button[disabled]
{
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  background: #b1aeb7 !important;
}

.mf-wrap button:focus
{
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mf-wrap a
{
  color: inherit;
  outline: none;
  text-decoration: none;
}

.mf-wrap a:hover, .mf-wrap a:active, .mf-wrap a:focus, .mf-wrap a:link, .mf-wrap a:visited
{
  color: inherit;
  outline: 0;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mf-wrap .mf-text-center
{
  text-align: center;
}

.mf-wrap .mf-hide
{
  height: 1px;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}

.mf-wrap h2.mf-hide
{
  margin-top: 0;
}

.mf-wrap .mf-notification-margin
{
  width: 100%;
  height: 1px;
  margin-bottom: 60px;
}

@media all and (max-width: 1199px)
{
  .mf-wrap .mf-notification-margin
  {
    margin-bottom: 45px;
  }
}

@media all and (max-width: 782px)
{
  .mf-wrap .mf-notification-margin
  {
    margin-bottom: 30px;
  }
}

.mf-wrap .mf-wait
{
  cursor: wait;
}

.mf-wrap .mf-wait *
{
  pointer-events: none;
}

.mf-wrap .mf-hidden
{
  display: none;
}

.mf-text-line
{
  display: block;
}

@media all and (max-width: 767px)
{
  .mf-text-line
  {
    display: inline;
  }
}

body.mpwd-desktop .mf-btn.magic-button
{
  display: none;
}

body.mpwd-desktop .mf-modal .mf-mobile-tip
{
  display: none !important;
}

body.mpwd-desktop .mf-modal .mf-desktop-tip
{
  display: block !important;
}

@media all and (max-width: 1199px)
{
  body.mpwd-desktop .mf-modal img.mf-desktop-tip
  {
    display: inline-block !important;
  }
}

body.mpwd-desktop p.mf-step-desc-additional
{
  display: none;
}

body.mpwd-mobile .mf-btn.magic-button
{
  display: inline-block;
}

body.mpwd-mobile .mf-modal .mf-mobile-tip
{
  display: block !important;
}

body.mpwd-mobile .mf-modal .mf-desktop-tip
{
  display: none !important;
}

@media all and (max-width: 991px)
{
  body.mpwd-mobile .mf-modal img.mf-mobile-tip
  {
    display: inline-block !important;
  }
}

body.mpwd-mobile p.mf-step-desc-additional
{
  display: block;
}

.mf-wrap
{
  color: #0b132b;
  font-family: "Poppins", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

.mf-wrap p,
  .mf-wrap h1,
  .mf-wrap h2,
  .mf-wrap h3,
  .mf-wrap h4,
  .mf-wrap h5,
  .mf-wrap h6
{
  line-height: normal;
  margin: 0;
  padding: 0;
}

.mf-wrap h1
{
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.mf-wrap h3
{
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
}

.mf-btn
{
  display: inline-block;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 25px;
  line-height: 24px;
  width: auto;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  padding: 0 16px;
  letter-spacing: .5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.mf-btn span
{
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.mf-btn.mf-btn-disabled
{
  pointer-events: none;
  cursor: default;
  background: #b1aeb7 !important;
}

.mf-btn.mf-btn-error
{
  color: #fff !important;
  background: #e64147;
}

.mf-btn.mf-btn-error:hover
{
  background: #e32a31;
  cursor: pointer;
}

.mf-btn.mf-enable
{
  color: #fff !important;
  background: #4c2f87;
}

.mf-btn.mf-enable:hover
{
  background: #412874;
  cursor: pointer;
}

.mf-btn.mf-save
{
  margin-left: 35px;
  margin-top: 10px;
}

.mf-btn.mf-action
{
  display: block;
  height: 40px;
  line-height: 39px;
  color: #fff;
  background: #4c2f87;
  margin: 50px auto 0 auto;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: .25px;
  padding: 0 30px;
}

.mf-btn.mf-action:hover
{
  background: #412874;
  cursor: pointer;
}

.mf-btn.mf-show-qr
{
  display: block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #4c2f87;
  margin-top: 10px;
  padding: 0 25px;
}

@media all and (max-width: 782px)
{
  .mf-btn.mf-show-qr
  {
    margin: 15px auto 0 auto;
  }
}

.mf-btn.mf-show-qr:hover
{
  background: #412874;
  cursor: pointer;
}

.mf-btn.mf-warning
{
  display: inline-block;
  height: 30px;
  line-height: 29px;
  padding: 0 30px;
  font-size: 15px;
  letter-spacing: .25px;
  font-weight: 400;
  margin-right: 30px;
  color: #fff !important;
  background: #eb1c23;
}

.mf-btn.mf-warning:hover
{
  background: #da131a;
  cursor: pointer;
}

.mf-btn.mf-login
{
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 40px;
  line-height: 39px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: .25px;
  font-weight: 400;
  background: #0b132b;
  color: #fff;
}

.mf-btn.mf-login.mf-normal-login
{
  top: 40px;
  display: none;
}

.mf-btn.mf-login:hover
{
  background: #101c3f;
  cursor: pointer;
}

.mf-btn.mf-reset-config
{
  height: 40px;
  line-height: 39px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: -40px;
  display: block;
  background: #0b132b;
  color: #fff;
  width: 100%;
}

.mf-btn.mf-reset-config:hover
{
  background: #101c3f;
  cursor: pointer;
}

.mf-btn.magic-button
{
  background-color: #4c2f87;
  color: #fff !important;
  display: inline-block;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  width: auto;
}

.mf-btn.mf-settings-save
{
  background-color: #4c2f87;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 37.5px;
  text-transform: uppercase;
}

.mf-btn.mf-reloading .mf-sk-circle
{
  display: block;
}

.mf-btn.mf-reloading span
{
  visibility: hidden;
}

.mf-btn .mf-sk-circle
{
  display: none;
  position: absolute !important;
  left: 50%;
  top: 50%;
  margin-left: -10px !important;
  margin-top: -10px !important;
}

.mf-link-disabled
{
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mf-switch-btn
{
  border: 2px solid #51DA56;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  display: block;
  height: 28px;
  line-height: 28px;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 48px;
}

.mf-switch-btn.mf-switch-btn-disabled
{
  border-color: #90938f;
}

.mf-switch-btn.mf-switch-btn-disabled::after
{
  background-color: #90938f;
  -webkit-transform: translateX(100%) translateY(-50%) perspective(1px);
  transform: translateX(100%) translateY(-50%) perspective(1px);
}

.mf-switch-btn.mf-switch-btn-blocked
{
  border-color: #d3d4d2;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mf-switch-btn.mf-switch-btn-blocked::after
{
  background-color: #d3d4d2;
  -webkit-transform: translateX(0) translateY(-50%) perspective(1px);
  transform: translateX(0) translateY(-50%) perspective(1px);
}

.mf-switch-btn::after
{
  content: '';
  background-color: #51DA56;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 19px;
  left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(0) translateY(-50%) perspective(1px);
  transform: translateX(0) translateY(-50%) perspective(1px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 19px;
  will-change: transform;
}

.mf-wrap .mf-radio-input-box
{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  float: none;
  clear: both;
}

.mf-wrap .mf-checkbox-input-box
{
  clear: both;
  display: block;
  float: none;
  margin-bottom: 10px;
  width: 100%;
}

.mf-wrap .mf-checkbox-input-box:last-of-type
{
  margin-bottom: 25px;
}

.mf-wrap input[type="radio"]
{
  display: none;
}

.mf-wrap input[type="radio"][disabled] + label .mf-label-right
{
  color: #888888;
}

.mf-wrap input[type="radio"]:checked + label .mf-checked
{
  display: block !important;
}

.mf-wrap input[type="radio"]:checked + label .mf-unchecked
{
  display: none !important;
}

.mf-wrap input[type="radio"] + label
{
  display: block;
  height: 30px;
  line-height: 30px;
}

.mf-wrap input[type="radio"] + label .mf-label-left
{
  display: block;
  float: left;
  width: 18px;
}

.mf-wrap input[type="radio"] + label .mf-label-right
{
  display: block;
  float: left;
  width: 100%;
  padding-right: 18px;
  margin-right: -18px;
}

.mf-wrap input[type="radio"] + label .mf-input-desc
{
  display: block;
  float: left;
  font-size: 13px;
  line-height: 28px;
  margin-left: 20px;
  font-weight: 300;
  letter-spacing: -.3px;
  vertical-align: middle;
  text-align: left;
}

.mf-wrap input[type="radio"] + label .mf-input-desc strong
{
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-right: 5px;
}

.mf-wrap input[type="radio"] + label i.mf-icon
{
  display: inline-block;
  vertical-align: sub;
}

.mf-wrap input[type="radio"] + label .mf-checked
{
  float: left;
  display: none !important;
}

.mf-wrap input[type="radio"] + label .mf-unchecked
{
  float: left;
  display: block !important;
}

.mf-wrap input[type="checkbox"]
{
  display: none;
}

.mf-wrap input[type="checkbox"]:checked + label
{
  color: #4c2f87;
  font-weight: 700;
}

.mf-wrap input[type="checkbox"]:checked + label .mf-checkbox-icon .mf-checked
{
  display: block !important;
}

.mf-wrap input[type="checkbox"]:checked + label .mf-checkbox-icon .mf-unchecked
{
  display: none !important;
}

.mf-wrap input[type="checkbox"] + label
{
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}

.mf-wrap input[type="checkbox"] + label .mf-checkbox-icon
{
  display: block;
  float: left;
  margin-right: 10px;
}

.mf-wrap input[type="checkbox"] + label .mf-checkbox-icon .mf-checked
{
  float: left;
  display: none !important;
}

.mf-wrap input[type="checkbox"] + label .mf-checkbox-icon .mf-unchecked
{
  float: left;
  display: block !important;
}

.mf-wrap input[type="checkbox"] + label .mf-checkbox-desc
{
  display: block;
  float: left;
  line-height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mf-icon
{
  background-image: url("../images/spritesheet.png");
  background-repeat: no-repeat;
  display: inline-block;
}

.mf-icon-app-store
{
  background-position: 0 -44px;
  height: 40px;
  width: 135px;
}

.mf-icon-checkbox-checked
{
  background-position: -138px -84px;
  height: 24px;
  width: 24px;
}

.mf-icon-checkbox-unchecked
{
  background-position: -138px -58px;
  height: 24px;
  width: 24px;
}

.mf-icon-delete-exclamation-mark
{
  background-position: -138px -30px;
  height: 26px;
  width: 26px;
}

.mf-icon-delete
{
  background-position: -20px -135px;
  height: 16px;
  width: 13px;
}

.mf-icon-error
{
  background-position: 0 -86px;
  height: 47px;
  width: 64px;
}

.mf-icon-google-play
{
  background-position: 0 0;
  height: 42px;
  width: 136px;
}

.mf-icon-radio-checked
{
  background-position: -138px -110px;
  height: 18px;
  width: 18px;
}

.mf-icon-radio-unchecked
{
  background-position: 0 -135px;
  height: 18px;
  width: 18px;
}

.mf-icon-scanning-tips-login
{
  background-position: -138px 0;
  height: 28px;
  width: 29px;
}

.mf-icon-scanning-tips
{
  background-position: -119px -86px;
  height: 16px;
  width: 16px;
}

.mf-icon-tick
{
  background-position: -66px -86px;
  height: 33px;
  width: 51px;
}

.mf-sk-circle
{
  margin: 46px auto;
  width: 200px;
  height: 200px;
  position: relative !important;
}

.mf-sk-circle.mf-light
{
  height: 20px;
  margin: 0;
  width: 20px;
}

.mf-sk-circle.mf-light .mf-sk-child::before
{
  background-color: #fff;
}

.mf-sk-circle .mf-sk-child
{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mf-sk-circle .mf-sk-child::before
{
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: mf-sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: mf-sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.mf-sk-circle .mf-sk-circle2
{
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.mf-sk-circle .mf-sk-circle2::before
{
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.mf-sk-circle .mf-sk-circle3
{
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.mf-sk-circle .mf-sk-circle3::before
{
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.mf-sk-circle .mf-sk-circle4
{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mf-sk-circle .mf-sk-circle4::before
{
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.mf-sk-circle .mf-sk-circle5
{
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.mf-sk-circle .mf-sk-circle5::before
{
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.mf-sk-circle .mf-sk-circle6
{
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.mf-sk-circle .mf-sk-circle6::before
{
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.mf-sk-circle .mf-sk-circle7
{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mf-sk-circle .mf-sk-circle7::before
{
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.mf-sk-circle .mf-sk-circle8
{
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.mf-sk-circle .mf-sk-circle8::before
{
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.mf-sk-circle .mf-sk-circle9
{
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.mf-sk-circle .mf-sk-circle9::before
{
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.mf-sk-circle .mf-sk-circle10
{
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mf-sk-circle .mf-sk-circle10::before
{
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.mf-sk-circle .mf-sk-circle11
{
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.mf-sk-circle .mf-sk-circle11::before
{
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.mf-sk-circle .mf-sk-circle12
{
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.mf-sk-circle .mf-sk-circle12::before
{
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes mf-sk-circleBounceDelay
{
  0%, 80%, 100%
  {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes mf-sk-circleBounceDelay
{
  0%, 80%, 100%
  {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.mf-notice-error
{
  background: #ffffff;
  border-left: 4px solid #dc3232;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 12px;
  margin: 5px 0 15px;
}

.login #login.mf-with-qr p#nav
{
  display: none;
}

.login #login.mf-with-qr form
{
  padding: 24px;
}

.login #login.mf-with-qr form > p
{
  display: none;
}

.login #login.mf-with-qr form div.user-pass-wrap
{
  display: none;
}

.login #login.mf-with-qr form .mf-tip
{
  display: block;
}

.login #login.mf-with-qr form .mf-qr-code-wrapper
{
  display: block !important;
}

.login #login.mf-with-qr form .mf-login-button
{
  display: none;
}

.login #login.mf-with-qr form .mf-normal-login
{
  display: block;
}

.login #login.mf-with-qr form .mf-modal-backdrop p
{
  display: inherit;
}

.login #login.mf-with-qr form .mf-pos-r
{
  text-align: center;
}

.login #login form
{
  position: relative;
  overflow: visible;
  margin-bottom: 70px;
}

.login #login form .mf-login-button-wrapper
{
  position: relative;
  width: 100%;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper
{
  position: relative;
  text-align: center;
  display: none;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper.mf-loading img
{
  display: none;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper.mf-loading .mf-sk-circle
{
  display: block;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper.mf-loading .login-magic-button,
      .login #login form .mf-login-button-wrapper .mf-qr-code-wrapper.mf-loading .magic-btn-bg
{
  display: none;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper > *
{
  position: static;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper img
{
  display: block;
  width: 100%;
  height: auto;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper .mf-sk-circle
{
  display: none;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper .login-magic-button
{
  display: none;
  bottom: 0;
  left: 0;
  top: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: absolute;
  width: 100%;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper .login-magic-button .button
{
  position: absolute;
  left: 50%;
  top: 49.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

.login #login form .mf-login-button-wrapper .mf-qr-code-wrapper .magic-btn-bg
{
  display: none;
  position: absolute;
  width: 118px;
  background: #fff;
  height: 41px;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.login #login form .mf-login-button-wrapper .mf-pos-r
{
  position: relative;
  margin: 0 -24px;
}

.login #login form .mf-login-button-wrapper h3
{
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}

.login #login form .mf-tip
{
  display: none;
  position: absolute;
  top: -14px;
  right: -14.5px;
}

body.login.mpwd-mobile #login form .mf-login-button-wrapper .mf-qr-code-wrapper .login-magic-button,
body.login.mpwd-mobile #login form .mf-login-button-wrapper .mf-qr-code-wrapper .magic-btn-bg
{
  display: block;
}

body.mpwd-mobile .mf-loading .login-magic-button,
body.mpwd-mobile .mf-loading .magic-btn-bg
{
  display: none !important;
}

li#toplevel_page_mpwd-settings.toplevel_page_mpwd-settings > a .wp-menu-image::before
{
  display: inline-block;
  content: ' ';
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background: url("../svg/icon.svg") no-repeat center center;
  height: 20px;
  width: 20px;
}

.mf-wrap .notice
{
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mf-wrap .notice.notice-error
{
  border-left-color: #eb1c23;
}

.mf-wrap .notice.notice-warning, .mf-wrap .notice.notice-info
{
  margin: 5px 0 15px;
}

.mf-wrap .notice.notice-warning p, .mf-wrap .notice.notice-info p
{
  margin: .5em 0;
  padding: 2px;
}

.mf-wrap .notice p
{
  font-size: 12px;
  letter-spacing: .25px;
  font-weight: 400;
  color: #0b132b;
}

.mf-wrap .notice a
{
  color: #000;
  text-decoration: underline;
}

.update-message .mf-upgrade-notice + p
{
  display: none;
}

.update-message .mf-upgrade-notice p::before
{
  content: '';
  margin-right: 0;
}

.mf-content
{
  width: 95%;
  max-width: 755px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.mf-header
{
  position: relative;
  width: 100%;
  height: 62px;
  margin-top: 20px;
}

@media all and (max-width: 782px)
{
  .mf-header
  {
    width: 95%;
    max-width: 720px;
    margin: 20px auto 0 auto;
  }
}

@media all and (max-width: 480px)
{
  .mf-header
  {
    text-align: center;
  }
}

@media all and (max-width: 400px)
{
  .mf-header
  {
    overflow: hidden;
  }
}

.mf-header-info
{
  position: relative;
  height: 25px;
  line-height: 25px;
  z-index: 2;
}

@media all and (max-width: 480px)
{
  .mf-header-info
  {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.mf-header-info .list-inline
{
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}

.mf-header-info .list-inline li
{
  line-height: 26px;
}

.mf-header-info .list-inline li p
{
  line-height: 26px;
}

.mf-header-disable
{
  display: inline-block;
  float: right;
}

@media all and (max-width: 480px)
{
  .mf-header-disable
  {
    float: none;
    margin-top: 10px;
  }
}

.mf-header-content
{
  padding-top: 42px;
  line-height: 25px;
}

.mf-header .mf-logo
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media all and (max-width: 768px)
{
  .mf-header .mf-logo
  {
    position: static;
    left: auto;
    top: auto;
    display: inline-block;
  }
}

.mf-header .mf-logo img
{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mf-modal
{
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 40px 90px;
  outline: 0;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

@media all and (max-width: 1199px)
{
  .mf-modal
  {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 50px auto;
    display: block;
    width: 95%;
    max-width: 500px;
    padding: 40px;
  }
}

@media all and (max-width: 991px)
{
  .mf-modal
  {
    padding: 30px;
  }
}

.mf-modal.mf-deactivation-modal
{
  background-color: white;
  border: 1px solid #979797;
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 95%;
  padding: 12px;
  text-align: left;
  width: 500px;
  z-index: 9999;
}

.mf-modal.mf-deactivation-modal .mf-modal-content-header
{
  border-bottom: 1px solid #979797;
  font-size: 14px;
  margin-top: 0;
  padding-bottom: 8px;
}

.mf-modal.mf-deactivation-modal .mf-modal-content-header i,
      .mf-modal.mf-deactivation-modal .mf-modal-content-header h6
{
  display: inline-block;
  vertical-align: middle;
}

.mf-modal.mf-deactivation-modal .mf-modal-content-header i
{
  left: 0;
  margin-left: 0;
  margin-right: 2px;
  position: static;
  top: 0;
}

.mf-modal.mf-deactivation-modal .mf-modal-content-header h6
{
  font-size: 14px;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 480px)
{
  .mf-modal.mf-deactivation-modal .mf-modal-content-header h6
  {
    font-size: 12px;
  }
}

.mf-modal.mf-deactivation-modal .mf-confirm-buttons
{
  margin-top: 10px;
  text-align: right;
}

.mf-modal.mf-deactivation-modal fieldset label
{
  display: block;
  margin-bottom: 2px;
}

@media all and (max-width: 782px)
{
  .mf-modal.mf-deactivation-modal fieldset label
  {
    height: 25px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 480px)
{
  .mf-modal.mf-deactivation-modal fieldset label span
  {
    font-size: 12px;
  }
}

.mf-modal.mf-deactivation-modal textarea
{
  font-size: 14px;
  margin-top: 15px;
  min-height: 100px;
  max-height: 300px;
  resize: vertical;
  width: 100%;
}

@media all and (max-width: 480px)
{
  .mf-modal.mf-deactivation-modal textarea
  {
    font-size: 12px;
  }
}

.mf-scanning-tips-modal .mf-modal
{
  position: relative;
}

.mf-modal-backdrop
{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.mf-modal-backdrop.mf-deactivation-plugin-modal
{
  overflow-x: hidden;
}

.mf-modal-backdrop > *
{
  display: table-cell;
}

@media all and (max-width: 1199px)
{
  .mf-modal-backdrop
  {
    overflow: scroll;
  }

  .mf-modal-backdrop > *
  {
    display: inline-block;
  }
}

.mf-modal-backdrop.mf-modal-show
{
  display: table;
}

@media all and (max-width: 1199px)
{
  .mf-modal-backdrop.mf-modal-show
  {
    display: block;
  }
}

.mf-modal-backdrop-content
{
  vertical-align: middle;
  text-align: center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 1199px)
{
  .mf-modal-backdrop-content
  {
    height: auto;
    left: auto;
    overflow: visible;
    top: auto;
  }
}

.mf-modal-backdrop-content .mf-icon-delete-exclamation-mark
{
  position: absolute;
  left: 50%;
  top: -53px;
  margin-left: -13px;
  z-index: 2;
}

.mf-modal-backdrop *
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.mf-modal-content
{
  width: auto;
  height: auto;
  position: relative;
}

.mf-modal-content .mf-icon-error
{
  margin: 0 auto 45px auto;
}

.mf-modal-steps-container
{
  height: auto;
  overflow: hidden;
  text-align: center;
}

.mf-modal-step
{
  display: block;
  float: left;
  margin-right: 50px;
}

@media all and (max-width: 1199px)
{
  .mf-modal-step
  {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.mf-modal-step:last-of-type
{
  margin-right: 0;
  margin-bottom: 0;
}

.mf-modal-step p.mf-modal-step-paragraph
{
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 15px !important;
}

.mf-modal-step p.mf-modal-step-desc
{
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
}

.mf-modal .mf-icon-tick
{
  display: inline-block;
  margin-bottom: 10px;
}

.mf-modal img.mf-mobile-tip
{
  height: 150px;
  width: auto;
}

.mf-modal h2
{
  font-weight: 300;
  font-size: 33px;
  text-align: center;
  margin-bottom: 55px;
}

@media all and (max-width: 991px)
{
  .mf-modal h2
  {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.mf-modal h6
{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}

@media all and (max-width: 991px)
{
  .mf-modal h6
  {
    text-align: center;
    margin-bottom: 25px;
  }
}

.mf-modal p.mf-info-paragraph
{
  max-width: 310px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto 40px auto;
}

@media all and (max-width: 991px)
{
  .mf-modal p.mf-info-paragraph
  {
    text-align: center;
    margin: 0 auto 30px auto;
  }
}

.mf-modal p.mf-info-paragraph small
{
  color: #7a7a7a;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 1.5;
  margin-top: 10px;
}

.mf-deletion-confirmation-modal .mf-modal
{
  padding: 40px 50px;
}

.mf-deletion-confirmation-modal .mf-modal .mf-confirm-buttons
{
  height: auto;
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}

.mf-deletion-confirmation-modal .mf-modal .mf-confirm-buttons a
{
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .25px;
}

.mf-deletion-confirmation-modal .mf-modal h6
{
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.mf-deletion-confirmation-modal .mf-modal p.mf-info-paragraph
{
  font-size: 14px;
  line-height: 22px;
  max-width: 320px;
}

.mf-reset-confirmation-modal .mf-info-paragraph
{
  margin-bottom: 30px;
}

.mf-reset-confirmation-modal .mf-confirm-buttons a
{
  display: inline-block;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .25px;
  color: inherit;
  text-decoration: none;
}

.mf-reset-confirmation-modal form
{
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mf-step
{
  width: 100%;
  height: 300px;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 35px;
  margin-bottom: 30px;
}

@media all and (max-width: 782px)
{
  .mf-step
  {
    height: auto;
    overflow: hidden;
  }
}

.mf-step:first-of-type
{
  margin-top: 35px;
}

.mf-step:last-of-type
{
  margin-bottom: 0;
}

.mf-step-left, .mf-step-right
{
  height: 100%;
  float: left;
}

@media all and (max-width: 782px)
{
  .mf-step-left, .mf-step-right
  {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    line-height: 1;
    height: auto;
    overflow: hidden;
  }
}

.mf-step-left .mf-qr-code-wrapper, .mf-step-right .mf-qr-code-wrapper
{
  width: 100%;
  height: 100%;
  border: 1px solid #b1aeb7;
}

@media all and (max-width: 782px)
{
  .mf-step-left .mf-qr-code-wrapper, .mf-step-right .mf-qr-code-wrapper
  {
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
}

.mf-step-left .mf-qr-code-wrapper.mf-loading, .mf-step-right .mf-qr-code-wrapper.mf-loading
{
  border: none;
}

.mf-step-left .mf-qr-code-wrapper.mf-loading .mf-qr-code, .mf-step-right .mf-qr-code-wrapper.mf-loading .mf-qr-code
{
  display: none;
}

.mf-step-left .mf-qr-code-wrapper.mf-loading .mf-sk-circle, .mf-step-right .mf-qr-code-wrapper.mf-loading .mf-sk-circle
{
  display: block;
  margin: 20px auto;
}

.mf-step-left .mf-qr-code-wrapper img, .mf-step-right .mf-qr-code-wrapper img
{
  display: block;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  width: 100%;
  height: 100%;
  padding: 2px;
}

@media all and (max-width: 782px)
{
  .mf-step-left .mf-qr-code-wrapper img, .mf-step-right .mf-qr-code-wrapper img
  {
    width: 250px;
    height: 250px;
  }
}

@media all and (max-width: 480px)
{
  .mf-step-left .mf-qr-code-wrapper img, .mf-step-right .mf-qr-code-wrapper img
  {
    width: 150px;
    height: 150px;
  }
}

.mf-step-left .mf-qr-code-wrapper .mf-qr-code-placeholder, .mf-step-right .mf-qr-code-wrapper .mf-qr-code-placeholder
{
  padding: 10px;
}

.mf-step-left .mf-qr-code-wrapper .mf-qr-code-hide, .mf-step-right .mf-qr-code-wrapper .mf-qr-code-hide
{
  display: none;
}

.mf-step-left .mf-qr-code-wrapper .qr-aspect-ratio, .mf-step-right .mf-qr-code-wrapper .qr-aspect-ratio
{
  position: relative;
}

.mf-step-left .mf-qr-code-wrapper .qr-aspect-ratio::before, .mf-step-right .mf-qr-code-wrapper .qr-aspect-ratio::before
{
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.mf-step-left .mf-qr-code-wrapper .qr-aspect-ratio > .aspect-ratio-content, .mf-step-right .mf-qr-code-wrapper .qr-aspect-ratio > .aspect-ratio-content
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mf-step-left .mf-qr-code-wrapper .mf-sk-circle, .mf-step-right .mf-qr-code-wrapper .mf-sk-circle
{
  display: none;
}

.mf-step-left
{
  width: 35%;
  margin-right: 5%;
  line-height: 230px;
  text-align: center;
}

@media all and (max-width: 782px)
{
  .mf-step-left
  {
    line-height: 1;
    margin-bottom: 15px;
  }

  .mf-step-left.mf-step-magic-code
  {
    display: none;
  }
}

.mf-step-left i
{
  vertical-align: middle;
}

.mf-step-left img
{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.mf-step-right
{
  position: relative;
  width: 60%;
}

.mf-step-right .mf-qr-code-wrapper
{
  display: none;
}

@media all and (max-width: 782px)
{
  .mf-step-right .mf-qr-code-wrapper
  {
    display: inline-block;
    margin: 15px 0;
  }
}

.mf-step-right .mf-step-image
{
  display: none;
}

@media all and (max-width: 782px)
{
  .mf-step-right .mf-step-image
  {
    display: inline-block;
    margin-bottom: 5px;
  }
}

.mf-step-right-content
{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media all and (max-width: 991px)
{
  .mf-step-right-content.mf-step-magic-code
  {
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media all and (max-width: 782px)
{
  .mf-step-right-content
  {
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
}

.mf-step-right-bottom
{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media all and (max-width: 782px)
{
  .mf-step-right-bottom
  {
    position: static;
    bottom: auto;
    left: auto;
    display: inline-block;
    margin: 15px 0 0 0;
    text-align: center;
  }
}

.mf-step-right .mf-stores-download
{
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

@media all and (max-width: 782px)
{
  .mf-step-right .mf-stores-download
  {
    text-align: center;
  }
}

.mf-step-right .mf-stores-download a
{
  display: block;
  float: left;
  margin-right: 20px;
}

@media all and (max-width: 782px)
{
  .mf-step-right .mf-stores-download a
  {
    display: inline-block;
    float: none;
  }
}

@media all and (max-width: 480px)
{
  .mf-step-right .mf-stores-download a
  {
    margin: 0;
  }
}

.mf-step-right .mf-stores-download a:last-of-type
{
  margin-right: 0;
}

.mf-step-right p.mf-step-desc
{
  color: #363b41;
  font-size: 16px;
  line-height: 24px;
}

@media all and (max-width: 991px)
{
  .mf-step-right p.mf-step-desc
  {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 767px)
{
  .mf-step-right p.mf-step-desc
  {
    font-size: 15px;
    line-height: 20px;
  }
}

.mf-step-right p.mf-step-desc.mf-step-desc-additional
{
  margin-bottom: 0 !important;
}

.mf-step-right p.mf-muted
{
  color: #58555a;
}

.mf-step-right p.mf-step-paragraph
{
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 22px;
}

.mf-step-right h4
{
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #202225;
  margin-bottom: 20px;
}

.mf-step-right a.mf-scanning-tips
{
  color: #4c2f87;
}

.mf-step-right a.mf-scanning-tips i,
      .mf-step-right a.mf-scanning-tips span
{
  display: inline-block;
  vertical-align: middle;
}

.mf-step-right a.mf-scanning-tips span
{
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  margin-left: 3px;
  line-height: 16px;
  padding-top: 3px;
}

.mf-option
{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 90px;
}

@media all and (max-width: 991px)
{
  .mf-option
  {
    margin-top: 70px;
  }
}

@media all and (max-width: 782px)
{
  .mf-option
  {
    text-align: center;
  }
}

@media all and (max-width: 767px)
{
  .mf-option
  {
    margin-top: 50px;
  }
}

@media all and (max-width: 480px)
{
  .mf-option
  {
    margin-top: 30px;
  }
}

.mf-option h5
{
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 35px 40px;
}

@media all and (max-width: 782px)
{
  .mf-option h5
  {
    margin: 0 0 15px 0;
  }
}

.mf-option .mf-option-disabled + label
{
  pointer-events: none;
}

.mf-option .mf-option-disabled + label:hover
{
  cursor: default;
}

.mf-delete-bar
{
  display: inline-block;
  width: auto;
  text-align: center;
  color: #9d9c9d;
  margin-top: 70px;
}

.mf-delete-bar-container
{
  text-align: center;
}

.mf-delete-bar a
{
  display: block;
  width: 100%;
  height: 100%;
}

.mf-delete-bar i,
  .mf-delete-bar span
{
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}

.mf-delete-bar i
{
  margin-right: 5px;
}

@media all and (max-width: 480px)
{
  .mf-delete-bar i
  {
    margin: 0 auto;
    display: block;
  }
}

.mf-delete-bar span
{
  font-size: 11px;
  letter-spacing: .25px;
}

@media all and (max-width: 480px)
{
  .mf-delete-bar span
  {
    line-height: 20px;
    margin-top: 5px;
  }
}

.mf-settings-box
{
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 25px 35px;
}

@media all and (max-width: 991px)
{
  .mf-settings-box
  {
    padding: 20px 30px;
  }
}

@media all and (max-width: 767px)
{
  .mf-settings-box
  {
    padding: 20px 25px;
  }
}

.mf-settings h2
{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

.mf-settings h3
{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 25px;
}

.mf-settings p.mf-settings-desc
{
  font-size: 12px;
  font-weight: 300;
}

.mf-status-bar-container
{
  margin-bottom: 80px;
}

.mf-status-bar
{
  background-color: #fff;
  padding: 20px 30px;
}

.mf-status-bar.mf-enabled .mf-status-bar-switch-desc
{
  color: #cfcfcf;
}

.mf-status-bar.mf-enabled .mf-status-bar-switch-desc.mf-status-enable
{
  font-weight: 700;
  color: #202225;
}

.mf-status-bar.mf-enabled .mf-info-enabled
{
  display: inline-block;
}

.mf-status-bar.mf-enabled .mf-info-disabled
{
  display: none;
}

.mf-status-bar.mf-disabled .mf-status-bar-switch-desc
{
  color: #cfcfcf;
}

.mf-status-bar.mf-disabled .mf-status-bar-switch-desc.mf-status-disable
{
  font-weight: 700;
  color: #202225;
}

.mf-status-bar.mf-disabled .mf-info-enabled
{
  display: none;
}

.mf-status-bar.mf-disabled .mf-info-disabled
{
  display: inline-block;
}

.mf-status-bar.mf-blocked .mf-status-bar-switch-desc
{
  color: #888888;
}

.mf-status-bar.mf-blocked .mf-status-bar-switch-desc.mf-status-blocked
{
  font-weight: 700;
}

.mf-status-bar.mf-blocked .mf-info-enabled
{
  display: inline-block;
}

.mf-status-bar.mf-blocked .mf-info-disabled
{
  display: none;
}

.mf-status-bar .mf-status-bar-desc
{
  float: left;
  width: 70%;
}

@media all and (max-width: 991px)
{
  .mf-status-bar .mf-status-bar-desc
  {
    float: none;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
}

.mf-status-bar .mf-status-bar-desc p
{
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

@media all and (max-width: 991px)
{
  .mf-status-bar .mf-status-bar-desc p
  {
    line-height: 22px;
  }
}

.mf-status-bar .mf-status-bar-desc p strong
{
  color: #4c2f87;
}

.mf-status-bar .mf-status-bar-switch
{
  float: left;
  min-width: 151px;
  text-align: right;
  width: 30%;
}

@media all and (max-width: 991px)
{
  .mf-status-bar .mf-status-bar-switch
  {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.mf-status-bar .mf-status-bar-switch-container
{
  display: inline-block;
}

.mf-status-bar .mf-status-bar-switch-desc
{
  display: block;
  float: left;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 28px;
  text-transform: uppercase;
}

.mf-status-bar .mf-status-bar-switch-desc.mf-status-enable
{
  margin-right: 10px;
}

.mf-status-bar .mf-status-bar-switch-desc.mf-status-disable
{
  margin-left: 10px;
}

.mf-status-bar .mf-status-bar-switch-button
{
  display: block;
  float: left;
}

.mf-status-bar-danger
{
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

.mf-status-bar-danger p
{
  color: #ea2038;
  font-size: 10px;
  text-align: center;
}

.mf-config-step-2-container
{
  width: 200%;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

@media all and (max-width: 767px)
{
  .mf-config-step-2-container
  {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.mf-config-step-2-container + .mf-modal-backdrop + .mf-modal-backdrop + #backtoblog
{
  text-align: center;
}

.mf-config-step-2
{
  height: auto;
  overflow: hidden;
}

.mf-config-step-2 .col
{
  display: block;
  float: left;
  text-align: center;
  width: 50%;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .col
  {
    float: none;
    width: auto;
  }
}

.mf-config-step-2 .mp-logo
{
  display: inline-block;
  height: auto;
  margin: 45px 0 35px;
  width: 135px;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mp-logo
  {
    margin: 0 0 15px;
  }
}

.mf-config-step-2 .mf-config-desc
{
  display: block !important;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-config-desc .mf-text-line
  {
    display: block;
  }
}

.mf-config-step-2 .mf-config-desc strong
{
  color: #4c2f87;
  position: relative;
}

.mf-config-step-2 .mf-config-desc strong .mf-login-arrow
{
  position: absolute;
  left: 100%;
  bottom: 100%;
  z-index: 2;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-config-desc strong .mf-login-arrow
  {
    display: none;
  }
}

.mf-config-step-2 .mf-stores-download
{
  height: auto;
  margin-top: 35px;
  overflow: hidden;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-stores-download
  {
    margin-top: 15px;
  }
}

.mf-config-step-2 .mf-stores-download a
{
  display: inline-block;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-stores-download a
  {
    width: 100%;
    text-align: center;
  }
}

.mf-config-step-2 .mf-stores-download a:first-of-type
{
  margin-right: 10px;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-stores-download a:first-of-type
  {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-stores-download a i
  {
    display: inline-block;
  }
}

.mf-config-step-2 .mf-qr-code-wrapper
{
  float: right;
  width: 90%;
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-qr-code-wrapper
  {
    float: none;
    width: 100%;
  }
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-qr-code-wrapper .login-magic-button
  {
    top: 0 !important;
  }
}

@media all and (max-width: 767px)
{
  .mf-config-step-2 .mf-qr-code-wrapper .magic-btn-bg
  {
    top: 49.5% !important;
    width: 150px !important;
  }
}

.mf-toast
{
  background-color: #32383e;
  visibility: hidden;
  min-width: 250px;
  padding: 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  right: 10px;
}

@media all and (max-width: 782px)
{
  .mf-toast
  {
    left: 10px;
    padding: 10px;
    right: 10px;
  }
}

.mf-toast .mf-toast-tick-wrapper
{
  float: left;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mf-toast .mf-toast-tick-wrapper .mf-toast-tick
{
  color: #31c153;
  border: 2px solid #31c153;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.mf-toast .mf-toast-message-wrapper
{
  float: left;
  max-width: 800px;
  padding: 0 40px;
}

.mf-toast .mf-toast-message-wrapper .mf-toast-message
{
  color: #fff;
  line-height: 24px;
}

@media all and (max-width: 782px)
{
  .mf-toast .mf-toast-message-wrapper .mf-toast-message
  {
    font-size: 12px;
    line-height: 22px;
  }
}

.mf-toast .mf-toast-btn-wrapper
{
  float: left;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mf-toast .mf-undo
{
  color: #66a3ff !important;
  display: block;
  height: auto;
  max-height: 0;
  overflow: hidden;
  text-decoration: underline !important;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.mf-toast.mf-toast-undo .mf-undo
{
  max-height: 500px;
}

.mf-toast.mf-toast-visible
{
  opacity: 1;
  -webkit-transform: translateY(42px);
  -ms-transform: translateY(42px);
  transform: translateY(42px);
  visibility: visible;
}

@media all and (max-width: 782px)
{
  .mf-toast.mf-toast-visible
  {
    -webkit-transform: translateY(56px);
    -ms-transform: translateY(56px);
    transform: translateY(56px);
  }
}

.mf-toast .mf-toast-close-btn
{
  background-color: #32383e;
  color: #61676e;
  border: 0;
  padding: 0;
}

.mf-toast .mf-toast-close-btn span
{
  width: 24px;
  height: 24px;
  font-size: 24px;
}

/*# sourceMappingURL=magic-password.css.map */
