body {
	background: #d3dbdb;
	background: linear-gradient(to left, #47474783, #d3dbdb);
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.select-page {
	width: 360px;
	padding: 12% 0 0;
	margin: auto;
}

.container {
	position: relative;
	z-index: 1;
	background: #ffffff;
	max-width: 360px;
	margin: 0 auto;
	padding: 25px 40px 40px 40px;
	text-align: center;
	border: 1px solid #0c1b55;
	border-radius: 5px;
}

.button {
	display: block;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #fff;
	padding: 15px;
	font-size: 14px;
	transition: all 0.3s ease;
	cursor: pointer;
	margin: 10px 0;
	border-radius: 5px;
	font-weight: 500;
}

.img-button {
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #fff;
	padding: 15px;
	font-size: 14px;
	transition: all 0.3s ease;
	cursor: pointer;
	margin: 10px 0;
	border-radius: 5px;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.img-button img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.img-button .btn-text {
	flex: 1;
	text-align: left;
	margin-left: 10px;
}

.primary {
	border: 1px solid #23aed1;
	color: #23aed1;
}

.secondary {
	border: 1px solid #4bbfa7;
	color: #4bbfa7;
}

.signout {
	border: 1px solid #333333;
	color: #333333;
}

.primary:hover,
.primary:active,
.primary:focus {
	background-color: #23aed1;
	color: #fff;
}

.secondary:hover,
.secondary:active,
.secondary:focus {
	background-color: #4bbfa7;
	color: #fff;
}

.signout:hover,
.signout:active,
.signout:focus {
	background-color: #333333;
	color: #fff;
}

.container .message {
	margin: 15px 0 0;
	color: #333333;
	font-size: 12px;
}

.container .error {
	margin: 15px 0 0;
	color: #ef3b3a;
	font-size: 12px;
}

.container h1,
.container h2 {
	font-size: 24px;
	color: #0c1b55;
}

.dashboard {
	max-width: 720px;
	margin: 48px auto;
	padding: 0 16px 48px;
}

.dash-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
}

.dash-head h1 {
	margin: 0 0 8px;
	font-size: 24px;
	color: #0c1b55;
}

.dash-who {
	margin: 0;
	color: #333;
}

.dash-card {
	background: #fff;
	border: 1px solid #0c1b55;
	border-radius: 5px;
	padding: 24px;
}

.dash-card h2 {
	margin: 0 0 8px;
	color: #0c1b55;
	font-size: 20px;
}

.hint {
	margin: 0 0 16px;
	color: #555;
	font-size: 14px;
}

.dashboard table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.dashboard th,
.dashboard td {
	text-align: left;
	padding: 8px 6px;
	border-bottom: 1px solid #d3dbdb;
	font-size: 14px;
}

.row-actions {
	text-align: right;
}

.role {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	background: #e8f6f3;
	color: #0c1b55;
	font-size: 12px;
	text-transform: uppercase;
}

.add-user {
	display: flex;
	gap: 8px;
}

.add-user input[type='email'] {
	flex: 1;
	padding: 12px;
	border: 1px solid #0c1b55;
	border-radius: 5px;
	font-size: 14px;
}

.dash-head .button,
.add-user .button {
	margin: 0;
	border: 1px solid #4bbfa7;
}

.linkish {
	background: none;
	border: none;
	color: #ef3b3a;
	cursor: pointer;
	font-size: 13px;
}
