
/*fgpw*/
.ErrMsg {
    color: red;
}
		
.success-message {
    color: green;
}

.custom-BuildEmailBody-font {
    font-family: Arial, "Microsoft JhengHei", sans-serif;
}

.page-water-title {
    color: #2c5aa0;
}

.info-box-1 {
    background-color: #f8f9fa;
    padding: 15px;
    border-left: 4px solid #007bff;
    margin: 20px 0;
}

.info-box-2 {
    background-color: #fff3cd;
    padding: 15px;
    border-left: 4px solid #ffc107;
    margin: 20px 0;
}

.custom-hr1 {
    margin: 30px 0;
    border: none;
    border-top: 2px solid #ccc;
}

.text-style1 {
    color: #666;
    font-size: 0.75rem;
}

.custom-font1 {
    font-family: Arial, sans-serif;
}

.title-blue1 {
    color: #2c5aa0;
}

.code-box1 {
    background-color: #f5f5f5;
    padding: 15px;
    text-align: center;
    margin: 20px 0;
}

.code-text1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c5aa0;
}

.text-gray1 {
    color: #666;
}

.container1 {
    max-width: 600px;
    margin: 0 auto; /* 水平置中 */
    padding: 20px;
}

.suggest-list1 {
    z-index: 9999;
    display: none;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    top: 100%;
    left: 0;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    position: absolute; /* 確保 dropdown 定位 */
}

.btn-width1 {
    width: 120px;
}

.ErrMsg1 {
    display: none;
}

.btn:focus-visible {
  outline: 2px solid red !important;      /* 紅色外框 */
  outline-offset: 3px;         /* 與邊緣留點距離 */
  border-radius: 4px;          /* 讓線有點圓角，看起來柔和 */
}

a:focus-visible {
  outline: 2px solid red !important;      /* 紅色外框 */
  outline-offset: 3px;         /* 與邊緣留點距離 */
  border-radius: 4px;          /* 讓線有點圓角，看起來柔和 */
}