*{padding: 0; margin: 0;}
#main{
  margin-top: 10px;
}
body { 
    background: #FFF;
    color: #333;
    text-align: center;
}
#banner{
    background-color: white;
}
a { color: #010101; }
a:link{
    text-decoration: none;
}
#list_message a:visited,#list_post a:visited,#vacationmanlist a:visited {
	color: purple;
	font-style:italic;
	}
a:active {
	color:orange;
	}
del{
    color: red;
}
.login{
    bottom: 5px;
    right: 20px;
    width : 140px;
    height:22px;
    position: absolute;
    color: #ffff19;
    color: #237df3;
    padding-top: 3px;
    font-style: normal;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ebf193;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ebf193;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #5c4545;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #5c4545;
}
.box-shadow{
   box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  -webkit-box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  -moz-box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  -o-box-shadow: inset 0px 0px 50px 0px #ABABAB,0px 1px 10px 3px #242424;
  border: 0;
}

#login_screen{
    width:220px;
    height:280px;
    margin:auto;
    /*background-image: url(/images/skin/flower/login.png);*/
}
/* 由link組成 按鈕群或單一按鈕 */
.button-group{
    background-color: #f5f318;
/*    width : 120px; 
    height:20px; */
    color: #ffff19;
    border-bottom-style: inset;
    border-bottom-color: #010101;
    border-bottom-width: 1px;
    border-right-style: inset;
    border-right-color: #010101;
    border-right-width: 1px;
    overflow:auto;
    display:inline;
/*    margin-left: auto;
    margin-right: auto; */
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 2px;
    margin-left: 3px;
}

#mainframe{
    padding-top:3em;
}
#footer{
    bottom: 10px;
    position:fixed;
    height:30px;
    bottom:0px;
    width:100%;
    text-align:center;
    color: #bababa;
    background: #2c2c2c;
    margin-top:50%;
    font: bold 12px "Helvetica Neue", Sans-Serif;
    letter-spacing: 0.1em;
}
#messages:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    border: 6px solid;  
    border-color: transparent transparent #444 transparent;      
}
#messages{
    position:fixed;
    right: 55px;
    top: 40px;
    width: 200px;
    height: 100px;
    z-index: 100;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#messages td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@-webkit-keyframes blinker{
  0%{
    top: 40px;
    opacity: 0.6; 
  }
  50%{
    top: 50px; 
    opacity: 0.6;
    border-bottom-right-radius:25px;
  }
  100%{
    top: 40px;
    opacity: 0.6;
  }
}
@-moz-keyframes blinker{
  0%{
    top: 40px;
    opacity: 0.6; 
  }
  50%{
    top: 50px; 
    opacity: 0.6;
    border-bottom-right-radius:25px;
  }
  100%{
    top: 40px;
    opacity: 0.6;
  }
}

#messages:hover {
    opacity: 1;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    /* should be set to 100% opacity as soon as the mouse enters the box; when the mouse exits the box, the original animation should resume. */
}
#columns{
    padding-top:4em;
}

#side{
    width: 14em;
}
table{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    overflow: hidden;
    border:1px #d3d3d3 solid;    
    border-collapse:collapse;
    background:#fefefe;
    width: 98%;
    margin-top:0px;
    -moz-border-radius:8px; /* FF1+ */
    -webkit-border-radius:8px; /* Saf3-4 */
    border-radius:8px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.table-border {
  border: 1px solid black;
  border-collapse: collapse; /* 邊框合併，不會雙線 */
}
.table-border th,
.table-border td {
  border: 1px solid rgb(173, 171, 171);
  padding: 5px; /* 內距讓格子好看 */
}
/* 偶數列（不含首列） */
.table-border tr:not(:first-child):nth-child(even) {
  background-color: #f3f3f0;
}

/* 奇數列（不含首列） */
.table-border tr:not(:first-child):nth-child(odd) {
  background-color: #d9d9d8;
}
#order_title{
    width: 80%;
}
td{
 word-wrap: break-word;   
 padding: 5px 0px 5px 2px ;
 border: 1px #EFEFEF solid;    
 border-bottom: 1px solid #e6e3e3;
 vertical-align: middle;
}
table.calendar td:hover{
   border-top:  1px solid rgb(192, 190, 190);
   border-left:  1px solid rgb(156, 155, 155);
   border-right:  1px solid rgb(156, 155, 155);
   border-bottom: 1px solid rgb(156, 155, 155);
   background-color: #0186ba;
}
/*日曆表中 當天的日期 */
.location{
    border-color: red;
    border-style: solid;
    border-width: 2px;
}
tr td:first-child{
    white-space: nowrap;
}
.halftable{
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    text-align: left
}
body, p, ol, ul, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size:   small;
    line-height: 18px;
}

