    ._AllDevice_ {
        padding:0 16 / @px-unit 16 / @px-unit 16 / @px-unit;
        ._Table_{
            padding-top: 0;
        }
        &.open{
            height: 40vh;
            min-height: 380px;
            overflow: hidden;
        }
        &.close{
            height: 60 / @px-unit;
            min-height: 60 / @px-unit;
            overflow: hidden;
        }
        .all-device-upper {
            display: flex;
            justify-content: space-between;
            min-height: 64 / @px-unit;
            .upper-left {
                display: flex;
                align-items: center;
                margin-top: 8 / @px-unit;
                margin-bottom: 8 / @px-unit;
                width: 100%;
                padding-right: 24 / @px-unit;
                .IPSegments-wraper {
                    margin-left: 52/@px-unit !important;
                }
                .label-normal-wrapper{
                    line-height: normal;
                }
                .plug-and-play, .auto-set-h265{
                    display: flex;
                    align-items: center;
                    &>.label-normal-wrapper{
                        width: auto!important;
                    }
                }
            }
            .upper-right {
                display: flex;
                align-items: center;
            }
        }


        .all-device-table {
            .table-header-bar {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                height: 48/@px-unit;
                margin-right: 6 / @px-unit;
                .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{
                        background: @neutral-bg-1-hover-2;
                        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.close{
                        transform: rotate(180deg);
                    }
                    .collapse-list-text{
                        margin-left: 8 / @px-unit;
                    }
                }
            }
            .table-bottom-bar1 {
                display: flex;
                justify-content: space-between;
                height: 40 /@px-unit;
                align-items: center;
                .alert-info{
                    max-width: 600 /@px-unit;
                    min-width: 300 /@px-unit;
                }
            }

            .table-bottom-bar2 {
                display: flex;
                line-height: 32/@px-unit;
            }
        }

        .all-device-more-config{
            .label-normal-container{
                padding-bottom: 0!important;
                padding-top: 0!important;
            }
        }

        .manage-table-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }


    
    ._AddedDevice_ {
        padding: 16 / @px-unit;
        flex: 1;
        height: calc(100% - 40vh);
        min-height: 420/@px-unit;
        ._Table_{
            padding-top: 0;
        }
        
        .show-login-password{
            display: flex;
            align-items: center;
            width: 100%;
            justify-content: flex-start;
            .password-title{
                flex: 1;
            }
        }
        .added-device-num {
            color: @neutral-fg-1-normal;
            font-size: 18 / @px-unit;
            font-weight: 400;
            line-height: 26 / @px-unit;
            margin-bottom:  8 / @px-unit;
        }
        .label-button{
            line-height: normal;
        }
        .m-display-show{
            @TopHeaderHeight: 150/@px-unit;
            height: calc(100% - @TopHeaderHeight);
            .table-content{
                height: 100%;
                ._Table_, .m-table-showEmpty, .ant-table-wrapper, .ant-table,.ant-table-container{
                    height: 100%;
                }
            }
            .ant-table-body {
                @TableHeader: 50/@px-unit;
                min-height: 180/@px-unit!important;
                height: calc(100% - @tableTheadThHeight)!important;
                max-height: calc(100% - @tableTheadThHeight)!important;
            }
        }
        .table-bottom-bar {
            display: flex;
            margin-bottom: 8 / @px-unit;
            justify-content: space-between;
            align-items: center;
            .upper-left{
                display: flex;
            }
        }
        .table-header-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 48/@px-unit;
            background-color: @neutral-bg-4-hover;
            
            margin-bottom: 1 / @px-unit;
            .ant-tabs-nav-wrap{
                padding-left: 8 / @px-unit;
            }
        }
        .manage-table-icon-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        
        
    }

    .remoteDevice-table {
        
        
        
        .ant-table-cell {
            &.ant-table-column-sort {
                background: transparent;
            }
        }
    }
    .grid-previewIcon {
        cursor: pointer;
    }
    .table-hidden {
        height: 0;
        overflow: hidden;
    }
}
.deviceTip.ant-tooltip {
    max-width: 400 / @px-unit !important;
}
.__ModifyDeviceForm__ {
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 160 / @px-unit;
    }
}
.addDevice-modal {
    .ant-form-item-has-error {
        .ant-input {
            border-color: @status-error-fg-1-normal;
        }
    }
    .modify-labelInputNumber {
        .ant-input-number {
            width: 100%;
        }
    }
    .label-normal-behind {
        .label-normal-container {
            padding: 0 !important;
        }
    }

    .manage-table-icon-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @ItemWidth: 440/@px-unit;
    .content-list{
        .content-row{
            display: flex;
            &>div{
                width: @ItemWidth;
            }
            .label-normal-container{
                &>.label-normal{
                    width: @ItemWidth!important;
                }
            }
            .content-item-rtsp{
                .label-normal-container{
                    display: flex;
                    flex-wrap: wrap;
                    .label-normal{
                        width: @ItemWidth;
                    }
                }
            }
        }
    }
    .content-bottom-list{
        display: flex;
        flex-wrap: wrap;
        &>div{
            width: @ItemWidth;
        }
        .label-normal-container{
            &>.label-normal{
                width: @ItemWidth!important;
            }
        }
    }

}

