/*
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Popuplogin
 * @copyright   Copyright (c) 2019 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */
:root {
    --main-text-color: #3e4854;
}

#prpl-modal-popup.prpl-modal-popup .modal-inner-wrap {
  width: 500px;
  margin: 10% auto;
  height: auto;
}

/*=== wrapper ===*/
#prpl-modal-popup {
  padding: 30px 15px 30px 15px;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  pointer-events: auto;
}

#prpl-modal-inner-wrap {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: 500px;
}

#prpl-modal-inner-wrap * {
  box-sizing: border-box;
}

#prpl-modal-popup input[type="text"]::-moz-placeholder,
#prpl-modal-popup input[type="password"]::-moz-placeholder,
#prpl-modal-popup input[type="url"]::-moz-placeholder,
#prpl-modal-popup input[type="tel"]::-moz-placeholder,
#prpl-modal-popup input[type="search"]::-moz-placeholder,
#prpl-modal-popup input[type="number"]::-moz-placeholder,
#prpl-modal-popup input[type="datetime"]::-moz-placeholder,
#prpl-modal-popup input[type="email"]::-moz-placeholder {
  color: #000000;
}


/*=== form ===*/

/* header */
#prpl-modal-inner-wrap .modal-header {
  text-align: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 29px;
  margin-bottom: 0;
}

  #prpl-modal-inner-wrap .modal-header img {
      display: inline-block;
      width: 73px;
      height: 58px;
  }

  #prpl-modal-inner-wrap .action-close {
      line-height: normal;
      margin: 20px 20px 0 0;
      position: absolute;
      z-index: 100;
  }

#prpl-modal-inner-wrap .action-close:focus {
    box-shadow: 0 0 3px 1px #68a8e0;
}


/* content */
#prpl-modal-inner-wrap .modal-content {
  padding: 0;
  width: 100%;
  margin: 0 0 15px 0;
}

  #prpl-modal-inner-wrap .modal-content div.mage-error {
      font-size: 11px;
      margin-top: 3px;
  }

  #prpl-modal-inner-wrap .modal-content a {
      color: var(--main-text-color);
      text-decoration: underline
  }

  #prpl-modal-inner-wrap .modal-content a:hover {
      text-decoration: none;
      cursor: pointer;
  }

  #prpl-modal-inner-wrap .modal-content a.action {
      margin-top: 7px;
      display: inline-block;
  }

  #prpl-login .fieldset {
      margin-bottom: 19px;
  }

  #prpl-registration .fieldset {
      margin-bottom: 0;
  }

  #prpl-registration .fieldset input[type="checkbox"] {
    height: 22px;
    width: 22px;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 1;
  }

  #prpl-registration .register-to-login {
      font-size: 13px;
  }

  #prpl-registration .secondary {
      margin-bottom: 30px;
  }

#prpl-registration .register-to-login a {
    font-size: 13px;
}

  #prpl-modal-inner-wrap .modal-content .field {
      margin: 0 0 14px 0;
  }

  #prpl-modal-inner-wrap #remember-me-box-login .checkbox-container {
      padding-top: 0;
  }

  .remember-me-label {
      font-size: 13px;
  }

  .forgotpassword-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 15px;
  }

  #prpl-forgotpassword .fieldset {
    margin-bottom: 0;
  }

  #prpl-forgotpassword #prpl-forgotpassword-form .actions-toolbar button.action {
    margin-top: 0;
  }

