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



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



._VehicleDetect_ {
    ._VehicleDetect-RuleConfig_ {
        .aiConfig {
            .between-divider {
                margin-top: 0;
                margin-bottom: 0;
            }
            .ant-tabs {
                .ant-tabs-nav {
                    &::before {
                        content: none;
                    }
                    .ant-tabs-tab:not(:first-of-type) {
                        margin-left: 20/@px-unit;
                    }
                    .ant-tabs-tab-btn {
                        height: 40/@px-unit;
                        line-height: 40/@px-unit;
                        padding: 0 8/@px-unit;
                        text-align: center;
                        min-width: 118/@px-unit;
                        width: auto;
                    }
                }
            }
        }
    }
}
.speed_modal{
    .flex_input{
        display: flex;
        .margin-right-5{
            margin-right: 5/@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_ {
    
    
    

    
    
    
    

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



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


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


._NetCloud_ , ._P2P_, ._LeCheng_{
    .tip {
        width: 60rem;
        word-wrap:break-word;
        word-break:break-all;
    } 
    .status-point {
        display: inline-block;
        background-color: @status-error-fg-1-normal;
        width: 8/ @px-unit;
        height: 8/ @px-unit;
        border-radius: 50%;
        margin-right: 8 / @px-unit;
    }
    .point-Online {
        background-color: @status-success-fg-1-normal;
    }
    .step{
        margin-top: 24 / @px-unit;
        height: 435/ @px-unit;
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url('/static/media/cloudAccess_@{theme}.png');

        .step-title {
            position: absolute;
            font-size: 16/ @px-unit;
            color: @neutral-fg-2-normal;
            left: 16 / @px-unit;
            top: 11 / @px-unit;
        }
        .step-text {
            
            >span {
                top: 95/ @px-unit;
                position: absolute;
                font-size: 16/ @px-unit;
                color: @neutral-fg-2-normal;
            }
            .step-text-0 {
                left: 218/ @px-unit;
            }
            .step-text-1 {
                left: 570/ @px-unit;
            }
            .step-text-2 {
                left: 945/ @px-unit;
            }
            .step-text-3 {
                left: 1305/ @px-unit;
                max-width: 150/ @px-unit;
            }
        }
        
        .qrbox {
            position: absolute;
            top: 189/ @px-unit;
            width: 160/ @px-unit;
            p {
                width: 100%;
                text-align: center;
                padding: 0;
                margin: 0;
            }
            .client-title {
                margin-top: 8 / @px-unit;
            }
            .sn-code-title{
                margin-top: 8 / @px-unit;
                margin-bottom: 4/ @px-unit;
            }
            .qrImg {
                width: 160/ @px-unit;
                height: 160/ @px-unit;
                padding: 5/ @px-unit;
                background-color: #fff;
                img {
                    width: 100%;
                    height: 100%;
                }
            }
        }
        .download-box {
            left: 226/ @px-unit;
        }
        .serial-box {
            left: 940/ @px-unit;
        }
        @media screen and (max-width: 1800px) {
            height: 350/ @px-unit;
            .qrbox {
                top: 150/ @px-unit;
                .qrImg {
                    width: 130/ @px-unit;
                    height: 130/ @px-unit;
                }
            }
            .serial-box {
                top: 140/ @px-unit;
            }
            .step-title {
                top: 8 / @px-unit;
            }
            .step-text {
                >span {
                    top: 75/ @px-unit;
                }
                .step-text-0 {
                    left: 180/ @px-unit;
                }
                .step-text-1 {
                    left: 460/ @px-unit;
                }
                .step-text-2 {
                    left: 760/ @px-unit;
                }
                .step-text-3 {
                    left: 1050/ @px-unit;
                    max-width: 90/ @px-unit;
                    max-width: 120/ @px-unit;
                }
            }
            
            .download-box {
                left: 170/ @px-unit;
            }
            .serial-box {
                left: 750/ @px-unit;
            }
        }
        @media screen and (max-width: 1440px) {
            height: 280/ @px-unit;
            .qrbox {
                top: 125/ @px-unit;
                width: 95/ @px-unit;
                .qrImg {
                    width: 95/ @px-unit;
                    height: 95/ @px-unit;
                }
            }
            .serial-box {
                top: 110/ @px-unit;
            }
            .step-title {
                top: 6 / @px-unit;
            }
            .step-text {
                >span {
                    top: 58/ @px-unit;
                }
                .step-text-0 {
                    left: 144/ @px-unit;
                }
                .step-text-1 {
                    left: 365/ @px-unit;
                }
                .step-text-2 {
                    left: 610/ @px-unit;
                }
                .step-text-3 {
                    left: 845/ @px-unit;
                    max-width: 90/ @px-unit;
                }
            }
            
            .download-box {
                left: 135/ @px-unit;
            }
            .serial-box {
                left: 595/ @px-unit;
            }
        }
    }
    
}

.modal-button {
    button {
        width: 100%;
    }
}


._SNMP_ {
    .subform {
        display: flex;
        justify-content: space-between;
        .box {
            width: 50%;
        }
    }
}




._LeCheng_ {
    .step-text>span, .sn-code-title,.client-title {
        display: -webkit-box;          
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 2;        
        overflow: hidden;              
        text-overflow: ellipsis;      
    }
    .sn-code-title {
        -webkit-line-clamp: 1; 
    }
}


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

.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;
            }
        }
    }
}

