
        .channel-group-header-left {
            display: flex;
            align-items: center;
            width: 100%;
            
            &.group-behind {
                width: calc(100% - @GroupBehindWidth);
            }
        }


        .channel-group-header-right {
            display: flex;
        }

        .channel-group-arrow {
            transform: rotate(-90deg);

            &.arrow-active {
                transform: rotate(0deg);
            }
        }



        .ant-checkbox-wrapper {
            margin-left: 4 / @px-unit;
        }

        .channel-group-folder {
            margin-left: 4 /@px-unit;

        }

        .channel-group-title {
            color: @neutral-fg-2-normal;
            font-size: 14 / @px-unit;
            font-weight: 400;
            line-height: 24 / @px-unit;
            padding-left: 4 / @px-unit;
        }

        .channel-item {
            padding-left: 52 / @px-unit;
            margin-right: 8 / @px-unit;
            padding-right: 0;
        }

        .channel-group-content.close {
            height: 0;
            overflow: hidden;
        }
    }
}

.channel-icon-name {
    .icon-name('auto')
}


.sort-button-group {
    display: flex;

    &>* {
        margin: 0 !important;
    }

    &>:first-child button {
        border-top-left-radius: 4/ @px-unit;
        
        border-bottom-left-radius: 4/ @px-unit;
        
    }

    &>:last-child button {
        border-top-right-radius: 4/ @px-unit;
        
        border-bottom-right-radius: 4/ @px-unit;
        
    }

    &>:not(:first-child) {
        position: relative;
        margin-left: -1/ @px-unit !important;
    }

}


@expandContentOffset: 114 / @px-unit;

.mixin() {
    .label-normal-container {
        padding: 0 !important;
    }

    .label-normal {
        width: 100% !important;
    }
    .component-content{
        width: 100%;
        margin-bottom: 16 / @px-unit;
        .label-div-Container {
            width: 100%;
        }
        .labelContainer {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
    
            .label-content {
                width: 100% !important;
                flex: none;
                height: 22 / @px-unit;
                line-height: 22 / @px-unit;
            }
    
            .wrap-content {
                flex: 1 1 auto;
                width: 1/ @px-unit !important;
                min-width: 45%;
                max-width: 100%;
            }
        }
    }
    .half-width {
        flex: none;
        width: 45%;
        margin-right: 5%;
    }
    
}

._TypeSelector_ {
    width: 100%;
    position: relative;
    height: 100%;

    .content {
        .mixin();
        display: flex;
        flex-direction: column;
        padding: 16 / @px-unit;
        display: block;

        .item-list {
            
            flex:1;
            display: flex;
            flex-wrap: wrap;
            align-content: flex-start;
            
            .label-div-Container {
                width:100%;
                .date-range-picker {
                    width:100%;
                    .dateRangePicker-content-wrapper{
                        width:100% !important;
                    }
                }
            }
        }
    }

    .expandBtn {
        height: 24 / @px-unit;
        color: @brand-fg-1-normal;
        line-height: 24 / @px-unit;
        margin-top: 16 / @px-unit;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        align-items: center;

        .more-icon {
            .svgOut(@brand-fg-1-normal);
        }

        &:hover {
            color: @brand-fg-1-hover;
            .more-icon {
                .svgOut(@brand-fg-1-hover);
            }
        }
    }
}

._TypeSelector_popover {
    left: 369/ @px-unit !important;
    top: 0 !important;
    width: 0;
    z-index: 0;

    .ant-popover-arrow {
        display: none;
    }

    .ant-popover-inner {
        visibility: hidden;
    }

    .expand-content {
        .mixin();
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        visibility: visible;
        overflow-x: hidden;
        position: absolute;
        background-color: @neutral-bg-4-normal;
        
        overflow-y: auto;
        height: calc(100vh - @navMenuHeight);
        width: 304/ @px-unit;
        padding: 16 / @px-unit;
        left: 100%;
        
        top: @navMenuHeight;
    }
}


