.ant-picker-range-arrow::before {
    width: 11 / @px-unit !important;
    height: 11 / @px-unit !important;
    
    background: @pageTextN !important;
}

.ant-message-notice-content {
    color: .color_A(@modalTitleBg)[];
    background: @modalTitleBg;
    .ant-message-loading .anticon {
        color: @current;
    }
}

.ant-tooltip {
    max-width: 200 / @px-unit !important;
}
.ant-tooltip-inner {
    background-color: @popover_BgN;
    color: @popover_TextN;
}
.ant-tooltip-arrow-content {
    --antd-arrow-background-color: @popover_BgN;
    background-color: @popover_BgN;
}
.ant-tabs-content-holder,
.ant-tabs-content,
.ant-tabs-tabpane {
    outline: none;
}


.TabsTop{
    margin-top: 10/@px-unit;
    &.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;
            }
        }
    }
}
.ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
    animation: MessageMoveOut .5s;
    -webkit-animation: MessageMoveOut .5s;
}
@keyframes MessageMoveOut {
    0%{
        max-height: 150px;
        padding: 8px;
        opacity: 1;
    }
    100% {
        max-height: 0;
        padding: 0;
        opacity: 0;
    }
}


.ant-zoom-appear.ant-zoom-appear-active  {
    animation: ZoomIn .2s;
    -webkit-animation: ZoomIn .2s;
}

.ant-zoom-leave.ant-zoom-leave-active {
    animation: ZoomOut .2s;
    -webkit-animation: ZoomOut .2s;
}


.ant-fade-leave.ant-fade-leave-active {
    animation: FadeOut .2s;
    -webkit-animation: FadeOut .2s;
}

.ant-slide-up-leave.ant-slide-up-leave-active {
    animation: SlideOut .2s;
    -webkit-animation: SlideOut .2s;
}

.ant-slide-up-enter.ant-slide-up-enter-active {
    animation: SlideIn .2s;
    -webkit-animation: SlideIn .2s;
}


