/* _content/LinkTabCore/Pages/About.cshtml.rz.scp.css */
h2[b-dbnywu292d] {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ForLinkBox[b-dbnywu292d] {
    padding-top: 13px;
    margin-top: 6px;
    height: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999999;
    color: navy;
}

.myDiv[b-dbnywu292d] {
    line-height: 1.6;
    font-size: 14px;
}
/* _content/LinkTabCore/Pages/Demo.cshtml.rz.scp.css */
.title[b-0nhlw9yq72] {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.introduction[b-0nhlw9yq72] {
    font-size: 14px;
    line-height: 1.6;
}

.command[b-0nhlw9yq72] {
    margin-bottom: 40px;
}

textarea[b-0nhlw9yq72] {
    width: 100%;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999999;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    padding-top: 8px;
    color: navy;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.9;
    resize: none;
    overflow: auto;
}
/* _content/LinkTabCore/Pages/Help.cshtml.rz.scp.css */
.title[b-q5aoyvesf7] {
    margin-top: 35px;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: bold;
}

.myDiv[b-q5aoyvesf7] {
    line-height: 1.6;
    font-size: 14px;
}

.btnCommand[b-q5aoyvesf7] {
    color: navy;
    white-space: nowrap;
}

#myTable[b-q5aoyvesf7] {
    margin-top: 3px;
    border-collapse: collapse;
    font-size: 14px;
}

.tableRow td[b-q5aoyvesf7] {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 5px;
}

[b-q5aoyvesf7] .forImage {
    margin: 15px auto 0 auto;
    border: 1px solid #ccc;
    display: block;
}
/* _content/LinkTabCore/Pages/Index.cshtml.rz.scp.css */
#buttonContainer[b-r4g0tr7d4v] {
    display: flex;
    width: 100%;
    margin-bottom: 1px;
}

#btnOpenURLs[b-r4g0tr7d4v] {
    color: blue;
}

#rightButtons[b-r4g0tr7d4v] {
    flex: 2;
    display: flex;
    justify-content: flex-end;
}

#btnClear[b-r4g0tr7d4v] {
    margin-right: 15px;
}

#btnHide[b-r4g0tr7d4v] {
    margin-right: 15px;
}

#noteContainer[b-r4g0tr7d4v] {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 12px;
}

#noteContainerTitle[b-r4g0tr7d4v] {
    color: #9ca3af;
    padding-bottom: 10px;
}

#noteContainerContent[b-r4g0tr7d4v] {
    color: #6b7280;
    padding-bottom: 10px;
    line-height: 20px;
}


/* 主要针对有Razor预处理TagHelper的控件，如asp-validation-summary，asp-for等进行了处理，加上了::deep */
[b-r4g0tr7d4v] .validationCenter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: red;
    font-size: 13px;
    white-space: nowrap; /* 防止换行撑高 */
}

#myAlert[b-r4g0tr7d4v] {
    color: red;
    margin-left: 15px;
}


/* ++++++++++++++++++++++++++++++++++++++++++ 模态窗口 ++++++++++++++++++++++++++++++++++++++++++++ */
/* ===== 遮罩层 ===== */
.modalOverlay[b-r4g0tr7d4v] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px); /* 关键：高级感 */
    z-index: 1000;
}

.modalBox[b-r4g0tr7d4v] {
    background: #ffffff;
    width: 380px;
    padding: 22px 24px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2), 0 2px 6px rgba(0,0,0,0.08);
    animation: modalPop-b-r4g0tr7d4v 0.18s ease-out;
}

/* 弹出动画 */
@keyframes modalPop-b-r4g0tr7d4v {
    from {
        transform: translateY(10px) scale(0.97);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.modalHeader[b-r4g0tr7d4v] {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 14px;
}

.modalBody[b-r4g0tr7d4v] {
    margin-bottom: 10px;
}

/* 主要针对有Razor预处理TagHelper的控件，如asp-validation-summary，asp-for等进行了处理，加上了::deep */
[b-r4g0tr7d4v] .modalTitleEdit {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
}

.modalHint[b-r4g0tr7d4v] {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}

.modalFooter[b-r4g0tr7d4v] {
    margin-top: 35px;
    text-align: right;
}

    .modalFooter .commandButton[b-r4g0tr7d4v] {
        min-width: 70px;
        padding: 6px 14px;
        border-radius: 6px;
        border: 1px solid #ccc;
        background: #f5f5f5;
        cursor: pointer;
        transition: all .15s ease;
    }

        .modalFooter .commandButton:hover[b-r4g0tr7d4v] {
            background: #e9e9e9;
        }

#modalSave[b-r4g0tr7d4v] {
    background: #4a8cff;
    color: white;
    border-color: #4a8cff;
    margin-right: 6px;
}

    #modalSave:hover[b-r4g0tr7d4v] {
        background: #3b73d9;
    }

/* ++++++++++++++++++++++++++++++++++++++++++ 模态窗口 ++++++++++++++++++++++++++++++++++++++++++++ */


/* _content/LinkTabCore/Pages/Links.cshtml.rz.scp.css */
#linkTitle[b-xhfe107u33] {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 3px;
    color: black;
    font-size: 16px;
}

#btnOpenURLs[b-xhfe107u33] {
    color: blue;
}

#buttonContainer[b-xhfe107u33] {
    display: flex;
    margin-bottom: 15px;
}

#left[b-xhfe107u33] {
    display: flex;
    justify-content: flex-start;
}

#middle[b-xhfe107u33] {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#right[b-xhfe107u33] {
    display: flex;
    justify-content: flex-end;
}

#btnClear[b-xhfe107u33] {
    margin-right: 15px;
}

#LabelExpiredInfo[b-xhfe107u33] {
    color: red;
    margin-right: 10px;
}

/* 
 我的理解，按这种写法，noteContainer既是上层的元素，又是下层的容器
flex: 2是对上层而言，display: flex 是对下层而言
*/
#noteContainer[b-xhfe107u33] {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1.6;
}

.forSecondRowIndent[b-xhfe107u33] {
    padding-left: 18px;
    text-indent: -18px;
}
/* _content/LinkTabCore/Pages/Shared/_Layout.cshtml.rz.scp.css */
