.dashboard {
    text-align: center;
    padding: 20px;
}

.d-none {
	display: none;
}

button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}

.v100 {
	height: 100vh;
	overflow: hidden;
}

.w100 {
	width: 100%;
}

.h20 {
	height: 20%;
}

.h25 {
	height: 25%;
}

.h30 {
	height: 30%;
}

.h50 {
	height: 40vh;
}

.section {
	display: flex;
	align-items: start;
}

.vertical {
	flex-direction: column;
}

.horizontal {
	flex-direction: row;
}

.inner-section {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.inner-section > * {
	display: block;
	margin: 5px; 
} 

.log-section {
	display: flex;
	align-items: start;
	flex-direction: column;
	overflow: scroll;
	height: calc(100% - 2em);
	flex: auto;
}
.log-record {
	flex-direction: row;
}

.blue-button {
	border-color: blue;
}

.red-button {
	border-color: red;
}

.firebaseui-auth-container {
  align-self: center;
  margin-top: 10px;
}

.verification-status {
  max-width: none;
  min-height: 20px;
  min-width: 0;
  color: #004085;
  background-color: #cce5ff;
  margin-top: 20px;
}

.send-auth-verification-email {
  border-radius: 5px;
  position: relative;
}

