      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;
    }
  }
}


.home_settingBtn{
    .cus_icons{
        margin: 0 15/@px-unit !important;
    }
}



.cursor {
    cursor: pointer;
    &:hover {
        color: @neutral-fg-2-normal;
    }
}


.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;
    }
}


.header-tabMenu {
    padding-left: 10 / @px-unit;
    width: 100%;
    line-height: @navMenuLineHeight;
    height: @navMenuLineHeight;

    .ant-tabs {
        &.ant-tabs {
            & > .ant-tabs-nav {
                height: @navMenuLineHeight;
                &::before {
                    border-width: 0px;
                }
                .ant-tabs-nav-list {
                    .ant-tabs-tab {
                        border: none;
                        
                    }
                }
                .ant-tabs-tab-btn {
                    padding: 0;
                    border: 0px;
                    transition:none
                }
            }
        }
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
        background-color: @neutral-bg-1-selected-3 !important;
        border: none;
        color: @neutral-fg-on-1-selected !important;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
        background-color: @neutral-bg-1-selected-3;
        border: none;
        border-left: 1px solid @neutral-bg-1-selected-3;
        border-right: 1px solid @neutral-bg-1-selected-3;
        text-align: center;
        line-height: @navMenuLineHeight;
        width: unset;
        margin-right: 9/@px-unit;
        color:@neutral-fg-on-1-normal;
    }
    .ant-tabs-bar {
        border: none;
        color:@neutral-fg-on-1-normal;
        margin: 0;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
        height: @navMenuLineHeight;
    }
    .ant-tabs-nav-container {
        line-height: @navMenuLineHeight;
    }
    .ant-tabs-tab-next{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }
    .ant-tabs-tab-prev{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }

    .ant-tabs-tab {
        height: auto !important;
        width: auto !important;
        padding: 0 !important;
        
        margin-right: 12 / @px-unit !important;
        min-width: 40 / @px-unit;
        max-width: 144 / @px-unit;
        border-radius: 4 / @px-unit !important;

        & > div {
            display: flex;
            width: auto;
            margin: 5 / @px-unit 12 / @px-unit;
            
            align-items: center;
            justify-content: space-between;
            padding: 0 0.3rem;
        }

        .anticon-close{
            color:@neutral-fg-on-1-selected !important;
            margin: 0 !important;
        }

        .tab-item {
            display: flex;
            
            align-items: center;
            width: 100%;
            
            .ant-image,.tabIcon {
                display: none;
            }
            .ant-image{
                width: 25/@px-unit; 
                .ant-image-img{
                    
                    width: 16/@px-unit;
                }
            }
            .tabIcon{
                
                font-size: 20/@px-unit;
            }
            .tab-text{
                
                
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                max-width: 100 / @px-unit;
            }
        }
    }
    .ant-tabs-tab-active {
        .tab-text {
            color: @neutral-fg-on-1-selected;
        }
    }

    .ant-tabs-tab-btn:focus,
    .ant-tabs-tab-remove:focus,
    .ant-tabs-tab-btn:active,
    .ant-tabs-tab-remove:active {
       color:@neutral-fg-on-1-normal !important;
    }
    .errorCls{
        width: 100% !important;
        color: @status-error-bg-1-normal;
        text-align: center;
        font-size: @font-size-base !important;
        .errorCls_text {
            line-height: @navMenuHeight;
        }
    }
}
.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item .header-dropdown-item span {
    margin-left: 0;
    text-align: left;
    width: 25/@px-unit;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item {
    min-width: 152/@px-unit;
    color: @neutral-fg-on-1-selected !important;
}
.ant-tabs-dropdown-menu{
    background-color: @neutral-bg-1-normal;
    svg {
        fill:@neutral-fg-on-1-normal;
    }

}

.header-Timer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



.header-homeBack{
    cursor: pointer;
    
}



.userDropMenu{
    &.iconDropMenu{
        min-width: 130/@px-unit !important;
    }
}
.task_userBtn {
    min-width: 45/@px-unit ;
    >span {
        color: @neutral-fg-2-normal;
    }
}

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

._SideTabView_{
    height: 100%;
    margin:0 24 / @px-unit ;
    
    ._SideTabView_Tabmenu{
        background-color:  @neutral-bg-4-normal;;
        z-index: 1;
    }
    ._SideTabView_Content{
        height: calc(100% - 50px);
        overflow: auto;
        .MainPage{
            overflow: auto;
            height: auto;
        }
    }
}


.in-page-modal {
    position: absolute;
    .ant-modal {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        .ant-modal-header{
            width: 100%;
            .modal-title {
                display: flex;
                align-items: center;
                >span {
                    margin-left: 12 / @px-unit;
                    line-height: 30 / @px-unit;
                }

                .module-title {
                    position: relative;
                    width: 100%;
                    padding-bottom: 8 / @px-unit;
                    &::before {
                        position: absolute;
                        right: 0;
                        left: -50%;
                        border-bottom: 0.0714rem solid rgba(217, 227, 255, 0.16);
                        content: '';
                        bottom: 0;
                        width: 200%;
                    }
                }
            }
    }
    }
}

._FaceLib_ {
    @modalFooterHeight: 60 / @px-unit; 
    @preEmptyHeight: 300 / @px-unit; 
    @modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

    margin: 0;

    .ant-modal-body{
        width: 100%;
        max-width: 100%;
    }
    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y:auto !important;
        overflow-x: auto !important;
        
        .ant-modal-footer {
            position: absolute;
            overflow: hidden;
            height: @modalFooterHeight;
            width: 100%;
            bottom: 0/@px-unit;
            right: 0/@px-unit;
        }
 
        .picContent {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            height: 100%;
            padding: 0 !important;
            .picLeftContent {
                width: 100%;
                height: @modalPicContentHeight;
                
                overflow-y: auto;

                .picCardItem {
                    width: 310 / @px-unit;
                    height: 174 / @px-unit;
                    margin-right: 16 / @px-unit;
                    margin-bottom: 20 / @px-unit;
                    background-color: @neutral-bg-4-normal;
                    border: 1px solid @neutral-stroke-2-normal;
                    position: relative;
                    float: left;
                    cursor: pointer;
                    padding-left: 4 / @px-unit;
                    &:hover {
                        border:1px solid @brand-stroke-1-hover;
                    }

                    .PersonPic {
                        display: block;
                        height: 140 / @px-unit;
                        width: 120/@px-unit;
                        margin: 4 / @px-unit 0;
                        float: left;
                    }

                    .InfoContent {
                        width: 55%;
                        height: 100%;
                        float: left;
                        padding-left: 8/@px-unit;
                        padding-top: 8/@px-unit;
                        &>div {
                            line-height: 20 / @px-unit;
                            margin-top: 8 / @px-unit;
                            color:@neutral-fg-2-normal;
                            display: flex;
                            align-items: center;
                            .card-label { 
                                flex:0 0 20 / @px-unit;
                                margin-right: 8 / @px-unit; 
                                display: flex;
                                align-items: center;
                            }
                            .card-text {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                color: @neutral-fg-2-normal;
                            }
                        }
                    }



                }
            }

            .picRightContent {
                width: 480 / @px-unit;
                height: @modalPicContentHeight;
                overflow-y: auto;
                .checked_div{
                    position:relative;
                    width: 150/@px-unit;
                    height: 150/@px-unit;
                    float: left;
                }
                .delete_icon{
                    position: absolute;
                    right: -18 /@px-unit;
                    top: 2 /@px-unit;
                    display: none;
                }
                .Thumbnail {
                    display: block;
                    width: 120/@px-unit;
                    height: 135/@px-unit;
                    float: left;
                    margin: 1rem 2rem;
                }
                .checked_div:hover .delete_icon{
                    color: @status-error-fg-1-normal;
                    display: block;
                }
            }
        }
        .picContentLoading{
            width: 100%;
            height: 100%;
        }
        .face-check-item {
            position: absolute;
            left: 10 / @px-unit;
        }
        .active {
            box-shadow: none !important;
        }
        .buildStatus {
            padding-left: 12 / @px-unit;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 32 / @px-unit;;
            line-height: 32 / @px-unit;
            background-color: @neutral-bg-4-hover;
            
            &-2{
                color: @status-success-fg-1-normal;
            }
            
            &-1{
                color: @status-error-fg-1-normal;
            }
        }

        .pageLine {
            margin-top: 10/@px-unit;
            display: flex;
            justify-content: space-between;
        }

        .ant-modal-body {
            padding: 10/@px-unit 24/@px-unit;
        }
    }
}
.center-modal {
    margin: 0 auto;
    top: 50 / @px-unit;
    bottom: 50 / @px-unit;
    min-width: 1420 / @px-unit !important;
    width: 1420 / @px-unit !important;
     .ant-modal {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        .picCardItem  {
            height: 150 / @px-unit !important;
            .buildStatus {
                display: none;
            }
        }
    }
}
.modifyConfig {
    float: right;
}


