/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/style/app.scss ***!
  \*****************************************************************************************************************************************/
/* Settings */
/*! 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; }

/**
 * 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 */
  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; }

/* Color */
/* Box */
/* Grid */
/* Font */
/* Media query */
@font-face {
  font-family: iCielPony;
  src: url("./public/app-assets/iCielPony.ttf"); }

@font-face {
  font-family: BalooBhaina;
  src: url("./public/app-assets/BalooBhaina.TTF"); }

@font-face {
  font-family: RifficFree-Bold;
  src: url("./public/app-assets/RifficFree-Bold.ttf"); }

* {
  margin: 0 0;
  padding: 0 0;
  box-sizing: border-box;
  outline: none;
  font-family: iCielPony;
  font-size: 1rem;
  color: #8e422d;
  line-height: 1.5;
  letter-spacing: 1px;
  -webkit-tap-highlight-color: transparent; }
  *:not(input):not(textarea) {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ }

html,
body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 0;
  padding: 0 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff00', endColorstr='#ffffff00');
  zoom: 1; }
  @media only screen and (max-width: 992px) {
    html,
    body {
      font-size: 12px; } }

body:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a {
  text-decoration: none; }

li {
  list-style: none;
  list-style-type: none; }

p {
  margin-bottom: 15px; }

img,
a {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

.allow-user-select {
  -webkit-touch-callout: text;
  /* iOS Safari */
  -webkit-user-select: text;
  /* Safari */
  -khtml-user-select: text;
  /* Konqueror HTML */
  -moz-user-select: text;
  /* Old versions of Firefox */
  -ms-user-select: text;
  /* Internet Explorer/Edge */
  user-select: text;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */ }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.loading {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  height: 100% !important;
  width: 100% !important; }
  .loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    background-color: rgba(51, 51, 51, 0.4); }
  .loading:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent;
    animation: loading 1.2s linear infinite; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Elements */
.webview-page {
  height: 0vh;
  width: 0vw;
  position: relative;
  background-color: transparent;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .webview-page #webview-frame {
    position: absolute;
    z-index: 1000;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
    background: url("./public/app-assets/frames/Corner_Top_Left.png") top 0px left 0px, url("./public/app-assets/frames/Corner_Top_Right.png") top 0px right 0px, url("./public/app-assets/frames/Corner_Bottom_Right.png") bottom 0px right 0px, url("./public/app-assets/frames/Corner_Bottom_Left.png") bottom 0px left 0px, url("./public/app-assets/frames/Border_Top.png") top 0px left 89px, url("./public/app-assets/frames/Border_Right.png") top 89px right 0px, url("./public/app-assets/frames/Border_Bottom.png") bottom 0px left 89px, url("./public/app-assets/frames/Border_Left.png") top 89px left 0px;
    background-repeat: no-repeat;
    background-size: 90px 90px, 90px 90px, 90px 90px, 90px 90px, calc(100% - 180px + 2px) 90px, 90px calc(100% - 180px + 2px), calc(100% - 180px + 2px) 90px, 90px calc(100% - 180px + 2px);
    /* border-left */ }
    @media only screen and (max-width: 992px) {
      .webview-page #webview-frame {
        background: url("./public/app-assets/frames/Corner_Top_Left.png") top 0px left 0px, url("./public/app-assets/frames/Corner_Top_Right.png") top 0px right 0px, url("./public/app-assets/frames/Corner_Bottom_Right.png") bottom 0px right 0px, url("./public/app-assets/frames/Corner_Bottom_Left.png") bottom 0px left 0px, url("./public/app-assets/frames/Border_Top.png") top 0px left 45px, url("./public/app-assets/frames/Border_Right.png") top 45px right 0px, url("./public/app-assets/frames/Border_Bottom.png") bottom 0px left 45px, url("./public/app-assets/frames/Border_Left.png") top 45px left 0px;
        background-repeat: no-repeat;
        background-size: 45px 45px, 45px 45px, 45px 45px, 45px 45px, calc(100% - 90px + 2px) 45px, 45px calc(100% - 90px + 1px), calc(100% - 90px + 2px) 45px, 45px calc(100% - 90px + 1px);
        /* border-left */ } }
  .webview-page #webview-vine {
    position: absolute;
    z-index: 1000;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    pointer-events: none;
    background: url("./public/app-assets/frames/Vine_1.png") bottom 70px left 31px, url("./public/app-assets/frames/Vine_2.png") bottom 12px right 0px, url("./public/app-assets/frames/Vine_3.png") top 250px right 36px, url("./public/app-assets/frames/Vine_4.png") top 28px right 22px, url("./public/app-assets/frames/Vine_5.png") bottom 150px left 27px, url("./public/app-assets/frames/Vine_6.png") bottom 5px left 110px, url("./public/app-assets/frames/Vine_7.png") top 170px right 22px, url("./public/app-assets/frames/Vine_8.png") top 175px left 20px, url("./public/app-assets/frames/Vine_9.png") top 45px left 25px;
    background-repeat: no-repeat;
    background-size: 80px, 250px, 130px, 150px, 80px, 180px, 30px, 80px, 80px;
    /* vine 9 */ }
    @media only screen and (max-width: 992px) {
      .webview-page #webview-vine {
        background: url("./public/app-assets/frames/Vine_1.png") bottom 48px left 26px, url("./public/app-assets/frames/Vine_2.png") bottom 17px right 0px, url("./public/app-assets/frames/Vine_3.png") top 200px right 26px, url("./public/app-assets/frames/Vine_4.png") top 19px right 15px, url("./public/app-assets/frames/Vine_5.png") bottom 85px left 17px, url("./public/app-assets/frames/Vine_6.png") bottom 10px left 60px, url("./public/app-assets/frames/Vine_7.png") top 160px right 15px, url("./public/app-assets/frames/Vine_8.png") top 100px left 16px, url("./public/app-assets/frames/Vine_9.png") top 20px left 20px;
        background-repeat: no-repeat;
        background-size: 40px, 125px, 70px, 90px, 47px, 95px, 20px, 50px, 60px;
        /* vine 9 */ } }
  .webview-page #webview-leaf {
    position: absolute;
    z-index: 1000;
    top: -40px;
    right: -40px;
    bottom: -40px;
    left: -40px;
    pointer-events: none;
    background: url("./public/app-assets/frames/Leaf_1.png") top 102px left 25px, url("./public/app-assets/frames/Leaf_2.png") top 27px left 48px, url("./public/app-assets/frames/Leaf_3.png") top 20px right 80px, url("./public/app-assets/frames/Leaf_4.png") top 78px right 14px, url("./public/app-assets/frames/Leaf_5.png") bottom 100px left 24px, url("./public/app-assets/frames/Leaf_6.png") bottom 60px left 3px;
    background-repeat: no-repeat;
    background-size: 50px; }
    @media only screen and (max-width: 992px) {
      .webview-page #webview-leaf {
        background: url("./public/app-assets/frames/Leaf_1.png") top 70px left 28px, url("./public/app-assets/frames/Leaf_2.png") top 31px left 44px, url("./public/app-assets/frames/Leaf_3.png") top 26px right 50px, url("./public/app-assets/frames/Leaf_4.png") top 57px right 23px, url("./public/app-assets/frames/Leaf_5.png") bottom 69px left 28px, url("./public/app-assets/frames/Leaf_6.png") bottom 45px left 16px;
        background-repeat: no-repeat;
        background-size: 30px; } }
  .webview-page #webview-header {
    position: absolute;
    top: 0px;
    right: 90px;
    left: 90px;
    z-index: 1001;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .webview-page #webview-header {
        top: -5px;
        right: 45px;
        left: 45px; } }
    .webview-page #webview-header .page-header {
      background: url("./public/app-assets/frames/Title.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100%;
      padding: 0 45px 15px;
      line-height: 2;
      text-transform: uppercase;
      text-align: center; }
      @media only screen and (max-width: 992px) {
        .webview-page #webview-header .page-header {
          font-size: 1.5rem;
          padding: 5px 30px 15px; } }
  .webview-page #webview-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("./public/Close.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1002; }
    @media only screen and (max-width: 992px) {
      .webview-page #webview-close {
        width: 40px;
        height: 40px; } }
  .webview-page #webview-inner {
    position: absolute;
    background-color: #f6d391;
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    width: auto; }
    @media only screen and (max-width: 992px) {
      .webview-page #webview-inner {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px; } }
    .webview-page #webview-inner:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: none;
      box-shadow: 13px 0px 23px 0 rgba(59, 22, 5, 0.8) inset, -13px 0px 23px 0 rgba(59, 22, 5, 0.8) inset, 0px -13px 23px 0 rgba(59, 22, 5, 0.8) inset; }
    .webview-page #webview-inner #webview-container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: auto; }
  .webview-page #webview-footer {
    position: absolute;
    bottom: 0px;
    right: 90px;
    left: 90px;
    z-index: 1001;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .webview-page #webview-footer {
        right: 45px;
        bottom: -5px;
        left: 45px; } }
    .webview-page #webview-footer button {
      position: relative;
      height: 100%;
      padding: 0 45px 15px;
      font-size: 2.25rem;
      line-height: 2;
      text-transform: uppercase;
      text-align: center;
      background-color: transparent; }
      @media only screen and (max-width: 992px) {
        .webview-page #webview-footer button {
          font-size: 1.5rem;
          padding: 5px 20px 10px; } }
      .webview-page #webview-footer button > * {
        z-index: 1001; }
      .webview-page #webview-footer button:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-image: url("./public/app-assets/frames/Button.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); }
      .webview-page #webview-footer button:disabled, .webview-page #webview-footer button[disabled], .webview-page #webview-footer button.disabled {
        background-color: unset;
        pointer-events: none; }
        .webview-page #webview-footer button:disabled:before, .webview-page #webview-footer button[disabled]:before, .webview-page #webview-footer button.disabled:before {
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%); }
  .webview-page.webview-frame__shop {
    margin-top: 0vh; }
    .webview-page.webview-frame__shop #webview-frame {
      position: absolute;
      z-index: 1000;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      pointer-events: none;
      background: url("./public/app-assets/frames/Shop_corner_top_left.png") top 0px left 0px, url("./public/app-assets/frames/Shop_corner_top_right.png") top 0px right 0px, url("./public/app-assets/frames/Shop_corner_bottom_right.png") bottom 0px right 0px, url("./public/app-assets/frames/Shop_corner_bottom_left.png") bottom 0px left 0px, url("./public/app-assets/frames/Shop_border_top.png") top 0px left 239px, url("./public/app-assets/frames/Shop_border_right.png") top 118px right 0px, url("./public/app-assets/frames/Shop_border_bottom.png") bottom 0px left 239px, url("./public/app-assets/frames/Shop_border_left.png") top 118px left 0px;
      background-repeat: no-repeat;
      background-size: 240px 120px, 240px 120px, 240px 120px, 240px 120px, calc(100% - 480px + 2px) 120px, 240px calc(100% - 240px + 3px), calc(100% - 480px + 2px) 120px, 240px calc(100% - 240px + 3px);
      /* border-left */ }
      @media only screen and (max-width: 992px) {
        .webview-page.webview-frame__shop #webview-frame {
          background: url("./public/app-assets/frames/Shop_corner_top_left.png") top 0px left 0px, url("./public/app-assets/frames/Shop_corner_top_right.png") top 0px right 0px, url("./public/app-assets/frames/Shop_corner_bottom_right.png") bottom 0px right 0px, url("./public/app-assets/frames/Shop_corner_bottom_left.png") bottom 0px left 0px, url("./public/app-assets/frames/Shop_border_top.png") top 0px left 149px, url("./public/app-assets/frames/Shop_border_right.png") top 99px right 0px, url("./public/app-assets/frames/Shop_border_bottom.png") bottom 0px left 149px, url("./public/app-assets/frames/Shop_border_left.png") top 99px left 0px;
          background-repeat: no-repeat;
          background-size: 150px 100px, 150px 100px, 150px 75px, 150px 75px, calc(100% - 300px + 2px) 100px, 150px calc(100% - 150px + 4px), calc(100% - 300px + 2px) 75px, 150px calc(100% - 150px + 4px);
          /* border-left */ } }
    .webview-page.webview-frame__shop #webview-vine {
      bottom: -40px;
      pointer-events: none;
      background: url("./public/app-assets/frames/Hoa_2.png") bottom 25px left 60px, url("./public/app-assets/frames/Hoa_3.png") bottom 65px left 73px, url("./public/app-assets/frames/Hoa_1.png") bottom 109px left 155px, url("./public/app-assets/frames/Vine_1.png") bottom 150px left 48px, url("./public/app-assets/frames/Vine_3.png") bottom 120px right 45px, url("./public/app-assets/frames/Vine_4.png") bottom 20px right 26px, url("./public/app-assets/frames/Vine_5.png") top 240px left 47px, url("./public/app-assets/frames/Vine_5.png") top 270px right 68px, url("./public/app-assets/frames/Vine_6.png") bottom 14px left 34px, url("./public/app-assets/frames/Vine_8.png") top 130px left 50px, url("./public/app-assets/frames/Vine_10.png") bottom 290px left 50px, url("./public/app-assets/frames/Vine_11.png") top 140px right 50px;
      background-repeat: no-repeat;
      background-size: 30px, 40px, 35px, 50px, 120px, 190px, 50px, 50px, 220px, 50px, 65px, 60px; }
      @media only screen and (max-width: 992px) {
        .webview-page.webview-frame__shop #webview-vine {
          background: url("./public/app-assets/frames/Hoa_2.png") bottom 30px left 45px, url("./public/app-assets/frames/Hoa_3.png") bottom 55px left 55px, url("./public/app-assets/frames/Hoa_1.png") bottom 80px left 105px, url("./public/app-assets/frames/Vine_1.png") bottom 120px left 38px, url("./public/app-assets/frames/Vine_3.png") bottom 90px right 33px, url("./public/app-assets/frames/Vine_4.png") bottom 25px right 23px, url("./public/app-assets/frames/Vine_5.png") top 160px left 37px, url("./public/app-assets/frames/Vine_5.png") top 150px right 50px, url("./public/app-assets/frames/Vine_6.png") bottom 22px left 29px, url("./public/app-assets/frames/Vine_8.png") top 110px left 39px, url("./public/app-assets/frames/Vine_10.png") bottom 175px left 42px, url("./public/app-assets/frames/Vine_11.png") top 115px right 43px;
          background-repeat: no-repeat;
          background-size: 20px, 25px, 25px, 30px, 80px, 120px, 30px, 30px, 140px, 30px, 35px, 30px; } }
    .webview-page.webview-frame__shop #webview-header {
      top: -30px; }
      @media only screen and (max-width: 992px) {
        .webview-page.webview-frame__shop #webview-header {
          top: -20px; } }
      .webview-page.webview-frame__shop #webview-header .page-header {
        position: relative; }
        .webview-page.webview-frame__shop #webview-header .page-header:before, .webview-page.webview-frame__shop #webview-header .page-header:after {
          content: "";
          position: absolute;
          top: -45px;
          height: 150px;
          width: 150px; }
          @media only screen and (max-width: 992px) {
            .webview-page.webview-frame__shop #webview-header .page-header:before, .webview-page.webview-frame__shop #webview-header .page-header:after {
              top: -25px;
              height: 100px;
              width: 100px; } }
        .webview-page.webview-frame__shop #webview-header .page-header:before {
          left: -105px;
          background-image: url("./public/app-assets/frames/CaGo.png");
          background-size: 100%;
          background-position: center center;
          background-repeat: no-repeat; }
          @media only screen and (max-width: 992px) {
            .webview-page.webview-frame__shop #webview-header .page-header:before {
              left: -75px; } }
        .webview-page.webview-frame__shop #webview-header .page-header:after {
          right: -105px;
          background-image: url("./public/app-assets/frames/CaGo_2.png");
          background-size: 100%;
          background-position: center center;
          background-repeat: no-repeat; }
          @media only screen and (max-width: 992px) {
            .webview-page.webview-frame__shop #webview-header .page-header:after {
              right: -75px; } }
    .webview-page.webview-frame__shop #webview-close {
      position: absolute;
      top: -25px;
      right: 25px; }
      @media only screen and (max-width: 992px) {
        .webview-page.webview-frame__shop #webview-close {
          top: -15px;
          right: 15px; } }
    .webview-page.webview-frame__shop #webview-leaf {
      display: none !important; }
    .webview-page.webview-frame__shop #webview-inner {
      background-color: #8f4e49; }
      @media only screen and (max-width: 992px) {
        .webview-page.webview-frame__shop #webview-inner {
          top: 75px;
          right: 45px;
          bottom: 60px;
          left: 40px; } }
  .webview-page.webview-frame__slim, .webview-page.webview-frame__report {
    margin-top: 0vh; }
    .webview-page.webview-frame__slim #webview-frame, .webview-page.webview-frame__report #webview-frame {
      background: url("./public/app-assets/frames/Report_corner_top_left.png") top 0px left 0px, url("./public/app-assets/frames/Report_corner_top_right.png") top 0px right 0px, url("./public/app-assets/frames/Report_corner_bottom_right.png") bottom 0px right 0px, url("./public/app-assets/frames/Report_corner_bottom_left.png") bottom 0px left 0px, url("./public/app-assets/frames/Report_border_top.png") top 0px left 199px, url("./public/app-assets/frames/Report_border_right.png") top 99px right 0px, url("./public/app-assets/frames/Report_border_bottom.png") bottom 0px left 199px, url("./public/app-assets/frames/Report_border_left.png") top 99px left 0px, url("./public/app-assets/frames/Report_middle.png") top 99px left 199px;
      background-repeat: no-repeat;
      background-size: 200px 100px, 200px 100px, 200px 100px, 200px 100px, calc(100% - 400px + 2px) 100px, 200px calc(100% - 200px + 4px), calc(100% - 400px + 2px) 100px, 200px calc(100% - 200px + 4px), calc(100% - 400px + 2px) calc(100% - 200px + 4px);
      /* middle */ }
    .webview-page.webview-frame__slim #webview-close, .webview-page.webview-frame__report #webview-close {
      top: 5px;
      right: 15px; }
      @media only screen and (max-width: 992px) {
        .webview-page.webview-frame__slim #webview-close, .webview-page.webview-frame__report #webview-close {
          top: 10px;
          right: 25px; } }
    .webview-page.webview-frame__slim #webview-inner, .webview-page.webview-frame__report #webview-inner {
      background-color: transparent;
      z-index: 1000;
      top: 35px;
      right: 49px;
      bottom: 26px;
      left: 36px;
      pointer-events: none; }
      .webview-page.webview-frame__slim #webview-inner:before, .webview-page.webview-frame__report #webview-inner:before {
        box-shadow: unset; }
      .webview-page.webview-frame__slim #webview-inner #webview-container, .webview-page.webview-frame__report #webview-inner #webview-container {
        pointer-events: auto; }
      .webview-page.webview-frame__slim #webview-inner:after, .webview-page.webview-frame__report #webview-inner:after {
        content: "";
        position: absolute;
        top: -35px;
        right: -49px;
        width: 100%;
        height: 100%;
        z-index: 1001;
        background: url("./public/app-assets/frames/Report_corner_top_right_paper.png") top 0px right 0px;
        background-repeat: no-repeat;
        background-size: 200px 100px; }
    .webview-page.webview-frame__slim #webview-vine, .webview-page.webview-frame__report #webview-vine,
    .webview-page.webview-frame__slim #webview-leaf,
    .webview-page.webview-frame__report #webview-leaf,
    .webview-page.webview-frame__slim #webview-footer,
    .webview-page.webview-frame__report #webview-footer {
      display: none !important; }
  .webview-page.webview-frame__report #webview-header {
    left: 120px;
    top: -50px;
    right: auto;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
    .webview-page.webview-frame__report #webview-header .page-header {
      background: url("./public/app-assets/frames/BienTen.png");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .webview-page.webview-frame__report #webview-header .page-header:before {
        content: "";
        position: absolute;
        top: -70px;
        left: -145px;
        padding: 100px;
        pointer-events: none;
        background: url("./public/app-assets/frames/CaGo.png");
        background-repeat: no-repeat;
        background-size: 110%; }
        @media only screen and (max-width: 992px) {
          .webview-page.webview-frame__report #webview-header .page-header:before {
            top: -20px;
            left: -65px;
            padding: 40px; } }
    @media only screen and (max-width: 992px) {
      .webview-page.webview-frame__report #webview-header {
        left: 60px;
        top: -10px; } }

body.opening .webview-page {
  height: 90vh;
  width: 90vw;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100); }
  body.opening .webview-page.webview-frame__shop, body.opening .webview-page.webview-frame__slim, body.opening .webview-page.webview-frame__report {
    height: 85vh;
    margin-top: 10vh; }
  @media only screen and (max-width: 992px) {
    body.opening .webview-page.webview-frame__shop {
      height: 85vh;
      margin-top: 4vh; } }
  @media only screen and (max-width: 992px) {
    body.opening .webview-page.webview-frame__slim, body.opening .webview-page.webview-frame__report {
      height: 95vh;
      margin-top: 5vh; } }
  @media only screen and (max-width: 992px) {
    body.opening .webview-page.webview-frame__slim#leaderboard-page, body.opening .webview-page#leaderboard-page.webview-frame__report {
      height: 90vh;
      margin-top: 7.5vh; } }

body.closing .webview-page {
  width: 0vw !important;
  height: 0vh !important;
  margin: 0 0 !important;
  padding: 0 0 !important;
  pointer-events: none;
  opacity: 0;
  filter: alpha(opacity=0); }

body.closing:after {
  background-color: rgba(51, 51, 51, 0); }

.container {
  width: 100%;
  margin: 0 auto; }
  .container .row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .container .row.full-height {
      height: 100%; }
      .container .row.full-height .col {
        height: 100%; }
      .container .row.full-height .col-1 {
        height: 100%; }
      .container .row.full-height .col-2 {
        height: 100%; }
      .container .row.full-height .col-3 {
        height: 100%; }
      .container .row.full-height .col-4 {
        height: 100%; }
      .container .row.full-height .col-5 {
        height: 100%; }
      .container .row.full-height .col-6 {
        height: 100%; }
      .container .row.full-height .col-7 {
        height: 100%; }
      .container .row.full-height .col-8 {
        height: 100%; }
      .container .row.full-height .col-9 {
        height: 100%; }
      .container .row.full-height .col-10 {
        height: 100%; }
      .container .row.full-height .col-11 {
        height: 100%; }
      .container .row.full-height .col-12 {
        height: 100%; }
    .container .row .col {
      position: relative;
      width: 100%;
      min-height: 1px;
      padding: 0 3.75px; }
      .container .row .col:first-child {
        padding-left: 0; }
      .container .row .col:last-child {
        padding-right: 0; }
    .container .row .col-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%; }
    .container .row .col-offset-1 {
      margin-left: 8.33333%; }
    .container .row .col-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
    .container .row .col-offset-2 {
      margin-left: 16.66667%; }
    .container .row .col-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .container .row .col-offset-3 {
      margin-left: 25%; }
    .container .row .col-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .container .row .col-offset-4 {
      margin-left: 33.33333%; }
    .container .row .col-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .container .row .col-offset-5 {
      margin-left: 41.66667%; }
    .container .row .col-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .container .row .col-offset-6 {
      margin-left: 50%; }
    .container .row .col-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .container .row .col-offset-7 {
      margin-left: 58.33333%; }
    .container .row .col-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }
    .container .row .col-offset-8 {
      margin-left: 66.66667%; }
    .container .row .col-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .container .row .col-offset-9 {
      margin-left: 75%; }
    .container .row .col-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }
    .container .row .col-offset-10 {
      margin-left: 83.33333%; }
    .container .row .col-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }
    .container .row .col-offset-11 {
      margin-left: 91.66667%; }
    .container .row .col-12 {
      flex: 0 0 100%;
      max-width: 100%; }
    .container .row .col-offset-12 {
      margin-left: 100%; }
    @media only screen and (max-width: 992px) {
      .container .row .col-tablet-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%; }
      .container .row .col-tablet-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }
      .container .row .col-tablet-3 {
        flex: 0 0 25%;
        max-width: 25%; }
      .container .row .col-tablet-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .container .row .col-tablet-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .container .row .col-tablet-6 {
        flex: 0 0 50%;
        max-width: 50%; }
      .container .row .col-tablet-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; }
      .container .row .col-tablet-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .container .row .col-tablet-9 {
        flex: 0 0 75%;
        max-width: 75%; }
      .container .row .col-tablet-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; }
      .container .row .col-tablet-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%; }
      .container .row .col-tablet-12 {
        flex: 0 0 100%;
        max-width: 100%; }
      .container .row .col-tablet-none {
        display: none !important; } }

.light {
  color: #b96f2e;
  text-shadow: unset; }

.highlight {
  color: #ffe4a5;
  text-shadow: unset; }

