            padding-right: 16 / @px-unit;
            cursor: pointer;

            .cus_panel {
                width: 48 / @px-unit !important;
                height: 48 / @px-unit !important;

                svg {
                    width: 48/ @px-unit;
                    height: 48/ @px-unit;

                    path {
                        color: @neutral-fg-3-normal;
                    }
                }
            }

            
            
            
            
            .ui5-cap-item-text {
                flex: 1;
                margin: 8/ @px-unit;
                color: @neutral-fg-2-normal;
                word-break: break-all;
                overflow: auto;
                height: 100%;
                display: flex;
                align-items: center;
            }
        }

        .ui5-cap-item-disabled {
            cursor: not-allowed;
        }
    }

    .ui5-cap-wrapper-one {

        margin-top: 12/ @px-unit;
    }
}

.preset-dropdown {
    min-width: 300 / @px-unit !important;
    max-height: 300 / @px-unit;
    overflow-y: auto;
}


.intel-scheme-jumt-tips {
    display: inline-flex;
    align-items: center;

    .label-normal-container  {
        padding-bottom: 0 !important;
    }
    &.can-click:hover {
        
    }
    .tip-point {
        display: inline-block;
        width: 12 / @px-unit;
        height: 12 / @px-unit;
        border-radius: 50%;
        background: @status-error-fg-1-normal;
        margin-right: 8 / @px-unit;
        cursor: default;
    }
    .tip-text {
        color: @neutral-fg-3-normal;
        margin-right: 8 / @px-unit;
        cursor: default;
    }
    .tip-button {
        width: auto;
        .labelText-wrapper {
            display: flex;
            align-items: center;
        }
    }
}

.IntelSchemePanelwrap {
    .ant-modal-header {
        width: 100%;
    }

    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .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;
    }

}


._StereoBehavior_ {
    
    
    
    .ivsParameterSet;
    .ant-divider-horizontal {
        margin: 12 / @px-unit 0;
    }

    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }
}


._VideoMotion_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    &line {
        display: flex;
    }
    .container_left {
        width: 480 / @px-unit;
    }
}

.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;
    }
}



._OperateMonitor_ {
    
    
    
    .ivsParameterSet;

    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }
}



._IntelliConfigPTEvent_ {
    
    
    
    overflow: scroll;
    .line-row {
        display: flex;
    }
    .page-view {        
        ._Table_ .ant-table-body {
            min-height: 132 / @px-unit;
        }            
    }
}

.pos-list {
    display: flex;
    flex-direction: column;
    height: 100%;

    .search-input {
        flex: none;
    }

    .list-options {
        flex: 1;
        overflow-y: auto;
    }
}


._CrowdDistriRuleConfig_ {
    * {
        font-family: "arial", "Microsoft YaHei UI", "Microsoft YaHei" !important;
    }
    .aiRuleSet {
        padding: 16 / @px-unit 0  60 / @px-unit;
    }
}


._HeatMap_Intelligence {
    ._HeatMap_config{
        
    }
    
    ._AiRulePlugin_toolbar{
        display: none;
    }
    .aiRuleSet{
        padding: 16 / @px-unit 0  60 / @px-unit;
    }
}

.NetTest-modal {
    .ant-modal-content {
        .ant-modal-body {
            .NetTest-modal-content {
                .FlexLine {
                    display: flex;
                    justify-content: center;
                }
                .ipSpan {
                    width: 20 / @px-unit;
                    margin: 13 / @px-unit 0 0 6/@px-unit;
                }
            }
        }
    }
}

._FaceDetection_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}



._HeatMap_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .middle-layout {
            flex: 1 1 958/@px-unit;
        }

        .video-layout {
            flex: 0 1 598/@px-unit;
        }
    }

    .line-row {
        display: flex;
    }
}


.ant-menu-item {
    .heatmap-active {
        span{
            svg {
                stop:nth-child(1) {
                    stop-color: #999999 !important;
                }
                stop:nth-child(2) {
                    stop-color: #848383 !important;
                }
                stop:nth-child(3) {
                    stop-color: #6f6f6f !important;
                }
                stop:nth-child(4) {
                    stop-color: #404040 !important;
                }
                stop:nth-child(5) {
                    stop-color: #4D4D4D !important;
                }
            }
        }
    }
}

