﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat');

:root {
    --loginBtn-shadow-color: 42deg 45% 49%;
    --loginBtn-shadow-elevation-medium: 0px 0.6px 0.7px hsl(var(--loginBtn-shadow-color) / 0.37), 0px 2px 2.3px -0.8px hsl(var(--loginBtn-shadow-color) / 0.37), -0.1px 4.9px 5.6px -1.6px hsl(var(--loginBtn-shadow-color) / 0.38), -0.1px 11.9px 13.5px -2.4px hsl(var(--loginBtn-shadow-color) / 0.38);
    --loginBtn-shadow-elevation-high: 0px 0.6px 0.7px hsl(var(--loginBtn-shadow-color) / 0.34), 0px 3.6px 4.1px -0.4px hsl(var(--loginBtn-shadow-color) / 0.34), -0.1px 6.6px 7.5px -0.7px hsl(var(--loginBtn-shadow-color) / 0.35), -0.1px 10.9px 12.3px -1px hsl(var(--loginBtn-shadow-color) / 0.35), -0.2px 17.4px 19.7px -1.4px hsl(var(--loginBtn-shadow-color) / 0.35), -0.3px 27.1px 30.7px -1.8px hsl(var(--loginBtn-shadow-color) / 0.35), -0.4px 41.1px 46.5px -2.1px hsl(var(--loginBtn-shadow-color) / 0.35), -0.6px 60.4px 68.4px -2.4px hsl(var(--loginBtn-shadow-color) / 0.35);
}

/*原生html標籤 設定*/
/*body {
    font-family: 'Montserrat',STHeiti,"Microsoft JhengHei";
}*/
body {
    font-family: 'Roboto','Noto Sans TC','Gothic A1', sans-serif;
}

label {
    padding: 0;
    margin-right: 3px;
    cursor: pointer;
}

    label:not(.form-check-label):not(.custom-file-label):not(.TextLabel) {
        font-weight: normal;
    }

input, button {
    font-family: 'Montserrat',STHeiti,"Microsoft JhengHei";
}

    input:focus {
        outline-offset: unset;
    }

:focus {
    outline: unset;
}

input[type=checkbox], input[type=radio] {
    display: none;
}

    input[type=checkbox]#agreement, input.Chkbox, input.Radio {
        display: unset;
    }

.RoundTitle {
    padding: 10px 10px;
    text-align: center;
    color: #6e4a31;
    background: #fad795;
    border-radius: 20px 20px 20px 0px;
    box-shadow: 1px 2px 3px #dacab9;
}
h3.RoundTitle,.Title .RoundTitle{
    color: #6e4a31;
}

.TableArea .table td, .TableArea .table th {
    padding: 0rem;
    vertical-align: top;
    font-family: var(--mont-common-ff);
}
.TableArea thead th:not(:last-child) {
    border-right:1px solid #997948b5;
}
.DisplayNone {
    display: none
}

.Varhr {
    background: #ffedcb;
    height: 2px;
    margin: 15px;
}

.InfoTitle p {
    text-align: left;
    /* font-size: 18px; */
    font-size: 28px;
    /*font-weight: bold;*/
    /* color: #494949; */
    color: #a78c5b;
}

.SubInfoTitle p {
    color: #494949;
    font-size: 15px;
}

/*bar*/
.FunctionM {
    padding: 0;
    margin: 0;
}

    .FunctionM .FItem {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }


/* class style */
.SelectStyle {
    padding: 3px 5px;
    color: #a78c5b;
    background-color: #fff;
    border: 1px solid #a78c5b;
    border-radius: 5px;
    outline: none;
}

    .SelectStyle:hover {
        /* font-weight: bold; */
        border-color: #d08b0c;
        color: #d08b0c;
    }

.Transparent {
    opacity: 0;
}
/*#region 圖表相關CSS*/
/*子標題客製*/
#ReportInfo .SubInfoTitle {
    display: block;
}

    #ReportInfo .SubInfoTitle p {
        font-size: 22px;
        /*font-weight: 500;*/
        text-align: center;
        color: #a78c5b;
    }

/* 選擇區域 */
#ReportInfo .ChoiceArea {
    margin: 20px 3px;
    /*border: 2px solid#c2ad85;*/
    border-radius: 5px;
    padding: 15px;
    background: #f8f8f8;
    box-shadow: inset 0px 1px 3px 1px #d6d6d67a;
}

    #ReportInfo .ChoiceArea .row:first-child {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #ReportInfo .ChoiceArea .form-group {
        margin: 5px 5px 0px 5px;
    }


    #ReportInfo .ChoiceArea label {
        margin-left: 4%;
        color: #a78c5b;
        font-family: var(--mont-common-ff);
    }

    #ReportInfo .ChoiceArea button.ChartButton {
        min-width: 65px;
        margin: 2px 0;
        padding: 10px 14px;
        line-height:1; /*讓文字下方的空間不見*/
        color: #fff;
        background-color: #ffa500;
        border: none;
        border-radius: 20px;
        box-shadow: 1px 1px 0px 0px #db7906cf;
    }

    #ReportInfo .ChoiceArea .SelectDown {
        min-width: 113px;
        font-family: var(--mont-common-ff);
    }

    #ReportInfo .ChoiceArea .DateRange {
        min-width: 230px;
        text-align: center;
    }

    #ReportInfo .ChoiceArea .SelectSortBy {
        min-width: 98px;
        font-family: var(--mont-common-ff);
    }

/*匯出excel button*/
#OrderQueryApp .ExportFile,
#ReportInfo .btn.ExportFile {
    margin: 2px 0;
    padding: 5px 10px;
    color: #fff;
    background-color: #58b273;
    border: none;
    border-radius: 5px;
    min-width: 65px;
}

/* 圖表 */
#ReportInfo .ChartArea {
    position: relative; /*要讓load cover能覆蓋上去*/
}

#ReportInfo .ChartArea .ChartCanvas {
    min-height: 250px;
    height: 300px;
    max-height: 300px;
    max-width: 100%;
}

/* 表格 */
#ReportInfo .TableArea {
    margin: 10px 0 1rem;
    max-width: calc(85vw - 280px - 40px);
    overflow: auto;
}

#ReportInfo .TableArea.Wider {
    max-width: calc(85vw - 80px - 40px);
}

#ReportInfo .table {
    color: #847356;
    margin-bottom:6px;
}

#ReportInfo .TableArea > table > thead {
    background-color: #ffdfa6;
}

#ReportInfo tr {
    text-align: center;
}
#ReportInfo tbody tr:nth-child(odd) {
    background-color: #fff;
}
#ReportInfo tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}
#ReportInfo.TableArea > table > thead > tr > th,
#ReportInfo.TableArea > table > tbody > tr > td {
    color: #a78c5b;
}

.rowTr td:first-child {
    font-weight: bold;
}

.rowTr:nth-child(odd) td:first-child {
    background-color: #fff5e1;
}

.rowTr:nth-child(even) td:first-child {
    background-color: #ffdfa6;
}

/*#endregion*/


.Login-Body {
    position: relative;
    height: 100vh; /*bear註解掉的*/
    /*background-image: url(../../Assets/Images/JBack.png);*/
    margin: 0;
}

