

._RebootTimePicker_ {
    margin-left: 0 !important;
    .time-selector {
        margin-left: 5 / @px-unit;
    }
}




.ivsbtn-popover {
    padding-left: 0;
    padding-right: 0;
    .ant-popover-arrow {
        display: none;
    }
    .ant-popover-inner {
        padding: 0;
        max-width: 100vw;
        min-width: 0;
        background: @neutral-bg-1-normal;
        border-color: @neutral-stroke-3-normal;
    }
    .ant-popover-inner-content {
        padding: 0 4 / @px-unit;
    }
}

._AlarmController_ {
    margin-top: 20 / @px-unit;
    .mode {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .textItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 6 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .radioItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            line-height: 16 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }

    .status {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .checkboxItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }
}



.winPreviewPanel {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    .ocxTitle {
        height: 48 / @px-unit;
        span{
            height: 48 / @px-unit;
            padding-left: 12 / @px-unit;
            line-height: 48 / @px-unit;
        }
    }
    .ocx {
        flex: auto;
        height: 0;
    }
    .timeline {
        flex: none;
        height: 62/@px-unit;
        background-color: @ocxBg;
    }
    .footer {
        height: 48 /@px-unit;
        flex: none;
        display: flex;
        align-items: center;
        background-color: @neutral-bg-4-hover;
        .operation-bar {
            flex: 1;
            display: flex;
            justify-content: space-between;
            padding: 0 8 / @px-unit;

            .activeButton {
                .svgOut(@brand-fg-1-normal);
            }

            .play-bar {
                .audio-box {
                    display: flex;
                }
                .state-str{
                    line-height: 32 / @px-unit;
                }
            }
        }
    }
}


._Ptz_ {
    
    
    
    
    
    display: flex;
    flex-direction: column;

    .line-row {
        display: flex;
    }
}



.time-range-container {
  height: 36/ @px-unit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4 / @px-unit;
  
  .operation-time-icon {
    float: right;

    &:hover {
      background-color: transparent !important;
    }
  }

  .ant-btn-text {
    color: @neutral-fg-2-normal;
  }

  .labelText {
    padding-left: 4 / @px-unit;
  }

  &.disabled {
      .ant-btn-text {
        color: @neutral-fg-disabled;
      }
  }
  
  
  
  
}

.time-menu-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;

  .time-menu-item {
    width: 50/ @px-unit;
    text-align: center;
    height: 32 / @px-unit;
    line-height: 32 / @px-unit;
    margin-left: 4/ @px-unit;

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

  .time-menu-item-selected {
    background-color: @brand-bg-2-selected;
  }
}

.operation-time-icon {
  flex: none;
}


.tagadd_modal {
  .tag_defaultBtn {
    float: left;
  }
}

.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;
}


._UploadFiles_ {
    
    padding-top: inherit; 
    input {
        width: 95%;
        margin-right: 15/@px-unit;
    }
}
.uploadBtn{
    height: 10/@px-unit;
}
.uploadBtn_div{
    display: flex;
    align-items: center;
    .uploadBtn {
        display: flex;
        padding: 0 !important;
        height: 100%;
    }
}



._SplitScreen_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        margin: 6/@px-unit;
    }
}


.finder {
  display: flex;
}

.finder-Cascader {
  width: 280 / @px-unit;

  .ant-select-selector {
    .ant-select-selection-search {
      left: 30/ @px-unit !important;
    }
  }

  .hightlight {
    color: @brand-fg-1-normal;
  }
  .ant-select-arrow {
      opacity: 1 !important;
  }
}
  
.Finder_icon {
  cursor: pointer;

  svg {
    width: 22/ @px-unit;
    margin: 0 4/ @px-unit;
    height: 22/ @px-unit;
  }

  &.close-icon:hover svg g path {
    fill: @brand-fg-1-normal;
  }

  &.close-icon {
    position: relative;
    left: 32 / @px-unit;
    z-index: 1;
    height: 32px !important;
  }
}