.ant-menu-item-active, .ant-menu-item-selected {
    .heatmap-active {
        span{
            svg {
                stop:nth-child(1) {
                    stop-color: #E9463A !important;
                }
                stop:nth-child(2) {
                    stop-color: #F8782D !important;
                }
                stop:nth-child(3) {
                    stop-color: #F4CC1C !important;
                }
                stop:nth-child(4) {
                    stop-color: #27D05A !important;
                }
                stop:nth-child(5) {
                    stop-color: #1C79F4 !important;
                }
            }
        }
    }
}



._RealTimeEvents_ {
    height: 100%;
    padding: 0 !important;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1 / @px-unit solid @neutral-stroke-2-normal;
    
    overflow: auto;

    .line-row {
        display: flex;
    }

    .main-layout {
        height: 100%;

        .left-layout {
            flex: 1;
            width: 0;
            
        }

        .video-layout {
            flex: none;
            width: 600 / @px-unit;
        }
    }

    .title {
        height: 48 / @px-unit;
        padding-left: 16 / @px-unit;
        width: 100%;
        background-color: @neutral-bg-4-hover;
        line-height: 48 / @px-unit;
        font-size: 18 / @px-unit;
        color: @neutral-fg-2-normal;
    }
    .ant-layout {
        flex-direction: row;
    }
}



._ExactSearchPlayBack_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1 / @px-unit solid @neutral-stroke-2-normal;

    .ant-layout {
        flex-direction: row;
    }

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .search-content {
            width: 0;
            height: 100%;
            flex: auto;
            display: flex;
            .middle-layout {
                height: 100%;
            }

            .ExactSearch-window-container {
                flex: 1 1 0;

                .window-container-middle {
                    flex: 1 1 958 / @px-unit;
                }

                .window-container-right {
                    flex: 0 1 598 / @px-unit;
                }
            }

            .middle-layout {
                flex: 1 1 958 / @px-unit;
            }

            .video-layout {
                flex: 0 1 570 / @px-unit;
                overflow: auto;
            }
        }
    }

    .line-row {
        display: flex;
    }
}



._EventPlayBack_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .ant-layout {
        flex-direction: row;
    }

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .middle-layout {
            flex: 1 1 958/@px-unit;
        }

        .video-layout {
            flex: 0 1 570 / @px-unit;
            overflow: auto;
        }
    }

    .line-row {
        display: flex;
    }
}




._HistoryEvent_ {
    height: 100%;
    padding: 0 !important;
    overflow: hidden;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1 / @px-unit solid @neutral-stroke-2-normal;

    .main-layout {
        height: 100%;
        .layout-sider {
            flex: none;
        }

        .middle-layout {
            flex: 1 1 956 / @px-unit;
            display: flex;
            flex-direction: column !important;
            ._Table_ {
                .ant-table {
                    overflow: auto;
                    height: 750 / @px-unit;
                    .ant-table-container .ant-table-header.ant-table-sticky-holder {
                        table {
                            table-layout: auto !important; 
                        }
                    }
                }
            }
            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }
        }

        
        
        
        
        
    }

    .period {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .backup {
        
    }

    
    
    
    
    .ant-layout {
        flex-direction: row;
    }
}



._FaceIdentify_ {
    width: 100%;
    
    padding: 24 / @px-unit;
    .mainRow {
        height: 100%;
    }
    .form-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        .channel {
            display: flex;
            .enable {
                width: 10.7143rem;
                padding-right: 0.57142857rem;
            }
        }
        .button-group{
            display: flex;
            margin-bottom: 8 / @px-unit;
            .label-div-Container:last-child {
                margin-left: 20px;
            }
        }
        .normal-alarm {
            .ant-table-body {
                min-height: 132 / @px-unit;
                
                .table-Operation-column {
                    display: flex;
                    align-items: center;
                }
            }
            .normal-table-empty {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                justify-content: center;
                .empty-icon {
                    background-image: url('/static/media/noData_s_deep.png');
                    width: 80 / @px-unit;
                    height: 80 / @px-unit;
                }
                .empty-text {
                    width: 100%;
                    text-align: center;
                    margin: 20 / @px-unit 0;
                }
                .jump-text {
                    color: @brand-fg-1-normal;
                    cursor: pointer;
                }
            }
        }
        fieldset {
            
            flex: 1;
            padding: 0;
            .event-handler {
                overflow-y: auto;
                height: 370 / @px-unit;
            }
            legend {
                padding-top: 20 / @px-unit;
            }
        }
        ._EventHandlerNew_ {
            padding: 0;
        }
    }
    .card-tabs {
        margin-bottom: 60 / @px-unit;
    }
    .EventHandler{
        
        &.remote{
            margin-top: -60px;
        }
        .Schedule{
            display: none;
        }
        &.remote.Trigger{
            display: none;
        }
    }
}



