                left: 135/ @px-unit;
            }
            .serial-box {
                left: 595/ @px-unit;
            }
        }
    }
    
}

.modal-button {
    button {
        width: 100%;
    }
}




._TalkAndSoundNew_ {

    &box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    &current {
        color: @brand-fg-1-normal !important;
    }


    &select {
        min-width: 110/@px-unit;
        height: 32 / @px-unit;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8 / @px-unit;
        border: 1 /@px-unit solid @neutral-stroke-1-normal;
        background: @neutral-bg-5-normal;
        cursor: pointer;
        margin-right: 4 / @px-unit;
        margin-left: 4 / @px-unit;
        border-radius: 4 / @px-unit;

        .cus_icons {
            margin-left: 8 / @px-unit;
        }

        .select-wrapper {
            display: flex;
            flex: 1;
            justify-content: flex-start;
            color: @neutral-fg-2-normal;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 22 / @px-unit;
            text-align: left;
        }


    }


}

.talk-and-sound-popover {
    .popover-content {
        display: flex;
        height: 40 / @px-unit;
        align-items: center;
        background: @neutral-bg-1-normal;

        .popover-item {
            padding: 0 12 / @px-unit;
            cursor: pointer;
            color: @neutral-fg-2-normal;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            position: relative;

            &::after {
                content: '';
                position: absolute;
                right: 0;
                top: 0;
                width: 1 / @px-unit;
                height: 100%;
                background: @neutral-stroke-2-normal;
            }

            &:last-child {
                &::after {
                    content: none;
                }
            }

            &.active {
                color: @brand-fg-1-normal;
            }
            &:hover{
                color: @brand-fg-1-hover;
            }
        }
    }
}

.audioTalk_ToolTip{
    max-width: 400 / @px-unit !important;
    width: 400 / @px-unit;
}


._UrgentRecord_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


._RecordPlan_ {
    .childLableContainer-d-inlineBlock {
        &>div {
            display: inline-block;
        }
    }  
    .labelCheckBox-behind-labelText {
        .label-normal-container {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }  
}

.view-split-popover{
    .popover-list{
        display: flex;
        height: 40 / @px-unit;
        align-items: center;
        &>div{
            margin-right: 4 / @px-unit;
            &:last-child{
                margin-right: 0;
            }
        }
    }
}


.alarm-out-popover {
    .popover-content {
        height: 40 / @px-unit;
        display: flex;
        align-items: center;
        background: @neutral-bg-1-normal;
        padding: 0 8 / @px-unit;
    }
}


._LocalPlay_{
    display: flex;
    align-items: center;
    justify-content: center;   
}


._OpenAll_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    ._OpenAll_box{
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
    }
    ._OpenAll_default{
        border: 1px solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
    }
    .label-div-Container {
        width: 30/@px-unit;
        height:32/@px-unit;
        .label-normal-container {
            width: 30/@px-unit;
            height:32/@px-unit;
            padding-top: 0 !important;
            .label-normal-wrapper {
                width: 30/@px-unit !important;
                height:32/@px-unit !important;
            }
        }
    }
    ._OpenAll_btn {
        padding: 0 !important;
        border: 0 !important;
        background: none !important;
        height: 30/@px-unit;
    }
    ._OpenAll_down {
        width: 30/@px-unit;
        height: 30/@px-unit;
        border-left: 1px solid @neutral-stroke-1-normal;
    }
    ._OpenAll_start {
        width: 210/@px-unit;
        height: 100%;
        display: flex;
        justify-content: left;
        background-color: @neutral-bg-2-normal;
        border-right: 1px solid @neutral-stroke-1-normal;
    }
    ._OpenAll_stop {
        width: 210/@px-unit;
        height: 100%;
        display: flex;
        justify-content: left;
        background-color: @neutral-bg-2-active;
        border-right: 1px solid @neutral-stroke-1-normal;
        color: @neutral-bg-2-active;
    }
    ._OpenAll_text {
        line-height: 32/@px-unit;
        width: 64/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    ._OpenAll_talk {
        display: flex;
        justify-content: center;
        width: 180/@px-unit;
        >span:nth-of-type(1){
            margin: 0 25/@px-unit 0  -33/@px-unit ;
        }
        
    }
}

.savepath{
  .label-normal-behind{
    padding-left:0 !important;
  }
}
._Iscsi_ {
    width: 100%;
    .operation-btn {
        width: 100%;
        display: flex;
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    .ant-col {
        .label-div-Container {
            margin-right: 10/@px-unit;
        }
    }
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    } 
}
.storage-modal {
    .footer-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        .label-div-Container {
            margin-right: 15/@px-unit;
        }
    }
}



