                            }
                        }
                    }
                }
            }
        }
    }

    .ant-table-cell-scrollbar {
        visibility: hidden;
    }
}


.ant-btn:not(.btn-link):not(.ant-btn-link) {
    background-color: @buttonNormalBgN;
    color: @buttonNormalTextN;
    border: 1px solid @buttonNormalBorderN;

    &:focus {
        background-color: @buttonNormalBgN;
        color: @buttonNormalTextN;
        border-color: @buttonNormalBorderN;

        &.active,
        &:active {
            color: @buttonActiveTextN;
            background-color: @buttonActiveBgN;
            border-color: @buttonActiveBorderN;
        }
    }
    
    &:not(.selected):hover,
    &:not(.selected):hover:not(:focus) {
        color: @btnHoverColor;
        background-color: @btnHoverBg;
        border-color: @btnHoverBoderColor;
    }

    &:not(.selected)[disabled],
    &:not(.selected)[disabled]:hover,
    &:not(.selected)[disabled]:focus,
    &:not(.selected)[disabled]:active {
        background-color: @buttonNormalBgD;
        color: @buttonNormalTextD;
        border-color: @buttonNormalBorderD;
    }

    &.ant-btn-primary {
        background-color: @buttonActiveBgN;
        color: @buttonActiveTextN;
        border-color: @buttonActiveBorderN;

        &:focus {
            background-color: @buttonActiveBgN;
            color: @buttonActiveTextN;
            border-color: @buttonActiveBorderN;

            &.active,
            &:active {
                color: @buttonActiveTextN;
                border-color: @buttonActiveBgA;
                background-color: @buttonActiveBgA;
            }
        }

        &:hover:not(:focus):not([disabled]) {
            color: @buttonActiveTextN;
            border-color: @buttonActiveBgA; 
            background-color: @buttonActiveBgA;
        }

        &[disabled],
        &[disabled]:hover,
        &[disabled]:focus,
        &[disabled]:active {
            background-color: @btnPrimaryActiveBgD;
            color: @buttonActiveTextD;
            border-color: @buttonActiveBorderD;
        }
    }

    &.ant-btn-test {
        background-color: @buttonTestBgN;
        color: @buttonTestTextN;
        border-color: @buttonTestBorderN;

        &:hover:not(:focus):not([disabled]) {
            color: @buttonTestTextH;
            border-color: @buttonTestBorderH;
            background-color: @buttonTestBgH;
        }

        &:active:not([disabled]) {
            color: @buttonTestTextA;
            border-color: @buttonTestBorderA;
            background-color: @buttonTestBgA;
        }

        &[disabled] {
            color: @buttonTestTextD;
            border-color: @buttonTestBorderD;
            background-color: @buttonTestBgD;
        }
    }

    &.ant-btn-dangerous {
        background-color: @buttonDangerBgN;
        color: @buttonDangerTextN;
        border-color: @buttonDangerBorderN;

        &:hover:not(:focus):not([disabled]) {
            color: @buttonDangerTextH;
            border-color: @buttonDangerBorderH;
            background-color: @buttonDangerBgH;
        }

        &:active:not([disabled]) {
            color: @buttonDangerTextA;
            border-color: @buttonDangerBorderA;
            background-color: @buttonDangerBgA;
        }

        &[disabled] {
            color: @buttonDangerTextD;
            border-color: @buttonDangerBorderD;
            background-color: @buttonDangerBgD;
        }
    }
}


.ant-btn:disabled {
    
    .cus_icons {
        .svgDisabled() !important; 
    }
}


.ant-switch {
    background-color: @formInputSwitchBgN; 

    &.ant-switch-checked {
        background-color: @current;
        opacity: unset;
    }
    &.ant-switch-disabled.ant-switch-checked {
        opacity: 0.45;
    }
}

.ant-switch {
    &.ant-switch-checked {
        &:focus {
            
            box-shadow: none;
        }
    }
}

.LabelSwitch-label-dark {
    padding-left: 5px;
}


.ant-radio-wrapper {
    color: @pageTextN;
}

.ant-radio {
    vertical-align: middle; 
}

.ant-radio:not(.ant-radio-disabled){
    &:hover{
        .ant-radio-inner{
            border-color: @formInputBorderA !important;
        }
    }
}
.ant-radio-input:focus + .ant-radio-inner{
    border-color: @formInputBorderA !important;
}
.ant-radio-checked {
    .ant-radio-inner {
        border-color: @formInputBorderA !important;

        &::after {
            transform: scale(1);
        }
    }
}

