@charset "UTF-8";
/* Color */
/*
 * Remarks
 *
 * O = Opacity
 *
 */
@font-face {
  font-family: 'Noto Sans';
  src: url("../../font/NotoSans/NotoSans-Regular.ttf"); }

@font-face {
  font-family: 'Noto Sans Light';
  src: url("../../font/NotoSans/NotoSans-Light.ttf"); }

@font-face {
  font-family: 'Noto Sans SemiBold';
  src: url("../../font/NotoSans/NotoSans-SemiBold.ttf"); }

@font-face {
  font-family: 'Noto Sans Bold';
  src: url("../../font/NotoSans/NotoSans-Bold.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar';
  src: url("../../font/NotoSans/NotoSansMyanmar-Regular.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar Light';
  src: url("../../font/NotoSans/NotoSansMyanmar-Light.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar SemiBold';
  src: url("../../font/NotoSans/NotoSansMyanmar-SemiBold.ttf"); }

@font-face {
  font-family: 'Noto Sans Myanmar Bold';
  src: url("../../font/NotoSans/NotoSansMyanmar-Bold.ttf"); }

/**
 * Global Variables
**/
/* App */
/* Break Point */
/* Checkbox */
/* Animation time */
/* z-index */
/**
 * Element Variables
**/
.scrollButton .buttonContainer {
  position: fixed;
  right: 16px !important;
  bottom: 16px;
  z-index: 19; }
  .scrollButton .buttonContainer.buttonAbsolute {
    position: fixed;
    bottom: 89px; }
  .scrollButton .buttonContainer .buttonAction {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    .scrollButton .buttonContainer .buttonAction:hover .icon {
      background-position: 0 -22px !important; }
    .scrollButton .buttonContainer .buttonAction .icon {
      width: 22px;
      height: 22px; }
      .scrollButton .buttonContainer .buttonAction .icon.icon-onlineCs {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 22px; }
      .scrollButton .buttonContainer .buttonAction .icon.icon-backToTop {
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 22px; }
    .scrollButton .buttonContainer .buttonAction:last-child {
      margin-bottom: 0; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.transparentBtn {
  background: transparent;
  color: #FFFFFF;
  transition: all 0.3s; }
  .transparentBtn:hover {
    background-color: #FFFFFF;
    color: #666666 !important; }

.primaryBtn {
  background-color: #b51a25;
  color: #FFFFFF;
  transition: all 0.3s; }
  .primaryBtn:hover {
    background-color: #711a20; }

.text-primaryHover:hover {
  color: #b51a25 !important; }

.hyperLink-primaryHover::after {
  background-image: url("../../img/icn_arrow_right_hover.svg");
  background-position: 0 center; }

.hyperLink-primaryHover:hover {
  cursor: pointer;
  color: #b51a25 !important; }
  .hyperLink-primaryHover:hover * {
    color: #b51a25 !important; }
  .hyperLink-primaryHover:hover::after {
    background-position: -8px center !important; }

.back-primaryHover::after {
  background-image: url("../../img/icn_arrow_left_hover.svg");
  background-position: 0 center; }

.back-primaryHover:hover {
  color: #b51a25 !important; }
  .back-primaryHover:hover::after {
    background-position: -8px center; }

.backHoverButton {
  display: flex;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin: 16px;
  cursor: pointer; }
  [lang=zh_CN] .backHoverButton {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .backHoverButton {
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
  [lang=my_MM] .backHoverButton {
    font-size: 12px; }
  [lang=km_KH] .backHoverButton {
    font-size: 12px; }
  .backHoverButton::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 22px;
    background-image: url("../../img/icn_back_hover.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 10px auto;
    margin-right: 8px;
    overflow: hidden; }
  .backHoverButton:hover {
    color: #b51a25 !important; }
    .backHoverButton:hover::before {
      background-position: center bottom; }

.returnHoverButton {
  display: flex;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin: 16px;
  cursor: pointer; }
  [lang=zh_CN] .returnHoverButton {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .returnHoverButton {
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
  [lang=my_MM] .returnHoverButton {
    font-size: 12px; }
  [lang=km_KH] .returnHoverButton {
    font-size: 12px; }
  .returnHoverButton::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-image: url("../../img/icn_return_hover.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 22px auto;
    margin-right: 8px;
    overflow: hidden; }
  .returnHoverButton:hover {
    color: #b51a25 !important; }
    .returnHoverButton:hover::before {
      background-position: center bottom; }

.templatebackButton {
  margin: 16px; }
  .templatebackButton::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 13px;
    background-image: url("../../img/icn_arrow_left_hover.svg");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 20px 22px;
    margin-right: 4px; }
  .templatebackButton:hover {
    color: #b51a25 !important; }
    .templatebackButton:hover::before {
      background-position: -10px center; }

#enroll {
  position: fixed;
  bottom: 0;
  background-color: white;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #dddddd; }
  #enroll .webEnroll {
    background-color: #FFFFFF;
    width: 100%;
    vertical-align: middle; }
    #enroll .webEnroll .self-container {
      float: right; }
      #enroll .webEnroll .self-container.enrolled .cancel-enroll {
        display: inline-block; }
      #enroll .webEnroll .self-container.enrolled .btnItm .btn-enroll {
        display: none; }
      #enroll .webEnroll .self-container.enrolled .btnItm .btn-enrolled {
        display: block;
        cursor: default; }
      #enroll .webEnroll .self-container .cancel-enroll {
        display: none; }
        #enroll .webEnroll .self-container .cancel-enroll button {
          cursor: pointer;
          vertical-align: middle;
          border: 0;
          color: black;
          background-color: white;
          font-size: 16px;
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 400; }
          [lang=my_MM] #enroll .webEnroll .self-container .cancel-enroll button {
            font-size: 12px; }
          [lang=km_KH] #enroll .webEnroll .self-container .cancel-enroll button {
            font-size: 12px; }
          [lang=zh_CN] #enroll .webEnroll .self-container .cancel-enroll button {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      #enroll .webEnroll .self-container .btnItm {
        display: inline-block;
        padding: 0px 0px 0px 16px; }
        #enroll .webEnroll .self-container .btnItm button {
          cursor: pointer;
          padding: 11px 44px;
          border: 0;
          border-radius: 4px;
          color: white;
          background-color: #b51a25;
          font-size: 16px;
          font-synthesis: style;
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
          font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
          font-weight: 600; }
          [lang=my_MM] #enroll .webEnroll .self-container .btnItm button {
            font-size: 12px; }
          [lang=km_KH] #enroll .webEnroll .self-container .btnItm button {
            font-size: 12px; }
          [lang=zh_CN] #enroll .webEnroll .self-container .btnItm button {
            font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
          [lang=zh_CN] #enroll .webEnroll .self-container .btnItm button {
            font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
          #enroll .webEnroll .self-container .btnItm button.btn-enrolled {
            display: none;
            background-color: #999999; }

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content {
  overflow: hidden; }
  .tab-content > .tab-pane {
    visibility: hidden;
    height: 0; }
  .tab-content > .active {
    visibility: visible;
    height: auto; }

#container {
  margin-top: 0px;
  height: calc(100vh - 56px - 73px); }

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; }

.inboxHeader {
  padding-top: 32px;
  max-width: 1600px;
  min-width: 1024px;
  box-sizing: border-box;
  margin: 0px auto 23px auto;
  padding: 32px 16px 0 16px;
  font-size: 32px;
  text-align: left;
  color: #222222;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 600; }
  [lang=zh_CN] .inboxHeader {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .inboxHeader {
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }

.nav-tabs {
  position: relative;
  max-width: 1600px;
  min-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 16px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px; }
  .nav-tabs li {
    margin-right: 25px;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: stretch;
    -webkit-box-align: end;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: stretch;
    -moz-box-align: end;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: stretch;
    box-align: end;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: stretch;
    -ms-flex-align: end;
    -ms-flex-pack: stretch;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: stretch;
    -webkit-align-items: flex-end;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: stretch;
    align-items: flex-end; }
    .nav-tabs li .unreadDot {
      margin-bottom: 16px;
      width: 6px;
      height: 6px;
      margin-left: 2px;
      border-radius: 50%;
      background-color: #d42b35; }
    .nav-tabs li.magicLine {
      position: absolute;
      bottom: -1px;
      left: 16px;
      width: 43px;
      height: 3px;
      transition: all 0.3s; }
      .nav-tabs li.magicLine:before, .nav-tabs li.magicLine:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 3px; }
      .nav-tabs li.magicLine:before {
        background-color: #7c878e;
        width: 30%; }
      .nav-tabs li.magicLine:after {
        left: 30%;
        width: 70%;
        background-color: #9d2235; }
    .nav-tabs li:hover a, .nav-tabs li.active a {
      color: #222222;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700; }
      [lang=zh_CN] .nav-tabs li:hover a, [lang=zh_CN] .nav-tabs li.active a {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .nav-tabs li:hover a, [lang=zh_CN] .nav-tabs li.active a {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .nav-tabs li a {
      cursor: pointer;
      font-size: 16px;
      color: #999999;
      text-align: left;
      text-decoration: none; }
      [lang=my_MM] .nav-tabs li a {
        font-size: 12px; }
      [lang=km_KH] .nav-tabs li a {
        font-size: 12px; }

.inboxContent {
  max-width: 1600px;
  min-width: 1024px;
  margin: 0 auto; }

.inboxList {
  height: calc(100vh - 56px - 73px - 92px - 88px);
  float: left;
  border-right: 1px solid #dddddd;
  width: 358px;
  position: relative;
  clear: both; }
  .inboxList .listContent {
    height: calc(100vh - 56px - 73px - 92px - 88px - 54px - 23px);
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: relative;
    z-index: 0; }
  .inboxList .listToolbar {
    height: 53px;
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    font-size: 14px;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: space-between;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: space-between;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    [lang=my_MM] .inboxList .listToolbar {
      font-size: 10px; }
    [lang=km_KH] .inboxList .listToolbar {
      font-size: 10px; }
    .inboxList .listToolbar .redDot {
      position: absolute;
      display: none;
      top: 4px;
      right: -8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #d42b35; }
    .inboxList .listToolbar .btn {
      padding: 5px 0;
      color: #666666;
      margin-right: 16px;
      padding-left: 30px;
      position: relative;
      cursor: pointer; }
      .inboxList .listToolbar .btn.applied .redDot {
        display: block; }
    .inboxList .listToolbar .sort {
      background-image: url("../../img/icn_sorting_gray.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 22px 22px;
      margin-left: 15px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700; }
      [lang=zh_CN] .inboxList .listToolbar .sort {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .inboxList .listToolbar .sort {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .inboxList .listToolbar .filter {
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700;
      background-image: url("../../img/icn_filter_gray.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 22px 22px; }
      [lang=zh_CN] .inboxList .listToolbar .filter {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .inboxList .listToolbar .filter {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
  .inboxList .listBorderBottom {
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: -2px;
    z-index: 0;
    background: linear-gradient(0deg, #FFFFFF 0, #FFFFFF 10%, rgba(255, 255, 255, 0.6) 68%, rgba(255, 255, 255, 0)); }
  .inboxList .loader {
    height: 72px;
    margin: 12px;
    width: 100%;
    background-image: url("../../img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    display: block; }
    .inboxList .loader.hiddenLoader {
      display: none; }
  .inboxList .item {
    position: relative;
    background: #FFFFFF;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: stretch;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: stretch;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: stretch;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: stretch;
    -ms-flex-align: center;
    -ms-flex-pack: stretch;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: stretch;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: stretch;
    align-items: center; }
    .inboxList .item.seen .itemTitle,
    .inboxList .item.seen .itemSubtitle,
    .inboxList .item.seen .itemMessage {
      color: #666666;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400; }
      [lang=zh_CN] .inboxList .item.seen .itemTitle, [lang=zh_CN]
      .inboxList .item.seen .itemSubtitle, [lang=zh_CN]
      .inboxList .item.seen .itemMessage {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    .inboxList .item.selected {
      background-color: #fbfbfb; }
    .inboxList .item.btnOutgoingFund .itemCategoryDot {
      background-color: #8cb364; }
    .inboxList .item.btnOutgoingFund .itemCategoryContent {
      color: #8cb364; }
    .inboxList .item.btnIncomingFund .itemCategoryDot {
      background-color: #005caf; }
    .inboxList .item.btnIncomingFund .itemCategoryContent {
      color: #005caf; }
    .inboxList .item.btnTranscationAuthorization .itemCategoryDot {
      background-color: #9055c4; }
    .inboxList .item.btnTranscationAuthorization .itemCategoryContent {
      color: #9055c4; }
    .inboxList .item.btnTranscationAuthorizationStatus .itemCategoryDot {
      background-color: #e27115; }
    .inboxList .item.btnTranscationAuthorizationStatus .itemCategoryContent {
      color: #e27115; }
    .inboxList .item.btnTranscationInstructionStatus .itemCategoryDot {
      background-color: #33a6b8; }
    .inboxList .item.btnTranscationInstructionStatus .itemCategoryContent {
      color: #33a6b8; }
    .inboxList .item.btnGeneralAlert .itemCategoryDot {
      background-color: #60373e; }
    .inboxList .item.btnGeneralAlert .itemCategoryContent {
      color: #60373e; }
    .inboxList .item.btnHighRiskTransaction .itemCategoryDot {
      background-color: #d0104c; }
    .inboxList .item.btnHighRiskTransaction .itemCategoryContent {
      color: #d0104c; }
  .inboxList input[type=checkbox] + label {
    position: absolute;
    display: block;
    cursor: pointer;
    height: 100%; }
    .inboxList input[type=checkbox] + label:before {
      display: block;
      content: "";
      position: absolute;
      left: 15px;
      top: 50%;
      margin: -7.5px 0 0;
      width: 15px;
      height: 15px;
      background-color: #FFFFFF;
      border-radius: 50%;
      border: 1px solid #999999;
      /* Required for IE 5, 6, 7 */
      /* ...or something to trigger hasLayout, like zoom: 1; */
      /* Theoretically for IE 8 & 9 (more valid) */
      /* ...but not required as filter works too */
      /* should come BEFORE filter */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      /* This works in IE 8 & 9 too */
      /* ... but also 5, 6, 7 */
      filter: alpha(opacity=100);
      /* Older than Firefox 0.9 */
      -moz-opacity: 1;
      /* Safari 1.x (pre WebKit!) */
      -khtml-opacity: 1;
      /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
      opacity: 1; }
      .inboxEditMode .inboxList input[type=checkbox] + label:before {
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=100);
        /* Older than Firefox 0.9 */
        -moz-opacity: 1;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 1;
        /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
        opacity: 1; }
  .inboxList input[type=checkbox]:checked + label:before {
    border: 1px solid #8faef4;
    background-color: #8faef4; }
  .inboxList .itemContent {
    width: 100%;
    overflow: hidden;
    padding: 8px 16px 8px 54px;
    cursor: pointer; }
    .inboxList .itemContent > div {
      margin-bottom: 4px; }
      .inboxList .itemContent > div:last-child {
        margin-bottom: 0px; }
  .inboxList .itemSeparator {
    height: 1px;
    width: 100%;
    margin-left: 15px;
    background-color: #dddddd; }
  .inboxList .titleRow {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-between;
    -webkit-box-align: start;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: space-between;
    -moz-box-align: start;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: space-between;
    box-align: start;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
  .inboxList .itemTitle {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 700;
    font-size: 16px;
    color: #222222; }
    [lang=zh_CN] .inboxList .itemTitle {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .inboxList .itemTitle {
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    [lang=my_MM] .inboxList .itemTitle {
      font-size: 12px; }
    [lang=km_KH] .inboxList .itemTitle {
      font-size: 12px; }
    .inboxList .itemTitle.eAlertTitle {
      font-size: 14px; }
      [lang=my_MM] .inboxList .itemTitle.eAlertTitle {
        font-size: 10px; }
      [lang=km_KH] .inboxList .itemTitle.eAlertTitle {
        font-size: 10px; }
  .inboxList .itemMessage.demoMessage {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 700;
    font-size: 16px;
    color: #222222; }
    [lang=zh_CN] .inboxList .itemMessage.demoMessage {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .inboxList .itemMessage.demoMessage {
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    [lang=my_MM] .inboxList .itemMessage.demoMessage {
      font-size: 12px; }
    [lang=km_KH] .inboxList .itemMessage.demoMessage {
      font-size: 12px; }
  .inboxList .itemType {
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 45%;
    color: #222222;
    text-align: right; }
    [lang=my_MM] .inboxList .itemType {
      font-size: 10px; }
    [lang=km_KH] .inboxList .itemType {
      font-size: 10px; }
  .inboxList .itemSubtitle {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 700;
    font-size: 14px;
    color: #222222; }
    [lang=zh_CN] .inboxList .itemSubtitle {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .inboxList .itemSubtitle {
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    [lang=my_MM] .inboxList .itemSubtitle {
      font-size: 10px; }
    [lang=km_KH] .inboxList .itemSubtitle {
      font-size: 10px; }
    .inboxList .itemSubtitle.messageSubtitle {
      font-size: 12px; }
      [lang=my_MM] .inboxList .itemSubtitle.messageSubtitle {
        font-size: 8px; }
      [lang=km_KH] .inboxList .itemSubtitle.messageSubtitle {
        font-size: 8px; }
  .inboxList .itemMessage {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 600;
    font-size: 12px;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    [lang=zh_CN] .inboxList .itemMessage {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .inboxList .itemMessage {
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
    [lang=my_MM] .inboxList .itemMessage {
      font-size: 8px; }
    [lang=km_KH] .inboxList .itemMessage {
      font-size: 8px; }
    .inboxList .itemMessage.eAlertMessage {
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700;
      font-size: 16px; }
      [lang=zh_CN] .inboxList .itemMessage.eAlertMessage {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .inboxList .itemMessage.eAlertMessage {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
      [lang=my_MM] .inboxList .itemMessage.eAlertMessage {
        font-size: 12px; }
      [lang=km_KH] .inboxList .itemMessage.eAlertMessage {
        font-size: 12px; }
  .inboxList .itemCategory {
    width: 100%;
    position: relative;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .inboxList .itemCategory .itemCategoryDot {
      width: 6px;
      height: 6px;
      margin-right: 4px;
      border-radius: 50%;
      background-color: #e27115; }
    .inboxList .itemCategory .itemCategoryContent {
      width: calc(100% - 10px);
      font-size: 11px;
      color: #e27115;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      [lang=my_MM] .inboxList .itemCategory .itemCategoryContent {
        font-size: 7px; }
      [lang=km_KH] .inboxList .itemCategory .itemCategoryContent {
        font-size: 7px; }
      [lang=zh_CN] .inboxList .itemCategory .itemCategoryContent {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .inboxList .itemCategory .itemCategoryContent {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
  .inboxList .itemDatetime {
    font-size: 11px;
    color: #999999;
    float: right;
    text-align: right; }
    [lang=my_MM] .inboxList .itemDatetime {
      font-size: 7px; }
    [lang=km_KH] .inboxList .itemDatetime {
      font-size: 7px; }

.inboxDetail {
  position: relative;
  overflow: auto;
  height: calc(100vh - 56px - 73px - 92px - 88px - 23px);
  background-color: #FFFFFF;
  display: block; }
  .inboxEditMode .inboxDetail {
    display: none; }
  .inboxDetail .detailHeader {
    border-bottom: 1px solid #c7c7c7;
    padding: 8px 0 7px 0;
    margin: 0 16px; }
  .inboxDetail .detailInfo {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    padding: 16px 0;
    margin: 0 16px;
    border-bottom: 1px solid #eeeeee; }
    [lang=zh_CN] .inboxDetail .detailInfo {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=my_MM] .inboxDetail .detailInfo {
      font-size: 10px; }
    [lang=km_KH] .inboxDetail .detailInfo {
      font-size: 10px; }
    .inboxDetail .detailInfo > div {
      margin-bottom: 4px; }
      .inboxDetail .detailInfo > div:last-child {
        margin-bottom: 0px; }
    .inboxDetail .detailInfo .detailDatetime,
    .inboxDetail .detailInfo .detailSubHeader,
    .inboxDetail .detailInfo .detailTitle,
    .inboxDetail .detailInfo .type {
      overflow: hidden;
      text-overflow: ellipsis;
      color: #666666; }
    .inboxDetail .detailInfo .detailSubHeader,
    .inboxDetail .detailInfo .type {
      color: #222222;
      font-size: 14px; }
      [lang=my_MM] .inboxDetail .detailInfo .detailSubHeader, [lang=my_MM]
      .inboxDetail .detailInfo .type {
        font-size: 10px; }
      [lang=km_KH] .inboxDetail .detailInfo .detailSubHeader, [lang=km_KH]
      .inboxDetail .detailInfo .type {
        font-size: 10px; }
    .inboxDetail .detailInfo .detailDatetime {
      font-size: 12px; }
      [lang=my_MM] .inboxDetail .detailInfo .detailDatetime {
        font-size: 8px; }
      [lang=km_KH] .inboxDetail .detailInfo .detailDatetime {
        font-size: 8px; }
    .inboxDetail .detailInfo .detailTitle {
      color: #222222;
      font-size: 16px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700; }
      [lang=my_MM] .inboxDetail .detailInfo .detailTitle {
        font-size: 12px; }
      [lang=km_KH] .inboxDetail .detailInfo .detailTitle {
        font-size: 12px; }
      [lang=zh_CN] .inboxDetail .detailInfo .detailTitle {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .inboxDetail .detailInfo .detailTitle {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .inboxDetail .detailInfo .detailSubTitle {
      font-size: 12px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700;
      color: #222222; }
      [lang=my_MM] .inboxDetail .detailInfo .detailSubTitle {
        font-size: 8px; }
      [lang=km_KH] .inboxDetail .detailInfo .detailSubTitle {
        font-size: 8px; }
      [lang=zh_CN] .inboxDetail .detailInfo .detailSubTitle {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .inboxDetail .detailInfo .detailSubTitle {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .inboxDetail .detailInfo .detailCategory {
      width: 100%;
      position: relative;
      overflow: hidden;
      /** SAFARI **/
      display: -webkit-box;
      -webkit-box-orient: horizontal;
      -webkit-box-pack: start;
      -webkit-box-align: center;
      /** FIREFOX LEGACY **/
      display: -moz-box;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-pack: start;
      -moz-box-align: center;
      /** LEGACY **/
      display: box;
      box-orient: horizontal;
      box-direction: normal;
      box-pack: start;
      box-align: center;
      /** IE 10+ **/
      display: -ms-flexbox;
      -ms-flex-wrap: nowrap;
      -ms-flex-direction: row;
      -ms-justify-content: flex-start;
      -ms-flex-align: center;
      -ms-flex-pack: start;
      /** CHROME **/
      display: -webkit-flex;
      -webkit-flex-wrap: nowrap;
      -webkit-flex-direction: row;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      /** NATIVE **/
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .inboxDetail .detailInfo .detailCategory .categoryDot {
        width: 6px;
        height: 6px;
        margin-right: 4px;
        border-radius: 50%;
        background-color: #e27115; }
      .inboxDetail .detailInfo .detailCategory .categoryContent {
        width: calc(100% - 10px);
        font-size: 11px;
        color: #e27115;
        font-synthesis: style;
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        [lang=my_MM] .inboxDetail .detailInfo .detailCategory .categoryContent {
          font-size: 7px; }
        [lang=km_KH] .inboxDetail .detailInfo .detailCategory .categoryContent {
          font-size: 7px; }
        [lang=zh_CN] .inboxDetail .detailInfo .detailCategory .categoryContent {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .inboxDetail .detailInfo .detailCategory .categoryContent {
          font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
  .inboxDetail .detailContent {
    padding: 16px 16px;
    color: #222222;
    font-size: 14px; }
    [lang=my_MM] .inboxDetail .detailContent {
      font-size: 10px; }
    [lang=km_KH] .inboxDetail .detailContent {
      font-size: 10px; }
    .inboxDetail .detailContent strong {
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700; }
      [lang=zh_CN] .inboxDetail .detailContent strong {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .inboxDetail .detailContent strong {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .inboxDetail .detailContent .reload {
      cursor: pointer; }

.empty {
  background-color: #FFFFFF;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none; }
  .empty .emptyIcon {
    padding-top: 90px;
    margin-top: -20%;
    background-image: url("../../img/icn_read.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 72px; }
  .empty.pageShow {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

.inboxlogin {
  background-color: #FFFFFF;
  overflow: hidden;
  max-width: 1600px;
  min-width: 1024px;
  margin: 0 auto;
  height: 677px;
  display: none; }
  .inboxlogin.pageShow {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .inboxlogin .loginIcon {
    padding-top: 90px;
    margin-top: -10%;
    background-image: url("../../img/icn_login.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 72px; }
  .inboxlogin .loginButton {
    cursor: pointer;
    min-width: 152px;
    padding: 11px 24px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #b51a25;
    border-color: #b51a25;
    margin-top: 16px;
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 600;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    [lang=my_MM] .inboxlogin .loginButton {
      font-size: 12px; }
    [lang=km_KH] .inboxlogin .loginButton {
      font-size: 12px; }
    [lang=zh_CN] .inboxlogin .loginButton {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .inboxlogin .loginButton {
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }

.selectedItem {
  display: none;
  background-color: #fbfbfb;
  height: 100%;
  position: relative;
  overflow: auto;
  height: calc(100vh - 56px - 73px - 92px - 88px - 23px);
  background-color: #fbfbfb;
  padding-top: 20px;
  box-sizing: border-box; }
  .selectedItem > div, .selectedItem a {
    flex-grow: 0;
    flex-shrink: 0; }
  .selectedItem:before {
    content: "";
    display: block;
    height: 20vh; }
  .inboxEditMode .selectedItem {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: vertical;
    box-direction: normal;
    box-pack: start;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-justify-content: flex-start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
  .selectedItem .editIcon {
    padding-top: 88px;
    font-size: 16px;
    color: #666666;
    background-image: url("../../img/icn_message.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 72px; }
    [lang=my_MM] .selectedItem .editIcon {
      font-size: 12px; }
    [lang=km_KH] .selectedItem .editIcon {
      font-size: 12px; }
    .selectedItem .editIcon .selectedNumber {
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 700;
      color: #222222; }
      [lang=zh_CN] .selectedItem .editIcon .selectedNumber {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .selectedItem .editIcon .selectedNumber {
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
  .selectedItem .editActionButton {
    min-width: 152px;
    padding: 11px 24px;
    border-radius: 4px;
    background-color: #b51a25;
    border-color: #b51a25;
    margin-top: 24px;
    cursor: pointer;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .selectedItem .editActionButton .editActionIcon {
      height: 22px;
      width: 22px;
      background-image: url("../../img/icn_email_white.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 22px; }
    .selectedItem .editActionButton .editActionMessage {
      font-size: 16px;
      margin-left: 4px;
      text-align: center;
      color: #FFFFFF;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400; }
      [lang=my_MM] .selectedItem .editActionButton .editActionMessage {
        font-size: 12px; }
      [lang=km_KH] .selectedItem .editActionButton .editActionMessage {
        font-size: 12px; }
      [lang=zh_CN] .selectedItem .editActionButton .editActionMessage {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  .selectedItem .editCancelButton {
    cursor: pointer;
    margin-top: 24px;
    padding-bottom: 20px;
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: center;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: center;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .selectedItem .editCancelButton .editCancelIcon {
      height: 22px;
      width: 22px;
      background-image: url("../../img/icn_tag_remove.png");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 22px; }
    .selectedItem .editCancelButton .editCancelMessage {
      font-size: 16px;
      margin-left: 4px;
      text-align: center;
      color: #222222;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 400; }
      [lang=my_MM] .selectedItem .editCancelButton .editCancelMessage {
        font-size: 12px; }
      [lang=km_KH] .selectedItem .editCancelButton .editCancelMessage {
        font-size: 12px; }
      [lang=zh_CN] .selectedItem .editCancelButton .editCancelMessage {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }

.itemList .item .eAlertTitle {
  font-size: 14px; }
  [lang=my_MM] .itemList .item .eAlertTitle {
    font-size: 10px; }
  [lang=km_KH] .itemList .item .eAlertTitle {
    font-size: 10px; }

.itemList .item .eAlertMessage {
  font-size: 18px; }
  [lang=my_MM] .itemList .item .eAlertMessage {
    font-size: 14px; }
  [lang=km_KH] .itemList .item .eAlertMessage {
    font-size: 14px; }

.sortOption {
  /** SAFARI **/
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: space-between;
  -webkit-box-align: center;
  /** FIREFOX LEGACY **/
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: space-between;
  -moz-box-align: center;
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: space-between;
  box-align: center;
  /** IE 10+ **/
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: space-between;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  /** CHROME **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  padding: 16px 0 15px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer; }
  .sortOption.selected {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 700; }
    [lang=zh_CN] .sortOption.selected {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .sortOption.selected {
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
    .sortOption.selected .dot {
      background-color: #8faef4; }
  .sortOption > label {
    cursor: pointer; }

.dropdownSort .sortContent {
  position: absolute;
  background-color: #FFFFFF;
  top: 55px;
  z-index: 2;
  width: 320px;
  max-height: 0px;
  max-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: max-height 0.3s;
  overflow: auto; }
  .dropdownSort .sortContent .sortContainer {
    height: 100%; }
    .dropdownSort .sortContent .sortContainer .sortItem {
      padding: 0px 16px;
      cursor: pointer; }
      .dropdownSort .sortContent .sortContainer .sortItem:hover {
        background-color: #eeeeee; }
  .dropdownSort .sortContent.show {
    overflow: auto;
    max-height: 508px;
    transition: max-height 0.3s; }

.dropdownSort .sortInput {
  display: none; }

.dropdownSort label {
  color: #222222;
  width: 100%; }

.dropdownSort input + label {
  width: calc(100% - 28px); }

.dropdownSort input:checked + label {
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 700; }
  [lang=zh_CN] .dropdownSort input:checked + label {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .dropdownSort input:checked + label {
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }

.dropdownSort input:checked + label + .dot {
  background-color: #8faef4; }

.dropdownSort .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 2px;
  border-radius: 50%;
  background-color: transparent; }

.dropdownFilter .sortContent {
  position: absolute;
  background-color: #FFFFFF;
  top: 55px;
  z-index: 2;
  width: 320px;
  max-height: 0px;
  max-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  transition: max-height 0.3s;
  overflow: auto; }
  .dropdownFilter .sortContent .sortContainer {
    height: 100%; }
    .dropdownFilter .sortContent .sortContainer .sortItem {
      padding: 0px 16px;
      cursor: pointer; }
      .dropdownFilter .sortContent .sortContainer .sortItem:hover {
        background-color: #eeeeee; }
  .dropdownFilter .sortContent.show {
    overflow: auto;
    max-height: 508px;
    transition: max-height 0.3s; }

.dropdownFilter .filterContent {
  max-height: 596px;
  position: absolute;
  background-color: #FFFFFF;
  top: 55px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: 656px;
  height: 0px;
  max-width: 656px;
  transition: height 0.3s;
  overflow: auto; }
  .dropdownFilter .filterContent.show {
    height: calc(100vh - 332px);
    transition: height 0.3s; }
    .dropdownFilter .filterContent.show .filterWrapper, .dropdownFilter .filterContent.show .btnWrap {
      opacity: 1;
      transition: opacity 0.3s; }
  .dropdownFilter .filterContent .inputWrapper {
    padding: 0 16px 0 16px; }
  .dropdownFilter .filterContent .filterWrapper {
    opacity: 0;
    height: calc(100vh - 386px);
    position: relative; }
    .dropdownFilter .filterContent .filterWrapper .inputGroup {
      appearance: none;
      height: 54px;
      position: relative;
      width: calc(100% - 42px); }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.first input {
        height: 53px;
        width: 94%; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.first.focus input {
        border-bottom: 1px solid #dddddd; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.first.focus label {
        display: none; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.first .account {
        padding-right: 6%; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.first .clear {
        background-image: url("../../img/icn_clear.png"); }
        .dropdownFilter .filterContent .filterWrapper .inputGroup.first .clear.right {
          right: -26px; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup.first .clear.short {
          right: -40px; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup.first .clear.disappear {
          display: none; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup input {
        width: 100%;
        font-size: 16px;
        height: 33px;
        border: none;
        border-bottom: 1px solid #cccccc;
        background-color: transparent;
        outline-width: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .inputGroup input {
          font-size: 12px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .inputGroup input {
          font-size: 12px; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup label {
        color: #666666;
        position: absolute;
        bottom: 16px;
        font-size: 16px;
        transition: all 0.3s; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .inputGroup label {
          font-size: 12px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .inputGroup label {
          font-size: 12px; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup .formLabel {
        color: #666666;
        position: absolute;
        left: 0;
        bottom: 15px;
        font-size: 16px;
        transition: bottom 0.3s, font-size 0.3s; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .inputGroup .formLabel {
          font-size: 12px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .inputGroup .formLabel {
          font-size: 12px; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup .formLabel.noshow {
          display: none; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup .formLabel.error {
          color: #b51a25; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.focus input {
        border-bottom: 1px solid #dddddd; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.focus .formLabel {
        bottom: 31px;
        font-size: 12px;
        color: #666666;
        font-synthesis: style;
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
        font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
        font-weight: 700; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .inputGroup.focus .formLabel {
          font-size: 8px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .inputGroup.focus .formLabel {
          font-size: 8px; }
        [lang=zh_CN] .dropdownFilter .filterContent .filterWrapper .inputGroup.focus .formLabel {
          font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
        [lang=zh_CN] .dropdownFilter .filterContent .filterWrapper .inputGroup.focus .formLabel {
          font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup.focus .formLabel.noshow {
          display: none; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup.focus .formLabel.error {
          color: #b51a25; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.focus label {
        bottom: 30px;
        font-size: 12px; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .inputGroup.focus label {
          font-size: 8px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .inputGroup.focus label {
          font-size: 8px; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.focus.invalid label {
        color: #b51a25; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.focus.invalid input {
        color: #b51a25;
        border-bottom: 1px solid #b51a25; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.invalid label {
        color: #b51a25;
        bottom: 30px;
        font-size: 12px; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .inputGroup.invalid label {
          font-size: 8px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .inputGroup.invalid label {
          font-size: 8px; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup.invalid input {
        color: #b51a25;
        border-bottom: 1px solid #b51a25; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup .account {
        padding-left: 42px; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup .account.short {
          padding-left: 28px;
          width: calc(100% - 21px); }
      .dropdownFilter .filterContent .filterWrapper .inputGroup .title {
        left: 42px; }
        .dropdownFilter .filterContent .filterWrapper .inputGroup .title.short {
          left: 28px; }
      .dropdownFilter .filterContent .filterWrapper .inputGroup .current {
        margin-top: 10px; }
    .dropdownFilter .filterContent .filterWrapper input::placeholder {
      font-size: 16px;
      color: #cccccc;
      opacity: 1; }
      [lang=my_MM] .dropdownFilter .filterContent .filterWrapper input::placeholder {
        font-size: 12px; }
      [lang=km_KH] .dropdownFilter .filterContent .filterWrapper input::placeholder {
        font-size: 12px; }
    .dropdownFilter .filterContent .filterWrapper :-ms-input-placeholder,
    .dropdownFilter .filterContent .filterWrapper ::-ms-input-placeholder {
      font-size: 16px;
      color: #cccccc; }
      [lang=my_MM] .dropdownFilter .filterContent .filterWrapper :-ms-input-placeholder, [lang=my_MM]
      .dropdownFilter .filterContent .filterWrapper ::-ms-input-placeholder {
        font-size: 12px; }
      [lang=km_KH] .dropdownFilter .filterContent .filterWrapper :-ms-input-placeholder, [lang=km_KH]
      .dropdownFilter .filterContent .filterWrapper ::-ms-input-placeholder {
        font-size: 12px; }
    .dropdownFilter .filterContent .filterWrapper .listContainer label {
      font-size: 14px; }
      [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .listContainer label {
        font-size: 10px; }
      [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .listContainer label {
        font-size: 10px; }
    .dropdownFilter .filterContent .filterWrapper .fa {
      position: absolute;
      bottom: 15px;
      right: 0;
      width: 22px;
      height: 22px;
      cursor: pointer;
      color: #999999;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px 22px; }
      .dropdownFilter .filterContent .filterWrapper .fa.search {
        background-image: url("../../img/icn_search.png"); }
        .dropdownFilter .filterContent .filterWrapper .fa.search.left {
          left: 16px; }
          .dropdownFilter .filterContent .filterWrapper .fa.search.left.short {
            left: 0px; }
      .dropdownFilter .filterContent .filterWrapper .fa.calendar {
        background-position: 0px 0px;
        background-size: 22px;
        background-image: url("../../img/icn_calendar_hover.png"); }
        .dropdownFilter .filterContent .filterWrapper .fa.calendar:hover {
          background-position: 0px -22px; }
        .dropdownFilter .filterContent .filterWrapper .fa.calendar.left {
          left: 16px; }
    .dropdownFilter .filterContent .filterWrapper .wrapper {
      width: 100%;
      height: calc(100vh - 430px);
      max-height: 510px;
      overflow: hidden;
      overflow-y: auto;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup {
        appearance: none;
        height: 54px;
        position: relative;
        width: calc(100% - 42px); }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first input {
          height: 53px;
          width: 94%; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first.focus input {
          border-bottom: 1px solid #dddddd; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first.focus label {
          display: none; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first .account {
          padding-right: 6%; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first .clear {
          background-image: url("../../img/icn_clear.png"); }
          .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first .clear.right {
            right: -26px; }
          .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first .clear.short {
            right: -40px; }
          .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.first .clear.disappear {
            display: none; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup input {
          width: 100%;
          font-size: 16px;
          height: 33px;
          border: none;
          border-bottom: 1px solid #cccccc;
          background-color: transparent;
          outline-width: 0;
          padding: 0;
          position: absolute;
          bottom: 0;
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px; }
          [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup input {
            font-size: 12px; }
          [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup input {
            font-size: 12px; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup label {
          color: #999999;
          position: absolute;
          bottom: 16px;
          font-size: 16px;
          transition: all 0.3s; }
          [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup label {
            font-size: 12px; }
          [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup label {
            font-size: 12px; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.focus input {
          border-bottom: 1px solid #dddddd; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.focus label {
          bottom: 30px;
          font-size: 12px; }
          [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.focus label {
            font-size: 8px; }
          [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.focus label {
            font-size: 8px; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.focus.invalid label {
          color: #b51a25; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.focus.invalid input {
          color: #b51a25;
          border-bottom: 1px solid #b51a25; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.invalid label {
          color: #b51a25;
          bottom: 30px;
          font-size: 12px; }
          [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.invalid label {
            font-size: 8px; }
          [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.invalid label {
            font-size: 8px; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup.invalid input {
          color: #b51a25;
          border-bottom: 1px solid #b51a25; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup .account {
          padding-left: 42px; }
          .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup .account.short {
            padding-left: 28px;
            width: calc(100% - 21px); }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup .title {
          left: 42px; }
          .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup .title.short {
            left: 28px; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .inputGroup .current {
          margin-top: 10px; }
      .dropdownFilter .filterContent .filterWrapper .wrapper input::placeholder {
        font-size: 16px;
        color: #cccccc;
        opacity: 1; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .wrapper input::placeholder {
          font-size: 12px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .wrapper input::placeholder {
          font-size: 12px; }
      .dropdownFilter .filterContent .filterWrapper .wrapper :-ms-input-placeholder,
      .dropdownFilter .filterContent .filterWrapper .wrapper ::-ms-input-placeholder {
        font-size: 16px;
        color: #cccccc; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .wrapper :-ms-input-placeholder, [lang=my_MM]
        .dropdownFilter .filterContent .filterWrapper .wrapper ::-ms-input-placeholder {
          font-size: 12px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .wrapper :-ms-input-placeholder, [lang=km_KH]
        .dropdownFilter .filterContent .filterWrapper .wrapper ::-ms-input-placeholder {
          font-size: 12px; }
      .dropdownFilter .filterContent .filterWrapper .wrapper .listContainer label {
        font-size: 14px; }
        [lang=my_MM] .dropdownFilter .filterContent .filterWrapper .wrapper .listContainer label {
          font-size: 10px; }
        [lang=km_KH] .dropdownFilter .filterContent .filterWrapper .wrapper .listContainer label {
          font-size: 10px; }
      .dropdownFilter .filterContent .filterWrapper .wrapper .fa {
        position: absolute;
        bottom: 15px;
        right: 0;
        width: 22px;
        height: 22px;
        cursor: pointer;
        color: #999999;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px 22px; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .fa.search {
          background-image: url("../../img/icn_search.png"); }
          .dropdownFilter .filterContent .filterWrapper .wrapper .fa.search.left {
            left: 16px; }
            .dropdownFilter .filterContent .filterWrapper .wrapper .fa.search.left.short {
              left: 0px; }
        .dropdownFilter .filterContent .filterWrapper .wrapper .fa.calendar {
          background-position: 0px 0px;
          background-size: 22px;
          background-image: url("../../img/icn_calendar_hover.png"); }
          .dropdownFilter .filterContent .filterWrapper .wrapper .fa.calendar:hover {
            background-position: 0px -22px; }
          .dropdownFilter .filterContent .filterWrapper .wrapper .fa.calendar.left {
            left: 16px; }

.dropdownFilter .filterResult {
  position: relative;
  padding: 0px 16px 0 16px; }
  .dropdownFilter .filterResult.searchResult {
    overflow: auto;
    height: 482px; }
  .dropdownFilter .filterResult .result {
    padding: 18px;
    padding-right: 16px;
    padding-left: 16px;
    border-bottom: 1px solid #f2f2f2; }
    .dropdownFilter .filterResult .result.selected {
      background-color: #f2f2f2;
      width: 97.5%;
      margin-left: -16px;
      padding-left: 32px;
      border: none; }
    .dropdownFilter .filterResult .result:hover {
      cursor: pointer; }
  .dropdownFilter .filterResult.short {
    padding: 0; }
  .dropdownFilter .filterResult b {
    font-weight: bold; }

.dropdownFilter .alert {
  margin-top: 18px;
  padding-left: 16px; }
  .dropdownFilter .alert.from {
    margin-top: 20px;
    padding-left: 0px; }

.dropdownFilter .amount {
  margin-top: 10px;
  margin-bottom: 28px;
  padding-left: 16px;
  padding-right: 16px; }
  .dropdownFilter .amount.current {
    margin-top: 16px; }

.dropdownFilter .alarm {
  margin-bottom: 16px; }

.dropdownFilter .hour {
  margin-top: 18px;
  padding-left: 16px;
  padding-right: 16px; }
  .dropdownFilter .hour .dateWrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
  .dropdownFilter .hour .datePicker {
    cursor: pointer;
    height: 54px;
    position: relative;
    padding: 0px 16px 0 0px; }
    .dropdownFilter .hour .datePicker.right {
      margin-left: 48px;
      font-size: 12px; }
      [lang=my_MM] .dropdownFilter .hour .datePicker.right {
        font-size: 8px; }
      [lang=km_KH] .dropdownFilter .hour .datePicker.right {
        font-size: 8px; }
    .dropdownFilter .hour .datePicker label {
      color: #999999; }
  .dropdownFilter .hour .messageDate {
    padding-top: 16px; }
  .dropdownFilter .hour .dateValue {
    padding-top: 4px;
    font-size: 16px; }
    [lang=my_MM] .dropdownFilter .hour .dateValue {
      font-size: 12px; }
    [lang=km_KH] .dropdownFilter .hour .dateValue {
      font-size: 12px; }

.dropdownFilter .inputDate {
  /** SAFARI **/
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  /** FIREFOX LEGACY **/
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  /** IE 10+ **/
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  /** CHROME **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .dropdownFilter .inputDate .date.left {
    margin-left: 48px; }

.dropdownFilter .inputAmount {
  /** SAFARI **/
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  /** FIREFOX LEGACY **/
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  /** IE 10+ **/
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  /** CHROME **/
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .dropdownFilter .inputAmount .amount {
    padding-left: 0px; }
    .dropdownFilter .inputAmount .amount.left {
      margin-left: 48px; }

.dropdownFilter .tick {
  cursor: default;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  background-image: url("../../img/icn_tick_checked.png"); }

.dropdownFilter .catButton {
  /** SAFARI **/
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  /** FIREFOX LEGACY **/
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-pack: start;
  -moz-box-align: center;
  /** LEGACY **/
  display: box;
  box-orient: horizontal;
  box-direction: normal;
  box-pack: start;
  box-align: center;
  /** IE 10+ **/
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -ms-justify-content: flex-start;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  /** CHROME **/
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  /** NATIVE **/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.dropdownFilter .alertBtn {
  font-size: 14px;
  white-space: nowrap;
  width: auto;
  cursor: pointer;
  padding: 6px 8px 7px 8px;
  border-radius: 4px;
  margin-top: 8px;
  color: #666666;
  border: 1px solid #666666;
  margin-right: 8px; }
  [lang=my_MM] .dropdownFilter .alertBtn {
    font-size: 10px; }
  [lang=km_KH] .dropdownFilter .alertBtn {
    font-size: 10px; }
  .noTouchDevice .dropdownFilter .alertBtn:hover.btnOutgoingFund {
    border: 1px solid #8cb364;
    color: #FFFFFF;
    background-color: #8cb364; }
  .noTouchDevice .dropdownFilter .alertBtn:hover.btnIncomingFund {
    background-color: #005caf;
    border: 1px solid #005caf;
    color: #FFFFFF; }
  .noTouchDevice .dropdownFilter .alertBtn:hover.btnTranscationAuthorization {
    background-color: #9055c4;
    border: 1px solid #9055c4;
    color: #FFFFFF; }
  .noTouchDevice .dropdownFilter .alertBtn:hover.btnTranscationAuthorizationStatus {
    background-color: #e27115;
    border: 1px solid #e27115;
    color: #FFFFFF; }
  .noTouchDevice .dropdownFilter .alertBtn:hover.btnTranscationInstructionStatus {
    background-color: #33a6b8;
    border: 1px solid #33a6b8;
    color: #FFFFFF; }
  .noTouchDevice .dropdownFilter .alertBtn:hover.btnGeneralAlert {
    background-color: #60373e;
    border: 1px solid #60373e;
    color: #FFFFFF; }
  .noTouchDevice .dropdownFilter .alertBtn:hover.btnHighRiskTransaction {
    background-color: #d0104c;
    border: 1px solid #d0104c;
    color: #FFFFFF; }
  .dropdownFilter .alertBtn.active.btnOutgoingFund {
    border: 1px solid #8cb364;
    color: #FFFFFF;
    background-color: #8cb364; }
  .dropdownFilter .alertBtn.active.btnIncomingFund {
    background-color: #005caf;
    border: 1px solid #005caf;
    color: #FFFFFF; }
  .dropdownFilter .alertBtn.active.btnTranscationAuthorization {
    background-color: #9055c4;
    border: 1px solid #9055c4;
    color: #FFFFFF; }
  .dropdownFilter .alertBtn.active.btnTranscationAuthorizationStatus {
    background-color: #e27115;
    border: 1px solid #e27115;
    color: #FFFFFF; }
  .dropdownFilter .alertBtn.active.btnTranscationInstructionStatus {
    background-color: #33a6b8;
    border: 1px solid #33a6b8;
    color: #FFFFFF; }
  .dropdownFilter .alertBtn.active.btnGeneralAlert {
    background-color: #60373e;
    border: 1px solid #60373e;
    color: #FFFFFF; }
  .dropdownFilter .alertBtn.active.btnHighRiskTransaction {
    background-color: #d0104c;
    border: 1px solid #d0104c;
    color: #FFFFFF; }

.dropdownFilter .hourTitle {
  background-image: url("../../img/icn_hour.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding-left: 26px;
  padding: 5px 0 5px 26px;
  font-size: 14px;
  background-color: #FFFFFF;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 700; }
  [lang=my_MM] .dropdownFilter .hourTitle {
    font-size: 10px; }
  [lang=km_KH] .dropdownFilter .hourTitle {
    font-size: 10px; }
  [lang=zh_CN] .dropdownFilter .hourTitle {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .dropdownFilter .hourTitle {
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }

.dropdownFilter .alertTitle {
  background-image: url("../../img/icn_notifications.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 5px 26px;
  font-size: 14px;
  background-color: #FFFFFF;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 700; }
  [lang=my_MM] .dropdownFilter .alertTitle {
    font-size: 10px; }
  [lang=km_KH] .dropdownFilter .alertTitle {
    font-size: 10px; }
  [lang=zh_CN] .dropdownFilter .alertTitle {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .dropdownFilter .alertTitle {
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }

.dropdownFilter .amountTitle {
  background-image: url("../../img/icn_amount.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 5px 26px;
  font-size: 14px;
  background-color: #FFFFFF;
  font-synthesis: style;
  font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
  font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
  font-weight: 700; }
  [lang=my_MM] .dropdownFilter .amountTitle {
    font-size: 10px; }
  [lang=km_KH] .dropdownFilter .amountTitle {
    font-size: 10px; }
  [lang=zh_CN] .dropdownFilter .amountTitle {
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
  [lang=zh_CN] .dropdownFilter .amountTitle {
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }

.dropdownFilter .btnWrap {
  opacity: 0;
  border-top: 1px solid #dddddd;
  padding-top: 7px;
  position: absolute;
  background-color: #FFFFFF;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 52px; }
  .dropdownFilter .btnWrap .buttonealert {
    display: flex;
    float: right; }
    .dropdownFilter .btnWrap .buttonealert .resetFilter {
      margin-right: 123px;
      line-height: 44px;
      user-select: none;
      pointer-events: none;
      opacity: 0.5;
      background-color: transparent;
      cursor: default;
      font-size: 16px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 600;
      color: #666666; }
      [lang=my_MM] .dropdownFilter .btnWrap .buttonealert .resetFilter {
        font-size: 12px; }
      [lang=km_KH] .dropdownFilter .btnWrap .buttonealert .resetFilter {
        font-size: 12px; }
      [lang=zh_CN] .dropdownFilter .btnWrap .buttonealert .resetFilter {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .dropdownFilter .btnWrap .buttonealert .resetFilter {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      .dropdownFilter .btnWrap .buttonealert .resetFilter.active {
        cursor: pointer;
        pointer-events: auto;
        opacity: 1;
        user-select: auto; }
      .dropdownFilter .btnWrap .buttonealert .resetFilter.inactive {
        cursor: default;
        opacity: 0.5; }
    .dropdownFilter .btnWrap .buttonealert .filterSubmit {
      width: 93px;
      height: 44px;
      font-size: 16px;
      font-synthesis: style;
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
      font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微軟正黑體;
      font-weight: 600;
      text-align: center;
      color: #FFFFFF;
      border-radius: 4px;
      background-color: #b51a25;
      border-color: #b51a25;
      position: absolute;
      right: 16px;
      margin-bottom: 8px;
      border-style: solid;
      user-select: none;
      pointer-events: none;
      opacity: 0.5;
      cursor: default; }
      [lang=my_MM] .dropdownFilter .btnWrap .buttonealert .filterSubmit {
        font-size: 12px; }
      [lang=km_KH] .dropdownFilter .btnWrap .buttonealert .filterSubmit {
        font-size: 12px; }
      [lang=zh_CN] .dropdownFilter .btnWrap .buttonealert .filterSubmit {
        font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
      [lang=zh_CN] .dropdownFilter .btnWrap .buttonealert .filterSubmit {
        font-family: "Noto Sans SemiBold", "Noto Sans Myanmar SemiBold", "Noto Sans Myanmar SemiBold", "Segoe UI", Arial, 微软雅黑; }
      .dropdownFilter .btnWrap .buttonealert .filterSubmit:hover {
        background-color: #711a20; }
      .dropdownFilter .btnWrap .buttonealert .filterSubmit.active {
        cursor: pointer;
        pointer-events: auto;
        opacity: 1;
        user-select: auto; }

.dropdownFilter .collapsible {
  border: none;
  position: relative;
  border-bottom: 1px solid #cccccc;
  color: lightgrey;
  cursor: pointer;
  padding: 18px;
  padding-left: 0px;
  padding-top: 16px;
  padding-bottom: 15px;
  text-align: left;
  outline: none;
  font-size: 15px;
  width: calc(50% - 42px); }
  [lang=my_MM] .dropdownFilter .collapsible {
    font-size: 11px; }
  [lang=km_KH] .dropdownFilter .collapsible {
    font-size: 11px; }
  .dropdownFilter .collapsible.changeArrowTransform:after {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 16px;
    background-image: url("../../img/icn_arrow_down.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out; }
  .dropdownFilter .collapsible.changeArrowTransform-active:after {
    transform: rotate(180deg); }
  .dropdownFilter .collapsible.focus {
    border-bottom: 1px solid #dddddd;
    height: 53px;
    position: relative;
    margin-top: 8px;
    padding: 0;
    font-size: 12px; }
    [lang=my_MM] .dropdownFilter .collapsible.focus {
      font-size: 8px; }
    [lang=km_KH] .dropdownFilter .collapsible.focus {
      font-size: 8px; }
  .dropdownFilter .collapsible .currencyValue {
    height: 22px;
    color: #999999; }

.dropdownFilter .currencyTypeValue {
  padding: 18px;
  padding-left: 0px; }
  .dropdownFilter .currencyTypeValue.selected {
    padding: 7px;
    padding-left: 0px;
    font-size: 16px; }
    [lang=my_MM] .dropdownFilter .currencyTypeValue.selected {
      font-size: 12px; }
    [lang=km_KH] .dropdownFilter .currencyTypeValue.selected {
      font-size: 12px; }

.dropdownFilter .currency {
  width: 100%;
  display: none;
  overflow: hidden; }
  .dropdownFilter .currency.show {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: start;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-justify-content: flex-start;
    -ms-flex-align: center;
    -ms-flex-pack: start;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0px; }
  .dropdownFilter .currency .currencyType {
    /** SAFARI **/
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: space-between;
    -webkit-box-align: center;
    /** FIREFOX LEGACY **/
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-pack: space-between;
    -moz-box-align: center;
    /** LEGACY **/
    display: box;
    box-orient: horizontal;
    box-direction: normal;
    box-pack: space-between;
    box-align: center;
    /** IE 10+ **/
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: row;
    -ms-justify-content: space-between;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    /** CHROME **/
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /** NATIVE **/
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #222222;
    width: calc(50% - 12px);
    padding: 16px 0;
    border-bottom: 1px solid #dddddd; }
    .dropdownFilter .currency .currencyType:nth-child(odd) {
      margin-right: 24px; }
    .dropdownFilter .currency .currencyType:hover {
      cursor: pointer;
      background-color: #eeeeee; }
  .dropdownFilter .currency .currencyRadio {
    display: none; }
  .dropdownFilter .currency label {
    font-size: 16px;
    color: #222222; }
    [lang=my_MM] .dropdownFilter .currency label {
      font-size: 12px; }
    [lang=km_KH] .dropdownFilter .currency label {
      font-size: 12px; }
  .dropdownFilter .currency input:checked + label {
    font-synthesis: style;
    font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微軟正黑體;
    font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微軟正黑體;
    font-weight: 700; }
    [lang=zh_CN] .dropdownFilter .currency input:checked + label {
      font-family: "Noto Sans", "Noto Sans Myanmar", "Noto Sans Myanmar", "Segoe UI", Arial, 微软雅黑; }
    [lang=zh_CN] .dropdownFilter .currency input:checked + label {
      font-family: "Noto Sans Bold", "Noto Sans Myanmar Bold", "Noto Sans Myanmar Bold", "Segoe UI", Arial, 微软雅黑; }
  .dropdownFilter .currency input:checked + label + .dot {
    background-color: #8faef4; }
  .dropdownFilter .currency .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 2px;
    border-radius: 50%;
    background-color: transparent; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 288px;
  max-width: none;
  padding: 0;
  margin-top: 0px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }

.daterangepicker:before,
.daterangepicker:after {
  display: none; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none; }

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 0px; }

.daterangepicker .drp-calendar.right {
  padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #eee;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #b51a25;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

.daterangepicker.ltr .drp-calendar,
.daterangepicker.ltr .ranges {
  float: left;
  width: 100%; }


/*# sourceMappingURL=gib_inboxList.min.css.map*/