    }
    .ant-table,
    .ant-table-small .ant-table-thead,
    .ant-table-placeholder {
        background: none;
        border-top-color: @--split;
    }

    .ant-table-filter-column{
        display: inline-flex;
        max-width: 100%;
    }

    
    
    
    .ant-table-column-sorters {
        display: flex;
        flex: auto;
        align-items: center;
        justify-content: center;
    }
    .ant-table-column-title {
        position: relative;
        z-index: 1;
        flex: 0 1 auto;
    }

    .ant-table-body {
        
        .editable-cell-value-wrap:hover{
            border-color: @neutral-stroke-2-normal;
        }
        min-height: 400 / @px-unit;
    }
    .ant-table {
        

        & > .ant-table-container {

            border-left-width: 0px !important;
            border-top-width: 0px !important;

            & > table {
                border-top-width: 0px;
            }

            .ant-table-header {
                table {
                    border-top: 0;
                }
                .ant-table-cell-fix-right::after{
                    border: none !important;
                }
            }

            .ant-table-thead > tr > th {
                color: @neutral-fg-2-normal;
                background-color: @neutral-bg-4-hover;
                border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
                
                font-weight: 400;
                padding:0 12 / @px-unit;
                text-align: left !important;
                height: @tableTheadThHeight!important;
            }

            .ant-table-tbody {
                tr{
                    &.ZD-showZebraPattern{
                        
                        &:nth-of-type(even){
                            background-color: @tableEvenBgN;
                            .ant-table-cell-fix-right{
                                background-color: @tableEvenBgN;
                            }
                        }
                        &:nth-of-type(odd){
                            background-color: @tableOddBgN;
                            .ant-table-cell-fix-right{
                                background-color: @tableOddBgN;
                            }
                        }
                    }
                    &:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected):not(.ant-table-placeholder) > td{
                        background-color: @neutral-bg-1-hover-1;
                    }
                    .ant-table-cell-fix-right::after{
                        border: none !important;
                    }
                }
                .selected-row,
                .ZD-selected-row:not(.ZD-unselected-row), .ZD-highlight-row {
                    background: @neutral-bg-1-active-1 !important;
                    .ant-table-cell-fix-right{
                       background: @neutral-bg-1-active-1 !important;
                    }
                    td.ant-table-cell-row-hover{
                        background: @neutral-bg-1-hover-1 !important;
                    }
                }
            }

            tr {
                td {
                    padding: 0 0 !important;
                    border-right-width: 0px !important;
                    color: @neutral-fg-2-normal;
                    height: @tableRowTdHeight;
                    border-color: @neutral-stroke-2-normal;
                    border-bottom-width: 1 / @px-unit;
                }
            }

            th {
                
                
                
                height: 48/@px-unit !important;
            }

            
            
            
            
            
            
            

            
            
            
            
            
            

            
            
            
            

            
            
            
            
        }
    }

    
    .ant-table.ant-table-bordered {
        & > .ant-table-container {
            table {
                thead{
                    tr{
                        th{
                            border-right: 0px;
                            
                        }
                    }
                }
                
                & > tbody {
                    
                    
                    
                    
                    
                    

                    
                    
                    
                    
                    
                    
                    

                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                }
            }
            
            .ant-table-header > table > thead > tr > th::before{
                background-color: @neutral-stroke-2-normal !important;
            }
        }
    }

    
    
    
}

._Table_ .ant-table-wrapper .ant-table > .ant-table-container tr td {
  padding:0 12/ @px-unit!important;
  text-align: left!important;
}
._Table_ .ant-table-column-sorters {
  justify-content: flex-start;
}
.virtual-table .virtual-table-cell{
  justify-content: flex-start;
  padding:0 12/ @px-unit!important;
}
.virtual-table .center{
  text-align: left!important;
}
._Table_ .ant-table > .ant-table-container .ant-table-row td {
  height: @tableRowTdHeight !important;
}
.manage-table-icon-wrapper {
  justify-content:flex-start!important;
}
































































































































.ant-switch {
    

    &.ant-switch-checked {
        
        
    }
    &.ant-switch-disabled.ant-switch-checked {
        
    }
}










.LabelSwitch-label-dark {
    padding-left: 5px;
}


.ant-radio-wrapper {
    
}

.ant-radio {
    vertical-align: middle; 
}

