@font-face {
  font-family: HelveticaNeue;
  font-weight: 300;
  src: url("../fonts/HelveticaNeue-Light.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 400;
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 500;
  src: url("../fonts/helvetica-neue-medium.ttf") format("truetype");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 600;
  src: url("../fonts/HelveticaNeue-Medium.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  font-weight: 700;
  src: url("../fonts/HelveticaNeue-Bold.otf") format("opentype");
}

@font-face {
  font-family: HelveticaNeue;
  font-style: italic;
  src: url("../fonts/HelveticaNeue-LightItalic.otf") format("opentype");
}

@font-face {
  font-family: UVNNguyenDu;
  font-weight: 400;
  src: url("../fonts/UVNNguyenDu.TTF") format("truetype");
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~ MFast font ~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: MFastVN;
  font-weight: 300;
  src: url("../fonts/Fonts_MFastVN/MFastVN-Light.ttf") format("truetype");
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Fonts_MFastVN/MFastVN-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: MFastVN;
  font-weight: 400;
  src: url("../fonts/Fonts_MFastVN/MFastVN-Regular.ttf") format("truetype");
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Fonts_MFastVN/MFastVN-Italic.ttf") format("truetype");
}

@font-face {
  font-family: MFastVN;
  font-weight: 500;
  src: url("../fonts/Fonts_MFastVN/MFastVN-Medium.ttf") format("truetype");
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 500;
  src: url("../fontsFonts_MFastVN/MFastVN-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: MFastVN;
  font-weight: 600;
  src: url("../fonts/Fonts_MFastVN/MFastVN-Bold.ttf") format("truetype");
}

@font-face {
  font-family: MFastVN;
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/Fonts_MFastVN/MFastVN-BoldItalic.ttf") format("truetype");
}

.font-nguyendu {
  font-family: UVNNguyenDu, MFastVN, HelveticaNeue, Arial, sans-serif;
}

.font10 {
  font-size: 0.71429rem !important;
}

.font11 {
  font-size: 0.78571rem !important;
}

.font12 {
  font-size: 0.85714rem !important;
}

.font13 {
  font-size: 0.929rem !important;
}

.font14 {
  font-size: 1rem !important;
}

.font15 {
  font-size: 1.071rem !important;
}

.font16 {
  font-size: 1.143rem !important;
}

.font17 {
  font-size: 1.214rem !important;
}

.font18 {
  font-size: 1.286rem !important;
}

.font19 {
  font-size: 1.357rem !important;
}

.font20 {
  font-size: 1.429rem !important;
}

.font21 {
  font-size: 1.5rem !important;
}

.font22 {
  font-size: 1.571rem !important;
}

.font23 {
  font-size: 1.643rem !important;
}

.font24 {
  font-size: 1.714rem !important;
}

.font25 {
  font-size: 1.786rem !important;
}

.font26 {
  font-size: 1.857rem !important;
}

.font300 {
  font-weight: 300 !important;
}

.font400 {
  font-weight: 400 !important;
}

.font500 {
  font-weight: 500 !important;
}

.font600 {
  font-weight: 600 !important;
}

.font700 {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-underline {
  text-decoration: underline !important;
}

.btn-kelly_green {
  background: #39b818;
  color: #fff;
  text-decoration: none;
}

.btn-kelly_green:hover,
.btn-kelly_green:active,
.btn-kelly_green:focus {
  background: #248d09;
  outline: none;
}

.gray {
  color: #656585 !important;
}

.black {
  color: #111 !important;
}

.white {
  color: #fff !important;
}

.olive {
  color: #995B00 !important;
}

.topaz {
  color: #7C7C8B !important;
}

.green {
  color: #2c7d0b !important;
}

.celadon {
  color: #AEE1A9 !important;
}

.sunshade {
  color: #FF9D4B !important;
}

.dark_pink {
  color: #F15B6C !important;
}

.navy_blue {
  color: #0082E0 !important;
}

.endeavour {
  color: #233A95 !important;
}

.kelly_green {
  color: #39b818 !important;
}

.tenne_tawny {
  color: #D66100 !important;
}

.watercourse {
  color: #00863D !important;
}

.islamic_green {
  color: #2fa200 !important;
}

.free_speech_aquamarine {
  color: #0AB17B !important;
}

.fire_engine_red {
  color: #BC0F23 !important;
}

.dodger_blue {
  color: #005fff !important;
}

.persian_blue {
  color: #231EAF !important;
}

.bg_transparent {
  background-color: transparent !important;
}

.bg_persian_blue {
  background-color: #231EAF !important;
}

.bg_fire_engine_red {
  background-color: #B71515 !important;
}

.bg_dark_goldenrod {
  background-color: #CE7109 !important;
}

.bg_observatory {
  background-color: #008F68 !important;
}

.bg_daisy_bush {
  background-color: #6E418B !important;
}

.caribbean_green {
  color: #00bd8a !important;
}

.gamboge {
  color: #ed830b !important;
}

.persian_red {
  color: #CC2828 !important;
}

.tangerine_yellow {
  color: #fc0 !important;
}

.turbo {
  color: #F7CD23 !important;
}

.kournikova {
  color: #F9DA62 !important;
}

.cinnabar {
  color: #E73636 !important;
}

.carrot_orange {
  color: #F58B14 !important;
}

.bg_fire_brick {
  background-color: #A41313 !important;
}

.bg_prussian_blue {
  background-color: #004465 !important;
}

.bg_midnight_blue {
  background-color: #15157A !important;
}

.bg_sapphire {
  background-color: #0F2C5E !important;
}

.purple {
  color: #6e418b !important;
}
.m-0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt2 {
  margin-top: 0.14rem !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 0.36rem !important;
}

.mt6 {
  margin-top: 0.43rem !important;
}

.mt7 {
  margin-top: 0.5rem !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt12 {
  margin-top: 0.86rem !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 1.14rem !important;
}

.mt24 {
  margin-top: 1.71rem !important;
}

.mt25 {
  margin-top: 1.79rem !important;
}

.mt-3 {
  margin-top: -0.214rem !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.mt-6 {
  margin-top: -6px !important;
}

.mt-7 {
  margin-top: -0.5rem !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mt-16 {
  margin-top: -16px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-27 {
  margin-top: -27px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 0.36rem !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb16 {
  margin-bottom: 1.14rem !important;
}

.mb22 {
  margin-bottom: 22px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb26 {
  margin-bottom: 26px !important;
}

.mb27 {
  margin-bottom: 27px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb31 {
  margin-bottom: 31px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.pl14 {
  padding-left: 14px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl16 {
  padding-left: 1.14rem !important;
}

.pl17 {
  padding-left: 17px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr16 {
  padding-right: 1.14rem !important;
}

.pr17 {
  padding-right: 17px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.ml5 {
  margin-left: 0.36rem !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 0.71rem !important;
}

.ml12 {
  margin-left: 0.86rem !important;
}

.ml14 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb-4 {
  margin-bottom: -0.29rem !important;
}

.mb-7 {
  margin-bottom: -0.5rem !important;
}

.mb15 {
  margin-bottom: 1.07rem !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt27 {
  padding-top: 1.929rem !important;
}

.pb10 {
  padding-bottom: 0.71rem !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb20 {
  padding-bottom: 1.43rem !important;
}

.gap-12 {
  gap: 12px !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.hide {
  display: none !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-60 {
  opacity: .6 !important;
}

.opacity-70 {
  opacity: .7 !important;
}

.opacity-80 {
  opacity: .8 !important;
}

.opacity-85 {
  opacity: .85 !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

* {
  box-sizing: border-box;
  font-family: MFastVN, HelveticaNeue, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

*:focus {
  outline: none;
}

html {
  font-size: min(14.187px, 3.733vw);
}

body {
  color: #24253d;
  font-size: 1rem;
  margin: 0;
}

html.show_modal,
body.show_modal {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.row {
  display: flex;
  justify-content: space-between;
}

.col {
  flex: 1 0 0;
  max-width: 100%;
}

.mfast-wrapper {
  background: #f2f2f2;
  min-height: 100vh;
  width: 100%;
}

.mfast-header {
  align-items: center;
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: 0 3.93rem;
  position: relative;
  width: 100%;
}

.btn-back {
  background: url("/mfast_assets/img/icons/ico-arrow-left-1.0.svg") no-repeat 0 0/contain;
  height: 1.71rem;
  left: 0.86rem;
  position: absolute;
  top: calc(50% - 0.86rem);
  width: 1.71rem;
}

.mfast-notification {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  height: 2.29rem;
}

.mfast-notification p {
  color: #92949d;
  font-size: 0.93rem;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.md_over {
  background: rgba(10, 10, 40, 0.85);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: visibility .4s, opacity .4s;
  visibility: hidden;
  z-index: 98;
}

.js-modal.active .md_over {
  opacity: 1;
  transition: visibility .4s, opacity .4s;
  visibility: visible;
}

.md_content {
  background: #fff;
  left: 1.143rem;
  position: fixed;
  top: 20vh;
  visibility: hidden;
  width: calc(100% - 2.286rem);
  z-index: 99;
}

.md_head {
  align-items: center;
  background: #eee;
  border-radius: 1.429rem 1.429rem 0 0;
  display: flex;
  height: 3.286rem;
  justify-content: center;
  padding: 0 1.143rem;
  position: relative;
}

.md_title {
  font-size: 1.14286rem;
  font-weight: 500;
  margin: 0;
}

.btn-close_modal {
  background: transparent;
  border: none;
  height: 1.714rem;
  padding: 0;
  position: absolute;
  top: calc(50% - 0.857rem);
  width: 1.714rem;
}

.btn-close_modal:before,
.btn-close_modal:after {
  background: #424d6c;
  border-radius: 0.071rem;
  content: "";
  height: 0.143rem;
  left: 0.214rem;
  position: absolute;
  top: calc(50% - 0.071rem);
  width: calc(100% - 0.429rem);
}

.btn-close_modal:before {
  transform: scale(1.25) rotate(45deg);
}

.btn-close_modal:after {
  transform: scale(1.25) rotate(-45deg);
}

.btn-close_modal2:before,
.btn-close_modal2:after {
  left: 0.5rem;
  width: calc(100% - 1rem);
}

.btn-close_modal2:before {
  bottom: 0.5rem;
  top: auto;
}

.btn-close_modal2:after {
  top: 0.5rem;
}

.btn-left {
  left: 1.071rem;
}

.btn-right {
  right: 1.071rem;
}

.btn-primary {
  align-items: center;
  background: #39b818;
  border: none;
  border-radius: 1.571rem;
  color: #fff;
  display: flex;
  font-size: 1.143rem;
  height: 3.143rem;
  justify-content: center;
  text-decoration: none;
}

.btn-cancel {
  align-items: center;
  border: 1px solid #545474;
  border-radius: 99px;
  color: #545474;
  display: flex;
  font-size: 15px;
  height: 42px;
  justify-content: center;
  margin: 0 auto;
  padding: 5px 36px;
  width: fit-content;
}

.modal-fadeindown .md_content {
  opacity: 0;
  transform: translateY(-1.43rem);
  transition: .4s;
  visibility: hidden;
}

.modal-fadeindown.active .md_content {
  opacity: 1;
  transform: translateY(0);
  transition: .4s;
  visibility: visible;
}

.modal-slideup .md_content {
  border-radius: 1.429rem 1.429rem 0 0;
  height: 85vh;
  left: 0;
  top: 15vh;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: visibility .4s, transform .4s;
  visibility: hidden;
  width: 100%;
}

.modal-slideup.active .md_content {
  transform: scaleY(1);
  transition: visibility .4s, transform .4s;
  visibility: visible;
}

.modal-scaleleft .md_content {
  border-radius: 0.571rem;
  left: auto;
  max-width: 400px;
  padding: 0.857rem 1.071rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.429rem);
  transform: scale(0);
  transform-origin: top right;
  transition: visibility .4s, transform .4s;
  width: 73vw;
}

.modal-scaleleft.active .md_content {
  transform: scale(1);
  transition: visibility .4s, transform .4s;
  visibility: visible;
}

.modal-scaleleft .md_content:before {
  border-bottom: 0.5rem solid #fff;
  border-left: 0.571rem solid transparent;
  border-right: 0.571rem solid transparent;
  content: "";
  position: absolute;
  right: 3.571rem;
  top: -0.429rem;
}

.btn-modal_note {
  align-items: center;
  background: transparent;
  border: none;
  color: #005fff;
  display: flex;
  font-weight: 500;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: .3s;
}

.btn-modal_note:after {
  background: url("../img/mbbank_share/ico-info.svg") no-repeat 0 0/contain;
  content: "";
  height: 1.71rem;
  margin-left: 0.36rem;
  width: 1.71rem;
}

.btn-modal_note.active:after {
  background: url(../img/ocb_omni/icon-dropdown-3.svg) no-repeat 0 0/contain;
}

.btn-modal_note.active {
  color: #fff;
  transition: .3s;
  z-index: 99;
}

.modal-slideup .md_body {
  max-height: calc(85vh - 3.29rem);
  overflow-y: auto;
  padding-bottom: 2.14rem;
}

.mfast-tittle {
  font-size: 1.21rem;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-share {
  align-items: center;
  background: #39b818;
  border-radius: 1.43rem;
  color: #fff;
  display: flex;
  height: 2.86rem;
  line-height: 1;
  padding: 0.36rem 1.29rem;
  text-decoration: none;
}

.btn-share:after {
  background: url("../img/mbbank_share/ico-share.svg") no-repeat 0 0/contain;
  content: "";
  height: 1.714rem;
  margin-left: 0.571rem;
  width: 1.714rem;
}

/* Tabs */
.tabs-nav {
  margin: 0;
  position: relative;
  z-index: 1;
}

.tabs-nav__item {
  align-items: center;
  display: flex;
  flex: auto 1 0;
  height: 41px;
  justify-content: center;
  margin: 0;
  padding: 0 0 1px;
  position: relative;
}

.tabs-nav__item::after {
  border-right: 1px solid #cfd3d6;
  content: "";
  height: 44%;
  position: absolute;
  right: -.5px;
  top: 28%;
}

.tabs-nav__item:last-child::after {
  display: none;
}

.tabs-nav__link {
  color: #434363;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.6s;
}

.tabs-nav__item.active .tabs-nav__link,
.tabs-nav__item .tabs-nav__link:hover,
.tabs-nav__item .tabs-nav__link:active,
.tabs-nav__item .tabs-nav__link:focus {
  color: #005fff;
  font-weight: 500;
  text-decoration: none;
}

.tabs-nav__drag {
  border-bottom: 2px solid #005fff;
  bottom: 0;
  position: absolute;
}

.tabs-nav__drag.active {
  transition-timing-function: linear;
}

.tabs-nav__list {
  border-bottom: 1px solid #cfd3d6;
  display: flex;
  margin: 0;
  padding: 0;
}

.tabs-content {
  color: #24253d;
  font-size: 1rem;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs-content .tabs-content {
  margin: 0;
}

.tabs-content .tabs-nav {
  font-size: 1rem;
}

.tab {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-timing-function: linear;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}

.tab.active {
  opacity: 1;
  position: relative;
  visibility: visible;
  z-index: 9;
}

.tab.slide {
  display: none;
  opacity: 1;
}

.tab.slide.active {
  display: block;
}

.tab.slide.moved {
  display: block;
}

/* tabs_style_2 */
.mf_tabs_2>.tabs-nav {
  background: #fff;
  border-radius: 999px;
  margin: 25px auto 0;
  width: calc(100% - 2.29rem);
}

.mf_tabs_2>.tabs-nav .tabs-nav__list {
  border-bottom: none;
}

.mf_tabs_2>.tabs-nav .tabs-nav__drag {
  background: #005fff;
  border: none;
  border-radius: 999px;
  height: 100%;
}

.mf_tabs_2>.tabs-nav .tabs-nav__item {
  height: 38px;
  z-index: 9;
}

.mf_tabs_2>.tabs-nav .tabs-nav__link {
  z-index: 9;
}

.mf_tabs_2>.tabs-nav .tabs-nav__item.active .tabs-nav__link,
.mf_tabs_2>.tabs-nav .tabs-nav__item .tabs-nav__link:hover,
.mf_tabs_2>.tabs-nav .tabs-nav__item .tabs-nav__link:active,
.mf_tabs_2>.tabs-nav .tabs-nav__item .tabs-nav__link:focus {
  color: #fff;
  font-weight: 400;
}

/* animation for "slide" type from animated.css library */
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

/* END Tabs */
.switch_datetime {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  width: 100%;
}

.current_date {
  font-size: 1.143rem;
  margin: 0 1.429rem;
  padding-top: 0.143rem;
}

.current_date span {
  font-size: 1.143rem;
  font-weight: 500;
}

.btn-disabled {
  background: #c4c7d8;
  pointer-events: none;
}

.btn-switch_date {
  background: url("/mfast_assets/img/icons/ico-arrow-left-4.0.svg") no-repeat 0 0/contain;
  display: flex;
  height: 1.714rem;
  width: 1.714rem;
}

.btn-switch_date.btn-disabled {
  opacity: .6;
}

.next_date {
  transform: rotate(180deg);
}

.mbbank_container {
  padding: 0.714rem 1.143rem 0;
}

.mbbank_container>p {
  font-size: 0.929rem;
  letter-spacing: -.15px;
  line-height: 1.54;
  margin: 0 0 0.286rem;
}

.mbbank_active_list {
  background: #fff;
  counter-reset: my-sec-counter;
  margin: 1rem 0 0 -1.143rem;
  padding: 1.143rem 1.143rem 3.214rem;
  width: calc(100% + 2.286rem);
}

.mbbank_active_ttl {
  font-size: 1.143rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 0.643rem;
}

.mbbank_active_ttl span {
  font-size: 1.143rem;
}

.mbbank_active_item {
  padding: 0.143rem 0 2.286rem 3.429rem;
  position: relative;
}

.mbbank_active_item:last-child {
  padding-bottom: 0;
}

.mbbank_active_item:last-child::after {
  display: none;
}

.mbbank_active_item::before {
  align-items: center;
  background: #233a95;
  border-radius: 50%;
  color: #fff;
  content: counter(my-sec-counter);
  counter-increment: my-sec-counter;
  display: flex;
  font-size: 1.286rem;
  font-weight: 500;
  height: 2.571rem;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 2.571rem;
  z-index: 1;
}

.mbbank_active_item:after {
  background: repeating-linear-gradient(#cfd3d6 0 0.571rem, transparent 0.571rem 1rem);
  content: "";
  height: 100%;
  left: 1.214rem;
  position: absolute;
  top: 0;
  width: 1px;
}

.mbbank_active_item_note {
  line-height: 1.41;
  margin: 0 0 0.714rem;
}

.mbbank_qr_code_container {
  background: #edffe8;
  border: 1px solid #39b818;
  border-radius: 0.429rem;
  margin-bottom: 1rem;
  padding: 0.857rem 1rem;
}

.mbbank_qr_code_container:last-child {
  margin-bottom: 0;
}

.qr_code_item>p {
  margin: 0 0 0.357rem;
}

.qr_code_item>p:last-child {
  margin-bottom: 0.071rem;
}

.link_app_content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.143rem 0;
  width: 100%;
}

.link_app {
  color: #24253d;
  font-weight: 600;
}

.btn-copy_clipboard {
  align-items: center;
  color: #39b818;
  display: flex;
  font-weight: 500;
  text-decoration: none;
}

.btn-copy_clipboard:after {
  background: url("../img/mbbank_share/ico-profile.svg") no-repeat 0 0/contain;
  content: "";
  height: 1.714rem;
  margin-left: 0.357rem;
  width: 1.714rem;
}

.qr_code_image {
  align-items: center;
  color: #39b818;
  display: flex;
  font-weight: 500;
  margin: 0;
}

.qr_code_image img {
  margin-right: 0.357rem;
  object-fit: contain;
  width: 1.714rem;
}

.mbbank_qr_code {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.643rem 0 0.214rem;
  width: 100%;
}

.qr_code_item:first-child {
  border-bottom: 1px solid #39b818;
  margin-bottom: 1.071rem;
  padding-bottom: 1rem;
}

.qr_code_note {
  color: #7c7c8b;
  flex: 50% 0 0;
  font-size: 0.929rem;
  line-height: 1.43;
  margin: 0;
}

.mobile_type_link {
  color: #8893c1;
  font-size: 1rem;
}

.qr-not_active {
  background: #eee;
  border-color: #cfd3d6;
}

.disable_note {
  font-size: 0.929rem;
  line-height: 1.54;
}

.link_other {
  align-items: center;
  color: #39b818;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1;
  margin-left: -0.143rem;
  text-decoration: none;
  width: calc(100% + 0.714rem);
}

.link_other:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.2.svg") no-repeat 0 0/contain;
  content: "";
  height: 1.43rem;
  width: 1.43rem;
}

.modal-qrcode .md_head {
  justify-content: flex-start;
}

.modal-qrcode .md_title {
  font-size: 1rem;
}

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

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

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

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

.w-100 {
  width: 100% !important;
}

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

.qr_code_content {
  padding: 0 1.143rem;
}

.qr_code_content p {
  line-height: 1.43;
}

.qr_code_content img {
  margin: 0.429rem auto 0.286rem;
  max-width: 90%;
  object-fit: contain;
  width: 19.286rem;
}

.alert_message {
  background: #233a95;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 16px;
  left: 16px;
  line-height: 1;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 40px;
  width: calc(100% - 32px);
  z-index: 1;
}

.current_wallet_content {
  background: #fff;
  border-radius: .71rem;
  box-shadow: 0 0.25rem .5rem #c9cddc;
  margin: .3rem auto 1.4rem;
  padding: .82rem 0;
  width: calc(100% - 2.29rem);
}

.current_wallet_content p {
  color: #191946;
  font-size: 0.857rem;
  margin: 0;
}

.statistical_bonus__item {
  flex: auto 0 0;
  text-align: center;
}

.statistical_bonus:before {
  border-right: 1px solid #cfd3d6;
  content: "";
  height: 80%;
  left: 50%;
  position: absolute;
  top: 10%;
}

.statistical_bonus__item:last-child::after {
  display: none;
}

.current_wallet_content p.current_wallet {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0.3rem 0 0;
}

.current_wallet span {
  margin: 0 0.43rem 0 0.57rem;
}

.note_list_customer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1.36rem;
  padding: 0 1.14rem;
  position: relative;
  width: 100%;
}

.note_list_pr {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 1.36rem;
  padding: 0 1.14rem .45rem;
  position: relative;
  width: 100%;
}

.note_list_pr p {
  margin: 0 0 .25rem 40px;
  text-indent: -40px;
}

.note_list_customer>span {
  color: #656585;
}

.majors_note {
  position: relative;
}

.modal-modal_note p {
  font-size: 0.929rem;
  line-height: 1.54;
  margin: 0 0 0.714rem;
}

.modal-modal_note p:last-child {
  margin-bottom: 0;
}

.modal-modal_note p span {
  font-size: 0.929rem;
}

.mbbank_history_list {
  display: flex;
  flex-direction: column;
}

.mbbank_history_item {
  background: #fff;
  margin-bottom: 0.857rem;
  padding: 1rem 1.14rem 0.8rem;
}

.mbbank_history_item:last-child {
  margin-bottom: 0;
}

.mbbank_history_date {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mbbank_history_date span {
  color: #656585;
  font-size: 0.929rem;
}

.mbbank_history_info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
  width: 100%;
}

.mbbank_history_info>div p {
  color: #7c7c8b;
  font-size: 0.85714rem;
}

.mbbank_condition {
  font-size: .929rem;
}

.mbbank_condition p,
.mbbank_income p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.mbbank_condition p span,
.mbbank_income p span {
  margin-top: 0.429rem;
}

.mbbank_income p {
  align-items: flex-end;
}

.mbbank_history_empty {
  line-height: 1.43;
  margin: 2.714rem auto 0;
  text-align: center;
}

.mbbank_history_empty p {
  margin-top: 0.857rem;
}

.mbbank_intro {
  margin: 1.143rem auto 0.857rem;
  text-align: center;
}

.mbbank_intro img {
  object-fit: contain;
  width: 6.429rem;
}

.mbbank_intro_ttl {
  font-size: 1rem;
  font-weight: 500;
}

.mbbank_intro_list {
  display: flex;
  flex-direction: column;
  margin-top: 1.429rem;
  padding: 0 1.143rem 2.143rem;
}

.mbbank_intro_item {
  display: flex;
  padding-bottom: 0.929rem;
  position: relative;
}

.mbbank_intro_item:before {
  background: repeating-linear-gradient(#b1b1c2 0 7px, transparent 7px 14px);
  content: "";
  height: 100%;
  left: 1.5rem;
  position: absolute;
  top: 0;
  width: 1px;
}

.mbbank_intro_item:last-child::before {
  display: none;
}

.mbbank_intro__icon {
  flex: 3rem 0 0;
  z-index: 1;
}

.mbbank_intro__body {
  flex: calc(100% - 3rem) 0 0;
  padding: 0.214rem 0 0 0.857rem;
}

.mbbank_intro__body h3 {
  font-size: 0.857rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 0.286rem;
}

.mbbank_intro__body p {
  font-size: 0.929rem;
  line-height: 1.54;
  margin: 0 0 0.714rem;
}

.mbbank_intro__body span {
  font-size: 0.929rem;
  line-height: 1;
}

.intro_note {
  background: #233a95;
  border-radius: 0.429rem;
  color: #fff;
  margin-bottom: 0.714rem;
  padding: 0.929rem;
}

.intro_note ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.intro_note ul li {
  font-size: 0.929rem;
  font-weight: 300;
  line-height: 1.54;
  margin-bottom: 0.857rem;
  padding-left: 1.071rem;
  position: relative;
}

.intro_note ul li:last-child {
  margin-bottom: 0;
}

.intro_note ul li:before {
  content: "-";
  left: 0;
  position: absolute;
  top: 0;
}

ul.intro_list_first {
  list-style: decimal;
  margin: 0.571rem 0;
  padding: 0 0 0 1.071rem;
}

ul.intro_list_first li {
  font-size: 0.929rem;
  font-weight: 500;
  line-height: 1.54;
  margin-bottom: 0.857rem;
}

ul.intro_list_first li>span {
  left: 0.357rem;
  position: relative;
}

ul.intro_list_first li p {
  font-size: 0.929rem;
  font-weight: normal;
  padding-left: 0.357rem;
}

.mbbank_partner {
  display: flex;
  flex-wrap: wrap;
  margin: 0.714rem 0 0.714rem -0.857rem;
  width: calc(100% + 1.714rem);
}

.mbbank_partner img {
  margin: 0.214rem 0.857rem;
  max-height: 2.857rem;
  max-width: 8.143rem;
  object-fit: contain;
}

.mbbank_intro__body a[href^="tel:"] {
  font-size: 0.92857rem;
  text-decoration: none;
}

.mbbank_body {
  padding-bottom: 0;
}

.mbbank_customer_frm {
  margin: 1.78571rem 1.07143rem 0;
}

.mbbank_customer_frm>p {
  color: #7c7c8b;
  font-size: 0.92857rem;
  font-weight: 600;
  margin: 0 0 1rem;
}

.mbbank_customer_frm form>p {
  font-size: 0.92857rem;
  letter-spacing: -.2px;
  line-height: 1.43;
}

.mbbank_customer_frm form .btn-primary {
  font-size: 1rem;
  font-weight: 500;
  margin: 1.42857rem 0 0;
  width: 100%;
}

.child_customer_frm {
  background: #fff;
  border: 1px solid #cfd3d6;
  border-radius: 8px;
  padding: 0 1.14286rem 0.85714rem;
}

.child_customer_frm .frm_group {
  padding: 1.42857rem 0 0.21429rem;
}

.float_label {
  position: relative;
}

.float_label label {
  color: #24253d;
  font-size: 1rem;
  left: 0;
  position: absolute;
  top: 2.5rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.frm_control {
  border: solid #cfd3d6;
  border-radius: 0;
  border-width: 0 0 1px 0;
  color: #24253d;
  font-size: 1.14286rem;
  height: 2.85714rem;
  padding: 0.57143rem 0 0.21429rem;
  width: 100%;
}

.float_label .frm_control::-webkit-input-placeholder {
  color: transparent;
}

.float_label .frm_control::-moz-placeholder {
  color: transparent;
}

.float_label .frm_control:-ms-input-placeholder {
  color: transparent;
}

.float_label .frm_control::-ms-input-placeholder {
  color: transparent;
}

.float_label .frm_control::placeholder {
  color: transparent;
}

.float_label .frm_control:not(:-moz-placeholder-shown)~label {
  color: #7c7c8b;
  font-size: 0.85714rem;
  transform: translateY(-1.71429rem);
  -moz-transition: .3s;
  transition: .3s;
}

.float_label .frm_control:not(:-ms-input-placeholder)~label {
  color: #7c7c8b;
  font-size: 0.85714rem;
  transform: translateY(-1.71429rem);
  -ms-transition: .3s;
  transition: .3s;
}

.float_label .frm_control:focus~label,
.float_label .frm_control:not(:placeholder-shown)~label {
  color: #7c7c8b;
  font-size: 0.85714rem;
  -webkit-transform: translateY(-1.71429rem);
  transform: translateY(-1.71429rem);
  -webkit-transition: .3s;
  transition: .3s;
}

.msg_control {
  align-items: flex-start;
  -webkit-box-align: start;
  color: #bc0f23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  font-size: 0.85714rem;
  font-style: italic;
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 0 0 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.err_display .msg_control {
  height: unset;
  padding: 0.357rem 0 0;
  transition: .3s;
}

.msg_control::before {
  background: url("../img/mbbank_share/ico-error.svg") no-repeat 0 0/contain;
  content: "";
  flex: 1.143rem 0 0;
  height: 1.143rem;
  margin-right: 0.357rem;
  width: 1.143rem;
}

.sending_list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sending_item {
  background: #fff;
  margin-bottom: 0.857rem;
  padding: 0.857rem 1.143rem;
}

.sending_item:last-child {
  margin-bottom: 0;
}

.sending_time,
.sending_info {
  display: flex;
  justify-content: space-between;
}

.sending_time span,
.sending_info dt {
  color: #7c7c8b;
  font-size: 0.857rem;
}

.sending_info dl {
  display: flex;
  flex-direction: column;
  margin: 0.714rem 0 0;
}

.sending_info dl:last-child {
  align-items: flex-end;
}

.sending_info dd {
  margin: 0.286rem 0 0;
}

.mbbank_history_list .tabs-nav {
  margin-bottom: 0;
}

.sending_filter {
  display: flex;
  margin: 0.857rem 0 0.357rem;
  overflow-x: auto;
  padding: 0 0.857rem 0.571rem 0.857rem;
  width: 100%;
}

.sending_filter::-webkit-scrollbar {
  display: none;
}

.sending_filter input {
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.sending_filter label {
  position: relative;
}

.sending_filter label span {
  align-items: center;
  background: #fff;
  border-radius: 1.143rem;
  display: flex;
  font-size: 0.929rem;
  height: 2.286rem;
  justify-content: center;
  line-height: 1;
  margin: 0 0.286rem;
  padding: 0.143rem 0.857rem;
  white-space: nowrap;
}

.sending_filter input:checked~span {
  background: #005fff;
  color: #fff;
}

.sending_status_list {
  display: flex;
  flex-direction: column;
}

.sending_status_item {
  background: #fff;
  margin-bottom: 0.857rem;
  padding: 0.857rem 1.143rem;
}

.sending_status_item:last-child {
  margin-bottom: 0;
}

.custom_name {
  font-size: 0.929rem;
  font-weight: 500;
  margin: 0;
}

.status_info {
  padding-top: 0.214rem;
}

.status_info dl {
  align-items: flex-start;
  display: flex;
  -ms-flex-align: start;
  margin: 0.357rem 0 0;
}

.status_info dt {
  color: #7c7c8b;
  flex: 4.286rem 0 0;
  font-size: 0.857rem;
}

.status_info dd {
  font-size: 0.929rem;
  line-height: 1.43;
  margin: -0.143rem 0 0;
  padding: 0 0 0 0.714rem;
}

.mbbank_qr_code .btn-share {
  justify-content: center;
  padding: 0;
  white-space: nowrap;
  width: 8.429rem;
}

.mbbank_qr_code .share_2:after {
  background: url("../img/mbbank_share/ico-user.svg") no-repeat 0 0/contain;
}

.mfast_container {
  padding: 0 1.143rem;
}

.cake_intro_list {
  background: #fff;
  counter-reset: my-sec-counter;
  margin-top: 1.071rem;
  padding: 1.143rem;
}

.cake_intro_list .mbbank_intro__body h3 {
  color: #0a0a28;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.43;
  margin: -0.143rem 0 0.429rem 0;
}

.cake_intro_list .mbbank_intro_item::after {
  align-items: center;
  background: #424d6c;
  border-radius: 999px;
  color: #fff;
  content: counter(my-sec-counter);
  counter-increment: my-sec-counter;
  display: flex;
  font-size: 1.214rem;
  font-weight: 500;
  height: 2.286rem;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 2.286rem;
}

.cake_intro_list .mbbank_intro_item:before {
  left: 1.107rem;
}

.cake_intro_list .mbbank_intro__icon {
  flex: 2.286rem 0 0;
}

.cake_intro_list .mbbank_intro__body {
  flex: calc(100% - 2.286rem) 0 0;
  padding-top: 0;
}

.cake_intro_list .mbbank_intro_item {
  padding-bottom: 2.143rem;
}

.share_link {
  border-radius: 0.429rem;
  padding: 0.714rem 0.857rem 1.071rem;
}

.share_link_android {
  background: #231eaf;
}

.share_link_apple {
  background: #2fa200;
}

.tp_link {
  background: #009970;
}

.tp_link .qr_content a.btn-share_soc {
  color: #009970;
}

.tp_link .qr_content .btn-share_soc:after {
  background: url("/mfast_assets/img/icons/ico-send-1.0.svg") no-repeat center/contain;
}

.share_link_disabled .share_link {
  align-items: center;
  background: #c4c7d8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 10px;
}

.share_link_disabled .share_link:before {
  background: url("/mfast_assets/img/ico-locker.svg") no-repeat center / contain;
  content: "";
  height: 24px;
  margin-bottom: 5px;
  width: 24px;
}

.share_link_disabled .share_link p {
  color: #53536c;
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
  text-align: center;
}

.share_link_container {
  margin-top: 1.2rem;
}

.share_link_container:last-child {
  margin-top: 1rem;
}

.share_link_container>p {
  align-items: center;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 0.45rem;
}

.share_link_container>p img {
  height: 1.714rem;
  margin-right: 0.429rem;
  object-fit: contain;
  width: 1.714rem;
}

.qr_content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  width: 100%;
}

.qr_content a {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.qr_content .btn-share_soc {
  background: #fff;
  border-radius: 999px;
  font-weight: 500;
  height: 2.286rem;
  padding: 2px 12px;
}

.qr_content .btn-share_soc:after {
  content: "";
  height: 1.429rem;
  margin-left: 0.429rem;
  width: 1.429rem;
}

.share_link_android .qr_content .btn-share_soc {
  color: #231eaf;
}

.share_link_android .qr_content .btn-share_soc:after {
  background: url("/mfast_assets/img/icons/ico-send-1.1.svg") no-repeat center/contain;
}

.share_link_apple .qr_content .btn-share_soc {
  color: #2fa200;
}

.share_link_apple .qr_content .btn-share_soc:after {
  background: url("../img/mbbank_share/ico-share-3.svg") no-repeat center/contain;
}

.qr_content a img {
  height: 1.714rem;
  margin-right: 0.429rem;
  object-fit: contain;
  width: 1.714rem;
}

.detail_link {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.detail_link span,
.detail_link a {
  color: #fff;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.detail_link span {
  font-size: 1rem;
  width: 68%;
  word-break: break-all;
}
.

.copy_text {
  align-items: center;
  display: flex;
  margin-left: .6rem;
}

.copy_text:after {
  align-items: center;
  background: url("/mfast_assets/img/bank_account/mfast_digital_lead/icon_copy.svg") no-repeat center/contain;
  content: "";
  height: 1.71rem;
  margin: 0 -.12rem 0 0.36rem;
  width: 1.71rem;
  display: block;
}

.cake_intro_caption p {
  color: #434363;
  font-size: 0.93rem;
  line-height: 1.54;
  margin: 1.2rem 0 0;
}

.info_extent {
  align-items: center;
  background: #e6ebff;
  border-radius: 0.429rem;
  color: #005fff;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding: 0.56rem 0.36rem 0.56rem 0.86rem;
  text-decoration: none;
  width: 100%;
}

.info_extent:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.1.svg") no-repeat center/contain;
  content: "";
  height: 1.12rem;
  margin-left: .5rem;
  width: 1.12rem;
}

.cakebank_body .tabs-nav__drag {
  border-color: #005fff;
  width: 50%;
}

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

.modal-clipboard img {
  object-fit: contain;
  width: 3.8rem;
}

.modal-clipboard .md_content {
  border-radius: 8px;
  padding: 12px 10px;
}

.statistical_info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 1.143rem;
}

.statistical_info .switch_datetime {
  margin-bottom: .885rem;
  width: unset;
}

.statistical_bonus {
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.tabs_slide_mbbank {
  margin: 1rem auto 0;
  width: fit-content;
}

.tabs_slide_mbbank span.tabs-nav__drag {
  background: #005fff;
  border: none;
  border-radius: 999px;
  height: 2.857rem;
  top: 0 !important;
  width: 50%;
  z-index: -1;
}

.tabs_slide_mbbank .tabs-nav__list {
  border-bottom: none;
  height: 2.857rem;
}

.tabs_slide_mbbank .tabs-nav__item {
  padding: .357rem 0;
  width: 10rem;
}

.tabs_slide_mbbank .tabs-nav__item.active .tabs-nav__link {
  color: #fff;
  font-weight: 500;
}

.tabs_slide_mbbank .tabs-nav__list:after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.collaborators_search {
  padding: 1.03rem 1.143rem 0;
}

.collaborators_search>p {
  color: #525268;
}

.grp_search input {
  appearance: none;
  background: #fff url(../img/mbbank_share/ico-search.svg) no-repeat left 1rem center/1.429rem;
  border: 1px solid #cfd3d6;
  border-radius: 999px;
  height: 2.86rem;
  padding: 0.21rem 0.71rem 0.21rem 3rem;
  transition: .3s;
  width: 100%;
}

.grp_search input:focus {
  background: #fff url(../img/mbbank_share/ico-search-2.svg) no-repeat left 1rem center/1.429rem;
  border-color: #005fff;
  outline: none;
  transition: .3s;
}

.collaborators_list {
  display: flex;
  flex-direction: column;
}

.collaborators_item {
  background: #fff;
  margin-top: 0.857rem;
  padding: 0.5rem 1.143rem 0.85rem;
}

.collaborators_info,
.collaborators_ext {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.collaborators_ext {
  margin-top: .10rem;
}

.collaborators_name {
  align-items: center;
  display: flex;
}

.collaborators_name h5 {
  font-size: 0.929rem;
  font-weight: 500;
  margin: 0 0 0;
}

.collaborators_chat {
  align-items: center;
  color: #656585;
  display: flex;
  font-size: 0.86rem;
  line-height: 1;
  margin-left: 0.8rem;
}

.collaborators_chat::before {
  background: url(../img/mbbank_share/ico-chat.svg) no-repeat 0 0/contain;
  content: "";
  height: 1.429rem;
  margin-right: 0.306rem;
  width: 1.429rem;
}

.collaborators_detail a {
  align-items: center;
  color: #747483;
  display: flex;
  font-size: 0.929rem;
  text-decoration: none;
}

.collaborators_detail a:nth-child(2):after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.1.svg") no-repeat 0 0/contain;
  content: "";
  height: 1.143rem;
  margin: 0 -.45rem 0 .4rem;
  width: 1.143rem;
}

.collaborators_ext dl {
  align-items: baseline;
  display: flex;
  margin: 0;
}

.collaborators_ext dt {
  color: #747483;
  font-size: 0.86rem;
}

.collaborators_ext dd {
  font-size: 0.93rem;
  margin: 0 0 0 .5rem;
}

.mf_intro {
  margin-top: 1.07rem;
  padding: 0 0.86rem;
}

.mf_intro img {
  max-width: 100%;
}

.intro_list {
  display: flex;
  flex-direction: column;
}

.intro_item {
  display: flex;
  margin: 0;
  padding-bottom: 1.36rem;
  position: relative;
}

.intro_item::after {
  background: repeating-linear-gradient(#b1b1c2 0 7px, transparent 7px 14px);
  content: "";
  height: 100%;
  left: 1.14rem;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
}

.intro_item>dt {
  flex: 2.286rem 0 0;
  z-index: 9;
}

.intro_item>dt img {
  height: 2.286rem;
  object-fit: contain;
  width: 2.286rem;
}

.intro_item>dd {
  flex: calc(100% - 2.286rem) 0 0;
  margin: 0;
  padding: 0.357rem 0 0 0.571rem;
}

.intro_item>dd img {
  max-width: 100%;
  object-fit: contain;
}

.intro_item>dd h4 {
  color: #24253d;
  font-size: 0.929rem;
  font-weight: 600;
  margin: 0 0 0.143rem;
}

.intro_item dd p {
  font-size: 0.9285rem;
  letter-spacing: normal;
  line-height: 1.48;
  margin: 0.35rem 0 0.55rem;
}

.intro_item dd p span,
.intro_item dd p a {
  font-size: 0.929rem;
}

.loans_item {
  background: #009970;
}

.loans_item p:last-child {
  border-top: 1px solid rgba(230, 230, 230, .5);
  margin-top: 10px;
  padding-top: 10px;
}

.loans_item p:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.utilities_item {
  background: #ce6d00;
  padding-left: 1.35rem !important;
}

.life_item {
  background: #70418e;
}

.intro_sub_item {
  border-radius: 0.57rem;
  color: #fff;
  margin: 0.714rem 0 0.857rem;
  padding: 0.8rem 0.9rem;
  position: relative;
}

.tp_item {
  background: #15157a;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.intro_item dd .tp_item>p {
  margin: 0.857rem 1.143rem 0.929rem;
}

.intro_cross_item:last-child {
  margin-bottom: 0;
}

.note_list p {
  display: flex;
}

.note_list_kbank p {
  display: inline-block;
  margin-left: 15px !important;
  text-indent: -15px;
}

.grp_note_content {
  align-items: center;
  display: flex;
  padding-left: 15px;
  width: 100%;
}

.gift_code {
  background-color: rgba(255, 255, 255, .3);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23F6CE28FF' stroke-width='2' stroke-dasharray='4%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 7px;
  color: #F6CE28;
  font-size: 16px;
  font-weight: 600;
  margin-left: 16px;
  padding: 16px 20px;
}

.kbank_note {
  display: flex;
  margin-bottom: 8px;
}

.kbank_note_info {
  flex: calc(100% - 140px) 0 0;
  padding-right: 16px;
  width: calc(100% - 140px);
}

.kbank_note_banner {
  flex: 140px 0 0;
  width: 140px;
}

.kbank_note_banner img {
  object-fit: contain;
  width: 100%;
}

.kbank_note_info .gift_code {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23ED830BFF' stroke-width='2' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  color: #ed830b;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 12px 0;
  padding: 16px 26px;
  text-align: center;
  width: 100%;
}

.note_list p:before {
  content: "-";
  margin-right: 0.571rem;
}

.intro_item:last-child::after {
  display: none;
}

.note_other {
  counter-reset: counter-list;
  list-style: none;
  margin: 0 0 0 -.45rem;
  padding: 0;
}

.note_other li {
  display: flex;
  font-size: 0.929rem;
  line-height: 1.61;
  margin: .34rem 0 .8rem;
}

.note_other li p {
  margin: 0 0 .15rem;
}

.note_other li:before {
  content: counter(counter-list) ". ";
  counter-increment: counter-list;
  margin-right: .6rem;
}

.brands_item {
  background: #fff;
}

.brands_item p {
  color: #24253d;
}

.other_brand img {
  height: 2rem;
  margin: .35rem 1.25rem 0 0;
  object-fit: contain;
}

.status_list {
  list-style: none;
  margin: -7px -2px 10px;
  padding-left: 0;
}

.status_list li {
  margin: 6px 0;
  padding-left: 14px;
  position: relative;
}

.status_list li:before {
  content: "-";
  left: 0;
  position: absolute;
  top: 0;
}

.btn_link_group {
  background: #fff;
  border-radius: 6px;
}

.btn_link {
  align-items: center;
  background: #005fff;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 1.38;
  padding: 11px 12px;
  width: 100%;
}

.btn_link:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.3.svg") no-repeat center / contain;
  content: "";
  flex: 16px 0 0;
  height: 16px;
  margin: 0 -5px 0 14px;
  width: 16px;
}

.btn_link_group .btn_link {
  border-bottom: 1px solid #d8d8d8;
  border-radius: 0;
  margin: 0 12px;
  padding: 12px 0;
  width: calc(100% - 24px);
}

.btn_link_group .btn_link:last-child {
  border-bottom: none;
}

.btn_link_2 {
  background: #fff;
  color: #005fff;
}

.btn_link_2:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.1.svg") no-repeat center / contain;
}

.active_status {
  align-items: baseline;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  margin: 2px 0 5px;
  padding-bottom: 7px;
  width: 100%;
}

.mbbank_history_info>div.active_status p {
  color: #0a0a28;
  font-size: .929rem;
  margin: 0;
}

.direct_link {
  align-items: center;
  color: #005fff;
  display: flex;
  font-size: .929rem;
  line-height: 1;
  text-decoration: none;
}

.direct_link:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.1.svg") no-repeat center / contain;
  content: "";
  height: 16px;
  margin-left: 3px;
  width: 16px;
}

#mfast-loading {
  z-index: 99;
}

.maintain_contain {
  align-items: center;
  background: #d9d9d9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 12px;
  padding: 12px 10px;
}

.maintain_contain p {
  margin: 7px 0 0;
}

.vib_compare_md .md_head {
  background: #fff;
}

.vib_compare_md .md_body {
  background: #f2f2f2;
  padding: 18px 16px 22px;
}

.vib_compare_md img {
  max-width: 100%;
}

@media screen and (min-width: 500px) {
  body {
    box-shadow: 0 1px 4px #d0d0d0;
    margin: auto;
    width: 450px;
  }

  .modal-slideup .md_content {
    left: calc(50% - 225px);
    width: 450px;
  }
}

.vib_modified {
  margin-left: 12px;
  white-space: nowrap;
}

.vib_main_card {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 14px;
}

.vib_main_card:after {
  background: rgba(255, 255, 255, .3);
  border-radius: 99px;
  height: 4px;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.vib_main_card:last-child {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.vib_main_card:last-child::after {
  display: none;
}

.main_card_ttl {
  padding-right: 15px;
}

.main_card_ttl a {
  margin-top: 3px;
  display: inline-block;
}

.main_card_ttl h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px;
}

.vib_customer_list {
  background: linear-gradient(#cc710a, #cc710a);
}

.customer_exclude_ttl {
  align-items: flex-end;
  background: url("/mfast_assets/img/vib/bg-exclude-customer.svg") no-repeat right top / 124px;
  display: flex;
  height: 94px;
  margin: -5px 0 8px;
}

.customer_exclude_ttl>h4 {
  color: #ffdb4b !important;
  line-height: 1.56;
  margin: 0 !important;
}

.note_other_vib {
  padding-left: 20px;
}

.note_other_vib li {
  text-indent: -20px;
}

.collab_frm_content {
  padding: 5px 16px;
}

.status_content {
  align-items: center;
  display: flex;
  margin-left: -16px;
  overflow-x: auto;
  width: calc(100% + 32px);
}

.status_content::-webkit-scrollbar {
  display: none;
}

.mf_radio_2 {
  position: relative;
}

.mf_radio_2 input {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.mf_radio_2 .text {
  align-items: center;
  background: #fff;
  border-radius: 99px;
  color: #545474;
  display: flex;
  height: 32px;
  margin: 0 4px;
  padding: 2px 12px;
  transition: .3s;
  white-space: nowrap;
}

.mf_radio_2:first-child .text {
  margin-left: 16px;
}

.mf_radio_2:last-child .text {
  margin-right: 16px;
}

.mf_radio_2 input:checked~.text {
  background: #005fff;
  color: #fff;
}

.collab_item {
  background: #fff;
  margin-bottom: 12px;
  padding: 10px 16px;
}

.collab_item:last-child {
  margin-bottom: 0;
}

.collab_item h5 {
  line-height: 1;
  margin: 0 0;
}

.collab_item h5 img {
  vertical-align: text-bottom;
}

.collab_item dl {
  align-items: baseline;
  display: flex;
  margin: 0;
}

.collab_item dt {
  font-size: 12px;
  font-weight: 400;
  min-width: 70px;
}

.collab_item dd {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn_call,
.btn_detail_2 {
  align-items: center;
  color: #434363;
  display: flex;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.btn_call:after,
.btn_detail_2:after {
  background: url("/mfast_assets/img/icons/ico-phone-1.0.svg") no-repeat center / contain;
  content: "";
  height: 20px;
  margin-left: 4px;
  width: 20px;
}

.btn_detail_2:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.0.svg") no-repeat center / contain;
  flex: 16px 0 0;
  height: 16px;
  margin: 0 -4px 0 4px;
  width: 16px;
}

.collab_container {
  padding-bottom: 25px;
}

.collab_detail_contain .collab_item dd {
  display: block;
  -webkit-line-break: unset;
  overflow: unset;
  text-overflow: unset;
}

.history_major {
  padding: 5px 16px;
}

.history_major_list {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
}

.history_major_item {
  align-items: center;
  display: flex;
  padding: 10px 0;
  position: relative;
}

.history_major_item::before {
  border-left: 2px solid #d9d9d9;
  content: "";
  height: 100%;
  left: 56px;
  position: absolute;
  top: 0;
}

.history_major_item::after {
  background: #d9d9d9;
  border-radius: 99px;
  content: "";
  height: 8px;
  left: 53px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}

.collab_ava {
  border-radius: 99px;
  flex: 48px 0 0;
  height: 48px;
  overflow: hidden;
  width: 48px;
}

.collab_ava img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.history_detail {
  flex: calc(100% - 48px);
  padding-left: 24px;
}

.history_detail h5 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0;
}

.rule_wallet_item {
  background-color: #B71515;
}

.rule_wallet_item .note_other {
  margin-left: 0;
}

/* vuiApp */
.vuiapp_tpl1 {
  background: #fff;
}

.vuiapp_tpl1 * {
  font-family: Avenir, MFastVN, 'Courier New', Courier, monospace;
}

.vuiapp_onshow {
  display: none;
}

.vuiapp_tpl .vuiapp_onshow {
  display: unset;
}

.vuiapp_tpl .vuiapp_onhide {
  display: none;
}

.vuiapp_tpl1 .mf_tabs_2>.tabs-nav {
  background: transparent;
  margin: 25px auto 0;
  width: calc(100% - 40px);
}

.vuiapp_tpl1 .mf_tabs_2>.tabs-nav .tabs-nav__list {
  margin-left: -3px;
  width: calc(100% + 6px);
}

.vuiapp_tpl1 .mf_tabs_2>.tabs-nav .tabs-nav__item {
  border: 1px solid #cbdbd5;
  border-radius: 99px;
  height: 46px;
  margin: 0 3px;
  padding-top: 4px;
  transition: .3s;
}

.vuiapp_tpl1 .mf_tabs_2>.tabs-nav .tabs-nav__item.active {
  border-color: #0AB17B;
  transition: .3s;
}

.vuiapp_tpl1 .mf_tabs_2>.tabs-nav .tabs-nav__drag {
  background: #0AB17B;
  margin-left: 3px;
}

.vuiapp_tpl1 .tabs-nav__item::after {
  display: none;
}

.vuiapp_tpl1 .mf_tabs_2>.tabs-nav .tabs-nav__link {
  color: #767696;
  font-size: 15px;
  font-weight: 500;
}

.vuiapp_tpl1 .intro_item>dd h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: unset;
}

.vuiapp_tpl1 .intro_item::after {
  display: none;
}

.vuiapp_tpl1 .mf_intro {
  padding: 0 20px;
}

.vuiapp_tpl1 .intro_item>dd {
  flex: 100% 0 0;
  padding: 0 16px;
  width: 100%;
}

.vuiapp_tpl1 .intro_sub_item.life_item {
  background: transparent;
  padding: 0;
}

.vuiapp_tpl1 .note_list {
  color: #333;
  counter-reset: list_counter;
}

.vuiapp_tpl1 .note_list p {
  border-top: 1px solid #E5E7EB;
  margin: 0;
  padding: 12px 0 12px 35px;
  position: relative;
}

.vuiapp_tpl1 .note_list p:first-child {
  border-top: none;
}

.vuiapp_hr {
  border-top: 4px solid #edf1ff;
  box-shadow: none;
  height: 0;
  width: 100%;
}

.vuiapp_tpl1 .vuiapp_onshow.vuiapp_hr {
  display: flex;
}

.vuiapp_tpl1 .note_list p:before {
  align-items: center;
  background: #5678EE;
  border-radius: 99px;
  box-sizing: border-box;
  color: #fff;
  content: counter(list_counter);
  counter-increment: list_counter;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.vuiapp_tpl1 .intro_item dd p {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.55;
}

.vuiapp_tpl1 .intro_item>dd.wallet_benif {
  background: #E7F8F2;
  border-radius: 8px;
  padding: 16px;
}

.wallet_benif .intro_sub_item {
  margin: 0;
  padding: 0;
}

.wallet_benif .intro_sub_item p {
  margin: 0;
}

.vuiapp_tpl1 .wallet_benif h4 {
  color: #0AB17B;
  margin-bottom: 4px;
}

.vuiapp_tpl1 .intro_sub_item.utilities_item {
  background: transparent;
  padding: 0 !important;
}

.vuiapp_tpl1 .intro_sub_item.rule_wallet_item {
  background-color: transparent;
  padding: 0 !important;
}

.vuiapp_tpl1 .note_other {
  margin: 10px 0 0;
}

.vuiapp_tpl1 .note_other li {
  border-top: 1px solid #E5E7EB;
  color: #4d4d4d;
  font-size: 14px;
  margin: 0;
  padding: 12px 0 12px 35px;
  position: relative;
}

.vuiapp_tpl1 .note_other li:first-child {
  border-top: none;
}

.vuiapp_tpl1 .note_other li:before {
  align-items: center;
  background: #5678EE;
  border-radius: 99px;
  box-sizing: border-box;
  color: #fff;
  content: counter(counter-list);
  display: flex;
  font-size: 11px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  left: 0;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.vuiapp_tpl1 .vuiapp_intro_ttl {
  background: rgb(10, 177, 123, .1);
  border-radius: 9px;
  font-size: 14px;
  line-height: 1.42;
  padding: 14px 12px 11px 44px;
  position: relative;
}

.vuiapp_tpl1 .vuiapp_intro_ttl::before {
  background: url("/mfast_assets/img/ico-gift.png") no-repeat center / contain;
  content: "";
  height: 20px;
  left: 14px;
  position: absolute;
  top: 11px;
  width: 20px;
}

.vuiapp_tpl1 .cake_intro_list .mbbank_intro_item::after {
  background: #5678EE;
  font-size: 16px;
  height: 40px;
  width: 40px;
}

.vuiapp_tpl1 .mbbank_intro_item:before {
  background: repeating-linear-gradient(transparent 0 7px, #d5deff 7px 14px);
  left: 20px;
}

.vuiapp_tpl1 .cake_intro_list .mbbank_intro__body {
  border-radius: 8px;
  box-shadow: 0px 4px 16px rgba(27, 29, 33, 0.05);
  flex: calc(100% - 60px) 0 0;
  margin-left: 20px;
  padding: 0 15px 30px 15px;
  width: calc(100% - 60px);
}

.vuiapp_tpl1 .cake_intro_list .mbbank_intro__body h3 {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  margin-top: 18px;
}

.vuiapp_tpl1 .cake_intro_list .mbbank_intro_item .mbbank_intro__body {
  padding-bottom: 20px;
  position: relative;
}

.vuiapp_tpl1 .cake_intro_list .mbbank_intro_item {
  padding-bottom: 20px;
}

.vuiapp_tpl1 .share_link_android {
  background: transparent;
  padding: 0;
}

.vuiapp_tpl1 .detail_link span {
  color: #5678EE;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vuiapp_tpl1 .detail_link {
  align-items: center;
  background: rgba(86, 120, 238, 0.1);
  border-radius: 8px;
  padding-left: 12px;
}

.vuiapp_tpl1 .detail_link a {
  background: #5678EE;
  border-radius: 8px;
  font-size: 0;
  height: 40px;
  position: relative;
  width: 40px;
}

.vuiapp_tpl1 .detail_link a:before,
.vuiapp_tpl1 .detail_link a:after {
  background: #5678EE;
  border: 2px solid #fff;
  border-radius: 4px;
  content: "";
  height: 14px;
  position: absolute;
  transform: scale(.6665);
  width: 14px;
}

.vuiapp_tpl1 .detail_link a:before {
  left: 23.6%;
  top: 23%;
}

.vuiapp_tpl1 .detail_link a:after {
  bottom: 23%;
  margin-left: 0;
  right: 23.6%;
}

.vuiapp_tpl1 .qr_content a {
  border: 1px solid #0AB17B;
  border-radius: 99px;
  color: #0AB17B;
  flex: auto 1 0;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  padding: 1px 10px;
}

.vuiapp_tpl1 .qr_content .btn-share_soc {
  background: #0AB17B;
  color: #fff;
  margin-left: 10px;
}

.vuiapp_tpl1 .qr_content .btn-share_soc:after {
  display: none;
}

.vuiapp_tpl1 .info_extent {
  background: rgba(10, 177, 123, 0.1);
  border-radius: 8px;
  color: #0AB17B;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 7px 6px 12px;
}

.vuiapp_tpl1 .info_extent:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.4.svg") no-repeat center / contain;
  flex: 13px 0 0;
  height: 13px;
  width: 13px;
}

.vuiapp_tpl1 .statistical_info {
  justify-content: center;
}

.vuiapp_tpl1 .current_date span {
  font-size: 18px;
  font-weight: 500;
}

.vuiapp_tpl1 .btn-switch_date {
  background-size: 99%;
  height: 20px;
  width: 20px;
}

.vuiapp_tpl .vuiapp_onshow.vuiapp_wallet_bonus {
  background: url("/mfast_assets/img/bank_account/tnex/bnr-vuiapp.png") no-repeat center / contain;
  display: flex;
  height: 100px;
  margin: auto;
  padding: 10px 20px;
  width: 335px;
}

.vuiapp_wallet_bonus dl {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding-top: 5px;
}

.vuiapp_wallet_bonus dt {
  font-size: 15px;
  font-weight: 500;
}

.vuiapp_wallet_bonus dd {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.vuiapp_tpl1 .note_list_pr {
  background: rgb(10, 177, 123, .1);
  border-radius: 8px;
  margin: 18px auto 0;
  padding: 10px 12px;
  width: calc(100% - 40px);
}

.vuiapp_tpl1 .note_list_pr p {
  line-height: 1.48;
  margin-left: 24px;
  text-indent: -24px;
}

.vuiapp_tpl1 .note_list_pr p img {
  transform: rotate(180deg);
  vertical-align: bottom;
}

.vuiapp_tpl1 .ranking_by_product {
  border: 1px solid #999;
  box-shadow: 0 2px 4px rgb(100 100 100 / 20%);
}

.vuiapp_tpl1 .tabs_slide_mbbank .tabs-nav__list:after {
  background: #dfdfdf;
}

.vuiapp_tpl1 .sending_filter label span {
  background: #dfdfdf;
}

.vuiapp_tpl1 .sending_filter input:checked~span {
  background: #0AB17B;
}

.vuiapp_tpl1 .tabs_slide_mbbank span.tabs-nav__drag {
  background: #0AB17B;
}

.vuiapp_tpl1 .datetime-filter {
  align-items: flex-end;
  line-height: 1;
}

.vuiapp_tpl1 .cake_intro_list {
  margin-top: 0;
}

/* END vuiApp */

.active_status_kbank {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.kbank_status_note {
  align-items: baseline;
  display: flex;
  margin: 0;
}

.kbank_status_note dt {
  min-width: 63px;
}

.kbank_status_note dd {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-left: 0;
  overflow: hidden;
  padding-right: 12px;
  text-overflow: ellipsis;
}

.frm_collab_search {
  padding: 0 16px;
}

.collab_search {
  background: #fff url("/mfast_assets/img/icons/ico-search-1.0.svg") no-repeat left 15px center / 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  height: 40px;
  padding: 1px 10px 1px 48px;
  transition: .3s;
  width: 100%;
}

.collab_search:focus {
  background: #fff url("/mfast_assets/img/icons/ico-search-1.1.svg") no-repeat left 15px center / 20px;
  border-color: #005fff;
  transition: .3s;
}

.collab_filter {
  align-items: center;
  display: flex;
  margin: 12px 0 20px;
  overflow-x: auto;
  width: 100%;
}

.collab_filter::-webkit-scrollbar {
  display: none;
}

.collab_filter .mf_radio {
  margin-right: 8px;
  position: relative;
}

.collab_filter .mf_radio:last-child {
  margin-right: 0;
}

.collab_filter .mf_radio input {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.collab_filter .mf_radio .text {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #545474;
  display: flex;
  height: 32px;
  padding: 1px 17px;
  transition: .3s;
  white-space: nowrap;
}

.collab_filter .mf_radio input:checked~.text {
  background: #005fff;
  color: #fff;
  transition: .3s;
}

.status_history {
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin: 0 16px;
  padding: 9px 0;
  position: relative;
}

.status_history:after {
  border-right: 2px solid #f2f2f2;
  content: "";
  height: 100%;
  left: 70px;
  position: absolute;
  top: 0;
}

.status_item {
  align-items: center;
  display: flex;
}

.status_img {
  align-items: center;
  border-right: 2px solid #f2f2f2;
  display: flex;
  flex: 72px 0 0;
  justify-content: center;
  padding: 7px 0;
  position: relative;
  width: 72px;
}

.status_img:after {
  background: #f2f2f2;
  border-radius: 999px;
  content: "";
  height: 8px;
  position: absolute;
  right: -5px;
  top: calc(50% - 4px);
  width: 8px;
}

.mf_avatar {
  background: #f2f2f2;
  border-radius: 999px;
  height: 48px;
  overflow: hidden;
  width: 48px;
}

.mf_avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.status_detail {
  flex: calc(100% - 72px) 0 0;
  padding: 0 12px;
  width: calc(100% - 72px);
}

.main_contain {
  min-height: 100vh;
}

.md_sharelink .share_link_android {
  display: flex;
  overflow-x: auto;
  padding: 25px 0 30px;
  width: 100%;
}

.md_sharelink .share_link_android::-webkit-scrollbar {
  display: none;
}

.resp-sharing-button {
  border-radius: 8px;
  height: 46px;
  margin: 0 4px;
  overflow: hidden;
  width: 46px;
}

.share_link_android a:first-child .resp-sharing-button {
  margin-left: 16px;
}

.share_link_android a:last-child .resp-sharing-button {
  margin-right: 16px;
}

.resp-sharing-button img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.md_sharelink .md_content {
  top: calc(100vh - 220px);
}

.md_sharelink .detail_link {
  margin: 0 auto;
  width: calc(100% - 32px);
}

.modal-clipboard p span {
  word-break: break-all;
}

.bonus_phase {
  background: #fff;
  border-radius: .5rem;
  margin-bottom: 25px;
  padding: .8rem;
}

.bonus_phase_item {
  border-bottom: 1px solid #ddd;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
}

.bonus_phase_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bonus_phase_item > h3 {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
}

.bonus_phase_item > h3 img {
  opacity: .4;
}

.bonus_phase_item p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

.bonus_temporary_content {
  align-items: center;
  border-top: 1px solid #cfd3d6;
  display: flex;
  justify-content: space-between;
  margin: 9px 16px 0;
  padding-top: 9px;
}

.bonus_temporary {
  align-items: center;
  color: #f58b14 !important;
  display: flex;
  font-size: 15px !important;
  font-weight: 500;
}

.bonus_temporary img {
  margin-right: 6px;
}

.bonus_temporary:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.0.svg") no-repeat center / contain;
  content: "";
  height: 16px;
  margin: 0 -4px 0 5px;
  opacity: .8;
  width: 16px;
}

.temp_bonus_custom {
  background: #fff;
  padding: 9px 16px;
}

.temp_bonus_custom h4,
.temp_bonus_custom h4 span {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.temp_bonus_custom dl {
  align-items: baseline;
  display: flex;
  margin: auto;
  margin: 4px 0;
}

.temp_bonus_custom dt {
  color: #545474;
  font-size: 12px;
  min-width: 66px;
}

.temp_bonus_custom dd {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.temporary_history {
  padding: 20px 16px;
}

.temp_history_list {
  background: #fff;
  border-radius: 8px;
  padding: 0 10px;
}

.temp_history_item {
  align-items: center;
  display: flex;
}

.temp_history_item p {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 2px;
}

.temp_history_item h5 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.user_avatar {
  align-items: center;
  border-right: 2px solid #ddd;
  display: flex;
  flex: 72px 0 0;
  justify-content: center;
  padding: 11px 0;
  position: relative;
}

.temp_history_item:first-child .user_avatar {
  padding-top: 15px;
}

.temp_history_item:last-child .user_avatar {
  padding-bottom: 18px;
}

.user_avatar:after {
  background: #ddd;
  border-radius: 99px;
  content: "";
  height: 6px;
  position: absolute;
  right: -4px;
  top: calc(50% - 3px);
  width: 6px;
}

.temp_content {
  flex: calc(100% - 72px) 0 0;
  padding-left: 12px;
}

.btn_cancel {
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 99px;
  color: #444;
  display: flex;
  height: 38px;
  padding: 2px 36px;
  width: fit-content;
}

.temp_project {
  background: #fff;
  padding: 12px;
  text-align: center;
}

.temp_project p {
  margin: 0;
}

.custom_list_contain {
  background: #fff;
  padding-bottom: 30px;
}

.custom_search_ctr {
  background: #f2f2f2 url("/mfast_assets/img/icons/ico-search-1.0.svg") no-repeat left 12px center / 18px;
  border: 1px solid #ccc;
  border-radius: 99px;
  height: 40px;
  margin: 16px;
  padding: 2px 10px 2px 40px;
  width: calc(100% - 32px);
}

.custom_list {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}

.custom_item {
  border-bottom: 1px solid #ddd;
  padding: 9px 0;
}

.custom_item h4 {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  margin: 3px 0;
}

.custom_item h4 img {
  max-height: 26px;
  max-width: 82px;
  object-fit: contain;
}

.custom_item dl {
  align-items: baseline;
  display: flex;
  margin: 2px 0;
}

.custom_item dt {
  color: #545474;
  font-size: 12px;
  min-width: 88px;
}

.custom_item dd {
  font-size: 13px;
  margin: 0;
}

.btn_detail {
  align-items: center;
  color: #545474;
  display: flex;
  font-size: 12px;
}

.btn_detail:after {
  background: url("/mfast_assets/img/icons/ico-arrow-right-1.0.svg") no-repeat center / contain;
  content: "";
  height: 16px;
  margin: 0 -2px 0 2px;
  opacity: .85;
  width: 16px;
}

.intro_sublist {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
}

.intro_sublist li {
  margin: 9px 0;
}

.sublist_2 {
  list-style: none;
  padding-left: 4px;
}

.sublist_2 > li {
  position: relative;
  padding-left: 16px;
}

.sublist_2 > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#exp_list_hint {
  display: none;
}

.exp_list {
  align-items: center;
  background: #fff;
  border-radius: 0 0 .57rem .57rem;
  color: #005fff;
  font-weight: 500;
  font-size: 13px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 5px 0 -.8rem -.9rem;
  width: calc(100% + 1.8rem);
}

.exp_list:after {
  background: url("/mfast_assets/img/icons/ico-plus-1.1.svg") no-repeat center / contain;
  content: "";
  height: 22px;
  margin-left: 6px;
  width: 22px;
}

.exp_list.active:after {
  background: url("/mfast_assets/img/icons/ico-minimize-1.1.svg") no-repeat center / contain;
}

.detail_card_contain {
  display: flex;
  flex-direction: column;
}

.detail_card_contain img {
  object-fit: contain;
}

.detail_card_contain .tabs-nav__link {
  font-size: 13px;
}

.detail_card_contain .mf_tabs_2>.tabs-nav .tabs-nav__item {
  height: 32px;
}

.detail_card_contain .tabs-nav {
  width: calc(100% - 26px);
  overflow-x: auto;
}

.detail_card_contain .tabs-nav::-webkit-scrollbar {
  display: none;
}

.detail_card_contain .tabs-nav__item {
  background: #fff;
  border-radius: 999px;
  padding: 1px 16px;
  margin: 0 6px;
  transition: .3s;
}

.detail_card_contain .tabs-nav__drag {
  display: none;
}

.detail_card_contain .tabs-nav__item.active {
  background: #005fff;
  transition: .3s;
}

.detail_card_contain .tabs-nav__item::after {
  display: none;
}

.md_card .md_content {
  background: #f2f2f2;
}

.detail_card_contain .mf_tabs_2>.tabs-nav {
  background: transparent;
}

.detail_card_contain .mf_tabs_2>.tabs-nav {
  margin: 18px auto 0;
}

.card_content {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.card_content > h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.card_item {
  border-radius: 7px;
  padding: 4px 14px;
  color: #fff;
  margin-bottom: 16px;
}

.cash_back {
  background-image: url("/mfast_assets/img/vib/ico-dcument.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 52px auto;
}

.vib_sharelink .linkback {
  width: calc(100% - 62px);
  padding-left: 12px;
}

.vib_sharelink .linkback h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.vib_sharelink .linkback .copy_text {
  opacity: .8;
  font-size: 13px;
}

.vib_sharelink .linkback .copy_text:after {
  height: 20px;
  width: 20px;
}

.vib_sharelink .qr_content .btn-share_soc {
  background: transparent;
  height: fit-content;
  padding: 0;
  opacity: .8;
  font-weight: 400;
  font-size: 13px;
}

.vib_sharelink .qr_content {
  align-items: center;
}

.vib_sharelink .qr_content a {
  font-size: 13px;
  opacity: .8;
}

.vib_sharelink .qr_content a img {
  height: 19px;
  width: 19px;
}

.vib_sharelink {
  padding-bottom: 18px;
  position: relative;
}

.vib_sharelink:after {
  background: repeating-linear-gradient(90deg, #b1b1c2 0 6px, transparent 6px 12px);
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.vib_sharelink:last-child {
  padding-bottom: 0;
}

.vib_sharelink:last-child::after {
  display: none;
}
.grp_custom_radio {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  height: 2.286rem;
  margin: 0.857rem 0 1.143rem -0.286rem;
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 0.571rem);
}

.grp_custom_radio::-webkit-scrollbar {
  display: none;
}

.grp_custom_radio label {
  display: -webkit-box !important;
  display: flex !important;
  font-size: 0.929rem !important;
  margin: 0 0.286rem 0 0.286rem !important;
  position: relative;
  white-space: nowrap;
}

.grp_custom_radio label span {
  align-items: center;
  background: #fff;
  border-radius: 99px;
  -webkit-box-align: center;
  display: -webkit-box;
  display: flex;
  height: 2.286rem;
  padding: 0 1.143rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.grp_custom_radio input {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.grp_custom_radio input:checked~span {
  background: #005fff;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.saleCode {
  background-color: #005fff;
  margin: 8px 0 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  padding: 6px 16px;
  align-items: center;
}

.readonly {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4 !important;
}