/*例外狀況*/
.ExceptionDiv {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.ExceptionDiv img {
    max-width: 200px;
    width: 30vh;
    min-width: 50px;
    margin-bottom: 1rem;
}

.ExceptionDiv h3,.ExceptionDiv p {
    /*font-size:1.25rem*/
    font-size: 16px;
    font-family:var(--mont-common-ff);
}

/*self login*/
LoginBtn, RegisterBtn:disabled {
    color: gray;
}

.RegisS-Form {
    display: none;
}

/*Footer*/
.JO_Foot {
    font-size: 13px;
    padding: 50px 0;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #fad795;
}

    .JO_Foot p, .JO_Foot address, .JO_Foot a {
        margin: 0;
        line-height: unset;
        font-family: 'Montserrat',Arial,sans-serif;
        color: #2a7aad;
    }

.CitrusLogo, .AddressTimeInfo, .ContactInfo {
    padding: 0 2rem;
}

    .CitrusLogo .LogoWrap {
        margin-bottom: 10px;
        width: 160px;
    }

    .CitrusLogo img {
        width: 100%;
    }

.CitrusInfo {
    display: flex;
}

.AddressTimeInfo, .ContactInfo {
    padding: 5px 2rem;
    font-size: 14px;
}

.AddressTimeInfo, .ContactInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.ContactInfo {
    border-left: 1px solid #2a7aad52;
}

/*LOGIN */
.Login-Part {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}

    .Login-Part:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.Login-Contant {
    width: 30%;
    min-width: 300px;
    height: 537px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.5s;
    opacity: 0;
}

.Login-Form {
    padding: 15px 0;
    border-radius: 14px;
    /*border-radius: 5% 5% 0 0;*/
    background: rgba(255,255,255,0.3);
}

.Login-icon {
    width: 100px;
    margin-top: -65px;
}

.Login-Sign {
    margin: 10px;
    font-size: 20px;
    color: gray;
    font-weight: bold;
}


.Login-ImgPart input {
    min-width: 280px;
}


    .Login-ImgPart input.Password-inp {
        min-width: 240px;
    }

.Login-ImgPart, .Login-Btn {
    margin: 15px;
    padding: 10px;
    border-radius: 5px;
    background: white;
    position: relative;
    display: inline-block;
}

.Login-Btn {
    border: unset;
    padding: 13px;
    width: 345.35px;
    /*min-width: 300px;*/
    font-size: 20px;
    background: #f3c974;
    /*border: 1px solid rgba(255,255,255,0.4);*/
    color: #775336;
    font-weight: bold;
    box-shadow: 1px 2px 6px -1px rgba(0,0,0, 0.25);
    /*box-shadow: inset 1px 1px 50px 1px rgba(255,255,255, 0.1);*/
}

#RegisterBtn.Login-Btn {
    width: 305.35px;
}

.Login-Btn.disabled {
    background: #cacaca;
    color: #919191;
}
.ResetLinkBtn {
    border: unset;
    margin:10px 0;
    padding: 13px;
    width: 345.35px;
    font-size: 20px;
    background: #f3c974;
    color: #775336;
    font-weight: bold;
    box-shadow: 1px 2px 6px -1px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.ResetLinkBtn .InnerText {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    row-gap: 5px;
}

.Login-ImgPart img {
    width: 25px;
    margin: 0 5px;
    /*padding: 15px 0 35px 0;
        border-radius: 15px;*/
    display: inline-block;
    vertical-align: middle;
    /*box-shadow: inset 1px 1px 50px 1px rgba(0,0,0,0.09);*/
}

.PwdShowOrNot, .R-PwdShowOrNot, .Reset-PwdShowOrNot {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
}

.Login-ImgPart input {
    vertical-align: sub;
    font-size: 20px;
    padding: 10px 0;
    border-style: unset;
    color: gray;
}

#GetCodeBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 100%;
    color: #4ca5e7;
    border: 2px solid #ffffff;
    background-color: #f5f5f5;
    border-radius: 5px;
}

    #GetCodeBtn:hover {
        text-decoration: underline;
        color: #e8821c;
    }

.Reset-Hint,.Reset-PwdHint {
    display: block;
    margin-top: -5px;
    margin-bottom: .5rem;
    font-size: 14px;
    color: #797979;
}

.Login-LittlePart {
    width: 318.587px;
    margin: 10px;
    padding: 10px;
    display: inline-block;
    font-size: 0;
    /*min-width: 300px;*/
}

.FalseLinkBox {
    background-color: #e5e5e5;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FalseLinkIcon {
    width: 1.5rem;
    margin-right: 0.5rem;
}

.FalseLinkText {
    text-align: center;
    font-size: 1.5rem;
    color: #c02e2e;
    line-height: 80vh;
}

.LLItem {
    font-size: 16px;
    width: 50%;
    display: inline-block;
}
.LLItem.ForgetLink {
    width: 100%;
}

    .LLItem img, .Gender-Part img {
        width: 15px;
    }

.CheckBox20, .RadioBtn20 {
    display: inline-block;
    padding: 2px;
    position: relative;
}

.CheckBox20 {
    border-radius: 3px;
}

.RadioBtn20 {
    border-radius: 50%;
}


.Go-legt {
    text-align: left;
}

.CHBox, .RDBox {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background: white;
}

.RDBox {
    border: 2px solid transparent;
}

.CHText {
    height: 15px;
    top: -1px;
}

.Gender-Part .CHText {
    top: -3px;
}

.LLItem.ForgetPw .CHText {
    /*right:35px;*/ /*暫時註解，記得我的功能放回來後要取消註解*/
}

.CHText span {
    width: max-content;
    color: rgb(119 91 64);
    /*color: rgba(0, 0, 0, 0.5);*/
}

.Check-Middle {
    width: 100%;
    height: 100%;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 2px;
    /*position: absolute;*/
    /*暫時註解，不然“忘記密碼”區塊不會排在中間。
        等左邊的“記得我”區塊重新顯示後，再把這行 absolute 註解拿掉*/
}

    .Check-Middle:before {
        content: '';
        width: 100%;
        height: 100%;
        bottom: 0;
        vertical-align: middle;
    }

input[type=checkbox] + span img, input[type=radio] + span img {
    opacity: 0;
}

input[type=checkbox]:checked + span img, input[type=radio]:checked + span img {
    opacity: 1;
    transition: 0.5s;
}

.Gender-Part input[type=radio]:checked + span img {
    transform: translateY(-10%);
}

input[type=checkbox]:checked + span, input[type=radio]:checked + span {
    border: 2px solid gray;
}

.Login-DivHr {
    height: 2px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
}

.Login-Faild-Text {
    /*position: absolute;
    display: inline-block;
    width: 100%;
    top: -10px;
    left: 0;*/
}

.Faild-message {
    color: rgba(189, 29, 29, 1);
    /*color: rgba(0, 0, 0, 0.5);*/
}

    .Faild-message img {
        width: 20px;
        vertical-align: bottom;
    }

.Maybe-Register {
    border-radius: 0 0 15% 15%;
    color: rgb(119 91 64);
    /*color: rgba(0, 0, 0, 0.5);*/
    padding: 20px;
}

    .Maybe-Register b {
        font-size: 18px;
        padding: 10px;
    }


.Hamberger-Bottom {
    /*margin-top: 20px;*/
    border-radius: 0 0 25px 25px;
    background: rgba(255,255,255,0.4);
}

.Login-Message {
    position: relative;
    font-weight: bold;
}

.FirePart {
    display: block;
    transition: 0.5s;
}

.UnFirePart {
    display: none;
    transition: 0.5s;
}

.Step-Part, .Gender-Part {
    font-size: 0;
    padding-bottom: 0;
}

.Step-Part {
    /*padding: 10px 65px;*/
    padding: 10px 0px;
    margin: auto;
    width: 300px;
}

    .Step-Part div, .Gender-Part div {
        display: inline-block;
        position: relative;
        font-size: 15px;
        font-weight: bold;
        color: #2baec3;
    }

    .Step-Part div {
        width: 50%;
    }

    .Step-Part img {
        width: 20px;
        vertical-align: sub;
    }

.Gender-Part {
    /*margin: 10px 75px;*/
    width: 200px;
    margin: 10px auto;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}

    .Gender-Part div {
        text-align: left;
        /*width: 50%;*/
    }


.StepPage {
    opacity: 0;
    z-index: -1;
    transition: 0.5S;
}

    .StepPage .Login-ImgPart {
        margin: 10px;
        padding: 5px;
    }

        .StepPage .Login-ImgPart input {
            font-size: 16px;
        }


.Register-SomeTip .Maybe-Register {
    padding: 10px 20px;
}


.FireStep {
    opacity: 1;
    z-index: 1;
    transition: 0.5S;
}


.Pre-Step, .Gender-L {
    text-align: left;
}

.Next-Step, .Gender-R {
    text-align: right;
}


.BirthdayBeClick {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.R-Necessary:before {
    content: '*';
    color: gray;
    background: unset;
    position: absolute;
    top: 0;
}


.AModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
}

.SModal-Scale {
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
    /*background-color: rgba(0,0,0,0.25);*/
}

.SMSModalIn .SModal-Scale {
    opacity: 1;
    z-index: 500;
    transition: 0.2s;
}

.SModal-Scale-Contant {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}

    .SModal-Scale-Contant:before {
        content: ' ';
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
    }


    .SModal-Scale-Contant div.Middle-Modal {
        min-width: 151px;
        padding: 15px;
        border-radius: 8px;
        display: inline-block;
        vertical-align: middle;
        z-index: 501;
        transform: translateY(-100%);
        transition: 0.3s;
        background-color: rgba(0,0,0,0.5);
        /*background: -webkit-radial-gradient(circle,white,rgba(253,253,253,1));
    background: -o-radial-gradient(circle,white,rgba(253,253,253,1));
    background: -moz-radial-gradient(circle,white,rgba(253,253,253,1));
    background: radial-gradient(circle,white,rgba(253,253,253,1));*/
    }

