            }
    
            .template-card-top-swrap {
                position: relative;
            }
    
            .template-card-top-checkbox-position {
                position: absolute;
                top: 7/ @px-unit;
                left: 10/ @px-unit;
                z-index: 1;
            }
    
    
            .right-attri-list {
                display: flex;
                flex-direction: column;
                height: 100%;
                justify-content: flex-start;
    
                .attri-item-wrapper {
                    display: flex;
                    margin-bottom: 4 / @px-unit;
                    align-items: center;
    
                    .attri-left-item {
                        flex-shrink: 0;
                        width: 20 / @px-unit;
                        height: 20 / @px-unit;
                        margin-right: 4 / @px-unit;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
    
                    .attri-right-item {
                        width: 70 / @px-unit;
                        line-height: 22 / @px-unit;
                        color: @neutral-fg-2-normal;
                    }
    
                    .attri-color-block {
                        display: flex;
                        justify-content: flex-end;
                        align-items: center;
                        margin-right: 8 / @px-unit;
                    }
                }
    
                .attri-item-wrapper-high {
                    .attri-left-item {
                        line-height: 22 / @px-unit;
                    }
    
                    .attri-right-item {
                        line-height: 22 / @px-unit;
                    }
                }
    
                .thumb-white {
                    border: 1px solid @status-success-stroke-2-normal;
                    background-color: @status-success-bg-2-normal;
                    color: @status-success-fg-1-normal;
                }
    
                .thumb-black {
                    background-color: @status-error-bg-2-normal;
                    border: 1px solid @status-error-stroke-2-normal;
                    color: @status-error-fg-1-normal;
                }
    
                .white-black-list {
                    display: flex;
                    justify-content: center;
                    border-radius: 2 / @px-unit;
                    margin-bottom: 6 / @px-unit;
                    height: 22 / @px-unit;
                    line-height: 22 / @px-unit;
                }
    
                .OverSpeed {
                    width: 80 / @px-unit;
                    height: 40 / @px-unit;
                    position: absolute;
                    bottom: 14 / @px-unit;
                    right: 14 / @px-unit;
                }
            }
    
            .image-panle {
                display: flex;
                flex-direction: row;
                justify-content: center;
                width: 100%;
                height: 100%;
                position: relative;
                background: @neutral-bg-5-normal;
                .DefaultImgClass{
                    object-fit: contain;
                }
    
            }
    
            .imageList-panle {
                width: 100%;
                height: 100%;
                position: relative;
    
                .imagesmall-panle {
                    width: 100%;
                    height: 80%;
                }
    
                .imageplate-panle {
                    width: 100%;
                    margin-top: 6/ @px-unit;
                    height: 15%;
                }
            }
    
            .svg-panle {
                height: 124 / @px-unit;
                width: 100%;
                background: @neutral-bg-4-hover;
                display: flex;
                justify-content: center;
                align-items: center;
                .cus_panel{
                    width: auto!important;
                    height: auto!important;
                }
            }
    
            .left {
                height: 124 / @px-unit;
                width: 104 / @px-unit; 
            }
    
            .center {
                margin-left: 60 / @px-unit;
            }
    
            .right {
                display: flex;
                flex-direction: column;
                width: auto;
                flex: 1;
                margin-left: 8 / @px-unit;
            }
    
            .template-card-tag {
                width: 80 /  @px-unit;          
                height: 20 / @px-unit;
                display: flex;
                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;
                }
                &.success{
                    border: 1 / @px-unit solid @status-success-stroke-2-normal;
                    background: @status-success-bg-2-normal;
                }
            }
    
        }
    
        .template-card-center {
            height: 25 / @px-unit;
        }
    
        .template-card-cenBtm {
            height: 28 / @px-unit;
            line-height: 28 / @px-unit;
    
            .template-card-cenBtm-left {
                float: left;
                padding-left: 14 / @px-unit;
                color: @status-error-fg-1-normal;
            }
    
            .template-card-cenBtm-right {
                float: right;
                padding-right: 10 / @px-unit;
            }
        }
    
        .template-card-bottom {
            height: 28 / @px-unit;
            background-color: @neutral-bg-4-hover;
            padding: 0 / @px-unit 8 / @px-unit 0 / @px-unit 8 / @px-unit;
            display: flex;
            align-items: center;
            color: @neutral-fg-2-normal;
            justify-content: space-between;
    
            .template-card-bottom-left {
                max-width: 80 / @px-unit;
                text-align: left;
                div{
                    width: 100%;
                }
            }
    
            .template-card-bottom-right {
                max-width: 130 / @px-unit;
                text-align: right;
                div{
                    width: 100%;
                }
            }
        }
    

        .color-0 {
            color: @neutral-fg-2-normal;
        }
    
    
        .color-1 {
            color: @status-success-fg-1-normal;
        }
    
    
        .color-2 {
            color: @status-error-fg-1-normal;
        }
    
    }

    
    .template-card.template-listcard {
        width: 290 / @px-unit !important;
        position: relative;

        .template-card-top {
            .template-card-top-warapper{
                .template-card-top-swrap {
                    height: 110 / @px-unit;
                    .image-panle {
                        width: 100%;
                        height: 100%;
                        background: @neutral-bg-5-normal;
                        .DefaultImgClass{
                            object-fit: contain;
                        }
                    }
                }
            }
        }

        .template-card-top-no-center {
            .left {
                height: 132 / @px-unit;
                width: 138 / @px-unit; 
            }
            .right{
                width: 138 / @px-unit; 
                margin-left: 4 / @px-unit; 
                .image-panle{
                    height: 132 / @px-unit;
                }
            }
            .right-attri-list {
                .attri-item-wrapper{
                    margin-bottom: 6 / @px-unit;
                    &:last-child{
                        margin-bottom: 0;
                    }
                }
                .attri-left-item{
                    margin-right: 8 / @px-unit;
                }
                .attri-right-item {
                    width: 80 / @px-unit;
                }
            }
        }

        .template-card-bottom {
            height: 32 / @px-unit;
            padding: 0 / @px-unit 12 / @px-unit 0 / @px-unit 12 / @px-unit;
            background-color: @neutral-bg-4-hover;
            width: 100%;
            .template-card-bottom-left {
                max-width: 100 / @px-unit;
                text-align: left;
                div{
                    width: 100%;
                }
            }
    
            .template-card-bottom-right {
                max-width: 140 / @px-unit;
                text-align: right;
                div{
                    width: 100%;
                }
            }
        }

        .template-card-center {
            padding: 0 8 / @px-unit;
            height: 22 /  @px-unit;
        }
    }
}








