.pmpro_logged_in_welcome_wrap .pmpro_member_display_name *, .pmpro_logged_in_welcome_wrap .pmpro_member_display_name {
  font-size: 16px !important
}

.pmpro_logged_in_welcome_wrap .pmpro_member_log_out {
  font-size: 12px !important;
  text-align: left !important
}

.pmpro_login_wrap h3 {
  padding-bottom: 10px;
  text-align: center;
  font: 22px 'sib-title-font', 'sib-font' !important
}

.pmpro_checkout-fields label, .pmpro_member_profile_edit-fields label, .login-remember label, .login-password label, .login-username label {
  text-align: right !important;
  font-size: 12px
}

.pmpro_checkout-field select, .pmpro_checkout-fields input[type=text], .pmpro_checkout-fields input[type=password], .pmpro_checkout-fields input[type=email], .pmpro_member_profile_edit-fields input[type=text], .pmpro_member_profile_edit-fields input[type=password], .pmpro_member_profile_edit-fields input[type=email], input#user_pass, input#user_login {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px;
  min-height: 38px;
  border: 2px solid #ddd;
  background: inherit;
  max-width: 100% !important;
  width: 100% !important
}

.pmpro_checkout-fields .pmpro_checkout-field .pmpro_asterisk {
  position: absolute;
  color: red;
  font-size: 18px !important
}

.pmpro_member_profile_edit-fields .lite {
  text-align: center;
  font-size: 12px !important
}

.pmpro_message {
  text-align: center;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px !important
}

#member-profile-edit .pmpro_submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

#member-profile-edit .pmpro_submit hr {
  display: none !important
}

#member-profile-edit .pmpro_submit .pmpro_btn {
  margin: 0 !important
}

.pmpro_member_profile_edit-fields input[type=text]:focus, .pmpro_member_profile_edit-fields input[type=password]:focus, .pmpro_member_profile_edit-fields input[type=email]:focus, input#user_pass:focus, input#user_login:focus {
  border: 2px solid #aaa
}

.pmpro_login_wrap, .pmpro_login_wrap .pmpro_actions_nav {
  margin-bottom: 0 !important
}

#wp-submit {
  min-width: 50px
}

.sib-blurred-img-full {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: inset 0 0 50px #000;
  box-shadow: inset 0 0 50px #000
}

.sib-blurred-img-full img {
  width: 150%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover
}

.sib-form.login-form {
  width: 540px
}

.sib-login-page.bg-blured-img .sib-form.login-form {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-backdrop-filter: blur(35px) brightness(65%) contrast(120%);
  backdrop-filter: blur(35px) brightness(65%) contrast(120%)
}

.sib-form.checkout * {
  color: #fff !important;
}

.sib-login-page .sib-form.login-form .pmpro_lost_password-instructions, .sib-login-page .sib-form.login-form .pmpro_login_wrap {
  width: 100%;
  max-width: 520px;
  padding: 20px;
  line-height: 1.5;
  font-size: 12px
}

.sib-login-page .sib-form.login-form .pmpro_lost_password_wrap *, .sib-login-page .sib-form.login-form .pmpro_login_wrap * {
  color: #fff !important
}

.sib-login-page .sib-form.login-form .pmpro_lost_password_wrap label, .sib-login-page .sib-form.login-form .pmpro_login_wrap label {
  opacity: .7
}

.pmpro_checkout-field select * {
  color: #333 !important
}

.pmpro_checkout-field select, .pmpro_checkout-fields input[type=text], .pmpro_checkout-fields input[type=password], .pmpro_checkout-fields input[type=email], .sib-login-page .sib-form.login-form .pmpro_lost_password_wrap input[type=text], .sib-login-page .sib-form.login-form .pmpro_login_wrap input[type=password], .sib-login-page .sib-form.login-form .pmpro_login_wrap input[type=text] {
  padding: 5px 10px !important;
  font-size: 15px;
  height: 45px;
  background: rgba(255, 255, 255, 0.25) !important;
  border: none !important;
  -webkit-backdrop-filter: brightness(65%) contrast(120%);
  backdrop-filter: brightness(65%) contrast(120%)
}

.pmpro_checkout-field select:focus, .pmpro_checkout-fields input[type=text]:focus, .pmpro_checkout-fields input[type=password]:focus, .pmpro_checkout-fields input[type=email]:focus, .sib-login-page .sib-form.login-form .pmpro_lost_password_wrap input[type=text]:focus, .sib-login-page .sib-form.login-form .pmpro_login_wrap input[type=password]:focus, .sib-login-page .sib-form.login-form .pmpro_login_wrap input[type=text]:focus {
  background: rgba(255, 255, 255, 0.35) !important
}

.sib-login-page .pmpro_logged_in_welcome_wrap * {
  color: #fff
}

.sib-form.login-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.sib-form.login-form:before {
  position: relative;
  z-index: 3;
  font: 68px 'sib-title-font', 'sib-font';
  display: block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-filter: opacity(50%) drop-shadow(0 0 20px rgba(0, 0, 0, 0.3));
  filter: opacity(50%) drop-shadow(0 0 20px rgba(0, 0, 0, 0.3))
}

.sib-form.login-form.forget:before {
  content: 'فراموشی رمزعبور'
}

.sib-form.login-form.welcome:before {
  content: 'خوش آمدید'
}

.sib-form.login-form.plans:before {
  content: 'تعرفه‌ها'
}

.sib-form.login-form.confirm:before {
  content: 'تاییدیه کاربری'
}

.sib-form.login-form.cancel:before {
  content: 'لغو اشتراک'
}

.sib-form.login-form.checkout:before {
  content: 'تسویه حساب'
}