.SMSModalIn .SModal-Scale-Contant div.Middle-Modal {
    transform: translateY(0);
    transition: 0.3s;
}

.Msg {
    color: white;
    font-size: 15px
}


.JOPContant {
    display: flex;
    align-items: center;
    justify-content: center;
}

.JCant {
    position: relative;
    flex: 0 0 88%; /*80%*/
    width: 85vw;
}
.LoadPanel{
    z-index:3;
}
.SetStoreTimeGo, .WarnPanel, .PayDonePanel, .LoadPanel, .WarnPanel_Term, .WarnPanel_Add {
    top: 0;
    left: 0;
    /*position: absolute;*/
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
}
.WarnPanel_Add{
    z-index:3;
}
.WarnPanel{
    z-index:5;
}
.LoadContant {
    background: white;
    border-radius: 5px;
    padding: 20px 50px;
    font-size: 20px;
    font-family: var(--mont-common-ff);
}


.StoreTimePanel {
    background: white;
    max-width: 600px;
    min-height: 500px;
    max-height: 500px;
    flex: 1;
    border-radius: 20px;
}

.TimeBox {
    margin: 20px;
}

.TBInfo {
    margin: 15px;
}

.TBTitle {
    background: white;
    margin: 5px 0;
}

.StoreEditInfoBox {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: gray;
    /*font-size: 1.3rem;*/
    /*border-top: 1px solid lightgray;*/
    /*padding-top: 25px;*/
    /*margin-top: 20px;*/
}

    .StoreEditInfoBox .PartInfoBox .Info .Price {
        color: red;
        font-size: 15px;
        margin-left: 10px;
    }

    .StoreEditInfoBox .PartInfoBox {
        /* flex: 0 0 25%; */
        display: flex;
        width: 100%;
        padding: 15px 0;
        margin-bottom: 1rem;
        /*border-bottom: 1px solid #d2d2d2;*/
    }

    .StoreEditInfoBox .moreSpace.PartInfoBox {
        flex: 1;
    }

    .StoreEditInfoBox .PartInfoBox .Title {
        display: block;
        min-width: 52px;
        margin: unset;
        margin-right: 15px;
        color: #6b6e70;
        font-size: 15px;
        /*font-size: 1.3rem;*/
    }

    .StoreEditInfoBox .PartInfoBox .Info {
        font-size: 17px;
        color: #212529;
    }

    .StoreEditInfoBox .PartInfoBox .Box {
        /* margin: 0 0 5px 0; */
        margin-right: 2rem;
    }

.TBTDes {
    background: whitesmoke;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 5px;
}

.ATimePart {
    display: flex;
}

.TBTHour {
    display: flex;
    flex-wrap: wrap;
}

.TBInfo.H {
    flex: 80%;
}

.TBInfo.M {
    flex: 40%;
}

.tbtHItem, .tbtMItem {
    /*background: #242424;
    color: white;*/
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    font-size: 18px;
}

.MyTime {
    background: #242424;
    color: white;
}


.TBMin {
    display: flex;
    flex-wrap: wrap;
}


.JOP {
    display: flex;
    width: 100%;
}

.MenuB {
    /*flex: 0 0 280px;*/
    /*background-color: lightgoldenrodyellow*/
}

    .MenuB .Bar {
        /*position: fixed;*/
        background: snow;
        /*background: rgba(255, 255, 255,0.5);*/
        overflow-y: auto;
        z-index: 10;
        height: calc(100vh);
        /*min-height: calc(100vh - 80px);*/
        padding: 0.77rem;
        /*display: flex;*/
        flex-direction: column;
        min-width: 280px;
        /*margin-top: 3px;*/
    }

.BarShadowLabel {
    width: 0px;
    height: 0px;
    display: none;
    position: absolute;
    top: 0;
    left: 281px;
    background-color: rgb(100 100 100 / 27%);
    z-index: -2;
}

.JPIcon {
    padding: 7px 0;
    padding-left: 20px;
    background: #fad795;
}

    .JPIcon img {
        width: 85px;
        /*height: 100px;*/
    }

    .JPIcon .AccountName, .JPIcon .LogOut {
        font-family: "Montserrat",Arial,sans-serif;
        color: #6e4a31;
    }

    .JPIcon .AccountName {
        margin: 0 1rem 0 0;
        font-size: 14px;
    }

    .JPIcon .LogOut {
        /* display: flex; */
        /* align-items: center; */
        padding-left: 10px;
        font-weight: bold;
        font-size: 14px;
        /* border: 1px solid #6e4a31; */
        /* background-color: #ffffff; */
        border-left: 1px solid #6e4a314f;
        cursor: pointer;
    }

        .JPIcon .LogOut:hover {
            text-decoration: underline;
        }

        .JPIcon .LogOut:focus-visible {
            outline: 2px solid #6e4a31
        }

        .JPIcon .LogOut i {
            font-size: 18px;
            margin-left: 1rem;
        }

/*Bear加：語係切換*/
/*.LangSwitch{
    position:relative;
}*/
.Login-Part .LangSwitch {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 8px 15px;
    background-color: #fff;
    box-shadow: -1px 1px 3px #bd6f3170;
    border-radius: 25px;
}
.LangSwitch {
    position: relative;
    bottom:unset;
    right:unset;
    display: flex;
    align-items: start;
    color: #5e5e5e;
    margin: 0 20px 0 auto;
}

    .LangSwitch label[for="LangGroupOpen"] {
        /*display: block;*/
        display: flex;
        align-items: center;
        margin: 0;
        font-size: 22px;
    }

        .LangSwitch label[for="LangGroupOpen"] span {
            font-size: 16px;
        }

label[for="LangGroupOpen"]:hover {
    color: #2a7aad;
    border-color: #2a7aad;
}

.JPIcon .LangGroupOpen .LangIcon {
    font-size: 30px;
    vertical-align: bottom;
}

input[name="LangGroupOpen"] {
    display: none;
}
.Login-Part .LangGroup {
    transform: translateY(-65px);
}
.LangGroup {
    display: none;
    position: absolute;
    z-index: 2;
    top: -100%;
    transform: translateY(-45px);
    right: 0;
    width: max-content;
    padding: 10px 10px;
    background-color: #fffafa;
    /* border: 1px solid #9b5e43; */
    box-shadow: 0 0 6px 0px #00000026;
    border-radius: 5px;
}

input[name="LangGroupOpen"]:checked + .LangGroup {
    display: block;
}

