::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-button {
    background: #91938e;
    border-radius: 0px;
}

::-webkit-scrollbar-track-piece {
    background: #91938e;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0 0 0 / 43%);
    border: 1px solid #91938e;
}

::-webkit-scrollbar-track {
    box-shadow: transparent;
}

body {
    background-image: url('/client/public/image/bg.jpg');
}

.ui-container {
    max-width: auto;
    position: relative;
    min-width: auto;
}

#help-container {
    display: none;
    font-family: en, sym, huninn, zh !important;
    background-color: black;
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 35px;
    padding-top: 35px;
    border-radius: 15px;
    padding-left: 100px;
    opacity: 0.88;
    position: relative;
    top: 50px;
}

.phone #help-container {
    overflow: hidden;
    width: 600px;
    padding-left: 0;
    font-size: 15px;
    line-height: 17px;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}

.link:hover {
    color: #ffffff;
    font-weight: bold;
}

a {
    color: #cccccc;
}

a:hover {
    color: #ffffff;
    font-weight: bold;
}

.footer-text {
    color: #333;
    font-weight: bold;
    text-shadow: 0 0 3px #ffffff;
}

.footer-text a {
    color: #005dba;
    font-weight: bold;
}

.footer-text a:hover {
    text-decoration: underline;
}

.phone .footer-text {
    width: 100%;
    min-width: 600px;
}

.BYEL {
    background-color: #999900;
}

.NOR {
    background: black;
}

.vine {
    position: absolute;
    top: -35px;
    left: 0%;
    width: 100%;
    min-width: 600px;
    height: 500px;
    background-image: url('/image/vine.png');
    background-position: top left;
}

.help-search-box {
    position: fixed;
    left: 15px;
    top: 10px;
    width: 250px;
    height: 250px;
    z-index: 10;
    box-sizing: border-box;
}

#help-search {
    position: absolute;
    top: 0;
    width: 100%;
    height: 35px;
    border-radius: 20px;
    box-sizing: border-box;
    outline: none;
    border: none;
    padding-left: 43px;
    background-image: url('/image/search.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16% 120%;
    font-size: 15px;
}

#help-search.opened {
    border-radius: 20px 20px 0 0;
}

#help-search:placeholder {
    color: #aaa;
}

#search-result-list {
    position: absolute;
    top: 35px;
    max-height: 220px;
    width: 100%;
    overflow-y: scroll;
    border-radius: 0 0 20px 0px;
}

#search-result-list::-webkit-scrollbar {
    display: none;
}

.search-result-item {
    width: 100%;
    height: 40px;
    color: #333;
    background-color: #ddd;
    cursor: pointer;
    text-align: left;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 10px;
    font-family: en, sym, huninn, zh !important;
}

.search-result-item.selected {
    background-color: #666;
    color: white;
}

/* 說明文件導覽(SSR):爬蟲/無 JS 可見,JS 啟動後隱藏(選單與搜尋取代其功能) */
#help-nav {
    max-width: 760px;
    margin: 0 auto;
    padding: 12px 18px 40px;
    line-height: 1.8;
}

#help-nav h2 {
    font-size: 17px;
}

#help-nav ul {
    padding-left: 1.2em;
    margin: .4em 0;
}

#help-nav a {
    text-decoration: none;
}

#help-nav a:hover {
    text-decoration: underline;
}

html.js #help-nav {
    display: none;
}
