/* version b9cda20 */
.downpay-block {
}

.selling-plan-fieldset {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: auto;
  row-gap: 0.6em;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  border-style: groove;
  border-width: unset;
}

.selling-plan-fieldset.downpay-border-no-show {
  border: none;
  padding: 0;
  margin-left: 0;
}

.selling-plan-fieldset.downpay-border-no-show > legend {
  display: none;
}

.downpay-customer-info {
  margin-top: 1em;
}

.hypehound-legend {
  font-weight: 600;
  width: fit-content;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-bottom: 0;
}

.purchase-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}

.purchase-option-input {
  min-height: auto;
  display: inherit;
  align-items: center;
  cursor: pointer;
}

.purchase-option-input label {
  margin: 0 0.3em 0 0;
  margin-right: 0.3em;
  cursor: inherit;
}

.purchase-option-input input {
  margin-right: 0.3em;
  /* margin-bottom: 0.3em; */
  cursor: inherit;
}

.downpay-payment-methods {
  width: 10em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.2em;
}

.downpay-payment-methods img {
  padding-left: 0.2em;
}

.downpay-customer-info-no-show {
  display: none;
}

.tda-third-party-app-integration-before-atc #hypehound-pre-orders {
  border: none;
}

.tda-third-party-app-integration-before-atc #downpay-product-wrapper {
  width: 30em;
}

#downpay-product-wrapper {
  padding: 0.5em 0;
}

.movie--isloading {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.movie--isloading .loading-image {
  height: 190px;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
  background-size: 250px;
  -webkit-animation: shine-loading-image 2s infinite ease-out;
  animation: shine-loading-image 2s infinite ease-out;
}

.movie--isloading .loading-content {
  background: #f7f7f7;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.movie--isloading .loading-content .loading-text-container {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.movie--isloading .loading-content .loading-main-text {
  height: 10px;
  width: 65%;
  margin-bottom: 10px;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-sub-text {
  height: 10px;
  width: 50%;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 10px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

.movie--isloading .loading-content .loading-btn {
  width: 60px;
  height: 25px;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
  background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
  background-size: 250px;
  border-radius: 3px;
  -webkit-animation: shine-loading-container-items 2s infinite ease-out;
  animation: shine-loading-container-items 2s infinite ease-out;
}

@-webkit-keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}

@keyframes shine-loading-image {
  0% {
    background-position: -32px;
  }
  40%,
  100% {
    background-position: 208px;
  }
}

@-webkit-keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}

@keyframes shine-loading-container-items {
  0% {
    background-position: -100px;
  }
  40%,
  100% {
    background-position: 140px;
  }
}

.downpay-toggle-buttons .purchase-option-input input[type="radio"] {
  display: none;
}

.downpay-toggle-buttons .purchase-option-input label {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  border: 1px solid #000000;
  color: #000000;
}

.downpay-toggle-buttons .purchase-option-input label:hover {
  background-color: #f7f7f7;
}

.downpay-toggle-buttons .purchase-option-input input[type="radio"]:checked ~ label {
  background-color: #121212;
  border: none;
  font-weight: 400;
  color: #ffffff;
}

.downpay-toggle-buttons .selling-plan-fieldset {
  flex-direction: row;
  border: none !important;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  border: none !important;
  padding-left: 0 !important;
}

.downpay-toggle-buttons .purchase-option {
  display: flex;
  justify-content: center;
  align-items: center;
}

.downpay-toggle-buttons .hypehound-legend {
  text-align: center;
}