#prpl-forgotpassword #prpl-forgotpassword-form div.field.note {
    color: var(--main-text-color);
}

  #prpl-modal-inner-wrap .modal-content .field label,
  #prpl-modal-inner-wrap .modal-content .field .label {
      display: none;
  }

  #prpl-modal-inner-wrap .modal-content .field .label.checkbox-container {
    display: block;
  }

  #prpl-modal-inner-wrap .modal-content .field .label.checkbox-container ~ .label {
    margin-left: 20px;
    font-size: 13px;
    cursor: pointer;
  }

  #prpl-modal-inner-wrap .remember-me-box {
    float: left;
  }
  #prpl-modal-inner-wrap .modal-content .remember-me-box label,
  #prpl-modal-inner-wrap .modal-content .remember-me-box .label {
      display: inline-block;
      float: left;
      padding-top: 1px;
  }


  #prpl-modal-inner-wrap .modal-content .field .choice label {
      display: inline-block;
      font-size: 13px;
      vertical-align: top;
      padding-top: 1px;
      color: var(--main-text-color);
  }

  #prpl-modal-inner-wrap .modal-content .field input[type="text"],
  #prpl-modal-inner-wrap .modal-content .field input[type="password"],
  #prpl-modal-inner-wrap .modal-content .field input[type="url"],
  #prpl-modal-inner-wrap .modal-content .field input[type="tel"],
  #prpl-modal-inner-wrap .modal-content .field input[type="search"],
  #prpl-modal-inner-wrap .modal-content .field input[type="number"],
  #prpl-modal-inner-wrap .modal-content .field input[type="datetime"],
  #prpl-modal-inner-wrap .modal-content .field input[type="email"] {
      height: 57px;
      line-height: 38px;
      padding: 0 9px 0 21px;
      width: 390px;
  }

  #prpl-modal-inner-wrap .modal-content .field .control {
      position: relative;
      width: 100%;
  }

  #prpl-modal-inner-wrap .modal-content .fieldset.login .field input[type="email"],
  #prpl-modal-inner-wrap .modal-content .fieldset.login .field input[type="password"] {
      padding: 0 9px 0 21px;
  }

  #prpl-modal-inner-wrap .modal-content .field select {
      border: 1px solid #b2b2b2;
      padding: 0 25px 0 5px;
      height: 38px;
      line-height: 38px;
      color: #000000;
      border-radius: 4px;
      box-shadow: inset 0 2px 4px 0 #ebebeb;
  }

  #prpl-modal-inner-wrap .modal-content .field select:hover,
  #prpl-modal-inner-wrap .modal-content .field select:focus {
      outline: none;
      box-shadow: none;
  }

  #prpl-modal-inner-wrap .actions-toolbar .primary {
      float: none;
      width: 100%;
      height: auto;
      padding: 0;
  }

  #prpl-modal-inner-wrap .actions-toolbar button.action {
      width: 390px;
      height: 60px;
      margin: 30px 0 30px 0;
  }

  #prpl-modal-inner-wrap .actions-toolbar .prpl-f-password {
      text-align: center;
      float: right;
  }

  #prpl-modal-inner-wrap .actions-toolbar .prpl-f-password a {
      font-size: 13px;
      color: var(--main-text-color);
    }

  #prpl-modal-inner-wrap .actions-toolbar .prpl-f-password a.action {
      margin-top: 0;
      text-decoration: underline;
  }

  #prpl-modal-inner-wrap .actions-toolbar .prpl-f-password a.action:hover {
      text-decoration: none;
  }

  #prpl-modal-inner-wrap .actions-toolbar .prpl-cr-account {
      text-align: center;
      width: 100%;
      font-size: 13px;
      color: var(--main-text-color);
      margin-bottom: 30px;
  }

#prpl-modal-inner-wrap #prpl-forgotpassword .secondary {
    margin-bottom: 30px;
}

  #prpl-modal-inner-wrap .actions-toolbar .prpl-cr-account a {
      /*background-image: url("../images/1455552331_user_male_blue.svg")!important;*/
      /*background-size: 20px;*/
      /*background-repeat: no-repeat;*/
      /*padding-left: 22px;*/
      margin-top: 3px;
      width: auto;
      font-size: 13px;
      color: var(--main-text-color);
  }

  #prpl-modal-inner-wrap ._block-content-loading{
      position: static;
  }

  #prpl-modal-inner-wrap .loading-mask{
      background: rgba(230, 230, 230, 0.6);
  }

  #prpl-modal-inner-wrap .loader{
      width: 55px;
      height: 55px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -26px;
      margin-left: -26px;
  }

  #prpl-modal-inner-wrap .loader:before{
      content: "";
      width: 45px;
      height: 45px;
  }

  #prpl-modal-inner-wrap .loading-mask img{
    background-image: url("../../../../../../frontend/Holtsdev/holts/default/images/h2-preloader.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    height: 65px;
    width: 65px;
  }


