/* shortcode [mittun_classy_login] */
.classypress-login-container {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0,0,0,.075);
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 20px
}

@media screen and (min-width: 550px) {
  .classypress-login-container {
      padding:50px
  }
}

.classypress-login-container h1 {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 10px
}

.classypress-login-container .description {
  display: block;
  font-size: 16px;
  margin-bottom: 0 0 10px
}

.classypress-login-container .classypress-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0 0
}

.classypress-login-container .classy-login-button {
  font-size: 18px;
  line-height: 1.1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classypress-login-container .classy-login-button:disabled,
.classypress-login-container .classy-login-button[disabled] {
  background-color: #a5ae9e!important;
}

.classypress-login-container .classy-login-button svg {
  display: none;
}

.classypress-login-container .classy-login-button.loading {
  opacity: .5;
  pointer-events: none;
}

.classypress-login-container .classy-login-button.loading > svg {
  display: block;
}

.classypress-login-container .classy-login-button.loading > span {
  display: none;
}

.classypress-login-container .classypress-error {
  font-size: 0.8em;
  color: #f00;
}

/* shortcode [mittun_supportor_progressbar goal="1000" met="700"] */
.classypress-supportor-progressbar-container {
  padding: 30px 30px 80px;
  position: relative;

  @media (max-width: 575px) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.classypress-profile-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 30px;
  font-size: 24px;
}

.classypress-profile-info .user-avatar {
  border: 1px solid #eee;
  border-radius: 100px;
  overflow: hidden;
}

.classypress-profile-info .user-avatar img {
  margin: 0;
  width: 64px!important;
}

.classypress-progressbar {
  border: 0;
  border-radius: 10px;
  height: 35px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 2px #000;
  flex: 1;
}

.classypress-progressbar .current-progress {
  background-color: #ffc628;
  display: block;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #979797;
  margin: 0;
  transition: width 1s ease;
}

.classypress-progressbar-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.classypress-progressbar-label.classypress-progressbar-new-label {
  justify-content: flex-end;
}

.classypress-progressbar-wrapper {
  position: relative;
  padding: 10px 0;
  display: flex;
  gap: 10px;
}

.classyprress-progressbar-goal {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.classypress-progressbar-wrapper .met-position {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
}

.classypress-progressbar-wrapper .met-position .met-icon {
  display: block;
  margin: 5px auto;
  width: 30px;
  height: 30px;  
  background: url(../images/ticket-icon.png) no-repeat center;
  background-size: contain;
}

.classypress-progressbar-wrapper div.met-position:nth-child(3) .met-icon {
  background: url(../images/goal-icon.png) no-repeat center;
  background-size: contain;
}

.classypress-progressbar-wrapper .met-position .dash-line {
  display: block;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #999;
}


.classypress-progressbar-wrapper div.met-position:nth-child(4) .met-icon {
  background: url(../images/unlock-icon.png) no-repeat center;
  background-size: contain;
}

.classypress-progressbar-wrapper:not(.classypress-progressbar-new) div.met-position:nth-child(4) .dash-line {
  display: none;
}

.classypress-progressbar-wrapper .met-position .met-desc {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 140px;
  text-align: center;
  transform: translateX(-50%);
  padding-top: 5px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

/*
.classypress-progressbar-wrapper > div:nth-child(3) .met-desc {
  top: -100%;
  display: flex;  
  align-items: center;
  flex-direction: column-reverse;
}

.classypress-progressbar-wrapper > div:nth-child(3) .met-desc svg {
  transform: rotate(180deg);
}
*/

.classypress-progressbar-wrapper .met-position .met-desc span {
  display: block;
}

/* shortcode [mittun_fundraising_rewards title="Your fundraising rewards"] */
.classypress-fundraising-rewards {
  padding: 30px;

  @media (max-width: 575px) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.classypress-fundraising-rewards h2.classypress-title, #wrapper .post-content .classypress-fundraising-rewards h2.classypress-title {
  font-size: 30px;
}

.classypress-fundraising-rewards .ticket-image {
  width: 133px;
  height: 58px;
  background: url(../images/ticket.png) center no-repeat;
  background-size: contain;
}


.classypress-fundraising-rewards .ticket-image.dinner-image {
  width: auto;
  height: auto;
  text-align: center;
  background: none;
}

.classypress-fundraising-rewards .ticket-image.dinner-image:before {
  content: "";
  background: url(../images/pasta-icon.svg) center no-repeat;
  background-size: contain;
  width: 133px;
  height: 58px;
  display: block;
}

.classypress-fundraising-rewards .dinner-image span {
  display: inline-block;
  margin-top: 10px;
}

.classypress-fundraising-rewards .ticket-image.disabled {
  filter: grayscale(1);
}

.classypress-rewards-ticket {
  display: flex;
  gap: 30px;
  margin-bottom: 24px;

  @media (max-width: 767px) {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

.shared-ticket .ticket-image-wrapper {
  @media (max-width: 480px) {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.available-ticket, .shared-ticket {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #777;
}

.ticket-image-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.classypress-rewards-ticket .split {
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  background: url(../images/ticket-plus.png) center no-repeat;
  background-size: contain;
  margin: 18px 0;
}

.classypress-rewards-action {
  padding: 20px 0;
  border-top: 2px solid #777;
}

.classypress-rewards-action p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.classypress-rewards-action .buttons-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;

  @media (max-width: 991px) {
    gap: 20px;
  }
}

.classypress-rewards-action button {
  width: 240px;
  height: 48px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #638DC9;
  color: #638DC9;
  background-color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all .3s ease;
}

.classypress-rewards-action .btn-primary {
  background-color: #638DC9;
  color: #fff;
}

.classypress-rewards-action button:hover {
  opacity: 0.8;
}

.classypress-rewards-action button:disabled, .classypress-rewards-action button[disabled] {
  filter: grayscale(1);
  pointer-events: none;
}

.classypress-fundraising-rewards.no-ticket .classypress-rewards-ticket {
  gap: 10px;
}

.classypress-fundraising-rewards.no-ticket .available-ticket, .classypress-fundraising-rewards.no-ticket .shared-ticket {
  flex-direction: row;
  gap: 5px;
  text-transform: none;
}

.classypress-fundraising-rewards.no-ticket .classypress-rewards-ticket .split {
  background: none;
  width: auto;
  margin: 0;
  text-indent: 0;
  font-weight: 700;
  font-size: 13px;
}

.classypress-fundraising-rewards.no-ticket .classypress-rewards-action {
  padding: 10px 0;
  border: 0;
}

.classypress-fundraising-rewards.no-ticket .classypress-rewards-action > p {
  font-size: 16px;
  color: #777;
}

.classypress-rewards-share-modal-wrapper .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20000;
}

.classypress-rewards-share-modal {
  position: fixed;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 20001;
  background: #fff;
  padding: 40px;
  width: 600px;
  max-width: 100%;
  max-height: calc(100vh - 100px);
  overflow-y: auto;

  @media (max-width: 767px) {
    padding: 30px;
    top: 30px;
    max-height: clac(100vh - 60px);
  }
}

.classypress-rewards-share-modal-wrapper .classypress-rewards-share-modal, .classypress-rewards-share-modal-wrapper .overlay {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.classypress-rewards-share-modal-wrapper.show .classypress-rewards-share-modal, .classypress-rewards-share-modal-wrapper.show .overlay {
  opacity: 1;
  visibility: visible;
}

.classypress-rewards-share-modal p {
  text-align: center;
  font-size: 18px;
}

.classypress-rewards-share-modal h2 {
  text-align: center;
  margin-bottom: 16px;
}

.classypress-rewards-share-modal button {
  margin: 0 auto;
  height: 50px;
  text-align: center;
  border: 2px solid;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 125px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classypress-rewards-share-modal .classy-submit-button {
  margin-top: 15px;
}

.classypress-rewards-share-modal .classy-submit-button > svg {
  display: none;
}

.classypress-rewards-share-modal .classy-submit-button.loading {
  opacity: .5;
  pointer-events: none;
}

.classypress-rewards-share-modal .classy-submit-button.loading > svg {
  display: block;
}

.classypress-rewards-share-modal .classy-submit-button.loading > span {
  display: none;
}

.classypress-rewards-action .classypress-error {
  color: #f00;
  font-size: 14px;
  margin: 10px 0;
}

/* shortcode [mittun_classy_guest_register] */
.classypress-guest-login-container {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0,0,0,.075);
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  max-width: 100%;
  padding: 20px;
}

@media screen and (min-width: 550px) {
  .classypress-guest-login-container {
      padding: 50px;
  }
}

@media screen and (min-width: 992px) {
  .classypress-guest-login-container {
      padding: 50px 130px;
  }
}

.classypress-guest-login-container h2.classypress-title, #wrapper .post-content .classypress-guest-login-container h2.classypress-title {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 30px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .classypress-guest-login-container h2.classypress-title, #wrapper .post-content .classypress-guest-login-container h2.classypress-title {
    font-size: 32px;
  }
}

.classypress-guest-login-container .classypress-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0 0;
}

.classypress-guest-login-container .classy-login-button {
  margin: 0 auto;
  height: 50px;
  text-align: center;
  border: 2px solid;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 125px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classypress-guest-login-container .classy-login-button svg {
  display: none;
}

.classypress-guest-login-container .classy-login-button.loading {
  opacity: .5;
  pointer-events: none;
}

.classypress-guest-login-container .classy-login-button.loading > svg {
  display: block;
}

.classypress-guest-login-container .classy-login-button.loading > span {
  display: none;
}

.classypress-guest-login-container .classypress-error {
  font-size: 0.8em;
  color: #f00;
  margin: 0;
}

/* shortcode [mittun_fundraising_guest_rewards] */
.classypress-fundraising-guest-rewards {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0,0,0,.075);
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  max-width: 100%;
  padding: 20px;
}

.classypress-fundraising-guest-rewards  .buttons-wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

@media screen and (min-width: 550px) {
  .classypress-fundraising-guest-rewards {
      padding: 30px;
  }
}

@media screen and (min-width: 767px) {
  .classypress-fundraising-guest-rewards {
      padding: 30px 80px 40px;
  }

  .classypress-fundraising-guest-rewards  .buttons-wrapper {
    flex-direction: row;
  }
}

.classypress-fundraising-guest-rewards h2.classypress-title, #wrapper .post-content .classypress-fundraising-guest-rewards h2.classypress-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 20px;
  margin: 0 0 30px;
  text-align: center;
  border-bottom: 2px solid #ED1B2D;
}

@media screen and (min-width: 992px) {
  .classypress-fundraising-guest-rewards h2.classypress-title, #wrapper .post-content .classypress-fundraising-guest-rewards h2.classypress-title {
    font-size: 40px;
  }
}

.classypress-fundraising-guest-rewards .btn-primary {
  height: 50px;
  text-align: center;
  border: 0;
  padding: 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 125px;
  background-color: #6A9ADD;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.classypress-fundraising-guest-rewards .ticket-image {
  width: 199px;
  height: 87px;
  background: url(../images/ticket.png) center no-repeat;
  background-size: contain;
}


.classypress-fundraising-guest-rewards .classypress-guest-rewards-ticket {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .classypress-fundraising-guest-rewards .classypress-guest-rewards-ticket .ticket-image-wrapper {
  height: 87px;
} */

.classypress-fundraising-guest-rewards > p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

/* shortcode [mittun_fundraising_rewards_history title="Activity History" main_campaign_id="470773" guest_campaign_id="568589"] */
.classypress-fundraising-rewards-history {
  padding: 30px;

  @media (max-width: 575px) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.classypress-fundraising-rewards-history h2.classypress-title, #wrapper .post-content .classypress-fundraising-rewards-history h2.classypress-title {
  font-size: 30px;
}

.classypress-rewards-history {
  display: flex;
  flex-direction: column;
}

.classypress-rewards-history .item {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #999;
  padding: 20px 0;
  color: #797979;

  @media (max-width: 575px) {
    flex-direction: column;
  }
}

.classypress-rewards-history .item:first-child {
  border-top: 0;
}

.classypress-rewards-history .item .user-avatar {
  border-radius: 100px;
  overflow: hidden;
  min-width: 64px;
  width: 64px;
}

.classypress-rewards-history .item .user-avatar .blank-avatar {
  display: flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background-color: #6A9ADD;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.classypress-rewards-history .item h3, #wrapper .post-content .classypress-rewards-history .item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  color: #797979;
  display: flex;
  align-items: center;
  gap: 10px;
}

.classypress-rewards-history .item .user-email {
  font-size: 18px;
}

.classypress-rewards-history .item .user-name {
  font-size: 14px;
}

.classypress-rewards-history .item .history-date {
  margin-left: auto;
  font-size: 18px;
  font-weight: 700;
}

.classypress-rewards-history .user-avatar img {
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .classypress-rewards-history .item .history-date {
    margin-left: 0;
  }
}


.classypress-progressbar-wrapper .met-position .met-desc span.met-pretext {
  display: none;
}

@media only screen and (min-width: 768px) {
  .classypress-progressbar-wrapper .met-position .met-desc span.met-pretext {
    display: block;
  }
}

.classypress-error.classypress-user-exist {
  display: block;
  color: #000;
  background-color: #d3ffd3;
  font-size: 16px;
  padding: 10px;
}

.classypress-error.classypress-user-exist svg {
  display: inline-block;
  width: 16px;
}

.claysspress-email-field {
  position: relative;
}

.claysspress-email-field.mittun_load8::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 11px);
  right: 10px;
  font-size: 10px;  
  text-indent: -9999em;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: mittun_load8 1.1s infinite linear;
  animation: mittun_load8 1.1s infinite linear;
}

@-webkit-keyframes mittun_load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mittun_load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.classypress-rewards-dinner-welcome {
  display: flex;
  gap: 20px;
}

.classypress-rewards-dinner-welcome .classypress-fundraising-rewards {
  width: 100%;
}


@media only screen and (max-width: 1024px) {
  .classypress-rewards-dinner-welcome {
    flex-direction: column;
  }

  .claysspress-rewards-welcome {
    margin-left: auto;
    margin-right: auto;
  }
}

.claysspress-rewards-welcome {
  min-width: 400px;
  max-width: 400px;
  padding: 20px;
  background: #6a9add;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.claysspress-rewards-welcome h4 {
  color: #fff;
  font-size: 20;
  margin: 0 0 30px 0;
}

.claysspress-rewards-welcome img {
  margin: 0;
}

.classypress-rewards-welcome-footer p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 30px;
  margin: 0;
}

.classypress-rewards-welcome-footer {
  border-top: 2px solid #fff;
  text-align: center;
  margin-top: 30px;
}

.btn_welcome_packet {
  padding: 10px 20px;
  background-color: #ffc628;
  color: #000;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.classypress-fundraising-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 2px solid #6A9ADD;  
}

@media only screen and (min-width: 1000px) {
  .classypress-fundraising-section {
    flex-direction: row;
  }
}

