/** @format */

.bold {
  font-weight: 600;
}
.text-color-333 {
  color: #333333;
}
.text-color-666 {
  color: #666666;
}
.text-color-999 {
  color: #999999;
}
.text-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.table-border {
  padding: 10px;
  border: 1px solid #333333;
}
.table-first-column {
  width: 60%;
}
.table-second-column {
  width: 40%;
}
li {
  list-style-type: disc;
  margin-left: 20px;
}
.scroll-margin {
  /* scroll-margin-top: 80px; */
}

.privacy-policy-box {
  scroll-behavior: smooth;
}

.protocol-box {
  padding: 10px;
  /* margin: 15px auto; */
  background: #ffffff;
  font-size: 1.6rem;
  color: #333333;
  line-height: 35px;
  word-wrap: break-word;
  word-break: break-word;
}

.header-box {
  /* padding-bottom: 20px; */
  border-bottom: 1px solid #eaeaea;
}

.header-box h4 {
  font-weight: 500;
  font-size: 1.8rem;
}

.section-title {
}

.header-date {
  font-size: 1.4rem;
  color: #999999;
  /* margin-top: 15px; */
}

.content-box {
  margin-top: 20px;
  text-indent: 2em;
}

.date-box {
  text-align: center;
}

.text-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.text-indent {
  text-indent: 2em;
}

a {
  color: blue;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.permission-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 20px;
}

.permission-table th,
.permission-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.permission-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.permission-table tr:nth-child(even) {
  /* background-color: #f9f9f9; */
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}
.permission-table {
  min-width: 1200px;
}
