/* _content/ZhouYiBot/Components/Layout/MainLayout.razor.rz.scp.css */
.mainbody[b-31oo0w5789] {
    width: 100vw;
    width: 100dvw;
}

.page[b-31oo0w5789] {
    position: relative;
}

header[b-31oo0w5789] {
    height: 50px;
    user-select: none;
    display: flex;
    margin: 0;
}

    header .header-left[b-31oo0w5789] {
        display: flex;
        align-items: center;
        padding: 0rem 1rem;
        height: 100%;
        width: 100%;
        position: relative;
    }

    header .header-title[b-31oo0w5789] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

@media (min-width:768px) {
    .page[b-31oo0w5789] {
        position: static;
    }

    header .header-left[b-31oo0w5789] {
        width: 260px; /* 与侧边栏宽度对应 */
    }

    header .header-left[b-31oo0w5789] {
        position: static;
    }

    header .header-title[b-31oo0w5789] {
        position: static;
        left: auto;
        transform: none;
    }

    .mainbody[b-31oo0w5789] {
        width: calc(100vw - 260px);
        width: calc(100dvw - 260px);
    }
}

#blazor-error-ui[b-31oo0w5789] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-31oo0w5789] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


#components-reconnect-modal.components-reconnect-show[b-31oo0w5789],
#components-reconnect-modal.components-reconnect-failed[b-31oo0w5789],
#components-reconnect-modal.components-reconnect-rejected[b-31oo0w5789] {
    display: block;
}

.components-reconnect-dialog[b-31oo0w5789] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.components-rejoining-animation[b-31oo0w5789] {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-31oo0w5789] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-31oo0w5789 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-31oo0w5789] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-31oo0w5789 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

@keyframes components-reconnect-fadeInOpacity-b-31oo0w5789 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-slideUp-b-31oo0w5789 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}
/* _content/ZhouYiBot/Components/Layout/NavMenu.razor.rz.scp.css */
nav.sitenav[b-5en28odvdl] {
    user-select: none;
    width: 100vw;
    width: 100dvw;
    height: calc(100vh - 50px);
    height: calc(100dvh - 50px);
    overflow-y: auto;
}

.navmenu-icon[b-5en28odvdl] {
    cursor: pointer;
    z-index: 10;
    display: block;
    position: absolute;
    top: 10px;
    left: unset;
    right: 15px;
    border: none;
}

#navmenu-toggle ~ nav[b-5en28odvdl] {
    display: none !important;
}

#navmenu-toggle:checked ~ nav[b-5en28odvdl] {
    display: block !important;
}

@media (min-width: 768px) {
    nav.sitenav[b-5en28odvdl] {
        width: 260px;
    }

    .navmenu-icon[b-5en28odvdl] {
        display: none;
    }

    #navmenu-toggle ~ nav[b-5en28odvdl] {
        display: block !important;
    }
}
/* _content/ZhouYiBot/Components/Pages/ChatUI.razor.rz.scp.css */
.chat-content[b-r1f7rfx1lo] {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
    word-break: break-all;
}

    .chat-content .usermsg[b-r1f7rfx1lo] {
        background-color: hsla(0, 0%, 91%, .5);
        border-radius: 1.5rem;
        padding: 10px 20px;
        text-align: justify;
    }
.chat-input[b-r1f7rfx1lo] {
    background-color: rgb(244, 244, 244);
    border-radius: 0.7rem;
    padding: 7px 10px 7px 10px;
}
textarea[b-r1f7rfx1lo] {
    overflow-y: hidden;
    resize: none;
    background: rgb(244, 244, 244);
    outline: none;
    padding: 5px 9px;
}

@media (min-width: 768px) {
    .chat-content[b-r1f7rfx1lo] {
        margin-bottom: 1rem;
    }
}
/* _content/ZhouYiBot/Components/Pages/DaLiuRenPage.razor.rz.scp.css */
.grid-container[b-txhuyxf80i] {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(4, minmax(70px, 1fr));
    aspect-ratio: 1 / 1;
    grid-template-areas:
        "g3 g4 g5 g6"
        "g2 ct ct g7"
        "g1 ct ct g8"
        "g0 g11 g10 g9";
}

.grid-item[b-txhuyxf80i] {
    border: 1px solid #02020263;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    aspect-ratio: 1 / 1;
    grid-template-areas:
        "a1 a2 a3"
        "a4 a5 a6"
        "a7 a8 a9";
}

.panname[b-txhuyxf80i] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-area[b-txhuyxf80i] {
    display: grid;
    grid-template-rows: 1fr 1fr;
}
/* _content/ZhouYiBot/Components/Pages/Home.razor.rz.scp.css */
.chat-input[b-yet1t56y2g] {
    background-color: rgb(244, 244, 244);
    border-radius: 0.7rem;
    padding: 7px 10px 7px 10px;
}

