@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
/* html {} */

body {
    font-family: 'Noto Sans TC', sans-serif;
    background-color: #ffffff;
}

/* Min-Width */
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .mobile-display {
        display: none !important;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}


/* Max-Width */
/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
    .web-display {
        display: none !important;
    }

    .content-area {
        padding-right: 10%;
        padding-left: 10%;
    }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}


/* Extra large devices (large desktops) */



/* content */

.content {
    width: 100%;
    margin: 50px 0px 0px 0px !important;
}

@media(min-width: 768px) {
    .content {
        margin: 67px 0px 0px 0px !important;
    }
}

#app {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

/* a type=button */
a[type='button'] {
    -webkit-appearance: none;
}

a[type='button']:hover {
    text-decoration: none;
}

p.required:before {
    content: "*";
    font-size: 1em;
    color: red;
    margin-right: 5px;
}

.modal-restStart>.required:before {
    content: "*";
    font-size: 1em;
    color: red;
    margin-right: 5px;
}

/* input[time] icon */
@media (max-width: 768px) {
    ::-webkit-calendar-picker-indicator {
        filter: invert(1);
        margin-left: 0px;
    }
}

/* report home global css */
.record-div {
    margin-top: 20px;
    background-color: #fff;
}

.record-left {
    font-size: 24px;
    float: left;
    display: inline-block
}

.record-right {
    font-size: 24px;
    text-align: right;
    /* float: right; */
    /* display: inline-block; */
}

.record-add {
    position: fixed;
    right: 0;
    bottom: 0;
}

.record-add button,
.record-add button:focus,
.record-add button:active {
    background-color: transparent;
    border: none;
    outline: none;
}

.record-add img {
    width: 100px;
    height: 100px
}

.record-add button:hover img {
    width: 105px;
    height: 105px
}


.record-child-div {
    width: 100%;
    display: flex;
    border-bottom: 2px #cccccc solid;
}


/* 新增紀錄按鈕 */
.btn-select-background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .btn-select-background {
        align-items: flex-end;
    }
}

.btn-select-area {
    z-index: 2000;
    display: none;
    position: fixed;
    bottom: 50px;
}

@media (min-width: 768px) {
    .btn-select-area {
        right: 110px;
        bottom: 110px;
    }
}

.btn-select-area.in {
    display: block;
}

.fixed-btn {
    font-size: 20px;
    background-color: #ffff;
    display: flex;
    margin-top: 25px;
    padding: 25px 70px;
}

.fixed-btn:hover {
    background-color: #e0e0e0;
}

.area-color {
    width: 7px;
    height: 30px;
    margin-right: 8px;
}

.chose-button-group label {
    width: 300px;
    height: 60px;
    margin: 10px 0;
    padding: 16px 0;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 24px;
    line-height: 1.58;
    color: #000000;
}

.chose-button-group input[type="radio"],
.chose-button-group input[type="checkbox"] {
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; */
    display: none;
}

.chose-button-group input[type="radio"]:checked+label,

.chose-button-group input[type="checkbox"]:checked+label {
    border: solid 2px #27a09a;
    background-color: #ffffff;
}


/* 新增刪除按鈕 */
.func-btn {
    display: none;
    position: absolute;
    z-index: 2000
}

@media(max-width: 767.98px) {

    /* 手機板 */
    .func-btn {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0;
    }
}

.func-btn.in {
    display: block;
}

.func-fixed-btn {
    font-size: 20px;
    background-color: #ffff;
    display: flex;
    margin: 0;
    padding: 25px 50px;
    border-radius: 0;
}

.hidden {
    display: none;
}

.pc-hidden {
    display: none;
}

@media(max-width: 767.98px) {
    .func-fixed-btn {
        padding: 25px;
    }

    .pc-hidden {
        display: block;
    }
}

.func-fixed-btn:hover {
    background-color: #e0e0e0;
}

.direction-font {
    font-size: 30;
    color: #b7b7b7;
    line-height: 1;
}

.direction-font:hover {
    font-size: 30;
    color: #000000;
}

.direction-right,
.margin-left {
    margin-left: 10px;
}

.direction-left,
.margin-right {
    margin-right: 10px;
}

.margin-all {
    margin: 10px;
}

.text-center {
    text-align: center;
}

.text-start {
    text-align: start;
}

.hide {
    display: none !important;
}

.hide.show {
    display: block !important;
}

.activity-quest-title.hide.show {
    display: flex !important;
}

