
  .labelText-wrapper {
    width: 90px;
  }

  .ant-radio-button-wrapper {
    span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }
  }
}

.cutPanel_rangePicker {
  @media screen and (max-width: 1280px) {
    min-width: 240 / @px-unit;
  }
}









.direct-label {
  width: 66 / @px-unit !important;
}

.direct-wrap {
  width: 110 / @px-unit !important;
}


._ChannelList_ {
    height: 100%;
    .channel-tree {
        .channel-group-header{
            .channel-group-header-right{
                display: none;
            }
            &:hover{
                .channel-group-header-right{
                    display: flex;
                }
            }
        }
        .channel-item {
            .channel-item-btn{
                margin-right: 4 / @px-unit;
            }
            .channel-item-btn.arrow {
                margin-right: 8 / @px-unit;
                min-width: 24 / @px-unit !important;
                display: none;
            }
            .channel-item-btn.sm{
                min-width: 32 / @px-unit !important;
            }
            &:hover {
                .channel-item-btn.arrow {
                    display: inline-flex;
                }
            }
        }
    }
}

.group-manage-model {
    width: 1280 / @px-unit !important;
    height: 85%;

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

        .ant-modal-body {
            height: calc(100% - 120px);
            padding: 0;
        }
    }
}

.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;
    }

}



.header-homeBack{
    cursor: pointer;
    
}


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

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



._Backup_ {
    .title {
        width: 100%;
        margin-top: 8/ @px-unit;
        margin-bottom: 4/ @px-unit;
        line-height: 24 / @px-unit;
        font-size: 14 / @px-unit;
        color: @neutral-fg-3-normal;
    }

    .layout-sider .sider-content {
        background-color: @neutral-bg-4-normal;
        display: flex;
        flex-direction: column;

        ._TypeSelector_ {
            height: auto !important;
            display: block;
        }

        .channel-list {
            flex: 1;
            overflow: hidden;
            position: relative;
            .backup-channel-list{
                height: 100%;
            }
        }

        .bottom-content {
            padding: 8/ @px-unit 16/ @px-unit;
            border-top: 1/@px-unit solid @neutral-stroke-2-normal;

            .search-btn {
                width: 100%;

                .ant-btn {
                    width: 250/ @px-unit;
                }
            }
        }
    }
}



.colorLevel (@level, @color) {
      path:nth-child(@{level}) {
        fill: @color;
      }
  }
