@import url(https://fonts.googleapis.com/css?family=Fredoka+One|Poppins|Lobster);

@font-face {
  font-family: headfont;
  src: url('./font/ATypewriterForMe.ttf');
}


.header{
	background: linear-gradient(to right, #000428, #004e92);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;        
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: headfont;
}

h3, h4, p, .alert, label, table, .dropdown, .footer, button{
	font-family: 'Poppins'!important;
}

.section-two{
	width: 95%;
	margin: 0 auto;
}
.select-text h4{	
	color: #0d6efd;
	font-weight: bold;
}
.w-250{
	width: 95%;
	margin: 0 auto;			
	border: 1px solid #ccc;
}

.w-250 .text-center{
	margin-top: 7px;
	font-size: 0.8vw;
}

.w-250 a{
	text-decoration: none;
}

.section-view{
	width: 100%;
}
.preview-text{
	color: white;
	font-size: 22px;
	padding: 0px 45px 20px;
	text-align: right;
}
.infomation{
  background: linear-gradient(to right, #000428, #004e92);
  border-radius: 30px;
  padding-bottom: 40px;
}
.time-info{
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.time-info div{
	margin: 10px 35px;
}
.time-info p{
	margin-bottom: 0px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.success {
  color: red;
}

.bg-dark .pkey {
    background-color: white!important;
    color: #333!important;
}
.board-white .pkey {
    background-color: yellow !important;
}
.completeText {
    width: fit-content;
    float: right;
    position: relative;
    clear: both;
}
.completeText .enter-key {
	position: absolute;
	left: -22px;
}

.k-active {
	color: white;
}
.nextBtn{
    margin-top: 2rem!important;
    margin-bottom: -17px;
}
.repeatBtn{
    margin-top: 2rem!important;
    margin-bottom: -17px;
}
.markText{
	width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto;
}

.nav{
	display: flex;
	justify-content: center;
	font-family: 'Poppins';
	font-weight: bold;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    background-color: #ccc;
    border-radius: 0;
}

.resultInfo .text-primary{
	font-weight: bold;
}

.footer{
	background: linear-gradient(to right, #000428, #004e92);
    color: white;
    padding: 20px;    
    font-size: 20px;
}

.socialLink, .pageLink{
	display: flex;
    justify-content: center;
    align-items: center;
}

.footer i{
	font-size: 35px;
	margin-right: 7px;
}

.footer a{
	display: flex;
	align-items: center;
	text-decoration: none;
}

#cookieNotice{	
	bottom: 40px;		
	left: 40px;	
	position: fixed;	
}

.cookieContent{
	background: linear-gradient(to right, #000428, #004e92);		    
    color: white;
    width: 450px;
    text-align: center;
    padding: 20px 30px;
    border-radius: 15px;
}

.btn-times{
	font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 25px;
}
  