@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 1050px;
	background-image: url(images/bg_r.png);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
}

td { padding: 3px; color: #000;}

td img {
	vertical-align: -45%;
	margin:4px;
}
td a{ color:#008f47;}

/*a:visited { color: #ff86f8;}*/

a { color: #00f7ff; font-weight: bold;}
a:hover { color: #d4ff00;}


#outer {
	width: 100%;
	background-image: url(images/bg.png);/*  整頁的主背景*/
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	/*background-color: #fff0f9;*/
	color: #000;
    line-height: 1.8em;
	font-family: Verdana, "微軟正黑體", sans-serif;
	font-size: 19px;
}

#outer #weapper {
	width:1050px;
	margin-right: auto;
	margin-left: auto;
}

#outer #weapper #header {
	height: 425px;
	width: 1050px;
	position: relative;
	/*background: url(images/header.png) no-repeat top left;*/
}

#outer #weapper #header #menu {
	width: 1050px;
    height: 158px;
	/*background:url(images/menu.png) no-repeat top left;*/
	position: absolute;
	top: 390px;
	}

#logo {
	display: block;	
	width: 136px;
	height: 100px;
	position: absolute;
	top: 17px;
	left: 13px;	
	z-index: 9;
}

#logo a {
	display: block;	
	height: 100px;
}

.top_3 {
	height: 532px;
	width: 163px;
	position: absolute;
    top: 23px;
	right: 9px;
	background: url(images/top_3_2.png) no-repeat top left;
}

.star5 {
	height: 65px;
	width: 325px;
	position: absolute;
    top: 43px;
	left: 314px;
}


.player01 {
	display: block;
	width: 96px;
	height: 96px;
    position: absolute;
    top: 44px;
	left: 32px;
	/* background-image: url(images/player01.png); */
	background-image: url();
	background-repeat: no-repeat;
}
.player01_id {
	display: block;
    color: #00fffb;
	font-size: 19px;
	text-align: center;
	position: absolute;
    top: 142px;
	left: 11px;
	width: 140px;
}
.player01_bonus {
	display: block;
    color: #ffea00;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	position: absolute;
    top: 105px;
	left: 461px;
	width: 140px;
}
.player02 {
	display: block;
	width: 96px;
	height: 96px;
    position: absolute;
    top: 220px;
	left: 33px;
	/* background-image: url(images/player02.png); */
	background-image: url();
	background-repeat: no-repeat;
}
.player02_id {
	display: block;
    color: #ffffff;
	font-size: 19px;
	text-align: center;
	position: absolute;
    top: 318px;
	left: 11px;
	width: 140px;
}
.player02_bonus {
	display: block;
    color: #ffea00;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	position: absolute;
    top: 137px;
	left: 152px;
	width: 140px;
}
.player03 {
	display: block;
	width: 96px;
	height: 96px;
    position: absolute;
    top: 395px;
	left: 33px;
	/* background-image: url(images/player03.png); */
	background-image: url();
	background-repeat: no-repeat;
}
.player03_bonus {
	display: block;
    color: #ffea00;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	position: absolute;
    top: 444px;
	left: 32px;
	width: 140px;

}
.player03_id {
	display: block;
    color: #ffffff;
	font-size: 19px;
	text-align: center;
	position: absolute;
    top: 493px;
	left: 11px;
	width: 140px;

}
.board1 {
	display: block;
	width: 967px;
	height: 584px;
    position: relative;
	background-image: url(images/board.png);
	background-repeat: no-repeat;
	left: -49px;
}

.board2 {
	display: block;
	width: 967px;
	height: 584px;
    position: relative;
	background-image: url(images/board_02.png);
	background-repeat: no-repeat;
	left: -49px;
}

.board3 {
	display: block;
	width: 967px;
	height: 584px;
    position: relative;
	background-image: url(images/board_03.png);
	background-repeat: no-repeat;
	left: -49px;
}

.tree_1 {
	display: block;
	width: 564px;
	height: 421px;
    position: absolute;
    top: 121px;
	left: 207px;
	background-image: url(images/tree_1.png);
	background-repeat: no-repeat;
}