.classypress-fundraising-section .classypress-ticket {
  padding: 20px;
  max-width: 300px;
  text-align: center;
  margin: auto;
}

.classypress-ticket.ticket-disabled {
  filter: grayscale(1);
}

.classypress-fundraising-section h4.ticket_title,
.classypress-fundraising-section h4.ticket_title span {
  color: #6A9ADD;
}

.classypress-ticket.ticket-disabled h4.ticket_title {
  margin: 0;
  padding: 0;
  color: #000;
}

.claysspress-rewards-welcome.unregistered * {
  pointer-events: none;
}

.claysspress-rewards-welcome.unregistered {
  background-color: #a8a8a8;
}

.claysspress-rewards-welcome.unregistered .btn_welcome_packet {
  background-color: #ccc!important;
}

.classypress-profile-urls {
  position: static;

  list-style: none;
}

.classypress-profile-urls li {
  list-style: none;
}

.classypress-profile-urls a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.classypress-profile-urls a svg {
  fill: #6a9add;
}

.classypress-profile-urls a:hover  svg {
  fill: #000;
}

.disabled-section * {
  pointer-events: none;
}

.disabled-section button,
.disabled-section .ticket-image {
  filter: grayscale(1)!important;
}

.classypress-verification-error-message {
  display: none;
}

@media only screen and (min-width: 600px) {
  
  .classypress-profile-urls {
    position: absolute;
    right: 30px;
    top: 30px;
  }

}