

/* Style the collapsible content. Note: hidden by default */
.col_content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  position: relative; 
  left: -75px;
}

/* Kiosk styles */
.kiosk-checked-in {
  text-align: center;
}

.kiosk-container {
  position: relative;
}

.kiosk-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 10;
  text-align: center;
  padding-top: 50px;
  font-size: 18px;
  font-weight: bold;
}

.kiosk-table-header-action {
  width: fit-content;
  padding-right: 5px;
  padding-left: 5px;
}

.kiosk-table-header {
  padding-right: 5px;
  padding-left: 5px;
}

.kiosk-table-header-wide {
  width: 150px;
  padding-right: 5px;
  padding-left: 5px;
}

.kiosk-table-cell-action {
  vertical-align: top;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.kiosk-table-cell-info {
  padding-right: 5px;
  padding-left: 10px;
}

.kiosk-student-name {
  font-size: 140%;
}

.kiosk-table-cell {
  width: 150px;
  vertical-align: top;
  padding-right: 5px;
  padding-left: 5px;
}

.icon {
  width: 50px;
  height: auto;
}

.overflow-left {
    position: relative;
    width: 0; /* Keep content width from expanding the cell */
    overflow: visible;
    white-space: nowrap;
    left: -50px; /* Adjust based on how far left you want it */
}