.tree_2 {
	display: block;
	width: 564px;
	height: 421px;
    position: absolute;
    top: 121px;
	left: 207px;
	background-image: url(images/tree_2.png);
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
}

.sparkle-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*z-index: 1; /* 讓閃光效果位於頂層 */
}

.star {
    position: absolute;
    width: 20px; /* 星星的大小會由JavaScript調整 */
    height: 20px;
    background: transparent;
}

.star::before,
.star::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    width: 150%;
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255), transparent);
    transform-origin: center;
}

.star::before {
    transform: translate(-50%, -50%) rotate(45deg); /* 水平橫線 */
}

.star::after {
    transform: translate(-50%, -50%) rotate(-45deg); /* 垂直縱線 */
}

@keyframes sparkle {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1.8); }
}
.tree_3 {
	display: block;
	width: 678px;
	height: 421px;
    position: absolute;
    top: 121px;
	left: 146px;
	background-image: url(images/tree_4.png);
	background-repeat: no-repeat;
}

.box_1 {
	display: block;
	width: 302px;
	height: 165px;
    position: absolute;
	left: -48px;
	top: 10px;
}
.box_2 {
	display: block;
	width: 302px;
	height: 165px;
    position: absolute;
	left: 277px;
	top: 10px;
}
.box_3 {
	display: block;
	width: 302px;
	height: 165px;
    position: absolute;
	left: 596px;
	top: 10px;
}

.water1 {
	display: block;
	width: 150px;
	height: 167px;
    position: absolute;
	background-image: url(images/water_1.png);
	background-repeat: no-repeat;
	left: 10px;
	top: 4px;
}

.water2 {
	display: block;
	width: 150px;
	height: 167px;
    position: absolute;
	background-image: url(images/water_2.png);
	background-repeat: no-repeat;
	left: 10px;
	top: 4px;
}

.water3 {
	display: block;
	width: 150px;
	height: 167px;
    position: absolute;
	background-image: url(images/water_3.png);
	background-repeat: no-repeat;
	left: 10px;
	top: 4px;
}
.water_1_1 {
	display: block;
	width: 79px;
	height: 44px;
    position: absolute;
}

.water_1_1 a {
	display: block;
	width: 79px;
	height: 44px;
}

.water_1_1 a:hover {
	background-image: url(images/water_1_1.png);
	background-repeat: no-repeat;
}
.water_2_1 {
	display: block;
	width: 79px;
	height: 44px;
    position: absolute;
}

.water_2_1 a {
	display: block;
	width: 79px;
	height: 44px;
}

.water_2_1 a:hover {
	background-image: url(images/water_2_1.png);
	background-repeat: no-repeat;
}
.water_3_1 {
	display: block;
	width: 79px;
	height: 44px;
    position: absolute;
}

.water_3_1 a {
	display: block;
	width: 79px;
	height: 44px;
}

.water_3_1 a:hover {
	background-image: url(images/water_3_1.png);
	background-repeat: no-repeat;
}

.but_a01 {
	display: block;
	width: 153px;
	height: 62px;
    position: absolute;
    top: 25px;
	left: 156px;
	background-image: url(images/button_a01.png);
	background-repeat: no-repeat;
}

.but_a01 a {
	display: block;
	width: 153px;
	height: 62px;
}

.but_a01 a:hover {
	background-image: url(images/button_a02.png);
	background-repeat: no-repeat;
}

.but_b01 {
	display: block;
	width: 153px;
	height: 62px;
    position: absolute;
	top: 91px;
	left: 156px;
	background-image: url(images/button_b01.png);
	background-repeat: no-repeat;
}

.but_b01 a {
	display: block;
	width: 153px;
	height: 62px;
}

.but_b01 a:hover {
	background-image: url(images/button_b02.png);
	background-repeat: no-repeat;
}

/* erica add start */
.but_a01_1 {
	display: block;
	width: 153px;
	height: 62px;
    position: absolute;
    top: 25px;
	left: 156px;
	background-image: url(images/button_a03.png);
	background-repeat: no-repeat;
}

.but_a01_1 a {
	display: block;
	width: 153px;
	height: 62px;
}

.but_a01_1 a:hover {
	background-image: url(images/button_a03.png);
	background-repeat: no-repeat;
}

.but_b01_1 {
	display: block;
	width: 153px;
	height: 62px;
    position: absolute;
	top: 91px;
	left: 156px;
	background-image: url(images/button_b03.png);
	background-repeat: no-repeat;
}

.but_b01_1 a {
	display: block;
	width: 153px;
	height: 62px;
}

.but_b01_1 a:hover {
	background-image: url(images/button_b03.png);
	background-repeat: no-repeat;
}

/* erica add end */

.but_c01 {
	display: block;
	width: 390px;
	height: 103px;
    position: absolute;
	top: 10px;
	background-image: url(images/button_c01.png);
	background-repeat: no-repeat;
}

.but_c01 a {
	display: block;
	width: 390px;
	height: 103px;
}

.but_c01 a:hover {
	background-image: url(images/button_c02.png);
	background-repeat: no-repeat;
}

.but_d01 {
	display: block;
	width: 390px;
	height: 103px;
    position: absolute;
	top: 10px;
	left: 410px;
	background-image: url(images/button_d01.png);
	background-repeat: no-repeat;
}

.but_d01 a {
	display: block;
	width: 390px;
	height: 103px;
}

.but_d01 a:hover {
	background-image: url(images/button_d02.png);
	background-repeat: no-repeat;
}

/* erica add start */
.but_d01_01 {
	display: block;
	width: 390px;
	height: 103px;
    position: absolute;
	top: 10px;
	left: 410px;
	background-image: url(images/button_d03.png);
	background-repeat: no-repeat;
}

.but_d01_01 a {
	display: block;
	width: 390px;
	height: 103px;
}

.but_d01_01 a:hover {
	background-image: url(images/button_d03.png);
	background-repeat: no-repeat;
}

/* erica add end */
/*#title {
	display: block;
	width: 448px;
	height: 105px;
	position: absolute;
	bottom: 10px;
	left: 305px;	
}*/

#outer #weapper #content {
	width: 870px;
	/*visibility: inherit;*/
	padding: 0px 90px 0px 90px;
	position:relative;
	background:url(images/content_bg.png) repeat-y top center;
	}

#outer #weapper #notice {
	width: 870px;
	visibility: inherit;
	font-size:17px;
	line-height: 1.8em;
}

.btitle {
    position:absolute;
    top:-75px ;
    left:352px ;
}