.ant-radio-inner,
.label-div-Container .ant-radio-inner {
    
    width: 19px;
    height: 19px;
    background-color: transparent;
    border-color: @formRadioBorderN;
    box-shadow: none !important;

    &::after {
        
        width: 9px;
        height: 9px;
        left: 4px;
        top: 4px;
        background-color: @formInputBorderA;
        margin-top: 0px;
        margin-left: 0px;
    }
}

.ant-radio-disabled {
    .ant-radio-inner {
        &::after{
            opacity: 0.45;
            background-color: @formCheckboxBorderD;
        }
        border-color: @formCheckboxBorderD !important;
        background-color: transparent;
    }
}


.ant-dropdown-menu {
    background-color: @navDropdownMenuBg;
    color: @navDropdownMenuTextN;
}

.ant-dropdown-menu .ant-dropdown-menu-item {
    height: 40 / @px-unit;
    line-height: 40 / @px-unit;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: @navDropdownMenuTextN;
}

.ant-dropdown-menu-item:hover {
    background-color: @navDropdownMenuBgA;
    color: @navDropdownMenuTextA !important;
    svg path {
        fill: @navDropdownMenusvgA !important;
    }
}

.ant-dropdown-menu-item-selected {
    background-color: @navDropdownMenuBg;
}


.ant-popover {
    color: @popover_TextN;
    
    .ant-checkbox-wrapper{
        color: @popover_TextN;
    }

    .ant-popover-arrow-content {
        background-color: @popover_BgN;
    }

    .ant-popover-inner {
        border: 1px solid @popover_border !important;
        background-color: @popover_BgN;
        color: @popover_TextN;
    }

    .ant-popover-inner-content,.ant-popover-message {
        color: @popover_TextN;
    }
    .ant-popover-title {
        color: @popover_TextN;
        border-bottom: 1px solid @popover_BorderN;
    }
    .ant-popover-arrow-content::before {
        display: none;
    }
}


.ant-picker {
    background-color: @formInputBgN;
    border-color: @formInputBoderN;
    box-shadow: none;
    &:hover,
    .ant-picker-focused{
        border-color: @formInputBorderA;
    }
    .ant-picker-input {
        & > input {
            color: @formInputTextN;
        }

        .ant-picker-suffix {
            svg {
                fill: @iconColorN;
            }
        }
    }

    &.ant-picker-disabled {
        background-color: @formInputBgD;
        border-color: @formInputBoderD;

        .ant-picker-input {
            & > input {
                color: @formInputTextD;
            }
        }
    }
}
.ant-picker-year-panel {
    .ant-picker-header {
        border-bottom: 1px solid @dividerColor;
    }
    .ant-picker-cell-range-hover::after {
        border-color: @current !important;
    }
    .ant-picker-cell-range-hover-start::after {
        border-color: @current !important;
    }
    .ant-picker-cell-range-hover-end::after {
        border-color: @current !important;
    }
}
.ant-picker-month-panel {
    .ant-picker-header {
        border-bottom: 1px solid @dividerColor;
    }
    .ant-picker-cell-range-hover::after {
        border-color: @current !important;
    }
    .ant-picker-cell-range-hover-start::after {
        border-color: @current !important;
    }
    .ant-picker-cell-range-hover-end::after {
        border-color: @current !important;
    }
}

.ant-picker-panel-container {
    .ant-picker-panel {
        border-bottom-width: 0px;

        .ant-picker-year-panel,
        .ant-picker-month-panel,
        .ant-picker-date-panel,
        .ant-picker-time-panel {
            .ant-picker-header {
                background-color: @PickerHeaderBg;
                color: @PickerHeaderTextN;
                border-bottom-width: 0px;
            }

            .ant-picker-body {
                background-color: @PickerBodyBg;

                .ant-picker-content {
                    th,
                    .ant-picker-cell-in-view {
                        color: @PickerBodyTextN;
                    }
                    .ant-picker-cell-inner::after {
                        background: none;
                    }
                    .ant-picker-cell-range-start::before {
                        background: none;
                    }
                    .ant-picker-cell-range-end::before {
                        background: none;
                    }
                    .ant-picker-cell-in-range {
                        background: @pickerCellInRangeBg;
                    }
                    .ant-picker-cell-range-hover {
                        background: @pickerCellInRangeBg;
                    }
                    .ant-picker-cell-range-hover::after {
                        border-color: @current;
                    }
                    .ant-picker-cell-range-hover-start::after {
                        border-color: @current;
                    }
                    .ant-picker-cell-range-hover-end::after {
                        border-color: @current;
                    }
                    .ant-picker-cell-range-hover-end::before {
                        border-color: @current;
                        background: none !important;
                    }
                    .ant-picker-cell-in-range::before {
                        background: @pickerCellInRangeBg;
                    }
                }
            }
        }

        .ant-picker-footer {
            border-bottom-width: 0px;
            border-top-width: 0px;
        }
    }
}