/* social login */
#prpl-modal-inner-wrap #socialLoginButtons .pslogin-spacer table td {
  vertical-align: middle;
  padding: 5px 0;
}

#prpl-modal-inner-wrap #socialLoginButtons .pslogin-block {
  margin: 0;
}

#prpl-modal-inner-wrap #socialLoginButtons .pslogin-buttons ul {
  margin-bottom: 0;
}

#prpl-modal-inner-wrap #socialLoginButtons .pslogin-buttons li {
  width: 100%;
  height: auto;
}

#prpl-modal-inner-wrap .pslogin-buttons .pslogin-button-auto {
  width: 100%;
  position: relative;
  border-radius: 6px;
  padding-left: 37px;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
  border: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}

#prpl-modal-inner-wrap .pslogin-buttons .pslogin-button-icon {
  position: absolute;
  background-color: inherit;
  top: 3px;
  left: 2px;
  height: 32px;
  line-height: 36px;
  border-radius: 4px 0 0 4px;
}

#prpl-modal-inner-wrap .pslogin-buttons-show-short .pslogin-button-icon {
  top: 2px;
  left: 1px;
}

#prpl-modal-inner-wrap .pslogin-buttons .pslogin-button-text {
  display: block;
  width: 100%;
  font-size: 13px;
  height: 37px;
  line-height: 36px;
  padding-right: 1px;
}

.pslogin-block .pslogin-buttons .facebook .pslogin-button-icon {
  background-position: -1px 1px
}

.pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-text,
.pslogin-block .pslogin-buttons ul li.google .pslogin-button-text {
 background-color: transparent;
}

.pslogin-block .pslogin-buttons .facebook .pslogin-button-auto {
  background-color: #4267B2!important;
}

#socialLoginButtons .pslogin-button.google .pslogin-button-icon::before {
  top: -3px;
  right: -2px;
  bottom: -3px;
  left: -2px;
  box-shadow: inset 0 0 0 5px white;
}

#prpl-modal-inner-wrap .pslogin-buttons-show-short ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#prpl-modal-inner-wrap #socialLoginButtons .pslogin-buttons.pslogin-buttons-show-short li {
  width: 37px;
  height: 37px;
}

#prpl-modal-inner-wrap .pslogin-buttons-show-short .pslogin-button-link {
  display: block;
  width: 100%;
  height: 37px;
}

#prpl-modal-inner-wrap .pslogin-buttons-show-short .pslogin-button-auto {
  width: 37px;
  height: 37px;
  padding: 0 !important;
  box-sizing: border-box;
}

#prpl-modal-inner-wrap .pslogin-buttons-show-short .pslogin-button-text {
  display: none;
}

/* footer */
#prpl-modal-inner-wrap .actions-toolbar .secondary {
  width: 100%;
  height: 22px;
    margin-bottom: 30px;
}

#prpl-modal-inner-wrap .login-text {
    width: 390px;
    height: auto;
    text-align: center;
    margin-bottom: 0;
}

#prpl-modal-inner-wrap .login-text p {
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 0;
}

#prpl-modal-inner-wrap .login-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 28px;
}

#prpl-modal-popup .actions-toolbar > .secondary .action.back {
  display: inline;
  text-decoration: underline;
}

#prpl-modal-popup .actions-toolbar > .secondary .action.back:hover {
  text-decoration: none;
}

#prpl-modal-popup.prpl-modal-scroll {
  overflow: auto;
}

.prpl-popuplogin-wrapper {
    margin-left: 54px;
    margin-right: 54px;
}

#login-remember-me .tooltip {
    display: none;
}

#prpl-modal-inner-wrap .checkmark {
    width: 22px;
    height: 22px;
}

#prpl-registration .remember-me-box{
    width: 100%;
}

