/**
* Main Public Style sheet
*/
.athcc-redeem-coupon-wrapper {
  max-width: 600px;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.athcc-redeem-coupon-wrapper .athcc-notice {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.athcc-redeem-coupon-wrapper .athcc-notice.success {
  color: #e68a1b;
  background-color: #fff;
  border: 1px solid #e68a1b;
}
.athcc-redeem-coupon-wrapper .athcc-notice.error {
  border: 1px solid #620101;
  background-color: rgba(98, 1, 1, 0.2);
  color: #620101;
}
.athcc-redeem-coupon-wrapper .athcc-title {
  font-weight: bold;
}
.athcc-redeem-coupon-wrapper .results {
  display: none;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.athcc-redeem-coupon-wrapper.populated .results {
  display: block;
}
.athcc-redeem-coupon-wrapper.populated h2,
.athcc-redeem-coupon-wrapper.populated .athcc-search {
  display: none;
}
.athcc-redeem-coupon-wrapper.is-loading .loader::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #ffffff;
  z-index: 99999;
}
.athcc-redeem-coupon-wrapper.is-loading .loader::after {
  z-index: 99999;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid #dddede;
  border-top-color: #31b5cd;
  animation: dde-loading 1s linear infinite;
}
.athcc-redeem-coupon-wrapper .athcc-image {
  max-width: 430px;
  padding: 20px;
  margin-bottom: 20px;
}
.athcc-redeem-coupon-wrapper .athcc-body-row {
  position: relative;
  margin-bottom: 10px;
}
.athcc-redeem-coupon-wrapper .athcc-body-rows {
  display: flex;
  flex-direction: column;
}
.athcc-redeem-coupon-wrapper .athcc-body-rows .athcc-add-code {
  order: 1;
}
.athcc-redeem-coupon-wrapper .athcc-add-code {
  font-size: 13px;
  color: #31b5cd;
}
.athcc-redeem-coupon-wrapper .athcc-add-code svg {
  display: inline-block;
  width: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
.athcc-redeem-coupon-wrapper .athcc-remove-code {
  display: inline-block;
  color: #e68a1b;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  z-index: 9;
}
.athcc-redeem-coupon-wrapper .athcc-body-row.results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.athcc-redeem-coupon-wrapper .athcc-body-row.results .athcc-code-details {
  width: 100%;
}
@media (min-width: 729px) {
  .athcc-redeem-coupon-wrapper .athcc-body-row.results .athcc-code-details {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .athcc-redeem-coupon-wrapper .athcc-body-row.results .athcc-code-details {
    max-width: calc(33.333% - 13.3333333333px);
  }
}

@keyframes dde-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.theme-athena .breakdance .ath-course-code-redemption_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.theme-athena .breakdance .ath-course-code-redemption_wrapper .gform_title {
  text-align: center;
}
.theme-athena .breakdance .ath-course-code-redemption_wrapper.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}
.theme-athena .breakdance .ath-course-code-redemption_wrapper.gform_wrapper.gravity-theme .gform_fields .gfield_label,
.theme-athena .breakdance .ath-course-code-redemption_wrapper.gform_wrapper.gravity-theme .gform_fields .ginput_complex label {
  font-size: 18px;
}
.theme-athena .breakdance .ath-course-code-redemption_wrapper.gform_wrapper.gravity-theme .gform_fields button[type=submit] {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