.personRegistry {
    width: 678/@px-unit;
    min-width: 678/@px-unit;
    height: 600/@px-unit;
    min-height: 600/@px-unit;

    .ant-modal-body {
        display: flex;
        width: 100%;
        height: 450 /@px-unit;
    }

    .ant-modal-footer {
        height: 66 / @px-unit;
    }

    .facePath {
        width: 140/@px-unit;
        height: 160/@px-unit;
        margin: 0/@px-unit 20/@px-unit;
        margin-right: 40/@px-unit;
        background-size: cover;
        border: 1px dashed gray;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        .person_edit_image {
            position: absolute;
            
            left: 0;
            right: 0;
            height: 30/@px-unit;
            position: absolute;
            top: 129/@px-unit;
            
            opacity:0.5;
            background-color: @neutral-bg-inverted;
          }
        img{
            width:100%;
            height: 100%;
        }
        .select_Icon{
            height: 100%;
            width: 100%;
            line-height: 160/@px-unit;
        }
    }

    .personConfig {
        width: 440/@px-unit;
        height: 341/@px-unit;
    }
}

.Batchregitry {
    .batchUpload {
        width: 100%;
        height: 152/@px-unit;
        display: flex;
        justify-content: space-around;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            width: 46%;
            height: 100%;
            border: 1/@px-unit dashed @neutral-stroke-1-normal;
            cursor: pointer;
            color:  @neutral-fg-3-normal;
            text-align: center;
            line-height: 152/@px-unit;
            background-color: @neutral-bg-2-normal !important; 
        }

        .upload_each:hover {
            border: 1/@px-unit dashed @brand-bg-1-hover;
            color: @brand-bg-1-hover;
        }
        .selectTip{
            margin-top: -80/@px-unit;
            text-align: center;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}
.faceLibModal-content-search {
    display: flex;
    
    >div:not(:last-child) {
        margin-right: 32/ @px-unit;
    }
    >div {
        flex:0 0 306 / @px-unit !important;
    }
    >div>.label-normal-container{
        display: flex;
        width: 100%;
        width: 306 / @px-unit !important;
        .label-normal-wrapper {
            width: 200 / @px-unit;
        }
    }  
   
    
}
.isPassByDB-search{
    >div {
      
       &:nth-child(2) {
            display: flex;
            .label-normal {
                width: 100/ @px-unit !important;
            }
            .label-normal-wrapper {
                .ant-select {
                    width: 150 / @px-unit !important;
                }
            }
            .label-normal-behind {
                padding: 0;
                margin: 0;
            }
        }
    }
}
.faceLibModal-search-btns {
    justify-content: flex-end;
    margin-left: auto;
    padding-right: 12 / @px-unit;
    max-width: max-content;
}
.isPassByDB-btns {
    position: absolute;
    top: 0;
    right: 0;
    @media screen and (max-width: 1700px) {
        position: relative;
    }
}
.faceLibModal-btns-row {
    margin-top: 12 / @px-unit;
    padding-top: 12 / @px-unit;
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid @neutral-stroke-1-normal;
    .label-div-Container {
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }
}

.bottombtnList {
    display: flex;
    
    
    float: right;
    .label-div-Container{
        float: right;
        margin-left: 15/@px-unit;
    }
}

.dateAddModal {
    width: 260/@px-unit;
}

.intel_smallPic_box {
    width: 140/@px-unit;
    height: 160/@px-unit;
    border: 2/@px-unit solid @neutral-stroke-1-normal;
    margin: 5/@px-unit;
    float: left;

    img {
        width: 100%;
        height: 100%;
    }
}

.intel_smallPic_box_active {
    border: 2/@px-unit solid @brand-bg-1-hover;
}

.checkImgModal {
    width: 700/@px-unit  !important;
    height: 500/@px-unit;

    .ant-modal-content {
        height: 100%;
    }

    .ant-modal-body {
        height: 400/@px-unit;
        overflow-y:auto;
    }
}
.import_Table{
    height: 480/@px-unit;
    width: 800/@px-unit !important;
}
.copyTable{
    height: 300/@px-unit;
}
.fileListModal{
    width: 800/@px-unit !important;
    height: 700/@px-unit;
    
    ._Table_ .ant-table-body {
        max-height: 380/@px-unit !important;
    }
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.errorCls{
    color: @status-error-bg-1-normal !important;
}
.copy_registry_modal {
    ._Table_ {
        .ant-table-body {
            min-height: 250/@px-unit !important;
        }
    }
}


.languageDropMenu {
    min-width: 130/@px-unit !important;
}

.task_languageBtn{
    min-width:50/@px-unit ;
    .cus_icons{
        .svgHover(@brand-bg-1-hover);
    }
}



._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;
  }
}

