
.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;
    }
}


._DefaultCfg_ {
    .DefaultCfgLine {
        display: flex;
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        width: 800 / @px-unit;
        .wrapCol{
            flex:inherit;
            button {
                width: 130 / @px-unit;
            }
        }
        .DefaultTip {
            margin-left: 40 / @px-unit;
            display: flex;
            align-items: center;
        }
    }
}



._TextDeploy_ {
    
    
    
    overflow: scroll;
    .line-row {
        display: flex;
    }
    ._Table_ .ant-table-body {
        min-height: 105/ @px-unit;
    }
    .card-dispay{
        display: flex;
        width: 1328/ @px-unit;
        flex-wrap: wrap;
        
    }
    h1{
        color:rgb(216, 216, 217);
        white-space: nowrap;       
        overflow: hidden;        
        text-overflow: ellipsis;  
    }
    .p-color {
        color:rgb(168, 169, 171);
    }
    .card-style{
        width: 426px;
        
        margin-top: 16/ @px-unit;
        margin-right: 16/ @px-unit;
    }
    .negative-feedback{
        padding: 0;
    }
    .drop-down{
        margin-top:5/ @px-unit
    }
    .empty-box{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 300/ @px-unit;
        .widget-empty{
            background:#00000000;
        }
    }
    .p-color {
        white-space: "nowrap";
        overflow: "hidden";
        text-overflow: "ellipsis";
    }
    .card-title{
        font-weight: 400;
        font-size: 20/ @px-unit;
        display: inline-block;  
        max-width: 100%;       
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}



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



._ImageAttr_{
    
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0;
    }
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab{
        margin:5/@px-unit 0 0 0;
    }
    .ant-tabs-left{
        margin-left: -10/@px-unit;
    }

    
    .ant-picker{
        width: 127/@px-unit;
    }
    .label-normal-behind {
        
        min-width: 25/@px-unit !important;
        
        width: auto;
    }
    *:focus{
        outline-width: 0px; 
    }
    .ant-tabs-content-holder{
        min-height: 250/@px-unit;
    }
    
    .ant-spin-container {
        .ant-row {
            flex-flow: row nowrap;
        }
    }
    .ocxRight {
        padding-left: 24 / @px-unit;
        .image-header {
            margin-bottom: 8 / @px-unit;
        }
    }
}


._DeveloperLog_ {
    .FlexLine{
        display: flex;
        .LogLevel{
            margin-left: 100 / @px-unit;
        }
        .log-tip {
          color: @errorColor;
        }
    }
    .batch-download {
        &-contain {
            display: flex;
            align-items: center;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 

}

._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
    .label-normal-behind {
        color: @status-error-fg-1-normal;
    }
}


._RemotePassword_ {
    .page-view {
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
}



._DiskInfo_ {
    
    
    
    padding-top: 24 / @px-unit; 
    
    .record_time_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .detect_smart_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .label-v4-version {
        text-align: right;
    }
    ._Table_ .ant-table-container {
        
    }
    .disk_table_raid_select {
        .label-v4-version {
            width: 100%;
            text-align: left;
        }
    }
                            
}
.detect_smart_modal {
    .detectTips {  
        width: 600 / @px-unit !important;
    }
}
.disk_info_BtnDiv {
    display: flex;
    justify-content: flex-end;

    .btn-left {
        margin-right: 10 / @px-unit;
    }
}

.record_updata_modal {
    .label-normal-container {
        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;
            }
        }
}


._AlgorithmVersion_ {
    .TextNormal{
        color: @neutral-fg-1-normal;
    }
    .TextRed{
        color:@status-error-fg-1-normal;
    }
    .version-text{
        .yellow{
            color: @orange;
        }
        .red{
            color: @red;
        }
    }
}

.flex-layout {
    display: flex;
    height: 100%;
    background: @neutral-bg-6-normal;

    .page-left {
        width: 280 /  @px-unit;
        height: 100%;
        padding: @mainPagePadding;
        padding-top: 8 / @px-unit;
        background: @neutral-bg-4-normal;
        .search-input {
            padding-bottom: 8 / @px-unit;
        }
    }

    .page-content {
        position: relative;
        flex: 1;
        height: calc(100% - 2 * @mainPagePadding);
        margin: @mainPagePadding;
        background-color: @neutral-bg-4-normal;
        overflow: hidden;
    }
}



._EventTransmission_ {
    
    
    
    padding-top: 16 / @px-unit !important;
    .form-list{
        .same-line {
            display: flex;
            align-items: center;
            .label-div-Container {
                margin-right: 30/@px-unit !important;
            }
        }
        .search-button {
            width: 100%;
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }
    .table-pagination{
        ._Table_ .ant-table-body {
            min-height: 300 / @px-unit;
        }
    }
    .absolute-button,
    .fixed-button{
        display: flex;
    }
    .table_button{
        display: flex;
        justify-content: space-around;
        div{
            cursor: pointer;
        }
    }
}
.LinkageItem_box{
    .labelCheckboxGroup {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        .ant-checkbox-wrapper{
            flex:1;
            margin-bottom: 15 / @px-unit;
        }
    }
}

.BatchAdd_search{
    display: flex;
    justify-content: space-between;
    .label-normal {
        width: 60 / @px-unit !important;
        text-align: right !important;
    }
}
.BatchAdd_Modal {
    .BatchAdd_search {
        display: flex;
        justify-content: flex-end;
    }
}

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

    .search-input {
        flex: none;
    }

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


.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;
                }
            }
        }
    }
}
.label-normal-behind {
    .label-normal-container {
        padding-top: 0px !important;
    }
}
.image-lrlight-schedule { 
    ._NewSchedule_Component_ {
        .button-container {
            
            .clear-btn {
                display: none;
            }
        }
    }
}
.ManualSlider {
    .PtzMenu {
        justify-content: flex-start !important;
        gap: 24px;
        .PtzSpeed {
            display: flex;
            flex-direction: column;
            .label-div-Container {
              .label-normal-container {
                padding: 0 !important;
              }
            }
            .ant-slider {
                margin-top: 0 !important;
                flex: 1;
            }
        }
    }
}

.stream-card {
    width: auto;
    
    border: 1px solid @neutral-stroke-2-normal;

    .card-title {
        padding: 0 5 / @px-unit;
        height: 35 / @px-unit;
        line-height: 35 / @px-unit;
        background-color: @neutral-bg-4-hover;
        font-weight: bold;
        color: @neutral-fg-1-normal;
        font-size: 13px;
    }
    .card-content {
        padding: 0 15 / @px-unit;
    }
    .card-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}




._HighThrowing_ {
    
    
    
    
    .ivsParameterSet;

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }

    fieldset {
        overflow: hidden;
    }
    .Trigger {
        display: flex;
        ._AiRulePlugin_ {
            >.ant-row {
                flex-wrap: nowrap;
            }
        }
        .Trigger-slider {
            margin-top: 5 / @px-unit;
            margin-left: 24 / @px-unit;
        }
    }
}




._ElevatorDetect_ {
    
    
    
    
    .ivsParameterSet;

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }

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

}



._PreventAlarm_ {
    .page-view {
    }
}



._VehiclesDistri_ {
    
    
    
    .aiRuleSet {
        padding: 0 0  56 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        .aiRulePlugin-style{
            min-width: 640/ @px-unit;
        }
    }
    
    .vehicleConfigItemInput{
        width: 270/ @px-unit !important;
    }
    .fieldsetCtn{
        padding: 10 /@px-unit 20/@px-unit;
    }
}



._StereoBehavior_ {
    
    
    
    .ivsParameterSet;
    .ant-divider-horizontal {
        margin: 12 / @px-unit 0;
    }

    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }
}

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



._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; 
        }
    }
}