textarea[b-yet1t56y2g] {
    overflow-y: hidden;
    resize: none;
    background: rgb(244, 244, 244);
    outline: none;
    padding: 5px 9px;
}
/* _content/ZhouYiBot/Components/Pages/LiuYaoPaiPan.razor.rz.scp.css */
.table td[b-jxgpxatov8] {
    white-space: nowrap;
}
/* _content/ZhouYiBot/Components/Pages/MeiHuaYiShu.razor.rz.scp.css */
.table td[b-95344vuv5q] {
    white-space: nowrap;
}
.dongyaoflag[b-95344vuv5q] {
    left: calc(50% + 20px);
}
/* _content/ZhouYiBot/Components/Pages/ZiWeiHeHun.razor.rz.scp.css */
.ziweipan[b-mt0fhz4eyy] {
    display: grid;
    grid-gap: 3px;
    grid-template-areas:
        "g3 g4 g5 g6"
        "g2 ct ct g7"
        "g1 ct ct g8"
        "g0 g11 g10 g9";
}

.gong[b-mt0fhz4eyy] {
    border: 1px solid #00152912;
    padding: 3px;
    display: grid;
    grid-template-rows: auto auto 50px;
    grid-template-columns: auto auto auto;
    grid-template-areas:
        "major minor adj"
        "target target target"
        "ftl null ftr";
    min-height: 160px;
}

.gong-major[b-mt0fhz4eyy] {
    grid-area: major;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.gong-minor[b-mt0fhz4eyy] {
    grid-area: minor;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    justify-self: center;
}

.gong-adj[b-mt0fhz4eyy] {
    grid-area: adj;
    display: flex;
    flex-direction: row-reverse;
    justify-self: flex-end;
    gap: 3px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: black;
    white-space: nowrap;
}

.star-major[b-mt0fhz4eyy] {
    color: #531dab;
}

.star-soft[b-mt0fhz4eyy] {
    color: #531dab;
}

.star-tough[b-mt0fhz4eyy] {
    color: #813359;
}

.star-adjective[b-mt0fhz4eyy] {
    color: black;
}

.star-flower[b-mt0fhz4eyy] {
    color: #c41d7f;
}

.star-helper[b-mt0fhz4eyy] {
    color: #237804;
}

.star-lucun[b-mt0fhz4eyy] {
    color: #d4380d;
}

.star-tianma[b-mt0fhz4eyy] {
    color: #1890ff;
}

.adjs[b-mt0fhz4eyy] {
    display: none;
}

.gong-target[b-mt0fhz4eyy] {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    grid-area: target;
    align-self: end;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 5px;
    padding: 3px;
    justify-content: space-between;
}

.target-one[b-mt0fhz4eyy] {
    justify-content: center;
}

.target-woman[b-mt0fhz4eyy] {
    background-color: #fff5f8;
}

.target-man[b-mt0fhz4eyy] {
    background-color: #f0f8ff;
}

.gong-target .quan[b-mt0fhz4eyy] {
    color: #2f54eb;
}

.gong-target .ke[b-mt0fhz4eyy] {
    color: #237804;
}

.gong-target .lu[b-mt0fhz4eyy] {
    color: #d4380d;
}

.gong-target .ji[b-mt0fhz4eyy] {
    color: black;
}

.gong-footerleft[b-mt0fhz4eyy] {
    color: #90983c;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    grid-area: ftl;
    align-self: end;
    white-space: nowrap;
}

.gong-name[b-mt0fhz4eyy] {
    font-size: 13px;
    font-weight: 700;
    color: #531dab;
}

.isbody[b-mt0fhz4eyy] {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-style: dotted;
}

.gong-footerright[b-mt0fhz4eyy] {
    color: #813359;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    grid-area: ftr;
    align-self: end;
    white-space: nowrap;
}

.gong-ganzhi[b-mt0fhz4eyy] {
    font-size: 13px;
    font-weight: 700;
    color: #237804;
    text-align: right;
}

.gong-center[b-mt0fhz4eyy] {
    display: grid;
    grid-template-rows: auto auto auto;
}

    .gong-center .center-title[b-mt0fhz4eyy] {
        font-size: 13px;
        text-align: center;
        padding: 5px 0px;
        margin: 0px;
        border-bottom: 1px dashed #00152912;
    }

    .gong-center .basic-info[b-mt0fhz4eyy] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        margin: 10px;
        padding: 0px;
    }

        .gong-center .basic-info .basic-item[b-mt0fhz4eyy] {
            font-size: 13px;
            line-height: 22px;
        }