.red { color: #ff60ee; }
div .red { color: #e80000; }

.hilight-2 {
	background-color:#FF3EC8;
	color: #000;
	line-height: 1.5em;
}

.blue { color: #0060ff; }
tr .blue { color: #004eff; }

.green { color: #00faed; }

.mint { color: #00fcff;}
.pink { color: #ff00ea;}
.yellow { color: #fff000;}
.purple{ color: #7b00d1;}
.white{ color: #FFFFFF;}

.notice {
	color: #e9051f;
	font-size: 14px;
	line-height: 1.5em;
}

.progress_bar {
    width: 211px;
	height: 34px;
	position: relative;
	background-image: url(images/progress_bar_00.png);
	background-repeat: no-repeat;

}

.spnotice {
	background-color:#fffaa8;
	color: #d21400;
	line-height: 1.5em;
}

.stxt {
	font-size: 14px;
}

.width {
	font-weight: bold;
}

.title {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #e0ff30;
}
/*.icon_bg { 
    width: 182px;
	height: 70px; 
    background-image:url(images/icon_bg.png);
	background-repeat: no-repeat;
	background-position: top center; 
	position: absolute;
	top: -2px;
	right: 50px;
}*/

.icon01 {
	display: block;
	width: 117px;
	height: 59px;
	/*margin: 15px;
	float: left;*/
    position: absolute;
	top: 28px;
	right: 28px;
}

.icon01 a {
	display: block;
	width: 117px;
	height: 59px;
	background-image: url(images/icon_01.png);
	background-repeat: no-repeat;
   	}

.icon01 a:hover {
	display: block;
	width: 117px;
	height: 59px;
	background-image: url(images/icon_01_2.png);
	background-repeat: no-repeat;
}

.icon02 {
	display: block;
	width: 117px;
	height: 59px;	
	/*margin: 15px;
	float: left;*/
    position: absolute;
	top: 66px;
	right: 28px;
}

.icon02 a {
	display: block;
	width: 117px;
	height: 59px;
	background-image: url(images/icon_02.png);
	background-repeat: no-repeat;
	}

.icon02 a:hover {
	display: block;
	width: 117px;
	height: 59px;
	background-image: url(images/icon_02_2.png);
	background-repeat: no-repeat;
}

.note {
	/*padding: 10px 15px;
	background-color: #efefef;
	border:1px dashed #09F;*/
	font-size: 15px;
	color: #002aa2;
}

.but01 {
	display: block;
	width: 210px;
	height: 55px;
    position: absolute;
    top: 338px;
	left: 154px;
}

.but01 a {
	display: block;
	width: 210px;
	height: 55px;
}

.but01 a:hover {
	background-image: url(images/but_01.png);
	background-repeat: no-repeat;
}
.but02 {
	display: block;
	width: 210px;
	height: 55px;
    position: absolute;
	top: 338px;
	left: 419px;
}

.but02 a {
	display: block;
	width: 210px;
	height: 55px;
}

.but02 a:hover {
	background-image: url(images/but_02.png);
	background-repeat: no-repeat;
}

.but05 {
	display: block;
	width: 210px;
	height: 55px;
    position: absolute;
	top: 338px;
	left: 684px;
}

.but05 a {
	display: block;
	width: 210px;
	height: 55px;
}

.but05 a:hover {
	background-image: url(images/but_05.png);
	background-repeat: no-repeat;
}

.but03 {
	display: block;
	width: 452px;
	height: 76px;
    position: absolute;
	top: 0px;
	left: 442px;
}

.but03 a {
	display: block;
	width: 452px;
	height: 76px;
}

/*.but03 a:hover {
	background-image: url(images/but_03.png);
	background-repeat: no-repeat;
}*/

.but04 {
	display: block;
	width: 210px;
	height: 55px;
    position: absolute;
	top: 0px;
	left: -29px;
}

.but04 a {
	display: block;
	width: 210px;
	height: 55px;
}

.but04 a:hover {
	background-image: url(images/but_04.png);
	background-repeat: no-repeat;
}


.but07 {
	display: block;
	width: 143px;
	height: 58px;  
    position: absolute;
	top: 267px;
	right: 97px;
}

.but07 a {
	display: block;
	width: 143px;
	height: 58px;
	background-image: url(images/but_07.png);
	background-repeat: no-repeat; 
}

.but07 a:hover {
	display: block;
	width: 143px;
	height: 58px;
	background-image: url(images/but_07_2.png);
    }

.Sign_out {
		width: 58px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		color: white;
		background: linear-gradient(to bottom, #ff4d4d, #cc0000); /* 紅色漸層 */
		border-radius: 15px;
		cursor: pointer;
		box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* 立體感的陰影 */
		user-select: none; /* 防止文字選取 */
position: absolute;
top: 23px;
left: 336px;
	  }
	  
.Sign_out:hover {
		background: linear-gradient(to bottom, #cc0000, #990000); /* 滑鼠懸停效果 */
	  }
	  
.Sign_out:active {
		background: linear-gradient(to bottom, #990000, #cc0000); /* 按下效果 */
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); /* 壓下去的效果 */
		transform: translateY(2px); /* 視覺上的按壓效果 */
	  }	


/*.page_title {
	display: block;
	width: 530px;
	height: 100px; 
    position: absolute;
	bottom: 36px;
	left: 261px;
	z-index: 5;
}*/

.p1_sbut01, .p1_sbut02, .p1_sbut03 {
	display: block;
	width: 160px;
	height: 60px;
	float: left;
	/*margin-right: 5px;*/
}

.p1_sbut01 a:hover, .p1_sbut02 a:hover, .p1_sbut03 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p2_sbut01 {
	display: block;
	width: 160px;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.p2_sbut02 {
	display: block;
	width: 200px;
	height: 60px;
	float: left;
	margin-right: 5px;
}

.p2_sbut01 a:hover, .p2_sbut02 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}


.p3_sbut01, .p3_sbut03, .p3_sbut04 {
	display: block;
	width: 180px;
	height: 60px;
	float: left;
	/*margin-right: 5px;*/
}

.p3_sbut02 {
	display: block;
	width: 160px;
	height: 60px;
	float: left;
	/*margin-right: 5px;*/
}

.p3_sbut01 a:hover, .p3_sbut02 a:hover, .p3_sbut03 a:hover, .p3_sbut04 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p4_sbut01, .p4_sbut02 {
	display: block;
	width: 180px;
	height: 70px;
	float: left;
	margin-right: 5px;
}

.p4_sbut01 a:hover, .p4_sbut02 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p5_sbut01, .p5_sbut02, .p5_sbut03 {
	display: block;
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 5px;
}

.p5_sbut01 a:hover, .p5_sbut02 a:hover, .p5_sbut03 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.p6_sbut01, .p6_sbut02 {
	display: block;
	width: 116px;
	height: 80px;
	float: left;
	margin-right: 5px;
}

.p6_sbut01 a:hover, .p6_sbut02 a:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.slot_link {
    width: 245px;
	height: 195px;
	position: absolute;
	top:45px;
	right:20px;
}

.but_buy {
	display: block;
	width: 167px;
	height: 52px;
}

.but_buy a {
	display: block;
	width: 167px;
	height: 52px;
	background-image: url(images/buy.png);
	background-repeat: no-repeat;
	background-position: top left;  
}

.but_buy a:hover {
	background-position: 0px -52px;
}

.but_casual {
	width: 100%;
	padding: 20px 0px 10px 0px;
}

.but_align {
    margin: 0 auto;	
	width: 244px;
}

.but_align2 {
    margin: 0 auto;	
	width: 266px;
}

.but_align3 {
    margin: 0 auto;	
	width: 305px;
}

.but_casual .go1 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_01.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
}

.but_casual .go1 a:hover {
	background-position: 0px -41px;
}

.but_casual .go2 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_02.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go2 a:hover {
	background-position: 0px -41px;
}

.but_casual .go3 a {
	display: block;
	float: left;
	width: 122px;
	height: 41px;
	background-image: url(images/go_03.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go3 a:hover {
	background-position: 0px -41px;
}

.but_casual .golist a {
	display: block;
	width: 207px;
	height: 41px;
	background-image: url(images/go_list.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .golist a:hover {
	background-position: 0px -41px;
}

.but_casual .golist2 a {
	display: block;
	width: 174px;
	height: 41px;
	background-image: url(images/go_list2.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .golist2 a:hover {
	background-position: 0px -41px;
}

.but_casual .go7771 a {
	display: block;
	float: left;
	width: 162px;
	height: 41px;
	background-image: url(images/go_7771.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go7771 a:hover {
	background-position: 0px -41px;
}

.but_casual .go7772 a {
	display: block;
	float: left;
	width: 142px;
	height: 41px;
	background-image: url(images/go_7772.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto; 
}

.but_casual .go7772 a:hover {
	background-position: 0px -41px;
}

.clear {
	clear: both;
}

.bottom {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 1050px;
	height: 181px;
	background-image: url(images/content_bottom.png);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
}

.tb_stxt {
	color: #888;
	font-size: 12px;
	line-height: 1.8em;
}

.bonus {
    width: 180px;
	height: 150px;
	position: relative;
	background-image: url(images/p1.png);
	display: block;

}

.bonus_money {
    width: 150px;
	height: 20px;
	position: relative;
	display: block;
	font-size: medium;
	font-weight: bolder;
	letter-spacing: 0.1em;
}
.cup {
    width: 65px;
	height: 189px;
	position: absolute;
    right:150px ;
	display: block;
	background-image: url(images/cup04.png);
	z-index: 100;
	
}

.cup_text {
	width: 265px;
	height: 88px;
	position: absolute;
	right: 175px;
	display: block;
}

.bgl {
	width: 662px;
	height: 432px;
	background-image: url(images/bgl.png);
	position: absolute;
	display: block;
	z-index: -1;
	}

	/* Style for the button*/


/* Popup Styles */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    background-color: #2e0c0c;
    width: 350px;
    height: 210px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border: 3px solid gold;
}

/* Title and Text */
.popup-title {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.popup-text {
    color: white;
    font-size: 21px;
    margin-bottom: 20px;
}

.popup-icon {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

/* Number adjustment section */
.number-adjust {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.adjust-btn {
    border: none;
    padding: 5px 10px;
    background-color: #444;
    color: white;
    cursor: pointer;
    font-size: 20px;
    margin: 0 10px;
}

.adjust-value {
    color: white;
    font-size: 18px;
    width: 80px;
    text-align: center;
}

/* Button Styles */
.popup-btn {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.confirm-btn {
    background: linear-gradient(to right, #007bff, #00d4ff);
    color: white;
}

.cancel-btn {
    background: linear-gradient(to right, #ff4d4d, #ff0000);
    color: white;
}

.close-btn-gray {
    background: linear-gradient(to right, #999999, #666666);
    color: white;
}

/* Close button (X) */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.popup-btn:hover, .adjust-btn:hover {
    opacity: 0.9;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}




/* Popup content for larger size */
.popup-content-large {
    position: relative;
    background-color: #2e0c0c;
    width: 500px;
    height: 500px;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid gold;
    text-align: center;
}



/* Popup image */
.popup-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 共同樣式 */
div[class^="water_"] {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 110px;

  }
  
  div[class^="tooltip_"] {
	visibility: hidden;
	width: 290px;
	height: 50px;
	background-color: black;
	color: white;
	text-align: center;
	padding: 10px;
	position: absolute;
	bottom: 100%; /* 說明文區塊顯示在區塊上方 */
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid;
	border-image: linear-gradient(to right, gold, darkgoldenrod) 1;
	font-size: 18px;
	line-height: 1.5; /* 確保可以放兩行文字 */
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s;
  }
  
  /* 滑鼠移到區塊上時顯示 tooltip */
  .water_1_1:hover .tooltip_1_1,
  .water_2_1:hover .tooltip_2_1,
  .water_3_1:hover .tooltip_3_1 {
	visibility: visible;
	opacity: 1;
  }
  
  /* 規則說明隱藏彈出視窗 */
.popup_rule {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 690px;
	height: 880px;
	background-color: #2e0c0c; /* 暗紅色背景 */
	border: 5px solid;
	border-image: linear-gradient(to bottom, gold, darkgoldenrod) 1;
	z-index: 1000;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  }
  
  /* 彈出視窗內容樣式 */
  .popup-content2 {
	padding: 20px;
	text-align: left;
	font-weight: 100;
	line-height: normal;
	color: white;
  }
  
  /* 關閉按鈕樣式 */
  .close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	color: white;
  }

  .dropdown-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 670px; /* Adjusted to fit both dropdowns and the button */
    margin: 20px auto; /* Center the container horizontally */
}

/* 下拉選單 */
.dropdown-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 720px;
    margin: 20px auto;
}

.dropdown {
    width: 220px;
    height: 45px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.query-button {
    width: 200px;
    height: 45px;
    background: linear-gradient(90deg, #4A90E2, #007AFF);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease;
}

.query-button:hover {
    background: linear-gradient(90deg, #007AFF, #4A90E2);
}


#myProgress {
  width: 98%;
  background-color: #ddd;
  border-radius: 15px;
  border: 3px solid #3b5a23;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: #3b5a23;
  background-image: linear-gradient(to top, #48642d, #b0c46f);
  /* border-radius: 40px; */
}

/*
.bar { overflow: hidden;
	display: block;
	width: 430px;
	height: 25px;
	background: url(images/bar_bg.png) no-repeat top center;
	padding:9px 40px 9px 38px;
	position: absolute;
	bottom: 12px;
	left: 364px;
}


.progress_bar {
    width: 211px;
	height: 34px;
	position: relative;
	background-image: url(images/progress_bar_00.png);
	background-repeat: no-repeat;

}

*/

/* 
.tree_2 {
    position: relative;
    width: 500px; 
    height: 700px; 
    background-image: url('path/to/your-golden-tree.jpg');
    background-size: cover;
    overflow: hidden;
} */

/*
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ccc;
}

th, td {
    padding: 10px;
    text-align: center;
    color: white;
    background-color: #333;
}*/