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

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


.component-playback-show-picture{
    width: 100%;
    height: 362/@px-unit;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: @ocxBg;
    &>img{
        width: 123/@px-unit;
        height: 92/@px-unit;
    }
}

.backup-videoLayout-picPanel {
    .picTitle {
        height: 48 / @px-unit;
        span{
            height: 48 / @px-unit;
            padding-left: 12 / @px-unit;
            line-height: 48 / @px-unit;
        }
    }
    &>img{
        width: 100%;
        height: 362/@px-unit;
    }
}


._BackupWaterMark_Modal {
    width: 900/@px-unit !important;
    height: 650/@px-unit !important;
    ._BackupWaterMark_fistline,
    ._BackupWaterMark_secondline,
    ._BackupWaterMark_thirdline {
        display: flex;
        ._BackupWaterMark_fileaddress,
        ._BackupWaterMark_progress {        
            margin-left: 30/@px-unit;
            width: 600/@px-unit !important;
        }
        ._BackupWaterMark_wartermarkinfo {
            textarea {
                resize: none;
            }
            .label-normal {
                
                width: 80/@px-unit !important;
            }
            .label-normal-wrapper {
                margin-left: 30/@px-unit;
                width: 600/@px-unit !important;
            }
        }
    }
    ._Table_ .ant-table-body {
        min-height: 350 / @px-unit;
    }  
}


.backup-channel-list {
    @collapseHeaderHeight: 48 / @px-unit; 

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

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

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

            cursor: default;
        }

        .ant-collapse-header-text {
            color: @neutral-fg-2-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            display: flex;
            align-items: center;
            height: 100%;
        }

        .ant-collapse-content {
            height: calc(100% - @collapseHeaderHeight);
            overflow-y: auto;
        }

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

    }

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

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

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

            .panel-header-title {
                display: flex;
                align-items: center;
                width: 206 / @px-unit;
            }
        }
    }

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

    .channel-tree {
        .channel-group{
            .channel-group-header{
                margin-right: 0!important;
            }
            .channel-item{
                margin-right: 0;
            }
        }
    }
}

._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;
        }
        
    }
}

._ChannelGroupModal_ {}
.ChannelGroupModal_textlabel{
    user-select: none
}



._EventConfig_ {
        
}



._ParkingLot_ {
    background: rgb(5, 26, 51);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    .TaskBarAlarmInfo {
        .cus_panel {
            color: @neutral-fg-on-1-selected !important;
        }
    }
    .parking-lot-icon {
        color: @neutral-fg-on-1-selected !important;
    }
}

._RecordBack_ {
    padding-top: inherit;
    .editable-cell-value-wrap {
        height: auto;
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    }
}
.recordinfo-footer-btn {
    display: inline-block;
    .label-div-Container {
        display: inline-block;
        &:first-child {
            margin-right: 10 /@px-unit;
        }
    }
}


._ParkingLot_ {
    @pageHeaderHeight: 73 /@px-unit;
    @RecordListHeight: 226 /@px-unit;

    .main-page {
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        min-width: 1280px;
        min-height: 720px;
        overflow: auto;
        
        .left-top-cover {
            position: absolute;
            left: 0;
            top: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_ul.png') no-repeat center / 100% 100%;
        }

        .left-line {
            position: absolute;
            left: 0;
            top: 8/@px-unit;
            bottom: 8/@px-unit;
            width: 8/@px-unit;
            background: url('/static/media/bgStroke_left.png') no-repeat center / 100% 100%;
        }

        .left-bottom-cover {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_br.png') no-repeat center / 100% 100%;
        }

        .right-line {
            position: absolute;
            right: 0;
            top: 8/@px-unit;
            bottom: 8/@px-unit;
            width: 8/@px-unit;
            background: url('/static/media/bgStroke_right.png') no-repeat center / 100% 100%;
        }

        .right-bottom-cover {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_bl.png') no-repeat center / 100% 100%;
        }

        .bottom-line {
            position: absolute;
            bottom: 0;
            left: 8/@px-unit;
            right: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_bottom.png') no-repeat center / 100% 100%;
        }

        .top-right-cover {
            position: absolute;
            top: 0;
            right: 0;
            width: 8/@px-unit;
            height: 8/@px-unit;
            background: url('/static/media/bgStroke_ur.png') no-repeat center / 100% 100%;
        }
    }

    .page-content {
        display: flex;
        padding: 45 / @px-unit 8/@px-unit 8/@px-unit 8/@px-unit;
        position: relative;
        flex-direction: column;
        height: calc(100% - @pageHeaderHeight);


        .content-center {
            display: flex;
            width: 100%;
            height: calc(100% - @RecordListHeight);
            padding: 0 24 /@px-unit;

            .left-preview {
                height: 100%;
                flex: 1;
            }

            .right-info {
                height: 100%;
                width: 40%;
                max-width: 532 /@px-unit;
                min-width: 352 /@px-unit;
            }

            
            @media screen and (max-height: 800px) {
                .right-info {
                    width: 22%;
                }
            }
        }

    }
}