/* 小三角形，層次在後，（讓三角形有border效果） */
.LangSwitch .BoxArrow {
    position: absolute;
    /* top: 50%; */
    transform: translateX(50%);
    bottom: -10px;
    right: 50%;
    /* right: -10px; */
    border-top: 10px solid #ffffff;
    border-left: 10px solid #df7f7f00;
    border-right: 10px solid #d3575700;
    /* border-bottom: 10px solid #ffffff; */
    -webkit-filter: drop-shadow(1px 1px 1px #00000026);
}
    /* 小三角形，層次在前 ,真正展示在外的三角形*/
    .LangSwitch .BoxArrow::before {
        content: "";
        position: absolute;
        top: -10px;
        /* transform: translateY(-50%); */
        left: -10px;
        border-top: 10px solid #fffafa;
        border-left: 10px solid #fffafa00;
        border-right: 10px solid #ffffff00;
        /* border-bottom: 10px solid rgb(214 16 16 / 0%); */
    }

.LanItemBox:hover {
    /*background-color: #ffe7c3;*/
    /*background-color: #9fd9ff47;*/
}

.LanItemBox .LanLink {
    padding: 5px;
    font-size: 17px;
    color: #5e5e5e;
    text-align: center;
    text-decoration:none;
    display: block;
}

.LanItemBox:hover .LanLink {
    /*color: #d08b0c;*/
    /*color: #2b7aad;*/
    font-weight: bold;
}

/*--------------以上是語係切換-----------------*/

.FunctionM {
    /*font-weight: 700;*/
    color: #6e4a31;
    /*font-size: 1.7rem;
    font-weight: 700;
    color: #6e4a31;
    padding: 15px;
    margin: 10px;*/
}

    .FunctionM .FItem {
        margin: 1px 0;
        font-size: 1rem;
        padding: 11.5px 15px;
        background: snow;
        border-left: 4px solid #ffffff00;
    }

    .FunctionM .SFItem {
        /*background: rgba(255, 165, 0, 0.22);*/
        background: rgb(255 165 0 / 11%);
        border-left: 4px solid rgb(228, 176, 80);
    }

    .FunctionM .FItem:hover, .AddS:hover, .Back:hover, .GoPay:hover, .Storefai:hover, .Login-Btn:hover, .Check-Middle:hover, #Go-Login:hover, .Go-Login:hover, #Go-Register:hover, .R-PwdShowOrNot:hover,
    .Next-Step:hover, .Pre-Step:hover, .PwdShowOrNot:hover, .WarnBtn:hover, .PRBack:hover {
        cursor: pointer;
    }

/* #LoginBtn:disabled, #RegisterBtn:disabled {
        cursor: progress;
     }*/

.ContantP {
    /*flex: 1;*/
    /*display: flex;*/
    /*height: calc(100vh);
    min-height: calc(100vh - 20vw - 80px);*/
    /*width: 100%;*/
    background: #fbf5ea;
    justify-content: center;
}

.JSharedContant {
    flex: 1;
    /*overflow:auto;原本使用*/
    /*height: calc(100vh);*/
    /*min-height: calc(100vh - 80px);原本使用*/
    /*width: 100%;*/
    /*width:calc(100vw - 20vw - 80px);*/
    background: #fbf5ea;
    justify-content: center;
}

.StorePart {
    /*background: #f0f0f0;*/
    background: #fbf5ea;
    width: 100%;
}

    .StorePart .Title, .StorePart .SSave {
        margin: 1.2rem 3rem;
        margin-left: 3rem;
        margin-top: 2rem;
        /*font-size: 20px;*/
        color: #775235;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .StorePart .SSave {
        justify-content: flex-end;
        margin: 1rem 6.5rem;
    }

        .StorePart .SSave .btn {
            background: #f87504;
            color: white;
        }

    .StorePart .Back {
        font-size: 13px;
    }

        .StorePart .Back span {
            margin-left: 7px;
            margin-right: 10px;
            font-size: 15px;
            font-weight: bold;
        }

    .StorePart .InfoBox {
        /*max-height: 640px;*/
        overflow: auto;
    }

.AddS {
    font-size: 13px;
    color: #de940c;
    padding: 1px 5px;
}

    .AddS i { /*Bear加*/
        font-size: 16px;
    }

    .AddS span {
        margin-left: 5px;
        font-size: 15px;
    }

    .AddS:hover {
        animation: bs 0.6s alternate infinite;
    }

.StorePart .InfoPart {
    width: 100%;
    /*height: 100%;*/
    /*background: #f0f0f0;*/
    background: #fbf5ea;
}

    .StorePart .InfoPart .InfoBox {
        background: white;
        border-radius: 5px;
        /*margin: 1.2rem 3rem;*/
        margin: 1.2rem 1rem;
        min-height: 500px;
        padding: 2.8rem;
        padding-top: 0.5rem;
    }


.AItemBox {
    display: flex;
    margin-top: 15px;
}
.AItemBox.OnlineOrderSetting{
    margin-bottom:30px;
}
.AIBoxStep {
    /*margin-top: 0;*/
}

.AItemSet.Agree {
    display: inline;
    margin-bottom: 2%;
    font-size: 15px;
}

span.Term {
    color: #1a0dab;
    font-size: 17px;
    color: rgb(0,119,204);
}

    span.Term:hover {
        color: rgb(0,149,255);
    }

.PayBtn {
    justify-content: space-between;
    flex-direction: column;
}

.PayNoteText {
    margin: 10px 0px 20px 10px;
}

.PMShow {
    margin-bottom: 5px;
    color: #da8f08;
}


.PayBtn .AItemSet {
    flex: unset;
    align-items: baseline;
}

.GoPay {
    width: fit-content;
    background: orange;
    text-align: center;
    color: white;
    padding: 12px 40px;
    border-radius: 24px;
    /*font-size: 1.45rem;*/
    font-weight: bold;
}

.StepL {
    font-weight: bold;
    padding-bottom: 20px;
    margin: 20px 0;
    margin-bottom: 5px;
    border-bottom: 2px solid lightgray;
    flex: 1;
    font-family: var(--common-ff);
}
.BorderGrey {
    border-bottom: 2px solid lightgray;
}
.AItemSet {
    flex: 0 0 34.2%;
    margin-right: 5px;
    /*font-size: 1.3rem;*/
    display: flex;
    flex-direction: column;
}
    .AItemSet.StoreImgUpload {
        flex-basis: 200px;
    }
    .RadioPart label, .AItemSet label {
        font-weight: unset;
    }

.PayMethodPart {
}

.UniformNumbers {
    /*margin-left: 5px;*/
    /*flex: 0 0 15%;*/
}

.PayPart, .GreyBg {
    background: #fafafa;
    padding: 5px 15px;
    border-radius: 6px;
    padding-bottom: 15px;
}
.GreyShadow {
    box-shadow: 0px 0px 5px 2px #3a2f3e14;
}

.AS4 {
    flex-direction: row;
}

.ASF6 {
    flex: 0 0 60%;
}

.ASF8 {
    flex: 0 0 80%;
}

.ASF12 {
    flex: 1;
}

.ASF6 .AISInput {
    max-width: unset;
}
.AISInput.IsInvalid {
    border-color: #dc3545;
    border:1px solid #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.AISInput.IsInvalid:focus{
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.AItemSet .Item4 {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}

.Item8 {
    display: flex;
}

/*大區塊*/
.AddNew, .AllStoreInfo, .ASTopBox, .ForMenuInfoBox, #ReportInfo {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    /*text-decoration: underline;*/
    color: #847356;
    /*color: #a78c5b;*/
}

.ForMenuInfoBox {
    margin-top: 15px;
}

.ASTopBox {
    margin-top: 0;
}

.AllStoreInfo .StoreInfoTitle, .SomInfo, .InfoTitle {
    text-align: left;
    /*margin-left: 25px;*/
    margin-left: 20px;
    /*font-size: 18px;*/
    font-size: 21px;
    /*font-weight: bold;*/
    /*color: #494949;*/
    color: #a78c5b;
}

.SomInfo {
    padding: 5px 0 0;
    font-size: 20px;
}

.AllStoreInfo, #ReportInfo {
    margin-top: 15px;
}
   
    /*滾動bar*/
    .AllStoreInfo .StoreListBox, .SomInfoBox, .InfoBox {
        background: white;
        margin: 15px 20px;
        padding: 15px 0px;
        padding-top: 0;
        margin-top: 10px;
        border-radius: 7px;
        box-shadow: 0px 2px 6px -5px #d2ad6a;
        /*height:70vh;*/
        /*max-height: 700px;*/
        min-height: calc(100vh - 180px);
        overflow: auto;
    }

.SomInfoBox {
    text-align: left;
    padding: 5px 30px;
    font-size: 16px;
    max-height: 650px;
}

.InfoBox {
    padding: 15px 20px;
}

.SOInTag {
    flex: 25%;
    font-size: 13px;
}

.SOInValue {
    flex: 75%;
    font-size: 13px;
    color: #494949;
}

.SOVInfo {
    display: flex;
}

.SOBox {
    flex: 33%;
    font-weight: bold;
    margin-left: 1px;
    min-height: 36px;
    border-right: 3px solid #ffedcb;
}

.SOVInfo .SOBox:last-child {
    border-right: unset;
}

.SOIn {
    display: flex;
    margin: 3px 0;
    font-size: 14px;
}

.Storefai {
    background: #ffeccf;
    color: #d08b0c;
    padding: 5px;
    border-radius: 3px;
    margin: 0 3px;
}

.D_td .Storefai {
    font-size: 17px;
}

.StoreListBox:hover {
    box-shadow: 0px 0px 7px -4px orange;
}

.SOVPart {
    /*margin: 0 15px;*/
    text-align: left;
    /*position: sticky;
    top: 0;
    background: white;*/
}

