/** Shopify CDN: Minification failed

Line 10:11 Expected identifier but found whitespace
Line 10:12 Unexpected "-80px"

**/


/* CSS from section stylesheet tags */
margin-top: -80px !important;
  
div.affiliate-content.container {
    padding: 20px;
  margin-top: -80px;
    
}

.affiliate-content .custom-card {
    width: 25rem;
    height: 20rem; /* Adjusted height to be more concise */
    background-size: cover;
    min-height: 20rem;
    background-position: center;
    display: inline-block; /* Ensures cards are in a line and scrollable */
    margin-bottom: 20px;
    margin-right: 30px; /* Right margin for spacing between cards */
    margin-left: 30px;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: top; /* Aligns elements at the top if they differ in height */
}

.affiliate-content .custom-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 15px; /* Padding for internal spacing */
}

.affiliate-content .custom-card-title {
    margin-top: 0.25rem;
    color: white; /* Setting title color */
    font-size: 1.5rem; /* Adjust font size if necessary */
}

.affiliate-content .custom-card-footer {
    margin-bottom: 0.5rem;
}

.affiliate-content ul {
    margin: 0;
    padding: 0;
}
.tt-getting-started-beta .list-group-item {
  background-color: #202223 !important;
  border-color: #9DA1A5 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tt-getting-started-beta .list-group-item .rounded-circle {
  background-color: #DEC43A;
  color: black;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.tt-getting-started-beta .list-group-item .enumeration-stuff {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tt-getting-started-beta .list-group-item .subtext {
  color: #9da1a5;
}
  
.tt-getting-started-beta .list-group-item:last-child h6 a {
  color: #DEC43A !important;
  text-decoration: none !important;
  
}
.tt-getting-started-beta .list-group-item:last-child h6 a:hover {
  text-decoration: underline !important;
}

.tt-getting-started-beta .list-group-item .btn {
  padding: 0.6rem 0.6rem !important;
  font-size: 1.1rem !important;
}
#pagefooter {
      overflow-x: hidden;
    }
    #shopify-section-footer {
      .footer-supporters {
        line-height: 0;
        
        .supporters-image {
          max-width: 180%;
          margin-left: -40%;
          width: 180%;
        }
        
        @media (min-width: 992px) {
          .supporters-image {
            max-width: 100%;
            margin-left: 0%;
          }
        }
      }
      
      .footer-disclaimer {
        margin-top: 30px;
        padding: 20px;
        font-size: 13px;
        color: #999;
        background-color: rgba(255, 255, 255, 0.05);
        line-height: 1.6;
        
        p {
          margin-bottom: 1rem;
          
          &:last-child {
            margin-bottom: 0;
          }
        }
        
        a {
          color: #bbb;
          text-decoration: underline;
          
          &:hover {
            color: #fff;
          }
        }
        
        @media (min-width: 768px) {
          padding: 25px;
          font-size: 14px;
        }
      }
    }
#free-trial-modal {
      display: none !important;
  }
  
  #free-trial-modal.active {
      position: fixed !important;
      width: 100%;
      height: 100%;
      background-color: #202223e6;
      z-index: 1000;
      top: 0;
      display: block !important;
  }
  
  .free-trial-modal-wrapper {  
      position:fixed;
      width:600px;
      max-width:calc(100% - 20px);
      /*background-color: rgb(12, 34, 48);*/
      background-color:rgba(32, 34, 35, 1);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      border: 1px solid gray;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);  
      text-align:left;
      border-radius:6px;
  }
  
  #free-trial-modal-close:hover {
      color: white;
      opacity: 1;
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }
  
  .free-trial-modal .form-control:focus {
      background-color: inherit;
      color: white;
  }
  
  #free-trial-input-tv.valid {
      border-color: rgb(11, 160, 68);
  }
  
  #free-trial-input-tv.invalid {
      border-color: rgb(167, 47, 0);
      color: rgb(167, 47, 0);
  }
  
  #free-trial-input-email.valid {
      border-color: rgb(11, 160, 68);
  }
  
  #free-trial-input-email.invalid {
      border-color: rgb(167, 47, 0);
      color: rgb(167, 47, 0);
  }
  
  #free-trial-email-error-message.free-trial-modal {
      color: rgb(167, 47, 0);
      font-size: 1rem;
  }
  
  #free-trial-email-checkbox-error-message.free-trial-modal {
      color: rgb(167, 47, 0);
      font-size: 1rem;
  }
  
  #free-trial-alert-general-error.show {
      display: block;
  }
  
  #free-trial-alert-general-error {
      display: none;
  }