.finder-popup {
  min-width: 532 / @px-unit;
  height: 234 / @px-unit;
  
  

  .dropdown-content {
    height: 192/ @px-unit;
    min-width: 532 / @px-unit;
    .finder-search-item {
      font-weight: normal;
      cursor: pointer;
      height: 32/ @px-unit;
      line-height: 32/ @px-unit;
      display: flex;
      align-items: center;
      padding: 0 2/ @px-unit;
      color: @neutral-fg-2-normal;
 
      svg {
        width: 22 / @px-unit;
        margin-right: 4 / @px-unit ;
        height: 22/ @px-unit;

        &+ {
          path:first-child {
            fill: @neutral-fg-2-normal;
          }
        }
      }

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

    .ant-cascader-menus {
      height: 100%;

      .ant-cascader-menu {
        height: 100%;
        width: 133 / @px-unit;
        min-width: 133 / @px-unit;
      }
    }

    .ant-cascader-menu-empty {
      .ant-cascader-menu-item {
        height: 180 / @px-unit;
        color: @neutral-fg-2-normal;
      }
    }
  }

  .inSearch .ant-cascader-menus .ant-cascader-menu {
    flex-grow: 1;
  }

  .footer {
    display: flex;
    align-items: center;
    height: 32/ @px-unit;
    padding: 0 4/ @px-unit;

    .hightlight {
      color: @brand-fg-1-normal;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-top: 2/ @px-unit;
      line-height: 30/ @px-unit;

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

      svg {
        width: 22/ @px-unit;
        height: 22/ @px-unit;
        margin: 0 2 / @px-unit;
        position: relative;
        top: -2 / @px-unit;

        &+ {
          path:first-child {
            fill: @brand-fg-1-normal;
          }
        }
      }
    }

  }

  .footer-mid {
    justify-content: center;
  }

  .footer-left {
    justify-content: start;
  }
}


._AiRulePlugin_ {
  width: 640/@px-unit; 
  
  padding-top: inherit; 

  &ocx {
    width: 600/@px-unit; 
    height: 350/@px-unit; 
    display: inline-block;
  }

  &toolbar {
    padding: 12/@px-unit 4/@px-unit 12/@px-unit 4/@px-unit;
    display: flex;
    justify-content: space-between;
    width: 40/@px-unit; 
    height: 350/@px-unit; 
    background-color: @neutral-bg-4-hover;
    flex-direction: column;
    position: relative;
  }

  .bottom-toolbar {
    position: absolute;
    bottom: 4/@px-unit;
  }
}


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}


._Eptz_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    .eptz_switch{
        padding: 10/@px-unit;
        .label-normal-container {
            display: flex;
        }
    }
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        width: 100%;
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        .label-div-Container{
            width: 100%;
            .label-normal-container {
                width: 100%;
                .select{
                    width: 100% !important;
                }
            }
        }
    }
    &item{           
        margin: 6/@px-unit;
    }
    .item-disabled{
        cursor:not-allowed;
    }
    .range-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;

        .ant-input-number-handler-wrap{
            display: none;
        }

        input {
            padding: 0 5px;
        }
    }
}
._RemoteAlarmLight_ {
    
    padding-top: inherit; 
}


._AiRuleTable_ {
    width: 100%;
    ._Table_ .ant-table-body {
        min-height: 132 / @px-unit;
    }
    .operation-button {
        .ui5-margin-wrapper-item {
            display: flex;
            align-items: center;
        }
    }
    ._AiRuleTable_flex_row{
       display: flex;
       justify-content: flex-start;
       gap:10/ @px-unit;
    }
}
.addRuleBtn-overlay {
    min-width: 110 / @px-unit !important;
}

._RemoteAudio_ {
    
    padding-top: inherit; 
}

._SetMore_ {
    
    padding-top: inherit; 
}
._setMoreView_ .checkboxListByRow .checkboxList {
    .label-div-Container {        
        display: inline-block;
        width: 50%;
    }
}