.title {
  font-size: 2.25rem;
  color: #ffe4a5;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18); }
  @media only screen and (max-width: 992px) {
    .title {
      text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
  .title.dark {
    color: #8e422d; }
  .title > * {
    color: inherit;
    font-size: inherit; }

.text-shadow, .increment-root button.number-incrementer {
  text-shadow: 0px 2px 0 rgba(211, 128, 56, 0.71) !important; }
  @media only screen and (max-width: 992px) {
    .text-shadow, .increment-root button.number-incrementer {
      text-shadow: 0px 1px 0 rgba(211, 128, 56, 0.71) !important; } }

.text-shadow-light {
  text-shadow: 0px 2px 0 rgba(255, 228, 165, 0.71) !important; }
  @media only screen and (max-width: 992px) {
    .text-shadow-light {
      text-shadow: 0px 1px 0 rgba(255, 228, 165, 0.71) !important; } }

.text-no-shadow {
  text-shadow: unset !important; }

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

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

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

.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-capitalize-unset {
  text-transform: unset !important; }

.font-title {
  font-family: iCielPony; }

.font-content {
  font-family: BalooBhaina; }

.block {
  background-color: #ffe4a5;
  border-radius: 15px;
  border: 3px solid rgba(191, 105, 31, 0.9);
  margin: 10px 0;
  padding: 15px;
  color: #8e422d;
  text-shadow: 0 2px 0 rgba(246, 153, 71, 0.71);
  font-size: 2.25rem; }
  .block.highlight {
    font-size: 2.25rem;
    color: #ffe4a5;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
    font-size: 1.5rem;
    border-color: rgba(141, 63, 11, 0.9);
    background-color: #c77e39;
    box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }
    @media only screen and (max-width: 992px) {
      .block.highlight {
        text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }

.list {
  background: url("./public/List.png");
  background-size: cover;
  background-position: top right;
  padding-right: 7.5px;
  height: 100%;
  overflow: auto; }
  .list ul,
  .list ol {
    padding: 15px 0 0 0; }
  .list > *:not(ul):not(ol) {
    height: auto;
    padding-left: 30px;
    padding-right: 5px; }
  .list li {
    height: auto;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 5px;
    border-bottom: 2px solid #c07734; }
    .list li:last-child {
      border-bottom: 0; }
  .list > *:last-child {
    padding-bottom: 30px; }

.alert-box {
  text-align: center;
  min-height: 50px; }
  .alert-box .alert-box-content {
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    background-color: #d73312;
    border-radius: 15px;
    border: 5px solid #dd952a;
    color: #f6f6f6;
    font-size: 1.25rem;
    font-family: BalooBhaina; }
    @media only screen and (max-width: 992px) {
      .alert-box .alert-box-content {
        font-size: 1rem; } }
    .alert-box .alert-box-content * {
      color: inherit;
      font-size: inherit; }
    .alert-box .alert-box-content i {
      text-transform: uppercase;
      letter-spacing: 1px; }
    .alert-box .alert-box-content:empty {
      padding: 0;
      border-width: 0; }

.carousel-container {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  margin: 30px 0 0 0; }
  @media only screen and (max-width: 992px) {
    .carousel-container {
      margin-top: 15px; } }
  .carousel-container.justify-center {
    justify-content: center; }
  .carousel-container.striped .carousel-item {
    background-color: #ffe4a5;
    border-radius: 15px;
    border: 3px solid rgba(191, 105, 31, 0.9);
    margin: 10px 0;
    padding: 15px;
    color: #8e422d;
    text-shadow: 0 2px 0 rgba(246, 153, 71, 0.71);
    font-size: 2.25rem;
    flex: 0 0 20%;
    margin-right: calc(2% + 1px); }
    .carousel-container.striped .carousel-item:nth-child(odd) {
      font-size: 2.25rem;
      color: #ffe4a5;
      letter-spacing: 2px;
      font-weight: bold;
      text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
      font-size: 1.5rem;
      border-color: rgba(141, 63, 11, 0.9);
      background-color: #c77e39;
      box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }
      @media only screen and (max-width: 992px) {
        .carousel-container.striped .carousel-item:nth-child(odd) {
          text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
  .carousel-container .carousel-item {
    min-height: 100px;
    display: flex;
    flex: 0 0 calc(100% / 4 - 1%);
    max-width: calc(100% / 4 - 1%);
    margin: 0 0.5%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-radius: 15px; }
    .carousel-container .carousel-item > * {
      pointer-events: none; }

.block__no-shadow {
  box-shadow: unset; }

.permission-hide {
  display: none !important; }

.hide {
  display: none !important; }

.hide-if-empty:empty {
  display: none !important; }

.padding-none {
  padding: 0 !important; }

.margin-none {
  margin: 0 !important; }

.justify-center {
  justify-content: center !important; }

.align-center {
  align-items: center !important; }

.justify-between {
  justify-content: space-between !important; }

.filters-panel {
  position: absolute;
  transition: 0.25s;
  background-color: #f6d391;
  padding: 45px 15px 15px 15px;
  z-index: 10; }
  .filters-panel.top {
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    max-height: 100%;
    overflow-y: auto; }
    .filters-panel.top .close-filter {
      top: unset !important; }
  .filters-panel.bottom {
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    max-height: 100%;
    overflow-y: auto; }
  .filters-panel.show {
    transform: translateY(0);
    box-shadow: 0 2px 4px 0 #999;
    z-index: 10000 !important; }
  .filters-panel .filter-field {
    margin-bottom: 5px;
    padding: 5px;
    align-items: center; }
    .filters-panel .filter-field .radio-group {
      display: inline-block; }
    .filters-panel .filter-field input,
    .filters-panel .filter-field select,
    .filters-panel .filter-field .select-input {
      height: 50px !important;
      padding: 0 0 0 5px !important; }
      @media only screen and (max-width: 992px) {
        .filters-panel .filter-field input,
        .filters-panel .filter-field select,
        .filters-panel .filter-field .select-input {
          height: 40px !important; } }
  .filters-panel #alert {
    position: absolute;
    top: 5px;
    height: 30px;
    left: 50px;
    right: 50px;
    text-align: center;
    color: #d73312; }
  .filters-panel a.close-filter {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    padding: 0; }
    .filters-panel a.close-filter img {
      width: 100%;
      display: inherit; }

.nav {
  position: fixed;
  left: 15vw;
  right: 15vw;
  z-index: 100;
  display: flex;
  margin: -45px -30px 0 -30px;
  box-shadow: 0 5px 10px rgba(146, 71, 51, 0.6), 5px 0px 10px rgba(146, 71, 51, 0.6), 0 -5px 10px rgba(146, 71, 51, 0.6) !important;
  overflow: auto; }
  .nav .item {
    flex-grow: 1;
    text-align: center;
    color: #ffe4a5;
    padding: 30px 15px 15px;
    text-shadow: 0 2px 0 rgba(246, 153, 71, 0.71);
    font-size: 1.15rem !important;
    background-color: #985928;
    border-right: 2px solid #ffb676;
    min-width: 15%; }
    .nav .item.active, .nav .item.selected {
      background-color: #ffe4a5;
      font-weight: bold;
      color: #8e422d; }
    .nav .item > * {
      height: 100%;
      width: 100%;
      color: inherit;
      display: flex;
      justify-content: center;
      align-items: center; }

.border {
  position: relative;
  background-clip: padding-box;
  border: 5px solid transparent;
  z-index: 10; }

.border__transparent, #cho-ca-an-page .carousel-container .carousel-item .food-image, #cho-thuoc-ca-page .carousel-container .carousel-item .thuoc-image {
  border-style: solid;
  border-width: 5px;
  border-color: transparent; }

.border__gradient-blue {
  position: relative;
  background-clip: padding-box;
  border: 5px solid transparent;
  z-index: 10; }
  .border__gradient-blue:before, .border__gradient-blue:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit; }
  .border__gradient-blue:before {
    background: linear-gradient(to bottom, #0493b7, #03558c); }
  .border__gradient-blue:after {
    margin: 0px; }

.border__gradient-purple, .modal .modal-dialog .modal-content {
  position: relative;
  background-clip: padding-box;
  border: 5px solid transparent;
  z-index: 10; }
  .border__gradient-purple:before, .modal .modal-dialog .modal-content:before, .border__gradient-purple:after, .modal .modal-dialog .modal-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    border-radius: inherit; }
  .border__gradient-purple:before, .modal .modal-dialog .modal-content:before {
    background: linear-gradient(to bottom, #b1c4e6, #9c97c5); }
  .border__gradient-purple:after, .modal .modal-dialog .modal-content:after {
    margin: 0px; }

.border__orange, #cho-ca-an-page .carousel-container .carousel-item.active .food-image, #cho-thuoc-ca-page .carousel-container .carousel-item.active .thuoc-image {
  border-style: solid;
  border-width: 5px;
  border-color: #cb7932; }

.border__yellow {
  border-style: solid;
  border-width: 5px;
  border-color: #ffe177; }

input,
select,
.checkbox-group,
.radio-group,
.select-input,
.unit-input .unit,
.numeric-text {
  height: 50px; }
  @media only screen and (max-width: 992px) {
    input,
    select,
    .checkbox-group,
    .radio-group,
    .select-input,
    .unit-input .unit,
    .numeric-text {
      height: 40px !important; } }

input,
button {
  outline: none;
  background: transparent; }

label {
  display: inline-block; }

span.required {
  color: #d73312 !important; }

input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"] {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  display: flex;
  font-size: 0.875rem;
  letter-spacing: 0; }

.invalid-message {
  margin-top: 5px;
  font-size: 0.875rem; }

input:not([type="radio"]):not([type="checkbox"]),
textarea,
select {
  color: #ffe4a5;
  line-height: 2;
  letter-spacing: 1px;
  text-shadow: 0 2px 0 rgba(211, 128, 56, 0.71);
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #8e422d;
  background-color: #c1794c;
  box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset;
  display: flex;
  padding: 15px; }
  @media only screen and (max-width: 992px) {
    input:not([type="radio"]):not([type="checkbox"]),
    textarea,
    select {
      padding: 5px; } }
  input:not([type="radio"]):not([type="checkbox"])[type="number"], input:not([type="radio"]):not([type="checkbox"]).custom-numeric-keyboard,
  textarea[type="number"],
  textarea.custom-numeric-keyboard,
  select[type="number"],
  select.custom-numeric-keyboard {
    text-align: right; }
  input:not([type="radio"]):not([type="checkbox"]):disabled,
  textarea:disabled,
  select:disabled {
    background-color: #a4a4a4;
    box-shadow: none;
    color: #8e422d;
    text-shadow: unset;
    -webkit-text-fill-color: currentcolor;
    pointer-events: none;
    opacity: 1;
    filter: alpha(opacity=100); }
    input:not([type="radio"]):not([type="checkbox"]):disabled ~ .numeric-text,
    textarea:disabled ~ .numeric-text,
    select:disabled ~ .numeric-text {
      color: #8e422d;
      text-shadow: unset; }
  input:not([type="radio"]):not([type="checkbox"])::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #ffe4a5; }

input:not([type="radio"]):not([type="checkbox"]) ~ .invalid-message,
input:not([type="radio"]):not([type="checkbox"]) .invalid-message,
textarea ~ .invalid-message,
textarea .invalid-message,
select ~ .invalid-message,
select .invalid-message,
.unit-input ~ .invalid-message,
.unit-input .invalid-message {
  display: none;
  color: #d73312;
  font-size: 0.875rem;
  font-family: BalooBhaina; }

input:not([type="radio"]):not([type="checkbox"]).was-validated:invalid, input:not([type="radio"]):not([type="checkbox"]).was-validated.invalid,
textarea.was-validated:invalid,
textarea.was-validated.invalid,
select.was-validated:invalid,
select.was-validated.invalid,
.unit-input.was-validated:invalid,
.unit-input.was-validated.invalid {
  margin-bottom: 0;
  border-color: #d73312; }
  input:not([type="radio"]):not([type="checkbox"]).was-validated:invalid ~ .invalid-message, input:not([type="radio"]):not([type="checkbox"]).was-validated.invalid ~ .invalid-message,
  textarea.was-validated:invalid ~ .invalid-message,
  textarea.was-validated.invalid ~ .invalid-message,
  select.was-validated:invalid ~ .invalid-message,
  select.was-validated.invalid ~ .invalid-message,
  .unit-input.was-validated:invalid ~ .invalid-message,
  .unit-input.was-validated.invalid ~ .invalid-message {
    display: block; }

input:not([type="radio"]):not([type="checkbox"]).input-invalid input:not([type="radio"]):not([type="checkbox"]):invalid,
input:not([type="radio"]):not([type="checkbox"]).input-invalid textarea:invalid,
input:not([type="radio"]):not([type="checkbox"]).input-invalid select:invalid,
textarea.input-invalid input:not([type="radio"]):not([type="checkbox"]):invalid,
textarea.input-invalid textarea:invalid,
textarea.input-invalid select:invalid,
select.input-invalid input:not([type="radio"]):not([type="checkbox"]):invalid,
select.input-invalid textarea:invalid,
select.input-invalid select:invalid,
.unit-input.input-invalid input:not([type="radio"]):not([type="checkbox"]):invalid,
.unit-input.input-invalid textarea:invalid,
.unit-input.input-invalid select:invalid {
  margin-bottom: 0;
  border-color: #d73312; }

input:not([type="radio"]):not([type="checkbox"]).input-invalid .invalid-message,
textarea.input-invalid .invalid-message,
select.input-invalid .invalid-message,
.unit-input.input-invalid .invalid-message {
  display: block; }

select option {
  color: #ffe4a5; }

select.autocomplete-selector {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0; }

.select-input {
  position: relative;
  display: block; }
  .select-input select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    padding: 0 15px; }
    .select-input select option {
      color: #ffe4a5; }
  .select-input:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: calc(50px - 4px);
    width: calc(50px - 4px);
    background-color: #ffe4a5;
    background-image: url("./public/icons/Caret.png");
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    border-left: 2px solid #8e422d;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
    @media only screen and (max-width: 992px) {
      .select-input:after {
        height: calc(40px - 4px);
        width: calc(40px - 4px); } }

.checkbox-group {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .checkbox-group input[type="checkbox"] {
    display: none !important; }
    .checkbox-group input[type="checkbox"] + label {
      position: relative;
      display: inline-block;
      padding-left: 35px;
      line-height: 2; }
      .checkbox-group input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: inline-block;
        width: 25px;
        height: 25px;
        border: 2px solid rgba(191, 105, 31, 0.9);
        border-radius: 7.5px; }
      .checkbox-group input[type="checkbox"] + label:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 2px;
        width: 25px;
        height: 25px;
        background: url("./public/Check.png");
        background-size: 70%;
        background-position: center center;
        background-repeat: no-repeat;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0); }
    .checkbox-group input[type="checkbox"]:checked + label:after {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }
  .checkbox-group.large input[type="checkbox"] + label {
    padding-left: 45px;
    min-height: 45px; }
    .checkbox-group.large input[type="checkbox"] + label:before {
      width: 45px;
      height: 45px; }
    .checkbox-group.large input[type="checkbox"] + label:after {
      width: 45px;
      height: 45px; }

.radio-group {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .radio-group input[type="checkbox"],
  .radio-group input[type="radio"] {
    display: none !important; }
    .radio-group input[type="checkbox"] + label,
    .radio-group input[type="radio"] + label {
      position: relative;
      display: inline-block;
      padding-left: 35px;
      color: #8e422d; }
      .radio-group input[type="checkbox"] + label:before,
      .radio-group input[type="radio"] + label:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #c1794c;
        border-radius: 50%; }
      .radio-group input[type="checkbox"] + label:after,
      .radio-group input[type="radio"] + label:after {
        content: "";
        background-color: #ffe4a5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 4px;
        width: 12px;
        height: 12px;
        visibility: hidden;
        border-radius: 50%;
        opacity: 0;
        filter: alpha(opacity=0); }
    .radio-group input[type="checkbox"]:checked + label:after,
    .radio-group input[type="radio"]:checked + label:after {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

button {
  border: 0; }
  button.tapping:not(:disabled) {
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96); }

.btn__primary {
  padding: 10px 15px;
  color: #f6f6f6;
  background-color: unset;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 10px 0 0;
  border-radius: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  background-color: #266bc3;
  border: 5px solid #5793de;
  box-shadow: 0 5px 0 0 #113058, 0 6px 0 0 #5793de; }
  .btn__primary.tapping:not(:disabled) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .btn__primary:last-child {
    margin-right: 0; }

.btn__info {
  padding: 10px 15px;
  color: #f6f6f6;
  background-color: unset;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 10px 0 0;
  border-radius: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  background-color: #3fb4eb;
  border: 5px solid #84cff2;
  box-shadow: 0 5px 0 0 #106e9a, 0 6px 0 0 #84cff2; }
  .btn__info.tapping:not(:disabled) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .btn__info:last-child {
    margin-right: 0; }

.btn__success {
  padding: 10px 15px;
  color: #f6f6f6;
  background-color: unset;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 10px 0 0;
  border-radius: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  background-color: #50da25;
  border: 5px solid #85e566;
  box-shadow: 0 5px 0 0 #286d13, 0 6px 0 0 #85e566; }
  .btn__success.tapping:not(:disabled) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .btn__success:last-child {
    margin-right: 0; }

.btn__warning {
  padding: 10px 15px;
  color: #f6f6f6;
  background-color: unset;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 10px 0 0;
  border-radius: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  background-color: #dd952a;
  border: 5px solid #e8b66c;
  box-shadow: 0 5px 0 0 #754d13, 0 6px 0 0 #e8b66c; }
  .btn__warning.tapping:not(:disabled) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .btn__warning:last-child {
    margin-right: 0; }

.btn__danger {
  padding: 10px 15px;
  color: #f6f6f6;
  background-color: unset;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 10px 0 0;
  border-radius: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  background-color: #d73312;
  border: 5px solid #f06246;
  box-shadow: 0 5px 0 0 #611708, 0 6px 0 0 #f06246; }
  .btn__danger.tapping:not(:disabled) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .btn__danger:last-child {
    margin-right: 0; }

.btn__secondary {
  padding: 10px 15px;
  color: #f6f6f6;
  background-color: unset;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 10px 0 0;
  border-radius: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  color: #333;
  background-color: #bdbdbd;
  border: 5px solid #e3e3e3;
  box-shadow: 0 5px 0 0 #7d7d7d, 0 6px 0 0 #e3e3e3; }
  .btn__secondary.tapping:not(:disabled) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .btn__secondary:last-child {
    margin-right: 0; }

.btn:disabled {
  padding: 10px 15px;
  color: #f6f6f6;
  background-color: unset;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 20px 10px 0 0;
  border-radius: 15px;
  letter-spacing: 1px;
  -webkit-transition: 0.05s ease-in-out;
  -moz-transition: 0.05s ease-in-out;
  -ms-transition: 0.05s ease-in-out;
  -o-transition: 0.05s ease-in-out;
  transition: 0.05s ease-in-out;
  color: #333;
  background-color: #bdbdbd;
  border: 5px solid #e3e3e3;
  box-shadow: 0 5px 0 0 #7d7d7d, 0 6px 0 0 #e3e3e3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
  .btn:disabled.tapping:not(:disabled) {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: unset;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px); }
  .btn:disabled:last-child {
    margin-right: 0; }

.form-group {
  padding: 0 30px;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .form-group {
      padding: 0 5px; } }
  .form-group label {
    text-transform: uppercase;
    font-weight: bold; }

input:not([type="radio"]):not([type="checkbox"]),
.unit-input,
.select-input {
  width: 100%;
  margin: 5px 0 10px; }

.unit-input {
  display: flex;
  flex-wrap: wrap; }
  .unit-input input:not([type="radio"]):not([type="checkbox"]),
  .unit-input .custom-numeric {
    flex: 1;
    margin: 0; }
  .unit-input .unit {
    z-index: 1;
    margin-left: -10px;
    text-transform: uppercase;
    height: 50px;
    padding: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #8e422d;
    background-color: #ffe4a5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 1.25rem; }
    @media only screen and (max-width: 992px) {
      .unit-input .unit {
        font-size: 0.875rem; } }
    .unit-input .unit > * {
      color: inherit;
      font-size: inherit; }
    .unit-input .unit.invalid {
      border-color: #d73312; }

/* NOTE: Custom numeric keyboard */
.custom-numeric {
  position: relative;
  margin: 5px 0 10px; }
  .custom-numeric input:not([type="radio"]):not([type="checkbox"]) {
    margin: 0;
    text-shadow: unset;
    color: rgba(255, 228, 165, 0); }
  .custom-numeric .numeric-text {
    color: #ffe4a5;
    line-height: 2;
    letter-spacing: 1px;
    text-shadow: 0 2px 0 rgba(211, 128, 56, 0.71);
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 5px;
    right: 15px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .custom-numeric .numeric-text {
        height: calc(50px - 10px); } }

#custom-numeric-keyboard .cnk-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 100000000;
  background-color: transparent; }

#custom-numeric-keyboard .cnk-wrapper {
  position: absolute;
  width: calc(57vw + 4px);
  padding: 1vw 0.5vw 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: url("./public/Wooden.png");
  background-position: center center;
  background-size: cover;
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  z-index: 100000001;
  transition-duration: 0.3s; }
  #custom-numeric-keyboard .cnk-wrapper .cnk-key {
    display: inline-block;
    width: 6vw;
    height: 6vw;
    margin: 0 0.5vw 1vw 0.5vw;
    text-align: center;
    line-height: 6vw;
    border-radius: 15px;
    box-shadow: 1px 0 2px 0 #bdbdbd;
    background-color: #f6f6f6;
    color: #266bc3;
    font-size: 1.25rem;
    transition: background-color 0.3s; }
    #custom-numeric-keyboard .cnk-wrapper .cnk-key img {
      max-width: 50%;
      vertical-align: middle; }
    #custom-numeric-keyboard .cnk-wrapper .cnk-key.copy, #custom-numeric-keyboard .cnk-wrapper .cnk-key.paste {
      display: none; }
    #custom-numeric-keyboard .cnk-wrapper .cnk-key.disabled, #custom-numeric-keyboard .cnk-wrapper .cnk-key.permanent-disabled {
      background-color: #dddddd;
      box-shadow: none;
      color: #bdbdbd; }
      #custom-numeric-keyboard .cnk-wrapper .cnk-key.disabled:focus, #custom-numeric-keyboard .cnk-wrapper .cnk-key.disabled:active, #custom-numeric-keyboard .cnk-wrapper .cnk-key.permanent-disabled:focus, #custom-numeric-keyboard .cnk-wrapper .cnk-key.permanent-disabled:active {
        outline: none; }

@media screen and (max-width: 639px) {
  #custom-numeric-keyboard .cnk-wrapper {
    width: 100vw;
    left: 0;
    right: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0; }
    #custom-numeric-keyboard .cnk-wrapper .cnk-key {
      width: 11.11vw;
      height: 11.11vw;
      line-height: 11.11vw;
      font-size: 5vw; } }

.increment-root {
  display: flex; }
  .increment-root input:not([type="radio"]):not([type="checkbox"]) {
    border-radius: 0;
    flex-grow: 1; }
  .increment-root .custom-numeric {
    flex-grow: 1;
    margin: 0 !important; }
  .increment-root button.number-incrementer {
    height: 50px;
    min-width: 50px;
    background-color: #ffe4a5;
    border: 2px solid #8e422d;
    font-size: 1.5rem;
    color: #8e422d; }
    @media only screen and (max-width: 992px) {
      .increment-root button.number-incrementer {
        height: calc(50px - 10px);
        min-width: calc(50px - 10px); } }
    .increment-root button.number-incrementer#decrease_value {
      border-top-left-radius: 7.5px;
      border-bottom-left-radius: 7.5px;
      border-right: 0; }
    .increment-root button.number-incrementer#increase_value {
      border-top-right-radius: 7.5px;
      border-bottom-right-radius: 7.5px;
      border-left: 0; }
    .increment-root button.number-incrementer:disabled {
      color: #54271b;
      background-color: #bdbdbd;
      pointer-events: none; }

#npc-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(67, 24, 6, 0);
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  #npc-box.show {
    background-color: rgba(67, 24, 6, 0.7); }
    #npc-box.show .npc-wrapper {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  #npc-box .npc-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("./public/app-assets/npc_happy.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
    @media only screen and (max-width: 992px) {
      #npc-box .npc-wrapper {
        background-position: top left !important; } }
    #npc-box .npc-wrapper.error {
      background: url("./public/app-assets/npc_sad.png");
      background-position: bottom left;
      background-repeat: no-repeat;
      background-size: cover; }
    #npc-box .npc-wrapper .npc-message {
      position: absolute;
      top: 50%;
      right: 5%;
      left: 45%;
      text-align: center;
      z-index: 10001;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      #npc-box .npc-wrapper .npc-message .npc-message-text {
        margin-bottom: 15px; }
        #npc-box .npc-wrapper .npc-message .npc-message-text b, #npc-box .npc-wrapper .npc-message .npc-message-text i, #npc-box .npc-wrapper .npc-message .npc-message-text span, #npc-box .npc-wrapper .npc-message .npc-message-text div {
          color: inherit;
          font-size: 1.25rem;
          line-height: 2;
          text-shadow: 0 2px 0 rgba(127, 78, 29, 0.71); }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10000;
  background-color: rgba(67, 24, 6, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }
  .modal.show {
    z-index: 10000;
    background-color: rgba(67, 24, 6, 0.7); }
    .modal.show .modal-dialog {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .modal .modal-dialog {
    width: 55vw;
    min-height: 20vh;
    max-height: 75vh;
    margin-top: 20vh;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(255, 233, 113, 0.4), 0px 0px 30px rgba(255, 233, 113, 0.4), 0px 0px 30px rgba(255, 233, 113, 0.4), 0px 0px 30px rgba(255, 233, 113, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
    @media only screen and (max-width: 992px) {
      .modal .modal-dialog {
        max-height: 90vh;
        margin-top: 0; } }
    .modal .modal-dialog.large {
      width: 85vw; }
    .modal .modal-dialog:before {
      content: "";
      position: absolute;
      top: -20vh;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("./public/Stars.png");
      background-repeat: no-repeat;
      background-position: top center; }
      @media only screen and (max-width: 992px) {
        .modal .modal-dialog:before {
          content: none; } }
    .modal .modal-dialog .modal-content {
      position: relative;
      padding: 45px;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      border-radius: 15px; }
      .modal .modal-dialog .modal-content:after {
        border: 4px solid #8e2f0d;
        background: url("./public/Wood.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      @media only screen and (max-width: 992px) {
        .modal .modal-dialog .modal-content {
          padding: 15px 30px; } }
      .modal .modal-dialog .modal-content .modal-header {
        padding: 10px 60px;
        background-color: #d98f4e;
        border: 2px solid rgba(191, 105, 31, 0.9);
        border-radius: 15px;
        position: relative;
        text-transform: uppercase;
        font-size: 2.25rem;
        color: #ffe4a5;
        letter-spacing: 2px;
        font-weight: bold;
        text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
        font-size: 1.5rem;
        text-align: center; }
        @media only screen and (max-width: 992px) {
          .modal .modal-dialog .modal-content .modal-header {
            text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
        .modal .modal-dialog .modal-content .modal-header > * {
          font-size: 1.5rem;
          margin: 0; }
        .modal .modal-dialog .modal-content .modal-header:before, .modal .modal-dialog .modal-content .modal-header:after {
          content: "";
          width: 45px;
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          background-repeat: no-repeat;
          background-position: center; }
        .modal .modal-dialog .modal-content .modal-header:before {
          background-image: url("./public/Modal_Left.png");
          left: 5px; }
        .modal .modal-dialog .modal-content .modal-header:after {
          background-image: url("./public/Modal_Right.png");
          right: 5px; }
      .modal .modal-dialog .modal-content .modal-body {
        position: relative;
        margin: 15px;
        width: 100%;
        min-height: 20vh;
        max-height: 40vh;
        border: 4px solid transparent;
        border-radius: 15px;
        box-shadow: 1px 1px 0 #8e2f0d, -1px -1px 0 #8e2f0d, -1px 1px 0 #8e2f0d, 1px -1px 0 #8e2f0d;
        overflow: hidden; }
        @media only screen and (max-width: 992px) {
          .modal .modal-dialog .modal-content .modal-body {
            margin: 5px 15px; } }
        .modal .modal-dialog .modal-content .modal-body .modal-inner {
          border-radius: 15px;
          background-color: #a94c28;
          padding: 30px 10px;
          color: #ffe4a5;
          min-height: 20vh;
          max-height: 40vh;
          overflow: auto; }
          @media only screen and (max-width: 992px) {
            .modal .modal-dialog .modal-content .modal-body .modal-inner {
              padding: 15px 10px; } }
          .modal .modal-dialog .modal-content .modal-body .modal-inner form .form-group {
            padding: 0; }
          .modal .modal-dialog .modal-content .modal-body .modal-inner form label {
            color: #ffe4a5;
            text-shadow: 0 2px 0 rgba(211, 128, 56, 0.71);
            letter-spacing: 1px;
            height: 50px;
            display: flex;
            align-items: center; }
          .modal .modal-dialog .modal-content .modal-body .modal-inner form input {
            padding: 15px; }
          .modal .modal-dialog .modal-content .modal-body .modal-inner form .invalid-message {
            margin-left: 0;
            margin-right: 0;
            color: #f6f6f6;
            text-shadow: -1px -1px 0 #d73312, 1px -1px 0 #d73312, -1px 1px 0 #d73312, 1px 1px 0 #d73312; }
      .modal .modal-dialog .modal-content .modal-footer {
        display: flex;
        width: 100%;
        justify-content: center; }
        .modal .modal-dialog .modal-content .modal-footer button.btn {
          margin-top: 0;
          flex: 1 0 auto;
          max-width: 50%; }

.table {
  height: 100%;
  width: 100%;
  border: 2px solid #612b25;
  border-radius: 15px;
  background-color: #f6d391; }
  .table.horizontal-scroll {
    overflow-x: auto; }

.table-header > *,
.table-row > * {
  border-left: 2px solid #612b25;
  padding: 0 15px; }
  .table-header > *:first-child,
  .table-row > *:first-child {
    border-left-width: 0; }

.table-header {
  display: flex;
  font-weight: bold;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  width: -webkit-fill-available;
  border-bottom: 2px solid #612b25; }
  .table-header > * {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase; }
  .table-header.table-header-light > * {
    background-color: #a94c28;
    color: #ffe4a5; }

.table-body {
  height: calc(100% - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  width: -webkit-fill-available; }
  .table-body::-webkit-scrollbar {
    display: none; }
  .table-body .no-data {
    display: block;
    padding: 15px;
    text-align: center;
    font-style: italic; }
  .table-body .table-row {
    display: flex;
    text-align: left;
    border-bottom: 2px solid #612b25; }
    .table-body .table-row:nth-child(even) {
      background-color: #f2c062; }
    .table-body .table-row > * {
      padding-top: 8px;
      padding-bottom: 8px;
      overflow: hidden; }
    .table-body .table-row .right,
    .table-body .table-row .number {
      text-align: right; }
    .table-body .table-row .left {
      text-align: left; }
    .table-body .table-row .center {
      text-align: center; }
    .table-body .table-row .bold {
      font-weight: bold; }
    .table-body .table-row .italic {
      font-style: italic; }

/* Components */
#index-page.webview-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("./public/bg-m.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  #index-page.webview-page .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    display: flex;
    justify-content: center; }
    #index-page.webview-page .screen iframe {
      width: 100vw;
      height: 100vh;
      display: block;
      margin: auto; }
  #index-page.webview-page .docker .docker-toggle {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 40px;
    height: 40px;
    width: 40px;
    background-color: #ffe4a5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    border: 3px solid #f6f6f6;
    border-top: 0;
    color: #b96f2e;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    transition: .3s; }
  #index-page.webview-page .docker .docker-deck {
    position: fixed;
    z-index: 1000;
    top: -50px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #f6f6f6;
    transition: .3s; }
    #index-page.webview-page .docker .docker-deck input {
      margin: 0;
      border-radius: 0;
      font-size: 1.25rem; }
  #index-page.webview-page .docker .docker-drawer {
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: -200px;
    overflow: auto;
    width: 200px;
    height: auto;
    border-right: 3px solid #f6f6f6;
    border-top: 3px solid #f6f6f6;
    background-color: #ffe4a5;
    padding: 5px;
    transition: .3s; }
    #index-page.webview-page .docker .docker-drawer input {
      font-size: 1.25rem;
      margin: 5px 0; }
    #index-page.webview-page .docker .docker-drawer .btn-resize button {
      width: 100%;
      margin: 0;
      margin-bottom: 10px; }
  #index-page.webview-page .docker.active .docker-toggle {
    top: 50px; }
  #index-page.webview-page .docker.active .docker-deck {
    top: 0; }
  #index-page.webview-page .docker.active .docker-drawer {
    top: 51px;
    left: 0; }

#tha-ca-giong-page .alert-box {
  margin-top: 45px; }
  @media only screen and (max-width: 992px) {
    #tha-ca-giong-page .alert-box {
      margin-top: 20px; } }

@media only screen and (max-width: 992px) {
  #tha-ca-giong-page .carousel-container {
    margin-top: 0; } }

#tha-ca-giong-page .carousel-container .carousel-item .item-img {
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px; }
  #tha-ca-giong-page .carousel-container .carousel-item .item-img img {
    width: 70%; }
    @media only screen and (max-width: 992px) {
      #tha-ca-giong-page .carousel-container .carousel-item .item-img img {
        width: 50%; } }

#tha-ca-giong-page .carousel-container .carousel-item p {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #266bc3; }

#tha-ca-giong-page .carousel-container .carousel-item.selected .item-img.border__gradient-blue:after {
  background-color: #ff993f;
  box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }

#tha-ca-giong-page .carousel-container .carousel-item.carousel-item__disabled {
  pointer-events: none; }

#tha-ca-giong-page .form {
  padding: 0 45px 45px 45px; }

#thoi-tiet-page #webview-inner #webview-container {
  overflow-y: auto;
  overflow-x: hidden; }
  #thoi-tiet-page #webview-inner #webview-container #row1 #detail {
    height: fit-content;
    margin-bottom: 1.5rem;
    padding: 45px;
    padding-bottom: 0; }
    @media (max-width: 812px) {
      #thoi-tiet-page #webview-inner #webview-container #row1 #detail {
        margin-top: -15px; } }
    #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info {
      display: flex;
      justify-content: center; }
      #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .left {
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        @media (max-width: 812px) {
          #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .left {
            width: 8rem; } }
        @media (max-width: 667px) {
          #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .left {
            width: 7rem; } }
        #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .left .time {
          font-family: RifficFree-Bold;
          font-size: 1.5rem; }
        #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .left .status {
          font-size: 1.5rem;
          letter-spacing: 1px;
          text-shadow: 0 2px 0 rgba(246, 153, 71, 0.71); }
          @media (max-width: 812px) {
            #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .left .status {
              text-shadow: none; } }
          @media (max-width: 667px) {
            #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .left .status {
              font-size: 1.25rem; } }
      #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .image-wrapper {
        margin-top: 3rem;
        margin-left: 1rem;
        margin-right: 1rem; }
        @media (max-width: 812px) {
          #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .image-wrapper {
            margin-top: 2rem; } }
        #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .image-wrapper img {
          width: 10rem;
          height: 152px;
          object-fit: contain; }
          @media (max-width: 812px) {
            #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .image-wrapper img {
              width: 8rem;
              height: auto; } }
      #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right {
        width: 10rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end; }
        @media (max-width: 812px) {
          #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right {
            width: 8rem;
            justify-content: center; } }
        @media (max-width: 667px) {
          #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right {
            width: 7rem; } }
        #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .province {
          font-family: RifficFree-Bold;
          font-size: 1.5rem;
          margin-bottom: -5px; }
          @media (max-width: 667px) {
            #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .province {
              font-size: 1.5rem; } }
        #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature {
          letter-spacing: 0.2rem;
          width: 16rem;
          text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 0px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18); }
          @media (max-width: 1024px) and (max-height: 768px) {
            #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature {
              letter-spacing: 0.3rem;
              width: 12rem;
              text-shadow: none; } }
          #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature span {
            font-family: RifficFree-Bold;
            font-size: 3.3rem; }
            @media (max-width: 1024px) and (max-height: 768px) {
              #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature span {
                font-size: 2.5rem; } }
            @media (max-width: 812px) {
              #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature span {
                font-size: 2.25rem; } }
            @media (max-width: 667px) {
              #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature span {
                font-size: 2rem; } }
          #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature i {
            font-family: RifficFree-Bold;
            font-size: 3.5rem; }
            @media (max-width: 1024px) and (max-height: 768px) {
              #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature i {
                font-size: 2.5rem; } }
            @media (max-width: 812px) {
              #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature i {
                font-size: 2.25rem; } }
            @media (max-width: 667px) {
              #thoi-tiet-page #webview-inner #webview-container #row1 #detail .info .right .temperature i {
                font-size: 2rem; } }
  #thoi-tiet-page #webview-inner #webview-container #row1 hr {
    border-style: solid;
    margin: 0 -50px;
    background-color: #e5a655; }
  #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list {
    padding: 0 30px; }
    #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel {
      justify-content: center; }
      #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item {
        flex: 0 0 25%;
        max-width: none; }
        @media (max-width: 1366px) and (max-height: 1024px) {
          #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item {
            flex: 0 0 27%; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item {
            flex: 0 0 30%; } }
        #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item:nth-child(odd) {
          border-color: #8e422d;
          background-color: #c77e39;
          box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }
        #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item .info .time {
          font-family: RifficFree-Bold;
          font-size: 1.5rem;
          text-shadow: none;
          margin-bottom: 8px; }
          @media (max-width: 812px) {
            #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item .info .time {
              font-size: 1.5rem;
              margin-bottom: 0; } }
        #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item .info .image-wrapper img {
          width: 6rem;
          height: 6rem;
          object-fit: contain; }
        #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item .info .temperature {
          font-size: 2rem; }
          @media (max-width: 812px) {
            #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item .info .temperature {
              text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 0px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
          #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item .info .temperature span {
            font-size: 2rem; }
            @media (max-width: 812px) {
              #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .carousel-item .info .temperature span {
                texttext-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 0px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
      #thoi-tiet-page #webview-inner #webview-container #row1 #weather-list #data-carousel .no-data {
        font-size: 2rem;
        overflow: hidden; }

#thoi-tiet-page .carousel-container.striped {
  margin-top: 20px; }
  #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(odd) .time {
    color: #ffe4a5; }
  #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(odd) .day-of-week {
    color: #ffe4a5; }
  #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(odd) .temperature {
    color: #ffe4a5; }
    #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(odd) .temperature .min {
      color: #ffe4a5; }
    #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(odd) .temperature .max {
      color: #ffe4a5; }
  #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(even) .temperature {
    color: #ffbe22;
    text-shadow: 0px 3px 0 #a1633e !important; }
    @media only screen and (max-width: 992px) {
      #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(even) .temperature {
        text-shadow: 0px 1px 0 #a1633e !important; } }
    #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(even) .temperature .min {
      color: #ffbe22;
      text-shadow: 0px 3px 0 #a1633e !important; }
      @media only screen and (max-width: 992px) {
        #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(even) .temperature .min {
          text-shadow: 0px 1px 0 #a1633e !important; } }
    #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(even) .temperature .max {
      color: #ffbe22;
      text-shadow: 0px 3px 0 #a1633e !important; }
      @media only screen and (max-width: 992px) {
        #thoi-tiet-page .carousel-container.striped .carousel-item:nth-child(even) .temperature .max {
          text-shadow: 0px 1px 0 #a1633e !important; } }

#cho-ca-an-page #webview-container > .row {
  height: 100%; }
  #cho-ca-an-page #webview-container > .row > .col-5,
  #cho-ca-an-page #webview-container > .row > .col-7 {
    height: 100%;
    overflow: auto; }
  #cho-ca-an-page #webview-container > .row > .col-7 {
    padding: 45px 0; }
    @media only screen and (max-width: 992px) {
      #cho-ca-an-page #webview-container > .row > .col-7 {
        padding: 30px 0; } }

#cho-ca-an-page .lich-su-wrapper .block {
  margin-top: 15px;
  display: inline-block;
  padding: 5px 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 992px) {
    #cho-ca-an-page .lich-su-wrapper .block {
      margin-left: 15px; } }

#cho-ca-an-page .lich-su-wrapper ul {
  overflow: auto; }

#cho-ca-an-page .lich-su-wrapper li.row {
  padding-top: 15px; }
  @media only screen and (max-width: 992px) {
    #cho-ca-an-page .lich-su-wrapper li.row {
      padding-left: 5px; } }
  #cho-ca-an-page .lich-su-wrapper li.row .avatar img {
    border-radius: 10px;
    width: 100%;
    display: block;
    margin: auto; }
    @media only screen and (max-width: 992px) {
      #cho-ca-an-page .lich-su-wrapper li.row .avatar img {
        max-width: 50%; } }
  @media only screen and (max-width: 992px) {
    #cho-ca-an-page .lich-su-wrapper li.row .col {
      padding-left: 15px; } }
  #cho-ca-an-page .lich-su-wrapper li.row .col p {
    font-size: 2.25rem;
    color: #ffe4a5;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
    color: #ffe4a5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    text-shadow: 0 2px 0 rgba(127, 78, 29, 0.71);
    margin-bottom: 5px; }
    @media only screen and (max-width: 992px) {
      #cho-ca-an-page .lich-su-wrapper li.row .col p {
        text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
    @media only screen and (max-width: 992px) {
      #cho-ca-an-page .lich-su-wrapper li.row .col p {
        font-size: 0.875rem;
        justify-content: space-around; } }
    @media only screen and (max-width: 720px) {
      #cho-ca-an-page .lich-su-wrapper li.row .col p {
        font-size: 0.875rem;
        justify-content: space-between; } }
    #cho-ca-an-page .lich-su-wrapper li.row .col p > * {
      color: inherit;
      text-shadow: inherit;
      font-size: inherit; }
    #cho-ca-an-page .lich-su-wrapper li.row .col p span.quantity {
      text-shadow: 0 2px 0 rgba(211, 128, 56, 0.71);
      color: #9f542d;
      font-size: 1.25rem;
      text-transform: uppercase; }

#cho-ca-an-page .alert-box {
  min-height: unset;
  line-height: 0; }

#cho-ca-an-page #has-food {
  padding-right: 7.5px; }
  #cho-ca-an-page #has-food #unit_set_text {
    text-align: right;
    font-size: 0.8rem; }

#cho-ca-an-page .carousel-container .carousel-item {
  text-align: center;
  flex: 0 0 calc(100% / 3 - 1%);
  max-width: calc(100% / 3 - 1%); }
  #cho-ca-an-page .carousel-container .carousel-item .food-image {
    width: 100%;
    padding: 5px 0; }
    #cho-ca-an-page .carousel-container .carousel-item .food-image img {
      width: 80%; }
    #cho-ca-an-page .carousel-container .carousel-item .food-image p {
      font-size: 2.25rem;
      color: #ffe4a5;
      letter-spacing: 2px;
      font-weight: bold;
      text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
      font-size: 1.25rem;
      padding: 0; }
      @media only screen and (max-width: 992px) {
        #cho-ca-an-page .carousel-container .carousel-item .food-image p {
          text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
  #cho-ca-an-page .carousel-container .carousel-item p {
    padding: 7.5px;
    color: #b96f2e;
    margin: 0; }
  #cho-ca-an-page .carousel-container .carousel-item.active .food-image {
    border-radius: 15px;
    background-color: #695b40; }

#cho-ca-an-page .form-group {
  width: 80%;
  margin: auto; }
  #cho-ca-an-page .form-group .unit-input {
    flex-wrap: nowrap; }
    #cho-ca-an-page .form-group .unit-input .increment-root {
      flex-grow: 1; }

#tuyen-dung-page .row {
  height: 100%; }
  #tuyen-dung-page .row .col-4,
  #tuyen-dung-page .row .col-8 {
    height: 100%; }

#tuyen-dung-page #nhan-su-list li.row {
  padding-top: 15px; }
  #tuyen-dung-page #nhan-su-list li.row > * {
    pointer-events: none; }
  #tuyen-dung-page #nhan-su-list li.row .avatar img {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin: auto; }
    @media only screen and (max-width: 992px) {
      #tuyen-dung-page #nhan-su-list li.row .avatar img {
        max-width: 50%; } }
  #tuyen-dung-page #nhan-su-list li.row .col p {
    color: #ffe4a5;
    text-align: center;
    margin-bottom: 0; }
    #tuyen-dung-page #nhan-su-list li.row .col p.username {
      color: #8e422d;
      font-size: 1.25rem;
      text-transform: uppercase; }

#tuyen-dung-page #nhan-su-list div {
  padding-top: 0; }
  #tuyen-dung-page #nhan-su-list div button {
    width: 100%; }
    #tuyen-dung-page #nhan-su-list div button:first-child {
      margin-top: 0; }

#tuyen-dung-page #nhan-su-data {
  overflow: auto;
  height: 100%;
  padding: 45px 15px; }
  @media only screen and (max-width: 992px) {
    #tuyen-dung-page #nhan-su-data {
      padding: 30px 15px; } }
  #tuyen-dung-page #nhan-su-data #nhan-su-detail {
    padding-bottom: 30px; }
  #tuyen-dung-page #nhan-su-data .avatar {
    text-align: center; }
    #tuyen-dung-page #nhan-su-data .avatar img {
      max-width: 25%;
      border-radius: 15px; }
  #tuyen-dung-page #nhan-su-data .nhan-su-info {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table {
    height: auto;
    max-height: 80%;
    overflow: auto;
    box-shadow: none; }
    #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table .row {
      align-items: center; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-header > :nth-child(1),
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-row > :nth-child(1) {
    width: 55%; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-header > :nth-child(2),
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-row > :nth-child(2) {
    width: 45%; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-header .row,
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-row .row {
    height: auto; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-header img,
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-row img {
    width: 100%; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-header .col,
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-row .col {
    text-align: center; }
    @media only screen and (max-width: 992px) {
      #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-header .col .name,
      #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-row .col .name {
        margin-bottom: 0; } }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-header:last-child,
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .table-row:last-child {
    border-bottom: 0; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong label {
    margin: 15px 0;
    font-size: 1.25rem; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong button {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .radio-group {
    width: 40%; }
  #tuyen-dung-page #nhan-su-data #nhan-su-tra-luong .ky_luong_thang_truoc label {
    margin: 5px; }

.doanh_thu_ban_ca {
  color: #50da25 !important; }

.chi_phi_ban_ca {
  color: #d73312 !important; }

#ban-ca-page #webview-inner {
  background: #f6d391; }
  #ban-ca-page #webview-inner .no-margin {
    margin: 0 !important; }
  #ban-ca-page #webview-inner #webview-container .so_ca_thua label {
    margin: auto;
    margin-bottom: 0;
    font-size: 1.15rem; }
  #ban-ca-page #webview-inner #webview-container .flex-end {
    justify-content: flex-end; }
  #ban-ca-page #webview-inner #webview-container #vu-ca-picker {
    padding: 45px; }
    #ban-ca-page #webview-inner #webview-container #vu-ca-picker .danh-sach-ao .list-item-vu-ca {
      margin: 1rem;
      border-bottom: 1px solid #8e422d; }
      #ban-ca-page #webview-inner #webview-container #vu-ca-picker .danh-sach-ao .list-item-vu-ca .ten-ao {
        font-size: 1.5rem; }
      #ban-ca-page #webview-inner #webview-container #vu-ca-picker .danh-sach-ao .list-item-vu-ca .thong-tin-ao {
        font-size: 1.5rem; }
  #ban-ca-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 10rem; }
    #ban-ca-page #webview-inner #webview-container #navigator #lnk-back {
      position: absolute;
      top: 7%;
      left: 5%; }
      #ban-ca-page #webview-inner #webview-container #navigator #lnk-back img {
        width: 3rem; }
    #ban-ca-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 2rem; }
  #ban-ca-page #webview-inner #webview-container #ban-ca-section {
    height: 100%; }
    #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row {
      height: 100%; }
      #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 {
        height: 100%; }
        #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper {
          overflow: auto; }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper #lnk-back-ban-ca img {
            width: 3rem;
            margin-left: -9rem; }
            @media (max-width: 667px) {
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper #lnk-back-ban-ca img {
                margin-left: -7rem; } }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li:first-of-type {
            padding-top: 0; }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li .block {
            display: block;
            font-size: 1.5rem; }
            @media (max-width: 667px) {
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li .block {
                font-size: 1.25rem;
                letter-spacing: 1px; } }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li .completed {
            border: 3px solid #1d89c7; }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li .active {
            font-size: 2.25rem;
            color: #ffe4a5;
            letter-spacing: 2px;
            font-weight: bold;
            text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
            font-size: 1.5rem;
            border-color: rgba(141, 63, 11, 0.9);
            background-color: #c77e39;
            box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }
            @media only screen and (max-width: 992px) {
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li .active {
                text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
            @media (max-width: 736px) {
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li .active {
                letter-spacing: 1px; } }
            @media (max-width: 667px) {
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-4 .lich-su-wrapper ul li .active {
                font-size: 1.25rem; } }
      #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 {
        height: 100%;
        margin: 0 auto;
        overflow: auto;
        padding: 45px 0; }
        #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .title {
          text-align: center;
          font-size: 2rem;
          margin-bottom: 1.15rem; }
          @media (max-width: 1024px) and (max-height: 768px) {
            #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .title {
              margin-top: 1.15rem;
              font-size: 1.7rem; } }
        #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row {
          margin-bottom: 1rem; }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .icon img {
            width: 6rem; }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .form-group {
            padding: 0 30px; }
            #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .form-group .unit {
              width: 5rem;
              justify-content: center; }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper {
            padding-left: 0; }
            #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper .price {
              margin: 0;
              font-size: 1.5rem;
              color: #50da25; }
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper .price span {
                color: #8e422d;
                font-size: 1.5rem; }
          #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper {
            padding-left: 0; }
            #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper .price {
              margin: 0;
              font-size: 1.5rem;
              color: #50da25; }
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper .price span {
                color: #8e422d;
                font-size: 1.5rem; }
            #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper .vu-ca-info {
              font-size: 1.25rem;
              text-align: right; }
              #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .form-wrapper .row .total-price-wrapper .vu-ca-info .lbl-khoi-luong-da-ban {
                font-size: 1.25rem; }
        #ban-ca-page #webview-inner #webview-container #ban-ca-section > .row > .col-7 .sell-button {
          text-align: center; }

#moi-truong-nuoc-page #webview-container {
  padding: 45px 0 0;
  margin-right: -30px; }
  #moi-truong-nuoc-page #webview-container > .row {
    height: 100%; }
    #moi-truong-nuoc-page #webview-container > .row > .col-4,
    #moi-truong-nuoc-page #webview-container > .row > .col-8 {
      height: 100%;
      overflow: auto; }
      #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so,
      #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so {
        padding-top: 30px;
        padding-left: 15px; }
        @media only screen and (max-width: 720px) {
          #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so,
          #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so {
            padding-top: 15px; } }
        #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu,
        #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu {
          padding: 15px 5px 15px 10px; }
          #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu .avatar-wraper img,
          #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu .avatar-wraper img {
            border-radius: 15px;
            max-width: 100%; }
            @media only screen and (max-width: 992px) {
              #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu .avatar-wraper img,
              #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu .avatar-wraper img {
                max-width: 50%; } }
          #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time,
          #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time {
            display: flex;
            justify-content: space-between;
            font-size: 0.875rem; }
            @media only screen and (max-width: 992px) {
              #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time,
              #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time {
                flex-wrap: wrap;
                justify-content: center; } }
            #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time span,
            #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time span {
              font-size: inherit;
              color: #ffe4a5;
              text-shadow: 0 2px 0 rgba(127, 78, 29, 0.71); }
              @media only screen and (max-width: 992px) {
                #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time span,
                #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .time span {
                  display: block; } }
          #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .info,
          #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu .info-wraper .info {
            text-align: left;
            color: #9f542d;
            font-weight: bold;
            text-shadow: 0 2px 0 rgba(211, 128, 56, 0.71); }
          #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu.vuot-nguong,
          #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu.vuot-nguong {
            background-color: #ee4e2e; }
            #moi-truong-nuoc-page #webview-container > .row > .col-4 .list ul#chi-so .chi-tiet-chi-tieu.vuot-nguong .info,
            #moi-truong-nuoc-page #webview-container > .row > .col-8 .list ul#chi-so .chi-tiet-chi-tieu.vuot-nguong .info {
              color: #ffe4a5;
              text-shadow: 0 2px 0 rgba(211, 128, 56, 0.71); }
      #moi-truong-nuoc-page #webview-container > .row > .col-4 .danh-sach-chi-tieu,
      #moi-truong-nuoc-page #webview-container > .row > .col-8 .danh-sach-chi-tieu {
        padding-top: 45px; }
        @media only screen and (max-width: 992px) {
          #moi-truong-nuoc-page #webview-container > .row > .col-4 .danh-sach-chi-tieu,
          #moi-truong-nuoc-page #webview-container > .row > .col-8 .danh-sach-chi-tieu {
            padding-top: 15px; } }
      @media only screen and (max-width: 992px) {
        #moi-truong-nuoc-page #webview-container > .row > .col-4 .form-du-lieu,
        #moi-truong-nuoc-page #webview-container > .row > .col-8 .form-du-lieu {
          padding-bottom: 45px; } }
    #moi-truong-nuoc-page #webview-container > .row > .col-8 {
      padding-right: 35px; }
  @media only screen and (max-width: 992px) {
    #moi-truong-nuoc-page #webview-container .nav {
      left: 13vw;
      right: 13vw; } }
  @media only screen and (max-width: 720px) {
    #moi-truong-nuoc-page #webview-container .nav {
      margin: -50px -15px 0 -15px; } }
  @media only screen and (max-width: 992px) {
    #moi-truong-nuoc-page #webview-container .nav .item {
      padding: 30px 10px 10px;
      min-width: 20%; } }
  #moi-truong-nuoc-page #webview-container .form-group {
    margin-top: 30px;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      #moi-truong-nuoc-page #webview-container .form-group {
        padding: 0 15px;
        margin-top: 15px; } }
    #moi-truong-nuoc-page #webview-container .form-group label {
      font-size: 1.5rem; }
      @media only screen and (max-width: 992px) {
        #moi-truong-nuoc-page #webview-container .form-group label {
          font-size: 1.25rem; } }
    #moi-truong-nuoc-page #webview-container .form-group input {
      padding-right: 15px; }
  #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item {
    flex: 0 0 calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%);
    position: relative; }
    @media only screen and (max-width: 992px) {
      #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item {
        min-height: 40px;
        padding: 7.5px; } }
    #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item .code {
      display: block;
      color: #ff9509;
      font-size: 1.5rem;
      text-shadow: 0 2px 0 rgba(246, 153, 71, 0.71); }
      @media only screen and (max-width: 992px) {
        #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item .code {
          font-size: 1.15rem; } }
    #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item .name {
      color: #b96f2e;
      display: block; }
      @media only screen and (max-width: 992px) {
        #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item .name {
          font-size: 0.875rem; } }
    #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.active {
      font-size: 2.25rem;
      color: #ffe4a5;
      letter-spacing: 2px;
      font-weight: bold;
      text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
      font-size: 1.5rem;
      border-color: rgba(141, 63, 11, 0.9);
      background-color: #c77e39;
      box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }
      @media only screen and (max-width: 992px) {
        #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.active {
          text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
      #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.active .code,
      #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.active .name {
        color: #ffe4a5; }
    #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item:after {
      content: "";
      display: block;
      position: absolute;
      border-width: 15px;
      border-style: solid;
      border-color: transparent transparent transparent transparent;
      top: -1px;
      right: -1px;
      border-top-right-radius: 7.5px; }
    #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.completed {
      border-color: #50da25; }
      #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.completed:after {
        border-color: #50da25 #50da25 transparent transparent; }
    #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.vuot-nguong {
      border-color: #d73312; }
      #moi-truong-nuoc-page #webview-container .carousel-container .carousel-item.vuot-nguong:after {
        border-color: #d73312 #d73312 transparent transparent; }

@media only screen and (max-width: 1023px) {
  #danh-size-ca-page #group_nhap_lieu_qua_khu {
    padding-bottom: 15px; } }

#danh-size-ca-page .row {
  width: 100%;
  padding: 0 3rem 0 3rem; }
  #danh-size-ca-page .row .col-2 .icon img {
    width: 75%;
    margin-top: -10px; }
  #danh-size-ca-page .row .col-12 .icon {
    padding-bottom: 1rem; }
    #danh-size-ca-page .row .col-12 .icon img {
      width: 35%; }
      @media only screen and (max-width: 1023px) {
        #danh-size-ca-page .row .col-12 .icon img {
          width: 20%; } }
  #danh-size-ca-page .row .current-size {
    text-align: right;
    width: 100%; }
    #danh-size-ca-page .row .current-size span#current-size-value {
      color: #3fb4eb; }

#cho-thuoc-ca-page #webview-inner #navigator {
  text-align: center;
  margin-top: 20%;
  justify-content: center;
  padding: 45px; }
  @media only screen and (max-width: 992px) {
    #cho-thuoc-ca-page #webview-inner #navigator {
      margin-top: 5%;
      height: 100%; } }
  #cho-thuoc-ca-page #webview-inner #navigator .navigator-item {
    font-size: 1.25rem;
    width: 30%; }

#cho-thuoc-ca-page #webview-inner .icon-left img {
  width: 2.5rem; }

#cho-thuoc-ca-page #webview-inner #danh-dau-benh-section {
  height: 100%;
  padding: 45px; }
  #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section > .row {
    height: 100%; }
  #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section #danh-sach-benh {
    height: calc(100% + 15px * 6);
    margin-top: -45px;
    padding: 45px 0 45px 30px;
    overflow: auto;
    width: 100%;
    text-transform: uppercase; }
    #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section #danh-sach-benh .benh {
      align-items: center;
      padding-right: 5px; }
      #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section #danh-sach-benh .benh .ten {
        flex: 1; }
        #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section #danh-sach-benh .benh .ten.highlight {
          box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset, 0px 0px 30px 5px rgba(255, 233, 113, 0.4), 0px 0px 30px 5px rgba(255, 233, 113, 0.4), 0px 0px 30px 5px rgba(255, 233, 113, 0.4), 0px 0px 30px 5px rgba(255, 233, 113, 0.4); }
      #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section #danh-sach-benh .benh .checkbox-group {
        margin-left: 30px; }
    #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section #danh-sach-benh .ten {
      font-size: 1rem;
      line-height: 1rem; }
      @media only screen and (max-width: 1023px) {
        #cho-thuoc-ca-page #webview-inner #danh-dau-benh-section #danh-sach-benh .ten {
          line-height: 1.5rem; } }

#cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section {
  padding: 45px; }
  #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row {
    width: 100%; }
    #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row .col-12 {
      text-align: center;
      padding: 0 5rem 0 5rem; }
    #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row .info {
      text-align: right;
      width: auto; }
    #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc {
      width: 100%;
      height: 45vh;
      display: flex;
      flex-wrap: wrap;
      padding: 2%;
      overflow: auto;
      border-color: #e39f57;
      border-width: 5px;
      border-style: solid;
      border-radius: 10px;
      background-color: #a25e33; }
      #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc a.thuoc {
        flex: 1 0 18%;
        height: 18vh;
        margin: 1% 1%;
        border-width: 5px;
        border-style: solid;
        padding: 1% 1% 2% 1%;
        border-color: #ffe4a5;
        background-color: #d98f4e;
        border-radius: 10px;
        position: relative;
        box-shadow: 3px 3px 8px #92473399 inset, -2px -2px 8px 2px #92473399 inset; }
        #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc a.thuoc .name {
          bottom: 0;
          position: absolute;
          background-color: rgba(67, 24, 6, 0.6);
          font-size: 0.9em;
          line-height: 2;
          padding: 0.2rem;
          color: #ffe4a5;
          left: 0;
          right: 0;
          text-align: center;
          border-radius: 0 0 5px 5px; }
        #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc a.thuoc .thuoc-image {
          height: 100%;
          width: 100%; }
      #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc a.thuoc.selected {
        background-color: #ffe4a5; }
      #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc a.thuoc:nth-child(even) .thuoc-image {
        background: url(public/ThuocXanh.png) no-repeat top center;
        background-size: contain; }
      #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc a.thuoc:nth-child(odd) .thuoc-image {
        background: url(public/ThuocDo.png) no-repeat top center;
        background-size: contain; }
      #cho-thuoc-ca-page #webview-inner #cho-thuoc-ca-section .row #danh-sach-thuoc .no-data {
        color: #ffe4a5; }

#cho-thuoc-ca-page .carousel-container .carousel-item {
  text-align: center; }
  #cho-thuoc-ca-page .carousel-container .carousel-item .thuoc-image {
    width: 80%;
    padding: 5px 0; }
    #cho-thuoc-ca-page .carousel-container .carousel-item .thuoc-image img {
      width: 70%; }
    #cho-thuoc-ca-page .carousel-container .carousel-item .thuoc-image p {
      font-size: 2.25rem;
      color: #ffe4a5;
      letter-spacing: 2px;
      font-weight: bold;
      text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
      font-size: 1.5rem;
      border-color: rgba(141, 63, 11, 0.9);
      background-color: #c77e39;
      box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset;
      font-size: 1.25rem;
      padding: 0; }
      @media only screen and (max-width: 992px) {
        #cho-thuoc-ca-page .carousel-container .carousel-item .thuoc-image p {
          text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
  #cho-thuoc-ca-page .carousel-container .carousel-item p {
    padding: 7.5px;
    color: #b96f2e;
    margin: 0; }
  #cho-thuoc-ca-page .carousel-container .carousel-item.active .thuoc-image {
    border-radius: 15px;
    background-color: #695b40; }

#cho-thuoc-ca-page .carousel-container .carousel-thuoc-item .item-img {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px; }
  #cho-thuoc-ca-page .carousel-container .carousel-thuoc-item .item-img img {
    width: 70%; }

#cho-thuoc-ca-page .carousel-container .carousel-thuoc-item p {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #266bc3; }

#cho-thuoc-ca-page .carousel-container .carousel-thuoc-item.selected .item-img.border__gradient-blue:after {
  background-color: #ff993f;
  box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }

@media only screen and (max-width: 1023px) {
  #phac-do-page #webview-header {
    left: 75px; }
    #phac-do-page #webview-header #page-header-title {
      padding: 5px 15px; }
      #phac-do-page #webview-header #page-header-title:before {
        padding: 50px;
        left: -80px; } }

#phac-do-page #webview-inner #webview-container .flex-end {
  justify-content: flex-end; }

#phac-do-page #webview-inner #webview-container #phac-do-section {
  height: 100%; }
  #phac-do-page #webview-inner #webview-container #phac-do-section .row {
    height: 100%; }
    #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 {
      height: 95%;
      margin-top: .5%; }
      @media only screen and (max-width: 567px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 {
          height: 88%; } }
      @media only screen and (max-width: 666px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 {
          height: 90%; } }
      @media only screen and (max-width: 992px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 {
          height: 91%;
          margin-top: 0; } }
      @media only screen and (min-width: 1025px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 {
          margin-top: 0; } }
      #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 span {
        font-size: 1rem; }
      #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper {
        overflow: auto;
        text-transform: uppercase; }
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper .icon-left {
          display: block;
          text-align: left;
          padding: 2rem 0.5rem 0.5rem 1rem; }
          @media only screen and (max-width: 1023px) {
            #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper .icon-left {
              margin-top: 10px; } }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper .icon-left img {
            width: 2.5rem; }
        @media only screen and (max-width: 1023px) {
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper ul {
            padding: 0; } }
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper ul li {
          padding: 0px 10px 0px 10px; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper ul li .block {
            display: block;
            font-size: 1rem; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper ul li .active {
            font-size: 2.25rem;
            color: #ffe4a5;
            letter-spacing: 2px;
            font-weight: bold;
            text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
            font-size: 1.5rem;
            border-color: rgba(141, 63, 11, 0.9);
            background-color: #c77e39;
            box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset;
            font-size: 1rem; }
            @media only screen and (max-width: 992px) {
              #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper ul li .active {
                text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-4 .benh-wrapper ul li .highlight {
            box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset, 0px 0px 30px 5px rgba(255, 233, 113, 0.4), 0px 0px 30px 5px rgba(255, 233, 113, 0.4), 0px 0px 30px 5px rgba(255, 233, 113, 0.4), 0px 0px 30px 5px rgba(255, 233, 113, 0.4); }
    #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 {
      overflow: auto;
      height: 95%;
      margin: 0 auto;
      margin-top: .5%;
      padding-top: 0px; }
      @media only screen and (max-width: 567px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 {
          height: 88%; } }
      @media only screen and (max-width: 666px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 {
          height: 90%; } }
      @media only screen and (max-width: 992px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 {
          height: 91%;
          margin-top: 0; } }
      @media only screen and (min-width: 1025px) {
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 {
          margin-top: 0; } }
      #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator {
        text-align: center;
        margin-top: 3rem; }
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .title {
          text-align: center;
          line-height: 2.25rem;
          font-size: 2rem;
          margin-bottom: 1rem;
          margin-top: 0.5rem;
          padding: 0 0.5rem 0 0.5rem; }
          @media (max-width: 1024px) and (max-height: 768px) {
            #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .title {
              margin-top: 1rem;
              font-size: 2rem; } }
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .prev {
          overflow: hidden;
          padding: 0.5rem; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .prev img {
            transform: rotate(90deg);
            margin: 0px 0px; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .prev.disabled {
            opacity: 0; }
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .next {
          overflow: hidden;
          padding: 0.5rem; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .next img {
            transform: rotate(270deg);
            margin: 0px 0px; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #navigator .next.disabled {
            opacity: 0; }
      #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do {
        height: calc(100% - 40px);
        overflow: hidden;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 16px; }
        #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do {
          flex: 0 0 100%;
          font-size: 16px;
          display: block;
          width: 100%;
          height: 100%;
          margin: 0;
          overflow-x: hidden;
          overflow-y: auto;
          padding: 15px 7.5px 7.5px;
          transition: margin 0.25s ease-in-out; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do * {
            color: #8e422d !important; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do img, #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do table {
            max-width: 100%; }
          #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do ul, #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do ol {
            padding-left: 20px; }
            #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do ul li, #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper #danh-sach-phac-do .phac-do ol li {
              list-style-type: inherit;
              margin-left: 15px; }
      #phac-do-page #webview-inner #webview-container #phac-do-section .row .col-7 .phac-do-wrapper .row {
        align-items: center;
        margin-bottom: 1rem; }

#tin-tuc-page #webview-inner {
  padding: 0; }
  #tin-tuc-page #webview-inner #webview-container {
    height: 97%;
    padding: 0; }
    #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc {
      height: 100vh;
      border-radius: 2px;
      padding-top: 5px; }
      #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc {
        margin-bottom: 1rem;
        position: relative; }
        #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .brown-space {
          position: relative;
          width: 100%;
          height: 80px;
          background: #d98f4e; }
          @media (max-width: 812px) {
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .brown-space {
              height: 40px; } }
          #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .brown-space .header {
            position: absolute;
            top: -8px;
            left: 0px;
            z-index: 10000;
            height: 115px; }
            @media (max-width: 812px) {
              #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .brown-space .header {
                top: -5px; } }
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .brown-space .header .danh-muc-header {
              width: 18rem;
              display: flex;
              flex-direction: column;
              justify-content: center;
              background: url(./public/app-assets/frames/Title.png);
              background-size: 100% 110px;
              background-repeat: no-repeat;
              background-position: center center;
              background-repeat: no-repeat;
              height: 100%;
              padding: 0px 30px 20px;
              font-size: 1.5rem;
              line-height: 1.3;
              text-transform: uppercase;
              text-align: center;
              text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 4px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); }
              @media (max-width: 812px) {
                #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .brown-space .header .danh-muc-header {
                  width: 200px;
                  height: 55px;
                  background-size: 100% 100%;
                  padding: 0px 15px 8px;
                  font-size: 1rem; } }
              #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .brown-space .header .danh-muc-header p {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                margin: 0; }
        #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet,
        #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container {
          padding-left: 45px;
          margin-top: 30px;
          margin-bottom: 0;
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          overflow-x: auto;
          overflow-y: hidden;
          width: 100%; }
          #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet:after,
          #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container:after {
            content: "";
            display: flex;
            flex: 0 0 45px; }
          #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .bai-viet,
          #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .carousel-item,
          #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .bai-viet,
          #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .carousel-item {
            flex: 0 0 calc(59% / 4 - 1%);
            background: #c77e39;
            margin-right: 10px;
            width: 13rem;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.71);
            box-shadow: none;
            max-width: none;
            padding-top: 0px; }
            @media only screen and (max-width: 1023px) {
              #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .bai-viet,
              #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .carousel-item,
              #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .bai-viet,
              #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .carousel-item {
                max-width: none; } }
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .bai-viet img,
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .carousel-item img,
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .bai-viet img,
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .carousel-item img {
              width: 12.6rem;
              margin-bottom: 5px;
              border-top-left-radius: 13px;
              border-top-right-radius: 13px; }
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .bai-viet .highlight,
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .danh-sach-bai-viet .carousel-item .highlight,
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .bai-viet .highlight,
            #tin-tuc-page #webview-inner #webview-container #danh-sach-danh-muc .danh-muc .carousel-container .carousel-item .highlight {
              font-size: 1rem;
              color: #ffe4a5;
              overflow: hidden;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              line-height: normal; }
    #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc {
      height: 100vh;
      width: 100%;
      padding-bottom: 7rem; }
      @media only screen and (max-width: 1023px) {
        #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc {
          padding-bottom: 10.5rem; } }
      #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .header {
        display: flex;
        flex-direction: row;
        background: #d98f4e;
        height: auto;
        overflow: hidden;
        border-bottom: 2px solid gray;
        padding: 10px 45px;
        padding-top: 30px;
        align-items: center; }
        @media (max-width: 812px) {
          #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .header {
            padding: 10px 45px; } }
        #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .header #img-back {
          height: 2.5rem;
          width: 2.5rem;
          margin: 3px 5px;
          vertical-align: middle; }
        #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .header .title {
          padding-left: 5px;
          font-size: 1.5rem;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; }
          @media only screen and (max-width: 1023px) {
            #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .header .title {
              font-size: 1.25rem; } }
      #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .iframe-wrapper {
        width: 100%;
        height: 100%;
        padding: 15px 45px 220px;
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #f6d391; }
        @media only screen and (max-width: 1023px) {
          #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .iframe-wrapper {
            padding: 15px 45px 45px; } }
        #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .iframe-wrapper img {
          width: 100%; }
        #tin-tuc-page #webview-inner #webview-container #chi-tiet-tin-tuc .iframe-wrapper iframe {
          width: 100%;
          height: calc(100% - 10px);
          border-width: 0px;
          margin: 0;
          padding: 0;
          background-color: #f6d391; }

#tin-tuc-page .no-data {
  width: 100%;
  padding: 30px;
  text-align: center; }

#vot-ca-chet-page #webview-inner {
  background: #f6d391; }
  #vot-ca-chet-page #webview-inner #webview-container .flex-end {
    justify-content: flex-end; }
  #vot-ca-chet-page #webview-inner #webview-container #vu-ca-picker .danh-sach-ao .list-item-vu-ca {
    margin: 1rem;
    border-bottom: 1px solid #8e422d; }
    #vot-ca-chet-page #webview-inner #webview-container #vu-ca-picker .danh-sach-ao .list-item-vu-ca .ten-ao {
      font-size: 1.5rem; }
    #vot-ca-chet-page #webview-inner #webview-container #vu-ca-picker .danh-sach-ao .list-item-vu-ca .thong-tin-ao {
      font-size: 1.5rem; }
  #vot-ca-chet-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 10rem; }
    #vot-ca-chet-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 2rem; }
  #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section {
    height: 100%; }
    #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row {
      height: 100%; }
      #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row #col-left, #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row #col-right {
        overflow: auto; }
      #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 {
        height: 100%; }
        #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 span {
          font-size: 1.25rem; }
          @media (max-width: 667px) {
            #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 span {
              font-size: 1.15rem; } }
        #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 .ca-chet-wrapper {
          overflow: auto;
          text-transform: uppercase; }
          #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 .ca-chet-wrapper ul li .block {
            display: block;
            font-size: 1.5rem; }
          #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 .ca-chet-wrapper ul li .active {
            font-size: 2.25rem;
            color: #ffe4a5;
            letter-spacing: 2px;
            font-weight: bold;
            text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18);
            font-size: 1.5rem;
            border-color: rgba(141, 63, 11, 0.9);
            background-color: #c77e39;
            box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset;
            font-size: 1.5rem; }
            @media only screen and (max-width: 992px) {
              #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 .ca-chet-wrapper ul li .active {
                text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
            @media (max-width: 736px) {
              #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-4 .ca-chet-wrapper ul li .active {
                letter-spacing: 1px; } }
      #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 {
        height: 100%;
        margin: 0 auto;
        padding: 45px 0; }
        @media (max-width: 736px) {
          #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 {
            padding-right: 15px; } }
        #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .title {
          text-align: center;
          font-size: 2rem;
          margin-bottom: 2rem;
          margin-top: 5rem; }
          @media (max-width: 1024px) and (max-height: 768px) {
            #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .title {
              margin-top: 2rem;
              font-size: 1.7rem; } }
        #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row {
          align-items: center;
          margin-bottom: 2rem; }
          #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .icon img {
            width: 6rem; }
          #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .form-group {
            padding: 0 0px; }
            #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .form-group .unit {
              width: 5rem;
              justify-content: center; }
          #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .total-price-wrapper {
            padding-left: 0; }
            #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .total-price-wrapper .price {
              margin: 0;
              font-size: 1.5rem;
              color: #50da25; }
              #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .total-price-wrapper .price span {
                font-size: 1.5rem; }
            #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .total-price-wrapper .vu-ca-info {
              font-size: 1.25rem;
              text-align: right; }
              #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .form-wrapper .row .total-price-wrapper .vu-ca-info .lbl-khoi-luong-da-ban {
                font-size: 1.25rem; }
        #vot-ca-chet-page #webview-inner #webview-container #ban-ca-section .row .col-7 .sell-button {
          text-align: center; }

