body {
	padding-top: 80px;
	color: #000000!important;
}

a {
	text-decoration: none;
}

.hide {
	display: none !important;
}

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

.rounded {
	border-radius: 5px;
}

.centered {
	display: block;
	margin: auto;
}

.relative {
	position: relative;
}

.top-left {
	position: absolute;
	top: 0px;
	left: 0px;
}

.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
}

.bottom-left {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.bottom-right {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.navbar-brand {
	margin-left: 0px !important;
}

.navbar {
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);
}

.navbar-header {
	padding-left: 40px;
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.divider {
	width: 100%;
	text-align: center;
}

.divider hr {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
}

.fa-2 {
	font-size: 2em !important;
}
.fa-3 {
	font-size: 4em !important;
}
.fa-4 {
	font-size: 7em !important;
}
.fa-xl {
	font-size: 12em !important;
}
.fa-6 {
	font-size: 20em !important;
}

div.no-video-container {
	position: relative;
}

.no-video-icon {
	width: 100%;
	height: 240px;
	text-align: center;
	padding-top: 5rem !important;
}

.no-video-text {
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-size: 24px;
}

.meetecho-logo {
	padding: 12px !important;
}

.meetecho-logo > img {
	height: 26px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	background-color: #f5f5f5;
}

.bg-gray {
	background-color: #f5f5f5;
}

.januscon {
	font-weight: bold;
	animation: pulsating 1s infinite;
}
@keyframes pulsating {
	30% {
		color: #FFD700;
	}
}



/*------ Style 1 ------*/

#colorPicker {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	width: 35px;
	height: 35px;
	border: none;
	cursor: pointer;
	}
#colorPicker::-webkit-color-swatch {
	border-radius: 50%;
	border: 2px solid #ffffff;
	}
#colorPicker::-moz-color-swatch {
	border-radius: 50%;
	border: 2px solid #ffffff;
	}





  #tool_options,#shift_slider{
	padding-top: 15px;
	display: flex;
	pointer-events: auto;
  }

  #brushSize,#colorPicker,#telestrationShfit,#alphaSelector,#duration-select{
	display: none;
  }
  #controlsOverlay{
	display: none;
  }




.icon-selector {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.icon-button {
    /*flex: 1;
    background: #f0f0f0;
    border: none;
    padding: 2px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;*/

	pointer-events: auto; /* Make buttons clickable */
	margin: 10px;
	padding: 10px;
	/*background: rgba(0, 0, 0, 0.5);*/
	background-color: #e0e0e0;
	color: white;
	border: none;
	cursor: pointer;
}

.icon-button.active,
.icon-button:hover {
    background-color: #e0e0e0;
}

.icon-button i {
    color: #333;
  
}

#tools{
	display: none;
}


#controlsOverlay {
	position: absolute;
	top: 50px;
	left: 50px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	pointer-events: none; /* Allow clicks to pass through */
}
.control-button {
	pointer-events: auto; /* Make buttons clickable */
	margin: 10px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	cursor: pointer;
}

.tool{
	display: none;
}

#mstream0
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
}

html, body {
	margin: 0;
	padding: 0;
	overflow: hidden; /* Prevent scrolling */
	height: 100%; /* Ensure the body takes up the full height of the viewport */
}

#stream_selection{
	padding-top: 50px;
}

#duration-select{
	color: white; /* Color del texto */
	text-shadow:
		-1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000; /* Sombras para crear el borde negro */
}