    width: 48px;
  }

  
  
  
  
}

.cut-box-panel {
  padding: 0;
}

.ExactSearch-rule-panel {
  .rule-switch-box {
    .ant-radio-button-wrapper {
      width: 104 / @px-unit;
      text-align: center;
      background-color: @neutral-bg-2-normal;

      &:not(.ant-radio-button) {
        border-radius: 0 !important;
        display: inline-flex;
        justify-content: center;
        text-align: center;
      }
    }
  }

  ._operation_smd_inter {
    .label-div-Container {
      margin-top: 16/@px-unit;
    }
  }
}



._operation_smd_inter {
  
  padding: 54/@px-unit 10/ @px-unit;

  .operation_smd_text {
    margin: 16/ @px-unit 0 6/ @px-unit 0;
  }

  .operation_smd_divider {
    border-bottom: 1/ @px-unit solid @neutral-fg-4-normal;
    margin: 16/ @px-unit 0;
  }

  .operation_smd_btn {
    display: flex;
    justify-content: space-between;
  }

  .labelCheckboxGroup {
    display: flex;
  }

  .label-normal-container {
    padding: 4px 0 !important;
  }

  .labelText-wrapper {
    width: 90px;
  }

  .ant-radio-button-wrapper {
    span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
  }
}

.cutPanel_rangePicker {
  @media screen and (max-width: 1280px) {
    min-width: 240 / @px-unit;
  }
}









.direct-label {
  width: 66 / @px-unit !important;
}

.direct-wrap {
  width: 110 / @px-unit !important;
}


._MultiPreviewNew_ {
    &items {
        height: 40 / @px-unit;
        display: flex;
        align-items: center;
    }

    &item {
        display: flex;
        margin-right: 4 / @px-unit;

        &:last-child {
            margin-right: 0;
        }

    }

    &split_group {
        height: 32 / @px-unit;
        display: flex;
        align-items: center;
        background: @neutral-bg-4-normal;
    }

    &number_wrapper {
        display: flex;
    }

    &number {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 0 12 / @px-unit;
        height: 24 / @px-unit;
        position: relative;
        min-width: 66 / @px-unit;
        text-align: center;

        &::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1 / @px-unit;
            height: 100%;
            background: @neutral-stroke-2-normal;
        }

        &:last-child {
            &::after {
                content: none;
            }
        }


        &:hover {
            color: @brand-fg-1-normal;
        }
    }


    &current {
        color: @brand-fg-1-normal;
    }


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

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

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