@list-header-height: 48 / @px-unit;

._AIPreview_ {
    
    height: 100%;
    &swrap{
        width: 320 / @px-unit;
        height: 100%;
        background-color: @neutral-bg-4-normal;
        &_header{
            height: @list-header-height;
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            background-color: @neutral-bg-4-normal;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            &_title{
                width: 100%;
                color: @neutral-fg-2-normal;
                display: flex;
                align-items: center;
                span{
                    margin-left: 15 / @px-unit;
                }
            }
            &_set_icon{
                display: flex;
                align-items: center;
                width: 50 / @px-unit;
            }
            .divider {
                height: 24/@px-unit;
            }
        }
        &_list_swrap{
            height: calc(100% - @list-header-height);
            overflow: auto;
        }
    }

}


._GBClient_ {
    &.MainPage {
        
    }

    .form-list {
        .left {
            width: 600 / @px-unit;
        }
    }
}

._DisplayScale_ {
    
    
    
    padding-top: inherit; 
    
}


._GBServer_ {
    &.MainPage {
        
    }

    
    
    
    .LeftForm {
        width: 600 / @px-unit;
    }
    .visibility-hidden {
        visibility: hidden;
    }

    .offline-text {
        color: @status-error-fg-1-normal;
    }

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

    &.AlarmSettingModal {
        .multi-wrap {
            display: flex;
            align-items: flex-end;
        }

        .chanel-begin-no {
            margin-left: 20 / @px-unit;
        }

        .multi-button {
            margin-left: 10 / @px-unit;
        }
    }
}

._TCPIP_ {
    width: 100%;
    .table-item {
        margin: 0;
        text-align: center;
        .delete-icon {
            cursor: pointer;
            &:hover {
                svg {
                    & + {
                        path:first-child {
                            fill: #f00 !important;
                            opacity: 0.3 !important;
                        }
                    }
                }
            }
        }
    }
    
    .netDns-text {
        font-size: 18 / @px-unit;
        color: @neutral-fg-2-normal;
    }

    .info-container {
        padding: 0 10px;
        margin-top: 10px;
        
        .label-normal-wrapper {
            width: 150px !important;
        }
    }

    .input-enabled:hover:not(.ant-input-disabled) {
        
    }

    ._Table_ {
        .ant-table-content {
            min-height: 244 / @px-unit;
        }
    }
}

._RouteTable_ {
    width: 100%;
    .table-header {
        user-select: none;
    }
    .delete-icon {
        cursor: pointer;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
}

.netCardMenber_checkbox .ant-checkbox-wrapper{
    margin-left: 0;
    margin-right: 6 / @px-unit;
}
.netCardMenber_checkbox .ant-checkbox-wrapper:last-child{
    margin-right: 0;
}

.testSuc{
    color: rgb(0, 255, 0);
    width: 100 / @px-unit;
}


._GBCertManage_ {
    .delete-icon {
        cursor: pointer;
        font-size: 2.5rem;
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: #f00 !important;
                    }
                }
            }
        }
    }
    .download-icon {
        cursor: pointer;
    }
    ._Table_ .ant-table-body {
        min-height: 350 / @px-unit;
    } 
}

._WIFI_ {
    .header-btn-group {
        display: flex;
        justify-content: space-between;
        .btn {
            align-self: center;
        }
    }
    .wifi-info-container {
        padding: 0 20px;
        margin-top: 10px;
        border: 1px solid @neutral-stroke-2-normal;

        .boss {
            font-weight: bold;
        }

        p {
            margin-bottom: 5px;
        }
    }
    .table-body {
        margin: 0;
        text-align: center;
    }
    .ant-table-body {
        min-height: 150px;
    }
}