.pro-card {
    position: relative;
    border-radius: 0;

    &.active {
        border-color: @brand-stroke-1-normal;
    }

    .ant-card-body {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;

        .card-header {
            height: 32/ @px-unit;
            padding: 0 8/@px-unit;
            width: 100%;
            background: @neutral-stroke-2-normal;
            border-bottom: 1/ @px-unit solid @neutral-stroke-2-normal;
        }

        .card-center {
            flex: 1;
            padding: 4 / @px-unit;
            display: flex;

            .card-cover {
                width: 140 / @px-unit;
                min-width: 140 / @px-unit;
                height: 100%;
                background: @neutral-bg-5-normal;
                margin-right: 4 / @px-unit;
                position: relative;

                
                &-2 {
                    width: 100%;
                    display: flex;
                    .ant-image {
                        &:last-child{
                            margin-left: 8 / @px-unit;
                        }
                    }
                }

                .ant-image {
                    height: 100%;
                    width: 100%;

                    img {
                        object-fit: contain;
                    }
                }

                .cover-tag {
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    margin-left: -60/ @px-unit;
                    width: 120 / @px-unit;
                    height: 22 / @px-unit;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 14/ @px-unit;

                    &.AllowName {
                        background: url('/static/media/whitelistBg.png') no-repeat center / 100% 100%;
                        color: @status-success-fg-1-normal;
                    }

                    &.BlockList {
                        background: url('/static/media/blacklistBg.png') no-repeat center / 100% 100%;
                        color: @status-error-fg-1-normal;
                    }
                }
            }

            .card-content {
                flex: 1;
                width: 100%;
                width: 0;

                .card-content-list {
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }

                .content-list-item {
                    display: flex;
                    align-items: center;
                    @IconWidth: 32 / @px-unit;

                    .list-icon {
                        min-width: @IconWidth
                    }

                    .label-div-Container {
                        width: calc(100% - @IconWidth);
                    }
                }
            }
        }

        .card-bottom {
            height: 32 / @px-unit;
            width: 100%;
            background: @neutral-bg-4-hover;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 12 / @px-unit;

            &>div {
                color: @neutral-fg-2-normal;
                font-size: 14/ @px-unit;
            }
        }

        .card-actions {
            height: 32 / @px-unit;
            width: 100%;
            background: @neutral-bg-4-hover;
            justify-content: flex-end;
            align-items: center;
            padding: 0 12 / @px-unit;
            position: absolute;
            bottom: 0;
            left: 0;
            display: none;
        }

        .position-checkbox {
            position: absolute;
            line-height: 0;
            left: 8 /@px-unit;
            top: 8 /@px-unit;
            z-index: 9;
        }

        &:hover {
            .card-actions {
                display: flex;
            }
        }


    }


}