h4.subtitle[b-mt0fhz4eyy] {
    color: #D3B8F0;
}

@media (min-width: 768px) {
    .adjs[b-mt0fhz4eyy] {
        display: block;
    }
}
/* _content/ZhouYiBot/Components/Pages/ZiWeiHeShiYe.razor.rz.scp.css */
.ziweishiye[b-bv9cqo251c] {
    display: grid;
    grid-gap: 3px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "jiahead yihead"
        "jia0 yi0"
        "jia1 yi1"
        "jia2 yi2"
        "jia3 yi3"
        "jia4 yi4"
        "jia5 yi5"
        "jia6 yi6";
}

.gong[b-bv9cqo251c] {
    border: 1px solid #00152912;
    padding: 3px;
    display: grid;
    grid-template-rows: auto auto 50px;
    grid-template-columns: auto auto auto;
    grid-template-areas:
        "major minor adj"
        "target target target"
        "ftl null ftr";
    min-height: 160px;
}

.gong-major[b-bv9cqo251c] {
    grid-area: major;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.gong-minor[b-bv9cqo251c] {
    grid-area: minor;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    justify-self: center;
}

.gong-adj[b-bv9cqo251c] {
    grid-area: adj;
    display: flex;
    flex-direction: row-reverse;
    justify-self: flex-end;
    gap: 3px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: black;
    white-space: nowrap;
}

.star-major[b-bv9cqo251c] {
    color: #531dab;
}

.star-soft[b-bv9cqo251c] {
    color: #531dab;
}

.star-tough[b-bv9cqo251c] {
    color: #813359;
}

.star-adjective[b-bv9cqo251c] {
    color: black;
}

.star-flower[b-bv9cqo251c] {
    color: #c41d7f;
}

.star-helper[b-bv9cqo251c] {
    color: #237804;
}

.star-lucun[b-bv9cqo251c] {
    color: #d4380d;
}

.star-tianma[b-bv9cqo251c] {
    color: #1890ff;
}

.adjs[b-bv9cqo251c] {
    display: none;
}

.gong-target[b-bv9cqo251c] {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    grid-area: target;
    align-self: end;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 5px;
    padding: 3px;
    justify-content: space-between;
}

.target-one[b-bv9cqo251c] {
    justify-content: center;
}

.target-jia[b-bv9cqo251c] {
    background-color: #F0FAFC;
}

.target-yi[b-bv9cqo251c] {
    background-color: #FFF3E6;
}

.gong-target .quan[b-bv9cqo251c] {
    color: #2f54eb;
}

.gong-target .ke[b-bv9cqo251c] {
    color: #237804;
}

.gong-target .lu[b-bv9cqo251c] {
    color: #d4380d;
}

.gong-target .ji[b-bv9cqo251c] {
    color: black;
}

.gong-footerleft[b-bv9cqo251c] {
    color: #90983c;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    grid-area: ftl;
    align-self: end;
    white-space: nowrap;
}

.gong-name[b-bv9cqo251c] {
    font-size: 13px;
    font-weight: 700;
}

.jia-color[b-bv9cqo251c] {
    color: #17A2B8;
}

.yi-color[b-bv9cqo251c] {
    color: #FD7E14;
}

.isbody[b-bv9cqo251c] {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-style: dotted;
}

.gong-footerright[b-bv9cqo251c] {
    color: #813359;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    grid-area: ftr;
    align-self: end;
    white-space: nowrap;
}

.gong-ganzhi[b-bv9cqo251c] {
    font-size: 13px;
    font-weight: 700;
    color: #237804;
    text-align: right;
}

.gong-center[b-bv9cqo251c] {
    display: grid;
    border: 1px solid #00152912;
}

    .gong-center .center-title[b-bv9cqo251c] {
        font-size: 13px;
        text-align: center;
        padding: 5px 0px;
        margin: 0px;
        border-bottom: 1px dashed #00152912;
    }

    .gong-center .basic-info[b-bv9cqo251c] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        margin: 10px;
        padding: 0px;
    }

        .gong-center .basic-info .basic-item[b-bv9cqo251c] {
            font-size: 13px;
            line-height: 22px;
        }

h4.subtitle[b-bv9cqo251c] {
    color: #D3B8F0;
}

@media (min-width: 768px) {
    .adjs[b-bv9cqo251c] {
        display: block;
    }
}
/* _content/ZhouYiBot/Components/Pages/ZiWeiPaiPan.razor.rz.scp.css */
.ziweipan[b-ug8k16d78b] {
    display: grid;
    grid-gap: 3px;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
        "g3 g4 g5 g6"
        "g2 ct ct g7"
        "g1 ct ct g8"
        "g0 g11 g10 g9";
}

