* {
  box-sizing: border-box;
}

body {
  font-family: 'SVN Poppins';
  font-weight: 400;
}

.scrollbarStyle::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scrollbarStyle::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollbarStyle::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

a {
  text-decoration: underline;
}

.sec-taitro .taitro-main .box-info {
  padding: 30px 30px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.sec-lienhe .txt-title {
  color: rgb(26 115 59 / var(--tw-bg-opacity, 1));
}

.sec-lienhe .item-event-ready .info--desc>a {
  color: rgb(26 115 59 / var(--tw-bg-opacity, 1));
}

.list-item {
  display: unset !important;
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1.125rem;
}

.styled-table thead tr {
  background-color: rgb(26 115 59 / var(--tw-bg-opacity, 1));
  color: #ffffff;
  text-align: left;
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}


.styled-table tbody tr {
  background-color: #f3f7f9;
}

.styled-table tbody tr:nth-child(4n+1),
.styled-table tbody tr:nth-child(4n+2) {
  background-color: #e9f3f5;
}

.styled-table tbody td:nth-of-type(3) {
  cursor: pointer;
}

.styled-table a {
  color: #f46b45;
  text-decoration: none;
  font-weight: bold;
}

.styled-table a:hover {
  text-decoration: underline;
}

tbody tr:hover .info-tooltip {
  display: block;
}

.styled-table th,
.styled-table td {
  text-align: center;
}

.contribute .infoItem {
  position: relative;
  display: inline-block;
}

.contribute .infoDescription {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-height: auto;
  text-align: justify;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.infoItemImage:hover+.infoDescription,
.infoItem:hover .infoDescription {
  display: block;
}