.ad2hs-prompt {
	background-color: rgb(59, 134, 196); /* Blue */
	border: none;
	display: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	position: absolute;
	margin: 0 1rem 1rem;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 32px);
}

.display_inline{display:inline!important}

.ios-prompt {
	background-color: #F6F6F6;
	display: none;
	
	padding: 0.8rem 1rem 0 0.5rem;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	border-radius:15px; 
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
	padding:15px;
	position: fixed;
	margin: 0 auto 1rem;
	max-width: 95%;
	width:100%;
	bottom: 0;
	z-index: 1;
	margin-left:2.5%
}

#c_ios-prompt{width:400px; max-width:100%; margin:0 auto;}
#c_ios-prompt_1 IMG{float: left; height: auto; width: 100%; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); border-radius:12px; margin-left:0px; max-width:72px}
#c_ios-prompt_2{padding-left:0px;}
#c_ios-prompt_2 DIV{line-height:20px; padding-top:0px; font-size:14px}
	#c_ios-prompt_2 DIV IMG:first-child{display: inline-block; margin-top: -2px; height: 18px; width: auto;}
	#c_ios-prompt_2 DIV IMG:last-child{display: inline-block; margin-top: -3px; height: 18px; width: auto; margin-left:4px}
#c_ios-prompt_3{padding-left:5px;}
#close_ios-prompt{width:25px; height:auto; top: 10px; right: 10px; position: absolute;}
.hidden {
	display: none !important;
}
.not-visible{visibility:hidden}



#installContainer {
	background-color: #F6F6F6;
	padding: 0.8rem 1rem 0 0.5rem;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	border-radius:15px; 
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
	padding:15px;
	position: fixed;
	margin: 0 auto 1rem;
	max-width: 95%;
	width:100%;
	bottom: 0;
	z-index: 1;
	margin-left:2.5%
}

#c_android-prompt{width:400px; max-width:100%; margin:0 auto;}
#c_android-prompt_1 IMG{float: left; height: auto; width: 100%; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); border-radius:12px; margin-left:0px; max-width:72px}
#c_android-prompt_2{padding-left:0px;}
#c_android-prompt_2 DIV{line-height:20px; padding-top:0px; font-size:14px}
#c_android-prompt_3{}
	/*#c_android-prompt_3 IMG{width:25px; height:auto;}*/
	
#close_android-prompt{width:25px; height:auto; top: 10px; right: 10px; position: absolute;}

#installContainer button {
	background-color: inherit;
	border: 1px solid #d01d2a;
	color: #d01d2a;
	font-size: 1em;
	padding: 0.75em;
}

#debug_sw{width:100%; color:#000; border:1px solid #000}

#btnDisconnect{color:#dc3545!important; font-weight:100!important; border:1px solid #dc3545; border-radius:4px;}
	#btnDisconnect:hover{background:#dc3545!important;color:#ffffff!important;}
@media (max-width: 767px){
	#btnDisconnect{width: fit-content; font-weight:300!important; }
}



.row-bootstrap {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row-bootstrap > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}


.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
