@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Kanit', sans-serif;
}
html {
	scroll-behavior: smooth;
}
a:focus,
button:focus {
	outline-width: 0px;
}
.yellow {
	color: #fff568;
}
.color-red {
	color: #e60707;
}
.color-yellow {
	color: #ecd361;
}
.color-orange {
	color: #fc3d11;
}
.color-pink {
	color: #ae7300;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
a:hover,
button:hover {
	filter: brightness(110%);
}
a:disabled,
button:disabled {
	filter: grayscale(80%);
}
.float {
	animation: float_2462 2s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes float_2462 {
	0% {transform: translateY(0);}
	50% {transform: translateY(-6px);}
	100% {transform: translateY(0);}
}
.hvr-float {
	display: block;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
	transform: scale(105%) translateY(-5px);
}

body {
	font-family: "Mitr", sans-serif;
}
body.main-bg {
	background: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/main-bg.jpg") top center no-repeat #000;
	position: relative;
	min-height: 100vh;
}
body.index-bg {
	background: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/login-bg.jpg") top center no-repeat #000;
	/* background-size: cover; */
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* NAVBAR */
.main-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    color: #efefef;
    background-color: rgba(33, 4, 86, 0.7);
    z-index: 3;
}
.navbar-brand {
    position: relative;
}
.navbar-brand img {
    width: 120px;
}
.navbar-nav {
    margin: 0 auto;
}
.navbar-nav a.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 600;
    text-align: center;
    color: #efefef;
    font-size: 18px;
    transition: 0.1s;
}
.navbar-nav a.nav-item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
}
.navbar-nav a.nav-item.active,
.navbar-nav a.nav-item:hover,
.navbar-nav a.nav-item.active span,
.navbar-nav a.nav-item:hover span {
    color: #cfac5a !important;
}
.navbar-social a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #efefef;
    transition: 0.1s;
}
.navbar-social a:hover {
    background-color: #cfac5a;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.id-name {
    border: 2px solid #d610ed9c;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 14px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    color: #fff;
    background-color: #00000059;
}
.id-name span {
    padding-right: 10px;
    color: #ffffff;
    font-weight: 600;
}
.logout-btn {
    background: rgb(97, 21, 211);
    background: -moz-linear-gradient(45deg, #6115d3, #dd10ee, #dd10ee, #dd10ee);
    background: -webkit-linear-gradient(45deg, #6115d3, #dd10ee, #dd10ee, #dd10ee);
    background: linear-gradient(45deg, #6115d3, #dd10ee, #6115d3, #dd10ee);
    background-size: 300% auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.45s linear;
    color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 9px;
    border-left: 1px;
}
.logout-btn:hover {
    color: #ffffff !important;
    background-position: 100% 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0px 0px 2px 0px rgba(214, 67, 227, 0.6);
}
.point-reward {
	font-size: 14px;
	background: #00000059;
	border: 2px solid #d610ed9c;
	color: #ffffff;
	border-radius: 40px;
	margin-right: 24px;
}
.icon-small {
	vertical-align: bottom;
	width: 35px;
	margin-right: 8px;
}
.bonus-point {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 9px 14px 0px 20px;
}
.refresh-btn {
	background-color: #ffffff;
	width: auto !important;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 600;
	border-width: 0px;
}
.bonus-point .total-point {
	color: #fff401;
}
.btn-refresh {
	padding: 0px 2px;
	color: #ffffff;
}
.btn-refresh i {
	transform: rotate(0deg);
	transition: 1s;
	font-size: 16px;
	line-height: 1em;
}
.btn-refresh:hover,
.btn-refresh:active {
	color: rgb(251, 255, 0);
}
.btn-refresh:hover i,
.btn-refresh:active i {
	transform: rotate(360deg);
}
.main-logo-event {
	position: relative;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}
body.index-bg .main-logo-event {
	margin-top: 20px;
}
body.index-bg .main-logo-event img {
	width: 450px;
}
body.index-bg .ch-center {
	margin-top: 60px;
	margin-bottom: 60px;
}



.tooltip.custom-tooltip {
    background-color: #210456;
    color: white;
    padding: 5px 5px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1em;
 }
.tooltip.custom-tooltip .tooltip-inner{
    background-color: #210456;
 }
.rule-wrap {
	margin-bottom: 40px;
}
.rule-content {
	padding: 40px 30px;
	background-color: rgba(255, 255, 255, 1);
	background-image: none;
	border-radius: 10px;
	border: 2px solid #e8bb75;
}
.rule-content ul {
	position: relative;
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 0;
	color: #171717;
	position: relative;
	z-index: 1;
}
.rule-content ul li {
	font-weight: 300;
}
.rule-content ul li::marker {
	color: #ae7300;
}
.rule-content ul li:not(:last-child) {
	margin-bottom: 10px;
}
.rule-content ul a,
.rule-content ul a:visited {
	color: #ae7300;
	text-decoration: none;
	border: 1px solid #ae7300;
	border-radius: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.rule-content ul a:hover {
	color: #ffffff;
	background: #ae7300;
}
.rule-content h3 {
	color: #ae7300;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 30px;
}
.login-custom{
	margin-top: 50px;
}
/* footer */
footer {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: transparent;
}
footer p {
	padding-top: 15px;
	margin-bottom: 0;
	font-weight: 400;
	color: #efefef;
	font-size: 12px;
}
/*swal alert*/
.swal2-popup {
	position: relative;
	background-color: #ffffff !important;
	border: none !important;
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}
.swal2-popup .swal2-header {
	position: relative;
	z-index: 1;
}
.swal2-popup.confirmopen-popup .swal2-header {
	padding: 0 10px;
}
.swal2-popup.confirmopen-popup .swal2-image {
	position: relative;
	top: 0px;
	width: 280px;
	margin-top: 0;
	margin-bottom: 0px;
	z-index: 2;
}
.swal2-popup.not-angpao .swal2-image {
	width: 280px;
}
.swal2-content {
	color: #171717 !important;
	padding: 0px 10px !important;
	max-height: 320px !important;
	overflow-y: auto;
}
.swal2-icon.swal2-error {
	border-color: #ff0101 !important;
	color: #ff0101 !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	background-color: #ff0101 !important;
}
.swal2-title {
	font-size: 24px !important;
	color: #ae7300 !important;
	font-weight: 500 !important;
}
.swal2-icon.swal2-info {
	border-color: #ff0101 !important;
	color: #ff0101 !important;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
	background: rgba(0, 0, 0, 0.7) !important;
}
.swal2-styled:focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(100, 150, 200, 0) !important;
}
.swal2-content a {
	color: #ae7300 !important;
	font-weight: 500;
}
.modal-item {
	padding: 10px 10px;
	margin-bottom: 6px;
	background-color: rgb(236 236 236);
	border-radius: 6px;
}
.modal-item:nth-of-type(2n+0) {
	background-color: rgb(236 236 236);
}
.getitem-single .modal-item {
	padding: 15px 15px;
}
.modal-item:first-child {
	margin-top: 15px;
}
.modal-item-name {
	font-size: 14px;
}
.modal-item-name2 {
	margin-top: 0px;
	font-size: 24px;
}
.modal-item-pic {
	flex-basis: 60px;
}
.modal-item-pic img {
	width: 60px;
}
.modal-item-qty {
	color: #ae7300;
	font-size: 14px;
}
.modal-item-rarity {
	color: #ae7300;
	font-size: 13px;
	margin-bottom: 0;
}
.modal-item-trade {
	font-size: 13px;
	color: #ae7300;
}
.swal2-styled.swal2-confirm {
	background-color: #ae7300 !important;
	color: #ffffff !important;
	font-size: 1.0625em;
	border: 0px solid #a75b22 !important;
	border-radius: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
	width: 140px;
}
.swal2-styled.swal2-confirm:hover {
	filter: brightness(120%) !important;
    background-color: #ae7300 !important;
    color: #ffffff !important;
}
.swal2-cancel.swal2-styled {
	background-color: transparent !important;
	color: #5a5a5a !important;
	font-size: 1.0625em;
	border: 2px solid #5a5a5a !important;
	border-radius: 40px !important;
	padding-left: 20px;
	padding-right: 20px;
	width: 140px;
}
.swal2-cancel.swal2-styled:hover {
	background-color: #5a5a5a !important;
	color: rgb(194, 194, 194) !important;
}
.close-btn {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	pointer-events: none;
}
.history{
	color: #ffcc00;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: rgb(0 0 0) 2px 3px 2px;

}
.history:hover{
	filter: brightness(120%);
}
.history a{
    color: #ffcc1d;
	text-decoration: none;

}
.history-btn {
	background-color: transparent;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.history-btn:hover {
	color: rgb(255, 73, 73);
}
.history-box {
	background: none;
	background-color: #ffffff;
	border: 0px solid #c67739 !important;
	padding: 20px 20px 30px 20px;
	margin-top: 30px;
}
.modal-body-history {
	padding: 0;
	font-size: 16px;
	margin-bottom: 15px;
	overflow-y: scroll;
	height: 320px;
	border: 2px solid #c9c9c945;
    padding: 0px 10px;
}
.modal-content {
	text-align: center;
	color: #121212;
}
.modal-header {
	color: #ffffff;
	display: inline-block;
	font-size: 24px;
	border: none;
	padding-bottom: 15px;
	background-color: #ae7300;
}
.history-box .items-name {
	text-align: left;
	font-size: 13px;
	color: #121212;
	font-weight: 500;
}
.history-box .date {
	text-align: right;
	width: 100px;
	font-size: 12px;
	color: #121212;
	font-weight: 500;
}
.thead-dark {
	font-size: 14px;
}
.table {
	margin-bottom: 0;
}
.table td,
.table th {
	padding: 10px 5px;
	border-bottom: 1px solid #34383c;
	border-top: 0;
}
.btn-blue-modal {
	width: 120px;
	height: 45px;
	border-radius: 30px;
	color: #ffffff;
	background-color: #ae7300 ;
	border: none;
	cursor: pointer;
	outline: none !important;
	font-size: 20px;
	margin-top: 15px;
}
.page-select {
	display: inline-block;
	margin: 0 auto;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #363636;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ae7300;
	border-color: #ae7300;
}
.page-link:hover {
	color: #fff;
	background-color: #ae7300;
	border-color: #ae7300;
}
.page-item.disabled .page-link {
	color: #ffffff;
	pointer-events: none;
	cursor: auto;
	background-color: #000000c7 !important;
	border-color: #d610ed9c !important;
}



/* dice-sections */

  section.container div#board {
	background-color: transparent;
    position: relative;
    width: 480px;
    height: 480px;
    transform: translate(0%, 0%);
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
	background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/center-borad.png");
  }
  section.container div#board i#piece {
	color: skyblue;
	font-size: 32px;
	position: absolute;
	top: 50px;
	left: 50px;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	background-image: url(https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/chess.png);
    width: 50px;
    height: 50px;

  }
  section.container div#board div.cell {
	height: 96px;
	width: 96px;
	border: 0px solid darkslategray;
  }
  section.container div#board div.top,
  section.container div#board div.bottom {
	display: flex;
	flex-direction: row;
  }
  section.container div#board div.center {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
  }
  section.container div#board div.center div.left,
  section.container div#board div.center div.right {
	diplay: flex;
	flex-direction: column;
  }
  
  div.dice-wrapper {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .dice {
	align-items: center;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
	grid-template-rows: auto;
	justify-items: center;
	padding: 0rem;
	perspective: 600px;
  }
  
  .die-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	height: 6rem;
	list-style-type: none;
	transform-style: preserve-3d;
	width: 6rem;
	margin-left: -60px;
	
  }
  
  .even-roll {
	transition: transform 1.5s ease-out;
  }
  
  .odd-roll {
	transition: transform 1.25s ease-out;
  }
  
  .die-item {
	background-color: #ffffffa8;
	box-shadow: inset -0.35rem 0.35rem 0.75rem rgba(0, 0, 0, 0.3), inset 0.5rem -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
	display: grid;
	grid-column: 1;
	grid-row: 1;
	grid-template-areas: "one two three" "four five six" "seven eight nine";
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	height: 100%;
	padding: 1rem;
	width: 100%;
  }
  
  .dot {
	align-self: center;
	background-color: #676767;
	border-radius: 50%;
	box-shadow: inset -0.15rem 0.15rem 0.25rem rgba(0, 0, 0, 0.5);
	display: block;
	height: 1.25rem;
	justify-self: center;
	width: 1.25rem;
  }
  
  .even-roll[data-roll="1"] {
	transform: rotateX(360deg) rotateY(720deg) rotateZ(360deg);
  }
  
  .even-roll[data-roll="2"] {
	transform: rotateX(450deg) rotateY(720deg) rotateZ(360deg);
  }
  
  .even-roll[data-roll="3"] {
	transform: rotateX(360deg) rotateY(630deg) rotateZ(360deg);
  }
  
  .even-roll[data-roll="4"] {
	transform: rotateX(360deg) rotateY(810deg) rotateZ(360deg);
  }
  
  .even-roll[data-roll="5"] {
	transform: rotateX(270deg) rotateY(720deg) rotateZ(360deg);
  }
  
  .even-roll[data-roll="6"] {
	transform: rotateX(360deg) rotateY(900deg) rotateZ(360deg);
  }
  
  .odd-roll[data-roll="1"] {
	transform: rotateX(-360deg) rotateY(-720deg) rotateZ(-360deg);
  }
  
  .odd-roll[data-roll="2"] {
	transform: rotateX(-270deg) rotateY(-720deg) rotateZ(-360deg);
  }
  
  .odd-roll[data-roll="3"] {
	transform: rotateX(-360deg) rotateY(-810deg) rotateZ(-360deg);
  }
  
  .odd-roll[data-roll="4"] {
	transform: rotateX(-360deg) rotateY(-630deg) rotateZ(-360deg);
  }
  
  .odd-roll[data-roll="5"] {
	transform: rotateX(-450deg) rotateY(-720deg) rotateZ(-360deg);
  }
  
  .odd-roll[data-roll="6"] {
	transform: rotateX(-360deg) rotateY(-900deg) rotateZ(-360deg);
  }
  
  [data-side="1"] {
	transform: rotate3d(0, 0, 0, 90deg) translateZ(3rem);
  }
  
  [data-side="2"] {
	transform: rotate3d(-1, 0, 0, 90deg) translateZ(3rem);
  }
  
  [data-side="3"] {
	transform: rotate3d(0, 1, 0, 90deg) translateZ(3rem);
  }
  
  [data-side="4"] {
	transform: rotate3d(0, -1, 0, 90deg) translateZ(3rem);
  }
  
  [data-side="5"] {
	transform: rotate3d(1, 0, 0, 90deg) translateZ(3rem);
  }
  
  [data-side="6"] {
	transform: rotate3d(1, 0, 0, 180deg) translateZ(3rem);
  }
  
  [data-side="1"] .dot:nth-of-type(1) {
	grid-area: five;
  }
  
  [data-side="2"] .dot:nth-of-type(1) {
	grid-area: one;
  }
  
  [data-side="2"] .dot:nth-of-type(2) {
	grid-area: nine;
  }
  
  [data-side="3"] .dot:nth-of-type(1) {
	grid-area: one;
  }
  
  [data-side="3"] .dot:nth-of-type(2) {
	grid-area: five;
  }
  
  [data-side="3"] .dot:nth-of-type(3) {
	grid-area: nine;
  }
  
  [data-side="4"] .dot:nth-of-type(1) {
	grid-area: one;
  }
  
  [data-side="4"] .dot:nth-of-type(2) {
	grid-area: three;
  }
  
  [data-side="4"] .dot:nth-of-type(3) {
	grid-area: seven;
  }
  
  [data-side="4"] .dot:nth-of-type(4) {
	grid-area: nine;
  }
  
  [data-side="5"] .dot:nth-of-type(1) {
	grid-area: one;
  }
  
  [data-side="5"] .dot:nth-of-type(2) {
	grid-area: three;
  }
  
  [data-side="5"] .dot:nth-of-type(3) {
	grid-area: five;
  }
  
  [data-side="5"] .dot:nth-of-type(4) {
	grid-area: seven;
  }
  
  [data-side="5"] .dot:nth-of-type(5) {
	grid-area: nine;
  }
  
  [data-side="6"] .dot:nth-of-type(1) {
	grid-area: one;
  }
  
  [data-side="6"] .dot:nth-of-type(2) {
	grid-area: three;
  }
  
  [data-side="6"] .dot:nth-of-type(3) {
	grid-area: four;
  }
  
  [data-side="6"] .dot:nth-of-type(4) {
	grid-area: six;
  }
  
  [data-side="6"] .dot:nth-of-type(5) {
	grid-area: seven;
  }
  
  [data-side="6"] .dot:nth-of-type(6) {
	grid-area: nine;
  }
  
  .dice button {
    align-self: center;
    background-color: #fff;
    border: 2px solid #ae7300;
    color: #ae7300;
    font-size: 1.25rem;
    font-weight: 700;
    justify-self: center;
    padding: 0.5rem 1rem;
    border-radius: 15px;
	box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 43%);
  }
  
  .dice button:hover {
	cursor: pointer;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.815);
  }
  .roll-text{
	color: #ae7300;
	font-size: 12px;
	font-weight: 400;
	margin-top: -5px;
  }
  @media (min-width: 900px) {
	.dice {
	  perspective: 1300px;
	}
  }
