.file-upload-camera2{
    display: flex;
    .video-select{
        width:250px;
        .el-input{
            -webkit-padding-after: 0;
            padding-block-end: 0;
        }
    }
    .viedo-source{
        width:600px;
        height: 600px;
    }
    .el-upload{
        display: none;
    }
    .camera-container{
        width: 50%;
        // text-align: center;
        .el-select{
            height: 35px !important;
        }
    }
    .img-container{
        margin-left: 50px;
        width: 490px;
        height: 682px;
        overflow: auto;
    }
    .action-container{
        margin-top: 7px;
    }
    .video-container{
        background-color: black;
        width:610px;
        height: 610px;
        padding: 5px;
    }
    
}
.dialog-handlepicture{
    overflow: hidden !important;
    .el-dialog__headerbtn{
        top: 10px !important;
        right: 10px !important;
    }
    .el-dialog__body{
        overflow: auto !important;
        width: 1120px ;
        max-width: 1153px !important;
        max-height: 715px !important;
    }
    .el-dialog{
        width: 1153px !important;
        height: 715px;
    }
}