.js-Panel-layer-add
{
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #00000033;
  border-radius: .25rem;
  box-shadow: 0 1px 5px #00000066;
}

.js-Panel-layer-add .jsPanel-content
{
  background-color: #FFFFFFD2;
  font-size: 80%;
}

.js-Panel-layer-add .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50%;
}
.layer-add-container
{
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 8px;
  width: 100%;
}
.layer-config-container
{
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  padding: 8px;
  width: 100%;
}
.layer-add-container-line
{
  align-items: center;
  display: flex;
  grid-column-end: span end;
  grid-column-start: 1;
  justify-content: space-evenly;
  padding-bottom: 3px;
}
.grid-from-2-to-end
{
  grid-column-end: span end;
  grid-column-start: 2;
  width: 100%;
}
.flex-right-align
{
  justify-content: flex-end;
}
.flex-left-align
{
  justify-content: flex-start;
}
.flex-center-align
{
  justify-content: center;
}
.service-addition-containter
{
  align-items: center;
  display: grid;
  grid-template-columns: 47px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.service-addition-containter-data
{
  align-items: center;
  border-bottom: solid 1px rgba(0,0,0,0.6);
  display: grid;
  grid-template-columns: 47px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.btn
{
  cursor: pointer;
}
.label-flex
{
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.error-div
{
  color: red;
  flex-direction: column;
}
.clickable-black
{
  cursor: pointer;
  font-weight: bolder;
}
.clickable-black:hover {
    color: #616b77;
    text-decoration: underline;
}
.tooltip-external-layer-info {
  position: relative;
}

/* Tooltip text */
.tooltip-external-layer-info .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip-external-layer-info .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 20%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-external-layer-info:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.leaflet-external-layer-label{
  background-color: unset;
  border: unset;
  box-shadow: unset;
}
@media only screen and (max-height: 750px)
{
  .js-Panel-layer-add
  {
    max-height: 75%;
  }
}
@media only screen and (max-width: 280px)
{
  .js-Panel-layer-add
  {
    left: 0!important;
    max-width: 100%;
  }
}
@media only screen and (max-height: 750px)
{
  .js-Panel-layer-add
  {
    max-height: 75%;
  }
}
