/* Futura-Medium webfont (new-bulletproof) */
@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Medium.woff') format('woff'),
    url('../fonts/Futura-Medium.ttf')  format('truetype'),
    url('../fonts/Futura-Medium.svg#webfont') format('svg');
}

/* Futura-Light webfont (new-bulletproof) */
@font-face {
    font-family: 'Futura-Light';
    src: url('../fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Light.woff') format('woff'),
    url('../fonts/futura/Futura-Light.ttf')  format('truetype'),
    url('../fonts/Futura-Light.svg#webfont') format('svg');
}

/* Futura-Bold webfont (new-bulletproof) */
@font-face {
    font-family: 'Futura-Bold';
    src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Bold.woff') format('woff'),
    url('../fonts/Futura-Bold.ttf')  format('truetype'),
    url('../fonts/Futura-Bold.svg#webfont') format('svg');
}

html{
    scroll-behavior: smooth;
}
body {
	/*font-family: 'Futura-Medium',Calibri; */
	font-size:1.2rem;
	padding: 0px;
    margin: 0px;
    }
.reportheader{
	height:300px;
	border-bottom:3px solid #ea242a;
	background: url('../img/reportheaderbg.jpg') center right;
	position: relative;
	}
.reportheader .logo{
	background: #ea242a;
	width: 30%;
	display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 8px 0px 10px rgb(0 0 0 / 16%);
	}

.reportheader .slogan{
    position: absolute;
    top: 0;
    right: 0;
    width: 10%; /* Adjust as needed */
    height: 100%;
	display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
}

main {
    background: #fff url(../img/plusbg.png) right bottom repeat-y;
}

footer {
    background: #ee1d23 url(../img/plusbgred.png) right top no-repeat;
    color: #fff;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reportfooter{
	background: #9e0529;
    color: #fff;
    padding: 5px;
    padding: 0px 10px;
    display: flex;
    
    bottom: 0px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    min-height:128px;
	}
h1{
	color: #333;
    width: 100%;
    text-align: center;
    padding: 40px 5px 10px;
	font-size: 1.5rem;
    }
h4{
    text-align: center;
    font-weight: normal;
    width: 100%;
    margin-bottom: 40px;
    font-size: 1.2rem;
    color: #999;
	}
#SatoshiID{
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    line-height: 16px;
    height: 40px;
    font-size: 15px;
    background: #f9f9f9;
    padding: 5px;
}

input::placeholder{color:#ccc;}

.Reportbtn{	
    background: #ea242a;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #ffffff;
    font-size: 15px;
    padding: 0px 20px;
}
.Reportbtn:hover{	
    background: #d12127;
    }

.statustbl{
	list-style-type: none;
    margin: 30px 5px 50px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    box-shadow: 1px 1px 17px 3px #ccc;
    font-weight: 100;
}

.statustbl li{
    text-align: left;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}
.statustbl li:last-child{
	border-bottom: 0px;
}
.statustbl li strong{
	padding-right: 10px;
    color: #999999;}
.statustbl li span{
	font-weight: bold;
}
#outputPanel{
	display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 20px 20px 40px;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
input:focus {
  outline: none;
}
.error {
	color: #000;
    background: yellow;
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    padding: 3px 15px;
}
.Reportheader img{max-width:100%; height:auto;}

.result{
    text-align: justify;
    width: 70%;
    border: 1px dashed #ccc;
    border-radius: 20px;
    padding: 0px 30px 20px;
    }

.result h4{
	text-align: left;
    margin-bottom: 10px;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
	.Reportheader img{margin: 10px 0px;}
	body {
	font-family: Calibri; font-size:0.7rem;}
	.reportheader .logo{width:50%
	}
	footer {
    background: #ee1d23;}
    
    .result{
	    width: 95%;
	    font-size: 1rem;
    }
}