._ExactSearchSet_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._TargetPlayBack_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    overflow-y: hidden;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .ant-layout {
        flex-direction: row;
    }

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .middle-layout {
            flex: 1 1 958/@px-unit;
        }

        .video-layout {
            flex: 0 1 570/@px-unit;
            overflow: auto;
        }
    }

    .line-row {
        display: flex;
    }
}


._SMDConfig_ {
    .ant-divider-horizontal {
        margin: 12 / @px-unit 0;
    }
        .flex {
            display: flex;
            align-items: center;
        }

        .AlarmInput-channel-select {
            .label-normal-container {
                display: flex;
                align-items: center;
            }
        }
}



._NumberStat_ {
    
    
    
    .ivsMainRow {
        >.stat-hidden-box {
            height: 0;
            overflow: hidden;
        }
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 60 / @px-unit;
        }
    }
    .ivsParameterSet;
    
    .fieldsetCtn {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: visible;
    }
}

.ai-overNumberStat {
    .stat-scroll-box {
        @delHeight: 210 / @px-unit;
        height: calc(100vh -  @delHeight);
    }
    .ivsMainRow {
        padding-bottom: 130 / @px-unit !important;
    }
}

._FrequencyAnalysis_ {
    .operate-td {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: auto !important;
            margin-right: 4 / @px-unit;
        }
    }
    ._Table_ .ant-table > .ant-table-container .ant-table-tbody .active-row {
        background-color: @brand-bg-2-selected!important;
    }
    .row-info {
        margin-top: 12 / @px-unit;
    }
}



._AccessControl_ {
    .page-view {
    }
}




._Dsiplay_ {
    .Main8KTip{
        .label-normal  {
            visibility: hidden;
        }
        .labelText-wrapper {
            overflow: visible;
        }  
    }
    .IntelRule{
        display: flex;
        >div:nth-of-type(1){
            margin-left: -8/@px-unit;
        }
        >div:nth-of-type(2){
            margin-left: 33/@px-unit; 
        }
    }
}


._PreventAlarm_ {
    .page-view {
    }
}


._AIReportHeatMap_ {

    .heat-instruction {
        width: 300/@px-unit;
        height: 18/@px-unit;
        background-image: linear-gradient(to right, indigo, blue, green, yellow, orange, red);
    }
    ._fisheye_ocx {
        width: 520/@px-unit;
        height: 390/@px-unit;
        margin-bottom: 20/@px-unit;
    }
    .rule-num {
        width: 300/@px-unit;
        display: flex;
        > span:first-child {
            text-align: left;
            flex: 1;
        }
        > span:last-child {
            text-align: right;
            flex: 1;
        }
        >:not(:last-child):not(:first-child){
            text-align: center;
            flex: 2;
        }
    }
    .heatMap-title{
        font-weight: 700;
        height: 48 / @px-unit;
        line-height: 48 / @px-unit;
        font-size: 20 / @px-unit;
        color: @neutral-fg-2-normal;
        text-align: center;
    }
    .emptyIcon-wrapper {
        width: 100%;
        height: 100%;
    }
    .flex-center{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mtTip{
        margin-top: 20/@px-unit;
    }
    .disnone{
        
        
        display: none;
    }

}
    


._ExactSearchPlayBack_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        .type-tabs {
            
            overflow: hidden;
            .ant-tabs-nav {
                .ant-tabs-tab-btn {
                    width: 136 / @px-unit;
                    font-size: 16 / @px-unit;
                }
            }

            .ant-tabs-content {
                height: 100%;
                .ant-tabs-tabpane {
                    height: 100%;
                }
            }

            .img-search-items{
                padding: 16 / @px-unit;
                display: flex;
                height: 100%;
                flex-direction: column;
            }
        }

        .collapsed {
            flex: 1;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;

            &.isHidden {
                max-height: 0;
            }
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }

        .cut-image-type {
            padding: 0 !important;
            
            .labelSelect {
                width: 250/ @px-unit !important;
            }
        }

        .similarity {
            display: flex;
            padding-top: 8 / @px-unit;
            align-items: flex-end;

            .similarity-slider {
                padding: 0 !important;
                margin-bottom: 10 / @px-unit;
                .labelSlider-center {
                    margin: 0;
                    .ant-slider {
                        margin: 0;
                    }
                }
                .label-normal-behind {
                    display: none;
                }
                .label-normal-wrapper {
                    width: 100%;
                }
            }

            .similarity-input {
                padding: 0 !important;
                display: flex;
            }
        }

    }
}