pre {
    background-color: #eee;
    padding: 10px;
    font-size: 11px;
}


.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

#error_explanation {
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    margin: auto;
    width: 600px;
    max-width: 95%;
}

#error_explanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: small;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#error_explanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#error_explanation ul li {
    padding: 5px;
    font-size: 12px;
    list-style: square;
    text-align: left;
}
div.uploadStatus {
    margin: 5px;
}

div.progressBar {
    margin: 5px;
}

div.progressBar div.border {
    background-color: #fff;
    border: 1px solid gray;
    width: 100%;
}

div.progressBar div.background {
    background-color: #333;
    height: 18px;
    width: 0%;
}

#tools{
    background-color: #f5df33;
    text-align: left;
}

.list-line-even{
    background-color: #FBFBF9 ;
    color: #000000;
    font-size: small;
} 
.list-line-odd{
    color: #000000 ;
    font-size: small;
    background-color: #E8F7E5;
}
.list-selected{
    background-color: #9EE385;
}
.list-finished{
  background-color: #d5a0ee;
}
.list-alert{
    background-color: #FFC8D0;
}

.delete-line{
    font-size: small;
    background-color: #e6e6e3;
    font-style: italic;
    text-decoration: line-through;
    color: #555553;
}
.through-line{
  background-color: #e6e6e3;
  font-style: italic;
  text-decoration: line-through red 2px;
}
.table-title{
    background-color: #341A19;
    color: #ffffff;
    border: 2px;
    text-align: center;
    height: 30px;
}
.table-title-detail{
    background-color:  #0d253e;
    color: #FFFFFF;
    text-align: center;
    font-size: small;
    height: 30px;
}
th{
    text-align: center;
    border: 2px #FFFFFF solid;
    padding: 5px 0 5px 0;    
}
.table-title a {
    color: #ffffff;
}
#quotelist a:hover{
    color: #f8f0c4;
    cursor: pointer;
}
.list-line-even:hover{
    background-color: #f2f89d;
    color: #000000;
}
.list-line-odd:hover{
    background-color: #ACF0F4;
    color: #000000;
}
.list-line:hover{
    background-color: #C8F5F8;
    color: #000000;
}
.list-line-even:hover li{
    color: #4f321e
}
.list-line-odd:hover li{
    color: #4f321e
}

input:focus{
    background-color: #fafa9a;
}
td.rowtitle{
    width: 160px;
}
strong{
    background-color:  #341A19;
    color: #fefefe;
}
strong-blue{
  background-color:  #2670f8;
  color: #fefefe;
}
em{
    color: #100892;
    background-color:  rgb(255, 255, 255); 
}
.red{
    color: #FF0202;
    /*background-color:  rgb(255, 255, 255);*/
}
.notice{
    color: #FF0202;
}
.blue{
    color: #022DFF;
    background-color:  rgb(255, 255, 255);
}
.gray{
    color: rgb(0, 0, 0);
}
#logo{
    position:absolute;
    left:10px;
    z-index:2;
    top:2px;
    width :170px;
    /*height:35px;*/
}
.hover{
    background-color:#888888;
}
#all_process_list ul li,#all_obj_list tr,#all_who_list tr,#visit_customer_list ul,li,#all_customer_list tr{
    list-style:none;
    cursor: pointer;
}
#quotespec,#listtitle{
    background-color: #d9f1f3;
    float:left;
    width: 200px;/**12%;**/
    left: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left:5px;
}
#quotespec input[type='text'],#quotespec select{
    width:95%;
}
#listtitle input[type='text'],#listtitle select{
    width:95%;
}
#quotedetail,#listdetail{
    margin-left:200px;
    margin-right:0px;
    padding-top: 0px;
    padding-right: 0px;
    top:0px;
}
/* 針對比較特殊的 a link  */
.speciallink{
    color: red!important;
    font-size: 12px !important;
}

