@import url("variables.css");
@import url("margin.css");
@import url("padding.css");
@import url("font-size.css");
@import url("font-weight.css");
@import url("ion.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&family=Raleway:wght@200;300;400;500;600;700&display=swap");

body, td, th {
      font-family:Poppins, sans-serif;
}

.left-pane-holder {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 9999;
}

.fixed-header {
  position: fixed;
  top: 0;
}

.punches-left-text, .add-user-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: center;
  top: -10px;
}

.punch-item {
  background-color: #89bbeb;
  background-image: -moz-linear-gradient(82deg, #3e7ebb, #89bbeb);
  background-image: -ms-linear-gradient(82deg, #3e7ebb, #89bbeb);
  background-image: -o-linear-gradient(82deg, #3e7ebb, #89bbeb);
  background-image: -webkit-linear-gradient(82deg, #3e7ebb, #89bbeb);
  background-image: linear-gradient(82deg, #3e7ebb, #89bbeb);
  -moz-background-size: 5% 3%;
  -webkit-background-size: 5% 3%;
  background-size: 5% 3%;
  border: 2px solid #4c484c;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 50%;
  -moz-box-shadow: #454545 0 0 10px;
  -webkit-box-shadow: #6e7849 0 0 10px;
  box-shadow: #454545 0 0 10px;
  color: var(--white);
  display: inline-block;
  float: left;
  font-family: Arial, serif;
  font-size: 34px;
  height: 60px;
  margin-bottom: 25px;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 3px;
  text-decoration: none;
  text-shadow: var(--black) 5px 5px 15px;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 60px;
}

.punched {
  background-color: #5e98cf;
  background-image: -moz-linear-gradient(82deg, #1b4e7e, #5e98cf);
  background-image: -ms-linear-gradient(82deg, #1b4e7e, #5e98cf);
  background-image: -o-linear-gradient(82deg, #1b4e7e, #5e98cf);
  background-image: -webkit-linear-gradient(82deg, #1b4e7e, #5e98cf);
  background-image: linear-gradient(82deg, #1b4e7e, #5e98cf);
  -moz-background-size: 5% 3%;
  -webkit-background-size: 5% 3%;
  background-size: 5% 3%;
  border: 3px dotted #4c484c;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 50%;
  -moz-box-shadow: #454545 0 0 10px;
  box-shadow: inset 10px 10px 20px rgb(0 0 0 / 90%);
  color: #999;
  opacity: 0.9;
  text-decoration: none;
  text-shadow: var(--black) 0 0 0;
}

.logo-holder {
  color: var(--white);
  font-size: 16px;
  height: 124px;
  margin: auto;
  padding-top: 0;
  position: relative;
  text-align: center;
}

.lock-holder {
  bottom: 0;
  cursor: pointer;
  display: none;
  padding-bottom: 7px;
  padding-right: 5px;
  position: absolute;
  right: 0;
  z-index: 9999;
}

.add-user-text {
  bottom: 0;
  cursor: pointer;
  display: none;
  padding-bottom: 7px;
  padding-right: 5px;
  position: absolute;
  right: 50px;
  z-index: 9999;
}

.prize-holder, .vip-holder {
  bottom: 5px;
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  left: 10px;
  padding-bottom: 7px;
  padding-left: 5px;
  position: absolute;
  z-index: 9999;
}

.clear-all-punches {
  bottom: 0;
  color: var(--white);
  cursor: pointer;
  display: none;
  font-weight: 600;
  left: 0;
  padding-bottom: 23px;
  padding-left: 5px;
  position: absolute;
  z-index: 9999;
}

.footer {
  bottom: 0;
  color: #bcbcbc;
  font-weight: 400;
  height: 55px;
  padding-bottom: 10px;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  width: 50%;
}

.footer-right {
  bottom: 0;
  color: #bcbcbc;
  font-weight: 400;
  height: 55px;
  padding-bottom: 10px;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  width: 50%;
}

.footer .footer-logo {
  display: block;
  margin: 10px auto auto;
  width: 141px;
}

.modal-text, .prize-text, .crown-text, .returns-text {
  color: #000;
  display: none;
  font-weight: 600;
  height: 90%;
  overflow: scroll;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  text-align: center;
  top: 7%;
  width: 50%;
  z-index: 9999999;
}

.returns-text {
  top: 3%;
}

.modal-overlay {
  background-color: #fff;
  display: none;
  height: 100%;
  min-height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.opacity {
  background-color: #fff;
  display: none;
  height: 100%;
  min-height: 100%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.punch-button-holder {
  margin: auto;
  overflow: auto;
  position: relative;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  width: 100%;
}

.fix-height {
  height: 175px;
}

.punch-holder {
  margin: auto;
  padding-top: 15px;
  position: relative;
  text-align: center;
  width: 340px;
}

@media (min-width: 1200px) {
  .punch-holder {
    margin: auto;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 429px;
  }

  .punch-button-holder {
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 550px) {
  .punch-holder {
    margin: auto;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 429px;
  }

  .punch-button-holder {
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .punch-holder {
    margin: auto;
    padding-top: 15px;
    position: relative;
    text-align: center;
    width: 340px;
  }

  .punch-button-holder {
    height: 261px;
    margin: auto;
    overflow: auto;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .logo-holder {
    text-align: center;
  }

  .logo-holder img {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px)
  and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) and (orientation: portrait) {
  .name-content-holder .users_name {
    width: 300px;
  }
}

#swipe-holder {
  background: #fff;
  cursor: grab;
  height: 100%;
  left: 0;
  margin: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}

.dragend-page {
  width: 600px;
}

.container {
  min-height: 100%;
  width: 100%;
}

.share-on-text {
  color: #000;
  font-size: 16px;
  margin-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.share-icon-holder {
  color: #000;
  float: left;
  font-size: 16px;
  margin-left: 20px;
  margin-top: 0;
  position: relative;
  width: 250px;
}

.left-page-small-text {
  font-size: 12px;
  padding-bottom: 10px;
}

.left-page-heading {
  font-size: 20px;
  font-weight: 600;
}

.item-sizes-holder {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll; /* has to be scroll, not auto */
}

.fix-to-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.exit-add-user-button {
  color: #000;
  display: none;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 60px;
  z-index: 9999999;
}

.add-user-form {
  color: #000;
  display: none;
  left: 50%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  z-index: 9999999;
}

.add-user-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.form-input {
  background-color: #fff;
  border: 1px solid #0065b3;
  border-radius: 3px;
  color: #000;
  height: 45px;
  margin-bottom: 20px;
  padding: 7px;
  width: 290px;
}

#enter {
  align-items: center;
  background-color: var(--primary-extra-light);
  border-color: var(--primary-extra-light);
    border-radius:8px;
  border-style: solid;
  border-width: thin;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 55px;
  justify-content: center;
  margin: 10px auto 15px;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 160px;
  z-index: 9999999;
}

.at-follow-btn {
  margin-right: 8px;
}

.boxText {
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 300;
  height: 40px;
  overflow: hidden;
  padding-left: 40px;
  padding-top: 5px;
}

.boxText a {
  color: #fff;
}

.ownerBox {
  background-color: #f59f6c;
  background-image: url("../cards/images/contact_owner.jpg");
}

.phoneBox {
  background-color: #fed141;
  background-image: url("../cards/images/contact_phone.jpg");
}

.emailBox {
  background-color: #f27598;
  background-image: url("../cards/images/contact_email.jpg");
}

.websiteBox {
  background-color: #67c8c6;
  background-image: url("../cards/images/contact_website.jpg");
}

.facebookBox {
  background-color: #cc83b7;
  background-image: url("../cards/images/contact_facebook.jpg");
}

.instagramBox {
  background-color: #8eb7e0;
  background-image: url("../cards/images/contact_instagram.jpg");
}

.pinterestBox {
  background-color: #f59f6c;
  background-image: url("../cards/images/contact_pinterest.jpg");
}

.periscopeBox {
  background-color: #9891c8;
  background-image: url("../cards/images/contact_periscope.jpg");
}

.googleBox {
  background-color: #447bc6;
  background-image: url("../cards/images/contact_google.jpg");
}

.card-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: auto;
  position: relative;
  text-align: center;
  top: 5px;
}

.white-text {
  color: #fff;
}

.loyalty-text {
  font-size: 18px;
  font-weight: 600;
}

.card-title, .loyalty-text, .punches-left-text {
  text-shadow: 2px 2px 3px rgb(0 0 0 / 100%);
}

.bring-to-front {
  z-index: 9999;
}

.row {
  margin-left: 0;
  margin-right: 0;
}