._SlicePlayback_ {
  height: 100%;
  cursor: default;

  .cards-view {
    display: flex;

    height: 100%;

    .slice-info-panel {
      flex: 1 1 956 / @px-unit;
      background-color: @neutral-bg-5-normal;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .slice-tip {
      display: flex;
    }

    .slice-tip-hover {
      margin-right: 8 / @px-unit;

      &:hover {
        color: @brand-bg-1-selected;
      }
    }

    .slice-play-panel {
      flex: 0 1 590 / @px-unit;
      background-color: @neutral-bg-4-normal;
      height: 458 / @px-unit;
      overflow: hidden;
    }

    .slice-cards-top {
      height: 55/ @px-unit;
      border-bottom: 1px solid @neutral-stroke-2-normal;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10 / @px-unit;
    }

    .slice-cards-main {
      
      display: flex;
      padding: 0 14/ @px-unit;
      flex-wrap: wrap;
      
      overflow-y: auto;
      
      
      
    }

    .cards-box {
      width: 288 / @px-unit;
      height: 174 / @px-unit;
      border: 1/ @px-unit solid @neutral-stroke-2-normal;
      margin: 8 / @px-unit;

      
      
      
      &:hover {
        .cards-bottom-action {
          display: flex;
        }
      }
    }

    .cards-box-selected {
      border-color: @brand-bg-1-selected;
    }

    .cards-img {
      
      width: 100%;
      height: 140 / @px-unit;
      background-size: cover;
    }

    .card-img-empty {
      display: flex;
      flex-direction: column;
      align-items: center;

      .empty-img {
        width: 60 / @px-unit;
        height: 60 / @px-unit;
        margin: 24 / @px-unit 0 10/@px-unit 0;
        background-image: url('/static/media/noVideo_@{theme}.png');
        background-size: cover;
      }
    }

    .cards-bottom {
      width: 100%;
      height: 32/ @px-unit;
      background-color: @neutral-bg-4-hover;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 4 / @px-unit;
      position: relative;

      .cards-bottom-action {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 32/ @px-unit;
        
        align-items: center;
        padding: 4 / @px-unit;
        background-color: @neutral-bg-4-hover; 
        flex-direction: row-reverse;
        display: none;
      }

      .cards-bottom-action-back {
        background-color: @neutral-bg-4-normal;
      }
    }
  }

  .middle-layout {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: @neutral-bg-5-normal;

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

  }
}


._RegionofInterest_ {
  
  
  
  height: 100%;
  position: relative;
  padding: 54/@px-unit 0 40/@px-unit;
}


@CollapseContentBoxPadding: 16/@px-unit;
@collapseHeaderHeight: 48 / @px-unit; 


._CollapseManageItem_ {
    overflow: hidden;
    &.noShow{
        position: fixed;
        left: 0;
        bottom: -10000px;
    }
    &:first-child{
        position: relative;
        &::before{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0 / @px-unit;
            width: 100%;
            height: 1 / @px-unit;
            box-sizing: content-box;
            background: @neutral-stroke-2-normal;
        }
    }
    
    .ant-collapse {
        border: none;
        border-radius: 0;
        height: 100%;
        .ant-collapse-item {
            height: 100%;
            display: flex;
            flex-direction: column;
            .channel-item-wrapper {
                overflow-y: auto !important;
            }
            .ant-collapse-content {
                overflow: hidden;
                flex: 1;
                .ant-collapse-content-box {
                    height: 100% !important;
                }
            }
        }
        .ant-collapse-header {
            .ant-collapse-expand-icon {
                height: 100%;
                display: flex;
                align-items: center;
            }
        }
        .panel-header-content {
            display: flex;
            flex: 1;
            justify-content: space-between;
            align-items: center;
            .m-text-ellipsis{
                max-width: 200 / @px-unit;
                display: flex;
                height: @collapseHeaderHeight;
                align-items: center;
            }
        }
        
        .ant-collapse-item{
            border-radius: 0;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
        }

        .ant-collapse-header {
            padding-top: 0 / @px-unit;
            padding-bottom: 0 / @px-unit;
            border-radius: 0 !important;
            background: @neutral-bg-4-normal;
            height: @collapseHeaderHeight;
        }

        .ant-collapse-header-text {
            color: @neutral-fg-2-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content-box{
            position: relative;
            &::before{
                content: '';
                position: absolute;
                left: 0;
                top: 0 / @px-unit;
                width: 100%;
                height: 1 / @px-unit;
                box-sizing: content-box;
                background: @neutral-stroke-2-normal;
            }
            ._ChannelList_ {
                ._ChannelTree_{
                    .page-view {
                        .channel-tree {
                            .channel-item-wrapper {
                                min-height: auto !important;
                                max-height: none !important;
                            }
                        }
                    }
                }
            }
        }

        .ant-collapse-content>.ant-collapse-content-box {
            padding: @CollapseContentBoxPadding;
        }

    }

    ._Table_{
        margin-top: 0!important;
    }

    @SetUpHeight: 224 / @px-unit; 
    @TabsHeaderHeight: 50 / @px-unit;
    
    &.CollapseChannel {
        .channel-tree {
            .channel-item-wrapper {
                overflow-y: hidden;
            }
        }
        .ant-collapse {
            .panel-header-content {
                display: flex;
                flex: 1;
                justify-content: space-between;
                align-items: center;
                .m-text-ellipsis{
                    max-width: 200 / @px-unit;
                }
            }

            .ant-collapse-content {
                overflow: hidden;

                .ant-collapse-content-box {
                    height: 100%;
                }
            }
        }
    }


    &.showAddCustomizeView {
        height: 0 !important;
    }


    
    &.CollapsePtz{
        .ant-collapse-content-box{
            overflow-y: auto;
        }
        ._PtzSet_{
            height: 100% !important;
        }
        .ant-table-body {
            max-height: calc((((100vh - @navMenuHeight) / 2) - @collapseHeaderHeight) - @SetUpHeight - @CollapseContentBoxPadding * 2 - @TabsHeaderHeight) !important;
        }
    }
}


.template-card-swrap {
    position: relative;

    .card-selected {
        border: 1 / @px-unit solid @brand-stroke-1-normal;
    }
    .card-no-selected {
        border: 1 / @px-unit solid @neutral-stroke-2-normal;
    }

    .right-attr{
        min-height: 80%;
    }
    .right-tag{
        padding: 0 10/ @px-unit;
    }

    
    .template-card {
        display: inline-block;
        width: 220 / @px-unit;

        
        &:last-child {
            margin-right: 0 / @px-unit;
        }

        .tool-bar {
            background: @neutral-bg-3-1-normal;
            height: 32 / @px-unit;
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            z-index: 1;
            display: flex;
            justify-content: flex-end;
            .tool-bar-content{
                background-color: @neutral-bg-4-hover;
                width: 100%;
                height: 100%;
                padding: 0 12 / @px-unit;
                display: flex;
                justify-content: flex-end;
            }
        }
    

    
        .template-card-top-face-database {
            height: 32 / @px-unit;
            display: flex;
            align-items: center; 
            border-bottom: 1 / @px-unit  solid @neutral-stroke-2-normal; 
    
            .face-database-name {
                width: 50%;
                padding-left: 12 / @px-unit;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: @neutral-fg-2-normal;
                font-size: 14 / @px-unit;
            }
    
            .face-person-name {
                padding-right: 12 / @px-unit;
                width: 50%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                text-align: right;
                color: @neutral-fg-2-normal;
                font-size: 14 / @px-unit;
            }
        }
    
        
        .template-card-top {
            .template-card-top-header {
                height: 26 / @px-unit ;
                padding: 0 8 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid @neutral-stroke-2-normal;
            }
    
            .top-header-left {
                display: flex;
                align-items: center;
            }
    
    
            .ant-checkbox-wrapper {
                margin-right: 10/ @px-unit;
            }
    
            .top-header-type {
                width: 80/ @px-unit;
            }
    
            .top-header-name {
                width: 80/ @px-unit;
                text-align: right;
            }
    
            .template-card-top-warapper {
                display: flex;
                padding: 4/ @px-unit;
                flex: 1;
                .right{
                    margin-left: 4/ @px-unit;
                }
            }

    
    
            .template-card-top-swrap {
                flex: 1;
                height: 74/ @px-unit;
                overflow: hidden;
                .image-panle {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background: @neutral-bg-5-normal;
                    .DefaultImgClass{
                        object-fit: contain;
                    }
                }
    
                .svg-panle {
                    background: @neutral-bg-4-hover;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    .cus_panel{
                        width: auto!important;
                        height: auto!important;
                    }
                 
                }
            }
    
    
            .left {}
    
            .center {
                margin-left: 60 / @px-unit;
            }
    
            .right {}
        }
    
        
        .template-card-top-no-center {
            display: flex;
            padding: 4 / @px-unit;
            position: relative;
    
            .template-card-top-warapper {
                display: flex;
                flex: 1;
            }
    
            .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;
        }
    }
}







.CustomizeView {
    
    
    

    .line-row {
        display: flex;
    }
    .ant-collapse {
        .ant-collapse-content {
            .ant-collapse-content-box {
                overflow-y: auto;
                ._Table_ {
                    height: 100%;
                    padding-top: 0 !important;
                }
            }
        }
    }
}


._CollpaseCheckboxGoup_ {
   .ant-collapse-item {
        .ant-collapse-header {
            padding: 12/@px-unit 4/@px-unit 10/@px-unit 16/@px-unit !important;
            display: flex;
            align-items: center;
            .ant-collapse-expand-icon {
                display: flex;
                align-items: center;
                .ant-collapse-arrow {
                    margin-right: 10 / @px-unit;
                }
            }
            .ant-collapse-header-text {
                .label-div-Container {
                    .label-normal-container  {
                       padding: 0 !important;
                       .label-normal-wrapper {
                         
                       }
                        .label-normal-behind {
                            color: @neutral-fg-2-normal !important;
                            font-weight: 400 !important;
                            padding-left: 0 !important;
                         }
                    }
                }
            }
        }
        .ant-collapse-content {
            .ant-collapse-content-box {
                .label-div-Container {
                    .label-normal-container  {
                        padding: 0 !important;
                        width: 100%;
                       .label-normal-wrapper {
                          width: 100% !important;
                          .sdd-checkboxGroup-container {
                            width: 100% !important;
                            .labelCheckboxGroup {
                                display: grid;
                                grid-template-columns: repeat(3, 1fr);
                                gap: 8 / @px-unit;
                            }
                          }
                       }
                     
                    }
                }
            }
        }
        &:not(:has(.ant-collapse-expand-icon)) {
            .ant-collapse-header-text {
                padding-left: 24 / @px-unit;
            }
        }
   }
}


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


.back-panel {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 54/ @px-unit;
  border-bottom: 1/ @px-unit solid @neutral-stroke-2-normal;
  padding: 0 16/ @px-unit;
  z-index: 1;
  background-color: @neutral-bg-4-normal;

  .back-panel-text {
    margin-left: 16/ @px-unit;
  }

  .back-panel-left {
    display: flex;
    align-items: center;
    height: 54/ @px-unit;
    width: 100%;
  }
}


._FileListPanel_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: @neutral-bg-4-normal;

  .file-list-panel {
    flex: 1;
    width: 100%;
    padding: 8 / @px-unit 16 / @px-unit 0;
    overflow-y: auto;
    overflow-x: hidden;
  }

  &bottom {
    width: 100%;
    height: 60 / @px-unit;
    padding: 0 10px 4px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  &bottom_mix {
    display: flex;
    flex-direction: row;
    width: 140 / @px-unit;
    justify-content: flex-start;
  }

  &bottom_item {
    width: 36 / @px-unit;
    height: 36 / @px-unit;
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
  }

  &bottom_item_lock {
    margin-right: 6/ @px-unit;
  }

  
  
  

  &timer_piker {
    width: 272 / @px-unit;
    
  }

  ._Table_ {
    margin-top: 0;
    flex: 1;
    overflow: hidden;

    .ant-pagination-total-text {
      display: none !important;
    }

    .m-table-showEmpty {
      height: 100%;

      .ant-table-wrapper {
        height: 100%;
      }
    }

    .ant-table {
      &>.ant-table-container {
        tr {
          td {
            height: 40px;
          }
        }

        th {
          height: 40px !important;
        }
      }
    }

    .ant-table-pagination {
      display: flex;
      justify-content: center;
    }
  }

  .file-back {
    height: 54 / @px-unit;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 16 / @px-unit;
    border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;

    .file-back-text {
      margin-left: 8 / @px-unit;
      color: @neutral-fg-2-normal;
      font-size: @font-size-title-s;
      line-height: 26 / @px-unit;
      font-weight: 700;
    }
  }

  .operation-panel {
    width: 100%;
    display: flex;
    
    
    

    .label-normal-wrapper {
      width: auto !important;
    }

    .label-div-Container {
      margin-right: 12 / @px-unit;
    }
  }
}



.smd-filter-contain {
  .label-normal-wrapper {
    width: inherit !important;
  }

  .ant-checkbox-group {
    display: flex;
    flex-direction: column;

    .ant-checkbox-wrapper {
      padding: 4 / @px-unit;
    }


  }
}


.slice-menu-panel {
  display: flex;
  flex-direction: column;
  cursor: default;

  .slice-menu-item {
    height: 36/ @px-unit;
    line-height: 36 / @px-unit;
    padding-left: 10 / @px-unit;

    &:hover {
      background-color: @brand-bg-2-selected;
    }
  }
}


._TargetPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding:0 16/ @px-unit 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
            .ant-tabs {
                margin: 0;
            }

            .header-operation {
                margin-top: 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;
        }
    }

}


