html, body, .wrapper{
    height: 100% !important;
  }
  .main-header, .main-footer {
    height: 100px;
	background-color:#615d8e;
}
.wrapper .content-wrapper {
    height: calc(100% - 114px);
}
.content-wrapper>.content{
    height: 100%;
    padding: 5px !important;
}
.map-sec{
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: 0.25rem;
    padding: 5px;
}
.map-relative{
    position: relative;
    height: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
}
.map-relative #map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* navbar */
.nav-link.new-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary_color);
    color: #fff !important;
    border-radius: 0.25rem;
    padding: 5px 20px;
    font-size: 13px;
}
/* sidebar */
.layout-fixed .main-sidebar {
    z-index: 11110;
}
.nav-sidebar.cust-sidebar > .nav-item > .nav-link, .nav-sidebar.cust-sidebar > .nav-item > .nav-link:hover {
    background-color: var(--primary_color);
    color: #fff;
    padding: 0.4rem 1rem;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link{
    background-color: var(--primary_color);
    color: #fff;

}
.nav-sidebar .nav-treeview .nav-item>.nav-link {
    display: flex;
    align-items: center;
    padding: 0.2rem 1rem;
}
.nav-sidebar .nav-treeview .nav-item>.nav-link p {
    margin-left: 5px;
}

/* map list */
.map-top-list{
    position: absolute;
    z-index: 1111;
    background-color: #fff;
    top: 5px;
    left: 5px;
    right: 5px;
    border-radius: 0.25rem;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 39px;
}
.mpl-list-group{
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
    height: 100%;
}
.mpl-list-group li{
    height: 100%;
}
.mpl-list-group li a{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0.25rem;
    color: #000;
    height: 100%;
    border: 1px solid #f2f2f2;
    text-align: center;
    justify-content: center;
}
.mpl-list-group li a:hover, .mpl-list-group li a.active{
    background-color: #f2f2f2;
}
.mpl-list-group li a i{
    font-size: 16px;
    margin-right: 5px;
}
/* -------------------------------------------
right panel
------------------------------------------- */
.right-panel {
    top: 49px;
    background: #fff;
    bottom: 0;
    float: none;
    right: 0;
    position: absolute;
    z-index: 1111 !important;
    transform: translateX(100%);
    transition: ease-in-out 300ms transform;
    width: 250px;
    bottom: 5px;
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .right-panel.open {
    transform: translateX(0%);
    right: 5px;
    transition: ease-in-out 600ms transform;
  }
  .right-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
    height: 40px;display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
  }
  .right-body {
    height: calc(100% - 40px);
    overflow: auto;
    padding: 10px;
  }
  .right-head h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
  }
  .right-head i {
    width: 25px;
    height: 25px;
    /* padding: 0px 2px; */
    border-radius: 4px;
    cursor: pointer;
    font-size: 19px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .right-head i:hover {
    background: #f2f2f2;
  }
  /* -------------------------------------------
bottom panel
------------------------------------------- */
.bottom-panel {
    background: #fff;
    left: 5px;
    float: none;
    right: 5px;
    bottom: 0;
    position: absolute;
    z-index: 1111 !important;
    transform: translateY(100%);
    transition: ease-in-out 300ms transform;
    height: 250px;
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .bottom-panel.open {
    transform: translateY(0%);
    bottom: 5px;
    transition: ease-in-out 600ms transform;
  }
  .bottom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
    height: 40px;display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
  }
  .bottom-body {
    height: calc(100% - 40px);
    overflow: auto;
    padding: 10px;
  }
  .bottom-head h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
  }
  .bottom-head i {
    width: 25px;
    height: 25px;
    /* padding: 0px 2px; */
    border-radius: 4px;
    cursor: pointer;
    font-size: 19px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bottom-head i:hover {
    background: #f2f2f2;
  }
  @media(max-width: 767px) {
    .map-top-list {
        height: auto;
    }
  }