/*副標題*/
.SOV, .SubInfoTitle {
    /*padding: 10px 0;*/
    padding: 20px 7.5px;
    padding-bottom: 0;
    /*color: #494949;*/
    font-family:var(--common-ff);
    color: #a78c5b;
    margin: 0 15px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

    .SOV span { /*bear加*/
        font-size: 18px;
        color: #a78c5b;
    }

.D_Store, .H_Store {
    background: white;
    /*margin: 0 15px;*/
    margin: 0 auto;
    border-radius: 6px;
    padding: 10px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .D_Store .D_td:last-child {
        text-align: right;
    }

.sthr_bk {
    /*position: sticky;
    top: 78px;
    background: white;*/
    /*padding: 15px;*/
}

.StoreHr_Bar {
    padding: 10px 20px;
    background: white;
    position: sticky;
    top: 0;
}

.storehr {
    background: #ffedcb;
    height: 2px;
    margin: 15px;
}

.StoreHr_Bar { /*Bear加*/
    padding: 10px 20px;
}

.H_Store {
    background: #ffdfa6;
    color: #6d5740b3;
    font-weight:bold;
    position: sticky;
    top: 0;
}

#StoreLists { /*Bear加*/
    padding: 0 20px;
}

.D_Store:nth-child(2n+1) {
    background: #fffcf5;
}

.D_Store .D_td, .H_Store .D_td {
    flex: 20%;
    font-family:var(--mont-common-ff);
}
/*有單位的字，要跟input一起顯示*/
.InputUnitWrap {
    display: flex;
    align-items: stretch;
    justify-content: left;
    background-color: #ccc;
    /*margin: 20px;*/
    width: 0;
    border-radius: 4px;
}

.UnitText {
    margin-top:2px;
    padding: 0 10px 0 5px;
    font-size:16px;
    color: rgb(133 125 125);
    line-height: 40px;
    background-color: rgb(240 240 240);
    border: 0px solid rgb(240 240 240);
    border-radius: 0px 4px 4px 0px;
}

.InputUnitWrap input {
    /*border: 0px solid;*/
    /*background-color: #e0e0e0;*/
    border-radius: 4px 0 0 4px;
    /*padding: 10px;*/
}
/*灰色input*/
.AISInput {
    margin-top: 2px;
    padding: 10px;
    background: #f0f0f0;
    font-family: var(--common-ff);
    border: unset;
    border-radius: 4px;
    outline: unset;
}

.Item4 .AISInput {
    max-width: 180px;
}

.Item8 .AISInput {
    margin-right: 5px;
    max-width: 136px;
}

.ABTime {
    position: relative;
}

.ABA {
    position: absolute;
    width: 96%;
    height: 100%;
}

.AddText {
    padding-bottom: 0px;
    display: inline-block;
    border-bottom: 1px solid;
    margin-left: 2px;
}

.AddDescription {
    resize: none;
    margin: 2px 0px 0px;
    /*width: 498px;*/
    height: 75px;
}

.RadioGroup {
    display: flex;
}

.RadioPart {
    display: flex;
    margin-right: 30px;
}

input[type=radio].AddRadio, input[type=radio].STPayMethodRadio {
    display: inline-block;
    margin-right: 4px;
}

.PayResult {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 650px;
}

.PRBack {
    text-align: center;
    margin: 10px;
    margin-top: 25px;
    background: #ffb225;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    padding: 15px;
    font-size: 16px;
}

.PeriodNum {
    display: flex;
    justify-content: space-between;
}

.PeriodPrice {
    font-weight: bold;
    margin-right: 10px;
    font-size: 20px;
    color: #d21e1e;
}

.WarnContant, .FixContant, .WarnContant_Term {
    background: white;
    border-radius: 20px;
}

.WarnMsg {
    font-size: 17px;
    font-weight: bold;
    margin-top: 25px;
}

.WarnBtn {
    margin: 25px 10px;
    background: orange;
    color: white;
    border-radius: 6px;
    padding: 10px;
}

.WarnInfo {
    margin: 20px;
    min-width: 150px;
    max-width: 750px;
    text-align: center;
    max-height: 500px;
    overflow: auto;
}

.WarnSet {
    text-align: left;
    font-weight: 500;
    margin: 25px;
}

.PaySuccess {
    background: white;
    padding: 15px;
    border-radius: 10px;
    max-width: 450px;
    min-width: 450px;
}

    .PaySuccess .Title {
        text-align: center;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .PaySuccess .iconBox {
        text-align: center;
        margin: 25px;
        margin-top: 10px;
    }

        .PaySuccess .iconBox i {
            color: orange;
            border-radius: 50%;
            border: 3px solid;
            padding: 2px;
            margin-bottom: 5px;
            font-size: 12px;
        }

        .PaySuccess .iconBox .iconText {
            color: orange;
            font-weight: bold;
        }


.BindInfoPart {
    text-align: center;
}

.BindInfo {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 20px;
    max-width: 380px;
    min-width: 380px;
    display: inline-block;
}

.BindTip {
    text-align: center;
    color: #f14848;
    font-size: 15px;
    margin: 25px;
    margin-top: 15px;
}

.BindTeach {
    font-size: 13px;
    margin-top: 10px;
}

    .BindTeach .Title {
        text-align: left;
        margin: 5px 25px;
    }

    .BindTeach ul, .BindTeach ol {
        margin: 0 10px;
    }

.BInfoBox {
    /*display: flex;*/
}

    .BInfoBox .Title {
        flex: 50%;
        margin-right: 15px;
        display: inline-block;
        text-align: left;
    }

    .BInfoBox .Contant {
        flex: 50%;
        display: inline-block;
        text-align: right;
    }
/* Loading 的 cover*/
.LoadCover {
    position: absolute;
    top: -2px;
    left: 5px;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 384px;
    background-color: #ffffff;
}

    .LoadCover .spinner-border {
        color: #847356;
        margin-bottom: 2rem;
    }

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

@keyframes bs {
    from {
        color: #d76060;
        background: rgba(243, 219, 175, 0.45);
        border-radius: 21px;
        padding: 1px 5px;
    }

    to {
        color: #de940c;
        padding: 1px 5px;
    }
}

@media only screen and (max-width: 600px) {
    /*.MenuB{
        flex:0;
    }

        .MenuB .Bar {
            position: fixed;
            left: 0;
            top: 0;
            width: 100vw;
            height: 100vh;
            margin: 0;
            padding: 2rem;
            transform: translate(calc(-100% + 18vw),calc(-100% + 18vw));
            overflow-x: hidden;
            transition: 1s;
            white-space: nowrap;
            z-index: 10;
            overflow: hidden;
        }*/

    .Login-Contant {
        width: 90%;
    }

    .Login-ImgPart input, Login-Btn, Login-LittlePart {
        max-width: 200px;
    }

    .Login-ImgPart input {
        min-width: 200px;
    }

        .Login-ImgPart input.Password-inp {
            min-width: 160px;
            max-width: 160px;
        }

    /*Bear加*/
    .Login-Btn {
        width: 270px;
    }

    #RegisterBtn.Login-Btn {
        width: 230px;
    }

    .ResetLinkBtn {
        width: 270px;
    }

    .ResetLinkBtn .InnerText {
        flex-wrap:wrap;
    }
    .Login-LittlePart {
        width: 270px;
    }

    .Step-Part {
        width: 235px;
    }
}

/*-----------以下Bear複寫的部分--------------------*/


::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #b7b6b6;
}

body, .JOPContant {
    background-size: cover;
}

.JPIcon {
    padding: 7px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .JPIcon label[for="SideBarSwitch"] {
        /*display:none;
opacity:0;
z-index:-1;
margin-bottom:0;*/
        display: inline-block;
        margin: 0 2rem 0 1rem;
    }

    .JPIcon i {
        font-size: 22px;
        color: #6e4a31;
    }

        .JPIcon i.fa-bars {
            font-size: 18px;
        }

/* 左側menu區塊 和 右側内容區塊 */
.ContantP {
    height: unset;
}

.MenuB, .ContantP {
    /*height: calc(100vh - 40px);*/
    min-height: calc(500px + 5.2rem + 102px);
}

/* #region ------------SideBar的部分-----------------------------*/

.MenuB {
    /*flex: 0 0 auto;*/
}

    .MenuB .Bar {
        height: 100%;
        padding: 0;
        min-width: 0;
        z-index: 5;
    }

.FunctionM .FItem {
    font-size: 1.1rem;
    margin: 0 0;
}

    .FunctionM .FItem:hover {
        color: #c87a11;
    }

.SideBar {
    width: 280px;
    background-color: rgb(255, 248, 245);
    box-shadow: 1px 0px 4px 0px #dbcfb430;
    /* position: relative; */
}

    .SideBar ul {
        list-style: none;
        font-size: 22px;
        margin: 0;
        padding-left: 0;
        text-align: center;
    }

/*左側Menu、選項的Checkbox */
.MenuItemChkbox,
#SideBarSwitch {
    display: none;
    opacity: 0;
    z-index: -1;
}

/* 左側menu收合相關*/
.SideBarControl label {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    background-color: rgb(255, 207, 103);
}

.SideBarControl label,
.SideBarControl i {
    color: #fff;
    text-shadow: 0px 2px 3px #b09566;
}