#doanh-thu-khac-page #webview-container {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 45px; }
  @media only screen and (max-width: 992px) {
    #doanh-thu-khac-page #webview-container {
      padding: 45px 18.75px; } }
  #doanh-thu-khac-page #webview-container .row {
    width: 100%;
    padding: 0.3rem 3rem 0.3rem 3rem; }
    #doanh-thu-khac-page #webview-container .row.header-bar {
      padding-bottom: 0rem;
      margin-top: -25px; }
  #doanh-thu-khac-page #webview-container .icon-left img {
    width: 2.5rem; }
  #doanh-thu-khac-page #webview-container form {
    width: 100%; }

#chi-phi-khac-page #webview-container {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 45px; }
  #chi-phi-khac-page #webview-container .row {
    width: 100%;
    padding: 0.3rem 3rem 0.3rem 3rem; }
    #chi-phi-khac-page #webview-container .row.header-bar {
      padding-bottom: 0rem;
      margin-top: -25px; }
  #chi-phi-khac-page #webview-container .icon-left img {
    width: 2.5rem; }
  #chi-phi-khac-page #webview-container form {
    width: 100%; }

@media only screen and (max-width: 992px) {
  #chinh_sua_tra_luong .modal-dialog,
  #chinh_sua_chi_phi_khac .modal-dialog,
  #chinh_sua_doanh_thu_khac .modal-dialog,
  #chinh_sua_ban_ca .modal-dialog,
  #chinh_sua_tha_ca_giong .modal-dialog {
    margin-top: 0; }
  #chinh_sua_tra_luong .modal-content,
  #chinh_sua_chi_phi_khac .modal-content,
  #chinh_sua_doanh_thu_khac .modal-content,
  #chinh_sua_ban_ca .modal-content,
  #chinh_sua_tha_ca_giong .modal-content {
    padding: 10px; } }

@media only screen and (max-width: 992px) {
  #bang-thu-chi-nong-trai-page #webview-header {
    left: 75px; } }

@media only screen and (max-width: 992px) {
  #bang-thu-chi-nong-trai-page #webview-header #page-header-title {
    padding: 5px 15px; } }

@media only screen and (max-width: 992px) {
  #bang-thu-chi-nong-trai-page #webview-header #page-header-title:before {
    padding: 50px;
    left: -80px; } }

#bang-thu-chi-nong-trai-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 992px) {
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container {
      padding: 15px 15px 37.5px 15px; } }
  #bang-thu-chi-nong-trai-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bang-thu-chi-nong-trai-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bang-thu-chi-nong-trai-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bang-thu-chi-nong-trai-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999;
      z-index: 99999; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bang-thu-chi-nong-trai-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section {
    height: 85%;
    overflow: auto; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section > .row {
      height: 100%; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table * {
          font-family: BalooBhaina !important; }
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead:first-child, #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr:first-child {
          border-left-width: 0; }
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead *, #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead th:first-child,
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead td:first-child, #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr th:first-child,
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr td:first-child {
          border-left-width: 0; }
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead,
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead *,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead *,
              #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr td {
            padding: 5px; }
            #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th a,
            #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th a img,
              #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th {
            padding: 0 10px; }
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td,
        #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th {
          min-width: 90px; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td:nth-child(5),
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th:nth-child(5) {
            min-width: 40%; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.right, #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.number,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.right,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.number {
            text-align: right; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.left,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.left {
            text-align: left; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.center,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.center {
            text-align: center; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.bold,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.bold {
            font-weight: bold; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.italic,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.italic {
            font-style: italic; }
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.no-data,
          #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section a {
      border: 0;
      vertical-align: middle; }
      #bang-thu-chi-nong-trai-page #webview-inner #webview-container #bang-thu-chi-section a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

#loi-nhuan-vu-ca-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 992px) {
    #loi-nhuan-vu-ca-page #webview-inner #webview-container {
      padding: 15px 15px 45px 15px; }
      #loi-nhuan-vu-ca-page #webview-inner #webview-container #filters {
        z-index: 99999; } }
  #loi-nhuan-vu-ca-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #loi-nhuan-vu-ca-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #loi-nhuan-vu-ca-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #loi-nhuan-vu-ca-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #loi-nhuan-vu-ca-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section {
    height: 90%;
    overflow: auto; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section > .row {
      height: 100%; }
    #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table * {
          font-family: BalooBhaina !important; }
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table thead:first-child, #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tr:first-child {
          border-left-width: 0; }
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table thead *, #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tr * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table thead th:first-child,
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table thead td:first-child, #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tr th:first-child,
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tr td:first-child {
          border-left-width: 0; }
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table thead,
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table thead *,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table thead *,
              #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr th,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr td {
            padding: 5px; }
            #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr th a,
            #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr th a img,
              #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table tbody tr th {
            padding: 0 10px; }
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td,
        #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th {
          min-width: 120px; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td:nth-child(1),
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th:nth-child(1) {
            min-width: 150px; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td.right, #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td.number,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th.right,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th.number {
            text-align: right; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td.left,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th.left {
            text-align: left; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td.center,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th.center {
            text-align: center; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td.bold,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th.bold {
            font-weight: bold; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td.italic,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th.italic {
            font-style: italic; }
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table td.no-data,
          #loi-nhuan-vu-ca-page #webview-inner #webview-container #loi-nhuan-vu-ca-section.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }

#loi-nhuan-nong-trai-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 1023px) {
    #loi-nhuan-nong-trai-page #webview-inner #webview-container {
      padding: 20px; } }
  #loi-nhuan-nong-trai-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #loi-nhuan-nong-trai-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #loi-nhuan-nong-trai-page #webview-inner #webview-container .icon-right img {
    width: 2.5rem; }
  #loi-nhuan-nong-trai-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #loi-nhuan-nong-trai-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section {
    height: 100%; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section #chart-bieu-do-loi-nhuan-nong-trai {
      width: 100%;
      height: 85%;
      overflow: auto; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section > .row {
      height: 100%; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table {
      max-height: 80%;
      overflow: auto;
      box-shadow: none; }
      #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table .row {
        align-items: center; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table-header {
      letter-spacing: 1px; }
      #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table-header .row {
        height: auto; }
      #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table-header img {
        width: 100%; }
      #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table-header .col {
        text-align: center; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table-row .row {
      height: auto; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table-row img {
      width: 100%; }
    #loi-nhuan-nong-trai-page #webview-inner #webview-container #loi-nhuan-nong-trai-section .table-row .col {
      text-align: center; }

@media only screen and (max-width: 1023px) {
  #tra-cuu-vu-ca-page #webview-header {
    left: 75px; }
    #tra-cuu-vu-ca-page #webview-header .page-header {
      padding: 5px 15px; }
      #tra-cuu-vu-ca-page #webview-header .page-header:before {
        padding: 50px;
        left: -80px; } }

#tra-cuu-vu-ca-page #webview-inner #webview-container {
  padding: 30px; }
  @media only screen and (max-width: 1023px) {
    #tra-cuu-vu-ca-page #webview-inner #webview-container {
      padding: 10px; } }
  #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 {
    height: 55px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden; }
    @media only screen and (max-width: 1023px) {
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 {
        height: 45px; } }
    #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a {
      display: inline-block;
      height: 50px;
      width: 110px;
      margin: 0 5px;
      position: relative;
      z-index: 99999;
      text-align: center;
      padding: 15px 15px 0; }
      @media only screen and (max-width: 1023px) {
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a {
          width: 70px; } }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a::before {
        content: "";
        display: block;
        width: 100%;
        height: 50px;
        border-radius: 10px 10px 0 0;
        transform: perspective(100px) rotateX(15deg);
        background: #0082f0;
        background: linear-gradient(90deg, #0082f0 0%, #8ee7f0 100%);
        position: absolute;
        top: 0px;
        left: 0;
        z-index: -1;
        transition: 0.4s;
        border: 3px solid #c46519; }
        @media only screen and (max-width: 1023px) {
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a::before {
            height: 40px; } }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a.selected:before {
        transform: perspective(100px) rotateX(15deg);
        background: #8ee7f0; }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a.selected img {
        transform: scale(1.1) translateZ(100px); }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a img {
        height: 30px;
        transform: translateZ(100px);
        transition: 0.4s; }
        @media only screen and (max-width: 1023px) {
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row1 a img {
            height: 20px; } }
  #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 {
    border: 3px solid #c46519;
    height: calc(100% - 50px);
    background-color: #f6d391;
    margin: -2px 0 0 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    border-radius: 15px;
    z-index: 9999; }
    #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page {
      flex: 0 0 100%;
      font-size: 1.25rem;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 30px 15px; }
      @media only screen and (max-width: 1023px) {
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page {
          padding: 10px; } }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page .toggle-table {
        position: absolute;
        top: 5px;
        right: 0px;
        width: 30px;
        height: 30px;
        border-radius: 15px; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page .toggle-table img {
          max-width: 100%;
          max-height: 100%; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page .toggle-table.active {
          background-color: #3fb4eb; }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #bieu-do-tang-truong-module,
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #bieu-do-ca-chet-module {
        position: relative; }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong {
        width: 92%;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-header {
          border-top-left-radius: 15px;
          border-top-right-radius: 15px; }
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-header > *:first-child {
            border-top-left-radius: 15px; }
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-header > *:last-child {
            border-top-right-radius: 15px; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-header > :nth-child(1),
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-row > :nth-child(1) {
          width: 45%;
          min-width: 200px;
          display: flex;
          align-self: center;
          justify-content: center; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-header > :nth-child(2),
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-row > :nth-child(2) {
          width: 55%;
          min-width: 200px;
          align-items: center; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-row a {
          border: 0;
          vertical-align: middle;
          margin-left: 15px; }
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-row a img {
            pointer-events: none;
            width: 20px;
            height: 20px;
            border: 0;
            padding: 0; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-tang-truong .table-row:last-child {
          border-bottom: 0;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px; }
      #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet {
        width: 92%;
        overflow: auto;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header {
          border-top-left-radius: 15px;
          border-top-right-radius: 15px; }
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > *:first-child {
            border-top-left-radius: 15px; }
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > *:last-child {
            border-top-right-radius: 15px; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > * p,
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row > * p {
          margin: 0; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > :nth-child(1),
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row > :nth-child(1) {
          width: 45%;
          min-width: 200px;
          display: flex;
          align-items: center;
          justify-content: center; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > :nth-child(2),
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row > :nth-child(2) {
          width: 20%;
          min-width: 200px;
          justify-content: center;
          display: flex;
          align-items: center; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > :nth-child(3),
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row > :nth-child(3) {
          width: 35%;
          min-width: 200px; }
        @media only screen and (max-width: 1023px) {
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > :nth-child(1),
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row > :nth-child(1) {
            width: 45%;
            min-width: 150px;
            max-width: 150px; }
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-header > :nth-child(2),
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row > :nth-child(2) {
            width: 20%;
            min-width: 150px;
            max-width: 150px; } }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row a {
          border: 0;
          vertical-align: middle;
          margin-left: 15px; }
          #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row a img {
            pointer-events: none;
            width: 20px;
            height: 20px;
            border: 0;
            padding: 0; }
        #tra-cuu-vu-ca-page #webview-inner #webview-container #row2 .tab-page #table-bieu-do-ca-chet .table-row:last-child {
          border-bottom: 0;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px; }
  #tra-cuu-vu-ca-page #webview-inner #webview-container .no-data {
    text-align: center;
    padding: 15px; }

#xu-ly-ao-page #webview-container {
  padding: 45px; }

#xu-ly-ao-page #noi_dung_xu_ly {
  margin: 10% 0; }
  @media (max-width: 736px) {
    #xu-ly-ao-page #noi_dung_xu_ly {
      margin: 2% 0; } }
  #xu-ly-ao-page #noi_dung_xu_ly .form-group {
    margin: auto; }
    #xu-ly-ao-page #noi_dung_xu_ly .form-group .label {
      width: 100%; }
      #xu-ly-ao-page #noi_dung_xu_ly .form-group .label label {
        float: left; }
  @media (max-width: 667px) {
    #xu-ly-ao-page #noi_dung_xu_ly .checkbox-group label {
      padding-top: 5px;
      font-size: 0.9rem; } }

#bat-dau-vu-ca-page .carousel-container {
  margin-top: 90px;
  padding: 0 7.5px; }
  #bat-dau-vu-ca-page .carousel-container:after {
    content: "";
    display: block;
    flex: 0 0 7.5px; }
  @media only screen and (max-width: 992px) {
    #bat-dau-vu-ca-page .carousel-container {
      margin-top: 30px; } }
  #bat-dau-vu-ca-page .carousel-container .carousel-item .item-img {
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px; }
    #bat-dau-vu-ca-page .carousel-container .carousel-item .item-img img {
      width: 100%; }
  #bat-dau-vu-ca-page .carousel-container .carousel-item p {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #266bc3; }
  #bat-dau-vu-ca-page .carousel-container .carousel-item.selected .item-img.border__gradient-blue:after {
    background-color: #ff993f;
    box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }

#bat-dau-vu-ca-page .row {
  margin: 45px 0;
  padding: 0 30px; }
  @media only screen and (max-width: 992px) {
    #bat-dau-vu-ca-page .row {
      margin: 15px 0; } }

#chuyen-ao-page #webview-container {
  padding: 30px; }

#chuyen-ao-page .alert-box {
  min-height: unset; }

#chuyen-ao-page .form {
  margin-top: 10px; }
  #chuyen-ao-page .form .carousel-container {
    margin: 0px; }
  #chuyen-ao-page .form .center {
    margin: auto; }
  #chuyen-ao-page .form .so_do {
    margin-bottom: 15px; }
    #chuyen-ao-page .form .so_do .wrap_icon_chuyen {
      width: 30px;
      height: 30px;
      margin: 10px auto; }
      #chuyen-ao-page .form .so_do .wrap_icon_chuyen img {
        width: 100%;
        height: 100%; }
    #chuyen-ao-page .form .so_do .logo_ao {
      width: 120px; }
      #chuyen-ao-page .form .so_do .logo_ao .wrap_ao_ca {
        background: linear-gradient(to top, #266bc3, #0492b6);
        width: 60px;
        height: 60px;
        border-radius: 10px;
        padding: 4px;
        margin: auto; }
        #chuyen-ao-page .form .so_do .logo_ao .wrap_ao_ca .ao_ca {
          border-radius: 6px;
          width: 100%;
          height: 100%;
          display: flex;
          background-color: #ff993f;
          box-shadow: inset 3px 3px 3px rgba(59, 22, 5, 0.3), inset -3px -3px 3px rgba(59, 22, 5, 0.3); }
          #chuyen-ao-page .form .so_do .logo_ao .wrap_ao_ca .ao_ca img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            margin: auto; }
      #chuyen-ao-page .form .so_do .logo_ao p {
        color: #266bc3;
        text-align: center;
        margin: 0px -50%; }
      #chuyen-ao-page .form .so_do .logo_ao p.infor {
        color: #b96f2e;
        font-size: 0.8rem;
        margin: 0 -50%; }
    #chuyen-ao-page .form .so_do .logo_ao.active .wrap_ao_ca {
      background: linear-gradient(to top, #ff993f, #ffe4a5); }
  #chuyen-ao-page .form .wrap-input {
    margin: auto; }
    #chuyen-ao-page .form .wrap-input .form-group.col-2 {
      padding: 0; }
      #chuyen-ao-page .form .wrap-input .form-group.col-2 img {
        height: 55px;
        float: right; }

#kho-page {
  height: 0vh;
  margin-top: 0vh; }
  #kho-page #webview-decor {
    position: absolute;
    top: -60px;
    left: -36px;
    padding: 100px;
    z-index: 10000;
    pointer-events: none;
    background: url("./public/app-assets/frames/CaGo.png");
    background-repeat: no-repeat;
    background-size: 100%; }
    @media only screen and (max-width: 992px) {
      #kho-page #webview-decor {
        top: -40px;
        left: -20px;
        padding: 60px; } }
  #kho-page #webview-header {
    left: 120px;
    top: -50px;
    right: auto;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
    #kho-page #webview-header .page-header {
      background: url("./public/app-assets/frames/BienTen.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center; }
    @media only screen and (max-width: 992px) {
      #kho-page #webview-header {
        left: 75px;
        top: -30px; } }
  #kho-page #webview-inner #webview-container {
    padding: 10px 15px;
    overflow-x: hidden; }
    @media only screen and (max-width: 992px) {
      #kho-page #webview-inner #webview-container {
        padding: 5px; } }
    #kho-page #webview-inner #webview-container .category-row {
      height: 10vh;
      padding: 0 5px;
      background-color: #985928;
      box-shadow: 0px 5px 10px 5px rgba(140, 67, 36, 0.71); }
      #kho-page #webview-inner #webview-container .category-row > .col {
        height: 100%; }
      #kho-page #webview-inner #webview-container .category-row .corner-category img {
        margin: auto;
        max-width: 100%;
        max-height: 100%;
        display: block; }
      #kho-page #webview-inner #webview-container .category-row .kho-category {
        display: flex; }
        #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item {
          width: calc(100% / 3);
          height: 100%;
          background-color: transparent;
          position: relative;
          z-index: 2; }
          @media only screen and (max-width: 992px) {
            #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item {
              font-size: 1.5rem; } }
          #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item > * {
            pointer-events: none; }
          #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            content: "";
            background: url("./public/Category.png");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center; }
          #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item.active:after {
            top: -20px;
            left: -20px;
            bottom: -30px;
            right: -20px;
            background: url("./public/CategoryHighlight.png");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center; }
            @media only screen and (max-width: 992px) {
              #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item.active:after {
                top: -10px;
                left: -15px;
                bottom: -20px;
                right: -15px; } }
          #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item.disabled, #kho-page #webview-inner #webview-container .category-row .kho-category .kho-category_item[isdisabled="true"] {
            pointer-events: none; }
    #kho-page #webview-inner #webview-container .kho-row {
      height: calc(100% - 10vh);
      background-image: url("./public/WoodenBackground.jpg");
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      #kho-page #webview-inner #webview-container .kho-row img.separator {
        width: calc(100% + 15px * 4);
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0px 5px 15px 2px rgba(100, 40, 14, 0.71);
        height: 25px;
        margin-left: -30px;
        margin-right: -30px; }
      #kho-page #webview-inner #webview-container .kho-row .row {
        margin-top: -5px;
        height: calc(100% - 15px * 5/3); }
        #kho-page #webview-inner #webview-container .kho-row .row > .col-task,
        #kho-page #webview-inner #webview-container .kho-row .row > .col-content {
          height: 100%;
          overflow: auto; }
        #kho-page #webview-inner #webview-container .kho-row .row > .col-task {
          flex: 0 0 22%;
          max-width: 22%; }
        #kho-page #webview-inner #webview-container .kho-row .row > .col-content {
          flex: 0 0 78%;
          max-width: 78%; }
        #kho-page #webview-inner #webview-container .kho-row .row .list {
          margin: 0;
          padding: 0;
          height: 100%;
          overflow: auto; }
          #kho-page #webview-inner #webview-container .kho-row .row .list li {
            border-top: 2px solid transparent;
            border-bottom: 2px solid transparent;
            background-color: transparent;
            padding-top: 7.5px;
            padding-bottom: 7.5px;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -ms-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            @media only screen and (max-width: 992px) {
              #kho-page #webview-inner #webview-container .kho-row .row .list li {
                padding-left: 15px;
                padding-top: 5px;
                padding-bottom: 5px; }
                #kho-page #webview-inner #webview-container .kho-row .row .list li:first-child {
                  padding-top: 7.5px !important; }
                #kho-page #webview-inner #webview-container .kho-row .row .list li:last-child {
                  padding-bottom: 7.5px !important; } }
            #kho-page #webview-inner #webview-container .kho-row .row .list li > * {
              pointer-events: none; }
            #kho-page #webview-inner #webview-container .kho-row .row .list li:first-child {
              padding-top: 15px; }
            #kho-page #webview-inner #webview-container .kho-row .row .list li:last-child {
              padding-bottom: 30px; }
            #kho-page #webview-inner #webview-container .kho-row .row .list li button {
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              position: relative;
              min-height: 50px; }
              @media only screen and (max-width: 992px) {
                #kho-page #webview-inner #webview-container .kho-row .row .list li button {
                  min-height: 40px; } }
              #kho-page #webview-inner #webview-container .kho-row .row .list li button img {
                width: 100%;
                height: auto; }
              #kho-page #webview-inner #webview-container .kho-row .row .list li button p {
                margin: 0;
                font-size: 1rem;
                padding: 0;
                padding-left: 5px;
                text-align: left;
                font-weight: bold; }
                @media only screen and (max-width: 992px) {
                  #kho-page #webview-inner #webview-container .kho-row .row .list li button p {
                    font-size: 0.875rem; } }
            #kho-page #webview-inner #webview-container .kho-row .row .list li.active {
              border-top-color: #c07734;
              border-bottom-color: #c07734;
              background-color: rgba(255, 228, 165, 0.45); }
            #kho-page #webview-inner #webview-container .kho-row .row .list li.disabled {
              pointer-events: none; }
        #kho-page #webview-inner #webview-container .kho-row .row .col-content {
          padding: 15px 7.5px; }
          #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content {
            height: 100%;
            overflow: hidden;
            border-radius: 15px;
            border: 5px solid #e39f57;
            background-color: #a25e33;
            position: relative; }
            @media only screen and (max-width: 992px) {
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content {
                border-width: 3px; } }
            #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item {
              overflow: auto;
              height: 100%;
              padding: 15px; }
              @media only screen and (max-width: 992px) {
                #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item {
                  padding: 5px; } }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item > * {
                display: flex;
                flex-wrap: wrap; }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item {
                flex: 1 0 24%;
                max-width: 24%;
                margin: .5%; }
                #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item > * {
                  pointer-events: none; }
                #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay {
                  border: 5px solid #ffe4a5;
                  border-radius: 15px;
                  position: relative;
                  min-height: 150px;
                  overflow: hidden; }
                  @media only screen and (max-width: 992px) {
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay {
                      min-height: 100px;
                      border-width: 3px; } }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay img {
                    display: block;
                    margin: auto;
                    width: 80%;
                    padding: 20px 5px; }
                    @media only screen and (max-width: 992px) {
                      #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay img {
                        padding: 10px 5px; } }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay .so_luong {
                    margin: 0;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    background-color: rgba(51, 51, 51, 0.6);
                    font-size: 1.15rem;
                    line-height: 1.3;
                    padding: 0.2rem;
                    color: #ffe4a5;
                    text-align: center;
                    text-shadow: unset; }
                    @media only screen and (max-width: 992px) {
                      #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay .so_luong {
                        font-size: 0.875rem; } }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay .so_luong .don_vi {
                      color: inherit; }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay .so_luong.ton_kho {
                      color: #dd952a;
                      text-shadow: -1px -1px 0 #d73312, 1px -1px 0 #d73312, -1px 1px 0 #d73312, 1px 1px 0 #d73312; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .img-overlay .weight {
                    color: #ffe4a5;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    text-shadow: -1px -1px 0 #8e422d, 1px -1px 0 #8e422d, -1px 1px 0 #8e422d, 1px 1px 0 #8e422d; }
                #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .title {
                  font-size: 1rem;
                  color: #ffe4a5;
                  text-shadow: unset;
                  text-align: center;
                  font-weight: bold; }
                  @media only screen and (max-width: 992px) {
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-item .title {
                      font-size: 0.875rem; } }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .filter {
                background-color: #f6d391;
                text-align: center;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 50px; }
                @media only screen and (max-width: 992px) {
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .filter {
                    height: 30px; } }
                #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .filter a {
                  height: 100%; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .filter a img {
                    max-height: 100%; }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .lnk-filter > *,
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .lnk-close-filter > * {
                pointer-events: none; }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-kho_content, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-ngay_content, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#ho-so-cham-soc-ao_content, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-phan-bo-chi-phi_content {
                padding: 0; }
                #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-kho_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-ngay_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#ho-so-cham-soc-ao_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-phan-bo-chi-phi_content > * {
                  overflow: auto;
                  height: calc(100% - 50px); }
                  @media only screen and (max-width: 992px) {
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-kho_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-ngay_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#ho-so-cham-soc-ao_content > *, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-phan-bo-chi-phi_content > * {
                      height: calc(100% - 30px); } }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content td, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-ngay_content td, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#ho-so-cham-soc-ao_content td {
                min-width: 75px; }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content td:nth-child(2),
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content td:nth-child(3),
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content td:nth-child(4),
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content td:nth-child(5),
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#tra-cuu_content td:nth-child(6) {
                min-width: 60px; }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-kho_content td:nth-child(2) {
                min-width: 120px; }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item#bao-cao-phan-bo-chi-phi_content td:nth-child(1) {
                min-width: 180px; }
              #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table {
                width: 100%; }
                #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table {
                  width: 100%;
                  border-collapse: collapse; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table * {
                    font-family: BalooBhaina !important; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr > *,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr > * {
                    border-left: 1px solid #c07734;
                    padding: 0 10px; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr th:first-child,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr td:first-child,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr th:first-child,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr td:first-child {
                    border-left-width: 0; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr.header-row {
                    background-color: #a94c28 !important; }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr > *,
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr.header-row > * {
                      overflow: hidden;
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      height: 40px;
                      line-height: 40px;
                      text-align: center;
                      border-bottom: 1px solid #c07734;
                      color: #ffe4a5; }
                      @media only screen and (max-width: 992px) {
                        #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr > *,
                        #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr.header-row > * {
                          height: 30px;
                          line-height: 30px; } }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr *,
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr.header-row * {
                      color: #ffe4a5; }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr .update-qua-khu,
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr.header-row .update-qua-khu {
                      border-bottom: 0;
                      line-height: 1; }
                      #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table thead tr .update-qua-khu img,
                      #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tr.header-row .update-qua-khu img {
                        border-bottom: 0;
                        height: auto; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr {
                    text-align: left;
                    border-bottom: 1px solid #c07734;
                    background-color: #f6d391; }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr:nth-child(even) {
                      background-color: #f4ca79; }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr > * {
                      padding-top: 8px;
                      padding-bottom: 8px;
                      overflow: hidden; }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr th,
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr td {
                      padding: 5px; }
                      #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr th a,
                      #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr td a {
                        border: 0;
                        vertical-align: middle; }
                        #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr th a img,
                        #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr td a img {
                          pointer-events: none;
                          width: 20px;
                          height: 20px;
                          border: 0;
                          padding: 0; }
                    #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table tbody tr th {
                      padding: 0 10px; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.right, #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.number,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.right,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.number {
                    text-align: right; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.left,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.left {
                    text-align: left; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.center,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.center {
                    text-align: center; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.bold,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.bold {
                    font-weight: bold; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.italic,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.italic {
                    font-style: italic; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.no-data,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.no-data {
                    padding: 15px;
                    text-align: center;
                    font-style: italic; }
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table td.large_cell,
                  #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .kho-content-item .content-table table th.large_cell {
                    min-width: 225px; }
            #kho-page #webview-inner #webview-container .kho-row .row .col-content .kho-content .empty-statement {
              text-align: center;
              color: #ffe4a5;
              width: 100%;
              font-family: BalooBhaina; }

#them-loai-module .form-group {
  position: relative;
  padding: 0;
  margin-bottom: 10px; }
  #them-loai-module .form-group label {
    color: #ffe4a5;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px; }
    @media only screen and (max-width: 992px) {
      #them-loai-module .form-group label {
        margin-top: 10px;
        height: 30px; } }
    @media only screen and (max-width: 720px) {
      #them-loai-module .form-group label {
        height: 25px;
        margin-top: 5px; } }
  #them-loai-module .form-group input {
    margin-bottom: 0; }
  #them-loai-module .form-group .invalid-message {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    color: #f6f6f6;
    text-shadow: -1px -1px 0 #d73312, 1px -1px 0 #d73312, -1px 1px 0 #d73312, 1px 1px 0 #d73312; }
  #them-loai-module .form-group.hide input {
    display: none !important; }

