    .label-normal-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    width: 210 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}

.header-Timer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.header-homeBack{
    cursor: pointer;
    
}

._IVSScheme_ {
    padding-top: 20 / @px-unit !important;
    height: auto !important;
    >.label-div-Container {
        height: 0;
        overflow: hidden;
    }
    .cap-item {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        font-size: 100px !important;
        cursor: pointer;
    }

    .scene-container {
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 48 / @px-unit;
        .scene-box {
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 4 / @px-unit;
            flex: 0 0 596 / @px-unit;
            margin-right: 16 / @px-unit;
            padding: 16 / @px-unit;
            padding-right: 4 / @px-unit;
            margin-bottom: 40 / @px-unit;
            .scene-title {
                display: flex;
                margin-bottom: 16 / @px-unit;
                font-size: 14px;
                justify-content: space-between;
                color: @neutral-fg-2-normal;
                align-items: center;
                padding-right: 12/ @px-unit;
            } 
        }
        .preset-form,.scene-box-global {
            flex: 0 0 95%;
            border: 0;
            padding: 0;
            .scene-title {
                font-size: @font-size-title-s;
            }
        }
        .preset-form {
            margin-bottom: 12/ @px-unit;
            .preset-form-title {
                font-size: @font-size-title-s;
            }
        }
    }
    .hide {
        display: none;
    }

    .ui5-cap-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        .ui5-cap-item {
            width: 274 / @px-unit;
            height: 60 / @px-unit;
            margin-right: 12 / @px-unit;
            margin-bottom: 12 / @px-unit;
            display: flex;
            background-color: @neutral-bg-4-normal;
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 4 / @px-unit;
            align-items: center;
            padding-left: 16 / @px-unit;
            padding-right: 16 / @px-unit;
            cursor: pointer;
            .cus_panel {
                width: 48 / @px-unit !important;
                height: 48 / @px-unit !important;
                svg {
                    width: 48/ @px-unit;
                    height: 48/ @px-unit;
                    path {
                        color: @neutral-fg-3-normal;
                    }
                }
            }
            
            
            
            
            .ui5-cap-item-text {
                flex: 1;
                margin: 8/ @px-unit;
                color: @neutral-fg-2-normal;
                word-break: break-all;
                overflow: auto;
                height: 100%;
                display: flex;
                align-items: center;
            }
        }
        .ui5-cap-item-disabled {
            cursor: not-allowed;
        }
    }
    .ui5-cap-wrapper-one {
        
        margin-top: 12/ @px-unit;
    }
}
.preset-dropdown {
    min-width: 300 / @px-unit !important;
    max-height: 300 / @px-unit;
    overflow-y: auto;
}


.header-contain {
    .color-menu {
        .cus_panel {
            margin-right: 0;
        }

        .iconDropBtn {
            padding: 0;
            height: 32 / @px-unit;
        }
    }
}

div.color-menu-dropdown {
    min-width: 120 / @px-unit !important;
    border-radius: 4 / @px-unit;

    .color-menu-item {
        display: flex;
        align-items: center;
        padding: 0 14 / @px-unit;
    
        .color-example {
            display: inline-block;
            margin-right: 10 / @px-unit;
            width: 16 / @px-unit;
            height: 16 / @px-unit;
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 2 / @px-unit;
        }
    }

    .ant-dropdown-menu .ant-dropdown-menu-item {
        height: 32 / @px-unit;
    }
}


._FrequencyAnalysis_ {
    .operate-td {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: auto !important;
            margin-right: 4 / @px-unit;
        }
    }
    ._Table_ .ant-table > .ant-table-container .ant-table-tbody .active-row {
        background-color: @brand-bg-2-selected!important;
    }
    .row-info {
        margin-top: 12 / @px-unit;
    }
}


._SideTabView_{
    height: 100%;
    
    ._SideTabView_Tabmenu{
        background-color:  @neutral-bg-4-normal;;
        z-index: 1;
    }
    ._SideTabView_Content{
        height: calc(100% - 50px);
        overflow: auto;
        .MainPage{
            overflow: auto;
            height: auto;
        }
    }
}


@col-side-container-width: 88/ @px-unit;

