
@font-face {
    font-family: 'HKGrotesk';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Bold.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Bold.woff?v=1.0.0') format('woff');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'HKGrotesk';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Medium.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Medium.woff?v=1.0.0') format('woff');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGrotesk-Regular';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Regular.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-Regular.woff?v=1.0.0') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'HKGrotesk-SemiBold';
    src:  url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-SemiBold.woff2?v=1.0.0') format('woff2'),
          url('https://cdnc.heyzine.com/assets/font/hkgrotesk/HKGrotesk-SemiBold.woff?v=1.0.0') format('woff');
    font-weight: bold;
    font-display: swap;
}

.nbr {
    border-right: 0 !important;
}

.tal {
    text-align: left;
}

.mts {
    margin-top: 1rem !important;
}

.mrs {
    margin-right: 1rem !important;
}


.btn-range {
    cursor: pointer;
    accent-color: #19a975;
}

.btn-w-md {
    width: 100%;
    max-width: 140px !important;
}

.btn-w-lg {
    width: 100%;
    max-width: 180px !important;    
}

.btn-loading:hover,
.btn-loading {
    position: relative;
    overflow: hidden;
    background-color: #9f9f9f !important;
    cursor: auto !important;
}

.btn-loading:after {
    content: ' ';
    background-color: #e8e8e852;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;    
    animation: anim-btn-loading 5s ease 2s infinite;
}

@keyframes anim-btn-loading {
    0% {
      width: 0;
      left: 0;
    }
    50% {
      width: 100%;
      left: 0;
    }
    100% {
      left: 100%;
    }
}


.backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #ffffffed;
    transition: 1s ease;
    z-index: 200000;
}

.backdrop .content {
    position: absolute;
    width: 90vw;
    height: 90vh;
    left: 5vw;
    top: 5vh;
}

.backdrop.bd-dark .content {
    background-color: #ffffffc7;
    overflow: hidden;    
    border-radius: 8px;    
}

.backdrop.bd-dark iframe {
    border: 0;
}

.backdrop iframe {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border: 1px solid lightgray;    
}

.backdrop .close {
    cursor: pointer;    
    opacity: 1;    
    position: absolute;    
    right: 5vw;
    top: calc(5vh - 32px);
    cursor: pointer;
}

.backdrop.bd-dark .close {
    background-color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    flex-direction: row;
    box-sizing: border-box;
    align-content: center;    
}

.backdrop.bd-dark {
    background-color: #000000ad;
}


.modal-pay h2 {
    font-family: HKGrotesk-Regular;
    font-size: 1rem;
    margin-top: -0.8rem;
    color: #697370;
}

#mdlLogin {
    font-family: HKGrotesk-Regular;
}

#mdlLogin .close {
    right: 1rem;
    width: 25px;
    top: 0.8rem;
    opacity: 0.4;
    z-index: 10;
}

#mdlLogin .close > img {
    width: 100%;
}

#mdlLogin h5 {
    font-size: 2rem;
    font-weight: normal;
    margin: 1rem 0 0;
    color: #05241A;
}

#mdlLogin h6 {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: normal;
    color: #05241A;    
}

#mdlLogin.backdrop {
    background-color: #282828c4;    
}

#mdlLogin .content {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
    position: relative;
    left: 0;
    background-color: white;
    height: auto;
    max-height: calc(100vh - 57px);
    overflow: auto;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#mdlLogin label {
    width: 100%;
    max-width: 9rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

#mdlLogin label.chkConditions {
    width: 100%;
    max-width: 100%;
    font-family: HKGrotesk-Regular;
    margin-top: 2rem;
    display: inline-block; 
    color: #05241A;
    font-size: 16px;
    line-height: 1.5rem;
    accent-color: #19a975;
}

#mdlLogin .chkConditions input[type="checkbox"] {
    float: left;
    margin: 7px 12px 12px 5px;
    transform: scale(1.4);
    cursor: pointer;   
}

#mdlLogin .btn-action {
    margin: 1.5rem 0;
    max-width: 100%;
    font-size: 1.2rem;
}

.g_id_signin {
    display: inline-block;
}

.login-section {
    margin: 1rem 0;
}
.login-section a {
    color: #77878e;
}