._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;
        }
    }
}

._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;
    } 

}

._RecordInfo_{
    .recordTable{
        width: 80vw;
    }
    ._Table_ .ant-table-body {
        min-height: 360 / @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;
    }
}

._AlgorithmVersion_ {
    .TextNormal{
        color: @neutral-fg-1-normal;
    }
    .TextRed{
        color:@status-error-fg-1-normal;
    }
    .version-text{
        .yellow{
            color: @orange;
        }
        .red{
            color: @red;
        }
    }
}

._NetInfo_ {
    
    
    
    padding-top: 24 / @px-unit;
    
    ._Table_ .ant-table-body {
        min-height: 180 / @px-unit;
    } 
}

._ChannelInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @px-unit;
        }
    }
}

._CfgManage_ {
   
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
}

._Maintenance_ {
    .AutoReboot{
        display: flex;
        .TimeSelect{
            margin-left: 5/@px-unit;
        }
    }
    .label-normal-behind {
        color: @status-error-fg-1-normal;
    }
}

._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;
        }
    }
}


._GAVI_ {
    .same-line {
        display: flex;
        align-items: center;
        .label-div-Container {
            margin-right: 30/@px-unit !important;
        }
    }
    .check-box-group {
        .sdd-checkboxGroup-container {
            .ant-checkbox-group {
                display: flex;
                .ant-checkbox-wrapper {
                    margin-right: 30/@px-unit !important;
                }
            }
        }
    }
    .online {
        color: @status-success-fg-1-normal;
    }
    .offline {
        color: @status-error-fg-1-normal;
    }
}


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



