                        position: absolute;
                        right: 0;
                        left: -50%;
                        border-bottom: 0.0714rem solid rgba(217, 227, 255, 0.16);
                        content: '';
                        bottom: 0;
                        width: 200%;
                    }
                }
            }
    }
    }
}

._FaceLib_ {
    @modalFooterHeight: 60 / @px-unit; 
    @preEmptyHeight: 300 / @px-unit; 
    @modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

    margin: 0;

    .ant-modal-body{
        width: 100%;
        max-width: 100%;
    }
    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y:auto !important;
        overflow-x: auto !important;
        
        .ant-modal-footer {
            position: absolute;
            overflow: hidden;
            height: @modalFooterHeight;
            width: 100%;
            bottom: 0/@px-unit;
            right: 0/@px-unit;
        }
 
        .picContent {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            height: 100%;
            padding: 0 !important;
            .picLeftContent {
                width: 100%;
                height: @modalPicContentHeight;
                
                overflow-y: auto;

                .picCardItem {
                    width: 310 / @px-unit;
                    height: 174 / @px-unit;
                    margin-right: 16 / @px-unit;
                    margin-bottom: 20 / @px-unit;
                    background-color: @neutral-bg-4-normal;
                    border: 1px solid @neutral-stroke-2-normal;
                    position: relative;
                    float: left;
                    cursor: pointer;
                    padding-left: 4 / @px-unit;
                    &:hover {
                        border:1px solid @brand-stroke-1-hover;
                    }

                    .PersonPic {
                        display: block;
                        height: 140 / @px-unit;
                        width: 120/@px-unit;
                        margin: 4 / @px-unit 0;
                        float: left;
                    }

                    .InfoContent {
                        width: 55%;
                        height: 100%;
                        float: left;
                        padding-left: 8/@px-unit;
                        padding-top: 8/@px-unit;
                        &>div {
                            line-height: 20 / @px-unit;
                            margin-top: 8 / @px-unit;
                            color:@neutral-fg-2-normal;
                            display: flex;
                            align-items: center;
                            .card-label { 
                                flex:0 0 20 / @px-unit;
                                margin-right: 8 / @px-unit; 
                                display: flex;
                                align-items: center;
                            }
                            .card-text {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                color: @neutral-fg-2-normal;
                            }
                        }
                    }



                }
            }

            .picRightContent {
                width: 480 / @px-unit;
                height: @modalPicContentHeight;
                overflow-y: auto;
                .checked_div{
                    position:relative;
                    width: 150/@px-unit;
                    height: 150/@px-unit;
                    float: left;
                }
                .delete_icon{
                    position: absolute;
                    right: -18 /@px-unit;
                    top: 2 /@px-unit;
                    display: none;
                }
                .Thumbnail {
                    display: block;
                    width: 120/@px-unit;
                    height: 135/@px-unit;
                    float: left;
                    margin: 1rem 2rem;
                }
                .checked_div:hover .delete_icon{
                    color: @status-error-fg-1-normal;
                    display: block;
                }
            }
        }
        .picContentLoading{
            width: 100%;
            height: 100%;
        }
        .face-check-item {
            position: absolute;
            left: 10 / @px-unit;
        }
        .active {
            box-shadow: none !important;
        }
        .buildStatus {
            padding-left: 12 / @px-unit;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 32 / @px-unit;;
            line-height: 32 / @px-unit;
            background-color: @neutral-bg-4-hover;
            
            &-2{
                color: @status-success-fg-1-normal;
            }
            
            &-1{
                color: @status-error-fg-1-normal;
            }
        }

        .pageLine {
            margin-top: 10/@px-unit;
            display: flex;
            justify-content: space-between;
        }

        .ant-modal-body {
            padding: 10/@px-unit 24/@px-unit;
        }
    }
}
.center-modal {
    margin: 0 auto;
    top: 50 / @px-unit;
    bottom: 50 / @px-unit;
    min-width: 1420 / @px-unit !important;
    width: 1420 / @px-unit !important;
     .ant-modal {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        .picCardItem  {
            height: 150 / @px-unit !important;
            .buildStatus {
                display: none;
            }
        }
    }
}
.modifyConfig {
    float: right;
}