.side-button {
  background-color: transparent;
  border: none;
  outline: none;
}

.collapse-sideMenu {
  .ant-menu {
    border-right: none;
    background-color: inherit;

    .ant-menu-vertical {
      .ant-menu-item {
        line-height: inherit !important;
      }
    }

    .ant-menu-item-selected {
      background-color: @brand-bg-2-selected ;

      .cus_panel {
        color: @brand-fg-1-normal;
      }
        
      .heatmap-active {
        svg {
          path:nth-child(1) {
            fill: @brand-bg-1-disable;
          }
          path:nth-child(2) { 
            fill: @brand-bg-1-active;
          }
          path:nth-child(3) {
            fill: @brand-fg-1-hover;
          }
        }
      }
    }

    .ant-menu-item {
      padding: 0 !important;
      margin: 0 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 54 / @px-unit !important;

      .ant-menu-title-content {
        line-height: inherit !important;
        display: flex;
        align-items: center;
        justify-content: center;

        .anticon {
          height: 32 / @px-unit !important;
        }
      }
    }

    .inlineCollapsed-item {
      height: 100 / @px-unit !important;
      .ant-menu-title-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        .native-tooltip {
          display: block;
          width: 100%;
          a {
            padding: 0 10/ @px-unit;
            text-align: center;
            line-height: 22 / @px-unit;
            display: -webkit-box;
            display: -moz-box;
            display: box;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            box-orient: vertical;
            -webkit-line-clamp: 2; 
            line-clamp: 2; 
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            max-width: 100%; 
          }
          
          @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
            a {
              display: inline-block;
              white-space: nowrap;
            }
          }          
        }
        .menu-icon {
          .anticon {
            height: 40 / @px-unit !important;
          }
          
        }
      }

      &.ant-menu-item-active{
        .menu-icon {
          color:@brand-fg-1-hover;
        }
        .native-tooltip a {
          color:@brand-fg-1-hover;
        }
        
        .heatmap-active {
          svg {
            path:nth-child(1) {
              fill: @brand-bg-1-disable;
            }
            path:nth-child(2) { 
              fill: @brand-bg-1-hover;
            }
            path:nth-child(3) {
              fill: @brand-fg-1-hover;
            }
          }
        }
      }
      &.ant-menu-item-selected{
        .menu-icon {
          color:@brand-fg-1-normal;
        }
        .native-tooltip a {
          color:@brand-fg-1-normal;
        }
      }
    }

    .anticon {
      font-size: inherit !important;
      line-height: inherit !important;
    }
  }
}