/* 針對每個頁面TITLE標題  */
.form_title{  
  font-size: medium;
  color: #AEF4F6;
  background: #000000;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: -10px;
  position: fixed;
  padding: 5px 10px 5px 10px;
  bottom: 30px;
  -webkit-box-shadow: 4px -4px 22px -3px rgba(0,0,0,0.67);
  -moz-box-shadow: 4px -4px 22px -3px rgba(0,0,0,0.67);
  box-shadow: 4px -4px 22px -3px rgba(0,0,0,0.67);
  z-index: 999
}
.frametitle{ 
  font-weight: bold;
  font-size: 16px;
  margin: 0px;
  margin-bottom: 1rem;
  position: relative; 
  top: 0px; 
  left: 0; 
  text-align: center; 
  width: 100%; 
  color: #949494;
  float: left;
  display: block;
  padding: 3px; 
} 
.howtoorder li ul {
    margin-left: 4em;
}
.howtoorder input[type=text], .howtoorder select{
    width: 120px;
}
ul:not(#menu) li {
    list-style-type: none;
    list-style-position: inside;
}
.popupname{
    color: #e31820;
    font-size: medium;
}
.pagination, .optionlist {
    padding: 3px; margin: 3px; } 
.pagination a, .optionlist a { 
    padding: 2px 5px 2px 5px; 
    margin: 1px; 
    border: 1px solid #3EADE4; text-decoration: none; color: #442428; 
    background-color: #FFFFFF;
  } 
