@import url("bootstrap.min.css");
@import url("mdb.lite.min.css");
@import url("loading.css");
body{
	position: relative;
	background: #283593;
}
#loading{
	width: 100%;
	height: 100vh;
	z-index: 1000;
	background: #15298a;
	position: absolute;
	left: 0;
	top: 0;
}
.loading-message{
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: 50px;
	text-align: center;
	padding: 50px 150px;
	
}
.navbar-brand img{
	margin-right: 5px;
}
.main{
	margin-top: 30px;
}
.erow{
	height: 200px;
	margin-bottom: 10px;
}
.exploit-button{
	width: 150px;
	height: 150px;
	position: relative;
}
.exploit-button:hover{
	width: 200px;
	height: 200px;
}
.btn-icon{
	width: 64px;
	height: 64px;
}
.btn-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
}
.left-panel{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	height: 100vh;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;
	}

.right-panel{
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 50%;
	height: 100vh;
	z-index: 999;
}
.exploit{
	display: inline-block;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}
.payload_active{
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	color: #fff;
	background: #3949ab;
	border: 2px solid #fff;
	text-align: center;
}
.payload_active:hover{
	background:#fff;
	border: 2px solid #3949ab;
	color: #3949ab;
}
.payload_close{
	width: 100%;
	margin: 2px 0;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	border: 2px solid #fff;
}
.payload_close:hover{
	background:#fff;
	border: 2px solid #3949ab;
	color: #3949ab;
}
.payload_icon{
	background: #fff;
	border: 2px solid #000;
	width: 150px;
	height: 150px;
	position: relative;
}
.payload_icon img{
filter: invert(100%);
width: 80px;
	height: 80px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.payload_title{
	margin-top: 5px;
	font-weight: bold;
	font-size: 20px;
}
.desc{
	width: 70%;
	text-align: justify;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-title-sm{
font-size: 14px;
}
#tempC{
	width: 100%;
	height: 30px;
	color: #000;
	background: rgba(255, 255, 255, 100);
	border: 2px solid #000;
}