.gong[b-ug8k16d78b] {
    border: 1px solid #00152912;
    padding: 3px;
    display: grid;
    grid-template-rows: auto auto auto 50px;
    grid-template-columns: auto auto auto;
    grid-template-areas:
        "major minor adj"
        "horo horo adj"
        "fate fate fate"
        "ft ft ft";
    min-height: 160px;
}

.gong-major[b-ug8k16d78b] {
    grid-area: major;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.gong-minor[b-ug8k16d78b] {
    grid-area: minor;
    justify-self: center;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.gong-adj[b-ug8k16d78b] {
    grid-area: adj;
    display: flex;
    flex-direction: row-reverse;
    justify-self: flex-end;
    gap: 3px;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: black;
    white-space: nowrap;
}

.star-major[b-ug8k16d78b] {
    color: #531dab;
}

.star-soft[b-ug8k16d78b] {
    color: #531dab;
}

.star-tough[b-ug8k16d78b] {
    color: #813359;
}

.star-adjective[b-ug8k16d78b] {
    color: black;
}

.star-flower[b-ug8k16d78b] {
    color: #c41d7f;
}

.star-helper[b-ug8k16d78b] {
    color: #237804;
}

.star-lucun[b-ug8k16d78b] {
    color: #d4380d;
}

.star-tianma[b-ug8k16d78b] {
    color: #1890ff;
}


.star-brightness[b-ug8k16d78b] {
    display: none;
    font-weight: 400;
    color: black;
}

.star-mutagen[b-ug8k16d78b] {
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    margin-left: 1px;
    padding: 0 2px;
    display: none;
}

    .star-mutagen.quan[b-ug8k16d78b] {
        background-color: #2f54eb;
    }

    .star-mutagen.ke[b-ug8k16d78b] {
        background-color: #237804;
    }

    .star-mutagen.lu[b-ug8k16d78b] {
        background-color: #d4380d;
    }

    .star-mutagen.ji[b-ug8k16d78b] {
        background-color: black;
    }

.gong-horo[b-ug8k16d78b] {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    grid-area: horo;
    align-self: center;
}

.gong-horo[b-ug8k16d78b] {
    font-size: 12px;
    font-weight: 400;
}

    .gong-horo .stars[b-ug8k16d78b] {
        display: flex;
        gap: 3px;
    }

.gong-fate[b-ug8k16d78b] {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    grid-area: fate;
    justify-content: center;
    align-self: end;
    display: flex;
    gap: 3px;
    height: 17px;
}

    .gong-fate .scope[b-ug8k16d78b] {
        background-color: rgb(83, 29, 171);
        border-radius: 4px;
        padding-left: 3px;
        padding-right: 3px;
        color: rgb(255, 255, 255);
    }

.gong-footer[b-ug8k16d78b] {
    grid-area: ft;
    display: grid;
    grid-template-columns: auto auto auto;
    align-self: end;
    white-space: nowrap;
}

.gong-footerleft[b-ug8k16d78b] {
    color: #90983c;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.gong-name[b-ug8k16d78b] {
    font-size: 13px;
    font-weight: 700;
    color: #531dab;
}

.isbody[b-ug8k16d78b] {
    text-decoration: underline;
    text-decoration-color: red;
    text-decoration-style: dotted;
}

.dynamicname[b-ug8k16d78b] {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .dynamicname .decadalname[b-ug8k16d78b] {
        color: #1890ff;
    }

    .dynamicname .yearname[b-ug8k16d78b] {
        color: #813359;
    }

    .dynamicname .cyclename[b-ug8k16d78b] {
        display: none;
    }

.gong-footerright[b-ug8k16d78b] {
    color: #813359;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
}

.gong-ganzhi[b-ug8k16d78b] {
    font-size: 13px;
    font-weight: 700;
    color: #237804;
    text-align: right;
}

.gong-center[b-ug8k16d78b] {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
}

    .gong-center .center-title[b-ug8k16d78b] {
        font-size: 13px;
        text-align: center;
        padding: 5px 0px;
        margin: 0px;
        border-bottom: 1px dashed #00152912;
    }

    .gong-center .basic-info[b-ug8k16d78b] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        margin: 10px;
        padding: 0px;
    }

        .gong-center .basic-info .basic-item[b-ug8k16d78b] {
            font-size: 13px;
            line-height: 22px;
        }

h4.subtitle[b-ug8k16d78b] {
    color: #D3B8F0;
}

@media (min-width: 768px) {
    .star-brightness[b-ug8k16d78b] {
        display: inline-block;
    }

    .star-mutagen[b-ug8k16d78b] {
        display: inline-block;
    }

    .dynamicname .cyclename[b-ug8k16d78b] {
        display: inline-block;
    }
}
