html, body, #app {
    height: 100%;
}

html {
    font-size: 14px;
}

body {
    /* background-image: url('./img/bg/i-wish-1.jpg'); */
    background-position: 47% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden !important;
    font-family: Helvetica, Arial, "微軟正黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'PingFang TC', 'PingFang SC', 'Heiti TC', 'Heiti SC', 'LiHei Pro', sans-serif;
    transition: background-image 1s ease-in-out;
}

div::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
    -webkit-border-radius: 0;
}
div::-webkit-scrollbar {
    width: 8px;
    height: 0;
}
div::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /* border: 3px solid rgba(255, 255, 255, 0.1); */
}

#app {
    background-color: rgba(100, 100, 100, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

#box-wrapper {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
}

.m {
    display: none;
}
@media (max-width: 767px) {
    .m {
        display: block;
    }
    .w {
        display: none;
    }
    #box-wrapper {
        width: 100%;
        justify-content: center;
    }
}

.nav-tabs .nav-link {
    color: rgba(255, 255, 255, .8);
    border: none !important;
}
.nav-tabs .nav-link:hover {
    background-color: rgba(255, 255, 255, .1);
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
}

#box, .box-tabs, .tabs, .tab-content, .tab-pane {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

#box {
    background-color: rgba(59, 50, 45, 0.43);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

    /* background-color: rgba(0, 0, 0, 0.31);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px); */

    /* background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); */

    height: 88%;
    width: 90%;
    border-radius: 10px;
    max-width: 360px;
    padding: 15px;
    color: #fff;
}

.box-title {
    font-size: 1.35em;
    text-align: center;
}

.tab-pane {
    overflow-y: auto;
}

.box-links {
    padding: 0 10px;
}

.box-links>div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.box-links>div a {
    margin: 5px;
}

.box-links>div>*:not(.home-title) {
    width: 95%;
}

.home-title {
    background-color: rgba(0, 0, 0, 0.35);
    padding-top: 1px;
    padding-bottom: 2px;
    display: block;
    margin-bottom: .5rem;
    width: 100%;
    text-shadow: 0 0 2px #fff;
    /* text-shadow: 0 0 3px #cc7fcd; */
}

li.nav-item, li.nav-item>a {
    outline: none;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.abigimage-prevBtn, .abigimage-nextBtn, .abigimage-counter {
    display: none;
}
.abigimage-overlay, .abigimage-layout {
    height: 100%;
    margin-top: 0;
    z-index: -1;
    background-color: transparent;
}
.abigimage-overlay-active {
    z-index: 9999998;
}
.abigimage-layout-active {
    z-index: 9999999;
}
.abigimage-overlay-active {
    background-color: rgba(0, 0, 0, .6);
}
.abigimage-imgNext, .abigimage-imgPrev {
    visibility: hidden;
}