#prpl-registration #registration-remember-me #remember-me-box-registration {
    margin-bottom: 30px;
}

#prpl-registration #registration-remember-me #remember-me-box-registration p {
    margin-bottom: 0;
}

#popup-login-remember-me {
  display: none;
}

.remember-me-label p {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
}

/* ---------- Glamour Gray ---------- */
.glamourGrey #prpl-modal-inner-wrap{
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  color: #fff;
}
.glamourGrey #prpl-modal-inner-wrap .modal-header img {
  background: #fff;
  padding: 6px;
  border-radius: 6px;
}
.glamourGrey #prpl-modal-inner-wrap .modal-header{
  border-bottom: 1px solid #5a5a5c;
}
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="text"],
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="password"],
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="url"],
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="tel"],
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="search"],
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="number"],
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="datetime"],
.glamourGrey #prpl-modal-inner-wrap .modal-content .field input[type="email"]{
  border-radius: 0;
}
.glamourGrey #prpl-modal-inner-wrap .actions-toolbar button.action{
  background: #fba328;
  background: linear-gradient(to bottom,  #fba328 0%,#b5751e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba328', endColorstr='#b5751e',GradientType=0 );
  box-shadow: none;
  border-radius: 0;
}
.glamourGrey #prpl-modal-inner-wrap .modal-content a{
  color: var(--main-text-color);
}
.glamourGrey #prpl-modal-inner-wrap .pslogin-spacer .pslogin-border{
  border-top: 1px solid #5a5a5c;
}
.glamourGrey #prpl-modal-inner-wrap #socialLoginButtons .pslogin-buttons li span.pslogin-button-auto{
  box-shadow: none;
  border-radius: 0;
}
.glamourGrey #prpl-modal-inner-wrap .actions-toolbar .prpl-cr-account{
  border-top: 1px solid #5a5a5c;
}
.glamourGrey #prpl-modal-inner-wrap .actions-toolbar .prpl-cr-account a {
  background-image: url("../images/1455552331_user_male_yellow.svg")!important;
}
.glamourGrey #prpl-modal-inner-wrap ._block-content-loading{
  position: static;
}
.glamourGrey #prpl-modal-inner-wrap .loading-mask{
  background: rgba(0, 0, 0, 0.6);
}
.glamourGrey #prpl-modal-inner-wrap .loader{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
}
.glamourGrey #prpl-modal-inner-wrap .loader:before{
  content: "";
  width: 45px;
  height: 45px;
  border: 4px solid #fff;
  display: inline-block;
  border-radius: 50%;
  border-top-color: #d48316;
  vertical-align: middle;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
.glamourGrey #prpl-modal-inner-wrap .loading-mask img{
  display: none;
}

.glamourGrey #password-strength-meter {
  color: #000000;
}


/* ---------- modern Blue ---------- */
.modernBlue #prpl-modal-inner-wrap{
  background: #f8f8f8;
  background: linear-gradient(to bottom,  #f8f8f8 0%,#d1d1d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#d1d1d1',GradientType=0 );
}
.modernBlue #prpl-modal-inner-wrap .modal-header{
  padding: 0;
  border: 0;
}
.modernBlue #prpl-modal-inner-wrap .modal-header img{
  display: none;
}
.modernBlue #prpl-modal-inner-wrap .modal-content{
  padding: 60px 0 20px 0;
  max-width: 258px;
}
.modernBlue #prpl-modal-inner-wrap .actions-toolbar button.action{
  border: 1px solid #1b9af7;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 0 rgba(27, 154, 247, 0.3);
  background: #34a5f8;
  background: linear-gradient(to bottom,  #34a5f8 0%,#088ef0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a5f8', endColorstr='#088ef0',GradientType=0 );
  text-shadow: 0 1px 1px #1780cc;
}
.modernBlue #prpl-modal-inner-wrap .actions-toolbar .prpl-cr-account,
.modernBlue #prpl-modal-inner-wrap .pslogin-spacer .pslogin-border{
  border-top: 1px solid #b3b3b3;
  margin-top: 20px;
  padding-top: 15px;
}
.modernBlue #prpl-modal-inner-wrap ._block-content-loading{
  position: static;
}
.modernBlue #prpl-modal-inner-wrap .loading-mask{
  background: rgba(230, 230, 230, 0.6);
}
.modernBlue #prpl-modal-inner-wrap .loader{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
}
.modernBlue #prpl-modal-inner-wrap .loader:before{
  content: "";
  width: 45px;
  height: 45px;
  border: 4px solid #fff;
  display: inline-block;
  border-radius: 50%;
  border-top-color: #888888;
  vertical-align: middle;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