.display-flex {
    display: flex !important;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.display-flex-column {
    display: flex !important;
    flex-direction: column;
}

.left {
    float: left;
}

.word-break {
    word-break: break-all;
}

.gray-font {
    color: #707070;
}

/* 時間選擇 */
.home-record-title {
    justify-content: center;
    height: 50px;
    margin: 20px;
}

.home-record-title-date {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding-left: 30px;
}

.full-width {
    width: 100%;
}

.width-33 {
    width: 33.3%;
}

.width-35 {
    width: 35%;
}

.width-50 {
    width: 50%;
}

.width-80 {
    width: 80%;
}

.inline-flex {
    display: inline-flex;
}

.margin-10 {
    margin: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

@media(min-width: 768px) {
    .home-record-title-date {
        width: 80%;
        font-size: 35px;
    }
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

nav.table-pagination-num {
    text-align: center;
    font-size: 13px;
    width: 100%;
}

nav.table-pagination-num>ul {
    margin: 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.top-border {
    border-top: 1px solid #707070;
    margin-top: 20px;
}

.font-size-20 {
    font-size: 20px
}

.fb_dialog_content>iframe {
    bottom: 12% !important;
}

.font-color-black {
    color: #707070;
}

/* 水平進度條 */
.progress {
    height: 5px;
    border-radius: 10px;
    opacity: 0.8;
    background-color: #406169;
}

.progress-bar {
    border-radius: 10px;
    background-image: -webkit-linear-gradient(to left, #16e0b9 100%, rgba(22, 224, 185, 0) 0%);
    background-image: -o-linear-gradient(to left, #16e0b9 100%, rgba(22, 224, 185, 0) 0%);
    background-image: -moz-linear-gradient(to left, #16e0b9 100%, rgba(22, 224, 185, 0) 0%);
    background-image: linear-gradient(to left, #16e0b9 100%, rgba(22, 224, 185, 0) 0%);
    -webkit-appearance: none;
}

/* 垂直進度條 */
.v-progress {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 6px;
    opacity: 0.8;
    background-color: #5283c6;
    box-shadow: 0px 0px 15px 0px #16e0b9;
    border-radius: 10px;
    -webkit-appearance: none;
}

.v-progress-bar {
    position: absolute;
    width: 100%;
    height: 0;
    max-height: 100%;
    border-radius: 10px;
    background: -webkit-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-appearance: none;
}

/* 橫線 */
.cross-line {
    flex: 1;
    border-top: 1px solid #000;
}

.global-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    padding-top: 30px;
    padding-bottom: 100px;
    font-family: 'Roboto', sans-serif;
    background: -webkit-linear-gradient(to bottom, rgb(7 21 46) 60%, rgb(83 131 198) 100%);
    background: -o-linear-gradient(to bottom, rgb(7 21 46) 60%, rgb(83 131 198) 100%);
    background: -moz-linear-gradient(to bottom, rgb(7 21 46) 60%, rgb(83 131 198) 100%);
    background: linear-gradient(to bottom, rgb(7 21 46) 60%, rgb(83 131 198) 100%);
    -webkit-appearance: none;
}


/* 標題區塊 */

.header-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 30px;
    min-height: 44px;
}

.header-area .title-text {
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.header-area .header-left {
    position: absolute;
    left: 30px;
}

.header-area .header-right {
    position: absolute;
    right: 30px;
}

.header-area .info-btn>a {
    color: #fff;
    font-size: 28px;
}

.header-area .info-btn>a:hover {
    text-decoration: none;
}

.header-area .info-btn.text>a {
    color: #fff;
    font-size: 14px;
    border: #fff 1px solid;
    border-radius: 10px;
    padding: 5px 8px;
}

/* 個人資料頁面內容 */

.content-area {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 30px;
    color: #fff;
}

.user-profile-area {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}


/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}



.modal-new-style {
    /* left: 25%;
    top: 30%; */
}

.modal-new-style-content {
    position: fixed;
    top: 25%;
    left: 13%;
    width: 74%;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 #16e0b9;
    -webkit-appearance: none;
}

.modal-new-style-content.full-width {
    left: 0;
    width: 100%;
}

.modal-new-style-header {
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-new-style-noty {
    font-size: 12px;
    margin: 5px;
}

.modal-new-style-button {
    margin: 10px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 #5283c6;
    background-color: #ffffff;
    /* -webkit-appearance: none; */
}

/* 第一次填寫資料 */
#first_form input,
#first_form select {
    width: 200px;
}

#first_login_form a[type="button"],
#first_form button {
    width: 150px;
    margin: auto;
    margin-top: 20px;
}

/* 表單版面 */
.form-center-modal .modal-content {
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    -webkit-appearance: none;
    overflow-y: scroll;
}

.form-center-modal .close-btn {
    width: 100%;
    text-align: right;
}

.form-center-modal input {
    width: 100%;
}

.form-center-modal textarea {
    width: 100%;
    height: 200px;
}

.form-center-modal button {
    width: 150px;
    margin: auto;
    margin-top: 20px;
}

/* 付費預約 */
#Modal_Reservation .modal-dialog {
    margin: 0;
}

#Modal_Reservation .modal-new-style-content {
    padding-right: 10%;
    padding-left: 10%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

#Modal_Reservation .modal-new-style-header {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #337ab7;
}

#Modal_Reservation input {
    width: 100%;
}

#Modal_Reservation textarea {
    width: 100%;
    height: 100px;
}

.white-text {
    color: #fff;
}

/* 隱藏Scrollbar */
body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
}