._SideView_ {
  min-width: 1280px;
  height: 100%;
  background-color: @neutral-bg-4-normal;

  .ant-tabs {
    .ant-tabs-bar {
      border-bottom-color: @neutral-bg-4-normal;

      .ant-tabs-nav-container {
        height: 50px;

        .ant-tabs-nav-wrap {
          .ant-tabs-nav {
            .ant-tabs-tab {
              
              height: 48 / @px-unit;
              text-align: center;
              margin: 0;

            }

            .ant-tabs-ink-bar {
              visibility: hidden;
            }
          }
        }
      }
    }
  }

  .m-side-container {
    height: 100%;
    width: 12.5%;
    min-width: 100px;
    overflow-y: auto;
    background: @neutral-bg-4-normal;
  }

  .m-col-side-container {
    height: 100%;
    width: @col-side-container-width;
    
    
    background: @neutral-bg-4-normal;
  }

  .m-main-page {
    height: 100%;
    background-color: @neutral-bg-6-normal; 
    padding: 16 / @px-unit;

    &>div {
      
      background: transparent;
      width: 100%;
      height: 100%;
    }

    .MainPage {
      background-color: @neutral-bg-4-normal;
      
      padding-bottom: @mainPagebottomH;

      
      &.noFixedButton {
        padding-bottom: @mainPagePadding;
      }
    }

    @media screen and (-webkit-min-device-pixel-ratio: 1.1),
    (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
      .MainPage {
        
        height: calc(100% - @mainPagebottomH);

        
        &:not(.noFixedButton) {
          height: 100%;
          overflow-y: auto;
        }
      }
    }

    .content-container {
      background-color: @neutral-bg-4-normal;
      overflow-x: hidden;
      overflow-y: auto;
    }
  }

  .exception-main-page {
    padding: 0;
  }

  .m-col-main-page {
    width: calc(100% - @col-side-container-width);
  }

  .ant-spin-nested-loading,
  .ant-spin-container {
    position: static;
    height: 100%;
  }

  .ant-menu-inline-collapsed {
    width: @col-side-container-width;
  }

  ._SideTabView_ {
    height: 100%;
    background-color: @neutral-bg-4-normal;
    overflow-y: hidden;

    
    
    
  }

  ._SideTabView_>.ant-col {
    position: static;
    height: 100%;
  }

  
  ._SideTabView_>.ant-col>.ant-row:nth-child(2) {
    @bottomH:50 / @px-unit;
    height: calc(100% - @bottomH);
    overflow-y: auto;
  }
  
  .sideMenu {
    border-right: 1px solid @neutral-stroke-2-normal;
    .ant-menu-inline{
      border-right: 0px;
    }
    .sideMenuBody{
      background-color: @neutral-bg-4-normal;
      
      .ant-menu-submenu-selected{
        .ant-menu-submenu-title{
          color: @brand-fg-1-normal;
          .anticon{
            color: @brand-fg-1-normal;
          }
        }
      }
      
      .ant-menu-submenu-active{
        .ant-menu-submenu-title{
          color: @brand-fg-1-hover;
          .anticon{
            color: @brand-fg-1-hover;
          }
        }
      }
      
      .ant-menu-item-active{
        .ant-menu-title-content{
          color: @brand-fg-1-hover;
          .anticon{
            color: @brand-fg-1-hover;
          }
        }
        a{
          color: @brand-fg-1-hover;
        }
      }
      
      .ant-menu-item-selected{
        background-color: @brand-bg-2-selected;
        .ant-menu-title-content{
          color: @brand-fg-1-normal;
          .anticon{
            color: @brand-fg-1-normal;
          }
        }
        a{
          color: @brand-fg-1-normal;
        }
      }

      .ant-menu-item, .ant-menu-submenu{
        padding: 0px !important;
        .ant-menu-title-content,
        .ant-menu-submenu-title{
          padding: 0px !important;
          .menu-icon{
            margin-left: 12 / @px-unit;
            margin-right: 8 / @px-unit;
            width: auto !important;
            height: auto !important;
          }
        }
      }

      .ant-menu-submenu{
        .ant-menu-sub{
          .ant-menu-item{
            padding-left: 40 / @px-unit !important;
          }
        }
      }

      .ant-menu-title-content{
        display: flex;
        align-items: center;
        .menu-icon{
          .anticon{
            font-size: inherit!important;
          }
        }
        .infoBadge{
          .ant-badge-count-sm{
            right: 0px;
            margin-top: 0px !important;
            left: -5px;
            top: -10px
          }

        }

        .native-tooltip{
          max-width: calc(100% - 52px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        
        >span:not(.ant-badge){
          width: calc(100% - 72px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: flex;
          align-items: center;
          .native-tooltip{
            display: inline-block;
            max-width:90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
          .infoBadge{
            .ant-badge-count-sm{

            }
          }
        }

      }

      .ant-menu-submenu-title{
        .ant-menu-submenu-arrow{
          width: 12 / @px-unit;
          right: 8 / @px-unit;
        }
      }
    }
  }
}

._ColSideView_ {
  display: flex;
  min-width: auto;
}


._DepthCalibration_ {
    
    
    

    .line-row {
        display: flex;
    }
}



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

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

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

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

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

    .line-row {
        display: flex;
    }
}

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


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

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


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



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

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


}


._AIReportHeatMap_ {

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

}
    


._EventPlayBack_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }
    }
}