.modernBlue #prpl-modal-inner-wrap .loading-mask img{
  display: none;
}

.modernBlue .pslogin-spacer.pslogin-showmore .pslogin-showmore-button {
  color: black;
  background-color: #e4e3e3;
  border: 1px solid #b7b7b7;
}


/* ---------- loader ---------- */
@-webkit-keyframes spin{
0%{ transform:rotate(0deg); }
100%{ transform:rotate(360deg); }
}
@keyframes spin{
0%{ transform:rotate(0deg); }
100%{ transform:rotate(360deg); }
}


/* ---------- @media ---------- */

/*  640px & up */
@media only screen and (min-width: 641px) {
  #prpl-modal-inner-wrap {
      top: 50%;
      transform: translateY(-50%);
  }
  #prpl-modal-inner-wrap .modal-content div.mage-error {
      background: #8D0000;
      bottom: 3px;
      color: #fff;
      font-size: 11px;
      font-weight: bold;
      line-height: 13px;
      min-height: 13px;
      padding: 10px;
      position: absolute;
      right: -160px;
      width: 150px;
      border-radius: 5px;
      box-shadow: 0 0 4px rgba(0,0,0,0.5);
  }
  #prpl-modal-inner-wrap .modal-content div.mage-error:after {
      position: absolute;
      left: -8px;
      bottom: 8px;
      content: " ";
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-right: 8px solid #8D0000;
  }
    #prpl-login-form fieldset {
        border: 0;
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 390px;
    }

    .prpl-popuplogin-wrapper {
        margin: 0 auto;
        width: 390px;
    }
}

/* Mobile */
@media only screen and (max-width: 640px) {
  #prpl-modal-popup.prpl-modal-popup .modal-inner-wrap {
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%;
  }
  #prpl-modal-popup {
      padding: 0;
  }
  #prpl-modal-inner-wrap {
      width: 100%;
      max-width: 375px;
      height: 100%;
      padding-bottom: 10px;
  }

    #prpl-modal-inner-wrap .modal-content .field input[type="text"],
    #prpl-modal-inner-wrap .modal-content .field input[type="password"],
    #prpl-modal-inner-wrap .modal-content .field input[type="url"],
    #prpl-modal-inner-wrap .modal-content .field input[type="tel"],
    #prpl-modal-inner-wrap .modal-content .field input[type="search"],
    #prpl-modal-inner-wrap .modal-content .field input[type="number"],
    #prpl-modal-inner-wrap .modal-content .field input[type="datetime"],
    #prpl-modal-inner-wrap .modal-content .field input[type="email"] {
        font-size: 16px;
        width: 100%;
    }

    .prpl-popuplogin-wrapper {
        margin-left: 14px;
        margin-right: 14px;
    }

    #prpl-modal-inner-wrap .login-text {
        max-width: 100%;
        width: 100%;
        margin: auto;
    }

    #prpl-modal-inner-wrap .actions-toolbar button.action {
        max-width: 100%;
        width: 100%;
    }

  #prpl-modal-popup {
      padding: 30px 15px;
      margin-top: 0;
  }
  #prpl-modal-inner-wrap .modal-header {
      padding: 20px 0 10px 0;
  }
  #prpl-modal-inner-wrap .modal-header img {
      max-width: 200px;
  }
  #prpl-modal-inner-wrap .actions-toolbar .prpl-f-password a.action,
  #prpl-modal-inner-wrap .modal-content a.action {
      margin-top: 0;
  }

    #prpl-modal-popup {
        padding: 0;
    }

    #prpl-modal-popup._show #prpl-modal-inner-wrap  {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0;
    }
    #prpl-modal-popup._show.prpl-modal-scroll #prpl-modal-inner-wrap {
        height: calc(156%);
        max-height: calc(156%);
    }

    #prpl-modal-inner-wrap #prpl-login .actions-toolbar button.action {
        margin-top: 3px;
    }
}