.hard-disk-management-table .ant-table-body{
    min-height: 230 / @px-unit !important;
}
.hardDiskManagement_state{
  display: flex;
  justify-content: left;
  align-items: center;
  .grid-infoIcon {
    .svgOut(@status-warning-fg-1-normal)
  }
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}





._BatchUpload_ {
    
    
    

    .line-row {
        display: flex;
    }
}




.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;
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}

._RecordBack_ {
    padding-top: inherit;
    .editable-cell-value-wrap {
        height: auto;
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    }
}
.recordinfo-footer-btn {
    display: inline-block;
    .label-div-Container {
        display: inline-block;
        &:first-child {
            margin-right: 10 /@px-unit;
        }
    }
}


._BaseConfig_ {
    overflow-y: auto;
    width: 100%;
    .fullTimeSelecion {
        margin-left: 20 / @px-unit;
        
    }
    .leftmargin {
        margin-left: 20 / @px-unit;
    }
    .label-normal-behind {
        margin-left: 20 / @px-unit;
    }
    .addCustomDays {
        margin-left: 20 / @px-unit;
        .check-box-group {
            .label-normal-wrapper {
                
                width: 700px !important;
                .labelCheckboxGroup {
                    display: flex;
                    .ant-checkbox-wrapper {
                        width: 200px;
                    }
                }
            }
        }
    }
    .DelExpiredFilesByChn {
        margin-left: 20 / @px-unit;
    }
    .AutoDelFaceDataSel {
        margin-left: 20 / @px-unit;
    }
}


