body {
  background-color: #f9f9fb;
  font-family: 'Open Sans', sans-serif;
}

.cert-index {
  margin: 30px 0px;
  padding: 20px;
}

.cert-index .validate {
  font-size: 26px;
  font-weight: bold;
  color: #0f62be;
  align-content: center;
  display: flex;
}

.cert-index .help {
  color: black;
  position: absolute;
  right: 10px;
}

.cert-index .cert-container {
	background-color: #065fc5;
	border-radius: 25px;
	margin: 5px 10px;
	padding: 5px 30px;
  padding-bottom: 30px;
	color: white;
}

.cert-index .cert-container .cert-header {
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	vertical-align: middle;
	margin: 20px 0px;
}

.cert-index .cert-container .cert-header .icon {
	/* margin: 3px; */
	/* display: flex; */
	flex-basis: 6%;
	/* align-content: center; */
	/* display: flex; */
	/* text-align: center; */
	/* align-items: center; */
	/* padding-left: 5px; */
}

.cert-index .cert-container .cert-header .headline .cert-title {
  font-size: 26px;
  font-weight: bold;
}

.cert-index .cert-container .cert-header .headline .cert-subtitle {
  font-size: 24px;
  font-weight: 400;
}

.cert-index .cert-container .cert-body {
  background-color: white;
  border-radius: 15px;
  color: black;
  padding: 10px;
  font-size: 18px;
}

.cert-index .cert-container .cert-body .qrcode img {
  align-self: center;
  width: 100%;
}

.cert-index .cert-container .cert-body .note {
  color: black;
}

.cert-index .cert-container .cert-footer {
	color: white;
	position: relative;
}

.cert-index .cert-container .cert-footer .favorite {
	position: absolute;
	right: 5px;
	width: 24px;
	top: 5px;
}

.cert-index .cert-container .cert-footer .name {
	font-size: 40px;
	font-weight: 800;
}

.cert-index .cert-container .cert-footer .cert-open {
  font-size: 20px;
}

.cert-index .cert-navi {
	margin-top: 15px;
	display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cert-index .cert-navi .row {
	display: inline-flex;
	align-items: center;
}

.cert-index .cert-navi .navi-cell {
	flex-basis: 50%;
}

.cert-index .cert-navi .navi-cell .navi-dot {
	height: 16px;
	width: 16px;
	border-radius: 100%;
	background-color: #dfe3e6;
	margin: 0px 7px;
}

.cert-index .cert-navi .navi-dot.active {
  background-color: #024ec8;
}

.cert-index .cert-add-button-wrapper {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}

.cert-index .cert-add-button {
  margin-top: 15px;
  height: 66px;
  width: 66px;
  border-radius: 100%;
  background-color: #064cc6;
  color: white;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cert-index .cert-add-button .innerbutton {
  text-align: center;
}

.cert-index .cert-add-button .innerbutton .icon {
  font-size: 30px;
}