.action-sort-button {
    height: 32 / @px-unit !important;
    padding: 0 0 0 8/ @px-unit !important;
    border-radius: 0;
    .labelText-wrapper {
        height: 32 / @px-unit !important;
    }
    .order-icon {
        &.Ascent-order-icon {
            path:nth-child(1) {
                color: @brand-fg-1-normal;
            }
        }
        &.Descent-order-icon {
            path:nth-child(2) {
                color: @brand-fg-1-normal;
            }
        }
    }

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


.route-modal{
    width: 100%;
    height: 100%;
    
    position: absolute;    
    left: 0;
    top: 0;
    z-index: 100;
    background-color: @neutral-bg-4-normal;
    .route-modal-tab{
        height: 50/@px-unit;
        border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
        line-height: 50/@px-unit;
        padding-left: 16/@px-unit;
    }
    .route-modal-page{
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 100/@px-unit;
    }
}



._NewSchedule_Component_ {
    .main-container {
        .dayplan {
            background-color: @neutral-bg-4-normal;
            .track {
                &.whiteMode{
                    background: @status-yellow-fg-1-normal;
                }
            }
        }
        
        
        
        
        
        
        
        
        
    }
     
     .schedule-ruler-wrapper {
        .schedule-ruler-slot {
            .schedule-rule-slot-content {
                display: flex;
                justify-content: flex-start;
            }
        }
    }
    .button-container {
        .default-btn {
            margin-right: 20 / @px-unit;
        }
        
        .delete-btn {
            display: none;
        }
    }
    .header {
        .status-container {
            .circle {
                &.whiteMode{
                    background: @status-yellow-fg-1-normal;
                }
            }
            .status-wrapper {
                &.compact-status-wrapper-disabled {
                    color: @neutral-fg-disabled;
                }
            }
        }
    }
    
    .ant-btn-link[disabled],
    .ant-btn-link[disabled]:hover,
    .ant-btn-link[disabled]:focus,
    .ant-btn-link[disabled]:active {
        color: @neutral-fg-disabled;
    }
}


.schedule-week-iconstyle {
    display: flex;
    justify-content: left;
    align-items: center;
    & > span {
        margin-left: 10 / @px-unit;
    }
}


.track-time-popover {
    .ant-popover-content {
        .ant-popover-inner {
            padding: 0;
        }
    }
}

.track-time-hover-popover {
    .ant-popover-content {
        .ant-popover-inner {
            padding: 0;
        }
    }
}

.schedule-model-wrap {
    display: flex;
    .schedule-plan-list {
        width: 200 / @px-unit;
        border-right: 1px solid @neutral-stroke-2-normal;
        .title {
            height: 48 / @px-unit;
            display: flex;
            align-items: center;
            background-color: @neutral-bg-4-hover;
            border-bottom: 1px solid @neutral-stroke-2-normal;
        }

        .schedule-item {
            height: 36 / @px-unit;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .schedule-item:hover {
            background-color: @neutral-bg-1-hover-1;
        }
        .schedule-item-active {
            background-color: @brand-bg-2-selected;
        }
        .schedule-label {
            width: 160 / @px-unit;
            display: flex;
            align-items: center;
            padding: 0 16 / @px-unit;
        }
        .schedule-icon {
            width: 40 / @px-unit;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 4 / @px-unit;
        }
    }
    .schedule-panel {
        width: 100%;
    }
}



._Eptz_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    .eptz_switch{
        padding: 10/@px-unit;
        .label-normal-container {
            display: flex;
        }
    }
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        width: 100%;
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        .label-div-Container{
            width: 100%;
            .label-normal-container {
                width: 100%;
                .select{
                    width: 100% !important;
                }
            }
        }
    }
    &item{           
        margin: 6/@px-unit;
    }
    .item-disabled{
        cursor:not-allowed;
    }
    .range-content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;

        .ant-input-number-handler-wrap{
            display: none;
        }

        input {
            padding: 0 5px;
        }
    }
}

.GraphCanvas{    
    display: inline-block;
    position: relative;
    
    
    
    
    .leftOcx{
        width: 100%;
        height: 100%;
    }

    .canvas-stage-wrap{
       position: relative;
        .canvas-lib-stage{
            position:absolute;
            top: 0;
            left: 0;
            z-index: 999;
        }
    }
}


._WinSecAuth_ {
    width: 600/@px-unit !important;
    .ant-modal-footer {
        padding: 5/@px-unit 16/@px-unit 50/@px-unit 16/@px-unit;
        .label-normal-container {
            float: right;
            margin-left: 30/@px-unit;
        }
    }

    .pd-default > svg path:first-child{
        fill:none !important; 
    }
}