@keyframes ZoomIn {
    0%{
        transform: scale(0);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ZoomOut {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes FadeOut {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        display: none;
    }
}

@keyframes SlideIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes SlideOut {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}


.hyperlink{
    color: @current;
    &:hover{
       color:  @--primary-5;
    }
}


.assistanceColor{
    each(@secondary,{
        &.@{key}{
            color:@value;
        }
    });
    each(@secondaryOver,{
        &.@{key}{
            color:@value;
        }
    });
}






.colorBox(@recordBox);
.colorBox(@aiDisplayNumCheck);

.report-icon {
    width: 100%;
    font-size: 200px !important;
    margin: auto;
}

.wifi_sign {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.label-normal-behind,
.label-append-unit{
    color:.color_N(@pageBodyBg)[];
}

.ant-modal-confirm-body {
    .ant-modal-confirm-title{
        color: @modalContentText;
    }
    .ant-modal-confirm-content {
        color: @modalContentText;
    }
}


.ant-table-column-sorter-up.active, .ant-table-column-sorter-down.active{
    color: @--primary-6;
}

.label-normal-wrapper .labelTimeRangePicker{
    &+a{
        color: @pageTextN;
    }
}

.ant-spin.ant-spin-spinning{
    .ant-spin-dot-item{
        background-color: @SpinDotColor;
    }
}

.ant-picker-header-view button:hover{
    color: @--primary-5;
}

._SAFESecurityStatus_{
    .status-title-tip{
        .m-highlight-text{
            color: @pageTextN;
        }
    }
    ._SAFESecurityStatus_titleText.m-highlight-text{
        color: @pageTextN;
    }
}
._publicHttps_,
._WlanAgree_,
._VideoTransmission_{
    ._Table_{
        a{
            color: @anchorTextA;
        }
    }
}

.ant-modal-confirm-info .ant-modal-confirm-body > .anticon{
    color: @current;
}


.NamePwdInput,
._password{
    .ant-input-suffix{
        .pd-active{
            .svgHover(@pdEyeIconA) !important;
        }
        .pd-default{
            .svgHover(transparent) !important;
        }
        .pd-active>svg path:first-child{
            fill:@pdEyeIconA;
            opacity: 0.5;
            &:hover{
                fill:@pdEyeIconA;
            }
        }
        .pd-default>svg path:first-child{
            fill:none;
            opacity: 0.5;
            &:hover{
                fill:none;
            }
        }
    }
    .ant-input-affix-wrapper-focused {
        .pd-active>svg path:first-child{
            fill:@pdEyeIconA;
            opacity: 1;
        }
        .pd-default>svg path:first-child{
            fill:none;
            opacity: 1;
        }
    }
}


.ant-transfer {
    .ant-transfer-list-header{
        background-color: @--component-bg;
        border-color: @--component-border;
    }

    .ant-transfer-list {
        border-color: @--component-border;
    }
}

._tabCard_ {
    .ant-tabs-nav {
        margin: 0 !important;
    }
    .ant-tabs-nav-list {
        width: 100%;
    }
    .ant-tabs-tab-btn:focus,
    .ant-tabs-tab-remove:focus,
    .ant-tabs-tab-btn:active,
    .ant-tabs-tab-remove:active {
        color:@navMenuTextN;
    }
    .ant-tabs-tab {
        flex: 1;
        background: @pagetabBgN !important; 
        color: .color_N(@pagetabBgN)[] !important; 
        border: 1px solid @tabBorder !important;
        margin: 0 !important;

        .ant-tabs-tab-btn {
            width: 100%;
            text-align: center;
        }

        &.ant-tabs-tab-active  {
            background: @tabBgA !important;
            .ant-tabs-tab-btn {
                color: @tabTextA !important;
            }
            
        }
    }
}


.ant-input-affix-wrapper-status-error{
    &:not(.ant-input-affix-wrapper-disabled){
        &:not(.ant-input-affix-wrapper-borderless){
            &.ant-input-affix-wrapper{
                background: none;
                border-color: @errorColor;
                &:focus,
                &:hover{
                    box-shadow: none;
                    background: none;
                    border-color: @errorColor;
                }
            }
        }
    }
}

.ant-tag {
    color: @buttonNormalTextN;
    background-color: @buttonNormalBgN;
    border-color: @buttonNormalBorderN;
}

.left-range-picker {
    
    @max-preset: 20;
    
    @preset-margin: 26 / @px-unit;
    
    --ranges-width: 100px;
    .ant-picker-panels {
        margin-left: var(--ranges-width);
        border-bottom: none;
    }
    .ant-picker-footer {
        .ant-picker-ranges {
            >.ant-picker-preset {
                position: absolute;
                left: 0;
                
                each(range(@max-preset), {
                    &:nth-child(@{value}) {
                        top: (18 / @px-unit) + (@preset-margin * (@value - 1));
                    }
                });
                >span {
                    font-size: 14 / @px-unit;
                    background-color: transparent;
                    border: none;
                    color: @PickerBodyTextN;
                    line-height: 22 / @px-unit;
                    white-space: nowrap; 
                    overflow: hidden; 
                    text-overflow: ellipsis; 
                    max-width: var(--ranges-width);
                    padding-left: 12 / @px-unit;
                    &:hover {
                        
                        color: @current;
                        
                    }
                }
            }
        }

    }
}

.ant-table-cell-fix-left, .ant-table-cell-fix-right {
    background-color: @--bg;
}
.ant-select-auto-complete{
    width: 100%;
}




.steps-form-wrapper {
    --white: var(--neutral-fg-1-normal, #fff);
    --step-color: var(--neutral-fg-3-normal, #bec3cc);
    --step-bg: var(--neutral-bg-4-normal, #191a26);
    
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;

    .step-wrapper {
        padding: 20 / @px-unit;

        .ant-steps-item-container {
            .ant-steps-item-content {
                height: 40 / @px-unit;
                line-height: 40 / @px-unit;
                display: inline-flex;
                align-items: center;
            }

            .ant-steps-item-icon {
                width: 40 / @px-unit;
                height: 40 / @px-unit;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                padding: 0;

                
                
                .ant-steps-icon {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    
                    color: var(--white);
                }
            }
        }

        .ant-steps-item-process {
            .ant-steps-item-icon {
                background-color: @current;
            }
        }

        .ant-steps-item-wait {
            .ant-steps-item-icon {
                background: var(--step-bg);
            }
        }

        .ant-steps-item-finish {
            .ant-steps-item-icon {
                border-width: 2px;
                background-color: transparent;

                .ant-steps-icon {
                    color: @current;
                }
            }
        }

        .ant-steps-item-wait .ant-steps-icon {
            color: var(--step-color);
        }

        .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
            color: var(--step-color);
        }
    }

    .content-wrapper {
        
        background-color: var(--step-bg);
        flex: 1;
        overflow-y: auto;

        display: flex;
        flex-direction: column;

        .tabs-wrapper {
            flex: 1;
            overflow-y: auto;

            > .ant-tabs-nav {
                display: none !important;
            }

            .ant-tabs-content {
                height: 100%;

                .ant-tabs-tabpane {
                    height: 100%;
                    overflow-y: auto;
                }
            }
        }

        .btn-wrapper {
            margin: 0 auto;
            width: 50%;
            display: flex;
            justify-content: center;
            padding: 30 / @px-unit;

            .label-div-Container {
                flex: 1;
                width: 100%;
                margin: 0 10 / @px-unit;

                .label-normal-container {
                    width: 100% !important;

                    .label-normal-wrapper,
                    button {
                        width: 100% !important;
                        max-width: 100% !important;
                    }
                }
            }
        }
    }
}


.cus_icons {
    .svgFont();
    .svgOut();
    .svgHover();
    &.disabled_icons {
        .svgDisabled();
    }
    &.active {
        .svgOut(@current, @iconLinearStartColorA, @iconLinearStopColorA);
    }

    .colorSvg(action_red, @errorColor);
}


.cmpLabelText{
    &.spaceBreak{
        
        white-space: pre-line;
        
        width: 680/@px-unit;
    }
}


.loading-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: @pageBodyBg;
    opacity: 0.6;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5 / @px-unit solid transparent;
    border-top: 5 / @px-unit solid @current;
    border-left: 5 / @px-unit solid @current;
    animation: spin 1s infinite linear;
    position: relative;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.subtitle {
    margin: 0;
    font-weight: bold;
    color: @subtitleColor;
    width: 100%;
}


.DefaultImgClass{
    width: 100%;
    height: 100%;
    object-fit: fill;
}


._TopTitleDivider_{
    height: 22px;
    line-height: 22px;
    margin: 0 0 8px;
    font-weight: bold;
}
._FirstTitleDivider_{
    height: 22px;
    line-height: 22px;
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 18px;
}
._MidTitleDivider_  {
    height: 22px;
    line-height: 22px;
    margin: 36px 0 8px;
    font-weight: bold;
}
._HighDivider_{
    height: 28px;
    margin: 0 0;
}


.similarity-progress{
    display: flex;
    height: 100%;
    align-items: center;
    .temp-picData-progress{
        height: 18/@px-unit;
        width: 100%;
        padding: 0/@px-unit 15/@px-unit;
        display: flex;
        .temp-progress-bar-swrap{
            width: 67%;
            display: flex;
            align-items: center;
            padding: 0/@px-unit 5/@px-unit 0/@px-unit 0/@px-unit;
            .temp-progress-bar{
                background-color: @progressBg;
                height: 8/@px-unit;
                width: 100%;
                border-radius: 5/@px-unit;
            }
        }

        .temp-progress-similar{
            display: flex;
            align-items: center;
            width: 33%;
        }
    }
    
    .picData-progress {
        
        display: flex;
        width: 100%;
        align-items: center;
        background: @ai_progress_default;
        height: 14/@px-unit;
        position: relative;
        color: @pageTextA;

        .progress-item {
            display: inline-block;
            height: 100%;
        }

        .progress-red {
            background: @ai_progress_red;
        }

        .progress-orange {
            background: @ai_progress_orange;
        }

        .progress-blue {
            background: @ai_progress_blue;
        }

        .progress-label {
            position: absolute;
            right: 0;
            line-height: 14/@px-unit;
            top: 0;
        }
    }
}


@keyframes arcSlideUpIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}
.iconDropBtn {
    background-color:@navBg;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: @navMenuLineHeight;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    &:hover{
        color:@navMenuTextA;
    }
    .cus_icons{
        margin: 0 5/@px-unit;
    }
    span{
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
.iconDropMenu {
    
    min-width: 200/@px-unit !important;
    border: 1px solid @dropMenuBorder;
    pointer-events:auto !important;
    .cus_icons{
        font-size: 30/@px-unit;
        vertical-align:middle;
        margin-right: 15/@px-unit;
    }
    .ant-dropdown-menu-item{
        padding:5/@px-unit 15/@px-unit;
    }
    .iconDropitem_name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
.iconDropitem {
    display: flex;
    align-items: center;
}
.centerItem{
    justify-content: center;
}



.label-button {
    max-width: 150/@px-unit;
    min-width: 100/@px-unit;
    .ant-btn {
        padding: 4/@px-unit 4/@px-unit;
    }
}
.labelText-wrapper{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.popover_list {
    display: flex;
    &_item {
        cursor: pointer;
        &:hover {
            color: @preview_center_popover_ColorA;
        }
        &_active {
            color: @preview_center_popover_ColorA;
        }
    }
    &_separator {
        margin: 0 5 / @px-unit;
        color: @preview_center_separator_ColorN;
    }
}
.popover_icon {
    cursor: pointer;
    &:hover {
        .svgHover(@current);
    }
}



.ChannelHubPartitionModal-wrap{
    width: 100%;
    display: flex;
    .left{
        width: 30%;
    }
    .right{
        width: 70%;
    }
    .armedStatus-icon{
        .svgOut(@successIcon) !important;
    }
}

.site-calendar-demo-card {
    
    border: 1px solid @pageBorderN;
    border-radius: 2px;
    position: relative;
    .mask_panel {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
    }
    .mask_panel_show {
        display: block;
    }
    .mask_panel_hide {
        display: none;
    }
    .calender-point {
        position: absolute;
        background-color: @pageTextN;
        width: 4px;
        height: 4px;
        border: 1px solid @pageTextN;
        border-radius: 100%;
        left: 46%;
        bottom: -1px;
        transform: translate(0, -50%);
    }
}
.ant-picker-calendar {
    background-color: @preview_center_bottom_Bg !important;
    .ant-picker-content {
        color: @pageTextN !important;
    }
    .ant-picker-panel {
        border-top: 1px solid @pageBorderN;
        background-color: @formInputBgN !important;
    }
    .ant-picker-cell {
        color: @pageTextD !important;
    }
    .ant-picker-cell-in-view {
        color: @pageTextN !important;
    }
    .ant-picker-content th {
        color: @pageTextN;
    }
    .ant-select-selector {
        width: 100 / @px-unit !important;
    }
    
    
    
    
    
}

._ChannelGroupModal_ {}
.ChannelGroupModal_textlabel{
    user-select: none
}


._ChannelGroup_ {
    display: flex;
    .ant-space{
        gap:0 !important;
        .ant-space-item {
            .label-normal-wrapper {
                
                line-height: 0 !important;
            }
        }
    }
    .checkbox {
        display: inline-block;
    }
    .all-checkbox {
        display: flex;
        align-items: center;
    }
    .label {
        display: inline-block;
        height: 40/@px-unit;
        line-height: 40/@px-unit;
    }
    .btn-link{
        padding-top: 10/@px-unit;
    }
    .chn_btn {
        color: @buttonNormalTextN;
        background-color: transparent;
        width: 35/@px-unit;
        height: 25/@px-unit;
        padding: 0;
        margin: 5/@px-unit;
        text-align: center;

        &.selected {
            color: @buttonNormalTextA;
            border-color: @formInputBgA;
            &:focus {
                color: @buttonActiveTextN;
                border-color: @formInputBgA;
            }
        }
        &.allbtn {
            width: 40/@px-unit !important;
            font-size: 10/@px-unit;
        }
        &[disabled] {
            opacity: .5;
            background-color: @buttonNormalBgN !important;
            color: @buttonNormalTextN !important;
            border: 1px solid @buttonNormalBorderN !important;

            &:hover,
            &:active,
            &.active{
                opacity: .5;
            }

        }
    }
}


._ColorCheckGroup_ {
    display: flex;
    flex-direction: row;
    
    .color_checkbox_all_box {
        height: 28px;
        line-height: 28px;
    }
    
    &alarm {
        .ant-checkbox-inner {
            background-color: @alarm !important;
        }
    }
    &general {
        .ant-checkbox-inner {
            background-color: @general !important;
        }
    }
    &detect {
        .ant-checkbox-inner {
            background-color: @detect !important;
        }
    }
    &ivs {
        .ant-checkbox-inner {
            background-color: @ivs !important;
        }
    }
    &pos {
        .ant-checkbox-inner {
            background-color: @pos !important;
        }
    }
    &card {
        .ant-checkbox-inner {
            background-color: @card !important;
        }
    }

    .label-switch-content{
        margin-right: 10 / @px-unit;
        
        .ant-switch {
            .ant-switch-handle::before {
                background: url('/static/media/off.png') 0 / auto 100%;
            }
        }
        .ant-switch-checked  .ant-switch-handle::before {
            background: url('/static/media/on.png') 0 / auto 100%;
        }
        display: flex;
        .label-normal-wrapper {
            width: auto !important;
        }
        .sdd-swtich-contianer {
            margin-right: 8 / @px-unit;
        }
        .alarm {
            .ant-switch-checked {
                background-color: @alarm !important;
            }
        }
        .general {
            .ant-switch-checked {
                background-color: @general !important;
            }
        }
        .detect {
            .ant-switch-checked {
                background-color: @detect !important;
            }
        }
        .ivs {
            .ant-switch-checked {
                background-color: @ivs !important;
            }
        }
        .pos {
            .ant-switch-checked {
                background-color: @pos !important;
            }
        }
        .card {
            .ant-switch-checked {
                background-color: @card !important;
            }
        }
    }
}

.native-tooltip{
    display: inline;
}


.wrap-checkbox-group{
    &.vertical{
        display: inline-flex;
        flex-direction: column;
        .label-normal  {
            width: 100%!important;
            padding-right: 0;
            height: 36 / @px-unit;
            line-height: 36 / @px-unit;
        }
        .ant-checkbox-group{
            width: 100%;
            display: inline-flex;
            line-height: 44 /@px-unit;
            .ant-checkbox-wrapper{
                flex: 1;
                margin-right: 0;
                display: inline-flex;
                justify-content: center;
                padding: 0 12 /@px-unit;
                span{
                    display: inline-flex;
                    &:last-child{
                        padding-right: 0;
                    }
                }

            }
        }
    }
    &.border{
        border: 1/@px-unit solid @--component-border;
        padding: 0!important;
        .label-normal  {
            border-bottom: 1/@px-unit solid @--component-border;
        }
        .ant-checkbox-group{
            .ant-checkbox-wrapper{
                border-right: 1/@px-unit solid @--component-border;
                &:last-child{
                    border-right: 0;
                }
            }
        }
    }
}

.pageLine {
    display: flex;
    float: left;
    margin-top: 10 / @px-unit;
    width: 100%;
    min-width: 600 / @px-unit;
    justify-content: space-between;
    align-items: center;
    
    .pageLineLeft {
        .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
        .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link{
            height: 100%;
        }
        button,
        & span.anticon {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .ant-btn-default{
            width: 46 / @px-unit;
            height: 32 / @px-unit;
        }
        display: flex;
        .ant-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            .ant-pagination-prev,
            .ant-pagination-next,
            .ant-pagination-disabled {
                padding: 4 / @px-unit 4 / @px-unit;
                border: 1 / @px-unit solid @buttonNormalBorderN;
                width: 32 / @px-unit;
                height: 32 / @px-unit;
                margin: 0 10 / @px-unit;
            }
            .ant-pagination-disabled {
                border: 1 / @px-unit solid @buttonNormalBorderD;
                background-color: @buttonNormalBgD;
                svg {
                    & + {
                        path:first-child {
                            fill: @buttonNormalBorderD; 
                        }
                    }
                }
            }
        }
        .anticon-left,
        .ant-pagination-simple-pager,
        .anticon-right {
            color: @pageTextA;
        }
        .ant-pagination-simple-pager input {
            background-color: @pageBodyBg;
            border-color: @pageBorderN;
        }
        .ant-pagination-simple-pager {
            height: 32 / @px-unit;
        }
    }
    .pageLineRight {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}




.ch-select-text-label1{
    
    width: 110 / @px-unit !important;
}

.ch-select-text-label2{
    
    width: 70 / @px-unit !important;
}

.ch-select-text-wrap{
    width: 180 / @px-unit !important;
}



.virtual-table {
    .ant-table-header {
        th{
            border-right: 1/@px-unit solid;
        }
    }
    .ant-empty-normal {
        height: 180/@px-unit;
        margin: 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .ant-table-tbody {
        height: 180/@px-unit;
    }
    .ZD-showZebraPattern-even {
        background-color: @tableOddBgN;
    }
    .ZD-showZebraPattern-odd {
        background-color: @tableEvenBgN;
    }
    .ZD-selected-row {
        background-color: @tableBgA;
    }
    .virtual-table-cell {
        display: flex;
        align-items: center;
        justify-content: center;
        color: @tableTextN;
        &.ZD-selected-row {
            
            color: .color_A(@tableBgA)[];
            .cus_icons{
                &:not(.noHover):not(:hover){
                    .svgOut(.color_N(@tableBgA)[])
                }
            }
            .cus_icons.disabled_icons{
                .svgDisabled(.color_D(@tableBgA)[]);
            }
        }
    }
    .center {
        text-align: center;
    }
}

.label-date-picker {
    .ant-picker {
        width: 100%;
    }
}

.table_filter_dropDown {
    .label-normal-container  {
        padding-left: 12/@px-unit;
    }
}
.ant-dropdown-trigger {
    .table-filter-icon {
        font-size: 18/@px-unit;
    }
    .table-filter-icon-active {
        svg{
            color: @--primary-5;
        }
    }
}


.autoComplete {
    .ant-select-selector {
        &:hover {
            border-color: @current !important;
        }
    }
}

.autoComplete-error {
    .ant-select-selector {
        border: 1px solid @errorColor;
    }
}

.error-text {
    color: @errorColor;
}

._Input-Test_ {
    margin-left: 0 !important;
}


._ApplyTo_ {
    max-height: calc(100vh - 50vh);
    height: auto;
    overflow-y:auto;
    .check-box-group-container{
        width: 100% !important;
    }
    .check-box-group-wrapped{
        width: 100% !important;
    }
    .checkBoxRow{
        width: 100%;
        display: flex;
        justify-content: space-between;
        .checkBoxItem-all{
            display: flex;
            align-items: center;
        }
        .checkBoxItem{
            width: 46%;
        }
        .rightItem{
            display: flex;
            justify-content: center;
        }
    }
    .label-normal-behind{
        
        line-height: 28 / @px-unit;
    }
}


._IntelliAreaRuleBtn_ivs-color{
    svg path:first-child {
                    fill: @current !important; 
                }   
}
._operation_smd_ .ant-checkbox-disabled + span {
  color: inherit;
}


._AcuPickIcon_{
    &.hide {
        display: none;
    }
    .active{
        svg path:nth-of-type(1){
            fill:@current!important;
        }
    }
    .close_icon, .target_search_icon, .area_search_icon {
        display: none !important;        
    }  
}

.acupick {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}

._CompliantInfoModal_ {
    .ant-tabs-tab-active {
        .label-normal-container  {
            .label-normal  {
                color: @current;
            }
        }
    }
    &left {
        display: flex;
        align-items: center;
        height: 32/@px-unit;
        .label-div-Container{
            margin-left: 20/@px-unit;
        }
        span {
            color: @pageTextN;
        }
    }
    ._WorkClothes_ {
        .left-tip {
            visibility: hidden;
        }
        .warning-tip {
            color: @errorColor !important;
        }
    } 
    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
        margin-left: 0px !important
    }

}
.groupModal{
    width: 800/@px-unit !important;
}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}
.import_Result{
    display: flex;
    flex-direction: row;
}


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }
    .pd-active > svg path:first-child{
        fill:@pdEyeIconA !important; 
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }
    .pd-active > svg path:first-child{
        fill:@pdEyeIconA !important; 
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}



._FishEye_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    
    
    
    
    &title{
        padding: 0 10/@px-unit;
        line-height: 40/@px-unit;
        color: .color_N(@fisheye_title)[];
        font-size: 14/@px-unit;
        background-color: @fisheye_title;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 10/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        height:40/@px-unit;
        width:40/@px-unit;
        margin:10/@px-unit;
        font-size:40/@px-unit!important;
        svg:hover {
            path:first-child {
            fill:@fisheye_iconHover!important;
            }
        }
    }
    &active{
        svg path:first-child{
            fill:@fisheye_actColor!important;
        }
        svg:hover {
            path:first-child {
            fill:@fisheye_actColor!important;
            }
        }
    }
    .show{
        display: '';
    }
    .hide{
        display: none;
    }
  
}


._BackupWindow_ {
    
    padding-top: inherit; 
}
.backupModal{
    width: 650/@px-unit !important;
    .label-normal-container {
        padding-top: 0 !important;
    }
}



._PtzZoom_ {
    margin: 10 / @px-unit 0 0 7.5 / @px-unit;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    &wrap{
        display: flex;
        align-items: center;
    }
    &part {
        width: 60 / @px-unit;
        height: 26 / @px-unit;
        background-color: @preview_right_ptzZoom_Bg;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    
    &wrap:first-child{
        ._PtzZoom_part:not(:last-child) {    
            border-bottom: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
            border-right: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
        ._PtzZoom_part:last-child {    
            border-bottom: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
    }  
    &wrap:last-child{
        ._PtzZoom_part:not(:last-child) {    
            border-right: 1 / @px-unit solid @preview_right_ptzZoom_border_ColorN;
        }
    }
    & &Icon {
        .svgFont(25);
        cursor: pointer;
    }
}


@length :46/@px-unit;
@close :34/@px-unit;
.WinPreviewWarp {
    overflow: hidden;
    
    .ant-modal {
        
        width: 472px !important;
    }
    .ant-modal-close {
        width: @length;
        height: @length;
        .ant-modal-close-x{
            width: @length;
            height: @length; 
            line-height: @length;
        }
    }
    .ant-modal-header {
        padding: 12/@px-unit;
        .ant-modal-title {
            width: calc(~"100% - @{close}");
            height: 22/@px-unit;
            overflow: hidden;
            .TransparentTitle {
                color: @MenuViewBg;
            }
            .NormalTitle {
                color: .color_N(@modalTitleBg)[];
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
        }
    }
    .ant-modal-body {
        padding: 0;
        .WinPreview {
            padding: 0 !important;
        }
    }
    .ant-modal-footer {
        display: none;
    }
}

























._OSDPlugin_ {
    
    width: 460/@px-unit;
    padding: 5/@px-unit;
    &ocx {
        width: 450/@px-unit;
        height: 337/@px-unit;
    }
}


.deviceInfoContainer{
    display: flex;
    justify-content: space-between;
    .device-info-modal{ 
        width: 370 / @px-unit;
        margin: auto;
        .device-info-buttons{
            display: flex;
            justify-content: space-evenly;
        }
    }
    .deviceInfoButon{
        display: flex;
        justify-content: center;
    }
    .QRCode-pagination{
        display: flex;
        justify-content: center;
    }
    .DescribeText{
        width: 415/@px-unit;
        height: 32 /@px-unit;        
        line-height: 32 /@px-unit;
        
        .label-normal,.label-normal-behind{
            
        }
        margin-left: 20 / @px-unit;
        align-items: left;
        text-align:left !important;
    }
    .HomeQRCode{
        border-left: 1 / @px-unit solid @--split;
    }
    .pageLine{
        width: 50 / @px-unit;
        min-width:150 /@px-unit;
        margin-top:0;
        float: right;
        .pageLineLeft{  
            padding-right: 10 / @px-unit;
            
            .ant-btn-default{
                display: none;
            }
        }
        .pageLineRight{
            display: none;
        }
        
        .ant-pagination-simple-pager{
            line-height: 32 / @px-unit;
            
        }
        .ant-pagination-total-text{
            display: none;
        }
    }
}


.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdd-modal {
  width: 1010 /@px-unit !important;
  height: 600 /@px-unit;
 
  .btn-wrap {
    .flexBetween();
    .right {
      .flexBetween();
      .label-div-Container:last-child{
        margin-left: 10/@px-unit;
      }
    }
  }
  .warning-tip{
    margin-top: 15 /@px-unit;
  }
}



@modalFooterHeight_Exp: 60 / @px-unit; 
@preEmptyHeight_Exp: 50 / @px-unit; 
@modalContentHeight_Exp: calc(
    100vh - @navMenuHeight - @modalFooterHeight_Exp - @preEmptyHeight_Exp
); 
@stepHeight_Exp: 75 / @px-unit; 
@stepMainHeight_Exp: calc(@modalContentHeight_Exp - @stepHeight_Exp); 

.ImportModal {
    position: absolute !important;
    margin: 0;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;

    .ant-modal-header {
        width: 100%;
    }
    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .ant-modal-content {
        border: none !important;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        overflow-y: auto !important;
        overflow-x: auto !important;
        .ant-modal-footer {
            position: absolute;
            overflow: hidden;
            height: @modalFooterHeight_Exp;
            width: 100%;
            bottom: 0 / @px-unit;
            right: 0 / @px-unit;
        }
    }
    ._ExperienceBaseImport_ {
        height: @modalContentHeight_Exp;

        .stepListContainer {
            padding: 20 / @px-unit 100 / @px-unit;
            height: @stepHeight_Exp;
            border-bottom: 1 / @px-unit solid @pageBorderN;

            .ant-steps-item-title {
                color: @pageTextN !important;
            }
            .ant-steps-item-active .ant-steps-item-title {
                color: @pageTextA !important;
            }

            .ant-steps-item-finish .ant-steps-item-icon {
                background-color: transparent !important;
            }
            .ant-steps-item-wait .ant-steps-item-icon {
                background-color: transparent !important;
                border-color: @pageBorderN !important;

                .ant-steps-icon {
                    color: @pageTextN !important;
                }
            }
        }

        .stepMain {
            position: relative;
            margin: 25 / @px-unit;
            height: @stepMainHeight_Exp;
            border: 1 / @px-unit solid @pageBorderN;
        }

        .ImportModalFooter {
            display: flex;
            justify-content: flex-end;
        }
    }
}



._SplitScreen_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    &title{
        padding: 0 10/@px-unit;
        line-height: 40/@px-unit;
        color: @pageTextN;
        font-size: 14/@px-unit;
        background-color: @fisheye_title;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 10/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        height:40/@px-unit;
        width:40/@px-unit;
        margin:10/@px-unit;
        font-size:40/@px-unit!important;
        svg:hover {
            path:first-child {
                fill:@fisheye_iconHover!important;
            }
        }
    }
    &active{
        svg path:first-child{
            fill:@fisheye_actColor!important;
        }
        svg:hover {
            path:first-child {
                fill:@fisheye_actColor!important;
            }
        }
    }  
}

.WinPreview {   
    .WinPreview_ocx {
        background-color: @iconBgColor;
        height: 285/@px-unit;
        img {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
        }
        &_ocx {
            width: 100%;
            height: 100%;
        }
    }
    &_footer{
        position: relative;
        top: 0;
        background-color: @winpreview_footer_Bg;
        padding: 0 10/@px-unit;
        flex-direction: row-reverse;
        align-items: center;
        .sub_footer {
            height: 40/@px-unit;
            display: flex;
            align-items: center;
        }
        .footer_control {
            flex:1;
            span {
                padding: 0 10/@px-unit;
                width: 90/@px-unit;
            }
            .control_slider,.ant-slider-disabled{
                flex:1;
                position: relative;
                margin:0!important;
                line-height: 12/@px-unit;
                .ant-slider-rail {
                    background-color: @sliderBgN !important;
                    height: 3/@px-unit;
                }
                .ant-slider-handle{
                    width: 8/@px-unit!important;
                    height: 8/@px-unit!important;
                    margin-top: -3/@px-unit;
                    border-radius: 0;
                }
            }
        }
        .footer_button {
            position: relative;
            justify-content: space-between;
            .footer_icon {
                display: flex;
                padding: 0 10/@px-unit;
                justify-content: flex-start;
                align-items: center;

                }
                .cus_icons{
                    .svgOut(.color_N(@winpreview_footer_Bg)[]);
                    &.disabled_icons{
                        .svgDisabled(.color_D(@winpreview_footer_Bg)[]);
                    }
                }
                span {
                    display: inline-block;
                    width:35/@px-unit;
                }
                .activeButton {
                    .svgOut(@current);
                }
            .timePeriods {
                position: absolute;
                top: 8/@px-unit;
                right: 0;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                
                &:hover > .timeButton {
                    display: flex;
                    z-index: 1; 
                }
                
                .timeButton {
                    display: none;
                    justify-content: center;
                    align-items: center;
                    cursor:pointer;
                    width: 34/@px-unit;
                    height: 22/@px-unit;
                    box-sizing: content-box;
                    border-radius: 5/@px-unit;
                    background-color: @buttonNormalBgN;
                    padding: 2/@px-unit 2/@px-unit;
                    margin: 0 2/@px-unit;
                    font-size: 13/@px-unit;
                    color: .color_N(@buttonNormalBgN)[];
                }
                .activeButton {
                    display: flex;
                    border: 0;
                    color: @buttonActiveTextN;
                    background-color: @buttonActiveBgA;
                }
            }
        }
    }
}


.cd-drive-card {
    position: relative;
    cursor: pointer;
    width: 500/@px-unit;
    height: 150/@px-unit;
    border: 1/@px-unit solid @--component-border;
    background-color: @--menu-bg;
    display: flex;
    align-items: center;
    padding: 15/@px-unit 20/@px-unit;

    &.checked {
        border-color: @--primary-6;
    }

    .cd-tag {
        position: absolute;
        width: 60/@px-unit;
        height: 60/@px-unit;
        left: 0;
        top: 0;

        &.idle {
            background: url('/static/media/cd_state_idle.png') 0 / auto 100%;
        }
    }

    .cd-cover {
        width: 120/@px-unit;
        height: 120/@px-unit;
        background: url('/static/media/cd.png') 0 / auto 100%;