._DomesticPrivateIPCModal_{
    .ResetContainer{
        height: 409 / @px-unit;
        display: flex;
        .left{
            width: 419 / @px-unit;
            height: 409 / @px-unit;
            border-right: 1/@px-unit solid @neutral-stroke-2-normal;
            
            .formTitle{
                font-size: @font-size-title-s;
                height: 24 / @px-unit;
                line-height: 24 / @px-unit;
                margin-top: 21 / @px-unit;
                margin-left: 30 / @px-unit;
            }
            .titleContent{
                margin-left: 29 / @px-unit;
            }
            .qrcodes{
                width: 100%;
                height: 332 / @px-unit;
                display: flex;
                justify-content: center;
                align-items: center;
                .qrcodrs-content{
                    width: 200/ @px-unit;
                    height: 235/ @px-unit;
                    .qrcodes-img{
                        width: 200 / @px-unit;
                        height: 200 / @px-unit;
                        background-color: #fff;
                        padding: 8 / @px-unit;
                        canvas {
                            width: 100% !important;
                            height: 100% !important;
                        }
                    }
                    .qrcodes-sn{
                        width: 200 / @px-unit;
                        height: 20 / @px-unit;
                        line-height: 20 / @px-unit;
                        margin-top: 15 / @px-unit;
                        text-align: center;
                        color: @neutral-fg-4-normal;
                    }
                }
            }
        }
        .right{
            height: 409 / @px-unit;
            flex: 1;
            
            .formTitle{
                font-size: @font-size-title-s;
                height: 24 / @px-unit;
                line-height: 24 / @px-unit;
                margin-top: 21 / @px-unit;
                margin-left: 48 / @px-unit;
            }
            .resetform{
                margin-left: 47 / @px-unit;
                .contact{
                    height: 20 / @px-unit;
                    font-size: @font-size-body-s;
                    line-height: 20 / @px-unit;
                    .label-normal-wrapper, .labelText-wrapper{
                        height: 20 / @px-unit;
                        line-height: 20 / @px-unit;
                        color: @neutral-fg-4-normal;
                    }
                }
            }
        }
    }

}


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


._ChannelState_ {
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    } 

}


._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;
    }
}

._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;
    }
}


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

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

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



.RangeLimitedSliders {
    margin-top:20px;
     .slider {
        .slider-title {
            font-size: 16 / @px-unit;
            line-height: 30 / @px-unit;
            color: @--font-l;

        }
        .slider-container {

        }
     }
}



._AccessControl_ {
    
    
    

    .line-row {
        display: flex;
    }
}

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



._PreventAlarm_ {
    
    
    

    .line-row {
        display: flex;
    }
}

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

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



._ImageAttr_{
   
    .label-normal-behind {
        .EQ-label-slider-behind {
            display: flex;
        }
    }
}
._VideoBlind_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    &line {
        display: flex;
    }
}


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



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

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


._LocalAlarm_ {
    .container_left {
        width: 480 / @px-unit;
    }
}



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



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



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

}
.AbnormalDetection_crowdModal {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}
.ivsMainRow {
  >.stat-hidden-box {
      height: 0;
      overflow: hidden;
  }
  .trigger-content {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 60 / @px-unit;
  }
}




._HighThrowing_ {
    
    
    
    
    .ivsParameterSet;

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

    fieldset {
        overflow: hidden;
    }
    .Trigger {
        display: flex;
        ._AiRulePlugin_ {
            >.ant-row {
                flex-wrap: nowrap;
            }
        }
        .Trigger-slider {
            margin-top: 5 / @px-unit;
            margin-left: 24 / @px-unit;
        }
    }
}


._IpcExtAlarm_ {
    &line {
        display: flex;
    }
    .container_left {
        width: 576 / @px-unit;
    }
}



._FaceConfig_ {
    padding: 0 24 / @px-unit;
    .optionChoice {
        padding: 12 / @px-unit 0;
        border-bottom: 1px solid @neutral-stroke-2-normal;
    }
    .button-box {
        margin-top: 12 / @px-unit;
        width: 100%;
        align-items: center;
    }
    .label-normal {
        margin-top: 2px;
    }
    
    
    
    .buildbutton {
        margin-top: 20px;
        width: 100px;
    }
    .tip-words{
        word-wrap: break-word; 
        overflow-wrap: break-word; 
        margin-bottom: 20/ @px-unit;
    }
    .cmpLabelText{
        &.spaceBreak{
            
            white-space: pre-line;
            
            width: 100%;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 450 / @px-unit;
    }

    .facelib-tip {
        margin: 0 -24 / @px-unit;
        border-radius: 0;
    }
}

.faceSimilarity-input-container {
    display: flex;
}


@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;