.ant-picker-panel-container {
    .ant-picker-panel {
        .ant-picker-content {
            color: @PickerBodyTextN;
        }
    }
}

.ant-picker-dropdown {
    .ant-picker-range-wrapper{
        border: 1px solid @pickerBorder;
    }
    .ant-picker-time-panel-column:not(:first-child) {
        border-left: 1px solid @dividerColor;
    }
}

.ant-picker-time-panel-column {
    & > li.ant-picker-time-panel-cell {
        .ant-picker-time-panel-cell-inner {
            height: 30 / @px-unit;
            line-height: 30/@px-unit;
            color: @PickerBodyTextN;
        }
    }
}


.ant-slider-track {
    background-color: @current ;
}
.ant-slider:hover .ant-slider-track{
    background-color: @sliderTrackA;
}
.labelSlider-center {
    margin: 0 30 / @px-unit; 
}
.ant-slider-handle{
    border-color: @sliderRailA;
    &.ant-tooltip-open {
        border-color: @--primary-5;
    }
}
.labelSlider-float-right {
    margin-right: 5 / @px-unit;
}

.labelSlider-float-left, .labelSlider-float-right{
    span{
        svg{
            width: 20 / @px-unit;
            path:first-child{
                fill: @--component-bg !important;
            }
            path:nth-child(2){
                fill: @pageTextN;
                &:hover{
                    fill: @sliderRailA;
                }
            }
        }
    }
}

.ant-slider {
    &:hover {
        .ant-slider-rail {
            background-color: @sliderRailA;
        }
        .ant-slider-handle:not(.ant-tooltip-open) {
            border-color: @--primary-5;
        }
    }
    .ant-slider-rail {
        background-color: @sliderBgN;
    }
    &.ant-slider-disabled{
        .ant-slider-rail{
            background-color: @sliderBgN !important;
        }
        .ant-slider-track{
            background-color:@sliderRailA !important
        }
    }
}

.ant-tabs-left {
    .ant-tabs-content-holder {
        border-left-color: @pageBorderN;
    }
}

.ant-tabs,
.ant-tabs .ant-form,
.ant-form .ant-form-item,
.ant-form-item {
    color: @pageTextN;
}
.ant-tabs-ink-bar{
    background: @current;
}

.ant-form-item-has-error input {
    background-color: @pageBodyBg !important;
}

.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
    border-bottom: none;
}

.ant-alert {
    background-color: inherit;
    border: none;
    padding: 0;

    .ant-alert-message {
        color: @pageTextN;
    }
}

.ant-radio-group {
    .ant-radio-button-wrapper {
        background-color: @popover_BgN;
        border-color: @tabBorder;
        color: @popover_TextN;
    }

    .ant-radio-button-wrapper-checked {
        background-color: @current;
        border-color: @current;
        color: @tabTextA;

        &:hover {
            color: @tabTextA;
        }
        &:active {
            border-color: none;
        }
    }
    .ant-radio-wrapper-disabled * {
        color: @formInputTextD !important;
    }
}

.ant-table.ant-table-bordered > .ant-table-title {
    border: none;
    color: @pageTextN;
    
    border-bottom: 1px solid @pageBorderN;
}

.ant-table-tbody > tr.ant-table-row-selected > td {
    background: transparent;
}

.ant-table-thead > tr > th {
    text-align: center;
}
.ant-table-tbody > tr > td {
    text-align: center;
}
.ant-table-tbody > tr.ant-table-row:hover > td {
    background: unset;
}

.ant-table-tbody > tr > td.ant-table-cell-row-hover {
    background: @tableBgA;
}

.LabelMac {
    .mac-point,
    .mac-input {
        
        background-color: transparent;
        
        background-color: unset;
        border: 0px;
    }
    &.mac-active{
        border-color: @formInputBorderA;
    }
}
.has-error{
    .LabelMac{
        .ant-input:first-of-type,
        .ant-input:last-of-type
        {
            border-left: 0px;
            border-right: 0px;
        }
    }
}

._VideoTransmission_ {
    .box,
    .box .title {
        border: 1px solid @pageBorderN;
    }
}