.cus_panel{
    .deviceStatus{
        width: 8 / @px-unit;
        height: 8 / @px-unit;
    }

    
    .suffixSearch{
        width: 20 / @px-unit;
        height: 20 / @px-unit;
    }
    
    .anpr, 
    .audioDetection,
    .camExternalAlarm,
    .crowdDistri, 
    .elevatorDetect, 
    .faceDetection, 
    .faceRecognition,
    .fisheye,
    .highTossDetection,
    .ivs,
    .objectDetection,
    .peopleCounting,
    .personnelDetection,
    .phoneCallDetection,
    .portraitDetection,
    .smartGate,
    .smartTrack,
    .smd,
    .smokeDetection,
    .soundDetection,
    .stereoBehavior,
    .videoMetadata {
        .colorLevel(1, @brand-stroke-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }

    
    .aiPlan,
    .accessControlAlarm,
    .ExactSearch,
    .ppeDetection, 
    .thermalAlarm, 
    .videoDetection,
    .videoTalk {
        .colorLevel(1, @neutral-fg-3-normal);
        .colorLevel(2, @brand-stroke-1-normal);
    }

    .camOffline {
        .colorLevel(1, @status-error-fg-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }
    
    .videoException {
        .colorLevel(1, @status-warning-fg-1-normal);
        .colorLevel(2, @neutral-fg-3-normal);
    }
    .subMap,
    .subMap_start,
    .subMap_end {
        .colorLevel(1, @white);
        .colorLevel(2, @brand-stroke-1-normal);
    }
    
    &.disabled_icons{
        .delete_icon{
            .colorLevel(1, @neutral-fg-disabled)
        }
    }
    &:not(.disabled_icons){
        .delete_icon{
            .colorLevel(1, @neutral-fg-2-normal)
        }
    }
}

._IntelligentTrack_ {
    
    display: flex;
}


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

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


._UrgentRecord_ {
    
    
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor {
    cursor: pointer;
    &:hover {
        color: @neutral-fg-2-normal;
    }
}


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


._IntelliRuleBtn_ivs-color {
    
}





@triangle-width: 400 / @px-unit;
@triangle-height: 168 / @px-unit;
@triangle-radius: 8 / @px-unit;
@triangle-margin-horizontal: 20 / @px-unit;
@triangle-margin-bottom: 40 / @px-unit;
@triangle-application-left-width: 200 / @px-unit;
@triangle-setting-left-width: 278 / @px-unit;
@triangle-container-width: 70 / @px-unit;
@triangle-line-width: 48 / @px-unit;
@triangle-line-height: 4 / @px-unit;
@triangle-line-radius: 2 / @px-unit;
@triangle-gap: 8 / @px-unit;
@triangle-padding-left: 28 / @px-unit;
@triangle-title-width: 176 / @px-unit;
@triangle-title-font-size: 22 / @px-unit;
@triangle-title-line-height: 30 / @px-unit;



@bg-color: @neutral-bg-transparent-disabled;
@bg-hover-color: @neutral-bg-transparent-disabled;
@left-bg-color: @neutral-bg-transparent-normal;
@left-hover-bg-color: @neutral-bg-transparent-hover;
@line-color: @neutral-stroke-1-normal;
@line-hover-color: @brand-stroke-1-hover;
@title-color: @neutral-fg-1-normal;



.triangle, .triangle-application {
    overflow: hidden;
    width: @triangle-width;
    height: @triangle-height;
    margin: 0 @triangle-margin-horizontal @triangle-margin-bottom;
    display: flex;
    border-radius: @triangle-radius;
    position: relative; 
    cursor: pointer;
    .triangle-left {
        width: @triangle-application-left-width;
        height: 100%;
        border-radius: @triangle-radius 0 0 @triangle-radius;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: @triangle-gap;
        padding-left: @triangle-padding-left;
        
        &-title {
            width: @triangle-title-width;
            font-size: @triangle-title-font-size;
            font-weight: 700;
            opacity: 1;
            line-height: @triangle-title-line-height;
            white-space: pre-wrap;
        }
        
        &-line {
            width: @triangle-line-width;
            height: @triangle-line-height;
            border-radius: @triangle-line-radius;
            transition: background-color 0.3s ease-in-out;
        }
    }
    .triangle-container {
        width: @triangle-container-width;
        height: 100%;
        position: relative;
        .triangle-top-left {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
              border-top: 168 / @px-unit solid @neutral-bg-4-hover; 
              border-right: @triangle-container-width solid transparent;
        }
    } 
    .triangle-icon {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }
}

.triangle-color {
    background-color: @bg-color;
    .triangle-left {
        background-color: @left-bg-color;
           &-title {
              color: @title-color;
           }
           &-line {
              background-color: @line-color;
           }
    }
    .triangle-container {
        .triangle-top-left {
            border-top-color:  @left-bg-color;
        }
    }
    &:hover {
        background-color: @bg-hover-color;
        .triangle-left {
            background-color: @left-hover-bg-color;
            &-line {
                background-color: @line-hover-color;
            }
       }
       .triangle-container {
            .triangle-top-left {
                border-top-color: @left-hover-bg-color;
            }
       }
    }
}

.triangle[data-theme = 'light'] {
  &:hover {
     box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  }
}


.triangle-setting {
    height: 154 / @px-unit;
    .triangle-left {
        width: @triangle-setting-left-width;
        padding-left: 24 / @px-unit;
        justify-content: flex-start;
        padding-top: 28 / @px-unit;
        &-title {
            font-size: 18 / @px-unit;
            line-height: 26 / @px-unit;
            white-space: pre-wrap;
        }
        &-submenu {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            margin-top: 20 / @px-unit;
            gap: 12 / @px-unit;
            .triangle-left-submenu-text {
                font-weight: 400;
                width: 120 / @px-unit;
                font-size: 14 / @px-unit;
                line-height: 22 / @px-unit;
                color: @neutral-fg-3-normal;
                white-space: nowrap;
                cursor: pointer;
                &:hover {
                  color: @brand-fg-1-hover;
                }
                &:active {
                    color: @brand-fg-1-active;
                }
            }
        }
        &-line {
            display: none;
        }
    }
    .triangle-container {
        .triangle-top-left {
            border-top-width: 154 / @px-unit;
        }
    } 
    .triangle-icon { 
        width: 108 / @px-unit;
        height: 140 / @px-unit;
        right: 8px;
        top: 7px;
    }
}


._PicturePlay_{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20/@px-unit 0;
    &box {
        display: flex;
        align-items: center;
        justify-content: left;
        cursor: pointer;
        border: 1px solid @neutral-stroke-1-normal;
        background-color: @neutral-bg-2-normal;
        color:@neutral-fg-2-normal;
        width: 210/@px-unit;
        height:32/@px-unit;
        padding: 0!important;
        >span:nth-of-type(1){
            margin: 0 30/@px-unit 0  10/@px-unit ;
        }
    }
    &text {
        width: 124/@px-unit;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}


.PicturePlayWinPreviewWarp{
    .ant-modal {
        
        width: 449px !important;
    }
}


.home_settingBtn{
    .cus_icons{
        margin: 0 15/@px-unit !important;
    }
}



._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;
        }
    }
}


.languageDropMenu {
    min-width: 130/@px-unit !important;
}

.task_languageBtn{
    min-width:50/@px-unit ;
    .cus_icons{
        .svgHover(@brand-bg-1-hover);
    }
}



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

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

}


