body {
	margin: 0;
	background-color: #000;
	color: #fff;
	/*font-family: Monospace;*/
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

label, h6, h5, h4, h3, h2, h1 {
	color: black;

}
body {
	background:transparent;

}
.loading-bar-fill {
	transition: width 2s ease-in-out;
}
/* Ensure the percentage text is visible and centered within the bar */
.progress-bar-text {
	position: absolute;
	width: 100%;
	text-align: center;
	color: white; /* Make sure text is visible against the blue bar */
	font-size: 0.75rem; /* Equivalent to text-xs in Tailwind */
	font-weight: 600; /* Equivalent to font-semibold in Tailwind */
	line-height: 24px; /* Adjusted to match the progress bar height for vertical centering */
}
.progress-ring {
  
}
	.settingsSelect {
		color:white;
	}

  .settingsSelect option {
	background:#ff9667cc;
	border: 1px solid white;
    box-shadow: none;
  }
.btn2 {
	line-height:1.5;
	font-size:14px;
	border-radius:300px;
	border:1px solid white;
	padding:0.375rem 0.75rem;
	background-color:transparent;
	color:white;
	border-color:white;
}
.modal-backdrop {
	background-color:transparent!important;
}
.activeSettingsButton {
	border-bottom: 2px solid white;
}
.objAdded {
	left: 0px;top: 20%;display:flex;
}
.usersManagement {
	right: 0px;top: 20%;display:flex;z-index:10;
}
.popUpTop {
	height:64px;top:236px;
}
.popUpTopHeartbeat {
	animation: heartbeat 2s infinite;
}
/* Notification Bubble */
.notificationBubble {
    position: absolute;
	/*width:135px;*/
    /*top: -40px;*/ /* Adjust as needed */
    /*left: -125px;*/ /* Adjust as needed */
	left:calc(-1 * var(--dynamic-width) - 10px);
    background: yellow;
    color: black;
    padding: 10px;
    border-radius: 15px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    transform: scale(0.8);
    transition: all 0.5s ease;
}
/* Add a triangular "tail" for the bubble */
.notificationBubble::after {
    content: "";
    position: absolute;
    /*left: 115px;*/ /* Centered under the bubble */
	left: calc(1 * var(--dynamic-width));
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: yellow transparent transparent transparent;
	transform:rotateZ(270deg)
}

/* Heartbeat Animation */
@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
        background-color: black;
    }
    50% {
        transform: scale(1.2);
        background-color:yellow ;
    }
}
.popUpImg {
	width:24px;
}
.arrowPopUp {
	margin-left: 5px;
}
.arrowPopUp2 {
	margin-left: 5px;
}
.contentPopUp {
	width:300px;height:300px;
}
.contentPopUp2 {
	width:300px;height:300px;
}
.containerModels {
	height:90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	overflow: overlay;
}
.containerModelSon {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
}
.modelElementStyle {
	display:flex;
	height:20%;
}
.modelElementStyleUser {
	height:32px;
	width:90%
}
.imgPermission {
	margin-left:1rem;
}
.permissionBar {
	width: 226px;
	margin-right:43px;
}
@media (max-height:700px) {
	.objAdded {
		left: 40vw;
		top: calc(100vh - 32px);
		display: flex;
		flex-direction: column-reverse;
	}
	.objAddedPoppedUp {
		top: calc(100vh - 207px);
	}
	.usersManagement {
		right:40vw;top: 0;display:flex;flex-direction:column;
	}
	.popUpTop {
		width:64px;
		height:32px;
		top:0px;
		display:flex;
	}
	.popUpImg {
		width:100%;
	}
	.arrowPopUp {
		margin-left: 0px;
		transform: rotateZ(270deg);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.arrowPopUp2 {
		transform: rotateZ(-90deg);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.contentPopUp {
		width:200px;height:175px;
		overflow: scroll;
    	overflow-y: hidden;
	}
	.contentPopUp2 {
		width:200px;height:175px;
		order:-1;
	}
	.containerModels {
		height:20%;
		display: block;
		flex-direction: column;
		align-items: center;
		width: 200px;
		height: auto;
		overflow-x: overlay;
	}
	.containerModelSon 
	{
		flex-direction: row;

		display:flex;
	}
	.modelElementStyle {
		display:flex;
		height:70px;
	}
	.modelElementStyleUser {
		height:32px;
		width:100%
	}
	.imgPermission {
		margin-left:0rem;
	}
	.permissionBar {
		width: 163px;
		margin-right:26px;
	}
	.notificationBubble {
		position: absolute;
		/*width:135px;*/
		top: 40px; /* Adjust as needed */
		/*left: -50px;*/ /* Adjust as needed */
		left: calc(-1 * var(--dynamic-width) / 2);
		background: yellow;
		color: black;
		padding: 10px;
		border-radius: 15px;
		font-size: 14px;
		font-family: Arial, sans-serif;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
		white-space: nowrap;
		transform: scale(0.8);
		transition: all 0.5s ease;
	}
	/* Add a triangular "tail" for the bubble */
	.notificationBubble::after {
		content: "";
		bottom:40px;
		position: absolute;
		/*left: 70px;*/ /* Centered under the bubble */
		left: calc( var(--dynamic-width) / 2);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: yellow transparent transparent transparent;
		transform:rotateZ(180deg)
	}
}
.inactiveSetting {
	color:black!important;
}
/* Style for the tooltip container */
  .tooltip {
	position: relative;
	display: inline-block;
	opacity:1;

  }
  .mindar-ui-overlay {
	pointer-events: none;
  }
  /* Style for the tooltip text */
  .tooltip .tooltiptext {
	visibility: hidden;
	background-color: orange;
	color: white;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	transition: opacity 0.3s;
  }

  /* Show the tooltip text when hovering over the tooltip container */
  .tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
  }
.active-transform-but {
	border:solid;
	border-color:black;
}
@media (min-width: 720px) and (min-height: 720px) {
	/*#clonlogo {
		width:128px!important;
		height:128px!important;
		
	  }*/
	  #okayBut {
		/*width:30%!important;*/
	  }
	  
  }
  #clonlogo {
	width:64px;
	height:64px;
  }
  
  #okayBut {
	/*width:70%;*/
  }
  .left {
	transform: rotate(270deg);
	margin-right:1rem;;
  }
  .right {
	transform: rotate(90deg);
  }
  .up {
	top:-44px;
  }
  .down {
	top:-20px
  }
  .border-silence {
	border: 5px solid transparent;
  }
  .border-low {
	border: 5px solid #0099cc;
  }
  .border-mid {
	border: 5px solid #333399;
  }
  .border-high {
	border: 5px solid #C20B19;
  }
