a.fb-share-button {
    top: -5px;
}a.fb-share-button {
    top: -5px;
a.fb-share-button {
    top: -5px;
}}a.fb-share-button {
    top: -5px;
}a.fb-share-button {
    top: -5px;
}@charset "UTF-8";
/* CSS Document */

/*account info*/
.accountInfo .enterButton {
    float: none !important;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.accountInfo .rounded {
    width: 100px;
    height: 100px;
    border-radius: 50px;
	float: none !important;
	margin: 0 auto;
	background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #434343); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*account info end*/

body {
	font-weight: 200;
}

.subButton {
    border: solid 1px #469e46;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.showStocks {
    height: 220px;
    overflow: hidden;
	background-color:#FFF;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.noMarginTop {
	margin-top: 0px;
}

.fixIt {
	position:fixed;
}

.moveToZero {
    transform: translateY(0%) !important;
	visibility: visible !important;
}

#menuTop {
    position: absolute;
    background-color: #000;
    height: 50%;
    z-index: 100;
    width: 100%;
    top: 0px;
    transform: translateY(-200%);
}

#menuBottom {
    position: absolute;
    background-color: #000;
    height: 50%;
    z-index: 100;
    width: 100%;
    bottom:0px;
    transform: translateY(100%);
}


#menuTop, #menuBottom {
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	visibility: hidden;
}

#hamburger:before, #hamburger:after, #hamburger span {
	background: #fff !important;
	content: '';
	display: block;
	width: 35px;
	height: 3px;
	position: absolute;
	cursor: pointer;
}
#hamburger:before {
	top: 11px;
	width: 85%;
	padding: 1px 0px;
}
#hamburger span {
	top: 23px;
	width: 85%;
	padding: 1px 0px;
}
#hamburger:after {
	top: 35px;
	width: 85%;
	padding: 1px 0px;
}

#hamburger {
    width: 55px;
    position: absolute;
    right: 10px;
    top: 0px;
	display: none;
	cursor: pointer;
	background-color: #000;
	height: 48px;
	z-index: 101;
}

.logo {
	width:170px;
	float:left;
	margin: 0px 20px;
}
.usernameBackColor {
    background-color: #efefef;
	border: solid 1px #e0e0e0;
	border-radius: 8px;
}

input {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 13px;
}

.container {
	width: 98%;
}

.playFor .loginBlock {
    width: 50%;
    margin: 0 auto;
}

.playIn {
    padding: 90px 100px;
    text-align: center;
    color: #FFF;
}

.contestTable {
	border: 1px solid rgba(0,0,0,0.12);
}

.contestTableOverFlow {
    overflow: scroll;
    height: 540px;
}

.enterButton {
    background: #008000;
    background: linear-gradient(90deg, rgb(54, 171, 54) 0%, rgba(31,182,31,1) 35%, rgb(64, 210, 64) 100%);
    color: #FFF;
    padding: 10px 20px;
    border-radius: 8px;
    width: 140px;
}

.mainLinks li {
    margin-right: 20px;
}

.createLinks {
    margin-left: 40px;
}

.createLinks li {
    margin-left: 20px;
}

.rounded {
    width: 25px;
    height: 25px;
    border-radius: 25px;
}

.userDeposit {
    width: 200px;
	position:relative;
}

#usernameClickMenu {
    position: absolute;
    padding: 10px 10px 10px 10px;
    top: 63px;
    display:none;
    width: 100%;
    right: -1px;
    border-radius: .5rem;
}

a.depositButton {
    width: 100%;
    background-color: green;
    background: linear-gradient(90deg, rgb(54, 171, 54) 0%, rgba(31,182,31,1) 35%, rgb(64, 210, 64) 100%);
    border-radius: 8px;
    text-align: center;
    color: #FFF;
    padding: 2px;
    margin-bottom: 6px;
}
.topHeader {
    padding: 10px 0px;
    position: relative;
    z-index: 200;

	background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #434343); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.usernameLink {
    margin-left: 5px;
    cursor: pointer;
}
.bottomTicker {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
	z-index: 101;
}

.closeBtn {
    background-color: #FFF;
    padding: 0px;
    border-radius: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    font-size: 12px;
    left: 10px;
    top: 6px;
    cursor: pointer;
}

#inMobileMenu {
		visibility: hidden;
		opacity: 0.0;
	-webkit-transition: none 1.5s ease 0.3s;
	transition: none 1.5s ease 0.3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	position: absolute;
	z-index: 300;
	top: -500px;
	}

#inMobileMenu ul a {
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #FFF;
}

#hamburger span, #hamburger span:before, #hamburger span:after {
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	transform: rotate( 180deg);
	-webkit-transform: rotate( 180deg);
}

#hamburger.open span {
	opacity: 0;
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
	transform: rotate( 180deg);
	-webkit-transform: rotate( 180deg);
}
#hamburger.open:before {
	transform: rotate( 45deg);
	-webkit-transform: rotate( 45deg);
	top:22px;
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}
#hamburger.open:after {
	top: 23px;
	transform: rotate( -45deg);
	-webkit-transform: rotate( -45deg);
	-webkit-transition: none 0.5s ease 0.3s;
	transition: none 0.5s ease 0.3s;
	-webkit-transition-property: all;
	transition-property: all;
}

#alert {
    /* position: sticky; */
    margin-bottom: 0.5rem;
    font-weight: 400;
    /* top: 0.5rem; */
    font-size: 16px;
}

.ad-section{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    height: 100%;
}

.ad-banner{
    height: 250px;
}

.p-0{
    padding: 0px !important;
}

.ad-wrapper{}

