      >* {
        margin-left: 12 / @px-unit;
      }
    }
  }
}

    
.oversea_init-wrapper {
  @initBoxH: 735 / @px-unit;
  @initBoxW: 584 / @px-unit;
  width: @initBoxW;
  height: @initBoxH;
  padding: 40 / @px-unit;
  position: absolute;
  top: calc(50% - @initBoxH / 2);
  border-radius: 8 / @px-unit;
  background: @neutral-bg-4-normal;
  right: 120 / @px-unit;
  .InitGuide-Law {
    .LicenceNoted {
      .LicenceNoted-title {
        color: @brand-fg-1-normal !important;
        white-space: wrap;
      }
    }
  }
}

@lawModalBodyHeight: 700 / @px-unit;
@tabHeaderHeight: 50 / @px-unit;
@lawModalBodyBottomHeight: 50 / @px-unit;
.law_Policy_modal {
  .ant-modal-content {
    height: 100%;
  }
  .ant-modal-body {
    height: @lawModalBodyHeight;
    padding: 0 !important;
    .modal-body-content {
      position: relative;
      .ant-tabs {
        .ant-tabs-nav {
           width: 100%;
           height: @tabHeaderHeight;
        }
        .ant-tabs-content-holder {
          height: calc(@lawModalBodyHeight - @tabHeaderHeight - @lawModalBodyBottomHeight);
          .ant-tabs-content {
            height: 100%;
            overflow: auto;
            padding: 24 / @px-unit;
          }
        }
      }
      .modal-body-bottom {
        padding-left: 24 / @px-unit;
        height: @lawModalBodyBottomHeight;
        .LicenceNoted-title {
          color: @brand-fg-1-normal !important;
        }
      }
    }
  }
}