._LogManage_ {
    .Type{
        display: flex;
        
        width: 100%;
        .TimeRange{
            display: flex;
            align-items: center;
            margin-left: 15 / @px-unit;
            height: 48 / @px-unit;
        }
        .Search{
            margin-left: auto;
            right: 20 / @px-unit;
        }
    }
    .DateRange{
        display: flex;
        justify-content: space-between;
        align-items:flex-end;
        height: 48 / @px-unit;
    }
    .Clear{
        display: flex;
        float: right;
        margin-top: 40 / @px-unit;
        .label-div-Container{
            margin-left: 10 / @px-unit;
        }
    }
}
.LogManage_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 291/@px-unit;
        
    }
    .ant-modal-footer{
        height: 53 / @px-unit;
        .LogManage_detailButton{
            display: flex;
            float: right;
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
    ._Table_ .ant-table {
        max-height: 290 / @px-unit;
        overflow-y: auto;
    }
}
.FileBackupEncrypt{
    width: 100 / @px-unit;
}



._TextDeploy_ {
    .page-view {
    }
    ._HighDivider_{
        min-height:20/ @px-unit;
        height:10/ @px-unit
    }
    .eventHandler-view{
        margin-top: 10/ @px-unit;
    }
}



._ExperienceBase_ {
      padding: 1rem;
    .optionChoice {
        padding: 12 / @px-unit 0;
        border-bottom: 1px solid @neutral-stroke-2-normal;
    }
    .button-panel {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .button-box { 
        margin-top: 12 / @px-unit;
    }
    .progress{
        padding-right: 24/@px-unit;
        .progress-describe{
            display: flex;
            justify-content: space-between;
            .suc-color{
                color: @status-success-stroke-1-normal;
            }
            .warn-color{
                color: @status-warning-stroke-1-normal;
            }
            .err-color{
                color: @status-error-stroke-1-normal
            }
        }
        .progress-view{
            width: 240/@px-unit;
        }
        .suc-color{
            .ant-progress-bg{
                background-color: @status-success-stroke-1-normal;
            }
        }
        .warn-color{
            .ant-progress-bg{
                background-color: @status-warning-stroke-1-normal;
            }
        }
        .err-color{
            .ant-progress-bg{
                background-color: @status-error-stroke-1-normal;
            }
        }
    }
  
}

._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;
}



._FaceConfig_ {
    padding: 0 24 / @px-unit;
    .optionChoice {
        padding: 12 / @px-unit 0;
        border-bottom: 1px solid @neutral-stroke-2-normal;
    }
    .button-box {
        margin-top: 12 / @px-unit;
        width: 100%;
        align-items: center;
    }
    .label-normal {
        margin-top: 2px;
    }
    
    
    
    .buildbutton {
        margin-top: 20px;
        width: 100px;
    }
    .tip-words{
        word-wrap: break-word; 
        overflow-wrap: break-word; 
        margin-bottom: 20/ @px-unit;
    }
    .cmpLabelText{
        &.spaceBreak{
            
            white-space: pre-line;
            
            width: 100%;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    }

    .facelib-tip {
        margin: 0 -24 / @px-unit;
        border-radius: 0;
    }
}

.faceSimilarity-input-container {
    display: flex;
}


.RangeLimitedSliders {
    margin-top:20px;
     .slider {
        .slider-title {
            font-size: 16 / @px-unit;
            line-height: 30 / @px-unit;
            color: @--font-l;

        }
        .slider-container {

        }
     }
}



._HighThrowing_ {
    .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;
    }
}



._DomesticPrivateIPCModal_{
    .ResetContainer{
        height: 409 / @px-unit;
        display: flex;
        .left{
            width: 419 / @px-unit;
            height: 409 / @px-unit;
            border-right: 1/@px-unit solid @neutral-stroke-2-normal;
            
            .formTitle{
                font-size: @font-size-title-s;
                height: 24 / @px-unit;
                line-height: 24 / @px-unit;
                margin-top: 21 / @px-unit;
                margin-left: 30 / @px-unit;
            }
            .titleContent{
                margin-left: 29 / @px-unit;
            }
            .qrcodes{
                width: 100%;
                height: 332 / @px-unit;
                display: flex;
                justify-content: center;
                align-items: center;
                .qrcodrs-content{
                    width: 200/ @px-unit;
                    height: 235/ @px-unit;
                    .qrcodes-img{
                        width: 200 / @px-unit;
                        height: 200 / @px-unit;
                        background-color: #fff;
                        padding: 8 / @px-unit;
                        canvas {
                            width: 100% !important;
                            height: 100% !important;
                        }
                    }
                    .qrcodes-sn{
                        width: 200 / @px-unit;
                        height: 20 / @px-unit;
                        line-height: 20 / @px-unit;
                        margin-top: 15 / @px-unit;
                        text-align: center;
                        color: @neutral-fg-4-normal;
                    }
                }
            }
        }
        .right{
            height: 409 / @px-unit;
            flex: 1;
            
            .formTitle{
                font-size: @font-size-title-s;
                height: 24 / @px-unit;
                line-height: 24 / @px-unit;
                margin-top: 21 / @px-unit;
                margin-left: 48 / @px-unit;
            }
            .resetform{
                margin-left: 47 / @px-unit;
                .contact{
                    height: 20 / @px-unit;
                    font-size: @font-size-body-s;
                    line-height: 20 / @px-unit;
                    .label-normal-wrapper, .labelText-wrapper{
                        height: 20 / @px-unit;
                        line-height: 20 / @px-unit;
                        color: @neutral-fg-4-normal;
                    }
                }
            }
        }
    }

}

._AudioAnalyse_ {
    
    
}



._QueueDetection_ {
    
    
    
    .ivsParameterSet;
    
    .fieldsetCtn {
        overflow-y: auto;
    }
    .EventHandler {
        overflow-y: visible;
    }
    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }

}
.ivsMainRow {
  >.stat-hidden-box {
      height: 0;
      overflow: hidden;
  }
  .trigger-content {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 60 / @px-unit;
  }
}



