.no-radius{
    border-radius: 0px !important;
}
.btn-outline-secondary{
    border: 1px solid #6c757d !important;
}
.btn-outline-primary{
  border: 1px solid #007bff !important;
}
#box {
    border:1px solid #000;
    border-bottom: 0px;
    background-color:white;
    position: fixed;
    bottom: 0% !important;
    left: 0%;
    width: 100%; 
    height: 30vh; 
    min-height: 40px !important;
    /* overflow: auto;  */
    z-index: 1000; 
    background: white; 
    box-shadow: 0px -5px 10px grey;
}

#box.right{
   
    bottom: 0% !important;
    right: 0%;
    left: unset !important;
    width: 30%; 
    height: 100%; 
    min-height: 32px !important;
    overflow-x: auto; 
    z-index: 1000; 
    background: white; 
    box-shadow: 0px -5px 10px grey;
}

#btnClusterFooter{
position: fixed;
left: 0px;
top:50px;
}

.control-element {
background-color: #000;
position: fixed;
z-index: 200000;
}

#top-left {
cursor: nw-resize;
color: transparent;
}

#top {
cursor:n-resize;
}

#top-right {
cursor:ne-resize;
color: transparent;
}

#left {
cursor:w-resize;
color: transparent;
}

#right {
cursor:e-resize;
color: transparent;
}

#bottom-left {
cursor:sw-resize;
background-color: transparent;
}

#bottom {
cursor:s-resize;
background-color: transparent;

}

#bottom-right {
cursor: se-resize;
background-color: transparent;

}

.slider-box {/* 
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  /* background-color: #000;  */
  color: #FFF;
  transition: all 2s;
}

.slider-box.close {
  top: 100%;
  height: 0;
}

.pull-left{
  float: left !important;
}

.pull-right{
  float: right !important;
}

.ml-auto{
  margin-left: auto !important;
}

.mr-auto{
  margin-right: auto !important;
}

#clusteringContainer{
  padding-top: 30px;
}

.breadcrumb-item > .active,
.breadcrumb-item > .active a {
  color: black;
}
.breadcrumb-item > .active a:hover {
  text-decoration: none !important;
}

.btn-step {
  padding: .375rem .75rem !important;
}

#boxBody{
  width: fit-content;
  height: fit-content;
  margin-left: 10px;
}

#boxBodyPKG{
  position: fixed;
  overflow-y: auto;
  height: 150pt;
}

#boxRow{
  overflow: auto;
  height: 90%;
  position: relative;
  width: 100%;
}

#box.right #boxBody { 
    /* --scale: 0.8; 
    transform: scale(var(--scale));  
    -webkit-transform: scale(var(--scale));  
    -moz-transform: scale(var(--scale));  
    -ms-transform: scale(var(--scale));  
    -o-transform: scale(var(--scale));  
    width: calc(100% / var(--scale)) !important; 
    height: calc(100% / var(--scale)) !important; 
    margin: calc(-15% / var(--scale) + 15%) calc(-50% / var(--scale) + 50%); 
    margin-left: -30px !important; */
    zoom: 0.8;
}

#box.right #boxBodyPKG{
  display: none;
}

#box.right #boxRow{
  overflow: unset !important;
}
.h-0{
  height: 0px !important;
}

#btnClusterFooter{
  position: absolute;
  top:0px;
  left:5px;
}
#btnClusterFooter.free{
  position: absolute;
  bottom:0px;
  margin-top: -35px;
  left:5px;
  height: 35px;
  background-color: white;
}
#btnClusterFooter.free:hover{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

#btnClusterAnchorRight{
  position: absolute;
  top:0px;
  right:35px;
}

#btnCloseClusteringBox{
  position: absolute;
  top: 0px;
  right: 18px;
}

@media (max-width: 575.98px) { 
  #boxBodyPKG{
    position: relative;
  }

  #btnClusterAnchorRight{
    display: none;
  }
}
