.divFlex {
    display: flex;
}

.inner, .content, .port, .inner-container {
    height:100%;
}
.port {
    display: flex;
    flex-direction: column;
}
.attention-component {
    width: 100%;
    padding: 10px;
    max-width: 400px;
    position: fixed;
    top: 51.5%;
    left: 50%;
    transform: translate(-50%, -50.5%);
    z-index: 9999;
    backface-visibility: hidden;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}

    .attention-component * {
        margin: 0;
        padding: 0;
        box-sizing: border-box
    }

    .attention-component .inner {
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.13)
    }

.attention-overlay {
    background: var(--attention-overlay);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 9998;
    overflow: hidden;
}

.attention-component .inner-container {
    padding: 10px;
    background-color: var(--wka-bg);
    color: var(--wka-bg-color);
    /* max-height: calc(100vh - 50px); */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.attention-component .head {
    background-color: var(--wka-bg);
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 0.8em 0.1em 0.8em;
    color: inherit;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    cursor: initial;
}

.attention-component .close {
    color: var(--wka-bg-color);
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    margin-bottom: 10px;
    z-index: 2;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    overflow: hidden;
    font-family: monospace;
    cursor: pointer;
    font-size: 2.08em;
}

    .attention-component .close:hover {
        color: var(--red)
    }

    /*.attention-component .close path:first-child {
        fill: var(--wka-bg)
    }*/

.attention-component .title {
    font-size: 30px;
    color: #545454;
    font-weight: 500;
}

.attention-component .content {
    font-size: 16px;
}

.attention-component .inner-container .content {
    max-height: calc(100vh - 135px);
    overflow-y: auto;
    display: flex;
    height: calc(100% - 107px);
    justify-content: center;
}

.attention-component .input:not(.withImg) {
    width: 100%;
    border: 0.5px solid #9999994d;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 5px;
    -webkit-min-logical-width: calc(100% - 16px);
}

.attention-component .input.withImg {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    margin-top: 5px;
}

.attention-component .input:focus {
    outline-offset: 0;
    outline: none
}

.attention-component .input:disabled, .attention-component input:disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}

.attention-component .button {
    padding: 6px 10px;
    width: 50%;
    display: block;
    margin: 10px auto 0 auto;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    background-color: var(--color);
    color: #fff
}

.attention-component .buttons {
    margin-top: 10px;
    text-align: center
}

.attention-component .cancel,
.attention-component .confirm,
.attention-component .confirm1,
.attention-component .sure,
.attention-component .clrFrm,
.attention-component .skip,
.attention-component .prev {
    padding: 6px 10px;
    border: 0;
    border-radius: 5px;
    color: var(--wka-bg);
    cursor: pointer
}

.attention-component .cancel {
    background-color: #EF767A;
    margin-left: 2px;
}

.attention-component .clrFrm {
    background-color: var(--color);
    margin-left: 2px;
}

.attention-component button.confirm1.err,
.attention-component button.confirm.err {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.attention-component .skip,
.attention-component .prev {
    background-color: var(--color);
    margin-right: 2px;
}

    .attention-component .prev[currStep="0"] {
        display: none;
    }

    .attention-component .prev:disabled, .attention-component .skip:disabled, .attention-component .confirm:disabled, .attention-component .confirm1:disabled, .attention-component .cancel:disabled {
        opacity: 0.5;
        cursor: not-allowed
    }

.attention-component .confirm, .attention-component .confirm1, .attention-component .sure {
    background-color: #25B686;
    margin-right: 2px;
}

    .attention-component .confirm:disabled, .attention-component .confirm1:disabled, .attention-component .cancel:disabled {
        opacity: 0.5;
        cursor: not-allowed
    }

.frmInstrct {
    background-color: #3394de36 !important;
    padding: 0.3em;
    width: 100%
}

.frmPaste {
    margin-left: 0.6em;
    font-size: 18px
}

.frmTooltip {
    color: #999;
    font-size: 12px;
    display: block;
}

.ddOCR {
    /* width: 100%; */
    border: 0.5px solid #9999994d;
    border-radius: 5px;
    padding: 3px 3px;
    margin-top: 1px !IMPORTANT;
    /* -webkit-min-logical-width: calc(100% - 16px); */
    outline: none;
    vertical-align: middle;
}

.attention-frame {
    width: 100%;
    height: 100%;
    border: 0
}

.jmpLbl, .jmpCtrl {
    width: auto;
    margin-left: 0.31em;
}
