        .boss {
            font-weight: bold;
        }

        p {
            margin-bottom: 5px;
        }
    }
    .table-body {
        margin: 0;
        text-align: center;
    }
    .ant-table-body {
        min-height: 150px;
    }
}



._VideoOSD_ {
    .pageMenu {
        height: 100%;
    }
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0 0/@px-unit 0 0;
    }
}



.UploadFileModal {
    .ant-modal-content {
        .ant-modal-body {
            .label-normal-container {
                .label-normal {
                    float: none;
                    color: @neutral-fg-3-normal;
                    margin-bottom: 4 / @px-unit;
                }
            }
        }
        .ant-modal-footer {
            .ant-space {
                justify-content: flex-end;
            }
        }
    }
}


@IntervalHeight: 16 / @px-unit;  

._AlarmHubManage_ {
    width: 100%;
    height: 100%;
    .page-view{
        height: 100%;
    }
    ._Table_ .device-table .ant-table-body {
        min-height: 240 / @px-unit !important;
    }
    .device-interval{
        width: 100%;
        min-height: @IntervalHeight;
        background-color: @neutral-bg-6-normal;
    }
    .device-title{
        color: @neutral-fg-1-normal;
        font-size: 18 / @px-unit;
        font-weight: 400;
        line-height: 26 / @px-unit;
        margin-bottom:  8 / @px-unit;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .collapse-list-btn{
            display: flex;
            align-items: center;
            height: 36 / @px-unit;
            cursor: pointer;
            color: @brand-fg-1-normal;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            padding: 0 12 / @px-unit;
            &:hover{
                color: @brand-fg-1-hover;
                .cus_panel {
                    color: @brand-fg-1-hover;
                }
            }
            &:active{
                color: @brand-fg-1-active;
                .cus_panel {
                    color: @brand-fg-1-active;
                }
            }
            .cus_panel{
                transform: rotate(0deg);
            }
            .cus_panel.foldAllDevice{
                transform: rotate(180deg);
            }
            .collapse-list-text{
                margin-left: 8 / @px-unit;
            }
        }
    }

    .btn-bar {
        display: flex;
        .label-div-Container {
            margin-right: 8 / @px-unit;
        }
        .label-normal-wrapper{
            line-height: normal;
        }
    }
    @foldAllDeviceHeight: 68 / @px-unit; 

    
    .search-device-table {
        padding: 16 / @px-unit;
        height: 50%;
        min-height: 300 / @px-unit;
        &.foldAllDevice{
            height: @foldAllDeviceHeight;
            min-height: @foldAllDeviceHeight;
            overflow: hidden;
        }
        ._Table_ {
            margin-bottom: 8 / @px-unit;
            @TopHeaderHeight: 106/@px-unit; 
            height: calc(100% - @TopHeaderHeight);
            .m-table-hideEmpty,.m-table-showEmpty, .ant-table-wrapper,.ant-spin-nested-loading,.ant-spin-container,.ant-table,.ant-table-container{
                height: 100%;
            }
            .ant-table-body {
                min-height: 80/@px-unit!important;
                height: calc(100% - @tableTheadThHeight)!important;
                max-height: calc(100% - @tableTheadThHeight)!important;
            }
        }
    }


    
    .added-device-table{
        padding: 16 / @px-unit;
        height: calc(50% - @IntervalHeight);
        min-height: 300 / @px-unit;
        &.foldAllDevice{
            height: calc(100% - @IntervalHeight - @foldAllDeviceHeight);
        }
        ._Table_{
            @TopHeaderHeight: 100/@px-unit; 
            height: calc(100% - @TopHeaderHeight);
            .m-table-showEmpty, .ant-table-wrapper,.ant-spin-nested-loading,.ant-spin-container,.ant-table,.ant-table-container{
                height: 100%;
            }
            .ant-table-body {
                min-height: 80/@px-unit!important;
                height: calc(100% - @tableTheadThHeight)!important;
                max-height: calc(100% - @tableTheadThHeight)!important;
            }
        }
    }

    .manage-table-icon-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.iot-manual-modal{
    ._Table_ .device-table .ant-table-body {
        min-height: 160 / @px-unit !important;
    }
}


._RemotePassword_ {
    .page-view {
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
}




@titleHeight: 50/@px-unit;
@leftMenuWidth:280/ @px-unit;

._AlarmGroupManage_ {
    overflow: hidden;
    .page-view {
        display: flex;
        height: 100%;
        .left-menu {
            flex: none;
            width: @leftMenuWidth;
            border-right: 1/@px-unit solid @neutral-stroke-2-normal;

            .title {
                display: flex;
                width: 100%;
                background-color: @neutral-bg-4-hover;
                height: @titleHeight;
                justify-content: space-between;
                align-items:center;
                padding-left: 16/@px-unit;
                padding-right: 8/@px-unit;
                font-weight: 700;
                font-size: 14/@px-unit;
                line-height: @titleHeight;
                color:@neutral-fg-1-normal;

                border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;

                .cus_icons {
                    cursor: pointer;
                }
            }

            .group-sideMenu {
                overflow-y: auto;
                height: calc(100% - @titleHeight);
                
                .menu-item {
                    cursor: pointer;
                    display: flex;
                    height: 36/@px-unit;
                    padding: 2/@px-unit 10/@px-unit 2/@px-unit 8/@px-unit;
                    border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
                    line-height: 32/@px-unit;
                    .cus_icons {
                        line-height: 60/@px-unit;
                    }
                    .group-status {
                        display: flex;
                        align-items: center;
                        margin-right: 4/@px-unit;
                    }
        
                    .group-name {
                        flex: 1;
                    }
        
                    .group-operation{
                        display:flex;
                        align-items: center;
                        flex: none;
                        cursor: pointer;
                    }

                    &.edit-menu-item {
                        padding: 2/@px-unit 4/@px-unit;

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

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

        .table-content {
            width: calc(100% - @leftMenuWidth);
            padding: 0  16/@px-unit  16/@px-unit;

            .btn-bar {
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding: 16 / @px-unit 0;

                .btn-left {
                    display: flex;
                }

                .label-div-Container {
                    margin-right: 8 / @px-unit;
                    .label-normal-container {
                        padding: 0 !important;
                    }
                }
            }

            ._Table_ {
                margin-top: 0;
                height: calc(100% - @titleHeight);
                margin-right: 1/@px-unit;
                padding-top: 0 !important;
    
                >.m-table-showEmpty {
                    height: 100%;
                    >.ant-table-wrapper{
                        height: 100%;
    
                        .ant-table{
                            height: 100%;
                            >.ant-table-container{
                                height: 100%;
                            }
                        }
                    }
                }
    
                .ant-table-body {
                    min-height: calc(100% - @titleHeight);
                }
            }

            
            
            
            

            
            
            
            
        }
    }
}

.side-button {
    background-color: transparent;
    border: none;
    outline: none;
}


._AddedDevice_ {
    .camera-connecting {
        color: @neutral-fg-disabled;
    }
}

.copy-modal__wrap{
    max-height: 400 / @px-unit;
    overflow: hidden;
    overflow-y: auto;
}

.copy-modal__item{
    display: flex;
    flex-wrap: wrap;
}


._DeveloperLog_ {
    .FlexLine{
        display: flex;
        .LogLevel{
            margin-left: 100 / @px-unit;
        }
        .log-tip {
          color: @errorColor;
        }
    }
    .batch-download {
        &-contain {
            display: flex;
            align-items: center;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 

}


._Update_ {
    .ant-btn::before {
        background: none !important;
    }

    .UpdateLine {
        display: flex;
        align-items: center;

        .update_Label {
            width: 110 / @px-unit;
        }

        .checkUpdateText {
            width: 150 / @px-unit;
        }

        .update_text {
            width: 140 / @px-unit;
        }
    }

    .UpdateButton {
        width: 119 / @px-unit;
    }

    .NewestVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        color: @status-success-fg-1-normal;
    }

    .newVersion {
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;

        .findNewVersion {
            color: @status-error-fg-1-normal;
            margin-right: 5 / @px-unit;
            width: 150 / @px-unit;
        }

        .updatePanel {
            height: 200 / @px-unit;
            width: 620 / @px-unit;
            padding: 0 10 / @px-unit;
            border: 1 / @px-unit solid;
            border-color: @neutral-stroke-1-normal;
            overflow: auto;
        }

        .UpdateButton {
            width: 119 / @px-unit;
            margin-left: 500 / @px-unit;
        }
    }

    .newVersionLink {
        color: @brand-fg-1-normal;
    }

    .SystemUpgrade_wrapped {
        min-width: 610/@px-unit;
    }

    .auto-check-upgrade {
        display: flex;
        gap: 100 / @px-unit;
    }

    &.MainPage {
        overflow-y: auto;
    }
}

._OnlineMaintenance_ {
    padding-top: 24 / @px-unit;
    .DateExport{
        display: flex;
        padding-top: 30 / @px-unit;
        padding-left: 20 / @px-unit;
        .ExportTip{
            margin-left: 20 / @px-unit;
            margin-top: 13 / @px-unit;
        }
    }
}

._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
    .label-normal-behind {
        color: @status-error-fg-1-normal;
    }
}

._AlgorithmVersion_ {
    .TextNormal{
        color: @neutral-fg-1-normal;
    }
    .TextRed{
        color:@status-error-fg-1-normal;
    }
    .version-text{
        .yellow{
            color: @orange;
        }
        .red{
            color: @red;
        }
    }
}

._ChannelInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
}

._VersionInfo_ {
    .SystemVersion {
        width: auto !important;
    }
    .achor_info {
        .label-normal {
            color: @status-error-fg-1-normal;
            cursor: pointer;
            &:hover {
                color: @status-success-bg-1-normal;
            }
        }
    }
    .serialNumber {
        width: 216px;
        height: 216px;
        padding: 8px;
        background-color: #FFF;
    }
}



._NetInfo_ {
    
    
    
    padding-top: 24 / @px-unit;
    
    ._Table_ .ant-table-body {
        min-height: 180 / @px-unit;
    } 
}

._DefaultCfg_ {
    .DefaultCfgLine {
        display: flex;
        padding-top: 8 / @px-unit;
        padding-bottom: 8 / @px-unit;
        width: 800 / @px-unit;
        .wrapCol{
            flex:inherit;
            button {
                width: 130 / @px-unit;
            }
        }
        .DefaultTip {
            margin-left: 40 / @px-unit;
            display: flex;
            align-items: center;
        }
    }
}



._DiskInfo_ {
    
    
    
    padding-top: 24 / @px-unit; 
    
    .record_time_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .detect_smart_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .label-v4-version {
        text-align: right;
    }
    ._Table_ .ant-table-container {
        
    }
    .disk_table_raid_select {
        .label-v4-version {
            width: 100%;
            text-align: left;
        }
    }
                            
}
.detect_smart_modal {
    .detectTips {  
        width: 600 / @px-unit !important;
    }
}
.disk_info_BtnDiv {
    display: flex;
    justify-content: flex-end;

    .btn-left {
        margin-right: 10 / @px-unit;
    }
}

.record_updata_modal {
    .label-normal-container {
        display: flex;
    }
}

._NetTest_ {
    padding-top: 24 / @px-unit;
    .FlexLine {
        display: flex;
        justify-content: center;
    }
    .ipSpan {
        width: 20 / @px-unit;
        margin-top: 3 / @px-unit;
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
    
    
    
    
    
    
  
    ._MidTitleDivider_ {
        margin-top: 0;
    }
    .addressTest-reulst {
        height: 160 / @px-unit;
    }
    .m-c-r {
        color: @status-error-fg-1-normal !important;
    }
    .m-c-1EB149 {
        color: @status-success-fg-1-normal;
    }
    .addressTest-content {
        input {
            width: 240 / @px-unit;
        }
        .addressTest-content {
            display: inline-block;
            vertical-align: top;
        }
    }
}


._ChannelState_ {
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 

}

._CfgManage_ {
   
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
}


._ImageAttr_{
    
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0;
    }
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab{
        margin:5/@px-unit 0 0 0;
    }
    .ant-tabs-left{
        margin-left: -10/@px-unit;
    }

    
    .ant-picker{
        width: 127/@px-unit;
    }
    .label-normal-behind {
        
        min-width: 25/@px-unit !important;
        
        width: auto;
    }
    *:focus{
        outline-width: 0px; 
    }
    .ant-tabs-content-holder{
        min-height: 250/@px-unit;
    }
    
    .ant-spin-container {
        .ant-row {
            flex-flow: row nowrap;
        }
    }
    .ocxRight {
        padding-left: 24 / @px-unit;
        .image-header {
            margin-bottom: 8 / @px-unit;
        }
    }
}




@modalHeaderHeight: 41 / @px-unit;
@modalFooterHeight: 60 / @px-unit;
@modalBodyHeight: calc(100vh - @modalHeaderHeight - @modalFooterHeight - 2px);

.anchor-point {
    position: relative;
}

.ChannelExchangeModal-wrap {
    width: 100%;
    height: 100%;
    .ant-modal {
        width: 100% !important;
        max-width: 100vw;
        height: 100%;
        .ant-modal-content {
            height: 100%;

            .ant-modal-header {
                height: @modalHeaderHeight;
            }
            .ant-modal-body {
                height: @modalBodyHeight;
                padding: 5 / @px-unit;
            }
            .ant-modal-footer {
                height: @modalFooterHeight;
            }
        }
    }
}

.content-wrap {
    height: 100%;
    overflow-y: auto;
    padding: 0px 5 / @px-unit;
    .grid-line {
        display: flex;
        margin-bottom: 5 / @px-unit;
    }
}


._PosConfig_ {
    
    
    
    padding-top: inherit; 
    overflow: auto;
    .pos_ocx {
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
    .colorBox(@posCheckbox);

    
    .ant-checkbox + span {
        padding: 0;
    }

    .top-enable {
        margin: 18/@px-unit 0 14/@px-unit 4/@px-unit;
        border-bottom: 1px solid @neutral-stroke-2-normal;
    }
    .ant-row{
      flex-wrap: nowrap;
    }
    .m-ml-20{
      min-width: 550/@px-unit;
    }
}


._RecordInfo_{
    .recordTable{
        width: 80vw;
    }
    ._Table_ .ant-table-body {
        min-height: 360 / @px-unit;
    } 
}


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



._AccessControl_ {
    
    
    

    .line-row {
        display: flex;
    }
}




@barHeight:20 / @px-unit;
.windows-card {
    margin-left: 5 / @px-unit;
    
    background-color: @neutral-bg-4-normal;
    position: relative;
    user-select: none;
    border: 1px solid @--component-border;
    .screen-content{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        p{
            margin-bottom:0
        }
        .logo-img{
            
            width: 50%;
            height: 30%;
            background-size: contain;
            background-repeat:no-repeat;
            
            background-image: url('/custom_logo/web_logo.png');
            background-repeat:no-repeat;
        }
    }
    .snap-img-panel{
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        .snap-img{
            width: 100%;
            height: 100%;
            object-fit: fill;
            user-select: none;
            -webkit-user-drag: none;
            pointer-events: none
        }
    }
    .channel-bar {
        position: absolute;
        bottom: 0px;
        height: @barHeight;
        width: 100%;
        background:none;
        .channel-tag{
            position: absolute;
            right: 0px;
            bottom: 0px;
        }
    }

}

.forbiden{
    pointer-events: auto!important;
    cursor: not-allowed!important;
    border: 1px solid @--component-border !important;
}

.normal:hover {
    border: 1px solid @--primary-5;
}



.ghost {
    position: fixed;
    background-color: @--option-bg-select;
    z-index: 9999;
    opacity: 0.9;
    .snap-img{
        opacity: 0.9;
    }
}



._OneClickDisarm_ {
    
    
    
    padding-top: inherit; 
    overflow-y: scroll;

    .radiosArr {
        border: 1/@px-unit solid @neutral-stroke-2-normal;
        
        width: 724/@px-unit;
        padding: 8/@px-unit 16/@px-unit;
        display: flex;
        flex-wrap: wrap;
        & > .label-div-Container:first-child{
            flex: 1 1 100%;
        }
        & > .label-div-Container:not(:first-child) {
            flex: 0 1 33%;
        }
    }

    @collapseHeaderHeight: 48 / @px-unit; 

    
    .ant-collapse {
        border: 1/@px-unit solid @neutral-stroke-2-normal;
        width: 320/@px-unit;
        height: 400/@px-unit;

        .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: 40 / @px-unit;

            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 1/@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;
                font-size: 16 / @px-unit;
                color: @neutral-fg-2-normal;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

    .oneclick-disam-channel-list2{
        .channel-tree .channel-group .channel-group-header {
            padding-right: 0;
            .channel-group-header-right{
                width: 24 / @px-unit;
            }
        }
        .channel-group {
            .channel-item, .channel-group-header {
                margin: 0 0 0 4/@px-unit;
            }
        }
    }
}
.chn_div{
    display: flex;
}

.subtitle {
    margin: 0;
    font-weight: bold;
    color: #fff;
}
.oneclick-disam-channel-tooltip{
    max-width: 1000 / @px-unit !important;
}



._ExperienceBase_ {
      padding: 1rem;
    .optionChoice {
        padding: 12 / @px-unit 0;
        border-bottom: 1px solid @neutral-stroke-2-normal;
    }
    .button-panel {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .button-box { 
        margin-top: 12 / @px-unit;
    }
    .progress{
        padding-right: 24/@px-unit;
        .progress-describe{
            display: flex;
            justify-content: space-between;
            .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;
            }
        }
    }
  
}

.NetTest-modal {
    .ant-modal-content {
        .ant-modal-body {
            .NetTest-modal-content {
                .FlexLine {
                    display: flex;
                    justify-content: center;
                }
                .ipSpan {
                    width: 20 / @px-unit;
                    margin: 13 / @px-unit 0 0 6/@px-unit;
                }
            }
        }
    }
}



._Dsiplay_ {
    .page-swrap{
        width: 100%;
        display: flex;
        .ant-divider-horizontal {
            margin: 5 / @px-unit;
            width:85%;
            min-width:85%;
        }
        .main-screen-swrap{
            width: 50%;
        }
        .extra-screen-swrap{
            width: 50%;
        }
    }
}

.pos-list {
    display: flex;
    flex-direction: column;
    height: 100%;

    .search-input {
        flex: none;
    }

    .list-options {
        flex: 1;
        overflow-y: auto;
    }
}


.flex-layout {
    display: flex;
    height: 100%;
    background: @neutral-bg-6-normal;

    .page-left {
        width: 280 /  @px-unit;
        height: 100%;
        padding: @mainPagePadding;
        padding-top: 8 / @px-unit;
        background: @neutral-bg-4-normal;
        .search-input {
            padding-bottom: 8 / @px-unit;
        }
    }

    .page-content {
        position: relative;
        flex: 1;
        height: calc(100% - 2 * @mainPagePadding);
        margin: @mainPagePadding;
        background-color: @neutral-bg-4-normal;
        overflow: hidden;
    }
}



._outlookAuth_ {

    &.hidden {
        display: none;
    }

    .steps-wrap {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background: @neutral-bg-4-hover;
        padding: 24 / @px-unit;
        overflow: auto;
    }

    .step-wrap {
        display: flex;
        width: 320 / @px-unit;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .step-header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16 / @px-unit;
        width: 100%;
    }

    .step-index {
        display: flex;
        align-items: center;
        justify-content: center;
        background: @neutral-bg-4-normal;
        width: 30 / @px-unit;
        height: 30 / @px-unit;
        border-radius: 50%;
        margin-right: 8 / @px-unit;
        flex: 0 0 auto;
    }

    .step-header-title {
        color: @neutral-fg-2-normal;
        
        
        
    }

    .step-contain {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 280 / @px-unit;
        height: 220 / @px-unit;
        background-image: url('/static/media/pcBg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 20 / @px-unit 30 / @px-unit 72 / @px-unit;
    }

    .step-content {
        

        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .step-title {
        padding: 8 / @px-unit 0;
    }

    .step-desc {
        width: 100%;
        text-align: center;
    }

    .step-url {
        cursor: pointer;
    }

    .step-copy-text {
        cursor: pointer;
    }
    
    .step-help {
        display: flex;
        align-items: center;
        color: @brand-fg-1-normal;
        cursor: pointer;

        .help-icon {
            color: @brand-fg-1-normal;
        }
    }

    .step-qrcode {
        position: relative;
        margin: 8 / @px-unit 0;

        .qrcode-mark {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: rgba(255, 255, 255, 0.8);
        }

        .noHoverIcon svg {
            width: 40 / @px-unit !important;
            height: 40 / @px-unit !important;
        }

        .warning-icon {
            color: @status-warning-fg-1-normal;
        }
    }

    .step-status-text {
        width: 100%;
        text-align: center;
    }

    .step-status-icon {
        .noHoverIcon svg {
            width: 40 / @px-unit !important;
            height: 40 / @px-unit !important;
        }

        .fail-icon {
            color: @status-error-fg-1-normal;
        }

        .warning-icon {
            color: @status-warning-fg-1-normal;
        }

        .success-icon {
            color: @status-success-fg-1-normal;
        }

        .loading-icon {
            background-image: url('/static/media/loading.png');
            background-repeat: no-repeat;
            background-size: 100% 100%;
            width: 40 / @px-unit;
            height: 40 / @px-unit;
        }
    }

    .step-arrow {
        background-image: url('/static/media/step_left.png');
        width: 22 / @px-unit;
        height: 44 / @px-unit;
        display: block;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 0 20 / @px-unit;
    }
}
.label-normal-behind {
    .label-normal-container {
        padding-top: 0px !important;
    }
}
.image-lrlight-schedule { 
    ._NewSchedule_Component_ {
        .button-container {
            
            .clear-btn {
                display: none;
            }
        }
    }
}
.ManualSlider {
    .PtzMenu {
        justify-content: flex-start !important;
        gap: 24px;
        .PtzSpeed {
            display: flex;
            flex-direction: column;
            .label-div-Container {
              .label-normal-container {
                padding: 0 !important;
              }
            }
            .ant-slider {
                margin-top: 0 !important;
                flex: 1;
            }
        }
    }
}

._AudioDetection_ {
    
    overflow-y: auto;
}


._PreventAlarm_ {
    
    
    

    .line-row {
        display: flex;
    }
}


._VideoMotion_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    &line {
        display: flex;
    }
    .container_left {
        width: 480 / @px-unit;
    }
}

.setting-modal {
    .video {
        width: 580px;
        height: 450px;
    }

    .form {
        width: 250px;
        height: 450px;
    }
}




._AlarmBox_ {
    .container_left {
        width: 480 / @px-unit;
    }
}
.AlarmBox-StatusModal {
    .AlarmBox-StatusModal-Table {
        width: 900 / @px-unit;
    }
}



._EventTransmission_ {
    
    
    
    padding-top: 16 / @px-unit !important;
    .form-list{
        .same-line {
            display: flex;
            align-items: center;
            .label-div-Container {
                margin-right: 30/@px-unit !important;
            }
        }
        .search-button {
            width: 100%;
            .right {
                float: right;
                margin-left: 30/@px-unit;
            }
        }
    }
    .table-pagination{
        ._Table_ .ant-table-body {
            min-height: 300 / @px-unit;
        }
    }
    .absolute-button,
    .fixed-button{
        display: flex;
    }
    .table_button{
        display: flex;
        justify-content: space-around;
        div{
            cursor: pointer;
        }
    }
}
.LinkageItem_box{
    .labelCheckboxGroup {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        .ant-checkbox-wrapper{
            flex:1;
            margin-bottom: 15 / @px-unit;
        }
    }
}

.BatchAdd_search{
    display: flex;
    justify-content: space-between;
    .label-normal {
        width: 60 / @px-unit !important;
        text-align: right !important;
    }
}
.BatchAdd_Modal {
    .BatchAdd_search {
        display: flex;
        justify-content: flex-end;
    }
}



._IntelliConfigPTEvent_ {
    
    
    
    overflow: scroll;
    .line-row {
        display: flex;
    }
    .page-view {        
        ._Table_ .ant-table-body {
            min-height: 132 / @px-unit;
        }            
    }
}

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



._TextDeploy_ {
    
    
    
    overflow: scroll;
    .line-row {
        display: flex;
    }
    ._Table_ .ant-table-body {
        min-height: 105/ @px-unit;
    }
    .card-dispay{
        display: flex;
        width: 1328/ @px-unit;
        flex-wrap: wrap;
        
    }
    h1{
        color:rgb(216, 216, 217);
        white-space: nowrap;       
        overflow: hidden;        
        text-overflow: ellipsis;  
    }
    .p-color {
        color:rgb(168, 169, 171);
    }
    .card-style{
        width: 426px;
        
        margin-top: 16/ @px-unit;
        margin-right: 16/ @px-unit;
    }
    .negative-feedback{
        padding: 0;
    }
    .drop-down{
        margin-top:5/ @px-unit
    }
    .empty-box{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 300/ @px-unit;
        .widget-empty{
            background:#00000000;
        }
    }
    .p-color {
        white-space: "nowrap";
        overflow: "hidden";
        text-overflow: "ellipsis";
    }
    .card-title{
        font-weight: 400;
        font-size: 20/ @px-unit;
        display: inline-block;  
        max-width: 100%;       
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

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



._HeatMap_ {
    height: 100%;
    padding: 0 !important;
    overflow-x: auto;
    
    
    

    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .middle-layout {
            flex: 1 1 958/@px-unit;
        }

        .video-layout {
            flex: 0 1 598/@px-unit;
        }
    }

    .line-row {
        display: flex;
    }
}



._AIReportBase_ {
    height: 100%;
    padding: 0 !important;
    
    
    
    .ant-layout {
        flex-direction: row;
    }
    display: flex;
    flex-wrap: nowrap;
    border-left: 1/@px-unit solid @neutral-stroke-2-normal;

    .line-row {
        display: flex;
    }

    .main-layout {
        height: 100%;

        .layout-sider {
            flex: none;
        }

        .middle-layout {
            flex: 1 1 956/@px-unit;
        }

        .video-layout {
            flex: 0 1 600/@px-unit;
        }
    }
    .widget-empty .middle-empty .widget-empty-image{
        width: 200 / @px-unit;
        height: 200 / @px-unit;
        background-repeat: no-repeat;
    }

    .title {
        height: 48 / @px-unit;
        padding-left: 16/ @px-unit;
        width: 100%;
        background-color: @neutral-bg-4-hover;
        line-height: 48 / @px-unit;
        font-size: 18 / @px-unit;
        color: @neutral-fg-2-normal;
    }
}




._ElevatorDetect_ {
    
    
    
    
    .ivsParameterSet;

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }

    fieldset {
        overflow: hidden;
    }
    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }

}



._VehiclesDistri_ {
    
    
    
    .aiRuleSet {
        padding: 0 0  56 / @px-unit;
        display: flex;
        flex-wrap: wrap;
        .aiRulePlugin-style{
            min-width: 640/ @px-unit;
        }
    }
    
    .vehicleConfigItemInput{
        width: 270/ @px-unit !important;
    }
    .fieldsetCtn{
        padding: 10 /@px-unit 20/@px-unit;
    }
}



._IVSRule_ {
    
    
    
    .ivsParameterSet;

    
    .objectSwitch {
        width: 200 / @px-unit !important;
    }
    .TrackTime {
        width: 200 / @px-unit !important;
    }

    .AlarmInput-channel-select {
        .label-normal-container {
            display: flex;
            align-items: center;
        }
    }
    .card-tabs {
      .trigger-content {
          display: flex;
          flex-wrap: wrap;
      }
    }
  
     .Tabmenu{
       margin: 16 / @px-unit 0  8 / @px-unit;
      .ant-tabs-nav-list {
        height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-btn{
        height: 32 / @px-unit;
        line-height: 32 / @px-unit;
      }
      .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn{
        border: 1px solid @brand-stroke-1-normal;
        background-color: @brand-bg-2-selected;
      }
      .ant-tabs-nav  .ant-tabs-tab-btn{
        border: 1px solid @neutral-stroke-1-normal;
      }
      .ant-tabs-nav::before{
         border:none;
      }
    }
}

.auto-line-modal-content {
  display: flex;
  gap: 18 / @px-unit;

  .auto-line-preview {
    flex: 0;
  }

  .auto-line-alert {
    flex: 1;
  }
}



._StereoBehavior_ {
    
    
    
    .ivsParameterSet;
    .ant-divider-horizontal {
        margin: 12 / @px-unit 0;
    }

    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }
}



._VideoStructrue_ {
    
    
    
    .ivsParameterSet;
    .card-tabs {
        .trigger-content {
            display: flex;
            flex-wrap: wrap;
        }
    }
}


._AudioAnalyse_ {
    
    
}


._FrequencyAnalysis_ {
    .operate-td {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: auto !important;
            margin-right: 4 / @px-unit;
        }
    }
    ._Table_ .ant-table > .ant-table-container .ant-table-tbody .active-row {
        background-color: @brand-bg-2-selected!important;
    }
    .row-info {
        margin-top: 12 / @px-unit;
    }
}