.ant-menu-inline-collapsed-tooltip {
  display: none;
}


.ai-preview-list{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5 / @px-unit;
    .ai-template-card-swrap{
        margin: 5 / @px-unit 0 / @px-unit;
    }
}


._HubSensor_ {
    
    
    
    padding: 24/@px-unit 24/@px-unit 0 24/@px-unit;
}

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


._AiPreviewDetailModal_SWRAP{
    .ant-modal{
        @modalHeight:95vh;
        @modalWidth:77vw;
        height: @modalHeight !important;
        width: @modalWidth !important;
        .ant-modal-content{
            width: 100%;
            height: 100%;
            .ant-modal-header{
                height: 45 / @px-unit;
                display: flex;
                flex-direction: row;
                align-items: center;
                padding: 0 / @px-unit 24 / @px-unit;
            }
            .ant-modal-body{
                padding: 0 / @px-unit;
                
                @headerHeight:47 / @px-unit;
                height: calc(@modalHeight - @headerHeight);
                ._AiPreviewDetailModal_ {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    .win-preview-panel-swrap{
                        height:100%;
                        width: 78%;
                        .WinPreview {
                            height: 100%;
                        }
                    }
                    .pic-win-details-swrap{
                        height:100%;
                        width: 22%;
                    }

                    .WinPreview_ocx{
                        @WinPreviewFooterHeight:40 / @px-unit;
                        height: calc(100% - @WinPreviewFooterHeight) !important;
                    }
                }
            }

        }
    }
}




._HubSensor_ {
    height: 100%;
    @upperHeight:48 / @px-unit; 
    .page-view {
        display: flex;
        flex-direction: column;
        height: 100%;
        .upper-content{
            min-height: @upperHeight;
            height: @upperHeight;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
    }

    ._Table_ {
        padding-top: 0;
        margin-right: 1/@px-unit;
        height: calc(100% - @upperHeight);
        >.m-table-showEmpty {
            height: 100%;

            >.ant-table-wrapper {
                height: 100%;

                &>.ant-spin-nested-loading{
                    height: 100%;
                    .ant-spin-container{
                        height: 100%;
                    }
                }
                .ant-table {
                    height: 100%;

                    >.ant-table-container {
                        height: 100%;
                    }
                }
            }
        }

        .ant-table-body {
            min-height: calc(100% - @tableTheadThHeight);
        }
    }

}

.iot-modal-in-page {
    position: absolute;
    .ant-modal {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        .ant-modal-content{
            display: flex;
            flex-direction: column;
            height: 100%;
            border: none;
            .ant-modal-body{
                flex: 1;
                overflow: auto;
            }
            .ant-modal-footer{
                display: flex;
                justify-content: flex-start;
                .label-button{
                    line-height: normal;
                }
            }
        }
    }
}


.pic-details-info{
    height: 100%;
    position: relative;
    .pic-details-info-list{
        height: 100%;
        .thumb-white {
          border: 1px solid @status-success-stroke-2-normal;
          background-color: @status-success-bg-2-normal;
          color: @status-success-fg-1-normal;
          text-align: center;
          width:150 / @px-unit;
        }
        .thumb-black {
            background-color: @status-error-bg-2-normal;
            border: 1px solid @status-error-stroke-2-normal;
            color: @status-error-fg-1-normal;
            text-align: center;
            width:150 / @px-unit;
        }
        .white-black-list {
          display: flex;
          justify-content: flex-start;
          border-radius: 2px;
          padding-top: 2 / @px-unit;
        }
        .pic-details-info-list-swrap{
            overflow: auto;
            height: 100%;
            padding: 16 / @px-unit;
            .detail-image{
                width: 100%;
                height: 160 / @px-unit;
                display: flex;
                justify-content: center;
                background: @neutral-bg-6-normal;
                margin-bottom: 16 / @px-unit;
                .img-swrap{
                    object-fit: contain;
                }
                &.plateImg{
                    height: 48 / @px-unit;
                }
            }
            .detail-text-swrap{
                display: flex;
                justify-content: flex-start;
                padding-top: 16/@px-unit;
                .label-normal-container{
                    padding-top: 0 !important;
                    padding-bottom: 0 !important;
                    height: unset !important;
                    .label-normal{
                        height: 24 / @px-unit;
                        line-height: 24 / @px-unit;
                    }
                }
                .labelText-wrapper{
                    line-height: 24 / @px-unit;
                }
                .signRed {
                    color: @status-error-fg-1-normal;
                }
                .signNormal {
                    color: @neutral-fg-2-normal;
                }
                .signGreen {
                    color: @status-success-fg-1-normal;
                }
            }
        }
    }
    .template-card-tag {
        margin-top: 16 / @px-unit;
        width: 80 /  @px-unit;          
        height: 20 / @px-unit;
        display: flex;
        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;
            svg{
                color: @status-error-fg-1-normal;
            }
        }
        &.success{
            border: 1 / @px-unit solid @status-success-stroke-2-normal;
            background: @status-success-bg-2-normal;
            svg{
                color: @status-success-fg-1-normal;
            }
        }
    }
}

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