._RemoteDevInit_ {
    .ant-modal-body {
        height: 600/@px-unit;
    }
    .step1-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .step2-footer {
        display: flex;
        justify-content: space-between;
        .step2-footer-right {
            display: flex;
        }
    }
    .step3-footer {
        display: flex;
        justify-content: space-between;
        .step3-footer-right {
            display: flex;
        }
    }
    .step4-footer {
        display: flex;
        flex-direction: row-reverse;
    }
    .initSuccess {
        color: green;
    }
    .initFailed {
        color: red;
    }
    .label-radio-wrapper {
        .ant-radio-wrapper {
            width: 150/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

.__useModeErrorModal__ {
    .ant-modal-body {
        height: 260/@px-unit;
    }
}
.remote-init-failed-table {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

.IPSegments_modal {
    width: 560/@px-unit !important;
    .labelRadioGroup  {
        display: flex;
    }
    .IPSegments-ipInput {
        display: flex;
        align-items: center;
        .label-normal-wrapper {
            width: 240/@px-unit !important;
        }
        .IPSegments-middle {
            margin-left: 10/@px-unit;
            margin-right: 10/@px-unit;
        }
    }
}


._RemoteTableInfoModal_ {
    .RemoteTable{
        .remoteInfo-table{
            .ant-table-thead {
                display: none;
            }
        }
    }
}


._MoreSetModal_ {
    ._MidTitleDivider_ {
        margin-top: 0;
    }
}


.all-device-more-config-overlay{
    .menu-auto-set-h265{
        height: 30 / @px-unit;
        display: flex;
        align-items: center;
    }
}

.ant-dropdown.all-device-more-config-overlay{
    border: 1 / @px-unit solid @neutral-stroke-3-normal;
    background: @neutral-bg-1-normal;
    .ant-dropdown-menu {
        background: @neutral-bg-1-normal;
    }
    .ant-dropdown-menu-submenu-expand-icon{
        top: 7 / @px-unit;
    }
}

.menu-auto-set-h265-overlay{
    .ant-dropdown-menu{
        border: 1 / @px-unit solid @neutral-stroke-3-normal;
        background: @neutral-bg-1-normal;
        .ant-dropdown-menu {
            background: @neutral-bg-1-normal;
        }
    }
    .menu-auto-set-h265-sub{
        display: flex;
        align-items: center;
        min-width: 120 / @px-unit;
        .hide{
            visibility: hidden;
        }
    }
}

.modify-device-result{
    .modify-ip-tip{
        display: inline-flex;
        align-items: center;
    }
}


._VideoStream_ {
    width: 100%;

    .content-container {
        height: calc(100% - @mainPagebottomH);
    }

    .stream-content {
        display: flex;
        .stream-card {
            flex: 1;
        }
        .card-content {
            padding: 16/@px-unit 0 16/@px-unit 16/@px-unit;
        }
    }
    .label-normal-container {
        padding-top:5 / @px-unit  !important;
        padding-bottom: 5  / @px-unit !important;
    }

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
   
}


._DeveloperLog_ {
    .FlexLine{
        display: flex;
        .LogLevel{
            margin-left: 100 / @px-unit;
        }
        .log-tip {
          color: @errorColor;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    } 

}

._RealDisplay_{
    ._Table_ .ant-table-body{
        min-height: 240/@px-unit;
        .fail{
            color: @errorColor;
        }
        .ant-table-cell{
            word-break:break-all;
        }
    }
}

._NetTest_ {
    .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;
        }
    }
}

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


._IPSpeakerCfgModal_{
    
}

._PoeManage_{
    .info-line {
        display: flex;
        align-items: center;
        margin-bottom: 10 / @px-unit;
        .linked {
          margin-right: 60 /@px-unit;
          .title{
            margin-right: 60/@px-unit;
          }
        }
      }
    .tips-panel {
        margin-top: 10 / @px-unit;
    }
    ._Table_ .ant-table-body {
      min-height: 450 / @px-unit;
    }  
}




._ParkingLotSearch_ {
    .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-on-1-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
        }

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


._ParkingLotSearch_ {
    
    
    

    
    
    
    

    
    
    
    
    
    
    
    
}


._ParkingLotSearch_ {
    .video-layout {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;
        height: 100%;

        .video-controller{
            height: 50% 
        }
        .video-info{
            height: 50% ;
            padding: 24 / @px-unit;
            overflow: auto;
        }
    }
}


._ChannelName_ {
    
    
    
    height: 100%;
    
    .ChannelList {
        height: calc(100% - @mainPagebottomH);
        overflow-y: auto;

        .gutter-row {
            margin-right: 80 / @px-unit;
        }
    }
}


._VideoOSD_ {
    overflow-y: hidden !important;
    .page-view{
        height: 100%;
    }
    .page-view-content{
        display: flex;
        width: 100%;
    }
    &.MainPage .ant-spin-container{
        display: flex;
        
        .ant-row {
            flex-flow: row nowrap;
        }
    }


    @pluginWidth: 450/@px-unit;
    
    .osd-plugin{
        width: @pluginWidth;
        height:  337/@px-unit;
    }

    &ptz{
        width: 400/@px-unit;
        margin-top: 24 /@px-unit;
        ._PtzCtrl_right{
            visibility: hidden;
        }
    }

    
    &config {
        padding: 0  0 0 24/@px-unit;
        flex: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: calc(100% - @pluginWidth);

        
        .enable-set {
            display: flex;
            align-items: center;
            justify-content: space-between;
            .show-extend {
                display: flex;
            }
            .set-button {
                display: flex;
                justify-content: flex-end;
            }
        }

        
        .tabs-wrapper {
            overflow: hidden;
            flex: 1;
            .ant-tabs{
                
            }
            .ant-tabs-content-holder{
                overflow-y: auto;
                overflow-x: hidden;
                padding-right: 16 / @px-unit;
            }
            *:focus{
                outline-width: 0px; 
            }
        }

        
        .privacy-mask-alarm-input {
            .label-normal-wrapper{
                line-height: normal;
            }
        }
        .privacy-mask-operation{
            .label-normal-wrapper{
                line-height: normal;
            }
        }

        
        .shield-zoom-wrapper{
            height: 100%;
            align-items: center;
        }
                
        
        .color-picker {
            display: flex;
            justify-content: flex-start;
            .color-picker-button {
                display: inline-block;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                svg {
                    margin-top: 5/@px-unit;
                }
                .cus_panel{
                    margin-left: 4/@px-unit;
                }
            }
            &.disabled {
                .color-picker-button {
                    cursor: not-allowed;
                    pointer-events: none;
                }
            }
        }

        .color-picker-container {
            position: absolute;
            z-index: 2;

            .twitter-picker {
                position: fixed;
                z-index: 10;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
        }



    
    }

    &table {
        .ant-table{
            width: 100%;
        }
        .ant-table-body{
            max-height: 400/@px-unit!important;
            height: auto;
            min-height: 200/@px-unit!important;
        }
        td{
            .label-normal-container  {
                width: 100%;
            }
        }
        .editable-cell-value-wrap {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: normal;
        }
    }
}

.privacy-mask-add-overlay{
    .add-item{
        padding: 0 12 /@px-unit;
    }
}

.twitter_picker {
    background-color: @neutral-bg-1-normal !important;
}


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

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


._RegionOfInterest_ {
    .form-head {
        display: flex;
        .form-head-right {
            margin-left: 30/@px-unit;
            margin-bottom: 20/@px-unit;
        }
    }
    .roi_ocx {
        
        transform-origin: left top;
    }
}

._VideoFusion_windows {
    display: flex;
    width: 1000 / @px-unit;
    flex-wrap: wrap;
    > .label-div-Container {
        margin-right: 50 / @px-unit;
    }
}


._OnlineMaintenance_ {
    .DateExport{
        display: flex;
        padding-top: 30 / @px-unit;
        padding-left: 20 / @px-unit;
        .ExportTip{
            margin-left: 20 / @px-unit;
            margin-top: 13 / @px-unit;
        }
    }
}

._SFSConfig_ {
    
    
    
    padding-top: inherit; 
    .sfs_ocx {
        width: 450 / @px-unit; 
        height: 337 / @px-unit; 
        background-color: @neutral-bg-4-normal;
    }
    .colorBox(@posCheckbox);

    
    .ant-checkbox + span {
        padding: 0;
    }
}

.ChannelList-modal {
    height: 800/@px-unit;
    .ant-modal-body {
        max-height: 600/@px-unit;
        overflow-y: auto;
        .gutter-row {
            padding: 0 10/@px-unit;
            margin-right: 10/@px-unit;
        }
    }
}

@groupChBox: 23 / @px-unit;
._MainScreen_, ._ExtraScreen_ {
    ._ChnSplit_ {
        clear: both;
        .ant-tag {
            margin: 1px;
            padding: 0;
            text-align: center;
            width: @groupChBox;
            height: @groupChBox;
            line-height: @groupChBox;
            margin: 5 / @px-unit;
        }
        .operationBtn {
            margin-right: 10px;
        }
        ._Table_{
            .table_td_chGroup{
                .tr_chGroup{
                    
                    text-align: left;
                    display: inline-block;
                }
            }
        }
        .ant-divider-vertical{
            top: -8 / @px-unit;
        }
    }
}

.operationBtn_Div{
    display: inline-block;
    align-items: center;
}
.opraBtn{
    padding: 0 !important;
}



._DiskInfo_ {
    
    
    
    padding-top: inherit; 
    
    .record_time_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
    .detect_smart_modal {
        ._Table_ .ant-table-body {
            
        } 
    }
.label-v4-version {
    text-align: right;
}
    ._Table_ .ant-table-container {
        
    }
                            
}
.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;
    }
}

._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
    .label-normal-behind {
        color: @status-error-fg-1-normal;
    }
}

._ChannelInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
}


