/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/css/common.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/admin/layout/AdminLayout.vue?vue&type=style&index=0&id=66ee2ca4&scoped=true&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/liff/common/layout/Modal.vue?vue&type=style&index=0&id=04387a0a&scoped=true&lang=scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modal[data-v-04387a0a] {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vw 10.13vw;
  max-height: 100vh;
}
.modal-content[data-v-04387a0a] {
  background-color: #FFE26F;
  border: 2px solid #000;
  box-shadow: 4px 4px 0px 0px #000;
  max-height: 100%;
  overflow-y: auto;
  padding: 6.4vw;
  width: 100%;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/liff/common/widget/ButtonPrimary.vue?vue&type=style&index=0&id=4670bfe7&scoped=true&lang=scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.primary-btn[data-v-4670bfe7] {
  width: 100%;
  height: 0;
  padding-bottom: 16%;
  position: relative;
  background-color: #FFAD24;
  border: 1px solid #000000;
  box-shadow: 0px 0.8vw 0px #000000;
  border-radius: 20vw;
  display: block;
  color: #000;
}
.primary-btn + .primary-btn[data-v-4670bfe7] {
  margin-top: 3.2vw;
}
h3[data-v-4670bfe7] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/liff/common/layout/Loading.vue?vue&type=style&index=0&id=e8f8784e&scoped=true&lang=scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.loading[data-v-e8f8784e] {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader[data-v-e8f8784e] {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #c9010b;
  width: 60px;
  height: 60px;
  -webkit-animation: spin-e8f8784e 2s linear infinite; /* Safari */
  animation: spin-e8f8784e 2s linear infinite;
}
@-webkit-keyframes spin-e8f8784e {
0% {
    -webkit-transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes spin-e8f8784e {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./src/assets/css/normalize.css ***!
  \****************************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-size: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*{
  box-sizing: border-box;
}
p{
  margin: 0;
}
img{
  max-width: 100%;
  width: 100%;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/css/common.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --text-color:"#00000";
  --liff-bg: "#C9010B";
}

body {
  min-height: 100vh;
  max-height: 100vh;
  padding-top: constant(safe-area-inset-top);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 3.73vw;
  line-height: 5.6vw;
  font-weight: 400;
}

body.modal-fixed {
  overflow: hidden;
}

h1 {
  font-size: 12.8vw;
  font-weight: 700;
  line-height: 14.93px;
  margin: 0;
}

h2 {
  font-size: 5.33vw;
  font-weight: 700;
  line-height: 7.89vw;
  margin: 0;
}

h3 {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 7.1vw;
  margin: 0;
}

h5 {
  font-size: 3.46vw;
  font-weight: 500;
  margin: 0;
}

h4 {
  font-size: 4vw;
  font-weight: 400;
  line-height: 5.92vw;
  margin: 0;
}

p {
  font-size: 3.73vw;
  line-height: 5.6vw;
}

img {
  vertical-align: top;
}

.description {
  opacity: 0.6;
  font-size: 3.46vw;
  line-height: 5.13vw;
}

.input-group + .input-group {
  margin-top: 2.13vw;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.checkbox label {
  display: flex;
  align-items: center;
}
.checkbox span.checkicon {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #C9010B;
  background-color: #fff;
  margin-right: 1.06vw;
  position: relative;
}
.checkbox span.checkicon::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.checkbox input:checked + label span.checkicon::after {
  background-color: #C9010B;
  transition: 0.2s;
}

.mgt-md {
  margin-top: 6.4vw !important;
}

.mgt-sm {
  margin-top: 2.13vw !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.error {
  text-align: left;
  color: #FF0000;
  font-size: 3.46vw;
}

.highlight {
  color: #C9010B;
}

.line-text {
  color: #00913A;
  font-weight: 900;
  font-size: 4.8vw;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/liff/common/layout/LiffLayout.vue?vue&type=style&index=0&id=8b0fd90c&scoped=true&lang=scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.main-container[data-v-8b0fd90c] {
  min-height: 100vh;
  overflow-y: auto;
  background-color: #c9010b;
}
.main-container-bg[data-v-8b0fd90c] {
  background-image: url(/img/KV.a7d0128f.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 56vw;
}
.content-area[data-v-8b0fd90c] {
  position: relative;
  padding: 0 8vw 12.8vw 8vw;
}
.border-frame[data-v-8b0fd90c] {
  background: #FFE26F;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0px #000000;
  padding: 6.4vw 8vw;
}
/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/assets/css/admin.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
:root {
  --admin-primary-color: #E2211C;
  --admin-secondary-color: #222A66;
  --el-font-size-base: 14px;
}

.admin-layout {
  display: flex;
  font-size: 15px;
  line-height: 1.25;
}
.admin-layout h3 {
  font-size: 18px;
  line-height: 1.25;
}
.admin-layout h2 {
  font-size: 28px;
  letter-spacing: 0.05rem;
  line-height: 2;
}
.admin-layout h4 {
  font-size: 22px;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  font-weight: 700;
}

.sidebar {
  width: 240px;
  height: 100vh;
  padding: 28px;
  color: #fff;
  background-color: var(--admin-primary-color);
  position: relative;
}
.sidebar .logo {
  width: 60%;
  margin: 12px auto;
}
.sidebar h3 {
  margin: 12px 0;
}
.sidebar .el-menu {
  background-color: transparent;
  border: none;
  margin-left: -28px;
  margin-right: -28px;
  color: #fff;
  margin-top: 28px;
}
.sidebar .el-menu-item {
  padding: 0px 40px !important;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.sidebar .el-menu-item span[class^=material] {
  margin-right: 12px;
}
.sidebar .el-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.2);
}
.sidebar .logout {
  position: absolute;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  left: 8px;
  top: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--admin-primary-color);
  border-radius: 50%;
  transform: rotate(180deg);
}

.admin-main-container {
  width: calc(100% - 240px);
  text-align: left;
  padding: 28px 32px;
  background-color: rgba(0, 0, 0, 0.05);
  max-height: 100vh;
  overflow-y: auto;
}
.admin-main-container .form-control, .admin-main-container .el-input__wrapper {
  border: 2px solid var(--admin-secondary-color);
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px !important;
  border-radius: 4px;
  height: 38px !important;
  padding: 4px 12px;
  box-shadow: none !important;
  border-radius: 8px;
}
.admin-main-container .form-control[readonly], .admin-main-container .el-input__wrapper[readonly] {
  border-color: #e5e5e5;
  background-color: rgb(229, 229, 229);
  outline: none !important;
}
.admin-main-container .el-range-input {
  font-size: 16px !important;
}
.admin-main-container select.form-control {
  padding-right: 30px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAATCAYAAACDW21BAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGBSURBVHgBtVU9UoNQEF4gmTCTBLCz5AbiDbCzjCdQT2BugDdQT6ClpZZWae3IDaS0S0r+8VvmPYfMkBAIfDM7b5m3u9++5eOhEWBZ1t14PHbiOF7TgGCe0jEMYwMr5vP5LQ0E1H9gDo0fJpNJhOVaURR3NBp9JUnySz0CJ7OLoniHq5eEURR9g/QMrquqKhN/pmm6pR7AZHmer+Cew152NnFkX4x2RT3BNM011+SVn9XqJk53gyXg0SLoiU4EangY5QXXxBQXtUHT6dSRIoItqSOkSNh0XbebgpcymBuglhBNF62aRuCzSPhp7LACFgnniNxHagMWj0j0UchqiucYSbZPeOqhApqmlSKCOVmWNYoI8vew2JyDb/meukCMSIrI2xfHeyJm0+YV1ALjWUgRzGYzt6ap/332qQ+wAOpOcJJIjiB9k8q1BCpkr8fUUKgFmADC8OHyZfxRFlAUHmGAW+pyCzTVaEUoSG1BKj+TAP/RqzAMAxoKLJxDIhqMtAvZH+57juW/raeBAAAAAElFTkSuQmCC);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.admin-main-container .input-group {
  display: flex;
  align-items: center;
}
.admin-main-container .input-group label {
  font-size: 15px;
  cursor: pointer;
}
.admin-main-container .input-group > label {
  font-size: 17px;
  width: 120px;
  font-weight: 500;
  cursor: auto;
}
.admin-main-container .input-group + .input-group {
  margin-top: 20px;
}
.admin-main-container .checkbox-group {
  display: flex;
}
.admin-main-container .checkbox + .checkbox {
  margin-left: 12px;
}
.admin-main-container .checkbox input[type=checkbox] {
  display: none;
}
.admin-main-container .checkbox span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--admin-secondary-color);
  border-radius: 4px;
  cursor: pointer;
  margin-right: 4px;
  position: relative;
}
.admin-main-container .checkbox span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.admin-main-container .checkbox input[type=checkbox]:checked + label span {
  background-color: var(--admin-secondary-color);
}
.admin-main-container .checkbox input[type=checkbox]:checked + label span:after {
  border: solid #fcfcfc;
  border-width: 0 2px 2px 0;
}
.admin-main-container .image-frame {
  width: 38%;
  min-width: 360px;
}
.admin-main-container .slider-list {
  margin-top: 0;
}
.admin-main-container .white-frame {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px;
}
.admin-main-container .images-frame {
  border-radius: 8px !important;
}
.admin-main-container .images-frame .del {
  display: none;
}
.admin-main-container .tag {
  display: inline-block;
  width: 84px;
  padding: 4px 10px;
  margin: 10px 0;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
}
.admin-main-container .tag.fail {
  color: #FE0F0F;
  border-color: #FE0F0F;
}
.admin-main-container .tag.pending {
  color: rgba(0, 0, 0, 0.5019607843);
  border-color: rgba(0, 0, 0, 0.5019607843);
}
.admin-main-container .tag.success {
  color: #248C00;
  border-color: #248C00;
}
.admin-main-container .radio-group {
  display: flex;
}
.admin-main-container .radio-group.flex-wrap {
  flex-wrap: wrap;
}
.admin-main-container .radio-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
  white-space: nowrap;
}
.admin-main-container .radio-label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--admin-secondary-color);
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  flex-shrink: 0;
}
.admin-main-container .radio-label span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--admin-secondary-color);
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s;
}
.admin-main-container input[type=radio]:checked + label span::after {
  transform: translate(-50%, -50%) scale(1);
}
.admin-main-container .download {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  cursor: pointer;
}

.searchArea {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.tableArea .detail-icon {
  cursor: pointer;
}

.el-pagination {
  justify-content: flex-end;
  margin: 12px 0px;
}

.el-pagination.is-background .el-pager li:not(.is-disabled).is-active {
  background-color: var(--admin-secondary-color) !important;
}

.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
  border-bottom: 1px solid transparent !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/admin/layout/AdminLayout.vue?vue&type=style&index=0&id=66ee2ca4&scoped=true&lang=scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
nav {
  padding: 30px;
}
nav a {
  font-weight: bold;
  color: #2c3e50;
}
nav a.router-link-exact-active {
  color: #42b983;
}
