        }
    }
}


.select-with-num-range {
    padding-left: 0;

    .select {
        width: 100%;
        .label-normal-wrapper {
            width: 100% !important;
        }
    }
    

    .range {
        display: flex;
        margin-top: 8 / @px-unit;
    
        .label-normal-behind {
            margin-left: 0 !important;
        }
    
        .range_line {
            text-align: center !important;
            padding-right: 0 !important;
        }
    }
}




.select-with-input {
    display: flex;
    flex-wrap: wrap;
    
    &>.label-normal-wrapper {
        padding-right: 8/ @px-unit;
    }

    .select-with-input-behind {
        padding: 0;
        .label-normal-container {
            display: flex;
        }
    }
}

.FuncPath{
    height: 408 / @px-unit;
    overflow: scroll;
    .path-separator {
    margin: 0 10/ @px-unit;  
    color: #333;   
  }
  
 
  .path-part {
    font-weight: normal;
  }
 
.func-path-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56/ @px-unit;
  padding-left: 8/ @px-unit;    
  border-radius: 4/ @px-unit;

  .ant-breadcrumb li:last-child {
    color: inherit;
    font-weight: normal;
  }
}
  
  .func-path-row:hover {
    background: @neutral-bg-4-hover;
    cursor: pointer;        
  }
  
  .func-path-row .ant-breadcrumb {
    
    line-height: 24/ @px-unit;
  } 
 
  .menu-icon {
    margin-right: 16 / @px-unit;
    border-radius: 4 / @px-unit;
    background-color: @neutral-bg-1-hover-2;
  }
}



