.dethi-page h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: rgb(11, 148, 68);
}

.dethi_featured-province_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 960px) {
  .dethi_featured-province_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

.dethi_featured-province_card {
  border: 2px solid #eeeeee;
  border-radius: 12px;
}

.dethi_featured-province_card .top-layer {
  padding: 30px 25px 10px;
  border-bottom: 1px solid #dfdfdf;
}

.dethi_featured-province_card .bottom-layer {
  padding: 10px 25px 30px;
}

.dethi_featured-province_card .province-prefix {
  margin: 0;
}

.dethi_featured-province_card .province {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
}

.dethi_featured-province_card .status {
  margin: 10px 0 0;
  font-weight: 700;
  background-color: rgb(11, 148, 68);
  color: white;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 999px;
}

.dethi_featured-province_card .status a {
  font-weight: 700;
  background-color: rgb(11, 148, 68);
  color: white;
}

.dethi_featured-province_card .prompt {
  margin: 5px 0 0;
  color: rgb(116, 116, 116);
}

.breathing-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #5bdd4f;
  margin-right: 12px;
  animation: breathing 2.5s ease-in-out infinite;
}

@keyframes breathing {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

.de-thi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}

.de-thi-item {
  padding: 25px 30px;
  border-radius: 25px;
  border: 2px solid #eee;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.de-thi-title {
  margin-bottom: 2px;
}
/* 
.dethi-table-container {
  height: 70vh;
  overflow-y: scroll;
  border: 1px solid #d1d1d1;
  border-radius: 24px;
  padding: 30px;
} */

.dethi-table thead tr {
  background-color: #dadada;
  color: rgb(41, 41, 41);
}

.dethi-table tr td:nth-child(1) {
  padding-left: 20px;
}

.dethi-table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

.de-thi-col.positive,
.de-thi-col.positive a {
  color: green;
  text-decoration: underline;
  font-weight: 600;
}

.de-thi-col.negative,
.de-thi-col.negative a {
  color: rgb(95, 95, 95);
}