.addCustomDays-modal {
    .ant-modal-content {
        .ant-modal-body {
            padding: 0 !important;
            padding-bottom: 30px !important;
            ._Holiday_ {
                position: relative !important;
                .ant-row {
                    .fixed-button {
                        position: absolute !important;
                        padding-top: 40px;
                        border-top: none !important;
                    }
                }
            }
        }
    }
}



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


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

    .line-row {
        display: flex;
    }
}



._WorkClothesLib_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._AIOverView_ {
    
    
    
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    
    
    .main-page-loading{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .AIOverview_PageView {
        height: 100%;
        .AIOverview_Container{
            height: 100%;
            overflow-y: hidden;
            display: flex;
            flex-direction: column;
            
            .tab-menu {
                height: 100%;
                background-color: @neutral-bg-4-normal;
                overflow-y: hidden;
                .progress{
                    padding-right: 24/@px-unit;
                    .progress-describe{
                        display: flex;
                        justify-content: flex-end;
                        .suc-color{
                            color: @status-success-stroke-1-normal;
                        }
                        .warn-color{
                            color: @status-warning-stroke-1-normal;
                        }
                        .err-color{
                            color: @status-error-stroke-1-normal
                        }
                    }
                    .progress-view{
                        width: 240/@px-unit;
                    }
                    .suc-color{
                        .ant-progress-bg{
                            background-color: @status-success-stroke-1-normal;
                        }
                    }
                    .warn-color{
                        .ant-progress-bg{
                            background-color: @status-warning-stroke-1-normal;
                        }
                    }
                    .err-color{
                        .ant-progress-bg{
                            background-color: @status-error-stroke-1-normal;
                        }
                    }
                }
                .ant-tabs-top {
                    overflow-y: hidden;
                    overflow-x: hidden;
                }
            }
            .tab-menu>.ant-col {
                position: static;
                height: 100%;
            }     
            
            .tab-menu>.ant-col>.ant-row:nth-child(2) {
            height: calc(100% - 50px);
            overflow-y: auto;
            }
        
            
            .AIOverview_PageContent {
                padding-top: 8/@px-unit;
                
                height: 100 / @px-unit;
                flex: 1;
                display: flex;
                flex-direction: column;
                .same-line {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    .right{
                        display: flex;
                        align-items: center;
                        .search-input{
                            margin-right: 12/@px-unit;
                        }
                    }
                }
                .table-same-line {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    &>div{
                        height: 24/@px-unit;
                    }
                }
                .TableList-table{
                    
                    height: 100 / @px-unit;
                    flex: 1;
                    ._Table_ .ant-table-body {
                        min-height: 200 / @px-unit !important;
                    }  
                }
            }
        }
    }

    
    ._PowerPanel_{
        margin-top: 16 / @px-unit;
        border-radius: 4 / @px-unit;
        .layout-sider{
            .sider-content{
                overflow-y: hidden !important;
            }
        }
        .ant-card{
            height: 44 / @px-unit;
        }
        .ant-card-head{
            background-color: @neutral-bg-4-hover;
            .ant-card-head-title{
                font-size: @font-size-title-s;
                font-weight: 400;
                line-height: 44 / @px-unit;
                padding: 0;
            }
        }
        .ant-card-body{
            display: none;
        }
        .layout-sider{
            background-color: @neutral-bg-4-normal;
            .sider-content{
                padding-bottom: 16 / @px-unit;
                border-left: 1/@px-unit solid @neutral-bg-4-hover;
                border-right: 1/@px-unit solid @neutral-bg-4-hover;
                border-bottom: 1/@px-unit solid @neutral-bg-4-hover;
                display: flex;
                flex-wrap: wrap;
                ._IntellPanel_{
                    width: 25%;
                    height: 50 / @px-unit;
                    margin-top: 16/@px-unit;
                    display: flex;
                    justify-content: center;
                    .panel_container{
                        width: 80%;
                        height: 50 / @px-unit;
                        .panel_content{
                            width: 100%;
                            height: 30 / @px-unit;
                            display: flex;
                            justify-content: space-between;
                            line-height: 30 / @px-unit;
                            .panel_content_text {
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }
                            .panel_content_percent {
                                width: 50 / @px-unit;
                                text-align: end;
                                white-space: nowrap;
                            }
                            .panel_content_percent_inUse{
                                color: @brand-fg-1-normal;
                            }
                        }
                        .panel_progress{
                            width: 100%;
                            height: 8 / @px-unit;
                        }
                        .ant-progress-status-success .ant-progress-bg {
                            background-color: @brand-stroke-1-normal;
                        }
                    }
                }
                .intellDivider{
                    border-right: 1/@px-unit solid @neutral-bg-4-hover;
                }
            }
        }
    }

}

.aioverview_tooltip_icon{
    .ant-popover-inner{
        padding: 8/@px-unit 12/@px-unit;
        .table-icon-tooltip{
            div{
                display: flex;
                justify-content: center;
                &>span:first-child{
                    margin-right: 8/@px-unit;
                    color: @neutral-fg-3-normal
                }
            }
            .tooltip-left-green {
                color: @status-success-fg-1-normal
            }
        }
    }
}


._ClusterCommonModule_ {
    
    
    
    padding-top: inherit; 
    
    .info_table ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
    .clusterModal ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
}

.addoneModal{
    width: 800/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .selectTip{
        text-align: center;
    }
}
.addoneModalStp2{
    width: 850/@px-unit !important;
    height: 600/@px-unit !important;
    .ant-modal-body{
        height: 550/@px-unit !important;
    }
}
.workPath{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
    .select_Icon{
        margin-top: 70/@px-unit;
    }
}
.workPath:hover {
    border: 1/@px-unit dashed  @brand-bg-1-hover;
    color:  @brand-bg-1-hover;
}
.importImg{
    width: 300/@px-unit;
    height: 200/@px-unit;
    margin-left: 225/@px-unit;
    margin-top: 50/@px-unit;
    position: relative;
    border: 1/@px-unit dashed @neutral-stroke-1-normal;
    cursor: pointer;
    color:  @neutral-fg-3-normal;
    text-align: center;
}
.importimgList{
    margin-top: 50/@px-unit;
    width: 700/@px-unit;
    height: 200/@px-unit;
    overflow-x: auto;
    white-space:nowrap;
    margin-left: 20/@px-unit;
    .importimgListInner{
        width: 100%;
        overflow-x: auto;
        height: 200/@px-unit;
    }
    img{
        width: 150/@px-unit;
        height: 150/@px-unit;
    }
}

.addonetip{
    width: 100%;
    text-align: center;
}
.addbatchModal {
    width: 800/@px-unit !important;
    height: 500/@px-unit !important;
    .ant-modal-body{
        height: 500/@px-unit !important;
    }
    .batchContent{
        width: 100%;
    }
    .batchContent1{
        margin-left: 80/@px-unit;
        .label-normal-behind   {
            min-width: 200 / @px-unit;
        }
    }
    .batchUpload {
        width: 100%;
        height: 180/@px-unit;
        display: flex;
        align-items: center;

        .upload_each,
        .upload_eachIE {
            margin-right: 30/@px-unit;
            width: 40%;
            height: 100%;
            border: 1/@px-unit dashed @neutral-stroke-1-normal;
            cursor: pointer;
            color:  @neutral-fg-3-normal;
            text-align: center;
            line-height: 152/@px-unit; 
        }

        .upload_each:hover {
            border: 1/@px-unit dashed  @brand-bg-1-hover;
            color:  @brand-bg-1-hover;

        }
        .selectTip{
            margin-top: -80/@px-unit;
            text-align: center;
        }
    }

    .uploadTips {
        width: 100%;
        margin-top: 15/@px-unit;
    }

}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.localtag_RightBtnDiv{
    display: flex;
    flex-direction: row;
    float: right;
}
._DateConfig_.MainPage {
    .label-normal-behind {
        &.pl-0 {
            padding-left: 0rem !important;
        }

        .label-normal-container {
            padding-top: 0rem !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }

    .holidayRadioGroup {
        label {
            width: 45%;
        }
    }
}



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

._PicMapManage_ {

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

    .in-dragging {
        cursor: grabbing
    }

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

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

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

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

                .chItem_title {}


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

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

                    .chItem_btn {
                        display: inline-block;
                    }
                }


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

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

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

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

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

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

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

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

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