@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html, body{
    width:100%;
    height:100%;
    margin:0px;
    background:#FFF;
    text-align:center;
    background:#FFF;
}
body.noScroll{
    padding-top:90%;
    overflow-y:hidden;
}
.spacerDiv{
    width:100%;
    height:0px;
    display:inline-block;
}
body.noScroll .spacerDiv{
    height:90%;
}
.resultsDiv{
    padding-top:140px;
    padding-bottom: 100px;
}
input[type="text"]{
    width:300px;
    height:20px;
    border-radius:5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:1px solid #CCC;
    padding:10px;
    font-size:20px;
    font-family: 'Roboto', sans-serif;
    outline:none;
    transform:translateY(5px);
}
input[type="text"]::placeholder{
    color:#ccc;
}
button{
    height:44px;
    border-radius:5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border:none;
    background:#075892;
    color:#fff;
    font-size:20px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transform:translateY(5px);
}

header{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:88px;
    text-align:center;
    background:#075892;
    line-height:60px;
}

.statusBar{
    background:#333;
    height:93px;
}
header h1{
    margin:0px;
    color:#fff;
}
.testInputDiv{
    padding-top: 18px;
    font-size:0px;
}
.currentStatusDiv h3{
    margin:0px;
    display:inline-block;
    color:#fff;
    margin-top: 20px;
}
.currentStatusDiv{
    display:none;
    animation: opacityPulse 1s infinite;
}
.currentStatusDiv img{
    display:inline-block;
    height:20px;
    transform:translate(8px, 3px);
}

@keyframes opacityPulse {
    0% {
      opacity:1;
    }
  
    50% {
        opacity:0.5;
    }
  
    100% {
        opacity:1;
    }
  }

*{
    font-family: Roboto;
    font-weight:400;
    color:#000;
}

h1, h2, h3, h4, th{
    font-weight:500;
}

td, span{
    font-size:16px;
}

h4{
    display:inline-block;
    margin-bottom:0px;
    background:#075892;
    padding:10px 0px;
    color:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
h4::first-letter {
    text-transform:capitalize;
}

table{
    margin:auto;
    border-collapse: collapse;
    width:90%;
    background:#fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow:hidden;
    max-width: 1200px;
}
table td, table th{
    border:2px solid #eee;
    padding:4px 8px;
    text-align:left;
}
table tr:hover{
    background:#eee;
}
table th{
    background:#eee;
}

table td:first-child, table th:first-child{
    text-align: right;;
}

.tableCipherPreferences{
    border-radius: 2px;
}

.txtBold{
    font-weight:500;
}
.txtGreen{
    color:green;
}
.txtGreenBold{
    color:green;
    font-weight:500;
}
.txtBlue{
    color:#075892;
}
.txtRed{
    color:red;
}
.txtRedBold{
    color:red;
    font-weight:500;
}
.txtPink{
    color:#075892;
}
.txtOrange{
    font-weight:500;
}
.txtError{
    color:red;
    display:inline-block;
    font-weight:500;
    margin-top:20px;
    background:#fff;
    padding:8px 16px;
    border-radius: 8px;
    line-height:30px;
}
.homebody .footerDiv{
    position: fixed;
    bottom:0px;
    left:0px;
}

.socialimage {
    width: auto;
    height: 40px;
    border: 0
}

@media print {
    .centerimagefull {
        text-align: center
    }

    .centerimagefull img {
        height: auto;
        width: 90%
    }

    .socialimage {
        display: none
    }
}

.weather {
    width: 40px;
    height: 40px;
    border: 0
}
.footerDiv iframe{
    position:absolute;
    right: -60px;
    top: 0px;
}
.footerDiv {
    position: fixed;
    width: 100%;
    background-color: #fff;
    display: block;
    height: 40px;
    bottom: 0;
    color: #000;
    border-top: 1px solid #ccc;
    line-height: 0;
    padding: 10px 10px 10px;
    overflow: hidden!important
}

#baskopVideo {
    position:fixed; 
    top:0px; 
    right:-20px; 
    z-index:1;
}

.footerMiddle{
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 300px;
    height: 30px;
    top: 50%;
    transform: translate(-110%, -50%);
    line-height: 30px;
}

.footerLeft {
    position: absolute;
    left: 20px;
    margin-left: 20px;
    text-align: left;
    line-height: 20px;
}

.footerLeft,.footerMiddle,.footerRight {
    display: inline-block
}

.footerRight {
    position: absolute;
    right: 20px;
    margin-right: 20px
}
.extraText {
    margin-top: 100px!important
}
@media only screen and (max-width:880px) {
    .homebody .footerDiv{
        position:relative!important;
        bottom:0px;
        left:20px;
    }
}
@media only screen and (max-width:668px) {
    body, html{
        width:100%;
    }
    .footerLeft,.footerRight {
        display: block;
        position: relative;
        width: 100%
    }

    .footerDiv {
        height: 160px
    }

    .footerLeft {
        line-height: 26px
    }
    h1{
        font-size:5vw;
    }
    h2{
        font-size:4.5vw;
    }
    .footerDiv {
        height:24vw!important;
        padding: 0px 10px 10px;
        font-size: 3.2vw;
    }
    .socialimage {
        width: auto;
        height: 7vw;
    }
    .weather {
        display:none!important;
    }
}

@media only screen and (max-width:416px) {
    .footerDiv {
        height: 190px
    }
}
@media only screen and (max-width:800px){
	*{font-size:3.5vw; line-height:4.5vw;}
	h1,h2,h3{font-size:4.5vw; line-height:5.5vw;}
}

.weather-iframe {
    width: 50px;
    height: 40px;
    border: none;
    margin: 0;
    padding: 0;
  }

  .btnDownload {
	background-color: #007BFF;
	color: white;
	padding: 12px 24px;
	font-size: 18px;
	margin-bottom: 20px;
	border: none;
	cursor: pointer;
	border-radius: 8px;
	display: inline-block;
	text-decoration: none;
}

.btnDownload:hover {
	background-color: #0056b3;
}