.VoiceBroadcastModal {
    .ant-modal-body {
        padding: 0 24 / @px-unit 0 24 / @px-unit;
    }
    .ant-modal-footer {
        border-top: 0;
    }
    ._Table_ {
        padding-top: 12 / @px-unit;
    }
    .footer-btn {
        text-align: center;
    }

    .bindChannels-text {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}


._UrgentRecord_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.alarm-out-popover {
    .popover-content {
        height: 40 / @px-unit;
        display: flex;
        align-items: center;
        background: @neutral-bg-1-normal;
        padding: 0 8 / @px-unit;
    }
}


@list-header-height: 48 / @px-unit;

._AIPreview_ {
    
    height: 100%;
    &swrap{
        width: 320 / @px-unit;
        height: 100%;
        background-color: @neutral-bg-4-normal;
        &_header{
            height: @list-header-height;
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            background-color: @neutral-bg-4-normal;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            &_title{
                width: 100%;
                color: @neutral-fg-2-normal;
                display: flex;
                align-items: center;
                span{
                    margin-left: 15 / @px-unit;
                }
            }
            &_set_icon{
                display: flex;
                align-items: center;
                width: 50 / @px-unit;
            }
            .divider {
                height: 24/@px-unit;
            }
        }
        &_list_swrap{
            height: calc(100% - @list-header-height);
            overflow: auto;
        }
    }

}

._DisplayScale_ {
    
    
    
    padding-top: inherit; 
    
}


._LocalPlay_{
    display: flex;
    align-items: center;
    justify-content: center;   
}


._ChannelList_ {
    height: 100%;
    .channel-tree {
        .channel-group-header{
            .channel-group-header-right{
                display: none;
            }
            &:hover{
                .channel-group-header-right{
                    display: flex;
                }
            }
        }
        .channel-item {
            .channel-item-btn{
                margin-right: 4 / @px-unit;
            }
            .channel-item-btn.arrow {
                margin-right: 8 / @px-unit;
                min-width: 24 / @px-unit !important;
                display: none;
            }
            .channel-item-btn.sm{
                min-width: 32 / @px-unit !important;
            }
            &:hover {
                .channel-item-btn.arrow {
                    display: inline-flex;
                }
            }
        }
    }
}

.group-manage-model {
    width: 1280 / @px-unit !important;
    height: 85%;

    .ant-modal-content {
        height: 100%;

        .ant-modal-body {
            height: calc(100% - 120px);
            padding: 0;
        }
    }
}


._IntelliRuleBtn_ivs-color {
    
}



._TalkAndSoundNew_ {

    &box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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


    &select {
        min-width: 110/@px-unit;
        height: 32 / @px-unit;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8 / @px-unit;
        border: 1 /@px-unit solid @neutral-stroke-1-normal;
        background: @neutral-bg-5-normal;
        cursor: pointer;
        margin-right: 4 / @px-unit;
        margin-left: 4 / @px-unit;
        border-radius: 4 / @px-unit;

        .cus_icons {
            margin-left: 8 / @px-unit;
        }

        .select-wrapper {
            display: flex;
            flex: 1;
            justify-content: flex-start;
            color: @neutral-fg-2-normal;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 22 / @px-unit;
            text-align: left;
        }


    }


}

.talk-and-sound-popover {
    .popover-content {
        display: flex;
        height: 40 / @px-unit;
        align-items: center;
        background: @neutral-bg-1-normal;

        .popover-item {
            padding: 0 12 / @px-unit;
            cursor: pointer;
            color: @neutral-fg-2-normal;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            position: relative;

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

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

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

.audioTalk_ToolTip{
    max-width: 400 / @px-unit !important;
    width: 400 / @px-unit;
}

._IntelligentTrack_ {
    
    display: flex;
}


._OpenAll_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    ._OpenAll_box{
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
    }
    ._OpenAll_default{
        border: 1px solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
    }
    .label-div-Container {
        width: 30/@px-unit;
        height:32/@px-unit;
        .label-normal-container {
            width: 30/@px-unit;
            height:32/@px-unit;
            padding-top: 0 !important;
            .label-normal-wrapper {
                width: 30/@px-unit !important;
                height:32/@px-unit !important;
            }
        }
    }
    ._OpenAll_btn {
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
        height: 30/@px-unit;
    }
    ._OpenAll_down {
        width: 30/@px-unit;
        height: 30/@px-unit;
        border-left: 1px solid @neutral-stroke-1-normal;
    }
    ._OpenAll_start {
        width: 210/@px-unit;
        height: 100%;
        display: flex;
        justify-content: left;
        background-color: @neutral-bg-2-normal;
        border-right: 1px solid @neutral-stroke-1-normal;
    }
    ._OpenAll_stop {
        width: 210/@px-unit;
        height: 100%;
        display: flex;
        justify-content: left;
        background-color: @neutral-bg-2-active;
        border-right: 1px solid @neutral-stroke-1-normal;
        color: @neutral-bg-2-active;
    }
    ._OpenAll_text {
        line-height: 32/@px-unit;
        width: 64/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    ._OpenAll_talk {
        display: flex;
        justify-content: center;
        width: 180/@px-unit;
        >span:nth-of-type(1){
            margin: 0 25/@px-unit 0  -33/@px-unit ;
        }
        
    }
}

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

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



.playback-channel-list {
  height: 100%;

  @collapseHeaderHeight: 48 / @px-unit; 

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

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

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

      cursor: default;
    }

    .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 {
      height: calc(100% - @collapseHeaderHeight);
      overflow-y: scroll;
      scrollbar-gutter: stable;
    }

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

  }

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

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

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

      .panel-header-title {
        display: flex;
        align-items: center;
        width: 176 / @px-unit;
        font-size: @font-size-title-s;
        &.single-select{
          width: 195 / @px-unit;
        }
      }
    }
  }

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

  .channel-tree {
    .channel-group {
      .channel-group-header {
        margin-right: 0 !important;
      }

      .channel-item {
        margin-right: 0;
      }
    }
  }

  .playback_channel_show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .playback_channel_none {
    display: none;
  }
}


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


}


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

  }
}




