/*General Styles for tjxcabat*/
.hidden {
  display: none;
}

body {
  overflow-x: hidden;
}

.container {
  max-width: 90%;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.footer {
  text-decoration: underline;
}

.logoImage {
  max-width: 100%;
  max-height: 100%;
}

/*Header Styles*/

.header {
  width: 100%;
  font-size: 1.75em;
}

.logo {
  margin: 2.5rem auto;
}

/*Landing Page Styles*/

.call.show {
  margin: 2.5rem auto;
}

.showbutton {
  margin: 2.5rem auto;
  background-color: #ed0c4c;
  color: #fff;
  height: 50px;
  width: 140px;
  border: none;
}

.showbutton:focus {
  outline: none;
}

.welcomeHeader {
  font-size: 1.4rem;
}

.welcomeSubHeader {
  font-size: 1.4rem;
}

#bad {
  color: #ff0000;
}

.submitButton {
  font-size: 0.9rem;
}

/*Claim Page Styles*/

.bannerImage {
  max-width: 100%;
  height: auto;
}

.cardImage img {
  width: 70%;
}

.claimMessage {
  width: 100%;
  border: 2px solid #000000;
  line-height: 1.5;
  padding: 0.5rem;
}

.contentHeader {
  font-weight: bold;
}

.giftCard {
  width: 100%;
}

.cardInfo {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.tooltip-inner {
  font-style: italic;
}

.terms {
  width: 100%;
  margin: 1.5rem auto 0;
}

.fa-li i::before {
  width: 25px;

  border: 1px solid #ed0c4c;
  border-radius: 999px;
  display: inline-block;
  text-align: center;
  padding: 4px;
}

.fa-li {
  color: #ed0c4c;
}

.termsHeader {
  font-weight: bold;
}

.redeemSubheader {
  font-weight: bold;
  margin-left: 1rem;
}

.printButton {
  margin: 1rem auto;
  background-color: #ed0c4c;
  color: #fff;
  height: 50px;
  width: 140px;
  border: none;
}

.googlePayButton {
  max-width: 240px;
  height: auto;
}

.thirdPartyWalletButton {
  background: none;
  border: 0;
  margin: 1em;
  min-height: 45px;
  padding: 0;
}

.thirdPartyWalletButton:hover {
  cursor: pointer;
}

.fsSmall {
  font-size: 10pt;
}

.fsMedium {
  font-size: 17pt;
}

.fsLarge {
  font-size: 32pt;
}

/*Error Page Styles*/

.errorHeader {
  font-size: 2.5rem;
  color: #ff0000;
  font-weight: bolder;
}

.errorDetails {
  font-size: 12pt;
}

/*Media Queries*/

@media (min-width: 425px) {
  .fsSmall {
    font-size: 8pt;
  }

  .fsMedium {
    font-size: 14pt;
  }

  .fsLarge {
    font-size: 32pt;
  }

  .mobile-break {
    display: inline;
  }

  .cardInfoContainer {
    width: 80%;
  }
}

@media (min-width: 576px) {
  .cardImage img {
    max-width: 45%;
  }

  .fsSmall {
    font-size: 10pt;
  }

  .fsMedium {
    font-size: 16pt;
  }

  .fsLarge {
    font-size: 28pt;
  }

  .mobile-break {
    display: inline;
  }

  .container {
    width: 75%;
  }

  .claimMessage {
    width: 85%;
  }

  .cardInfoContainer {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .cardImage img {
    max-width: 25%;
  }

  .fsSmall {
    font-size: 12pt;
  }

  .fsMedium {
    font-size: 18pt;
  }

  .fsLarge {
    font-size: 24pt;
  }

  .mobile-break {
    display: none;
  }

  .claimMessage {
    width: 55%;
  }

  .cardInfoContainer {
    width: 30%;
  }
}

.printNoDisplay {
	display: block;
}

.printDisplay {
	display: none;
}

@media print {
  .cardImage img {
    width: 20%;
  }

  .giftCard {
    width: 60%;
  }

  #copyIcon {
    display: none;
  }

  .cardInfoContainer {
    width: 30%;
  }

  #chatContainer {
    display: none;
  }

	.footer, .printNoDisplay {
		display: none;
	}

	.printDisplay {
		display: block;
	}

	.printDFlex {
		display: flex;
	}

  .claimMessage {
    width: 55%;
  }

	#cardImgCol {
		margin-left: 60px;
	}

	#headerPrintLogo {
		max-width: 210px;
	}
}

/* Safari Overrides */

/* Correcting problems with Safari rendering extra space for Bootstrap columns floating within .row elements */
.row:after,
.row:before {
  height: 0;
  width: 0;
}