.add-content-box {
    padding-top: 8/@px-unit;
    .box {
        display: inline-block;
        width: 100%;
        border: 1px solid @neutral-stroke-2-normal;
        margin-right: 8px;
        font-size: 14rem;
        font-weight: 400;
        vertical-align: top;
        .item {
            margin: 0;
            text-indent: 10px;
            overflow: hidden; 
            text-overflow: ellipsis; 
            white-space: nowrap; 
            user-select: none;
            text-align: left;
            cursor: default;
        }
    }

    .sub {
        display: inline-flex;
        .reducer {
            align-self: flex-start;
            transform: translateY(0.5rem);
            margin-left: 8/@px-unit;
        }
        .label-normal-container {
            padding: 0px !important;
        }
        ._Table_ {
            .ant-table {
                border-top: 0;
                border-left: 0;
                border-right: 0;
            }
        }
    }
}

._RemoteAlarmOutput_ {
    
    padding-top: inherit; 
}


._ApplyTo_ {
    max-height: calc(100vh - 50vh);
    height: auto;
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 46%;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
    .label-normal-behind{
        
        line-height: 28 / @px-unit;
    }
}


._BackupWindow_ {
    
    padding-top: inherit; 
}
.backupModal {
    
    width: auto;
    .label-normal-container {
        padding-top: 0 !important;
    }
    .backup-savepath-icon {
        width: 36 / @px-unit;
        height: 36 / @px-unit;
        border: 1px solid @neutral-stroke-1-normal;
        
        
        margin-left: 9 / @px-unit;
        background: @neutral-bg-2-normal;
    }
    .fileformat-behind {
        display: flex;
        justify-content: start;
        &>* {
            margin-right: 16/ @px-unit;
        }
    }
}
.backupModal-progress {
    .ant-modal-content {
        width: 368 / @px-unit;
        height: 160 / @px-unit;
        .ant-modal-body {
            min-width: 320 / @px-unit;
            padding: 32 / @px-unit 24 / @px-unit 24 / @px-unit 24 / @px-unit;
            .backupModal-progress-stopProgressbtn {
                float: right;
                button {
                    background: @neutral-bg-2-normal;
                    border-color: @neutral-stroke-1-normal;
                    
                }
            }
            .label-div-Container {
                width: 320 / @px-unit;
            }
        }
    }
}




._FishEye_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    
    
    
    
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        margin: 6/@px-unit;
    }
    .show{
        display: '';
    }
    .hide{
        display: none;
    }
  
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdd-modal {
  width: 1010 /@px-unit !important;
  height: 600 /@px-unit;
 
  .btn-wrap {
    .flexBetween();
    .right {
      .flexBetween();
      .label-div-Container:last-child{
        margin-left: 10/@px-unit;
      }
    }
  }
  .warning-tip{
    margin-top: 15 /@px-unit;
  }
}



._ExactSearchIcon_{
    &.hide {
        display: none;
    }
    .close_icon, .target_search_icon, .area_search_icon, .search_icon {
        display: none !important;        
    }  
}

.exactSearch {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}



.ImportModal {
    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .ant-modal-footer{
        .ImportModalFooter{
            display: flex;
            justify-content: flex-end;
        }
    }
    ._ExperienceBaseImport_ {

        .stepListContainer {
            padding: 20 / @px-unit 410 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;

            .ant-steps-item-title {
                color: @neutral-fg-3-normal !important;
            }
            .ant-steps-item-active .ant-steps-item-title {
                color: @neutral-fg-2-normal !important;
            }

            .ant-steps-item-finish .ant-steps-item-icon {
                background-color: transparent !important;
            }
            .ant-steps-item-wait .ant-steps-item-icon {
                background-color: transparent !important;
                border-color: @neutral-stroke-2-normal !important;

                .ant-steps-icon {
                    color: @neutral-fg-3-normal !important;
                }
            }
        }

        .stepMain {
            position: relative;
            min-height: 600 / @px-unit;
            height: 600 / @px-unit;
        }

        .ImportModalFooter {
            display: flex;
            justify-content: flex-end;
        }
    }
}