#circlediv {
	position: absolute;
    top: 50%;
    left: 50%;
    /* padding: 10px; */
    box-sizing: border-box;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
	z-index: 1;
	margin-top: -120px;
  	margin-left: -120px;
}
.progress-ring__circle {
  transition: 0.35s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  position:absolute;
}
a {
	color: #007bff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	cursor: pointer;
}

canvas {
	display: block;
}

#info {
	position: absolute;
	top: 10px;
	left:10px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}
@keyframes circle {
    from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
    to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
from { transform: translateX(100px); }
to   { transform: translateX(-100px); }
}
.textHelp {
	color: black;
    position: fixed;
	font-weight: bold;
	-webkit-text-fill-color: black; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    top: 50%;
    left: 25%;
    width: 50%;
}
#arprompt {
	position:absolute;
	left: 50%;
	bottom: 175px;
	animation: elongate 2s infinite ease-in-out alternate;
	display: flex;
}
#arprompt > img {
	animation: circle 4s linear infinite;
}
a, button, input, select {
	pointer-events: auto;
}

.dg.ac {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2 !important; /* TODO Solve this in HTML */
}

#overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	background-color: #000000;
	color: #ffffff;
}

#overlay > div {
	text-align: center;
}

#overlay > div > button {
	height: 20px;
	background: transparent;
	color: #ffffff;
	outline: 1px solid #ffffff;
	border: 0px;
	cursor: pointer;
}

#overlay > div > p {
	color: #777777;
	font-size: 12px;
}