﻿.modalError {
    --bs-modal-width: 25vw;
}

    .modalError .modal-header, .modalError .modal-footer {
        border: 0;
        display: unset;
    }

        .modalError .modal-header div {
            width: 100%;
        }

            .modalError .modal-header div h5 {
                padding: 0.5em;
                font-weight: bold;
            }

        .modalError .modal-header img {
            width: 6em;
        }

    .modalError .modal-body {
        border: 0;
        padding: 0.25em;
    }

        .modalError .modal-body span {
            display: inline-block;
            background-color: #CEBC83; /* 淡黃底 */
            color: #000; /* 深咖啡字 */
            padding: 6px 12px;
            border-radius: 4px; /* 微圓角 */
            font-size: 14px;
        }

.hideIcon {
    cursor:pointer;
    position: absolute;
    right: 17px;
    width: 30px;
    height: 40px;
    display: inline-block;
    background: url(/img/offeye.png) no-repeat center / 25px 25px;
    border:0;
}
    .hideIcon.closed {
        background: url(/img/oneye.png) no-repeat center / 25px 25px;
    }