.personRegistry {
    width: 678/@px-unit;
    min-width: 678/@px-unit;
    height: 600/@px-unit;
    min-height: 600/@px-unit;

    .ant-modal-body {
        display: flex;
        width: 100%;
        height: 450 /@px-unit;
    }

    .ant-modal-footer {
        height: 66 / @px-unit;
    }

    .facePath {
        width: 140/@px-unit;
        height: 160/@px-unit;
        margin: 0/@px-unit 20/@px-unit;
        margin-right: 40/@px-unit;
        background-size: cover;
        border: 1px dashed gray;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        .person_edit_image {
            position: absolute;
            
            left: 0;
            right: 0;
            height: 30/@px-unit;
            position: absolute;
            top: 129/@px-unit;
            
            opacity:0.5;
            background-color: @neutral-bg-inverted;
          }
        img{
            width:100%;
            height: 100%;
        }
        .select_Icon{
            height: 100%;
            width: 100%;
            line-height: 160/@px-unit;
        }
    }

    .personConfig {
        width: 440/@px-unit;
        height: 341/@px-unit;
    }
}

.Batchregitry {
    .batchUpload {
        width: 100%;
        height: 152/@px-unit;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            width: 46%;
            height: 100%;
            border: 1/@px-unit dashed @neutral-stroke-1-normal;
            cursor: pointer;
            color:  @neutral-fg-3-normal;
            text-align: center;
            line-height: 152/@px-unit;
            background-color: @neutral-bg-2-normal !important; 
        }

        .upload_each:hover {
            border: 1/@px-unit dashed @brand-bg-1-hover;
            color: @brand-bg-1-hover;
        }
        .selectTip{
            margin-top: -80/@px-unit;
            text-align: center;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}
.faceLibModal-content-search {
    display: flex;
    
    >div:not(:last-child) {
        margin-right: 32/ @px-unit;
    }
    >div {
        flex:0 0 306 / @px-unit !important;
    }
    >div>.label-normal-container{
        display: flex;
        width: 100%;
        width: 306 / @px-unit !important;
        .label-normal-wrapper {
            width: 200 / @px-unit;
        }
    }  
   
    
}
.isPassByDB-search{
    >div {
      
       &:nth-child(2) {
            display: flex;
            .label-normal {
                width: 100/ @px-unit !important;
            }
            .label-normal-wrapper {
                .ant-select {
                    width: 150 / @px-unit !important;
                }
            }
            .label-normal-behind {
                padding: 0;
                margin: 0;
            }
        }
    }
}
.faceLibModal-search-btns {
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 12 / @px-unit;
    max-width: max-content;
}
.isPassByDB-btns {
    position: absolute;
    top: 0;
    right: 0;
    @media screen and (max-width: 1700px) {
        position: relative;
    }
}
.faceLibModal-btns-row {
    margin-top: 12 / @px-unit;
    padding-top: 12 / @px-unit;
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid @neutral-stroke-1-normal;
    .label-div-Container {
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }
}

.bottombtnList {
    display: flex;
    
    
    float: right;
    .label-div-Container{
        float: right;
        margin-left: 15/@px-unit;
    }
}

.dateAddModal {
    width: 260/@px-unit;
}

.intel_smallPic_box {
    width: 140/@px-unit;
    height: 160/@px-unit;
    border: 2/@px-unit solid @neutral-stroke-1-normal;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @brand-bg-1-hover;
}

.checkImgModal {
    width: 700/@px-unit  !important;
    height: 500/@px-unit;

    .ant-modal-content {
        height: 100%;
    }

    .ant-modal-body {
        height: 400/@px-unit;
        overflow-y:auto;
    }
}
.import_Table{
    height: 480/@px-unit;
    width: 800/@px-unit !important;
}
.copyTable{
    height: 300/@px-unit;
}
.fileListModal{
    width: 800/@px-unit !important;
    height: 700/@px-unit;
    
    ._Table_ .ant-table-body {
        max-height: 380/@px-unit !important;
    }
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.errorCls{
    color: @status-error-bg-1-normal !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        }
    }
}


._Backup_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
        .backup-videoLayout-picPanel{
            width: 100%;
            height: 458/@px-unit;
        }
        overflow: hidden;
    }
    .video-detail-panel{
        padding: 24 / @px-unit;
    }
    .detail-label-color{
        color: @neutral-fg-2-normal;
    }
}


._BaseConfig_ {
    overflow-y: auto;
    width: 100%;
    .fullTimeSelecion {
        margin-left: 20 / @px-unit;
        
    }
    .leftmargin {
        margin-left: 20 / @px-unit;
    }
    .label-normal-behind {
        margin-left: 20 / @px-unit;
    }
    .addCustomDays {
        margin-left: 20 / @px-unit;
        .check-box-group {
            .label-normal-wrapper {
                
                width: 700px !important;
                .labelCheckboxGroup {
                    display: flex;
                    .ant-checkbox-wrapper {
                        width: 200px;
                    }
                }
            }
        }
    }
    .DelExpiredFilesByChn {
        margin-left: 20 / @px-unit;
    }
    .AutoDelFaceDataSel {
        margin-left: 20 / @px-unit;
    }
}


