.searchDiv-Toggle img,
.resultDiv-Toggle img {
  rotate: 90deg;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.layers-list-row {
  display: flex;
  width: 100%;
  padding-inline: 2px;
  padding-block: 8px;
  align-items: center;
  padding-bottom: unset;
  margin-bottom: 5px;
}

.layers-list-arrow {
  width: 10%;
  transform: rotate(90deg);
  cursor: pointer;
}

.layers-list-contanier {
  font-size: 0.95em;
  height: 43vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.layers-list-subrow:last-child,
.layers-list-row:last-child {
  padding-bottom: 18px;
}

.layers-list-group {
  gap: 8px;
  display: flex;
  width: 71%;
}

.layers-list-subrow {
  gap: 4px;
  align-items: center;
  width: 96%;
  display: flex;
  margin-left: 53px;
  margin-bottom: 8px;
}

.layers-list-sublayername {
  width: 60%;
}

/* .layers-list-layername {
  width: 66%;
} */

.layers-subrow-icon,
.layers-row-icon {
  width: 18px;
  height: 18px;
}

.show-layersList-btn-ar {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  color: #fff;
  border-radius: 0px 20px 20px 0px;
  /* width: 90px; */
  width: 34px;
  height: 30px;
  background-color: #2d3955;
  font-size: 0.7em;
  padding: 2px;
  gap: 18px;
  margin-top: 3px;
  transition: 0.5s;
  align-self: flex-end;
}

.layers-list-subrowtitle {
  width: 61%;
}

.layers-switch {
  width: 10%;
}

.layers-switch .switch-button {
  padding: unset;
  width: 24px;
  height: 18px;
  margin: unset;
}

.layers-switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 14px;
  left: 2px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* .layers-switch input:checked + .slider:before {
  transform: translateX(12px);
} */

#other-activities-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-block: 8px;
}

.Others-activitys {
  cursor: pointer;
}

.esri-ui-top-left.esri-ui-corner,
.esri-ui-top-right.esri-ui-corner,
.features-div,
.activities-div {
  height: 100%;
}

div#left-panel-activities {
  max-height: 93%;
}

#left-panel-globalsearch-content {
  max-height: 90%;
}

#left-panel-activities-content {
  max-height: 85%;
}

#left-panel-features-content {
  max-height: 70%;
}

.searchDiv-Toggle,
.resultDiv-Toggle {
  justify-content: center;
  display: flex;
  margin-top: 7px;
  cursor: pointer;
}

.selectedImagesdTotal {
  /* border-bottom: 1px solid #2b3858; */
}

.activity-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 5px;
  padding: 5px 8px;
}

.esri-popup__footer {
  display: none;
}

.popup-content-activity {
  gap: 3px;
  display: flex;
  width: 50%;
}

.activity-yes,
.activity-no {
  top: 3px;
  left: 3px;
  position: relative;
}

.layer-name {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  font-size: 0.85em;
  font-family: "Verdana-Bold";
  padding-top: 6px;
  padding-inline: 12px;
}

.infoClose {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(../images/info-panel-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-inline: 14px;
}

.description {
  padding: 6px 4px;
  border-radius: 4px;
  background: #ececea;
  /* width: 100%; */
  /* display: flex; */
}

.description p {
  margin: unset;
  padding-inline: 4px;
}

.search-critrea-label {
  color: #295597;
  margin: 0px;
  width: 40%;
  padding-inline: 4px;
}

.result-count-label {
  color: #295597;
  padding-inline: 4px;
}

/* .switch-container {
  display: flex;
  justify-content: space-between;
} */

.switch-button {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 18px;
}

.switch-button input {
  margin: unset;
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 17px;
  left: 2px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2d3955;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2d3955;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.next-prev-btn {
  display: flex;
  justify-content: space-between;
}

.next-btn {
  width: 34px;
  height: 30px;
  cursor: pointer;
  border: none;
}

.prev-btn {
  width: 34px;
  height: 30px;
  cursor: pointer;
  border: none;
}

.layers-list-subrow .layers-switch {
  width: 8%;
}

.groupLayer-check,
.Layer-check {
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  font-family: "bukra";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px 0px 0px 5px;
  width: auto;
  white-space: nowrap;
  gap: 1px;
  margin: 3px 5px;
  color: #807979;
}

.checkmark {
  position: relative;
  left: 0px;
  height: 13px;
  width: 13px;
  border-radius: 2px;
  border: 2px #807979 solid;
}

.checkmark.checked:after {
  display: block;
}

input.layers-checkbox {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 1px;
}

.checkmark:after {
  left: 5px;
  top: 0px;
  width: 2px;
  height: 10px;
  border: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
  border-width: 0 2px 2px 0 !important;
}

.esri-legend__service {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 44vh;
}

.toggle-layers-list-container {
  /* font-size: 17px; */
  cursor: pointer;
}

.toggle-layers-list-container img {
  height: 14px;
  width: 17px;
}

.layers-list-titleLabel {
  justify-content: center;
  width: 100%;
  /* text-align: center; */
  align-items: center;
  /* margin-block: auto; */
}

.layers-list-title {
  display: flex;
}

.legend-content.esri-legend {
  border-radius: 8px 0px 0px 8px !important;
}

.legend-heading {
  border-radius: 8px 0px 0px 0px;
}

.esri-legend {
  overflow: unset;
}

.not-navigation {
  font-size: 11px;
  color: #111;
  font-weight: bold;
  background: #fff;
  padding: 1px;
  position: fixed;
  left: 0;
  bottom: 0px;
  margin: unset;
}

.navionics-terms {
  font-size: 11px;
  color: #111;
  font-weight: bold;
  background: #fff;
  padding: 1px;
  position: fixed;
  right: 2%;
  bottom: 0px;
  margin: unset;
}

.navionics-logo {
  height: 20px;
  position: fixed;
  left: 0;
  bottom: 15px;
}

.navionics-logo-ar,
.not-navigation-ar {
  right: 0;
  left: unset;
}

.navigation-terms-ar {
  left: 2%;
  right: unset;
}

.show-navionics-btn-ar {
  border-radius: 0px 10px 10px 0px;
}

@media only screen and (min-width: 1400px) {
	.navionics-terms {
    right: 17%;
  }

  .navigation-terms-ar {
    left: 2%;
    right: unset;
  }
  .layer-list-maincontainer {
    width: 13vw !important;
  }

  .speed-table-container {
    overflow: auto;
    height: 32vh;
    padding-bottom: 0px;
  }

  .legend-content.esri-legend {
    height: unset;
  }

  #left-panel-activities-content {
    max-height: 100%;
  }

  #left-panel-features-content {
    max-height: 82%;
  }

  div#left-panel-activities {
    max-height: 93%;
  }

  #left-panel-globalsearch-content {
    max-height: 90%;
  }
}
