.bold {
	font-weight: bold;
}

.verified-content,
.unverified-content {
	display: none;
}
.cursor {
	cursor: pointer;
}
.inline-block {
	display: inline-block;
}

.kontrolpanel {
	display: flex;
	margin-top: 2rem;
}
.kontrolpanel > * {
	margin-right: 0.5rem;
}
#already-approved h4 {
	margin-bottom: 0;
}

.form-control {
	  display: inline-block;
    width: auto;
    height: 38px;
}
#groupphoto {
	width: 100%;
	height: auto;
  max-height: 440px;
  object-fit: contain;
  object-position: left;
}
#groupphoto.zoomin {
  cursor: zoom-in;
}

.therow {
	display: none;
	min-height: 300px;
}
.droppable {
	padding-bottom: 2rem;
}

.person {
  display: block;
  margin-bottom: 0.5rem;
}
.person .btn {
  pointer-events: none;
  background: white !important;
  opacity: 1;
}
#fra .person,
#personale .person {
  display: inline-block;
}

body:has(.sortable-chosen) .droppable,
.highlightDropArea {
  background: rgba(204, 194, 164, 0.1);
}

.sortable-chosen .btn {
  background-color: rgba(73, 232, 228, 0.7) !important;
  opacity: 1;
}

.sortable-chosen {
  cursor: move;
  cursor: -webkit-grabbing;
}


/* Dialog full-screen style */
dialog {
  border: none;
  padding: 0;
  max-width: none;
  max-height: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

/* Fullscreen image inside dialog */
.dialog-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(255,255,255,0.15);
  color: white;
  border: none;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 4px;
}