#SideBarSwitch:checked + .SideBar {
    width: 80px;
    padding: 0;
    /*overflow-y: unset;*/
    min-width: 0;
}

    #SideBarSwitch:checked + .SideBar .SideBarControl i {
        transform: rotate(180deg);
    }

    #SideBarSwitch:checked + .SideBar .SideBarControl label {
        display: block;
        padding: 20px 0;
    }

    /* 左側Menu收起來 > label，i */
    #SideBarSwitch:checked + .SideBar label,
    #SideBarSwitch:checked + .SideBar p {
        font-size: 0;
        text-align: center;
        padding-left: 0;
    }

        #SideBarSwitch:checked + .SideBar label i,
        #SideBarSwitch:checked + .SideBar p i {
            font-size: 18px;
        }

/* 針對菜單選項*/

.SideBar .MenuItem p {
    padding: 5px 0 5px 15px;
    margin-bottom: 0;
    font-family: var(--mont-common-ff);
    text-align: start;
    transition: background-color 0.2s, border-left 0.2s;
}

.SideBar .MenuItem + .MenuItem p::before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    border-top: 1px solid rgba(214, 116, 23, 0.363);
}


/* 子菜單的樣式設定*/
.SubMenu {
    display: none;
    transition: background-color 0.2s, border-left 0.2s;
}

    .SubMenu li {
        margin-left: 60px;
        margin-bottom: 10px;
        font-size: 16px;
        font-family: var(--mont-common-ff);
        text-align: start;
        /*list-style: decimal;*/
        list-style: square;
    }

        .SubMenu li:hover {
            font-weight: bold;
        }

/* 左側menu收起來 > MenuItem 的 SubMenu*/
#SideBarSwitch:checked + .SideBar .SubMenu {
    display: none;
}

/* #endregion */

/*#region ----------------分店資料區塊--------------------*/
.AllStoreInfo {
    /*width: calc(100vw - 20vw - 80px );
    max-width: calc(100vw - 20vw - 80px );*/
}

.StorePart {
    /*max-width: calc(100vw - 20vw - 80px );*/
    /* menu bar的寬度=280px，中間JCant佔80%寬度所以-20vw ，熒幕<1500px表單裏面會開始跑版*/
    /*height: 100%;*/
    /*min-height: calc(500px + 5.2rem + 62px);*/
    /* InfoBox的min-height + 標題和儲存按鈕的間距，高度*/
    padding-bottom: 30px;
}

.StorePart .Title {
    margin: 2rem 2rem 1.2rem 2rem;
    /*padding-top: 2rem;*/
}

.StorePart .SSave {
    margin: 0 3rem 1.2rem 3rem;
}

/* 小數點設定 */
.AItemSet label[for^="STDecimal"] {
    width: max-content;
}

/*#region 線上點單設定*/
/*TakeAway*/
.TakeAwayArea {
    width: max-content;
    margin-right: 20px;
}
/*on off 一排*/
.SetTax, .ServiceCharge, .AcrossTimeZone {
    width: max-content; /*width: 30%;*/
    padding-right: 20px;
}

/*服務費*/
#ServiceValue {
    width: 100px;
}

/*稅務*/
#TaxTypeArea .btn-group {
    display: inline-block;
}
/*運送*/
#ShippingTime, #ShippingCharge {
    max-width: 150px;
}
/*LINE*/
.LineLabel {
    color: #0cb10c;
}
.LineInput {
    color: #0cb10c;
    /*background: #ddf2dd;*/
}
/*GoDaddy*/
.GoDaddyLabel {
    /*color: rgb(25 212 211);*/
    color: rgb(32 187 186);
}
.GoDaddyInput {
    color: #02baba;
    /*background: rgb(222 242 242);*/
}
/*方形radio按鈕*/
.RadioBtn {
    margin: 0;
    padding: 10px .75rem;
    border-radius: 3px;
    color: #363636;
    background-color: #f0f0f0;
    /* background-color: rgb(255,237,203); */
}

.RadioBtn:not(.disabled):hover {
        color: #b07205;
        background-color: rgb(255, 223, 166)
    }

.RadioBtn:not(.disabled):focus,
.RadioBtn.focus:not(.disabled) {
        box-shadow: 0 0 0 0.2rem rgb(255 127 0 / 25%);
    }

.RadioBtn.active:not(.disabled) {
        color: rgb(255, 255, 255);
        background-color: #d4901a;
        z-index: unset;
    }
/*IsSettingMenuOnApp*/
.IsSettingMenuOnApp.hint-text {
    max-width: 440px;
}
/*線上點單,電子發票*/
#OnlineOrderArea,#ElectronicInvoiceArea {
    display: none;
}

/*#region Switch button樣式*/
.SwitchBg {
    height: 20px;
    width: 55px;
    background-color: #ccc;
    position: relative;
    border-radius: 25px;
}
.SwitchBtnChkbox:checked + .SwitchBg {
    background-color: rgb(255, 212, 177);
}

.SwitchBtnChkbox {
    display: none;
}

.SwitchBtnLabel {
    margin-top: 2px;
    margin-left: 15px;
}

.Sliderbtn {
    width: 24px;
    height: 24px;
    box-shadow: 0 0 3px 1px rgb(204, 204, 204);
    background-color: #fff;
    position: absolute;
    left: 0%;
    top: -2px;
    transition: 0.3s;
    border-radius: 50%;
}
.SwitchBtnChkbox:checked + .SwitchBg .Sliderbtn {
    left: 31px;
    box-shadow: 0 0 5px 1px #ffd18d;
    background-color: #ffb11f;
}
.Sliderbtn:before {
    content: 'OFF';
    color: #878787;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 24px;
    position: absolute;
}

.SwitchBtnChkbox:checked + .SwitchBg .Sliderbtn:before {
    content: 'ON';
    color: #fff;
}

.SwitchBg.Disabled, .SwitchBtnChkbox:checked + .SwitchBg.Disabled {
    background: #e7e7e7;
    cursor: not-allowed;
}

.Disabled .Sliderbtn, .SwitchBtnChkbox:checked + .Disabled .Sliderbtn {
    background-color: #d8d8d8;
    box-shadow: 0 0 3px 1px rgb(185 185 185);
    cursor: not-allowed;
}

.Disabled .Sliderbtn::before,.SwitchBtnChkbox:checked + .Disabled .Sliderbtn::before{
    color: #ffffff;
}
/*暫停接單的switch btn*/
/*.Suspend.SwitchBtnChkbox:checked + .SwitchBg {
    background-color: rgb(255 177 177);
}
.Suspend.SwitchBtnChkbox:checked + .SwitchBg .Sliderbtn {
    box-shadow: 0 0 5px 1px #ff8d8d;
    background-color: #ff1e1d;
}
.Suspend .Sliderbtn:before {
    content: 'OPEN';
    color: #4ace00;
}
.Suspend.SwitchBtnChkbox:checked + .SwitchBg .Sliderbtn:before {
    content: 'STOP' ;
    text-shadow: 1px 1px 3px #790000;
}*/
/*#endregion 線上點單 switch button樣式*/
/*#endregion*/
/*#region 線上時間段*/
#SetAvailTimeArea {
    /*display:none;*/
}

.AvailableTimeBox {
    /*display: none;*/
}

.AvailableTime {
    display: flex;
    align-items: start;
    margin: 5px 0px 15px;
}

.AvailTimeWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}

.Available_TimeName,
/*.Available_TimeSection,*/
.Available_StartTime,
.Available_EndTime {
    display: flex;
    align-items: center;
    margin-right: 18px;
}

.Available_StartTime,
.Available_EndTime {
    /*justify-content:space-between;*/
}

.Available_StartTime label[for^="Avail"],
.Available_EndTime label[for^="Avail"] {
        width: 88px;
    }

.Available_StartTime input[id^="Avail"],
.Available_EndTime input[id^="Avail"] {
        flex-grow: 1;
    }

.WeekChkbox {
    width: 14px;
    height: 14px;
}

.WeekLabel {
    margin-top: 2px;
    margin-right: 0;
    padding: 8px;
    border: 1px solid #ccc;
    border-right: none;
    color: #424242;
    background-color: rgb(243 243 243);
    transition: 0.1s;
}

.WeekLabel:hover,
.WeekChkbox:checked + .WeekLabel:hover {
        color: #c58205;
        border-color: rgb(255, 223, 166);
        background-color: rgb(255, 223, 166);
    }

.WeekLabel:focus {
        box-shadow: 0 0 0 0.2rem rgb(255 127 0 / 25%);
    }

