/* 後端 */
.wrap {
    font-size: 0.85rem;
}

.input-group {
    align-items: center;
}

input[type=text].form-control, .custom-file-label {
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
}

/* 前端 */
.breeze-login-view-container {
    display: flex;
    align-items: center;
}

.breeze-login-view {
    display: inline-flex;
    padding-left: 1rem;
    margin-top: -10px;
    flex-direction: column;
    align-items: end;
}

.breeze-login-view > a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-grow: 0;
    background-color: #84dade;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 3px;
}

.breeze-login-slide {
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    /*position: absolute;*/
    right: 0;
    background-color: #fff;
    border-radius: 2px;
    border: solid 1px #f2f2f2;
    top: 25px;
    z-index: 999;
    padding: 10px 20px;
    width: 160px;
    margin-top: 14px;
}

.akea-body a.breeze-register {
    display: inline-block;
    border: 1px solid white;
    background-color: #84dade;
    color: white;
    padding: 1px 8px;
    border-radius: 3px;
    width: 128px;
    height: 34px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 34px;
    margin-left: 24px;
    text-decoration: underline;
}

.step {
    display: block;
    align-items: center;
    margin-bottom: 38px;
}

.step div {
    display: inline-block;
}

.akea-body .breeze-point-active a {
    background-color: #84DADE;
    color: white;
    padding: 10px 27px;
    border-radius: 3px;
    font-size: 24px;
    text-decoration: underline;
    word-break: keep-all;
}

.akea-body .breeze-point-active a:hover {
    color: white;
    text-decoration: underline;
}

.step > .step1, .step > .step2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    width: 83px;
    height: 35px;
    background-color: black;
    color: white;
    border-radius: 2px;
    text-align: center;
}

.step > .title {
    padding: 0 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #333;
    word-break: keep-all;
}

.breeze-point-active > .row > p {
    font-size: 20px
}

.akea-body a.breeze-register:hover {
    color: white;
}

.breeze-reload {
    display: none;
    border: 1px solid white;
    background-color: #84dade;
    color: white;
    padding: 1px 8px;
    width: 60%;
    border-radius: 4px;
    margin: 25px auto;
}

.breeze-tomorrow {
    width: 100%;
    text-align: center;
    background: #F3F3F3;
    border-radius: 3px;
    height: 40px;
    font-family: 'PingFang TC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}

#check-in-button {
    width: 191px;
    height: 48px;
    position: fixed;
    z-index: 9999;
    right: 30px;
    top: 88px;
}

#check-in-button.slide-up {
    animation-name: slideUp;
    animation-duration: 0.6s;
}

#check-in-button.slide-down {
    top: 224px;
    animation-name: slideDown;
    animation-duration: 0.7s;
}

@keyframes slideUp {
    from {
        top: 224px;
    }
    to {
        top: 88px;
    }
}

@keyframes slideDown {
    from {
        top: 88px;
    }
    to {
        top: 224px;
    }
}

.breeze-login-slide li {
    text-align: right;
    align-items: start;
}

.breeze-login-slide > li > a {
    color: #a0a0a0;
    width: 100%;
    display: block;
}

.breeze-login-slide > li > a:hover {
    color: #8edbd3;
}

.akea-main-menu-right-button.akea-style-default {
    font-size: 10px;
    padding: 4px 8px;
    border: solid 1px #9d9d9d;
    margin-top: -6px;
}

.fa.fa-facebook, .fa.fa-instagram, .fa.fa-search {
    display: inline-flex;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

.fa.fa-facebook {
    background-image: url(../images/ph:facebook-logo-light.webp);
}

.fa.fa-instagram {
    background-image: url(../images/ph:instagram-logo-light.webp);
}

.fa.fa-search {
    margin-top: 4px;
    background-image: url(../images/clarity:search-line.webp);
}

.fa.fa-facebook:before, .fa.fa-instagram:before, .fa.fa-search:before {
    content: '';
}

.breeze-post-history {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}

.breeze-post-history-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
}

.breeze-post-history-header-info {
    text-align: center;
    flex: 1;
}

.breeze-post-history-header-info-num, .breeze-post-history-header-info-description {
    font-family: 'Noto Sans TC';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    font-weight: 500;
}

.breeze-post-history-header-info-num {
    font-size: 24px;
    font-weight: 800;
    color: #84dade;
}

.breeze-post-history-header-info-description {
    font-size: 16px;
    font-weight: 500;
    color: #a0a0a0;
}

.breeze-post-history-body {
    margin-top: 24px;
}

.akea-page-title-wrap.akea-style-custom .akea-page-title.akea-page-title.breeze-page-title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.breeze-post-history-body-node {
    font-family: 'Noto Sans TC';
    text-align: left;
    color: #a0a0a0;
    display: block;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.5rem;
    padding: 16px 0;
}

