.board_6of49 {
	/* background-color: white; */
	min-width: 260px;
	font-family: Verdana;
	font-size: 16pt; 
	user-select:none;
	text-align:center;
	margin-bottom: 20px;
}
.board_6of49 table.tickets {
	max-width: 90%;
	min-width: 80%;
}
.board_6of49 table.hits {
	display: inline-block;
}
.board_6of49 .cards {
	display: flex;
	flex-wrap: wrap;	
}
.board_6of49 .card {
	color: black;
	height: 360px;
	width: 222px;
	max-width: 222px;
	border: 1px solid transparent;
	display: flex;
	flex-direction: column;
	text-align:center;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	flex: 208px;
}
.board_6of49 .loaded {
	background-color: white;
	background-image: url(res/bg.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid lightgray;
}
.board_6of49 .card_title {
	font-size: 1em;
	text-align: left;
}
.board_6of49 select.games {
	background-color:white;
	font-size: 14pt;
	font-weight: bold;
	padding: 4px 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.board_6of49 .boxes {
	/* background-color: #EEE; */
	color: darkgreen;
	font-weight: bold;
	height:100%;
	display: grid;
	grid-template-columns: repeat(7, 28px);
	grid-column-gap: 4px;  
	grid-template-rows: repeat(7, 28px);
	grid-row-gap: 4px;  
	text-align:center;
	padding-top:4px;
}
.board_6of49 .box {
	background-color: #EEE;
	opacity: 0.8;
	font-family: helvetica;
	border: 1px solid white;
}
.board_6of49 .box:hover {
	background-color: blue;
	color: white;
}
.board_6of49 .superzahl_container {
	display: block;
	width: 100%;
	background-color: white;
	font-size: 14pt;
	text-align:center;
}
.board_6of49 .superzahl_select {
	border:2px solid brown;
	background-color: white;
	width: 60px;
	margin-bottom: 10px;
	padding: 2px 10px;
	font-size: 22px;
}
.board_6of49 .panel_choices {
	height:100%;
	text-align:center;
	padding-top:4px;
}
.board_6of49 .panel_choices label {
	display: block;
	margin: 20px 10px;
	padding: 20px;
	border:1px solid gray;
}
.board_6of49 label:has(input.choices[type="checkbox"]:checked) {
	background-color: lime ! important;
	font-weight: bold;
	border:2px solid yellow;
}
.board_6of49 input.choices[type="checkbox"] {
	display:none;
}
.board_6of49 .amount_container {
	display: block;
	width: 100%;
	font-size: 14pt;
	text-align:center;
}
.board_6of49 .amount_input {
	border:2px solid brown;
	background-color: white;
	width: 80%;
	margin-bottom: 10px;
	padding: 2px 10px;
	font-size: 22px;
	text-align:center;
}
.board_6of49 .days {
	display: block;
	min-height:30px;
	margin: 10px;
}
.board_6of49 .days label {
	display: block;
	min-width: 150px;
	max-width: 50%;
	margin: 10px auto;
	padding: 4px 10px;
	background-color: lightgray;
	font-weight: bold;
	font-size: 12pt ! important;
}
.board_6of49 .repeat {
	display: block;
	min-height:30px;
	margin: 10px;
}
.board_6of49 .repeat select {
	margin: 10px;
	background-color: lightgray;
	padding: 4px 10px;
	font-weight: bold;
}
.board_6of49 .checkout {
}
.board_6of49 .summary {
	container-type: inline-size;
	/* background-color: lightgray; */
	min-height:80px;
	text-align: center;
}
.board_6of49 .summary table { 
	font-size: 10pt;
}
.board_6of49 .summary table td { text-align: left; }
.board_6of49 .summary table tbody tr:nth-child(odd) { 
	background-color: #CFC;
}
.board_6of49 .summary table tbody tr:nth-child(even) { 
	background-color: #CFA;
}
.board_6of49 .summary_info {
	padding-top: 20px;
	display: flex; 
	justify-content: center;	
	padding-bottom: 20px;
}
.board_6of49 .summary_info table table tbody tr td {
	background-color: white;
	min-width: 2ch;
	border: 1px solid lightgray;
	border-radius:50px;
	text-align:center;
}
.board_6of49 .done_btn {
	font-size: 1em;
	font-weight: bold;
	color: black;
	padding: 4px 10px;
	margin-bottom: 20px;
}
.board_6of49 .lucky_btn {
	background-color: transparent;
	border-color: transparent;
}
.board_6of49 .delete_btn {
	margin: 6px;
	font-size: 1rem;
	font-weight: bold;
	background-color: pink;
	border-color: transparent;
	color: red;
	float: right;
}
.board_6of49 .add_btn {
	font-size: 1em;
	font-weight: bold;
	color: black;
	padding: 4px 10px;
	margin: 10px 0;
}
.board_6of49 .phone_info {
	font-size: 14pt ! important;
	color: red;
	justify-content: center;
	max-width: 220px;
	padding: 4px 10px;
}
.board_6of49 .payment_detail {
	padding-top: 20px;
	padding-bottom: 20px;
	justify-content: center;
}
.board_6of49 .payment_detail input {
	padding: 4px 10px;
	margin: 4px;
}
.board_6of49 .payment_detail button {
	padding: 4px 10px;
	margin: 4px;
}
.board_6of49 .payment_qris {
    display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.board_6of49 .payment_qris .qris_info {
	margin-bottom: 20px;
}
.board_6of49 .payment_qris .qris_info table tbody tr:nth-child(odd) { 
	background-color: #FFC;
}
.board_6of49 .payment_qris .qris_info table tbody tr:nth-child(even) { 
	background-color: #CFC;
}
.board_6of49 .qris_bg {
	container-type: inline-size;	
	background-color: white;
    display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: center;
}
.board_6of49 .qris {
	max-height:640px;
	max-width:460px;
	background-color: white;
	background-image: none;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.board_6of49 .payment_qris table td {
	text-align: left;
}
.board_6of49 .half_rounded {
}
.board_6of49 .left {
	text-align: left;
}
.board_6of49 .right {
	text-align: right;
}
.board_6of49 .hidden {
	display:none ! important;
}
.board_6of49 .invisible {
	visibility: hidden ! important;
}
.board_6of49 .inline {
	display: inline-block;
}
.board_6of49 .bold {
	font-weight: bold;
}
.board_6of49 .superzahl {
	background-color: black ! important;
	color: white;
	font-weight: bold;
}
.board_6of49 .highlight {
	background-color: #55fb48 ! important;
	color: black;
}
.board_6of49 .grayed {
	background-color: darkgray;
	color: darkblue;
}
.board_6of49 .error {
	color: red;
	font-size: 12pt;
	font-weight: bold;
}
.board_6of49 .red_bg {
	background-color: darkred ! important;
	color: white ! important;
	font-weight: bold;
}
.board_6of49 .merchant {
	background-color: yellow  ! important;
	color: black;
}
.board_6of49 .qris_info {
	color: black;
	text-align: left;
}
.board_6of49 .qris_info table tr {
	background-color: white;	
}
.board_6of49 .qris canvas {
	display: none;
}
.board_6of49 .info {
	background-color: black;
	color: yellow;
	padding: 10px;
	margin-bottom: 20px;
}
.board_6of49 .waiting {
	background-color: yellow;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	display: inline-block;
}
.board_6of49 td {
	padding: 2px 6px;
	text-align: center;
}
.board_6of49 th {
	padding: 2px 6px;
	text-align: center;
}
.grid_6of49 {
  background-color: darkgreen;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 20px;
}
.grid_6of49 div {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  animation: grid_6of49 1.2s linear infinite;
}
.grid_6of49 div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.grid_6of49 div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.grid_6of49 div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.grid_6of49 div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.grid_6of49 div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.grid_6of49 div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.grid_6of49 div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.grid_6of49 div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.grid_6of49 div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes grid_6of49 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@container (min-width: 400px) {
.board_6of49 .summary table { font-size: 14pt; }
}