.sib-login-page .pmpro_logged_in_welcome_wrap {
  width: 300px;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(35px) brightness(65%) contrast(120%);
  backdrop-filter: blur(35px) brightness(65%) contrast(120%);
  color: #fff
}

.sib-login-page .pmpro_actions_nav {
  padding-top: 30px;
  opacity: .75
}

.sib-login-page hr {
  display: none
}

.sib-login-page .pmpro_message, .sib-login-page .pmpro_error, .sib-login-page .pmpro_success {
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(35px) brightness(65%) contrast(120%);
  backdrop-filter: blur(35px) brightness(65%) contrast(120%);
  border: none !important;
  color: #fff !important
}

.pmpro_cancel_wrap * {
  padding: 10px 5px !important;
  margin: 5px !important;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center
}

.pmpro_cancel_wrap table tr {
  width: 100%;
  display: table
}

.pmpro_cancel_wrap table td {
  display: inline-block
}

.pmpro_cancel_wrap table tr, .pmpro_cancel_wrap table td {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(35px) brightness(20%);
  backdrop-filter: blur(35px) brightness(20%)
}

#pmpro_cancel p, #pmpro_cancel {
  color: #fff;
  padding: 20px
}

#pmpro_cancel .pmpro_actionlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

#pmpro_cancel .pmpro_btn.pmpro_btn-submit.pmpro_yeslink.yeslink {
  opacity: .7;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85)
}

#pmpro_cancel .pmpro_btn.pmpro_btn-submit.pmpro_yeslink.yeslink:hover, #pmpro_cancel .pmpro_btn.pmpro_btn-submit.pmpro_yeslink.yeslink:focus {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

#pmpro_account .pmpro_box, #pmpro_account a {
  border: none !important
}

#pmpro_account .pmpro_box > h3 {
  font-size: 18px;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff !important
}

#pmpro_account .pmpro_box .pmpro_actionlinks {
  text-align: left
}

#pmpro_levels_table {
  width: 100%;
  max-width: 720px
}

.pmpro_cancel_return_home *, #pmpro_levels_table * {
  color: #fff !important
}

#pmpro_levels_table thead {
  display: none !important
}

#pmpro_levels_table tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

#pmpro_levels_table tbody tr.odd {
  background: rgba(255, 255, 255, 0.2)
}

#pmpro_levels_table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 250px;
  width: -webkit-calc(33.333% - 20px) !important;
  width: calc(33.333% - 20px) !important;
  padding: 20px 0;
  margin: 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(35px) brightness(65%) contrast(120%);
  backdrop-filter: blur(35px) brightness(65%) contrast(120%)
}

#pmpro_levels_table tbody tr.odd {
  background: rgba(255, 255, 255, 0.2)
}

#pmpro_levels_table tbody tr.active {
  -webkit-animation: active-plan-anim linear 5s infinite;
  animation: active-plan-anim linear 5s infinite
}

@-webkit-keyframes active-plan-anim {
  0% {
    background: rgba(255, 255, 255, 0.1)
  }
  25% {
    background: rgba(255, 255, 255, 0.25)
  }
  60% {
    background: rgba(255, 255, 255, 0.1)
  }
  90% {
    background: rgba(255, 255, 255, 0.3)
  }
  100% {
    background: rgba(255, 255, 255, 0.1)
  }
}

@keyframes active-plan-anim {
  0% {
    background: rgba(255, 255, 255, 0.1)
  }
  25% {
    background: rgba(255, 255, 255, 0.25)
  }
  60% {
    background: rgba(255, 255, 255, 0.1)
  }
  90% {
    background: rgba(255, 255, 255, 0.3)
  }
  100% {
    background: rgba(255, 255, 255, 0.1)
  }
}

#pmpro_levels_table tbody tr td:not(:last-child) {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  line-height: 1.6
}

#pmpro_levels_table tbody tr td:nth-child(2) strong {
  font-size: 18px;
  padding-bottom: 10px;
  display: block
}

#pmpro_levels_table tbody tr td:last-child {
  margin-top: auto;
  padding: 0 20px
}

.plans-page .pmpro_actions_nav * {
  color: #fff !important
}

.pmpro_checkout_gateway-none, .pmpro_confirmation_wrap {
  max-width: 520px !important;
  padding: 20px;
  margin: 20px 10px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(35px) brightness(20%);
  backdrop-filter: blur(35px) brightness(20%)
}

.pmpro_confirmation_wrap * {
  line-height: 1.6;
  padding: 10px 0;
  color: #fff !important
}

.pmpro_a-print {
  background: #333;
  padding: 5px 10px;
  -webkit-border-radius: 50px;
  border-radius: 50px
}

@media print {
  .sib-blurred-img-full, .confirm-page .confirm:before {
    display: none
  }

  .pmpro_confirmation_wrap {
    position: absolute;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important
  }
}

.pmpro_message a {
  color: #ddd !important
}

.pmpro_checkout_gateway-none * {
  color: #fff
}

.pmpro_checkout-fields {
  text-align: center !important
}

.pmpro_checkout h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.pmpro_invoice_details * {
  font-size: 12px !important
}

.pmpro_invoice-payment-method, .pmpro_invoice-total {
  border-right: 1px solid rgba(255, 255, 255, 0.53)
}

.pmpro_invoice-payment-method, .pmpro_invoice-billing-address, .pmpro_invoice-total {
  padding: 10px !important
}

@supports not ((-webkit-backdrop-filter: blur()) or (backdrop-filter: blur())) {
  .sib-blurred-img-full {
    -webkit-filter: blur(35px) brightness(65%) contrast(120%);
    filter: blur(35px) brightness(65%) contrast(120%);
  }
}