._HeatMap_Intelligence {
    ._HeatMap_config{
        
    }
    
    ._AiRulePlugin_toolbar{
        display: none;
    }
    .aiRuleSet{
        padding: 16 / @px-unit 0  60 / @px-unit;
    }
}


._ObjectMonitor_ {
    padding-bottom: 0 !important;
    
    
    
    .ivsParameterSet;
    .ant-tabs-content-holder {
        .ant-tabs-content {
            .ant-tabs-tabpane {
               .ant-row {
                  .right-col {
                    flex: 1;
                  }
               }
            }
        }
    }
    .fieldsetCtn {
        height: 100%;
    }

    .Tabmenu{
        margin: 16 / @px-unit 0  8 / @px-unit;
       .ant-tabs-nav-list {
         height: 32 / @px-unit;
       }
       .ant-tabs-nav .ant-tabs-tab-btn{
         height: 32 / @px-unit;
         line-height: 32 / @px-unit;
       }
       .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{
         border: 1px solid @brand-stroke-1-normal;
         background-color: @brand-bg-2-selected;
       }
       .ant-tabs-nav  .ant-tabs-tab-btn{
         border: 1px solid @neutral-stroke-1-normal;
       }
       .ant-tabs-nav::before{
          border:none;
       }
    }
}



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

}
.AbnormalDetection_crowdModal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}
.ivsMainRow {
  >.stat-hidden-box {
      height: 0;
      overflow: hidden;
  }
  .trigger-content {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 60 / @px-unit;
  }
}


._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;
    }
}



._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;
    }
}

._FaceDetection_ {
    .fd_right {
        width: 495 / @px-unit;
    }
    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}



._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;
        }
    }
}



._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;
    }
}



._ImgMode_ {
    .wrap {
        display: flex;
    }

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

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

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


._ExactSearchSet_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._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;
    }
}


._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;
    }

}
    


._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;
    }
}



.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;
  }
}


._ImageAttr_{
   
    .label-normal-behind {
        .EQ-label-slider-behind {
            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;
    }
}



._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;
    }
}