.breeze-post-history-body-node:first-child {
    color: #cecece;
    padding: 0;
}

.breeze-post-history-body-node-date, .breeze-post-history-body-node-title, .breeze-post-history-body-node-num, .breeze-post-history-body-node-status {
    display: inline-flex;
    font-weight: 500;
}

.breeze-post-history-body-node-date {
    width: 148px;
    padding-right: 1px;
}

.breeze-post-history-body-node-title {
    width: 456px;
}

.breeze-post-history-body-node-num {
    width: 119px;
}

.breeze-post-history-body-node-status {
}

.breeze-menu-post-history, .breeze-menu-logout, .breeze-menu-login {
    display: none;
}

.breeze-post-history-body-node-date > .breeze-post-history-body-node-date,
.breeze-post-history-body-node-num > .breeze-post-history-body-node-num,
.breeze-post-history-body-node-title > .breeze-post-history-body-node-title,
.breeze-post-history-body-node-status > .breeze-post-history-body-node-status {
    display: none;
}

.akea-sidebar-style-none {
    max-width: 800px;
    margin: 0 auto;
}

.breeze-none {
    display: none;
}

.breeze-send-points {
    color: #84dade;
}

.breeze-not-send-points {
    color: palevioletred;
}

.breeze-send-total-points {
    color: #84dade;
}

.akea-body > .breeze-notify {
    z-index: 9999999;
    border: 2px solid #8edbd3;
    /*position: fixed;*/
    background: white;
}

.akea-sticky-navigation.akea-style-fixed .akea-navigation-top {
    align-items: self-start;
}

.breeze-point-active .row {
    margin-bottom: 46px;
}

.breeze-point-active .row h3 {
    margin-bottom: 24px;
    font-size: 32px;
}

.check-in {
    display: flex;
    justify-content: space-between;
}

.check-in .day {
    padding: initial;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90px;
    height: 180px;
    background-position: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    background-image: url(../images/day.svg);
}

.check-in .day.active {
    cursor: not-allowed;
    background-image: url(../images/done.svg);
}

.check-in .day > .text {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: white;
    padding-top: 2px;
}

.check-in .day > .point {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    padding-top: 62px;
}

.check-in .day.active .point {
    color: #dadada;
}

.breeze-loader-wrapper {
    display: none;
    margin: 25px auto;
}