._PhoneSetting_ {
    .container {
        display: flex;
        width: 100%;
    }
}



._FourG_ {
    width: 100%;
    .Row{
        display: flex;
        align-items: center;
    }
    .wifi {
         svg path:nth-child(2){
             fill: #0293ff; 
        }
        &.s_05 {
            
            .svgOut(#0293ff);
        }
    }
    .ant-input-affix-wrapper-disabled {
        background-color: @neutral-bg-disabled;
    }
}




._ParkingLot_ {
    .cur-day-info {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-top: 40/@px-unit;
        

        .day-info-item {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16/@px-unit;
            &:last-child{
                margin-right: 0;
            }
        }

        .info-left {
            width: 48 /@px-unit;
            height: 48 /@px-unit;
            margin-right: 8 /@px-unit;
        }

        .info-right {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            
        }

        .info-name {
            height: 24 /@px-unit;
            line-height: 24 /@px-unit;
            color: @neutral-fg-on-1-normal;
            font-size: 16/@px-unit;
        }

        .info-num {
            color: @parkingNumText; 
            font-size: 18 /@px-unit;
            line-height: 26/@px-unit;
        }
    }
}

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



.vehicle-button {
    height: 36 / @px-unit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: @neutral-fg-on-1-selected;
    font-size: 16/@px-unit;
    padding: 0 8/@px-unit;

    .labelText {
        opacity: 0.85;
    }

    &.vehicle-normal {
        width: 100 / @px-unit;
    }

    &.vehicle-large {
        width: 132 / @px-unit;
    }

    &.vehicle-default {
        position: relative;
        background: @parkingButtonBgN;
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-right: 7/@px-unit solid transparent;
            border-top: 7/@px-unit solid @parkingBg; 
            z-index: 999;
        }
        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 7/@px-unit solid transparent;
            border-right: 7/@px-unit solid @parkingBg; 
            z-index: 999;
        }

        .ele-left {
            position: absolute;
            left: 0;
            top: 0;
            width: 14/@px-unit;
            height: 36/@px-unit;
            background: url('/static/media/buttonStroke_left_normal.png') no-repeat center / 100% 100%;
            z-index: 998;
        }

        .ele-right {
            position: absolute;
            right: 0;
            top: 0;
            width: 14/@px-unit;
            height: 36/@px-unit;
            background: url('/static/media/buttonStroke_right_normal.png') no-repeat center / 100% 100%;
            z-index: 998;
        }

        .ele-top {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 2 /@px-unit;
            background: @parkingButtonBoundariesBg;
            opacity: 0.1;
        }

        .ele-bottom {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2 /@px-unit;
            background: @parkingButtonBoundariesBg;
            opacity: 0.1;
        }

        &:hover {
            box-shadow: inset 0 0 6 /@px-unit 0 @parkingButtonBoxShadowH;
            background: @parkingButtonBgH;

            .ele-left {
                position: absolute;
                left: 0;
                top: 0;
                width: 14/@px-unit;
                height: 36/@px-unit;
                background: url('/static/media/buttonStroke_left_hover.png') no-repeat center / 100% 100%;
            }

            .ele-right {
                position: absolute;
                right: 0;
                top: 0;
                width: 14/@px-unit;
                height: 36/@px-unit;
                background: url('/static/media/buttonStroke_right_hover.png') no-repeat center / 100% 100%;
            }

            .ele-top {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 2 /@px-unit;
                background: @parkingButtonBoundariesBg;
                opacity: 0.36;
            }

            .ele-bottom {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2 /@px-unit;
                background: @parkingButtonBoundariesBg;
                opacity: 0.36;
            }

        }
    }

    &.vehicle-primary {
        position: relative;
        background: @parkingPrimaryButtonBgN; 
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-right: 7/@px-unit solid transparent;
            border-top: 7/@px-unit solid @parkingBg; 
        }
        &::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 7/@px-unit solid transparent;
            border-right: 7/@px-unit solid @parkingBg; 
        }
        &:hover{
            background: @parkingPrimaryButtonBgH; 
        }
    }
}



