@media print {
    .R_side_fixed, .function_panel {
        display: none !important;
    }
}

.resultBoard {
    margin: 1.5em 0px 1.5em 0;
    border-bottom: 1px dashed #DDD;
}

.scroltable-container:has(.resultBoard) {
    padding-right: 0em;
}

.modal_transparent {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: RGBA(0, 0, 0, 0.5);
    z-index: 99999998;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.pas-msg {
    inline-size: stretch;
}

.text-danger {
    color: #C40000;
}

.text-danger:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/basic/icon_error.svg) no-repeat center center;
    background-size: 15px;
    margin-right: 5px;
}

/* 只在有錯誤訊息時才顯示圖示 */
.text-danger:empty::before {
    content: none;
}