.intereting-modal {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
  background-color: @neutral-bg-4-normal;
  display: flex;
  flex-direction: column;

  .intereting-modal-header {
    flex-shrink: 0;
    height: 54 / @px-unit;

    .header-bar {
      width: 300 / @px-unit !important;
      margin-top: 20 / @px-unit;
    }
  }

  .intereting-modal-wrap {
    position: relative;
    
    
    flex: 1 1 auto;
    padding-left: 16/ @px-unit;

    
    .interet-card-wrap,.target-card {
      width: 100%;
      height: 100%;
    }

    .wrap-inner {
      
      display: flex;
      flex-wrap: wrap;
    }
  }

  .intereting-backup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 48 / @px-unit;
    padding-left: 16/ @px-unit;
    position: relative;

    .ant-space-compact-block {
      z-index: 10;
      width: auto;
      
    }

    .label-div-Container {
      
    }

    .all-label {
      
    }

    .header-bar {
      display: flex;
      height: 48 / @px-unit;
      margin-right: 200 / @px-unit;
      justify-content: center;
      align-items: center;

      .count-icon-disabled {
        width: 60 / @px-unit;
      }

      .count-icon-bright {
        width: 60 / @px-unit;
      }

      .count-icon {
        width: 60 / @px-unit;
      }
    }
  }

  .intereting-footer {
    display: flex;
    
    align-items: center;
    height: 48 / @px-unit;
    line-height: 48 / @px-unit;
  }

  .footer-bar {
    
    
    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    .footer-item {
      
      
      
      
      padding: 0 4 / @px-unit;

      .left-arrow:hover {
        color: @brand-fg-1-hover;
        cursor: pointer
      }

      .right-arrow:hover {
        color: @brand-fg-1-hover;
        cursor: pointer
      }
    }
  }



  
  

  
  
  
  
  

  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  
  
  
  
  
  
}


