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


@ant-modal-height-height: 50/@px-unit;
@search-height: 160/@px-unit;
@filter-height: 64/@px-unit;

.large-model-container {
    position: relative;
    height: 100%;

    .main-page {
        height: 100%;
        overflow: hidden;
        background: url('/custom_logo/web_bg_largeModel_@{theme}.jpg') no-repeat center / 100% 100%;

        .page-container {
            margin: 140px auto;
            max-width: 1240 / @px-unit;
            text-align: center;
        }
    
        .title {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 0;
            font-size: 48px;
            margin-bottom: 64px;
            .logo-placeholder {
                width: 400 / @px-unit;
                height: 80 / @px-unit;
                background: url('/custom_logo/web_logo_largeModel_@{theme}.png') no-repeat center / 100% 100%;;
            }
            & > .cus_panel {
                margin-right: 24 / @px-unit;
                font-size: 80 / @px-unit !important;
            }
        }

        .search {
            overflow-x: auto;
        }
    }
}

.search-result-container {
    position: relative;
    display: flex;
    height: 100%;
    .container-top {
        height: 160/@px-unit;
    }
    .container-right {
        height: 100%;
        flex-shrink: 0;
        width: 600/@px-unit;
        flex: 0 1 598/@px-unit;
        padding: 10/@px-unit;
        background-color: @neutral-bg-4-normal;
        border-left: 1px solid @neutral-stroke-2-normal;
        .winPreviewPanel {
            height: 458/@px-unit;
        }
        .record-preview-panel {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .record-preview-header {
            height: 41/@px-unit;
            width: 100%;
            box-sizing: border-box;
            line-height: 40/@px-unit;
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            padding-left: 20/@px-unit;
        }
    }
    .container-middle {
        background-color: @neutral-bg-5-normal;
        position: relative;
        height: 100%;
        overflow: hidden;
        flex: 1 1 958/@px-unit;
        .middle-empty, .middle-violation {
            width: 100%;
            height: calc(100% - @search-height - @filter-height);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .middle-layout-loading {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            height: calc(100% - @search-height - @filter-height);
        }
        .result-up-bar {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
            padding: 16/@px-unit;
            .label-normal-container {
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }
            .left-bar-wrapper {
                display: flex;
                align-items: center;
                .label-div-Container, .ant-dropdown-button {
                    margin-right: 12/@px-unit;
                }

                .allCheckWrap {
                    display: flex;
                }

                .allCheckBehind {
                    width: auto !important;
                    min-width: 50 / @px-unit;
                }
            }
            .right-bar-wrapper {
                display: flex;
                align-items: center;
                &>.label-div-Container {
                    .label-normal-container {
                        padding: 0 !important;
                    }
                    margin-right: 16/@px-unit;
                }
                .similar-sort-icon {
                    position: relative;
                    right: -9/@px-unit;
                }
            }
            .cursor-not-allowed {
                height: 32/@px-unit;
            }
        }
        .result-wrapper {
            display: flex;
            width: 100%;
            padding: 16/@px-unit 0 16/@px-unit 16/@px-unit;
            padding-top: 0;
            height: calc(100% - @search-height - @filter-height);
            flex-direction: column;
            .result-down-bar {
                display: flex;
                align-items: center;
                margin-top: 8/@px-unit;
                height: 36/@px-unit;
                padding-right: 8 / @px-unit;
            }
            .img-card-group {
                flex: 1;
                overflow-x: hidden;
                overflow-y: auto;    
                .card-group-wrapper {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 16/@px-unit;
                    padding: 8/@px-unit;
                    padding-right: 0/@px-unit;
                    padding-left: 0/@px-unit;
                    .pro-card {
                        &:hover {
                            .card-extendHeader{
                                .collect-icon {
                                    display: flex;
                                }
                            }
                        }
                        .card-extendHeader {
                            .collect-icon {
                                position: absolute;
                                right: 4 / @px-unit;
                                top:4 / @px-unit;
                                cursor: pointer;
                                display: none;
                                z-index: 9;
                            }
                            .collect-active-icon.collect-icon {
                                display: flex;
                                color: @status-yellow-fg-1-normal;
                            }
                        }
                    }
                }

                .searching-mask, .no-result-mask {
                    height: 100%;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
          

            }
            .card-wrapper-selected {
                border: 1/@px-unit solid  @brand-stroke-1-hover !important;
            }
        }
        
        .container-top {
            padding: 24 / @px-unit;
            display: flex;
            overflow-x: auto;
            background: @bm-bg-3-gradient;

            .back {
                width: 64 / @px-unit;
                height: 64 / @px-unit;
                margin: 4 / @px-unit 12 / @px-unit 0 0;
                background-color: @neutral-bg-4-hover;
                border-radius: 4 / @px-unit;
                text-align: center;
                line-height: 64 / @px-unit;
                cursor: pointer;

                .cus_panel {
                    vertical-align: middle;
                }

                &:hover {
                    background: @neutral-bg-1-hover-2;
                }
            }

            .large-model-search {
                flex: 1;
            }

            .text-layout-control {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 64 / @px-unit;
                height: 64 / @px-unit;
                border-radius: 8 / @px-unit;
                background: @neutral-bg-4-hover;
                cursor: pointer;

                &:hover {
                    background: @neutral-bg-1-hover-2;
                }
            }
        }
    }
    .middle-violation {
        .middle-empty {
            .widget-empty-image{
                background-image: url('/static/media/illegalWords_@{theme}.png');
                width: 160 /@px-unit;
                height: 160 /@px-unit;
                display: inline-block;
                background-repeat: no-repeat;
            }
        }
    }
}

._RecordBack_ {
    padding-top: inherit;
    .editable-cell-value-wrap {
        height: auto;
    }
    ._Table_ .ant-table-body {
        min-height: 600 / @px-unit;
    }
}
.recordinfo-footer-btn {
    display: inline-block;
    .label-div-Container {
        display: inline-block;
        &:first-child {
            margin-right: 10 /@px-unit;
        }
    }
}


._WorkClothesLib_ {
    
    
    

    .line-row {
        display: flex;
    }
}



._BatchUpload_ {
    
    
    

    .line-row {
        display: flex;
    }
}




._ParkingLot_ {
    background: @parkingBg;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    .TaskBarAlarmInfo {
        .cus_panel {
            color: @neutral-fg-on-1-selected !important;
        }
    }
    .parking-lot-icon {
        color: @neutral-fg-on-1-selected !important;
    }
}

.record-device-info, .record-device-info {
    display: flex;
    .label-normal-wrapper {
        width: 150/@px-unit !important;
    }
}
.recordBackModal {
    ._Table_ .ant-table-body {
        min-height: 500 / @px-unit;
    }
}


._AIOverView_ {
    
    
    
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    
    
    .main-page-loading{
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .AIOverview_PageView {
        height: 100%;
        .AIOverview_Container{
            height: 100%;
            overflow-y: hidden;
            display: flex;
            flex-direction: column;
            
            .tab-menu {
                height: 100%;
                background-color: @neutral-bg-4-normal;
                overflow-y: hidden;
                .progress{
                    padding-right: 24/@px-unit;
                    .progress-describe{
                        display: flex;
                        justify-content: flex-end;
                        .suc-color{
                            color: @status-success-stroke-1-normal;
                        }
                        .warn-color{
                            color: @status-warning-stroke-1-normal;
                        }
                        .err-color{
                            color: @status-error-stroke-1-normal
                        }
                    }
                    .progress-view{
                        width: 240/@px-unit;
                    }
                    .suc-color{
                        .ant-progress-bg{
                            background-color: @status-success-stroke-1-normal;
                        }
                    }
                    .warn-color{
                        .ant-progress-bg{
                            background-color: @status-warning-stroke-1-normal;
                        }
                    }
                    .err-color{
                        .ant-progress-bg{
                            background-color: @status-error-stroke-1-normal;
                        }
                    }
                }
                .ant-tabs-top {
                    overflow-y: hidden;
                    overflow-x: hidden;
                }
            }
            .tab-menu>.ant-col {
                position: static;
                height: 100%;
            }     
            
            .tab-menu>.ant-col>.ant-row:nth-child(2) {
            height: calc(100% - 50px);
            overflow-y: auto;
            }
        
            
            .AIOverview_PageContent {
                padding-top: 8/@px-unit;
                
                height: 100 / @px-unit;
                flex: 1;
                display: flex;
                flex-direction: column;
                .same-line {
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    .right{
                        display: flex;
                        align-items: center;
                        .search-input{
                            margin-right: 12/@px-unit;
                        }
                    }
                }
                .table-same-line {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    &>div{
                        height: 24/@px-unit;
                    }
                }
                .TableList-table{
                    
                    height: 100 / @px-unit;
                    flex: 1;
                    ._Table_ .ant-table-body {
                        min-height: 200 / @px-unit !important;
                    }  
                }
            }
        }
    }

    
    ._PowerPanel_{
        margin-top: 16 / @px-unit;
        border-radius: 4 / @px-unit;
        .layout-sider{
            .sider-content{
                overflow-y: hidden !important;
            }
        }
        .ant-card{
            height: 44 / @px-unit;
        }
        .ant-card-head{
            background-color: @neutral-bg-4-hover;
            .ant-card-head-title{
                font-size: @font-size-title-s;
                font-weight: 400;
                line-height: 44 / @px-unit;
                padding: 0;
            }
        }
        .ant-card-body{
            display: none;
        }
        .layout-sider{
            background-color: @neutral-bg-4-normal;
            .sider-content{
                padding-bottom: 16 / @px-unit;
                border-left: 1/@px-unit solid @neutral-bg-4-hover;
                border-right: 1/@px-unit solid @neutral-bg-4-hover;
                border-bottom: 1/@px-unit solid @neutral-bg-4-hover;
                display: flex;
                flex-wrap: wrap;
                ._IntellPanel_{
                    width: 25%;
                    height: 50 / @px-unit;
                    margin-top: 16/@px-unit;
                    display: flex;
                    justify-content: center;
                    .panel_container{
                        width: 80%;
                        height: 50 / @px-unit;
                        .panel_content{
                            width: 100%;
                            height: 30 / @px-unit;
                            display: flex;
                            justify-content: space-between;
                            line-height: 30 / @px-unit;
                            .panel_content_text {
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis;
                            }
                            .panel_content_percent {
                                width: 50 / @px-unit;
                                text-align: end;
                                white-space: nowrap;
                            }
                            .panel_content_percent_inUse{
                                color: @brand-fg-1-normal;
                            }
                        }
                        .panel_progress{
                            width: 100%;
                            height: 8 / @px-unit;
                        }
                        .ant-progress-status-success .ant-progress-bg {
                            background-color: @brand-stroke-1-normal;
                        }
                    }
                }
                .intellDivider{
                    border-right: 1/@px-unit solid @neutral-bg-4-hover;
                }
            }
        }
    }

}

.aioverview_tooltip_icon{
    .ant-popover-inner{
        padding: 8/@px-unit 12/@px-unit;
        .table-icon-tooltip{
            div{
                display: flex;
                justify-content: center;
                &>span:first-child{
                    margin-right: 8/@px-unit;
                    color: @neutral-fg-3-normal
                }
            }
            .tooltip-left-green {
                color: @status-success-fg-1-normal
            }
        }
    }
}


@barHeight:50/@px-unit;
._Backup_ {
    .middle-layout {
        margin: 0;
        background-color: @neutral-bg-5-normal;
        padding: 16/ @px-unit;
        display: flex;
        flex-direction: column !important;
        position: relative;

        .middle-layout-header {
            flex: none;
            padding: 0;
            height: unset;
            margin-bottom: 16/ @px-unit;
        }

        .middle-layout-content {
            overflow-y: hidden;
            .middle-content-operation{
                width: 100%;
                display: flex;
                justify-content: space-between;
                .middle-conten-operation-left{
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    .ant-dropdown-button{
                        padding: 8/@px-unit 0;
                        margin-right: 12/@px-unit;
                    }
                    .label-div-Container {
                        margin-right: 12/@px-unit;
                    }
                }
            }
            .middle-content-table{
                width: 100%;
                display: flex;
                height: calc(100% - @barHeight);
                overflow: scroll;
                ._Table_ {
                    width: 400/@px-unit; 
                    flex: 1;
                }
            }
        }

        .middle-layout-footer {
            background-color: @neutral-bg-5-normal;
            height: 72 / @px-unit;
            padding: 0/ @px-unit;
            padding-top: 16/ @px-unit;
            flex: none;
        }
    }

    .middle-empty {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        background: @neutral-bg-5-normal;
        .ant-empty-image {
            height: 160 / @px-unit;
        }
       
    }
    .backup-progress{
        position: absolute;
        width: 240 / @px-unit;
        right: 16 / @px-unit;
    }
}

._SymServer_ {
    .gap-divider {
        margin-top: 0;
        margin-bottom: 0;
    }
}


@separate-col-side-container-width: 60/ @px-unit;

._SeparateView_ {
  min-width: 1280px;
  height: 100%;
  background-color: @--bg;

  .m-side-container {
    height: 100%;
    width: 12.5%;
    min-width: 100px;
    overflow-y: auto;
    background: @--menu-bg;
  }

  
  
  
  
  
  
  

  .m-main-page {
    height: 100%;
    background-color: @neutral-bg-1-normal;
    padding: 16 / @px-unit;

    &>div {
      
      background: transparent;
      width: 100%;
      height: 100%;
    }

    .MainPage {
      background-color: @neutral-bg-4-normal;
      
      padding-bottom: @mainPagebottomH;

      
      &.noFixedButton {
        padding-bottom: @mainPagePadding;
      }
    }

    @media screen and (-webkit-min-device-pixel-ratio: 1.1),
    (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
      .MainPage {
        
        height: calc(100% - @mainPagebottomH);

        
        &:not(.noFixedButton) {
          height: 100%;
          overflow-y: auto;
        }
      }
    }

    .content-container {
      background-color: @neutral-bg-4-normal;
      overflow-x: hidden;
      overflow-y: auto;
    }
  }

  .exception-main-page {
    padding: 0;
  }

  .m-col-main-page {
    width: calc(100% - @separate-col-side-container-width);
  }

  .ant-spin-nested-loading,
  .ant-spin-container {
    position: static;
    height: 100%;
  }
}




.header-homeBack{
    cursor: pointer;
    
}

.LanguageButtons {
    .language {
        background-color: #007A0C !important;
        color: white !important;
    }
    .label-normal-container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    width: 210 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}

.cursor {
    cursor: pointer;
    &:hover {
        color: @neutral-fg-2-normal;
    }
}


.TaskBarAlarmInfo {
    
    
    


}
._SubScribeModal_ {
    .label-div-Container {
        display: inline-block;
        width: 25%;
    }
}
.AlarmInfoModal {
    .settingRefresh  {
        
        .header-left {
            float: left;
        }
        .header-right {
            float: right;
        }
    }
    .refreshBtn {
        float: right;
    }
    .ant-table-filter-column {
        justify-content: center;
    }
    tr.ant-table-measure-row{
        visibility: collapse;
    }
    .device_info .ant-badge-dot {
        box-shadow: 0 0 0 0.07142857rem @status-error-fg-1-normal;
    }
}




.header-HelpAlarm {
    cursor: pointer;
    &:hover {
        .svgHover(@brand-bg-1-hover);
    }
}


.header-Timer {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


._EventConfig_ {
        
}



._EventConfig_ {
    & > .page-view {
        display: flex;
        background: @neutral-bg-6-normal;
        & > .page-content-wrapper{
            margin: 16 / @px-unit;
            flex: 1;
            overflow: hidden;
            position: relative;
            & >  .page-content{
                @ContentPadding: 16 / @px-unit;
                height: calc(100vh - @navMenuHeight - @ContentPadding * 2);
                padding-bottom: 60 /@px-unit;
                background: @neutral-bg-4-normal;
                overflow: auto;
                position: relative;
                .MainPage {
                    padding: 0 @mainPagePadding @mainPagePadding @mainPagePadding;
                    &.noTabPage {
                        padding-top: @mainPagePadding;
                    }
                    .ant-tabs.card-tabs {
                        padding-top: 16/@px-unit;
                    }
                    .intell-contant-main{
                        height: 95%;
                        overflow: auto;
                        padding-right: @mainPagePadding;
                    }
                    ._Table_ {
                        .operation-button {
                            .ui5-margin-wrapper-item {
                                .label-normal-container {
                                    padding-top: 0 !important;
                                    padding-bottom: 0 !important;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    
    .operate-menu-left{
        @menuHeadHeight: 45 / @px-unit;
        @menuContentMargin: 16 / @px-unit;
        @searchTreeMargin: 12 / @px-unit;
        @listHeight: 36 / @px-unit;
        width: 260 /  @px-unit;
        height: calc(100vh - @navMenuHeight);
        background: @neutral-bg-4-normal;    
        overflow: hidden;
        border-right: 1 / @px-unit solid @neutral-stroke-2-normal;

        .menu-header {
            height: @menuHeadHeight;
            box-sizing: content-box;
            font-size: @font-size-title-m;
            font-weight: 700;
            line-height: @menuHeadHeight;
            padding: 0 16 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
            
        }
        .menu-content {
            margin: @menuContentMargin 0;
        }
        .channel-search {
            margin: 0 @menuContentMargin;
        }
        .menu-content-device {
            margin: 0 @searchTreeMargin;
        }
        .channel-item-wrapper {
            margin: 0 @searchTreeMargin;
            height: calc(100vh - @navMenuHeight - @channelTreeSearchHeight - @menuHeadHeight - @menuContentMargin * 2 - @listHeight);
            .channel-group-content .channel-item {
                margin-right: 0;
            }
            .channel-group-header {
                margin-right: 0;
            }
        }
    }

    
    .operate-menu-right {
        padding: 8 / @px-unit 16 / @px-unit;
        width: 260 / @px-unit;
        height: calc(100vh - @navMenuHeight);
        background: @neutral-bg-4-normal;
        overflow: hidden;
        border-right: 1 / @px-unit solid @neutral-stroke-2-normal;
        overflow-y: auto;
    }
}


._BatchUpload_ {
    .page-view {
    }
}



.header-contain {
    .color-menu {
        .cus_panel {
            margin-right: 0;
        }

        .iconDropBtn {
            padding: 0;
            height: 32 / @px-unit;
        }
    }
}

div.color-menu-dropdown {
    min-width: 120 / @px-unit !important;
    border-radius: 4 / @px-unit;

    .color-menu-item {
        display: flex;
        align-items: center;
        padding: 0 14 / @px-unit;
    
        .color-example {
            display: inline-block;
            margin-right: 10 / @px-unit;
            width: 16 / @px-unit;
            height: 16 / @px-unit;
            border: 1px solid @neutral-stroke-2-normal;
            border-radius: 2 / @px-unit;
        }
    }

    .ant-dropdown-menu .ant-dropdown-menu-item {
        height: 32 / @px-unit;
    }
}


.header-tabMenu {
    padding-left: 10 / @px-unit;
    width: 100%;
    line-height: @navMenuLineHeight;
    height: @navMenuLineHeight;

    .ant-tabs {
        &.ant-tabs {
            & > .ant-tabs-nav {
                height: @navMenuLineHeight;
                &::before {
                    border-width: 0px;
                }
                .ant-tabs-nav-list {
                    .ant-tabs-tab {
                        border: none;
                        
                    }
                }
                .ant-tabs-tab-btn {
                    padding: 0;
                    border: 0px;
                    transition:none
                }
            }
        }
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
        background-color: @neutral-bg-1-selected-3 !important;
        border: none;
        color: @neutral-fg-on-1-selected !important;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
        background-color: @neutral-bg-1-selected-3;
        border: none;
        border-left: 1px solid @neutral-bg-1-selected-3;
        border-right: 1px solid @neutral-bg-1-selected-3;
        text-align: center;
        line-height: @navMenuLineHeight;
        width: unset;
        margin-right: 9/@px-unit;
        color:@neutral-fg-on-1-normal;
    }
    .ant-tabs-bar {
        border: none;
        color:@neutral-fg-on-1-normal;
        margin: 0;
    }
    .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
        height: @navMenuLineHeight;
    }
    .ant-tabs-nav-container {
        line-height: @navMenuLineHeight;
    }
    .ant-tabs-tab-next{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }
    .ant-tabs-tab-prev{
        height: @navMenuLineHeight;
        color:@neutral-fg-2-normal;
        &:hover{
            color:@neutral-fg-1-normal;
        }
    }

    .ant-tabs-tab {
        height: auto !important;
        width: auto !important;
        padding: 0 !important;
        
        margin-right: 12 / @px-unit !important;
        min-width: 40 / @px-unit;
        max-width: 144 / @px-unit;
        border-radius: 4 / @px-unit !important;

        & > div {
            display: flex;
            width: auto;
            margin: 5 / @px-unit 12 / @px-unit;
            
            align-items: center;
            justify-content: space-between;
            padding: 0 0.3rem;
        }

        .anticon-close{
            color:@neutral-fg-on-1-selected !important;
            margin: 0 !important;
        }

        .tab-item {
            display: flex;
            
            align-items: center;
            width: 100%;
            
            .ant-image,.tabIcon {
                display: none;
            }
            .ant-image{
                width: 25/@px-unit; 
                .ant-image-img{
                    
                    width: 16/@px-unit;
                }
            }
            .tabIcon{
                
                font-size: 20/@px-unit;
            }
            .tab-text{
                
                
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                max-width: 100 / @px-unit;
            }
        }
    }
    .ant-tabs-tab-active {
        .tab-text {
            color: @neutral-fg-on-1-selected;
        }
    }

    .ant-tabs-tab-btn:focus,
    .ant-tabs-tab-remove:focus,
    .ant-tabs-tab-btn:active,
    .ant-tabs-tab-remove:active {
       color:@neutral-fg-on-1-normal !important;
    }
    .errorCls{
        width: 100% !important;
        color: @status-error-bg-1-normal;
        text-align: center;
        font-size: @font-size-base !important;
        .errorCls_text {
            line-height: @navMenuHeight;
        }
    }
}
.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item .header-dropdown-item span {
    margin-left: 0;
    text-align: left;
    width: 25/@px-unit;
}

.ant-tabs-dropdown .ant-tabs-dropdown-menu-vertical .ant-tabs-dropdown-menu-item {
    min-width: 152/@px-unit;
    color: @neutral-fg-on-1-selected !important;
}
.ant-tabs-dropdown-menu{
    background-color: @neutral-bg-1-normal;
    svg {
        fill:@neutral-fg-on-1-normal;
    }

}


._MenuView_ {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    &.bgImage {
        background-color: @neutral-bg-3-1-normal;
        background-image: url('/static/media/login_bg_@{theme}.jpg');
    }
    
    
    

    

    .ui5-home-wrapper {
        @navH: 56 / @px-unit; 
        height: calc(100vh - @navH);
        overflow: hidden;

        .home-tab {
            @tabNavH: (56 / @px-unit); 
            height: calc(100% - @tabNavH);
            padding-top: 40 / @px-unit;

            .ant-tabs-nav {
                height: @tabNavH;
                
            }

            .ant-tabs-tab {
                box-sizing: content-box;
                &:not(:last-child) {
                    margin-right: 32 / @px-unit;
                }

                .ant-tabs-tab-btn {
                    border: none;
                    padding: 0 !important;
                    height: 56 / @px-unit;
                }

                .ui5-tab-item {
                    color: @neutral-fg-3-normal;
                    display: inline-flex;
                    justify-content: center;
                    align-items: center;
                    padding: 22 / @px-unit !important;
                    height: 56 / @px-unit;
                    &:hover {
                        color: @neutral-fg-1-normal;
                        svg {
                            fill: @neutral-fg-1-normal;
                        }
                    }

                    .ui5-tab-item-text {
                        font-size: 20 / @px-unit;
                        line-height: 28 / @px-unit;
                        padding: 0;
                        padding-top: 2 / @px-unit;
                        margin-left: 4 / @px-unit;
                    }

                    svg {
                        width: 32 / @px-unit;
                        height: 32 / @px-unit;
                        fill: @neutral-fg-3-normal;
                    }
                }
            }

            .ant-tabs-tab-active {
                border-bottom: 2px solid @brand-stroke-1-normal;
                .ui5-tab-item {
                    color: @neutral-fg-1-normal;

                    svg {
                        fill: @neutral-fg-1-normal;
                    }
                }
            }

            .ant-tabs-content {
                height: 100%;

                
                .text-ellipsis {
                    text-overflow: ellipsis;
                    overflow: hidden;
                    word-break: break-all;
                    white-space: nowrap;
                }
            }

            .swiper-container {
                @topH: 155 / @px-unit; 
                
                height: calc(100vh - @topH);
                overflow: hidden;

                .swiper-wrapper {
                    padding: 0;
                    height: 100%;                    
                    text-align: center;
                    .swiper-slide {              
                        text-align: left;
                        padding-top: 40 / @px-unit;
                        height: 100%;
                        display: inline-block !important;
                        width: auto !important;
                        max-width: 100%;
                        
                        .grid-line-cards{
                            display: inline-block;
                            width: auto;
                            max-width: 100%;
                            display: flex;
                        }
                    }
                }
            }
        }
        .pagination {
            z-index: 20;
            position: absolute;
            right: 36 / @px-unit;
            top: 50%;
            text-align: center;
        }
        .swiper-pagination-switch {
            display: block;
            width: 12 / @px-unit;
            height: 12 / @px-unit;
            margin: 16 / @px-unit auto;
            border-radius: 50%;
            background: @neutral-fg-disabled !important;
            cursor: pointer;
            &:hover {
                background: @brand-fg-1-hover !important;
            }
        }
        .swiper-active-switch {
            width: 16 / @px-unit;
            height: 16 / @px-unit;
            background: @brand-fg-1-normal !important;
        }
    }
    .ui5-horizontal {
        .swiper-wrapper {
            display: flex;
        }
        .pagination {
            width: 100 / @px-unit;
            height: 32 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: space-around;
            top: 100%;
            
            left: 50%;
            .swiper-pagination-switch {
                display: inline-block;
                margin: 0;
            }
        }
    }
    

    
    [class*='m-h-icon'] {
        display: inline-block;
        width: 80 / @px-unit;
        height: 80 / @px-unit;
    }
}



.home_settingBtn{
    .cus_icons{
        margin: 0 15/@px-unit !important;
    }
}




.Ocx_download_bottom{
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10/@px-unit 0;
    background: @neutral-bg-3-normal;
    color: @neutral-fg-2-normal;
    z-index: 10000;
    span{
        padding-top: 6/@px-unit;
        display: inline-block;
    }
    a {
        text-decoration: underline;
        color: @brand-fg-link-normal;
        &:hover {
            color: @brand-fg-link-hover;
        }
    }
    .closeBtn{
        float: right;
        margin-right: 20/@px-unit;
        border: 1/@px-unit solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color: @neutral-fg-2-normal;
        border-radius: 4/@px-unit;
        padding: 4/@px-unit 10/@px-unit;
        cursor: pointer;
        &:hover{
            color: @brand-fg-1-hover;
            border-color: @brand-stroke-1-hover;
        }
    }
}

.plugin_confirm_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.45);
}

.live {
   .liveBtn {
        .label-normal-container {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }
        background-color: red !important;
        color: white !important;
    } 
    margin-left: 8 / @px-unit;
    margin-right: 8 / @px-unit;
    @media all and (-ms-high-contrast:none) {
        
        
        margin-top: 11 / @px-unit;
    }
}




.userDropMenu{
    &.iconDropMenu{
        min-width: 130/@px-unit !important;
    }
}
.task_userBtn {
    min-width: 45/@px-unit ;
    >span {
        color: @neutral-fg-2-normal;
    }
}





.login-container {
    height: 100%;
    width: 100%;

    .login-backgroundImage {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        
        background-image: url('/static/media/login_img_@{theme}.jpg');
    }

    .login-box {
        @loginBoxH: 498 / @px-unit;
        @loginBoxW:420 / @px-unit;
        width: @loginBoxW;
        height: @loginBoxH;
        top: calc(50% - @loginBoxH / 2);
        background-color: @neutral-bg-4-normal;
        position: absolute;
        right: 16.66%;
        border-radius: 4/ @px-unit;
        padding: 32 / @px-unit 40 / @px-unit;

        .login-logo {
            height: 56 / @px-unit;
            width: 340 / @px-unit;
            margin-bottom: 34 / @px-unit;
            background-size: contain;
            background-repeat:no-repeat;
            background-position-x: center;
            background-image: url('/custom_logo/web_logo_@{theme}.png');
            
            background-repeat:no-repeat;
        }
        .ant-spin {
            height: 300 / @px-unit;
            width: 330 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .login-logoCloud{
            height: 60 / @px-unit;
            width: 330 / @px-unit;
            margin-bottom: 30 / @px-unit;
        }
        
        &.logo-left{
            display: flex;
            flex-direction: row;
            .login-logo{
                margin-top: 20%;
            }
        }
        &.logo-right{
            display: flex;
            flex-direction: row-reverse;
            .login-logo{
                margin-top: 20%;
            }
        }
    }
    .hideLoginTypeBox{
        @loginBoxH: 426 / @px-unit; 
        height: @loginBoxH;
        top: calc(50% - @loginBoxH / 2);
    }
}
.login-container .login-box .Login-Form,
.NamePwdInput {
    .label-normal-container  {
        padding: 0 !important;
        }
    .label-normal-wrapper {
        width: 100%;
        margin-bottom:  24 / @px-unit;
    }
    background-color: transparent;
    text-align: center;

    .ant-input-suffix{
        cursor: pointer;
        .cus_panel {
            width: 20 / @px-unit !important;
        }
        &:hover {
            svg {
                fill: @neutral-fg-1-normal;
            }
        }
    }
    .ant-input-affix-wrapper,
    .label-normal-wrapper {
        display: flex;
        height: 48 / @px-unit;
        
    }


    .ant-row {
        
        .ant-col {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            
        }
    }
    .login-button {
        font-size: 20 / @px-unit; 
        width: 100%;
        height: 48 / @px-unit;
    }

    .login-forget {
        font-size: 16 / @px-unit;
        line-height: 24/ @px-unit;
        margin: -8 / @px-unit 8 / @px-unit 32 / @px-unit 0;
        float: right;
        cursor: pointer;
        color: @brand-fg-1-normal;
    }
    .login-type-wrapper {
        position: relative;
        .login-type-icon {
            position: absolute;
            left: 20 / @px-unit;
            top: 8 / @px-unit;
            pointer-events: none;
        }
    }
    .ant-select-selector {
        height: 48 / @px-unit;
        .ant-select-selection-item{
            margin-left: 36 / @px-unit;
            height: 100%;
            display: flex;
            align-items: center;
            >span {
                line-height: initial !important;
            }
            
        }
    }
}

.login-language-select{
    position: absolute;
    top: 24 / @px-unit;
    right: 22 / @px-unit;
    .label-div-Container {
        .label-normal-container {
            padding: 1/@px-unit 12/@px-unit !important;
            border: 1 / @px-unit solid transparent;
            border-radius: 4 / @px-unit;
            .labelText  {
                display: flex;
                align-items: center;
                svg {
                    width: 16 / @px-unit;
                    height: 16 / @px-unit;
                    min-width: 16 / @px-unit;
                    min-height: 16 / @px-unit;
                    margin-left: 4 / @px-unit;
                    fill: currentColor;
                }
            }
        }
        .label-normal-container:hover {
            color: @brand-fg-1-hover;
            cursor: pointer;
        }
        .label-normal-container:active {
            color: @brand-fg-1-active;
            cursor: pointer;
        }
    }
}


.languageDropMenu {
    min-width: 130/@px-unit !important;
}

.task_languageBtn{
    min-width:50/@px-unit ;
    .cus_icons{
        .svgHover(@brand-bg-1-hover);
    }
}


._SideTabView_{
    height: 100%;
    margin:0 24 / @px-unit ;
    
    ._SideTabView_Tabmenu{
        background-color:  @neutral-bg-4-normal;;
        z-index: 1;
    }
    ._SideTabView_Content{
        height: calc(100% - 50px);
        overflow: auto;
        .MainPage{
            overflow: auto;
            height: auto;
        }
    }
}


@col-side-container-width: 88/ @px-unit;

._SideView_ {
  min-width: 1280px;
  height: 100%;
  background-color: @neutral-bg-4-normal;

  .ant-tabs {
    .ant-tabs-bar {
      border-bottom-color: @neutral-bg-4-normal;

      .ant-tabs-nav-container {
        height: 50px;

        .ant-tabs-nav-wrap {
          .ant-tabs-nav {
            .ant-tabs-tab {
              
              height: 48 / @px-unit;
              text-align: center;
              margin: 0;

            }

            .ant-tabs-ink-bar {
              visibility: hidden;
            }
          }
        }
      }
    }
  }

  .m-side-container {
    height: 100%;
    width: 12.5%;
    min-width: 100px;
    overflow-y: auto;
    background: @neutral-bg-4-normal;
  }

  .m-col-side-container {
    height: 100%;
    width: @col-side-container-width;
    
    
    background: @neutral-bg-4-normal;
  }

  .m-main-page {
    height: 100%;
    background-color: @neutral-bg-6-normal; 
    padding: 16 / @px-unit;

    &>div {
      
      background: transparent;
      width: 100%;
      height: 100%;
    }

    .MainPage {
      background-color: @neutral-bg-4-normal;
      
      padding-bottom: @mainPagebottomH;

      
      &.noFixedButton {
        padding-bottom: @mainPagePadding;
      }
    }

    @media screen and (-webkit-min-device-pixel-ratio: 1.1),
    (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
      .MainPage {
        
        height: calc(100% - @mainPagebottomH);

        
        &:not(.noFixedButton) {
          height: 100%;
          overflow-y: auto;
        }
      }
    }

    .content-container {
      background-color: @neutral-bg-4-normal;
      overflow-x: hidden;
      overflow-y: auto;
    }
  }

  .exception-main-page {
    padding: 0;
  }

  .m-col-main-page {
    width: calc(100% - @col-side-container-width);
  }

  .ant-spin-nested-loading,
  .ant-spin-container {
    position: static;
    height: 100%;
  }

  .ant-menu-inline-collapsed {
    width: @col-side-container-width;
  }

  ._SideTabView_ {
    height: 100%;
    background-color: @neutral-bg-4-normal;
    overflow-y: hidden;

    
    
    
  }

  ._SideTabView_>.ant-col {
    position: static;
    height: 100%;
  }

  
  ._SideTabView_>.ant-col>.ant-row:nth-child(2) {
    @bottomH:50 / @px-unit;
    height: calc(100% - @bottomH);
    overflow-y: auto;
  }
  
  .sideMenu {
    border-right: 1px solid @neutral-stroke-2-normal;
    .ant-menu-inline{
      border-right: 0px;
    }
    .sideMenuBody{
      background-color: @neutral-bg-4-normal;
      
      .ant-menu-submenu-selected{
        .ant-menu-submenu-title{
          color: @brand-fg-1-normal;
          .anticon{
            color: @brand-fg-1-normal;
          }
        }
      }
      
      .ant-menu-submenu-active{
        .ant-menu-submenu-title{
          color: @brand-fg-1-hover;
          .anticon{
            color: @brand-fg-1-hover;
          }
        }
      }
      
      .ant-menu-item-active{
        .ant-menu-title-content{
          color: @brand-fg-1-hover;
          .anticon{
            color: @brand-fg-1-hover;
          }
        }
        a{
          color: @brand-fg-1-hover;
        }
      }
      
      .ant-menu-item-selected{
        background-color: @brand-bg-2-selected;
        .ant-menu-title-content{
          color: @brand-fg-1-normal;
          .anticon{
            color: @brand-fg-1-normal;
          }
        }
        a{
          color: @brand-fg-1-normal;
        }
      }

      .ant-menu-item, .ant-menu-submenu{
        padding: 0px !important;
        .ant-menu-title-content,
        .ant-menu-submenu-title{
          padding: 0px !important;
          .menu-icon{
            margin-left: 12 / @px-unit;
            margin-right: 8 / @px-unit;