@media only screen and (max-width: 993px) {

	.mainLinks, .createLinks {display:none;}

	#hamburger {
		display: block;
	}

	.inMobileMenuAdd {
		top: 20% !important;
		left:10%;
		visibility: visible !important;
		opacity: 1.0 !important;
	}

	.logo {
		width: 140px;
	}
}

  .gift-cards-page {
      padding: 28px 0 80px;
  }

  /* ── Flash messages ── */
  .gc-flash {
      padding: 12px 18px;
      border-radius: 4px;
      font-size: 0.88rem;
      margin-bottom: 20px;
  }

  .gc-flash-success {
      background-color: #1b3d1b;
      color: #b6f0b6;
      border-left: 4px solid #36ab36;
  }

  .gc-flash-error {
      background-color: #3d1b1b;
      color: #f0b6b6;
      border-left: 4px solid #e53935;
  }

  /* ── Heading ── */
  .gift-cards-heading {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 24px;
  }

  .gift-cards-title {
      font-family: 'Nunito', sans-serif;
      font-size: 1.35rem;
      font-weight: 300;
      color: #e0e0e0;
      margin: 0;
      letter-spacing: 0.4px;
  }

  .gift-cards-coins {
      color: #888;
      font-size: 0.83rem;
  }

  .gift-cards-coins strong {
      color: #40d240;
      font-weight: 700;
  }

  .gift-cards-empty {
      color: #888;
      font-size: 0.88rem;
      padding: 12px 0;
  }

  /* ── Cards ── */
  .gift-card-card {
      background-color: #2a2a2a !important;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 6px !important;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) !important;
      margin-bottom: 0 !important;
      transition: box-shadow 0.2s, border-color 0.2s;
      height: 100%;
  }

  .gift-card-card:hover {
      box-shadow: 0 4px 18px rgba(0, 0, 0, 0.6) !important;
      border-color: rgba(64, 210, 64, 0.22);
  }

  .gift-card-body {
      padding: 20px !important;
      display: flex;
      flex-direction: column;
      height: 100%;
  }

  /* ── Brand row ── */
  .gift-card-brand-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 16px;
  }

  .gift-card-brand-image {
      width: 44px;
      height: 44px;
      object-fit: contain;
      border-radius: 6px;
      background-color: #383838;
      padding: 4px;
      flex-shrink: 0;
  }

  .gift-card-brand-name {
      font-size: 0.95rem;
      font-weight: 600;
      color: #e0e0e0;
      margin: 0 0 3px;
      line-height: 1.3;
  }

  .gift-card-brand-amount {
      color: #888;
      font-size: 0.8rem;
  }

  /* ── Stat rows ── */
  .gift-card-stat-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
  }

  .gc-stat-label {
      color: #777;
      font-size: 0.8rem;
  }

  .gift-card-cost {
      color: #40d240;
      font-size: 0.88rem;
      font-weight: 700;
  }

  /* ── Badges ── */
  .gc-badge {
      display: inline-block;
      font-size: 0.73rem;
      padding: 3px 10px;
      border-radius: 30px;
      font-weight: 600;
      letter-spacing: 0.3px;
      line-height: 1.6;
  }

  .gc-badge-success {
      background: #1b3d1b;
      color: #6ee36e;
  }

  .gc-badge-warning {
      background: #4d3a1b;
      color: #f0c070;
  }

  .gc-badge-primary {
      background: #1a2d4a;
      color: #6ab0f0;
  }

  .gc-badge-secondary {
      background: #2e2e2e;
      color: #888;
  }

  .gc-badge-danger {
      background: #3d1b1b;
      color: #f07070;
  }

  /* ── Actions ── */
  .gift-card-actions {
      margin-top: auto;
      padding-top: 14px;
  }

  .gift-card-action {
      display: block;
      width: 100%;
      background: linear-gradient(90deg, rgb(54, 171, 54) 0%, rgba(31, 182, 31, 1) 35%, rgb(64, 210, 64) 100%);
      color: #fff !important;
      border: none;
      border-radius: 6px !important;
      padding: 9px 16px;
      font-size: 0.83rem;
      font-family: 'Nunito', sans-serif;
      font-weight: 700;
      cursor: pointer;
      text-align: center;
      letter-spacing: 0.3px;
      box-shadow: none !important;
      transition: opacity 0.15s, box-shadow 0.15s;
      line-height: 1.5;
      height: auto !important;
  }

  .gift-card-action:hover {
      opacity: 0.88;
      box-shadow: 0 2px 12px rgba(64, 210, 64, 0.35) !important;
  }

  .gift-card-action:disabled,
  .gift-card-action[disabled] {
      opacity: 0.38;
      cursor: not-allowed;
      pointer-events: none;
  }

  .gift-card-claimed {
      display: block;
      width: 100%;
      text-align: center;
      background: #1a2d4a;
      color: #6ab0f0;
      border-radius: 6px;
      padding: 9px 16px;
      font-size: 0.83rem;
      font-weight: 600;
  }

  /* ── Section divider ── */
  .gc-divider {
      height: 1px;
      background: rgba(255, 255, 255, 0.07);
      margin: 32px 0 24px;
  }

  .gift-cards-subtitle {
      font-family: 'Nunito', sans-serif;
      font-size: 1.05rem;
      font-weight: 300;
      color: #a0a0a0;
      margin: 0 0 18px;
      letter-spacing: 0.4px;
  }

  .gift-card-meta {
      color: #555;
      font-size: 0.78rem;
      margin: 6px 0 0;
  }

  /* ── Row gutter — Materialize adds bottom margin to .row ── */
  .gift-cards-grid {
      margin-bottom: 0 !important;
  }

  .gift-cards-grid .col {
      margin-bottom: 16px;
  }
