body {
	background-color: #F0F4EF;
	min-width: 400px;
}

#iframe_loading {
	background-color: rgba(57, 57, 57, 0.5);
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2000;
	text-align: center;
}

#switch-theme-btn {
	color: white;
	position: relative;
	right: 20px;
	text-decoration: none;
}

.container-fluid .row .nofacebook-main {
	background-image: url("../images/dots.png");
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	padding-bottom: 15px;
}

.tab-content {
	display: block;
	max-width: 80%;
	background-color: rgba(254, 250, 250, 0.95);
	padding: 20px;
	margin: 75px auto auto;
	border-radius: 5px;
}

nav .sidebar-sticky {
	padding-top: 40px;
}

.sidebar-text {
	text-align: justify;
	word-spacing: -2px;
	line-height: 26px;
}

#title_box {
	background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
}

#pills-tab {
    margin-top: 15px;
	width: 80%;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.loader {
	position: relative;
	margin: auto;
	top: 45%;
	border: 16px solid #343a40; /* Grey */
	border-top: 16px solid #efeeda; /* Beige */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

#loader_label {
	color: white;
	position: relative;
	top: 47%;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.center {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.blur-radio {
	margin-bottom: 15px;
}

#blur_options {
	margin-top: 15px;
	display: none;
}

.model-radio {
	margin-bottom: 15px;
}

.download-zip {
	height: 50px;
	position: relative;
}

.col-12 {
	position: relative;
	width: 50%;
}

#imageBitmap {
	width: 500px;
	height: 375px;
	background-color: #666;
	display: none;
}

.label-header {
	margin-bottom: 0px;
}

.label-subheader {
	font-size: 12px;
	margin-bottom: 3px;
}

.container {
	width: 60%;
	min-width: 600px;
}

.col-12 img {
	animation: fadeIn 1.5s;
	opacity: 1;
	width: 100%;
	display: block;
	transition: .5s ease;
	backface-visibility: hidden;
	margin: 10px;
}

.upload_container {
	display: block;
	max-width: 65%;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

#livestream_controls {
	margin-top: 15px;
	margin-bottom: 15px;
}

#framerate-range {
	accent-color: #545b62;
}

#framerate-display {
	text-align: center;
}

#blur-options-webcam {
	display: none;
	margin-top: 15px;
}

#submit-btn {
	margin-top: 15px;
}

#image-submit-button {
	margin-top: 15px;
}

.form_container {
	margin-top: 15px;
}

#imageid {
    display: block;
    margin: auto;
    margin-top: 20px;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	text-align: center;
}

.text {
	background-color: #344966;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
	text-decoration: none;
	border-radius: 5px;
}

sidebar {
	min-width: 150px;
}

.hidden {
	display: none;
}

.text:hover {
	text-decoration: none;
}

.col-12:hover .middle {
	opacity: 1;
}

.col-12:hover img {
	opacity: 0.3;
}

@media only screen and (max-width: 1140px) {
	.nav-link {
		font-size: 12px;
		position: relative;
		white-space: nowrap;
	}
}

@media only screen and (max-width: 1000px) {
	.form_container {
		max-width: 100%;
		min-width: 100%;
	}
	
	.container {
		width: 100%;
		min-width: 0px;
	}
	
	.text {
		font-size: 12px;
	}
	
	h4 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1000px) {
	.tab-content {
		padding: 15px 0 0;
		width: 100vw;
	}
	
	.btn-group {
		flex-direction: column;
	}
	
	.btn-group > label {
		border-radius: 0;
	}
	
}

@media only screen and (max-width: 768px) {
	.container-fluid .row .sidebar {
		font-size: 13px;
		height: 250px;
		padding-top: 10px;
	}

	body #main-bar {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	.container-fluid .row .sidebar {
		height: 300px;
	}
}

body {
  font-size: .875rem;
}

#logo-slash {
	position: relative;
	bottom: 2px;
	margin-right: 3px;
}

.feather {
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}


.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

#main-bar {
	display: block;
	text-align: center;
	position: fixed;
	top: 40px;
	right: 0;
	width: 83.35%;
	padding-right: 200px;
	padding-left: 200px;
}

#main-tabs {
	text-align: center;
}

.nav-link {
	font-size: 20px;
}

.nav .nav-item .nav-link.active {
	background-color: rgba(224, 225, 221, 0.9);
}

.nav .nav-item > .nav-link {
	color: black;
}

.nav .nav-item > .nav-link.active {
	color: black;
}

.device-select-class{
    display: none;
}