.login-section.framed {
    border: 1px solid #e3e5e8;
    border-radius: 5px;
    margin: 0.7rem 0;
    padding: 0.5rem 1.3rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 32rem;
}

.input-placeholder {
    margin-top: 1rem;
    background-color: #F6F6F5;
    border-radius: 8px;
    padding: 1rem;
    position: relative;
}

.input-placeholder.active {
    padding: 1.6rem 1rem 0.4rem;
}

.input-placeholder > label {
    opacity: 0;
    font-family: HKGrotesk-Regular;
    text-align: left;
    position: absolute;
    color: #697370;
    font-size: 0.8rem;
    top: 1.1rem;
    cursor: text;
    display: none;
    transition: 0.2s ease;
}

.input-placeholder.active > label {
    opacity: 1;
    top: 0.3rem;
    display: block;
    transition: 0.2s ease;
}

.input-placeholder > input {
    font-family: HKGrotesk-Regular;
    font-size: 1rem;
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    outline: none;
}

.login-invite {
    background-color: #19a975;
    color: white;
    text-align: center;
    padding: 2.4rem 1rem 1.5rem;
    font-weight: bold;
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}

.register {
  width: 100%;
  padding: 0 1.5rem 1.5rem;
  box-sizing: border-box;
}

.login {
    width: 100%;
    padding: 0 1.5rem 1.5rem;
    box-sizing: border-box;
}

.chkConditions a {
    color: #77878e;
}

.pass-forgot {
    text-align: center;
    font-size: 15px;
    margin: 5px;
}

.pass-forgot a {
    color: #77878e;        
}

.txtMessageForgot {
    text-align: center;
    margin: 0 0 23px;    
}

.sectPassForgot {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
}

#mdlLogin .sectPassForgot label {
    width: auto;
}

#mdlPay {
    overflow: auto;
}

#mdlPayKeep.backdrop,
#mdlPayKeepPurchase.backdrop,
#mdlPay.backdrop {
    background-color: #0000009e;
    top: 0;
    height: 100vh;
}

#mdlPay.backdrop .content {
    top: 9vh;
}

#mdlPayKeepPurchase.backdrop .close,
#mdlPayKeep.backdrop .close,
#mdlPay.backdrop .close {
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

#mdlPayKeepPurchase.backdrop .close img,
#mdlPayKeep.backdrop .close img,
#mdlPay.backdrop .close img {
    width: 100%;
}

#mdlPayKeepPurchase.backdrop,
#mdlPayKeep.backdrop,
#mdlPayKeepPurchase.backdrop {
    overflow-y: auto;
}


.modal-pay .content {
    font-family: HKGrotesk-Regular;
    font-size: 0.9rem;
}

#mdlPayProcess {
    position: absolute;
    top: 0;
    width: 400px;
    left: calc(50% - 200px);
    background-color: white;
    padding: 38px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 3px lightgray;
    z-index: 999999;
}

#mdlPayProcess p {
    color: black;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.payment-form {
    margin-top: 2rem;
}

.payment-form .form-row {
    margin-bottom: 1rem;
}

.pay-info {
    font-size: 0.74rem;
    text-align: justify;
}

.pay-field-group {
  display: flex;
  margin-bottom: 11px;
  justify-content: space-between;
}

.pay-field label {
  margin-bottom: 0.5rem;
}

.pay-field {
  width: 50%;
}

.pay-field > * {
  display: block;
  width: 100%;
}

.pay-field {
  width: calc(50% - 11px);
}

.pay-field > input {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.pay-user-type {
    margin-bottom: 15px;
}

.pay-field > input:focus {
    box-shadow: 0px 1px 3px 0 #cfd7df;
    outline: none;
}

.pay-user-type label {
    margin-right: 25px;
}

.pay-user-type input {
    margin-right: 4px;
}

.card-errors {
    color: red;
    font-weight: normal;
    margin-top: 0.4rem;
    font-family: HKGrotesk;
}

.btnPack {
    border: 1px solid lightgray;
    display: block;
    width: 100%;
    margin: 1rem 0;
    cursor: pointer;
}

.paypal {
    margin-bottom: 2rem;
}

.paypal label {
    font-family: HKGrotesk-Regular;
    font-weight: normal;
    margin-bottom: 0.5rem;
    display: block;
    margin-top: 0;
}

.paypal img {
    width: 100%;
    max-width: 11rem;    
}


.pay-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff9;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;    
}