.breeze-loader {
    zoom: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    animation: wait .80s steps(1, start) infinite;
    background: linear-gradient(0deg, #f4f5fa 1px, transparent 0, transparent 8px, #f4f5fa 8px), /* 6  */ linear-gradient(90deg, #d2d5d4 1px, #d2d5d4 0, #d2d5d4 3px, #d2d5d4 3px),
    linear-gradient(0deg, #cfd5d2 1px, transparent 0, transparent 8px, #cfd5d2 8px), /* 5  */ linear-gradient(90deg, #cfd5d2 1px, #cfd5d2 0, #cfd5d2 3px, #cfd5d2 3px),
    linear-gradient(0deg, #c4d7cf 1px, transparent 0, transparent 8px, #c4d7cf 8px), /* 4  */ linear-gradient(90deg, #c4d7cf 1px, #c4d7cf 0, #c4d7cf 3px, #c4d7cf 3px),
    linear-gradient(0deg, #b3d7cf 1px, transparent 0, transparent 10px, #b3d7cf 10px), /* 3  */ linear-gradient(90deg, #b3d7cf 1px, #b3d7cf 0, #b3d7cf 3px, #b3d7cf 3px),
    linear-gradient(0deg, #a3d9d0 1px, transparent 0, transparent 15px, #a3d9d0 15px), /* 2  */ linear-gradient(90deg, #a3d9d0 1px, #a3d7d0 0, #a3d9d0 3px, #a3d9d0 3px),
    linear-gradient(0deg, #8edbd3 1px, transparent 0, transparent 15px, #8edbd3 15px), /* 1  */ linear-gradient(90deg, #8edbd3 1px, #8edbd3 0, #8edbd3 3px, #8edbd3 3px);
    background-repeat: no-repeat;
    background-size: 4px 9px, /* 6 */ 4px 9px,
    4px 9px, /* 5 */ 4px 9px,
    4px 9px, /* 4 */ 4px 9px,
    4px 11px, /* 3 */ 4px 11px,
    4px 16px, /* 2 */ 4px 16px,
    4px 16px, /* 1 */ 4px 16px;
    background-position: -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 3px, -4px 2px, -4px 2px, -4px 0, -4px 0, -4px 0, -4px 0;
}

@keyframes wait {
    12.5% {
        background-position: -4px, /* 6 */ -4px,
        -4px, /* 5 */ -4px,
        -4px, /* 4 */ -4px,
        -4px, /* 3 */ -4px,
        -4px, /* 2 */ -4px,
        0, /* 1 */ 0;
    }
    25% {
        background-position: -4px, /* 6 */ -4px,
        -4px, /* 5 */ -4px,
        -4px, /* 4 */ -4px,
        -4px, /* 3 */ -4px,
        0, /* 2 */ 0,
        6px, /* 1 */ 6px;
    }
    37.5% {
        background-position: -4px, /* 6 */ -4px,
        -4px, /* 5 */ -4px,
        -4px, /* 4 */ -4px,
        0, /* 3 */ 0,
        6px, /* 2 */ 6px,
        12px, /* 1 */ 12px;
    }
    50% {
        background-position: -4px, /* 6 */ -4px,
        -4px, /* 5 */ -4px,
        0, /* 4 */ 0,
        6px, /* 3 */ 6px,
        12px, /* 2 */ 12px,
        -4px, /* 1 */ -4px;
    }
    62.5% {
        background-position: -4px, /* 6 */ -4px,
        0, /* 5 */ 0,
        6px, /* 4 */ 6px,
        12px, /* 3 */ 12px,
        -4px, /* 2 */ -4px,
        -4px, /* 1 */ -4px;
    }
    75% {
        background-position: 0, /* 6 */ 0,
        6px, /* 5 */ 6px,
        12px, /* 4 */ 12px,
        -4px, /* 3 */ -4px,
        -4px, /* 2 */ -4px,
        -4px, /* 1 */ -4px;
    }
    87.5% {
        background-position: 6px, /* 6 */ 6px,
        12px, /* 5 */ 12px,
        -4px, /* 4 */ -4px,
        -4px, /* 3 */ -4px,
        -4px, /* 2 */ -4px,
        -4px, /* 1 */ -4px;
    }
    100% {
        background-position: 12px, /* 6 */ 12px,
        -4px, /* 5 */ -4px,
        -4px, /* 4 */ -4px,
        -4px, /* 3 */ -4px,
        -4px, /* 2 */ -4px,
        -4px, /* 1 */ -4px;
    }
}

.breeze-point-active, .breeze-post-history {
    margin-top: 40px;
}

.user-info-maintenance {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid black;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.user-info-maintenance .container {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*flex-direction: column;*/
    /*background: white;*/
    /*padding: 2rem 1rem;*/
    /*width: 100vw;*/
    /*position: relative;*/
    /*pointer-events: none;*/
    /*margin: 1rem;*/
    margin: 1.75rem auto;
}

.user-info-maintenance .container .content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background: #FFFFFF;
    margin: 1rem;
    width: auto;
    padding: 2rem 1rem;
    border-radius: 2px;
}

.user-info-maintenance .container .text-danger {
    color: rgba(220, 53, 69);
    font-size: 14px;
}

.user-info-maintenance .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.user-info-maintenance .row .col {
    display: flex;
    flex-direction: column;
    margin: 0 4px;
    width: 50%;
}

.user-info-maintenance .row .col .grid {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 4px 8px 4px;
}

.user-info-maintenance .row .col .label {
    color: black;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.user-info-maintenance .row .col .label .error-text {
    font-size: 13px;
    color: rgba(220, 53, 69);
}

.user-info-maintenance input, .user-info-maintenance select {
    height: 50px;
    border: 1px solid #AEAEAE;
    padding: 0 18px;
    border-radius: 2px;
}

.user-info-maintenance .success {
    display: flex;
    background: white;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 20vh;
    padding: 1rem;
    max-width: 440px;
    margin: 0 auto;
    display: none;
}

.user-info-maintenance .success div {
    margin: 1.3rem auto;
    font-family: PingFang TC;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.75px;
    width: 100%;
    text-align: center;
}

.user-info-maintenance .success div.header {
    color: #333333;
}

.user-info-maintenance .success div.body {
    color: #6B6B6B;
}

.user-info-maintenance .success div.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-info-maintenance .success div.footer button {
    width: 50%;
    border: 1px solid #333333;
    background: white;
    font-family: PingFang TC;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.75px;
    padding: 0.5rem;
}

.akea-body .user-info-maintenance input:read-only, .akea-body .user-info-maintenance select.readonly {
    background: rgb(236, 236, 236);
}

.akea-body .user-info-maintenance button[type=submit], .user-info-maintenance button[type=submit]:active {
    background: #BCA570;
    border: 0;
    color: white;
    height: 50px;
    cursor: pointer;
}

.akea-body .user-info-maintenance .submit.active {
    display: none;
}

.akea-body .user-info-maintenance input, .akea-body .user-info-maintenance select {
    color: black;
}

.user-info-maintenance button[type=submit]:hover, .user-info-maintenance button[type=submit]:disabled {
    background: #D7C6A1
}

.user-info-maintenance .error-info {
    display: none;
}

.user-info-maintenance .error-info.active {
    display: block;
}

.lds-ellipsis {
    display: none;
    position: relative;
    width: 80px;
    height: 50px;
}

.lds-ellipsis.active {
    display: inline-block;
}

.lds-ellipsis div {
    position: absolute;
    top: 20px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.progress {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    position: fixed;
    background: transparent;
    top: 0;
    flex-direction: column;
}

.progress .overlay {
    background: #000000b3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.circles-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 30vh;
}

.circles {
    display: flex
}

.circle {
    width: 14px;
    height: 14px;
    border-radius: 15px;
    background: #BCA570;
    animation: breeze_pulse 0.7s infinite linear;
    margin: 2px;
    transform: scale(0);
}

.circle:nth-child(1) {
    animation-delay: 0s;
}

.circle:nth-child(2) {
    animation-delay: 0.2s;
}

.circle:nth-child(3) {
    animation-delay: 0.4s;
}

.circle-text {
    color: #BCA570;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    z-index: 9;
}

@keyframes breeze_pulse {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@media (max-width: 767px) {

    .akea-page-title-wrap.akea-style-custom .akea-page-title.akea-page-title.breeze-page-title {
        font-size: 16px;
        margin-top: -26px;
    }

    .breeze-post-history-body {
        margin-top: 4px;
    }

    .breeze-post-history-header-info-num {
        font-size: 16px;
    }

    .breeze-post-history-body-node-date {
        font-size: 12px;
    }

    .breeze-post-history-header-info-description {
        font-size: 13px;
    }

    .breeze-post-history-body-node {
        padding: 20px 0;
    }

    .breeze-post-history {
        padding: 0 15px;
    }

    .breeze-post-history-header-info:nth-child(1) {
        flex: 0.4;
    }

    .breeze-post-history-header-info:nth-child(2) {
        flex: 0.6;
    }

    .breeze-post-history-header-info:nth-child(3) {
        flex: 0.3;
    }

    .breeze-post-history-body-node-date, .breeze-post-history-body-node-num {
        max-width: 82px;
    }

    .breeze-post-history-body-node-title, .breeze-post-history-body-node-status {
        max-width: 52vw;
        min-width: 228px;
    }

    .breeze-post-history-body-node:nth-child(1) {
        display: none;
    }

    .breeze-post-history-body-node-date, .breeze-post-history-body-node-title, .breeze-post-history-body-node-num, .breeze-post-history-body-node-status {
        flex-direction: column;
        font-size: 14px;
    }

    .breeze-post-history-body-node-date > .breeze-post-history-body-node-date,
    .breeze-post-history-body-node-title > .breeze-post-history-body-node-title,
    .breeze-post-history-body-node-num > .breeze-post-history-body-node-num,
    .breeze-post-history-body-node-status > .breeze-post-history-body-node-status {
        display: block;
        font-size: 12px;
        color: #cecece;
    }

    .breeze-post-history-body-node-num > .breeze-post-history-body-node-num,
    .breeze-post-history-body-node-status > .breeze-post-history-body-node-status {
        margin-top: 16px;
    }

    .breeze-post-history-body-node-date {
        font-size: 14px;
    }

    .check-in div.text {
        font-size: 16px;
    }

    .check-in {
        display: flex;
        justify-content: space-between;
        justify-items: self-start;
        align-content: start;
        flex-wrap: wrap;
        gap: 1rem 0.5rem;
    }

    .brand-hide {
        animation-name: brand-hide;
        animation-duration: 0.3s;
    }

    .brand-show {
        animation-name: brand-show;
        animation-duration: 0.3s;
    }

    #check-in-button.brand-hide {
        right: -144px;
    }

    #check-in-button.brand-show {
        right: 30px;
    }

    @keyframes brand-hide {
        from {
            right: 30px;
        }
        to {
            right: -144px;
        }
    }

    @keyframes brand-show {
        from {
            right: -144px;
        }
        to {
            right: 30px;
        }
    }
}

@media (min-width: 576px) {
    .user-info-maintenance .container {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .user-info-maintenance .container {
        width: 800px;
    }
}

@media (max-width: 575px) {
    .user-info-maintenance .row {
        flex-direction: column;
        align-items: center;
    }

    .user-info-maintenance .success {
        margin: 1rem;
    }

    .user-info-maintenance .row .col {
        width: 100%;
    }
}
.breeze-login-slide > li > a.show-info-modal{
display:none;
}
