body {
    width: 80vw;
    margin: 10%;
    height: 80%;
    background-color: #EAF6F6;
    justify-items: center;
    align-content: center;
    font-family: Arial, sans-serif;
}

body p {
    line-height: 125%;
}

body h1 {
    font-size: 40px;
    color: #333333;
}

input[name=email], input[name=pin]{
    width: 95%;
    margin: 2.5%;
    padding: 8px;
    height: 28px;
    font-size: 20px;
    border-radius: 10px;
    border-width: 0;
    border-bottom: #333333 1px solid;
}
form {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 5%;
    align-items: center;
}

button, .tip{
    width: 90%;
    margin: 5%;
    padding: 6.25px;
    height: 40px;
    font-size: 25px;
    border-radius: 25px;
    background-color: #64B6AC;
    color: #333333;
    font-weight: bold;
}

body h2 {
    font-size: 25px;
    color: #333333;
}

body h3 {
    font-size: 21px;
    color: #333333;
}

.vragen {
    font-size: 19px;
    color: #333333;
}

input[type=radio] {
    transform: scale(1.5);
    margin-right: 15px;
    accent-color: #A8D5BA;
}

label {
    display: flex;
    width: 90%;
    margin: 5%;
    /* padding: 10px; */
    height: 22.5px;
    font-size: 20px;
    color: #333333;
    align-items: center;
}

.homepage_text {
    width: 100%;
    font-size: 19px;
    color: #333333;
}

.homepage_small_text {
    width: 100%;
    font-size: 18px;
    color: #333333;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #333;
    border-radius: 20px;
    overflow: hidden;
    min-width: 60%;
    max-width: 90%;
    table-layout: fixed;
}

tbody {
    display: block;
    width: 100%;
}

thead tr, tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

th,
td {
    padding: 8px;
    border-bottom: 1px solid #EAF6F6;
    color: #333;
}

th {
    position: sticky;
    top: 0;
    background-color: #64B6AC;
    border-bottom: 2px solid #333;
    z-index: 2;
}

tr {
    background-color: #A8D5BA;
}

tr:hover {
    background-color: #64B6AC;
}

.sort svg{
  width: 10px;
}

.sort svg.rotated {
  transform: rotate(180deg);
}

.popup{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999999;
  display: none;
  justify-content: center !important;
  align-items: center !important;
}

.popup_inner{
  background: white;
  width: 500px;
  max-width: 75%;
  margin: auto;
  padding: 40px;
  border-radius: 5px;
  max-height: 80vh;
  overflow-y: scroll;
}

.popup_inner .close svg{
  width: 20px;
}

.line_users{
  cursor: pointer;
}

@media screen and (max-width: 768px){
  .email_table{
    display: none;
  }
}

.table-responsive {
  overflow-x: auto;
  width: 100%;
}

#scoreTable {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px; /* or adjust based on your needs */
}

#scoreTable th, #scoreTable td {
  padding: 8px;
  white-space: nowrap;
}

.table-responsive {
  overflow-x: auto;
  width: 100%;
}

#scoreTable {
  width: 100%;
  border-collapse: collapse;
  margin: auto;
  min-width: 900px; /* or adjust based on your needs */
}

#scoreTable th, #scoreTable td {
  padding: 8px;
  white-space: nowrap;
}


@media screen and (max-width: 768px) {
  .email_table {
    display: none; /* hide email on small screens */
  }

  #scoreTable th:nth-child(3),
  #scoreTable td:nth-child(3) {
    display: none;
  }
}