.MaterialSelection {
    width: 100%;
    height: 100%;
    position: relative;
    &.hidden{
        height: 0;
        overflow: hidden;
    }


    
    .target-list{
        padding: 20 /@px-unit;
        height: 100%;
        overflow-y: auto;
        position: relative;
        .item-card{
            width: 290/@px-unit;
            height: 176/@px-unit;
            margin-bottom: 16/@px-unit;
            position: relative;
            margin-right: 16/@px-unit;
            border: 1/@px-unit solid @neutral-stroke-2-normal;
            float: left;
            &:hover{
                border-color: @brand-stroke-1-normal;
            }
            .item-card-img{
                width: 100%;
                height: 142/@px-unit;
                background: @neutral-bg-5-normal;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .item-card-bottom{
                width: 100%;
                height: 32/@px-unit;
                background: @neutral-bg-4-hover;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                padding: 0 12/@px-unit;
            }
            .item-card-checkbox{
                position: absolute;
                left: 10/@px-unit;
                top: 10/@px-unit;
            }
        }
    }

    
    .gallery-list-wrapper{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        z-index: 1000;
        background: @neutral-bg-3-normal;
        .gallery-list-header{
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            padding: 12/@px-unit 24/@px-unit;
        }
        .gallery-list-content{
            flex: 1;
            overflow-y: auto;
        }
    }
    .gallery-list{
        display: flex;
        flex-wrap: wrap;
        padding: 24 / @px-unit;
        .item-card{
            width: 290/@px-unit;
            height: 174/@px-unit;
            margin-bottom: 16/@px-unit;
            position: relative;
            margin-right: 16/@px-unit;
            border: 1/@px-unit solid @neutral-stroke-2-normal;
            &:hover{
                border-color: @brand-stroke-1-normal;
            }
            .item-card-checkbox{
                position: absolute;
                left: 10/@px-unit;
                top: 10/@px-unit;
            }
            .item-card-img{
                width: 100%;
                height: 100%;
                background: @neutral-bg-5-normal;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
        }
    }
}




._PtzLink_ {
    
    height: 450px;
    overflow-y: auto;
    .label-normal-behind {
        padding-left: 12/@px-unit;
    }
}



@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 240 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

.groupModal{
    width: 800/@px-unit !important;
}
.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;
}

.compliant-info-content {
    border: 1/@px-unit solid @neutral-stroke-2-normal;
    margin-top: 8/ @px-unit;
    .ant-tabs-nav {
        width: 240/ @px-unit;
        .ant-tabs-nav-list {
            .ant-tabs-tab {
                height: 38/ @px-unit;
                padding: 0/ @px-unit;
                margin: 0 !important;
                .ant-tabs-tab-btn {
                    height: 100%;
                    border: none;
                    ._CompliantInfoModal_left {
                        height: 100%;
                        .left_checkBox {
                            display: flex;
                            align-items: center;
                            height: 36/ @px-unit;

                            .ant-checkbox {
                               padding: 0;
                            }
    
                            .label-normal-wrapper {
                                height: 36/ @px-unit;
    
                                .sdd-checkbox-container {
                                    position: relative;
                                    top: -8/ @px-unit;
                                }
    
                                .ant-checkbox-inner {
                                    padding: 8/ @px-unit;
                                }
    
                            }
    
                            .label-normal-behind {
                                text-align: left !important;
                                margin-left:  4/ @px-unit;
                            }
                        }
                    }
                }
            }
            .ant-tabs-tab-active {
                background-color: @brand-bg-2-selected;
            }
        }
        .ant-tabs-extra-content {
            width: 100%;
            .tab-title {
                width: 100%;
                padding-left: 8/ @px-unit;
                height: 48/ @px-unit;
                line-height: 48/ @px-unit;
                background-color: @neutral-bg-4-hover;
                font-size: 16/ @px-unit;
                color: @neutral-fg-2-normal;
            }
        }
  
    }
   
}


.WorkClothesLibwrap {
    .ant-modal-header{
        width: 100%;
    }
    .ant-modal-body{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y:auto !important;
        overflow-x: auto !important;
    }
 
    .topView{
      
        .label-div-Container{
            .label-normal-behind   {
                width: max-content !important;
                padding-right: 8 / @px-unit;
            }
        }
    }
    .picContent {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: @modalPicContentHeight;
    }
    .pageLine {
        margin-top: 10/@px-unit;
        display: flex;
        justify-content: space-between;
    }
}

.WinPreview {   
    .WinPreview_ocx {
        height: 285/@px-unit;
        img {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
        }
        &_ocx {
            width: 100%;
            height: 100%;
        }
    }
    &_footer{
        position: relative;
        top: 0;
        background-color: @neutral-bg-4-hover;
        padding: 0 10/@px-unit;
        flex-direction: row-reverse;
        align-items: center;
        .sub_footer {
            height: 40/@px-unit;
            display: flex;
            align-items: center;
        }
        .footer_control {
            flex:1;
            span {
                padding: 0 10/@px-unit;
                width: 90/@px-unit;
            }
            .control_slider {
                flex:1;
                position: relative;
                margin:0!important;
            }
        }
        .footer_button {
            position: relative;
            justify-content: space-between;
            .footer_icon {
                display: flex;
                padding: 0 10/@px-unit;
                justify-content: flex-start;
                align-items: center;

                }
                
                
                
                
                
                
                span {
                    display: inline-block;
                    width:35/@px-unit;
                }
                .activeButton {
                    .svgOut(@brand-fg-1-normal);
                }
            
            
            
            
            
            
            
            
                
            
            
            
            
                
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
        }
    }
}


@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 240 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 


.route-modal {
    width: 100%;
    height: 100%;
    
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: @neutral-bg-4-normal;

    .route-modal-tab {
        height: 50/@px-unit;
        border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
        line-height: 50/@px-unit;
        padding-left: 16/@px-unit;
    }

    .route-modal-page {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 100/@px-unit;
    }
}

.route-modal-wrap {
    .ant-modal-header {
        width: 100%;
    }

    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto !important;
        overflow-x: auto !important;
    }

    .topView {

        .label-div-Container {
            .label-normal-behind {
                width: max-content !important;
                padding-right: 8 / @px-unit;
            }
        }
    }

    .picContent {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: @modalPicContentHeight;
    }

    .pageLine {
        margin-top: 10/@px-unit;
        display: flex;
        justify-content: space-between;
    }

}