.ImportModal {
    .ant-modal-body {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .ant-modal-footer{
        .ImportModalFooter{
            display: flex;
            justify-content: flex-end;
        }
    }
    ._ExperienceBaseImport_ {

        .stepListContainer {
            padding: 20 / @px-unit 410 / @px-unit;
            border-bottom: 1 / @px-unit solid @neutral-stroke-2-normal;

            .ant-steps-item-title {
                color: @neutral-fg-3-normal !important;
            }
            .ant-steps-item-active .ant-steps-item-title {
                color: @neutral-fg-2-normal !important;
            }

            .ant-steps-item-finish .ant-steps-item-icon {
                background-color: transparent !important;
            }
            .ant-steps-item-wait .ant-steps-item-icon {
                background-color: transparent !important;
                border-color: @neutral-stroke-2-normal !important;

                .ant-steps-icon {
                    color: @neutral-fg-3-normal !important;
                }
            }
        }

        .stepMain {
            position: relative;
            min-height: 600 / @px-unit;
            height: 600 / @px-unit;
        }

        .ImportModalFooter {
            display: flex;
            justify-content: flex-end;
        }
    }
}



.MaterialSelection {
    width: 100%;
    height: 100%;
    position: relative;
    &.hidden{
        height: 0;
        overflow: hidden;
    }


    
    .target-list{
        padding: 20 /@px-unit;
        height: 100%;
        overflow-y: auto;
        position: relative;
        .item-card{
            width: 290/@px-unit;
            height: 176/@px-unit;
            margin-bottom: 16/@px-unit;
            position: relative;
            margin-right: 16/@px-unit;
            border: 1/@px-unit solid @neutral-stroke-2-normal;
            float: left;
            &:hover{
                border-color: @brand-stroke-1-normal;
            }
            .item-card-img{
                width: 100%;
                height: 142/@px-unit;
                background: @neutral-bg-5-normal;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
            .item-card-bottom{
                width: 100%;
                height: 32/@px-unit;
                background: @neutral-bg-4-hover;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                padding: 0 12/@px-unit;
            }
            .item-card-checkbox{
                position: absolute;
                left: 10/@px-unit;
                top: 10/@px-unit;
            }
        }
    }

    
    .gallery-list-wrapper{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        z-index: 1000;
        background: @neutral-bg-3-normal;
        .gallery-list-header{
            border-bottom: 1/@px-unit solid @neutral-stroke-2-normal;
            padding: 12/@px-unit 24/@px-unit;
        }
        .gallery-list-content{
            flex: 1;
            overflow-y: auto;
        }
    }
    .gallery-list{
        display: flex;
        flex-wrap: wrap;
        padding: 24 / @px-unit;
        .item-card{
            width: 290/@px-unit;
            height: 174/@px-unit;
            margin-bottom: 16/@px-unit;
            position: relative;
            margin-right: 16/@px-unit;
            border: 1/@px-unit solid @neutral-stroke-2-normal;
            &:hover{
                border-color: @brand-stroke-1-normal;
            }
            .item-card-checkbox{
                position: absolute;
                left: 10/@px-unit;
                top: 10/@px-unit;
            }
            .item-card-img{
                width: 100%;
                height: 100%;
                background: @neutral-bg-5-normal;
                img{
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }
        }
    }
}






.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

.leaflet-tile::selection {
	background: transparent;
}

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}


.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}




.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}




.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}




.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}


.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; 
	pointer-events: auto;
	}



.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}



.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	.anticon {
		font-size: 40 / @px-unit;
	}
}




.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}



.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}




.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}




.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}




.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}




.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}




.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}



.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}



