.hyperlink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

.hyperlink:hover {
  color: darkblue;
}

.hyperlink:focus {
  outline: none;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background: white;
  padding: 50px; /* 增加 padding 讓邊框看起來更大 */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
}

.title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
}

.button-group {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px; /* 按鈕之間增加間距 */
}

.button-group button {
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  color: white;
  border: 0;
  background-color: #00a1de;
  width: 30vw;
  border-radius: 4px;
  margin-top: 50px;
  transition: 0.5s;
}

.button-group button:hover {
  filter: brightness(0.9);
}

/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #9a6e3a;
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function,
.token.class-name {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

/**
 * Why did we need css file?
 * Dynamic style change causes custom fonts to be re-requested from the server
 * ref: https://github.com/styled-components/styled-components/issues/1593
 */
@font-face {
  font-family: RionaSans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/fonts/med-tek_rionasans-regular-webfont.woff2')
      format('woff2'),
    url('/public/fonts/med-tek_rionasans-regular-webfont.woff') format('woff'),
    url('/public/fonts/med-tek_rionasans-regular-webfont.ttf') format('ttf');
}

@font-face {
  font-family: RionaSans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/public/fonts/med-tek_rionasans-medium-webfont.woff2')
      format('woff2'),
    url('/public/fonts/med-tek_rionasans-medium-webfont.woff') format('woff'),
    url('/public/fonts/med-tek_rionasans-medium-webfont.ttf') format('ttf');
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/fonts/Roboto-Regular.woff2') format('woff2'),
    url('/public/fonts/Roboto-Regular.woff') format('woff'),
    url('/public/fonts/Roboto-Regular.ttf') format('ttf');
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/public/fonts/Roboto-Bold.woff2') format('woff2'),
    url('/public/fonts/Roboto-Bold.woff') format('woff'),
    url('/public/fonts/Roboto-Bold.ttf') format('ttf');
}

body {
  font-family: 'RionaSans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.grecaptcha-badge {
  visibility: hidden;
}


/*# sourceMappingURL=styles.cf26314a.chunk.css.map*/