 .invitee_block {
    font-family: 'TTNormsProLight';
    min-height: 465px;
    margin-bottom: 20px;
 }
 .invite-table {
     height: 100%;
     min-height: 380px;
     position: relative;
 }
 .bolded-text {
    font-family: 'TTNormsProBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
 .invitee_block .border-bottom-gradient {
     margin-bottom: 15px;
 }
 .button_invite {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 49%;
    border-radius: 55px;
    padding: 7px 20px;
    font-size: 16px;
    height: 100%;
    display: inline-block;
    text-align: center;
    font-family: 'TTNormsProBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
 .black_btn {
    border: solid 2px #444;
    background-color: transparent !important;
    color: #000;
  }
  .action_btn {
    background: #ea17c7;
    background: -moz-linear-gradient(left, #ea17c7 0%, #dc0e71 50%, #ff4f00 100%);
    background: -webkit-linear-gradient(left, #ea17c7 0%,#dc0e71 50%,#ff4f00 100%);
    background: linear-gradient(to right, #ea17c7 0%,#dc0e71 50%,#ff4f00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea17c7', endColorstr='#ff4f00',GradientType=1 );
    color: #fff !important;
    border: solid 2px transparent;
  }
  .action_btn[disabled],
  .submit_invitee[disabled] {
    background: #cecece;
    cursor: not-allowed;
  }
  .grey_box {
    width: 100%;
    flex-grow: 0;
    padding: 15px 11px;
    background-color: #fff;
    margin: 10px 15px 10px 15px;
    color: #202020;
    /* border-radius: 10px; */
    text-align: center;
    line-height: 1.2em;
    font-size: 16px;
    text-align: center;
  }
  .grey_box span {
    font-family: 'TTNormsProBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 7px;
    display: block;
  }
  .invites_stats {
    width: 37%;
    margin: 0 auto;
    text-align: right;
    font-size: 15px;
    display: inline-block;
    font-size: 15px;
    font-family: 'TTNormsProBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .invites_stats span.labels {
    float: left;
    font-family: 'TTNormsProLight';
  }
  .invite-link {
    text-align: center;
    width: 30%;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    font-size: 16px;
  }
  .add_invite {
    padding: 13px 3px;
    height: 50px;
    width: 50px;
    margin-bottom: 4px;
    color: #fff;
    border-radius: 50%;
    background: #444;
    line-height: 27px;
    font-size: 20px;
    background: -moz-linear-gradient(left, #ea17c7 0%, #dc0e71 50%, #ff4f00 100%);
    background: -webkit-linear-gradient(left, #ea17c7 0%,#dc0e71 50%,#ff4f00 100%);
    background: linear-gradient(to right, #ea17c7 0%,#dc0e71 50%,#ff4f00 100%);
    background: url(../images/add_icon.svg);
    background-size: 50px 50px;
  }
  .invite_action_btns {
    margin-bottom: 10px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
  }
  #add-invite-modal .content, #activate-masspay .content {
      width: 300px;
  }
  #add-invite-modal .field-group, #activate-masspay .field-group {
      margin-bottom: 20px;
  }
  #add-invite-modal .gradient-button, #activate-masspay .gradient-button {
      min-width: auto;
  }
  #add-invite-modal textarea, #activate-masspay textarea {
      resize: none;
      border: 0;
      width: 100%;
      outline: none;
  }

  #activate-masspay .btn-proceed {
    height: 42px;
  }

  #activate-masspay .btn-proceed:hover {
    color: #ffffff;
  }

  #activate-masspay .black_btn:hover {
    color: #000000;
  }

  .invite_action_btns a { 
    max-width: 165px;
    width: 100%;
    max-height: 42px;
    line-height: 22px;
  }
  .invite-form .black_btn,
  .invite-form .submit_invitee {
    min-width: 150px;
    max-height: 42px;
    line-height: 22px;
  }
  .invite-buttons {
    display: flex;
    justify-content: space-between;
  }
  .error-message {
    font-size: 14px;
    text-align: right;
    color: #dc0e71;
  }
  .invite-user-list {
      margin-left: auto !important;
      margin-right: auto !important;
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .user-item .user-name {
    font-size: 18px;
    font-family: 'TTNormsProBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .user-item .user-email {
    font-size: 14px;
  }
  .user-delete {
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(../images/delete_icon.svg);
    background-size: 30px 30px;
    align-self: center;
    cursor: pointer;
  }
  .user-message {
      display: none;
  }
  .user-item {
    width: 100%;
    display: flex;
  }
  .user-wrapper {
      width: 90%;
  }

  .loader {
    position: relative;
    margin: 0 auto;
    width: 150px;
  }
  .loader:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .sending_text {
    position: absolute;
    bottom: 20%;
    font-size: 18px;
    font-family: 'TTNormsProBold';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .circular {
    -webkit-animation: rotate 2s linear infinite;
            animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
  }
  @-webkit-keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  @-webkit-keyframes color {
    100%, 0% {
      stroke: #ea17c7;
    }
    40% {
      stroke: #dc0e71;
    }
    66% {
      stroke: #ff4f00;
    }
    80%, 90% {
      stroke: #ea17c7;
    }
  }
  @keyframes color {
    100%, 0% {
        stroke: #ea17c7;
      }
      40% {
        stroke: #dc0e71;
      }
      66% {
        stroke: #ff4f00;
      }
      80%, 90% {
        stroke: #ea17c7;
      }
  }
  .loadingbox {
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    z-index: 222;
    width: 345px;
    height: 100%;
    max-height: 425px;
  }
  .loadingboxinvite {
    position: absolute;
    background: #fff;
    display: flex;
    justify-content: center;
    z-index: 222;
    width: 345px;
    height: 100%;
    max-height: 545px;
  }
  .loadingbox.hidden,
  .loadingboxinvite.hidden {
      display: none;
  }
  #custom_message::-webkit-input-placeholder {
    color: #afafaf;
  }
  #custom_message::-moz-placeholder {
    color: #afafaf;
  }
  #custom_message:-ms-input-placeholder {
    color: #afafaf;
  }
  #custom_message::placeholder {
    color: #afafaf;
  }
  #invite-email-modal .wrapper {
    overflow-x: hidden;
  }
  .shop_links_container {
    background-color: #202020;
    position: relative;
  }
  .shop_links_wrapper {
    text-align: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .shop_links_container::after {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    background-image: linear-gradient(to right, #d615b6 0%, #f31982 35%, #ff5c00 100%);
  }
  .shop_links_wrapper img {
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 200px;
  }
  .shop_links_wrapper .shop_body {
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    line-height: 21px;
  }
  .shop_links_wrapper .shop_item {
    height: 150px;
  }
  .shop_links_wrapper .shop_item .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-height: 150px;
    flex-direction: column;
    align-items: center;
  }
  .shop_links_wrapper .shop_item .shop_link_text {
    text-align: center;
    width: 100%;
    font-size: 15px;
    margin-top: auto;
    color: #444;
  }
   .shop_links_wrapper .shop_item .items::before {
    width: 1px;
    background-image: linear-gradient(to bottom, rgba(175, 175, 175, 0) 0%, #d3d3d3 51%, rgba(175, 175, 175, 0));
    height: 150px;
    content: '';
    display: block;
  }
  .shop_links_wrapper .shop_item:first-child .items:before {
    visibility: hidden;
  }
  .shop_links_container .slick-next,
  .shop_links_container .slick-next:focus {
    right: 5px;
    background-image: url(../images/arrow_slides.svg);
    height: 40px;
    width: 40px;
    transform: rotate(-180deg);
    top: 40%;
  }
  .shop_links_container .slick-prev,
  .shop_links_container .slick-prev:focus {
    left: 5px;
    background-image: url(../images/arrow_slides.svg);
    height: 40px;
    width: 40px;
  }
  .shop_links_container .slick-prev::before,
  .shop_links_container .slick-next::before {
    visibility: hidden;
  }
  .homepage-banner-ctas,
  .homepage-banner::after {
    display: none !important;
  }
  a.active_shop {
     color: #fc4850 !important;
  }
  @media (max-width:820px){
    .shop_links_wrapper {
      padding-left: 50px;
      padding-right: 50px;
    }
    .shop_links_wrapper .shop_item .items::before {
      display: none;
    }
    .invites_stats {
      width: 50%;
    }
    .invite_action_btns a {
      max-width: 48%;
      font-size: 0.8rem;
    }
    .invite-form .black_btn, .invite-form .submit_invitee {
      max-width: 144px;
      min-width: none;
      line-height: 22px;
      width: 100%;
    }
    .invite_action_btns {
      width: 100%;
    }
    #invite-email-modal table {
      width: 100% !important;
    }
    #invite-email-modal td {
      font-size: 15px !important;
    }
    .invite-link {
      width: 35%;
    }
  }

  .invite-tool-slider {
    /* display: none; */
  }

  /* Slideshow container */
