@charset "UTF-8";
/*!
 * Theme Name:  VagisanQR
 * Theme URI:    https://wirgroup.vn/
 * Author:       Wir Engineer
 * Author URI:   https://wirgroup.vn/
 * Description:  Một sản phẩm của Wir.
 * Version:      1.0.0
 */
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("fonts/Alexandria-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --b-font-main: "Alexandria";
  --b-font-mono: "Alexandria";
  --b-txt: #2e3440;
  --b-bg-1: #fff;
  --b-bg-2: #eceff4;
  --b-line: #eceff4;
  --b-link: #bf616a;
  --b-btn-bg: #242933;
  --b-btn-txt: #fff;
  --b-focus: #ddc47f;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  padding: 0 1rem;
  margin: auto;
  background: var(--b-bg-1);
  background-color: #F6F0E9;
  font-family: var(--b-font-main);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: var(--b-txt);
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
details,
blockquote,
pre,
figure,
table,
address,
hr,
fieldset,
iframe,
audio,
video {
  margin: 0 0 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin-top: 2rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

a {
  color: var(--b-link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  border-style: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

blockquote {
  margin-left: 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-left: 0.25rem solid var(--b-txt);
}

blockquote > :last-child {
  margin-bottom: 0;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid var(--b-line);
}

pre,
code,
kbd,
samp,
tt,
var {
  background: var(--b-bg-2);
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
  font-family: var(--b-font-mono);
  font-size: 0.875rem;
}

pre {
  padding: 1rem;
  overflow: auto;
  white-space: pre;
}

pre code {
  padding: 0;
}

details {
  display: block;
  padding: 0.5rem 1rem;
  background: var(--b-bg-2);
  border: 1px solid var(--b-line);
  border-radius: 0.25rem;
}

details > :last-child {
  margin-bottom: 0;
}

details[open] > summary {
  margin-bottom: 1.5rem;
}

summary {
  display: list-item;
  cursor: pointer;
  font-weight: bold;
}

summary:focus {
  box-shadow: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-indent: 0;
}

table caption {
  margin-bottom: 0.5rem;
}

tr {
  border-bottom: 1px solid var(--b-line);
}

td,
th {
  padding: 0.5rem 0 0.5rem 1rem;
  word-break: normal;
}
td:first-child,
th:first-child {
  padding-left: 0;
}

th {
  text-align: left;
}

ul,
ol,
dd {
  padding-left: 2rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

fieldset {
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--b-line);
  border-radius: 0.25rem;
}

legend {
  padding: 0 0.25rem;
}

label {
  cursor: pointer;
  display: block;
  margin-bottom: 0.25rem;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0.5rem 0.75rem;
  max-width: 100%;
  background: var(--b-bg-2);
  border: 0;
  border-radius: 0.25rem;
  font: inherit;
  line-height: 1.125;
  color: var(--b-txt);
}

button,
select {
  text-transform: none;
}

select,
input:not([size]):not([type=button i]):not([type=submit i]):not([type=reset i]):not([type=checkbox i]):not([type=radio i]) {
  width: 100%;
}

[type=color i] {
  min-height: 2.125rem;
}

select:not([multiple]):not([size]) {
  padding-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  resize: vertical;
}

textarea:not([rows]) {
  height: 8rem;
}

button {
  touch-action: manipulation;
}

button,
[type=button i],
[type=submit i],
[type=reset i] {
  -webkit-appearance: button;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  background: var(--b-btn-bg);
  color: var(--b-btn-txt);
  border: 0;
  cursor: pointer;
  transition: opacity 0.25s;
}

button:hover,
[type=button i]:hover,
[type=submit i]:hover,
[type=reset i]:hover {
  opacity: 0.75;
}

button[disabled],
[type=button i][disabled],
[type=submit i][disabled],
[type=reset i][disabled] {
  opacity: 0.5;
}

progress {
  vertical-align: baseline;
}

[type=search i] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

[aria-busy=true i] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true i],
[disabled] {
  cursor: not-allowed;
}

:focus,
details:focus-within {
  outline: none;
  box-shadow: 0 0 0 1px var(--b-focus);
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 0 !important;
    transition-duration: 0 !important;
  }
}
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%232e3440'%3E%3Cpath d='M5 6l5 5 5-5 2 1-7 7-7-7 2-1z'/%3E%3C/svg%3E");
}

:root {
  --font-main: var(--b-font-main);
  --font-mono: var(--b-font-mono);
  --color-text: var(--b-txt);
  --color-bg: var(--b-bg-1);
  --color-bg-2: var(--b-bg-2);
  --color-line: var(--b-line);
  --color-link: var(--b-link);
  --color-btn-bg: var(--b-btn-bg);
  --color-btn-txt: var(--b-btn-txt);
  --color-focus: var(--b-focus);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: var(--color-base);
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

.footer__coppyright {
  text-align: center;
  font-size: 14px;
  padding: 12px;
}

.go-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 12px;
  bottom: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
}
.go-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}
.go-to-top:hover {
  background: rgba(0, 0, 0, 0.3);
}
.go-to-top svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