@keyframes ldio-z2hnrfluhhg {
  0% { transform: scale(1.1500000000000001) }
  100% { transform: scale(1) }
}
.loading div {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 13.333333333333336px;
  left: 13.333333333333336px;
  background: #77878e;
  animation: ldio-z2hnrfluhhg 1s cubic-bezier(0,0.5,0.5,1) infinite;
  animation-delay: -0.3s;
}
.loading div:nth-child(2) {
  top: 13.333333333333336px;
  left: 106.66666666666666px;
  background: #d3d3d3;
  animation-delay: -0.2s;
}
.loading div:nth-child(3) {
  top: 106.66666666666666px;
  left: 13.333333333333336px;
  background: #3e545e;
  animation-delay: 0s;
}
.loading div:nth-child(4) {
  top: 106.66666666666666px;
  left: 106.66666666666666px;
  background: #e8e7e7;
  animation-delay: -0.1s;
}
.loading-spinner {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #ffffff;
}
.loading {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.loading div { box-sizing: content-box; }




/*Stripe*/
.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.payment-form label {
    font-family: HKGrotesk-Regular;
    display: inline-block;
    margin-bottom: 0.2rem;
    font-size: 0.85rem;
    font-weight: normal;
}

.btn-pay {
    margin-top: 1.5rem;
}

.stripe-powered {
    float: left;
    width: 100%;
    max-width: 7rem;
    opacity: 0.3;   
    margin-top: 0.5rem;
}

.pay-price {
    font-weight: bold;
    font-size: 21px;
}

.modal-pay .content > div {
    width: 100%;
    margin: 2rem auto 2rem auto;
    padding: 2rem;
    box-sizing: border-box;
    position: relative;    
    max-width: 34rem;
    background-color: #f2f5f3;
    border-radius: 8px;
    border: 2px solid #e3ebe8;    
}

.modal-pay .product-currency-note .product-currency {
    font-size: 0.8rem;
    border-radius: 4px;
    box-shadow: none;
    background-color: #f2f5f3;
    border: 1px solid lightgray;
    cursor: pointer;
}

.modal-pay .product-currency-note {
    float: none;
    margin: 1.5rem 0 0;
}

.btn.btnPack.btn-action, .btn.btnPack.btn-subaction {
    width: 100%;
    margin: 0.3rem 0;
    padding: 0.4rem 1.2rem;
}

.btn.btnPack.btn-action:last-child, .btn.btnPack.btn-subaction:last-child {
    margin-bottom: 1.5rem;
}

.flipbook-customize-cont .btn-action.btnModalLogin,
.btn-action {

    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;    
    background-color: #19a975;
    padding: 0.6rem 2rem;
    font-size: 0.9rem;
    border-radius: 8px;
    box-sizing: border-box;
}

.btn-action:hover,
.btn-action:active {
    background-color: #697370;
    transition: 0.1s ease-in;
    color: white;
    text-decoration: none;
}


.btn-action img {
    width: 23px;
    vertical-align: top;
    margin-top: -2px;
    margin-right: 6px;
}

.btn-subaction img {
    width: 18px;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 7px;    
}

.btn-action-block {
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 9.5rem;
}

.btn-action-md {
    box-shadow: none;
    width: 100% !important;
    display: inline-block;
    max-width: 94px !important;
    font-size: 14px;
    padding: 4px !important;
}

.btn-action-md-wd {
    box-shadow: none;
    width: 100% !important;
    display: inline-block;
    max-width: 150px !important;
    font-size: 14px;
    padding: 4px !important;
}



.btn-light {
    font-weight: normal;
}

.btn-icon-right {
    float: right;
    margin-top: 5px;
    opacity: 0.4;    
}


.btn-sq-lg {
    width: 174px;
    height: 140px;
    box-sizing: border-box;
    padding: 1.2rem;
    cursor: pointer;
    box-shadow: 0px 4px 8px -7px lightgray;
    border: 1px solid lightgray;
}


.btn-sq-lg > span {
    display: block;
    font-size: 1em;
    line-height: 16px;
    margin-top: 9px;
}

.btn-sq-lg > img {
    width: 64px;
    margin-right: 0;
    margin-top: 0;    
}

.btn-subaction-extra {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;    
}

.btn-subaction-group .btn-subaction.btn-sq-lg {
    width: 100%;
}

.btn-subaction-extra-btn {
    padding: 6px 11px;
    border: 1px solid #19a975;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    font-family: Open Sans;
    font-size: 15px;
    color: #19a975;
    cursor: pointer;
    font-weight: normal;
    width: auto;
    text-align: left;
}

.btn-subaction-extra-btn-mid {
    border-radius: 0;
    border-left: 0;
}

.btn-subaction-extra-btn.btn-subaction-extra-btn-append {
    width: auto;
    border-left: 0;
    border-right: 1px solid #19a975;
    border-radius: 0 8px 8px 0;
}

.btn-subaction-extra-btn svg {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.btn-subaction-extra-btn:hover {
    background-color: #19A975;
    color: white;
    transition: 0.12s ease-in;
}

.btn-subaction-extra-btn:hover svg path {
    fill: white;
}

.btn-subaction-extra-btn:hover svg.alt-stroke path {
    fill: inherit;
    stroke: white;
}

.btn-subaction-group {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.btn-subaction-extra-check {
    padding: 6px 11px;
    border: 1px solid #19a975;
    border-radius: 8px 0 0 8px;
    font-family: Open Sans;
    font-size: 15px;
    color: #19a975;
    cursor: pointer;
    font-weight: normal;
    width: 100%;
    text-align: left; 
}

.btn-subaction-extra-check > label {
    font-family: Open Sans;
    font-size: 14px;
    color: #19a975;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
}

.btn-subaction-extra-check input[type="checkbox"] {
    transform: scale(1.3);
    margin-right: 6px;
    margin-top: 4px;
    vertical-align: top;
    accent-color: #19a975;
    cursor: pointer;
}

.btn-subaction-extra-check:hover label {
    color: white;
}

.btn-subaction-extra-check:hover {
    background-color: #19a975;
}

.btn-subaction-extra-btn.btn-subaction-disabled {
    cursor: auto;
    opacity: 0.5;
}

.btn-subaction-extra-btn.btn-subaction-disabled:hover {
    cursor: auto;
    opacity: 0.5;
    background-color: white;
}

.btn-subaction-extra-btn.btn-subaction-disabled:hover svg.alt-stroke path {
    stroke: #19a975;
}

.contact-info {
    font-family: sans-serif;
    font-size: 1rem;
    text-align: justify;   
    margin-bottom: 3rem;
}

.contact-message textarea,
.contact-email input {
    width: 100%;
    max-width: 23rem;
    display: block;
    margin: 1rem auto;
    font-family: sans-serif;
    font-size: 1rem;
    padding: 0 0.5rem;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 5px 1px lightgray;
    resize: vertical;
}

.contact-email {
    text-align: center;
}

.contact-email input {
    display: inline-block;
    width: calc(50% - 4rem);
    max-width: 19.4rem;
    margin: 1rem;
}
.contact-actions .btn-action {
    width: 100%;
    display: block;
    margin: 1rem auto;
    max-width: 13rem;
}

.contact-actions .btn-action {
    position: relative;
    overflow: hidden;
}

.contact-actions .btn-action::after {
    content: '';
    position: absolute;
    background-color: #606060a6;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
}

.contact-actions.contact-sending .btn-action::after {
    width: 100%;
    transition: 5s ease-out;
}

.contact-actions.contact-sending .btn-action {
    background-color: #697370;    
    color: white;
    text-decoration: none;
}

.contact-message textarea {
    width: 100%;
    max-width: 43.4rem;
    box-sizing: border-box;
    height: 100px;
}

.contact-actions p {
    text-align: center;
    font-family: sans-serif;
    color: #3e545e;
}

.contact-actions .privacy-policy {
    float: left;
    color: #666;
    font-family: HKGrotesk-Regular;
    cursor: pointer;
    margin-top: 7px;
    margin-bottom: 15px;
}

.contact-actions .privacy-policy label {
    cursor: pointer;
}

.contact-actions .privacy-policy a {
    color: #666;
}

.contact-actions .privacy-policy .chkPrivacyPolicy {
    transform: scale(1.2);
    margin-top: 3px;
    vertical-align: top;
    margin-right: 5px;    
}

.privacy-policy.privacy-warning a,
.privacy-policy.privacy-warning {
    color: red;
}

.chkPrivacyPolicy {
    accent-color: #19a974;
}

.login-register {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    overflow: auto;
    height: 100%;
}

.password-page {
    padding: 0;
}

.password-content {
    background-position: center center;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.password-dialog {
    max-width: 900px;
    align-self: center;
    text-align: center;
    background-color: #ffffffeb;
    box-shadow: 0 0 14px -5px lightgray;
    width: calc(100% - 2rem);
    box-sizing: border-box;
    padding: 2rem 0 4rem;
    border-radius: 13px;
}

.password-dialog h1 {
    font-family: HKGrotesk, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #05241A;
    padding: 0 1rem;
}

.password-dialog input[type="text"],
.password-dialog input[type="password"] {
    font-size: 22px;
    border: 1px solid lightgray;
    box-shadow: 0 0 10px 0 lightgray;
    text-align: center;
    padding: 0.2rem 0.5rem;
    margin: 0 0 1rem;    
}

.password-dialog button[type="submit"] {
    color: #3e545e;
    font-size: 2rem;
    vertical-align: top;
    background: transparent;
    border: 0;
    margin-top: -0.2rem;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
}

.password-dialog .pass-cont .txtPassword,
.password-dialog .email-cont .txtEmail {
    margin-bottom: 0;
    vertical-align: bottom;
}



.password-dialog .no-access {
    color: red;
    font-size: 3rem;
    vertical-align: top;
    margin-right: 2rem;
    margin-top: -0.4rem;    
}

.password-dialog input[type="password"].password-wrong {
    border: 1px solid red;
}

.password-logo {
    width: 100%;
    max-width: 200px;    
}

.password-logo[src="/files/user/logos/powered-by-heyzine.png"] {
    max-width: 172px;
}

.pass-cont, .email-cont {
    height: 35px;
    display: inline-block;
    background-color: white;
    box-shadow: 0 0 10px 0 lightgray;
    border: 1px solid lightgray;
    width: calc(100% - 70px);
    max-width: 400px;
}

.pass-cont input[type="text"], 
.pass-cont input[type="password"],
.email-cont input[type="text"], 
.email-cont input[type="password"] {
    box-shadow: none;
    border: none;
    width: calc(100% - 60px);    
}


.email-cont .fa,
.pass-cont .fa {
    color: #3e545e;
    font-size: 25px;
    vertical-align: bottom;
    height: 35.4px;
    line-height: 36px;
    background-color: white;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 12px; 
}

.sent-cont {
    font-family: HKGrotesk, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    color: #05241A;
    padding: 0 1rem;    
}


.modal-link-codes {
    padding-bottom: 30px !important;
}


.shr-main {
  display: flex;
}

.shr-item {
    display: none;
    margin-top: 25px;
}

.shr-item-left {
    margin-left: -180px;
    padding: 40px 15px 40px 0;
}

.shr-warning {
    padding: 0.5rem;
    text-align: center;
    background-color: #fb9595;
    font-family: HKGrotesk-Regular;
}

.shr-menu {
    display: flex;
    justify-content: start;
    background: linear-gradient(99.12deg, #F2F5F3 -16.22%, #F5F4F0 86.51%);
    padding: 6px 0;
    border-bottom: 1px solid #E3EBE8;
}

.shr-menu img {
  width: 32px;
  display: block;
  margin: 0 auto 2px;
}

.shr-menu .btn-menu {
    padding: 0.6rem 0.9rem 0.5rem;
    font-size: 1em;
    background: none;
    border: 0;
    font-family: HKGrotesk-Regular;
    margin: 0.8rem;
    border-radius: 8px;
    color: #05241A;
    cursor: pointer;
}

.shr-menu .btn-menu svg {
    vertical-align: top;
    margin-top: -1px;
    margin-right: 4px;
}

.shr-menu .btn-menu.active,
.shr-menu .btn-menu:hover {
  opacity: 1;
  background-color: white;
  color: #19a975;
}

.shr-submenu.nbr {
    border-right: 0 !important;
    background: none !important;
}

.shr-submenu {
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 0 20px;
    border-right: 1px solid #E3EBE8;
    width: 200px;
    background: linear-gradient(99.12deg, #F2F5F3 -16.22%, #F5F4F0 86.51%);
}

.shr-submenu .shr-submenu-title {
    margin-top: 25px;
}

.shr-sm {
    display: flex;
    justify-content: space-between;    
}

.shr-sm .btn-action-block {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.shr-download .code-sect {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 113px) !important;
}

.shr-select {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 2px 8px;    
}

.shr-note {
    margin-top: 9px;
    text-align: left;
    margin-right: 2rem;
    font-size: 14px;    
}

.btn-submenu {
    font-size: 1em;
    font-family: HKGrotesk-Regular;
    font-weight: 300;
    line-height: 23px;
    cursor: pointer;
    margin: 0.6rem 0;
    text-align: left;
    border: 0;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #05241A;
    background: none;
}

.btn-submenu.active {
    background: white;
    color: #19A975;
}

.btn-submenu:hover {
    background: #ffffffc9;
}

.btn-tooltip {
    position: absolute;
    display: block;
    margin-top: 15px;
    background-color: #05241A;
    color: white;
    padding: 4px 14px 4px;
    font-size: 13px;
    border-radius: 3px;
    z-index: 10000;
    font-weight: normal;
}

.btn-tooltip:before {
    content: '';
    border-bottom: 5px solid #05241A;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    margin-top: -7px;
    margin-left: -8px;
}

.shr-submenu [data-menu] {
    display: none;
}

.shr-copy {
    margin-left: 10px;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 235px;
    box-sizing: border-box;
}

.shr-copy > a {
    display: block;
    margin-bottom: 13px;
    text-align: left;
}

a.btn-subaction,
.btn-subaction {
    max-width: 100%;
    width: 225px;
    padding: 0.5rem 1.2rem;
    border: 1px solid #19A975;
    box-sizing: border-box;
    background-color: white;
    border-radius: 8px;
    font-weight: normal;
    color: #19A975;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.btn-subaction:active,
.btn-subaction:hover {
    background-color: #19A975;
    color: white;
    transition: 0.12s ease-in;
}

.btn-subaction:hover svg path {
    fill: white;
}

.btn-action.btn-pay {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
}

.btn-subaction:hover svg.alt-stroke path {
    fill: inherit;
    stroke: white;
}

.btn-subaction svg {
    height: 20px;
    width: auto;
    vertical-align: top;
    margin-top: 2px;    
}

.btn-subaction.btn-sq-lg {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    width: 255px;
    font-size: 16px;
}

.btn-subaction.btn-sq-lg svg {
    width: 47px;
    height: 47px;
}


.shr-codes {
    font-size: 15px;
}

.shr-code {
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
}

.shr-code .code-sect {
    width: calc(100% - 235px);
    text-align: center;
    margin-bottom: 25px;
}

.shr-code .code-sect.wide {
    width: 630px;
}

.shr-code .code .heyzine-flip {
    margin: 0 auto;
}

.shr-code .code .heyzine-fold {
    margin: 0 auto;
}

.shr-code .heyzine-flip .front,
.shr-code .heyzine-flip .back,
.shr-code .heyzine-fold,
.shr-code .fp-iframe {
    max-height: 485px;
}

.shr-code .fp-iframe {
    max-width: calc(100% - 30px);
}

.shr-code [contenteditable] > * {
    cursor: pointer;
    display: inline;
}

.shr-content {
    width: calc(100% - 180px);
    padding-bottom: 1rem;
}

.shr-submenu-title {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    font-family: HKGrotesk-Regular;
    color: #05241A;
    margin-top: 0;
}

.shr-links > .form-group {
    display: flex;
    align-items: flex-start;
    margin: 0 auto 30px;
    flex-direction: column;
    gap: 10px;
}

.shr-links > .form-group > .input-group {
    display: flex;
    align-items: center;
    width: 100%;
}

.shr-links .form-control {
    padding: 0 12px !important;
}

.shr-links .input-group .form-control {
    border-radius: 6px 0 0 6px;
}


.limit-img .fp-gif,
.limit-img .fp-thumb-play,
.limit-img .fp-thumb {
    max-height: 380px;
    width: auto;    
}

.shr-content h2 {
    display: none;
}

.shr-controls {
    margin-top: 20px;
    border: 1px solid #E3EBE8;
    padding: 15px;
    border-radius: 8px;   
}

.shr-controls-bottom {
    margin-top: 15px;
    border: 0;
    padding: 8px 15px 15px 15px;    
}

.shr-controls-confirm {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-top: 1px solid lightgray;
    padding-top: 24px;
    margin-top: 0 !important;    
}

.shr-controls-bottom input[type="text"] {
    width: calc(100% - 100px);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;    
}

.shr-controls label {
    font-size: 14px;
    font-weight: normal;
    font-family: sans-serif;
}

.shr-controls .shr-group p {
    margin-top: 0;
}

.shr-controls input[type=checkbox] {
    margin-right: 4px;
    accent-color: #19a975;
}

.shr-controls .btn-range {
    width: calc(100% - 2px);
}

.shr-controls input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    border: 0;
    background: #eee;
    font-size: 15px;
    padding: 7px 10px;
}

.shr-group {
    margin-bottom: 10px;
}

.shr-controls .btnThumbnailPlayChange {
    display: inline-block;
    width: 20%;
    margin: 10px;
    cursor: pointer;
}

.shr-controls .btnThumbnailPlayChange img {
    width: 100%;
}


.shr-controls span {
    min-width: 85px;
    display: inline-block;
}

.shr-social .fp-link:hover,
.shr-social .fp-link:active,
.shr-social .fp-link {
    text-decoration: none;
}

.shr-social .shr-code .code-sect {
    width: 450px;
}

.shr-custom-pre {
    width: auto;
    height: 40px;
    line-height: 25px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #cdd5d2;
    background-color: #eee;
    color: #05241A;
}

.shr-custom-center {
    flex-grow: 1 !important;
    width: auto !important;
}

.shr-links > .form-group .input-group-btn {
    width: auto;
}

.social-container {
    display: flex;
    background-color: white;
    border: 1px solid #dddfe2;
    border-radius: 10px;
    overflow: hidden;
    height: 125px;
    width: 438px;
}

#socialControls {
    display: none;
}


.tool-remark {
    font-size: 12px;
    line-height: 16px;
    margin: 13px 0;  
    text-align: left;
}

.tool-remark-inline {
    display: inline; 
    font-size: 10.5px;
    white-space: nowrap;
    line-height: 44px; 
    margin-left: 8px;    
}

.shr-code .fp-qr {
    max-width: 200px;
}

.social-thumb {
    width: 125px;
}

.social-thumb img {
    width: 100% !important;
    object-fit: cover;
    border-right: 1px solid #dddfe2;
    height: 100%;
}

.social-desc {
    width: 66%;
    text-align: left;
}

.fp-social-title {
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    padding: 14px 0 0 12px;
    margin-bottom: 10px;
    color: #22262e;
}

.social-desc .fp-desc {
    padding: 0 12px;
    color: black;
}

.up-btn-error {
    margin-left: 12px;
    color: red;
}

.contact-page .trumbowyg-box, 
.contact-page .trumbowyg-editor { 
    min-height: 150px; 
}

.contact-page .trumbowyg-button-pane::after {
    background: white;
}

.contact-page .trumbowyg-box .trumbowyg-editor {
    font-family: sans-serif;
    font-size: 14px;
    padding-top: 10px;
}

.txtContactSubject {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 9px;
}

.contactEditor p {
  margin: 4px 0;
}

.contact-page .trumbowyg-box,
.contact-page .trumbowyg-editor {
    background-color: white;
}

.contact-page .trumbowyg-box {
    border: 1px solid #efefef;
    border-radius: 4px;
    overflow: hidden;
}

.contact-type {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;    
}

.contact-page .trumbowyg-button-pane {
    background: white;
    border-bottom: 1px solid white;    
}

.contact-subject-prospect input {
    width: 100%;
    max-width: 43.4rem;
    padding: 0rem 0.5rem;
    display: block;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 1rem;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 5px 1px lightgray;
}

.contact-page .trumbowyg-button-pane .trumbowyg-button-group::after {
    background: white;
}

iframe.g-signin2 {
    border: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 80px;  
}

.g-signin-container {
    height: 80px;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box;    
}

@media (max-width: 1170px) {
    .login-register {
        flex-direction: column;
    }    
    
    .register {
        width: 100%;
    }    
    
    .login {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .password-dialog h1 {
        font-size: 1.6rem;
    }
}

