body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.alwayson {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.header {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px;
}

.text-container {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  height: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.text-container2 {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: auto;
  height: auto;
  padding-right: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.line1 {
  margin-left: 10px;
  font-size: 20px;
  color: #0056b3;
}

.line2 {
  margin-left: 10px;
  font-size: 20px;
  color: black;
}

.logo1 {
  width: 30px;
  height: 30px;
}

.grafik-induk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.judul {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
  color: #333;
}

.grafik-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin: 5px;
  padding: 5px;
  border: gray 0.5px solid;
  max-width: calc(50% - 30px);
  min-height: 300px;
}

.grafik-baris {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  /* align-items: flex-start; */
  width: 100%;
}

.grafik-kolom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.logo2 {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 50px;
  height: 50px;
}

.chart-container {
  flex: 1 1 40%;
  max-height: 500px;
  max-width: 300px;
  margin: 10px;
  box-sizing: border-box;
  min-height: 180px;
  width: 100%;
  height: 100%;
  position: relative;
}

.grafik-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px;
  padding: 5px;
  border: gray 0.5px solid;
  min-height: 300px;
}

.chart-container2 {
  min-height: 250px;
  width: 100%;
  height: 100%;
}

.chart-container3 {
  min-height: 200px;
  width: 100%;
  height: 200px;
}

.chart-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 12px;
  pointer-events: none;
}

.svg-arrow {
  flex: 0 0 10%;
  max-width: 80px;
}

svg {
  display: block;
}

.chart-wrapper {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabel-wrapper {
  position: relative;
  width: 100%;
  max-width: calc(50% - 10px);
  height: 100%;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.judul_tabel {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.sumber_tabel {
  font-size: 11px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
}

.tabel-container {
  overflow-x: auto;
  font-size: 13px;
}

.tabel-data {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #333;
  text-align: left;
}

.tabel-data th,
.tabel-data td {
  padding: 10px;
  border: 1px solid #333;
}

.tabel-data th {
  background-color: #c0d298;
  text-align: center;
}

.tabel-data tr:nth-child(even) {
  background-color: #f5f6ef;
}

#tabel1 td:nth-child(n + 2) {
  text-align: right;
}

#tabel2 td:nth-child(n + 2) {
  text-align: right;
}

.sumber {
  padding-left: 20px;
  margin-top: 0px;
  font-size: 10px;
}

.tabel_data_pendidikan {
  border: rgb(0, 0, 0) 0.5px solid;
  margin: 10px;
  padding: 5px;
  min-width: 250px;
  text-align: left;
}

.tabel_data_pendidikan th,
td {
  padding-left: 5px;
  padding-right: 5px;
  /* line-height: 12px; */
}

.tabel_data_pendidikan th:nth-child(2) {
  text-align: right !important;
}

.tabel_data_pendidikan td:nth-child(2) {
  text-align: right !important;
}

.tabel_data_rasio {
  border: gray 0.5px solid;
  padding: 5px;
  min-width: 250px;
  text-align: center;
  width: 100%;
  line-height: 20px;
}

.tabel_data_rasio th {
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
}

.judul_rasio {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.judul_grafik {
  margin-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}

.b10 {
  margin-bottom: 10px;
}

.u10 {
  margin-top: 10px;
}

.center td {
  text-align: center;
}

.tabel_data_rasio2 {
  padding: 5px;
  width: 100%;
  line-height: 20px;
  text-align: right;
}

.tabel_data_rasio2 tr td {
  border: 0.5px gray solid;
}

.tabel_data_rasio2 tr th {
  border: 0.5px gray solid;
  text-align: center;
}

.keterangan {
  font-size: 12px;
}

.filter_wilayah {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px;
  padding: 15px;
  margin-left: 5px;
}

.filter_wilayah form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
}

.filter-item {
  /* flex: 1 1 calc(33% - 10px);
            min-width: 200px; */
}

.tahun-select {
  width: 80px;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.filter_wilayah select {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.provinsi-select,
.kabupaten-select {
  max-width: 300px;
}

.filter_wilayah h2 {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #333;
}

.filter-button {
  padding: 8px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.filter-button:hover {
  background-color: #0056b3;
}

.material-icons.filter-icon {
  font-size: 28px;
  cursor: pointer;
  margin-left: 0px;
  color: #4da7de;
}

#provinsi + .select2-container,
#kabupaten + .select2-container {
  min-width: 200px !important;
}

#dtahun {
  display: none;
}

#dsubmit {
  display: none;
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