.pagination a:hover,.pagination a:active, .optionlist a:hover,.optionlist a:active { 
    border: 1px solid #59291E; color: #000; } 
.pagination .current, .optionlist .current { 
    padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #442428; font-weight: bold; background-color: #442428; color: #FFF; 
} 
.pagination span.disabled { 
    padding: 2px 5px 2px 5px; margin: 2px; border: 1px solid #eee; color: #ddd; }
.center,.nextpage{
    text-align: center;
    margin:0 auto;
    float: none;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.uploadlist {
    list-style-type:none;
}
.uploadlist li {
    display:block;
    float:left;
    position:relative;
}
.uploadlist li a {
    display:block;
    overflow:hidden;
    position:relative;
}
.uploadlist li a:hover {
    background-color: #fdfb78;
}
.numeric{
    text-align: right;
    padding-right: 5px;
}
.toolbar{
    width: 20px;
    text-align: center;
}
a img{
    -webkit-transition: 0.5s;
}
a img:hover{
    -webkit-transform:scale(1.3);
    -webkit-transition: 0.5s;
    transform:scale(1.3);
}
.check{
    width: 50px;
    text-align: center;
}
.legend table {
  border-spacing: 5px;
  width:250px;
}
.legendColorBox{
  width:5px;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  text-align: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 0px 0;
  margin: 0px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
/*使用於tooltip */
/*  .ui-tooltip {*/
    .tooltip{
    /* 讓tooltip不會跳 */
    position: absolute;
    padding: 1px 2px 1px;
    color: #000000;
    /*text-shadow: 1px 1px #333;*/
    border-radius: 5px;
    font: bold 12px "Helvetica Neue", Sans-Serif;
    letter-spacing: 0.1em;
    /*box-shadow: 0 0 5px #666;
    -webkit-box-shadow: inset 0px 0px 10px 2px #BBE28D;
    -moz-box-shadow: inset 0px 0px 10px 2px #BBE28D;
    box-shadow: inset 0px 0px 5px 2px #95C260; 
    box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,1);   */
  }
.tooltip-inner {
    max-width: none;
    color: #FFFFFF;
    background-color: rgba(20%,20%,20%,0.9);;
    border: 1px solid #000000; 
}  
.tooltip-inner table{
    border: 1px #280E0E solid;
    color: #000000;
    background-color: #FFFFFF; 
}
.tooltip.in {
  opacity: 1;
}
  /* 把jQuery tooltip出現在頁面最下方的div藏起來 */
.ui-helper-hidden-accessible {
  display:none; 
}
/*使用於tooltip到此 */
#postlight li{
    width: 100%;
}
#postlight{
    width: 100%;
}
.ui-front {
    z-index:10000;
}
.popup_toolbar{
    display:none;
    position:fixed;
    z-index:999;
    transition: all 0.2s ease-in-out;
    } 
.popup_toolbar table{
    height: 32px;
    min-width: 100px;
}
.popup_toolbar tr{
    background-color: #BDE7E8;
}
.popup_windows,.popup_form{
    background-color: rgb(109, 108, 108);
    width: auto;
    /*max-height: 450px;
    overflow: auto;*/
    display: none;
    position: fixed;
    z-index: 998;
    transition: all 0.2s ease-in-out;
} 
.popup_windows,.popup_form table{
    border: 2px solid;
    /*min-width: 350px;*/
}
.popup_orderwindows{
    //background-color: rgb(39, 212, 255);
    width: auto;
    border: 3px solid;
    border-color: rgb(39, 212, 255);
    /*max-height: 450px;
    overflow: auto;*/
    z-index: 990;
    display: none;
    position: fixed;
    transition: all 0.2s ease-in-out;
} 
.progress{
    position: absolute;
    top: 50%;
    left: 25%;   
    width: 50%;
    z-index: 998;
}
.borevalue:hover{
    color: #8F2323;
    font-size: medium;
}
.disabled-image{
-webkit-filter:opacity(.1);  
}
.show_image{
  width:36px;
  margin: 3px;
}
.blink {
  animation: blink-animation 0.8s steps(5, start) infinite;
  -webkit-animation: blink-animation 0.8s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
:-webkit-input-placeholder{    /*Webkit browsers*/
      color:#E9E9E9;
}
:-moz-placeholder{                 /*Mozilla Firefox*/
      color:#E9E9E9;
     opacity:1;
}
:-ms-input-placeholder{          /*Internet Explorer 10+*/
      color:#E9E9E9;
}
input[type="button"],input[type="submit"],button {
    background-color: #0541FF; /* Green */
    border: none;
    color: white;
    padding: 3px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    
}
input[type="button"]:hover,input[type="submit"]:hover,button:hover {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19);
    transform: translateY(-1px);
}
input[type="button"]:active,input[type="submit"]:active,button:active {
  transform: translateY(-2px) scale(1.05) ;
  box-shadow: inset 0 0 6px 2px rgb(206, 207, 221);
  transition-duration: 2s;
}

input[type="button"]:disabled,input[type="submit"]:disabled{
    background-color: #DBDBDB; /* Green */
    border: none;
    color: white;
    padding: 3px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
input.add{
    width: 5px;
    height: 5px;
    padding-right: 0px;
    float:right;
    background-color: blue;
}
input.del{
    width:5px;
    height:5px;
    padding-right:0px;
    float:right;
    background-color: red;
}
.disabled{
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;   
}
.setting{
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;   
    cursor: pointer;
}
.food .detail,.drink .detail{
  font-size: 10px;
  color: #FFFFCE;
  text-align: left;
}
.foodmenu{
  position: relative;
}
.rt_toolbar{
  position: absolute;
  top: 5px;
  right: 5px;
}
.button-bottom{
  width: 100%;
  position: fixed; 
  bottom: 30px;
  z-index: 100;
}
.close_button{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    z-index: 100;
    cursor: pointer;
    opacity: 0.8;
    display: block;
}
.message_button{
  position: absolute;
  top: 0px;
  left: 10px;
  width: 16px;
  height: 16px;
  z-index: 100;
  cursor: pointer;
  opacity: 0.8;
  display: block;
}
.right_bottom{
    position:absolute;
    bottom: 5px;
    right: 10px;
    z-index:100;}
.tree {
    margin: auto;
    width: 60%;
    text-align: left;
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#dcffff;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 20px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover {
    background:#0186ba;
    border:1px solid #94a0b4;
    color:rgb(250, 250, 250)
}
.tree li:not(.parent_li)>span:hover {
    background:#00b118;
    border:1px solid #94a0b4;
    color:rgb(250, 250, 250)
}
.color-main{
    background-color: #341A19;
    color: #ffffff;
}
.right-top{
    position: relative;
    display: inline-block;
    font-size: 8px;
    top: -10px;
    left: -6px;
    color: #ff1313;
    
}
.location{
  border-color:red;
  border-style:solid;
  border-width:3px;
}
.children{
    color: #f10e0e;
}
.children_order{
    color: #250ef1;
}
.thumb{
  max-height: 80px;
  padding-left: 10px;
  padding-bottom: 10px;
  max-width: 80px;
}
.medium{
    max-height: 150px;
    padding-left: 10px;
    padding-bottom: 10px;
    max-width: 150px;
  }
  
.image_container{
    display:  inline-block;
    position: relative;
    margin-left: 5px;
}
.up_right { 
    position: relative; 
    top: -10px; 
    left: -6px; 
    max-width: 8px;
    max-height: 8px;
} 
.down_right { 
    position: relative; 
    top: 10px; 
    left: -6px; 
} 
.centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color : #fffffc; 
  }
.dock{
    padding-top: 10px;
}
.dock a img:hover{
    -moz-transform:translateY(-0.5em) scale(1.3);
    -webkit-transform:translateY(-0.5em) scale(1.3);
    -o-transform:translateY(-0.5em) scale(1.3);
    -ms-transform:translateY(-0.5em) scale(1.3);
    transform:translateY(-0.5em) scale(1.3);
}
.yellow-textbox{
    background-color : #f1f528; 
}
.doprocess_container{
    display:flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    gap: 3px;   
}
.doprocess_container_center{
    display:flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.doprocess_tree_container{
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  background-color : #eeeeee; 
}
.doprocess_box{
  box-shadow: 0 4px 4px rgba(0,0,0,0.3);
}
/*
.sortable .span{ 
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    float: left; 
    text-align: center; 
}
*/
.ui-state-highlight { 
    line-height: 1.2em; 
    border-color: red;
}
.sortable .ui-state-highlight { 
    line-height: 1.2em; 
    width: 80px;
    height: 100px;
}
#send_mail{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
  }

/* card */
  article {
    --img-scale: 1.001;
    --title-color: black;
    --link-icon-translate: -20px;
    --link-icon-opacity: 0;
    position: relative;
    border-radius: 16px;
    box-shadow: none;
    background: #fff;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 10px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
  
  article a::after {
    position: absolute;
    inset-block: 0;
    inset-inline: 0;
    cursor: pointer;
    content: "";
  }
  
  /* basic article elements styling */
  article h2 {
    margin: 0 0 10px 0;
    font-family: "Bebas Neue", cursive;
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    color: var(--title-color);
    transition: color 0.3s ease-out;
  }
  
  figure {
    margin: 0;
    padding: 0;
    aspect-ratio: 4 / 4;
    overflow: hidden;
  }
  
  article img {
    max-width: 100%;
    width: 100% ;
    transform-origin: center;
  }

  .article-body {
    padding: 24px;
  }
  
  article a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #28666e;
  }
  
  article a:focus {
    outline: 1px dotted #28666e;
  }
  
  article .icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  
  /* using the has() relational pseudo selector to update our custom properties */
  article:has(:hover, :focus) {
    --img-scale: 1.1;
    --title-color: #28666e;
    box-shadow: rgba(0, 0, 0, 0.36) 0px 10px 36px 0px, rgba(0, 0, 0, 0.26) 0px 0px 0px 1px;
  }
  .message_box {
    position: fixed;
    top: 100px;
    left: 45%;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: -1;
}
.message_box.show {
    opacity: 1;
    transform: translateY(0);
    z-index: 999999;
}
.styled-span {
  width: 100%;
  height: 30px;
  display: inline-block;
  padding: 4px 8px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}



@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.note {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #555;
  border-top: 1px solid #ccc;
  padding-top: 0.5rem;
}
.hotkey{
  font-size: 10px;
  position: absolute;
  right: 10px;  /* 距離右邊 10px */
  bottom: 0px; /* 距離底部 10px */
  color: #80f150;
}