._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-color: @neutral-bg-3-1-normal;
        background-image: url('/static/media/login_bg_@{theme}.jpg');
    }
    &.skin_deep {
        background: @neutral-bg-5-normal;
    }

    

    .ui5-home-wrapper {
        @navH: 56 / @px-unit; 
        height: calc(100vh - @navH);
        overflow: hidden;

        .home-tab {
            @tabNavH: (56 / @px-unit); 
            height: calc(100% - @tabNavH);
            padding-top: 40 / @px-unit;

            .ant-tabs-nav {
                height: @tabNavH;
                
            }

            .ant-tabs-tab {
                box-sizing: content-box;
                &:not(:last-child) {
                    margin-right: 32 / @px-unit;
                }

                .ant-tabs-tab-btn {
                    border: none;
                    padding: 0 !important;
                    height: 56 / @px-unit;
                }

                .ui5-tab-item {
                    color: @neutral-fg-3-normal;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    padding: 22 / @px-unit !important;
                    height: 56 / @px-unit;
                    &:hover {
                        color: @neutral-fg-1-normal;
                        svg {
                            fill: @neutral-fg-1-normal;
                        }
                    }

                    .ui5-tab-item-text {
                        font-size: 20 / @px-unit;
                        line-height: 28 / @px-unit;
                        padding: 0;
                        padding-top: 2 / @px-unit;
                        margin-left: 4 / @px-unit;
                    }

                    svg {
                        width: 32 / @px-unit;
                        height: 32 / @px-unit;
                        fill: @neutral-fg-3-normal;
                    }
                }
            }

            .ant-tabs-tab-active {
                border-bottom: 2px solid @brand-stroke-1-normal;
                .ui5-tab-item {
                    color: @neutral-fg-1-normal;

                    svg {
                        fill: @neutral-fg-1-normal;
                    }
                }
            }

            .ant-tabs-content {
                height: 100%;

                
                .text-ellipsis {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    word-break: break-all;
                    white-space: nowrap;
                }
            }

            .swiper-container {
                @topH: 155 / @px-unit; 
                
                height: calc(100vh - @topH);
                overflow: hidden;

                .swiper-wrapper {
                    padding: 0;
                    height: 100%;                    
                    text-align: center;
                    .swiper-slide {              
                        text-align: left;
                        padding-top: 40 / @px-unit;
                        height: 100%;
                        display: inline-block !important;
                        width: auto !important;
                        max-width: 100%;
                        
                        .grid-line-cards{
                            display: inline-block;
                            width: auto;
                            max-width: 100%;
                            display: flex;
                        }
                    }
                }
            }
        }
        .pagination {
            z-index: 20;
            position: absolute;
            right: 36 / @px-unit;
            top: 50%;
            text-align: center;
        }
        .swiper-pagination-switch {
            display: block;
            width: 12 / @px-unit;
            height: 12 / @px-unit;
            margin: 16 / @px-unit auto;
            border-radius: 50%;
            background: @neutral-fg-disabled !important;
            cursor: pointer;
            &:hover {
                background: @brand-fg-1-hover !important;
            }
        }
        .swiper-active-switch {
            width: 16 / @px-unit;
            height: 16 / @px-unit;
            background: @brand-fg-1-normal !important;
        }
    }
    .ui5-horizontal {
        .swiper-wrapper {
            display: flex;
        }
        .pagination {
            width: 100 / @px-unit;
            height: 32 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: space-around;
            top: 100%;
            
            left: 50%;
            .swiper-pagination-switch {
                display: inline-block;
                margin: 0;
            }
        }
    }
    

    
    [class*='m-h-icon'] {
        display: inline-block;
        width: 80 / @px-unit;
        height: 80 / @px-unit;
    }
}



._WorkClothesLib_ {
    
    
    

    .line-row {
        display: flex;
    }
}


