input[type="number"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
  }
  
  #rf-container {
      max-width: 800px;
      min-height: 300px;
      opacity: 0;
  }
  
  .template-register #rf-container,
  .template-login #rf-container {
      margin: 0 auto;
  }
  
  .section-membership {
      padding: 0 15px;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form {
      opacity: 0;
  }
  
  .section-membership .profile-heading {
      font-size: 22px !important;
      color: #00a79d !important;
      text-transform: none !important;
      font-weight: 700 !important;
      margin: 0 !important;
      margin-top: 15px !important;
      margin-bottom: 10px !important;
  }
  
  .section-membership .profile-heading + .section-membership div.wpforms-container-full .wpforms-form .wpforms-field {
      margin-top: -5px;
  }
  
  .section-membership h4 {
      font-size: 22px;
      color: #546670;
      text-transform: none;
      border-bottom: 1px solid #CCC;
      padding-bottom: 15px;
      margin-bottom: 15px;
  }
  
  .section-membership h5,
  .section-membership div.wpforms-container-full .wpforms-form h3,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
      font-size: 16px;
      color: #546670;
      text-transform: none;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
      font-weight: bold;
  }
  
  .captcha-container {
      display: none;
  }
  
  .captcha-container.show-immediate {
      display: block;
  }
  
  .captcha-container input {
      width: 100% !important;
      margin-top: 15px !important;
  }
  
  .captcha-container .captcha-generate {
      display: inline-block !important;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      position: relative;
      padding-right: 15px;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 .wpforms-field.fwidth ul li {
      width: 100%;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-pagebreak {
      padding-bottom: 0;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-description {
      position: absolute;
      top: 10px;
      right: -260px;
      width: 245px;
      padding: 10px;
      background: #ced4da;
      color: #546670;
      font-size: 14px;
      margin: 0;
  }
  
  @media screen and (max-width: 1399px) {
      .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-description {
          position: static;
          width: 65%;
          margin-left: 35%;
          margin-top: 5px;
          margin-bottom: -5px;
      }
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-label {
      width: 35%;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .view-item {
      width: 65%;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-label.label-bold {
      font-weight: 700;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form input,
  .section-membership div.wpforms-container-full .wpforms-form select,
  .section-membership div.wpforms-container-full .wpforms-form input.wpforms-field-large,
  .section-membership div.wpforms-container-full .wpforms-form select.wpforms-field-large,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
      width: 65%;
      font-size: 16px !important;
      color: #546670 !important;
      overflow: hidden;
      border: 1px solid #AAA !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .discount-code-container input.wpforms-field-large {
      width: 250px !important;
      margin-right: 20px !important;
      height: 40px !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .discount-code-container button[type=submit],
  .section-membership div.wpforms-container-full .wpforms-form .discount-code-container button[type=submit]:hover,
  .section-membership div.wpforms-container-full .wpforms-form .discount-code-container button[type=submit]:active,
  .section-membership div.wpforms-container-full .wpforms-form .discount-code-container button[type=submit]:focus {
      background-color: #c2c2c2 !important;
      color: #FFF !important;
      border: 1px solid #c2c2c2 !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large.date-picker-container {
      display: flex;
      flex-direction: row;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large.date-picker-container > select:first-child {
      margin-right: 7.5px;
      width: 110px;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large.date-picker-container > select:last-child {
      margin-left: 7.5px;
      width: 110px;
  } 
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
      border: 0 !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .checkboxContainer {
      margin-right: 15px;
  }
  
  .section-membership .list-item {
      font-size: 16px !important;
      color: #546670 !important;
      font-weight: 400 !important;
      padding: 0 !important;
      margin: 0 !important;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-one-half {
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px;
      position: relative;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-one-half:last-child {
      margin-bottom: 0;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-label {
      font-size: 16px;
      color: #546670;
      font-weight: 400;
      padding-top: 8px;
      padding-right: 15px;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-label.full-width-label {
      width: 100% !important;
  }
  
  .section-membership .view-item {
      font-size: 16px !important;
      color: #546670 !important;
      font-weight: 400 !important;
      padding-top: 8px !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 .wpforms-field-label {
      width: 100%;
      padding-top: 0;
      margin-bottom: 15px;
      font-weight: 700;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 ul li {
      width: 50%;
      margin-bottom: 15px !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .is-edit .wpforms-page-3 ul li {
      width: 100%;
      margin-top: 10px !important;
      margin-bottom: 10px !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 ul li:last-child {
      margin-bottom: 0 !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 ul li.full-width-choice {
      width: 100%;
      display: flex;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 ul li.full-width-choice input {
      margin-top: 4px;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 ul li.full-width-choice label {
      flex: 1;
      width: auto;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 label.wpforms-error {
      padding-left: 0;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form input::placeholder,
  .section-membership div.wpforms-container-full .wpforms-form select::placeholder,
  .section-membership div.wpforms-container-full .wpforms-form input.wpforms-field-large::placeholder,
  .section-membership div.wpforms-container-full .wpforms-form select.wpforms-field-large::placeholder,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large::placeholder {
      font-size: 16px;
      color: #CCC;
      opacity: 1;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form input[type=submit],
  .section-membership div.wpforms-container-full .wpforms-form input[type=submit]:hover,
  .section-membership div.wpforms-container-full .wpforms-form input[type=submit]:focus,
  .section-membership div.wpforms-container-full .wpforms-form input[type=submit][disabled],
  .section-membership div.wpforms-container-full .wpforms-form button[type=submit],
  .section-membership div.wpforms-container-full .wpforms-form button[type=submit]:hover,
  .section-membership div.wpforms-container-full .wpforms-form button[type=submit]:focus,
  .section-membership div.wpforms-container-full .wpforms-form button[type=submit][disabled],
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-button,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
  .section-membership .normal-button,
  .section-membership .normal-button:hover,
  .section-membership .normal-button:focus {
      display: inline-block !important;
      border: 1px solid #00a79d !important;
      background: #FFF !important;
      color: #00a79d !important;
      font-weight: 700 !important;
      font-size: 16px !important;
      padding: 7px 0 !important;
      max-width: 140px !important;
      width: 140px !important;
      margin-right: 0 !important;
      line-height: 24px !important;
      text-align: center !important;
  }
  
  .section-membership .normal-button.normal-button-grey,
  .section-membership .normal-button.normal-button-grey:hover,
  .section-membership .normal-button.normal-button-grey:focus {
      border: 1px solid #546670 !important;
      color: #546670 !important;
      max-width: 170px !important;
      width: 170px !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
      width: 100%;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left [data-action="prev"] {
      float: left;
      border: 1px solid #546670 !important;
      color: #546670 !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left [data-action="next"] {
      float: right;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-pagebreak:first-child {
      padding: 0;
  }
  
  .section-membership div.wpforms-confirmation-container-full {
      margin: 15px 0;
      background: #44c54a;
      color: #FFF;
      padding: 8px 12px;
      font-size: 14px;
      border: 0;
  }
  
  .section-membership div.wpforms-container-full > .error,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-error-container {
      margin: 15px 0;
      background: #ff5252;
      color: #FFF;
      padding: 8px 12px;
      font-size: 14px;
      border: 0;
      margin-right: 15px;
  }
  
  .section-membership div.wpforms-container-full > .error a,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-error-container a {
      color: #FFF;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form label.wpforms-error {
      padding-top: 5px;
      font-size: 14px;
      padding-left: 35%;
      color: #ff5252;
      width: 100%;
      font-weight: normal;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form label.wpforms-error.mailcheck-error {
      display: none !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form input.wpforms-error,
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error {
      border: 1px solid #ff5252 !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-one-half label.wpforms-error {
      padding-left: 0;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form {
      position: relative;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-submit-container {
      position: absolute;
      bottom: 0;
      right: 15px;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-submit-container.to-left {
      bottom: 0;
      right: auto;
      left: 0;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .wpforms-submit-container.to-right {
      bottom: 0;
      right: 130px;
      left: auto;
  }
  
  .section-membership .virtual-label {
      position: absolute !important;
      top: 0;
      left: -54%;
      width: 54% !important;
  }
  
  .section-membership [data-field-id="17"] label {
      text-indent: -9999px !important;
  }
  
  .section-membership ol {
  
  }
  
  .section-membership li {
      color: #546670;
      font-size: 16px;
      margin-left: 15px;
      margin-bottom: 10px;
  }
  
  .section-membership p {
      color: #546670;
      font-size: 16px;
  }
  
  .section-membership a,
  .section-membership a:active,
  .section-membership a:focus {
      color: #00a79d;
      text-decoration: none;
  }
  
  #rf-container #rf-progress {
      position: relative;
      height: 70px;
  }
  
  #rf-container #rf-progress:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: #CCC;
  }
  
  #rf-container #rf-progress .rf-progress-item {
      position: relative;
      z-index: 5;
      width: 36px;
      height: 36px;
      border-radius: 36px;
      text-align: center;
      line-height: 36px;
      color: #00a79d;
      font-size: 20px;
      border: 1px solid #9edad6;
      box-shadow: 0 0 15px #c8eae8;
      font-weight: 700;
      background: #FFF;
  }
  
  #rf-container #rf-progress .rf-progress-item.is-active {
      background: #00a79d;
      color: #FFF;
  }
  
  .wpforms-page-indicator.progress {
      display: none !important;
  }
  
  #template-register-success {
      display: flex;
      flex: 1;
      width: 100%;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 350px;
      max-width: 800px;
      margin: 0 auto;
      padding: 0 15px;
  }
  
  .register-success-icon {
      width: 100px;
      height: 100px;
      text-align: right;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-left: 30px;
      margin-right: 30px;
  }
  
  .register-success-text {
      text-align: left;
  }
  
  .register-success-text h1 {
      font-size: 24px;
      font-weight: 700;
      color: #00a79d;
      margin-bottom: 15px;
  }
  
  /* .template-login div.wpforms-container-full .wpforms-form .wpforms-field-description {
      font-size: 14px;
      text-align: right;
      float: none;
      width: 100%;
  } */
  
  .section-membership.template-login div.wpforms-container-full .wpforms-form {
      padding-bottom: 60px;
  }
  
  #ao-outer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 999;
      background: rgba(0, 0, 0, 0.5);
  }
  
  #ao {
      position: absolute;
      width: 350px;
      height: 220px;
      background: #FFF;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  
  #ao-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 30px;
      color: #00a79d;
      cursor: pointer;
      font-weight: 700;
      line-height: 1;
  }
  
  #ao-title {
      font-size: 16px;
      margin-bottom: 20px;
      color: #546670;
  }
  
  #ao-buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
  }
  
  .ao-button {
      display: inline-block;
      border: 1px solid #00a79d;
      text-align: center;
      line-height: 40px;
      font-size: 16px;
      width: 100px;
      color: #00a79d;
      margin: 0 10px;
      font-weight: 700;
      cursor: pointer;
  }
  
  .section-membership.template-mp {
      margin: 0;
      background: #f5f5f5;
  }
  
  .section-membership.template-mp > .container > .row {
      display: flex;
      flex-direction: row;
  }
  
  .section-membership.template-mp .template-sidebar {
      background: #FFF;
  }
  
  .section-membership.template-mp .mp-sidebar {
      background: #FFF;
      padding-top: 35px;
      padding-bottom: 35px;
      box-shadow: 5px 0 10px -2px #BBB;
      position: relative;
      z-index: 1;
  }
  
  .section-membership.template-mp .mp-sidebar:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -5000px;
      width: 5000px;
      background: #FFF;
  }
  
  .section-membership.template-mp .mp-title {
      color: #546670;
      font-size: 18px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px;
  }
  
  .section-membership.template-mp .mp-subtitle,
  .section-membership.template-mp .mp-subtitle:active,
  .section-membership.template-mp .mp-subtitle:focus,
  .section-membership.template-mp .mp-subtitle:hover {
      display: block;
      color: #546670;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px;
  }
  
  .section-membership.template-mp .mp-sidebar .mp-subtitle,
  .section-membership.template-mp .mp-sidebar .mp-subtitle:active,
  .section-membership.template-mp .mp-sidebar .mp-subtitle:focus,
  .section-membership.template-mp .mp-sidebar .mp-subtitle:hover {
      margin: 45px 0;
  }
  
  .section-membership.template-mp .mp-sidebar .mp-title + .mp-subtitle,
  .section-membership.template-mp .mp-sidebar .mp-title + .mp-subtitle:active,
  .section-membership.template-mp .mp-sidebar .mp-title + .mp-subtitle:focus,
  .section-membership.template-mp .mp-sidebar .mp-title + .mp-subtitle:hover {
      margin-top: 30px;
  }
  
  .section-membership.template-mp .mp-subtitle + .mp-title {
      margin-top: 100px;
  }
  
  .section-membership.template-mp .mp-subtitle.is-active {
      color: #00a79d !important;
  }
  
  .section-membership.template-mp .mp-subtitle.mp-icon {
      padding-left: 55px;
      position: relative;
  }
  
  .section-membership.template-mp .mp-subtitle.mp-icon:before {
      content: '';
      width: 35px;
      height: 35px;
      position: absolute;
      top: -5px;
      left: 0;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-course:before {
      background-image: url(images/course.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-course.is-active:before {
      background-image: url(images/course_active.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-history:before {
      background-image: url(images/coin.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-history.is-active:before {
      background-image: url(images/coin_active.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-help:before {
      background-image: url(images/question.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-help.is-active:before {
      background-image: url(images/question_active.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-profile:before {
      background-image: url(images/account.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-profile.is-active:before {
      background-image: url(images/account_active.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-logout:before {
      background-image: url(images/logout.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-logout.is-active:before {
      background-image: url(images/logout_active.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-bookmark:before {
      background-image: url(images/bookmark.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-bookmark.is-active:before {
      background-image: url(images/bookmark_active.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-request:before {
      background-image: url(images/request.png);
  }
  .section-membership.template-mp .mp-subtitle.mp-icon.mp-icon-request.is-active:before {
      background-image: url(images/request_active.png);
  }
  .section-membership.template-mp .mp-content {
      padding: 40px;
      background: #f5f5f5;
  }
  
  .section-membership.template-mp div.wpforms-container-full .wpforms-form .mp-form-container {
      background: #FFF;
      padding: 15px 30px;
      margin-bottom: 30px;
  }
  
  .section-membership.template-mp div.wpforms-container-full .wpforms-form .mp-form-content {
      position: relative;
  }
  
  .section-membership.template-mp div.wpforms-container-full .wpforms-form .mp-form-content.is-edit {
      padding-bottom: 65px;
  }
  
  .section-membership.template-mp div.wpforms-container-full .wpforms-form .wpforms-submit-container,
  .section-membership.template-mp div.wpforms-container-full .wpforms-form .wpforms-submit-container.to-left {
      bottom: 15px;
  }
  
  .section-membership.template-mp .profile-heading {
      margin-top: 10px !important;
  }
  
  .section-membership.template-mp #rf-container {
      margin-top: 25px;
  }
  
  .section-membership.template-mp .normal-button,
  .section-membership.template-mp .normal-button:hover,
  .section-membership.template-mp .normal-button:focus {
      cursor: pointer;
      width: 100px !important;
      max-width: 100px !important;
      font-size: 14px !important;
      line-height: 18px !important;
  }
  
  .section-membership.template-mp [data-mp-edit],
  .section-membership.template-mp [data-mp-edit]:hover,
  .section-membership.template-mp [data-mp-edit]:focus {
      position: absolute;
      top: 2px;
      right: 0;
  }
  
  .section-membership.template-mp div.wpforms-container-full .wpforms-form .wpforms-field-description {
      position: static;
      width: 65%;
      margin-left: 35%;
      margin-top: 5px;
      margin-bottom: 5px;
  }
  
  .captcha_play_image,
  .security-code-container a img,
  #captcha_image_audio_div object {
      width: 32px !important;
      height: 32px !important;
  }
  
  #proc {
  
  }
  
  #proc-tabs {
      display: flex;
      flex-direction: row;
      margin-bottom: 25px;
  }
  
  .proc-tab {
      flex: 1;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #546670;
      border: 1px solid #BBB;
      cursor: pointer;
  }
  
  .proc-tab.is-active {
      color: #00a79d;
      border: 1px solid #00a79d;
  }
  
  #proc-items {
      margin-bottom: 25px;
  }
  
  .proc-item {
      box-shadow: 0 0 15px #CCC;
      margin-bottom: 30px;
      cursor: pointer;
      position: relative;
  }
  
  .proc-item[data-proc-status="completed"] {
      opacity: 0.6;
  }
  
  .proc-item-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      display: none;
      background: rgba(0, 0, 0, 0.5);
      padding: 15px;
  }
  
  .proc-item-overlay a {
      position: absolute;
      z-index: 999;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  .proc-item-overlay p {
      color: #FFF;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 5px;
  }
  
  .proc-item:hover .proc-item-overlay {
      display: block;
  }
  
  .proc-item[data-proc-status="complete"], .proc-item[data-proc-status="unenroled"] {
      opacity: 0.6;
  }
  
  .proc-item-image {
      height: 180px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  .proc-item-content {
      padding: 15px;
      height: 200px;
  }
  
  .proc-item-code {
      font-size: 14px;
      color: #00a79d;
      margin-bottom: 10px;
      font-weight: bold;
  }
  
  .proc-item-title {
      font-size: 14px;
      color: #546670;
      font-weight: bold;
  }
  
  .proh-item {
      margin-bottom: 15px;
  }
  
  .proh-item-row {
      border-bottom: 1px solid #BBB;
      padding-bottom: 10px;
      margin-bottom: 10px;
  }
  
  .proh-item-row:last-child {
      border-bottom: 0;
  }
  
  .proh-item-header {
      padding: 10px 15px;
      font-size: 16px;
      color: #546670;
      display: flex;
      flex-direction: row;
      align-items: center;
  }
  
  .proh-item-status {
      padding: 10px 15px;
      font-size: 16px;
      color: #546670;
      display: flex;
      flex-direction: row;
      align-items: center;
  }
  
  .proh-item-status .section-membership.template-mp .normal-button {
      max-width: 165px !important;
      width: 165px !important;
      font-size: 16px !important;
  }
  
  .proh-item-status .section-membership.template-mp {
      padding: 0;
  }
  
  .t-right {
      text-align: right;
  }
  
  .proh-item-title {
      background: #FFF;
      padding: 15px;
      font-weight: bold;
      font-size: 16px;
      color: #546670;
      cursor: pointer;
      display: flex;
      flex-direction: row;
      align-items: center;
  }
  
  .proh-item-title span {
      flex: 1;
  }
  
  .proh-item-title i.fa-angle-down {
      display: inline-block;
      font-size: 25px !important;
  }
  
  .proh-item-title i.fa-angle-up {
      display: none;
      font-size: 25px !important;
  }
  
  .proh-item-container.is-active .proh-item-title i.fa-angle-down {
      display: none;
  }
  
  .proh-item-container.is-active .proh-item-title i.fa-angle-up {
      display: inline-block;
  }
  
  .proh-item-container .proh-item-row {
      display: none;
  }
  
  .proh-item-container.is-active .proh-item-row {
      display: block;
  }
  
  [data-q-base] {
      display: none;
  }
  
  [data-q-view] {
      border-bottom: 1px solid #CCC !important;
      padding-bottom: 15px !important;
      margin-bottom: 10px !important;
  }
  
  [data-q-view]:last-child {
      border-bottom: 0 !important;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
  }
  
  div.wpforms-container-full .wpforms-form .payment-method-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 20px;
  }
  
  div.wpforms-container-full .wpforms-form .payment-method-container .payment-method {
      width: 30%;
      margin-right: 2%;
      margin-bottom: 2%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      border: 1px solid #CCC;
      padding: 15px;
      height: 145px;
      cursor: pointer;
      position: relative;
  }
  
  div.wpforms-container-full .wpforms-form .payment-method-container .payment-method.is-active:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: -10px;
      right: -10px;
      width: 20px;
      height: 20px;
      background-image: url(images/payments/payment_tick.png);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  div.wpforms-container-full .wpforms-form .payment-method-container .payment-method.is-active,
  div.wpforms-container-full .wpforms-form .payment-method-container .payment-method:hover {
      border: 1px solid #3faa9d;
  }
  
  div.wpforms-container-full .wpforms-form .payment-method-container .payment-method img {
      height: 60px;
  }
  
  div.wpforms-container-full .wpforms-form .payment-method-container .payment-method span {
      display: block;
      width: 100%;
      text-align: left;
      font-size: 16px;
      color: #546670;
      margin-top: 10px;
  }
  
  .admin-tab-container .tab-content[data-admin-tab-id] {
      display: none;
  }
  
  .admin-tab-container .tab-content[data-admin-tab-id].tab-content-active {
      display: block;
  }
  
  .admin-tab-container .nav-tab:focus,
  .admin-tab-container .nav-tab:hover {
      color: #00a79d;
  }
  
  .admin-tab-container #seopress-admin-tabs .nav-tab-active,
  .admin-tab-container #seopress-admin-tabs .nav-tab-active:focus,
  .admin-tab-container #seopress-admin-tabs .nav-tab-active:focus:active,
  .admin-tab-container #seopress-admin-tabs .nav-tab-active:hover,
  .admin-tab-container #seopress-admin-tabs .nav-tab:focus,
  .admin-tab-container .nav-tab-active:focus,
  .admin-tab-container .seopress-option .nav-tab-active,
  .admin-tab-container .seopress-option .nav-tab-active:focus:active,
  .admin-tab-container .seopress-option .nav-tab-active:hover,
  .admin-tab-container .seopress-option .nav-tab:focus {
      border: 1px solid #CCC;
      border-bottom: 0;
      background: #FFF;
      box-shadow: none;
      color: #00a79d;
      margin-bottom: -1px;
  }
  
  .table-json-data-container {
      height: 195px;
      overflow: auto;
  }
  
  .table-json-data-row {
      margin-bottom: 5px;
  }
  
  .security-code-container label:not(.wpforms-error) {
      display: none !important;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .mp_loading {
      display: block;
      position: relative;
      width: 48px;
      height: 48px;
      margin: 15px auto;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .mp_loading div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      margin: 4px;
      border: 4px solid #00765d;
      border-radius: 50%;
      animation: mp-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #00765d transparent transparent transparent;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .mp_loading div:nth-child(1) {
      animation-delay: -0.45s;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .mp_loading div:nth-child(2) {
      animation-delay: -0.3s;
  }
  
  .section-membership div.wpforms-container-full .wpforms-form .mp_loading div:nth-child(3) {
      animation-delay: -0.15s;
  }
  
  @keyframes mp-ring {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
  }
  
  @media screen and (max-width: 768px) {
      .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-label {
          width: 100%;
          padding-right: 0;
      }
      .section-membership div.wpforms-container-full .wpforms-form .view-item {
          width: 100%;
      }
      .section-membership div.wpforms-container-full .wpforms-form input,
      .section-membership div.wpforms-container-full .wpforms-form select,
      .section-membership div.wpforms-container-full .wpforms-form input.wpforms-field-large,
      .section-membership div.wpforms-container-full .wpforms-form select.wpforms-field-large,
      .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
          width: 100%;
      }
      .section-membership div.wpforms-container-full .wpforms-form .wpforms-field-description,
      .section-membership.template-mp div.wpforms-container-full .wpforms-form .wpforms-field-description {
          width: 100%;
          margin-left: 0;
      }
      .section-membership div.wpforms-container-full .wpforms-form .wpforms-page-3 ul li {
          width: 100%;
      }
      .section-membership div.wpforms-container-full .wpforms-form label.wpforms-error {
          padding-left: 0;
      }
      .section-membership [data-field-id="17"] label {
          display: none !important;
      }
      .section-membership.template-mp {
          padding: 0;
      }
      .section-membership.template-mp > .container > .row {
          display: block;
      }
      .section-membership.template-mp .mp-title {
          margin-bottom: 0;
      }
      .section-membership.template-mp .mp-sidebar {
          padding-top: 15px;
          padding-bottom: 15px;
          padding-left: 25px;
          padding-right: 25px;
      }
      .section-membership.template-mp .mp-content {
          padding: 25px;
      }
      .section-membership.template-mp .mp-subtitle,
      .section-membership.template-mp .mp-subtitle:active,
      .section-membership.template-mp .mp-subtitle:focus,
      .section-membership.template-mp .mp-subtitle:hover {
          margin-bottom: 2px;
      }
      .section-membership.template-mp .mp-subtitle + .mp-title {
          margin-top: 10px;
      }
      div.wpforms-container-full .wpforms-form .payment-method-container .payment-method {
          width: 48%;
      }
  }
  .me-selector {
      display: flex;
      flex-direction: row;
      margin-bottom: 15px !important;
  }
  [data-me-selector-choice] {
      text-align: center !important;
      cursor: pointer !important;
      width: 180px !important;
      height: 120px !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      border: 1px solid #00a79d !important;
      border-radius: 2px !important;
      color:#000 !important;
      margin-right: 15px !important;
  }
  [data-me-selector-choice][data-me-selector-choice-active] {
      background: #EEE !important;
  }
  [data-me-selector-choice] img {
      height: 50px !important;
      margin-bottom: 10px !important;
  }
  [data-me-selector-choice] span {
      display: block !important;
  }
  [data-me-bar-container] {
      margin-top: 15px !important;
  }
  [data-me-bar] {
      cursor: pointer !important;
      margin-bottom: 15px !important;
      background: #00a79d !important;
      color: #FFF !important;
      text-align: center !important;
      line-height: 32px !important;
      font-size: 22px !important;
  }
  [data-me-remove] {
      color: #00a79d !important;
      font-size: 22px !important;
      float: right !important;
      margin-right: 50px !important;
      cursor: pointer !important;
      position: relative !important;
      z-index: 100 !important;
      margin-top: -49px !important;
  }
  [data-me-collapse] {
      position: relative !important;
  }
  [data-me-collapse] .profile-heading-uppercase {
      cursor: pointer !important;
      background: #EEE !important;
      padding: 7px 15px !important;
  }
  [data-me-collapse] .fa-chevron-circle-up,
  [data-me-collapse] .fa-chevron-circle-down {
      position: absolute !important;
      color: #00a79d !important;
      font-size: 24px !important;
      top: 24px !important;
      right: 15px !important;
      margin-top: -12px !important;
      z-index: 100 !important;
  }
  [data-me-collapse] .fa-chevron-circle-up {
      display: none;
  }
  [data-me-collapse].is-hidden [data-me-collapse-input] {
      display: none;
  }
  [data-me-collapse].is-hidden .fa-chevron-circle-up {
      display: block;
  }
  [data-me-collapse].is-hidden .fa-chevron-circle-down {
      display: none;
  }
  .me_email_correct {
      color: #00a79d !important;
      font-size: 24px !important;
      position: absolute !important;
      top: 15px !important;
      right: -25px !important;
  }
  [data-me-collapse] > .fas {
      cursor: pointer !important;
  }