.RealTimeEvents_SubScribeModal_ {
    .label-div-Container {
        display: inline-block;
    }
    .checkboxlist {
        .label-div-Container {
            width: 25%;
        }
    }
    .ant-modal-footer {
        position: relative;
        height: 80 / @px-unit;
        .ant-space-horizontal {
            position: absolute;
            right: 0;
            transform: translateX(-50%);
        }
    }
    .event-type-title {
        font-weight: @font-weight-bold;
        width: auto !important;
        margin-right: 12 / @px-unit;
    }
    .label-normal-behind {
        color: inherit !important;
        line-height: 22 / @px-unit !important;
    }
    .label-normal-wrapper {
        line-height: 22 / @px-unit !important;
    }
}


._DisplayOriginalScaleWin_ {
    height: calc(100vh - 50vh);
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .selectContainer{
        width: 100% !important;
        .selectWrapped{
            width: 100% !important; 
        }
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 50%;
            .label-normal-container {
                display: flex;
            }
        }
        .checkBoxItem-behind{
            width: 100%!important;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
}
.targetSetting{
    overflow-y:auto;
}


._ExactSearchPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}


._ExactSearchSet_ {
    .page-view {
        .table-input-select-container{
            width: 100% !important;
        }
        .table-input-select-wrapped{
            width: 100% !important;
        }
        td .label-normal-container {
            width: 100% !important;
            .label-normal-wrapper {
                width: 100% !important;
                min-width:100% !important;
            }
        }
    }
}



._EventPlayBack_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
    }
}


._AIReportBase_ {
    .middle-layout {
        width: 100% !important;
        margin: 0;
        flex: 1;

        height: calc(100vh - @navMenuHeight);
        overflow-y: auto;
        background-color: @neutral-bg-5-normal;
        @diffHeight: 100 / @px-unit;
        padding: 16 / @px-unit;

        .chart-operate {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .drop-export {
                max-width: 200 / @px-unit;

                .ant-btn-compact-first-item {
                    padding: 0 8/@px-unit;
                    display: flex;
                    align-items: center;

                    svg {
                        font-size: 20/@px-unit;
                        margin: 0 4/@px-unit;

                        path {
                            fill: currentColor;
                        }
                    }
                }

                .ant-dropdown-trigger {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    path {
                        fill: currentColor;
                    }
                }
            }

            .chart-right {
                display: flex;
                align-items: center;

                .label-normal-behind {
                    width: max-content !important;
                }

                .chart-type-switch {
                    margin-left: 12 / @px-unit;
                    height: 36 / @px-unit;
                    display: flex;
                    align-items: center;

                    >div {
                        background-color: @neutral-bg-2-normal;
                        cursor: pointer;
                        border: 1px solid @neutral-stroke-1-normal;
                        border-radius: 0;
                    }

                    .active-icon {
                        border: 1px solid @brand-stroke-1-normal;
                    }
                }
            }
        }

        .chart-photo {
            width: 100%;
            height: calc(100vh - @navMenuHeight - @diffHeight);
        }
    }
    .ant-spin-nested-loading > div > .ant-spin {
        max-height: 100%; 
         .ant-spin-dot {
            @diffWidth: 160 / @px-unit;
            left: calc(50% + @diffWidth);
         }
    }
    .middle-layout-empty {
        display: flex;
        flex-direction: column;
        justify-content: center;

        .ant-empty-image {
            height: 160 / @px-unit;
        }
    }
}