._RemotePassword_ {
    .page-view {
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
}

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


.copy-modal__wrap{
    max-height: 400 / @px-unit;
    overflow: hidden;
    overflow-y: auto;
}

.copy-modal__item{
    display: flex;
    flex-wrap: wrap;
}


.AudioFileList {
    
    
    
    .select_box {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 40 / @px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 190 / @px-unit;
    }
}
.file-modal {
    width: 360 / @px-unit !important;
    .file_alarm {
        text-align: center;
    }
}




@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);
                padding: 16/@px-unit 16/@px-unit 0 16/@px-unit;
                
                .menu-item {
                    cursor: pointer;
                    display: flex;
                    height: 32/@px-unit;
                    padding: 0 10/@px-unit 0 0;
                    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;
                    }

                }

                .active-menu-item{
                    background-color: @neutral-bg-1-hover-1;
                }
            }
        }

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


._ImageAttr_{
    
    .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0 5/@px-unit 0 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;
        }
    }
}



@IntervalHeight: 16 / @px-unit;  

._AlarmHubManage_ {
    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{
                background: @neutral-bg-1-hover-2;
                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;
    }
}


._ParkingLotSearch_ {
    @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-on-1-selected;
            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;
            }
        }
    }
}

._CfgManage_ {
   
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@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;
        }
    }
}