.ant-radio:not(.ant-radio-disabled){
    &:hover{
        .ant-radio-inner{
            
        }
    }
}
.ant-radio-input:focus + .ant-radio-inner{
    
}
.ant-radio-checked {
    .ant-radio-inner {
        &::after {
            transform: scale(1);
        }
    }
}
.ant-radio-checked:not(.ant-radio-disabled) {
    .ant-radio-inner {
        border-color: @brand-stroke-comp-normal !important;
    }
}

.ant-radio-inner,
.label-div-Container .ant-radio-inner {
    
    width: 19px;
    height: 19px;
    
    
    box-shadow: none !important;

    &::after {
        
        width: 9px;
        height: 9px;
        left: 4px;
        top: 4px;
        
        margin-top: 0px;
        margin-left: 0px;
    }
}

















.ant-dropdown {
    border: 1 / @px-unit solid @neutral-stroke-3-normal;
    background: @neutral-bg-1-normal;
    border-radius: 4/ @px-unit;
    .ant-dropdown-menu {
        padding: 4/ @px-unit;
        background: @neutral-bg-1-normal;
    }
    .ant-dropdown-menu-submenu-expand-icon{
        top: 7 / @px-unit;
    }
}
.ant-dropdown-menu .ant-dropdown-menu-item {
    height: 32 / @px-unit;
    line-height: 32 / @px-unit;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    
}


































































































.ant-picker-panel-container {
    .ant-picker-panel {
        border-bottom-width: 0px;

        
        
        
        
        
        
        
        
        

        
        

        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        

        .ant-picker-footer {
            border-bottom-width: 0px;
            border-top-width: 0px;
        }
    }
}


















.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;
            
        }
    }
}








.labelSlider{
    line-height: 0;
}
.labelSlider-center {
    margin: 0 30 / @px-unit; 
}






.labelSlider-float-right {
    margin-right: 5 / @px-unit;
}

.labelSlider-float-left, .labelSlider-float-right{
    span{
        svg{
            width: 20 / @px-unit;
            
            
            
            
            
            
            
            
            
        }
    }
}




























































.ant-radio-group {
    .ant-radio-button-wrapper {
        font-size: @font-size-body-m;
        
        
        
    }

    
    
    
    

    
    
    
    
    
    
    
    
    
    
}












.ant-table-thead > tr > th {
    text-align: center;

    .cus_panel {
        width: 20 / @px-unit !important;
        height: 20 / @px-unit !important;
    }
}
.ant-table-tbody > tr > td {
    text-align: center;
}








.LabelMac {
    border-color: @--split;
    .mac-point,
    .mac-input {
        
        
        
        
        border: 0px;
    }
    &.mac-active{
        
    }
}
.has-error{
    .LabelMac{
        .ant-input:first-of-type,
        .ant-input:last-of-type
        {
            border-left: 0px;
            border-right: 0px;
        }
    }
}

._VideoTransmission_ {
    .box,
    .box .title {
        
    }
}

.ant-collapse {
    
}
.ant-collapse-content {
    
}
.ant-collapse > .ant-collapse-item {
    
}

.ant-checkbox-group {
    
}
.ant-collapse,
.ant-collapse .ant-collapse-content {
    
}

.ant-collapse > .ant-collapse-item > .ant-collapse-header,
.ant-collapse,
.ant-collapse-content {
    
}

.ant-tabs-dropdown {
    .ant-tabs-dropdown-menu-vertical {
        

        .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;
                
            }
            span {
                margin-left: 4 / @px-unit;
                text-overflow: ellipsis;
                
                white-space: nowrap;
                overflow: hidden;
            }
        }
        
        
        
        
        
        
        
        
        
    }
}





.label-passwordCheck-tip {
    
    height: 5 / @px-unit; 
}



















.label-explain {
    word-break: keep-all;
}


.ant-picker-datetime-panel {
    .ant-picker-time-panel {
        border-left: 0;
    }
}
.ivsMainRight{
    fieldset {
        
        padding: 0 / @px-unit !important;
        padding-left: 9 / @px-unit !important;
    }
}
fieldset {
    
    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;
    
    
}
.ant-picker-range-arrow::before {
    width: 11 / @px-unit !important;
    height: 11 / @px-unit !important;
    
    
}

.ant-message-notice-content {
    .ant-notification-notice-icon{
        line-height: 0
    }
    
    
    
    
    
}