._ImgMode_ {
    .wrap {
        display: flex;
    }

    .label {
        width: 150 / @px-unit;
    }

    .text {
        margin-right: 10 / @px-unit;
    }

    .title {
        display: flex;
        align-items: center;
    }
}


._RealTimeEvents_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        min-width: 600 / @px-unit;
        overflow-y: auto;
        .winPreviewPanel {
            height: 532 / @px-unit;
        }
        .event-channel {
            height: 48 / @px-unit;
            width: 100%;
            padding: 12 / @px-unit 24 / @px-unit 0 / @px-unit 24 / @px-unit;
            .label-normal-container::after {
                content: unset;
            }
        }
        .event-info {
            padding: 24 / @px-unit;
            .event-info-item {
                margin-bottom: 16 / @px-unit;
            }
        }

    }
}


.alarm-tree {
    padding: 0 16 / @px-unit;
    margin-top: 16 / @px-unit;
    height: 100%;
    overflow-y: auto;
    .ant-tree {
       background: none !important;
       .tree-name {
         display: flex;
         align-items: center;
       }
    }
}


._AIReportBase_ {
    >div{
        width: 100%;
    }
    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;
        height: calc(100vh - @navMenuHeight);

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .hidden-box {
            display: none;
        }

        .bottom-content {
            
            ._TypeSelector_ {
                height: auto;
                .content{
                    padding: 0;
                }
            }
            padding: 8 / @px-unit 16 / @px-unit 16 / @px-unit 16 / @px-unit;
            border-top: 1 / @px-unit solid @neutral-stroke-2-normal;

            .label-normal-behind {
                padding: 0;

                > span {
                    display: block;
                    margin-left: 0 !important;
                }
            }

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 272 / @px-unit;
                }
            }
        }
    }
}



._HistoryEvent_ {
    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        .left-layout {
            height: 100%;
            display: flex;
            flex-direction: column; 
            .title {
                padding: 10 / @px-unit 16 / @px-unit 0 16 / @px-unit;
            }
            .channel-list {
                flex: 1;
                overflow: hidden;
                padding-bottom: 16 / @px-unit;
            }
            .bottom-content {
                padding: 8/ @px-unit 16/ @px-unit;
                border-top: 1/@px-unit solid @neutral-stroke-2-normal;
                .search-btn {
                    width: 100%;

                    .ant-btn {
                        width: 272 / @px-unit;
                    }
                }
            }
        }
    }
}



.rule-tab-box {
  display: none;
}

.stat-tab-view {
  z-index: 1;
  padding-top: 64 / @px-unit;

  ._SideTabView_Tabmenu>.ant-tabs {
    margin-left: 20 / @px-unit;
    z-index: 999 !important;
    width: auto;
    .ant-tabs-nav-operations {
      display: none;
    }

    .ant-tabs-nav-list {
      height: 32 / @px-unit;
    }

    .ant-tabs-tab {
      border: 1px solid @neutral-stroke-1-normal;
    }

    .ant-tabs-tab-active {
      border: 1px solid @brand-stroke-1-normal;
    }

    .ant-badge {
      display: none;
    }

    
    
    
  }

  .MainPage {
    padding-top: 0;
    padding-bottom: 0 !important;
    margin-top: -100 / @px-unit;
    
    
    .stat-scroll-box {
        @delHeight: 270 / @px-unit;
        height: calc(100vh -  @delHeight);
        overflow-y: auto;
        padding-right: @mainPagePadding;
    }
    .rule-tab-box {
      display: block;
      
      
      margin-top: 4 / @px-unit;
      width: 100%;
      margin-bottom: 56 / @px-unit;
    }

  }

  ._SideTabView_Content{
    overflow: initial !important;
  }
}


