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


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

    }
}



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

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


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

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


._CrowdDistriRuleConfig_ {
    * {
        font-family: "arial", "Microsoft YaHei UI", "Microsoft YaHei" !important;
    }
    .aiRuleSet {
        padding: 16 / @px-unit 0  60 / @px-unit;
    }
}



._ExactSearchPlayBack_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
    }
}


._ExactSearchPlayBack_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        .type-tabs {
            
            overflow: hidden;
            .ant-tabs-nav {
                .ant-tabs-tab-btn {
                    width: 136 / @px-unit;
                    font-size: 16 / @px-unit;
                }
            }

            .ant-tabs-content {
                height: 100%;
                .ant-tabs-tabpane {
                    height: 100%;
                }
            }

            .img-search-items{
                padding: 16 / @px-unit;
                display: flex;
                height: 100%;
                flex-direction: column;
            }
        }

        .collapsed {
            flex: 1;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;

            &.isHidden {
                max-height: 0;
            }
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }

        .cut-image-type {
            padding: 0 !important;
            
            .labelSelect {
                width: 250/ @px-unit !important;
            }
        }

        .similarity {
            display: flex;
            padding-top: 8 / @px-unit;
            align-items: flex-end;

            .similarity-slider {
                padding: 0 !important;
                margin-bottom: 10 / @px-unit;
                .labelSlider-center {
                    margin: 0;
                    .ant-slider {
                        margin: 0;
                    }
                }
                .label-normal-behind {
                    display: none;
                }
                .label-normal-wrapper {
                    width: 100%;
                }
            }

            .similarity-input {
                padding: 0 !important;
                display: flex;
            }
        }

    }
}


._EventPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .table-content {
                height: 100%;
                ._Table_ {
                    height: 100%;
                    padding: 0;
                }
            }
           

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}


._ExactSearchPlayBack_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: auto;
            flex: auto;
            flex-wrap: wrap;
            display: flex;
            align-content: flex-start;

            .middle-layout-loading {
                display: flex;
                flex-direction: column;
                justify-content: center;
                width: 100%;
                height: 100%;
            }

            .selected-card {
                border-color: @brand-stroke-1-hover;
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 52 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

}


._ElevatorDetect_ {
    .fd_right {
        width: 495 / @px-unit;
    }

    .channelSelect {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .intel-scheme-jumt-tips {
        padding-top: 18 / @px-unit;

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

            .label-button .ant-btn {

                height: auto;
                padding: 0;
            }
        }
    }
}


._EventPlayBack_ {
    .title {
        width: 100%;
        margin-top: 8 / @px-unit;
        margin-bottom: 4 / @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
            .label-normal-container {
                width: 100%;
                .label-normal-wrapper {
                    width: 100% !important;
                    .labelCheckboxGroup {
                        display: flex;
                        flex-direction: column;
                        gap: 12 / @px-unit;
                    }
                }
            }
            .extend-select {
                position: absolute;
                width: 52%;
                right: 16 / @px-unit;
                bottom: 92 / @px-unit;
            }
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
        }

        .bottom-content {
            padding: 8 / @px-unit 16 / @px-unit;
            border-top: 1 / @px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250 / @px-unit;
                }
            }
        }
    }
}


@minModalConentWidth: 1800 / @px-unit; 
@modalFooterHeight: 60 / @px-unit; 
@preEmptyHeight: 240 / @px-unit; 
@modalPicContentHeight: calc(100vh - @navMenuHeight - @modalFooterHeight - @preEmptyHeight); 


