* {
  box-sizing: border-box;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* section header */
.wrapper .header-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  padding: 20px;
  width: 100%;
  height: auto;
}

.lembaga_survey {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}

.real_time {
  border: 3px solid #4CA3D8;
  width: 13%;
  height: auto;
  border-radius: 5px;
  background-color: #F9FDFF;
  padding: 12px;
  color: #838181;
}

.lembaga_survey .real_time .ket_waktu {
  font-size: 14px;
  margin: -10px;
  color: #1E1E1E;
  font-weight: 600;
  margin-top: 10px;
}

.lembaga_survey .real_time {
  font-size: 10px;
  text-align: center;
}

.lembaga_survey .logo_survey {
  border: 1px solid #4CA3D8;
  align-items: center;
  border-radius: 5px;
}

.lembaga_survey .logo_survey img {
  margin-top: 4px;
}

.section_tabel {
  display: flex;
  width: 100%;
}

.section_tabel .paslon {
  height: 300px;
  width: 160px;
  display: grid;
}

.section_tabel .paslon .paslon_anies {
  border-radius: 5px;
}

.section_tabel .paslon .paslon_prabowo {
  border-radius: 5px;
}

.section_tabel .paslon .paslon_ganjar {
  border-radius: 5px;
}

.section_tabel .table {
  margin-left: 20px;
  /* background-color: #F0F8FD; */
  height: 310px;
}

.section_tabel .table .wrap_diagram_tabel {
  display: flex;
  flex-direction: column;
  /* height: 90px; */
  /* line-height: 60px; */
  align-items: center;
}

.table .survey_anies {
  height: 105px;

}

.table .survey_prabowo {
  height: 105px;

}

.table .survey_ganjar {
  height: 105px;
}

.table td {
  position: relative;
}

/* .section_tabel .table .wrap_diagram_tabel p{
  margin: 3px;
} */


.table .wrap_diagram_tabel .value {
  position: absolute;
  /* z-index: 999; */
  /* margin: 15px 0 0 40px; */
  font-size: 2rem;
  bottom: 30%;
}

.table td {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-top: 0px !important;
}

/* .table>tbody>tr>td {
  line-height: 30px;
  padding: 20px 5px 0 5px;
} */

.date_data {
  display: flex;
  margin-bottom: 20px;
  gap: 15px;
  margin-top: -40px;
}

.kosongan {
  width: 13%;
  border: none;
}

.update_data {
  width: 13%;
  font-size: 12px;
  text-align: center;
}

.survey_anies .value {
  background-color: #E1EFFF;
  padding: 25px 35px;
  border: 1px solid #4C8CD8;
  border-radius: 5px;
  width: 80%;
}

.survey_prabowo .value {
  background-color: #F0F8FD;
  padding: 25px 35px;
  border: 1px solid #4CA3D8;
  border-radius: 5px;
  width: 80%;
}

.survey_ganjar .value {
  background-color: #FDF0F0;
  padding: 25px 35px;
  border: 1px solid #D84C4C;
  border-radius: 5px;
  width: 80%;
}

/* breakpoint */

/* mobile max */
@media (max-width: 576px) {

  .buat_overflow {
    width: 100%;
    overflow-x: scroll;
  }

  .lembaga_survey {
    width: max-content;
    gap: 25px !important;
  }

  .lembaga_survey .real_time {
    width: 165px;
  }

  .lembaga_survey .logo_survey {
    width: 55px;
  }

  .lembaga_survey .logo_survey img {
    margin-top: 20px;
  }

  .section_tabel .paslon .paslon_anies {
    width: inherit;
  }

  .section_tabel .paslon .paslon_prabowo {
    width: inherit;
  }

  .section_tabel .paslon .paslon_ganjar {
    width: inherit;
  }

  .section_tabel .table {
    height: 370px;
  }

  .table>tbody>tr>td {
    line-height: 100px;
    width: 100%;
  }

  .table .wrap_diagram_tabel .value {
    font-size: 1.5rem;
  }

  .section_tabel .table .wrap_diagram_tabel {
    width: 65px;
  }

  .date_data {
    gap: 17px !important;
  }
}


/* tablet max */
@media (max-width: 988px) {
  .buat_overflow {
    width: 100%;
    overflow-x: scroll;
  }

  .lembaga_survey {
    width: max-content;
    gap: 30px;
  }

  .lembaga_survey .real_time {
    width: 165px;
  }

  .lembaga_survey .logo_survey {
    width: 55px;
  }

  .lembaga_survey .logo_survey img {
    margin-top: 26px;
  }

  .section_tabel .paslon .paslon_anies {

    width: inherit;
  }

  .section_tabel .paslon .paslon_prabowo {

    width: inherit;
  }

  .section_tabel .paslon .paslon_ganjar {

    width: inherit;
  }

  .section_tabel .table {
    height: 360px;
  }

  .table>tbody>tr>td {
    line-height: 50px;
  }

  .date_data {
    width: fit-content;
    gap: 7px;
  }

  .kosongan {
    width: 210px;
  }

  .update_data {
    /* width: 6%; */
    font-size: 11px;
  }

  .wrapper .header-sec {
    display: none;
  }
}


@media (max-width: 1025px) {
  .real_time {
    width: 20%;
  }
}