.p-frame {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}
    .p-frame video {
        max-width: 100%;
        max-height: 100%
    }

.canvas-container {
    position: relative;
    flex: none;
}

.result-container {
    position: absolute;
    height: 80%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
    overflow: hidden;
}

.rc-text {
    margin-top: 1px;
    padding: 8px 15px;
    background: rgba(0,0,0,0.5);
    border-radius: 3px;
    font-size: 14px;
    color: #FE8E14;
    vertical-align: text-bottom
}

    .rc-text .inRCTxt {
        display: inline-block;
        vertical-align: text-bottom;
        max-width: 260px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
    }

.rc-count {
    vertical-align: text-bottom;
    font-size: 10px;
    color: #fe8e14
}

.scanning-container {
    position: relative;
    display: none;
    overflow: hidden
}

.sc-frame1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 60%;
    max-width: 250px;
    max-height: 250px;
    border: 2px solid #FE8E14;
    border-radius: 5px;
    box-shadow: 0 0 0 10000px rgba(0,0,0,0.5)
}
