@charset "utf-8";
/* CSS Document – Fun but minimal color, with clear role styling */

.organizerContent {
	position: relative;
	padding: 0px;
	padding-bottom: 30%;
	height: 150%;
	width: 98%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #fdfdfd55;
	font-family: 'Segoe UI', sans-serif;
}

.organizerPage {
	height: 90%;
}

.organizerContent .divRow {
	position: static;
	background: rgba(240, 248, 255, 0.0) !important;
	width: 690px;
	height: 40px;
	border-bottom: 0px dashed #cccccc;
	padding-left: 5px;
	border-radius: 8px;
	margin-bottom: 10px;
	transition: background 0.3s ease;
}

.divRow:hover {
	background: rgba(240, 248, 255, 0.3);
}

.OrganizerTileDiv {
	position: absolute;
	padding: 3px;
	color: #000;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	background-color: transparent;
	border: 2px solid #999;
	border-radius: 10px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	cursor: grab;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	user-select: none;
    min-width: 100px;
	display: inline-block;
	white-space: nowrap;
}

.OrganizerTileDiv:active {
	transform: scale(1.05);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
	cursor: grabbing;
    
}

.Pinned {
	color: #002266 !important;
	font-weight: bold;
	font-size: 14px !important;
	border: 1px solid #002266;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.25);
	background-color: white;
	padding: 3px;
	min-width: 100px;
	display: inline-block;
	white-space: nowrap;
}

.rowNumber {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	color: #444;
}

.tileInPosition {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	transform: scale(1.02);
	border-color: #444;
   
}



.initialState {
	left: 75% !important;
	background-color:white !important;
    min-width: 100px;
	display: inline-block;
	white-space: nowrap;
}

@media only screen and (max-width: 600px) {
	.initialState {
		left: 60% !important;
	}
}

.ItalicOrganizerTileDiv {
	font-style: italic;
}

.InteractiveLabel::before {
	content: "⋮⋮"; 
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
	color: #666;
	vertical-align: middle;
}

.InteractiveLabel {
	padding-left: 0 !important;
	background-image: none !important;
	background-repeat: unset !important;
	background-position: unset !important;
}


.interactiveImagePage .imageContainer {
	width: 80% !important;
	height: auto !important;
	left: 10% !important;
	right: 10% !important;
	border-radius: 12px;
	padding: 10px;
}
