@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

body {
	background: #fff!important;
	font-family: 'Roboto', sans-serif!important;

}

h1,h2,h3,h4,h5{
	font-family: 'Roboto', sans-serif!important;
}

p, input{
		font-family: 'Roboto', sans-serif!important;

}


h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 40px;
}

.dashboard {
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-weight: bold;
	font-size: 40px;
	color: #5a5a5a;
	margin-bottom: 20px;
	margin-top: 10px;
}

p{
	font-size: 30px;
		color: #5a5a5a;
		margin:0;

}

#countdown{
 margin-top: 10px;
 display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.days, .hours, .minutes, .seconds{
	color: #00a6e4;
	font-size: 35px;
	margin-right: 40px;
	font-weight: 500;
	background: #fafafa;
/*	padding-right: 20px;
*/	text-align: center;
	border-radius: 5px;
	padding: 20px;
	border: 1px solid #eee;
	min-width: 140px;
	box-shadow: 0px 10px 13px -7px #ccc;
}

.seconds {
		margin-right: 0px;

}
.days b, .hours b, .minutes b, .seconds b{
	color: #5a5a5a;
	font-size: 15px;
	font-weight: 500;
	display: block;
}


.footer-logo{
	margin-top: 50px;
}

.bor-sp {
	border-bottom: 5px solid #005173;
	margin-bottom: 30px;
	position: relative;
}

.bor-sp span {
	    width: 40%;
    float: right;
    background-color: #7eb858;
    display: inline-block;
    height: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.btnare{
	background: #369996;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 15px;
}

.header h1 {
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.pgm-stat {
	color: #00a6e4;
	margin-top: -77px;
}

.front-question-panel h1 {
  text-align: center;
  margin:0;
}

.front-question-panel {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 850px) {
	.pgm-stat {
		color: #00a6e4;
		margin-top: 30px;
	}

	#countdown {
		margin-top: 50px;
	}
.dashboard {
	height: 100%;
	width: 100%;
}
.header h1 {
	    width: 95%;
    font-size: 40px;
     		margin-bottom: 15px;

}
 .days, .hours, .minutes, .seconds {
 	font-size: 20px;
 	margin-right: 10px;
 	margin-bottom: 20px;
 	min-width: 20%;
 	padding: 10px 0px;
 }
.days b, .hours b, .minutes b, .seconds b {
	font-size: 13px;
}

.seconds {
	margin-right: 0px;
}

#countdown {
	width: 100%;
}
.front-question-panel h1 {
 font-size: 40px;
}

}
@media screen and (max-width: 600px) {
.header h1 {
 		font-size: 22px;
 		width: 90%;

 }
.front-question-panel h1 {
 font-size: 22px;
}

 h2, p {
  font-size: 20px;
 }

  .days, .hours, .minutes, .seconds {
 	margin-right: 5px;
 	min-width: 20%;
 }

}






h1.no-uppercase {
  text-transform: none;
}


 .meeting-will-start {
      background: rgba(228, 223, 223, 0.5);
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
 }

 .content {
  position: relative;
 }


 .modal-content {
    border-radius: 5px;
}

.modal-header {
	border-bottom: 1px solid #3c9895;
		background: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	
}

.modal-header h4 {
    margin: 0px;
    color: #3c9895;
    font-size: 15px;
    font-weight: bold;
}

.modal-body {
    padding: 50px 15px;
}

.modal-body  h3 {
	font-size: 18px;
	margin-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-body  p {
	font-size: 15px;
}

.modal-body  p a {
	text-decoration: underline;
}

.modal-dialog {
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
	min-width: 700px;
}
.dot-elastic {
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #3c9895;
	color:  #3c9895;
	animation: dotElastic 1s infinite linear;
	margin-left: 25px;

  }
  
  .dot-elastic::before, .dot-elastic::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
  }
  
  .dot-elastic::before {
	left: -15px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color:  #3c9895;
	color:  #3c9895;
	animation: dotElasticBefore 1s infinite linear;
  }
  
  .dot-elastic::after {
	left: 15px;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color:  #3c9895;
	color:  #3c9895;;
	animation: dotElasticAfter 1s infinite linear;
  }
  
  @keyframes dotElasticBefore {
	0% {
	  transform: scale(1, 1);
	}
	25% {
	  transform: scale(1, 1.5);
	}
	50% {
	  transform: scale(1, 0.67);
	}
	75% {
	  transform: scale(1, 1);
	}
	100% {
	  transform: scale(1, 1);
	}
  }
  
  @keyframes dotElastic {
	0% {
	  transform: scale(1, 1);
	}
	25% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1, 1.5);
	}
	75% {
	  transform: scale(1, 1);
	}
	100% {
	  transform: scale(1, 1);
	}
  }
  
  @keyframes dotElasticAfter {
	0% {
	  transform: scale(1, 1);
	}
	25% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1, 0.67);
	}
	75% {
	  transform: scale(1, 1.5);
	}
	100% {
	  transform: scale(1, 1);
	}
  }
  