@import url('./font.css');

.btn-back-container a {
  color: #1D4348;
  font-family: 'Intro Bold Regular';
  font-size: 20px;
}

.header p{
  color: #1D4348;
  font-family: 'Intro Bold Regular';
  font-size: 30px;
}

.bg-winner {
  min-height: 100vh;
  background-image: url('../image/top-12.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

.img-kv {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity: .2;
}

.general-category, .student-category {
  z-index: 999;
  position: relative;
  margin-bottom: 35px;
}

.title {
  background-color: #1D4348;
  color: #ffebb4;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
  width: fit-content;
  font-family: 'Intro Bold Regular';
  margin-bottom: 10px;
}

table {
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
}

thead {
  display: table-header-group;
  font-family: 'Intro Bold Regular';

}

tbody {
  display: table-row-group;
}

table tr th, table tr td {
  text-align: center;
  color: #1D4348 !important;
}

.table th {
  font-family: 'Intro Bold Regular';
  font-size: 16px;
  text-transform: capitalize;
}

.table td {
  font-family: 'Intro Cond SemiBold';
  font-size: 14px;
  margin: 10px;
}

tr:nth-child(even) {
  background-color: #E96C02;
  color: #1D4348;
}

tr:nth-child(odd) {
  background-color: #FF9E0D;
  color: #1D4348;
}

.col-no {
  width: 1%;
}

.col-name {
  width: 30%;
}

.col-collage, .col-title {
  width: 30%;
}
