.page-header {
  background-image: url("../../images/Banners/realtimemonitor-banner.jpg");
  background-color: rgba(0, 0, 0, 0.15);
  height: var(--header-height);
}

.page-header .container {
  padding-left: 10px;
}

.container.section>.row {
  margin-bottom: 10%;
}

/* 左側 */
#setting {
  background-color: #F5FAFF;
  border-radius: 0 0 12px 12px;
  width: 28%;
}

.blue-title {
  padding: 10px;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

form>label {
  font-weight: bold;
  margin-bottom: 16px;
}

select,
input {
  border-radius: 50px;
  border: none;
  box-shadow: 0 0 4px #4792CE33;
  padding: 5px 10px;
  margin-top: 5px;
}

input[type="date"] {
  width: 135px;
  border-radius: 50px;
  text-align: center;
  padding: 5px 4px;
  border: none;
  box-shadow: 0 0 4px #4792CE33;
  font-size: 16px;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#projection-method {
  border-radius: 50px 0 0 50px;
  background-color: #C0E7FF;
  color: #0073B6;
}

select[name="ProjectionBoundary"] {
  border-radius: 0 50px 50px 0;
  margin-left: -3px;
}

label[for="drawing-settings"] label {
  font-weight: normal;
}

label[for="drawing-settings"] select,
label[for="drawing-settings"] input {
  margin-top: 0px;
}

.option-group {
  margin-bottom: 10px;
}

.option-group>div:not(.customize) {
  display: flex;
  gap: 12px;
  align-items: center;
  text-align: end;
}

.option-group>div:not(.customize)>label {
  width: 90px;
}

.customize label {
  color: #767676;
  margin: 5px 9px 5px 0;
  font-weight: normal;
}

.customize label input {
  width: 55px;
  margin-left: 10px;
}

.switch {
  background-color: #FFFFFF;
  border-radius: 50px;
  box-shadow: 0 0 4px #4792CE33;
  justify-content: center;
  padding: 8px 10px;
}

.switch label {
  background-color: #E1F4FF;
  color: #A9AAA9;
  border-radius: 13px;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 16px;
  margin: 0 4px;
  cursor: pointer;
}

.switch label.active {
  background-color: #0073B6;
  color: #FFFFFF;
}

.switch input {
  opacity: 0;
  position: absolute;
}

input[type="submit"] {
  width: fit-content;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #0073B6;
  color: white;
  margin: 0 auto 20px;
}

input[type="submit"]:hover {
  background-color: #183151;
}

.label .disabled {
  color: #B3B3B3;
}

.option-group .disabled select,
.option-group .disabled .switch {
  background-color: #E9E9E966;
  color: #B3B3B3;
  pointer-events: none;
}

.option-group .disabled label {
  color: #B3B3B3;
}

.option-group .disabled .switch label {
  background-color: #E9E9E9;
}

#color-table {
  display: none;
}

#color-table-btn {
  border-radius: 50px;
  background-color: white;
  box-shadow: 0 0 4px #4792CE33;
}

#color-table-btn + ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.option-group .dropdown-toggle img {
  width: 115px;
  height: 15px;
}

.option-group .dropdown-menu img {
  width: 150px;
  height: 20px;
}

/* 右側 */
#Image-generation-block {
  display: flex;
  flex-direction: column;
  width: 72%;
}

.download {
  width: 36px;
  height: 36px;
  border: 1px solid #C0E7FF;
  border-radius: 4px;
  padding: 3px;
  margin: 0 0 20px auto;
}

.material-symbols-outlined {
  font-size: 29px;
  color: #2ab1ff;
}

#Image-generation-block img {
  padding: 0 20%;
}

.loading {
  margin-top: 20%;
}