._IVSScheme_ {
    padding-top: 20 / @px-unit !important;
    height: auto !important;

    >.label-div-Container {
        height: 0;
        overflow: hidden;
    }

    .cap-item {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        font-size: 100px !important;
        cursor: pointer;
    }

    .scene-container {
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 48 / @px-unit;

        .scene-box {
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 4 / @px-unit;
            flex: 0 0 596 / @px-unit;
            margin-right: 16 / @px-unit;
            padding: 16 / @px-unit;
            padding-right: 4 / @px-unit;
            margin-bottom: 40 / @px-unit;

            .scene-title {
                display: flex;
                margin-bottom: 16 / @px-unit;
                font-size: 14px;
                justify-content: space-between;
                color: @neutral-fg-2-normal;
                align-items: center;
                padding-right: 12/ @px-unit;
            }
        }

        .preset-form,
        .scene-box-global {
            flex: 0 0 95%;
            border: 0;
            padding: 0;

            .scene-title {
                font-size: @font-size-title-s;
            }
        }

        .preset-form {
            margin-bottom: 12/ @px-unit;

            .preset-form-title {
                font-size: @font-size-title-s;
            }
        }
    }

    .hide {
        display: none;
    }

    .ui5-cap-wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

        .ui5-cap-item {
            width: 274 / @px-unit;
            height: 60 / @px-unit;
            margin-right: 12 / @px-unit;
            margin-bottom: 12 / @px-unit;
            display: flex;
            background-color: @neutral-bg-4-normal;
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 4 / @px-unit;
            align-items: center;
            padding-left: 16 / @px-unit;
            padding-right: 16 / @px-unit;
            cursor: pointer;

            .cus_panel {
                width: 48 / @px-unit !important;
                height: 48 / @px-unit !important;

                svg {
                    width: 48/ @px-unit;
                    height: 48/ @px-unit;

                    path {
                        color: @neutral-fg-3-normal;
                    }
                }
            }

            
            
            
            
            .ui5-cap-item-text {
                flex: 1;
                margin: 8/ @px-unit;
                color: @neutral-fg-2-normal;
                word-break: break-all;
                overflow: auto;
                height: 100%;
                display: flex;
                align-items: center;
            }
        }

        .ui5-cap-item-disabled {
            cursor: not-allowed;
        }
    }

    .ui5-cap-wrapper-one {

        margin-top: 12/ @px-unit;
    }
}

.preset-dropdown {
    min-width: 300 / @px-unit !important;
    max-height: 300 / @px-unit;
    overflow-y: auto;
}


.intel-scheme-jumt-tips {
    display: inline-flex;
    align-items: center;

    .label-normal-container  {
        padding-bottom: 0 !important;
    }
    &.can-click:hover {
        
    }
    .tip-point {
        display: inline-block;
        width: 12 / @px-unit;
        height: 12 / @px-unit;
        border-radius: 50%;
        background: @status-error-fg-1-normal;
        margin-right: 8 / @px-unit;
        cursor: default;
    }
    .tip-text {
        color: @neutral-fg-3-normal;
        margin-right: 8 / @px-unit;
        cursor: default;
    }
    .tip-button {
        width: auto;
        .labelText-wrapper {
            display: flex;
            align-items: center;
        }
    }
}

.IntelSchemePanelwrap {
    .ant-modal-header {
        width: 100%;
    }

    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .ant-modal-content {
        border: none !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto !important;
        overflow-x: auto !important;
    }

    .topView {

        .label-div-Container {
            .label-normal-behind {
                width: max-content !important;
                padding-right: 8 / @px-unit;
            }
        }
    }

    .picContent {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: @modalPicContentHeight;
    }

    .pageLine {
        margin-top: 10/@px-unit;
        display: flex;
        justify-content: space-between;
    }

}