.ant-collapse {
    border: 1px solid @pageBorderN;
}
.ant-collapse-content {
    border-top: 1px solid @pageBorderN;
}
.ant-collapse > .ant-collapse-item {
    border-bottom: 1px solid @pageBorderN;
}

.ant-checkbox-group {
    color: @pageTextN;
}
.ant-collapse,
.ant-collapse .ant-collapse-content {
    background-color: unset;
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header,
.ant-collapse,
.ant-collapse-content {
    color: unset;
}

.ant-tabs-dropdown {
    .ant-tabs-dropdown-menu-vertical {
        background-color: @topTabBgN;

        .tab-item {
            display: flex;
            margin-left: 5 / @px-unit;
            align-items: center;
            width: 100%;
            .ant-image {
                width: 25 / @px-unit;
                .ant-image-img {
                    width: 16 / @px-unit;
                }
            }
            .tabIcon {
                font-size: 20 / @px-unit;
                color: @navMenuTextN;
            }
            span {
                margin-left: 4 / @px-unit;
                text-overflow: ellipsis;
                color: @navMenuTextN;
                white-space: nowrap;
                overflow: hidden;
            }
        }
        .ant-tabs-dropdown-menu-item {
            color: @navMenuTextN;
            &:hover {
                background-color: @topTabBgA;
            }
        }
        .ant-tabs-dropdown-menu-item-remove {
            color: @navMenuTextN;
        }
    }
}

._pannel_.ant-collapse .ant-collapse-item {
    border: 1px solid @pageBorderN;
}

.label-passwordCheck-tip {
    background-color: @passwordCheckBg;
    height: 5 / @px-unit; 
}
.label-passwordCheck-status-weak-1 {
    background-color: @errorColor;
}
.label-passwordCheck-status-middle-1 {
    background-color: @warnColor;
}
.label-passwordCheck-status-middle-2 {
    background-color: @warnColor;
}

.label-passwordCheck-status-strong-1 {
    background-color: @successColor;
}
.label-passwordCheck-status-strong-2 {
    background-color: @successColor;
}
.label-passwordCheck-status-strong-3 {
    background-color: @successColor;
}
.label-explain {
    word-break: keep-all;
}


.ant-picker-datetime-panel {
    .ant-picker-time-panel {
        border-left: 0;
    }
}
fieldset {
    border: 1 / @px-unit solid @pageBorderN;
    padding: 25 / @px-unit;
}
legend {
    width: auto;
    font-size: @font-size-base;
}

.ant-picker-range-arrow {
    z-index: -1;
}

.ant-popover {
    .ant-popover-inner-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
    .ant-picker-range-arrow {
        z-index: -1;
        width: 9 / @px-unit !important;
        height: 9 / @px-unit !important;
        
    }
    .ant-picker-panel-container {
        transform: translateX(-3px);
    }
}
.ant-picker-range-arrow {
    z-index: -1;
    width: 11 / @px-unit !important;
    height: 11 / @px-unit !important;
    
    background: @pageTextN !important;
}
.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 {
        @diff: abs(luma(@current) - luma(@modalTitleBg));
        color: if((@diff < 0.15), .color_A(@modalTitleBg)[], @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;
}

.cus_icons {
    .svgFont();
    .svgOut();
    .svgHover();
    &.disabled_icons {
        .svgDisabled();
    }
    &.active {
        .svgOut(@current, @iconLinearStartColorA, @iconLinearStopColorA);
    }

    .colorSvg(action_red, @errorColor);
}



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





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

.ant-select-auto-complete{
    width: 100%;
}


.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;
        }
    }
}

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

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

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



.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;
}


.ChannelHubPartitionModal-wrap{
    width: 100%;
    display: flex;
    .left{
        width: 30%;
    }
    .right{
        width: 70%;
    }
    .armedStatus-icon{
        .svgOut(@successIcon) !important;
    }
}


.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);
    }
}

.native-tooltip{
    display: inline;
}
.label-date-picker {
    .ant-picker {
        width: 100%;
    }
}

.cmpLabelText{
    &.spaceBreak{
        
        white-space: pre-line;
        
        width: 680/@px-unit;
    }
}


.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;
    }
}

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


._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/assets/off.png') 0 / auto 100%;
            }
        }
        .ant-switch-checked  .ant-switch-handle::before {
            background: url('/static/assets/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;
            }
        }
    }
}

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



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

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

.error-text {
    color: @errorColor;
}



._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;
}
.startAndEndTimePicker {
    .time-select-wrapper {
        display: flex;
        width: 100%;
        &>div {
            width: 100%;
            padding-top: 0rem !important;
            &>div {
                width: 100%;
    
            }
        }    
    }
}

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