body {
  padding: 0;
}

#qr_code {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-block: 60px;
}
#qr_code .banner-top {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#qr_code .banner-top img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#qr_code .content-wrapper {
  flex: 1;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
#qr_code .content-wrapper .banner-middle {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  display: block;
  margin-bottom: 30px;
}
#qr_code .content-wrapper .banner-middle img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
#qr_code .content-wrapper .banner-middle-mobile {
  display: none;
}
#qr_code .content {
  position: relative;
  width: 100%;
  text-align: center;
  background: rgba(246, 242, 242, 0.8);
  padding: 60px 40px;
  border-radius: 0;
  margin: 0 auto;
  z-index: 3;
}
#qr_code .content .frame {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#qr_code .content .brand-name {
  font-size: 48px;
  font-weight: 700;
  color: #d7005a;
  margin: 0 0 20px 0;
  text-transform: none;
}
#qr_code .content .main-heading {
  font-size: 28px;
  font-weight: 200;
  color: #d7005a;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#qr_code .content .description {
  font-size: 16px;
  color: #677269;
  line-height: 1.6;
  margin: 0 0 20px 0;
  text-align: left;
  font-weight: 200;
}
#qr_code .content .form-horizontal {
  margin: 40px 0;
}
#qr_code .content .form-horizontal input#id {
  width: 100%;
  max-width: 500px;
  border: none;
  background-color: transparent;
  font-weight: 300;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  color: #677269;
  border: 1px solid #fff;
}
#qr_code .content .form-horizontal input#id::placeholder {
  color: #677269;
}
#qr_code .content .form-horizontal input#id:focus {
  outline: none;
  background-color: #e8e8e8;
}
#qr_code .content .scan_success {
  margin: 40px 0;
}
#qr_code .content .scan_success .icon-wrapper {
  display: inline-block;
  margin-bottom: 20px;
}
#qr_code .content .scan_success .icon-wrapper svg {
  width: 120px;
  height: 120px;
  display: block;
}
#qr_code .content .scan_success .code-display {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}
#qr_code .content .scan_error {
  margin: 40px 0 20px;
}
#qr_code .content .scan_error .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 20px;
}
#qr_code .content .scan_error .icon-wrapper svg {
  width: 50px;
  height: 50px;
  display: block;
}
#qr_code .content .scan_error .error-heading {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
#qr_code .content .error-message {
  font-size: 16px;
  color: #666;
  margin: 20px 0;
  line-height: 1.6;
}
#qr_code .content .success-message {
  font-size: 18px;
  color: #333;
  margin: 20px 0 10px;
  line-height: 1.6;
}
#qr_code .content .success-message-en {
  font-size: 16px;
  color: #666;
  margin: 0 0 20px;
}
#qr_code .content .error-message {
  font-size: 16px;
  color: #666;
  margin: 20px 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #qr_code .content-wrapper {
    padding: 40px 15px;
  }
  #qr_code .content-wrapper .banner-middle {
    display: none;
  }
  #qr_code .content-wrapper .banner-middle-mobile {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
  }
  #qr_code .content-wrapper .banner-middle-mobile img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  #qr_code .content {
    padding: 40px 20px;
  }
  #qr_code .content .brand-name {
    font-size: 36px;
  }
  #qr_code .content .main-heading {
    font-size: 22px;
  }
  #qr_code .content .description {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