.ant-tooltip {
    max-width: 200 / @px-unit !important;
}








.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;
    }
}










.assistanceColor{
    each(@secondary,{
        &.@{key}{
            color:@value;
        }
    });
    each(@secondaryOver,{
        &.@{key}{
            color:@value;
        }
    });
}







.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:@neutral-fg-4-normal;
}















































._password{
    
    
    
    .ant-input-suffix{
        cursor: pointer;
    }
}













._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 {
        
    }
    .ant-tabs-tab {
        flex: 1;
        
        
        
        margin: 0 !important;

        .ant-tabs-tab-btn {
            width: 100%;
            text-align: center;
        }

        &.ant-tabs-tab-active  {
            
            .ant-tabs-tab-btn {
                
            }
            
        }
    }
}










.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: .color_N(@--component-bg)[];
                    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: @brand-fg-1-normal;
                        
                    }
                }
            }
        }

    }
}


.ant-pagination{
  height: 32/ @px-unit;
  >li{
    height: 100%!important;
    line-height: 32/ @px-unit!important;
  }
  .ant-pagination-simple-pager{
    height: 100%;
    >input{
      padding: 4/ @px-unit 8/ @px-unit;
    }
  }
}

.ant-spin-container::after{
    
    background-color: transparent;
}

.ant-alert{
  margin: 8/ @px-unit 0;
}

.ant-popover-placement-right, .ant-popover-placement-rightTop, .ant-popover-placement-rightBottom {
    padding-left: 8 / @px-unit;
}

.ant-popover-placement-left, .ant-popover-placement-leftTop, .ant-popover-placement-leftBottom {
    padding-right: 8 / @px-unit;
}

.ant-popover-inner {
    min-width: 0;
    padding: 4 / @px-unit 8 / @px-unit;
}

.rc-virtual-list-scrollbar {
    background-color: transparent;
}

.ant-alert {
    align-items: start;
    .ant-alert-icon {
        margin-top: 1 / @px-unit;
    }

    pre {
        margin-bottom: 0;
    }
}

.ant-popover {
    .ant-popover-inner {
      max-width: inherit !important;
    }
  }

.ant-spin-nested-loading {
    height: 100%;

    .ant-spin-container {
        height: 100%;
    }

    .ant-spin-container::after{
        
        background-color: @neutral-bg-2-normal;
    }
}



