        }

        .table-wrap {
            height: 100%;

            .operation {
                display: flex;
                align-items: center;
            }

            .enable-switch {
                margin-right: 4 / @px-unit;
            }
        }
    }
}

._IPSpeakerTask_task-modal {
    .task-form {
        display: flex;
        flex-wrap: wrap;

        .col-12 {
            width: 50%;
        }
    }

    .files-table-title {
        padding:  8 / @px-unit 0 5 / @px-unit 0;
        font-size: 16 / @px-unit;
    }

    .buttons {
        display: flex;

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

    .files-table {
        height: 312 / @px-unit;
        overflow-y: auto;
    }
}



.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;
    }
}


._FileList_ {
  overflow: hidden;

  .fileList_type_icon {
    display: flex;
    padding-left: 20 / @px-unit;
    align-items: center;
  }

  .fileList_type_cub {
    display: flex;
    height: 20 / @px-unit;
    width: 20 / @px-unit;
    justify-content: center;
    align-items: center;
    margin-right: 6 / @px-unit;
  }

  .fileList_type_lock {
    font-size: 20 / @px-unit;
  }

  .fileList_type_lock_hide {
    display: none;
  }

  .ant-spin-nested-loading {
    height: 100%;
  }
}

._FileList_card {
  border: 1/ @px-unit solid @neutral-stroke-2-normal;
  background-color: @neutral-bg-4-normal;
  color: @neutral-fg-2-normal;
  margin: 16/@px-unit 0;

  .ant-card-body {
    padding: 16px !important;
  }
}

.file-bottom-pagination {

  .ant-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}


.AudioFileList {

    
    
    
    .select_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        .label-div-Container {
            width: 100%;
            margin-right: 40 / @px-unit;
        }
    }

    ._Table_ .ant-table-body {
        min-height: 190 / @px-unit;
    }

    .table-wrap {
        display: flex;
        flex-wrap: wrap;

        .buttons {
            width: 100%;
            display: flex;
            align-items: center;

            .btn {
                margin-right: 12 / @px-unit;
            }
        }
    }
}

.file-modal {
    width: 360 / @px-unit !important;

    .file_alarm {
        text-align: center;
    }
}

._AudioFileList_upload-file-modal {
    .upload-label {
        display: flex;
        align-items: center;
        height: 100%;
    }
}


.pic-details-info{
    height: 100%;
    position: relative;
    .pic-details-info-list{
        height: 100%;
        .thumb-white {
          border: 1px solid @status-success-stroke-2-normal;
          background-color: @status-success-bg-2-normal;
          color: @status-success-fg-1-normal;
          text-align: center;
          width:150 / @px-unit;
        }
        .thumb-black {
            background-color: @status-error-bg-2-normal;
            border: 1px solid @status-error-stroke-2-normal;
            color: @status-error-fg-1-normal;
            text-align: center;
            width:150 / @px-unit;
        }
        .white-black-list {
          display: flex;
          justify-content: flex-start;
          border-radius: 2px;
          padding-top: 2 / @px-unit;
        }
        .pic-details-info-list-swrap{
            overflow: auto;
            height: 100%;
            padding: 16 / @px-unit;
            .detail-image{
                width: 100%;
                height: 160 / @px-unit;
                display: flex;
                justify-content: center;
                background: @neutral-bg-6-normal;
                margin-bottom: 16 / @px-unit;
                .img-swrap{
                    object-fit: contain;
                }
                &.plateImg{
                    height: 48 / @px-unit;
                }
            }
            .detail-text-swrap{
                display: flex;
                justify-content: flex-start;
                padding-top: 16/@px-unit;
                .label-normal-container{
                    padding-top: 0 !important;
                    padding-bottom: 0 !important;
                    height: unset !important;
                    .label-normal{
                        height: 24 / @px-unit;
                        line-height: 24 / @px-unit;
                    }
                }
                .labelText-wrapper{
                    line-height: 24 / @px-unit;
                }
                .signRed {
                    color: @status-error-fg-1-normal;
                }
                .signNormal {
                    color: @neutral-fg-2-normal;
                }
                .signGreen {
                    color: @status-success-fg-1-normal;
                }
            }
        }
    }
    .template-card-tag {
        margin-top: 16 / @px-unit;
        width: 80 /  @px-unit;          
        height: 20 / @px-unit;
        display: flex;
        align-items: center;
        justify-content: center;
        svg{
            width: 80 / @px-unit;
            height: 20 / @px-unit;
        }
        &.error{
            border: 1 / @px-unit solid @status-error-stroke-2-normal;
            background: @status-error-bg-2-normal;
            svg{
                color: @status-error-fg-1-normal;
            }
        }
        &.success{
            border: 1 / @px-unit solid @status-success-stroke-2-normal;
            background: @status-success-bg-2-normal;
            svg{
                color: @status-success-fg-1-normal;
            }
        }
    }
}