@expandContentOffset: 114 / @px-unit;

.mixin() {
    .label-normal-container {
        padding: 0 !important;
    }

    .label-normal {
        width: 100% !important;
    }
    .component-content{
        width: 100%;
        margin-bottom: 16 / @px-unit;
        .label-div-Container {
            width: 100%;
        }
        .labelContainer {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
    
            .label-content {
                width: 100% !important;
                flex: none;
                height: 22 / @px-unit;
                line-height: 22 / @px-unit;
            }
    
            .wrap-content {
                flex: 1 1 auto;
                width: 1/ @px-unit !important;
                min-width: 45%;
                max-width: 100%;
            }
        }
    }
    .half-width {
        flex: none;
        width: 45%;
        margin-right: 5%;
    }
    
}

._TypeSelector_ {
    width: 100%;
    position: relative;
    height: 100%;

    .content {
        .mixin();
        display: flex;
        flex-direction: column;
        padding: 16 / @px-unit;
        display: block;

        .item-list {
            
            flex:1;
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
            
            .label-div-Container {
                width:100%;
                .date-range-picker {
                    width:100%;
                    .dateRangePicker-content-wrapper{
                        width:100% !important;
                    }
                }
            }
        }
    }

    .expandBtn {
        height: 24 / @px-unit;
        color: @brand-fg-1-normal;
        line-height: 24 / @px-unit;
        margin-top: 16 / @px-unit;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        align-items: center;

        .more-icon {
            .svgOut(@brand-fg-1-normal);
        }

        &:hover {
            color: @brand-fg-1-hover;
            .more-icon {
                .svgOut(@brand-fg-1-hover);
            }
        }
    }
}

