/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.text-black {
  color: #000;
}

.page-template-template-gigfiliate-enroll *{
  font-family: 'Josefin Sans', serif;
}

.page-template-template-gigfiliate-enroll label,
.page-template-template-gigfiliate-enroll h1,
.page-template-template-gigfiliate-enroll h2,
.page-template-template-gigfiliate-enroll h3,
.page-template-template-gigfiliate-enroll h4,
.page-template-template-gigfiliate-enroll h5,
.page-template-template-gigfiliate-enroll h6,
.page-template-template-gigfiliate-enroll p {
  color: #000000;
}

.toggle-pass-visibility {
  position: absolute;
  right: 0;
  top: 25%;
  background: transparent;
  border: transparent;
}

.toggle-pass-visibility img {
  width: 25px;
}

.toggle-pass-visibility.pass-input .eye-visibility-hide {
  display: none;
}

.toggle-pass-visibility.pass-input .eye-visibility-show {
  display: block;
}

.toggle-pass-visibility.text-input .eye-visibility-show {
  display: none;
}

.toggle-pass-visibility.text-input .eye-visibility-hide {
  display: block;
}

.enroll-form {
  position: relative;
}

.form-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.6);
  width: 100%;
}

#enrollment-agreement_label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#enrollment-agreement {
  overflow-y: auto;
  height: 284px;
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}

.affiliates-listing {
  width: 100%;
  max-height: 200px;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-radius: 0.25rem;
}

.affiliates-listing-row {
  display: flex;
  padding: 0.75rem;
  text-transform: capitalize;
  cursor: pointer;
}

.affiliates-listing-row img{
  height: 4rem;
  width: 4rem;
  object-fit: contain;
  border-radius: 0.25rem;
  margin-right: 1rem;
}

.affiliates-listing-row .affiliate-name {
  margin-bottom: 0;
}

.affiliates-listing-row .affiliate-address {
  margin-bottom: 0;
  font-size: 1rem;
}

.fs-1\.125 {
  font-size: 1.125rem;
}

section#enroll_products .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;  
  height: 62px;
}

#enroll_products_checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 0;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  z-index: 9;
}

.align-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.align-modal.fade .align-modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

.align-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

@media (min-width: 576px) {
  .align-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

@media (min-width: 992px) {
  .align-modal-lg,
  .align-modal-xl {
    max-width: 800px;
  }
}

.align-modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}

.align-modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.align-modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

body.align-modal-open .align-modal {
  display: flex;
  align-items: center;
}

.align-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
}

body.align-modal-open .align-modal-backdrop.show {
  display: block;
  opacity: 0.5;
}

.align-btn-group {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  margin-top: 1rem;
}

.align-modal-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255,0.6);
  width: 100%;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.align-spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite rotating;
  animation: .75s linear infinite rotating;
}

#align-dashboard-earnings-bank-details .gform_heading {
  display: none;
}

.td_toggle-visibility_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  cursor: pointer;   
}

td.td_toggle-visibility .blurred {
  filter: blur(0.25rem);
}

td.td_toggle-visibility .eye-visibility-hide,
td.td_toggle-visibility .eye-visibility-show {
  height: 1.5rem;
}

td.td_toggle-visibility:not(.td_visibility-hidden) .blurred,
td.td_toggle-visibility.td_visibility-hidden .visible,
td.td_toggle-visibility:not(.td_visibility-hidden) .eye-visibility-show,
td.td_toggle-visibility.td_visibility-hidden .eye-visibility-hide {
  display: none;
}

/**
 * Yotpo
 */

.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-image img {
  max-width: initial;
  width: 100%;
  height: 10rem;
  object-fit: cover;
  border-radius: 0.25rem;
}

.yotpo .promoted-products-box .yotpo-main-title {
  color: #000;
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.yotpo .promoted-products-box .promoted-products .yotpo-promoted-product .yotpo-product-name {
  color: #000;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.yotpo-label.yotpo-small-box {
  display: none;
}

.yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
  background-color: #000;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.yotpo.yotpo-main-widget span, .yotpo-sum-reviews span.font-color-gray.based-on, .yotpo .y-label, .yotpo span.y-label, .yotpo .yotpo-review .yotpo-main .content-title, .yotpo .yotpo-review .yotpo-main .content-review, .yotpo .transparent-color-btn span.yotpo-icon, .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span, .yotpo .reviews-count {
  color: #000;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #000;
}