._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;
    }
}



.win-view {
  .target-card {
    margin-bottom: 10/ @px-unit;
  }
}

.target-card {
  
  
  background-color: @neutral-bg-5-normal;
  border: 1 / @px-unit solid @neutral-fg-4-normal;
  
  position: relative;

  .card-content {
    height: 125/ @px-unit;
    position: relative;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .label-div-Container {
      position: absolute;
      top: 0 / @px-unit;
      left: 10/ @px-unit;
    }
  }

  .card-bottom {
    position: absolute;
    bottom: 0/ @px-unit;
    width: 100%;
    
    height: 25/ @px-unit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10/ @px-unit;
    background-color: @neutral-bg-4-hover;
    
  }

  .tool-bar {
    background-color: @neutral-bg-4-normal;
    height: 30/ @px-unit;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    display: flex;
  }

  .selected {
    border: 1 / @px-unit solid @brand-fg-1-active;
  }
}


._AddedDevice_ {
    .camera-connecting {
        color: @neutral-fg-disabled;
    }
}


._RemoteDevice_ {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    
    .device-interval {
        width: 100%;
        min-height: 16 / @px-unit;
        background-color: @neutral-bg-6-normal;
    }

    ._Table_ {
        margin-top: 0;
    }

    
    ._AllDevice_ {
        padding: 0 24 / @px-unit 16 / @px-unit 24 / @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 {
                        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;
            }
            .IPSegments-wraper {
                .cross-search-button {
                    .label-button {
                        max-width: 300 / @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 24 / @px-unit;
        flex: 1;
        height: calc(100% - 42vh);
        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 {
                
                margin-right: 4 / @px-unit;
            }
        }
        .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;
            }
        }
    }
}

._OverseasRemoteDevInit_ {
    .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;
    }
}

._DomesticRemoteDevInit_ {
    .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;
    }
    .same-line {
        display: flex;
        align-items: center;
        .label-div-Container {
            margin-right: 30 / @px-unit !important;
        }
    }
}

.__useModeErrorModal__ {
    .ant-modal-body {
        height: 260 / @px-unit;
    }
}
.remote-init-failed-table {
    ._Table_ .ant-table-body {
        min-height: 200 / @px-unit;
    }
}

.IPSegments_modal {
    .tip {
        padding: 8 / @px-unit;
    }
    .flex {
        display: flex;
    }
    width: 500 / @px-unit !important;
    .IPV4 {
        position: relative;
        margin-left: 10 / @px-unit;
        

        .label-normal-behind {
            position: absolute;
            right: 0 / @px-unit;
            top: 9 / @px-unit;
            width: 70 / @px-unit !important;
            height: 29 / @px-unit!important;
            background-color: @neutral-bg-disabled !important;
            color: @neutral-fg-disabled;
            text-align: center;
        }
    }
    .LabelIPV4 {
        
        .ant-input:nth-of-type(7) {
            display: none;
        }
    }

    .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;
    }
}



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



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

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


._Port_ {
    
    
    
    
    
}


._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;
    }
}

._CfgManage_ {
   
    .ExportButton{
        padding-top: 8/@px-unit;
        padding-bottom: 8/@px-unit;
    }
}

._NetInfo_ {
    
    
    
    padding-top: 24 / @px-unit;
    
    ._Table_ .ant-table-body {
        min-height: 180 / @px-unit;
    } 
}

._RecordInfo_{
    .recordTable{
        width: 80vw;
    }
    ._Table_ .ant-table-body {
        min-height: 360 / @px-unit;
    } 
}

._ChannelState_ {
    ._Table_ .ant-table-body {
        min-height: 600 / @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%;
        }
    }
}

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

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

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


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

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


._ChannelInfo_ {
    .FlexLine{
        display: flex;
        ._Table_{
            width: 40%;
        }
        ._Table_ .ant-table-body {
            min-height: 500 / @px-unit;
        } 
        .RightPane{
            margin-left: 40 / @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;
    }
}

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

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


._RegionOfInterest_ {
    .form-head {
        display: flex;
        .form-head-right {
            margin-left: 30/@px-unit;
            margin-bottom: 20/@px-unit;
        }
    }
    .roi_ocx {
        
        transform-origin: left top;
    }
}


._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;
}

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


._AudioDetection_ {
    
    overflow-y: auto;
}


._PreventAlarm_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._AccessControl_ {
    
    
    

    .line-row {
        display: flex;
    }
}

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

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


._IpcExtAlarm_ {
    &line {
        display: flex;
    }
    .container_left {
        width: 576 / @px-unit;
    }
}

._VideoMotion_ {
    width: 100%;

    .form {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    &line {
        display: flex;
    }
    .container_left {
        width: 480 / @px-unit;
    }
}