._TypeSelector_popover {
    left: 369/ @px-unit !important;
    top: 0 !important;
    width: 0;
    z-index: 0;

    .ant-popover-arrow {
        display: none;
    }

    .ant-popover-inner {
        visibility: hidden;
    }

    .expand-content {
        .mixin();
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        visibility: visible;
        overflow-x: hidden;
        position: absolute;
        background-color: @neutral-bg-4-normal;
        
        overflow-y: auto;
        height: calc(100vh - @navMenuHeight);
        width: 304/ @px-unit;
        padding: 16 / @px-unit;
        left: 100%;
        
        top: @navMenuHeight;
    }
}

.LayoutOcxLeft{    
    .leftOcx{        
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
}
.ocxRight{   
    padding-left: 15/@px-unit;
    flex: 1;
}
.ocxBottom{
    padding-top: 15/@px-unit;
    width: 450/@px-unit;
    height: 120px;
}



._IntelliAreaRuleBtn_ivs-color {
  svg path:first-child {
    fill: @brand-fg-1-normal !important; 
  }
}

.ivsbtn-popover ._operation_smd_ .ant-checkbox-disabled+span {
  color: inherit;
}

@length :34/@px-unit;
@close :34/@px-unit;
.WinPreviewWarp {
    overflow: hidden;
    
    .ant-modal {
        
        width: 472px !important;
    }
    .ant-modal-close {
        width: @length;
        height: @length;
        .ant-modal-close-x{
            width: @length;
            height: @length; 
            line-height: @length;
        }
    }
    .ant-modal-header {
        padding: 12/@px-unit;
        .ant-modal-title {
            width: calc(~"100% - @{close}");
            height: 22/@px-unit;
            overflow: hidden;
            .TransparentTitle {
                color: transparent;
            }
            .NormalTitle {
                color: @neutral-fg-3-normal;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
        }
    }
    .ant-modal-body {
        padding: 0;
        .WinPreview {
            padding: 0 !important;
        }
    }
    .ant-modal-footer {
        display: none;
    }
}



.syncinfo_modal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    } 
}

.passwordSyncSuccess{
    color: @status-success-bg-1-normal;
}
.passwordSyncFail{
    color:@status-error-bg-1-normal;
}


.cut-image-title {
    flex: none;
    background:none;
    display: flex;
    justify-content: space-between;
    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;
}