._AlgorithmVersion_ {
    .TextNormal{
        color: @neutral-fg-1-normal;
    }
    .TextRed{
        color:@status-error-fg-1-normal;
    }
    .version-text{
        .yellow{
            color: @orange;
        }
        .red{
            color: @red;
        }
    }
}

._AudioOut_MainPage {
    
    
    
    .title_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .content_class {
        display: flex;
        flex-direction: row;
        .label-div-Container {
            margin-right: 15 / @px-unit;
            
        }
    }
    .ant-picker .ant-picker-input input {
        width: 100 / @px-unit;
    }
}


._AudioDetection_ {
    
    overflow-y: auto;
}

._ChannelState_ {
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 

}

._PIRAlarm_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

._SceneChange_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}



._PreventAlarm_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._OneClickDisarm_ {
    
    
    
    padding-top: inherit; 
    overflow-y: scroll;

    .radiosArr {
        border: 1/@px-unit solid @neutral-stroke-2-normal;
        
        width: 724/@px-unit;
        padding: 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: @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;
                font-size: 16 / @px-unit;
                color: @neutral-fg-2-normal;
            }
        }
    }

    .panel-row-btn {
        margin-right: 4 / @px-unit;
    }

}
.chn_div{
    display: flex;
}

.subtitle {
    margin: 0;
    font-weight: bold;
    color: #fff;
}



._AccessControl_ {
    
    
    

    .line-row {
        display: flex;
    }
}

._VideoLoss_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

._VideoBlind_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    &line {
        display: flex;
    }
}

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


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

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

    .search-input {
        flex: none;
    }

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


.stream-card {
    width: auto;
    
    border: 1px solid @neutral-stroke-2-normal;

    .card-title {
        padding: 0 5 / @px-unit;
        height: 35 / @px-unit;
        line-height: 35 / @px-unit;
        background-color: @neutral-bg-4-hover;
        font-weight: bold;
        color: @neutral-fg-1-normal;
        font-size: 13px;
    }
    .card-content {
        padding: 0 15 / @px-unit;
    }
    .card-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.label-normal-behind {
    .label-normal-container {
        padding-top: 0px !important;
    }
}
.image-lrlight-schedule { 
    ._NewSchedule_Component_ {
        .button-container {
            
            .clear-btn {
                display: none;
            }
        }
    }
}


@StepsHeaderHeight:60 / @px-unit;

._AddGroupModal_ {
    width: 900/ @px-unit !important;