._ImportResult_ {
    display: flex;
    flex-direction: column;
    height: 100%;
    .statusContainer {
        height: 50 / @px-unit;
        min-height: 50 / @px-unit;
        line-height: 50 / @px-unit;
        padding: 0 24 / @px-unit;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;

        .status {
            float: left;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    .resultContainer {
        width: 100%;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 24 / @px-unit;
        flex: 1;
        overflow-y: auto;
        .resultCard {
            position: relative;
            margin-bottom: 16/@px-unit;
            margin-right: 16/@px-unit;
            width: 288 / @px-unit;
            .cardPic {
                width: 100%;
                height: 142/@px-unit;
                background: @neutral-bg-5-normal;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .buildStatus {
                width: 100%;
                height: 32/@px-unit;
                background: @neutral-bg-4-hover;
                padding: 0 12/@px-unit;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                .success {
                    color: @status-success-stroke-1-normal;
                }
                .error {
                    color: @status-error-stroke-1-normal;
                }
            }
        }
    }
}



.WorkDirectorySpace-wrapper {
    
    width: 900 / @px-unit;
    
    padding: 12 / @px-unit 16 / @px-unit;
    overflow: hidden;
    background: @neutral-bg-4-hover;
    .WorkDirectorySpace-tips {
        margin-bottom: 8 / @px-unit;
        height: 36 / @px-unit;
        display: flex;
        justify-content: space-between;
        .left-tips {
            display: flex;
            .tooltip {
                margin-left: 0;
            }
        }
        .right-tips {
            display: flex;
        }
    }
    .WorkDirectorySpace-bar {
        display: inline-block;
        width: 33%;
        height: 12 / @px-unit;
        background: @neutral-stroke-2-normal;
    }
    .red-bar {
        background: @status-error-stroke-1-normal;
    }
    .blue-bar {
        background: @brand-stroke-1-normal;
    }
    .green-bar {
        background: @status-success-stroke-1-normal;
    }
    .grey-bar {
        background: @neutral-stroke-2-normal;
    }
    .tooltips-icon {
        display: inline-block;
        width: 16 / @px-unit;
        height: 16 / @px-unit;
        margin-right: 8 / @px-unit;
    }
    .tooltip {
        margin-left: 24 / @px-unit;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}




._MaterialSelection_ {
    @oprationHeight: 50 / @px-unit;

    .oprationContainer {
        height: @oprationHeight;
        padding: 0 10 / @px-unit;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
    }
}



.TargetSamplingContainer {
    width: 100%;
    

    .canvasIcon  {
        display: none !important;
    }
    .canvasBox {
        position: relative;
        width: 100%;
        
    }
}



._Ptz_ {
    .PtzUP {
    }
}



.iot-list-menu {
    .list-item {
        width: 100%;
        height: 36/@px-unit;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 8 / @px-unit;

        &.active {
            background: @brand-bg-2-selected !important;
        }

        &:hover {
            background-color: @neutral-bg-1-hover-1;
        }

        .cus_panel {
            margin-right: 8 / @px-unit;
        }

        .list-item-title {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            flex: 1;
        }
    }
}


._PtzSet_ {
    height: 100%;

    .ant-divider-vertical {
        height: 24 /@px-unit;
    }

    &.ant-tabs.ant-tabs-top {
        padding-left: 0;

        .ant-tabs-nav {
            overflow: hidden;

            margin-bottom: 10 /@px-unit;

            .ant-tabs-nav-list {
                width: 100%;
                justify-content: space-between;
                height: 40 /@px-unit;
            }

            .ant-tabs-tab.ant-tabs-tab-active {
                border-bottom: 1px solid @brand-stroke-1-normal;
            }

            .ant-tabs-tab-btn {
                min-width: auto;
                background-color: transparent;
                border-color: transparent;
                height: 40 /@px-unit;
                display: flex;
                align-items: center;

                span {
                    padding: 0;
                    margin: 0;
                }
            }
        }

        .PtzSetMore {
            border: 1px solid @neutral-stroke-2-normal;
            height: 36 /@px-unit;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }

    .ptz-preset,
    .ptz-cruise-group,
    .ptz-patrol-trail,
    .ptz-linear-scan {
        .ptz_cancel_icon {
            color: @status-error-bg-1-normal;
        }

        ._Table_ {

            .ant-table-body {
                min-height: 180 / @px-unit !important;
                overflow-y: auto !important;
            }

            
            
            
            
            
            
            


            .option-group {
                display: flex;
                .cus_panel{
                    &:last-child{
                        margin-right: 0;
                    }
                }
            }

            .label-normal-container {
                padding: 0 !important;
            }

            .ant-table-wrapper .ant-table > .ant-table-container tr td {
                padding: 0 4 / @px-unit !important;

                &:first-child {
                    padding-left: 12 / @px-unit !important;
                }

                &:last-child {
                    padding-right: 12 / @px-unit !important;
                }
            }
        }
    }

    .ptz-reset {
        .label-normal-container{
            width: 100%;
            .label-normal-wrapper{
                max-width: 100%!important;
                width: 100%!important;
            }
        }
        button{
            display: flex;
            justify-content: center;
            align-items: center;

            .cus_panel {
                transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1)
            }
            &:hover, &:focus {
                .cus_panel {
                    color: @brand-fg-1-normal;
                }
            }
        }
    }
}


._ImportBaseContainer_ {
    margin: 0 auto;
    text-align: center;
    padding-top: 24 / @px-unit;

    .channel-select{
        padding-bottom: 20 / @px-unit!important;
    }
    .import-type{
        padding-top: 20 / @px-unit!important;
    }

  .label-normal-behind {
    display: none;
  }

  &>div {
    &:first-child {
      .label-normal-container {
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
      }
    }
  }
}


@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;
            .ant-tree-title {
                overflow-x: hidden;
                text-overflow: ellipsis;
                color: @neutral-fg-2-normal;
            }
        }
    }
}

.label-sort-btn-wrapper {
    height: 32/@px-unit;
	display: flex;
	align-items: center;
}
.icon-sort-btn-wrapper{
    display: inline-block;
    div {
        line-height: 18/@px-unit;
    }
    .sort-icon-up, .sort-icon-down {
        .svgFont(16)
    }
}

.exactSearch-search-backup {
    .check-group-wrapper {
        display: flex;
    }
    .fileType_blank {
        display: inline-block;
        width: 8/@px-unit;
        height: 8/@px-unit;
        margin-right: 10/@px-unit;
    }
    .fileType_general {
        background: @general;
    }
    .fileType_detect {
        background: @detect;
    }
    .fileType_alarm {
        background: @alarm;
    }
    .fileType_detectAlarm {
        background: @detectalarm;
    }
    .fileType_ivs {
        background: @ivs;
    }
    .fileType_pos {
        background: @pos;
    }
    .fileType_jpg {
        background: @jpg;
    }
    .fileType_card {
        background: @card;
    }
}
._rightButtoms_ {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    &>* {
        margin-right: 12/@px-unit;
    }
}




.schedule-model{
    .btn-txt{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ant-modal-body{
        padding: 0/ @px-unit;
    }
    .schedule-model-wrap{
        display: flex;
        .schedule-plan-list{
            width: 200/ @px-unit;
            border-right: 1/ @px-unit solid @neutral-stroke-2-normal;
            .title{
                height: 48/ @px-unit;
                display: flex;
                align-items: center;
                background-color: @neutral-bg-4-hover;
                border-bottom: 1/ @px-unit solid @neutral-stroke-2-normal;
            }

            .schedule-item{
                height: 36/ @px-unit;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .schedule-item:hover{
                background-color: @neutral-bg-1-hover-1;
            }
            .schedule-item-active{
                background-color: @brand-bg-2-selected;
            }
            .schedule-label{
                width: 160/ @px-unit;
                display: flex;
                align-items: center;
                padding: 0/ @px-unit 16/ @px-unit;
            }
            .schedule-icon{
                width: 40/ @px-unit;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            
        }
    }
}

.event-handle-schedule{
    .status-container{
        display: none;
    }    
    
    .main-container .dayplan .track{
        &.yellow{
            background: @detect;
        }
        &.red{
            background: @alarm;
        }
        &.blue{
            background: @ivs;
        }
    }
}

.event-handle-schedule-modal{
    .ant-modal-body{
        padding:0px !important;
        
        ._NewSchedule_widget{
            ._NewSchedule_Component_{
                padding-bottom: 18 / @px-unit !important;
                .button-container{
                    float: left;
                }
                .header{
                    line-height:0px
                }
            }
        }
    }
}

.audioFile {
    display: flex;
    .audioCheckBox{
        display: inline-block;
    }
    .audioSelect{
        display: inline-block;
    }
}


.AlarmOut {
    
    padding-top: inherit; 
}



.draw {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}
.startAndEndTimePicker {
    .time-select-wrapper {
        display: flex;
        width: 100%;
        &>div {
            width: 100%;
            padding-top: 0rem !important;
            &>div {
                width: 100%;
    
            }
        }    
    }
}



.PoliceNumber_wrap{
    
}

._ManageModal_{
    .btn-list{
        display: flex;
        .manage-btn{
            margin-right: 20px;
        }
    }
}


._Ptz_ {
    .PtzZoom {
        width: 254 /@px-unit;
        height: 40 /@px-unit;
        margin: auto;
        margin-top: 24 /@px-unit;
        border: 1px solid @neutral-stroke-2-normal;
        display: flex;
        align-items: center;
        justify-content: space-around;
        .ant-divider-vertical {
            height: 24 /@px-unit;
        }
    }
}



._PtzCtrl_ {
    height: 160 / @px-unit;
    display: flex;
    justify-content: space-between;
    ._PtzCtrl_header_bg {
        position: relative;
        background-image: url('/static/media/ptzPan_@{theme}.png');
        background-size: cover;
        text-align: center;
        margin: 0;
        width: 160 / @px-unit;
        height: 160 / @px-unit;
        padding: 12 / @px-unit;
        ._PtzCtrl_header_bg_icon {
            font-size: 160 / @px-unit;
        }
        ._PtzCtrl_header_el {
            width: 160 / @px-unit;
            height: 160 / @px-unit;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            position: absolute;
            justify-content: flex-start;
            cursor: default;
            top: 0;
            left: 0;
            padding: 12 / @px-unit;
            ._PtzCtrl_header_el_div {
                width: 33.3%;
                height: 33.3%;
                &.Up .cus_panel, &.MenuUp .cus_panel{             
                    margin-top: -10%;
                }
                &.LeftUp .cus_panel{             
                    margin-top: 30%;
                    margin-left: 20%;
                }
                &.RightUp .cus_panel{
                    margin-top: 30%;
                    margin-right: 20%;
                }
                &.Left .cus_panel, &.MenuLeft .cus_panel{
                    margin-top: 20%;
                    margin-left: -50%;
                }
                &.Right .cus_panel, &.MenuRight .cus_panel{
                    margin-top: 20%;
                    margin-right: -50%;
                }
                &.LeftDown .cus_panel{             
                    margin-top: 10%;
                    margin-left: 20%;
                }
                &.RightDown .cus_panel{             
                    margin-top: 10%;
                    margin-right: 20%;
                }
                &.Down .cus_panel, &.MenuDown .cus_panel{             
                    margin-top: 50%;
                }
                &.Center .cus_panel, &.Enter .cus_panel{             
                    margin-top: 20%;
                }
            }
        }
    }
    &.PtzMenu ._PtzCtrl_header_bg {
        background-image: url('/static/media/ptzMenuPan_@{theme}.png');
    }
    ._PtzCtrl_right {
        display: flex;
        flex-direction: column;
    }
}



.cruise-group-modal {

    ._Table_ {



        .option-group {
            display: flex;
            gap: 4 / @px-unit;
        }

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

    }

    .modal-content {
        display: flex;
    }

    .modal-ocx {
        width: 450/@px-unit; 
        height: 337/@px-unit; 
    }

    .modal-set {
        flex: 1;
        padding-left: 24 / @px-unit;
        ._Table_{
            margin-top: 0;
            .ant-table-body{
                min-height: 280 / @px-unit;
            }
        }
        
        
        
        .label-normal-wrapper{
            line-height: normal;
        }
    }

}


._Ptz_ {
    .PtzSpeed {
        display: flex;
        flex-direction: column;
        .ant-slider.ant-slider-vertical.ant-slider-with-marks {
            margin-top: 20 /@px-unit !important;
        }
        .ant-slider-dot {
            width: 0;
            height: 0;
            border: 0;
        }
        .ant-slider-mark {
            left: -15 /@px-unit;
        }
        .ant-slider-mark-text {
            color: @neutral-fg-4-normal;
        }
        .ant-slider-vertical .ant-slider-mark-text {
            left: 8/@px-unit;
        }
    }
}



.auxiliary-func-set {
    margin-top: 16 / @px-unit;
    .auxiliary-func-set-title{
        margin-bottom: 4 /@px-unit;
        line-height: 24 / @px-unit;
        font-size: 16 / @px-unit;
        color: @neutral-fg-3-normal;
    }
    .auxiliary-func-set-form {
        display: flex;
        .form-left{
            margin-right: 12 /@px-unit;
        }
        &>.label-div-Container{
            width: 40 / @px-unit;
            overflow: hidden;
        }
    }
}

.exactSearch-search-condition {
    padding: 16/@px-unit;
    background-color: @neutral-bg-4-normal;
    height: 100%;
    display: flex;
    flex-direction: column;

    .img-wrapper {
        width: 100%;
        height: 320/@px-unit;
        background-color: @neutral-bg-5-normal;

        .condition-image {
            width: 100%;
            height: 100%;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
    }

    .channel-list {
        flex: 1;
        overflow: hidden;
        border-top: 1/@px-unit solid @neutral-stroke-2-normal;
        padding-top: 16/@px-unit;
        margin-top: 8/@px-unit;
        border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;

        .playback-channel-list {

            .panel-left-operation {
                display: flex;

                .panel-header-title {
                    margin-left: 8/@px-unit;
                }
            }
        }
    }

    .condition-footer {
        .search-btn {
            width: 100%;

            .ant-btn {
                width: 347/ @px-unit;
            }
        }
    }
}

.schedule-wrapper {
    ._ScheduleComponent_ {
        padding-top: 0px;
        .button-container {
            .ant-btn {
                width: 100 / @px-unit;
            }
        }
        .main-container {
            border-color: transparent;
            padding-top: 0px;
            padding-bottom: 0px;
            overflow: visible;
            .label {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .copyBtn {
                background-color: @neutral-bg-2-normal;
                color: @neutral-fg-2-normal;
                height: 32 / @px-unit;
                line-height: unset;
                width: 100 / @px-unit;
                margin-left: 16 / @px-unit;
                border: 1px solid @neutral-stroke-1-normal;
            }

            &:nth-of-type(odd) {
                .dayplan {
                    background-color: @neutral-bg-3-normal;
                }
            }

            .dayplan {
                background-image: linear-gradient(90deg, @timePlanBorderN 1px, transparent 0),
                    linear-gradient(90deg, @timePlanBorderN 1px, transparent 0);
                background-size: 4.17% 99%;
                background-color: @schedulePlanEvenBg;
                border-color: @neutral-stroke-2-normal;
                margin-bottom: 0px;
                height: 0.714rem;

                .handle {
                    z-index: 1;
                }

                .track {
                    &.timeplan-motion {
                        background: @detect;
                    }
                    &.timeplan-alarm {
                        background: @alarm;
                    }
                    &.timeplan-ivs {
                        background: @ivs;
                    }

                    &.timeplan-pos {
                        background: @pos;
                    }

                    &.timeplan-gernal {
                        background: @general;
                    }
                    &.timeplan-orange{
                        background: @detectalarm;
                    }
                    &.timeplan-smd{
                        background: @smd;
                    }
                    &.timeplan-fr{
                        background: @faceRecognition;
                    }
                    &.whiteMode{
                        background: @whiteMode
                    }
                }
            }
        }

        .circle {
            &.timeplan-motion {
                background: @detect;
            }

            &.timeplan-alarm {
                background: @alarm;
            }

            &.timeplan-ivs {
                background: @ivs;
            }

            &.timeplan-pos {
                background: @pos;
            }

            &.timeplan-gernal {
                background: @general;
            }
            &.timeplan-orange{
                background: @detectalarm;
            }
            &.timeplan-smd{
                background: @smd;
            }
            &.timeplan-fr{
                background: @faceRecognition;
            }
            &.whiteMode{
                background: @whiteMode
            }
        }

        .timeplan-ruler {
            border-bottom: 0.07142857rem solid @timePlanBorderN;
            div{
                border-left-color: @timePlanBorderN;
            }
            .ruler-text {
                white-space: nowrap;
            }
        }

        .slider-container {
            
            .dayplan{
                &.general:hover{
                    background: @planGeneral !important;
                }
                &.alarm:hover{
                    background: @planAlarm !important;
                }
                &.mdtalarm:hover{
                    background: @planDetectalarm !important; 
                }
                &.ivs:hover{
                    background: @planIvs !important; 
                }
                &.pos:hover{
                    background: @planPos !important; 
                }
                &.motion:hover,
                &.AIMode:hover{
                    background: @planDetect !important;
                }
                &.InfraredMode:hover{
                    background: @planDetectalarm !important;
                }
                &.WhiteMode:hover{
                    background: @planIvs !important;
                }
                &.smd:hover{
                    background: @planSmd !important;
                }
                &.fr:hover{
                    background: @planFaceRecognition !important;
                }
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    }
    .ant-tooltip-inner {
        background-color: @neutral-bg-3-normal;
    }
    .ant-tooltip-arrow-content {
        --antd-arrow-background-color: @neutral-bg-3-normal;
        background-color: @neutral-bg-3-normal;
    }
    .timer-box {
        display: flex;
        .ant-input,
        p {
            background-color: @neutral-bg-3-normal;
            color: @neutral-fg-3-normal;
        }
    }

    .label-normal-behind {
        &.pl-0 {
            padding-left: 0px !important;
        }

        .label-normal-container {
            padding-top: 0px !important;

            button {
                margin-left: 1.5rem;
            }
        }
    }

    .ant-drawer-content-wrapper {
        width: 935 / @px-unit;
        top: 258 / @px-unit;
        left: 50%;
        transform: translateX(-50%);

        .ant-drawer-content {
            background: @neutral-bg-3-normal;
            border: 1px solid @neutral-stroke-2-normal;

            .ant-drawer-header {
                background: @neutral-bg-3-normal;
                border-bottom-color: @neutral-stroke-2-normal;

                .ant-drawer-title {
                    color: @neutral-fg-1-normal;
                }
            }

            .ant-drawer-body {
                &:last-child {
                    button {
                        float: right;
                        margin-left: 20 / @px-unit;
                    }
                }
            }
        }
    }
}

.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;

        .label {
            width: 5.5rem !important;
        }

        .label-normal {
            width: 5.3rem !important;
        }

        .wrapped {
            width: auto !important;
            padding-top: 5px;
        }

        .label-wrapper {
            
            transform: translateY(-1px);
            .labelSlider{
                .labelSlider-center{
                    margin-left: 0;
                }
            }
        }

        .label-behind {
            position: absolute;
            right: 45px;
        }

        .label-div-Container {
            width: 350px;
        }

        .area {
            width: 22px;
            height: 22px;
            cursor: pointer;
        }

        .selected {
            border: 3px solid #13161b;
        }
    }
}



._TargetPlayBack_ {
    .middle-layout-header {

        .face-tabs {
            margin-bottom: 16/@px-unit;
        }

        .search-img-list {
            width: 100%;
            padding-bottom: 16/@px-unit;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            margin-bottom:  16/@px-unit;
            display: flex;

            .disabled {
                cursor: not-allowed;
            }

            img {
                width: 64/@px-unit;
                height: 64/@px-unit;
                margin-right: 16/@px-unit;
                cursor:pointer;
            }

            .selected {
                border: 1/@px-unit solid @brand-stroke-1-hover;
            }
        }

        .header-operation {
            height: 36 / @px-unit;
            display: flex;
            justify-content: space-between;

            .left-operation {
                .allCheckWrap {
                    display: flex;
                }

                .allCheckBehind {
                    width: auto !important;
                    min-width: 50 / @px-unit;
                }

                &>* {
                    margin-right: 12/@px-unit;
                }

            }

            .left-operation,
            .right-operation {
                display: flex;

                .label-normal-container {
                    padding: 0 !important;
                }
            }
        }
    }
}

.card-detail-panel {
    padding: 16 /@px-unit;
    .label-normal-container {
        padding: 0px !important;
        height: 30/@px-unit;
        .label-normal{
            height: 30/@px-unit;
        }
        .label-normal-wrapper{
            height: 30/@px-unit;
        }
    }
    .ant-divider-horizontal.ant-divider-with-text{
        margin: 10/@px-unit
    }
    .person_div{
        padding-top: 5/@px-unit;
    }
    .redClass {
        .label-normal  {
            color: @errorColor;
        }
        color: @errorColor;
    }
}


._ExactSearchPlayBack_ {
    .middle-layout-header {

        .face-tabs {
            margin-bottom: 16/@px-unit;
        }

        .search-img-list {
            width: 100%;
            padding-bottom: 16/@px-unit;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            margin-bottom:  16/@px-unit;
            display: flex;

            img {
                width: 64/@px-unit;
                height: 64/@px-unit;
                margin-right: 16/@px-unit;
                cursor:pointer;
            }
        }

        .header-operation {
            height: 36 / @px-unit;
            display: flex;
            justify-content: space-between;

            .left-operation {
                .allCheckWrap {
                    display: flex;
                }

                .allCheckBehind {
                    width: auto !important;
                    min-width: 50 / @px-unit;
                }

                &>* {
                    margin-right: 12/@px-unit;
                }

            }

            .right-operation {
                .label-div-Container {
                    margin-left: 8/@px-unit;
                }
            }

            .left-operation,
            .right-operation {
                display: flex;

                .label-normal-container {
                    padding: 0 !important;
                }
            }
        }
    }
}


._EventPlayBack_ {
    .middle-layout-header {

        .face-tabs {
            margin-bottom: 16/@px-unit;
        }

        .search-img-list {
            width: 100%;
            padding-bottom: 16/@px-unit;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            margin-bottom:  16/@px-unit;
            display: flex;

            img {
                width: 64/@px-unit;
                height: 64/@px-unit;
                margin-right: 16/@px-unit;
                cursor:pointer;
            }
        }

        .header-operation {
            max-height: 36 / @px-unit;
            min-height: 0;
            display: flex;
            justify-content: space-between;

            .left-operation {
                .allCheckWrap {
                    display: flex;
                }

                .allCheckBehind {
                    width: auto !important;
                    min-width: 50 / @px-unit;
                }

                &>* {
                    margin-right: 12/@px-unit;
                }

            }

            .right-operation {
                .label-div-Container {
                    margin-left: 8/@px-unit;
                }
            }

            .left-operation,
            .right-operation {
                display: flex;

                .label-normal-container {
                    padding: 0 !important;
                }
            }
        }
    }
}
._ChannelGroupModal_ {}
.ChannelGroupModal_textlabel{
    user-select: none
}


._ChannelGroup_ {
    display: flex;
    .ant-btn {
        min-width: initial;
    }
    .ant-space{
        gap:0 !important;
        .ant-space-item {
            .label-normal-wrapper {
                
                line-height: 0 !important;
            }
        }
    }
    .checkbox {
        display: inline-block;
        .labelText{
            color: @neutral-fg-3-normal;
        }
    }
    .all-checkbox {
        display: flex;
        align-items: center;
    }
    .label {
        display: inline-block;
        height: 40/@px-unit;
        line-height: 40/@px-unit;
    }
    .btn-link{
        margin-top: 10/@px-unit;
    }
    .chn_btn {
        width: 35/@px-unit;
        height: 25/@px-unit;
        padding: 0;
        margin: 5/@px-unit;
        text-align: center;
        
        &:not(.selected).ant-btn{
            &:focus,
            &:active{
                color: @neutral-fg-2-normal;
                background-color:@neutral-bg-2-normal;
                border-color: @neutral-stroke-1-normal;
            }
        }
        &.selected {
            color: @brand-fg-1-hover;
            border-color: @brand-stroke-1-normal;
        }
        &.allbtn {
            width: 40/@px-unit !important;
            font-size: 10/@px-unit;
        }
        
    }
}




.ch-select-text-label1{
    color:@neutral-fg-3-normal;
    width: 110 / @px-unit !important;
}

.ch-select-text-label2{
    color:@neutral-fg-3-normal;
    width: 70 / @px-unit !important;
}

.ch-select-text-wrap{
    width: 180 / @px-unit !important;
}

.ch-select-text-label-container, .ch-select-text-label-container{
    padding-bottom: 0 !important;
}




.modalContentContainer{
    height: 510 / @px-unit;
    overflow-y: auto;
    .modalHeader{
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 18px;
        .headerText{
            text-align: center;
            width: 200 / @px-unit;
            font-size: 16px;
        }
        .nextTag_current{
            
            path:first-child{
                fill: @brand-fg-1-normal !important;
            }
            
            color: @brand-fg-1-normal;
        }
        .nextTag:hover{
            svg path{
                fill: @neutral-fg-1-normal !important;
            }
        }
    }
    .resetTip{
        margin: 175 / @px-unit;
        width: 475 / @px-unit;
    }
    .ResetType{
        margin-left: 30 / @px-unit;
        .resetSelect{
            display: flex;
            .SerialNo{
                margin-left: 80 / @px-unit;
                align-items: center;
                display: flex;
            }
        }
        .resetContent{
            display: flex;
            .QR_background{
                width: 292 / @px-unit;
                height: 292 / @px-unit;
                padding: 12 / @px-unit;
                background-color: @QRCodeBg;
            }
            .QRCodeTip{
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                margin-top: 124 / @px-unit;
                word-break: break-all;
            }
            .QRCodeTipEmail {
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                word-break: break-word;
            }
            .ForeignDevice{
                width: 250 / @px-unit;
                margin-left: 40 / @px-unit;
                max-height: 320 / @px-unit;
                overflow-y: auto;
                
            }
        }
    }
    .CodeSend{
        color: @status-success-bg-1-normal;
    }
    .Safecode {
        width:100%;
        .label-normal-container  {
            width: 100%;
            .label-normal-wrapper {
                width:70% !important;
            }
        }
    }
    .PasswordPage{
        margin-left: 50 / @px-unit;
        margin-top: 40 / @px-unit;
        .PasswordItem{
            margin-bottom: 40 / @px-unit;
        }
        .PasswordConfirm{
            display: flex;
            .PasswordTip{
                width: 200 / @px-unit;
                margin-left: 12 / @px-unit;
            }
        }
        .PasswordInput{
            width: 260 / @px-unit;
        }
        .passwordCheck_Box{
            width: 260 / @px-unit;
        }
    }
}

._LogManage_ {
    .Type{
        display: flex;
        
        width: 100%;
        .TimeRange{
            display: flex;
            align-items: center;
            margin-left: 15 / @px-unit;
            height: 48 / @px-unit;
        }
        .Search{
            margin-left: auto;
            right: 20 / @px-unit;
        }
    }
    .DateRange{
        display: flex;
        justify-content: space-between;
        align-items:flex-end;