.boardCol {
  min-width: 150px;
  flex: 1;
  padding: 0 2px;
  transition: background-color 0.15s;
}

.boardCol--drag-over {
  background-color: rgba(0, 123, 255, 0.08);
}

.recruit-drop-indicator {
  height: 3px;
  background-color: #007bff;
  border-radius: 2px;
  margin: 2px 0;
}

.BoardTitle {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 6px 4px;
  margin-bottom: 0;
  background: #ffffff;
  font-family: Tahoma, sans-serif;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #ccc;
}

.board-count {
  display: inline-block;
  background: #6c757d;
  color: white;
  font-size: 10px;
  font-weight: 600;
  border-radius: 10px;
  padding: 0 6px;
  margin-left: 4px;
  vertical-align: middle;
  line-height: 18px;
}

.recruitCard {
  margin-bottom: 4px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 100;
  transition: box-shadow 0.15s;
}
.recruitCard:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.recruit-card-header {
  display: flex;
  padding: 5px;
  gap: 6px;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.recruit-card-stripe {
  position: absolute;
  top: -40px;
  width: 600px;
  height: 600px;
  transform: rotateZ(30deg);
  opacity: 0.5;
  z-index: 0;
}

.recruit-card-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}

.recruit-card-info {
  flex: 1;
  min-width: 0;
  padding-left: 4px;
  border-left: 1px solid #ccc;
  z-index: 1;
}

.recruit-card-img {
  z-index: 1;
}

.recruit-card-name {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recruit-card-detail {
  font-size: 10px;
  color: #555;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recruit-card-expanded {
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-top: 1px solid #eee;
  background-color: white;
  gap: 4px;
}

.recruit-card-measures {
  display: flex;
  gap: 12px;
  font-size: 11px;
  padding: 2px 0;
}

.recruit-card-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  padding: 2px 0;
}

.recruit-label-btn {
  border: none;
  color: white;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 1.4;
}
.recruit-label-btn:hover {
  opacity: 0.85;
}

.recruit-card-notes {
  resize: none;
  min-height: 50px;
  padding: 4px;
  width: 100%;
  font-size: 11px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.recruit-card-notes:focus {
  outline: none;
  border-color: #86b7fe;
}

.recruit-card-note-text {
  padding: 2px 0;
  font-size: 11px;
  color: #333;
}

.recruit-card-actions {
  display: flex;
  gap: 2px;
}
.recruit-card-actions .btn {
  flex: 1;
  font-size: 10px;
  padding: 2px 4px;
}

.recruitCardExpanded {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  transition: all 0.25s;
  background-color: rgba(255, 255, 255, 0.6666666667) !important;
  border: 1px solid rgba(170, 170, 170, 0.6666666667);
}

.recruitCardExtraInfo {
  background-color: #f2f5f7;
  height: 0;
  transition: all 0.2s;
  overflow: hidden;
}

.recruitingBoardHead {
  height: 3vw;
  width: 3vw;
  padding: 3px;
  border-radius: 5px;
  display: grid;
}

.recBtn {
  border: 0 !important;
  font-size: 0.5vw !important;
  padding: 0.2vw 0.25vw !important;
}

/*# sourceMappingURL=recruiting_board.css.map */
