body {
	font-family: "Roboto", sans-serif;
	text-align: center;
	margin: 0;
  }
  .header {
	height: 100px;
	margin: 0;
	margin-bottom: 30px;
	border-bottom: 2px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-bottom: 1px;
	border-bottom-style: outset;
	border-bottom-color: hsla(0, 100%, 50%, 0.1);
  }
  .background-image {
	/*background-image: url('data:image/png;base64,{{ bg_data }}');*/
	background-image: url("http://www.techfirefly.life/wp-content/uploads/2023/12/Bg.png");
	background-size: auto;
	background-repeat: repeat;
  }
  .logo {
	max-width: 200px;
	margin-bottom: 0px;
  }
  .h1 {
	font-weight: 300;
	font-size: 30px;
  }
  .file-upload {
	background-color: #8db051; /* Set button color to blue */
	border: none; /* Remove the border */
	border-radius: 4px;
	padding: 10px; /* Adjust padding for a more comfortable button size */
	cursor: pointer;
	color: #fff; /* Set text color to white */
	margin-right: 0;
	width: 46%; /* Set explicit width */
	height: 18px; /* Set explicit height */
	font-size: 15px;
	display: inline-block;
	float: left;
  }
  .generate-output-button {
	background-color: #8db051; /* Set button color to blue */
	border: none; /* Remove the border */
	border-radius: 4px;
	padding: 10px; /* Adjust padding for a more comfortable button size */
	cursor: pointer;
	color: #fff; /* Set text color to white */
	margin-left: 0;
	width: 46%; /* Set explicit width */
	height: 38px; /* Set explicit height */
	font-size: 15px;
	float: right;
  }
  .reset-button {
	background-color: #8db051;
	border: none;
	border-radius: 4px;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	margin-left: 0px;
	width: 100%;
	height: 38px;
	font-size: 15px;
	margin-top: 7px;
  }
  #image-preview {
	margin: 0 auto;
	border: 2px dashed #ddd;
	padding: 20px;
	background-color: #f9f9f9;
	margin-bottom: 20px;
	width: 350px;
	display: inline-block;
  }
  #image-preview img {
	width: 100%;
  }
  #preview-img {
	max-width: 100%;
	max-height: 300px;
	display: block;
	margin: 0 auto;
  }
  .result {
	margin-bottom: 25px;
  }
  .inappropriate {
	color: red;
	font-weight: bold;
	margin-top: 10px;
  }
  .detected-text-heading {
	margin-bottom: 0px; /* Adjust the value as needed */
  }
  .detected-text-t {
	margin-top: 10px;
  }
  
    button[disabled],
  .disabledFile {
	background-color: #cccccc !important;
	color: #666666 !important;
	cursor: not-allowed !important;
  }

  #pageloader {
	background: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
	left: 0;
  }
  
  #pageloader img {
	left: 46%;
	margin-left: 0;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 130px;
  }
  
  .url-Input {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 8px;
  }
  input:focus-visible {
	outline: 0px solid #ccc;
  }
  input:disabled {
	cursor: not-allowed;
  }

  #pageloader .container {
	position: relative;
	height: 100px;
	width: 86px;
	transform: scale(0.5);
	top: 20%;
	left: 48%;
}
.cube {
	position: absolute;
	width: 86px;
	height: 100px;
}
.right {
	background: #e79c10;
	transform: rotate(-30deg) skewX(-30deg) translate(49px, 65px) scaleY(0.86);
}
.left {
	background: #d53a33;
	transform: rotate(90deg) skewX(-30deg) scaleY(0.86) translate(25px, -50px);
}
.top {
	background: #1d9099;
	transform: rotate(210deg) skew(-30deg) translate(-75px, -22px) scaleY(0.86);
	z-index: 2;
}
.face {
	height: 50px;
	width: 50px;
	position: absolute;
	transform-origin: 0 0;
}
.h1.w1.l1 {
	z-index: -1;
	animation-name: h1w1l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w1l1 {
	0% {
		transform: translate(0%, -100%);
   }
	14% {
		transform: translate(-50%, -125%);
   }
	28% {
		transform: translate(0%, -150%);
   }
	43% {
		transform: translate(0%, -200%);
   }
	57% {
		transform: translate(50%, -175%);
   }
	71% {
		transform: translate(0%, -150%);
   }
	85% {
		transform: translate(0%, -100%);
   }
	100% {
		transform: translate(0%, -100%);
   }
}
.h1.w1.l2 {
	z-index: -1;
	animation-name: h1w1l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w1l2 {
	0% {
		transform: translate(50%, -75%);
   }
	14% {
		transform: translate(50%, -75%);
   }
	28% {
		transform: translate(100%, -100%);
   }
	43% {
		transform: translate(100%, -150%);
   }
	57% {
		transform: translate(100%, -150%);
   }
	71% {
		transform: translate(50%, -125%);
   }
	85% {
		transform: translate(50%, -75%);
   }
	100% {
		transform: translate(50%, -75%);
   }
}
.h1.w1.l3 {
	z-index: -1;
	animation-name: h1w1l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w1l3 {
	0% {
		transform: translate(100%, -50%);
   }
	14% {
		transform: translate(150%, -25%);
   }
	28% {
		transform: translate(200%, -50%);
   }
	43% {
		transform: translate(200%, -100%);
   }
	57% {
		transform: translate(150%, -125%);
   }
	71% {
		transform: translate(100%, -100%);
   }
	85% {
		transform: translate(100%, -50%);
   }
	100% {
		transform: translate(100%, -50%);
   }
}
.h1.w2.l1 {
	z-index: -1;
	animation-name: h1w2l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w2l1 {
	0% {
		transform: translate(-50%, -75%);
   }
	14% {
		transform: translate(-100%, -100%);
   }
	28% {
		transform: translate(-100%, -100%);
   }
	43% {
		transform: translate(-100%, -150%);
   }
	57% {
		transform: translate(-50%, -125%);
   }
	71% {
		transform: translate(-50%, -125%);
   }
	85% {
		transform: translate(-50%, -75%);
   }
	100% {
		transform: translate(-50%, -75%);
   }
}
.h1.w2.l2 {
	z-index: -1;
	animation-name: h1w2l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w2l2 {
	0% {
		transform: translate(0%, -50%);
   }
	14% {
		transform: translate(0%, -50%);
   }
	28% {
		transform: translate(0%, -50%);
   }
	43% {
		transform: translate(0%, -100%);
   }
	57% {
		transform: translate(0%, -100%);
   }
	71% {
		transform: translate(0%, -100%);
   }
	85% {
		transform: translate(0%, -50%);
   }
	100% {
		transform: translate(0%, -50%);
   }
}
.h1.w2.l3 {
	z-index: -1;
	animation-name: h1w2l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w2l3 {
	0% {
		transform: translate(50%, -25%);
   }
	14% {
		transform: translate(100%, 0%);
   }
	28% {
		transform: translate(100%, 0%);
   }
	43% {
		transform: translate(100%, -50%);
   }
	57% {
		transform: translate(50%, -75%);
   }
	71% {
		transform: translate(50%, -75%);
   }
	85% {
		transform: translate(50%, -25%);
   }
	100% {
		transform: translate(50%, -25%);
   }
}
.h1.w3.l1 {
	z-index: -1;
	animation-name: h1w3l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w3l1 {
	0% {
		transform: translate(-100%, -50%);
   }
	14% {
		transform: translate(-150%, -75%);
   }
	28% {
		transform: translate(-200%, -50%);
   }
	43% {
		transform: translate(-200%, -100%);
   }
	57% {
		transform: translate(-150%, -75%);
   }
	71% {
		transform: translate(-100%, -100%);
   }
	85% {
		transform: translate(-100%, -50%);
   }
	100% {
		transform: translate(-100%, -50%);
   }
}
.h1.w3.l2 {
	z-index: -1;
	animation-name: h1w3l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w3l2 {
	0% {
		transform: translate(-50%, -25%);
   }
	14% {
		transform: translate(-50%, -25%);
   }
	28% {
		transform: translate(-100%, 0%);
   }
	43% {
		transform: translate(-100%, -50%);
   }
	57% {
		transform: translate(-100%, -50%);
   }
	71% {
		transform: translate(-50%, -75%);
   }
	85% {
		transform: translate(-50%, -25%);
   }
	100% {
		transform: translate(-50%, -25%);
   }
}
.h1.w3.l3 {
	z-index: -1;
	animation-name: h1w3l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h1w3l3 {
	0% {
		transform: translate(0%, 0%);
   }
	14% {
		transform: translate(50%, 25%);
   }
	28% {
		transform: translate(0%, 50%);
   }
	43% {
		transform: translate(0%, 0%);
   }
	57% {
		transform: translate(-50%, -25%);
   }
	71% {
		transform: translate(0%, -50%);
   }
	85% {
		transform: translate(0%, 0%);
   }
	100% {
		transform: translate(0%, 0%);
   }
}
.h2.w1.l1 {
	z-index: -2;
	animation-name: h2w1l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w1l1 {
	0% {
		transform: translate(0%, -50%);
   }
	14% {
		transform: translate(-50%, -75%);
   }
	28% {
		transform: translate(0%, -100%);
   }
	43% {
		transform: translate(0%, -100%);
   }
	57% {
		transform: translate(50%, -75%);
   }
	71% {
		transform: translate(0%, -50%);
   }
	85% {
		transform: translate(0%, -50%);
   }
	100% {
		transform: translate(0%, -50%);
   }
}
.h2.w1.l2 {
	z-index: -2;
	animation-name: h2w1l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w1l2 {
	0% {
		transform: translate(50%, -25%);
   }
	14% {
		transform: translate(50%, -25%);
   }
	28% {
		transform: translate(100%, -50%);
   }
	43% {
		transform: translate(100%, -50%);
   }
	57% {
		transform: translate(100%, -50%);
   }
	71% {
		transform: translate(50%, -25%);
   }
	85% {
		transform: translate(50%, -25%);
   }
	100% {
		transform: translate(50%, -25%);
   }
}
.h2.w1.l3 {
	z-index: -2;
	animation-name: h2w1l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w1l3 {
	0% {
		transform: translate(100%, 0%);
   }
	14% {
		transform: translate(150%, 25%);
   }
	28% {
		transform: translate(200%, 0%);
   }
	43% {
		transform: translate(200%, 0%);
   }
	57% {
		transform: translate(150%, -25%);
   }
	71% {
		transform: translate(100%, 0%);
   }
	85% {
		transform: translate(100%, 0%);
   }
	100% {
		transform: translate(100%, 0%);
   }
}
.h2.w2.l1 {
	z-index: -2;
	animation-name: h2w2l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w2l1 {
	0% {
		transform: translate(-50%, -25%);
   }
	14% {
		transform: translate(-100%, -50%);
   }
	28% {
		transform: translate(-100%, -50%);
   }
	43% {
		transform: translate(-100%, -50%);
   }
	57% {
		transform: translate(-50%, -25%);
   }
	71% {
		transform: translate(-50%, -25%);
   }
	85% {
		transform: translate(-50%, -25%);
   }
	100% {
		transform: translate(-50%, -25%);
   }
}
.h2.w2.l2 {
	z-index: -2;
	animation-name: h2w2l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w2l2 {
	0% {
		transform: translate(0%, 0%);
   }
	14% {
		transform: translate(0%, 0%);
   }
	28% {
		transform: translate(0%, 0%);
   }
	43% {
		transform: translate(0%, 0%);
   }
	57% {
		transform: translate(0%, 0%);
   }
	71% {
		transform: translate(0%, 0%);
   }
	85% {
		transform: translate(0%, 0%);
   }
	100% {
		transform: translate(0%, 0%);
   }
}
.h2.w2.l3 {
	z-index: -2;
	animation-name: h2w2l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w2l3 {
	0% {
		transform: translate(50%, 25%);
   }
	14% {
		transform: translate(100%, 50%);
   }
	28% {
		transform: translate(100%, 50%);
   }
	43% {
		transform: translate(100%, 50%);
   }
	57% {
		transform: translate(50%, 25%);
   }
	71% {
		transform: translate(50%, 25%);
   }
	85% {
		transform: translate(50%, 25%);
   }
	100% {
		transform: translate(50%, 25%);
   }
}
.h2.w3.l1 {
	z-index: -2;
	animation-name: h2w3l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w3l1 {
	0% {
		transform: translate(-100%, 0%);
   }
	14% {
		transform: translate(-150%, -25%);
   }
	28% {
		transform: translate(-200%, 0%);
   }
	43% {
		transform: translate(-200%, 0%);
   }
	57% {
		transform: translate(-150%, 25%);
   }
	71% {
		transform: translate(-100%, 0%);
   }
	85% {
		transform: translate(-100%, 0%);
   }
	100% {
		transform: translate(-100%, 0%);
   }
}
.h2.w3.l2 {
	z-index: -2;
	animation-name: h2w3l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w3l2 {
	0% {
		transform: translate(-50%, 25%);
   }
	14% {
		transform: translate(-50%, 25%);
   }
	28% {
		transform: translate(-100%, 50%);
   }
	43% {
		transform: translate(-100%, 50%);
   }
	57% {
		transform: translate(-100%, 50%);
   }
	71% {
		transform: translate(-50%, 25%);
   }
	85% {
		transform: translate(-50%, 25%);
   }
	100% {
		transform: translate(-50%, 25%);
   }
}
.h2.w3.l3 {
	z-index: -2;
	animation-name: h2w3l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h2w3l3 {
	0% {
		transform: translate(0%, 50%);
   }
	14% {
		transform: translate(50%, 75%);
   }
	28% {
		transform: translate(0%, 100%);
   }
	43% {
		transform: translate(0%, 100%);
   }
	57% {
		transform: translate(-50%, 75%);
   }
	71% {
		transform: translate(0%, 50%);
   }
	85% {
		transform: translate(0%, 50%);
   }
	100% {
		transform: translate(0%, 50%);
   }
}
.h3.w1.l1 {
	z-index: -3;
	animation-name: h3w1l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w1l1 {
	0% {
		transform: translate(0%, 0%);
   }
	14% {
		transform: translate(-50%, -25%);
   }
	28% {
		transform: translate(0%, -50%);
   }
	43% {
		transform: translate(0%, 0%);
   }
	57% {
		transform: translate(50%, 25%);
   }
	71% {
		transform: translate(0%, 50%);
   }
	85% {
		transform: translate(0%, 0%);
   }
	100% {
		transform: translate(0%, 0%);
   }
}
.h3.w1.l2 {
	z-index: -3;
	animation-name: h3w1l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w1l2 {
	0% {
		transform: translate(50%, 25%);
   }
	14% {
		transform: translate(50%, 25%);
   }
	28% {
		transform: translate(100%, 0%);
   }
	43% {
		transform: translate(100%, 50%);
   }
	57% {
		transform: translate(100%, 50%);
   }
	71% {
		transform: translate(50%, 75%);
   }
	85% {
		transform: translate(50%, 25%);
   }
	100% {
		transform: translate(50%, 25%);
   }
}
.h3.w1.l3 {
	z-index: -3;
	animation-name: h3w1l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w1l3 {
	0% {
		transform: translate(100%, 50%);
   }
	14% {
		transform: translate(150%, 75%);
   }
	28% {
		transform: translate(200%, 50%);
   }
	43% {
		transform: translate(200%, 100%);
   }
	57% {
		transform: translate(150%, 75%);
   }
	71% {
		transform: translate(100%, 100%);
   }
	85% {
		transform: translate(100%, 50%);
   }
	100% {
		transform: translate(100%, 50%);
   }
}
.h3.w2.l1 {
	z-index: -3;
	animation-name: h3w2l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w2l1 {
	0% {
		transform: translate(-50%, 25%);
   }
	14% {
		transform: translate(-100%, 0%);
   }
	28% {
		transform: translate(-100%, 0%);
   }
	43% {
		transform: translate(-100%, 50%);
   }
	57% {
		transform: translate(-50%, 75%);
   }
	71% {
		transform: translate(-50%, 75%);
   }
	85% {
		transform: translate(-50%, 25%);
   }
	100% {
		transform: translate(-50%, 25%);
   }
}
.h3.w2.l2 {
	z-index: -3;
	animation-name: h3w2l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w2l2 {
	0% {
		transform: translate(0%, 50%);
   }
	14% {
		transform: translate(0%, 50%);
   }
	28% {
		transform: translate(0%, 50%);
   }
	43% {
		transform: translate(0%, 100%);
   }
	57% {
		transform: translate(0%, 100%);
   }
	71% {
		transform: translate(0%, 100%);
   }
	85% {
		transform: translate(0%, 50%);
   }
	100% {
		transform: translate(0%, 50%);
   }
}
.h3.w2.l3 {
	z-index: -3;
	animation-name: h3w2l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w2l3 {
	0% {
		transform: translate(50%, 75%);
   }
	14% {
		transform: translate(100%, 100%);
   }
	28% {
		transform: translate(100%, 100%);
   }
	43% {
		transform: translate(100%, 150%);
   }
	57% {
		transform: translate(50%, 125%);
   }
	71% {
		transform: translate(50%, 125%);
   }
	85% {
		transform: translate(50%, 75%);
   }
	100% {
		transform: translate(50%, 75%);
   }
}
.h3.w3.l1 {
	z-index: -3;
	animation-name: h3w3l1;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w3l1 {
	0% {
		transform: translate(-100%, 50%);
   }
	14% {
		transform: translate(-150%, 25%);
   }
	28% {
		transform: translate(-200%, 50%);
   }
	43% {
		transform: translate(-200%, 100%);
   }
	57% {
		transform: translate(-150%, 125%);
   }
	71% {
		transform: translate(-100%, 100%);
   }
	85% {
		transform: translate(-100%, 50%);
   }
	100% {
		transform: translate(-100%, 50%);
   }
}
.h3.w3.l2 {
	z-index: -3;
	animation-name: h3w3l2;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w3l2 {
	0% {
		transform: translate(-50%, 75%);
   }
	14% {
		transform: translate(-50%, 75%);
   }
	28% {
		transform: translate(-100%, 100%);
   }
	43% {
		transform: translate(-100%, 150%);
   }
	57% {
		transform: translate(-100%, 150%);
   }
	71% {
		transform: translate(-50%, 125%);
   }
	85% {
		transform: translate(-50%, 75%);
   }
	100% {
		transform: translate(-50%, 75%);
   }
}
.h3.w3.l3 {
	z-index: -3;
	animation-name: h3w3l3;
	animation-timing-function: ease;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes h3w3l3 {
	0% {
		transform: translate(0%, 100%);
   }
	14% {
		transform: translate(50%, 125%);
   }
	28% {
		transform: translate(0%, 150%);
   }
	43% {
		transform: translate(0%, 200%);
   }
	57% {
		transform: translate(-50%, 175%);
   }
	71% {
		transform: translate(0%, 150%);
   }
	85% {
		transform: translate(0%, 100%);
   }
	100% {
		transform: translate(0%, 100%);
   }
}

.loading-content {
	position:absolute;
	left:23%;
	top:45%;
	width: 55%;
}

.loading-content h1 {
	color: #e79c10;
}

.loading-content p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.5px;
}

.loading-content p strong {
	color: #e79c10;
}

button[disabled],
  .disabledFile {
	background-color: #cccccc !important;
	color: #666666 !important;
	cursor: not-allowed !important;
    pointer-events: all !important;
  }

  .nav-tabs .nav-link {
    border: none !important;
  }

  #clickBait[disabled] {
	background-color: #cccccc !important;
	  color: #666666 !important;
	  cursor: not-allowed !important;
	  pointer-events: all !important;
}

#clickBait[disabled] span {
    display: none;
}