.label-button {
    width: auto;
    max-width: 256/@px-unit;
    min-width: 80/@px-unit;
    .ant-btn {
        padding: 4/@px-unit 4/@px-unit;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.labelText-wrapper{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.icon-text-wrapper, .icon-btn-wrapper {
    width: auto;
    max-width: 256/@px-unit;
    .ant-btn {
        text-align: center;
        margin: 0;
        
        height: 100%;
        display: flex;
        align-items: center;
        svg {
            width: 20 / @px-unit;
            height: 20 / @px-unit;
            min-width: 20 / @px-unit;
            min-height: 20 / @px-unit;
            fill: currentColor;
        }
        .labelText  {
            line-height: 24 / @px-unit;
        }
    }
} 

.icon-text-wrapper {
    .ant-btn {
        padding : 3 / @px-unit 12 / @px-unit; 
    }
    svg {
        margin-right: 4 / @px-unit;
    }
}

.icon-btn-wrapper {
    min-width: auto;
    .ant-btn {
        padding : 5 / @px-unit ; 
    }
}



.fix-bottom-bar{
    position: fixed;
    bottom: 16/@px-unit;
    width: 100%!important;
    height: @mainPagebottomH;
    
    .fixed-button {
        position: fixed;    
        height: @mainPagebottomH;
        padding: 12 / @px-unit 18 / @px-unit;
        background-color: @neutral-bg-4-normal;
        border-top: 1px solid @neutral-stroke-2-normal;
        
        .label-normal-container {
            padding: 0 !important;
            margin: 0 6px;
        }
    }
    .fix-bottom-occlusion-bar {
        position: fixed;
        bottom: 0;
        height: 16 / @px-unit;
        background-color: @neutral-bg-6-normal;
    }
    .fixed-button {
        button {
            display: inline-block;
        }
        .left {
            float: left;
        }
        .right {
            float: right;
        }
    }
}


.intell-tab-component {
    position: relative;
    top: (0 - 10);
    height: 48 / @px-unit;
    .tab-menu{
        background-color: @neutral-bg-4-normal;
    }
    .ant-tabs-nav .ant-tabs-tab-btn {
        height: 48/@px-unit;
    }
    
}



.colorLevel (@level, @color) {
  svg {
    path:nth-child(@{level}) {
      fill: @color;
    }
  }
}

.cus_panel {
  
  display: inline-flex;
  align-items: center;
  justify-content: center;

  &:not(.noHover):not(.disabled_icons) {
    cursor: pointer;
  }

  

  &.at-1 {
    .svgHover();
  }

  
  &.bg-1 {
    border-radius: 4 / @px-unit;
    .svgBgHover(@neutral-bg-1-hover-2, @brand-fg-1-active);
  }

  
  
  
  &.success-1 {
    .colorLevel(2, @status-success-fg-1-normal);
    .svgOut(@status-success-fg-1-normal);
  }

  
  &.error-1 {
    .colorLevel(2, @status-error-fg-1-normal);
    .svgOut(@status-error-fg-1-normal);
  }

  
  &.warning-1 {
    .colorLevel(2, @status-warning-fg-1-normal);
    .svgOut(@status-warning-fg-1-normal);
  }

  
  &.fg-1 {
    .svgOut(@neutral-fg-1-normal); 
  }

  &.fg-2 {
    .svgOut(@neutral-fg-2-normal);
  }

  &.fg-3 {
    .svgOut(@neutral-fg-3-normal);
  }

  &.fg-4 {
    .svgOut(@neutral-fg-4-normal);
  }

  &.fg-5 {
    .svgOut(@neutral-fg-5-normal);
  }

  &.fg-i {
    .svgOut(@neutral-fg-inverted);
  }

  &.fg-on {
    .svgOut(@neutral-fg-on-color);
  }

  &.fg-disabled{
    .svgOut(@neutral-fg-disabled);
  }

  
  &.active,
  &.brand-1 {
    .svgOut(@brand-fg-1-normal);
  }

  &.at-brand-1 {
    .svgHover(@brand-fg-1-hover);
  }

  &.disabled_icons {
    color: @neutral-fg-disabled;
    cursor: not-allowed;
  }
}


.QrCode {
    .qr-code-box {
        margin: 10 / @px-unit 20 / @px-unit;
    }

    .content-code {
        padding: 10 / @px-unit;
        background-color: @QRCodeBg;
    }

    .DescribeText {
        text-align: center;
    }

    .mask-handle {
        position: relative;

        &:hover {
            .mask {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-color: #fff;
                opacity: 0.6;
                cursor: pointer;
            }
        }
    }
}


.time-line-container {
    background-color: @neutral-bg-6-normal;
}


.label-block {
    visibility: hidden;
}


.tree-popover-wrap {
    .ant-tree{
        width: 240 / @px-unit;
        padding: 10px 5px;
        background: @neutral-bg-1-normal;
        .ant-tree-node-content-wrapper{
            padding: 0 15px 0 5px;
            user-select: none;
            max-width: 160 / @px-unit;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .ant-tree-node-content-wrapper:hover{
            background: @neutral-bg-4-normal;
        }
        .ant-tree-node-selected{
            background: @neutral-bg-4-normal;
            color: @--primary-6;
            svg{
                path {
                    
                }
            }
        }
    }
}

.icon-popover{
    .ant-tree{
        min-height: 44/ @px-unit;
    }
    .emap-tree-sub-svg{
        font-size: 24px;
    }
    .ant-popover-inner-content{
        padding: 0px !important;
    }

    .hasVideoSvg {
        svg > path:first-child {
            fill: transparent !important;
        }
        svg > g > path:first-child {
            fill: @brand-fg-1-normal;
        }
    }
}


@title-layout-title-height:54/@px-unit;

.title-layout{
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    z-index: 100;
    background-color: @neutral-bg-4-normal;
    .title-layout-title{
        height: @title-layout-title-height;
        border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
        
        padding-left: 16/@px-unit;
        display: flex;
        align-items: center;
        .title-layout-title-text {
            font-size: @font-size-title-s;
            font-weight: 400;
            color:@neutral-fg-2-normal;
            margin-top: 2/@px-unit;
        }
    }
    .title-layout-content{
        width: 100%;
        height: calc(100% - @title-layout-title-height);
        overflow-y: auto;
    }
}



.widget-popover-select{

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

        .popover-item {
            padding: 0 12 / @px-unit;
            cursor: pointer;
            color: @neutral-fg-2-normal;
            font-size: 16 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            position: relative;
            max-width: 200 / @px-unit;
            overflow: hidden;
            text-wrap: nowrap;
            text-overflow: ellipsis;

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

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

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

    .horizontal{

    }
    .vertical{

    }
}

.label-input-list{
    
    line-height:0px !important;
    .input-list-item{
        display: flex;
        align-items: center;
        margin-bottom: 16 / @px-unit;
        &:last-child{
            margin-bottom: 0;
        }
        .ui5-margin-wrapper-item{
            display: flex;
        }
    }
}
.ant-space {
  display: flex;
}


@supports (gap: 8px) {
  .ant-space {
    gap: var(--space-size, 8px); 
  }
  .ant-space .ant-space-item {
    margin: 0 !important; 
  }
}


@supports not (gap: 8px) {
  .ant-space {
    gap: 0 !important; 
  }
  .ant-space .ant-space-item {
    margin-right: var(--space-size, 8px); 
    margin-bottom: var(--space-size, 8px); 
  }
  .ant-space .ant-space-item:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

.search-input {
    .label-normal-wrapper {
        width: 100% !important;
    }
    .cus_panel {
      height:0!important;
    }
}


.dropdown-button {
    .ant-btn{
        height: 32 / @px-unit;
        border-radius: 4/@px-unit 0 0 4/@px-unit;
        font-size: 14 / @px-unit;
        & > .anticon {
            font-size: 14 / @px-unit;
        }
    }
    .ant-btn-compact-first-item{
        padding: 0 8/@px-unit;
        display: flex;
        align-items: center;
        svg {
            font-size: 20/@px-unit;
            margin:0 4/@px-unit;
            path {
                fill:currentColor;
            }
        }
        
        & > .anticon {
            font-size: 20 / @px-unit;
        }
    }
    .ant-dropdown-trigger {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 4/@px-unit 4/@px-unit 0;
        path {
            fill:currentColor;
        }
    }
    
    .ant-btn-icon-only {
        width: 32 / @px-unit;
        height: 32 / @px-unit;
    }
}


.ui5-margin-wrapper {
    display: inline-flex;
    >div:not(:last-child) {
        margin-right: 12 / @px-unit;
    }
}

.list-options {
    .list-item {
        width: 100%;
        height: 36/@px-unit;
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 0 8 / @px-unit;

        &.active {
            background: @brand-bg-2-selected !important;
        }

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

        .cus_panel {
            &:first-child {
                margin-right: 8 / @px-unit;
            }
        }

        .list-item-title {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            flex: 1;
        }
        .list-item-title-edit {
            border:1/@px-unit solid @neutral-stroke-1-normal;
            border-radius: 4/@px-unit;
            padding: 4/@px-unit 8/@px-unit;
        }
    }

    .list-group {
        .list-group-header {
            height: 40 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;
            display: flex;
            align-items: center;
            color: @neutral-fg-3-normal;
            font-size: 16/ @px-unit;
            font-weight: 400;
            line-height: 24/ @px-unit;
        }

        .list-group-content {
            padding: 16 / @px-unit 0 24 / @px-unit 0;
        }
    }

}


.layout-sider {
    background: @neutral-bg-6-normal;
    position: relative;
    transition: all 0.2s;
    .sider-children{
        overflow: visible!important;
        height: 100%;
    }
    .sider-content-wrapper{
        height: 100%;
        display: flex;
        position: relative;
    }
    .sider-content{
        overflow: hidden;
        transition: all 0.2s;
    }
    
    &.horizontal{
        & > .sider-children > .sider-content-wrapper {
            & > .sider-line{
                width: 1 / @px-unit;
                height: 100%;
                background: @neutral-stroke-2-normal; 
            }
            
            .siderBtn(){
                & > .sider-btn{
                    cursor: pointer;
                    width: 16 / @px-unit;
                    height: 65 / @px-unit;
                    border-top-right-radius: 30 / @px-unit;
                    border-bottom-right-radius: 30 / @px-unit;
                    background: @neutral-bg-1-hover-2; 
                    display: flex;
                    justify-content: center;