._MultiPreviewNew_ {
    &items {
        height: 40 / @px-unit;
        display: flex;
        align-items: center;
    }

    &item {
        display: flex;
        margin-right: 4 / @px-unit;

        &:last-child {
            margin-right: 0;
        }

    }

    &split_group {
        height: 32 / @px-unit;
        display: flex;
        align-items: center;
        background: @neutral-bg-4-normal;
    }

    &number_wrapper {
        display: flex;
    }

    &number {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 0 12 / @px-unit;
        height: 24 / @px-unit;
        position: relative;
        min-width: 66 / @px-unit;
        text-align: center;

        &::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 1 / @px-unit;
            height: 100%;
            background: @neutral-stroke-2-normal;
        }

        &:last-child {
            &::after {
                content: none;
            }
        }


        &:hover {
            color: @brand-fg-1-normal;
        }
    }


    &current {
        color: @brand-fg-1-normal;
    }


}

._AutoRegister_ {
    
    
    
    
    
    .online_bg {
        color: @status-success-fg-1-normal;
    }
    .offline_bg {
        color: @status-error-fg-1-normal;
    }
}


._Pppoe_ {
    
    
    
    
    
}


._AiPreviewModal_ {
    width: 732px !important;
    min-width: 750px; 

    .ant-modal-body {
        padding: 24 / @px-unit;
    }
}



.modal-content {

    .label-normal-container {
        padding-top: 0 !important;
        padding-bottom: 16 / @px-unit !important;
    }

    
    .params-set {
        .params-set-title {
            margin-bottom: 8 / @px-unit;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            margin-top: 16 / @px-unit;
        }

        
        .template-list {
            display: flex;
            margin-top: 0 / @px-unit;

            .template-card-list-item {
                margin-right: 12/@px-unit;
            }

            .template-card-list-item:last-child {
                margin-right: 0 / @px-unit;
            }

            .card-selected {
                border: 1 / @px-unit solid @brand-stroke-1-normal; 
            }

            .card-no-selected {
                border: 1 / @px-unit solid @neutral-stroke-2-normal; 
            }
        }

        .params-attribute-title {
            margin-bottom: 8 / @px-unit;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            margin-top: 16 / @px-unit;
        }

        .attribute-list {
            display: flex;
            flex-wrap: wrap;


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


                .label-button,
                button {
                    width: 104/ @px-unit;
                    height: 36/ @px-unit;
                }

                button {
                    font-size: 16/ @px-unit;
                    font-weight: 400;
                    line-height: 24/ @px-unit;
                    height: 36 / @px-unit;
                    color: @neutral-fg-2-normal;
                    background: @neutral-bg-2-normal !important;

                }

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

                .ant-btn>span {
                    width: 100%;
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            }

            .attribute-btn-selected {
                button {
                    border: 1/ @px-unit solid @brand-fg-1-normal !important;
                    color: @brand-fg-1-normal !important;
                }
            }

            .attribute-btn-no-selected {
                button {
                    border: 1/ @px-unit solid @neutral-stroke-1-normal;
                    color: @neutral-fg-2-normal;
                    background: @neutral-bg-2-normal;
                }
            }

        }

    }


}

._AllowBlockList_ {
    padding: 1rem;
    padding-top: 2rem;
    ._Table_ .ant-table-body {
        min-height: 380 / @px-unit;
    }
    .input-wrap  {
        display: flex;
        flex-wrap: wrap;
        >div:not(:last-child) {
            margin-right: 32/ @px-unit;
        }

        >div:not(.ui5-margin-wrapper){
            width: 100%;
            flex: 0 0 306 / @px-unit !important;
            width: 306 / @px-unit !important;
            .label-normal-container   {
                display: flex;
            }
            .label-normal-wrapper {
                width: 200 / @px-unit;
            }
        }  
    }
    .input-wrap-full{
        position: relative;
        padding-bottom: 24 / @px-unit;
        .ui5-margin-wrapper{
            right: 24 / @px-unit;
            bottom: -24 / @px-unit;
            position: absolute;
        }
    }
    .button-box {
        margin-top: 12 / @px-unit;
    }
}