._HeatMapTemperReport_ {
    .week-label {
        width: 100%;
        padding: 0 10%;
        .week-label-wrap {
            width: 100%;
            display: flex;
            .label-item {
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }
    }
    .selector-wrap {
        &green {
            .ant-checkbox-inner {
                background-color: #1ee17f !important;
            }
        }
        &red {
            .ant-checkbox-inner {
                background-color: #ff4f4f !important;
            }
        }
        &yellow {
            .ant-checkbox-inner {
                background-color: #fdfc00 !important;
            }
        }
    }
}



._OtherIPCModal_ {
    
    
    
    min-width: 780px;

    
    ._StepsHeader_ {
        display: flex;
        align-items: center;
        justify-content:center;
        border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;

        .headerText{
            text-align: center;
            width: 200 / @px-unit;
            font-size: 16px;
        }
        
        
        
        
        .headerText_current{
            color: @brand-fg-1-normal;
        }
        .headerIcon_current {
            fill: @brand-fg-1-normal;
        }
    }
    .PromptTip {
        margin: 175 / @px-unit;
        width: 780 / @px-unit;
        .PromptTipText{
            width: 100% !important;
        }
    }
    .ResetContainer {
        width: 100%;
        display: flex;
        flex: 50%;
        height: 480 / @px-unit;
        margin-top: 20 / @px-unit;

        .left {
            flex: 1;
            height: 100%;
            .label-normal-container {
                padding-bottom: 0 !important;
                padding-top: 0 !important;
            }

            .ResetInfoTip {
                width: 540 / @px-unit;
                .ResetInfoTipText{
                    width: 100% !important;
                }
                .cmpLabelText.spaceBreak {
                    width: 100% !important;
                }
            }
            display: flex;
            align-items: center;
            justify-content: center;

            .qrcodes {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-around;
                
                canvas, img {
                    width: 220/ @px-unit !important;
                    height: 220/ @px-unit !important;
                }
                .qrcodesImg {
                    width: 250/ @px-unit !important;
                    height: 250/ @px-unit !important;
                }
            }
        }
        .right {
            flex: 1;
            height: 100%;
            border-left: 1 / @px-unit solid @neutral-stroke-2-normal;
            display: flex;
            align-items: center;
            justify-content: center;
            
            
            
            .contactform {
                
                
                
                
                .label-div-Container:nth-child(2) {
                    text-align: right;
                }
            }
        }
        .QR_background {
            width: 250 / @px-unit;
            height: 250 / @px-unit;
            padding: 15 / @px-unit;
            background-color: @QRCodeBg;
        }
        .QRNumberDiv {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            .label-normal-wrapper {
                text-align: center;
            }
        }
    }
}



._HistoryEvent_ {
    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        .left-layout {
            height: 100%;
            display: flex;
            flex-direction: column; 
            .title {
                padding: 10 / @px-unit 16 / @px-unit 0 16 / @px-unit;
            }
            .channel-list {
                flex: 1;
                overflow: hidden;
                padding-bottom: 16 / @px-unit;
            }
            .bottom-content {
                padding: 8/ @px-unit 16/ @px-unit;
                border-top: 1/@px-unit solid @neutral-stroke-2-normal;
                .search-btn {
                    width: 100%;

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

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

._ExperienceDetialModal_wrap {
    position: absolute;
}
._ExperienceDetialModal_ {
    @preEmptyH_Exp_Detail: 290 / @px-unit; 
    @detailContentH_Exp: calc(100vh - @navMenuHeight - @preEmptyH_Exp_Detail); 
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    .ant-modal-header{
        width: 100%;
        .modal-title {
            display: flex;
            align-items: center;
            >span {
                margin-left: 12 / @px-unit;;
                line-height: 30 / @px-unit;;
            }
        }
    }
    .ant-modal-body{
        width: 100%;
        
    }
    .ant-modal-content {
        border: none !important;
        width: 100% !important;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        .label-normal-behind   {
            width: max-content !important;
            padding-right: 8 / @px-unit;
        }
        
        margin-right: 12/ @px-unit;
    }

    .detailContainer {
        height: @detailContentH_Exp;

        .detailHeader {
            display: flex;

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

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

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

            .detailCard {
                width: 220 / @px-unit;
                height: 182 / @px-unit;
                margin-right: 16 / @px-unit;
                margin-bottom: 20 / @px-unit;
                background-color: @neutral-bg-4-normal;
                border: 1px solid @neutral-stroke-2-normal;
                position: relative;

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

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

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



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

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


}



._SlicePlayback_ {
  height: 100%;
  cursor: default;

  .cards-view {
    display: flex;

    height: 100%;

    .slice-info-panel {
      flex: 1 1 956 / @px-unit;
      background-color: @neutral-bg-5-normal;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .slice-tip {
      display: flex;
    }

    .slice-tip-hover {
      margin-right: 8 / @px-unit;

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

    .slice-play-panel {
      flex: 0 1 590 / @px-unit;
      background-color: @neutral-bg-4-normal;
      height: 458 / @px-unit;
      overflow: hidden;
    }

    .slice-cards-top {
      height: 55/ @px-unit;
      border-bottom: 1px solid @neutral-stroke-2-normal;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10 / @px-unit;
    }

    .slice-cards-main {
      
      display: flex;
      padding: 0 14/ @px-unit;
      flex-wrap: wrap;
      
      overflow-y: auto;
      
      
      
    }

    .cards-box {
      width: 288 / @px-unit;
      height: 174 / @px-unit;
      border: 1/ @px-unit solid @neutral-stroke-2-normal;
      margin: 8 / @px-unit;

      
      
      
      &:hover {
        .cards-bottom-action {
          display: flex;
        }
      }
    }

    .cards-box-selected {
      border-color: @brand-bg-1-selected;
    }

    .cards-img {
      
      width: 100%;
      height: 140 / @px-unit;
      background-size: cover;
    }

    .card-img-empty {
      display: flex;
      flex-direction: column;
      align-items: center;

      .empty-img {
        width: 60 / @px-unit;
        height: 60 / @px-unit;
        margin: 24 / @px-unit 0 10/@px-unit 0;
        background-image: url('/static/media/noVideo_@{theme}.png');
        background-size: cover;
      }
    }

    .cards-bottom {
      width: 100%;
      height: 32/ @px-unit;
      background-color: @neutral-bg-4-hover;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 4 / @px-unit;
      position: relative;

      .cards-bottom-action {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 32/ @px-unit;
        
        align-items: center;
        padding: 4 / @px-unit;
        background-color: @neutral-bg-4-hover; 
        flex-direction: row-reverse;
        display: none;
      }

      .cards-bottom-action-back {
        background-color: @neutral-bg-4-normal;
      }
    }
  }

  .middle-layout {
    display: flex;
    flex-direction: column !important;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: @neutral-bg-5-normal;

    .ant-empty-image {
      height: 160 / @px-unit;
    }

  }
}


._DepthCalibration_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._AIReportBase_ {
    .middle-layout {
        width: 100% !important;
        margin: 0;
        flex: 1;

        height: calc(100vh - @navMenuHeight);
        overflow-y: auto;
        background-color: @neutral-bg-5-normal;
        @diffHeight: 100 / @px-unit;
        padding: 16 / @px-unit;

        .chart-operate {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .drop-export {
                max-width: 200 / @px-unit;

                .ant-btn-compact-first-item {
                    padding: 0 8/@px-unit;
                    display: flex;
                    align-items: center;

                    svg {
                        font-size: 20/@px-unit;
                        margin: 0 4/@px-unit;

                        path {
                            fill: currentColor;
                        }
                    }
                }

                .ant-dropdown-trigger {
                    display: flex;
                    align-items: center;
                    justify-content: center;

                    path {
                        fill: currentColor;
                    }
                }
            }

            .chart-right {
                display: flex;
                align-items: center;

                .label-normal-behind {
                    width: max-content !important;
                }

                .chart-type-switch {
                    margin-left: 12 / @px-unit;
                    height: 36 / @px-unit;
                    display: flex;
                    align-items: center;

                    >div {
                        background-color: @neutral-bg-2-normal;
                        cursor: pointer;
                        border: 1px solid @neutral-stroke-1-normal;
                        border-radius: 0;
                    }

                    .active-icon {
                        border: 1px solid @brand-stroke-1-normal;
                    }
                }
            }
        }

        .chart-photo {
            width: 100%;
            height: calc(100vh - @navMenuHeight - @diffHeight);
        }
    }
    .ant-spin-nested-loading > div > .ant-spin {
        max-height: 100%; 
         .ant-spin-dot {
            @diffWidth: 160 / @px-unit;
            left: calc(50% + @diffWidth);
         }
    }
    .middle-layout-empty {
        display: flex;
        flex-direction: column;
        justify-content: center;

        .ant-empty-image {
            height: 160 / @px-unit;
        }
    }
}


.editable-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid @neutral-stroke-2-normal;
    border-bottom: none;

    .editable-list-title {
        flex: none;
        display: flex;
        justify-content: space-between;
        padding: 8 / @px-unit 16 / @px-unit;
        color: @neutral-fg-2-normal;
        background-color: @neutral-bg-4-hover;
        border-bottom: 1px solid @neutral-stroke-2-normal;
        margin-top: -1 / @px-unit;

        .title-label {
            display: flex;
            align-items: center;
        }
    }

    .editable-list-content {
        flex: 1;
        overflow-y: auto;
        padding: 4 / @px-unit;
    }

    .editable-item {
        display: flex;
        height: 36 / @px-unit;
        line-height: 32 / @px-unit;
        padding: 2 / @px-unit 8 / @px-unit;
        color: @neutral-fg-2-normal;

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

        .item-label {
            flex: 1;
            width: 0;
        }

        .item-icon {
            flex: none;
        }

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

    .editable-item-active {
        background-color: @brand-bg-2-selected;
    }
}



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

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

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

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


.area-color-dropdown {

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

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


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

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

        .hidden-box {
            display: none;
        }

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

            .label-normal-behind {
                padding: 0;

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

            .search-btn {
                width: 100%;

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



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



._RealTimeEvents_ {
    .left-layout {
        .EventTable {
            
            .ant-table-filter-column {
                align-items: center;
            }
            .collected_icon {
                color: @status-yellow-fg-1-normal;
            }
        }
    }

    ._Table_ {
        padding-top: 0;
    }
}
.RealTimeEvents-FilterDropdown {
    padding-left: 10 / @px-unit;
}


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


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


._CheckBoxGroupModal_ {
    max-height: calc(100vh - 50vh);
    height: auto;
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 46%;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
    .label-normal-behind{
        
        line-height: 28 / @px-unit;
    }
}



.smd-filter-contain {
  .label-normal-wrapper {
    width: inherit !important;
  }

  .ant-checkbox-group {
    display: flex;
    flex-direction: column;

    .ant-checkbox-wrapper {
      padding: 4 / @px-unit;
    }


  }
}


.slice-menu-panel {
  display: flex;
  flex-direction: column;
  cursor: default;

  .slice-menu-item {
    height: 36/ @px-unit;
    line-height: 36 / @px-unit;
    padding-left: 10 / @px-unit;

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