.tt-getting-started .list-group-item {
  background-color: #202223 !important;
  border-color: #9DA1A5 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tt-getting-started .list-group-item .rounded-circle {
  background-color: #DEC43A;
  color: black;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.tt-getting-started .list-group-item .enumeration-stuff {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tt-getting-started .list-group-item .subtext {
  color: #9da1a5;
}
  
.tt-getting-started .list-group-item:last-child h6 a {
  color: #DEC43A !important;
  text-decoration: none !important;
  
}
.tt-getting-started .list-group-item:last-child h6 a:hover {
  text-decoration: underline !important;
}

.tt-getting-started .list-group-item .btn {
  padding: 8px 20px !important;
  font-size: 1.1rem !important;
}
#lifetime-modal {
      display: none !important;
  }
  
  #lifetime-modal.active {
      position: fixed !important;
      width: 100%;
      height: 100%;
      background-color: #202223e6;
      z-index: 1000;
      top: 0;
      display: block !important;
  }
  
  .lifetime-modal-wrapper {  
      position:fixed;
      width:600px;
      max-width:calc(100% - 20px);
      /*background-color: rgb(12, 34, 48);*/
      background-color:rgba(32, 34, 35, 1);
      box-shadow: 0 6px 20px rgba(0,0,0,0.15);
      border: 1px solid gray;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);  
      text-align:left;
      border-radius:6px;
  }
  
  #lifetime-modal-close:hover {
      color: white;
      opacity: 1;
      background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  }
  
  .lifetime-modal .form-control:focus {
      background-color: inherit;
      color: white;
  }
  
  #lifetime-input-tv.valid {
      border-color: rgb(11, 160, 68);
  }
  
  #lifetime-input-tv.invalid {
      border-color: rgb(167, 47, 0);
      color: rgb(167, 47, 0);
  }
  
  #lifetime-input-email.valid {
      border-color: rgb(11, 160, 68);
  }
  
  #lifetime-input-email.invalid {
      border-color: rgb(167, 47, 0);
      color: rgb(167, 47, 0);
  }
  
  #email-error-message.lifetime-modal {
      color: rgb(167, 47, 0);
      font-size: 1rem;
  }
  
  #email-checkbox-error-message.lifetime-modal {
      color: rgb(167, 47, 0);
      font-size: 1rem;
  }
  
  #lifetime-alert-general-error.show {
      display: block;
  }
  
  #lifetime-alert-general-error {
      display: none;
  }
.register-section {
    margin-top: 2rem;
    text-align: center;
  }

  .register-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .section-divider {
    margin: 2rem auto;
    border: 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
  }

  .register-heading {
    margin-bottom: 1rem;
  }

  .free-trial-button {
    display: inline-block;
    margin-top: 1rem;
  }
div.product-content.container {
      overflow-x: hidden; /* Allows for horizontal scrolling */    
  }
  
  .product-content .scrollable-carousel {
      overflow-x: hidden; /* Allows for horizontal scrolling */
      display: flex; /* Use Flexbox */
      max-width: 100vw;
  }
  
  .product-content .scrollable-carousel .card {
      flex: 0 0 auto; /* Do not grow, do not shrink, but allow basis to be auto */
      /* Continue to use margin for spacing */
  }

  .scrollable-carousel .card.custom-card:not(:last-child) {
    margin-right: var(--carousel-item-spacing, 8px);
  }

  .product-content .carousel-control-prev,
  .product-content .carousel-control-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
  }

  .product-content .carousel-control-prev {
      left: calc(-1% - 15px);
  }

  .product-content .carousel-control-next {
      right: calc(-1% - 15px);
  }

  @media (min-width: 768px) {
      .product-content .carousel-control-prev {
          left: calc(-3% - 15px);
      }

      .product-content .carousel-control-next {
          right: calc(-3% - 15px);
      }
  }

  .carousel-control-prev:hover {
    background-color: transparent !important; /* Removes background color */
    border-color: transparent !important; /* Removes border color, if there's a border */
  }

  .carousel-control-next:hover {
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .product-content .custom-card {
      width: 25rem;
      height: 28rem;
      background-size: cover;
      min-height: 28rem;
      background-position: center;
      overflow: hidden;
  }

  .product-content .custom-card-body {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
  }

  .product-content .custom-card .card-body {
      overflow-y: auto;
  }

  .product-content .custom-card-title {
      margin-top: 0.5rem;
  }

  .product-content .custom-card-footer {
      margin-bottom: 0.5rem;
  }

  .product-content ul {
      margin: 0;
  }