._RemoteStorage_ {
    overflow-y: scroll;
    .ant-divider-horizontal{
        background-color: #090c0c !important;
        margin-top: 8 / @px-unit;
        margin-bottom: 8 / @px-unit;
    }
    .FTPEnable{
        display: flex;
        .FTPRadio{
            margin-left: 100 / @px-unit;
        }
    }
    .EventPreRecord {
        display: flex;
        .PerRecord{
            margin-left: 308 / @px-unit;
        }
        .StreamType {
            margin-left: 108 / @px-unit;
        }
    }
    .TimePicker{
        display: flex;
        .Connector{
            padding-top: 10 / @px-unit;
            margin-left: 5 / @px-unit;
            margin-right: 5 / @px-unit;
        }
        .ant-checkbox-group{
            margin-left: 20 / @px-unit;
            .ant-checkbox-wrapper{
                margin-left: 0;
            }
        }
        .ant-picker-disabled{
            svg{
                opacity: 0.5;
            }
        }
    }
    .Channel{
        .label-normal{
            margin-top: 8 / @px-unit;
        }
    }
    .uploadChannel{
        display: flex;
        .label-div-Container:first-child  {
            margin-right: 109 / @px-unit;
        }
    }
}


._RegionofInterest_ {
  
  
  
  height: 100%;
  position: relative;
  padding: 54/@px-unit 0 40/@px-unit;
}


@homeHeaderColor:@neutral-fg-on-1-normal;
.homeside-enter,
.homeside-appear {
    opacity: 0;
}
.homeside-enter-active,
.homeside-appear-active {
    opacity: 1;
    transition: opacity 200ms ease-in;
}
.homeside-enter-done {
    opacity: 1;
}
.homeside-exit {
    opacity: 1;
}

.homeside-exit-active {
    opacity: 0;
    transition: opacity 200ms ease-in;
}

