.image-player,
.image-player * {
    box-sizing: border-box;
}

.image-player {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 630px;
    position: relative;
    padding: 10px;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 26px;
    background: linear-gradient(
      175.17deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    border-radius: 8px;
    border: 1px solid transparent;
    background: linear-gradient;
    border-image: linear-gradient(
      175.17deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.3) 100%
    );
    border-image-slice: 1;
    width: 260px;
    height: 610px;
    box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    padding: 20px 15px;
  }

.filter-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.filter-title {
    color: #18191a;
    text-align: left;
    font-family: "NotoSansTc-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.layer-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    /* max-height: calc(387.77px - 45.59px * 3); */
    /* position: relative; */
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0px;
}

.vertical-line {
    margin-top: -1px;
    border-style: solid;
    border-color: #c0c0c0;
    border-width: 1px 0 0 0;
    /* width: calc(35px * 6 + 10px * 6); */
    height: 0px;
    position: relative;
    left: calc(30% + 5px);
    top: calc(15px + 13px);
    transform-origin: 0 0;
    transform: rotate(90deg) scale(1, 1);
}

.layer {
    display: flex;
    align-items: center;
    margin-left: 30%;
    position: relative;
    width: 114px;
    min-height: 35px;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c0c0c0;
    position: absolute;
    left: 0px;
}

.circle.selected {
  background: #eef4ce;
}

.subline {
  width: 30px;
  height: 0px;
  margin-top: -1px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #c0c0c0;
  position: absolute;
  left: 5px;
}

.subline.selected {
  border-color: #eef4ce;
}

.btn-layer {
  display: flex;
  padding: 4px 12px 4px 12px;
  color: #18191a;
  border-radius: 8px;
  text-align: left;
  font-family: "NotoSansTc-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: calc(5px + 30px);
  cursor: pointer;
}

.btn-layer:hover {
  background: #f5f5f5;
}

.btn-layer.selected {
  background: #eef4ce;
}

option.var-option {
  color: #18191a;
  font-weight: 400;
  font-family: "NotoSansTc-Regular", sans-serif;
}

.domain-group {
  min-height: 46px;
}

.domain {
  width: 230px;
  border-radius: 8px;
  padding: 10px 15px 10px 15px;
  color: #18191a;
  text-align: left;
  font-family: "NotoSansTc-Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}

.domain:hover {
  background: #f5f5f5;
}

.domain.selected {
  background: #eef4ce;
}

select.variable {
  display: flex;
  flex-direction: column;
  padding: 8px 12px 8px 12px;
  border-width: 1px solid #7a7a7a;
  border-radius: 8px;
  font-weight: 400;
}

.main-zone {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: 10px;
}

.timerange-zone {
  background: linear-gradient(
    91.12deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.25) 100%
  );
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
    91.16deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  border-image-slice: 1;
  width: 1088px;
  height: 150px;
  box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
  overflow: auto;
  backdrop-filter: blur(6px);
  padding: 20px 15px;
}

.time-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 1050px;
}

.time {
  background-color: #f0f0f0;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.time:hover {
  background-color: #f5f5f5;
}

.time.selected {
  background-color: #EEF4CE;
}

.display-zone {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  background: linear-gradient(
    101.37deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.25) 100%
  );
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
    101.64deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  border-image-slice: 1;
  width: 100%;
  height: 450px;
  box-shadow: 0px 4px 8px -1px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  padding: 15px;
}

button.btn-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #80998F;
    font-size: 24px;
    width: 48px;
    border-radius: 50%;
}

button.btn-switcher:hover {
    background-color: #748780;
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 940px;
    height: 420px;
}

.image img {
    /* aspect-ratio: 1 / 1; */
    /* height: 420px; */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.stat-selector {
    position: absolute;
    left: 15px;
    top: 15px;
}

.stat-selector label {
    font-size: 16px;
    font-weight: 400;
    margin-left: 3px;
    margin-right: 12px;
}

.stat-selector input {
    appearance: none;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    transition: 0.2s all linear;
    position: relative;
    top: 2px;
}

.stat-selector input:checked {
    border: 6px solid #80998F;
}

.stat-selector * {
    cursor: pointer;
}