._VideoOperationPanel_ {
  padding: 4 / @px-unit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

  .play-dom-box {
    display: flex;
    align-items: center;
  }

  .state-str {
    padding: 0px 6px;
  }

  .btn-dom {
    display: flex;
    align-items: center;
  }

  .tag-dom {}

  .play-dom {
    justify-content: center;

    .play-active {
      color: @brand-fg-1-active
    }
  }

  
  ._ExactSearchIcon_ {
    overflow: hidden;
    width: 0;
    height: 0;
  }

  .cut-dom {}

  .operation-icon {
    font-size: 32 / @px-unit;
    padding: 2 / @px-unit;
    
    

    
    
    
  }

  
  
  
  
  

  .audio-box {
    display: flex;
    align-items: center;
  }

  .rule-draw {
    display: inline-block;
    position: relative;
  }

  .intel_detect {
    display: inline-block;
    position: relative;
  }

  
  
  
  
  
  
  
  
  

  .intel_detect_show {
    display: inline-block;
  }

  .intel_detect_hide {
    display: none;
  }


  .cut-panel {
    position: relative;
    height: 32/ @px-unit;
    width: 32/ @px-unit;
  }

  .cut_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    
    position: relative;

    .ant-picker {
      width: 120/ @px-unit !important;
    }

    .label-normal-container a {
      
      color: @neutral-fg-2-normal;
    }

    .label-normal-wrapper {
      height: 32px;
      line-height: 32px;
      display: flex;
      width: 250 / @px-unit !important;
    }

    .ant-picker {
      height: 32px;
    }

    .ant-picker-input {
      height: 22px;
    }
  }

  .cut_line {
    position: absolute;
    top: -4/ @px-unit;
    right: 0;
    width: 340/ @px-unit;
    height: 42/ @px-unit;
    background-color: @neutral-bg-1-normal;

    .label-normal-wrapper {
      width: auto !important;
    }

  }



  .cut_operation_save {
    position: absolute;
    top: -4/ @px-unit;
    right: 36/ @px-unit;
    
    height: 42/@px-unit;
    display: flex;
    align-items: center;
    background-color: @neutral-bg-1-normal;
    padding: 4/ @px-unit;

    .cutPanel_rangePicker {
      padding: 0 !important;
    }
  }

  
  
  
  
  
  
  
  
  
  
  
  
  

  .cut_show {
    display: flex;
    align-items: center;
    justify-content: left;
  }

  .cut_hide {
    display: none;
  }

  .cut_operation_hide {
    display: none;
  }

  
  
  

  
  
  
  
  
  
  
  
  

  .audio-box-slider {
    width: 120 / @px-unit;
  }

  .select-ivs-btn {
    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;
}


._AiPreviewModal_ {
    width: 732px !important;
    min-width: 750px; 

    .ant-modal-body {
        padding: 24 / @px-unit;
    }
}



.modal-content {

    .label-normal-container {
        padding-top: 0 !important;
        padding-bottom: 16 / @px-unit !important;
    }

    
    .params-set {
        .params-set-title {
            margin-bottom: 8 / @px-unit;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            margin-top: 16 / @px-unit;
        }

        
        .template-list {
            display: flex;
            margin-top: 0 / @px-unit;

            .template-card-list-item {
                margin-right: 12/@px-unit;
            }

            .template-card-list-item:last-child {
                margin-right: 0 / @px-unit;
            }

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

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

        .params-attribute-title {
            margin-bottom: 8 / @px-unit;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            margin-top: 16 / @px-unit;
        }

        .attribute-list {
            display: flex;
            flex-wrap: wrap;


            .attribute-btn {
                margin-right: 12 / @px-unit;
                margin-bottom: 12 / @px-unit;


                .label-button,
                button {
                    width: 104/ @px-unit;
                    height: 36/ @px-unit;
                }

                button {
                    font-size: 16/ @px-unit;
                    font-weight: 400;
                    line-height: 24/ @px-unit;
                    height: 36 / @px-unit;
                    color: @neutral-fg-2-normal;
                    background: @neutral-bg-2-normal !important;

                }

                .label-normal-container {
                    padding-bottom: 0 !important;
                }

                .ant-btn>span {
                    width: 100%;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            }

            .attribute-btn-selected {
                button {
                    border: 1/ @px-unit solid @brand-fg-1-normal !important;
                    color: @brand-fg-1-normal !important;
                }
            }

            .attribute-btn-no-selected {
                button {
                    border: 1/ @px-unit solid @neutral-stroke-1-normal;
                    color: @neutral-fg-2-normal;
                    background: @neutral-bg-2-normal;
                }
            }

        }

    }


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


.CustomizeView {
    
    
    

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




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


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

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



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


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