.box-left {
  max-width: 400px;
}
.box-right {
  overflow: hidden;
}
.table-box {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow-x: auto;
}
.search-box {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
}
.search-box .box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.search-box .date-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.search-box .date-box input.date {
  width: 150px;
}
.search-box .select-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.search-box .select-box select {
  width: 200px !important;
}
.search-box input[type="text"] {
  width: 200px !important;
}
.student-badge {
  background-color: #ffc107;
  color: #333;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 0.625rem;
}
.badge-summit {
  background-color: #28a745;
  color: #333;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 0.625rem;
  color: white;
}
.badge-vision {
  background-color: #dc3545;
  color: #333;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 0.625rem;
  color: white;
}
.side-tit {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs {
  width: 100%;
  overflow: hidden;
}
.vision-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.vision-list .date span {
  background-color: var(--primary-color-600);
  color: #333;
  border-radius: 3px;
  padding: 2px 3px;
  font-size: 1rem;
  color: white;
}
.vision-list .vision-content {
  font-size: 1rem;
  word-break: keep-all;
  line-height: 1.5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.btn-box {
  justify-content: right;
}
.word-break {
  word-break: keep-all;
}
.timeline-textarea {
  resize: none;
  height: 100px;
}
.timeline-file-box {
  display: flex;
  align-items: center;
  gap: 0.725rem;
}
.timeline-file-box label {
  display: flex;
  align-items: center;
}
.junior-box {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}
.junior-box .box {
  width: calc(100% / 2 - 0.5rem);
  padding: 0.5rem;
  border: 1px solid #eee;
  border-top: 2px solid var(--primary-color-600);
}
.junior-box .box h5 {
  margin-bottom: 0.725rem;
}
.junior-box .box .chk-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.junior-box .box .chk-box span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.junior-box .box .chk-box .tag {
  background-color: var(--primary-color-600);
  color: white;
  border-radius: 3px;
  padding: 4px 7px;
}
.expl {
  color: var(--primary-color-600);
}
.modal iframe {
  width: 100%;
  height: 250px;
}
.church-list {
  width: 100%;
}
.church-list li {
  display: block;
}
.church-list a {
  display: inline-block;
  font-size: 1rem;
  color: #06c;
  padding: 0.25rem 0;
}
.tit-bg {
  border-radius: 5px;
  background-color: #eee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tit-bg p {
  color: #333;
  font-size: 1rem;
  display: flex;
}
.date-tit {
  display: flex;
  white-space: nowrap;
}
.range-box {
  width: 100%;
  display: flex;
  align-items: center;
}
.range-box .box {
  width: 100%;
}
.range-box .box input {
  padding-right: 0.75rem;
}
.nationality-flag {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.file-name {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 0.5rem;
}
.file-name svg {
  width: 20px;
}
.file-name a {
  text-decoration: underline;
}
.more-view .more-box {
    transition: 0.23s linear;
}
.more-view:hover > a .more-box {
    transition: 0.2s ease-in-out;
    transform: translatex(10px);
}
.more-view:hover > a .more-box span {
    color: var(--primary-color-600);
}
.more-view:hover > a .more-box svg {
    color: var(--primary-color-600);
}