.PickWeek .WeekLabel:nth-child(2) {
    border-radius: 5px 0 0 5px;
}

.PickWeek .WeekLabel:last-child {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
}

.WeekChkbox:checked + .WeekLabel {
    border-color: #ffffff;
    /*border-color: #dd9611;*/
    background-color: #d4901a;
    /*#d58b00;*/
    color: #fff;
}

.LightOrgBtn.AddAvailTime {
    margin: 10px auto 10px 0;
    /*margin-left: auto;*/
    padding: 5px 12px;
    color: #fff;
    /* background-color: #fdc459; */
    background-color: #d4901a;
    font-family: var(--common-ff);
    /*font-weight: bold;*/
    font-size: 16px;
    border: 1px solid #d4901a;
    border-radius: 5px;
}

.LightOrgBtn.AddAvailTime:hover {
        background-color: #fff;
        color: #d4901a;
    }

.LightOrgBtn.AddAvailTime:focus-visible,
.LightOrgBtn.AddAvailTime:focus {
        outline: 2px solid #d4901a;
    }

.DeleteAvailTime {
    width: 30px;
    height: fit-content;
    /*margin: 0 10px;*/
    margin-right: 10px;
    padding: 5px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(228, 58, 58);
    background-color: rgb(255, 240, 240);
    border: none;
    border-radius: 5px;
}

.DeleteAvailTime:hover {
        background-color: rgb(195, 0, 0);
        color: rgb(255, 240, 240);
    }
/*#endregion*/

/* 右上角 X */
.WarnContant_Term {
    position: relative;
}

.WarnContant_Term button.WarnClose {
        position: absolute;
        top: -55px;
        right: 0px;
        height: 40px;
        width: 40px;
        padding-bottom: 2px;
        /*手機平板的好像還是會歪? line-height: 25px;*/
        font-size: 22px;
        font-weight: bolder;
        color: #b1b1b1;
        background-color: #fff;
        border: none;
        border-radius: 50%;
    }

/*時間選擇的視窗*/
.SetStoreTimeGo {
    z-index: 6;
}

.StoreTimePanel {
    overflow: auto;
}

#selectLanguage {
    position: fixed;
    bottom: 8%;
    left: 10px;
    padding: 10px;
    text-align: center;
    background-color: #fffafa;
    border-radius: 10px;
}

/* #endregion */




/* #region ---------------登入頁的部分 RWD------------------ */
@media only screen and (max-width:325px), (max-height:699px) {
    .Login-Part {
        height: 100vh;
        overflow-y: auto;
    }

    .Login-Contant {
        margin: 60px 0;
    }


    .Login-Body .Login-Part .LangSwitch {
        bottom: 5px;
    }

    .Login-Body .Login-Part .LangGroup {
        transform: translate(-50%,-100%);
        top: -15px;
    }

    .Login-Body .Login-Part .LangSwitch .BoxArrow {
        top: unset;
        bottom: -9px;
        border-top: 10px solid #ffffff;
        border-bottom: none;
        --webkit-filter: drop-shadow(2px 1px 2px #00000026);
    }

    .Login-Body .Login-Part .LangSwitch .BoxArrow::before {
        border-bottom: none;
    }
}

@media only screen and (max-width:350px) {
    .LLItem.ForgetPw .CHText {
        right: 87px;
    }

    /* width */
    ::-webkit-scrollbar {
        width: 6px;
    }
}

@media only screen and (max-width:400px) {
    .LLItem.ForgetPw .CHText {
        right: 60px;
    }

    .Maybe-Register b {
        display: block;
    }
}

@media only screen and (max-height:568px) {

    /*僅處理手機直向，橫向的話無法顯示完整的登入區塊*/
    .Login-Contant {
        height: unset;
    }

    .Login-Sign {
        margin: 5px;
    }

    .Login-ImgPart,
    .Login-Btn {
        margin: 10px;
    }

    .Login-LittlePart {
        margin: 10px;
        padding: 5px;
    }

    .Maybe-Register {
        padding: 15px;
    }

}

@media only screen and (min-width:599px) and (max-width:749px) {
    .Login-Contant {
        width: 65%;
    }
}

@media only screen and (min-width:750px) and (max-width:859px) {
    .Login-Contant {
        width: 55%;
    }
}

@media only screen and (min-width:860px) and (max-width:991px) {
    .Login-Contant {
        width: 45%;
    }
}

@media only screen and (min-width:992px) and (max-width:1229px) {
    .Login-Contant {
        width: 40%;
    }
}

/* #endregion */

/* #region ---------------新增門店 表單 RWD-------------------*/
@media screen and (max-width:330px){
    .TakeAwayArea {
        flex-direction:column;
    }
}
@media screen and (max-width:391px) {
    .StorePart {
        max-width: unset;
    }

        .StorePart .Title {
            margin: 0 1rem 1.2rem 1rem;
            padding-top: 1rem;
        }

        .StorePart .InfoPart .InfoBox {
            margin: 1.2rem 1rem;
            padding: 1rem;
            padding-top: .5rem;
        }

        .StorePart .AItemSet,
        .AItemSet .Item4 {
            margin-bottom: 15px;
        }
    .AItemSet.AS4 {
        flex-wrap: wrap;
    }
    .UniformNumbers {
        margin-left: 0;
    }

    .Item8 .AISInput {
        width: 100px;
        display: inline-block;
    }

    .AddDescription {
        width: unset;
        height: 35vh;
    }

    .AvailableTime {
        margin-bottom: 30px;
    }

    .Available_TimeName,
    .Available_StartTime,
    .Available_EndTime {
        align-items: start;
        flex-direction: column;
        /* flex-wrap: wrap; */
        margin-right: 0px;
    }

        .Available_TimeName label,
        .Available_StartTime label,
        .Available_EndTime label {
            margin-bottom: 0;
        }

    .PayPart .RadioGroup,
    .PayPart .PeriodNum {
        display: block;
    }

    .AItemSet.Agree {
        display: flex;
        flex-direction: row;
    }

    input[type=checkbox]#agreement {
        margin-right: 5px;
    }
}

@media only screen and (max-width:500px) and (min-height:500px) {

    /*時間選擇的視窗*/
    .SetStoreTimeGo {
        position: fixed;
    }

    .TBInfo {
        margin: 10px 0;
    }
}

@media screen and (min-width:392px) and (max-width:567px) {
    .StorePart .InfoPart .InfoBox {
        margin: 1.2rem 1rem;
        padding: 1rem;
        padding-top: .5rem;
    }

    .StorePart .AItemSet,
    .AItemSet .Item4:not(:last-child) {
        margin-bottom: 15px;
    }

    /*.AS4 {
        flex-direction: column;
    }*/

    .PayPart .RadioGroup,
    .PayPart .PeriodNum {
        display: flex;
    }

    .AddDescription {
        width: 75vw;
        height: 30vh;
    }
}

@media only screen and (max-width:567px) {

    /*分店*/
    .AllStoreInfo .StoreListBox {
        margin: 15px 10px;
    }

    .StorePart .InfoPart .InfoBox {
        margin: 1.2rem 0.5rem;
        padding: 1rem;
        padding-top: 0rem;
    }

    .StepL {
        margin: 10px 0;
        padding-bottom: 10px;
    }

    .AItemSet.Item4,
    .AItemSet.UniformNumbers {
        padding: 15px 0 0;
    }

    .AItemSet label[for^="STDecimal"] {
        width: max-content;
    }

    /* 線上時間段  */
    .LightOrgBtn.AddAvailTime {
        font-size: 15px;
    }

    .AvailableTime {
        flex-direction: column;
        padding: 10px 5px;
        background-color:#fff;
        border-radius: 5px;
        box-shadow: 0px 0px 3px 1px #31313147;
        position: relative;
    }

    .Available_TimeName,
    .Available_StartTime,
    .Available_EndTime {
        margin-bottom: 10px;
        margin-right:10px;
    }

    .WeekLabel {
        padding:10px 4px;
        font-size: 14px;
    }

    .DeleteAvailTime {
        width: 40px;
        margin-right: 0;
        font-size: 18px;
        box-shadow: 0px 0px 3px 0px rgb(143 0 0 / 52%);
        position: absolute;
        right: -10px;
        top: -10px;
    }
}

@media only screen and (max-width:768px) {
    .AItemBox.OnlineOrderSetting {
        flex-direction: column;
    }

    .SetTax,
    .ServiceCharge,
    .TakeAwayArea {
        width: max-content;
        margin-bottom: 1.5rem;
        margin-right: 0;
    }
    .SetTax, .ServiceCharge, .AcrossTimeZone {
        padding-right: 0px;
    }

    /*運送*/
    #ShippingTime, #ShippingCharge {
        max-width: 130px;
    }
}

