
.navbar-nav {
  align-items: flex-start;
}
.navbar-toggler{
    width: 47px;
    height: 34px;
    background-color: #A3AEA0;
    border:none;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}

.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

.text_01 {
	font-size: 0.93em;
	color: #ffffff;
	line-height: 21px;
}

.text_02 {
	font-size: 0.93em;
	color: #fcefa9;
	font-weight: bold;
	line-height: 24px;
}

.ABOUTLINK{
	font-size: 0.93em;
	color: #feae01;
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
}

.IAGREE {
	font-size: 0.93em;
	color: #fca5a5;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
}


.ABOUTLINK:hover {
	font-size: 0.93em;
	color: #DF7902;
	font-weight: normal;
	line-height: 21px;
	text-decoration: none;
}

.IAGREE:hover {
	font-size: 0.93em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
}

.navbar-nav {
  align-items: flex-start;
}
.navbar-toggler{
	width: 47px;
	height: 34px;
	background-color: #A3AEA0;
	border:none;
}
.navbar-toggler .line{
	width: 100%;
	float: left;
	height: 2px;
	background-color: #fff;
	margin-bottom: 5px;
}
a:focus {
  background-color: rgb(255, 255, 202);
}
.btn:focus {
  background-color: rgb(236 137 10);
}
.btn.clear:focus {
  background-color: rgb(255, 255, 202);
}
#content:focus {
	border-radius: 3px;
	box-shadow: rgb(255, 255, 202) 0px 0px 5px 10px;
}

.process-top{
	list-style-type:none;
	font-size:1.125em;
	color:#3d3d3d;
	line-height:36pt;
}

.m1-0{
	margin:0 -5px;
}

.overlay{
	top:0;
	left:0;
	z-index:1050;
	display:none;
  	opacity: 0.5;
}

.overlay-sub{
  	opacity: 1;
  	background-color: #303231;
}





/* 外層容器：鎖住滑鼠 + 鎖住鍵盤 */
.custom-blockui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000; /* 高於 modal */
  pointer-events: auto; /* 接收事件，阻擋底層 */
}

/* 背景遮罩：透明度 0.5 */
.custom-blockui-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/* 訊息框：置中 + 背景色 */
.custom-blockui-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 420px;
  background-color: #303231;
  padding: 10px;
  border: none;
  color: white;
  z-index: 20001;
}

