/**
 *	Draw Page Styles
 */
/**
 *	Master Variables File
 *	This file holds all the includes that can be the included into other files.
 *	It is imperative that all files under the variable banner do not contain any
 *	code.
 */
/**
 *	Defaults
 */
/*
 *	These are the variables taken from screen.scss.
 */
/**
 *	Just for the Focus Area. A very simple mixin that's all frivolous.
 *  It's no longer frivolous Liam, it has a purpose now, leave it alone.
 */
/**
 *	Button
 */
/**
 *	Form Button Mixin
 */
/**
 *	Screen Width
 */
/**
 *	Mixin's defined for the whole project.
 */
/* line 8, ../../sass/pages/DrawPage.scss */
.DrawPage .lotto-name {
  color: white;
  margin-bottom: 10px;
}
/* line 12, ../../sass/pages/DrawPage.scss */
.DrawPage .draw-list-image {
  height: 125px;
}
/* line 15, ../../sass/pages/DrawPage.scss */
.DrawPage .panel-body {
  background: #581A95;
  border-radius: 10px;
}
/* line 19, ../../sass/pages/DrawPage.scss */
.DrawPage .focus-panel.picker {
  background: #310F4C !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  /* line 23, ../../sass/pages/DrawPage.scss */
  .DrawPage .prize .ticket-container {
    text-align: center;
  }
}
/* line 29, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .pagination.bootpag, .DrawPage .RAFFLEDRAW .pagination.bootpag {
  background: transparent;
  border: none;
  margin: -15px 0 10px 0;
}
/* line 34, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .pagination.bootpag li > a, .DrawPage .RAFFLEDRAW .pagination.bootpag li > a {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  margin: 0 2px;
  min-width: 0;
  padding: 4px 10px;
  line-height: 1.4;
  text-align: center;
  transition: background 0.15s, color 0.15s;
}
/* line 46, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .pagination.bootpag li > a:hover, .DrawPage .Raffle .pagination.bootpag li > a:focus, .DrawPage .RAFFLEDRAW .pagination.bootpag li > a:hover, .DrawPage .RAFFLEDRAW .pagination.bootpag li > a:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 53, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .pagination.bootpag li.active > a, .DrawPage .RAFFLEDRAW .pagination.bootpag li.active > a {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  font-weight: bold;
  cursor: default;
}
/* line 61, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .pagination.bootpag li.disabled > a, .DrawPage .RAFFLEDRAW .pagination.bootpag li.disabled > a {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
/* line 69, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .tickets, .DrawPage .RAFFLEDRAW .tickets {
  margin-top: 0 !important;
}
/* line 73, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line, .DrawPage .RAFFLEDRAW .raffle-line {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 12px;
}
/* line 80, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line:last-child, .DrawPage .RAFFLEDRAW .raffle-line:last-child {
  border-bottom: none;
}
/* line 82, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line__draw, .DrawPage .RAFFLEDRAW .raffle-line__draw {
  flex: 1 1 auto;
  min-width: 0;
}
/* line 86, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line__draw strong, .DrawPage .RAFFLEDRAW .raffle-line__draw strong {
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 93, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line__meta, .DrawPage .RAFFLEDRAW .raffle-line__meta {
  font-size: 0.8em;
  opacity: 0.7;
}
/* line 98, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line__numbers, .DrawPage .RAFFLEDRAW .raffle-line__numbers {
  flex: 0 0 auto;
  text-align: right;
}
/* line 102, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line__numbers .raffle-number, .DrawPage .RAFFLEDRAW .raffle-line__numbers .raffle-number {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 2px 7px;
  font-weight: bold;
  font-size: 1em;
  margin: 2px 2px 2px 0;
}
/* line 113, ../../sass/pages/DrawPage.scss */
.DrawPage .Raffle .raffle-line__price, .DrawPage .RAFFLEDRAW .raffle-line__price {
  flex: 0 0 60px;
  text-align: center;
  font-size: 1em;
  opacity: 0.85;
}
