/**
 * 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;
}