._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;
            }
        }

    }
}


._DepthCalibration_ {
    .page-view {
    }
}



._RealTimeEvents_ {
    .left-layout {
        padding: 0 16 / @px-unit 0 16 / @px-unit;
        background: @neutral-bg-5-normal;
        height: 100%;
        .realTimeEvent-tabs {
            display: flex;
            height: 48 / @px-unit;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            padding: 0 12 / @px-unit;
            color: @neutral-fg-3-normal;
        }
        .choose {
            border-bottom: 1 / @px-unit solid @brand-stroke-1-normal;
        }
        .left-layout-menus {
            display: flex;
            justify-content: space-between;
            position: relative;

            &:before {
                position: absolute;
                right: 0;
                left: 0;
                bottom: 0;
                border-bottom: 1px solid @neutral-stroke-2-normal;
                content: '';
            }
        }
        .right-menus {
            display: flex;
            .Favorites {
                color: @neutral-fg-2-normal;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
            }
        }
        .FavouritesHeadComp-left,.Favorites:hover {
            color: @brand-fg-1-normal;
        }
        .right-menus:hover {
            color: @brand-fg-1-normal;
            .Favorites-icon {
                color: @brand-fg-1-normal;
            }
        }
        .FavouritesHeadComp {
            .FavouritesHeadComp-back {
                display: flex;
                align-items: center;
                height: 48 / @px-unit;
                line-height: 48p / @px-unit;
                border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
                cursor: pointer;
            }
            .FavouritesHeadComp-info {
                display: flex;
                justify-content: space-between;
                margin-top: 16 / @px-unit;
                margin-bottom: 16 / @px-unit;
                .label-normal-container {
                    padding: 0 !important;
                    align-items: center;
                }
            }
            .FavouritesHeadComp-back {
                .FavouritesHeadComp-left {
                    cursor: pointer;
                    display: flex;
                    align-items: center;
                }
                .FavouritesHeadComp-left:hover {
                    color: @brand-fg-1-normal;
                    span {
                        color: @brand-fg-1-normal;
                    }
                }
            }
        }
    }
}


._ExperienceDetialModal_wrap {
    position: absolute;
}
._ExperienceDetialModal_ {
    @preEmptyH_Exp_Detail: 290 / @px-unit; 
    @detailContentH_Exp: calc(100vh - @navMenuHeight - @preEmptyH_Exp_Detail); 
    position: absolute;
    margin: 0;
    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;;
            }
        }
    }
    .ant-modal-body{
        width: 100%;
        
    }
    .ant-modal-content {
        border: none !important;
        width: 100% !important;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }

    .detailContainer {
        height: @detailContentH_Exp;

        .detailHeader {
            display: flex;

            .headerItem {
                margin-right: 12 / @px-unit;
            }
        }

        .detailContent {
            width: 100%;
            height: 100%;
            overflow: auto;

            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
            align-content: flex-start;
            margin-top: 15 / @px-unit;

            .detailCard {
                width: 220 / @px-unit;
                height: 182 / @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;

                &:hover {
                    border:1px solid @brand-stroke-1-hover;
                }
                .cardPic {
                    width: 100%;
                    height: 150 / @px-unit;
                    cursor: pointer;
                    
                    .face-check-item {
                        position: absolute;
                        left: 10 / @px-unit;
                    }
                    img {
                        width: 100%;
                        height: 100%;
                    }
                }

                
                .buildStatus {
                    width: 100%;
                    height: 30 / @px-unit;
                    line-height: 30 / @px-unit;
                    background-color: @neutral-bg-4-hover;
                    padding-left: 8 / @px-unit;
                    cursor: pointer;
                }
            }
        }

        .detailPagination {
            margin-top: 20 / @px-unit;
        }
    }
}



._EventPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .table-content {
                height: 100%;
                ._Table_ {
                    height: 100%;
                    padding: 0;
                }
            }
           

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}


._HistoryEvent_ {
    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;
        .bottom-content {
            
            
            

            .search-btn {
                width: 100%;

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

        .left-layout {
            padding: 16 / @px-unit;
        }
    }
}



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



._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;
        }
    }

}


._ExactSearchPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}



.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;
}

.CompliantInfoModal {
    
    
    
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }
    .ant-checkbox-wrapper {
        width: 120 / @px-unit;
    }
}

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



.area-color-dropdown,
.area-color-select {
  .area-color-box {
    display: inline-flex;
    color: @neutral-fg-2-normal;
    margin-right: 8 / @px-unit;
    align-items: center;

    .color-box {
      width: 10 / @px-unit;
      height: 10 / @px-unit;
      margin-right: 4 / @px-unit;
      
      
    }

    .label-box {
      max-width: 220 / @px-unit;
      
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
  .all-item-box {
    color: @neutral-fg-2-normal;
    padding-left: 3 / @px-unit;
    .color-box {
      display: none;
    }
  }
}

.area-color-select {
  .area-color-box {
    .label-box {
      max-width: 100 / @px-unit;
      padding-right: 6 / @px-unit;
    }
  }
}


.area-color-dropdown {

  
  .ant-select-item-option-selected {
    background-color: @neutral-bg-1-normal;

    .anticon-check {
      display: none;
    }
  }
}


._DepthCalibration_ {
  .calibrationSetting-view {
    .mid-layout {
      
    }

    .cali-container {
      border: 1 / @px-unit solid @neutral-stroke-2-normal;
      display: flex;
      margin-top: 16 / @px-unit;

      .cali-img-container {
        flex: 1 1 968/ @px-unit;
        
        height: 669 / @px-unit;

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

      .cali-img-inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        height: 600 / @px-unit;
        position: relative;
      }

      .cali-img-bg {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        
      }

      .calibration_img_set {
        width: 50%;
        height: 300 / @px-unit;
        box-sizing: border-box;
        border: 1 / @px-unit solid @neutral-stroke-2-normal;
        background-color: rgb(8, 8, 8);
      }

      .calibration_img_setinner {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
      }


      .cali-img-top {
        display: flex;
        padding: 16 / @px-unit;
        
        
        justify-content: space-between;
        align-items: center;

        .label-div-Container {
          margin-left: 12 / @px-unit;
        }
      }

      .cali-img-title {
        display: flex;
        height: 36/ @px-unit;
        line-height: 36/ @px-unit;
      }

      .cali-info-container {
        
        width: 242 / @px-unit;
        
        padding: 16 / @px-unit;
      }
    }
  }
}


.benchmarkCheck-view {
  .benchmarkCheck-top {
    display: flex;
    align-items: center;
    margin-bottom: 20 / @px-unit;

    .label-div-Container {
      margin-right: 10/ @px-unit !important;
    }
  }

  .benchmarkCheck-main {
    height: 540 / @px-unit;
  }

  .benchmarkCheck-img {
    width: 100%;
    height: 100%;
    
  }
}

.benchmarkCheck-select-modal {
  width: 848 / @px-unit !important;
}


@similarityHeight :22/ @px-unit;

.playback-card-item {
    width: 286 / @px-unit;
    height: 206 / @px-unit;
    margin-right: 16 / @px-unit;
    margin-bottom: 16 / @px-unit;
    border: 1 / @px-unit solid @neutral-stroke-2-normal;
    border-radius: 0;
    flex: none;
    background-color: @neutral-bg-4-normal;

    .label-normal-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .ant-card-body {
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        font-size: 14 / @px-unit;
        font-weight: 400;
        color: @neutral-fg-2-normal;

        &:hover {
            border-color: @brand-stroke-1-hover;
            cursor: pointer;

            .actionFoot {
                display: flex;
                justify-content: flex-end;
            }

            .infoFoot {
                display: none;
            }
        }
    }

    .cardContent {
        display: flex;
        flex: auto;
        height: 0;
        flex-direction: column;

        .info-content {
            flex: auto;
            max-height: 100%;
            height: 0;
            width: 100%;
            display: flex;
            padding-right: 4/ @px-unit;

            .card-img {
                flex: 1 1 50%;
                width: 0;
                margin: 4 / @px-unit 0 4 / @px-unit 4 / @px-unit;
                display: flex;
                justify-content: center;
                background-color: @neutral-bg-5-normal;

                .DefaultImgClass {
                    width: 100%;
                    height: 100%;
                    max-width: 100%;
                    max-height: 100%;
                    object-fit: contain;
                }
            }

            .attr-content {
                @attrTextWidth: 34/@px-unit;
                flex: 1 1 50%;
                width: 50%;
                margin: 4/@px-unit 8/@px-unit 4/@px-unit 8/@px-unit;
                overflow: hidden;
                display: flex;
                flex-direction: column;

                .attr-item {
                    height: 20%;
                    display: flex;
                    flex: auto;

                    .label-div-Container {
                        width: calc(100% - @attrTextWidth);

                        .attr-text {
                            margin-left: 6 / @px-unit;
                            color: @neutral-fg-2-normal;
                        }
                    }
                }
            }

            
            .car-plate-content {
                flex: 1 0 50%;
                margin: 4/@px-unit;
                @carFirstImgHeight: 104 / @px-unit;

                .car-card-img:nth-child(1) {
                    height: 100 / @px-unit;
                    margin-bottom: 4/@px-unit;
                }

                .car-card-img:nth-child(2) {
                    height: calc(100% - @carFirstImgHeight);
                }

                .car-card-img {
                    width: 100%;
                }
            }

        }

        .similarity {
            height: @similarityHeight;
            margin: 0 8 / @px-unit;
        }

        .template-card-tag {
            height: 22 / @px-unit;
            margin: 0 8/ @px-unit 8/ @px-unit;
            display: flex;
            width: 105/ @px-unit;
            align-items: center;
            justify-content: center;
            svg{
                width: 80 / @px-unit;
                height: 20 / @px-unit;
            }
            &.error{
                border: 1 / @px-unit solid @status-error-stroke-2-normal;
                background: @status-error-bg-2-normal;
                color:@status-error-fg-1-normal;
            }
            &.success{
                border: 1 / @px-unit solid @status-success-stroke-2-normal;
                background: @status-success-bg-2-normal;
                color:@status-success-fg-1-normal;
            }
        }
    }

    .cardFooter {
        padding-top: 0;
        padding-bottom: 0;
        background-color: @neutral-bg-4-hover;
    }

    .cardHeader {
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
        background-color: @neutral-bg-4-normal;
        color: @neutral-fg-2-normal;
        .ant-checkbox {
            margin-top: 4 / @px-unit;
        }
    }

    .cardHeader,
    .cardFooter {
        height: 32 / @px-unit;
        line-height: 32 / @px-unit;
        padding-left: 9 / @px-unit;
        padding-right: 9 / @px-unit;
    }

    .actionFoot {
        display: none;
    }

    .infoFoot {
        display: flex;
        justify-content: space-between;
    }

    .checkCoverImg {
        position: absolute;
        top: 4 / @px-unit;
        left: 9 / @px-unit;
    }
}


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

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

        .hidden-box {
            display: none;
        }

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

            .label-normal-behind {
                padding: 0;

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

            .search-btn {
                width: 100%;

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



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



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