/* end-dice-sections */

/* specia-reward */
.special-reward{
	margin-bottom: 50px;
}
.card-reward {
    width: 118px;
    height: 196px;
    background-image: linear-gradient(360deg, rgba(192, 128, 45, 1) 9%, rgba(248, 201, 87, 1) 17%, rgba(255, 235, 197, 1) 26%, rgba(217, 160, 64, 1) 44%, rgba(210, 151, 59, 1) 62%, rgba(255, 234, 196, 1) 73%, rgba(248, 201, 87, 1) 87%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    padding-top: 3px;
  }
  /* .card-reward:after {
	content:attr(alt);
	width: 106px;
    height: 169px;
	border-radius: 10px;
	background-color:#191919;
	display:flex;
	align-items:center;
	justify-content:center;
	margin: auto;
  } */
.head-title{
		width: 112px;
		height: 30px;
		background-color: #fff;
		font-size: 16px;
		color: #ae7300;
		font-weight: 600;
		line-height: 26px;
		text-align: center;
		border-radius: 10px 10px 0px 0px;
		
}
.items{
	width: 112px;
	height: 130px;
	background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/items-bg.png");
    padding-top: 11px;
    padding-bottom: 11px;
}
.items-img{
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	border-radius: 10px;
	/* margin-top: 20px; */
	margin-bottom: 2px;
}
.items-img img{
	padding-top: 6px;
    padding-bottom: 6px;
}
.items-name{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #ae7300;
	
}
.get-item{
	width: 112px;
	height: 30px;
	background-color: #ae7300;
	border-radius:0px 0px 10px 10px;
	padding-top: 2px;
}
.get-item:hover{
	filter: brightness(120%);
}

.get-item a{
	text-decoration: none;
	
	
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	
}
/* item-2 */

.card-reward-2 {
    width: 245px;
    height: 196px;
    background-image: linear-gradient(360deg, rgba(192, 128, 45, 1) 9%, rgba(248, 201, 87, 1) 17%, rgba(255, 235, 197, 1) 26%, rgba(217, 160, 64, 1) 44%, rgba(210, 151, 59, 1) 62%, rgba(255, 234, 196, 1) 73%, rgba(248, 201, 87, 1) 87%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-transform: uppercase; */
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    padding-top: 3px;
  }
.head-title-2{
	width: 239px;
	height: 30px;
	background-color: #fff;
	font-size: 16px;
	color: #ae7300;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
		
}
.items-2{
	width: 239px;
	height: 130px;
	background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/items-2-bg.png");
    padding-top: 11px;
    padding-bottom: 11px;
}
.items-img-2{
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	border-radius: 10px;
	/* margin-top: 20px; */
	margin-bottom: 2px;
}
.items-img-2 img{
	padding-top: 13px;
    padding-bottom: 13px;
}
.items-name-2{
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #ae7300;
}
.get-item-2{
	width: 239px;
	height: 30px;
	background-color: #ae7300;
	border-radius:0px 0px 10px 10px;
	padding-top: 2px;
}
.get-item-2:hover{
	filter: brightness(120%);
}

.get-item-2 a{
	text-decoration: none;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	
}

.reward {
	display: flex;
	flex-wrap: wrap;
}
.reward-items {
	margin-left: 5px;
	margin-right: 5px;
}

.ci-footer{
	bottom: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
	body.main-bg {
		background-size: cover;
	}
}

@media only screen and (min-width: 768px) {
	.member {
		max-width: 900px;width: 100%;height: 60px;
	}
}
@media only screen and (max-width: 1199.98px) {
	body.main-bg {
		background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/main-bg-md.jpg");
		background-size: cover;
	}
	body.index-bg {
		background-size: auto;
	}
	body.index-bg .main-logo-event img {
		width: 768px;
	}
	body.index-bg .ch-center {
		margin-top: 40px;
	}


}
@media only screen and (max-width: 991.98px) {
	.main-navbar {
		position: static;
	}
	.navbar {
		justify-content: center !important;
		flex-direction: column !important;
	}
	.main-logo-event {
		margin-top: 50px;
	}
	.main-logo-event {
		margin-top: 50px;
	}
	


}
@media only screen and (max-width: 767.98px) {
	body.main-bg {
		background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/main-bg-sm.jpg");
		background-size: 768px;
		background-color: #000;
	}
	body.index-bg {
		background-image: url("https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/login-bg.jpg");
		background-size: cover;
	}
	body.index-bg .ch-center {
		margin-top: 40px;
	}
	.ch-center img {
		width: 100%;
	}
	body.main-bg {
		background-size: cover;
		background-position: center center;
	}
	.member {
		padding: 15px 15px;
		margin-top: 20px;
		border: 2px solid #521605;
		background-repeat: repeat;
	}
	.point-reward{
		margin-right: 0;
		width: 100%;
	}
	.bonus-point {
		padding-bottom: 8px;
	}
	.exe-profile {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.id-name {
		width: 100%;
	}
	.main-logo-event {
		margin-top: 30px;
	}
	

	.rule-content {
		padding: 20px 15px;
	}
	.rule-content h3 {
		font-size: 24px;
	}
	.rule-content ul li {
		font-size: 14px;
	}
}
@media only screen and (max-width: 568.98px) {
	.reward-items{
		margin-top: 10px;
	}
	section.container div#board {
		background-color: transparent;
		position: relative;
		width: 265px;
        height: 265px;
		transform: translate(0%, 0%);
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		background-image: url(https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/center-borad-265.png);
	}
	section.container div#board div.cell {
		height: 53px;
		width: 53px;
		border: 0px solid darkslategray;
	}
	.die-item {
        
        box-shadow: inset -0.35rem 0.35rem 0.75rem rgba(0, 0, 0, 0.3), inset 0.5rem -0.25rem 0.5rem rgba(0, 0, 0, 0.15);
        display: grid;
        grid-column: 1;
        grid-row: 1;
        grid-template-areas:
        "one two three"
        "four five six"
        "seven eight nine";
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        height: 65%;
        padding: 1rem;
        width: 100%;
    }
	.die-list {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		height: 6rem;
		list-style-type: none;
		transform-style: preserve-3d;
		width: 6rem;
		margin-left: -30px;
		margin-bottom: -15px;
	}
	.dot {
		align-self: center;
		background-color: #676767;
		border-radius: 64%;
		box-shadow: inset -0.15rem 0.15rem 0.25rem rgba(0, 0, 0, 0.5);
		display: block;
		height: 0.5rem;
		justify-self: center;
		width: 0.5rem;
	}
	.dice {
		align-items: center;
		display: grid;
		grid-gap: 0rem;
		grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
		grid-template-rows: auto;
		justify-items: center;
		padding: 0rem;
		perspective: 600px;
	}
	.dice button {
		align-self: center;
		background-color: #fff;
		border: 2px solid #ae7300;
		color: #ae7300;
		font-size: 1rem;
		font-weight: 700;
		justify-self: center;
		padding: 0.25rem 0.8rem;
		border-radius: 10px;
		box-shadow: 0px 4px 0px 0px rgb(0 0 0 / 43%);
		margin-top: -36px;
		z-index: 200;
	}
	.roll-text {
		color: #ae7300;
		font-size: 10px;
		font-weight: 400;
		margin-top: 8px;
	}
	div.dice-wrapper {
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	section.container div#board i#piece {
		color: skyblue;
		font-size: 24px;
		position: absolute;
		top: 27px;
        left: 27px;

		transform: translate(-50%, -50%);
		text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		background-image: url(https://cdn.exe.in.th/activities/audd/assets/audd-lucky-dice-8-html/images/chess-1.png);
		width: 25px;
		height: 25px;
	}
	[data-side="1"] {
	transform: rotate3d(0, 0, 0, 90deg) translateZ(2rem);
	}
	
	[data-side="2"] {
	transform: rotate3d(-1, 0, 0, 90deg) translateZ(2rem);
	}
	
	[data-side="3"] {
	transform: rotate3d(0, 1, 0, 90deg) translateZ(2rem);
	}
	
	[data-side="4"] {
	transform: rotate3d(0, -1, 0, 90deg) translateZ(2rem);
	}
	
	[data-side="5"] {
	transform: rotate3d(1, 0, 0, 90deg) translateZ(2rem);
	}
	
	[data-side="6"] {
	transform: rotate3d(1, 0, 0, 180deg) translateZ(2rem);
	}



}
@media only screen and (max-width: 399.98px) {
	


}