/*
*	Common Variables & Mixins
*/
/*
*	Colors
*/
/*
*	Input Colors
*/
/*
*	Button Colors
*/
#bet-card {
  display: none;
  color: #201e1f;
  border-radius: 6px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #008040;
  margin-left: 10px;
}
#bet-card .no-padding {
  padding-left: 0;
  padding-right: 0;
}
#bet-card .reduced-padding {
  padding-left: 10px;
  padding-right: 10px;
}
#bet-card h2 {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'blockletter';
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
#bet-card h2:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 10px;
  width: 28px;
  height: 19px;
  background: transparent url('/content/dam/alc/images/static/sprites/ALC-Sprite.png') no-repeat -93px -674px;
}
#bet-card .pay-button .tooltip.top {
  width: 180px;
}
.lang-fr #bet-card-my-wager .textfield {
  margin-left: 0;
}
.lang-fr #bet-card-my-wager .textfield input {
  width: 94px;
}
.lang-fr #bet-card-my-wager .textfield label {
  left: 128px;
  top: 1px;
}
.lang-fr #bet-card.stadium #popover {
  top: -70px !important;
  max-width: 250px;
  width: max-content !important;
  white-space: normal;
}
.lang-fr #stakeContainerFooter input {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .lang-fr #stakeContainerFooter input {
    position: absolute;
    right: 26px;
  }
}
.lang-fr #stakeContainerFooter label {
  right: 0px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .lang-fr #stakeContainerFooter label {
    top: 21px;
    right: 0px;
  }
}
#bet-card-inner {
  background-color: #fff;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #bet-card-inner {
    max-height: 640px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
#bet-card-inner .clear-btn-container {
  text-align: right;
}
#bet-card-inner .clear-btn-container .clear-btn {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
#bet-card-inner .total-picks {
  margin-bottom: 0;
}
#bet-card-headers h3 {
  font-family: 'proxima_nova', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#bet-card-potential-winnings h3,
#bet-card-total-cost h3 {
  font-family: 'proxima_nova', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 25px 0 4px;
}
#bet-card-potential-winnings .potential-winnings,
#bet-card-total-cost .potential-winnings,
#bet-card-potential-winnings .total-cost,
#bet-card-total-cost .total-cost {
  font-size: 34px;
}
#bet-card-total-cost .border {
  width: 100%;
  height: 0px;
  padding-top: 1px;
  border-top: 1px solid #e1e1e1;
}
#bet-card-potential-winnings .header .border {
  width: 100%;
  height: 1px;
  padding-top: 1px;
  border-top: 1px solid #e1e1e1;
}
#bet-card-my-wager {
  margin-bottom: 20px;
}
#bet-card-my-wager h3 {
  font-family: 'proxima_nova', 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 5px 0 5px;
}
#bet-card-my-wager .textfield {
  margin-left: 15px;
}
#bet-card-my-wager .textfield label {
  display: block;
  position: absolute;
  margin-left: -15px;
  margin-top: 8px;
}
#bet-card-combos .border {
  width: 100%;
  height: 0px;
  padding-top: 1px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
#bet-card-combos .checkbox {
  margin: 0 0 45px;
}
#bet-card-ctas .button.gray.arrow-button {
  margin-top: 10px;
}
#bet-card-ctas .row:first-of-type {
  padding-bottom: 25px;
}
#bet-card-ctas .pay-button,
#bet-card-ctas .checkout-button {
  position: relative;
  max-width: 325px;
  float: none;
  margin: 0 auto;
}
#bet-card-ctas .pay-button .btn-help,
#bet-card-ctas .checkout-button .btn-help {
  position: absolute;
  top: -5px;
  right: -5px;
}
.bet-card-item {
  margin-bottom: 8px;
}
.bet-card-item .bet-card-content {
  background-color: #f9f9fa;
}
.bet-card-item .bet-card-content .teams,
.bet-card-item .bet-card-content .league,
.bet-card-item .bet-card-content .date,
.bet-card-item .bet-card-content .pick {
  font-size: 14px;
  margin-right: -7px;
}
.bet-card-item span {
  display: block;
}
.bet-card-item .event,
.bet-card-item .pick,
.bet-card-item .odds {
  font-weight: bold;
}
.bet-card-item .btn-clear {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  background: url('/content/dam/alc/images/static/sprites/ALC-Sprite.png') no-repeat -29px -673px;
}
#mobileBetCardOverlay {
  overflow-y: scroll;
  margin-bottom: 65px;
}
#mobileBetCardOverlay #bet-card {
  display: block;
  margin: 0;
}
#mobileBetCardOverlay .close {
  position: absolute;
  top: 5px;
  right: 18px;
  z-index: 2;
  color: #fff;
  opacity: 1;
  background-color: #aebbc7;
  width: 37px;
  height: 37px;
  text-align: center;
  border-radius: 20px;
}
#mobileBetCardOverlay .close span {
  font-size: 16px;
}
#bet-card.stadium .checkbox input#combo_1,
#bet-card.stadium label[for="combo_1"] {
  display: none;
}
#bet-card.stadium #bet-card-ctas .button.orange.arrow-button {
  margin-top: 10px;
}
#bet-card.stadium #bet-card-ctas .row:first-of-type {
  padding-bottom: 0;
}
#bet-card.stadium #popover {
  color: red;
  top: -50%;
  left: 95%;
  display: none;
  width: 150px;
}
@media (min-width: 768px) {
  #betcard {
    position: sticky;
    top: 25px;
  }
  #bet-card {
    display: block;
  }
}
/*
    Desktop Breakpoint
*/
@media (min-width: 992px) {
  #bet-card {
    display: block;
  }
  #bet-card #bet-card-ctas {
    margin: 0 35px;
  }
}