._HistoryEvent_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        max-width: 600 / @px-unit;
        min-width: 491 / @px-unit;
        flex: 0 1 600/ @px-unit;
        overflow-y: auto;
        .winPreviewPanel {
            height: 532 / @px-unit;
        }
        .event-channel {
            height: 48 / @px-unit;
            width: 100%;
            padding: 12 / @px-unit 24 / @px-unit 0 / @px-unit 24 / @px-unit;
            .label-normal-container::after {
                content: unset;
            }
        }
        .event-info {
            padding: 24 / @px-unit;
            .event-info-item {
                margin-bottom: 16 / @px-unit;
            }
        }
    }
}



._HistoryEvent_ {
    .middle-layout {
        padding: 16 / @px-unit;
        margin: 0;
        background-color: @neutral-bg-5-normal;

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
        }
        .exportAll {
            display: flex;
            align-items: center;
            background: @neutral-bg-2-normal;
            width: 116/ @px-unit;
            height: 36/ @px-unit;
            cursor: pointer;
        }
    }


}


.CompliantInfoModal {
    
    
    
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }
    .ant-checkbox-wrapper {
        width: 120 / @px-unit;
    }
}



._TargetPlayBack_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
    }
}


._EventPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .table-content {
                height: 100%;
                ._Table_ {
                    height: 100%;
                    padding: 0;
                }
            }
           

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}


._ExactSearchPlayBack_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
    }
}


._TargetPlayBack_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        .type-tabs {
            
            overflow: hidden;
            .ant-tabs-nav {
                .ant-tabs-tab-btn {
                    width: 136 / @px-unit;
                    font-size: 16 / @px-unit;
                }
            }

            .ant-tabs-content {
                height: 100%;
                .ant-tabs-tabpane {
                    height: 100%;
                }
            }

            .img-search-items{
                padding: 16 / @px-unit;
                display: flex;
                height: 100%;
                flex-direction: column;
            }
        }

        .collapsed {
            flex: 1;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;

            &.isHidden {
                max-height: 0;
            }
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }

        .cut-image-type {
            padding: 0 !important;
            
            .labelSelect {
                width: 250/ @px-unit !important;
            }
        }

        .similarity {
            display: flex;
            padding-top: 8 / @px-unit;
            align-items: flex-end;

            .similarity-slider {
                padding: 0 !important;
                margin-bottom: 10 / @px-unit;
                margin-right: 20 / @px-unit;
                .labelSlider-center {
                    margin: 0;
                    .ant-slider {
                        margin: 0;
                    }
                }
                .label-normal-behind {
                    display: none;
                }
                .label-normal-wrapper {
                    width: 100%;
                }
            }

            .similarity-input {
                padding: 0 !important;
                position: relative;
                left: -10 / @px-unit;
                display: flex;
            }
        }

    }
}


._EventPlayBack_ {
    .title {
        width: 100%;
        margin-top: 8 / @px-unit;
        margin-bottom: 4 / @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
            .label-normal-container {
                width: 100%;
                .label-normal-wrapper {
                    width: 100% !important;
                    .labelCheckboxGroup {
                        display: flex;
                        flex-direction: column;
                        gap: 12 / @px-unit;
                    }
                }
            }
            .extend-select {
                position: absolute;
                width: 52%;
                right: 16 / @px-unit;
                bottom: 92 / @px-unit;
            }
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .bottom-content {
            padding: 8 / @px-unit 16 / @px-unit;
            border-top: 1 / @px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250 / @px-unit;
                }
            }
        }
    }
}


@similarityHeight :22/ @px-unit;