@media only screen and (max-width: 480px) {
  #prpl-modal-popup {
      padding: 0;
  }
  #prpl-modal-inner-wrap .actions-toolbar .prpl-cr-account {
      margin-top: 0;
      padding-top: 0;
      border-top: 0;
  }
}

@media only screen and (max-width: 320px) {
    #prpl-modal-inner-wrap .actions-toolbar .prpl-f-password {
        text-align: left;
        float: left;
        margin-top: -19px;
        margin-bottom: 14px;
        width: 100%;
    }
}

/*=== animate ===*/
#prpl-modal-inner-wrap {
    -webkit-animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-duration: .2s;
    animation-fill-mode: both;
    visibility: hidden;
}

#prpl-modal-popup._show #prpl-modal-inner-wrap  {
  visibility: visible;
}


#prpl-modal-popup.prpl-popuplogin._show .actions-toolbar {
    opacity: 1;
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

#prpl-modal-popup.prpl-popuplogin .actions-toolbar {
  opacity: 0;
}


@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}

.fadeIn {
-webkit-animation-name: fadeIn;
        animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
0% {
  opacity: 0;
  transform: translate3d(0, -10%, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInDown {
0% {
  opacity: 0;
  transform: translate3d(0, -10%, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInDown {
-webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
0% {
  opacity: 0;
  transform: translate3d(0, -2000px, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInDownBig {
0% {
  opacity: 0;
  transform: translate3d(0, -2000px, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
        animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
0% {
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInLeft {
0% {
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
0% {
  opacity: 0;
  transform: translate3d(-2000px, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInLeftBig {
0% {
  opacity: 0;
  transform: translate3d(-2000px, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
0% {
  opacity: 0;
  transform: translate3d(10%, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInRight {
0% {
  opacity: 0;
  transform: translate3d(10%, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInRight {
-webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
0% {
  opacity: 0;
  transform: translate3d(2000px, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInRightBig {
0% {
  opacity: 0;
  transform: translate3d(2000px, 0, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
        animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
0% {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInUp {
0% {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
0% {
  opacity: 0;
  transform: translate3d(0, 2000px, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

@keyframes fadeInUpBig {
0% {
  opacity: 0;
  transform: translate3d(0, 2000px, 0);
}

100% {
  opacity: 1;
  transform: none;
}
}

.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig;
}


@-webkit-keyframes zoomIn {
0% {
  opacity: 0;
  transform: scale3d(.3, .3, .3);
}

50% {
  opacity: 1;
}
}

@keyframes zoomIn {
0% {
  opacity: 0;
  transform: scale3d(.3, .3, .3);
}

50% {
  opacity: 1;
}
}

.zoomIn {
-webkit-animation-name: zoomIn;
        animation-name: zoomIn;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}



/* Effect 8: 3D flip horizontal */
@-webkit-keyframes flip3d_hor {
0% {
  transform-style: preserve-3d;
  transform: rotateY(-110deg);
  transition: all 0.3s;
  opacity: 0;
}

100% {
  transform: rotateY(0deg);
  opacity: 1;
}
}


@keyframes flip3d_hor {
0% {
  transform-style: preserve-3d;
  transform: rotateY(-110deg);
  transition: all 0.3s;
  opacity: 0;
}

100% {
  transform: rotateY(0deg);
  opacity: 1;
}
}

.flip3d_hor {
-webkit-animation-name: flip3d_hor;
        animation-name: flip3d_hor;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

#prpl-modal-inner-wrap .g-recaptcha > div:not(.grecaptcha-badge) {
  transform: translateX(-23px) scale(0.85);
}