.cut-image {
    padding: 10 / @px-unit;
    background-color: @neutral-bg-5-normal;
    height: 224 / @px-unit;

    .upload-card {
        border: 1 / @px-unit dashed @neutral-stroke-2-normal;
        background-color: @neutral-bg-2-normal;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        .upload-text {
            text-align: center;
            width: 100%;

            .upload-icon-content {
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
                color: @neutral-fg-2-normal;
                height: 24 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .upload-tip {
                width: 100%;
                margin-top: 16 / @px-unit;
                color: @neutral-fg-4-normal;
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
            }
        }


        &:hover {
            border-color: @brand-stroke-1-hover;

            .upload-icon,
            .upload-icon-content {
                color: @brand-stroke-1-hover;
            }
        }
    }

    .normal-upload-card {
        height: 200 / @px-unit;
    }
}

.cut-image.containImg-cut-image {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: flex-start;

    &>* {
        width: 100/ @px-unit;
        height: 100/ @px-unit;
        margin-right: 5 / @px-unit;
        margin-bottom: 5 / @px-unit;
    }

    .image-card {
        position: relative;

        img {
            width: 100%;
            height: 100%;
        }

        .ant-checkbox {
            position: absolute;
            top: 4 / @px-unit;
            left: 6 / @px-unit;
        }

        .remove-btn {
            display: none;
            cursor: pointer;
            position: absolute;
            right: -10 / @px-unit;
            top: -10 / @px-unit;
            z-index: 999;
        }

        &:hover .remove-btn {
            display: block;
        }
    }
}

.cut-image.isExpand {
    height: 100%;
}

@ant-modal-height-height: 50/@px-unit;

.exactSearch_window {
    height: 100%;
    width: 100% !important;
    max-width: none;
    .ant-modal-content {
        height: 100%;
        min-width: 1280/@px-unit;
        min-height: 900/@px-unit;
        display: flex;
        flex-direction: column;
        .ant-modal-body {
            padding: 0;
            flex: 1;
            height: calc(100% - @ant-modal-height-height);
        }
    }
}

.ExactSearch-window-container {
    position: relative;
    display: flex;
    height: 100%;
    .operation-button {
        .normal-icon {
            cursor: pointer;
        }
        .hide-active-icon {
            visibility: visible;
        }
        .collect-active-icon {
            

            color: @status-yellow-fg-1-normal;
        }
    }
    .hide-container-left {
        left: -428/@px-unit;
    }
    .window-container-right {
        height: 100%;
        flex-shrink: 0;
        width: 600/@px-unit;
        flex: 0 1 598/@px-unit;
        padding: 10/@px-unit;
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 410/@px-unit;
        }
        .record-preview-panel {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .record-preview-header {
            height: 41/@px-unit;
            width: 100%;
            box-sizing: border-box;
            line-height: 40/@px-unit;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            padding-left: 20/@px-unit;
        }
        
        
        
    }
    .window-container-middle {
        background-color: @neutral-bg-5-normal;
        position: relative;
        display: flex;
        height: 100%;
        overflow: hidden;
        flex: 1 1 958/@px-unit;
        .middle-empty {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .result-wrapper {
            display: flex;
            width: 100%;
            padding: 16/@px-unit;
            padding-top: 0;
            height: 100%;
            flex-direction: column;
            .result-header {
                background-color: @neutral-bg-5-normal;
                display: flex;
                justify-content: space-between;
                align-items: center;
                box-sizing: border-box;
                padding-right: 20/@px-unit;
                height: 48/@px-unit;
                position: relative;

                .result-header-right {
                    position: absolute;
                    right: 8/@px-unit;
                }
            }
            ._SideView_ {
                min-width: 0;
            }
            .result-up-bar {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 48/@px-unit;
                flex-wrap: nowrap;
                .left-bar-wrapper {
                    display: flex;
                    align-items: center;
                    .label-div-Container {
                        margin-right: 12/@px-unit;
                    }

                    .allCheckWrap {
                        display: flex;
                    }
    
                    .allCheckBehind {
                        width: auto !important;
                        min-width: 50 / @px-unit;
                    }
                }
                .right-bar-wrapper {
                    display: flex;
                    align-items: center;
                    .similar-popover {
                        width: 105/ @px-unit;
                    }
                    .label-div-Container {
                        .label-normal-container {
                            padding: 0 !important;
                        }
                        margin-left: 8/@px-unit;
                    }
                    .show-type-radio-group {
                        margin-left: 8/@px-unit;
                        display: flex;
                        .ant-radio-button-wrapper {
                            padding: 0;
                            border-radius: 0;
                            width: 36/@px-unit;
                            height: 36/@px-unit;
                        }
                        .ant-radio-button-wrapper-disabled {
                            background-color: @neutral-bg-disabled !important;
                        }
                    }
                    .similar-sort-icon {
                        position: relative;
                        right: -9/@px-unit;
                    }
                    .sort-button-group {
                        margin-left: 8/@px-unit;
                    }
                }
            }
            .result-down-bar {
                display: flex;
                align-items: center;
                margin-top: 8/@px-unit;
                height: 36/@px-unit;
            }
            .img-card-group {
                flex: 1;
                overflow-x: hidden;
                overflow-y: auto;
                margin-right: -16/@px-unit;
                .card-group-wrapper {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 16/@px-unit;
                    padding: 8/@px-unit;
                    padding-right: 0/@px-unit;
                    padding-left: 0/@px-unit;
                    .card-item-wrapper {
                        display: flex;
                        flex-direction: column;
                        width: 200 / @px-unit;
                        height: 228 / @px-unit;
                        border: 1 / @px-unit solid @neutral-stroke-2-normal;
                        border-radius: 0;
                        flex: none;
                        background-color: @neutral-bg-4-normal;
                        &:hover {
                            .actionFoot {
                                display: flex !important;
                            }
                            :not(.isFavoritesOpen)  .channel-name {
                                display: none !important;
                            }
                        }
                        .card-content {
                            position: relative;
                            height: 0;
                            flex: auto;
                            display: flex;
                            flex-direction: column;
                            cursor: pointer;
                            .operation-button {
                                position: absolute;
                                width: 100%;
                                justify-content: space-between;
                                top: 6/@px-unit;
                                padding: 0 6/@px-unit 0 12/@px-unit;
                        
                                display: flex;
                                .normal-icon {
                                    cursor: pointer;
                                    visibility: hidden;
                                }
                                .hide-active-icon {
                                    visibility: visible;
                                }
                                .collect-active-icon {
                                    visibility: visible;
                                }
                            }
                            &:hover {
                                .operation-button {
                                    .normal-icon {
                                        visibility: visible;
                                    }
                                }
                            }
                            .small-img-wrapper {
                                flex: auto;
                                height: 0;
                                text-align: center;
                                background-color: @neutral-bg-5-normal;
                                .card-image {
                                    height: 100%;
                                    max-width: 100%;
                                }
                            }
                            .smallface-img-wrapper {
                                flex: auto;
                                height: 0;
                                display: flex;
                                background-color: @neutral-bg-5-normal;
                                .smallface-img {
                                    text-align: center;
                                    width: 50%;
                                    max-height: 100%;
                                }
                                .smallface-info {
                                    @attrTextWidth: 34/@px-unit;
                                    width: 50%;
                                    padding: 8/ @px-unit;
                                    background-color: @neutral-bg-4-normal;
                                    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;
                                            }
                                        }
                                    }
                                }
                                .card-image {
                                    width: 100%;
                                    height: 100%;
                                    max-width: 100%;
                                    max-height: 100%;
                                    object-fit: contain;
                                }
                                .label-normal-container {
                                    padding: 0 !important;
                                }
                            }
                            .similar-wrapper {
                                height: 22/ @px-unit;
                                padding: 0 8 / @px-unit;
                                background-color: @neutral-bg-4-normal;
                            }
                        }
                        .card-footer {
                            height: 33 / @px-unit;
                            line-height: 33/ @px-unit;
                            padding-left: 9 / @px-unit;
                            flex: none;
                            background-color: @neutral-bg-4-hover;
                            padding-right: 9 / @px-unit;
                            .channel-name {
                                display: flex;
                                color: @neutral-fg-2-normal;
                                justify-content: space-between;
                            }
                            .actionFoot {
                                display: none;
                                justify-content: flex-end;
                            }
                        }
                    }
                }

                .middle-layout-loading {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    width: 100%;
                    height: 100%;
                }
                .searching-mask, .no-result-mask {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
          

            }
            .card-wrapper-selected {
                border: 1/@px-unit solid  @brand-stroke-1-hover !important;
            }
        }
        .labelSlider-float-left, .labelSlider-float-right {
            line-height: initial;
        }            
    }
    ._tabCard_ {
        flex: 1;
        display: flex;
        flex-direction: column;
        .ant-tabs {
            .ant-tabs-nav-operations {
                display: none;
            }
        }
        ._Table_ {
            flex: 1;
            margin-top: 0;
            .ant-table > .ant-table-container .ant-table-tbody .ZD-selected-row td  {
                .collect-active-icon {
                    visibility: visible;
                }
                
            }
            .ant-table .ant-table-body {
                min-height: 250/@px-unit !important;
            }
        }
        .result-down-bar {
            display: flex;
            align-items: center;
            margin-top: 8/@px-unit;
            height: 36/@px-unit;
            .ant-pagination {
                display: flex;
                justify-content: center;
                .ant-pagination-total-text {
                    display: none;
                }
            }
       
        }
    }

    .emap-tree-drop-menu{
        .ant-tree-node-content-wrapper {
            display: contents;