@media only screen and (max-width:825px) {
    /*交易資訊的部分*/
    .StoreEditInfoBox .PartInfoBox {
        display: unset;
    }

    .StoreEditInfoBox .PartInfoBox .Box {
            display: flex;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .StoreEditInfoBox .PartInfoBox .Title {
            padding-top: 0;
        }
}

@media only screen and (min-width:568px) and (max-width:1024px) {

    .StorePart {
        max-width: unset;
    }

    .StorePart .InfoBox {
        margin: 0;
    }

    .StorePart .AItemSet {
        margin-bottom: 15px;
    }

    .StoreEditInfoBox {
        flex-direction: column;
    }

    .StorePart .AddDescription {
        width: 100%;
        height: 100px;
    }

    .StorePart .InfoPart .InfoBox {
        margin: 1.2rem 1rem;
        padding: 1rem;
        padding-top: .5rem;
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .SetTax,
    .ServiceCharge {
        display: inline-block;
        margin-bottom: 0rem;
    }

    .SetTax,
    .ServiceCharge,
    .TakeAwayArea {
        width: unset;
        margin-right: 1.5rem;
    }

    .TakeAwayArea {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width:1024px) {
    .StorePart {
        max-width: unset;
    }

    .StorePart .Title {
        margin: 0 1rem 1.2rem 1rem;
        padding-top: 1rem;
    }

    .AItemBox {
        flex-wrap: wrap;
    }
    .AItemBox.Agree{
        flex-wrap:nowrap;
    }

    .Item8 .AISInput {
        width: 100px;
        display: inline-block;
    }
        
    .UniformNumbers {
        margin-left: 0;
    }
}

/* #endregion */

/* #region -----------side bar和右側内容 RWD----------------*/
@media only screen and (max-width:567px) {

    .JOP {
        position: relative;
    }

    .ContantP,
    .MenuVM,
    .CustVM {
        width: 100vw;
        margin-left: 0;
    }

    .FunctionM .FItem {
        font-size: 18px;
    }

    .JPIcon .AccountName {
        display: none;
    }

    .LogOut span {
        display: none;
    }

    .JPIcon .LogOut i {
        margin-left: 0;
    }

    /*LoadCover*/
    .LoadCover {
        width: calc(100vw - 85px);
    }

    /*SideBar*/
    .SideBar {
        display: none;
        opacity: 0;
        z-index: -2;
        position: absolute;
        top: 0;
        bottom: 0;
        box-shadow: 3px 0px 3px 0px #aaaaaa7d;
    }

    .JPIcon label[for="SideBarSwitch"] {
        margin: 0 1rem 0 0rem;
    }

    #SideBarSwitch:checked + .SideBar {
        width: 280px;
        display: block;
        opacity: 1;
        z-index: 5;
    }

        #SideBarSwitch:checked + .SideBar + .BarShadowLabel {
            width: calc(100vw - 280px);
            height: 100%;
            display: block;
            z-index: 5;
        }

    /* 左側menu收合相關*/
    .SideBarControl label {
        width: 100%;
        padding: 20px;
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Montserrat, sans-serif;
        font-weight: bold;
        background-color: rgb(255, 207, 103);
    }

    #SideBarSwitch:checked + .SideBar .SideBarControl label {
        display: flex;
        padding: 15px;
    }

    #SideBarSwitch:checked + .SideBar .SideBarControl i {
        transform: none;
        display: none;
    }

    /* 左側Menu收起來 > label，i */
    #SideBarSwitch:checked + .SideBar label,
    #SideBarSwitch:checked + .SideBar p {
        font-size: unset;
        text-align: start;
        padding-left: unset;
    }

        #SideBarSwitch:checked + .SideBar label i,
        #SideBarSwitch:checked + .SideBar p i {
            font-size: unset;
        }

    /*右側的部分*/
    .SomInfoBox {
        /*交貨/退費流程與注意事項*/
        margin-left: 10px;
        margin-right: 10px;
    }

    .ForMenuInfoBox {
        /*不知道是哪個頁面的....*/
        margin-top: 10px;
    }

    .InfoBox {
        /*報表 */
        margin: 15px 2.5px
    }

    #ReportInfo .TableArea,#ReportInfo .TableArea.Wider {
        max-width: calc(100vw - 40px);
    }
}

@media only screen and (max-width:768px) {
    .JO_Foot {
        flex-direction: column;
        display: flex;
        justify-content: start;
        align-items: center;
    }

        .JO_Foot p,
        .JO_Foot address,
        .JO_Foot a {
            margin: auto;
            text-align: center;
        }

    .CitrusInfo {
        margin-top: 1rem;
        display: block;
        border-left: none;
    }

    .AddressTimeInfo,
    .ContactInfo {
        padding: 5px 1rem;
    }

    .ContactInfo {
        border-left: none;
    }
    .Login-Part .LangSwitch{
        bottom:-40px;
        right:50%;
        transform:translateX(50%);
        width:max-content;
        margin:0;
    }

    .LangSwitch {
        width: 100%;
        margin: 1rem 0;
    }

    .JPIcon label[for="SideBarSwitch"] {
        display: block;
        opacity: 1;
        z-index: 0;
    }

    .LangSwitch label[for="LangGroupOpen"] {
        margin: 0 auto;
    }

    .LangSwitch .BoxArrow {
        top: -10px;
        bottom: unset;
        right: 50%;
        border-top: none;
        border-bottom: 10px solid #ffffff;
        -webkit-filter: drop-shadow(2px -1px 2px #00000026);
    }

        .LangSwitch .BoxArrow::before {
            top: 0px;
            border-top: none;
            border-bottom: 10px solid rgb(255 250 250);
        }
    .Login-Part .LangGroup {
        top: calc(100% + 15px);
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }
    .LangGroup {
        top: 100%;
        left: 0;
        transform: translateY(15px);
        z-index: 1;
        width: 100%;
    }

    .LanItemBox {
        margin: 5px 0;
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .CitrusInfo {
        display: block;
        border-left: 1px solid #2a7aad52;
    }

    .AddressTimeInfo,
    .ContactInfo {
        padding: 0px 2rem 5px;
    }

    .ContactInfo {
        border-left: none;
    }

    .LangGroup {
        transform: translateY(-15px);
    }
}

@media only screen and (min-width:568px) and (max-width:1024px) {
    ::-webkit-scrollbar {
        width: 8px;
    }

    .JCant {
        flex: 0 0 100%;
    }

    .JOP {
        position: relative;
    }

    .LangGroup {
        z-index: 5;
    }

    .WhiteBar {
        min-width: 0;
    }

    /*LoadCover*/
    .LoadCover {
        width: calc(100vw - 80px - 90px);
    }

    /*側邊板相關*/
    .ContantP,.PageArea
    /*.MenuVM,
    .CustVM,
    .AppUserVM,
    .BackUserVM*/{
        width: calc(100vw - 80px);
        margin-left: 80px;
    }
    .Main.OrderQuery {
        width: calc(100vw - 80px);
        margin-left: 80px !important;
    }
    .JPIcon label[for="SideBarSwitch"] {
        display: inline-block;
        opacity: 1;
        z-index: 0;
        margin: 0 1rem 0;
    }

    .SideBar {
        position: absolute;
        top: 0;
        /*left:4px;*/
        bottom: 0;
        z-index: 5;
        /*box-shadow: 3px 0px 3px 0px #aaaaaa7d;*/
        box-shadow: 1px 0px 10px 0px #00000026;
    }

    .SideBarControl label {
        padding: 15px;
    }

    #SideBarSwitch:not(:checked) + .SideBar + .BarShadowLabel {
        width: calc(100vw - 280px);
        height: 100%;
        display: block;
        left: 280px;
        z-index: 5;
    }

    #SideBarSwitch:checked + .SideBar .SideBarControl label {
        padding: 15px 0;
    }

    .SideBar .MenuItem p {
        padding: 5px 0 5px 5px;
    }

    .FunctionM .FItem {
        padding: 10px 10px;
    }

    /*REPORT TABLE*/
    #ReportInfo .TableArea, #ReportInfo .TableArea.Wider {
        max-width: calc(100vw - 80px - 40px);
    }
}

@media only screen and (max-width:1400px) {
    .JCant {
        width: 100vw;
        flex: 0 0 100%;
    }
    #ReportInfo .TableArea {
        max-width: calc(100vw - 280px);
    }

}

/* #endregion */