.addCustomDays-modal {
    .ant-modal-content {
        .ant-modal-body {
            padding: 0 !important;
            padding-bottom: 30px !important;
            ._Holiday_ {
                position: relative !important;
                .ant-row {
                    .fixed-button {
                        position: absolute !important;
                        padding-top: 40px;
                        border-top: none !important;
                    }
                }
            }
        }
    }
}


.addoneModal{
    width: 800/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .selectTip{
        text-align: center;
    }
}
.addoneModalStp2{
    width: 850/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 550/@px-unit !important;
    }
}
.workPath{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
    .select_Icon{
        margin-top: 70/@px-unit;
    }
}
.workPath:hover {
    border: 1/@px-unit dashed  @brand-bg-1-hover;
    color:  @brand-bg-1-hover;
}
.importImg{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
}
.importimgList{
    margin-top: 50/@px-unit;
    width: 700/@px-unit;
    height: 200/@px-unit;
    overflow-x: auto;
    white-space:nowrap;
    margin-left: 20/@px-unit;
    .importimgListInner{
        width: 100%;
        overflow-x: auto;
        height: 200/@px-unit;
    }
    img{
        width: 150/@px-unit;
        height: 150/@px-unit;
    }
}

.addonetip{
    width: 100%;
    text-align: center;
}
.addbatchModal {
    width: 800/@px-unit !important;
    height: 500/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .batchContent{
        width: 100%;
    }
    .batchContent1{
        margin-left: 80/@px-unit;
        .label-normal-behind   {
            min-width: 200 / @px-unit;
        }
    }
    .batchUpload {
        width: 100%;
        height: 180/@px-unit;
        display: flex;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            margin-right: 30/@px-unit;
            width: 40%;
            height: 100%;
            border: 1/@px-unit dashed @neutral-stroke-1-normal;
            cursor: pointer;
            color:  @neutral-fg-3-normal;
            text-align: center;
            line-height: 152/@px-unit; 
        }

        .upload_each:hover {
            border: 1/@px-unit dashed  @brand-bg-1-hover;
            color:  @brand-bg-1-hover;

        }
        .selectTip{
            margin-top: -80/@px-unit;
            text-align: center;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.localtag_RightBtnDiv{
    display: flex;
    flex-direction: row;
    float: right;
}


._TargetPlayBack_,._EventPlayBack_,._ExactSearchPlayBack_,._HistoryEvent_ {

    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: none;
        height: 100%;

        .ant-collapse-item {
            height: 100%;
        }

        .ant-collapse-header {
            padding-top: 0 / @px-unit;
            padding-bottom: 0 / @px-unit;
            border-radius: 0 !important;
            background:none !important;
            height: auto !important;
            padding: 16/@px-unit !important;
            padding-bottom: 0 !important;
            cursor: default;
        }

        .ant-collapse-header-text {
            border-top: 1px solid @neutral-stroke-2-normal;
            color: @neutral-fg-3-normal !important;
            font-size: 16 / @px-unit !important;
            font-weight: 400;
            padding: 20/@px-unit 0 12/@px-unit 0;
            
            line-height: normal;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: 16/@px-unit;
            padding-top: 0 !important;
        }

    }

    
    .panel-header {
        display: flex;
        align-items: center;
        height: 26 / @px-unit;

        .panel-left-operation {
            display: flex;
            align-items: center;

            .panel-header-checkbox {
                width: 28 / @px-unit;
                height: 26 / @px-unit;
            }

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .channel-tree {
        .channel-group{
            .channel-group-header{
                margin-right: 0!important;
                .channel-group-title{
                    color:@neutral-fg-2-normal;
                }
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}



._ResetManual_ {
    width: 1120 / @px-unit !important;
    .ant-modal-header {
        height: 56 / @px-unit;
        line-height: 56 / @px-unit;
    }
    .ant-modal-body {
        padding: 0 !important;
        .wrapper {
            .wrapper-tip {
                height: 80 / @px-unit;
                display: flex;
                justify-content: center;
                align-items: center;
                border-bottom: 1/@px-unit  solid @neutral-stroke-1-normal;
                padding: 24/@px-unit 24/@px-unit 16/@px-unit 24/@px-unit;
            }
            .ant-tabs {
                padding: 24/@px-unit 40/@px-unit 32/@px-unit 40/@px-unit;
                .ant-tabs-nav::before {
                    border-bottom: 0;
                }
                .ant-tabs-nav-wrap {
                    .ant-tabs-nav-list {
                        border-radius: 4 / @px-unit;
                        .ant-tabs-tab {
                            width: 128 / @px-unit;
                            height: 32 / @px-unit;
                            
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                        .ant-tabs-tab:first-child {
                            border-top: 1px solid @neutral-stroke-1-normal;    
                            border-bottom: 1px solid @neutral-stroke-1-normal; 
                            border-left: 1px solid @neutral-stroke-1-normal;   
                            border-radius: 4 / @px-unit 0 0 4 / @px-unit;
                        }
                        .ant-tabs-tab:nth-last-child(2) {
                            border-radius: 0 4/@px-unit 4/@px-unit 0;
                            border-top: 1 / @px-unit solid @neutral-stroke-1-normal;    
                            border-bottom: 1 / @px-unit solid @neutral-stroke-1-normal; 
                            border-right: 1 / @px-unit solid @neutral-stroke-1-normal;   
                        }
                        .ant-tabs-tab-active:first-child {
                               border: 1 / @px-unit solid @brand-stroke-1-normal;
                               border-radius: 4 / @px-unit 0 0 4/@px-unit;
                        }
                        .ant-tabs-tab-active:nth-last-child(2) {
                            border: 1 / @px-unit solid @brand-stroke-1-normal;
                            border-radius: 0 4 / @px-unit 4 / @px-unit 0;
                        }
                        .ant-tabs-tab-active {
                            background-color: @brand-bg-2-selected;
                            .ant-tabs-tab-btn {
                                color: @brand-stroke-1-normal;
                            }
                        }
                        .ant-tabs-tab + .ant-tabs-tab {
                            margin: 0;
                        }
                        .ant-tabs-ink-bar {
                            display: none;
                        }
                    }
                }
            }
            .wrapper-list {
                display: flex;
                flex-direction: column;
                margin-top: 24 / @px-unit;
                .wrapper-list-title {
                    color: @neutral-fg-2-normal;
                    line-height: 24 / @px-unit;
                    font-weight: 700;
                    font-size: @font-size-title-s;
                }
                .wrapper-list-container {
                    display: flex;
                    flex-wrap: wrap;
                    margin-top: 16 / @px-unit;
                    .wrapper-list-container-item {
                        width: 320 / @px-unit;
                        height: 440 / @px-unit;
                        border-radius: 4 / @px-unit;
                        border: 1/@px-unit solid @neutral-stroke-2-normal;
                        padding: 40 / @px-unit 24/@px-unit 24/@px-unit 24/@px-unit;
                        .wrapper-list-container-item_body {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            &-svg {
                                &>.cus_panel{
                                    width: 120 / @px-unit !important;
                                    height: 120 / @px-unit !important;
                                    background-color: @brand-bg-2-selected;
                                }
                                path:nth-child(1) {
                                    fill: @brand-fg-1-normal;
                                }
                                path:nth-child(2) {
                                    fill: @brand-bg-2-selected;
                                }
                                width: 120 / @px-unit;
                                height: 120 / @px-unit;
                                
                                margin-bottom: 24 / @px-unit;
                                border-radius: 4 / @px-unit;
                                .anticon {
                                    font-size: 120 / @px-unit;
                                }
                                
                            }
                            &-title {
                                color: @neutral-fg-2-normal;
                                line-height: 24 / @px-unit;
                                font-size: @font-size-title-s;
                                margin-bottom: 24 / @px-unit;
                            }
                            &-content {
                                width: 100%;
                                line-height: 22 / @px-unit;
                                &-img {
                                    width: 272 / @px-unit;
                                    height: 160 / @px-unit;
                                    display: flex;
                                    justify-content: center;
                                    img {
                                        height: 100%;
                                    }
                                    margin: 12/@px-unit 0;
                                }
                                &-header {
                                    display: flex;
                                    justify-content: space-between;
                                    align-items: center;
                                    margin-bottom: 4 / @px-unit;
                                }
                                &-url {
                                    width: 100%;
                                    height: 32 / @px-unit;
                                    border-radius: 4 / @px-unit;
                                    background: @neutral-bg-5-normal;
                                    line-height: 20 / @px-unit;
                                    font-size: @font-size-body-m;
                                    margin-bottom: 16px;
                                    display: flex;
                                    justify-content: flex-start;
                                    overflow: hidden;
                                    align-items: center;
                                    padding: 6 / @px-unit 0;
                                    .ant-input-disabled{
                                        color: @neutral-fg-2-normal !important;
                                        cursor: text !important;
                                    }
                                }
                                &-btn {
                                    width: 100%;
                                    height: 32 / @px-unit;
                                    border: 1px solid @neutral-stroke-1-normal;
                                    border-radius: 4 / @px-unit;
                                    line-height: 32 / @px-unit;
                                    font-size: @font-size-body-m;
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    cursor: pointer;
                                    &:hover, &:active {
                                        background-color: @brand-bg-2-selected;
                                        border: 1 / @px-unit solid @brand-stroke-1-normal;
                                        color: @brand-stroke-1-normal;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .ant-modal-footer{
        display: none;
    }
}




._ResetForm_ {
        width: 900 / @px-unit !important;
        .ant-modal-header{
            height: 56 / @px-unit;
            line-height: 56 / @px-unit;
        }
        .ant-modal-body {
            padding: 0 !important;
            .wrapper {
                .wrapper-header {
                    height: 80 / @px-unit;
                    padding: 24/@px-unit 24/@px-unit 16/@px-unit 24/@px-unit;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-bottom: 1px solid @neutral-stroke-2-normal;
                    &-icon {
                        height: 32 / @px-unit;
                        .cus_panel {
                            svg{
                                width: 32 / @px-unit;
                                height: 32 / @px-unit;
                            }
                        }
                    }
                    &-text {
                        line-height: 40 / @px-unit;
                        margin: 0 8 / @px-unit;
                        color: @neutral-fg-3-normal;
                    }
                    &-tip {
                        color: @brand-fg-1-normal;
                        line-height: 40 / @px-unit;
                        cursor: pointer;
                    }
                }
                .wrapper-content {
                    display: flex;
                    margin: 16/@px-unit 0 32/@px-unit 0;
                    .wrapper-content-qrcode {
                        width: 344 / @px-unit;
                        padding: 8/@px-unit  60/@px-unit 24/@px-unit  60/@px-unit;
                        border-right: 1/@px-unit solid @neutral-stroke-2-normal;
                        &-title {
                            color: @neutral-fg-2-normal;
                            line-height: 32 / @px-unit;
                            margin-bottom: 40 / @px-unit;
                            font-size: @font-size-title-s;
                            display: flex;
                            justify-content: center;
                            &-icon {
                                background-color: @neutral-bg-2-normal;
                                width: 32 / @px-unit;
                                height: 32 / @px-unit;
                                border-radius: 50%;
                                margin-right: 8/@px-unit;
                                text-align: center;
                            }
                        }
                        &-desc {
                            line-height: 22 / @px-unit;
                            text-align: center;
                            color: @neutral-fg-3-normal;
                        }
                        &-content {
                            padding: 16/@px-unit 12/@px-unit 0 12/@px-unit;
                            &-img {
                                width: 200 / @px-unit;
                                height: 200 / @px-unit;
                                background-color: #fff;
                                padding: 8 / @px-unit;
                                canvas {
                                    width: 100% !important;
                                    height: 100% !important;
                                }
                            }
                            &-number {
                                height: 22 / @px-unit;
                                margin-top: 4 / @px-unit;
                                line-height: 22 / @px-unit;
                                text-align: center;
                                color: @neutral-fg-3-normal;
                            }
                        }
                    }
                    .wrapper-content-form {
                        flex: 1;
                        padding: 8/@px-unit 24/@px-unit 24/@px-unit  24/@px-unit;
                        &-title {
                            color: @neutral-fg-2-normal;
                            line-height: 32 / @px-unit;
                            margin-bottom: 40 / @px-unit;
                            font-size: @font-size-title-s;
                            display: flex;
                            justify-content: center;
                            &-icon {
                                background-color: @neutral-bg-2-normal;
                                width: 32 / @px-unit;
                                height: 32 / @px-unit;
                                border-radius: 50%;
                                margin-right: 8/@px-unit;
                                text-align: center;
                            }
                        }
                        .customer-checkbox {
                            .label-div-Container {
                                margin-bottom: 0 !important;
                                .label-normal-container {
                                    width: 100%;
                                    display: flex;
                                    align-items: center;
                                    .label-normal-behind {
                                        width: auto !important;
                                        font-size: 16 / @px-unit;
                                        font-weight: 400;
                                        line-height: 24 / @px-unit;
                                    }
                                }
                            }
                        }
                        .label-normal{
                            font-size: 16 / @px-unit;
                            line-height: 24 / @px-unit;
                            display: flex;
                            align-items: center;
                            width: 160 / @px-unit !important;
                            margin-right: 16 / @px-unit;
                        }
                    }
                }
            }
        }
}

@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 240 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

.in-page-modal {
    position: absolute;

    .ant-modal {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;

        .ant-modal-header {
            width: 100%;

            .modal-title {
                display: flex;
                align-items: center;
                flex-wrap: wrap;

                >span {
                    margin-left: 12 / @px-unit;
                    line-height: 30 / @px-unit;
                }

                .module-title {
                    position: relative;
                    width: 100%;
                    padding-bottom: 8 / @px-unit;
                    &::before {
                        position: absolute;
                        right: 0;
                        left: -50%;
                        border-bottom: 0.0714rem solid rgba(217, 227, 255, 0.16);
                        content: '';
                        bottom: 0;
                        width: 200%;
                    }
                }

                .detail-title {
                    padding-top: 12 / @px-unit;
                }
            }
        }
    }
}

.center-modal {
    margin: 0 auto;
    top: 50 / @px-unit;
    bottom: 50 / @px-unit;
    width: 1390 / @px-unit !important;

    .ant-modal {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.WorkDetail {
    .ant-modal-header {
        width: 100%;
    }

    .ant-modal-body {
        width: 100%;
        max-width: 100%;
    }

    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto !important;
        overflow-x: auto !important;
    }

    .topView {

        .label-div-Container {
            .label-normal-behind {
                width: max-content !important;
                padding-right: 8 / @px-unit;
            }
        }
    }

    .picContent {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: @modalPicContentHeight;
    }

    .pageLine {
        margin-top: 10/@px-unit;
        display: flex;
        justify-content: space-between;
    }
}

.picContent {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    height: @modalPicContentHeight;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    overflow-y: auto;

    .picCardItem {
        width: calc(11.4vw - 15px);
        height: calc((11.4vw) * 1.5);
        margin-right: 1rem;
        margin-bottom: 1rem;
        margin-top: 1px; 
        margin-left: 1px;
        background-color: @neutral-bg-4-normal;
        position: relative;
        float: left;
        cursor: pointer;

        &:hover {
            border: 1px solid @brand-stroke-1-hover;
        }

        .face-check-item {
            position: absolute;
            left: 10 / @px-unit;
        }

        .PersonPic {
            display: block;
            height: calc((11.4vw - 18px) * 1.5);
            width: 100%;
            float: left;
        }
    }

}

._Holiday_ {
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    } 
}


._PreviewIndexView_ {
    
    
    
    padding-top: inherit; 
    height: 100%;
    display: flex;
    background-color: @neutral-bg-4-normal;
    &left,
    &right {
        width: 320 / @px-unit;
        background-color: @neutral-bg-4-normal;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }

    &left{
        justify-content:start;
        overflow: hidden;
        height: 100%;
    }

    &center {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 auto;
        &_plugin {
            display: flex;
            flex: 1 1 auto;
            flex-flow:inherit;
            background-color: @neutral-bg-4-normal;
            .ocxLocation{
                flex-grow:1;
            }
        }
        &_bottom {
            height: 48 / @px-unit;
            flex: 0 0 auto;
            background-color: @neutral-bg-4-normal; 
            display: flex;
            justify-content: space-between;
            padding: 0 12 / @px-unit;
            &_left {
                display: flex;
                align-items: center;
            }
            &_right {
                display: flex;
                align-items: center;
            }
            .divider {
                height: 24 / @px-unit;
            }
        }
    }
    &ai_preview,
    &fisheyes,
    &splitscreen,
    &eptz {
        width: 320 / @px-unit;
        height: 100%;
    }
    &right {
        overflow-y: auto;        
        &_alarmout {
            min-width: 200/ @px-unit;
            ._ChannelGroup_ div:nth-child(2) .chn_btn {
                margin-left: 0 !important;
            }
            .ant-space-item{
                padding-left: 10/@px-unit;
            }
        }
    }
    ._PreviewIndexView_left{
        .ant-divider-horizontal{
            margin:10 / @px-unit 0 ;
        }
    }
}




.alarm-out-popover, .talk-and-sound-popover, .view-split-popover, .multi-preview-popover {
    z-index: 999;
    padding-left: 0;
    padding-right: 0;
    .ant-popover-arrow {
        display: none;
    }
    .ant-popover-inner {
        padding: 0;
        max-width: 100vw;
        min-width: 0;
        background: @neutral-bg-1-normal;
        border-color: @neutral-stroke-3-normal;
    }
    .ant-popover-inner-content {
        padding: 0 4 / @px-unit;
    }
}



.header-HelpAlarm {
    cursor: pointer;
    &:hover {
        .svgHover(@brand-bg-1-hover);
    }
}




.header-homeBack{
    cursor: pointer;
    
}


._EventConfig_ {
        
}


.LanguageButtons {
    .language {
        background-color: #007A0C !important;
        color: white !important;
    }
    .label-normal-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    width: 210 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}


._BottomPanel_ {
  
  display: flex;
  flex-direction: column;
  user-select: none;
  color: @neutral-fg-2-normal;
  

  ._BottomPanel_bottom_btn {
    height: 50/ @px-unit;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: @neutral-bg-4-hover;
  }

  ._BottomPanel_bottom_timeline {
    height: 64px;
  }

  
  
  
  
  

  
  
  
}

.live {
   .liveBtn {
        .label-normal-container {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
        background-color: red !important;
        color: white !important;
    } 
    margin-left: 8 / @px-unit;
    margin-right: 8 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}


.header-Timer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.holidayRadioGroup{
    label{
        width: 45%;
    }
}


.home_settingBtn{
    .cus_icons{
        margin: 0 15/@px-unit !important;
    }
}




._PbRightPanel_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;

  &bottom {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }

  &bottom_x {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
  }

  &bottom_item {
    width: 66 / @px-unit;
    height: 40 / @px-unit;
    text-align: center;
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &bottom_icon {
    font-size: 30 / @px-unit !important;
  }

  .label-normal-wrapper {
    width: 290px !important;
  }

  ._PbRightPanel_bottom_itemLeft {
    width: 100%;
    height: 40 / @px-unit;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

    .label-normal-wrapper {
      width: 50px !important;
    }
  }

  ._PbRightPanel_chl_divider {
    margin: 5 / @px-unit 0;
  }

  ._PbRightPanel_chl_table {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 150 / @px-unit;
    width: 280 / @px-unit;

    .ant-table-body {
      min-height: auto !important;
      max-height: none !important;
      -ms-max-height: none !important;

      tbody {
        .ant-table-row {
          &.ant-table-row-selected {
            td {
              background: transparent;
            }
          }

          .ant-table-cell-ellipsis {
            text-align: left !important;

            &.ant-table-column-sort {
              background: transparent;
            }
          }
        }
      }
    }

    
    
    

    ._Table_ {
      height: 100%;

      .ant-table {
        &>.ant-table-container {
          display: flex;
          height: 100%;
          flex-direction: column;

          .ant-table-header {
            overflow: visible !important;
            height: auto;
          }

          tr {
            td {
              height: 40px;
            }
          }

          th {
            height: 40px !important;
          }
        }

        ::-webkit-scrollbar {
          width: 0px;
        }
      }

      .ant-table-fixed-header {
        height: 95%;
      }

      .m-table-showEmpty {
        height: 100%;

        .ant-table-wrapper {
          height: 100%;

          .ant-spin-nested-loading {
            height: 100%;

            .ant-spin-container {
              height: 100%;
            }
          }
        }
      }
    }
  }

  ._Table_ div:first-child {
    height: 100%;
  }

  .ant-table-thead div:first-child {
    height: auto;
  }

  ._PbRightPanel_fish_eye {

    
    ._FishEye_ {
      padding: 0 10 / @px-unit;
      padding-top: 68/ @px-unit;
    }

  }

  ._Eptz_ {
    

    padding: 0 10 / @px-unit;
    padding-top: 68/ @px-unit;

    .label-normal-wrapper {
      width: unset !important;
    }

    .range-content .label-normal-wrapper {
      width: 90 / @px-unit !important;
    }
  }

  .right_orgin_hide {
    display: none;
  }

  .right_orgin_flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .calender_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .chl_table {
    height: 350 / @px-unit;
  }

  .playback_channel_show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .playback_channel_none {
    display: none;
  }

  ._PbRightPanel_rightpanel_show {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  ._PbRightPanel_rightpanel_hide {
    display: none;
  }

  .mask_datum {
    position: relative;
    width: 100%;
  }

  .mask_panel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    
    
  }

  .mask_panel_all {
    height: 90%;
  }

  .mask_panel_show {
    display: block;
  }

  .mask_panel_hide {
    display: none;
  }

}

.header-tabMenu {
    padding-left: 10 / @px-unit;
    width: 100%;
    line-height: @navMenuLineHeight;
    height: @navMenuLineHeight;

    .ant-tabs {
        &.ant-tabs {
            & > .ant-tabs-nav {
                height: @navMenuLineHeight;
                &::before {
                    border-width: 0px;
                }
                .ant-tabs-nav-list {
                    .ant-tabs-tab {
                        border: none;
                        
                    }
                }
                .ant-tabs-tab-btn {
                    padding: 0;
                    border: 0px;
                    transition:none
                }
            }
        }
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
        background-color: @neutral-bg-1-selected-3 !important;
        border: none;
        color: @neutral-fg-on-1-selected !important;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
        background-color: @neutral-bg-1-selected-3;
        border: none;
        border-left: 1px solid @neutral-bg-1-selected-3;
        border-right: 1px solid @neutral-bg-1-selected-3;
        text-align: center;
        line-height: @navMenuLineHeight;
        width: unset;
        margin-right: 9/@px-unit;
        color:@neutral-fg-on-1-normal;
    }
    .ant-tabs-bar {
        border: none;
        color:@neutral-fg-on-1-normal;
        margin: 0;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
        height: @navMenuLineHeight;
    }
    .ant-tabs-nav-container {
        line-height: @navMenuLineHeight;
    }
    .ant-tabs-tab-next{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }
    .ant-tabs-tab-prev{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }

    .ant-tabs-tab {
        height: auto !important;
        width: auto !important;
        padding: 0 !important;
        
        margin-right: 12 / @px-unit !important;
        min-width: 40 / @px-unit;
        max-width: 144 / @px-unit;
        border-radius: 4 / @px-unit !important;

        & > div {
            display: flex;
            width: auto;
            margin: 5 / @px-unit 12 / @px-unit;
            
            align-items: center;
            justify-content: space-between;
            padding: 0 0.3rem;
        }

        .anticon-close{
            color:@neutral-fg-on-1-selected !important;
            margin: 0 !important;
        }

        .tab-item {
            display: flex;
            
            align-items: center;
            width: 100%;
            
            .ant-image,.tabIcon {
                display: none;
            }
            .ant-image{
                width: 25/@px-unit; 
                .ant-image-img{
                    
                    width: 16/@px-unit;
                }
            }
            .tabIcon{
                
                font-size: 20/@px-unit;
            }
            .tab-text{
                
                
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                max-width: 100 / @px-unit;
            }
        }
    }
    .ant-tabs-tab-active {
        .tab-text {
            color: @neutral-fg-on-1-selected;
        }
    }

    .ant-tabs-tab-btn:focus,
    .ant-tabs-tab-remove:focus,
    .ant-tabs-tab-btn:active,
    .ant-tabs-tab-remove:active {
       color:@neutral-fg-on-1-normal !important;
    }
    .errorCls{
        width: 100% !important;
        color: @status-error-bg-1-normal;
        text-align: center;
        font-size: @font-size-base !important;
        .errorCls_text {
            line-height: @navMenuHeight;
        }
    }
}
.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item .header-dropdown-item span {
    margin-left: 0;
    text-align: left;
    width: 25/@px-unit;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item {
    min-width: 152/@px-unit;
    color: @neutral-fg-on-1-selected !important;
}
.ant-tabs-dropdown-menu{
    background-color: @neutral-bg-1-normal;
    svg {
        fill:@neutral-fg-on-1-normal;
    }

}

.cursor {
    cursor: pointer;
    &:hover {
        color: @neutral-fg-2-normal;
    }
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}






._SAFESecurityStatus_ {
    ._SAFESecurityStatus_title {
        background-color: inherit;
    }
    ._SAFESecurityStatus_detect {
        height: 32/@px-unit;
        width: 100/@px-unit;
    }
    .item-list-btn {
        border-color: @neutral-stroke-1-normal;
    }
}

.safeopr-table-normal {
    .ant-table-placeholder{
        display: none;
    }
}
.safeopr-configBar {
    background-color: @neutral-bg-4-normal;
    border-top: 1px solid @neutral-stroke-2-normal;
    position: absolute;
    left: 0;
}

.FireWall-tab {
    a {
        color: @neutral-fg-3-normal;
        &:hover {
            color: @brand-fg-1-normal;
        }
    }
}

.Loading-wapper {
    .ant-spin-text {
        position: initial;
        transform: initial;
        white-space: nowrap;
    }
}

.Cert {
    .ant-input-number {
        width: 100%;
    }
}

._VideoTransmission_, ._SAFESafetyWarning_, ._UserLock_, .FireWall-tab, ._publicAccountLock_, ._DOSAttack_, ._WlanAgree_, ._publicHttps_ {
    padding-bottom: 78/@px-unit;
}
._Whitelist_ {
    padding-bottom: 78/@px-unit !important;
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}

._MainStreamDisc_ {
    width: 100%;
}

.flexBetween(){
  display: flex;