@media print {
	
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

._ElectMap_ {
    margin: auto;
}
.mapPointSvg {
    display: none !important;
	font-size: 48/@px-unit !important;
}

.leaflet-marker-icon.mapPointSvg {
    display: inline-flex !important;
}

.mapPointSvg.point_start:not(.disabled_icons) svg, .mapPointSvg.point_end:not(.disabled_icons) svg {
    path:nth-child(2) {
        fill: @markerNomal;
    }
}






.mapPointSvg.cus_panel:not(.disabled_icons) svg path:nth-child(2) {
    fill:@markerNomal;
}

.mapPointSvg.cus_panel.point_default.active:not(.disabled_icons) svg path:nth-child(2) {
    fill:@markerActive;
}













.mapPointSvg.finish:not(.disabled_icons) svg, .mapPointSvg.finish:not(.disabled_icons) svg {
    path:nth-child(2) {
        fill: @markerFinishi;
    }
}
.mapPointSvg.point_start.active:not(.disabled_icons) svg, .mapPointSvg.point_end.active:not(.disabled_icons) svg {
    path:nth-child(2) {
        fill: @markerActive;
    }
}
.mapPointSvg.cus_panel:not(.disabled_icons) svg path[data-name=point_disable] {
    fill:@markerNoTra;
}
.mapPointSvg.cus_panel:not(.disabled_icons):hover svg path[data-name=point_disable] {
    fill:@markerNoTraHover;
}
.map-popup {
    background-color: @neutral-bg-3-normal;
    color: @neutral-fg-4-normal;
	.map-popup-trac {
		max-width: 300 / @px-unit;
		min-width: 150 / @px-unit;
		word-break: break-all;
		width: max-content;

		overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-wrap: normal;
	}
}
.leaflet-tooltip {
    background-color: @neutral-bg-3-normal;
    border-color: @neutral-bg-3-normal;
}
.leaflet-tooltip-right:before {
    border-right-color: @neutral-bg-3-normal;
}
.leaflet-tooltip-left:before {
    border-left-color: @neutral-bg-3-normal;
}
.leaflet-marker-icon.cus_panel.active.leaflet-zoom-animated.leaflet-interactive {
	z-index: 1050 !important; 
}

._AlarmController_ {
    margin-top: 20 / @px-unit;
    .mode {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .textItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 6 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .radioItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            line-height: 16 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }

    .status {
        display: flex;
        align-items: center;

        .label {
            width: 150 / @px-unit;
            height: 30 / @px-unit;
            line-height: 30 / @px-unit;
        }

        .checkboxItem {
            width: 30 / @px-unit;
            height: 30 / @px-unit;
            margin: 0 7 / @px-unit 0 5 / @px-unit;
            padding: 0 !important;
        }
    }
}




._IntelliAreaRuleBtn_ivs-color {
  svg path:first-child {
    fill: @brand-fg-1-normal !important; 
  }
}

._operation_smd_ .ant-checkbox-disabled+span {
  color: inherit;
}

.groupModal{
    width: 800/@px-unit !important;
}
.tag_BtnDiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tag_RightBtnDiv {
    display: flex;
    flex-direction: row;
}
.save_Btn {
    margin-right: 10 / @px-unit;
}
.import_Result{
    display: flex;
    flex-direction: row;
}

.compliant-info-content {
    border: 1/@px-unit solid @neutral-stroke-2-normal;
    margin-top: 8/ @px-unit;
    .ant-tabs-nav {
        width: 240/ @px-unit;
        .ant-tabs-nav-list {
            .ant-tabs-tab {
                height: 38/ @px-unit;
                padding: 0/ @px-unit;
                margin: 0 !important;
                .ant-tabs-tab-btn {
                    height: 100%;
                    border: none;
                    ._CompliantInfoModal_left {
                        height: 100%;
                        .left_checkBox {
                            display: flex;
                            align-items: center;
                            height: 36/ @px-unit;

                            .ant-checkbox {
                               padding: 0;
                            }
    
                            .label-normal-wrapper {
                                height: 36/ @px-unit;
    
                                .sdd-checkbox-container {
                                    position: relative;
                                    top: -8/ @px-unit;
                                }
    
                                .ant-checkbox-inner {
                                    padding: 8/ @px-unit;
                                }
    
                            }
    
                            .label-normal-behind {
                                text-align: left !important;
                                margin-left:  4/ @px-unit;
                            }
                        }
                    }
                }
            }
            .ant-tabs-tab-active {
                background-color: @brand-bg-2-selected;
            }
        }
        .ant-tabs-extra-content {
            width: 100%;
            .tab-title {
                width: 100%;
                padding-left: 8/ @px-unit;
                height: 48/ @px-unit;
                line-height: 48/ @px-unit;
                background-color: @neutral-bg-4-hover;
                font-size: 16/ @px-unit;
                color: @neutral-fg-2-normal;
            }
        }
  
    }
   
}


._SplitScreen_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        margin: 6/@px-unit;
    }
}


._AcuPickIcon_{
    &.hide {
        display: none;
    }
    .close_icon, .target_search_icon, .area_search_icon, .search_icon {
        display: none !important;        
    }  
}

