@CHARSET "UTF-8";
.cmppp-info-block {
  font-weight: bold;
  background: #f0f0f0;
  padding: 30px 1em 2em 50px;
  margin: 1em 0 2em 0;
  text-align: center;
  position: relative;
  color: #333333;
}

.cmppp-access-denied:before {
  content: "\f160";
  vertical-align: center;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font: normal 50px 'dashicons';
  vertical-align: top;
  color: black;
}

.cmppp-not-found:before {
  content: "\f179";
  vertical-align: center;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font: normal 50px 'dashicons';
  vertical-align: top;
  color: black;
}

.cmppp-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(200, 200, 200, 0.5) url("../img/ajax-loader-big.gif") center center no-repeat;
  background-size: 100px 100px;
}

.cmppp-paybox {
  line-height: 1.3em;
  text-align: left;
  margin: 1em 0;
  padding: 20px;
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
  width: 100%;
  max-width: 500px;
}

.cmppp-paybox form:not(:last-child) {
  margin-bottom: 20px;
}

.cmppp-paybox .cmppp-edd-paybox-costs {
  margin-bottom: 10px;
}

.cmppp-paybox h3 {
  font: bold 120% sans-serif;
  margin: 0 0 1em 0 !important;
  padding: 0 !important;
}

.cmppp-paybox label {
  display: block;
  font-weight: normal;
}

.cmppp-paybox label input {
  margin-right: 0.5em;
  vertical-align: baseline;
}

.cmppp-paybox select {
  margin: 0 0.5em;
  vertical-align: center !important;
}

.cmppp-paybox input[type=submit] {
  vertical-align: middle !important;
  padding: 1em 2em;
  cursor: pointer;
  white-space: normal;
}

.cmppp-paybox p {
  margin: 1em 0 1em 0 !important;
  padding: 0 !important;
}

.cmppp-toast {
  position: fixed;
  top: 40%;
  width: 20%;
  max-width: 400px;
  min-width: 200px;
  overflow: hidden;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font: normal 100% sans-serif;
  border-radius: 10px;
  text-align: center;
  padding: 1em 2em;
}

.cmppp-refund-btn-wrapper {
  margin: 2em 0;
}

.cmppp-refund-btn-wrapper a {
  display: inline-block;
  background: #339944;
  color: white;
  font-weight: bold;
  padding: 1em 2em;
}

.cmppp-refund-box {
  width: 400px;
  display: none;
  margin: 0 auto;
  background: white;
  padding: 2em;
  position: relative;
}

.cmppp-refund-box h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.cmppp-refund-box ul, .cmppp-refund-box li {
  list-style: none !important;
  padding: 0 !important;
}

.cmppp-refund-box li {
  margin: 0 !important;
}

.cmppp-refund-box ul {
  margin: 1em 0 !important;
}

.cmppp-refund-box textarea {
  display: none;
  width: 100%;
}

.cmppp-refund-box .cmppp-form-summary input {
  width: 100%;
  margin: 2px !important;
  color: white;
  margin-top: 2em;
  cursor: pointer;
  font-weight: bold;
  padding: 1em 0;
}

.cmppp-refund-box input[type=submit] {
  background: #990000;
  cursor: pointer;
}

.cmppp-refund-box input[type=button] {
  background: #333333;
}

.cmppp-refund-box .cmppp-refund-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #cccccc;
  border-radius: 15px 15px;
  color: #666666;
  width: 25px;
  height: 25px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  display: block;
}

.cmppp-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.8);
  z-index: 999999;
  display: none;
}

.cmppp-shortcode-subscriptions th {
  text-align: left !important;
}

.cmppp_restrict_message {
  font-weight: bold;
  margin: 10px 0;
}

.cmppp-post-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 10px;
}

.cmppp-post-card {
  text-align: center;
  max-width: initial;
  width: auto;
}

.cmppp-post-card [type=submit] {
  padding: 1em 2em;
}


.cmppp_content_inner_container_with_paybox {
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 300px);
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0px, rgb(0, 0, 0) 300px);
}

.cmppp_content_inner_container p{
  word-break: break-word;
}

.cmppp-paybox-with-empty-page-body > div {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  min-width: 320px;
}

.cmppp_messages_block {
  line-height: 1.3em;
  text-align: left;
  margin: 1em 0;
  padding: 20px;
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
}


.cmppp-paybox-groups-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}

.cmppp-paybox-groups-list:not(.mobile) .cmppp-paybox-groups-list__item > div {
  height: 100%;
}

.cmppp-paybox-groups-list__item > div input[type=submit] {
  text-align: center;
  display: block;
  margin: 0 auto !important;
}

.cmppp-post-featured-image img {
  max-width: 100%;
  height: auto;
}


.cmppp-edd-confirmation-backlink {
  margin-top: 20px;
}