.list-options {
    .list-item {
        width: 100%;
        height: 36/@px-unit;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 8 / @px-unit;

        &.active {
            background: @brand-bg-2-selected !important;
        }

        &:hover {
            background-color: @neutral-bg-1-hover-1;
        }

        .cus_panel {
            &:first-child {
                margin-right: 8 / @px-unit;
            }
        }

        .list-item-title {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            flex: 1;
        }
    }

    .list-group {
        .list-group-header {
            height: 40 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
            display: flex;
            align-items: center;
            color: @neutral-fg-3-normal;
            font-size: 16/ @px-unit;
            font-weight: 400;
            line-height: 24/ @px-unit;
        }

        .list-group-content {
            padding: 16 / @px-unit 0 24 / @px-unit 0;
        }
    }

}

.hard-disk-management-table .ant-table-body{
    min-height: 230 / @px-unit !important;
}
.hardDiskManagement_state{
  display: flex;
  justify-content: left;
  align-items: center;
  .grid-infoIcon {
    .svgOut(@status-warning-fg-1-normal)
  }
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}

._RecordBack_ {
    padding-top: inherit;
    .editable-cell-value-wrap {
        height: auto;
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    }
}
.recordinfo-footer-btn {
    display: inline-block;
    .label-div-Container {
        display: inline-block;
        &:first-child {
            margin-right: 10 /@px-unit;
        }
    }
}

.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;
        }
    }
}





._ParkingLot_ {
    background: @parkingBg;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    .TaskBarAlarmInfo {
        .cus_panel {
            color: @neutral-fg-on-1-selected !important;
        }
    }
    .parking-lot-icon {
        color: @neutral-fg-on-1-selected !important;
    }
}


.point-default {
    font-size: 48/@px-unit !important;
    pointer-events: initial !important;
}

._PicMapManage_ {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    .in-dragging {
        cursor: grabbing
    }

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

        .channel-list {
            flex: none;
            background-color: @neutral-bg-1-normal;
            z-index: 999;
            height: 100%;
            width: 288/@px-unit;
            padding: 16/@px-unit;
            border-right: 1/@px-unit solid @neutral-stroke-2-normal;
            @channelFontColor: @neutral-fg-2-normal;
            overflow-y: auto;
            overflow-x: hidden;

            .chnlist_tooltip {
                .ant-tooltip-content {
                    .ant-tooltip-inner {
                        word-spacing: normal;
                        word-break: break-word;
                    }
                }
            }

            .chItem {
                display: flex;
                align-items: center;
                padding: 3/@px-unit;
                height: 31/@px-unit;
                cursor: pointer;

                .chItem_title {}


                &:hover {
                    .chItem_title {
                        color: @neutral-fg-2-normal;
                    }

                    background-color: @brand-bg-2-selected;

                    .chItem_btn {
                        display: inline-block;
                    }
                }


                &_cameraIcon {
                    .svgOut(@channelFontColor);
                    margin-left: 20/@px-unit;
                    width: 30/@px-unit;
                    height: 30/@px-unit;
                }

                &_title {
                    margin-left: 15/@px-unit;
                    width: 120/@px-unit;
                    color: @neutral-fg-2-normal;
                }

                &_btn {
                    padding: 0 !important;
                    border: 0 !important;
                    background: none !important;
                    height: 30/@px-unit;
                    display: none;
                }

                .label-div-Container {
                    .label-normal-container .label-normal-wrapper {
                        width: 50/@px-unit !important;
                    }
                }
            }
        }

        .map-content {
            flex: auto;
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: center;

            .drag-feedback {
                cursor: pointer;
                pointer-events: none;
            }

            .picMap {
                width: 100%;
                height: 100%;
            }

            .map-upload {
                width: 100%;
                height: 100%;

                &>.label-div-Container {
                    width: 200/@px-unit;
                    position: absolute;
                    right: 20/@px-unit;
                    top: 10/@px-unit;
                }
            }

            .ant-empty {
                cursor: pointer;
                height: 500/@px-unit;
                width: 500/@px-unit;

                .ant-empty-image {
                    height: 300/@px-unit;
                    width: 500/@px-unit;
                    .NotFoundContent{
                        height: 300/@px-unit !important;
                        width: 500/@px-unit !important;
                        font-size: 300/@px-unit !important;
                    }
                }
            }
        }
    }
}
.picMapManage_detail_popover{
    z-index: 999;
    .ant-popover-inner{
        padding: 8/@px-unit 12/@px-unit;
    }
    .detail{
        
        display: flex;
        justify-content: space-between;
        align-items: center;
        .detail-icon{
            display: flex;
        }
    }
}