#them-loai-module .radio-group input[type="radio"] + label {
  color: #ffe4a5; }

#them-loai-module .img-display {
  margin-bottom: 7.5px;
  height: 15vh; }
  #them-loai-module .img-display img {
    max-width: 100%;
    max-height: 100%;
    padding: 7.5px;
    border-radius: 15px;
    background-color: #695b40; }

#modal-container .type-selector {
  text-align: center; }
  #modal-container .type-selector button {
    margin-top: 7.5px; }

#modal-container .img-display {
  margin-bottom: 7.5px;
  height: 15vh; }
  #modal-container .img-display img {
    max-width: 100%;
    max-height: 100%;
    padding: 7.5px;
    border-radius: 15px;
    background-color: #695b40; }

#modal-container .form-group {
  position: relative;
  padding: 0;
  margin-bottom: 10px; }
  #modal-container .form-group label {
    color: #ffe4a5;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 992px) {
      #modal-container .form-group label {
        margin-top: 10px;
        height: 30px; } }
    @media only screen and (max-width: 720px) {
      #modal-container .form-group label {
        height: 25px;
        margin-top: 5px; } }
    #modal-container .form-group label.disabled {
      pointer-events: none; }
      #modal-container .form-group label.disabled * {
        pointer-events: none; }
  #modal-container .form-group input {
    margin-bottom: 0; }
  #modal-container .form-group .invalid-message {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    color: #f6f6f6;
    text-shadow: -1px -1px 0 #d73312, 1px -1px 0 #d73312, -1px 1px 0 #d73312, 1px 1px 0 #d73312; }
  #modal-container .form-group.hide input {
    display: none !important; }

#modal-container .radio-group input[type="radio"] + label {
  color: #ffe4a5; }

#modal-container .unit-change {
  text-align: right;
  font-size: 1rem;
  font-weight: bold; }

#tablecell_ghi_chu.absolute {
  position: absolute;
  bottom: 0;
  right: 0; }

#tablecell_blank {
  pointer-events: none; }

body.opening #kho-page {
  height: 85vh;
  margin-top: 5vh;
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100); }

body.closing #kho-page {
  width: 0vw !important;
  height: 0vh !important;
  margin: 0 0 !important;
  padding: 0 0 !important;
  pointer-events: none !important;
  opacity: 0;
  filter: alpha(opacity=0); }

body.closing:after {
  background-color: rgba(51, 51, 51, 0); }

#leaderboard-page #webview-header .page-header {
  position: relative; }
  #leaderboard-page #webview-header .page-header::before, #leaderboard-page #webview-header .page-header::after {
    content: "";
    position: absolute;
    top: -55px;
    width: 120px;
    height: 120px;
    z-index: -1; }
    @media only screen and (max-width: 992px) {
      #leaderboard-page #webview-header .page-header::before, #leaderboard-page #webview-header .page-header::after {
        top: -30px;
        width: 60px;
        height: 60px; } }
  #leaderboard-page #webview-header .page-header::before {
    left: -45px;
    background-image: url("./public/app-assets/frames/leaderboard_star_left.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 992px) {
      #leaderboard-page #webview-header .page-header::before {
        left: -20px; } }
  #leaderboard-page #webview-header .page-header::after {
    right: -45px;
    background-image: url("./public/app-assets/frames/leaderboard_star_right.png");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 992px) {
      #leaderboard-page #webview-header .page-header::after {
        right: -20px; } }

#leaderboard-page #webview-decor {
  position: absolute;
  top: -20px;
  left: -5px;
  padding: 65px;
  z-index: 10000;
  pointer-events: none;
  background: url("./public/app-assets/frames/CaGo.png");
  background-repeat: no-repeat;
  background-size: 100%; }
  @media only screen and (max-width: 992px) {
    #leaderboard-page #webview-decor {
      top: -20px;
      left: -5px;
      padding: 65px; } }

#leaderboard-page #webview-container {
  top: 10% !important;
  bottom: 30px !important; }
  #leaderboard-page #webview-container .leaderboard-wrapper {
    height: 87%; }
    @media only screen and (max-width: 1022px) {
      #leaderboard-page #webview-container .leaderboard-wrapper {
        height: auto; } }
    #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list {
      padding: 0% 5%;
      width: 100%;
      height: 95%;
      overflow: auto; }
      @media only screen and (max-width: 1023px) {
        #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list {
          height: 110% !important; } }
      #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard {
        margin-bottom: 5px;
        margin-right: 10px;
        border-radius: 6px;
        background-color: #9f532d;
        padding: 2px; }
        #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item {
          display: flex;
          flex-direction: row;
          padding: 10px 10px 5px 10px;
          border-radius: 4px;
          background: linear-gradient(to bottom, #f7c170, #ffdb89);
          align-items: center; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item .nong_dan {
            margin: 0px 10px;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 4px; }
            @media only screen and (max-width: 992px) {
              #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item .nong_dan {
                width: 40px;
                height: 40px; } }
            #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item .nong_dan img {
              width: 100%;
              height: 100%; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item .huy_chuong {
            margin-right: 10px;
            height: 50px; }
            @media only screen and (max-width: 992px) {
              #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item .huy_chuong {
                height: 40px; } }
            #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item .huy_chuong img {
              height: 100%; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item p.number_st {
            font-size: 2rem;
            width: 30px;
            text-align: center; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item p.text_second {
            color: #ffffff; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard .item p {
            text-transform: uppercase;
            font-size: 1.25rem;
            margin: 0px;
            color: #ffe4a5;
            text-shadow: 1px 2px 2px #c48641, 0px -2px 2px #c48641, -2px 2px 2px #c48641, 1px -2px 2px #c48641; }
        #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.first {
          background-color: #efae50; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.first .item {
            background: linear-gradient(to right top, #ffd04c 0%, #ffd04c 25%, #ffe4a2 80%, #ffe4a2 25%); }
            #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.first .item p.first {
              color: #ffd503; }
        #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.second {
          background-color: #aaaaaa; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.second .item {
            background: linear-gradient(to bottom, #c8ccc4, #e0e0d4); }
            #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.second .item p.second {
              color: #9df3ff; }
        #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.third {
          background-color: #9f532d; }
          #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.third .item {
            background: linear-gradient(to bottom, #da9447, #e3a454); }
            #leaderboard-page #webview-container .leaderboard-wrapper #wrap_list .list-item-leaderboard .item-leaderboard.third .item p.third {
              color: #9f542d; }
    #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank {
      padding: 5px 0px;
      background: transparent; }
      @media only screen and (max-width: 1023px) {
        #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank {
          display: none !important; } }
      #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank {
        padding: 5px 5%;
        background-position: center;
        background-size: 98% 100%;
        background-repeat: no-repeat;
        width: 100%;
        box-shadow: -3px 3px 3px rgba(146, 71, 51, 0.6), 3px -3px 3px rgba(146, 71, 51, 0.6);
        background-image: url(./public/leaderboard/Rectangle.png); }
        @media only screen and (max-width: 992px) {
          #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank {
            box-shadow: none; } }
        #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard {
          margin-right: 10px;
          border-radius: 6px;
          background-color: #9f532d;
          padding: 2px; }
          #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item {
            display: flex;
            flex-direction: row;
            padding: 10px 10px 5px 10px;
            border-radius: 4px;
            background: linear-gradient(to bottom, #f7c170, #ffdb89);
            align-items: center; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item .nong_dan {
              margin: 0px 10px;
              width: 50px;
              height: 50px;
              display: flex;
              justify-content: center;
              align-items: center;
              border-radius: 4px; }
              @media only screen and (max-width: 992px) {
                #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item .nong_dan {
                  width: 40px;
                  height: 40px; } }
              #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item .nong_dan img {
                width: 100%;
                height: 100%; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item .huy_chuong {
              margin-right: 10px;
              height: 50px; }
              @media only screen and (max-width: 992px) {
                #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item .huy_chuong {
                  height: 40px; } }
              #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item .huy_chuong img {
                height: 100%; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item p.number_st {
              font-size: 2rem;
              width: 30px;
              text-align: center; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item p.text_second {
              color: #ffffff; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard .item p {
              text-transform: uppercase;
              font-size: 1.25rem;
              margin: 0px;
              color: #ffe4a5;
              text-shadow: 1px 2px 2px #c48641, 0px -2px 2px #c48641, -2px 2px 2px #c48641, 1px -2px 2px #c48641; }
          #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.first {
            background-color: #efae50; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.first .item {
              background: linear-gradient(to right top, #ffd04c 0%, #ffd04c 25%, #ffe4a2 80%, #ffe4a2 25%); }
              #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.first .item p.first {
                color: #ffd503; }
          #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.second {
            background-color: #aaaaaa; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.second .item {
              background: linear-gradient(to bottom, #c8ccc4, #e0e0d4); }
              #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.second .item p.second {
                color: #9df3ff; }
          #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.third {
            background-color: #9f532d; }
            #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.third .item {
              background: linear-gradient(to bottom, #da9447, #e3a454); }
              #leaderboard-page #webview-container .leaderboard-wrapper .wrap_user_rank .user_rank .item-leaderboard.third .item p.third {
                color: #9f542d; }

#tai-khoan-page #webview-inner #webview-container .category-row {
  height: 10vh;
  padding: 0 5px;
  background-color: #985928;
  box-shadow: 0px 5px 10px 5px rgba(140, 67, 36, 0.71); }
  #tai-khoan-page #webview-inner #webview-container .category-row .category {
    display: flex;
    height: 100%; }
    #tai-khoan-page #webview-inner #webview-container .category-row .category .category_item {
      width: calc(100% / 3);
      height: 100%;
      background-color: transparent;
      position: relative;
      z-index: 2;
      font-size: 1.25rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 15px;
      text-align: center; }
      #tai-khoan-page #webview-inner #webview-container .category-row .category .category_item > * {
        pointer-events: none; }
      #tai-khoan-page #webview-inner #webview-container .category-row .category .category_item:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: url("./public/Category.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
        content: ""; }

#tai-khoan-page #webview-inner #webview-container .content-row {
  height: calc(100% - 10vh);
  height: calc(100% - 10vh);
  background-image: url("./public/WoodenBackground.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow-x: hidden; }
  #tai-khoan-page #webview-inner #webview-container .content-row img.separator {
    width: calc(100% + 15px * 4);
    display: block;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 15px 2px rgba(100, 40, 14, 0.71);
    height: 25px;
    margin-left: -30px;
    margin-right: -30px; }
  #tai-khoan-page #webview-inner #webview-container .content-row .content.row {
    margin-top: -5px;
    height: calc(100% - 15px * 5 / 3);
    padding: 15px; }
    #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-thong-tin {
      background-color: rgba(142, 66, 45, 0.3);
      height: 100%;
      padding: 15px;
      border-radius: 5px;
      text-align: center;
      overflow: auto; }
      #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-thong-tin span.ten {
        font-size: 1.5rem; }
      #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-thong-tin #nhan-su-nong-trai {
        margin-top: 15px; }
        #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-thong-tin #nhan-su-nong-trai .nhan-su .img-wrapper img {
          width: 100%;
          border-radius: 15px;
          border: none; }
        #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-thong-tin #nhan-su-nong-trai .nhan-su .info {
          padding-left: 10px; }
          #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-thong-tin #nhan-su-nong-trai .nhan-su .info .ten {
            font-size: 1.25rem;
            margin-bottom: 5px; }
          #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-thong-tin #nhan-su-nong-trai .nhan-su .info .quyen {
            font-family: BalooBhaina;
            color: #ffe4a5;
            text-shadow: 0px 2px 0 rgba(127, 78, 29, 0.71); }
    #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-bao-cao {
      padding: 5px;
      height: 100%;
      overflow: auto; }
      #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-bao-cao .item {
        font-size: 1.15rem;
        padding: 30px 15px;
        background-image: url("./public/app-assets/frames/report_link_background.png");
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 992px) {
          #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-bao-cao .item {
            margin: 15px 0; } }
    #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan {
      height: 100%;
      overflow: auto; }
      #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .user-info .img-wrapper {
        width: 80%;
        margin: auto;
        position: relative; }
        #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .user-info .img-wrapper::after {
          content: "";
          display: block;
          position: absolute;
          width: 10%;
          height: 10%;
          min-width: 30px;
          min-height: 30px;
          border-radius: 50%;
          border: 2px solid #f6f6f6;
          background: #fba534 no-repeat center center/50% url("public/icons/Edit.png");
          bottom: -10px;
          right: 10px;
          transform: translate(45%, 45%); }
        #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .user-info .img-wrapper img {
          width: 100%;
          display: block;
          border-radius: 15px; }
        #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .user-info .img-wrapper .info {
          position: absolute;
          bottom: -10%;
          left: 0%;
          right: 0%;
          background-color: rgba(51, 51, 51, 0.6);
          border-radius: 5px; }
          #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .user-info .img-wrapper .info .ten {
            font-size: 1.25rem; }
          #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .user-info .img-wrapper .info .quyen {
            color: #ffe4a5;
            margin-bottom: 5px; }
      #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config {
        width: 80%;
        margin: 30px auto 0; }
        #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config .config-on-off {
          padding: 0 5px; }
          #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config .config-on-off input[type="checkbox"].setting-control {
            display: none; }
            #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config .config-on-off input[type="checkbox"].setting-control + label {
              width: 45px;
              height: 45px; }
              #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config .config-on-off input[type="checkbox"].setting-control + label[for="chk-config-sound"] {
                background-image: url("./public/icons/SoundOff.png");
                background-size: 100%;
                background-position: center center; }
              #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config .config-on-off input[type="checkbox"].setting-control + label[for="chk-config-music"] {
                background-image: url("./public/icons/MusicOff.png");
                background-size: 100%;
                background-position: center center; }
            #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config .config-on-off input[type="checkbox"].setting-control:checked + label[for="chk-config-sound"] {
              background-image: url("./public/icons/SoundOn.png"); }
            #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .config .config-on-off input[type="checkbox"].setting-control:checked + label[for="chk-config-music"] {
              background-image: url("./public/icons/MusicOn.png"); }
      #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .buttons {
        width: 80%;
        margin: auto; }
        #tai-khoan-page #webview-inner #webview-container .content-row .content.row .col-tai-khoan .buttons button {
          width: 100%;
          margin-top: 0;
          margin-bottom: 15px; }

#modal-choose-avatar .modal-dialog {
  width: 70vw; }

#modal-choose-avatar .avatars {
  text-align: center; }
  #modal-choose-avatar .avatars .avatar {
    margin: 3px;
    display: inline-block;
    transition: 0.4s;
    overflow: hidden;
    max-width: 106px;
    position: relative;
    border: 3px solid transparent; }
    #modal-choose-avatar .avatars .avatar img {
      display: block;
      width: 100px; }
    #modal-choose-avatar .avatars .avatar.selected {
      background-color: #f6f6f6;
      border-radius: 10px;
      border: 3px solid #266bc3; }
    #modal-choose-avatar .avatars .avatar.upload-img {
      vertical-align: top;
      height: 106px;
      width: 106px; }
      #modal-choose-avatar .avatars .avatar.upload-img label {
        display: block;
        text-align: center;
        line-height: 100px;
        width: 100%;
        height: 100%;
        background-color: #fba534;
        border-radius: 10px;
        font-size: 2.5rem;
        color: white;
        overflow: hidden;
        transition: 0.4s; }
      #modal-choose-avatar .avatars .avatar.upload-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px; }
      #modal-choose-avatar .avatars .avatar.upload-img input {
        display: none;
        visibility: hidden; }
      #modal-choose-avatar .avatars .avatar.upload-img.uploaded label {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        border-color: #fba534 #fba534 transparent transparent;
        border-style: solid;
        border-width: 25px;
        width: 0;
        height: 0;
        border-radius: 0;
        color: transparent;
        background: transparent; }
      #modal-choose-avatar .avatars .avatar.upload-img.selected.uploaded label {
        opacity: 1;
        border-radius: 0; }
      #modal-choose-avatar .avatars .avatar.upload-img.selected.uploaded img {
        border-radius: 0; }
      #modal-choose-avatar .avatars .avatar.upload-img.selected.uploaded:after {
        content: "+";
        position: absolute;
        pointer-events: none;
        top: 0;
        right: 0;
        line-height: 0;
        color: #f6f6f6;
        font-size: 40px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center; }

#bang-ao-page #webview-inner #webview-container {
  padding: 0;
  overflow: auto; }
  #bang-ao-page #webview-inner #webview-container .radio-group {
    height: auto; }
  #bang-ao-page #webview-inner #webview-container #row-1 {
    padding-top: 20px;
    justify-content: center;
    background-image: url("./public/app-assets/frames/bang-ao-background.png");
    background-repeat: round;
    -webkit-overflow-scrolling: touch; }
    #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper {
      width: 70%;
      margin-top: 5px;
      position: relative;
      height: 100%;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-self: center; }
      #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group {
        position: relative; }
        @media (max-width: 1366px) and (max-height: 1024px) {
          #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group {
            margin-bottom: 15px; } }
        @media (max-width: 1024px) and (max-height: 768px) {
          #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group {
            margin-bottom: unset; } }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group .numeric-text {
          text-align: center; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group .invalid-message {
          margin-top: 10px !important;
          margin-bottom: -20px !important;
          transition: 0.3s ease-in-out;
          font-size: 0.7em;
          letter-spacing: 1px; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group label {
          font-size: 1.15rem; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group .text-shadow-light {
          text-shadow: 0 1.5px 0 #ffe4a5; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group #ten_ao {
          text-align: center !important; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group #do_sau,
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group #dien_tich,
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group #the_tich {
          text-align: center !important; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper form .form-group .unit {
          width: 4rem;
          justify-content: center; }
      #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group {
        text-align: center; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group button {
          margin: 0 10px;
          transition: 0.3s ease-in-out; }
          #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group button :disabled {
            filter: grayscale(1); }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group #changeInfoBtn {
          margin-bottom: 15px; }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group #submitUpdateBtn {
          margin-bottom: 15px;
          width: 9rem; }
          @media (max-width: 1024px) and (max-height: 768px) {
            #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group #submitUpdateBtn {
              width: 10rem; } }
        #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group #cancelChangeBtn {
          margin-bottom: 15px;
          width: 9rem; }
          @media (max-width: 1024px) and (max-height: 768px) {
            #bang-ao-page #webview-inner #webview-container #row-1 .ao-info-wrapper .btn-group #cancelChangeBtn {
              width: 10rem; } }
  #bang-ao-page #webview-inner #webview-container #row-2 {
    display: plex;
    padding: 0 30px;
    padding-bottom: 15px;
    justify-content: space-between; }
    @media (max-width: 667px) {
      #bang-ao-page #webview-inner #webview-container #row-2 {
        padding: 0 20px; } }
    #bang-ao-page #webview-inner #webview-container #row-2 .block {
      width: 49%; }
    #bang-ao-page #webview-inner #webview-container #row-2 .title {
      margin-top: 5px;
      font-size: 2rem;
      text-shadow: 1.5px 0 0 rgba(153, 97, 44, 0.18), -1.5px 0 0 rgba(153, 97, 44, 0.18), 0 1.5px 0 rgba(153, 97, 44, 0.18), 0 -1.5px 0 rgba(153, 97, 44, 0.18), 1.5px 1.5px 0 rgba(153, 97, 44, 0.18), -1.5px -1.5px 0 rgba(153, 97, 44, 0.18), 1.5px -1.5px 0 rgba(153, 97, 44, 0.18), -1.5px 1.5px 0 rgba(153, 97, 44, 0.18); }
      @media (max-width: 1024px) and (max-height: 768px) {
        #bang-ao-page #webview-inner #webview-container #row-2 .title {
          font-size: 1.4rem; } }
    #bang-ao-page #webview-inner #webview-container #row-2 #left-col {
      height: 100%;
      overflow-y: scroll; }
      #bang-ao-page #webview-inner #webview-container #row-2 #left-col .fish-wrapper .fish-info-wrapper {
        text-align: left;
        transition: 0.3s ease-in-out; }
        #bang-ao-page #webview-inner #webview-container #row-2 #left-col .fish-wrapper .fish-info-wrapper .fishIcon img {
          width: 7rem; }
          @media (max-width: 1024px) and (max-height: 768px) {
            #bang-ao-page #webview-inner #webview-container #row-2 #left-col .fish-wrapper .fish-info-wrapper .fishIcon img {
              width: 6rem; } }
        #bang-ao-page #webview-inner #webview-container #row-2 #left-col .fish-wrapper .fish-info-wrapper .line-info:not(:first-child) {
          margin-bottom: 5px; }
          #bang-ao-page #webview-inner #webview-container #row-2 #left-col .fish-wrapper .fish-info-wrapper .line-info:not(:first-child) span:not(#loai) {
            color: #266bc3; }
            #bang-ao-page #webview-inner #webview-container #row-2 #left-col .fish-wrapper .fish-info-wrapper .line-info:not(:first-child) span:not(#loai) sup {
              color: #266bc3; }
          #bang-ao-page #webview-inner #webview-container #row-2 #left-col .fish-wrapper .fish-info-wrapper .line-info:not(:first-child) #mac_benh a {
            color: #f34a4a;
            text-decoration: underline; }
    #bang-ao-page #webview-inner #webview-container #row-2 #right-col {
      overflow-y: scroll; }
      #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chemical-wrapper {
        margin-left: 10px; }
        #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chemical-wrapper .chemIcon img {
          width: 4rem;
          transition: 0.3s ease-in-out; }
      #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chem-info-wrapper {
        text-align: center;
        transition: 0.3s ease-in-out; }
        #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chem-info-wrapper .line-info {
          margin-bottom: 5px; }
          #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chem-info-wrapper .line-info span {
            color: #266bc3; }
          #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chem-info-wrapper .line-info .red-text {
            color: #d73312; }
          #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chem-info-wrapper .line-info .btn-group {
            display: block; }
            #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chem-info-wrapper .line-info .btn-group .btn {
              margin: 0; }
              #bang-ao-page #webview-inner #webview-container #row-2 #right-col .chem-info-wrapper .line-info .btn-group .btn a {
                text-decoration: none;
                color: #f6f6f6; }

#tao-ao-page #webview-container #row-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #tao-ao-page #webview-container #row-1 .form-data {
    margin-top: 3rem;
    width: 50%; }
    @media (max-width: 1366px) and (max-height: 1024px) {
      #tao-ao-page #webview-container #row-1 .form-data {
        width: 75%; } }
    @media (max-width: 1024px) and (max-height: 768px) {
      #tao-ao-page #webview-container #row-1 .form-data {
        width: 75%; } }
    #tao-ao-page #webview-container #row-1 .form-data .title {
      font-size: 1.5rem; }
      @media only screen and (max-width: 992px) {
        #tao-ao-page #webview-container #row-1 .form-data .title {
          font-size: 1.15rem; } }
    #tao-ao-page #webview-container #row-1 .form-data .input-row {
      margin-bottom: 2rem; }
      #tao-ao-page #webview-container #row-1 .form-data .input-row #ten_ao {
        text-align: center !important; }
      #tao-ao-page #webview-container #row-1 .form-data .input-row .numeric-text {
        text-align: center; }
      #tao-ao-page #webview-container #row-1 .form-data .input-row .unit {
        width: 4rem;
        justify-content: center; }

#cho-ca-page #webview-container {
  padding: 45px 0; }
  @media only screen and (max-width: 992px) {
    #cho-ca-page #webview-container {
      padding: 15px 0; } }
  #cho-ca-page #webview-container #tin-ban-ca-picker {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #cho-ca-page #webview-container #tin-ban-ca-picker .carousel-container:before, #cho-ca-page #webview-container #tin-ban-ca-picker .carousel-container:after {
      content: "";
      display: block;
      flex: 0 0 2%; }
    #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca {
      justify-content: center;
      overflow-y: hidden;
      margin-top: 60px; }
      @media (max-width: 1024px) and (max-height: 768px) {
        #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca {
          margin-top: 0; } }
      #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .no-data {
        text-align: center; }
        @media (max-width: 1024px) and (max-height: 768px) {
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .no-data {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 992px) {
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .no-data {
            font-size: 1.15rem; } }
        #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .no-data .link {
          text-decoration: underline;
          text-shadow: 2px 0 0 rgba(153, 97, 44, 0.18), -2px 0 0 rgba(153, 97, 44, 0.18), 0 1px 0 rgba(0, 0, 0, 0.71), 0 -2px 0 rgba(153, 97, 44, 0.18), 1px 1px 0 rgba(153, 97, 44, 0.18), -1px -1px 0 rgba(153, 97, 44, 0.18), 1px -1px 0 rgba(153, 97, 44, 0.18), -1px 1px 0 rgba(153, 97, 44, 0.18); }
      #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item {
        flex: 0 0 calc(100% / 3 - 3%);
        max-width: calc(100% / 3 - 3%);
        background: #df9651;
        border: 7px solid #ffdd8f;
        box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset;
        text-shadow: 4px 0 0 rgba(153, 97, 44, 0.18), -4px 0 0 rgba(153, 97, 44, 0.18), 0 3px 0 rgba(127, 78, 29, 0.71), 0 -4px 0 rgba(153, 97, 44, 0.18), 3px 3px 0 rgba(153, 97, 44, 0.18), -3px -3px 0 rgba(153, 97, 44, 0.18), 3px -3px 0 rgba(153, 97, 44, 0.18), -3px 3px 0 rgba(153, 97, 44, 0.18); }
        @media only screen and (max-width: 992px) {
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item {
            text-shadow: 3px 0 0 rgba(153, 97, 44, 0.18), -3px 0 0 rgba(153, 97, 44, 0.18), 0 2px 0 rgba(127, 78, 29, 0.71), 0 -3px 0 rgba(153, 97, 44, 0.18), 2px 2px 0 rgba(153, 97, 44, 0.18), -2px -2px 0 rgba(153, 97, 44, 0.18), 2px -2px 0 rgba(153, 97, 44, 0.18), -2px 2px 0 rgba(153, 97, 44, 0.18); } }
        @media only screen and (max-width: 992px) {
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item {
            flex: 0 0 calc(100% / 2 - 3%);
            max-width: calc(100% / 2 - 3%); } }
        #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item * {
          pointer-events: none; }
        @media only screen and (max-width: 992px) {
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item {
            border-width: 3px; } }
        #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .image-wrapper {
          text-align: center;
          margin-top: 7px; }
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .image-wrapper img {
            width: 8rem; }
            @media only screen and (max-width: 992px) {
              #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .image-wrapper img {
                width: 50%; } }
          @media only screen and (max-width: 992px) {
            #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .image-wrapper .title {
              font-size: 1.25rem; } }
        #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          width: 100%; }
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .ten-nong-trai {
            font-size: 1.05rem;
            color: #ffdd8f;
            text-align: center; }
            @media only screen and (max-width: 992px) {
              #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .ten-nong-trai {
                font-size: 0.875rem; } }
          #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban {
            width: 95%;
            border-radius: 10px;
            padding: 8px;
            text-shadow: none;
            min-height: 15vh;
            max-height: 30vh; }
            @media only screen and (max-width: 992px) {
              #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban {
                padding: 5px; } }
            #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban .col-6 {
              font-size: 0.9rem;
              word-break: break-all; }
              @media (max-width: 1024px) and (max-height: 768px) {
                #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban .col-6 {
                  font-size: 0.875rem; } }
            #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban .blue {
              word-break: normal;
              font-size: 0.9rem;
              color: #266bc3; }
              @media (max-width: 1024px) and (max-height: 768px) {
                #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban .blue {
                  font-size: 0.875rem; } }
            #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban .danger {
              word-break: normal;
              font-size: 0.9rem;
              color: #d73312; }
              @media (max-width: 1024px) and (max-height: 768px) {
                #cho-ca-page #webview-container #tin-ban-ca-picker .danh-sach-tin-ban-ca .carousel-item .info .thong-tin-dang-ban .danger {
                  font-size: 0.875rem; } }

#cho-ca-page #webview-footer {
  bottom: 15px !important; }
  @media only screen and (max-width: 992px) {
    #cho-ca-page #webview-footer {
      bottom: 5px !important; } }
  #cho-ca-page #webview-footer .footer-bar {
    display: flex;
    justify-content: space-around;
    align-items: center; }
    #cho-ca-page #webview-footer .footer-bar .checkbox-group input[type="checkbox"] + label:before {
      border: 2px solid #ffe4a5; }
    #cho-ca-page #webview-footer .footer-bar .checkbox-group {
      border-radius: 35px;
      padding: 0 10px;
      color: #ffe4a5; }
      #cho-ca-page #webview-footer .footer-bar .checkbox-group label {
        color: #ffe4a5;
        font-size: 1.5rem;
        line-height: 2;
        padding-left: 40px; }
        @media only screen and (max-width: 992px) {
          #cho-ca-page #webview-footer .footer-bar .checkbox-group label {
            font-size: 1.15rem; } }
    #cho-ca-page #webview-footer .footer-bar #lnk-add {
      height: 50px;
      border: 1px solid #ffe4a5;
      border-radius: 35px;
      padding: 0 10px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 992px) {
        #cho-ca-page #webview-footer .footer-bar #lnk-add {
          height: 40px; } }
      #cho-ca-page #webview-footer .footer-bar #lnk-add img {
        width: 2rem;
        margin-left: 4px; }
      #cho-ca-page #webview-footer .footer-bar #lnk-add label {
        margin: 0 7px;
        color: #ffe4a5;
        font-size: 1.5rem;
        line-height: 2; }
        @media only screen and (max-width: 992px) {
          #cho-ca-page #webview-footer .footer-bar #lnk-add label {
            font-size: 1.15rem; } }

#cho-ca-page .modal .modal-body .modal-inner {
  display: flex;
  justify-content: center; }
  #cho-ca-page .modal .modal-body .modal-inner .content p, #cho-ca-page .modal .modal-body .modal-inner .content span {
    color: #ffe4a5; }
  #cho-ca-page .modal .modal-body .modal-inner .content span {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.71); }

#cho-ca-page .modal .modal-footer {
  display: flex;
  justify-content: space-around; }
  #cho-ca-page .modal .modal-footer button {
    flex: 1 0 calc(100% / 3); }

#dang-ban-ca-page #webview-inner #webview-container {
  padding: 45px; }
  #dang-ban-ca-page #webview-inner #webview-container .row {
    justify-content: center; }
    @media (max-width: 1024px) and (max-height: 768px) {
      #dang-ban-ca-page #webview-inner #webview-container .row {
        overflow: scroll; } }
    #dang-ban-ca-page #webview-inner #webview-container .row #lnk-back {
      position: absolute;
      top: 5%;
      left: 5%; }
      #dang-ban-ca-page #webview-inner #webview-container .row #lnk-back img {
        width: 2.5rem; }
    #dang-ban-ca-page #webview-inner #webview-container .row .alert-box {
      margin-top: 35px;
      max-width: 75%; }
      #dang-ban-ca-page #webview-inner #webview-container .row .alert-box .alert-box-content {
        font-size: 1.15rem;
        padding: 5px 5px; }
    #dang-ban-ca-page #webview-inner #webview-container .row .carousel-container {
      margin-top: 0;
      margin-bottom: 0;
      justify-content: center; }
      #dang-ban-ca-page #webview-inner #webview-container .row .carousel-container .carousel-item .item-img {
        padding: 26.25px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        border: 5px solid transparent; }
        #dang-ban-ca-page #webview-inner #webview-container .row .carousel-container .carousel-item .item-img img {
          width: 70%; }
      #dang-ban-ca-page #webview-inner #webview-container .row .carousel-container .carousel-item p {
        text-transform: uppercase;
        font-size: 1.5rem;
        color: #266bc3; }
      #dang-ban-ca-page #webview-inner #webview-container .row .carousel-container .carousel-item.selected .item-img.border__gradient-blue:after {
        background-color: #ff993f;
        box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }
  #dang-ban-ca-page #webview-inner #webview-container #dang_tin_ban_ca_form .form-group label {
    text-align: left;
    font-size: 1.25rem;
    align-self: center; }
  #dang-ban-ca-page #webview-inner #webview-container #dang_tin_ban_ca_form .form-group .unit-input .unit {
    width: 5rem;
    justify-content: center; }

#tac-vu-ao {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent; }
  #tac-vu-ao:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #tac-vu-ao.shade:after {
    background-color: rgba(51, 51, 51, 0.7); }
  #tac-vu-ao .floater-deck {
    width: 100%;
    height: 100%;
    z-index: 1; }
    #tac-vu-ao .floater-deck + .floater {
      z-index: 2;
      position: relative;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #tac-vu-ao .floater-deck + .floater .el {
        z-index: 2;
        position: fixed;
        bottom: -100%;
        border-radius: 50%;
        height: 10vw;
        width: 10vw;
        padding: 15px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        #tac-vu-ao .floater-deck + .floater .el:after {
          background-color: rgba(63, 180, 235, 0.7);
          box-shadow: 1px 1px 5px 0 rgba(51, 51, 51, 0.7) inset, -1px -1px 5px 0 rgba(51, 51, 51, 0.7) inset; }
        @media only screen and (max-width: 992px) {
          #tac-vu-ao .floater-deck + .floater .el {
            padding: 7.5px; } }
        #tac-vu-ao .floater-deck + .floater .el > * {
          pointer-events: none; }
        #tac-vu-ao .floater-deck + .floater .el img {
          max-width: 100%;
          max-height: 100%; }
        #tac-vu-ao .floater-deck + .floater .el p {
          margin: 15px -50px 0;
          text-align: center; }
          @media only screen and (max-width: 992px) {
            #tac-vu-ao .floater-deck + .floater .el p {
              margin-top: 10px; } }
          #tac-vu-ao .floater-deck + .floater .el p span {
            border-radius: 5px;
            color: #cacaca;
            opacity: .9; }
        #tac-vu-ao .floater-deck + .floater .el.disabled {
          filter: brightness(0.75); }
        #tac-vu-ao .floater-deck + .floater .el.primary-btn {
          z-index: 2; }
        #tac-vu-ao .floater-deck + .floater .el.secondary-btn {
          z-index: 1; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(1) {
          left: 12%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(2) {
          left: 25%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(3) {
          left: 41%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(4) {
          left: 59%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(5) {
          left: 75%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(6) {
          left: 88%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(7) {
          left: 9%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(8) {
          left: 19%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(9) {
          left: 34%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(10) {
          left: 50%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(11) {
          left: 66%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(12) {
          left: 81%; }
        #tac-vu-ao .floater-deck + .floater .el:nth-of-type(13) {
          left: 91%; }
        @media only screen and (max-width: 992px) {
          #tac-vu-ao .floater-deck + .floater .el:nth-of-type(7) {
            left: 9%; }
          #tac-vu-ao .floater-deck + .floater .el:nth-of-type(8) {
            left: 23%; }
          #tac-vu-ao .floater-deck + .floater .el:nth-of-type(9) {
            left: 36%; }
          #tac-vu-ao .floater-deck + .floater .el:nth-of-type(10) {
            left: 50%; }
          #tac-vu-ao .floater-deck + .floater .el:nth-of-type(11) {
            left: 64%; }
          #tac-vu-ao .floater-deck + .floater .el:nth-of-type(12) {
            left: 77%; }
          #tac-vu-ao .floater-deck + .floater .el:nth-of-type(13) {
            left: 91%; } }
    #tac-vu-ao .floater-deck.primary + .floater .el.primary-btn {
      opacity: 1;
      filter: alpha(opacity=100); }
      #tac-vu-ao .floater-deck.primary + .floater .el.primary-btn:nth-of-type(1) {
        bottom: 5%;
        transition-delay: .1s; }
      #tac-vu-ao .floater-deck.primary + .floater .el.primary-btn:nth-of-type(2) {
        bottom: 18%;
        transition-delay: .15s; }
      #tac-vu-ao .floater-deck.primary + .floater .el.primary-btn:nth-of-type(3) {
        bottom: 25%;
        transition-delay: .2s; }
      #tac-vu-ao .floater-deck.primary + .floater .el.primary-btn:nth-of-type(4) {
        bottom: 25%;
        transition-delay: .25s; }
      #tac-vu-ao .floater-deck.primary + .floater .el.primary-btn:nth-of-type(5) {
        bottom: 18%;
        transition-delay: .3s; }
      #tac-vu-ao .floater-deck.primary + .floater .el.primary-btn:nth-of-type(6) {
        bottom: 5%;
        transition-delay: .35s; }
    #tac-vu-ao .floater-deck.secondary + .floater .el.primary-btn:not(.toggle-btn) {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn {
      opacity: 1;
      filter: alpha(opacity=100); }
      #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(7) {
        bottom: 28%;
        transition-delay: .1s; }
      #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(8) {
        bottom: 46%;
        transition-delay: .15s; }
      #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(9) {
        bottom: 56%;
        transition-delay: .2s; }
      #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(10) {
        bottom: 61%;
        transition-delay: .25s; }
      #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(11) {
        bottom: 56%;
        transition-delay: .3s; }
      #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(12) {
        bottom: 46%;
        transition-delay: .35s; }
      #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(13) {
        bottom: 28%;
        transition-delay: .4s; }
      @media only screen and (max-width: 992px) {
        #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(7) {
          bottom: 37%; }
        #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(8) {
          bottom: 50%; }
        #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(9) {
          bottom: 59%; }
        #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(10) {
          bottom: 64%; }
        #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(11) {
          bottom: 59%; }
        #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(12) {
          bottom: 50%; }
        #tac-vu-ao .floater-deck.secondary + .floater .el.secondary-btn:nth-of-type(13) {
          bottom: 37%; } }

#tac-vu-ao.closing.shade:after {
  background-color: rgba(51, 51, 51, 0) !important; }

#tac-vu-ao.closing .floater-deck + .floater {
  opacity: 0;
  filter: alpha(opacity=0); }
  #tac-vu-ao.closing .floater-deck + .floater .el {
    bottom: 1% !important; }

@media only screen and (max-width: 1023px) {
  #bao-cao-chi-phi-page #webview-header {
    left: 75px; }
    #bao-cao-chi-phi-page #webview-header #page-header-title {
      padding: 5px 15px; }
      #bao-cao-chi-phi-page #webview-header #page-header-title:before {
        padding: 50px;
        left: -80px; } }

#bao-cao-chi-phi-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 1023px) {
    #bao-cao-chi-phi-page #webview-inner #webview-container {
      padding: 15px 15px 45px 15px; }
      #bao-cao-chi-phi-page #webview-inner #webview-container #filters {
        z-index: 99999; } }
  #bao-cao-chi-phi-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bao-cao-chi-phi-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bao-cao-chi-phi-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bao-cao-chi-phi-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bao-cao-chi-phi-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bao-cao-chi-phi-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper {
    height: 90%;
    overflow: auto; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper > .row {
      height: 100%; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table * {
          font-family: BalooBhaina !important; }
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table thead:first-child, #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tr:first-child {
          border-left-width: 0; }
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table thead *, #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tr * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table thead th:first-child,
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table thead td:first-child, #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tr th:first-child,
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tr td:first-child {
          border-left-width: 0; }
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table thead,
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
              #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td {
            padding: 5px; }
            #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a,
            #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a img,
              #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th {
            padding: 0 10px; }
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td,
        #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th {
          min-width: 120px; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td:nth-child(1),
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th:nth-child(1) {
            min-width: 150px; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td.right, #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td.number,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th.right,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th.number {
            text-align: right; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td.left,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th.left {
            text-align: left; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td.center,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th.center {
            text-align: center; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td.bold,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th.bold {
            font-weight: bold; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td.italic,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th.italic {
            font-style: italic; }
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table td.no-data,
          #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper a {
      border: 0;
      vertical-align: middle; }
      #bao-cao-chi-phi-page #webview-inner #webview-container .report-wrapper a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

@media only screen and (max-width: 1023px) {
  #bao-cao-chi-phi-chi-tiet-page #webview-header {
    left: 75px; }
    #bao-cao-chi-phi-chi-tiet-page #webview-header #page-header-title {
      padding: 5px 15px; }
      #bao-cao-chi-phi-chi-tiet-page #webview-header #page-header-title:before {
        padding: 50px;
        left: -80px; } }

#bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 1023px) {
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container {
      padding: 15px 15px 45px 15px; }
      #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container #filters {
        z-index: 99999; } }
  #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper {
    height: 90%;
    overflow: auto; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper > .row {
      height: 100%; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table * {
          font-family: BalooBhaina !important; }
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table thead:first-child, #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tr:first-child {
          border-left-width: 0; }
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table thead *, #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tr * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table thead th:first-child,
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table thead td:first-child, #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tr th:first-child,
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tr td:first-child {
          border-left-width: 0; }
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table thead,
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
              #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td {
            padding: 5px; }
            #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a,
            #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a img,
              #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th {
            padding: 0 10px; }
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td,
        #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th {
          min-width: 120px; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td.right, #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td.number,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th.right,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th.number {
            text-align: right; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td.left,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th.left {
            text-align: left; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td.center,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th.center {
            text-align: center; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td.bold,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th.bold {
            font-weight: bold; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td.italic,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th.italic {
            font-style: italic; }
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table td.no-data,
          #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper a {
      border: 0;
      vertical-align: middle; }
      #bao-cao-chi-phi-chi-tiet-page #webview-inner #webview-container .report-wrapper a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

#guest-page {
  width: 100vw;
  height: 100vh; }
  #guest-page #tin-tuc-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-image: url("./public/bg-m.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    #guest-page #tin-tuc-wrapper #close-button {
      position: absolute;
      top: 5vh;
      right: 5vw;
      background: url("./public/Close.png");
      width: 60px;
      height: 60px;
      background-size: contain;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 992px) {
        #guest-page #tin-tuc-wrapper #close-button {
          width: 40px;
          height: 40px; } }
    #guest-page #tin-tuc-wrapper iframe {
      width: 100%;
      height: 100%; }
  #guest-page:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  #guest-page.closing #tin-tuc-wrapper {
    width: 0vw !important;
    height: 0vh !important;
    margin: 0 0 !important;
    padding: 0 0 !important;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    height: 0;
    width: 0;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0); }
    #guest-page.closing #tin-tuc-wrapper #close-button {
      opacity: 0;
      visibility: hidden;
      display: none; }
  #guest-page.closing:after {
    background-color: rgba(51, 51, 51, 0); }

#test-image .center {
  margin: auto; }

#test-image .image_background {
  width: 250px;
  height: 250px;
  background-size: 100% 100%;
  background-image: url(./public/leaderboard/star_hoi_nghieng_phai.png); }

#ket-thuc-vu-ca-page .carousel-container {
  margin-top: 90px;
  padding: 0 7.5px; }
  #ket-thuc-vu-ca-page .carousel-container:after {
    content: "";
    display: block;
    flex: 0 0 7.5px; }
  @media only screen and (max-width: 992px) {
    #ket-thuc-vu-ca-page .carousel-container {
      margin-top: 30px; } }
  #ket-thuc-vu-ca-page .carousel-container .carousel-item .item-img {
    padding: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px; }
    #ket-thuc-vu-ca-page .carousel-container .carousel-item .item-img img {
      width: 100%; }
  #ket-thuc-vu-ca-page .carousel-container .carousel-item p {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #266bc3; }
  #ket-thuc-vu-ca-page .carousel-container .carousel-item.selected .item-img.border__gradient-blue:after {
    background-color: #ff993f;
    box-shadow: 5px 5px 10px 0 rgba(146, 71, 51, 0.6) inset, -5px -5px 10px 0 rgba(146, 71, 51, 0.6) inset; }

#ket-thuc-vu-ca-page .row {
  margin: 45px 0;
  padding: 0 30px; }
  @media only screen and (max-width: 992px) {
    #ket-thuc-vu-ca-page .row {
      margin: 15px 0; } }

#su-kien-page #webview-balloon-left {
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  z-index: 1000;
  position: absolute;
  background: url("./public/app-assets/frames/bong_bay_trai.png") bottom 105px left 0px;
  background-size: 180px;
  background-repeat: no-repeat;
  pointer-events: none;
  animation: oscil1 6s infinite; }
  @media only screen and (max-width: 992px) {
    #su-kien-page #webview-balloon-left {
      background: url("./public/app-assets/frames/bong_bay_trai.png") bottom 80px left 20px;
      background-repeat: no-repeat;
      background-size: 100px; } }

#su-kien-page #webview-balloon-right {
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  z-index: 1000;
  position: absolute;
  background: url("./public/app-assets/frames/bong_bay_phai.png") bottom 105px right 0px;
  background-size: 180px;
  background-repeat: no-repeat;
  pointer-events: none;
  animation: oscil1 6s infinite; }
  @media only screen and (max-width: 992px) {
    #su-kien-page #webview-balloon-right {
      background: url("./public/app-assets/frames/bong_bay_phai.png") bottom 80px right 20px;
      background-repeat: no-repeat;
      background-size: 100px; } }

#su-kien-page #webview-decor-left {
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  z-index: 1000;
  position: absolute;
  background: url("./public/app-assets/frames/day_trai.png") top 50px left 80px;
  background-size: 300px;
  background-repeat: no-repeat;
  pointer-events: none; }
  @media only screen and (max-width: 992px) {
    #su-kien-page #webview-decor-left {
      background: url("./public/app-assets/frames/day_trai.png") top 40px left 60px;
      background-size: 240px;
      background-repeat: no-repeat; } }

#su-kien-page #webview-decor-right {
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  z-index: 1000;
  position: absolute;
  background: url("./public/app-assets/frames/day_phai.png") top 50px right 80px;
  background-size: 300px;
  background-repeat: no-repeat;
  pointer-events: none; }
  @media only screen and (max-width: 992px) {
    #su-kien-page #webview-decor-right {
      background: url("./public/app-assets/frames/day_phai.png") top 40px right 60px;
      background-size: 240px;
      background-repeat: no-repeat; } }