._SlicePlayback_ {
  height: 100%;
  cursor: default;
  color: @neutral-fg-2-normal;

  .page-view {
    display: flex;
    height: 100%;

    .page-left {
      width: 280 / @px-unit;
      height: 100%;
      display: flex;
      flex-direction: column;
      border-left: 1px solid @neutral-stroke-2-normal;
    }

    .left-channel-list {
      
      overflow: hidden
    }

    .page-right {
      flex: 1 1 auto;
      height: 100%;
    }
  }
}


._IVSRule_ {
    
    
    
    .ivsParameterSet;

    
    .objectSwitch {
        width: 200 / @px-unit !important;
    }
    .TrackTime {
        width: 200 / @px-unit !important;
    }

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }
    .card-tabs {
      .trigger-content {
          display: flex;
          flex-wrap: wrap;
      }
    }
  
     .Tabmenu{
       margin: 16 / @px-unit 0  8 / @px-unit;
      .ant-tabs-nav-list {
        height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-btn{
        height: 32 / @px-unit;
        line-height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{
        border: 1px solid @brand-stroke-1-normal;
        background-color: @brand-bg-2-selected;
      }
      .ant-tabs-nav  .ant-tabs-tab-btn{
        border: 1px solid @neutral-stroke-1-normal;
      }
      .ant-tabs-nav::before{
         border:none;
      }
    }
}

.auto-line-modal-content {
  display: flex;
  gap: 18 / @px-unit;

  .auto-line-preview {
    flex: 0;
  }

  .auto-line-alert {
    flex: 1;
  }
}



.fix-header-content{
    display        : flex;
    justify-content: center;

    .fix-header-content-item {
        text-align: center;
        cursor    : pointer;

        .fix-header-content-title {
            color   : @neutral-fg-3-normal;
        }
    }

    .active-item {
        background-color: @brand-bg-1-active;
    }
}




.event-handle-config-modal {
    .event-handle-config-content {
        display: flex;

        .event-handle-config-left {
            width: 240 / @px-unit;
            height: 528 / @px-unit;
            flex: none;
        }

        .event-handle-config-right {
            flex: 1;
            width: 0;
            padding: 24 / @px-unit;

            ._EventHandlerNew_ {
                padding: 0;
            }
        }
    }

    .ant-modal-body {
        padding: 0;
    }
}




._AIReportBase_ {
    height: 100%;
    padding: 0 !important;
    
    
    
    .ant-layout {
        flex-direction: row;
    }
    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .line-row {
        display: flex;
    }

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

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

        .video-layout {
            flex: 0 1 600/@px-unit;
        }
    }
    .widget-empty .middle-empty .widget-empty-image{
        width: 200 / @px-unit;
        height: 200 / @px-unit;
        background-repeat: no-repeat;
    }

    .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;
    }
}



._OperateMonitor_ {
    
    
    
    .ivsParameterSet;

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

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

.deviceInfoContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    .device-info-modal{ 
        width: 374 / @px-unit;
        
        .device-info-buttons{
            display: flex;
            justify-content: space-evenly;
            .label-normal-wrapper  {
                width: 140 / @px-unit !important;
            }
        }
    }
    .QRCode-pagination{
        display: flex;
        justify-content: center;
    }
    .deviceRedPacket{
        border-left: 1 / @px-unit solid @neutral-stroke-2-normal;
    }
}

.HomeRedEnQRCode {
    .DescribeText {
        text-align: left;
        margin-left: 20 / @px-unit;
        margin-right: 10 / @px-unit;
        display: flex;
        justify-content: space-between;
        .ant-pagination{
            width: auto;
        }
        .label-normal-wrapper {
            
            width: auto !important;
        }
    }
    .descInfo{
        color: @neutral-fg-3-normal;
    }
    .serviceSpan{
        
        height: 25 /@px-unit;
        padding-top:0 !important;
        padding-bottom:0 !important;
    }
}



._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;
            }
        }
    }
}