.acupick {
    &-region, &-canvas{
        width: 100%;
        height: 100%;
        position: absolute;
        &-hide {
            top: -10000 / @px-unit;
            z-index: 0;
        }
        &-show {
            z-index: 1001;
            top: 0;
            left: 0;
        }
    }
}

.flexBetween(){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hdd-modal {
  width: 1010 /@px-unit !important;
  height: 600 /@px-unit;
 
  .btn-wrap {
    .flexBetween();
    .right {
      .flexBetween();
      .label-div-Container:last-child{
        margin-left: 10/@px-unit;
      }
    }
  }
  .warning-tip{
    margin-top: 15 /@px-unit;
  }
}




._FishEye_ {
    position: relative;
    margin-bottom: 0 / @px-unit;
    
    
    
    
    &title{
        color: @neutral-fg-3-normal;
        font-size: 16 / @px-unit;
        font-weight: 400;
        line-height: 24 / @px-unit;
        text-align: left;
        -webkit-touch-callout: none; 
        -webkit-user-select: none; 
        -khtml-user-select: none; 
        -moz-user-select: none; 
        -ms-user-select: none; 
        user-select: none;
    }
    &wrap{
        padding: 8/@px-unit 0/@px-unit 16/@px-unit 0/@px-unit;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    &item{
        margin: 6/@px-unit;
    }
    .show{
        display: '';
    }
    .hide{
        display: none;
    }
  
}


.time-range-container {
  height: 36/ @px-unit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4 / @px-unit;
  
  .operation-time-icon {
    float: right;

    &:hover {
      background-color: transparent !important;
    }
  }

  .ant-btn-text {
    color: @neutral-fg-2-normal;
  }

  .labelText {
    padding-left: 4 / @px-unit;
  }
  
  
  
  
}

.time-menu-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;

  .time-menu-item {
    width: 50/ @px-unit;
    text-align: center;
    height: 32 / @px-unit;
    line-height: 32 / @px-unit;
    margin-left: 4/ @px-unit;

    &:hover {
      background-color: @brand-bg-2-selected;
    }
  }

  .time-menu-item-selected {
    background-color: @brand-bg-2-selected;
  }
}

.operation-time-icon {
  flex: none;
}


.cut-image-title {
    flex: none;
    background:none;
    display: flex;
    justify-content: space-between;
    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;
}

.cut-image {
    padding: 10 / @px-unit;
    background-color: @neutral-bg-5-normal;
    height: 224 / @px-unit;

    .upload-card {
        border: 1 / @px-unit dashed @neutral-stroke-2-normal;
        background-color: @neutral-bg-2-normal;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

        .upload-text {
            text-align: center;
            width: 100%;

            .upload-icon-content {
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
                color: @neutral-fg-2-normal;
                height: 24 / @px-unit;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .upload-tip {
                width: 100%;
                margin-top: 16 / @px-unit;
                color: @neutral-fg-4-normal;
                font-size: 16 / @px-unit;
                line-height: 24 / @px-unit;
            }
        }


        &:hover {
            border-color: @brand-stroke-1-hover;

            .upload-icon,
            .upload-icon-content {
                color: @brand-stroke-1-hover;
            }
        }
    }

    .normal-upload-card {
        height: 200 / @px-unit;
    }
}

.cut-image.containImg-cut-image {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    align-content: flex-start;

    &>* {
        width: 100/ @px-unit;
        height: 100/ @px-unit;
        margin-right: 5 / @px-unit;
        margin-bottom: 5 / @px-unit;
    }

    .image-card {
        position: relative;

        img {
            width: 100%;
            height: 100%;
        }

        .ant-checkbox {
            position: absolute;
            top: 4 / @px-unit;
            left: 6 / @px-unit;
        }

        .remove-btn {
            display: none;
            cursor: pointer;
            position: absolute;
            right: -10 / @px-unit;
            top: -10 / @px-unit;
            z-index: 999;
        }

        &:hover .remove-btn {
            display: block;
        }
    }
}

.cut-image.isExpand {