.modal2 {
  padding: 70px 90px 0 50px;
  box-sizing: border-box;
}

.modal2 .info {
  font-size: 20px;
  text-align: center;
  padding: 20px;
}

.modal2 .tbody {
  height: 280px;
  overflow-y: scroll;
  position: relative;
  border: 2px solid #2566b1;
}

.modal2 table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 20px;
}

.modal2 table.thead {
  border-radius: 10px;
  border: 0;
}

.modal2 table .table-title {
  background-color: #2566b1;
  border-radius: 10px 10px 0 0;
  width: 100%;
  font-size: 28px;
  padding: 4px 0;
}

.modal2 table th {
  color: white;
}

.modal2 table td {
  padding: 8px 18px 4px;
  border-bottom: 2px solid #2566b1;
  border-right: 0;
}

.modal2 table td + td {
  border-left: 0;
}

.modal2 .btn {
  background-image: url(https://static.web.sdo.com/bnb/pic/bnb/act_bnb/2023tuan/images/btn-yellow.png);
  background-size: 100% 98%;
  background-repeat: no-repeat;
  border-radius: 10px;
  cursor: pointer;
  width: 124px;
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.modal2 .btn span {
  display: block;
  font-size: 26px;
  color: #c03f00;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  margin-top: -4px;
}