.VoiceBroadcastModal {
    .ant-modal-body {
        padding: 0 24 / @px-unit 0 24 / @px-unit;
    }
    .ant-modal-footer {
        border-top: 0;
    }
    ._Table_ {
        padding-top: 12 / @px-unit;
    }
    .footer-btn {
        text-align: center;
    }

    .bindChannels-text {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}


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

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



._TalkAndSoundNew_ {

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

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


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

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

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


    }


}

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

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

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

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

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

.audioTalk_ToolTip{
    max-width: 400 / @px-unit !important;
    width: 400 / @px-unit;
}


@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;
            width: auto !important;
            height: auto !important;
          }
        }
      }

      .ant-menu-submenu{
        .ant-menu-sub{
          .ant-menu-item{
            padding-left: 40 / @px-unit !important;
          }
        }
      }

      .ant-menu-title-content{
        display: flex;
        align-items: center;
        .menu-icon{
          .anticon{
            font-size: inherit!important;
          }
        }
        .infoBadge{
          .ant-badge-count-sm{
            right: 0px;
            margin-top: 0px !important;
            left: -5px;
            top: -10px
          }

        }

        .native-tooltip{
          max-width: calc(100% - 52px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        
        >span:not(.ant-badge){
          width: calc(100% - 72px); 
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: flex;
          align-items: center;
          .native-tooltip{
            display: inline-block;
            max-width:90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
          .infoBadge{
            .ant-badge-count-sm{

            }
          }
        }

      }

      .ant-menu-submenu-title{
        .ant-menu-submenu-arrow{
          width: 12 / @px-unit;
          right: 8 / @px-unit;
        }
      }
    }
  }
}

._ColSideView_ {
  display: flex;
  min-width: auto;
}


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

  @collapseHeaderHeight: 48 / @px-unit; 

  
  .ant-collapse {
    border: none;
    height: 100%;

    .ant-collapse-item {
      height: 100%;
    }

    .ant-collapse-header {
      padding-top: 0 / @px-unit;
      padding-bottom: 0 / @px-unit;
      border-radius: 0 !important;
      background: @neutral-bg-4-hover;
      height: @collapseHeaderHeight;

      cursor: default;
    }

    .ant-collapse-header-text {
      color: @neutral-fg-2-normal;
      font-size: 18 / @px-unit;
      font-weight: 400;
      line-height: 26 / @px-unit;
      display: flex;
      align-items: center;
      height: 100%;
    }

    .ant-collapse-content {
      height: calc(100% - @collapseHeaderHeight);
      overflow-y: scroll;
      scrollbar-gutter: stable;
    }

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

  }

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

    .panel-header-left {
      display: flex;
      align-items: center;

      .panel-header-checkbox {
        width: 28 / @px-unit;
        height: 26 / @px-unit;
      }

      .panel-header-title {
        display: flex;
        align-items: center;
        width: 176 / @px-unit;
        font-size: @font-size-title-s;
        &.single-select{
          width: 195 / @px-unit;
        }
      }
    }
  }

  .panel-row-btn {
    margin-right: 4 / @px-unit;
  }

  .channel-tree {
    .channel-group {
      .channel-group-header {
        margin-right: 0 !important;
      }

      .channel-item {
        margin-right: 0;
      }
    }
  }

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

  .playback_channel_none {
    display: none;
  }
}


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

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

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

    }

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

    &number_wrapper {
        display: flex;
    }

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

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

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


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


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


}



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

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



.modal-content {

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

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

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

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

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

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

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

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

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


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


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

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

                }

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

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

            }

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

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

        }

    }


}


.template-card-swrap {
    position: relative;

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

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

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

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

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

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

    
    
            .template-card-top-swrap {
                flex: 1;
                height: 74/ @px-unit;
                overflow: hidden;
                .image-panle {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background: @neutral-bg-5-normal;
                    .DefaultImgClass{
                        object-fit: contain;
                    }
                }
    
                .svg-panle {
                    background: @neutral-bg-4-hover;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    .cus_panel{
                        width: auto!important;
                        height: auto!important;
                    }
                 
                }
            }
    
    
            .left {}
    
            .center {
                margin-left: 60 / @px-unit;
            }
    
            .right {}
        }
    
        
        .template-card-top-no-center {
            display: flex;
            padding: 4 / @px-unit;
            position: relative;
    
            .template-card-top-warapper {
                display: flex;
                flex: 1;