       
#map{
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 0;
    right: 0;
}
.map-drop{    
    position: absolute !important;
    top: 15px;
    right: 55px;
    z-index: 1110;
    background-color: #ffffff;
}
.map-drop .btn{
    width: 35px;
    height: 35px;
    padding: 6px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-drop .btn:hover{
    background-color: #f2f2f2
}
.map-drop .dropdown-menu{
    width: 285px;
    padding: 10px;
    /* max-height: 220px;
    min-height: 120px;
    overflow: auto; */
}
.map-drop .dropdown-menu li {
    width: 33.3%;
    float: left;
}
.map-drop .dropdown-menu li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    justify-content: center;
    border-radius: 4px;
}
.map-drop .dropdown-menu li a:hover{
    background-color: #dbeeff;
}
.map-drop .dropdown-menu li a img {
    width: 36px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.map-drop .dropdown-menu li a span {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
    text-align: center;
    /* height: 30px; */
    width: 100%;
	font-weight: 500;
}
.leaflet-draw-toolbar{
	margin-bottom: 55px;
}
.leaflet-draw-toolbar a{
	background-color: #fff !important;
}

.full-screen{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1110;
}
.plus-minus-icon{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1110;
    height: 57px;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    border-radius: 4px;
    background-color: #fff;
    padding: 2px;
}
.plus-icon{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.plus-icon::after{
    content: "";
    display: inline;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: -1px;
}
.minus-icon{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-icon{
    position: absolute;
    bottom: 96px;
    right: 12px;
    z-index: 1110;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    border-radius: 2px;
    background-color: #fff;
    padding: 6px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.home-icon:hover{
    background-color: #f2f2f2;
 }
 .polygon-icon{
    position: absolute;
    bottom: 165px;
    right: 12px;
    z-index: 1110;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    border-radius: 2px;
    background-color: #fff;
    padding: 6px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .identifier-icon{
    position: absolute;
    bottom: 130px;
    right: 12px;
    z-index: 1110;
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
    border-radius: 2px;
    background-color: #fff;
    padding: 6px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
.full-screen-icon{
    padding: 6px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 0;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}
.full-screen-icon:hover{
    background-color: #f2f2f2
}
.map-drop.dropleft .dropdown-toggle::before {
    content: none;
}
.leaflet-touch .leaflet-bar a {
    margin-top: 4px;
    border-radius: 2px;
}
.leaflet-touch .leaflet-bar a:hover {
    color: #000;
}
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}
.orglayers{display:none;}

/********************************************/
/*custom modal*/
/********************************************/
.cust-m-modal {
	background-color: #ececec;
	display: none;
	position: absolute;
	z-index: 1112;
	top: 10px;
	left: calc(63% - 400px);
	border-radius: 4px;
	overflow: hidden;
	width: 415px;
}
.cust-m-modal-head{
	cursor:move;
}
.cust-m-modal h5 {
	color: #000;
	background-color: #f3f3f4;
	padding: 10px 10px;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	position: relative;
}
.cust-m-modal h5 span{
	cursor: pointer;
	width: 24px;
	background-color: #28bad6;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	position: absolute;
	right: 7px;
	top: 7px;
	bottom: 7px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cust-m-modal-body {
	padding: 10px 2px;
}
.cust-m-modal-body .nav-tabs{
	margin-bottom: -2px;
}
.cust-m-modal-body .nav-tabs .nav-item {
	flex: none;
}
.cust-m-modal-body .nav-tabs .nav-link.active:hover, .cust-m-modal-body .nav-tabs .nav-link.active {
	background-color: #ffffff !important;
	border-bottom-color: #fff !important;
}
.cust-m-modal-body .nav-tabs .nav-link, .cust-m-modal-body .nav-tabs .nav-link:hover {
	margin: 0;
	width: auto;
	box-shadow: none;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	border: 1px solid #bec3c8 !important;
	border-radius: 3px 3px 0 0;
	border-bottom: 0;
	font-size: 12px;
	color: #000;
	background-color: #e6e8e0;
}
.cust-m-modal-body .tab-content{
	background-color: #ffffff;
	border: 1px solid #9e9e9e;
}
.cust-m-modal-body .tab-content .tab-pane{
	padding: 10px; 
	max-height: 408px;
    overflow-y: auto;
    overflow-x: hidden;
}
.cust-m-modal-body .tab-content .tab-pane .desc{
	font-size: 13px;
}
.cust-m-modal-body .tab-content .tab-pane .col-form-label, .cust-m-modal-body .tab-content .tab-pane .form-check-label{
	font-size: 13px;
}
.cust-m-modal-body .tab-content .tab-pane .form-control{
	padding: 0.1rem 0.75rem;
	height: 30px;
	font-size: 13px;
}
.cust-m-modal-foot{
	margin: 10px 10px 0 0;
	text-align: end;
}
.cust-m-modal-foot .ok-btn{
	background-color: #28bad6;
	color: #fff;
	font-size: 13px;
	padding: 4px;
	display: inline-block;
	border-radius: 4px;
	padding: 5px 13px;
	width: auto;
	height: auto;
	border: 0;
}
.cust-m-modal-foot .clear-btn{
	background-color: #dc3545;
	color: #fff;
	font-size: 13px;
	padding: 4px;
	display: inline-block;
	border-radius: 4px;
	padding: 5px 13px;
}
  
/********************************************/
/*First Sidebar slider*/
/********************************************/
.locationSidebar {
    position: absolute;
    z-index: 1036;
    left: -370px;
    width: 370px;
    transition: all 0.5s ease;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.locationSidebar .nav-tabs img{
	filter: brightness(0) invert(1) !important;
}
.toggleLocationSide {
    left: 0px !important;
    z-index: 1037;
}
.sideContainer{
    position: relative;
    height: 100%;
    width: 100%;
}
.sideHead {
    background-color: #28bad6;
    height: 38px;
    padding: 5px 10px;
}
.sideHead label {
    font-size: 16px;
    color: #ffffff;
	margin-bottom: 0;
}
.sideBody{
    height: calc(100% - 38px);
    overflow: auto;
    padding: 10px;
}
.treeSearch .input-group {
    width: 100%;
    margin-bottom: 10px;
}
.treeSearch .input-group .btn {
    width: 15%;
    border: 1px solid #cecece;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px;
    margin-right: -1px;
    height: 38px;
}
.treeSearch .input-group .btn img {
    width: 20px;
}
.treeSearch .input-group .form-outline {
    width: 85%;
}
.treeSearch .input-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.treeAllSec {
    display: flex;
}
.treeAllSec label {
    font-size: 11px;
    color: #28bad6;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
}
.locationSidebarImg {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -36px;
}
.locationSidebarImg img {
    width: 36.5px;
}
.sb-head{
    background-color: #28bad6;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}
.sb-head h5{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.sb-head a{
    display: flex;
    width: 15px;
}
.sb-body{
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.small-box label{
    font-size: 13px;
}
.locationSidebarImg2 {
    background-color: #ffffff;
    border-radius: 0 30px 30px 0;
    width: 30px;
    padding: 6px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 30px);
    right: -30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
}
#locationSide2.locationSidebar .locationSidebarImg2 img {
    transform: rotate(-90deg);
}
#locationSide2.locationSidebar.toggleLocationSide .locationSidebarImg2 {
    padding: 5px 10px 0 0;
}
#locationSide2.locationSidebar.toggleLocationSide .locationSidebarImg2 img {
    transform: rotate(90deg);
}
#locationSide3.locationSidebar .locationSidebarImg2 img {
    transform: rotate(-90deg);
}
#locationSide3.locationSidebar.toggleLocationSide .locationSidebarImg2 {
    padding: 5px 10px 0 0;
}
#locationSide3.locationSidebar.toggleLocationSide .locationSidebarImg2 img {
    transform: rotate(90deg);
}
.activeoper{
	background-color: #7ef06f !important;
}
/********************************************/
/*swipe layer modal*/
/********************************************/
.swipe-layer-box{
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    padding: 10px;
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
}
.split-select {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;	
}
.split-select:checked + .split-label,
.split-select:not(:checked) + .split-label {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	font-size: 11px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 1px solid #28bad6;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.split-select:checked + .split-label {
	background-color: #28bad6;
	color: #fff;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
/********************************************/
/*advance search modal*/
/********************************************/
.advance-search-box{
    background-color: #ffffff;
    border: 1px solid #9e9e9e;
    padding: 10px;
}
.advance-search-box label{
    font-size: 13px;
}
.advance-search-box .form-control {
    padding: 0.1rem 0.75rem;
    height: 30px;
    font-size: 13px;
}
.operator-btn{
    border: 0;
    background-color: #28bad6;
    color: #fff;
    font-weight: 400;
    padding: 3px 10px;
    border-radius: 4px;
}
.load-btn{
    background-color: #333e48;
    color: #fff !important;
    font-size: 13px;
    padding: 4px;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 13px;
    width: auto;
    height: auto;
    border: 0;
}
.save-btn{
    background-color: #ffc107;
    color: #fff !important;
    font-size: 13px;
    padding: 4px;
    display: inline-block;
    border-radius: 4px;
    padding: 5px 13px;
    width: auto;
    height: auto;
    border: 0;
}

/********************************************/
/*checkbox select design*/
/********************************************/
.checkbox-group{
    position: relative;
}
.checkbox-item {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;	
}
.checkbox-item:checked + .checkbox-label,
.checkbox-item:not(:checked) + .checkbox-label {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	font-size: 11px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	color: #28bad6;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 1px solid #28bad6;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	font-weight:500 !important;
}
.checkbox-label img{
    width: 20px;
    margin-right: 10px;
}
.checkbox-item:checked + .checkbox-label {
	background-color: #634B4B;
    border-color: #634B4B;
	color: #fff;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.checkbox-item:checked + .checkbox-label img{
    filter: brightness(0) invert(1);
}
.checkbox-item:checked + .checkbox-label + .editIcon{
    filter: brightness(0) invert(1);
}
.editIcon{
    width: 16px;
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
}
/* color box section */
.color-box{display:none;}
.color-box .card {
    border-radius: 0;
    margin-bottom: 15px;
}
.color-box .card-header {
    padding: 7px 15px !important;
    border-radius: 4px;
    background-color: #28bad6;
}
.color-box .card-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}
.color-list{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
	width: 100%;
}
.color-list li{
    float: left;
    width: 20%;
    padding: 2px;
}
.color-radio {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;	
}
.color-radio:checked + .color-label,
.color-radio:not(:checked) + .color-label {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	font-size: 11px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 5px solid #f2f2f2;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
    height: 35px;
}
.color-label.color_one{
    background-color: #6A9C85;
}
.color-label.color_two{
    background-color: #446A75;
}
.color-label.color_three{
    background-color: #634B4B;
}
.color-label.color_four{
    background-color: #7D6B5E;
}
.color-label.color_five{
    background-color: #DB9D8B;
}
.color-label.color_six{
    background-color: #EEE7DB;
}
.color-label.color_seven{
    background-color: #91BE88;
}
.color-label.color_eight{
    background-color: #AF522A;
}
.color-label.color_nine{
    background-color: #B2488D;
}
.color-label.color_ten{
    background-color: #241B55;
}
.color-radio:checked + .color-label {
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-color: #ccc;
}
.chooseColor input[type="color"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 35px;
    padding: 0px 3px;
    width: 70px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.line-typ{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* symbol box */
.symbol-box{display:none;}
.symbol-box .card-body{max-height:200px; overflow-y:scroll;}
.symbol-box .card {
    border-radius: 0;
    margin-bottom: 15px;
}
.symbol-box .card-header {
    padding: 7px 15px !important;
    border-radius: 4px;
    background-color: #28bad6 !important;
    height: auto;
}
.symbol-box .card-title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}
.symbol-list{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.symbol-list li{
    float: left;
    width: 10%;
    padding: 2px;
}

.symbol-radio {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;	
}
.symbol-radio:checked + .symbol-label,
.symbol-radio:not(:checked) + .symbol-label {
	position: relative;
	display: inline-block;
	padding: 4px;
	width: 100%;
	font-size: 11px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
    height: 31px;
}
.symbol-radio:checked + .symbol-label {
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}


/* Latest map css changes*/
.parent-tag{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation
{
    z-index:1150 !important;
}
.right-side-sec{
    position: absolute;
    right: 0;
    z-index: 1111;
    top: 55px;
    bottom: 0;
    display: flex;
}
.icon-sec{
    margin-right: 10px;
    margin-top: 10px;
}
.icon-sec ul{
    list-style: none;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
}
.icon-sec ul li{
    border-bottom: 1px solid #ccc;
}
.icon-sec ul li:last-child{
    border-bottom: 0;
}
.icon-sec ul li a{
    width: 30px;
    padding: 7px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-sec ul li a:hover{
    background-color: #f2f2f2;
}
.icon-sec ul li a img{
    width: 100%;
}
/* search bar sec */
.left-top-sec{
    position: absolute;
    z-index: 1111;
    top: 10px;
    left: 10px;
}
.searchbar-sec{
    background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 4px;
    width: 300px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    height: 40px;
    overflow: hidden;
    padding: 5px;
}
.searchbar-sec input{
    border: 0;
    width: 80%;
    height: 100%;
    padding: 10px 15px;
    background-color: transparent;
}
.searchbar-sec input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
  }
  
  .searchbar-sec input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }
  
  .searchbar-sec input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }
.searchbar-sec input:focus{
    outline: none;
}
.searchbar-sec button{
    border: 0;
    background-color: transparent;
    width: calc(100% - 80%);
    padding: 13px;
    border-left: 1px solid #ccc;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchbar-sec button img{
    width: 24px;
}
/* sidebar sec */
.slider-sec{
    background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.25);
    height: 100%;
    width: 0px;
    position: relative;
    right: -320px;
    transition: all 0.7s ease-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
.slider-sec.open{
    right:0px;
    width: 320px;
}
.sc-head{
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 42px;
}
.sc-body{
    height: calc(100% - 42px);
    overflow: auto;
    padding: 10px;
}
.sc-body .side-title{
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-bottom: 5px;
}
.sc-body .side-title::before{
    content: '';
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #000000;
    position: absolute;
    bottom: 0;
}
.sc-body .nav-tabs{
    border-bottom: 0;
    position: relative;
    background-color: #f2f2f2;
    padding: 5px;
    border-radius: 20px;
    height: 39.5px;
}
/* .sc-body .nav-tabs::before{
    content: '';
    position: absolute;
    width: 100%;
    border-top: 1px dashed#ffffff;
    bottom: 14px;
    z-index: -1;
} */
.sc-body .nav-tabs li{
    width: 33%;
    height: 100%;
}
.sc-body .nav-tabs .nav-link{
    border-bottom: 0;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 17px;
    width: 100%;
    font-weight: 500;
    color: #1c1c1c;
    transition: color 0.15s ease-in;
    white-space: nowrap;
    height: 100%;
}

.sc-body .nav-tabs .nav-link.active{
    transition: color 0.15s ease-in;
    background-color: #ffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.sc-head h3{
    margin-bottom: 0;
    font-size: 18px;
}
.sc-head a{
    width: 18px;
    display: flex;
    align-items: center;
    padding: 2px;
}
.sc-head a img{
    width: 100%;
}
.toggleBtnList{
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}
.toggleBtnList li{
    padding: 2px 0;
    font-size: 14px;
    font-weight: 500;
}
.toggleBtnList li .layer-name{
    width: calc(100% - 80px);
}
.toggleBtnList li .layer-name label{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.toggleBtnList li .form-check-input:checked {
    background-color: #f6531c;
    border-color: #ffffff;
}
.toggleBtnList li .form-check-input:not(:checked) {
    border-color: #ffffff;
    background-image: url('../../img/map/toggle-circle.svg');
  }
.toggleBtnList li:last-child{
    border-bottom: 0;
}
.toggleBtnList .form-check-input:focus{
    box-shadow: none;
}
.action-icon img{
    width: 17px;
    margin-left: 5px;
}
/* *********************************************
Tree View
********************************************* */
/* tree view */
ul.listree {
    list-style: none;
    padding-left: 0;
  }
  .listree-submenu-heading.expanded:before {
    content: "";
    background-image: url('../../img/map/open-folder.png');
    padding: 2px 5px;
    position: relative;
    left: -9px;
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.two.expanded:before {
    background-image: url("../../img/icons/org-file2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.two.collapsed:before {
    background-image: url("../../img/icons/org-file2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.collapsed:before {
    content: "";
    padding: 2px;
    position: relative;
    left: -9px;
    background-image: url('../../img/map/folder.png');
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading {
    cursor: pointer;
    padding: 5px 0;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.5px;
  }
  .listree-submenu-heading.pname.expanded:before {
    content: "";
    background-image: url('../../img/map/open-folder.png');
    padding: 2px 5px;
    position: relative;
    left: -9px;
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.pname.collapsed:before {
    content: "";
    padding: 2px 5px;
    position: relative;
    left: -9px;
    background-image: url('../../img/map/folder.png');
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.pstage.expanded:before {
    content: "";
    background-image: url(../../img/icons/pstage.png);
    padding: 2px 5px;
    position: relative;
    left: -9px;
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.pstage.collapsed:before {
    content: "";
    padding: 2px 5px;
    position: relative;
    left: -9px;
    background-image: url(../../img/icons/pstage.png);
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.pactivity.expanded:before {
    content: "";
    background-image: url(../../img/icons/org-file2.png);
    padding: 2px 5px;
    position: relative;
    left: -9px;
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .listree-submenu-heading.pactivity.collapsed:before {
    content: "";
    padding: 2px 5px;
    position: relative;
    left: -9px;
    background-image: url(../../img/icons/org-file2.png);
    color: #000;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  ul.listree-submenu-items {
    list-style: none;
    border-left: 1px dashed black;
    white-space: nowrap;
    margin-left: 0;
    padding-left: 20px;
}
  .listree-submenu-items li{
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .listree-submenu-items li:last-child{
    border-bottom: 0;
  }
  .listree-submenu-items li::before {
    content: "";
    width: 15px;
    position: absolute;
    border: 1px dashed #000;
    left: -20px;
    top: 15px;
    height: 0px;
}
.custom-tooltip {
    --z-index: 1111111;
  }

/********************************************/
/*Leaflet Map Start*/
/********************************************/
.leaflet-container {
  /*height: 540px;*/
  width: 100%;
  max-width: 100%;
  /*max-height: 100%;*/
}
.leaflet-container.other {
  height: 570px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.leaflet-container.other1-1 {
  height: 517px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.leaflet-container.short {
  height: 424px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.leaflet-container.custOther {
  height: 424px;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
/********************************************/
/*Leaflet Map End*/
/********************************************/