.invite-tool-slider {
    max-width: 1000px;
    position: relative;
    margin: auto;
    box-sizing: border-box;
  }

  .invite-tool-slide {display: none; box-sizing: border-box;}
  .invite-tool-slider img {vertical-align: middle;}

  /* Next & previous buttons */
  .invite-tool-slider .prev, .invite-tool-slider .next {
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    width: 24px;
    height: 24px;    
    padding-top: 4px;
    padding-bottom: 2px;
    margin-top: -22px;
    color: #444 !important;
    font-weight: bold;
    transition: 0.6s ease;
    border-radius: 50%;
    user-select: none;
    background-color: rgb(255, 255, 255);
    font-size: 11px;
  }

  .invite-tool-slider .prev {
    left: 5px;
    padding-left: 6px;
    padding-right: 8px;
  }

  /* Position the "next button" to the right */
  .invite-tool-slider .next {
    right: 5px;
    padding-left: 8px;
    padding-right: 5px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  /* .invite-tool-slider .prev:hover, .invite-tool-slider .next:hover {
    background-color: rgba(0,0,0,0.8);
  } */
  
  /* Caption text */
  .invite-tool-slider .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 5px 12px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .invite-tool-slider .active {
    display: block;
  }
  
  /* Fading animation */
  .invite-tool-slider .fade {
    animation-name: fade;
    animation-duration: 1.5s;
    opacity: 1;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }