/*--------------------------------------------------------------
CSS import
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Application Main LESS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
LESS Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
LESS Mixin helper
--------------------------------------------------------------*/
/*!
 * CSS file icons v0.1.0 (https://colorswall.github.io/CSS-file-icons)
 * Copyright 2020 The CSS file icons Authors
 * Licensed under MIT
 */
.fi {
  width: 36px;
  height: 46px;
  padding: 10px 0 0;
  position: relative;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  font-family: sans-serif;
  text-decoration: none;
  display: block;
}
.fi:before,
.fi:after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.fi:before {
  top: 0;
  height: 100%;
  left: 0;
  background-color: #007bff;
  right: 10px;
}
.fi:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #66b0ff;
  top: 0;
  right: 0;
}
.fi:hover {
  transform: translate(0, -5px);
}
.fi-content {
  background-color: #007bff;
  top: 10px;
  color: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 16.5px 0.3em 0;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
}
.fi-mp3.fi:before {
  background-color: #156aea;
}
.fi-mp3.fi:after {
  border-left-color: #5291ef;
}
.fi-mp3.fi .fi-content {
  background-color: #156aea;
  color: #ffffff;
}
.fi-wav.fi:before {
  background-color: #36af14;
}
.fi-wav.fi:after {
  border-left-color: #4be520;
}
.fi-wav.fi .fi-content {
  background-color: #36af14;
  color: #ffffff;
}
.fi-aif.fi:before {
  background-color: #f55f73;
}
.fi-aif.fi:after {
  border-left-color: #f99daa;
}
.fi-aif.fi .fi-content {
  background-color: #f55f73;
  color: #ffffff;
}
.fi-cda.fi:before {
  background-color: #1081d1;
}
.fi-cda.fi:after {
  border-left-color: #34a2ef;
}
.fi-cda.fi .fi-content {
  background-color: #1081d1;
  color: #ffffff;
}
.fi-mid.fi:before {
  background-color: #21c6fc;
}
.fi-mid.fi:after {
  border-left-color: #62d7fd;
}
.fi-mid.fi .fi-content {
  background-color: #21c6fc;
  color: #ffffff;
}
.fi-midi.fi:before {
  background-color: #03afe7;
}
.fi-midi.fi:after {
  border-left-color: #30cafc;
}
.fi-midi.fi .fi-content {
  background-color: #03afe7;
  color: #ffffff;
}
.fi-mpa.fi:before {
  background-color: #8deef1;
}
.fi-mpa.fi:after {
  border-left-color: #c8f7f8;
}
.fi-mpa.fi .fi-content {
  background-color: #8deef1;
  color: #00013a;
}
.fi-mkv.fi:before {
  background-color: #ec93d8;
}
.fi-mkv.fi:after {
  border-left-color: #f6cbec;
}
.fi-mkv.fi .fi-content {
  background-color: #ec93d8;
  color: #00013a;
}
.fi-ogg.fi:before {
  background-color: #576c7b;
}
.fi-ogg.fi:after {
  border-left-color: #768d9e;
}
.fi-ogg.fi .fi-content {
  background-color: #576c7b;
  color: #ffffff;
}
.fi-wpa.fi:before {
  background-color: #214767;
}
.fi-wpa.fi:after {
  border-left-color: #316a99;
}
.fi-wpa.fi .fi-content {
  background-color: #214767;
  color: #ffffff;
}
.fi-wpl.fi:before {
  background-color: #2383f5;
}
.fi-wpl.fi:after {
  border-left-color: #62a7f8;
}
.fi-wpl.fi .fi-content {
  background-color: #2383f5;
  color: #ffffff;
}
.fi-7z.fi:before {
  background-color: #ff6633;
}
.fi-7z.fi:after {
  border-left-color: #ff9875;
}
.fi-7z.fi .fi-content {
  background-color: #f63;
  color: #ffffff;
}
.fi-zip.fi:before {
  background-color: #ffb229;
}
.fi-zip.fi:after {
  border-left-color: #ffca6b;
}
.fi-zip.fi .fi-content {
  background-color: #ffb229;
  color: #ffffff;
}
.fi-rar.fi:before {
  background-color: #ac3cc1;
}
.fi-rar.fi:after {
  border-left-color: #c26ed2;
}
.fi-rar.fi .fi-content {
  background-color: #ac3cc1;
  color: #1c148a;
}
.fi-tar-gz.fi:before {
  background-color: #c6ad86;
}
.fi-tar-gz.fi:after {
  border-left-color: #dbccb3;
}
.fi-tar-gz.fi .fi-content {
  background-color: #c6ad86;
  color: #665538;
}
.fi-pkg.fi:before {
  background-color: #955b2a;
}
.fi-pkg.fi:after {
  border-left-color: #c77b3a;
}
.fi-pkg.fi .fi-content {
  background-color: #955b2a;
  color: #ebc645;
}
.fi-z.fi:before {
  background-color: #b69663;
}
.fi-z.fi:after {
  border-left-color: #cbb490;
}
.fi-z.fi .fi-content {
  background-color: #b69663;
  color: #665538;
}
.fi-csv.fi:before {
  background-color: #579704;
}
.fi-csv.fi:after {
  border-left-color: #7cd806;
}
.fi-csv.fi .fi-content {
  background-color: #579704;
  color: #ffffff;
}
.fi-dat.fi:before {
  background-color: #0463ea;
}
.fi-dat.fi:after {
  border-left-color: #3587fc;
}
.fi-dat.fi .fi-content {
  background-color: #0463ea;
  color: #ffffff;
}
.fi-json.fi:before {
  background-color: #333333;
}
.fi-json.fi:after {
  border-left-color: #545454;
}
.fi-json.fi .fi-content {
  background-color: #333;
  color: #aaaaaa;
}
.fi-xml.fi:before {
  background-color: #0e886b;
}
.fi-xml.fi:after {
  border-left-color: #14c49a;
}
.fi-xml.fi .fi-content {
  background-color: #0e886b;
  color: #ffffff;
}
.fi-dat.fi:before {
  background-color: #8b9c35;
}
.fi-dat.fi:after {
  border-left-color: #b0c350;
}
.fi-dat.fi .fi-content {
  background-color: #8b9c35;
  color: #ffffff;
}
.fi-db.fi:before {
  background-color: #697628;
}
.fi-db.fi:after {
  border-left-color: #95a739;
}
.fi-db.fi .fi-content {
  background-color: #697628;
  color: #ffffff;
}
.fi-dbf.fi:before {
  background-color: #58e6a9;
}
.fi-dbf.fi:after {
  border-left-color: #92efc7;
}
.fi-dbf.fi .fi-content {
  background-color: #58e6a9;
  color: #ffffff;
}
.fi-sql.fi:before {
  background-color: #157efb;
}
.fi-sql.fi:after {
  border-left-color: #56a2fc;
}
.fi-sql.fi .fi-content {
  background-color: #157efb;
  color: #ffffff;
}
.fi-ns.fi:before {
  background-color: #249c3b;
}
.fi-ns.fi:after {
  border-left-color: #32d051;
}
.fi-ns.fi .fi-content {
  background-color: #249c3b;
  color: #422c21;
}
.fi-3ds.fi:before {
  background-color: #015051;
}
.fi-3ds.fi:after {
  border-left-color: #029192;
}
.fi-3ds.fi .fi-content {
  background-color: #015051;
  color: #ffffff;
}
.fi-max.fi:before {
  background-color: #02b4b6;
}
.fi-max.fi:after {
  border-left-color: #03f4f7;
}
.fi-max.fi .fi-content {
  background-color: #02b4b6;
  color: #ffffff;
}
.fi-ai.fi:before {
  background-color: #f67503;
}
.fi-ai.fi:after {
  border-left-color: #fd983f;
}
.fi-ai.fi .fi-content {
  background-color: #f67503;
  color: #ffffff;
}
.fi-psd.fi:before {
  background-color: #181040;
}
.fi-psd.fi:after {
  border-left-color: #2c1d75;
}
.fi-psd.fi .fi-content {
  background-color: #181040;
  color: #3db6f2;
}
.fi-ttf.fi:before {
  background-color: #174f57;
}
.fi-ttf.fi:after {
  border-left-color: #257f8b;
}
.fi-ttf.fi .fi-content {
  background-color: #174f57;
  color: #ffffff;
}
.fi-woff.fi:before {
  background-color: #1b8c73;
}
.fi-woff.fi:after {
  border-left-color: #26c4a1;
}
.fi-woff.fi .fi-content {
  background-color: #1b8c73;
  color: #ffffff;
}
.fi-woff2.fi:before {
  background-color: #177761;
}
.fi-woff2.fi:after {
  border-left-color: #22ae8f;
}
.fi-woff2.fi .fi-content {
  background-color: #177761;
  color: #ffffff;
}
.fi-png.fi:before {
  background-color: #dc7460;
}
.fi-png.fi:after {
  border-left-color: #e8a496;
}
.fi-png.fi .fi-content {
  background-color: #dc7460;
  color: #ffffff;
}
.fi-bmp.fi:before {
  background-color: #459fa0;
}
.fi-bmp.fi:after {
  border-left-color: #69bdbe;
}
.fi-bmp.fi .fi-content {
  background-color: #459fa0;
  color: #ffffff;
}
.fi-jpg.fi:before {
  background-color: #0074d0;
}
.fi-jpg.fi:after {
  border-left-color: #1397ff;
}
.fi-jpg.fi .fi-content {
  background-color: #0074d0;
  color: #ffffff;
}
.fi-jpeg.fi:before {
  background-color: #0066b7;
}
.fi-jpeg.fi:after {
  border-left-color: #008bf9;
}
.fi-jpeg.fi .fi-content {
  background-color: #0066b7;
  color: #ffffff;
}
.fi-gif.fi:before {
  background-color: #7979ec;
}
.fi-gif.fi:after {
  border-left-color: #b3b3f4;
}
.fi-gif.fi .fi-content {
  background-color: #7979ec;
  color: #ffffff;
}
.fi-tif.fi:before {
  background-color: #ce0258;
}
.fi-tif.fi:after {
  border-left-color: #fd1677;
}
.fi-tif.fi .fi-content {
  background-color: #ce0258;
  color: #ffffff;
}
.fi-tiff.fi:before {
  background-color: #b5024d;
}
.fi-tiff.fi:after {
  border-left-color: #f60269;
}
.fi-tiff.fi .fi-content {
  background-color: #b5024d;
  color: #ffffff;
}
.fi-svg.fi:before {
  background-color: #e6a420;
}
.fi-svg.fi:after {
  border-left-color: #edbc5c;
}
.fi-svg.fi .fi-content {
  background-color: #e6a420;
  color: #ffffff;
}
.fi-rss.fi:before {
  background-color: #fd8b33;
}
.fi-rss.fi:after {
  border-left-color: #feb075;
}
.fi-rss.fi .fi-content {
  background-color: #fd8b33;
  color: #ffffff;
}
.fi-torrent.fi:before {
  background-color: #55ac44;
}
.fi-torrent.fi:after {
  border-left-color: #7bc56d;
}
.fi-torrent.fi .fi-content {
  background-color: #55ac44;
  color: #ffffff;
}
.fi-ppt.fi:before {
  background-color: #ce4123;
}
.fi-ppt.fi:after {
  border-left-color: #e26b52;
}
.fi-ppt.fi .fi-content {
  background-color: #ce4123;
  color: #ffffff;
}
.fi-pps.fi:before {
  background-color: #bf4023;
}
.fi-pps.fi:after {
  border-left-color: #dd6347;
}
.fi-pps.fi .fi-content {
  background-color: #bf4023;
  color: #ffffff;
}
.fi-pptx.fi:before {
  background-color: #ac3a1f;
}
.fi-pptx.fi:after {
  border-left-color: #da5334;
}
.fi-pptx.fi .fi-content {
  background-color: #ac3a1f;
  color: #ffffff;
}
.fi-odp.fi:before {
  background-color: #38aef9;
}
.fi-odp.fi:after {
  border-left-color: #78c8fb;
}
.fi-odp.fi .fi-content {
  background-color: #38aef9;
  color: #ffffff;
}
.fi-asp.fi:before {
  background-color: #5c2d91;
}
.fi-asp.fi:after {
  border-left-color: #7c3dc3;
}
.fi-asp.fi .fi-content {
  background-color: #5c2d91;
  color: #ffffff;
}
.fi-c.fi:before {
  background-color: #3747a5;
}
.fi-c.fi:after {
  border-left-color: #5767c7;
}
.fi-c.fi .fi-content {
  background-color: #3747a5;
  color: #ffffff;
}
.fi-cs.fi:before {
  background-color: #013467;
}
.fi-cs.fi:after {
  border-left-color: #0255a9;
}
.fi-cs.fi .fi-content {
  background-color: #013467;
  color: #ffffff;
}
.fi-java.fi:before {
  background-color: #ea2c2e;
}
.fi-java.fi:after {
  border-left-color: #f0686a;
}
.fi-java.fi .fi-content {
  background-color: #ea2c2e;
  color: #ffffff;
}
.fi-jsp.fi:before {
  background-color: #e5000c;
}
.fi-jsp.fi:after {
  border-left-color: #ff2834;
}
.fi-jsp.fi .fi-content {
  background-color: #e5000c;
  color: #161419;
}
.fi-swift.fi:before {
  background-color: #f32a20;
}
.fi-swift.fi:after {
  border-left-color: #f6665f;
}
.fi-swift.fi .fi-content {
  background-color: #f32a20;
  color: #ffffff;
}
.fi-php.fi:before {
  background-color: #4f5b93;
}
.fi-php.fi:after {
  border-left-color: #717db3;
}
.fi-php.fi .fi-content {
  background-color: #4f5b93;
  color: #ffffff;
}
.fi-hh.fi:before {
  background-color: #505050;
}
.fi-hh.fi:after {
  border-left-color: #717171;
}
.fi-hh.fi .fi-content {
  background-color: #505050;
  color: #ffffff;
}
.fi-go.fi:before {
  background-color: #e0ebf5;
}
.fi-go.fi:after {
  border-left-color: #ffffff;
}
.fi-go.fi .fi-content {
  background-color: #e0ebf5;
  color: #000000;
}
.fi-py.fi:before {
  background-color: #3472a3;
}
.fi-py.fi:after {
  border-left-color: #5294c8;
}
.fi-py.fi .fi-content {
  background-color: #3472a3;
  color: #ffd542;
}
.fi-js.fi:before {
  background-color: #f0db4f;
}
.fi-js.fi:after {
  border-left-color: #f5e78c;
}
.fi-js.fi .fi-content {
  background-color: #f0db4f;
  color: #323330;
}
.fi-html.fi:before {
  background-color: #e54c21;
}
.fi-html.fi:after {
  border-left-color: #ec7c5c;
}
.fi-html.fi .fi-content {
  background-color: #e54c21;
  color: #ffffff;
}
.fi-xhtml.fi:before {
  background-color: #55a9ef;
}
.fi-xhtml.fi:after {
  border-left-color: #92c8f5;
}
.fi-xhtml.fi .fi-content {
  background-color: #55a9ef;
  color: #ffffff;
}
.fi-css.fi:before {
  background-color: #264de4;
}
.fi-css.fi:after {
  border-left-color: #617deb;
}
.fi-css.fi .fi-content {
  background-color: #264de4;
  color: #ffffff;
}
.fi-vb.fi:before {
  background-color: #19aad9;
}
.fi-vb.fi:after {
  border-left-color: #4ac3ea;
}
.fi-vb.fi .fi-content {
  background-color: #19aad9;
  color: #ffffff;
}
.fi-rb.fi:before {
  background-color: #a20d01;
}
.fi-rb.fi:after {
  border-left-color: #e41201;
}
.fi-rb.fi .fi-content {
  background-color: #a20d01;
  color: #ffffff;
}
.fi-scss.fi:before {
  background-color: #bf4080;
}
.fi-scss.fi:after {
  border-left-color: #d072a1;
}
.fi-scss.fi .fi-content {
  background-color: #bf4080;
  color: #ffffff;
}
.fi-sass.fi:before {
  background-color: #b43c78;
}
.fi-sass.fi:after {
  border-left-color: #cc6699;
}
.fi-sass.fi .fi-content {
  background-color: #b43c78;
  color: #ffffff;
}
.fi-less.fi:before {
  background-color: #1d365d;
}
.fi-less.fi:after {
  border-left-color: #2d5390;
}
.fi-less.fi .fi-content {
  background-color: #1d365d;
  color: #ffffff;
}
.fi-jsx.fi:before {
  background-color: #61dafb;
}
.fi-jsx.fi:after {
  border-left-color: #a2e9fd;
}
.fi-jsx.fi .fi-content {
  background-color: #61dafb;
  color: #222222;
}
.fi-sh.fi:before {
  background-color: #2a3238;
}
.fi-sh.fi:after {
  border-left-color: #46545e;
}
.fi-sh.fi .fi-content {
  background-color: #2a3238;
  color: #4da925;
}
.fi-pl.fi:before {
  background-color: #028fbd;
}
.fi-pl.fi:after {
  border-left-color: #05bffc;
}
.fi-pl.fi .fi-content {
  background-color: #028fbd;
  color: #ffffff;
}
.fi-xls.fi:before {
  background-color: #86d44c;
}
.fi-xls.fi:after {
  border-left-color: #aae181;
}
.fi-xls.fi .fi-content {
  background-color: #86d44c;
  color: #ffffff;
}
.fi-xlsx.fi:before {
  background-color: #6cbf2e;
}
.fi-xlsx.fi:after {
  border-left-color: #8ed758;
}
.fi-xlsx.fi .fi-content {
  background-color: #6cbf2e;
  color: #ffffff;
}
.fi-xlsm.fi:before {
  background-color: #60ab29;
}
.fi-xlsm.fi:after {
  border-left-color: #80d244;
}
.fi-xlsm.fi .fi-content {
  background-color: #60ab29;
  color: #ffffff;
}
.fi-ods.fi:before {
  background-color: #0c491e;
}
.fi-ods.fi:after {
  border-left-color: #158236;
}
.fi-ods.fi .fi-content {
  background-color: #0c491e;
  color: #ffffff;
}
.fi-dll.fi:before {
  background-color: #960a4a;
}
.fi-dll.fi:after {
  border-left-color: #d40e69;
}
.fi-dll.fi .fi-content {
  background-color: #960a4a;
  color: #ffffff;
}
.fi-bak.fi:before {
  background-color: #058bca;
}
.fi-bak.fi:after {
  border-left-color: #18b1f9;
}
.fi-bak.fi .fi-content {
  background-color: #058bca;
  color: #ffffff;
}
.fi-ini.fi:before {
  background-color: #0b2955;
}
.fi-ini.fi:after {
  border-left-color: #134590;
}
.fi-ini.fi .fi-content {
  background-color: #0b2955;
  color: #ffffff;
}
.fi-dmp.fi:before {
  background-color: #1960a2;
}
.fi-dmp.fi:after {
  border-left-color: #2282db;
}
.fi-dmp.fi .fi-content {
  background-color: #1960a2;
  color: #ffffff;
}
.fi-sys.fi:before {
  background-color: #abe6f1;
}
.fi-sys.fi:after {
  border-left-color: #e4f7fa;
}
.fi-sys.fi .fi-content {
  background-color: #abe6f1;
  color: #ffffff;
}
.fi-cfg.fi:before {
  background-color: #7fd9ea;
}
.fi-cfg.fi:after {
  border-left-color: #b8eaf3;
}
.fi-cfg.fi .fi-content {
  background-color: #7fd9ea;
  color: #ffffff;
}
.fi-tmp.fi:before {
  background-color: #69d2e6;
}
.fi-tmp.fi:after {
  border-left-color: #a2e3f0;
}
.fi-tmp.fi .fi-content {
  background-color: #69d2e6;
  color: #ffffff;
}
.fi-icns.fi:before {
  background-color: #b4e9f2;
}
.fi-icns.fi:after {
  border-left-color: #edfafc;
}
.fi-icns.fi .fi-content {
  background-color: #b4e9f2;
  color: #222222;
}
.fi-doc.fi:before {
  background-color: #235d9c;
}
.fi-doc.fi:after {
  border-left-color: #317dd1;
}
.fi-doc.fi .fi-content {
  background-color: #235d9c;
  color: #ffffff;
}
.fi-docx.fi:before {
  background-color: #2980b9;
}
.fi-docx.fi:after {
  border-left-color: #4da1d8;
}
.fi-docx.fi .fi-content {
  background-color: #2980b9;
  color: #ffffff;
}
.fi-log.fi:before {
  background-color: #accff3;
}
.fi-log.fi:after {
  border-left-color: #e6f0fb;
}
.fi-log.fi .fi-content {
  background-color: #accff3;
  color: #ffffff;
}
.fi-txt.fi:before {
  background-color: #8bc6d6;
}
.fi-txt.fi:after {
  border-left-color: #bcdee7;
}
.fi-txt.fi .fi-content {
  background-color: #8bc6d6;
  color: #ffffff;
}
.fi-pdf.fi:before {
  background-color: #f88e21;
}
.fi-pdf.fi:after {
  border-left-color: #faaf61;
}
.fi-pdf.fi .fi-content {
  background-color: #f88e21;
  color: #ffffff;
}
.fi-avi.fi:before {
  background-color: #40c1e6;
}
.fi-avi.fi:after {
  border-left-color: #7bd4ee;
}
.fi-avi.fi .fi-content {
  background-color: #40c1e6;
  color: #ffffff;
}
.fi-mov.fi:before {
  background-color: #ff5838;
}
.fi-mov.fi:after {
  border-left-color: #ff907a;
}
.fi-mov.fi .fi-content {
  background-color: #ff5838;
  color: #ffffff;
}
.fi-mp4.fi:before {
  background-color: #4163b4;
}
.fi-mp4.fi:after {
  border-left-color: #6d89ca;
}
.fi-mp4.fi .fi-content {
  background-color: #4163b4;
  color: #ffffff;
}
.fi-wmv.fi:before {
  background-color: #f76205;
}
.fi-wmv.fi:after {
  border-left-color: #fb8a43;
}
.fi-wmv.fi .fi-content {
  background-color: #f76205;
  color: #ffffff;
}
.fi-mpg.fi:before {
  background-color: #1298d6;
}
.fi-mpg.fi:after {
  border-left-color: #3cb6ef;
}
.fi-mpg.fi .fi-content {
  background-color: #1298d6;
  color: #ffffff;
}
.fi-mpeg.fi:before {
  background-color: #0e77a7;
}
.fi-mpeg.fi:after {
  border-left-color: #13a2e4;
}
.fi-mpeg.fi .fi-content {
  background-color: #0e77a7;
  color: #ffffff;
}
.fi-mkv.fi:before {
  background-color: #0c668f;
}
.fi-mkv.fi:after {
  border-left-color: #1191cd;
}
.fi-mkv.fi .fi-content {
  background-color: #0c668f;
  color: #ffffff;
}
.fi-wps.fi:before {
  background-color: #297eff;
}
.fi-wps.fi:after {
  border-left-color: #6ba6ff;
}
.fi-wps.fi .fi-content {
  background-color: #297eff;
  color: #ffffff;
}
.fi-exe.fi:before {
  background-color: #0e63ab;
}
.fi-exe.fi:after {
  border-left-color: #1386e8;
}
.fi-exe.fi .fi-content {
  background-color: #0e63ab;
  color: #ffffff;
}
.fi-size-xs.fi {
  width: 28.8px;
  height: 36.8px;
  padding-top: 8px;
}
.fi-size-xs.fi:before {
  right: 8px;
}
.fi-size-xs.fi:after {
  border-top-width: 8px;
  border-left-width: 8px;
}
.fi-size-xs.fi .fi-content {
  top: 8px;
  padding-top: 13.2px;
  font-size: 10.4px;
}
.fi-size-sm.fi {
  width: 36px;
  height: 46px;
  padding-top: 10px;
}
.fi-size-sm.fi:before {
  right: 10px;
}
.fi-size-sm.fi:after {
  border-top-width: 10px;
  border-left-width: 10px;
}
.fi-size-sm.fi .fi-content {
  top: 10px;
  padding-top: 16.5px;
  font-size: 13px;
}
.fi-size-md.fi {
  width: 43.2px;
  height: 55.2px;
  padding-top: 12px;
}
.fi-size-md.fi:before {
  right: 12px;
}
.fi-size-md.fi:after {
  border-top-width: 12px;
  border-left-width: 12px;
}
.fi-size-md.fi .fi-content {
  top: 12px;
  padding-top: 19.8px;
  font-size: 15.6px;
}
.fi-size-lg.fi {
  width: 54px;
  height: 69px;
  padding-top: 15px;
}
.fi-size-lg.fi:before {
  right: 15px;
}
.fi-size-lg.fi:after {
  border-top-width: 15px;
  border-left-width: 15px;
}
.fi-size-lg.fi .fi-content {
  top: 15px;
  padding-top: 24.75px;
  font-size: 19.5px;
}
.fi-size-xl.fi {
  width: 72px;
  height: 92px;
  padding-top: 20px;
}
.fi-size-xl.fi:before {
  right: 20px;
}
.fi-size-xl.fi:after {
  border-top-width: 20px;
  border-left-width: 20px;
}
.fi-size-xl.fi .fi-content {
  top: 20px;
  padding-top: 33px;
  font-size: 26px;
}
.fi-content-xs .fi-content {
  font-size: 11px;
  padding-top: 55%;
}
.fi-round-sm.fi {
  border-radius: 2px;
  overflow: hidden;
}
.fi-round-md.fi {
  border-radius: 4px;
  overflow: hidden;
}
body * {
  font-family: "微軟正黑體", "Helveticsa Neue", Helvetica, Arial, sans-serif;
}
body button {
  border: none;
  outline: none;
}
body button:active,
body button:hover,
body button:focus {
  outline: none;
}
.system-message {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.system-message > div {
  margin: 0.5rem auto;
}
.system-message > div > div {
  margin: 0;
}
.announcement-container {
  padding-top: 0.5rem;
}
.announcement-container a {
  color: inherit;
}
.announcement-container a span.more {
  padding: 0 1rem;
}
.home-section-title {
  color: white;
  font-size: 1.5rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.pagination {
  margin: 1rem 0 0;
  /*
    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child(3),
    .page-item:nth-child(2),
    .page-item:nth-last-child(2),
    .page-item:nth-last-child(3),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
    */
}
.pagination .page-item .page-link {
  margin-left: 0.5rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.pagination .page-item.disabled .page-link {
  background-color: white;
  opacity: 0.5;
}
.pagination .page-item i,
.pagination .page-item.disabled i {
  min-width: 20px;
}
.course-filter-container {
  position: relative;
  padding-left: 0.5rem;
}
.course-filter-container .title {
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.course-filter-container .subtitle {
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.course-filter-container .course-other-filters {
  display: flex;
  justify-content: center;
  padding: 0.1rem 0;
  flex-wrap: wrap;
}
.course-filter-container .course-category-filters {
  display: flex;
  justify-content: center;
  padding: 0.1rem 0;
}
.course-filter-container .course-category-filters a,
.course-filter-container .course-category-filters span,
.course-filter-container .course-category-filters button {
  cursor: pointer;
  color: white;
  background: none;
  min-width: 90px;
  padding: 0.2rem 0.8rem;
  margin-right: calc(0.7rem);
  font-size: 1.1rem;
  border-radius: 1rem;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
.course-filter-container .course-category-filters a.active,
.course-filter-container .course-category-filters span.active,
.course-filter-container .course-category-filters button.active {
  cursor: default;
  background-color: #01b1ae;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.course-filter-container .course-category-filters a:hover,
.course-filter-container .course-category-filters span:hover,
.course-filter-container .course-category-filters button:hover {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
  background-color: #36c0be;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.course-count {
  text-align: center;
  color: #eee;
  font-size: 0.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0rem;
}
.course-pagination > div {
  text-align: center;
}
.course-pagination .pagination {
  margin: 1rem 0 0.5rem !important;
  padding: 0.5rem 0.5rem 0.5rem !important;
}
.course-booking-form {
  max-width: 1140px;
  margin: 1rem auto;
}
.course-booking-form .padder {
  padding: 2rem calc(2rem) 3rem;
  background-color: white;
  box-shadow: 0 1px 3px #7f7f7f, 0 1px 2px #b9b9b9;
  border-radius: 0.1875rem;
}
.course-booking-form .cta-header {
  background-color: #09b6a2;
  border-radius: 0.5rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 1.3rem;
  max-width: 350px;
  margin: 0 auto 2rem;
  padding: 0.7rem 2rem;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.course-booking-form .cta-header.expired {
  background: #333;
}
.course-booking-form .cta-large-button {
  color: white;
  margin: 0 auto 2rem;
  padding: 0.7rem 2rem;
  font-size: 1.3rem;
  border-radius: 0.5rem;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #09b6a2;
}
.course-description,
.course-notes {
  padding-bottom: 1rem;
}
.course-description h3,
.course-notes h3 {
  font-size: 1.3rem;
  border-left: 8px solid #09b6a2;
  padding: 0.3rem 1rem;
  margin: 0;
}
.course-description .content,
.course-notes .content {
  display: block;
  padding: 1.25rem 1.25rem;
}
.course-booking-form .payment-button {
  display: block;
  margin-left: 0;
  margin-bottom: 1rem;
  max-width: 100%;
}
.course-booking-form form .form-column {
  min-width: 50%;
  text-align: left;
}
.course-info {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.course-info figure {
  margin: 0.5rem 0 1rem;
  display: block;
  width: calc(430px);
  max-width: 600px;
}
.course-info figure img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
  transform: translate(-5px, -5px);
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.4);
}
.course-info .meta {
  text-align: center;
  transform: translateX(-0.5rem);
}
.course-info .meta p {
  text-align: left;
}
.course-info .meta h2 {
  font-size: calc(2rem);
  text-align: left;
  color: #222222;
  padding-left: 1rem;
}
.course-info .meta ul {
  font-size: 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.course-info .meta ul li {
  margin: 0.2rem 0;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: left;
  list-style: none;
  color: #222222;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.course-info .meta ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 0.7rem;
  background-color: #09b6a2;
  border-radius: 50%;
  transform: translateY(1px);
}
.course-info .buttons {
  padding: 0;
  text-align: center;
}
.course-info .buttons button {
  color: #15909f;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.3rem 1.3rem;
  border-radius: 1rem;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, #cccccc 0%, #ffffff 100%);
  box-shadow: inset 1px 1px 2px white, 0 0 2rem #5b7fa1;
  transform: translate(-5px, 0);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
#top-section {
  position: relative;
  background-color: white;
}
#top-section .top-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: calc(2.2rem) 1rem calc(2.2rem);
  display: flex;
  justify-content: space-between;
}
#top-section #top-logo {
  width: 30vw;
  max-width: 360px;
  align-self: center;
}
#top-section #top-logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
#top-section #mobileNavToggle {
  display: none;
}
#top-section #main-nav {
  width: 70vw;
}
#top-section #main-nav .main-nav-container {
  display: flex;
  justify-content: flex-end;
}
#top-section #main-nav a {
  align-self: center;
}
#top-section #main-nav a.home i {
  padding: 1rem;
  font-size: 2.3rem;
}
#top-section #main-nav a.home span {
  display: none;
}
#top-section #main-nav a {
  color: #8e8f91;
  text-decoration: none;
  text-align: center;
  padding-left: calc(2.5rem);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
#top-section #main-nav a i {
  border-radius: 50%;
  padding: 0.7rem;
  font-size: 2rem;
  color: #036ca6;
  background-color: #f6f6f6;
  box-shadow: inset 0.1rem 0.1rem 0.3rem #ffffff, inset -0.1rem -0.1rem 0.3rem rgba(128, 128, 128, 0.3), 0 0 0.2rem rgba(128, 128, 128, 0.3);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
#top-section #main-nav a span {
  display: block;
  padding: 0.2rem 0 0;
  font-size: 0.9rem;
}
#top-section #main-nav a:visited {
  color: #8e8f91;
}
#top-section #main-nav a:hover {
  color: #333;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
#top-section #main-nav a:hover i {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
  box-shadow: inset 0.1rem 0.1rem 0.3rem #ffffff, inset -0.1rem -0.1rem 0.3rem rgba(128, 128, 128, 0.3), 0 0 1rem rgba(128, 128, 128, 0.5);
}
#top-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  width: 100%;
  height: calc(6px);
  max-height: 8px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #ffa3d3 50%, #ffffff 100%);
}
#main-section {
  position: relative;
  background-image: url(../images/brand-new/background-overlay.svg), url(../images/brand-new/background.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: right bottom, right bottom;
  background-size: 80vw auto, cover;
  min-height: calc(85vh);
  padding: 1rem;
}
#main-section > .content {
  padding: 1rem 0;
}
#main-section > .content > .container {
  padding: 0;
  max-width: 1140px;
}
#main-section .empty-record {
  text-align: center;
  color: #eee;
  font-size: 0.9rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: rgba(128, 128, 128, 0.3);
}
#main-section #system-name {
  color: white;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  position: absolute;
  top: -0.5rem;
  right: 1rem;
}
#main-section #system-name.index {
  top: 0.5rem;
}
#main-section .header-container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
#main-section .header {
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 1rem 0.7rem 0.2rem;
  border-bottom: 2px solid white;
  gap: 2rem;
}
#main-section .header .centre-logo {
  width: 170px;
  padding-left: 0.5rem;
}
#main-section .header .centre-logo img {
  max-width: 100%;
  height: auto;
}
#main-section .course-list {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
}
#main-section .course-list > div {
  cursor: pointer;
  padding: 1rem;
  flex-basis: calc(261px);
}
#main-section .course-list > div:hover figure {
  transform: translate(0, 0);
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
#main-section .course-list > div a {
  display: block;
}
#main-section .course-list > div figure {
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  width: 100%;
  aspect-ratio: auto 0.83333333;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
  transform: translate(-5px, -5px);
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.4);
}
#main-section .course-list > div .buttons {
  padding: 0;
  text-align: center;
}
#main-section .course-list > div .buttons .inactive button {
  color: white;
  text-shadow: none;
  background: #333;
  box-shadow: none;
}
#main-section .course-list > div .buttons button {
  color: #15909f;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.3rem 1.5rem;
  border-radius: 1rem;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, #cccccc 0%, #ffffff 100%);
  box-shadow: inset 1px 1px 2px white, 0 0 2rem #5b7fa1;
  transform: translate(-5px, 0);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
#main-section .course-list > div .meta {
  text-align: center;
  transform: translateX(-0.5rem);
}
#main-section .course-list > div .meta h3 {
  padding: 0.3rem 0 0;
  font-size: 1.3rem;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#main-section .course-list > div .meta ul {
  font-size: 1rem;
  font-weight: bold;
  padding: 0;
  display: flex;
  flex-direction: column;
}
#main-section .course-list > div .meta ul li {
  padding-left: 1rem;
  position: relative;
  list-style: none;
  color: white;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#main-section .course-list > div .meta ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 0.7rem;
  background-color: #c7e4ae;
  border-radius: 50%;
  transform: translateY(2px);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#main-section footer {
  position: relative;
  padding: 2rem 0 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
#main-section footer a.ugamm img {
  max-width: 250px;
  height: auto;
}
.calendar-view .card-header {
  justify-content: center;
  background-color: #7f7f7f;
  padding-bottom: 0.3rem;
}
.calendar-view .card-header .card-title {
  color: white;
  line-height: 2;
}
.calendar-view .card-header #visible-control-service_id label {
  display: none;
}
.calendar-view .card-header #visible-control-service_id #control-group-service_id {
  margin: 0;
}
.calendar-view .card-header #visible-control-service_id #control-group-service_id .select2-selection--single {
  color: white;
  border: 0;
}
.calendar-view .card-header #visible-control-service_id #control-group-service_id .select2-selection--single:active,
.calendar-view .card-header #visible-control-service_id #control-group-service_id .select2-selection--single:focus,
.calendar-view .card-header #visible-control-service_id #control-group-service_id .select2-container--open .select2-selection--single {
  border: 0;
  box-shadow: inherit;
}
.calendar-view .select2-container {
  max-width: 300px !important;
}
.calendar-view .select2-container .select2-selection__rendered {
  padding-left: 0.5rem;
  font-size: 1rem;
}
.form-visible-control.hide {
  display: none;
}
.booking-info-page .card-header.header-elements-inline {
  padding-bottom: 0;
}
.print-btn {
  text-align: center;
}
.payment-receipt-wrapper {
  margin: 0 auto;
  padding: 40px;
  width: 1070px;
  box-sizing: border-box;
}
.payment-receipt-wrapper svg {
  display: inline-block;
}
.payment-receipt-wrapper h1 {
  font-size: 2rem;
}
.payment-receipt-wrapper #header-line .text-small {
  font-size: 0.8rem;
}
.payment-receipt-wrapper #header-line .receipt-code {
  font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 1.2rem;
}
.payment-receipt-wrapper #business-contact {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.payment-receipt-wrapper #business-contact span {
  margin-right: 10px;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
.payment-receipt-wrapper .booking-payment-table {
  position: relative;
  padding-bottom: 20px;
}
.payment-receipt-wrapper .booking-payment-table thead th {
  color: black;
}
.payment-receipt-wrapper .booking-payment-table th,
.payment-receipt-wrapper .booking-payment-table td {
  padding: 0.8rem;
}
.payment-receipt-wrapper .booking-payment-table tr.remove-border td:first-child {
  border: 0;
}
.payment-receipt-wrapper .booking-payment-table .stamp {
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 150px;
  mix-blend-mode: multiply;
}
.payment-receipt-wrapper .booking-payment-table .stamp img {
  height: 160px;
  width: auto;
}
.clickable {
  cursor: pointer;
}
.card-group-control .card-header.collapsed .card-title > a:before {
  content: "";
}
.payment-success-fail-wrapper {
  padding: 10% 0;
  text-align: center;
}
.payment-success-fail-wrapper .payment-result-text i {
  font-size: 5em;
}
.payment-detecting {
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
}
.booking-price {
  text-align: center;
  vertical-align: middle;
  font-family: Helvetica, sans-serif;
  font-size: 2rem;
  color: #dc5f11;
}
.booking-price .price {
  font-size: 3rem;
  font-weight: lighter;
  line-height: 1;
  margin-left: 0.3rem;
}
.disabled_price .price-display {
  font-size: 2rem;
  color: #dc5f11;
  font-family: Helvetica, sans-serif;
}
.payment-button {
  display: block;
  min-width: 250px;
  max-width: 350px;
  padding: 0.7rem 0.5rem;
  margin: 0.5rem auto;
  border-radius: 6px;
  background: #f1f1f1;
  overflow: hidden;
  border: 2px solid #f1f1f1;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
.payment-button:hover {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
  border: 2px solid #ccc;
  box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
.payment-button.active {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
  border: 2px solid #aaa;
  box-shadow: inset 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.payment-button .payment-icon {
  width: 45px;
  margin: 0.2rem 0 0 1rem;
}
.payment-button .payment-icon img {
  max-width: 100%;
  height: auto;
}
.payment-button .title {
  font-size: 1.2rem;
}
.payment-button .text-muted {
  font-size: 0.8rem;
}
.payment-button-component {
  display: block;
  width: 350px;
  max-width: 100%;
  padding: 0.5rem 0.5rem;
  margin: 0 auto;
  border-radius: $roundRadius;
  background: #f6f6f6;
  overflow: hidden;
  border: 1px solid white;
  transition: all 0.5s;
}
.payment-button-component:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.payment-button-component.active {
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.1);
  background: #eee;
  border: 1px solid #516674;
  transition: all 0.5s;
}
.payment-button-component .payment-icon {
  width: 45px;
  margin: 0.2rem 0 0 1rem;
}
.payment-button-component .payment-icon img {
  max-width: 100%;
  height: auto;
}
.payment-button-component .title {
  font-size: 1.2rem;
}
.payment-button-component .text-muted {
  font-size: 0.8rem;
}
.booking-summary-info {
  margin: 0;
}
.booking-summary-info #control-group-status .form-group {
  padding-left: 36px;
}
.booking-summary-info .summary-title {
  color: white;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  background: #26a69a;
  border-radius: 6px 6px 0 0;
}
.booking-summary-info .form-group {
  margin-bottom: 0.8rem;
}
.booking-summary-info .form-group > div {
  padding: 0;
}
.booking-summary-info .form-group > div input {
  padding: 0.8rem;
  background: #f6f6f6;
}
.booking-summary-info li:first-child {
  border-top: solid 1px #ddd;
}
.booking-summary-info li {
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0 0 0px 0;
  max-width: 600px;
}
.booking-summary-info li .label {
  min-width: 100px;
  display: inline-block;
  padding: 0.75rem;
}
.booking-summary-table thead {
  background: #26a69a;
  background: linear-gradient(180deg, rgba(38, 166, 154, 0) 0%, #26a69a 100%);
}
.booking-summary-table thead th:first-child {
  border-radius: 6px 0 0 0;
}
.booking-summary-table thead th:last-child {
  border-radius: 0 6px 0 0;
}
.booking-summary-table thead th:only-child {
  border-radius: 6px 6px 0 0;
}
.booking-summary-table th,
.booking-summary-table td {
  padding: 0.8rem;
}
.booking-summary-table tr.remove-border td:first-child {
  border: 0;
}
.btn-to-top {
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
.btn-to-top.btn-to-top-visible {
  opacity: 1;
  bottom: 30px;
  visibility: visible;
}
img.preview {
  max-width: 350px;
  padding: 0.5rem;
  border-radius: 3px;
  border: 1px solid #eee;
}
.download-list .card-img-actions-overlay,
.service-list .card-img-actions-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.download-list .card-body,
.service-list .card-body {
  padding: 0.5rem 0.5rem 0.8rem 0.5rem;
}
.download-list a.file:hover,
.service-list a.file:hover {
  background: #eee;
}
.download-list li.nav-item-submenu,
.service-list li.nav-item-submenu {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 5px 0;
}
.download-list li.nav-item:not(.nav-item-header):first-child,
.service-list li.nav-item:not(.nav-item-header):first-child {
  padding: 0;
}
.download-list li.nav-item:not(.nav-item-header):last-child,
.service-list li.nav-item:not(.nav-item-header):last-child {
  padding: 0;
}
.file-with-icon {
  display: flex;
  align-items: center;
}
.file-with-icon .fi {
  display: inline-block;
  margin: 0;
  flex-direction: row;
}
.file-with-icon .file_name {
  flex-direction: row;
  display: inline-block;
}
.file-with-icon .file_name a {
  color: black;
  text-align: left;
}
.uniform-uploader span.filename {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}
label.service-component-checkbox-label {
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
  min-width: 210px;
}
label.service-component-checkbox-label::after,
label.service-component-checkbox-label::before {
  top: 0.5rem;
}
select option.null {
  color: #999;
}
table.audit-data-table .field-name {
  min-width: 90px;
}
table.audit-data-table .field-value {
  min-width: 90px;
}
table.audit-data-table .new-value,
table.audit-data-table .old-value {
  display: inline-block;
  min-width: 60px;
}
table.audit-data-table td,
table.audit-data-table th {
  padding: 0.25rem 0.5rem;
}
.select2-search--dropdown {
  padding: 0.5rem;
}
.select2-container {
  min-width: 300px;
}
.select2-container ul.select2-results__options [aria-disabled="true"] {
  display: none;
}
.header-style {
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  color: black;
  border-left: 0.4rem solid #249480;
  padding: 0.3rem 0.5rem;
  border-radius: 3px;
}
.header-style > a,
.header-style > span {
  display: block;
  color: black;
  padding: 0.5rem;
}
.header-style2 {
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
  color: black;
  border-left: 0.4rem solid #249480;
  padding: 0.7rem 1rem;
  border-radius: 3px;
}
.booking-timer.mobile {
  display: none !important;
}
.booking-timer {
  display: none;
  padding: 0.5rem;
  color: #333;
  background: #f1f1f1;
  font-size: 13px;
  border-radius: 4px;
}
.my-form-section-title {
  border-left: 4px solid #26a69a;
  padding-left: 0.5rem;
}
.dashboard-table .table td,
.dashboard-table .table th {
  padding: 0.5rem 0.5rem;
}
.captcha-input {
  font-size: 1.3rem;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 0.5rem;
  color: #666;
  border: 1px solid #ccc;
  outline: none;
  background: white;
  width: 110px;
}
.picker__holder .picker__list-item--disabled,
.picker__holder .picker__list-item--disabled:hover,
.picker__holder .picker--focused .picker__list-item--disabled {
  background-color: #f6f6f6;
}
.picker__day.picker__footer > button {
  margin-left: 1px;
  margin-right: 1px;
}
.picker__day.picker__day--today {
  color: black;
  background-color: white;
}
.picker__day.picker__day--highlighted {
  color: white;
  background-color: #26a69a;
}
.picker__day.picker__day--disabled,
.picker__day .picker__day--disabled:hover {
  background: #eee;
  border-radius: 0;
}
.wizard > .steps > ul > li:first-child:before,
.wizard > .steps > ul > li:last-child:after {
  display: none;
}
.wizard > .steps > ul > li a {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.wizard > .steps > ul > li:after,
.wizard > .steps > ul > li:before {
  top: 1rem;
}
.booking-table .table td,
.booking-table .table th {
  padding: 0.4rem 0.8rem;
}
.form-control:disabled {
  padding: 0.8rem;
  background: #f1f1f1;
  color: #333;
}
.pagination-wrapper {
  padding: 1rem 1rem 0 1rem;
}
.bootstrap-tagsinput input {
  min-width: 5rem;
}
.select2-container {
  margin-top: -10px;
}
body {
  font-family: "微軟正黑體", "Helveticsa Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}
.page-content {
  background: url(../images/backgrounds/panel_bg.png) repeat;
}
.weekView .top-controls {
  text-align: center;
  padding: 0 0 0.5rem 0;
}
.weekView table {
  border-top: 1px solid #b7b7b7;
}
.weekView .time-label,
.weekView .time-block {
  font-size: 0.9rem;
}
.weekView .time-label > div,
.weekView .time-block > div {
  border-top: 0 !important;
  border-left: 0 !important;
}
.fc .service-selected .fc-daygrid-day {
  cursor: pointer;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
.fc .service-selected .fc-daygrid-day:hover {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
  background-color: #26a69a;
}
.fc .fc-axis {
  height: 1.6rem !important;
}
.fc .fc-axis .fc-time-grid-event > .fc-content .fc-time span {
  font-size: 0.9rem;
}
.fc .fc-axis span {
  font-size: 0.8rem;
}
.fc th.fc-day-header span {
  font-size: 0.85rem;
}
.fc a.fc-more {
  font-size: 0.6rem;
}
.fc .fc-daygrid-day-events {
  display: none;
}
.fc .fc-day-grid-event > .fc-content .fc-time {
  font-size: 0.8rem;
}
.fc .fc-bg-event .fc-event-title {
  color: black;
  font-size: 0.73rem;
  padding-top: 17px;
}
/* Frontend header, navbar, mobile nav menu */
#mobile-nav {
  position: absolute;
  z-index: 100;
  top: 56px;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#mobile-nav li {
  display: block;
  width: 100%;
  background: none;
}
#mobile-nav li a {
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  display: block;
  color: black;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
}
#frontend-top-header {
  background: url("../images/top-banner.png") no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 50;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
#frontend-top-header .navbar {
  box-shadow: none;
}
#frontend-top-header .pagetitle {
  color: black;
}
#frontend-top-header .pagetitle:hover {
  color: #333;
}
#frontend-top-header .top-menu {
  background: rgba(0, 0, 0, 0.3);
}
#frontend-top-header .top-menu .container {
  padding: 0;
}
#frontend-top-header .top-menu a.nav-link {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
#frontend-top-header .top-menu a.nav-link:hover {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s;
  /* Safari and Chrome */
  -o-transition: all 0.2s;
  /* Opera */
}
/* /Frontend header, navbar, mobile nav menu */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Extra small devices (phones, 600px and down) */
/* Visibility helper: 
    visible-mobile-only, visible-tablet-desktop, visible-desktop-only 
*/
.visible-mobile-only {
  display: none !important;
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 991px) {
  .visible-desktop-only {
    display: none !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) {
  .visible-mobile-only {
    display: block !important;
  }
  .visible-tablet-desktop {
    display: none !important;
  }
}
/* Small desktop < 1200px */
@media (max-width: 1199px) {
  #top-section .top-container {
    padding: 20px 10px 35px;
  }
  #top-section #main-nav a.home i {
    padding: calc(0.9rem);
    font-size: calc(1.7rem);
  }
  #top-section #main-nav a {
    padding-left: calc(2rem);
  }
  #top-section #main-nav a i {
    border-radius: 50%;
    padding: calc(0.7rem);
    font-size: calc(1.3rem);
  }
  #top-section #main-nav a span {
    padding: calc(0.3rem) 0 0;
    font-size: calc(0.6rem);
  }
}
@media (max-width: 991px) {
  .booking-timer.desktop {
    display: none !important;
  }
  .booking-timer.mobile {
    display: block !important;
  }
  .wizard > .steps > ul > li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .payment-button {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .form-remarks {
    text-align: left;
  }
  .course-filter-container .course-category-filters {
    overflow-x: auto;
    white-space: nowrap;
  }
  .course-filter-container .course-category-filters a,
  .course-filter-container .course-category-filters span {
    flex: none;
  }
  #main-section .course-booking-form .padder {
    padding: 1rem 1rem;
  }
  #main-section .course-booking-form form .form-column {
    width: 85vw;
    max-width: 1000px;
  }
  #main-section .course-info {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0.5rem;
  }
  #main-section .course-info .meta {
    width: 100%;
  }
  #main-section .course-info figure {
    max-width: 300px;
    width: 100%;
  }
  #main-section .course-info figure img {
    max-width: 100%;
  }
  #main-section .header .centre-logo {
    width: calc(125px);
  }
  #top-section .top-container {
    display: block;
    padding: 0;
    height: 82px;
  }
  #top-section .top-container #top-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    margin: 0 auto;
    padding: 20px 20px;
    text-align: center;
  }
  #top-section #main-nav {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100vw;
    min-height: 100vh;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
  }
  #top-section #main-nav.mobileNavOpened {
    display: block;
  }
  #top-section #main-nav .main-nav-container {
    flex-direction: column;
    padding: 5rem 1rem 3rem;
    width: 230px;
    margin: 0 auto;
  }
  #top-section #main-nav a.home i {
    padding: calc(0.9rem);
    font-size: calc(1.1rem);
  }
  #top-section #main-nav a {
    padding: calc(0.9rem) 0;
    align-self: flex-start;
    display: flex;
  }
  #top-section #main-nav a i {
    padding: calc(0.9rem);
    font-size: calc(1.1rem);
  }
  #top-section #main-nav a span {
    align-self: center;
    color: #036ca6;
    padding: 0 0 0 1rem;
    font-size: 1rem;
  }
  #top-section #main-nav a.home span {
    display: block;
  }
  #top-section #main-nav a:last-child {
    padding-bottom: 70px;
  }
  #top-section #mobileNavToggle {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition-duration: 0;
  }
  #top-section #mobileNavToggle.mobileNavOpened {
    z-index: 102;
    position: fixed;
    transition-duration: 0;
    backdrop-filter: none;
  }
  #top-section #mobileNavToggle.mobileNavOpened .linesButton > span:before {
    top: 0;
  }
  #top-section #mobileNavToggle.mobileNavOpened .linesButton > span:after {
    top: 0;
  }
  #top-section #mobileNavToggle .linesButton {
    cursor: pointer;
    display: block;
    padding: 21px 25px 25px;
    background: transparent;
  }
  #top-section #mobileNavToggle .linesButtonLines {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    transition: 0.3s;
    background: #0a69a1;
  }
  #top-section #mobileNavToggle .linesButtonLines:after,
  #top-section #mobileNavToggle .linesButtonLines:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    transition: 0.3s;
    left: 0;
    background: #0a69a1;
  }
  #top-section #mobileNavToggle .linesButtonLines:before {
    top: 10px;
  }
  #top-section #mobileNavToggle .linesButtonLines:after {
    top: -10px;
  }
  .col-form-label {
    padding-top: 0.6rem !important;
  }
  form.wizard-form .select2-container {
    min-width: 180px;
  }
  form.wizard-form .select2-container ul.select2-results__options [aria-disabled="true"] {
    display: none;
  }
  .picker .picker__holder {
    left: -80px;
  }
  .picker--time .picker__holder {
    left: 0;
    min-width: 10rem;
    max-width: 10rem;
  }
}
@media (max-width: 660px) {
  #main-section .course-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    -webkit-box-align: stretch;
    gap: 1rem;
  }
  #main-section .course-list > div {
    max-width: inherit;
    padding: 0.2rem 0.2rem 1rem;
  }
  #main-section .course-list > div figure {
    border-radius: 2rem;
  }
  #main-section .course-list > div .meta h3 {
    font-size: 1.1rem;
  }
  #main-section .course-list > div .meta ul {
    font-size: 0.7rem;
    font-weight: normal;
  }
  #main-section .course-list > div .buttons button {
    font-size: 1rem;
    padding: 0.3rem 1.5rem;
    border-radius: 1rem;
  }
  #main-section .course-other-filters {
    display: flex;
    justify-content: center;
    padding: 0.1rem 0;
    flex-wrap: wrap;
  }
  #main-section .course-other-filters .btn-group-vertical > .btn,
  #main-section .course-other-filters .btn-group > .btn {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  #main-section .clear-filter {
    flex: none;
  }
  #main-section .course-booking-form form .form-column {
    width: 100%;
  }
  #main-section #system-name {
    padding: 0;
    position: static;
    margin-top: 0.5rem;
  }
  #main-section .header-container {
    margin: 0 auto;
  }
  #main-section .header {
    justify-content: center;
  }
}
