.ignore-css{
  all:unset;
}

[v-cloak] {
  opacity: 0;
}

.loginpanel {
  max-width: 500px;
  height: auto;
  color:#eee;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  margin: auto;
  margin-top: 160px;
}

.processing {
  border: 2px solid #baf !important;
}

.loginsection {
  padding: 50px;
  padding-left: 10%;
  padding-right: 10%;
}

.loginsection h2 {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom:30px;
}

.loginsection input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
  box-sizing: border-box;
  padding-left: 5px;
}

.loginsection button {
  display: block;
  margin: auto;
  margin-top: 38px;
  width: 50%;
  height: 40px;
}

#submitpayment {
}

.nopad {
  padding:0;
  margin:0;
}

.loginsection .loginoptions {
  display: block;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
}

.loginsection .loginerror {
  color: #f66;
  margin-top: 8px;
  display: inline;
  float: right;
  font-size: 15px;
}

.loginsection .forgotpassword {
  margin-top: 8px;
  display: inline;
  float: left;
  font-size: 15px;
}

.loginsection .existingaccount {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
}

#payment {
  align-self: center;
  margin:auto;
  max-width:500px;
}

.payment-wide {
  max-width:600px !important;
}

#payment-form {
  margin-top:30px;
  border-radius: 7px;
}

#email {
  margin-bottom: 6px;
}

#form-wrapper {
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}

input {
  border-radius: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

.apple-error {
  color: rgb(256, 128, 128);
}

.apple-success {
  color: #eee;
}

.result-message {
  color: #eee;
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

#card-error {
  color: rgb(256, 128, 128);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

.paypal-buttons {
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
}

.buybutton.purchased {
  background: rgb(72, 190, 191);
}

.button-text {
  pointer-events: none;
}

.buybutton:focus {
  outline: none;
}

.button:focus {
  outline: none;
}

.buybutton:hover {
  filter: contrast(125%);
}

.buybutton:disabled {
  opacity: 0.5;
  cursor: default;
}

#submitpayment {
  border: none;
  font-size:14px;
  height:45px;
  outline:none;
  margin-bottom: 20px;
  background: #8864df;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

#submitpayment:hover {
  filter: contrast(125%);
}

#submitpayment:disabled {
  opacity: 0.5;
  cursor: default;
}

.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #8864df;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #8864df;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

.purchase-container {
  max-width:600px;
  text-align:center;
  padding:20px;
  padding-top:30px;
  background-color:rgba(256, 256, 256, 0.1);
  margin-left:10px;
  margin-right:10px;
  margin-top:80px;
  margin-bottom:80px;
  border-radius:16px;
}

.purchase-container-wide {
  max-width:680px;
  text-align:center;
  padding:20px;
  padding-top:30px;
  background-color:rgba(256, 256, 256, 0.1);
  margin:10px;
  border-radius:16px;
  margin-top:0px;
}

.product-image {
  padding:0;
  width:100%;
  text-align:center;
  margin:auto;
}

.product-image img {
  width:150px;
  height:150px;
  margin:auto;
}

.product-image svg {
  position:absolute;
  color:red;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin-left:auto;
  margin-right:auto;
  width:150px;
  height:150px;
}

.product-info {
  max-width:500px;
  margin:auto;
  text-align:left;
}

.product-info-wide {
  max-width:600px;
  margin:auto;
  text-align:left;
}

.product-details {
  text-align:left;
  margin-top:20px;
}

.product-price {
  text-align:right;
  font-size:20px;
  font-weight:400;
  color:#ddd;
  width:100px;
}

.marginright {
  margin-right:10px;
}

.strikethrough {
  text-decoration: line-through;
}

#product-discount {
  color:#ddd;
  margin-bottom:5px;
}

#discount-name {
  font-size:16px;
  font-weight:400;
  color:#ddd;
  margin-bottom:5px;
  margin-top:5px;
  text-align:left;
}

#discounted-amount {
  text-align:right;
  font-size:20px;
  font-weight:400;
  color:#ddd;
  width:100px;
}

#product-credit {
  color:#ddd;
}

#credit-name {
  font-size:16px;
  font-weight:400;
  color:#ddd;
  margin-bottom:5px;
  margin-top:5px;
  text-align:left;
}

#credit-amount {
  text-align:right;
  font-size:20px;
  font-weight:400;
  color:#ddd;
  width:100px;
}

.purchase-list {
  margin:auto;
}

.product-name {
  font-size:24px;
  font-weight:700;
  color:#ddd;
  text-align:left;
  margin-bottom:5px;
}

#accountDropdownLink {
  font-size:16px;
}

@media screen and (max-width: 500px) {
  .product-name {
    font-size:16px;
  }

  .product-price {
    margin-top:1px;
    font-size:14px;
  }

  #accountDropdownLink {
    font-size:14px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.logout-button {
  clear: both;
  background-color: rgba(144, 109, 233, 1.0);
  border: 0 none;
  border-radius: 4px;
  letter-spacing: .03em;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  display: block;
  min-width:90px;
  height: 100%;
  width: 100%;
  transition: all .23s ease-in-out 0s;
  box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.8);
  margin-top:16px;
  height:40px;
}

.logout-button:hover {
  box-shadow: 0px 7px 30px -10px rgba(0, 0, 0, 0.8);
  background-color: rgba(144, 109, 233, 1.0);
  color:#fff;
}

.pack-preview {
  padding:0;
  position:relative;
}

.product-included {
  margin-bottom:40px;
}

.download-pack-container {
  padding-left:20px;
  padding-right:20px;
}

.center-div-contents {
  display: flex;
  justify-content: center;
  align-items: center;
}

.metapack-alignment {
  float:left;
  margin-top:6px;
  margin-right:10px;
  color:#fff;
}

.center-div {
  margin:auto;
}

#transaction-container {
  background-color:rgba(256, 256, 256, 0.1);
  border-radius:8px;
  list-style-type: none;
}

.transaction {
  padding:20px;
  margin:0;
  align-items: center;
  font-size: 16px;
  display:flex;
}