._PicMapManage_ {
    
    
    
    height: 100%;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;

    .line-row {
        display: flex;
    }
}



._MultiEMapManage_ {
    
    
    
    height: 100%;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;

    .line-row {
        display: flex;
    }
    
}



._BatchUpload_ {
    
    
    

    .line-row {
        display: flex;
    }
}


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


._MultiEMapManage_ {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0 !important;

    .point-default {
        width: 32/@px-unit;
        height: 32/@px-unit;
        .svgFont(32);
        pointer-events: initial !important;
    }
    .point-unconnect {
        .svgOut(@--error-6) !important;
        &:hover {
            .svgOut(@--error-6) !important;
        }
    }
    .point-connect {
        .svgOut(@status-success-bg-1-normal);
        
        
        
    }

    .in-dragging {
        cursor: grabbing
    }

    .EMapFormatTip {
        width: 340px;
        white-space:'normal';
        margin-top: 10px;
        color: @neutral-fg-4-normal;
    }

    .page-view {
        display: flex;
        position: relative;
        height: 99%;

        .node-list {
            height: 98%;
            border-right: 1/@px-unit solid @--component-border;
            .list-head {
                display: flex;
                justify-content: space-between;
                align-items: center;
                
                
                
                
                
                
                
                text-align: right;
                .device-btn {
                    max-width: 125px;
                    float: left;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }
                .reset-btn {
                    
                    color: @brand-fg-link-normal;
                    cursor: pointer;
                    font-weight: @font-weight-regular;
                    &:hover {
                        color: @brand-fg-link-hover;
                    }
                }
                .label-button {
                    display: flex;
                    justify-content: flex-end;
                }
                .reset-btn {
                    width: auto;
                }
            }
            .eMap-list {
                flex: none;
                
                z-index: 999;
                height: 50%;
                width: 320/@px-unit;
                padding-bottom: 14/@px-unit;
                
                
                
                
                

                .maplist-head {
                    border-bottom: 1/@px-unit solid @--component-border;
                    border-right: 1/@px-unit solid @--component-border;
                    
                    padding: 5px 0 5px 20px;
                    text-align: left;
                }
                
                .list-body {
                    .ant-tree {
                        background: transparent;
                        .ant-tree-treenode {
                            width: 100%;
                            height: 36 / @px-unit;
                            line-height: 32 / @px-unit;
                            padding: 2 / @px-unit 8 / @px-unit;
                            .ant-tree-node-content-wrapper {
                                width: 100%;
                            }
                        }
                        .ant-tree-title {
                            text-overflow: ellipsis;
                            overflow: hidden;
                            white-space: nowrap;
                            width: 100%;
                            display: flex;
                            
                            .buttonIcon {
                                
                                
                                
                                text-align: right;
                                .btnIcon_add, .btnIcon_delete, .btnIcon_edit {
                                    display: inline-block;
                                    .tab-icon {
                                        
                                    }
                                }
                            }
                            .buttonTitle {
                                
                                width: 0;
                                flex: 1;
                                text-overflow: ellipsis;
                                overflow: hidden;
                                white-space: nowrap;

                            }


                        }
                        .ant-tree-list {
                            &:hover {
                                
                            }
                        }
                        .ant-tree-treenode-selected {
                            .buttonTitle {
                                
                                background-color: transparent;
                                display: inline-block;
                                width: '100px';

                            }
                        }
                        .btnIcon {
                            width: 16px;
                        }

                        .ant-tree-node-content-wrapper {
                            background-color: transparent;
                        }

                        .map-icon {
                            color: @neutral-fg-3-normal;
                        }
                    }
                }

                .chnlist_tooltip {
                    .ant-tooltip-content {
                        .ant-tooltip-inner {
                            word-spacing: normal;
                            word-break: break-word;
                        }
                    }
                }
    
                .mapItem {
                    display: flex;
                    align-items: center;
                    padding: 3/@px-unit;
                    height: 31/@px-unit;
                    cursor: pointer;
                    &:hover {
                        .chItem_title {
                            color: .color_N(@preview_ChnlBgA)[]
                        }
    
                        background-color: @preview_ChnlBgA;
    
                        .chItem_btn {
                            display: inline-block;
                        }
                    }
    
                    &_cameraIcon {
                        .svgOut(@channelFontColor);
                        margin-left: 20/@px-unit;
                        width: 30/@px-unit;
                        height: 30/@px-unit;
                    }
    
                    ._cameraIcon_active {
                        .svgOut(@iconColorA);
                    }
    
                    &_title {
                        margin-left: 15/@px-unit;
                        width: 120/@px-unit;
                        color: @preview_ChnlTextN;
                    }
    
                    &_btn {
                        padding: 0 !important;
                        border: 0 !important;
                        background: none !important;
                        height: 30/@px-unit;
                        display: none;
                    }
    
                    .label-div-Container {
                        .label-normal-container .label-normal-wrapper {
                            width: 50/@px-unit !important;
                        }
                    }
                }

                .ant-collapse-header {
                    display: flex;
                    align-items: center;
                    border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
                    border-top: 1/@px-unit solid @neutral-stroke-2-normal;
                    padding: 11 / @px-unit 16 / @px-unit;
                    height: 40 / @px-unit;
                }
                .ant-collapse-content {
                    overflow-y: auto;
                    height:399px;
                    padding: 16 / @px-unit 16 / @px-unit 0 16 / @px-unit;
                }
                .ant-collapse-content-box {
                    padding: 0;
                    
                }
            }

            .channel-list {
                flex: none;
                
                z-index: 999;
                height: 50%;
                width: 100%;
                padding-bottom: 14/@px-unit;
                
                @channelFontColor: .color_N(@preview_Left_Bg)[];
                
                
                .channel-search {
                    padding: 0;
                }
                .chnlist_tooltip {
                    .ant-tooltip-content {
                        .ant-tooltip-inner {
                            word-spacing: normal;
                            word-break: break-word;
                        }
                    }
                }
    
                .chItem {
                    display: flex;
                    align-items: center;
                    padding: 3/@px-unit;
                    height: 31/@px-unit;
                    cursor: pointer;
                    &:hover {
                        .chItem_title {
                            color: .color_N(@preview_ChnlBgA)[]
                        }
    
                        background-color: @preview_ChnlBgA;
    
                        .chItem_btn {
                            display: inline-block;
                        }
                    }
    
                    &_cameraIcon {
                        .svgOut(@channelFontColor);
                        margin-left: 20/@px-unit;
                        width: 30/@px-unit;
                        height: 30/@px-unit;
                    }
    
                    ._cameraIcon_active {
                        .svgOut(@iconColorA);
                    }
    
                    &_title {
                        margin-left: 15/@px-unit;
                        width: 120/@px-unit;
                        color: @preview_ChnlTextN;
                    }
    
                    &_btn {
                        padding: 0 !important;
                        border: 0 !important;
                        background: none !important;
                        height: 30/@px-unit;
                        display: none;
                    }
    
                    .label-div-Container {
                        .label-normal-container .label-normal-wrapper {
                            width: 50/@px-unit !important;
                        }
                    }
                }
            }
        }

        .map-content-wrap {
            width: 100%;
        }

        .map-content-btn {
            width: 100%;
            height: 3%;
        }
        .map-content {
            flex: auto;
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;

            .drag-feedback {
                cursor: pointer;
                pointer-events: none;

                .cus_panel {
                    color: #388EFF;
                }

                .pointIcon {
                    color: #28B854;
                    background-color: initial;
                }

                .detail {
                    height: 22/@px-unit;
                    line-height: 22/@px-unit;
                    display: flex;
                    position: relative;
                    
                    pointer-events: initial !important;

                    
                    
                    
                    
                    .live-icon {
                        
                        color: @neutral-fg-on-color;
                    }

                    .delete-icon {
                        color: @neutral-fg-on-color;
                        
                        
                        .svgFont(30);