#su-kien-page #webview-container {
  padding: 0 !important; }
  #su-kien-page #webview-container .event-indicator {
    position: absolute;
    top: 90px;
    bottom: 90px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; }
    @media only screen and (max-width: 992px) {
      #su-kien-page #webview-container .event-indicator {
        width: 22.5px; } }
    #su-kien-page #webview-container .event-indicator img {
      width: 100%;
      pointer-events: none; }
    #su-kien-page #webview-container .event-indicator#left-indicator {
      left: 60px; }
      @media only screen and (max-width: 992px) {
        #su-kien-page #webview-container .event-indicator#left-indicator {
          left: 75px; } }
      #su-kien-page #webview-container .event-indicator#left-indicator img {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    #su-kien-page #webview-container .event-indicator#right-indicator {
      right: 60px; }
      @media only screen and (max-width: 992px) {
        #su-kien-page #webview-container .event-indicator#right-indicator {
          right: 75px; } }
      #su-kien-page #webview-container .event-indicator#right-indicator img {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
  #su-kien-page #webview-container #su-kien-list {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    position: relative; }
    #su-kien-page #webview-container #su-kien-list .su-kien-item {
      flex: 0 0 100%;
      display: flex;
      width: 100%;
      height: 100%;
      margin: 0;
      overflow-x: hidden;
      overflow-y: auto;
      justify-content: center;
      align-items: center;
      padding: 45px 105px;
      -webkit-transition: 0.2s ease-in-out;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      #su-kien-page #webview-container #su-kien-list .su-kien-item .lnk-item {
        width: 100%;
        height: 100%;
        display: flex; }
        #su-kien-page #webview-container #su-kien-list .su-kien-item .lnk-item img {
          pointer-events: none;
          max-width: 100%;
          max-height: 100%;
          display: block;
          margin: auto; }

@keyframes oscil1 {
  from {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1); }
  25% {
    translate: 10px 0;
    transform: rotate(3deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7); }
  50% {
    translate: 0 0;
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1); }
  75% {
    translate: -10px 0;
    transform: rotate(-3deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7); }
  to {
    translate: 0 0;
    transform: rotate(0deg); } }

@media only screen and (max-width: 1023px) {
  #bao-cao-theo-vung-page #webview-header {
    left: 75px; }
    #bao-cao-theo-vung-page #webview-header #page-header-title {
      padding: 5px 15px; }
      #bao-cao-theo-vung-page #webview-header #page-header-title:before {
        padding: 50px;
        left: -80px; } }

#bao-cao-theo-vung-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 1023px) {
    #bao-cao-theo-vung-page #webview-inner #webview-container {
      padding: 15px 15px 45px 15px; }
      #bao-cao-theo-vung-page #webview-inner #webview-container #filters {
        z-index: 99999; } }
  #bao-cao-theo-vung-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bao-cao-theo-vung-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bao-cao-theo-vung-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bao-cao-theo-vung-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bao-cao-theo-vung-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bao-cao-theo-vung-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper {
    height: 90%;
    overflow: auto; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper > .row {
      height: 100%; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table * {
          font-family: BalooBhaina !important; }
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table thead:first-child, #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tr:first-child {
          border-left-width: 0; }
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table thead > *, #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tr > * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table thead th:first-child,
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table thead td:first-child, #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tr th:first-child,
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tr td:first-child {
          border-left-width: 0; }
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table thead,
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
              #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td {
            padding: 5px; }
            #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a,
            #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a img,
              #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th {
            padding: 0 10px; }
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td,
        #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th {
          min-width: 120px; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td:nth-child(1),
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th:nth-child(1) {
            min-width: 60px; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td:nth-child(2),
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th:nth-child(2) {
            min-width: 180px; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td.right, #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td.number,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th.right,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th.number {
            text-align: right; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td.left,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th.left {
            text-align: left; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td.center,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th.center {
            text-align: center; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td.bold,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th.bold {
            font-weight: bold; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td.italic,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th.italic {
            font-style: italic; }
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table td.no-data,
          #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper a {
      border: 0;
      vertical-align: middle; }
      #bao-cao-theo-vung-page #webview-inner #webview-container .report-wrapper a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

@media only screen and (max-width: 1023px) {
  #bao-cao-theo-nhom-size-page #webview-header {
    left: 75px; }
    #bao-cao-theo-nhom-size-page #webview-header #page-header-title {
      padding: 5px 15px; }
      #bao-cao-theo-nhom-size-page #webview-header #page-header-title:before {
        padding: 50px;
        left: -80px; } }

#bao-cao-theo-nhom-size-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 1023px) {
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container {
      padding: 15px 15px 45px 15px; }
      #bao-cao-theo-nhom-size-page #webview-inner #webview-container #filters {
        z-index: 99999; } }
  #bao-cao-theo-nhom-size-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bao-cao-theo-nhom-size-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bao-cao-theo-nhom-size-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bao-cao-theo-nhom-size-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bao-cao-theo-nhom-size-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper {
    height: 90%;
    overflow: auto; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper > .row {
      height: 100%; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table * {
          font-family: BalooBhaina !important; }
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table thead:first-child, #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tr:first-child {
          border-left-width: 0; }
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table thead > *, #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tr > * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table thead th:first-child,
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table thead td:first-child, #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tr th:first-child,
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tr td:first-child {
          border-left-width: 0; }
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table thead,
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
              #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td {
            padding: 5px; }
            #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a,
            #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a img,
              #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th {
            padding: 0 10px; }
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td,
        #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th {
          min-width: 120px; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td:nth-child(1),
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th:nth-child(1) {
            min-width: 60px; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td:nth-child(2),
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th:nth-child(2) {
            min-width: 180px; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td.right, #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td.number,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th.right,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th.number {
            text-align: right; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td.left,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th.left {
            text-align: left; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td.center,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th.center {
            text-align: center; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td.bold,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th.bold {
            font-weight: bold; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td.italic,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th.italic {
            font-style: italic; }
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table td.no-data,
          #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper a {
      border: 0;
      vertical-align: middle; }
      #bao-cao-theo-nhom-size-page #webview-inner #webview-container .report-wrapper a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

@media only screen and (max-width: 1023px) {
  #bao-cao-thu-hoach-page #webview-header {
    left: 75px; }
    #bao-cao-thu-hoach-page #webview-header #page-header-title {
      padding: 5px 15px; }
      #bao-cao-thu-hoach-page #webview-header #page-header-title:before {
        padding: 50px;
        left: -80px; } }

#bao-cao-thu-hoach-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 1023px) {
    #bao-cao-thu-hoach-page #webview-inner #webview-container {
      padding: 15px 15px 45px 15px; }
      #bao-cao-thu-hoach-page #webview-inner #webview-container #filters {
        z-index: 99999; } }
  #bao-cao-thu-hoach-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bao-cao-thu-hoach-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bao-cao-thu-hoach-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bao-cao-thu-hoach-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bao-cao-thu-hoach-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bao-cao-thu-hoach-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bao-cao-thu-hoach-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper {
    height: 90%;
    overflow: auto; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper > .row {
      height: 100%; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table * {
          font-family: BalooBhaina !important; }
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table thead:first-child, #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tr:first-child {
          border-left-width: 0; }
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table thead > *, #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tr > * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table thead th:first-child,
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table thead td:first-child, #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tr th:first-child,
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tr td:first-child {
          border-left-width: 0; }
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table thead,
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
              #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr:last-child {
            border-bottom: 0; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td {
            padding: 5px; }
            #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a,
            #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a img,
              #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th {
            padding: 0 10px; }
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td,
        #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th {
          min-width: 120px; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td.right, #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td.number,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th.right,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th.number {
            text-align: right; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td.left,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th.left {
            text-align: left; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td.center,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th.center {
            text-align: center; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td.bold,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th.bold {
            font-weight: bold; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td.italic,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th.italic {
            font-style: italic; }
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table td.no-data,
          #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper a {
      border: 0;
      vertical-align: middle; }
      #bao-cao-thu-hoach-page #webview-inner #webview-container .report-wrapper a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

#phan-bo-thu-chi-page .row {
  width: 90%;
  height: 100%;
  align-items: center;
  margin: auto; }

#phan-bo-thu-chi-page #lnk-back {
  position: absolute;
  top: 5%;
  left: 5%; }
  #phan-bo-thu-chi-page #lnk-back img {
    width: 3rem; }

@media only screen and (max-width: 1023px) {
  #bao-cao-thu-hoach-vu-ca-page #webview-header {
    left: 75px; }
    #bao-cao-thu-hoach-vu-ca-page #webview-header #page-header-title {
      padding: 5px 15px; }
      #bao-cao-thu-hoach-vu-ca-page #webview-header #page-header-title:before {
        padding: 50px;
        left: -80px; } }

#bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 1023px) {
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container {
      padding: 15px 15px 45px 15px; }
      #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container #filters {
        z-index: 99999; } }
  #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper {
    height: 90%;
    overflow: auto; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper > .row {
      height: 100%; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table * {
          font-family: BalooBhaina !important; }
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table thead:first-child, #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tr:first-child {
          border-left-width: 0; }
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table thead > *, #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tr > * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table thead th:first-child,
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table thead td:first-child, #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tr th:first-child,
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tr td:first-child {
          border-left-width: 0; }
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table thead,
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table thead *,
              #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td {
            padding: 5px; }
            #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a,
            #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th a img,
              #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table tbody tr th {
            padding: 0 10px; }
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td,
        #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th {
          min-width: 120px; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td:nth-child(1),
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th:nth-child(1) {
            min-width: 60px; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td:nth-child(2),
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th:nth-child(2) {
            min-width: 180px; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td.right, #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td.number,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th.right,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th.number {
            text-align: right; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td.left,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th.left {
            text-align: left; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td.center,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th.center {
            text-align: center; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td.bold,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th.bold {
            font-weight: bold; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td.italic,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th.italic {
            font-style: italic; }
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table td.no-data,
          #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper a {
      border: 0;
      vertical-align: middle; }
      #bao-cao-thu-hoach-vu-ca-page #webview-inner #webview-container .report-wrapper a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

@media only screen and (max-width: 992px) {
  #bang-thu-chi-ao-page #webview-header {
    left: 75px; } }

@media only screen and (max-width: 992px) {
  #bang-thu-chi-ao-page #webview-header #page-header-title {
    padding: 5px 15px; } }

@media only screen and (max-width: 992px) {
  #bang-thu-chi-ao-page #webview-header #page-header-title:before {
    padding: 50px;
    left: -80px; } }

#bang-thu-chi-ao-page #webview-inner #webview-container {
  overflow: hidden;
  padding: 45px; }
  @media only screen and (max-width: 992px) {
    #bang-thu-chi-ao-page #webview-inner #webview-container {
      padding: 15px 15px 37.5px 15px; } }
  #bang-thu-chi-ao-page #webview-inner #webview-container #navigator {
    text-align: center;
    margin-top: 20%;
    justify-content: center; }
    #bang-thu-chi-ao-page #webview-inner #webview-container #navigator .navigator-item {
      font-size: 1.25rem;
      width: 30%; }
  #bang-thu-chi-ao-page #webview-inner #webview-container .icon-left img {
    width: 2.5rem; }
  #bang-thu-chi-ao-page #webview-inner #webview-container .icon-right {
    z-index: 9999; }
    #bang-thu-chi-ao-page #webview-inner #webview-container .icon-right img {
      width: 2.5rem; }
  #bang-thu-chi-ao-page #webview-inner #webview-container .header-bar {
    padding-bottom: 0.5rem; }
    #bang-thu-chi-ao-page #webview-inner #webview-container .header-bar .description {
      font-size: 1.25rem; }
  #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel {
    position: absolute;
    transition: 0.25s;
    background-color: #f6d391;
    padding: 30px 30px 15px 30px;
    z-index: 10; }
    #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel .alert-box {
      min-height: unset; }
    #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel.top {
      top: 0;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      max-height: 100%;
      overflow-y: auto; }
    #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel.show {
      transform: translateY(0);
      box-shadow: 0 2px 4px 0 #999;
      z-index: 99999; }
    #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel .filter-field {
      margin-bottom: 5px;
      padding: 5px;
      align-items: center; }
      #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel .filter-field .radio-group {
        display: inline-block; }
    #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel a.close-filter {
      position: absolute;
      bottom: 10px;
      right: 15px;
      width: 32px;
      height: 32px;
      padding: 5px; }
      #bang-thu-chi-ao-page #webview-inner #webview-container .filters-panel a.close-filter img {
        width: 2rem; }
  #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section {
    height: 83%;
    overflow: auto; }
    #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section > .row {
      height: 100%; }
    #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table {
      width: 100%;
      border: 3px solid #612b25;
      background-color: #f6d391;
      border-radius: 15px; }
      #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table {
        border-radius: 15px;
        width: 100%;
        border-collapse: collapse; }
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table * {
          font-family: BalooBhaina !important; }
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead:first-child, #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr:first-child {
          border-left-width: 0; }
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead *, #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr * {
          border-left: 2px solid #612b25;
          padding: 0 10px; }
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead th:first-child,
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead td:first-child, #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr th:first-child,
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr td:first-child {
          border-left-width: 0; }
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead,
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr.header-row {
          background-color: #a94c28 !important; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead *,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr.header-row * {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-bottom: 2px solid #612b25;
            color: #ffe4a5; }
            @media only screen and (max-width: 992px) {
              #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table thead *,
              #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tr.header-row * {
                height: 30px;
                line-height: 30px; } }
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr {
          text-align: left;
          border-bottom: 2px solid #612b25;
          background-color: #f6d391; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr:nth-child(even) {
            background-color: #f2c062; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr > * {
            padding-top: 8px;
            padding-bottom: 8px;
            overflow: hidden; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr td {
            padding: 5px; }
            #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th a,
            #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr td a {
              border: 0;
              vertical-align: middle; }
              #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th a img,
              #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr td a img {
                pointer-events: none;
                width: 20px;
                height: 20px;
                border: 0;
                padding: 0; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table tbody tr th {
            padding: 0 10px; }
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td,
        #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th {
          min-width: 90px; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td:nth-child(5),
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th:nth-child(5) {
            min-width: 40%; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.right, #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.number,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.right,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.number {
            text-align: right; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.left,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.left {
            text-align: left; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.center,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.center {
            text-align: center; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.bold,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.bold {
            font-weight: bold; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.italic,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.italic {
            font-style: italic; }
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table td.no-data,
          #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section.content-table table th.no-data {
            padding: 15px;
            text-align: center;
            font-style: italic; }
    #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section a {
      border: 0;
      vertical-align: middle; }
      #bang-thu-chi-ao-page #webview-inner #webview-container #bang-thu-chi-section a img {
        pointer-events: none;
        width: 20px;
        height: 20px;
        border: 0;
        padding: 0; }

:root {
  --padding: 15px;
  --gap: 15px; }

canvas {
  height: 100% !important;
  width: 100% !important; }

body.body-dasboard:after {
  background-color: unset !important; }

@media only screen and (max-width: 992px) {
  #dashboard1 #webview-header,
  #dashboard2 #webview-header {
    left: 75px; } }

#dashboard1 #webview-close,
#dashboard2 #webview-close {
  top: -19px;
  right: -20px; }

#dashboard1 .dashboard1,
#dashboard1 .dashboard2,
#dashboard2 .dashboard1,
#dashboard2 .dashboard2 {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: 3px solid #612b25;
  border-radius: 15px;
  padding: 15px;
  background-color: rgba(246, 211, 145, 0.8); }
  #dashboard1 .dashboard1 .chart-item,
  #dashboard1 .dashboard2 .chart-item,
  #dashboard2 .dashboard1 .chart-item,
  #dashboard2 .dashboard2 .chart-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 100%; }
    #dashboard1 .dashboard1 .chart-item__canvas,
    #dashboard1 .dashboard2 .chart-item__canvas,
    #dashboard2 .dashboard1 .chart-item__canvas,
    #dashboard2 .dashboard2 .chart-item__canvas {
      height: calc(100% - 99px) !important; }
    #dashboard1 .dashboard1 .chart-item span,
    #dashboard1 .dashboard1 .chart-item p,
    #dashboard1 .dashboard2 .chart-item span,
    #dashboard1 .dashboard2 .chart-item p,
    #dashboard2 .dashboard1 .chart-item span,
    #dashboard2 .dashboard1 .chart-item p,
    #dashboard2 .dashboard2 .chart-item span,
    #dashboard2 .dashboard2 .chart-item p {
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      margin-bottom: 0; }
    #dashboard1 .dashboard1 .chart-item__title,
    #dashboard1 .dashboard2 .chart-item__title,
    #dashboard2 .dashboard1 .chart-item__title,
    #dashboard2 .dashboard2 .chart-item__title {
      text-align: center;
      font-size: 14px;
      color: #000; }
      #dashboard1 .dashboard1 .chart-item__title span,
      #dashboard1 .dashboard1 .chart-item__title p,
      #dashboard1 .dashboard2 .chart-item__title span,
      #dashboard1 .dashboard2 .chart-item__title p,
      #dashboard2 .dashboard1 .chart-item__title span,
      #dashboard2 .dashboard1 .chart-item__title p,
      #dashboard2 .dashboard2 .chart-item__title span,
      #dashboard2 .dashboard2 .chart-item__title p {
        font-weight: bold;
        margin-bottom: 0; }
      #dashboard1 .dashboard1 .chart-item__title p,
      #dashboard1 .dashboard2 .chart-item__title p,
      #dashboard2 .dashboard1 .chart-item__title p,
      #dashboard2 .dashboard2 .chart-item__title p {
        font-size: 20px;
        color: #000; }
    #dashboard1 .dashboard1 .chart-item__number,
    #dashboard1 .dashboard2 .chart-item__number,
    #dashboard2 .dashboard1 .chart-item__number,
    #dashboard2 .dashboard2 .chart-item__number {
      height: 112px;
      display: grid;
      place-content: center; }
      #dashboard1 .dashboard1 .chart-item__number p,
      #dashboard1 .dashboard2 .chart-item__number p,
      #dashboard2 .dashboard1 .chart-item__number p,
      #dashboard2 .dashboard2 .chart-item__number p {
        font-size: 35px;
        font-weight: bold; }
    #dashboard1 .dashboard1 .chart-item__footer,
    #dashboard1 .dashboard2 .chart-item__footer,
    #dashboard2 .dashboard1 .chart-item__footer,
    #dashboard2 .dashboard2 .chart-item__footer {
      margin-top: 19px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #dashboard1 .dashboard1 .chart-item__footer .increase,
      #dashboard1 .dashboard1 .chart-item__footer .increase__warning,
      #dashboard1 .dashboard1 .chart-item__footer .reduce,
      #dashboard1 .dashboard2 .chart-item__footer .increase,
      #dashboard1 .dashboard2 .chart-item__footer .increase__warning,
      #dashboard1 .dashboard2 .chart-item__footer .reduce,
      #dashboard2 .dashboard1 .chart-item__footer .increase,
      #dashboard2 .dashboard1 .chart-item__footer .increase__warning,
      #dashboard2 .dashboard1 .chart-item__footer .reduce,
      #dashboard2 .dashboard2 .chart-item__footer .increase,
      #dashboard2 .dashboard2 .chart-item__footer .increase__warning,
      #dashboard2 .dashboard2 .chart-item__footer .reduce {
        border-radius: 3px;
        padding: 0 5px; }
      #dashboard1 .dashboard1 .chart-item__footer .increase,
      #dashboard1 .dashboard2 .chart-item__footer .increase,
      #dashboard2 .dashboard1 .chart-item__footer .increase,
      #dashboard2 .dashboard2 .chart-item__footer .increase {
        background-color: rgba(0, 128, 0, 0.18);
        color: #008000; }
        #dashboard1 .dashboard1 .chart-item__footer .increase__warning,
        #dashboard1 .dashboard2 .chart-item__footer .increase__warning,
        #dashboard2 .dashboard1 .chart-item__footer .increase__warning,
        #dashboard2 .dashboard2 .chart-item__footer .increase__warning {
          background-color: rgba(255, 127, 80, 0.18);
          color: #ff7f50; }
      #dashboard1 .dashboard1 .chart-item__footer .reduce,
      #dashboard1 .dashboard2 .chart-item__footer .reduce,
      #dashboard2 .dashboard1 .chart-item__footer .reduce,
      #dashboard2 .dashboard2 .chart-item__footer .reduce {
        background-color: rgba(234, 71, 71, 0.18);
        color: #ea4747; }
      #dashboard1 .dashboard1 .chart-item__footer .compare,
      #dashboard1 .dashboard2 .chart-item__footer .compare,
      #dashboard2 .dashboard1 .chart-item__footer .compare,
      #dashboard2 .dashboard2 .chart-item__footer .compare {
        font-size: 13px;
        color: #494949; }
    #dashboard1 .dashboard1 .chart-item p.increase,
    #dashboard1 .dashboard2 .chart-item p.increase,
    #dashboard2 .dashboard1 .chart-item p.increase,
    #dashboard2 .dashboard2 .chart-item p.increase {
      color: #008000; }
    #dashboard1 .dashboard1 .chart-item p.reduce,
    #dashboard1 .dashboard2 .chart-item p.reduce,
    #dashboard2 .dashboard1 .chart-item p.reduce,
    #dashboard2 .dashboard2 .chart-item p.reduce {
      color: #ea4747; }

#dashboard1 .flex,
#dashboard2 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 15px; }
  #dashboard1 .flex:last-child,
  #dashboard2 .flex:last-child {
    padding-bottom: 0; }

#dashboard1 .webview-frame__report,
#dashboard2 .webview-frame__report {
  height: 94vh !important;
  margin-top: 0 !important; }

#dashboard1 .webview-page,
#dashboard2 .webview-page {
  width: 96vw; }

#dashboard1 #webview-inner,
#dashboard2 #webview-inner {
  top: 0; }

#dashboard1 .process,
#dashboard2 .process {
  height: 159px;
  display: flex;
  align-items: center;
  position: relative; }
  #dashboard1 .process__info,
  #dashboard2 .process__info {
    position: absolute;
    bottom: 7px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    #dashboard1 .process__info p,
    #dashboard2 .process__info p {
      font-size: 13px;
      color: #5f5f5f;
      margin-bottom: 0; }
    #dashboard1 .process__info--text p:last-child,
    #dashboard2 .process__info--text p:last-child {
      font-weight: bold;
      font-size: 16px; }
  #dashboard1 .process .progressContainer,
  #dashboard2 .process .progressContainer {
    width: 100%;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden; }
  #dashboard1 .process .progressBarIncrease,
  #dashboard1 .process .progressBarReduce,
  #dashboard2 .process .progressBarIncrease,
  #dashboard2 .process .progressBarReduce {
    height: 18px;
    text-align: center;
    line-height: 18px;
    color: white;
    border-radius: 5px; }
  #dashboard1 .process .progressBarIncrease,
  #dashboard2 .process .progressBarIncrease {
    background-color: #4caf50;
    width: 68%; }
  #dashboard1 .process .progressBarReduce,
  #dashboard2 .process .progressBarReduce {
    background-color: #eb9800;
    width: 43%; }

#dashboard1 .grid-full,
#dashboard2 .grid-full {
  grid-column-start: 1;
  grid-column-end: 3; }

#dashboard1 .height_dashboard1,
#dashboard2 .height_dashboard1 {
  height: calc(100% / 3); }

#dashboard1 .height_h2,
#dashboard2 .height_h2 {
  height: calc((100% - 2 * var(--padding) - var(--gap)) / 2); }

#dashboard1 .height_h3,
#dashboard2 .height_h3 {
  height: calc(100% - 2 * var(--padding)); }

#dashboard1 .height_default,
#dashboard2 .height_default {
  height: 250px; }

#dashboard1 .height_max,
#dashboard2 .height_max {
  height: 500px; }

#dashboard1 .width_w1,
#dashboard2 .width_w1 {
  width: calc((100% - 2 * var(--padding)) / 4); }

#dashboard1 .width_w2,
#dashboard2 .width_w2 {
  width: calc((100% - 2 * var(--padding) + var(--gap)) / 2); }

#dashboard1 .width_w3,
#dashboard2 .width_w3 {
  width: calc((100% - 2 * var(--padding)) / 3); }

#dashboard1 .width_w4,
#dashboard2 .width_w4 {
  width: 100%; }

@media (max-height: 724px) {
  #dashboard1 .height_dashboard1,
  #dashboard2 .height_dashboard1 {
    height: unset; }
  #dashboard1 .dashboard1 .chart-item__title span,
  #dashboard2 .dashboard1 .chart-item__title span {
    font-size: 11px; }
  #dashboard1 .dashboard1 .chart-item__title p,
  #dashboard2 .dashboard1 .chart-item__title p {
    font-size: 14px; }
  #dashboard1 .dashboard1 .process__info p,
  #dashboard1 .dashboard2 .process__info p,
  #dashboard2 .dashboard1 .process__info p,
  #dashboard2 .dashboard2 .process__info p {
    font-size: 12px; }
  #dashboard1 .dashboard1 .process__info--text p:last-child,
  #dashboard1 .dashboard2 .process__info--text p:last-child,
  #dashboard2 .dashboard1 .process__info--text p:last-child,
  #dashboard2 .dashboard2 .process__info--text p:last-child {
    font-size: 14px; } }

