




















































































.ant-spin-blur {
    opacity: 1;
    
}
.ant-spin-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto !important;
    padding-top: 5px;
    
    
    transform: translate(-50%, 0);
    padding: 10px 10px;
}
.ant-spin-nested-loading {
    div {
        .ant-spin {
            .ant-spin-text {
                text-shadow: unset;
            }
        }
    }
}

.card-tabs{
    .ant-tabs-nav{
        margin-bottom: 16px !important;
        .ant-tabs-tab{
            padding-top: 6px !important;
            padding-bottom: 6px !important;
        }
        .ant-tabs-tab-active{
            background-color: @neutral-bg-4-normal;
        }
    } 
}



    .ant-tabs-top {
        width: 100%;
    }
    .ant-tabs-top > .ant-tabs-nav {
        margin: 0;
        
        
        
    }
    
    
    
    
    
    
    
    
    .ant-tabs-nav {
        .ant-tabs-tab-active{
            .ant-tabs-tab-btn {
                border-bottom: 1 / @px-unit solid @brand-stroke-1-normal;
            }
        }
        .ant-tabs-tab-btn {
            
            
            border: 0px;
            
            span{
                padding: 12 / @px-unit 8 / @px-unit;
            }
            
            
            
            padding: 0 5 / @px-unit;
            height: 50 / @px-unit;
            line-height: 50 / @px-unit;
            text-align: center;
        }

        
        
        
        
        
        
    }
    .ant-tabs-card {
        .ant-tabs-nav{
            .ant-tabs-tab-active{
                .ant-tabs-tab-btn {
                    border-bottom: none;
                }
            }
            .ant-tabs-tab-btn {
                height: 24 / @px-unit;
                line-height: 24 / @px-unit;
                box-sizing: border-box;
            }
        }
    }
    .ant-tabs-tab {
        padding: 0px;

        & + .ant-tabs-tab {
            margin-left: 0px;
        }
    }

    .ant-tabs-ink-bar {
        display: none;
    }


.pageMenu{
    .ant-tabs-nav{
        .ant-tabs-tab-btn{
            min-width:auto;
            padding-left:10/@px-unit;
            width: 188/@px-unit;
            height: 36/@px-unit;
            text-align: left;
            border: 0/@px-unit;
            line-height: 36/@px-unit;
            background-color: inherit;
        }
        .ant-tabs-tab-active {
            .ant-tabs-tab-btn{
                background-color: @brand-bg-2-selected;
                
            }
        }
    }
    &.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab{
        padding: 0 5/@px-unit 0 0;
    }
    &.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab{
        margin:5/@px-unit 0 0 0;
    }
    &.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane{
        padding-left: 16 / @px-unit;
    }
    
    
    
    
}

._MachineConfig_.MainPage {
    width: 100%;
}







._Table_ .ant-table-pagination{
    position: relative;
    display: block;
}
._Table_ li.ant-pagination-total-text{
    left: unset;
}


.fixButtom.ant-pagination{
    position:absolute;
    left: 0;
    bottom: @mainPagePadding;
    padding: 0 @mainPagePadding; 
    width: 100%;
    
    &.ant-table-pagination{
        margin: 0;
    }
}

._Table_ {
    width: 100%;
    padding-top: 8/ @px-unit;
    
    .ant-table-tbody > tr.ant-table-placeholder:hover > td{
        background-color: @neutral-bg-1-hover-1;
    }
    .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-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-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 {
    .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-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;
    }
}



.ChannelHubPartitionModal-wrap{
    width: 100%;
    display: flex;
    .left{
        width: 30%;
    }
    .right{
        width: 70%;
    }
    .armedStatus-icon{
        .svgOut(@status-success-fg-1-normal) !important;
    }
}


._ColorCheckGroup_ {
  display: flex;
  flex-direction: row;

  
  .color_checkbox_all_box {
    height: 28px;
    line-height: 28px;
  }

  .color-select-panel {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .color-select-item {
    width: 10 / @px-unit;
    height: 10 / @px-unit;
    background-color: red;
    margin-right: 4/ @px-unit;
  }

  .color-select-alarm {
    background-color: @alarm !important;
  }

  .color-select-general {
    background-color: @general !important;
  }

  .color-select-detect {
    background-color: @detect !important;
  }

  .color-select-ivs {
    background-color: @ivs !important;
  }

  .color-select-pos {
    background-color: @pos !important;
  }

  .color-select-card {
    background-color: @card !important;
  }



  
  
  
  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  

  
  
  
  
  

  .label-switch-content {
    margin-right: 10 / @px-unit;

    
    .ant-switch {
      .ant-switch-handle::before {
        background: url('/static/media/off.png') 0 / auto 100%;
      }
    }

    .ant-switch-checked .ant-switch-handle::before {
      background: url('/static/media/on.png') 0 / auto 100%;
    }

    display: flex;

    .label-normal-wrapper {
      width: auto !important;
    }

    .sdd-swtich-contianer {
      margin-right: 8 / @px-unit;
    }

    .alarm {
      .ant-switch-checked {
        background-color: @alarm !important;
      }
    }

    .general {
      .ant-switch-checked {
        background-color: @general !important;
      }
    }

    .detect {
      .ant-switch-checked {
        background-color: @detect !important;
      }
    }

    .ivs {
      .ant-switch-checked {
        background-color: @ivs !important;
      }
    }

    .pos {
      .ant-switch-checked {
        background-color: @pos !important;
      }
    }

    .card {
      .ant-switch-checked {
        background-color: @card !important;
      }
    }
  }
}


.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;
  }
}

@keyframes arcSlideUpIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.8;
    }
}
.iconDropBtn {
    background-color:@neutral-bg-6-1-normal;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: @navMenuLineHeight;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4/@px-unit;
    padding: 1 / @px-unit 4 / @px-unit;

    &:hover{
        background-color: @neutral-bg-1-hover-2;
        
        
        
        
    }
    .cus_panel{
        margin-left: 0 !important;
        margin-right: 4 / @px-unit;
    }
    span{
        color: @neutral-fg-2-normal;
        
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
.iconDropMenu {
    
    min-width: 200/@px-unit !important;
    border: 1px solid @neutral-stroke-2-normal;
    pointer-events:auto !important;
    .cus_icons{
        font-size: 30/@px-unit;
        vertical-align:middle;
        margin-right: 15/@px-unit;
    }
    .ant-dropdown-menu-item{
        padding: 0 ;
        
    }
    .iconDropitem_name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: flex;
        align-items: center;
        width: 100%;
        &:hover {
           color:@neutral-fg-2-normal;
            svg{
                fill:@neutral-fg-2-normal;
            }
        }
    }
}
.iconDropitem {
    display: flex;
    align-items: center;
}
.centerItem{
    justify-content: center;
}



.site-calendar-demo-card {