.device-entry{
	border: 1px solid #FFFFFF33;
	background-color: #FFFFFF11;
	display: flex;
	justify-content: space-between;
	align-items: stretch;

}

.device-section{
	padding: 6px;
}

.device-icon{
	margin:  4px;
	color: #FFFFFF88;
}


.panel-card{
    min-width: 266px;
}

.panel-card-content{
    margin: auto;
}

.fixed{
	position: fixed;
}

.inset-0{
	inset: 0;
}

.z-index-1000{
	z-index:1000;
}

.z-index-2000{
	z-index:2000;
}

.z-index-3000{
	z-index:3000;
}

.qr-display-container{
	z-index:9000;
	position: fixed;
	background-color: #000000;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flex-item {

    width: 360px; /* or your desired width */
    margin: 20px; /* Add spacing between flex items if needed */

}


.min-width-300px{
	min-width: 300px;
}

.width-40px{
	width: 40px;
}

.padding-30px{
	padding:30px;
}