.homeside-exit-done {
    opacity: 0;
}
.clearfix {
    &::after {
        content: '.';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
}


.header-contain {
    padding: 14 / @px-unit  0;
    height: @navMenuHeight;
    background-color: @neutral-bg-6-1-normal;
    color: @homeHeaderColor;
    z-index: 1000;
    
    .iconDropBtn{
        span{
            color: @homeHeaderColor;
        }
    }
    
    .TaskBarAlarmInfo{
        .ant-badge{
            color: @homeHeaderColor;
        }
    }
    .ant-tabs-nav-list{
        .ant-tabs-tab {
            margin-left: 0 !important;
            padding: 0 12 / @px-unit !important;
            > div {
                margin: 0 !important;
            }
            .ant-tabs-tab-remove {
                padding: 0 !important;
                margin: 0 0 0 8 / @px-unit !important;
            }
        }
    }
    
    .ant-tabs-tab.ant-tabs-tab-with-remove{
        background-color: unset;
        color: @neutral-fg-on-1-normal;
        button{
            visibility: hidden;
        }
        
        &:hover{
            background-color: @neutral-bg-1-hover-3;
            color: @neutral-fg-on-1-normal;
            button{
                visibility: visible;
            }
        }
        &.ant-tabs-tab-active{
            
            background-color: @neutral-bg-1-selected-3;
            color: @neutral-fg-on-1-selected;
            button{
                visibility: visible;
            }
        }
    }

    .home_header_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 16 / @px-unit;
        height: @navMenuLineHeight;
        > span.header-time {
            font-size: @font-size-digit-m;
            line-height: 24 / @px-unit;
            
            
        }
        .headerDivider {
            margin: 0 4 / @px-unit;
        }
    }
    .home_header_left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: @navMenuLineHeight;
        > div:first-child {
            margin-left: 8px;
        }
        .headerDivider {
            margin: 0 12 / @px-unit;
        }
    }
    .headerDivider {
        height: 18 / @px-unit;
        top: 0;
        
    }
    .home-logo-img {
        height: 56 / @px-unit;
        width: 160 / @px-unit;
        background-size: contain;
        background-repeat:no-repeat;
        
        background-image: url('/custom_logo/web_home_logo.png');
        background-repeat:no-repeat;
    }

}
.header-time {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.homaMain-contain {
    height: calc(100vh - @navMenuHeight);
    position: absolute;
    width: 100%;
    overflow-x: auto;
}

.MainPageTip {
    text-align: center;
}

.PasswordExpired {
    .PasswordExpiredTip {
        display: flex;
        .cus_icons:not(.disabled_icons) svg path:first-child {
            fill: @status-warning-fg-1-normal;
        }
        .Tip {
            margin-left: 5 / @px-unit;
            margin-top: 5 / @px-unit;
        }
    }
    .PasswordNoTip {
        margin-left: 10 / @px-unit;
    }
}

.HomeQRCode {
    .ant-spin-container{
        display: flex;
        justify-content: space-around;
    }
    .QRCode {
        width: 212 / @px-unit;
        height: 212 / @px-unit;
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
        margin: 10 / @px-unit 20 / @px-unit;
    }
    .ImageCode {
        .ant-image {
            width: 212 / @px-unit;
            height: 212 / @px-unit;
            margin: 10 / @px-unit 20 / @px-unit;
        }
    }
    .DescribeText {
        text-align: center;
    }
}

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



._SGCC_ {
    .row-flex {
        display: flex;
        > div {
            margin-right: 50px;
        }
    }
}


._Table_{
  .sharedFolder-table{
    .ant-table-body{
     min-height: 200/@px-unit;
   }
 }
}

.SharedFolder{
    .flex{
      display: flex;
        .label-div-Container{
          margin-right:10/@px-unit;
        }
    }
}


._Videocalcalculation_ {
    .page-view {
        .tab-button-wrapper{
            margin-top: 20/ @px-unit;
        }
        .modify-modal-footer{
            position: relative;
        }
    }
}



.template-card-swrap {
    position: relative;

    .card-selected {
        border: 1 / @px-unit solid @brand-stroke-1-normal;
    }
    .card-no-selected {
        border: 1 / @px-unit solid @neutral-stroke-2-normal;
    }

    .right-attr{
        min-height: 80%;
    }
    .right-tag{
        padding: 0 10/ @px-unit;
    }

    
    .template-card {
        display: inline-block;
        width: 220 / @px-unit;

        
        &:last-child {
            margin-right: 0 / @px-unit;
        }

        .tool-bar {
            background: @neutral-bg-3-1-normal;
            height: 32 / @px-unit;
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            z-index: 1;
            display: flex;
            justify-content: flex-end;
            .tool-bar-content{
                background-color: @neutral-bg-4-hover;
                width: 100%;
                height: 100%;
                padding: 0 12 / @px-unit;
                display: flex;
                justify-content: flex-end;
            }
        }
    

    
        .template-card-top-face-database {
            height: 32 / @px-unit;
            display: flex;
            align-items: center; 
            border-bottom: 1 / @px-unit  solid @neutral-stroke-2-normal; 
    
            .face-database-name {
                width: 50%;
                padding-left: 12 / @px-unit;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                color: @neutral-fg-2-normal;
                font-size: 14 / @px-unit;
            }
    
            .face-person-name {
                padding-right: 12 / @px-unit;
                width: 50%;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                text-align: right;
                color: @neutral-fg-2-normal;
                font-size: 14 / @px-unit;
            }
        }
    
        
        .template-card-top {
            .template-card-top-header {
                height: 26 / @px-unit ;
                padding: 0 8 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid @neutral-stroke-2-normal;
            }
    
            .top-header-left {
                display: flex;
                align-items: center;
            }
    
    
            .ant-checkbox-wrapper {
                margin-right: 10/ @px-unit;
            }
    
            .top-header-type {
                width: 80/ @px-unit;
            }
    
            .top-header-name {
                width: 80/ @px-unit;
                text-align: right;
            }
    
            .template-card-top-warapper {
                display: flex;
                padding: 4/ @px-unit;
                flex: 1;
                .right{
                    margin-left: 4/ @px-unit;
                }
            }

    
    
            .template-card-top-swrap {
                flex: 1;
                height: 74/ @px-unit;
                overflow: hidden;
                .image-panle {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background: @neutral-bg-5-normal;
                    .DefaultImgClass{
                        object-fit: contain;
                    }
                }
    
                .svg-panle {
                    background: @neutral-bg-4-hover;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    .cus_panel{
                        width: auto!important;
                        height: auto!important;
                    }
                 
                }
            }
    
    
            .left {}
    
            .center {
                margin-left: 60 / @px-unit;
            }
    
            .right {}
        }
    
        
        .template-card-top-no-center {
            display: flex;
            padding: 4 / @px-unit;
            position: relative;
    
            .template-card-top-warapper {
                display: flex;
                flex: 1;
            }
    
            .template-card-top-swrap {
                position: relative;
            }
    
            .template-card-top-checkbox-position {
                position: absolute;
                top: 7/ @px-unit;
                left: 10/ @px-unit;
                z-index: 1;
            }
    
    
            .right-attri-list {
                display: flex;
                flex-direction: column;
                height: 100%;
                justify-content: flex-start;
    
                .attri-item-wrapper {
                    display: flex;
                    margin-bottom: 4 / @px-unit;
                    align-items: center;
    
                    .attri-left-item {
                        flex-shrink: 0;
                        width: 20 / @px-unit;
                        height: 20 / @px-unit;
                        margin-right: 4 / @px-unit;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
    
                    .attri-right-item {
                        width: 70 / @px-unit;
                        line-height: 22 / @px-unit;
                        color: @neutral-fg-2-normal;
                    }
    
                    .attri-color-block {
                        display: flex;
                        justify-content: flex-end;
                        align-items: center;
                        margin-right: 8 / @px-unit;
                    }
                }
    
                .attri-item-wrapper-high {
                    .attri-left-item {
                        line-height: 22 / @px-unit;
                    }
    
                    .attri-right-item {
                        line-height: 22 / @px-unit;
                    }
                }
    
                .thumb-white {
                    border: 1px solid @status-success-stroke-2-normal;
                    background-color: @status-success-bg-2-normal;
                    color: @status-success-fg-1-normal;
                }
    
                .thumb-black {
                    background-color: @status-error-bg-2-normal;
                    border: 1px solid @status-error-stroke-2-normal;
                    color: @status-error-fg-1-normal;
                }
    
                .white-black-list {
                    display: flex;
                    justify-content: center;
                    border-radius: 2 / @px-unit;
                    margin-bottom: 6 / @px-unit;
                    height: 22 / @px-unit;
                    line-height: 22 / @px-unit;
                }
    
                .OverSpeed {
                    width: 80 / @px-unit;
                    height: 40 / @px-unit;
                    position: absolute;
                    bottom: 14 / @px-unit;
                    right: 14 / @px-unit;
                }
            }
    
            .image-panle {
                display: flex;
                flex-direction: row;
                justify-content: center;
                width: 100%;
                height: 100%;
                position: relative;
                background: @neutral-bg-5-normal;
                .DefaultImgClass{
                    object-fit: contain;
                }
    
            }
    
            .imageList-panle {
                width: 100%;
                height: 100%;
                position: relative;
    
                .imagesmall-panle {
                    width: 100%;
                    height: 80%;
                }
    
                .imageplate-panle {
                    width: 100%;
                    margin-top: 6/ @px-unit;
                    height: 15%;
                }
            }
    
            .svg-panle {
                height: 124 / @px-unit;
                width: 100%;
                background: @neutral-bg-4-hover;
                display: flex;
                justify-content: center;
                align-items: center;
                .cus_panel{
                    width: auto!important;
                    height: auto!important;
                }
            }
    
            .left {
                height: 124 / @px-unit;
                width: 104 / @px-unit; 
            }
    
            .center {
                margin-left: 60 / @px-unit;
            }
    
            .right {
                display: flex;
                flex-direction: column;
                width: auto;
                flex: 1;
                margin-left: 8 / @px-unit;
            }
    
            .template-card-tag {
                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;
                }
                &.success{
                    border: 1 / @px-unit solid @status-success-stroke-2-normal;
                    background: @status-success-bg-2-normal;
                }
            }
    
        }
    
        .template-card-center {
            height: 25 / @px-unit;
        }
    
        .template-card-cenBtm {
            height: 28 / @px-unit;
            line-height: 28 / @px-unit;
    
            .template-card-cenBtm-left {
                float: left;
                padding-left: 14 / @px-unit;
                color: @status-error-fg-1-normal;
            }
    
            .template-card-cenBtm-right {
                float: right;
                padding-right: 10 / @px-unit;
            }
        }
    
        .template-card-bottom {
            height: 28 / @px-unit;
            background-color: @neutral-bg-4-hover;
            padding: 0 / @px-unit 8 / @px-unit 0 / @px-unit 8 / @px-unit;
            display: flex;
            align-items: center;
            color: @neutral-fg-2-normal;
            justify-content: space-between;
    
            .template-card-bottom-left {
                max-width: 80 / @px-unit;
                text-align: left;
                div{
                    width: 100%;
                }
            }
    
            .template-card-bottom-right {
                max-width: 130 / @px-unit;
                text-align: right;
                div{
                    width: 100%;
                }
            }
        }
    

        .color-0 {
            color: @neutral-fg-2-normal;
        }
    
    
        .color-1 {
            color: @status-success-fg-1-normal;
        }
    
    
        .color-2 {
            color: @status-error-fg-1-normal;
        }
    
    }

    
    .template-card.template-listcard {
        width: 290 / @px-unit !important;
        position: relative;

        .template-card-top {
            .template-card-top-warapper{
                .template-card-top-swrap {
                    height: 110 / @px-unit;
                    .image-panle {
                        width: 100%;
                        height: 100%;
                        background: @neutral-bg-5-normal;
                        .DefaultImgClass{
                            object-fit: contain;
                        }
                    }
                }
            }
        }

        .template-card-top-no-center {
            .left {
                height: 132 / @px-unit;
                width: 138 / @px-unit; 
            }
            .right{
                width: 138 / @px-unit; 
                margin-left: 4 / @px-unit; 
                .image-panle{
                    height: 132 / @px-unit;
                }
            }
            .right-attri-list {
                .attri-item-wrapper{
                    margin-bottom: 6 / @px-unit;
                    &:last-child{
                        margin-bottom: 0;
                    }
                }
                .attri-left-item{
                    margin-right: 8 / @px-unit;
                }
                .attri-right-item {
                    width: 80 / @px-unit;
                }
            }
        }

        .template-card-bottom {
            height: 32 / @px-unit;
            padding: 0 / @px-unit 12 / @px-unit 0 / @px-unit 12 / @px-unit;
            background-color: @neutral-bg-4-hover;
            width: 100%;
            .template-card-bottom-left {
                max-width: 100 / @px-unit;
                text-align: left;
                div{
                    width: 100%;
                }
            }
    
            .template-card-bottom-right {
                max-width: 140 / @px-unit;
                text-align: right;
                div{
                    width: 100%;
                }
            }
        }

        .template-card-center {
            padding: 0 8 / @px-unit;
            height: 22 /  @px-unit;
        }
    }
}







.back-panel {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 54/ @px-unit;
  border-bottom: 1/ @px-unit solid @neutral-stroke-2-normal;
  padding: 0 16/ @px-unit;
  z-index: 1;
  background-color: @neutral-bg-4-normal;

  .back-panel-text {
    margin-left: 16/ @px-unit;
  }

  .back-panel-left {
    display: flex;
    align-items: center;
    height: 54/ @px-unit;
    width: 100%;
  }
}


.playback-channel-list {
  height: 100%;

  @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-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: scroll;
      scrollbar-gutter: stable;
    }

    .ant-collapse-content>.ant-collapse-content-box {
      padding: 16/@px-unit;
      padding-right: 4/@px-unit !important; 
    }

  }

  
  .panel-header {
    display: flex;
    align-items: center;
    height: 26 / @px-unit;

    .panel-header-left {
      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: 176 / @px-unit;
        font-size: @font-size-title-s;
        &.single-select{
          width: 195 / @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;
      }
    }
  }

  .playback_channel_show {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .playback_channel_none {
    display: none;
  }
}


@CollapseContentBoxPadding: 16/@px-unit;
@collapseHeaderHeight: 48 / @px-unit; 


._CollapseManageItem_ {
    overflow: hidden;
    &.noShow{
        position: fixed;
        left: 0;
        bottom: -10000px;
    }
    &:first-child{
        position: relative;
        &::before{
            content: '';
            position: absolute;
            left: 0;
            bottom: 0 / @px-unit;
            width: 100%;
            height: 1 / @px-unit;
            box-sizing: content-box;
            background: @neutral-stroke-2-normal;
        }
    }
    