.record-device-info, .record-device-info {
    display: flex;
    .label-normal-wrapper {
        width: 150/@px-unit !important;
    }
}
.recordBackModal {
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
}


._EventConfig_ {
    & > .page-view {
        display: flex;
        background: @neutral-bg-6-normal;
        & > .page-content-wrapper{
            margin: 16 / @px-unit;
            flex: 1;
            overflow: hidden;
            position: relative;
            & >  .page-content{
                @ContentPadding: 16 / @px-unit;
                height: calc(100vh - @navMenuHeight - @ContentPadding * 2);
                padding-bottom: 60 /@px-unit;
                background: @neutral-bg-4-normal;
                overflow: auto;
                position: relative;
                .MainPage {
                    padding: 0 @mainPagePadding @mainPagePadding @mainPagePadding;
                    &.noTabPage {
                        padding-top: @mainPagePadding;
                    }
                    .ant-tabs.card-tabs {
                        padding-top: 16/@px-unit;
                    }
                    .intell-contant-main{
                        height: 95%;
                        overflow: auto;
                        padding-right: @mainPagePadding;
                    }
                    ._Table_ {
                        .operation-button {
                            .ui5-margin-wrapper-item {
                                .label-normal-container {
                                    padding-top: 0 !important;
                                    padding-bottom: 0 !important;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    
    .operate-menu-left{
        @menuHeadHeight: 45 / @px-unit;
        @menuContentMargin: 16 / @px-unit;
        @searchTreeMargin: 12 / @px-unit;
        @listHeight: 36 / @px-unit;
        width: 260 /  @px-unit;
        height: calc(100vh - @navMenuHeight);
        background: @neutral-bg-4-normal;    
        overflow: hidden;
        border-right: 1 / @px-unit solid @neutral-stroke-2-normal;

        .menu-header {
            height: @menuHeadHeight;
            box-sizing: content-box;
            font-size: @font-size-title-m;
            font-weight: 700;
            line-height: @menuHeadHeight;
            padding: 0 16 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
            
        }
        .menu-content {
            margin: @menuContentMargin 0;
        }
        .channel-search {
            margin: 0 @menuContentMargin;
        }
        .menu-content-device {
            margin: 0 @searchTreeMargin;
        }
        .channel-item-wrapper {
            margin: 0 @searchTreeMargin;
            height: calc(100vh - @navMenuHeight - @channelTreeSearchHeight - @menuHeadHeight - @menuContentMargin * 2 - @listHeight);
            .channel-group-content .channel-item {
                margin-right: 0;
            }
            .channel-group-header {
                margin-right: 0;
            }
        }
    }

    
    .operate-menu-right {
        padding: 8 / @px-unit 16 / @px-unit;
        width: 260 / @px-unit;
        height: calc(100vh - @navMenuHeight);
        background: @neutral-bg-4-normal;
        overflow: hidden;
        border-right: 1 / @px-unit solid @neutral-stroke-2-normal;
        overflow-y: auto;
    }
}

._ClusterDevice_ {
    
    
    
    padding-top: inherit; 
    
}


._ClusterCommonModule_ {
    
    
    
    padding-top: inherit; 
    
    .info_table ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 
    .clusterModal ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 
}

.ClusterLog_detailModal{
    width: 650/@px-unit !important;
    .loginfo_Table{
        height: 290/@px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 290 / @px-unit;
    } 
    .ant-modal-footer{
        height: 53 / @px-unit;
        .ClusterLog_detailButton{
            display: flex;
            justify-content: space-between;
            .ClusterLog_btnLeft {
                display: flex;
                float: left;
            }
            .label-div-Container{
                margin-left: 10 / @px-unit;
            }
        }
    }
}
.ClusterLog_timePicker {
    display: flex;
    justify-content: space-between;
    .ClusterLog_datePicker {
        display: flex;
        .ClusterLog_right {
            margin-left: 20 / @px-unit;
        }
    }
}




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

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

.aioverview_tooltip_icon{
    .ant-popover-inner{
        padding: 8/@px-unit 12/@px-unit;
        .table-icon-tooltip{
            div{
                display: flex;
                justify-content: center;
                &>span:first-child{
                    margin-right: 8/@px-unit;
                    color: @neutral-fg-3-normal
                }
            }
            .tooltip-left-green {
                color: @status-success-fg-1-normal
            }
        }
    }
}

.aioverview_process_popover {
    .ant-popover-inner{
        padding: 0 12/@px-unit 8/@px-unit 12/@px-unit;
        .pop-content{
            width: 300/@px-unit;
            line-height: 32/@px-unit;
            .pop-tab{
                padding-top: 8/@px-unit;
                border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
                display: flex;
                justify-content: space-between;
            }
            &>.pop-tab:last-child {
                border-bottom: 0;
            }
            .pop-right{
                text-align: end;
            }
        }
    }
}



@lightBg: rgba(0, 0, 0, 0.08);
@lightBgHover: rgba(0, 0, 0, 0.16);
@bg: {
    deep: @neutral-bg-4-normal, @neutral-bg-4-hover; 
    light: @neutral-bg-4-hover, @neutral-bg-4-normal 
}

@bgHover: {
    deep: @neutral-bg-4-normal, @neutral-bg-1-hover-1; 
    light: @neutral-bg-4-hover, @neutral-bg-4-normal 
}


@bgColorForTheme: if(@theme = deep, @bg[deep], @bg[light]);
@bgColor: extract(@bgColorForTheme, 1); 
@leftBgColor: extract(@bgColorForTheme, 2); 


@bgHoverForTheme: if(@theme = deep, @bgHover[deep], @bgHover[light]);
@bgHoverColor: extract(@bgHoverForTheme, 1); 
@bgLeftHoverColor: extract(@bgHoverForTheme, 2); 


.triangle {
    width: 400 / @px-unit;
    height: 168 / @px-unit;
    background-color: @neutral-bg-4-normal;
    margin: 0 20 / @px-unit 40 / @px-unit;
    display: flex;
    border-radius: 8 / @px-unit;
    position: relative;
    &:hover {
       .triangle-left {
        background-color: @neutral-bg-1-hover-1;
        &-line {
            background-color: @brand-stroke-1-hover;
        }
       }
       .triangle-container {
        .triangle-top-left {
            border-top: 168 / @px-unit solid @neutral-bg-1-hover-1; 
            border-right: 70 / @px-unit solid transparent; 
        }
      }
    }
        .triangle-left {
            width: 200 / @px-unit;
            height: 100%;
            background-color: @neutral-bg-4-hover;
            border-radius: 8 / @px-unit 0 0 8 / @px-unit;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 8 / @px-unit;
            padding-left: 28 / @px-unit;
            &-title {
                width: 176 / @px-unit;
                color: @neutral-fg-1-normal;
                font-size: 22 / @px-unit;
                font-weight: 700;
                opacity: 1;
                line-height: 30 / @px-unit;
                white-space: pre-wrap;
            }
            &-line {
                width: 48 / @px-unit;
                height: 4 / @px-unit;
                border-radius: 2 / @px-unit;
                background-color: @neutral-stroke-1-normal;
                transition: background-color 0.3s ease-in-out;
            }
        }
         .triangle-container {
            width: 70 / @px-unit;
            height: 100%;
            position: relative;
            .triangle-top-left {
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                border-top: 168 / @px-unit solid @neutral-bg-4-hover; 
                border-right: 70 / @px-unit solid transparent; 
            }
         }
    .triangle-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.triangle-light {
    background: rgba(0, 0, 0, 0.08);
    .triangle-left {
        background-color: @neutral-bg-4-normal;
    }
    .triangle-container {
        .triangle-top-left {
            border-top-color: @neutral-bg-4-normal;
        }
    }
    &:hover {
        background: rgba(0, 0, 0, 0.16);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
        .triangle-left {
            background-color: @neutral-bg-4-normal;
        }
        .triangle-container {
            .triangle-top-left {
                border-top-color: @neutral-bg-4-normal;
            }
        }
    }
}



.ui5-grid-item {
    display: inline-flex;
    cursor: pointer;
    padding: 32 / @px-unit;
    border-radius: 8/ @px-unit;
    background-color: @neutral-bg-4-normal;
    margin: 0 20 / @px-unit 40 / @px-unit;
    overflow: hidden;

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

    .ui5-grid-item-title {
        font-size: 24 / @px-unit;
        line-height: 30 / @px-unit;
        font-weight: 700;
        color: @neutral-fg-1-normal;
    }

    .ui5-grid-item-submenu {
        max-height: 192 / @px-unit;
        .sub-item {
            font-size: 16 / @px-unit;
            line-height: 24 / @px-unit;
            color: @neutral-fg-3-normal;

            &:hover {
                color: @neutral-fg-1-normal;
                &::before {
                    background-color: @neutral-fg-1-normal;
                }
            }
        }
    }
}

.ui5-grid-left {
    height: 186 / @px-unit;
    min-height: 186 / @px-unit;
    width: 470 / @px-unit;
    min-width: 470 / @px-unit;
    margin: 0 24 / @px-unit 48 / @px-unit;
    display: inline-flex;

    .ui5-grid-item-img {
        height: 100 / @px-unit;
        flex: 0 0 100 / @px-unit;
        margin-right: 32 / @px-unit;
        background-size: contain;
        
        background-repeat: no-repeat;
    }

    .ui5-grid-item-content {
        flex: 1;

        .ui5-grid-item-title {
            margin-bottom: 24 / @px-unit;
        }

        .ui5-grid-item-submenu {
            display: flex;
            flex-wrap: wrap;
            height: 64 / @px-unit;

            .sub-item {
                flex: 0 0 45%;
                padding-right: 4 / @px-unit;
            }
            .long-sub-item {
                flex: 0 0 100%;
            }
        }
    }
}
.empty-grid {
    visibility: hidden;
}




._WorkClothesLib_ {
    .page-view {
    }
}
.outtopView {
    display: flex;
    justify-content:space-between;
    padding-top: 12 / @px-unit; 
    align-items: center;
}
.spaceValue {
    display: flex;
    justify-content:space-between;
}



.lib-progress-box {
    min-width: 240 / @px-unit;
    width: max-content;
    height: 36 / @px-unit;
    text-align: right;
    .label-div-Container,
    .label-normal-container {
        padding: 0 !important;
        .label-normal-wrapper,
        .ant-progress {
            width: 240 / @px-unit !important;
            line-height: 1;
        }
    }
    .text-box {
        display: flex;
        justify-content: flex-end;
        color: @neutral-fg-3-normal;
        .percent-value {
            color: @neutral-fg-2-normal;
        }
        >div{
            word-break: break-all;
        }
    }

    .lib-color-green {
        .ant-progress-bg {
            background-color: @status-success-stroke-1-normal;
        }
    }
    .lib-color-yellow {
        .ant-progress-bg {
            background-color: @status-warning-stroke-1-normal;
        }
    }

    .lib-color-red {
        .ant-progress-bg {
            background-color: @status-error-stroke-1-normal;
        }
    }
}




.Ocx_download_bottom{
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10/@px-unit 0;
    background: @neutral-bg-3-normal;
    color: @neutral-fg-2-normal;
    z-index: 10000;
    span{
        padding-top: 6/@px-unit;
        display: inline-block;
    }
    a {
        text-decoration: underline;
        color: @brand-fg-link-normal;
        &:hover {
            color: @brand-fg-link-hover;
        }
    }
    .closeBtn{
        float: right;
        margin-right: 20/@px-unit;
        border: 1/@px-unit solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
        border-radius: 4/@px-unit;
        padding: 4/@px-unit 10/@px-unit;
        cursor: pointer;
        &:hover{
            color: @brand-fg-1-hover;
            border-color: @brand-stroke-1-hover;
        }
    }
}

.plugin_confirm_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.45);
}

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

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

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

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

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

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

}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}
.import_Result{
    display: flex;
    flex-direction: row;
}
.localtag_RightBtnDiv{
    display: flex;
    flex-direction: row;
    float: right;
}

.Ocx_download_center{
    z-Index: 9999;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: @ocxBg;
    .pluginMsg {
        left: 50%;
        top: 50%;       
        transform: translateX(-50%);
        position: absolute;
        width: auto;
        max-width: 80%;
        border-bottom: 1/@px-unit dashed @neutral-fg-3-normal;
        a{
            color: @neutral-fg-3-normal;
        }
        &:hover {
            border-bottom: 1/@px-unit dashed @brand-fg-1-normal;
            a{ 
                color: @brand-fg-1-normal;
            }
        }
    }
}


.in-page-modal {
    position: absolute;
    .ant-modal {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        .ant-modal-header{
            width: 100%;
            .modal-title {
                display: flex;
                align-items: center;
                >span {
                    margin-left: 12 / @px-unit;
                    line-height: 30 / @px-unit;
                }
            }
    }
    }
}

._FaceLib_ {
    @modalFooterHeight: 60 / @px-unit; 
    @preEmptyHeight: 300 / @px-unit; 
    @modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 

    margin: 0;

    .ant-modal-body{
        width: 100%;
        max-width: 100%;
    }
    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y:auto !important;
        overflow-x: auto !important;
        
        .ant-modal-footer {
            position: absolute;
            overflow: hidden;
            height: @modalFooterHeight;
            width: 100%;
            bottom: 0/@px-unit;
            right: 0/@px-unit;
        }
 
        .picContent {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            height: 100%;
            padding: 0 !important;
            .picLeftContent {
                width: 100%;
                height: @modalPicContentHeight;
                
                overflow-y: auto;

                .picCardItem {
                    width: 310 / @px-unit;
                    height: 174 / @px-unit;
                    margin-right: 16 / @px-unit;
                    margin-bottom: 20 / @px-unit;
                    background-color: @neutral-bg-4-normal;
                    border: 1px solid @neutral-stroke-2-normal;
                    position: relative;
                    float: left;
                    cursor: pointer;
                    padding-left: 4 / @px-unit;
                    &:hover {
                        border:1px solid @brand-stroke-1-hover;
                    }

                    .PersonPic {
                        display: block;
                        height: 140 / @px-unit;
                        width: 45%;
                        margin: 4 / @px-unit 0;
                        float: left;
                    }

                    .InfoContent {
                        width: 55%;
                        height: 100%;
                        float: left;
                        padding-left: 8/@px-unit;
                        padding-top: 8/@px-unit;
                        &>div {
                            line-height: 20 / @px-unit;
                            margin-top: 8 / @px-unit;
                            color:@neutral-fg-2-normal;
                            display: flex;
                            align-items: center;
                            .card-label { 
                                flex:0 0 20 / @px-unit;
                                margin-right: 8 / @px-unit; 
                                display: flex;
                                align-items: center;
                            }
                            .card-text {
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                                color: @neutral-fg-2-normal;
                            }
                        }
                    }



                }
            }

            .picRightContent {
                width: 480 / @px-unit;
                height: @modalPicContentHeight;
                overflow-y: auto;
                .checked_div{
                    position:relative;
                    width: 150/@px-unit;
                    height: 150/@px-unit;
                    float: left;
                }
                .delete_icon{
                    position: absolute;
                    right: -18 /@px-unit;
                    top: 2 /@px-unit;
                    display: none;
                }
                .Thumbnail {
                    display: block;
                    width: 120/@px-unit;
                    height: 135/@px-unit;
                    float: left;
                    margin: 1rem 2rem;
                }
                .checked_div:hover .delete_icon{
                    color: @status-error-fg-1-normal;
                    display: block;
                }
            }
        }
        .picContentLoading{
            width: 100%;
            height: 100%;
        }
        .face-check-item {
            position: absolute;
            left: 10 / @px-unit;
        }
        .active {
            box-shadow: none !important;
        }
        .buildStatus {
            padding-left: 12 / @px-unit;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 32 / @px-unit;;
            line-height: 32 / @px-unit;
            background-color: @neutral-bg-4-hover;
            
            &-2{
                color: @status-success-fg-1-normal;
            }
            
            &-1{
                color: @status-error-fg-1-normal;
            }
        }

        .pageLine {
            margin-top: 10/@px-unit;
            display: flex;
            justify-content: space-between;
        }

        .ant-modal-body {
            padding: 10/@px-unit 24/@px-unit;
        }
    }
}
.center-modal {
    margin: 0 auto;
    top: 50 / @px-unit;
    bottom: 50 / @px-unit;
    min-width: 1420 / @px-unit !important;
    width: 1420 / @px-unit !important;
     .ant-modal {
        width: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        .picCardItem  {
            height: 150 / @px-unit !important;
            .buildStatus {
                display: none;
            }
        }
    }
}
.modifyConfig {
    float: right;
}


.personRegistry {
    width: 678/@px-unit;
    min-width: 678/@px-unit;
    height: 600/@px-unit;
    min-height: 600/@px-unit;

    .ant-modal-body {
        display: flex;
        width: 100%;
        height: 450 /@px-unit;
    }

    .ant-modal-footer {
        height: 66 / @px-unit;
    }

    .facePath {
        width: 140/@px-unit;
        height: 160/@px-unit;
        margin: 0/@px-unit 20/@px-unit;
        margin-right: 40/@px-unit;
        background-size: cover;
        border: 1px dashed gray;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        .person_edit_image {
            position: absolute;