.yotpo .yotpo-review .yotpo-main .content-title {
  font-weight: 600;
}

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label,
.yotpo .y-label, .yotpo span.y-label {
  color: #000 !important;
  font-weight: 500 !important;
}

.yotpo .write-review .connect-wrapper {
  padding-left: 0;
}

.yotpo .primary-color-btn, .yotpo input[type="button"].primary-color-btn,
.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #000;
}

.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #e7721b !important;
}

.yotpo .write-review .yotpo-header .yotpo-icon {
  color: #e7721b !important;
}

.form-group [type="password"] {
  letter-spacing: 2pt;
}

.align_redemption_options_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.align_redemption_option {
  padding: 1.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 1rem;
  transition: all 0.2s linear;
  min-width: 180px;
}

.align_redemption_option:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}

.align_redemption_option.disabled {
  opacity: 0.5;
}

.align_redemption_option.loading {
  cursor: progress;
}

.align_redemption_option .align_redemption_option-icon {
  font-size: 28px;
}

.align_redemption_option .align_redemption_option-heading {
  font-size: 16px;
  line-height: 12px;
  margin-top: 12px;
  font-family: 'Work Sans';
}

.align_redemption_option .align_redemption_option-name {
  font-size: 28px;
  font-family: 'Work Sans';
  font-weight: bold;
}

.align_redemption_option .align_redemption_option-cost {
  font-size: 16px;
  background-color: #eee6db;
  padding: 4px 6px;
  border-radius: 20px;
  font-family: 'Work Sans';
}

.align_reward-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  max-width: 100% !important;
  font-family: 'Work Sans';
}

.align_reward-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animateTop;
  -webkit-animation-duration: 0.4s;
  animation-name: animateTop;
  animation-duration: 0.4s;
}

.align_reward-modal-header {
  width: 20px;
  right: 10px;
  position: absolute;
  text-align: center;
}

/* Add Animation */
@-webkit-keyframes animateTop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animateTop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.align_reward-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.align_reward-close:hover,
.align_reward-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.align_reward-modal-body {
  padding: 20px;
  text-align: center;
}

.align_reward-modal-guide-text-coupon-code {
  font-weight: 700;
  font-size: 28px;
  margin: 8px auto;
  width: 420px;
  border-style: dotted;
}

.align_reward-modal-guide-text {
  font-size: 16px;
}

.woocommerce-MyAccount-content > h2 {
  margin-top: 0 !important;
}

#ambassadorResourcesTab {
  display: flex;
  justify-content: center;
}

#quickstart-rewards .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

#quickstart-rewards .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

#quickstart-rewards .text-info {
  color: #0c5460;
  font-weight: bold;
}

#quickstart-rewards .card-quickstart-level {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

#quickstart-rewards .gig-progress-bar.gig-progress-bar_success {
  background-color: green;
}

#quickstart-rewards .gig-progress-bar.gig-progress-bar_failed {
  background-color: red;
}

#quickstart-rewards a.quickstart-level-expand-details {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  font-size: 80%;
  text-decoration: none;
  width: fit-content;
  border-bottom: 1px solid black;
  margin: 0 auto;
}

#quickstart-rewards a.quickstart-level-expand-details .caret {
  display: inline-block;
  font-size: 80%;
}

#quickstart-rewards a.quickstart-level-expand-details[aria-expanded="true"] .caret {
  transform: rotate(180deg);
}

#quickstart-rewards .list-group.list-group-flush {
  padding-left: 0;
}

#quickstart-rewards .list-group.list-group-flush li.list-group-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#quickstart-rewards .list-group.list-group-flush li.list-group-item:last-child {
  border-bottom: none;
}

#quickstart-rewards .quickstart-coupon-reward .this-coupon {
  text-align: center;
  font-size: 2rem;
  color: green;
  font-weight: bold;      
}