._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;
            }
        }

    }
}



.header-bar {
  
  top: 54/ @px-unit;
  height: 40 / @px-unit;
  display: flex;
  align-items: center;
  width: 100%;

  .count-icon-bright {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;

    .cus_panel {
      color: @brand-fg-1-active;
    }

    
    
    
    
    
    
    
  }

  .count-icon {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .count-icon-disabled {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
  }

  .right-icon {
    float: right;
    margin-right: 10 / @px-unit;
    padding-left: 60 / @px-unit;
  }
}


@RegionofInterestFooterBarHeight:40 / @px-unit;

._RegionofInterest_ {
  .list-wrap {
    height: 100%;

    .flat-list {
      height: calc(100% - @RegionofInterestFooterBarHeight);
      padding: 10 / @px-unit;
      overflow-y: scroll;

      .win-view {
        
        
        margin-top: 0px;
        margin-bottom: 20000px;
      }

      .selected {
        border: 1 / @px-unit solid @brand-fg-1-active;
      }
    }

    .footer-bar {
      position: absolute;
      bottom: 0;
      height: @RegionofInterestFooterBarHeight;
      display: flex;
      width: 100%;

      .footer-item {
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;

        .left-arrow:hover {
          color: @brand-fg-1-hover;
          cursor: pointer
        }

        .right-arrow:hover {
          color: @brand-fg-1-hover;
          cursor: pointer
        }
      }
    }

  }

}


.CustomizeView {
    .ant-collapse  {
        .ant-collapse-item {
            .ant-collapse-content {
               .ant-collapse-content-box {
                    padding: 16 / @px-unit;
                    ._Table_ {
                        .ant-table {
                            .ant-table-row {
                                cursor: pointer;
                                width: 100%;
                            }
                            .custom-row-tooltip {
                                width: 100%;
                                &:hover {
                                    position: relative;
                                    width: 100%;
                                }
                            }
                            .custom-row-tooltip:hover::after {
                                content: attr(title);
                                position: absolute;
                                bottom:  40 / @px-unit;
                                width: 100%;
                                left: 50%;
                                border-radius: 4 / @px-unit;
                                background: @neutral-bg-inverted;
                                transform: translateX(-50%);
                                color: @neutral-fg-on-color;
                                padding: 8 / @px-unit 12 / @px-unit;
                                border-radius: 4 / @px-unit;
                                white-space: wrap;
                                z-index: 1000;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                            }

                            .ZD-selected-row {
                                background: @brand-bg-2-selected !important;
                            }
                            .ant-table-cell {
                                border-bottom: 0 !important;
                                padding: 0 !important;
                            }
                            .disabled-column {
                            
                              .ant-table-cell {
                                color: @neutral-fg-disabled !important;
                                cursor: not-allowed;
                                background: none !important;
                                .cus_panel {
                                    color: @neutral-fg-disabled !important;
                                }
                                &:hover {
                                    background: none !important;
                                }
                              }
                            }
                        }
                    }
               }
            }
        }
    }
    .wrapper {
        height: 100%;
        ._AddCustomizeViewPanel_ {
            height: 0;
        }
        .ant-collapse {
            height: 100%;
        }
    }
    .edit-wrapper {
         height: 100%;
        ._AddCustomizeViewPanel_ {
            height: 100%;
        }
         .ant-collapse {
            height: 0;
             .ant-collapse-header {
                display: none;
            }
        }

        .header {
            flex: 0 0 auto;
            height: 48 / @px-unit;
        }
    }
}


._CheckBoxGroupModal_ {
    max-height: calc(100vh - 50vh);
    height: auto;
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 46%;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
    .label-normal-behind{
        
        line-height: 28 / @px-unit;
    }
}


._FileList_ {
  overflow: hidden;

  .fileList_type_icon {
    display: flex;
    padding-left: 20 / @px-unit;
    align-items: center;
  }

  .fileList_type_cub {
    display: flex;
    height: 20 / @px-unit;
    width: 20 / @px-unit;
    justify-content: center;
    align-items: center;
    margin-right: 6 / @px-unit;
  }

  .fileList_type_lock {
    font-size: 20 / @px-unit;
  }

  .fileList_type_lock_hide {
    display: none;
  }

  .ant-spin-nested-loading {
    height: 100%;
  }
}

._FileList_card {
  border: 1/ @px-unit solid @neutral-stroke-2-normal;
  background-color: @neutral-bg-4-normal;
  color: @neutral-fg-2-normal;
  margin: 16/@px-unit 0;

  .ant-card-body {
    padding: 16px !important;
  }
}

.file-bottom-pagination {

  .ant-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.pic-details-info{
    height: 100%;
    position: relative;
    .pic-details-info-list{
        height: 100%;
        .thumb-white {