.content {
  max-width: 1100px;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #f0f0f0;
}
.table th {
  background-color: transparent;
  text-align: left;
  padding: 8px;
}
.table td {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
.table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.input-form, .textarea-form {
  width: 100%;
  outline: none;
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
}
.input-form.input-sm, .textarea-form.input-sm {
  font-size: 12px;
  height: 35px;
  padding: 0 15px;
}
.input-form.input-lg, .textarea-form.input-lg {
  font-size: 16px;
  height: 50px;
  padding: 0 30px;
}

.textarea-form {
  padding: 20px;
  height: 120px;
}

.btn {
  cursor: pointer;
  outline: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  gap: 2px;
  transition-duration: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover {
  opacity: 0.9;
}
.btn.btn-sm {
  font-size: 12px;
  height: 35px;
  padding: 0 15px;
}
.btn.btn-lg {
  font-size: 16px;
  height: 50px;
  padding: 0 30px;
}

.box_txt p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #f0f0f0;
}
.box_txt p:last-child {
  margin-bottom: 0;
}
.box_txt h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #f0f0f0;
}
.box_txt h1:last-child {
  margin-bottom: 0;
}
.box_txt h2 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #f0f0f0;
}
.box_txt h2:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */