body {
	font-size: 25px;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
	background-color: rgb(230, 239, 254);
	font-family: 'Baloo Thambi 2', cursive;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

::-webkit-scrollbar{
	display: none;
}
.screen-active {
	text-shadow: -2px -2px 7px rgba(150, 150, 150, 0.84);
					/* 2px 2px 7px #ffffff; */
	/* box-shadow:  6px 6px 10px 2px rgba(115, 160, 220, 0.35),
             	-6px -6px 10px 2px #ffffff; */
	
	color: rgba(0, 0, 0, 0.9);
}
#nav,
#home,
#calibrateDiv,
#wifiDiv,
#wireDiv,
#filesDiv,
#infoDiv,
#rtcDiv,
#logIntervalDiv,
#apnDiv,
#maxPressureDiv {
	display: none;
}
.lastUpdated{
	display: none;
	height: 80px !important;
	padding: 0px !important;
	margin: 0px !important;
	margin-top: -15px !important;

}
#lastUpdated{
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	font-size: 25px !important;
	margin-top: -12px;
	font-size: 20px;
	margin-top: 5px;
}
.lastUpdatedLabel{
	position: fixed;
	width: 200px;
	margin-left: 50px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	box-shadow:  6px 6px 10px rgba(115, 160, 220, 0.35);
}
._btn{
	border-radius: 50px;
	background: linear-gradient(145deg, #cacaca, #f0f0f0);
	box-shadow:  6px 6px 10px rgba(115, 160, 220, 0.35),
             	-6px -6px 10px #ffffff;
	font-weight: 600;
	text-shadow: -2px -2px 7px rgba(150, 150, 150, 0.84);
	outline: none;
	border: none;
	padding: 10px;
	transition: ease-in-out 0.2s;
}
._btn:focus{
	outline: none;
	border: none;
}
._btn:disabled{
	text-shadow: none;
	box-shadow: none;
	border: none;
}
#connectedTo{
	position: absolute;
	left: 50%;
	width: 500px;
	margin-top: 30px;
	transform: translateX(-50%);
	color: rgba(0, 0, 0, 0.2);
}
#connect-msg{
	text-align: center;
	font-weight: 600;
	width: 90%;
	padding: 10px;
}
.input-field{
	border-radius: 50px;
	background: linear-gradient(145deg, #cacaca, #f0f0f0);
	box-shadow:  6px 6px 10px rgba(115, 160, 220, 0.35),
             	inset 6px 6px 10px rgba(0,0,0,0.1);
	/* box-shadow:  */
	width: 80%;
	font-weight: 200;
	/* text-shadow: -2px -2px 7px rgba(150, 150, 150, 0.84); */
	padding: 10px;
	border: none;
	outline: none;
	margin: 10px;
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
}
.input-field::placeholder{
	color: rgba(0, 0, 0, 0.2);
}
.select-field{
	border-radius: 50px;
	background: linear-gradient(145deg, #cacaca, #f0f0f0);
	box-shadow:  6px 6px 10px rgba(115, 160, 220, 0.35),
             	inset 6px 6px 10px rgba(0,0,0,0.1);
	/* box-shadow:  */
	width: 80%;
	font-weight: 200;
	/* text-shadow: -2px -2px 7px rgba(150, 150, 150, 0.84); */
	padding: 10px;
	border: none;
	outline: none;
	margin: 10px;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	color: rgba(0, 0, 0, 0.6);
}
.swiper-slide {
	/* box-shadow: 6px 6px 10px rgba(115, 160, 220, 0.35); */
	
	background: linear-gradient(145deg, #cacaca, #f0f0f0);
	box-shadow:  6px 6px 10px rgba(115, 160, 220, 0.35),
             	-6px -6px 10px #ffffff;
	/* background-color: transparent;
	background: transparent; */
	border-radius: 20px;
	height: 280px;
	overflow: hidden;
}
.slide-title {
	padding: 10px;
	width: 100%;
	text-transform: uppercase;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
}
.slide-value {
	/* background-color: rgb(230, 239, 254); */
	text-shadow: -2px -2px 7px rgba(150, 150, 150, 0.84);
	position: relative;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	font-weight: 800;
	text-align: center;
}
.slide-unit {
	font-size: 20px;
}
.settings-icons {
	padding-right: 30px;
	padding-left: 20px;
}
.fileSelectedFalse {
	background-color: white;
	color: black;
	transition: ease-in-out 0.3s;
}
.fileSelectedTrue {
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	transition: ease-in-out 0.3s;
}
.swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 280px;
}
a:focus,
a:hover {
	text-decoration: none;
}
.toast-message {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	border-radius: 20px;
	font-size: 15px;
	align-items: center;
	align-self: center;
	text-align: center;
	width: 200px;
	padding: 2px;
	position: fixed;
	z-index: 999;
	margin-bottom: 50px;
	margin-top: 600px;
	margin-left: 10px;
	display: none;
}
.header {
	height: 80px !important;
	width: 100%;
	padding: 20px;
	/* text-align: center;
	align-content: center;
	align-self: center;
	font-weight: bolder; */
	/* font-size: 2rem; */
	/* text-align: right; */
	/* background: linear-gradient(145deg, #cacaca, #f0f0f0); */
	/* border-radius: 50px; */
	background: #e0e0e0;
	box-shadow:  20px 20px 60px #bebebe,
             -20px -20px 60px #ffffff;
	/* background-image: linear-gradient(135deg, rgba(36, 12, 255, 0.6) 0%, rgba(181, 10, 233, 0.5) 100%); */
	/* background-image: linear-gradient(135deg, rgba(8, 228, 132, 0.885) 0%, rgba(17, 204, 33, 0.885) 100%); */
	font-family: 'Baloo Thambi 2', cursive;
}
.header-text{
	float: right;
	font-weight: 900;
	text-shadow: -2px -2px 7px rgba(150, 150, 150, 0.84);

}
.header-logo{
	filter: invert(100%);
}
.footerNav {
	/* color: white; */
	font-size: 3rem;
	/* background: white; */
	background-color: rgb(230, 239, 254);
	text-align: center;
	animation: ease-in-out 0.5s;
}
.footerInner {
	padding: 1px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 35px;
}
input,
textarea {
	-moz-user-select: text;
}
.preloaderContainer {
	height: 100%;
	width: 100%;
	overflow: hidden;
	overflow: hidden;
	background-color: white;
	font-family: 'Baloo Thambi 2', cursive;
	font-size: 3rem;
	font-weight: 900;
}
.preloader {
	z-index: 99;
	padding: 40px;
	height: 120vh;
	width: 100%;
	background-image: linear-gradient(-135deg, rgba(36, 12, 255, 0.6) 0%, rgba(181, 10, 233, 0.6) 100%);
	overflow-y: hidden;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	color: white;
}
@media only screen and (max-height: 730px) {
	/* body {
		font-size: 20px;
	} */
	.btnOnOff {
		padding: 20px;
		margin-top: 10px;
		font-size: 25px;
	}
	.footerNav {
		font-size: 2.5rem;
	}
	.header {
		height: 130px;
	}
	.card-2 {
		padding: 20px;
		border-radius: 25px;
		font-size: 1.5rem;
	}
	.headerLogo {
		margin-top: -10px;
	}
}
@media only screen and (max-height: 630px) {
	/* body {
		font-size: 15px;
		overflow-y: scroll;
	} */
	.btnOnOff {
		padding: 15px;
		margin-top: 10px;
		font-size: 20px;
	}
	.footerNav {
		font-size: 2.5rem;
	}
	.header {
		height: 130px;
	}
	.card-2 {
		padding: 15px;
		border-radius: 25px;
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 350px) {
	.headerLogo {
		font-size: 20pt;
	}
}
