/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 1170px;
  position: relative;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Specific Template Style
 */


 body {
  background-color: #C22026;
  background-image: url(https://raffle.elwin.com.ph/wp-content/uploads/2023/02/assets_00.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}

.body-overlay {
  background-image: url(https://raffle.elwin.com.ph/wp-content/uploads/2023/02/assets_09.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  opacity: 0.3;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
}

.logo {
  display: inline-block;
  text-indent: -999%;
  overflow: hidden;
  width: 300px;
  height: 150px;
  background: transparent url(elwin_logo_raffle_white.png) top left / contain no-repeat
}
.nav-masthead .nav-link:hover {
  color:#fff;
}

 .drawOptions {
  background: #1d1d1d;
  padding: 50px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translateX(420px);
  -webkit-transform: translateX(420px);
  -moz-transform: translateX(420px);
  -ms-transform: translateX(420px);
  -o-transform: translateX(420px);
}

.drawOptions.openOptions {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

a.closeOptionWindow {
  position: absolute;
  top: 20px;
  right: 20px;
}

a.closeOptionWindow svg {
  fill: #ffffff
}

.raffle-digits h2,
.raffle-digits .separator {
  display:  inline-block;
}

.raffle-draw-prize-label {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.raffle-draw-prize-label .prize-label {
  display: block;
  font-size: 32px;
}



.raffle-digits .digit {
  font-size: 32px;
  font-family: 'Audiowide', cursive;
}
.raffle-digits .single-draw .digit {
  font-size: 240px;
  line-height: 240px;
  
}

.raffle-digits .draw-count .separator {
  display: inline-block;
  margin: 0 20px;
}
.raffle-digits h2.draw4 .digit {
  font-size: 55px !important;
}

.raffle-digits h2.draw3 .digit {
  font-size: 80px !important;
}

.raffle-digits h2.draw1 .digit {
  font-size: 140px !important;
}
.winnerDetails .winnerName {
  font-size: 28px;
  font-weight: bold;
}
.winnerDetails .winnerStatus {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.winnerDetails .winnerInfo {
  font-size: 18px;
  text-transform: uppercase;
}

main.px-3 {
  top: -100px;
  position: relative;
}
.col.fivethousand-prize {
  flex: 1 0 25%;
}

.draw-btn {
  display: flex;
  align-items: center;
  position: fixed;
  width: 150px;
  height: 150px;
  bottom: 20px;
  right: 10px;
}
.draw-btn .draw-now {
  border:0;
  width: 150px;
  height: 150px;
  background: #c00;
  border: 5px solid #c00;
  color:#fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100%;
  font-size:  26px;
  letter-spacing: 2px;
  transition: all 0.3s ease-out;
}
.draw-btn .draw-now:hover {
  background: #990000;
  border: 10px solid #c00;
}

.modal-content {
  text-shadow: none;
  color:#000
}

/* Winners List */
.list-group {
  text-shadow:  none;
  text-align: left;
}

a.for-revoke {
  background: #e11d48;
  border: 5px solid #fff;
  color: #fff;
  transition: all 0.2s ease-out;
}

a.for-revoke:hover {
  background: #881337;
  color:#fff;
}