/* modal背景 */
.modal-backdrop {
    height: 100%;
    width: 100%;
}

/* 勳章圖片 */
/* .medal-pic[src=""] {
    display: none;
} */




/* 變更語言 */

.language-modal a {
    color: #000;
}

.global-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 15px;
    font-size: 12px;
    /* margin-left: auto; */
    color: #fff;
}

.not-finish {
    background-color: #aeaeae;
}

.finish {
    background-color: #16e0b9;
}

.get-bouns {
    background-color: #16e0b9;
}

.continue {
    background-color: #5283c6;
}

.finish {
    background: -webkit-linear-gradient(#5283c6, #16e0b9);
    background: -o-linear-gradient(#5283c6, #16e0b9);
    background: -moz-linear-gradient(#5283c6, #16e0b9);
    background: linear-gradient(#5283c6, #16e0b9);
    -webkit-appearance: none;
}

.close-btn {
    float: right;
    margin-left: auto;
    margin-bottom: 4px;
    background: none;
    border: none;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    -webkit-appearance: none;
}


.close-btn:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.video {
    height: 100%;
    width: 100%;
}


.carousel-item img {
    width: 100%;
    /* height: 100vh; */
}


.welcome-start-btn {
    background-color: #3EE8AF;
    color: white;
    border: none;
    width: 100%;
    height: 55px;
    max-width: 300px;
    border-radius: 150px;
}

.welcome-start-btn:disabled {
    background-color: #C4FDEA;
}

.welcome-start-btn:focus {
    outline: none;
}

/* SVG */
.coin-img {
    display: flex;
    align-items: center;
}

.coin-img img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}


/* Help */
.fixed-skip {
    color: #16e0b9;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 18px;
    padding: 15px;
}


.other-quest {
    order: 3;
    text-align: start;
    margin-top: 12px;
    color: #5283c6;
}

.other-more-msg,
.other-less-msg {
    order: 3;
    text-align: start;
    color: #5283c6;
}

/* 挑戰賽開始Alert的版面 */
.activity-start-title {
    font-size: 18px;
}

.activity-start-content {
    font-size: 16px;
    margin-bottom: 10px;
}

#Modal_Reservation .modal-new-style-input {
    margin: 5px;
    padding: 5px;
}

#Modal_Reservation button {
    width: 200px;
    padding: 10px;
    margin-top: 20px;
    align-self: center;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 #5283c6;
    background-color: #ffffff;
}

#Modal_Reservation .display-flex-column {
    margin-bottom: 20px;
    align-items: flex-start;
}


#Modal_Reservation .modal-new-text {
    padding-left: 5px;
}


/* 時間選擇器 */
.select-year,
.select-month,
.select-day {
    background: none;
    color: #fff;
    text-align: center;
    text-align-last: center;
    border-radius: 15px;
    border: solid 2px #5283c6;
    font-size: 16px;
    width: 80px;
    height: 28px;
    margin-right: 5px;
}

.select-month option,
.select-day option {
    color: black;
}


.none-copy {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.func-area button{
    margin: 0 0 10px;
}

.table-function-btn a {
    margin-right: 4px;
    margin-bottom: 4px;
}
.table-img {
    width: auto;
    height: 200px;
}

/* 必填值 */
.required:before {
    content: '* ';
    color: #f00;
}

/* Select2必填顯示 */
.form-content select.select2{
    display: block !important;
    position: absolute;
    width: 1px;
    height: 1px;
    bottom: 10px;
    z-index: -1;
}
.select2-result.select2-result-unselectable.select2-disabled {
    display: none;
}
.select2-search-choice div {
    line-height: 1.2;
}

/* Table Sort */
.table-sort {
    float: right;
}
.table-sort > a {
    color: #aeaeae;
}
.table-sort > a.active {
    color: #000;
}


.input-group-prepend input[type='checkbox']{
    width: 20px;
    margin-right: 5px;
}
