.settings-two-column-group {
  align-items: baseline;
  display: grid;
  gap: 0.6em;
  grid-template-columns: max-content auto;
  margin-bottom: 1em;
  width: 60%;
}
.map-layer-details {
  margin-bottom: 1em;
  width: 60%;
}
.map-layer-details textarea {
  width: 100%;
}
.map-layer-register {
  background-color: #fff;
  border-bottom: 1em solid var(--white-color);
  border-left: 2em solid var(--white-color);
  border-right: 2em solid var(--white-color);
  border-top: 1em solid var(--white-color);
  width: 100%;
}
.map-layer-register thead {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.map-layer-register td {
  border-bottom: var(--default-outline);
  padding: 0.4em;
}
.map-layer-register-sortable-handle {
  cursor: pointer;
  margin: auto;
  padding: 0.4em;
  width: fit-content;
}
.map-layer-register-sortable-handle:hover span {
  color: var(--blue-color);
}
.map-layer-icon {
  margin: auto;
  padding: 0.4em;
  width: fit-content;
}
.map-layer-icon.clickable {
  cursor: pointer;
}
.map-layer-icon.filled {
  fill: var(--graphite-color);
}
.map-layer-icon.filled:hover {
  fill: var(--blue-color);
}
.map-layer-icon.stroked {
  stroke: var(--graphite-color);
}
.map-layer-icon.stroked:hover {
  stroke: var(--blue-color);
}
.map-layer-service-file-input-set {
  align-items: baseline;
  background: #fff;
  border: 1px solid #8f8f9d;
  display: flex;
  gap: 0.4em;
  justify-content: space-between;
  padding: 0.2em 0.4em;
  width: 500px;
}
.map-layer-service-file-input-set > span {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
[name=map-layer-title][disabled] {
  cursor: not-allowed;
}
