#shortcode-44-1700 {
    width: 100%;
}

#shortcode-44-1700 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

#dna-generated-pdf-proof-wrapper {
    width: 100%;
}

#dna-product-form-generate-pdf-proof-btn-wrapper {
    /* margin-top: 30px; */
}

#dna-product-form-generate-pdf-proof-btn-wrapper button.button {
    background-color: #00ac6b;
    border: 1px solid #00ac6b;
}

#dna-product-form-generate-pdf-proof-btn-wrapper button.button:hover {
    background-color: #00ca7e;
    border: 1px solid #00ca7e;
}

#dna-product-form-generate-pdf-proof-btn {
    background-color: #00b398;
    border: 1px solid #00b398;
    /* margin-top: 30px; */
    margin-top: 10px;
}

#dna-product-form-generate-pdf-proof-btn:hover {
    background-color: #16d5b8;
    border: 1px solid #16d5b8;
}

#dna-generated-pdf-proof-viewer {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
    /* align-items: flex-start; */
    background-color: #f6f6f6;
    width: 100%;
    /* height: 320px; */
    /* height: 400px; */
    /* height: 100%; */
}

.dna-proof-viewer-placeholder {
    color: #ccc;
    font-size: 2em;
    font-weight: 800;
}

.dna-proof-viewer-placeholder-image {
    width: 100%;
}

.dna-bcard-proof-pg-2 {
    display: none;
}

#dna-bcard-proof-pg-nav-container {
    width: 100%;
    height: 20px;
    margin: 10px 0px;
    padding: 0px 30%;
}

#dna-bcard-proof-pg-nav {
    display: none;
    flex-direction: row;
    justify-content: space-between;
}

#dna-bcard-proof-pg-toggle-left, #dna-bcard-proof-pg-toggle-right {
    width: 20px;
    height: 20px;
}

#dna-bcard-proof-pg-toggle-left {
    background-image: url('../images/dna-bcard-nav-arrow-left.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#dna-bcard-proof-pg-toggle-left:hover {
    background-image: url('../images/dna-bcard-nav-over-arrow-left.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#dna-bcard-proof-pg-toggle-right {
    background-image: url('../images/dna-bcard-nav-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#dna-bcard-proof-pg-toggle-right:hover {
    background-image: url('../images/dna-bcard-nav-over-arrow-right.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#dna-bcard-proof-pg-label-back {
    display: none;
}

#dna-bcard-proof-pg-label-front, #dna-bcard-proof-pg-label-back {
    color: #777;
    font-size: 0.7rem;
}

#dna-proof-approval-validation {
    display: none;
    color: red;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 10px;
}

#dna-proof-generated-validation {
    display: none;
    color: red;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 10px;
}

#dna-bcard-jpg-proof-thumbnail-wrapper {
    display: flex;
    flex-direction: row;
}

#-woo-cart-2-14 div#dna-bcard-jpg-proof-thumbnail-wrapper > div.dna-bcard-jpg-proof-thumbnail,
div[id^="-woo-checkout-"] div#dna-bcard-jpg-proof-thumbnail-wrapper > div.dna-bcard-jpg-proof-thumbnail {
    margin-right: 5px;
    text-align: center;
    width: 100px;
}

#-woo-cart-2-14 > div > form > table > tbody > tr.woocommerce-cart-form__cart-item.cart_item > td.product-name > div#dna-bcard-jpg-proof-thumbnail-wrapper > div.dna-bcard-jpg-proof-thumbnail > a > img,
div[id^="-woo-checkout-"] div#dna-bcard-jpg-proof-thumbnail-wrapper > div.dna-bcard-jpg-proof-thumbnail > a > img {
    border: 1px solid #777;
    min-width: 100px;
    width: 100px;
}

/* "Loading" animation for proof viewer ajax submit call */
.proof-loading-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  /* border: 4px solid #002e6c; */
  border: 4px solid #00b398;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