.playback-card-item {
    width: 286 / @px-unit;
    height: 206 / @px-unit;
    margin-right: 16 / @px-unit;
    margin-bottom: 16 / @px-unit;
    border: 1 / @px-unit solid @neutral-stroke-2-normal;
    border-radius: 0;
    flex: none;
    background-color: @neutral-bg-4-normal;

    .label-normal-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ant-card-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        font-size: 14 / @px-unit;
        font-weight: 400;
        color: @neutral-fg-2-normal;

        &:hover {
            border-color: @brand-stroke-1-hover;
            cursor: pointer;

            .actionFoot {
                display: flex;
                justify-content: flex-end;
            }

            .infoFoot {
                display: none;
            }
        }
    }

    .cardContent {
        display: flex;
        flex: auto;
        height: 0;
        flex-direction: column;

        .info-content {
            flex: auto;
            max-height: 100%;
            height: 0;
            width: 100%;
            display: flex;
            padding-right: 4/ @px-unit;

            .card-img {
                flex: 1 1 50%;
                width: 0;
                margin: 4 / @px-unit 0 4 / @px-unit 4 / @px-unit;
                display: flex;
                justify-content: center;
                background-color: @neutral-bg-5-normal;

                .DefaultImgClass {
                    width: 100%;
                    height: 100%;
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: contain;
                }
            }

            .attr-content {
                @attrTextWidth: 34/@px-unit;
                flex: 1 1 50%;
                width: 50%;
                margin: 4/@px-unit 8/@px-unit 4/@px-unit 8/@px-unit;
                overflow: hidden;
                display: flex;
                flex-direction: column;

                .attr-item {
                    height: 20%;
                    display: flex;
                    flex: auto;

                    .label-div-Container {
                        width: calc(100% - @attrTextWidth);

                        .attr-text {
                            margin-left: 6 / @px-unit;
                            color: @neutral-fg-2-normal;
                        }
                    }
                }
            }

            
            .car-plate-content {
                flex: 1 0 50%;
                margin: 4/@px-unit;
                @carFirstImgHeight: 104 / @px-unit;

                .car-card-img:nth-child(1) {
                    height: 100 / @px-unit;
                    margin-bottom: 4/@px-unit;
                }

                .car-card-img:nth-child(2) {
                    height: calc(100% - @carFirstImgHeight);
                }

                .car-card-img {
                    width: 100%;
                }
            }

        }

        .similarity {
            height: @similarityHeight;
            margin: 0 8 / @px-unit;
        }

        .template-card-tag {
            height: 22 / @px-unit;
            margin: 0 8/ @px-unit 8/ @px-unit;
            display: flex;
            width: 105/ @px-unit;
            align-items: center;
            justify-content: center;
            svg{
                width: 80 / @px-unit;
                height: 20 / @px-unit;
            }
            &.error{
                border: 1 / @px-unit solid @status-error-stroke-2-normal;
                background: @status-error-bg-2-normal;
                color:@status-error-fg-1-normal;
            }
            &.success{
                border: 1 / @px-unit solid @status-success-stroke-2-normal;
                background: @status-success-bg-2-normal;
                color:@status-success-fg-1-normal;
            }
        }
    }

    .cardFooter {
        padding-top: 0;
        padding-bottom: 0;
        background-color: @neutral-bg-4-hover;
    }

    .cardHeader {
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
        background-color: @neutral-bg-4-normal;
        color: @neutral-fg-2-normal;
        .ant-checkbox {
            margin-top: 4 / @px-unit;
        }
    }

    .cardHeader,
    .cardFooter {
        height: 32 / @px-unit;
        line-height: 32 / @px-unit;
        padding-left: 9 / @px-unit;
        padding-right: 9 / @px-unit;
    }

    .actionFoot {
        display: none;
    }

    .infoFoot {
        display: flex;
        justify-content: space-between;
    }

    .checkCoverImg {
        position: absolute;
        top: 4 / @px-unit;
        left: 9 / @px-unit;
    }
}


._RealTimeEvents_ {
    .left-layout {
        .HeadButtonList {
            display: flex;
            justify-content: space-between;
            margin: 8 / @px-unit 0;
            .refresh,
            .clearAlarmInfo,
            .subscribe,
            .pauseRefresh,
            .exportAll {
                margin-right: 12 / @px-unit;
            }
            .left-btns {
                display: flex;
            }
            .right-btns {
                .subscribe {
                    margin-right: 0;
                }
            }
        }
    }
}



._RealTimeEvents_ {
    .left-layout {
        padding: 0 16 / @px-unit 0 24 / @px-unit;
        background: @neutral-bg-5-normal;
        height: 100%;
        .realTimeEvent-tabs {
            display: flex;