
.popup-nps__thanks[data-v-55bc68ee] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 60%;
}
.popup__thank-title[data-v-55bc68ee] {
  font-size: 18px;
  color: #0f172a;
  font-weight: bold;
  margin-top: 20px;
}
.popup__thank-text[data-v-55bc68ee] {
  font-size: 14px;
  color: #292b35;
  margin-top: 6px;
}
.popup__thank-icon[data-v-55bc68ee] {
  width: 148px;
  height: 118px;
  background-image: url(../img/thank-icon.755b005a.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.flex[data-v-55bc68ee] {
  display: flex;
}
.popup-nps[data-v-55bc68ee] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  animation: fadein-55bc68ee 0.5s;
}
@keyframes fadein-55bc68ee {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeout-55bc68ee {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.fadeout[data-v-55bc68ee] {
  animation: fadeout-55bc68ee 0.5s !important;
}
@keyframes moveup-55bc68ee {
from {
    transform: translateY(100%);
}
to {
    transform: translateY(0);
}
}
@keyframes movedown-55bc68ee {
from {
    transform: translateY(-100%);
}
to {
    transform: translateY(0);
}
}
.movedown[data-v-55bc68ee] {
  width: 100%;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  padding-top: 26px;
  display: flex;
  justify-content: center;
  position: relative;
  animation: movedown-55bc68ee 0.5s;
}
.popup-nps__body[data-v-55bc68ee] {
  width: 100%;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  padding-top: 26px;
  display: flex;
  justify-content: center;
  position: relative;
  animation: moveup-55bc68ee 0.5s;
}
.popup__close[data-v-55bc68ee] {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAO1JREFUSEvtlMENwjAMRe1J6LGMUJYpbAATUDZghLIMHYEes0mwgaqhJPEvUm/NJVL04+f8fJlp4cUL16cVYDoctajYVke5uXGP7mRWEIHor7I50ev+teKActcw09l7al1/P+QgRVm1zFyL9iLaBgKoKLiYhIwaf3N9t481kk1RDoIUV6AZ0xgELQ4BpnYRebFcPU/bElplvmAQB13rUdJz+JOnQgXIWS3dE5Ku4T70gtDzl6/vWJoRhv4g9qFIhKEX5NKCQpIWIVFEIMaosKP416j4DLtChpcOPXPNHnZmxRkCKKYz6v1IV4Dp3hMQMK8Zn0R9cgAAAABJRU5ErkJggg==);
  background-size: contain;
  margin: 16px 16px 0 0;
}
.popup__close[data-v-55bc68ee]:hover {
  background-color: #d9dade;
}
.popup__header[data-v-55bc68ee] {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.popup__main[data-v-55bc68ee] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
}
.vote[data-v-55bc68ee] {
  display: flex;
  align-items: center;
}
.vote__number[data-v-55bc68ee] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border: 1px solid #d9dade;
  cursor: pointer;
}
.vote__number[data-v-55bc68ee]:hover {
  background-color: #d9dade;
}
.vote__number + .vote__number[data-v-55bc68ee] {
  margin-left: 20px;
}
.vote__label[data-v-55bc68ee] {
  color: #74757c;
  font-size: 12px;
  margin-left: 16px;
  margin-right: 16px;
}
.vote-input[data-v-55bc68ee] {
  height: 80px;
  outline: none;
  border: 1px solid #d9dade;
  border-radius: 4px;
  margin-top: 16px;
  width: 100%;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.popup__footer--btn[data-v-55bc68ee] {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background-color: #d9dade;
  color: #74757c;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 16px;
  cursor: not-allowed;
}
.popup__footer--btn-thanks[data-v-55bc68ee] {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background-color: #274bf7;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 16px;
  cursor: pointer;
}
.btn-active[data-v-55bc68ee] {
  background-color: #274bf7;
  color: #fff;
  cursor: pointer;
}
.popup__footer[data-v-55bc68ee] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.popup__image--like[data-v-55bc68ee] {
  margin-right: 89px;
  margin-top: 32px;
  width: 68.52px;
  height: 71.15px;
  background-image: url(../img/like-icon.d9090df4.svg);
  background-size: contain;
}
.popup__image--3star[data-v-55bc68ee] {
  width: 93.37px;
  height: 81.51px;
  background-image: url(../img/3-stars.f92fb019.svg);
  background-size: contain;
  margin-bottom: 42px;
}
.popup__image--heart[data-v-55bc68ee] {
  width: 47.52px;
  height: 47.52px;
  background-image: url(../img/heart-icon.5348a9a8.svg);
  background-size: contain;
  margin-left: 42px;
  align-self: flex-start;
}
.popup__image--1star[data-v-55bc68ee] {
  width: 87.02px;
  height: 54.52px;
  background-image: url(../img/1-star.69bce7c4.svg);
  background-size: contain;
  margin-left: 75px;
  margin-bottom: 65px;
  align-self: flex-end;
}
.popup-image[data-v-55bc68ee] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-start[data-v-55bc68ee] {
  align-items: flex-start;
}
.flex-end[data-v-55bc68ee] {
  align-items: flex-end;
}
.reason__lable[data-v-55bc68ee] {
  font-size: 14px;
  color: #0f172a;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}
.reason__idea[data-v-55bc68ee] {
  border-radius: 16px;
  border: 1px solid #d9dade;
  height: 32px;
  padding: 6px 12px;
  white-space: nowrap;
  cursor: pointer;
}
.reason-active[data-v-55bc68ee] {
  border: 1px solid #274bf7;
  z-index: 99;
}
.reason__idea + .reason__idea[data-v-55bc68ee] {
  margin-right: 6px;
  margin-bottom: 8px;
}
.reason__idea[data-v-55bc68ee]:first-child {
  margin-right: 6px;
}
.reason[data-v-55bc68ee] {
  flex-wrap: wrap;
}
.sad-icon[data-v-55bc68ee] {
  position: relative;
}
.happy-icon[data-v-55bc68ee] {
  position: relative;
}
.smile-icon[data-v-55bc68ee] {
  position: relative;
}
.sad-icon[data-v-55bc68ee]::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 48px;
  height: 48px;
  background-image: url(data:image/png;base64,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);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.happy-icon[data-v-55bc68ee]::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 48px;
  height: 48px;
  background-image: url(data:image/png;base64,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);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.smile-icon[data-v-55bc68ee]::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 48px;
  height: 48px;
  background-image: url(data:image/png;base64,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);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dashboard[data-v-48e03bf5]{column-count:1;width:100%;display:flex;padding:20px;justify-content:space-between;align-items:center;height:fit-content;padding-right:4px}.dashboard .child-dashboard[data-v-48e03bf5]{width:33%;display:flex;flex-grow:2;margin-right:16px;height:100%;min-height:80px;background-color:#fff;border-radius:8px;color:#0f172a;cursor:pointer;border:1px solid transparent}.dashboard .child-dashboard .info-dashboard[data-v-48e03bf5]{align-self:center;margin-left:16px}.dashboard .child-dashboard .info-dashboard .quantity-dashboard[data-v-48e03bf5]{font-size:1.75rem;font-family:"GOOGLESANS BLACK"}.dashboard .child-dashboard .icon-dashboard[data-v-48e03bf5]{width:40px;height:40px;background-repeat:no-repeat;background-size:contain;align-self:center;margin-left:16px}.dashboard .child-dashboard .icon-dashboard.need-to-handlev2[data-v-48e03bf5]{background-image:url(../img/need-to-handlev2.b59934d4.svg)}.dashboard .child-dashboard .icon-dashboard.icon-wait-someone-sign[data-v-48e03bf5]{background-image:url(../img/Iconly-Bulk-Edit.0db1342a.svg)}.dashboard .child-dashboard .icon-dashboard.icon-expiring-soon[data-v-48e03bf5]{background-image:url("../img/Iconly-Bulk-Close Square.3f50e5b8.svg")}.dashboard .child-dashboard .icon-dashboard.icon-successful-sign[data-v-48e03bf5]{background-image:url("../img/Iconly-Bulk-Tick Square.ec2eeb4a.svg")}.dashboard .child-dashboard .icon-dashboard.icon-document-complete[data-v-48e03bf5]{background-image:url(../img/Icon-document-complete.b38c3022.svg)}.dashboard .child-dashboard[data-v-48e03bf5]:hover{border:1px solid #2566e9}.dashboard .blue[data-v-48e03bf5]{background-color:#0c75ff}.dashboard .yellow[data-v-48e03bf5]{background-color:#ff9c46}.dashboard .green[data-v-48e03bf5]{background-color:#16d636}.dashboard .red[data-v-48e03bf5]{background-color:#f23f3f}
.icon-file{background-image:url(../img/icon-file.e0e11ba6.svg);background-size:contain;width:40px;height:40px}.icon-file-v2{background-image:url(../img/icon-file-2.be2dc42a.svg);background-size:contain;width:40px;height:40px}.m-icon-1x{background-size:contain;width:12px;height:12px}.m-icon-16{background-size:contain;min-width:16px;min-height:16px}.m-icon-2x{background-size:contain;width:24px;height:24px}.m-icon-3x{background-size:contain;width:32px;height:32px}.m-icon-20{background-size:contain;width:20px;height:20px}.m-icon-4x{background-size:contain;width:40px;height:40px}.m-icon-5x{background-size:contain;width:48px;height:48px}.m-icon-56{background-size:contain;width:56px;height:56px}.icon-image{background-image:url(../img/drive-image.05494a87.svg);background-size:contain}.icon-back{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAYxJREFUaEPtmLFOwzAQQH3NijKhMjNB/4Jf4AugGxu/wsYa/oB+Ab/A1HbMnC5RI6RWSD5iUEQUouScs+ozcrdKdu69u4t8MajAfxA4v4oCvisYKxArwMxAbKFuAs/Or28QZuXHbv3OTC5pu9MKpPNFBgB3JvLxqC8P5TYnUTAWORNowxserfWy2m0zBhtpqxOBLjwivuyLzT2JgLmILeAT3rizBHzDswQkwE8WkAI/SUASvLWANHgrAYnwZAGp8CQByfCjAtLhBwXSi8UTKHhsTvp6PKinS3hlnvzW2xF1Xn0eVqrMy77NvSexGYmTZPbWglf1lGkd3NUGjXhbFZve5P1PAZO5dH71DJA8dFpo5Sqr1Od8t9DAWD7YF39fYpXti/WSGvwU60YbW7rEqMBPO/1+Kpr/iHIqQRKQLEEWkCphJSBRwlpAmsQkAUkSkwWkSLAEJEiwBXxLOBHokwjqarGZedrfEMFd7jYSQV+vn2L67MZw9g74gDcxo4CvzDdxYwViBZgZCL6FvgAFhARA5nVPygAAAABJRU5ErkJggg==);background-size:contain;width:24px;height:24px;margin-right:4px}.icon-account{background-image:url(../img/ic-account.e3719ab3.svg);background-size:contain}.icon-mail{background-image:url(../img/ic-mail.16998cc7.svg);background-size:contain}.icon-timer{background-image:url(../img/ic-timer.b3ef2d30.svg);background-size:contain}.icon-page{background-image:url(../img/ic-page.633ff7f4.svg);background-size:contain}.icon-location{background-image:url(../img/ic-location.68e9fae2.svg);background-size:contain}.icon-participant-action-rejected{background-image:url(../img/icon-hand-white.e984db9a.svg);background-size:16px;background-position:center}.icon-participant-action-signed{background-image:url("../img/check (1).059bd8b5.svg");background-size:16px;background-position:center}.icon-arrow{background-image:url(../img/icon-arrow-down.f13aa4b4.svg);background-size:contain;width:24px;height:24px}.icon-arrowv2{background-image:url(../img/icon-arrowv2.ec8f29df.svg);background-size:contain}.icon-arrowv3{background-image:url(../img/icon-arrowv3.c7581671.svg);background-size:contain}.icon-back-document-detail{background-image:url(../img/icon-back-document-detail.65f61e3d.svg);background-size:contain;width:24px;height:24px;border-radius:50%;margin-right:4px}.icon-back-document-detail:hover{background-color:#d9dade}.icon-more-document-detail{background-image:url(../img/icon-more-document-detail.fe036a4c.svg);background-size:contain;width:32px;height:32px;margin-right:4px}.icon-download{background-image:url(../img/icon-download.cf8fa2b3.svg);background-size:contain;margin-right:4px}.icon-hand-red{background-image:url(../img/icon-hand-red.63b83255.svg);background-size:contain;width:24px;height:24px;margin-right:4px}.icon-next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAMtJREFUSEtjZKAxYKSx+Qwj0IL///8LAIO1H4gLGRkZPxAKYpKDCGrBA6DB94HYkZAlJFsAcjHQEgMgdYAYS8iygBRLyLaAWEsosoAYSyi2gJAlKBYAIy8BqCGeUNLDIc8DFAdF/ksg1oGlLnQLCoCSARRYoA/U+wqItbFaQKbBsGS7H6j/IRA7IOcNiuMAmiewGg5yMEUWEDKcIguIMZxsC4g1nCwLgIYrADWexxah2BIJyXEALU0nAA0rIFSSkuUDUpMyyT4YeRYAADgpXhlTbcCqAAAAAElFTkSuQmCC);background-size:contain;width:24px;height:24px;margin-left:4px}.icon-file-pdf{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAA95JREFUWEfVmU1ME1EQgKelIURRG0IQCTE0GLnJEr15EK160BjRk1HRciCiF4vSK209WpR6URIOoAETD2KJkYM/scboSWPxpokpB4JoGoL8hZjCOvPaXbel3c7uVoibbJrCm3nfm3kzb97UBiafeLNUByVwEsWbwQZO/KRXSquL4ecsyPgCRGEFRl3R2ISZqWxGhBDKCQ64ijItGhiuCoKOQBLuICyBsx4WoAomgzdtLZbynIPIqjYIc0ELAsYPSR5U2GsZLJs25f4216tYRG+1uoDxw5IfhQPmzcWSDLhexoL5RuYEFC4tEVbzsKawOkiGQQykzlx7MzegWxpYNzhlcQiJ7m7LXusaQHQruZRcuxFPEN2dsaUyAEVA2GFgI8jUOWU4pQ0cFTC97+JFj1ajq6XoXgGXsh//Am6sa7OXobpaAHKtV9a4Dyq7guCorjFqFzE+OT0FiR4/LI9/0JfXWDEFyLRe7dAYOLbvMAWnCBHkZOtxjg5hRQXwE0ooB31e4boXNMz6M3GkiaMkhoBNNlGVOCDOkdADXHj+FOZGhqHiig/K9uzVVccExD0BLhu614vaeq0C/vRfg9XFeaB96my9VBxAgE4CpMOa6rqCj54FCZA2P1mw/OiJYgGOEmAUtR0oSIcD9ADnRh7CzL0Q1PQ9gtL63cUCfEOArAChGTmAFZd9sPX02WIBxghQ5livEOBUxxkEOwczd0NQOzwG9s3ledWygwQ1FAVw+fNHmH3QB9U9/ZAI+eH3ty9QFezNmzONAbqlGJ6/jRwr5nPxdFc7OC90IFCNCJREqFuoo+906qwuzGcAswFlGLccJEvvo5C42Q2luxqEW0vrGwQYpZyld6/Rml8FZFXgtnpEsgEBRJCYSjOriwtivxHEpv0HodKXt2pf4xwDgCLNmErU5FZKynOPh6F26BnYy7dwdokYYwAQE7WJo46CYPp6u5is+la/cKuRhw1IRx0pjjMDRRskBEl7zYjllEWwADFAsLKWDJVbOyNvdfMbx4rJH99h8vwxzlBNuYXXTNkBE0i7TU9SFKy+G6ZrQoKjFFSoYMWT45ctCXVU9v8fJb/Yh0wrcnxjZYzWeqQn89rpllrwL0+sTGBZNt+1U1HMvZ9YBsmtQP/irkK6pUG05MV/BJFbrQz3Ma14sv+p1zwKrxskwuFl3ctuHq2zu9e4VWtFVgNTtkO4UI40uh1EtMrgsdTAVC2Z6k17UanXKqgAA9ECDnN61QUtqLVMulftxe49pSNWkavK49mKMtREZ4EpcoYAs2Dpwk/d/mZ8nQjtVKFTMNSDTv0MkYSI2Z8h/gDw4pmwcOQXgwAAAABJRU5ErkJggg==);background-size:contain;width:40px;height:40px}.icon-celendar{background-image:url(../img/celendar.0b01bee5.svg);background-size:contain;width:18px;height:20px}.icon-validate-error{background-image:url(../img/validate-error.40517a6e.svg);background-size:contain;width:20px;height:20px}.icon-dropdown{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAABHNCSVQICAgIfAhkiAAAAFBJREFUCFtjLCmt/sDAwMjPgAcwMvwzZCwqrUpgYmCaj0vd////F/b2tCYwghTgUgxTBFIDVohNMbIiFIXIitEVYSgECZSWVhl0d7ddQHczAIWMJ5tPOpzzAAAAAElFTkSuQmCC);background-size:contain;width:14px;height:14px}.icon-down{background-image:url(../img/icon-down.646b6877.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-down-active{background-image:url(../img/icon-down-active.dbe3ed26.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-save-dispatch{background-image:url(../img/icon-save-dispatch.e6bf31c7.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-save-dispatch-dark{background-image:url(../img/icon-save-dispatch-dark.af41b30a.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-view-original-file{background-image:url(../img/icon-view-original-file.4163f5c5.svg);background-size:contain;transition:.5s all;width:24px;height:24px}.icon-original-file-doc{background-image:url(../img/icon-original-file-doc.c220a0c3.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-original-file-xls{background-image:url(../img/icon-original-file-xls.bec793ba.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-waiting-confirm-cancel{background-image:url(../img/waiting-confirm-cancel.cc1441cf.svg);background-size:contain;width:20px;height:20px;transition:.5s all}.arrow-right-up-blue{background-image:url(../img/arrow-right-up-blue.7e6b60d3.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.TMS-logo{background-image:url(../img/TMS-logo.88b78098.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.EmployeesProfile-logo{background-image:url(../img/EmployeesProfile-logo.7bdc7036.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISProcess-Logo{background-image:url(../img/AMISProcess-logo.5cfb81c5.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISCRM-Logo{background-image:url(../img/AMISCRM-logo.6f4d3e0c.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISDispatch-logo{background-image:url(../img/AMISDispatch-logo.af95aba4.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.icon-down-white{background-image:url(../img/icon-down-white.f13aa4b4.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-down-contrast-active{background-image:url(../img/icon-down-contrast-active.dee7c5bd.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-rotate-page{background-image:url(../img/icon-rotate-page.a858ab87.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus-white{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer;margin-right:4px}.icon-choose-checkbox{background-image:url(../img/Icon-choose-checkbox.71d94fa5.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer;margin-right:4px}.icon-plus-white{background-image:url(../img/icon-plus.18bc6e4f.svg);background-size:contain;background-position:center}.icon-document-batch-16{background-image:url(../img/icon-document-batch.9a9b0d0e.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer}.icon-arrow-download{background-image:url(../img/icon-arrow-download.00c5e552.svg);background-size:contain;background-position:center;width:12px;height:12px;margin:auto 0;cursor:pointer}.icon-arrow-download-left{background-image:url(../img/icon-arrow-left.8870fef5.svg);background-size:contain;background-position:center;margin:auto 0;width:16px;height:16px}.icon-plus-primary{background-image:url(../img/Icon-Plus-Primary.dd7b5623.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus-blue{background-image:url(../img/Icon-Plus-Blue.fd635c37.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer}.icon-minus{background-image:url(../img/Icon-Minus.d211ec35.svg);background-position:center;background-size:contain;width:24px;height:24px;cursor:pointer}.icon-sender-avatar{background-image:url(../img/icon-sender-avatar.ab0d4557.svg);background-position:center;background-size:contain;width:48px;height:48px;cursor:pointer}.icon-jetpay{background-image:url(../img/Logo-JetPay.11fbd709.svg);background-position:center;background-size:contain;width:158px;height:74px;cursor:pointer}.icon-edit{background-image:url(../img/edit.2d7aabcb.svg);background-size:contain;cursor:pointer}.icon-editv2{background-image:url(../img/icon-editv2.46f0c2ac.svg);cursor:pointer}.icon-upload{background-image:url(../img/uploadV2.72ed2c4f.svg);background-size:contain;width:66px;height:84px;cursor:pointer}.icon-move{background-image:url(../img/Icon-Move.f1deca4a.svg);background-size:contain;width:11px;height:18px}.icon-signature{background-image:url(../img/Icon-signature.7ac2f74f.svg);background-size:contain;width:24px;background-position:center;height:24px}.icon-stamp{background-image:url(../img/icon-stamp.f6618a22.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-initial{background-image:url(../img/Icon-initial.0b94ae35.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-attachment{background-image:url(../img/attachment-icon.d44c0fac.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-document-status-completed{background-image:url(../img/document-status-completed.06a1fc41.svg);background-size:contain;width:24px;height:24px}.icon-document-status-rejected{background-image:url(../img/document-status-rejected.bc38cec5.svg);background-size:contain;width:24px;height:24px}.icon-document-status-cancelled{background-image:url(../img/document-status-cancelled.bc38cec5.svg);background-size:contain;width:24px;height:24px}.icon-check{background-image:url(../img/Icon-Check.779d3bc9.svg);background-size:contain;width:22px;height:22px}.icon-warning-small-v2{background-image:url(../img/Icon-warning-small-v2.796d26ec.svg);background-size:contain;width:20px;height:20px}.icon-export{background-image:url(../img/icon-export.8a4409a4.svg);background-size:contain;width:24px;height:24px;cursor:pointer}.icon-export-v2{background-image:url(../img/icon-export-v2.2abe4fc8.svg);background-size:contain;width:20px;height:20px;cursor:pointer}.icon-check-all{background-image:url(../img/icon-check-all.cf23ee73.svg);background-size:contain}.icon-upload-home{background-image:url(../img/upload-home.72ed2c4f.svg);background-size:contain;width:38px;height:49px;cursor:pointer}.icon-upload-contact{background-image:url(../img/icon-upload.b3a774be.svg);background-size:contain;width:24px;height:24px}.icon-uploadV2{background-image:url(../img/icon-upload.b149dd47.svg);background-size:contain;cursor:pointer}.icon-word{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-doc{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-docx{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-octet-stream{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-document{background-image:url(../img/iconly-light-document.6ef70f2b.svg);background-size:contain;width:40px;height:40px}.icon-document-verify{background-image:url(../img/icon-document-verify.b7dbfe4b.svg);background-size:contain;width:40px;height:40px}.icon-document-pages{background-image:url(../img/icon-document-pages.1934933d.svg);width:24px;background-position:center;height:24px}.icon-signature-info{background-image:url(../img/icon-signature-info-box.0523f132.svg);width:24px;background-position:center;height:24px}.icon-pdf{background-image:url(../img/drive-pdf.f62f30a2.svg);background-size:contain;width:40px;height:40px}.icon-png{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-jpeg{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-jpg{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-done{background-image:url(../img/icon-done.c692666a.svg);background-size:contain;width:16px;height:16px}.icon-help{background-image:url(../img/icon-help.c05763a9.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-help-gray{background-image:url(../img/icon-help-gray.4931a3fb.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-new-approve{background-image:url(../img/icon-new-approve.818c8c3a.svg);background-size:auto;background-position:center;width:16px;height:16px;margin-right:4px}.icon-new-cancel{background-image:url(../img/icon-new-cancel.a93e8e60.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-copy{background-image:url(../img/icon-new-copy.9f8b8bc9.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-direct{background-image:url(../img/icon-new-direct.c83bd9cb.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-download{background-image:url(../img/icon-new-download.9a5a31d7.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-edit{background-image:url(../img/icon-new-edit.75646844.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-history{background-image:url(../img/icon-new-history.b44a6e3b.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-resend{background-image:url(../img/icon-new-resend.5cbb2b3c.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-sign{background-image:url(../img/icon-new-sign.63d10f3d.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-sign-black{background-image:url(../img/icon-new-sign-black.2fa78197.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-stamp-black{background-image:url(../img/icon-new-stamp-black.5f991b29.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-approval-sign-black{background-image:url(../img/icon-new-approval-sign-black.18262ee3.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-restore{background-image:url(../img/icon-new-restore.aa920a4e.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-detail{background-image:url(../img/ic_detail.96a6d45b.svg);background-size:contain;cursor:pointer;position:relative}.icon-excel{background-image:url(../img/drive-ms-excel.c309f9f4.svg);background-size:contain}.icon-arrow-cbb{margin-left:4px}.icon-delete{background-image:url(../img/trash-2.72c2a436.svg);background-size:auto;background-position:center}.icon-deletev2{background-image:url(../img/icon-deletev2.47f51245.svg);background-size:auto;background-position:center}.icon-multidownload{background-image:url(../img/multi-download.f6342289.svg);background-size:auto;background-position:center}.icon-file-2{background-image:url(../img/icon-file-2.be2dc42a.svg);background-size:auto;background-position:center}.icon-close{background-image:url(../img/icon-close.eb782d95.svg);background-position:center;background-size:contain}.icon-close-black{background-image:url(../img/icon-close-black.f685990e.svg);background-position:center;background-size:contain}.icon-warning-small{background-image:url(../img/icon_warning_small.ce8423e7.svg);background-position:center;background-size:contain}.icon-closev2{background-image:url(../img/icon-close2.8e0584c6.svg);background-position:center;cursor:pointer;background-size:contain}.icon-use-template{background-image:url(../img/user-template.267c70aa.svg);background-size:auto;background-position:center}.icon-success{background-image:url(../img/icon-success.cb6a5176.svg);background-size:auto;background-position:center 0}.icon-send-horizontally{background-image:url(../img/send.b70e5182.svg);background-size:contain;width:24px;height:24px;background-position:center 0}.icon-send-horizontally-black{background-image:url(../img/send-black.aec9ae35.svg);background-size:contain;width:24px;height:24px;background-position:center 0}.icon-danger{background-image:url(../img/icon-danger.2a3cb13e.svg);background-size:auto;background-position:center 0}.icon-warning{background-image:url(../img/icon-warning.036ee2e8.svg);background-size:auto;background-position:center}.icon-warning-bold{background-image:url(../img/icon-warning-bold.70fc2044.svg);background-size:auto;background-position:center;height:60px;width:60px}.icon-warning-v2{background-image:url(../img/icon-warning-v2.5d38cacd.svg);background-size:auto;background-position:center;height:96px !important}.icon-warning-new{margin-top:16px;width:60px;height:60px;background-image:url(../img/warning-icon.5b847f8c.svg)}.icon-timeout{background-image:url(../img/timeout1.4d75d51e.svg);background-size:auto;background-position:center}.icon-search{background-image:url(../img/Icon-Search.a6193280.svg);background-size:auto;background-position:center}.icon-search-blue{background-image:url(../img/Icon-Search.a6193280.svg);background-size:auto;background-position:center}.icon-move-folder{background-image:url(../img/icon-move-folder.5a31b67d.svg);background-size:auto;background-position:center}.icon-loading{background-image:url(../img/icon-loading.44203b3e.svg);background-size:auto;background-position:center;width:50px;height:50px;z-index:1000;position:fixed;top:50%;right:50%;animation-name:spin;animation-duration:1000ms;animation-iteration-count:infinite;animation-timing-function:linear}.icon-information{background-image:url(../img/icon-information.17cb3729.svg);background-size:auto;background-position:center}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.icon-download{background-image:url(../img/icon-download.cf8fa2b3.svg);background-size:auto;background-position:center}.icon-download-primary{background-image:url(../img/icon-download-primary.3a4d0e9f.svg);background-size:auto;background-position:center}.icon-more-v2{background-image:url(../img/icon-moreV2.57b59270.svg);background-size:auto;background-position:center}.icon-show-file{background-image:url(../img/icon-show-file.8e17b2dc.svg);background-size:auto;background-position:center}.file-request{background-image:url("../img/Icon-Tai lieu den.bc46f3c3.svg");background-size:auto;background-position:center}.file-had-sent{background-image:url(../img/Icon-Send.675ebb50.svg);background-size:auto;background-position:center}.draft{background-image:url(../img/Icon-Draft.472fe642.svg);background-size:auto;background-position:center}.file-request-v2{background-image:url(../img/icon-file-request-v2-unactive.89482cea.svg);background-size:auto;background-position:center}.file-request-v2.active{background-image:url(../img/icon-file-request-v2.1e094c6d.svg)}.file-had-sent-v2{background-image:url(../img/icon-file-had-sent-v2-unactive.8606f1a9.svg);background-size:auto;background-position:center}.file-had-sent-v2.active{background-image:url(../img/icon-file-had-sent-v2.88c31e10.svg)}.draft-v2{background-image:url(../img/icon-draft-v2-unactive.42ac1c98.svg);background-size:auto;background-position:center}.draft-v2.active{background-image:url(../img/icon-draft-v2.ed014f9d.svg)}.recycle-v2{background-image:url(../img/icon-recycle-unactive.3e12ce5f.svg);background-size:auto;background-position:center}.recycle-v2.active{background-image:url(../img/icon-recycle-v2.acc6971a.svg)}.icon-filter-v2{background-image:url(../img/icon-filter-unactive.588c4fd5.svg);background-size:auto;background-position:center}.icon-filter-v2.active{background-image:url(../img/icon-filter-v2.5422f2b6.svg)}.had-sign{background-image:url("../img/Icon-User check.ba1bb8ba.svg");background-size:auto;background-position:center}.template{background-image:url("../img/Icon-Tai lieu mau.511f3580.svg");background-size:auto;background-position:center}.recycle{background-image:url(../img/Icon-Trash.121bf719.svg);background-size:auto;background-position:center}.icon-add-folder{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:auto;background-position:center}.active .file-request{background-image:url(../img/icon-tai-lieu-den-active.ca79fa34.svg);background-size:auto;background-position:center}.active .file-had-sent{background-image:url(../img/icon-send-active.8be4f901.svg);background-size:auto;background-position:center}.active .draft{background-image:url(../img/icon-draft-active.ec30650b.svg);background-size:auto;background-position:center}.default{background-image:url(../img/icon-folder.8579971a.svg);background-size:auto;background-position:center}.active .default{background-image:url(../img/icon-folder-active.52ac38a0.svg);background-size:auto;background-position:center}.active .had-sign{background-image:url(../img/had-sign-active.3a934f8e.svg);background-size:auto;background-position:center}.active .template{background-image:url(../img/icon-template-active.f09468e1.svg);background-size:auto;background-position:center}.active .recycle{background-image:url(../img/icon-trash-active.19d21f51.svg);background-size:auto;background-position:center}.active .icon-add-folder{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:auto;background-position:center}.status-use{background-image:url(../img/status-use.7651496d.svg);background-size:auto}.status-postpone{background-image:url(../img/status-postpone.d553f5dc.svg);background-size:auto}.icon-share{background-image:url(../img/icon-share.7e202c0c.svg);background-size:auto;background-position:center}.icon-add-signer{background-image:url(../img/icon-add-signer.cd49318b.svg);background-size:auto;background-position:center}.icon-add-tag{background-image:url(../img/icon-add-tag.e754b883.svg);background-size:auto;background-position:center;width:24px;height:24px;cursor:pointer}.icon-save{background-image:url(../img/icon-save.d0fe69ec.svg);background-size:auto;background-position:center}.icon-pause{background-image:url(../img/icon-pause.485d525d.svg);background-size:auto;background-position:center}.icon-use{background-image:url(../img/icon-use.fb6d10f5.svg);background-size:auto;background-position:center}.icon-clone{background-image:url(../img/icon-clone.9a110d39.svg);background-size:auto;background-position:center}.icon-cancel{background-image:url(../img/icon-cancel.371c1ec2.svg);background-size:auto;background-position:center}.icon-revoke-cancelled{background-image:url(../img/icon-revoke-cancelled.69d1f55e.svg);background-size:auto;background-position:center}.icon-incomplete-outline{background-image:url(../img/icon-document-incomplete.3c7da7b0.svg);background-size:auto;background-position:center}.icon-restore{background-image:url(../img/icon-restore.e11f8f96.svg);background-size:auto;background-position:center;width:24px;height:24px}.icon-again{background-image:url(../img/icon-again.6abd6a64.svg);background-size:auto;background-position:center}.icon-reverse{background-image:url(../img/icon-reverse.e5dd08d3.svg);background-size:auto;background-position:center;width:24px;height:24px}.icon-message{background-image:url(../img/icon-send-msg.b4f8b96a.svg);background-size:auto;background-position:center}.icon-question{background-image:url(../img/Question.ec9b6e7c.svg);background-size:auto;background-position:center}.icon-questionv2{background-image:url(../img/icon-questionv2.ec9b6e7c.svg);background-size:auto;background-position:center}.icon-question-blue{background-image:url(../img/questiob-blue.833cb9ea.svg);background-size:auto;background-position:center}.icon-questionv3{background-image:url(../img/icon-questionv3.39f57524.svg);background-size:auto;background-position:center}.icon-gg-drive{background-image:url(../img/icon-gg-drive.55f1df7b.svg);background-size:auto;background-position:center}.icon-one-drive{background-image:url(../img/icon-onedrive.699e43bf.svg);background-size:auto;background-position:center}.icon-dropbox{background-image:url(../img/icon-dropbox.26e87efc.svg);background-size:auto;background-position:center}.icon-avatar{background-image:url(../img/icon-avatar.841ec3d8.svg);background-size:contain;background-position:center}.icon-avatarv2{background-image:url(../img/icon-avatarv2.57410f44.svg);background-size:contain;background-position:center}.icon-avatarv3{background-image:url(../img/icon-avatarv3.fadc5bd4.svg);background-size:contain;background-position:center}.icon-msg{background-image:url(../img/icon-msg.82f27b51.svg);background-size:contain;background-position:center}.icon-eye{background-image:url(../img/Icon-Eye.8e17b2dc.svg);background-size:contain;background-position:center}.icon-eyev2{background-image:url(../img/icon-eyev2.46a20923.svg);background-size:contain;background-position:center}.icon-eyev2.show{background-image:url(../img/icon-eye-show.a4769932.svg)}.icon-pc{background-image:url(../img/icon-pc.4cde3985.svg);background-size:auto;background-position:center}.icon-mobile{background-image:url(../img/icon-mobile.7da8414c.svg);background-size:auto;background-position:center}.logo-wesignV2{background-image:url(../img/full-logo.84569b4c.svg);background-size:contain;background-position:center}.qr-code{background-image:url(../img/home-download-phone.a8149476.svg);background-size:contain;background-position:center}.icon-test{background-image:url(../img/Done-rafiki.7526cb0f.svg);background-size:contain;background-position:center}.icon-reject{background-image:url(../img/icon-reject.48722da4.svg);background-size:contain;background-position:center}.icon-save-template{background-image:url(../img/icon-save-template.511f3580.svg);background-size:contain;background-position:center}.icon-history{background-image:url(../img/icon-history.d941e097.svg);background-size:contain;background-position:center}.icon-print{background-image:url(../img/icon-print.95144d8b.svg);background-size:contain;background-position:center}.icon-resend{background-image:url(../img/icon-resend.675ebb50.svg);background-size:contain;background-position:center}.icon-check-done{background-image:url(../img/icon-check-done.779d3bc9.svg);background-size:contain;background-position:center;height:20px;width:20px}.icon-check-done-v2{background-image:url(../img/icon-check-done-unactive.46d47668.svg);background-size:contain;background-position:center}.icon-check-done-v2.active{background-image:url(../img/icon-check-done-v2.8a19e53b.svg)}.icon-check-primary{background-image:url(../img/icon-check-primary.738ac4b5.svg);background-size:contain;background-position:center;width:22px;height:22px}.icon-check-done-white{background-image:url(../img/icon-check-white.059bd8b5.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:6px}.icon-expired{background-image:url(../img/icon-expired.bdc592e1.svg);background-size:contain;background-position:center}.icon-wait-another{background-image:url(../img/icon-wait-another.07811c64.svg);background-size:contain;background-position:center}.icon-wait-another-v2{background-image:url(../img/icon-wait-another-unactive.87df0e5e.svg);background-size:contain;background-position:center}.icon-wait-another-v2.active{background-image:url(../img/icon-wait-another-v2.5330a1fa.svg)}.icon-due-soon{background-image:url(../img/icon-due-soon.bdc592e1.svg);background-size:contain;background-position:center}.icon-due-soon-v2{background-image:url(../img/icon-due-soon-unactive.24a34bdb.svg);background-size:contain;background-position:center}.icon-due-soon-v2.active{background-image:url(../img/icon-due-soon-v2.7253e25d.svg)}.icon-wait-me{background-image:url(../img/icon-wait-me.e5f1cdfe.svg);background-size:contain;background-position:center}.icon-exclamation-mark{background-image:url(../img/icon-exclamation-mark.0a296c6f.svg);background-size:contain;background-position:center;width:24px;height:24px}.icon-next-process{background-image:url(../img/icon-next-process.72b6fa51.svg);background-size:contain;background-position:center}.icon-address{background-image:url(../img/address.643e5f8f.svg);background-size:contain;background-position:center}.icon-date-of-birth{background-image:url(../img/date-of-birth.65b73714.svg);background-size:contain;background-position:center}.icon-email{background-image:url(../img/email.d798218b.svg);background-size:contain;background-position:0 1px}.icon-email-2{background-image:url(../img/email2.16998cc7.svg);background-size:contain;background-position:0 1px}.icon-privacy{background-image:url(../img/icon-privacy.02cdbf33.svg);background-size:contain;background-position:0 1px;height:150px;min-width:200px}.icon-nps-sad-vote{background-image:url(../img/icon-nps-sad-vote.2f23e4e8.svg);background-size:contain;background-position:0 1px;height:19px;min-width:284px}.icon-nps-happy-smile-vote{background-image:url(../img/icon-nps-happy-smile-vote.dd2a7644.svg);background-size:contain;background-position:0 1px;height:19px;width:60px}.icon-thank-view{background-image:url(../img/icon-thank-view.cbd8ddef.png);background-size:contain;background-position:0 1px;height:310px;width:435px}.background-signature{background-image:url(../img/backgroundsignature.760983d4.svg);background-size:contain;background-position:0 1px;height:100%;width:100%;background-repeat:repeat-x}.icon-help-nps{background-image:url(../img/icon-help-nps.dc46c0ef.svg);background-size:contain;background-position:0 1px;height:310px;width:435px}.icon-gender{background-image:url(../img/gender.4b0dffdf.svg);background-size:contain;background-position:0 1px}.icon-phonenumber{background-image:url(../img/phonenumber.c9ea224f.svg);background-size:contain;background-position:center}.icon-loadding{background-image:url(../img/icon-waiting.077516ea.svg);background-size:contain;background-position:center}.icon-redirect{background-image:url(../img/icon-redirect.dce62f05.svg);background-size:contain;background-position:center}.icon-active{background-image:url(../img/icon-active.d6c0fccb.svg);background-size:contain;background-position:center}.icon-coordinating{background-image:url(../img/coordinating.9290fe35.svg);background-size:contain;background-position:center}.icon-approving{background-image:url(../img/approving.c178924d.svg);background-size:contain;background-position:center}.need-to-handle{background-image:url(../img/need-to-handle.e426a8b4.svg);background-size:contain;background-position:center}.need-to-handle-v2{background-image:url(../img/need-to-handle-unactive.252704f5.svg);background-size:contain;background-position:center}.need-to-handle-v2.active{background-image:url(../img/need-to-handle-v2.f4b0c5e6.svg)}.icon-help-v2{background-image:url(../img/icon-help-v2.389743bb.svg);background-size:contain;background-position:center}.icon-ekyc-required{background-image:url(../img/icon-ekyc-required.21cfa0a2.svg);background-size:contain;background-position:center}.icon-key{background-image:url(../img/icon-passwordv2.a832b1cc.svg);background-size:contain;background-position:center}.icon-key-20{background-image:url(../img/icon-key-20.aaa59821.svg);background-size:contain;background-position:center}.icon-sign-20{background-image:url(../img/icon-sign-20.38cf279d.svg);background-size:contain;background-position:center}.icon-setting-active-v2{background-image:url(../img/icon-setting-active-v2.1af743b4.svg);background-size:contain;background-position:center}.icon-language-20{background-image:url(../img/icon-language-20.d3ccc154.svg);background-size:contain;background-position:center}.icon-language-vi{background-image:url(../img/icon-vi.a7414733.svg);background-size:contain;background-position:center}.icon-language-en{background-image:url(../img/icon-en.beddf89c.svg);background-size:contain;background-position:center}.icon-setting-v2{background-image:url(../img/icon-setting-v2.17ef2261.svg);background-size:contain;background-position:center}.icon-undo-enable{background-image:url(../img/icon-undo-enable.9f651edf.svg);background-size:contain;background-position:center}.icon-undo-disable{background-image:url(../img/icon-undo-disable.83db0045.svg);background-size:contain;background-position:center;cursor:default !important}.icon-undo-disable:hover{background-color:#fff !important}.icon-redo-enable{background-image:url(../img/icon-redo-enable.9321dd8e.svg);background-size:contain;background-position:center}.icon-redo-disable{background-image:url(../img/icon-redo-disable.d7ddc688.svg);background-size:contain;background-position:center;cursor:default !important}.icon-google-drive{background-image:url(../img/googleDrive.55f1df7b.svg);background-size:auto;background-position:center}.icon-one-drive{background-image:url(../img/oneDrive.699e43bf.svg);background-size:auto;background-position:center}.icon-dropbox{background-image:url(../img/dropbox.26e87efc.svg);background-size:auto;background-position:center}.icon-arrow-white-up{background-image:url(../img/arrow-white.c36f02e4.svg);background-size:auto;background-position:center}.icon-arrow-white-down{background-image:url(../img/icon-arrow-down.f13aa4b4.svg);background-size:auto;background-position:center}.icon-arrow-gray-down{background-image:url(../img/icon-arrowv2.ec8f29df.svg);background-size:auto;background-position:center}.icon-red-warning{background-image:url(../img/icon-red-warning.981123e9.svg);background-size:contain;background-position:center}.icon-doc-123{background-image:url(../img/icon-doc.be2dc42a.svg);background-size:contain;background-position:center}.icon-caret{background-image:url(../img/383170_caret_down_icon.43caa066.svg);background-size:contain;background-position:center;width:12px;height:12px}.icon-caret-2{background-image:url(../img/caret-down-fill.aa086d5c.svg);background-size:contain;background-position:center;width:12px;height:12px}.icon-arrow-gray-up{background-image:url(../img/icon-arrowv2-down.d99ad091.svg);background-size:auto;background-position:center}.icon-sms-license{background-image:url(../img/icon-sms.44c95726.svg);background-size:auto;background-position:center}.icon-notper-1{background-image:url(../img/icon-1.35988375.svg);background-size:auto;background-position:center}.icon-notper-2{background-image:url(../img/icon-2.c23ff0a9.svg);background-size:auto;background-position:center}.icon-HRM{background-image:url(../img/icon_HRM.7bdc7036.svg);background-size:auto;background-position:center}.icon-TMS-V2{background-image:url(../img/icon-TMS-V2.88b78098.svg);background-size:auto;background-position:center}.icon-Process{background-image:url(../img/icon_Process.5cfb81c5.svg);background-position:center;background-size:contain}.icon-CRM{background-image:url(../img/icon_CRM.6f4d3e0c.svg);background-size:auto;background-position:center}.icon-Accounting{background-image:url(../img/icon_Accounting.0884b7c1.svg);background-size:contain;background-position:center}.icon-mintax{background-image:url(../img/Logo_Mintax.9ed89e4e.svg);background-size:contain;background-position:center}.icon-expired{background-image:url(../img/icon-expired.087995cf.svg);background-size:auto;background-position:center;height:96px;width:96px}.icon-vps{background-image:url(../img/icon-vps.c05c89e9.svg);background-size:auto;background-position:center;height:80px;width:80px}.background-vps{background-image:url(../img/background-vps.03a0b1a9.svg);background-size:auto;background-position:center;height:120px;width:348px}.ekyc-license{background-image:url(../img/ekyc-license.d5ef5875.svg);background-size:auto;background-position:center;height:40px;width:40px}.icon-redo-disable:hover{background-color:#fff !important}.icon-folder-filter{background-image:url(../img/icon-folder-filter.588c4fd5.svg);background-size:auto;background-position:center}.icon-edit-button{background-image:url(../img/edit-button.df7d5e18.svg);background-size:auto;background-position:center;height:20px;width:26px}.icon-tab-small{background-image:url(../img/icon-tab-small.21a5cf41.svg);background-size:auto;background-position:center;height:12px;width:12px}.icon-document-large{background-image:url(../img/icon-document-large.0fdc8ee3.svg);background-size:auto;background-position:center;height:174px;width:174px}.icon-refresh-24{background-image:url(../img/icon-refresh-24.c05048fc.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-preview{background-image:url(../img/icon-preview.124cd352.svg);background-size:auto;background-position:center;height:16px;width:16px}.icon24{height:24px;width:24px;position:relative}.icon24:before{content:"";position:absolute;background:transparent url(../img/sprites.17e2a7dd.svg) no-repeat;height:24px;width:24px;top:0;left:0}.icon24.w-16{height:16px;width:16px}.icon24.w-16:before{height:16px;width:16px}.icon24.add:before{background-position:-24px -24px}.icon24.add-white:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-24px -24px;-moz-mask-position:-24px -24px;-ms-mask-position:-24px -24px;-o-mask-position:-24px -24px;mask-position:-24px -24px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.chevron-down-white:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-72px -24px;-moz-mask-position:-72px -24px;-ms-mask-position:-72px -24px;-o-mask-position:-72px -24px;mask-position:-72px -24px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.filter:before{background-position:-264px -880px}.icon24.setting:before{background-position:-216px 0}.icon24.export-excel:before{background-position:-48px 0}.icon24.refresh:before{background-position:-168px -240px}.icon24.edit:before{background-position:-48px -96px}.icon24.duplicate:before{background-position:-192px -216px}.icon24.delete:before{background-position:0px -72px}.icon24.search:before{background-position:-48px -24px}.icon24.sortasc-20:before{background-position:-216px -880px}.icon24.sortdesc-20:before{background-position:-240px -880px}.icon24.mi-checkbox-active:before{background-position:-24px -72px}.icon24.close:before{background-position:0 -72px}.icon24.filter-header-20:before{background-position:-264px -880px}.icon24.org-icon:before{background-position:-168px -96px}.icon24.cancel:before{background-position:-216px -240px}.icon24.save-white:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-216px -312px;-moz-mask-position:-216px -312px;-ms-mask-position:-216px -312px;-o-mask-position:-216px -312px;mask-position:-216px -312px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.action-delete-filter::before{background:red;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-120px -96px;-moz-mask-position:-120px -96px;-ms-mask-position:-120px -96px;-o-mask-position:-120px -96px;mask-position:-120px -96px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.error-icon::before{background:red;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-48px -216px;-moz-mask-position:-48px -216px;-ms-mask-position:-48px -216px;-o-mask-position:-48px -216px;mask-position:-48px -216px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-combo--dropdown{border-radius:0 7.5px 7.5px 0;width:40px;height:40px;position:relative}.icon-combo--dropdown:hover{cursor:pointer}.icon-combo--dropdown:before{content:"";position:absolute;height:24px;width:24px;display:inline-block;background:transparent url(../img/sprites.17e2a7dd.svg) no-repeat -72px -24px;top:8px;left:8px}.icon-combo--dropdown.multiple{position:sticky;top:0px}.icon-control{position:relative}.icon-control.text:before{content:"";position:absolute;background:transparent url(../img/ic_Text.9b07f7cc.svg) no-repeat;height:18px;width:52px}.icon-control.number:before{content:"";position:absolute;background:transparent url(../img/ic_Number.61966dd6.svg) no-repeat;height:18px;width:52px}.icon-control.decimal:before{content:"";position:absolute;background:transparent url(../img/ic_Decimal.60b99021.svg) no-repeat;height:18px;width:52px}.icon-control.text-area:before{content:"";position:absolute;background:transparent url(../img/ic_Textarea.e4403236.svg) no-repeat;height:30px;width:52px}.icon-control.checkbox:before{content:"";position:absolute;background:transparent url(../img/ic_Checkbox.965819f7.svg) no-repeat;height:24px;width:24px}.icon-control.combo:before{content:"";position:absolute;background:transparent url(../img/ic_Combo.fcfe5e7e.svg) no-repeat;height:18px;width:52px}.icon-control.date:before{content:"";position:absolute;background:transparent url(../img/ic_Date.754e708d.svg) no-repeat;height:24px;width:24px}.icon-digital{background-image:url(../img/icon-digital.d7072bf5.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-electronic{background-image:url(../img/icon-electronic.889b2e66.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-text-integration{background-image:url(../img/text-icon.aeebc26f.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-check-success{background-image:url(../img/icon-check-success.876edaca.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-infomation{background-image:url(../img/infomation-icon.01aedbc3.svg);background-size:contain;background-position:center;width:20px;height:20px}.icon-info{background-image:url(../img/icon-info.ed5c9962.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-on-audio{background-image:url(../img/icon-on-audio.63cba4a7.svg);background-size:auto;background-position:center;height:20px;width:20px}.icon-off-audio{background-image:url(../img/icon-off-audio.9c20dea4.svg);background-size:auto;background-position:center;height:20px;width:20px}.icon-wesign{background-image:url(../img/icon-wesign.fcfb1e53.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-download-3{background-image:url(../img/icon-download-3.3573e2ce.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-share-2{background-image:url(../img/icon-share-2.b64ade27.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-wood{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-ghg{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-water{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-power{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-edit-v3{background-image:url(../img/icon-editv3.15a72571.svg);background-size:contain;cursor:pointer;height:16px;width:16px}.icon-arrow-right-v2{background-image:url(../img/icon-arrow-right-v2.3235a415.svg);background-size:contain;cursor:pointer;height:16px;width:16px}.icon-solid-waste{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-warning-circle{background-image:url(../img/icon-warning-circle.c8594a7b.svg);background-size:contain;height:18px;width:18px}.icon-social-network{background-image:url(../img/icon-social-network.3669129a.svg);background-size:contain;height:18px;width:18px}.icon-chevron-left{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px}.icon-chevrons-left{background-image:url(../img/icon-chevrons-left.976fccf5.svg);background-size:contain;height:20px;width:20px}.icon-chevron-right{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(180deg)}.icon-chevrons-right{background-image:url(../img/icon-chevrons-left.976fccf5.svg);background-size:contain;height:20px;width:20px;transform:rotate(180deg)}.icon-chevron-up{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(90deg)}.icon-chevron-down{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(-90deg)}.icon-message-plus{background-image:url(../img/icon-message-plus.649d2759.svg);background-size:contain;height:16px;width:16px}.icon-text-bold{background-image:url(../img/icon-text-bold.0e67860f.svg);background-size:contain;height:16px;width:16px}.icon-ava{background-image:url(../img/icon-ava.4b2b629b.svg);background-size:contain;height:16px;width:16px}.popup-license-verify-contract .dialog-detail{width:570px;height:unset;min-height:262px}.popup-license-verify-contract .dialog-header{display:none}.popup-license-verify-contract .dialog-footer{justify-content:flex-end;padding-right:24px}.popup-license-verify-contract .group-license-2{background:#feebeb;width:570px;height:120px;border-radius:10px;align-items:end}.popup-license-verify-contract .group-license-2 .info-license{align-items:center;margin-bottom:18px;margin-right:26px;font-size:14px;margin-left:80px}.popup-license-verify-contract .group-license-2 .info-license .content-info-license{margin-left:8px}.popup-license-verify-contract .group-license-2 .info-license .content-info-license .value-info{font-weight:bold;margin-top:2px}.popup-license-verify-contract .group-license-2 .warningLicense.value-info{color:#dc2626 !important}.popup-license-verify-contract .image-pc{background-image:url(../img/image-pc.41cb6d05.svg);width:188.3px;height:103px;margin-left:32px}.popup-license-verify-contract .redColor{color:#e24949}
#loading-component[data-v-a5220da6]{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(255,255,255,.7);z-index:10000}#loading-component .loader[data-v-a5220da6]{position:relative;width:100%;height:100%}#loading-component .loader .loading[data-v-a5220da6]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-image:url(../img/load-esign.426a1a66.svg);background-position:center;background-size:contain;width:95px;height:95px}#loading-component .loader .logo[data-v-a5220da6]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-image:url("`@/assets/icon/loadding/logo-wesign.svg");background-position:center;background-size:contain;width:80px;height:80px}
.icon-file[data-v-4df31732]{background-image:url(../img/icon-file.e0e11ba6.svg);background-size:contain;width:40px;height:40px}.icon-file-v2[data-v-4df31732]{background-image:url(../img/icon-file-2.be2dc42a.svg);background-size:contain;width:40px;height:40px}.m-icon-1x[data-v-4df31732]{background-size:contain;width:12px;height:12px}.m-icon-16[data-v-4df31732]{background-size:contain;min-width:16px;min-height:16px}.m-icon-2x[data-v-4df31732]{background-size:contain;width:24px;height:24px}.m-icon-3x[data-v-4df31732]{background-size:contain;width:32px;height:32px}.m-icon-20[data-v-4df31732]{background-size:contain;width:20px;height:20px}.m-icon-4x[data-v-4df31732]{background-size:contain;width:40px;height:40px}.m-icon-5x[data-v-4df31732]{background-size:contain;width:48px;height:48px}.m-icon-56[data-v-4df31732]{background-size:contain;width:56px;height:56px}.icon-image[data-v-4df31732]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain}.icon-back[data-v-4df31732]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAYxJREFUaEPtmLFOwzAQQH3NijKhMjNB/4Jf4AugGxu/wsYa/oB+Ab/A1HbMnC5RI6RWSD5iUEQUouScs+ozcrdKdu69u4t8MajAfxA4v4oCvisYKxArwMxAbKFuAs/Or28QZuXHbv3OTC5pu9MKpPNFBgB3JvLxqC8P5TYnUTAWORNowxserfWy2m0zBhtpqxOBLjwivuyLzT2JgLmILeAT3rizBHzDswQkwE8WkAI/SUASvLWANHgrAYnwZAGp8CQByfCjAtLhBwXSi8UTKHhsTvp6PKinS3hlnvzW2xF1Xn0eVqrMy77NvSexGYmTZPbWglf1lGkd3NUGjXhbFZve5P1PAZO5dH71DJA8dFpo5Sqr1Od8t9DAWD7YF39fYpXti/WSGvwU60YbW7rEqMBPO/1+Kpr/iHIqQRKQLEEWkCphJSBRwlpAmsQkAUkSkwWkSLAEJEiwBXxLOBHokwjqarGZedrfEMFd7jYSQV+vn2L67MZw9g74gDcxo4CvzDdxYwViBZgZCL6FvgAFhARA5nVPygAAAABJRU5ErkJggg==);background-size:contain;width:24px;height:24px;margin-right:4px}.icon-account[data-v-4df31732]{background-image:url(../img/ic-account.e3719ab3.svg);background-size:contain}.icon-mail[data-v-4df31732]{background-image:url(../img/ic-mail.16998cc7.svg);background-size:contain}.icon-timer[data-v-4df31732]{background-image:url(../img/ic-timer.b3ef2d30.svg);background-size:contain}.icon-page[data-v-4df31732]{background-image:url(../img/ic-page.633ff7f4.svg);background-size:contain}.icon-location[data-v-4df31732]{background-image:url(../img/ic-location.68e9fae2.svg);background-size:contain}.icon-participant-action-rejected[data-v-4df31732]{background-image:url(../img/icon-hand-white.e984db9a.svg);background-size:16px;background-position:center}.icon-participant-action-signed[data-v-4df31732]{background-image:url("../img/check (1).059bd8b5.svg");background-size:16px;background-position:center}.icon-arrow[data-v-4df31732]{background-image:url(../img/icon-arrow-down.f13aa4b4.svg);background-size:contain;width:24px;height:24px}.icon-arrowv2[data-v-4df31732]{background-image:url(../img/icon-arrowv2.ec8f29df.svg);background-size:contain}.icon-arrowv3[data-v-4df31732]{background-image:url(../img/icon-arrowv3.c7581671.svg);background-size:contain}.icon-back-document-detail[data-v-4df31732]{background-image:url(../img/icon-back-document-detail.65f61e3d.svg);background-size:contain;width:24px;height:24px;border-radius:50%;margin-right:4px}.icon-back-document-detail[data-v-4df31732]:hover{background-color:#d9dade}.icon-more-document-detail[data-v-4df31732]{background-image:url(../img/icon-more-document-detail.fe036a4c.svg);background-size:contain;width:32px;height:32px;margin-right:4px}.icon-download[data-v-4df31732]{background-image:url(../img/icon-download.cf8fa2b3.svg);background-size:contain;margin-right:4px}.icon-hand-red[data-v-4df31732]{background-image:url(../img/icon-hand-red.63b83255.svg);background-size:contain;width:24px;height:24px;margin-right:4px}.icon-next[data-v-4df31732]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAMtJREFUSEtjZKAxYKSx+Qwj0IL///8LAIO1H4gLGRkZPxAKYpKDCGrBA6DB94HYkZAlJFsAcjHQEgMgdYAYS8iygBRLyLaAWEsosoAYSyi2gJAlKBYAIy8BqCGeUNLDIc8DFAdF/ksg1oGlLnQLCoCSARRYoA/U+wqItbFaQKbBsGS7H6j/IRA7IOcNiuMAmiewGg5yMEUWEDKcIguIMZxsC4g1nCwLgIYrADWexxah2BIJyXEALU0nAA0rIFSSkuUDUpMyyT4YeRYAADgpXhlTbcCqAAAAAElFTkSuQmCC);background-size:contain;width:24px;height:24px;margin-left:4px}.icon-file-pdf[data-v-4df31732]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAA95JREFUWEfVmU1ME1EQgKelIURRG0IQCTE0GLnJEr15EK160BjRk1HRciCiF4vSK209WpR6URIOoAETD2KJkYM/scboSWPxpokpB4JoGoL8hZjCOvPaXbel3c7uVoibbJrCm3nfm3kzb97UBiafeLNUByVwEsWbwQZO/KRXSquL4ecsyPgCRGEFRl3R2ISZqWxGhBDKCQ64ijItGhiuCoKOQBLuICyBsx4WoAomgzdtLZbynIPIqjYIc0ELAsYPSR5U2GsZLJs25f4216tYRG+1uoDxw5IfhQPmzcWSDLhexoL5RuYEFC4tEVbzsKawOkiGQQykzlx7MzegWxpYNzhlcQiJ7m7LXusaQHQruZRcuxFPEN2dsaUyAEVA2GFgI8jUOWU4pQ0cFTC97+JFj1ajq6XoXgGXsh//Am6sa7OXobpaAHKtV9a4Dyq7guCorjFqFzE+OT0FiR4/LI9/0JfXWDEFyLRe7dAYOLbvMAWnCBHkZOtxjg5hRQXwE0ooB31e4boXNMz6M3GkiaMkhoBNNlGVOCDOkdADXHj+FOZGhqHiig/K9uzVVccExD0BLhu614vaeq0C/vRfg9XFeaB96my9VBxAgE4CpMOa6rqCj54FCZA2P1mw/OiJYgGOEmAUtR0oSIcD9ADnRh7CzL0Q1PQ9gtL63cUCfEOArAChGTmAFZd9sPX02WIBxghQ5livEOBUxxkEOwczd0NQOzwG9s3ledWygwQ1FAVw+fNHmH3QB9U9/ZAI+eH3ty9QFezNmzONAbqlGJ6/jRwr5nPxdFc7OC90IFCNCJREqFuoo+906qwuzGcAswFlGLccJEvvo5C42Q2luxqEW0vrGwQYpZyld6/Rml8FZFXgtnpEsgEBRJCYSjOriwtivxHEpv0HodKXt2pf4xwDgCLNmErU5FZKynOPh6F26BnYy7dwdokYYwAQE7WJo46CYPp6u5is+la/cKuRhw1IRx0pjjMDRRskBEl7zYjllEWwADFAsLKWDJVbOyNvdfMbx4rJH99h8vwxzlBNuYXXTNkBE0i7TU9SFKy+G6ZrQoKjFFSoYMWT45ctCXVU9v8fJb/Yh0wrcnxjZYzWeqQn89rpllrwL0+sTGBZNt+1U1HMvZ9YBsmtQP/irkK6pUG05MV/BJFbrQz3Ma14sv+p1zwKrxskwuFl3ctuHq2zu9e4VWtFVgNTtkO4UI40uh1EtMrgsdTAVC2Z6k17UanXKqgAA9ECDnN61QUtqLVMulftxe49pSNWkavK49mKMtREZ4EpcoYAs2Dpwk/d/mZ8nQjtVKFTMNSDTv0MkYSI2Z8h/gDw4pmwcOQXgwAAAABJRU5ErkJggg==);background-size:contain;width:40px;height:40px}.icon-celendar[data-v-4df31732]{background-image:url(../img/celendar.0b01bee5.svg);background-size:contain;width:18px;height:20px}.icon-validate-error[data-v-4df31732]{background-image:url(../img/validate-error.40517a6e.svg);background-size:contain;width:20px;height:20px}.icon-dropdown[data-v-4df31732]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAABHNCSVQICAgIfAhkiAAAAFBJREFUCFtjLCmt/sDAwMjPgAcwMvwzZCwqrUpgYmCaj0vd////F/b2tCYwghTgUgxTBFIDVohNMbIiFIXIitEVYSgECZSWVhl0d7ddQHczAIWMJ5tPOpzzAAAAAElFTkSuQmCC);background-size:contain;width:14px;height:14px}.icon-down[data-v-4df31732]{background-image:url(../img/icon-down.646b6877.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-down-active[data-v-4df31732]{background-image:url(../img/icon-down-active.dbe3ed26.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-save-dispatch[data-v-4df31732]{background-image:url(../img/icon-save-dispatch.e6bf31c7.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-save-dispatch-dark[data-v-4df31732]{background-image:url(../img/icon-save-dispatch-dark.af41b30a.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-view-original-file[data-v-4df31732]{background-image:url(../img/icon-view-original-file.4163f5c5.svg);background-size:contain;transition:.5s all;width:24px;height:24px}.icon-original-file-doc[data-v-4df31732]{background-image:url(../img/icon-original-file-doc.c220a0c3.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-original-file-xls[data-v-4df31732]{background-image:url(../img/icon-original-file-xls.bec793ba.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-waiting-confirm-cancel[data-v-4df31732]{background-image:url(../img/waiting-confirm-cancel.cc1441cf.svg);background-size:contain;width:20px;height:20px;transition:.5s all}.arrow-right-up-blue[data-v-4df31732]{background-image:url(../img/arrow-right-up-blue.7e6b60d3.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.TMS-logo[data-v-4df31732]{background-image:url(../img/TMS-logo.88b78098.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.EmployeesProfile-logo[data-v-4df31732]{background-image:url(../img/EmployeesProfile-logo.7bdc7036.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISProcess-Logo[data-v-4df31732]{background-image:url(../img/AMISProcess-logo.5cfb81c5.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISCRM-Logo[data-v-4df31732]{background-image:url(../img/AMISCRM-logo.6f4d3e0c.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISDispatch-logo[data-v-4df31732]{background-image:url(../img/AMISDispatch-logo.af95aba4.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.icon-down-white[data-v-4df31732]{background-image:url(../img/icon-down-white.f13aa4b4.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-down-contrast-active[data-v-4df31732]{background-image:url(../img/icon-down-contrast-active.dee7c5bd.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-rotate-page[data-v-4df31732]{background-image:url(../img/icon-rotate-page.a858ab87.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus[data-v-4df31732]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus-white[data-v-4df31732]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer;margin-right:4px}.icon-choose-checkbox[data-v-4df31732]{background-image:url(../img/Icon-choose-checkbox.71d94fa5.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer;margin-right:4px}.icon-plus-white[data-v-4df31732]{background-image:url(../img/icon-plus.18bc6e4f.svg);background-size:contain;background-position:center}.icon-document-batch-16[data-v-4df31732]{background-image:url(../img/icon-document-batch.9a9b0d0e.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer}.icon-arrow-download[data-v-4df31732]{background-image:url(../img/icon-arrow-download.00c5e552.svg);background-size:contain;background-position:center;width:12px;height:12px;margin:auto 0;cursor:pointer}.icon-arrow-download-left[data-v-4df31732]{background-image:url(../img/icon-arrow-left.8870fef5.svg);background-size:contain;background-position:center;margin:auto 0;width:16px;height:16px}.icon-plus-primary[data-v-4df31732]{background-image:url(../img/Icon-Plus-Primary.dd7b5623.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus-blue[data-v-4df31732]{background-image:url(../img/Icon-Plus-Blue.fd635c37.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer}.icon-minus[data-v-4df31732]{background-image:url(../img/Icon-Minus.d211ec35.svg);background-position:center;background-size:contain;width:24px;height:24px;cursor:pointer}.icon-sender-avatar[data-v-4df31732]{background-image:url(../img/icon-sender-avatar.ab0d4557.svg);background-position:center;background-size:contain;width:48px;height:48px;cursor:pointer}.icon-jetpay[data-v-4df31732]{background-image:url(../img/Logo-JetPay.11fbd709.svg);background-position:center;background-size:contain;width:158px;height:74px;cursor:pointer}.icon-edit[data-v-4df31732]{background-image:url(../img/edit.2d7aabcb.svg);background-size:contain;cursor:pointer}.icon-editv2[data-v-4df31732]{background-image:url(../img/icon-editv2.46f0c2ac.svg);cursor:pointer}.icon-upload[data-v-4df31732]{background-image:url(../img/uploadV2.72ed2c4f.svg);background-size:contain;width:66px;height:84px;cursor:pointer}.icon-move[data-v-4df31732]{background-image:url(../img/Icon-Move.f1deca4a.svg);background-size:contain;width:11px;height:18px}.icon-signature[data-v-4df31732]{background-image:url(../img/Icon-signature.7ac2f74f.svg);background-size:contain;width:24px;background-position:center;height:24px}.icon-stamp[data-v-4df31732]{background-image:url(../img/icon-stamp.f6618a22.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-initial[data-v-4df31732]{background-image:url(../img/Icon-initial.0b94ae35.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-attachment[data-v-4df31732]{background-image:url(../img/attachment-icon.d44c0fac.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-document-status-completed[data-v-4df31732]{background-image:url(../img/document-status-completed.06a1fc41.svg);background-size:contain;width:24px;height:24px}.icon-document-status-rejected[data-v-4df31732]{background-image:url(../img/document-status-rejected.bc38cec5.svg);background-size:contain;width:24px;height:24px}.icon-document-status-cancelled[data-v-4df31732]{background-image:url(../img/document-status-cancelled.bc38cec5.svg);background-size:contain;width:24px;height:24px}.icon-check[data-v-4df31732]{background-image:url(../img/Icon-Check.779d3bc9.svg);background-size:contain;width:22px;height:22px}.icon-warning-small-v2[data-v-4df31732]{background-image:url(../img/Icon-warning-small-v2.796d26ec.svg);background-size:contain;width:20px;height:20px}.icon-export[data-v-4df31732]{background-image:url(../img/icon-export.8a4409a4.svg);background-size:contain;width:24px;height:24px;cursor:pointer}.icon-export-v2[data-v-4df31732]{background-image:url(../img/icon-export-v2.2abe4fc8.svg);background-size:contain;width:20px;height:20px;cursor:pointer}.icon-check-all[data-v-4df31732]{background-image:url(../img/icon-check-all.cf23ee73.svg);background-size:contain}.icon-upload-home[data-v-4df31732]{background-image:url(../img/upload-home.72ed2c4f.svg);background-size:contain;width:38px;height:49px;cursor:pointer}.icon-upload-contact[data-v-4df31732]{background-image:url(../img/icon-upload.b3a774be.svg);background-size:contain;width:24px;height:24px}.icon-uploadV2[data-v-4df31732]{background-image:url(../img/icon-upload.b149dd47.svg);background-size:contain;cursor:pointer}.icon-word[data-v-4df31732]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-doc[data-v-4df31732]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-docx[data-v-4df31732]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-octet-stream[data-v-4df31732]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-document[data-v-4df31732]{background-image:url(../img/iconly-light-document.6ef70f2b.svg);background-size:contain;width:40px;height:40px}.icon-document-verify[data-v-4df31732]{background-image:url(../img/icon-document-verify.b7dbfe4b.svg);background-size:contain;width:40px;height:40px}.icon-document-pages[data-v-4df31732]{background-image:url(../img/icon-document-pages.1934933d.svg);width:24px;background-position:center;height:24px}.icon-signature-info[data-v-4df31732]{background-image:url(../img/icon-signature-info-box.0523f132.svg);width:24px;background-position:center;height:24px}.icon-pdf[data-v-4df31732]{background-image:url(../img/drive-pdf.f62f30a2.svg);background-size:contain;width:40px;height:40px}.icon-png[data-v-4df31732]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-jpeg[data-v-4df31732]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-jpg[data-v-4df31732]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-done[data-v-4df31732]{background-image:url(../img/icon-done.c692666a.svg);background-size:contain;width:16px;height:16px}.icon-help[data-v-4df31732]{background-image:url(../img/icon-help.c05763a9.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-help-gray[data-v-4df31732]{background-image:url(../img/icon-help-gray.4931a3fb.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-new-approve[data-v-4df31732]{background-image:url(../img/icon-new-approve.818c8c3a.svg);background-size:auto;background-position:center;width:16px;height:16px;margin-right:4px}.icon-new-cancel[data-v-4df31732]{background-image:url(../img/icon-new-cancel.a93e8e60.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-copy[data-v-4df31732]{background-image:url(../img/icon-new-copy.9f8b8bc9.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-direct[data-v-4df31732]{background-image:url(../img/icon-new-direct.c83bd9cb.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-download[data-v-4df31732]{background-image:url(../img/icon-new-download.9a5a31d7.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-edit[data-v-4df31732]{background-image:url(../img/icon-new-edit.75646844.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-history[data-v-4df31732]{background-image:url(../img/icon-new-history.b44a6e3b.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-resend[data-v-4df31732]{background-image:url(../img/icon-new-resend.5cbb2b3c.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-sign[data-v-4df31732]{background-image:url(../img/icon-new-sign.63d10f3d.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-sign-black[data-v-4df31732]{background-image:url(../img/icon-new-sign-black.2fa78197.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-stamp-black[data-v-4df31732]{background-image:url(../img/icon-new-stamp-black.5f991b29.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-approval-sign-black[data-v-4df31732]{background-image:url(../img/icon-new-approval-sign-black.18262ee3.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-restore[data-v-4df31732]{background-image:url(../img/icon-new-restore.aa920a4e.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-detail[data-v-4df31732]{background-image:url(../img/ic_detail.96a6d45b.svg);background-size:contain;cursor:pointer;position:relative}.icon-excel[data-v-4df31732]{background-image:url(../img/drive-ms-excel.c309f9f4.svg);background-size:contain}.icon-arrow-cbb[data-v-4df31732]{margin-left:4px}.icon-delete[data-v-4df31732]{background-image:url(../img/trash-2.72c2a436.svg);background-size:auto;background-position:center}.icon-deletev2[data-v-4df31732]{background-image:url(../img/icon-deletev2.47f51245.svg);background-size:auto;background-position:center}.icon-multidownload[data-v-4df31732]{background-image:url(../img/multi-download.f6342289.svg);background-size:auto;background-position:center}.icon-file-2[data-v-4df31732]{background-image:url(../img/icon-file-2.be2dc42a.svg);background-size:auto;background-position:center}.icon-close[data-v-4df31732]{background-image:url(../img/icon-close.eb782d95.svg);background-position:center;background-size:contain}.icon-close-black[data-v-4df31732]{background-image:url(../img/icon-close-black.f685990e.svg);background-position:center;background-size:contain}.icon-warning-small[data-v-4df31732]{background-image:url(../img/icon_warning_small.ce8423e7.svg);background-position:center;background-size:contain}.icon-closev2[data-v-4df31732]{background-image:url(../img/icon-close2.8e0584c6.svg);background-position:center;cursor:pointer;background-size:contain}.icon-use-template[data-v-4df31732]{background-image:url(../img/user-template.267c70aa.svg);background-size:auto;background-position:center}.icon-success[data-v-4df31732]{background-image:url(../img/icon-success.cb6a5176.svg);background-size:auto;background-position:center 0}.icon-send-horizontally[data-v-4df31732]{background-image:url(../img/send.b70e5182.svg);background-size:contain;width:24px;height:24px;background-position:center 0}.icon-send-horizontally-black[data-v-4df31732]{background-image:url(../img/send-black.aec9ae35.svg);background-size:contain;width:24px;height:24px;background-position:center 0}.icon-danger[data-v-4df31732]{background-image:url(../img/icon-danger.2a3cb13e.svg);background-size:auto;background-position:center 0}.icon-warning[data-v-4df31732]{background-image:url(../img/icon-warning.036ee2e8.svg);background-size:auto;background-position:center}.icon-warning-bold[data-v-4df31732]{background-image:url(../img/icon-warning-bold.70fc2044.svg);background-size:auto;background-position:center;height:60px;width:60px}.icon-warning-v2[data-v-4df31732]{background-image:url(../img/icon-warning-v2.5d38cacd.svg);background-size:auto;background-position:center;height:96px !important}.icon-warning-new[data-v-4df31732]{margin-top:16px;width:60px;height:60px;background-image:url(../img/warning-icon.5b847f8c.svg)}.icon-timeout[data-v-4df31732]{background-image:url(../img/timeout1.4d75d51e.svg);background-size:auto;background-position:center}.icon-search[data-v-4df31732]{background-image:url(../img/Icon-Search.a6193280.svg);background-size:auto;background-position:center}.icon-search-blue[data-v-4df31732]{background-image:url(../img/Icon-Search.a6193280.svg);background-size:auto;background-position:center}.icon-move-folder[data-v-4df31732]{background-image:url(../img/icon-move-folder.5a31b67d.svg);background-size:auto;background-position:center}.icon-loading[data-v-4df31732]{background-image:url(../img/icon-loading.44203b3e.svg);background-size:auto;background-position:center;width:50px;height:50px;z-index:1000;position:fixed;top:50%;right:50%;animation-name:spin-4df31732;animation-duration:1000ms;animation-iteration-count:infinite;animation-timing-function:linear}.icon-information[data-v-4df31732]{background-image:url(../img/icon-information.17cb3729.svg);background-size:auto;background-position:center}@keyframes spin-4df31732{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.icon-download[data-v-4df31732]{background-image:url(../img/icon-download.cf8fa2b3.svg);background-size:auto;background-position:center}.icon-download-primary[data-v-4df31732]{background-image:url(../img/icon-download-primary.3a4d0e9f.svg);background-size:auto;background-position:center}.icon-more-v2[data-v-4df31732]{background-image:url(../img/icon-moreV2.57b59270.svg);background-size:auto;background-position:center}.icon-show-file[data-v-4df31732]{background-image:url(../img/icon-show-file.8e17b2dc.svg);background-size:auto;background-position:center}.file-request[data-v-4df31732]{background-image:url("../img/Icon-Tai lieu den.bc46f3c3.svg");background-size:auto;background-position:center}.file-had-sent[data-v-4df31732]{background-image:url(../img/Icon-Send.675ebb50.svg);background-size:auto;background-position:center}.draft[data-v-4df31732]{background-image:url(../img/Icon-Draft.472fe642.svg);background-size:auto;background-position:center}.file-request-v2[data-v-4df31732]{background-image:url(../img/icon-file-request-v2-unactive.89482cea.svg);background-size:auto;background-position:center}.file-request-v2.active[data-v-4df31732]{background-image:url(../img/icon-file-request-v2.1e094c6d.svg)}.file-had-sent-v2[data-v-4df31732]{background-image:url(../img/icon-file-had-sent-v2-unactive.8606f1a9.svg);background-size:auto;background-position:center}.file-had-sent-v2.active[data-v-4df31732]{background-image:url(../img/icon-file-had-sent-v2.88c31e10.svg)}.draft-v2[data-v-4df31732]{background-image:url(../img/icon-draft-v2-unactive.42ac1c98.svg);background-size:auto;background-position:center}.draft-v2.active[data-v-4df31732]{background-image:url(../img/icon-draft-v2.ed014f9d.svg)}.recycle-v2[data-v-4df31732]{background-image:url(../img/icon-recycle-unactive.3e12ce5f.svg);background-size:auto;background-position:center}.recycle-v2.active[data-v-4df31732]{background-image:url(../img/icon-recycle-v2.acc6971a.svg)}.icon-filter-v2[data-v-4df31732]{background-image:url(../img/icon-filter-unactive.588c4fd5.svg);background-size:auto;background-position:center}.icon-filter-v2.active[data-v-4df31732]{background-image:url(../img/icon-filter-v2.5422f2b6.svg)}.had-sign[data-v-4df31732]{background-image:url("../img/Icon-User check.ba1bb8ba.svg");background-size:auto;background-position:center}.template[data-v-4df31732]{background-image:url("../img/Icon-Tai lieu mau.511f3580.svg");background-size:auto;background-position:center}.recycle[data-v-4df31732]{background-image:url(../img/Icon-Trash.121bf719.svg);background-size:auto;background-position:center}.icon-add-folder[data-v-4df31732]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:auto;background-position:center}.active .file-request[data-v-4df31732]{background-image:url(../img/icon-tai-lieu-den-active.ca79fa34.svg);background-size:auto;background-position:center}.active .file-had-sent[data-v-4df31732]{background-image:url(../img/icon-send-active.8be4f901.svg);background-size:auto;background-position:center}.active .draft[data-v-4df31732]{background-image:url(../img/icon-draft-active.ec30650b.svg);background-size:auto;background-position:center}.default[data-v-4df31732]{background-image:url(../img/icon-folder.8579971a.svg);background-size:auto;background-position:center}.active .default[data-v-4df31732]{background-image:url(../img/icon-folder-active.52ac38a0.svg);background-size:auto;background-position:center}.active .had-sign[data-v-4df31732]{background-image:url(../img/had-sign-active.3a934f8e.svg);background-size:auto;background-position:center}.active .template[data-v-4df31732]{background-image:url(../img/icon-template-active.f09468e1.svg);background-size:auto;background-position:center}.active .recycle[data-v-4df31732]{background-image:url(../img/icon-trash-active.19d21f51.svg);background-size:auto;background-position:center}.active .icon-add-folder[data-v-4df31732]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:auto;background-position:center}.status-use[data-v-4df31732]{background-image:url(../img/status-use.7651496d.svg);background-size:auto}.status-postpone[data-v-4df31732]{background-image:url(../img/status-postpone.d553f5dc.svg);background-size:auto}.icon-share[data-v-4df31732]{background-image:url(../img/icon-share.7e202c0c.svg);background-size:auto;background-position:center}.icon-add-signer[data-v-4df31732]{background-image:url(../img/icon-add-signer.cd49318b.svg);background-size:auto;background-position:center}.icon-add-tag[data-v-4df31732]{background-image:url(../img/icon-add-tag.e754b883.svg);background-size:auto;background-position:center;width:24px;height:24px;cursor:pointer}.icon-save[data-v-4df31732]{background-image:url(../img/icon-save.d0fe69ec.svg);background-size:auto;background-position:center}.icon-pause[data-v-4df31732]{background-image:url(../img/icon-pause.485d525d.svg);background-size:auto;background-position:center}.icon-use[data-v-4df31732]{background-image:url(../img/icon-use.fb6d10f5.svg);background-size:auto;background-position:center}.icon-clone[data-v-4df31732]{background-image:url(../img/icon-clone.9a110d39.svg);background-size:auto;background-position:center}.icon-cancel[data-v-4df31732]{background-image:url(../img/icon-cancel.371c1ec2.svg);background-size:auto;background-position:center}.icon-revoke-cancelled[data-v-4df31732]{background-image:url(../img/icon-revoke-cancelled.69d1f55e.svg);background-size:auto;background-position:center}.icon-incomplete-outline[data-v-4df31732]{background-image:url(../img/icon-document-incomplete.3c7da7b0.svg);background-size:auto;background-position:center}.icon-restore[data-v-4df31732]{background-image:url(../img/icon-restore.e11f8f96.svg);background-size:auto;background-position:center;width:24px;height:24px}.icon-again[data-v-4df31732]{background-image:url(../img/icon-again.6abd6a64.svg);background-size:auto;background-position:center}.icon-reverse[data-v-4df31732]{background-image:url(../img/icon-reverse.e5dd08d3.svg);background-size:auto;background-position:center;width:24px;height:24px}.icon-message[data-v-4df31732]{background-image:url(../img/icon-send-msg.b4f8b96a.svg);background-size:auto;background-position:center}.icon-question[data-v-4df31732]{background-image:url(../img/Question.ec9b6e7c.svg);background-size:auto;background-position:center}.icon-questionv2[data-v-4df31732]{background-image:url(../img/icon-questionv2.ec9b6e7c.svg);background-size:auto;background-position:center}.icon-question-blue[data-v-4df31732]{background-image:url(../img/questiob-blue.833cb9ea.svg);background-size:auto;background-position:center}.icon-questionv3[data-v-4df31732]{background-image:url(../img/icon-questionv3.39f57524.svg);background-size:auto;background-position:center}.icon-gg-drive[data-v-4df31732]{background-image:url(../img/icon-gg-drive.55f1df7b.svg);background-size:auto;background-position:center}.icon-one-drive[data-v-4df31732]{background-image:url(../img/icon-onedrive.699e43bf.svg);background-size:auto;background-position:center}.icon-dropbox[data-v-4df31732]{background-image:url(../img/icon-dropbox.26e87efc.svg);background-size:auto;background-position:center}.icon-avatar[data-v-4df31732]{background-image:url(../img/icon-avatar.841ec3d8.svg);background-size:contain;background-position:center}.icon-avatarv2[data-v-4df31732]{background-image:url(../img/icon-avatarv2.57410f44.svg);background-size:contain;background-position:center}.icon-avatarv3[data-v-4df31732]{background-image:url(../img/icon-avatarv3.fadc5bd4.svg);background-size:contain;background-position:center}.icon-msg[data-v-4df31732]{background-image:url(../img/icon-msg.82f27b51.svg);background-size:contain;background-position:center}.icon-eye[data-v-4df31732]{background-image:url(../img/Icon-Eye.8e17b2dc.svg);background-size:contain;background-position:center}.icon-eyev2[data-v-4df31732]{background-image:url(../img/icon-eyev2.46a20923.svg);background-size:contain;background-position:center}.icon-eyev2.show[data-v-4df31732]{background-image:url(../img/icon-eye-show.a4769932.svg)}.icon-pc[data-v-4df31732]{background-image:url(../img/icon-pc.4cde3985.svg);background-size:auto;background-position:center}.icon-mobile[data-v-4df31732]{background-image:url(../img/icon-mobile.7da8414c.svg);background-size:auto;background-position:center}.logo-wesignV2[data-v-4df31732]{background-image:url(../img/full-logo.84569b4c.svg);background-size:contain;background-position:center}.qr-code[data-v-4df31732]{background-image:url(../img/home-download-phone.a8149476.svg);background-size:contain;background-position:center}.icon-test[data-v-4df31732]{background-image:url(../img/Done-rafiki.7526cb0f.svg);background-size:contain;background-position:center}.icon-reject[data-v-4df31732]{background-image:url(../img/icon-reject.48722da4.svg);background-size:contain;background-position:center}.icon-save-template[data-v-4df31732]{background-image:url(../img/icon-save-template.511f3580.svg);background-size:contain;background-position:center}.icon-history[data-v-4df31732]{background-image:url(../img/icon-history.d941e097.svg);background-size:contain;background-position:center}.icon-print[data-v-4df31732]{background-image:url(../img/icon-print.95144d8b.svg);background-size:contain;background-position:center}.icon-resend[data-v-4df31732]{background-image:url(../img/icon-resend.675ebb50.svg);background-size:contain;background-position:center}.icon-check-done[data-v-4df31732]{background-image:url(../img/icon-check-done.779d3bc9.svg);background-size:contain;background-position:center;height:20px;width:20px}.icon-check-done-v2[data-v-4df31732]{background-image:url(../img/icon-check-done-unactive.46d47668.svg);background-size:contain;background-position:center}.icon-check-done-v2.active[data-v-4df31732]{background-image:url(../img/icon-check-done-v2.8a19e53b.svg)}.icon-check-primary[data-v-4df31732]{background-image:url(../img/icon-check-primary.738ac4b5.svg);background-size:contain;background-position:center;width:22px;height:22px}.icon-check-done-white[data-v-4df31732]{background-image:url(../img/icon-check-white.059bd8b5.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:6px}.icon-expired[data-v-4df31732]{background-image:url(../img/icon-expired.bdc592e1.svg);background-size:contain;background-position:center}.icon-wait-another[data-v-4df31732]{background-image:url(../img/icon-wait-another.07811c64.svg);background-size:contain;background-position:center}.icon-wait-another-v2[data-v-4df31732]{background-image:url(../img/icon-wait-another-unactive.87df0e5e.svg);background-size:contain;background-position:center}.icon-wait-another-v2.active[data-v-4df31732]{background-image:url(../img/icon-wait-another-v2.5330a1fa.svg)}.icon-due-soon[data-v-4df31732]{background-image:url(../img/icon-due-soon.bdc592e1.svg);background-size:contain;background-position:center}.icon-due-soon-v2[data-v-4df31732]{background-image:url(../img/icon-due-soon-unactive.24a34bdb.svg);background-size:contain;background-position:center}.icon-due-soon-v2.active[data-v-4df31732]{background-image:url(../img/icon-due-soon-v2.7253e25d.svg)}.icon-wait-me[data-v-4df31732]{background-image:url(../img/icon-wait-me.e5f1cdfe.svg);background-size:contain;background-position:center}.icon-exclamation-mark[data-v-4df31732]{background-image:url(../img/icon-exclamation-mark.0a296c6f.svg);background-size:contain;background-position:center;width:24px;height:24px}.icon-next-process[data-v-4df31732]{background-image:url(../img/icon-next-process.72b6fa51.svg);background-size:contain;background-position:center}.icon-address[data-v-4df31732]{background-image:url(../img/address.643e5f8f.svg);background-size:contain;background-position:center}.icon-date-of-birth[data-v-4df31732]{background-image:url(../img/date-of-birth.65b73714.svg);background-size:contain;background-position:center}.icon-email[data-v-4df31732]{background-image:url(../img/email.d798218b.svg);background-size:contain;background-position:0 1px}.icon-email-2[data-v-4df31732]{background-image:url(../img/email2.16998cc7.svg);background-size:contain;background-position:0 1px}.icon-privacy[data-v-4df31732]{background-image:url(../img/icon-privacy.02cdbf33.svg);background-size:contain;background-position:0 1px;height:150px;min-width:200px}.icon-nps-sad-vote[data-v-4df31732]{background-image:url(../img/icon-nps-sad-vote.2f23e4e8.svg);background-size:contain;background-position:0 1px;height:19px;min-width:284px}.icon-nps-happy-smile-vote[data-v-4df31732]{background-image:url(../img/icon-nps-happy-smile-vote.dd2a7644.svg);background-size:contain;background-position:0 1px;height:19px;width:60px}.icon-thank-view[data-v-4df31732]{background-image:url(../img/icon-thank-view.cbd8ddef.png);background-size:contain;background-position:0 1px;height:310px;width:435px}.background-signature[data-v-4df31732]{background-image:url(../img/backgroundsignature.760983d4.svg);background-size:contain;background-position:0 1px;height:100%;width:100%;background-repeat:repeat-x}.icon-help-nps[data-v-4df31732]{background-image:url(../img/icon-help-nps.dc46c0ef.svg);background-size:contain;background-position:0 1px;height:310px;width:435px}.icon-gender[data-v-4df31732]{background-image:url(../img/gender.4b0dffdf.svg);background-size:contain;background-position:0 1px}.icon-phonenumber[data-v-4df31732]{background-image:url(../img/phonenumber.c9ea224f.svg);background-size:contain;background-position:center}.icon-loadding[data-v-4df31732]{background-image:url(../img/icon-waiting.077516ea.svg);background-size:contain;background-position:center}.icon-redirect[data-v-4df31732]{background-image:url(../img/icon-redirect.dce62f05.svg);background-size:contain;background-position:center}.icon-active[data-v-4df31732]{background-image:url(../img/icon-active.d6c0fccb.svg);background-size:contain;background-position:center}.icon-coordinating[data-v-4df31732]{background-image:url(../img/coordinating.9290fe35.svg);background-size:contain;background-position:center}.icon-approving[data-v-4df31732]{background-image:url(../img/approving.c178924d.svg);background-size:contain;background-position:center}.need-to-handle[data-v-4df31732]{background-image:url(../img/need-to-handle.e426a8b4.svg);background-size:contain;background-position:center}.need-to-handle-v2[data-v-4df31732]{background-image:url(../img/need-to-handle-unactive.252704f5.svg);background-size:contain;background-position:center}.need-to-handle-v2.active[data-v-4df31732]{background-image:url(../img/need-to-handle-v2.f4b0c5e6.svg)}.icon-help-v2[data-v-4df31732]{background-image:url(../img/icon-help-v2.389743bb.svg);background-size:contain;background-position:center}.icon-ekyc-required[data-v-4df31732]{background-image:url(../img/icon-ekyc-required.21cfa0a2.svg);background-size:contain;background-position:center}.icon-key[data-v-4df31732]{background-image:url(../img/icon-passwordv2.a832b1cc.svg);background-size:contain;background-position:center}.icon-key-20[data-v-4df31732]{background-image:url(../img/icon-key-20.aaa59821.svg);background-size:contain;background-position:center}.icon-sign-20[data-v-4df31732]{background-image:url(../img/icon-sign-20.38cf279d.svg);background-size:contain;background-position:center}.icon-setting-active-v2[data-v-4df31732]{background-image:url(../img/icon-setting-active-v2.1af743b4.svg);background-size:contain;background-position:center}.icon-language-20[data-v-4df31732]{background-image:url(../img/icon-language-20.d3ccc154.svg);background-size:contain;background-position:center}.icon-language-vi[data-v-4df31732]{background-image:url(../img/icon-vi.a7414733.svg);background-size:contain;background-position:center}.icon-language-en[data-v-4df31732]{background-image:url(../img/icon-en.beddf89c.svg);background-size:contain;background-position:center}.icon-setting-v2[data-v-4df31732]{background-image:url(../img/icon-setting-v2.17ef2261.svg);background-size:contain;background-position:center}.icon-undo-enable[data-v-4df31732]{background-image:url(../img/icon-undo-enable.9f651edf.svg);background-size:contain;background-position:center}.icon-undo-disable[data-v-4df31732]{background-image:url(../img/icon-undo-disable.83db0045.svg);background-size:contain;background-position:center;cursor:default !important}.icon-undo-disable[data-v-4df31732]:hover{background-color:#fff !important}.icon-redo-enable[data-v-4df31732]{background-image:url(../img/icon-redo-enable.9321dd8e.svg);background-size:contain;background-position:center}.icon-redo-disable[data-v-4df31732]{background-image:url(../img/icon-redo-disable.d7ddc688.svg);background-size:contain;background-position:center;cursor:default !important}.icon-google-drive[data-v-4df31732]{background-image:url(../img/googleDrive.55f1df7b.svg);background-size:auto;background-position:center}.icon-one-drive[data-v-4df31732]{background-image:url(../img/oneDrive.699e43bf.svg);background-size:auto;background-position:center}.icon-dropbox[data-v-4df31732]{background-image:url(../img/dropbox.26e87efc.svg);background-size:auto;background-position:center}.icon-arrow-white-up[data-v-4df31732]{background-image:url(../img/arrow-white.c36f02e4.svg);background-size:auto;background-position:center}.icon-arrow-white-down[data-v-4df31732]{background-image:url(../img/icon-arrow-down.f13aa4b4.svg);background-size:auto;background-position:center}.icon-arrow-gray-down[data-v-4df31732]{background-image:url(../img/icon-arrowv2.ec8f29df.svg);background-size:auto;background-position:center}.icon-red-warning[data-v-4df31732]{background-image:url(../img/icon-red-warning.981123e9.svg);background-size:contain;background-position:center}.icon-doc-123[data-v-4df31732]{background-image:url(../img/icon-doc.be2dc42a.svg);background-size:contain;background-position:center}.icon-caret[data-v-4df31732]{background-image:url(../img/383170_caret_down_icon.43caa066.svg);background-size:contain;background-position:center;width:12px;height:12px}.icon-caret-2[data-v-4df31732]{background-image:url(../img/caret-down-fill.aa086d5c.svg);background-size:contain;background-position:center;width:12px;height:12px}.icon-arrow-gray-up[data-v-4df31732]{background-image:url(../img/icon-arrowv2-down.d99ad091.svg);background-size:auto;background-position:center}.icon-sms-license[data-v-4df31732]{background-image:url(../img/icon-sms.44c95726.svg);background-size:auto;background-position:center}.icon-notper-1[data-v-4df31732]{background-image:url(../img/icon-1.35988375.svg);background-size:auto;background-position:center}.icon-notper-2[data-v-4df31732]{background-image:url(../img/icon-2.c23ff0a9.svg);background-size:auto;background-position:center}.icon-HRM[data-v-4df31732]{background-image:url(../img/icon_HRM.7bdc7036.svg);background-size:auto;background-position:center}.icon-TMS-V2[data-v-4df31732]{background-image:url(../img/icon-TMS-V2.88b78098.svg);background-size:auto;background-position:center}.icon-Process[data-v-4df31732]{background-image:url(../img/icon_Process.5cfb81c5.svg);background-position:center;background-size:contain}.icon-CRM[data-v-4df31732]{background-image:url(../img/icon_CRM.6f4d3e0c.svg);background-size:auto;background-position:center}.icon-Accounting[data-v-4df31732]{background-image:url(../img/icon_Accounting.0884b7c1.svg);background-size:contain;background-position:center}.icon-mintax[data-v-4df31732]{background-image:url(../img/Logo_Mintax.9ed89e4e.svg);background-size:contain;background-position:center}.icon-expired[data-v-4df31732]{background-image:url(../img/icon-expired.087995cf.svg);background-size:auto;background-position:center;height:96px;width:96px}.icon-vps[data-v-4df31732]{background-image:url(../img/icon-vps.c05c89e9.svg);background-size:auto;background-position:center;height:80px;width:80px}.background-vps[data-v-4df31732]{background-image:url(../img/background-vps.03a0b1a9.svg);background-size:auto;background-position:center;height:120px;width:348px}.ekyc-license[data-v-4df31732]{background-image:url(../img/ekyc-license.d5ef5875.svg);background-size:auto;background-position:center;height:40px;width:40px}.icon-redo-disable[data-v-4df31732]:hover{background-color:#fff !important}.icon-folder-filter[data-v-4df31732]{background-image:url(../img/icon-folder-filter.588c4fd5.svg);background-size:auto;background-position:center}.icon-edit-button[data-v-4df31732]{background-image:url(../img/edit-button.df7d5e18.svg);background-size:auto;background-position:center;height:20px;width:26px}.icon-tab-small[data-v-4df31732]{background-image:url(../img/icon-tab-small.21a5cf41.svg);background-size:auto;background-position:center;height:12px;width:12px}.icon-document-large[data-v-4df31732]{background-image:url(../img/icon-document-large.0fdc8ee3.svg);background-size:auto;background-position:center;height:174px;width:174px}.icon-refresh-24[data-v-4df31732]{background-image:url(../img/icon-refresh-24.c05048fc.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-preview[data-v-4df31732]{background-image:url(../img/icon-preview.124cd352.svg);background-size:auto;background-position:center;height:16px;width:16px}.icon24[data-v-4df31732]{height:24px;width:24px;position:relative}.icon24[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/sprites.17e2a7dd.svg) no-repeat;height:24px;width:24px;top:0;left:0}.icon24.w-16[data-v-4df31732]{height:16px;width:16px}.icon24.w-16[data-v-4df31732]:before{height:16px;width:16px}.icon24.add[data-v-4df31732]:before{background-position:-24px -24px}.icon24.add-white[data-v-4df31732]:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-24px -24px;-moz-mask-position:-24px -24px;-ms-mask-position:-24px -24px;-o-mask-position:-24px -24px;mask-position:-24px -24px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.chevron-down-white[data-v-4df31732]:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-72px -24px;-moz-mask-position:-72px -24px;-ms-mask-position:-72px -24px;-o-mask-position:-72px -24px;mask-position:-72px -24px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.filter[data-v-4df31732]:before{background-position:-264px -880px}.icon24.setting[data-v-4df31732]:before{background-position:-216px 0}.icon24.export-excel[data-v-4df31732]:before{background-position:-48px 0}.icon24.refresh[data-v-4df31732]:before{background-position:-168px -240px}.icon24.edit[data-v-4df31732]:before{background-position:-48px -96px}.icon24.duplicate[data-v-4df31732]:before{background-position:-192px -216px}.icon24.delete[data-v-4df31732]:before{background-position:0px -72px}.icon24.search[data-v-4df31732]:before{background-position:-48px -24px}.icon24.sortasc-20[data-v-4df31732]:before{background-position:-216px -880px}.icon24.sortdesc-20[data-v-4df31732]:before{background-position:-240px -880px}.icon24.mi-checkbox-active[data-v-4df31732]:before{background-position:-24px -72px}.icon24.close[data-v-4df31732]:before{background-position:0 -72px}.icon24.filter-header-20[data-v-4df31732]:before{background-position:-264px -880px}.icon24.org-icon[data-v-4df31732]:before{background-position:-168px -96px}.icon24.cancel[data-v-4df31732]:before{background-position:-216px -240px}.icon24.save-white[data-v-4df31732]:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-216px -312px;-moz-mask-position:-216px -312px;-ms-mask-position:-216px -312px;-o-mask-position:-216px -312px;mask-position:-216px -312px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.action-delete-filter[data-v-4df31732]::before{background:red;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-120px -96px;-moz-mask-position:-120px -96px;-ms-mask-position:-120px -96px;-o-mask-position:-120px -96px;mask-position:-120px -96px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.error-icon[data-v-4df31732]::before{background:red;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-48px -216px;-moz-mask-position:-48px -216px;-ms-mask-position:-48px -216px;-o-mask-position:-48px -216px;mask-position:-48px -216px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-combo--dropdown[data-v-4df31732]{border-radius:0 7.5px 7.5px 0;width:40px;height:40px;position:relative}.icon-combo--dropdown[data-v-4df31732]:hover{cursor:pointer}.icon-combo--dropdown[data-v-4df31732]:before{content:"";position:absolute;height:24px;width:24px;display:inline-block;background:transparent url(../img/sprites.17e2a7dd.svg) no-repeat -72px -24px;top:8px;left:8px}.icon-combo--dropdown.multiple[data-v-4df31732]{position:sticky;top:0px}.icon-control[data-v-4df31732]{position:relative}.icon-control.text[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/ic_Text.9b07f7cc.svg) no-repeat;height:18px;width:52px}.icon-control.number[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/ic_Number.61966dd6.svg) no-repeat;height:18px;width:52px}.icon-control.decimal[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/ic_Decimal.60b99021.svg) no-repeat;height:18px;width:52px}.icon-control.text-area[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/ic_Textarea.e4403236.svg) no-repeat;height:30px;width:52px}.icon-control.checkbox[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/ic_Checkbox.965819f7.svg) no-repeat;height:24px;width:24px}.icon-control.combo[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/ic_Combo.fcfe5e7e.svg) no-repeat;height:18px;width:52px}.icon-control.date[data-v-4df31732]:before{content:"";position:absolute;background:transparent url(../img/ic_Date.754e708d.svg) no-repeat;height:24px;width:24px}.icon-digital[data-v-4df31732]{background-image:url(../img/icon-digital.d7072bf5.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-electronic[data-v-4df31732]{background-image:url(../img/icon-electronic.889b2e66.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-text-integration[data-v-4df31732]{background-image:url(../img/text-icon.aeebc26f.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-check-success[data-v-4df31732]{background-image:url(../img/icon-check-success.876edaca.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-infomation[data-v-4df31732]{background-image:url(../img/infomation-icon.01aedbc3.svg);background-size:contain;background-position:center;width:20px;height:20px}.icon-info[data-v-4df31732]{background-image:url(../img/icon-info.ed5c9962.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-on-audio[data-v-4df31732]{background-image:url(../img/icon-on-audio.63cba4a7.svg);background-size:auto;background-position:center;height:20px;width:20px}.icon-off-audio[data-v-4df31732]{background-image:url(../img/icon-off-audio.9c20dea4.svg);background-size:auto;background-position:center;height:20px;width:20px}.icon-wesign[data-v-4df31732]{background-image:url(../img/icon-wesign.fcfb1e53.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-download-3[data-v-4df31732]{background-image:url(../img/icon-download-3.3573e2ce.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-share-2[data-v-4df31732]{background-image:url(../img/icon-share-2.b64ade27.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-wood[data-v-4df31732]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-ghg[data-v-4df31732]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-water[data-v-4df31732]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-power[data-v-4df31732]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAAAXNSR0IArs4c6QAABsRJREFUaIHFmX9wVNUVxz/nvs0StkACGFELEkTbKu2MU6ZU+8v+oc7gtJbpFNsppUkbWAExo/2hndYNS2hntJ2xgFJNgIRghTaOrUJtKMUpnUEFbBTGQiE0PwCpgDUJKSEku++d/rFssokb9u2Pt3z/Oue+e88533n3nnfeuUICZs/9zjwVUy/QwkDh3c27as+RBNNn3RtC9SfAxuOHt1cmm5MuDmnYb+Bzgv1Ng3xa0WkKJQI+dxYk2t55eo1JHFIjDwgUA3PMmIufGXWtshQIAA9OunHuhMxpQKs+XnRMQw8V4LQa7L8JLFF0DnCtezLQ3nna19F19qFhCwyCDmqXs6WFcWncWGN1pkEgEcd01cwovS8Ds0jwnC7aO8/Q3nkGwDKpJnuFIxq6z2HgKDArGzsJZAC4IoRaNPwVga2AlY2dkWTgChB6Rx+bqUS3ZOs7GRlI49DlCn5kBzA+GxujkYE8v6EWDZUDN2Zj43JkIO9bTn+azepUZAAkHA6bN892fzyiTqDnTO/TqHMbgD9QuLxwQsFeAC5E6Om6MJiq/3uqZycqAYCJ1xbfZVl2nxWw2l/7Xd1/RnPUouEvKfbfvSQD4Nt3tutPCnONCMXXjEt89nRcGAAi0aHvRNGUoSPgaPSvThSiPdGe2++tmP3Gto3/TubIwb5L0ucBuCcD4FOYm6GfYVCYELUjtwFJCQFfSMfYW0cNqjB+8nu82+OODOQxywnid1UNKOzaZ3GwJXa8r5suTPmoez95TNt6Veop0PS6xeHWoVxVUBBx7cHCnMtblktZaF56M4lkSq55n0lXf+DaRxT7wBWr5UYicZtBjMzUG06kZcNCThiQaM6iEsv9/ohDYdfe4WSuyoAMgLH8zxkVPZv2ytFii6r7dASg8Or+D5OZlgEZhI5FMxp3GaNyMP3VyVFoGfeRKLy6z+LA0RyQAUT4lYiocXB2Z2RhpEHkzT2v1LW5mqywc6/FgVy8GUDEtC654eVnAEy/39SCvp+RpcQYxaxzNzFG5p1jwxNAxmTgolHztfjPttm9enU34vt5RtaGrP6r+ZX6hpTzLm2zkWQySQAARkQDBf6K4E0vHhocA9ix7sm1wB8zsgqnbNvck2qSEksAI7dZpmRExDFiLfhu6QtbEscHre/4zZqvq0hdemb1OJa588COTR2pZjbtsfy5SgBG5O2BPj62eOaLWz/0LFH5y7rVFaq6FOXyAQqOMfq8fcG6tXn7piOpAgg2rFpxuM1MjeuZkjEih33Gt8xXNOmOyk+91Jo8tCT4ajAYGLDGzjMi8wsC5sv9vdHi8129RPvt/dF+3e4URp57+w9bjrsJYkl9uNQxVhuoABRNPvfujJtabUlRo4igotLnoB0+Iwf9lm9bWekLb6Tyl/IX5f7N1f9UjbWa+pVPNpRXHUq1ZsT6elXKL3lrO9ldfEtTZWV/OjbSgee1nCrzBmWRh70kAx4TWrq5+g5irWUQ2tYvDG3z0h94TMgWuSUuCyQ9xLmGp4Q0ylAjXyXTFnha8JSQiHYNKkqRl77i8JaQcd6KyyrMfnDt2jFe+gOPCdUsXNEMnI5pWhIp6kpZImULb9O2iKo6G+Kqg/l1sCaculmSBTz/DlkB37NAd0zT6VpoNcxvDPu98uc5oWfve+yUwg/juqD3TOyzjixuWJmTBudI5KUvt76sqm7xpuqbRfhRbERnCPLnYEP1QUT2iGqbg9hu7YlqnzF6/JmFVTtFZFj30vNaLhHBhpUhkBBQkKmNRCh6wmCerCkLrYmP5bUvV1u2YtUYlZuB3wLpt7xGQJDrFV29eFN1fbDx8SK4Ajd4T5WHWoGFyzc+8eiA6ZtjjO8TNk6JQV3ftyoyDeHzKFMARCjnYqQL+EFet1wu8f2NT4z3+QZCoD8eGjVfTL3ldOjQ+YyT6RVPzlFX8ej/astCjyjaFB8T7OUpCTmi78VlS6ys7ke9gOXoL+OyIp9NScioDPUXbOduj+LKGB98hNfjsghTXWw55/eDC4z51sMbwpM8ii0jlJz3TYnLqtKfklDELtyvSHtsgU48X2ClbijmEVHLHix4Ff2Hq0Me3LxyPiqNcV1Eno9E7EfqKsKj3nrnA0u2hkudAXkN5DoAQStdZ61gQ/V6YFFcF+hQhxpxaDp60jm0OxzO3T3T5aDIoq2/uNoMON/G8DNUJ1960sFY/61ppeH7G6rXKSzzIMwsIRHHp7dvWFDVnFbpU1NW9YCjukiUk16FlgFO2Cp3blhQ1QwuitNkWNYYHhfpNd9ApEyMXo9SSj7rQqEL5QjKSwF1ald/L9wdf/R/6IuzkDu8Qz0AAAAASUVORK5CYII=);background-size:contain;background-position:center;height:26px;width:26px}.icon-edit-v3[data-v-4df31732]{background-image:url(../img/icon-editv3.15a72571.svg);background-size:contain;cursor:pointer;height:16px;width:16px}.icon-arrow-right-v2[data-v-4df31732]{background-image:url(../img/icon-arrow-right-v2.3235a415.svg);background-size:contain;cursor:pointer;height:16px;width:16px}.icon-solid-waste[data-v-4df31732]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-warning-circle[data-v-4df31732]{background-image:url(../img/icon-warning-circle.c8594a7b.svg);background-size:contain;height:18px;width:18px}.icon-social-network[data-v-4df31732]{background-image:url(../img/icon-social-network.3669129a.svg);background-size:contain;height:18px;width:18px}.icon-chevron-left[data-v-4df31732]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px}.icon-chevrons-left[data-v-4df31732]{background-image:url(../img/icon-chevrons-left.976fccf5.svg);background-size:contain;height:20px;width:20px}.icon-chevron-right[data-v-4df31732]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(180deg)}.icon-chevrons-right[data-v-4df31732]{background-image:url(../img/icon-chevrons-left.976fccf5.svg);background-size:contain;height:20px;width:20px;transform:rotate(180deg)}.icon-chevron-up[data-v-4df31732]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(90deg)}.icon-chevron-down[data-v-4df31732]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(-90deg)}.icon-message-plus[data-v-4df31732]{background-image:url(../img/icon-message-plus.649d2759.svg);background-size:contain;height:16px;width:16px}.icon-text-bold[data-v-4df31732]{background-image:url(../img/icon-text-bold.0e67860f.svg);background-size:contain;height:16px;width:16px}.icon-ava[data-v-4df31732]{background-image:url(../img/icon-ava.4b2b629b.svg);background-size:contain;height:16px;width:16px}#btnUpload[data-v-4df31732]{margin-left:10px;margin-right:10px;padding:0px !important;font-size:14px;font-family:"GoogleSans Medium";height:32px;min-width:98px}#btnUpload .pop-up-options[data-v-4df31732]{width:120px !important}.text-btn[data-v-4df31732]{width:56px;margin-left:8px;margin-right:4px}.drive-container[data-v-4df31732]{flex-wrap:wrap}.drive[data-v-4df31732]{min-height:40px;min-width:150px;padding:6px 18px;background:#fff;margin:16px 8px;border-radius:4px;border:1px solid gray;cursor:pointer}.drive .icon[data-v-4df31732]{min-width:24px;height:24px;margin-right:8px}.drive .name-drive[data-v-4df31732]{color:#0f172a}.drive[data-v-4df31732]:hover{background:#eff1f6}
.env-impact-summary__carousel-slide-content-statistics[data-v-40936426]{display:flex;align-items:center;justify-content:center;width:100%}.env-impact-summary__carousel-slide-content-statistics-group[data-v-40936426]{width:122px;height:122px;background-color:#fff;border-radius:100px;border:1px solid #85d3fd;margin:0 16px;display:flex;align-items:center;justify-content:center;flex-direction:column}.env-impact-summary__carousel-slide-content-statistics-group-text1[data-v-40936426]{color:#334a5e;text-align:center;font-size:13px;font-style:normal;font-weight:400}.env-impact-summary__carousel-slide-content-statistics-group-text2[data-v-40936426]{color:#334a5e;text-align:center;font-size:13px;font-style:normal;font-weight:800}.env-impact-summary__carousel-slide-content-statistics-group-text3[data-v-40936426]{color:#334a5e;text-align:center;font-size:10px;font-style:normal;font-weight:400}.env-impact-summary__carousel-slide-content-statistics-group-icon[data-v-40936426]{margin:4px 0}.env-impact-summary__carousel-slide-content-statistics-group[data-v-40936426]:hover{transform:scale3d(1.05, 1.05, 1.05) !important}
.env-impact-summary__banner[data-v-60581d09]{position:relative}.env-impact-summary__banner-text[data-v-60581d09]{position:absolute;top:12px;left:16px}.env-impact-summary__popup .dialog-detail[data-v-60581d09]{border-radius:8px}.env-impact-summary__popup-container[data-v-60581d09]{width:100%;height:100%;position:relative}.env-impact-summary__popup-container-close[data-v-60581d09]{position:absolute;top:16px;right:16px;width:24px;height:24px;cursor:pointer}.env-impact-summary__popup-container-audio-icon[data-v-60581d09]{position:absolute;top:16px;right:46px;width:24px;height:24px;cursor:pointer}.ant-carousel .slick-slider[data-v-60581d09]{height:100%}.env-impact-summary__popup-container__carousel-list-slide[data-v-60581d09]{flex:0 0 100%;width:100%;height:100%;position:absolute;top:0;left:100%;transition:transform .5s ease-in-out,left .5s ease-in-out;background:#add8e6;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:bold}.env-impact-summary__popup-container__carousel-list-slide.active[data-v-60581d09]{left:0}.env-impact-summary__popup-container__carousel-list-slide.animate-left[data-v-60581d09]{transform:translateX(-100%)}.env-impact-summary__popup-container__carousel-list-slide.animate-left[data-v-60581d09]{transform:translateX(0)}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel[data-v-60581d09]{position:relative}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-arrow[data-v-60581d09]{position:absolute;z-index:1;top:calc(50% - 33px);border-radius:50%;background:rgba(255,255,255,.85);width:30px;height:30px;cursor:pointer}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-bar[data-v-60581d09]{display:flex;align-items:center;justify-content:center;position:absolute;top:48px;z-index:1;width:100%}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-bar-item[data-v-60581d09]{width:186px;height:4px;border-radius:4px;background:#fff;opacity:.3;margin:0 4px;cursor:pointer}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-bar .active_bar[data-v-60581d09]{opacity:1}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list-slide[data-v-60581d09]{position:relative;border-radius:8px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list-slide-title[data-v-60581d09]{position:absolute;display:flex;align-items:center;top:16px;left:16px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list-slide-title-text[data-v-60581d09]{margin-left:8px;color:#fff;font-size:16px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list-slide-note[data-v-60581d09]{color:#3a3a3a;font-size:14px;position:absolute;font-weight:600}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list-slide-button[data-v-60581d09]{position:absolute;display:flex;align-items:center;width:100%;justify-content:center;bottom:16px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list-slide-button-item[data-v-60581d09]{height:40px;width:156px;background-color:rgba(255,255,255,.3);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 8px;cursor:pointer;font-size:14px;font-style:normal;font-weight:600}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list-slide-button-item-icon[data-v-60581d09]{margin-right:8px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-1 .env-impact-summary__popup-container__carousel-list-slide-note[data-v-60581d09]{text-align:center;top:244px;width:100%}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-1 .env-impact-summary__popup-container__carousel-list-slide-img[data-v-60581d09]{position:absolute;width:100%;display:flex;justify-content:center;top:106px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-2 .env-impact-summary__popup-container__carousel-list-slide-note[data-v-60581d09]{top:72px;left:16px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-2 .env-impact-summary__popup-container__carousel-list-slide-content[data-v-60581d09]{position:absolute;top:118px;left:119px;display:block !important}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-2 .env-impact-summary__popup-container__carousel-list-slide-content-item[data-v-60581d09]{color:#fff;font-size:20px;font-weight:500}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-2 .env-impact-summary__popup-container__carousel-list-slide-content-statistics[data-v-60581d09]{color:#ffdf3e;font-size:32px;font-weight:800;animation:zoom-in-out-60581d09 1s ease-in-out forwards}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-3 .env-impact-summary__popup-container__carousel-list-slide-note[data-v-60581d09]{top:72px;left:16px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-3 .env-impact-summary__popup-container__carousel-list-slide-content[data-v-60581d09]{position:absolute;top:118px;display:block !important}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-3 .env-impact-summary__popup-container__carousel-list-slide-content-item[data-v-60581d09]{margin-top:8px;text-align:center;padding:0 100px;color:#676a77;font-size:10px;font-style:normal;font-weight:400}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-3 .env-impact-summary__popup-container__carousel-list-slide-content-item a[data-v-60581d09]{color:#274bf7;font-size:10px;font-style:normal;font-weight:400}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-note[data-v-60581d09]{top:279px;left:91px;width:354px}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-content[data-v-60581d09]{position:absolute;top:159px;left:91px;display:block !important}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-content-item[data-v-60581d09]{color:#fff;font-size:20px;font-weight:500}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-content-statistics[data-v-60581d09]{color:#3142ff;font-size:32px;font-weight:800;animation:bounce-60581d09 2s ease-in-out;margin:8px 0}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-avata[data-v-60581d09]{position:absolute;top:144px;left:519px;width:184px;height:184px;background-image:linear-gradient(110deg, #7378ec, #fff);border-radius:50%;display:flex;align-items:center;justify-content:center}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-avata-img[data-v-60581d09]{width:167px;height:167px;position:relative}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-avata-img .avata-img[data-v-60581d09]{border-radius:50%;width:167px;height:167px;background-size:cover;background-position:center}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-avata-img-change[data-v-60581d09]{position:absolute;bottom:0px;right:13px;width:30px;height:30px;border-radius:100px;border:2px solid #bec1ff;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.env-impact-summary__popup-container .env-impact-summary__popup-container__carousel-list .slide-4 .env-impact-summary__popup-container__carousel-list-slide-avata-img-change .icon-editv2[data-v-60581d09]{height:24px;width:24px}@keyframes zoom-in-out-60581d09{0%{transform:scale(1)}50%{transform:scale(1.5)}100%{transform:scale(1)}}@keyframes bounce-60581d09{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}
.env-impact-summary__popup-container .ant-carousel{height:100%}.env-impact-summary__popup-container .ant-carousel .slick-slider{height:100%}.env-impact-summary__popup-container .ant-carousel .slick-slider .slick-dots{top:56px}.env-impact-summary__popup-container .ant-carousel .slick-slider .slick-dots li{margin:0 8px}.env-impact-summary__popup-container .ant-carousel .slick-slider .slick-dots li button{width:180px}.env-impact-summary__popup-container .ant-carousel .slick-prev,.env-impact-summary__popup-container .ant-carousel .slick-next{color:#000;width:30px;height:30px;z-index:1;border-radius:50%;background:rgba(255,255,255,.85);z-index:1}.env-impact-summary__popup-container .ant-carousel .slick-prev::before,.env-impact-summary__popup-container .ant-carousel .slick-next::before{color:#000;width:30px;height:30px;z-index:1;border-radius:50%;background:rgba(255,255,255,.85)}
.icon-file[data-v-f56c2b3a]{background-image:url(../img/icon-file.e0e11ba6.svg);background-size:contain;width:40px;height:40px}.icon-file-v2[data-v-f56c2b3a]{background-image:url(../img/icon-file-2.be2dc42a.svg);background-size:contain;width:40px;height:40px}.m-icon-1x[data-v-f56c2b3a]{background-size:contain;width:12px;height:12px}.m-icon-16[data-v-f56c2b3a]{background-size:contain;min-width:16px;min-height:16px}.m-icon-2x[data-v-f56c2b3a]{background-size:contain;width:24px;height:24px}.m-icon-3x[data-v-f56c2b3a]{background-size:contain;width:32px;height:32px}.m-icon-20[data-v-f56c2b3a]{background-size:contain;width:20px;height:20px}.m-icon-4x[data-v-f56c2b3a]{background-size:contain;width:40px;height:40px}.m-icon-5x[data-v-f56c2b3a]{background-size:contain;width:48px;height:48px}.m-icon-56[data-v-f56c2b3a]{background-size:contain;width:56px;height:56px}.icon-image[data-v-f56c2b3a]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain}.icon-back[data-v-f56c2b3a]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAYxJREFUaEPtmLFOwzAQQH3NijKhMjNB/4Jf4AugGxu/wsYa/oB+Ab/A1HbMnC5RI6RWSD5iUEQUouScs+ozcrdKdu69u4t8MajAfxA4v4oCvisYKxArwMxAbKFuAs/Or28QZuXHbv3OTC5pu9MKpPNFBgB3JvLxqC8P5TYnUTAWORNowxserfWy2m0zBhtpqxOBLjwivuyLzT2JgLmILeAT3rizBHzDswQkwE8WkAI/SUASvLWANHgrAYnwZAGp8CQByfCjAtLhBwXSi8UTKHhsTvp6PKinS3hlnvzW2xF1Xn0eVqrMy77NvSexGYmTZPbWglf1lGkd3NUGjXhbFZve5P1PAZO5dH71DJA8dFpo5Sqr1Od8t9DAWD7YF39fYpXti/WSGvwU60YbW7rEqMBPO/1+Kpr/iHIqQRKQLEEWkCphJSBRwlpAmsQkAUkSkwWkSLAEJEiwBXxLOBHokwjqarGZedrfEMFd7jYSQV+vn2L67MZw9g74gDcxo4CvzDdxYwViBZgZCL6FvgAFhARA5nVPygAAAABJRU5ErkJggg==);background-size:contain;width:24px;height:24px;margin-right:4px}.icon-account[data-v-f56c2b3a]{background-image:url(../img/ic-account.e3719ab3.svg);background-size:contain}.icon-mail[data-v-f56c2b3a]{background-image:url(../img/ic-mail.16998cc7.svg);background-size:contain}.icon-timer[data-v-f56c2b3a]{background-image:url(../img/ic-timer.b3ef2d30.svg);background-size:contain}.icon-page[data-v-f56c2b3a]{background-image:url(../img/ic-page.633ff7f4.svg);background-size:contain}.icon-location[data-v-f56c2b3a]{background-image:url(../img/ic-location.68e9fae2.svg);background-size:contain}.icon-participant-action-rejected[data-v-f56c2b3a]{background-image:url(../img/icon-hand-white.e984db9a.svg);background-size:16px;background-position:center}.icon-participant-action-signed[data-v-f56c2b3a]{background-image:url("../img/check (1).059bd8b5.svg");background-size:16px;background-position:center}.icon-arrow[data-v-f56c2b3a]{background-image:url(../img/icon-arrow-down.f13aa4b4.svg);background-size:contain;width:24px;height:24px}.icon-arrowv2[data-v-f56c2b3a]{background-image:url(../img/icon-arrowv2.ec8f29df.svg);background-size:contain}.icon-arrowv3[data-v-f56c2b3a]{background-image:url(../img/icon-arrowv3.c7581671.svg);background-size:contain}.icon-back-document-detail[data-v-f56c2b3a]{background-image:url(../img/icon-back-document-detail.65f61e3d.svg);background-size:contain;width:24px;height:24px;border-radius:50%;margin-right:4px}.icon-back-document-detail[data-v-f56c2b3a]:hover{background-color:#d9dade}.icon-more-document-detail[data-v-f56c2b3a]{background-image:url(../img/icon-more-document-detail.fe036a4c.svg);background-size:contain;width:32px;height:32px;margin-right:4px}.icon-download[data-v-f56c2b3a]{background-image:url(../img/icon-download.cf8fa2b3.svg);background-size:contain;margin-right:4px}.icon-hand-red[data-v-f56c2b3a]{background-image:url(../img/icon-hand-red.63b83255.svg);background-size:contain;width:24px;height:24px;margin-right:4px}.icon-next[data-v-f56c2b3a]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAMtJREFUSEtjZKAxYKSx+Qwj0IL///8LAIO1H4gLGRkZPxAKYpKDCGrBA6DB94HYkZAlJFsAcjHQEgMgdYAYS8iygBRLyLaAWEsosoAYSyi2gJAlKBYAIy8BqCGeUNLDIc8DFAdF/ksg1oGlLnQLCoCSARRYoA/U+wqItbFaQKbBsGS7H6j/IRA7IOcNiuMAmiewGg5yMEUWEDKcIguIMZxsC4g1nCwLgIYrADWexxah2BIJyXEALU0nAA0rIFSSkuUDUpMyyT4YeRYAADgpXhlTbcCqAAAAAElFTkSuQmCC);background-size:contain;width:24px;height:24px;margin-left:4px}.icon-file-pdf[data-v-f56c2b3a]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAA95JREFUWEfVmU1ME1EQgKelIURRG0IQCTE0GLnJEr15EK160BjRk1HRciCiF4vSK209WpR6URIOoAETD2KJkYM/scboSWPxpokpB4JoGoL8hZjCOvPaXbel3c7uVoibbJrCm3nfm3kzb97UBiafeLNUByVwEsWbwQZO/KRXSquL4ecsyPgCRGEFRl3R2ISZqWxGhBDKCQ64ijItGhiuCoKOQBLuICyBsx4WoAomgzdtLZbynIPIqjYIc0ELAsYPSR5U2GsZLJs25f4216tYRG+1uoDxw5IfhQPmzcWSDLhexoL5RuYEFC4tEVbzsKawOkiGQQykzlx7MzegWxpYNzhlcQiJ7m7LXusaQHQruZRcuxFPEN2dsaUyAEVA2GFgI8jUOWU4pQ0cFTC97+JFj1ajq6XoXgGXsh//Am6sa7OXobpaAHKtV9a4Dyq7guCorjFqFzE+OT0FiR4/LI9/0JfXWDEFyLRe7dAYOLbvMAWnCBHkZOtxjg5hRQXwE0ooB31e4boXNMz6M3GkiaMkhoBNNlGVOCDOkdADXHj+FOZGhqHiig/K9uzVVccExD0BLhu614vaeq0C/vRfg9XFeaB96my9VBxAgE4CpMOa6rqCj54FCZA2P1mw/OiJYgGOEmAUtR0oSIcD9ADnRh7CzL0Q1PQ9gtL63cUCfEOArAChGTmAFZd9sPX02WIBxghQ5livEOBUxxkEOwczd0NQOzwG9s3ledWygwQ1FAVw+fNHmH3QB9U9/ZAI+eH3ty9QFezNmzONAbqlGJ6/jRwr5nPxdFc7OC90IFCNCJREqFuoo+906qwuzGcAswFlGLccJEvvo5C42Q2luxqEW0vrGwQYpZyld6/Rml8FZFXgtnpEsgEBRJCYSjOriwtivxHEpv0HodKXt2pf4xwDgCLNmErU5FZKynOPh6F26BnYy7dwdokYYwAQE7WJo46CYPp6u5is+la/cKuRhw1IRx0pjjMDRRskBEl7zYjllEWwADFAsLKWDJVbOyNvdfMbx4rJH99h8vwxzlBNuYXXTNkBE0i7TU9SFKy+G6ZrQoKjFFSoYMWT45ctCXVU9v8fJb/Yh0wrcnxjZYzWeqQn89rpllrwL0+sTGBZNt+1U1HMvZ9YBsmtQP/irkK6pUG05MV/BJFbrQz3Ma14sv+p1zwKrxskwuFl3ctuHq2zu9e4VWtFVgNTtkO4UI40uh1EtMrgsdTAVC2Z6k17UanXKqgAA9ECDnN61QUtqLVMulftxe49pSNWkavK49mKMtREZ4EpcoYAs2Dpwk/d/mZ8nQjtVKFTMNSDTv0MkYSI2Z8h/gDw4pmwcOQXgwAAAABJRU5ErkJggg==);background-size:contain;width:40px;height:40px}.icon-celendar[data-v-f56c2b3a]{background-image:url(../img/celendar.0b01bee5.svg);background-size:contain;width:18px;height:20px}.icon-validate-error[data-v-f56c2b3a]{background-image:url(../img/validate-error.40517a6e.svg);background-size:contain;width:20px;height:20px}.icon-dropdown[data-v-f56c2b3a]{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAABHNCSVQICAgIfAhkiAAAAFBJREFUCFtjLCmt/sDAwMjPgAcwMvwzZCwqrUpgYmCaj0vd////F/b2tCYwghTgUgxTBFIDVohNMbIiFIXIitEVYSgECZSWVhl0d7ddQHczAIWMJ5tPOpzzAAAAAElFTkSuQmCC);background-size:contain;width:14px;height:14px}.icon-down[data-v-f56c2b3a]{background-image:url(../img/icon-down.646b6877.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-down-active[data-v-f56c2b3a]{background-image:url(../img/icon-down-active.dbe3ed26.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-save-dispatch[data-v-f56c2b3a]{background-image:url(../img/icon-save-dispatch.e6bf31c7.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-save-dispatch-dark[data-v-f56c2b3a]{background-image:url(../img/icon-save-dispatch-dark.af41b30a.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-view-original-file[data-v-f56c2b3a]{background-image:url(../img/icon-view-original-file.4163f5c5.svg);background-size:contain;transition:.5s all;width:24px;height:24px}.icon-original-file-doc[data-v-f56c2b3a]{background-image:url(../img/icon-original-file-doc.c220a0c3.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-original-file-xls[data-v-f56c2b3a]{background-image:url(../img/icon-original-file-xls.bec793ba.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.icon-waiting-confirm-cancel[data-v-f56c2b3a]{background-image:url(../img/waiting-confirm-cancel.cc1441cf.svg);background-size:contain;width:20px;height:20px;transition:.5s all}.arrow-right-up-blue[data-v-f56c2b3a]{background-image:url(../img/arrow-right-up-blue.7e6b60d3.svg);background-size:contain;width:24px;height:24px;transition:.5s all}.TMS-logo[data-v-f56c2b3a]{background-image:url(../img/TMS-logo.88b78098.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.EmployeesProfile-logo[data-v-f56c2b3a]{background-image:url(../img/EmployeesProfile-logo.7bdc7036.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISProcess-Logo[data-v-f56c2b3a]{background-image:url(../img/AMISProcess-logo.5cfb81c5.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISCRM-Logo[data-v-f56c2b3a]{background-image:url(../img/AMISCRM-logo.6f4d3e0c.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.AMISDispatch-logo[data-v-f56c2b3a]{background-image:url(../img/AMISDispatch-logo.af95aba4.svg);background-size:contain;width:60px;height:60px;transition:.5s all}.icon-down-white[data-v-f56c2b3a]{background-image:url(../img/icon-down-white.f13aa4b4.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-down-contrast-active[data-v-f56c2b3a]{background-image:url(../img/icon-down-contrast-active.dee7c5bd.svg);background-size:contain;width:16px;height:16px;transition:.5s all}.icon-rotate-page[data-v-f56c2b3a]{background-image:url(../img/icon-rotate-page.a858ab87.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus[data-v-f56c2b3a]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus-white[data-v-f56c2b3a]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer;margin-right:4px}.icon-choose-checkbox[data-v-f56c2b3a]{background-image:url(../img/Icon-choose-checkbox.71d94fa5.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer;margin-right:4px}.icon-plus-white[data-v-f56c2b3a]{background-image:url(../img/icon-plus.18bc6e4f.svg);background-size:contain;background-position:center}.icon-document-batch-16[data-v-f56c2b3a]{background-image:url(../img/icon-document-batch.9a9b0d0e.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer}.icon-arrow-download[data-v-f56c2b3a]{background-image:url(../img/icon-arrow-download.00c5e552.svg);background-size:contain;background-position:center;width:12px;height:12px;margin:auto 0;cursor:pointer}.icon-arrow-download-left[data-v-f56c2b3a]{background-image:url(../img/icon-arrow-left.8870fef5.svg);background-size:contain;background-position:center;margin:auto 0;width:16px;height:16px}.icon-plus-primary[data-v-f56c2b3a]{background-image:url(../img/Icon-Plus-Primary.dd7b5623.svg);background-size:contain;background-position:center;width:24px;height:24px;cursor:pointer}.icon-plus-blue[data-v-f56c2b3a]{background-image:url(../img/Icon-Plus-Blue.fd635c37.svg);background-size:contain;background-position:center;width:16px;height:16px;cursor:pointer}.icon-minus[data-v-f56c2b3a]{background-image:url(../img/Icon-Minus.d211ec35.svg);background-position:center;background-size:contain;width:24px;height:24px;cursor:pointer}.icon-sender-avatar[data-v-f56c2b3a]{background-image:url(../img/icon-sender-avatar.ab0d4557.svg);background-position:center;background-size:contain;width:48px;height:48px;cursor:pointer}.icon-jetpay[data-v-f56c2b3a]{background-image:url(../img/Logo-JetPay.11fbd709.svg);background-position:center;background-size:contain;width:158px;height:74px;cursor:pointer}.icon-edit[data-v-f56c2b3a]{background-image:url(../img/edit.2d7aabcb.svg);background-size:contain;cursor:pointer}.icon-editv2[data-v-f56c2b3a]{background-image:url(../img/icon-editv2.46f0c2ac.svg);cursor:pointer}.icon-upload[data-v-f56c2b3a]{background-image:url(../img/uploadV2.72ed2c4f.svg);background-size:contain;width:66px;height:84px;cursor:pointer}.icon-move[data-v-f56c2b3a]{background-image:url(../img/Icon-Move.f1deca4a.svg);background-size:contain;width:11px;height:18px}.icon-signature[data-v-f56c2b3a]{background-image:url(../img/Icon-signature.7ac2f74f.svg);background-size:contain;width:24px;background-position:center;height:24px}.icon-stamp[data-v-f56c2b3a]{background-image:url(../img/icon-stamp.f6618a22.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-initial[data-v-f56c2b3a]{background-image:url(../img/Icon-initial.0b94ae35.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-attachment[data-v-f56c2b3a]{background-image:url(../img/attachment-icon.d44c0fac.svg);background-size:contain;width:24px;height:24px;background-position:center}.icon-document-status-completed[data-v-f56c2b3a]{background-image:url(../img/document-status-completed.06a1fc41.svg);background-size:contain;width:24px;height:24px}.icon-document-status-rejected[data-v-f56c2b3a]{background-image:url(../img/document-status-rejected.bc38cec5.svg);background-size:contain;width:24px;height:24px}.icon-document-status-cancelled[data-v-f56c2b3a]{background-image:url(../img/document-status-cancelled.bc38cec5.svg);background-size:contain;width:24px;height:24px}.icon-check[data-v-f56c2b3a]{background-image:url(../img/Icon-Check.779d3bc9.svg);background-size:contain;width:22px;height:22px}.icon-warning-small-v2[data-v-f56c2b3a]{background-image:url(../img/Icon-warning-small-v2.796d26ec.svg);background-size:contain;width:20px;height:20px}.icon-export[data-v-f56c2b3a]{background-image:url(../img/icon-export.8a4409a4.svg);background-size:contain;width:24px;height:24px;cursor:pointer}.icon-export-v2[data-v-f56c2b3a]{background-image:url(../img/icon-export-v2.2abe4fc8.svg);background-size:contain;width:20px;height:20px;cursor:pointer}.icon-check-all[data-v-f56c2b3a]{background-image:url(../img/icon-check-all.cf23ee73.svg);background-size:contain}.icon-upload-home[data-v-f56c2b3a]{background-image:url(../img/upload-home.72ed2c4f.svg);background-size:contain;width:38px;height:49px;cursor:pointer}.icon-upload-contact[data-v-f56c2b3a]{background-image:url(../img/icon-upload.b3a774be.svg);background-size:contain;width:24px;height:24px}.icon-uploadV2[data-v-f56c2b3a]{background-image:url(../img/icon-upload.b149dd47.svg);background-size:contain;cursor:pointer}.icon-word[data-v-f56c2b3a]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-doc[data-v-f56c2b3a]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-docx[data-v-f56c2b3a]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-octet-stream[data-v-f56c2b3a]{background-image:url(../img/drive-ms-word.8b58cf46.svg);background-size:contain;width:40px;height:40px}.icon-document[data-v-f56c2b3a]{background-image:url(../img/iconly-light-document.6ef70f2b.svg);background-size:contain;width:40px;height:40px}.icon-document-verify[data-v-f56c2b3a]{background-image:url(../img/icon-document-verify.b7dbfe4b.svg);background-size:contain;width:40px;height:40px}.icon-document-pages[data-v-f56c2b3a]{background-image:url(../img/icon-document-pages.1934933d.svg);width:24px;background-position:center;height:24px}.icon-signature-info[data-v-f56c2b3a]{background-image:url(../img/icon-signature-info-box.0523f132.svg);width:24px;background-position:center;height:24px}.icon-pdf[data-v-f56c2b3a]{background-image:url(../img/drive-pdf.f62f30a2.svg);background-size:contain;width:40px;height:40px}.icon-png[data-v-f56c2b3a]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-jpeg[data-v-f56c2b3a]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-jpg[data-v-f56c2b3a]{background-image:url(../img/drive-image.05494a87.svg);background-size:contain;width:40px;height:40px}.icon-done[data-v-f56c2b3a]{background-image:url(../img/icon-done.c692666a.svg);background-size:contain;width:16px;height:16px}.icon-help[data-v-f56c2b3a]{background-image:url(../img/icon-help.c05763a9.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-help-gray[data-v-f56c2b3a]{background-image:url(../img/icon-help-gray.4931a3fb.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-new-approve[data-v-f56c2b3a]{background-image:url(../img/icon-new-approve.818c8c3a.svg);background-size:auto;background-position:center;width:16px;height:16px;margin-right:4px}.icon-new-cancel[data-v-f56c2b3a]{background-image:url(../img/icon-new-cancel.a93e8e60.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-copy[data-v-f56c2b3a]{background-image:url(../img/icon-new-copy.9f8b8bc9.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-direct[data-v-f56c2b3a]{background-image:url(../img/icon-new-direct.c83bd9cb.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-download[data-v-f56c2b3a]{background-image:url(../img/icon-new-download.9a5a31d7.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-edit[data-v-f56c2b3a]{background-image:url(../img/icon-new-edit.75646844.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-history[data-v-f56c2b3a]{background-image:url(../img/icon-new-history.b44a6e3b.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-resend[data-v-f56c2b3a]{background-image:url(../img/icon-new-resend.5cbb2b3c.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-sign[data-v-f56c2b3a]{background-image:url(../img/icon-new-sign.63d10f3d.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-new-sign-black[data-v-f56c2b3a]{background-image:url(../img/icon-new-sign-black.2fa78197.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-stamp-black[data-v-f56c2b3a]{background-image:url(../img/icon-new-stamp-black.5f991b29.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-approval-sign-black[data-v-f56c2b3a]{background-image:url(../img/icon-new-approval-sign-black.18262ee3.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:10px}.icon-new-restore[data-v-f56c2b3a]{background-image:url(../img/icon-new-restore.aa920a4e.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:5px}.icon-detail[data-v-f56c2b3a]{background-image:url(../img/ic_detail.96a6d45b.svg);background-size:contain;cursor:pointer;position:relative}.icon-excel[data-v-f56c2b3a]{background-image:url(../img/drive-ms-excel.c309f9f4.svg);background-size:contain}.icon-arrow-cbb[data-v-f56c2b3a]{margin-left:4px}.icon-delete[data-v-f56c2b3a]{background-image:url(../img/trash-2.72c2a436.svg);background-size:auto;background-position:center}.icon-deletev2[data-v-f56c2b3a]{background-image:url(../img/icon-deletev2.47f51245.svg);background-size:auto;background-position:center}.icon-multidownload[data-v-f56c2b3a]{background-image:url(../img/multi-download.f6342289.svg);background-size:auto;background-position:center}.icon-file-2[data-v-f56c2b3a]{background-image:url(../img/icon-file-2.be2dc42a.svg);background-size:auto;background-position:center}.icon-close[data-v-f56c2b3a]{background-image:url(../img/icon-close.eb782d95.svg);background-position:center;background-size:contain}.icon-close-black[data-v-f56c2b3a]{background-image:url(../img/icon-close-black.f685990e.svg);background-position:center;background-size:contain}.icon-warning-small[data-v-f56c2b3a]{background-image:url(../img/icon_warning_small.ce8423e7.svg);background-position:center;background-size:contain}.icon-closev2[data-v-f56c2b3a]{background-image:url(../img/icon-close2.8e0584c6.svg);background-position:center;cursor:pointer;background-size:contain}.icon-use-template[data-v-f56c2b3a]{background-image:url(../img/user-template.267c70aa.svg);background-size:auto;background-position:center}.icon-success[data-v-f56c2b3a]{background-image:url(../img/icon-success.cb6a5176.svg);background-size:auto;background-position:center 0}.icon-send-horizontally[data-v-f56c2b3a]{background-image:url(../img/send.b70e5182.svg);background-size:contain;width:24px;height:24px;background-position:center 0}.icon-send-horizontally-black[data-v-f56c2b3a]{background-image:url(../img/send-black.aec9ae35.svg);background-size:contain;width:24px;height:24px;background-position:center 0}.icon-danger[data-v-f56c2b3a]{background-image:url(../img/icon-danger.2a3cb13e.svg);background-size:auto;background-position:center 0}.icon-warning[data-v-f56c2b3a]{background-image:url(../img/icon-warning.036ee2e8.svg);background-size:auto;background-position:center}.icon-warning-bold[data-v-f56c2b3a]{background-image:url(../img/icon-warning-bold.70fc2044.svg);background-size:auto;background-position:center;height:60px;width:60px}.icon-warning-v2[data-v-f56c2b3a]{background-image:url(../img/icon-warning-v2.5d38cacd.svg);background-size:auto;background-position:center;height:96px !important}.icon-warning-new[data-v-f56c2b3a]{margin-top:16px;width:60px;height:60px;background-image:url(../img/warning-icon.5b847f8c.svg)}.icon-timeout[data-v-f56c2b3a]{background-image:url(../img/timeout1.4d75d51e.svg);background-size:auto;background-position:center}.icon-search[data-v-f56c2b3a]{background-image:url(../img/Icon-Search.a6193280.svg);background-size:auto;background-position:center}.icon-search-blue[data-v-f56c2b3a]{background-image:url(../img/Icon-Search.a6193280.svg);background-size:auto;background-position:center}.icon-move-folder[data-v-f56c2b3a]{background-image:url(../img/icon-move-folder.5a31b67d.svg);background-size:auto;background-position:center}.icon-loading[data-v-f56c2b3a]{background-image:url(../img/icon-loading.44203b3e.svg);background-size:auto;background-position:center;width:50px;height:50px;z-index:1000;position:fixed;top:50%;right:50%;animation-name:spin-f56c2b3a;animation-duration:1000ms;animation-iteration-count:infinite;animation-timing-function:linear}.icon-information[data-v-f56c2b3a]{background-image:url(../img/icon-information.17cb3729.svg);background-size:auto;background-position:center}@keyframes spin-f56c2b3a{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.icon-download[data-v-f56c2b3a]{background-image:url(../img/icon-download.cf8fa2b3.svg);background-size:auto;background-position:center}.icon-download-primary[data-v-f56c2b3a]{background-image:url(../img/icon-download-primary.3a4d0e9f.svg);background-size:auto;background-position:center}.icon-more-v2[data-v-f56c2b3a]{background-image:url(../img/icon-moreV2.57b59270.svg);background-size:auto;background-position:center}.icon-show-file[data-v-f56c2b3a]{background-image:url(../img/icon-show-file.8e17b2dc.svg);background-size:auto;background-position:center}.file-request[data-v-f56c2b3a]{background-image:url("../img/Icon-Tai lieu den.bc46f3c3.svg");background-size:auto;background-position:center}.file-had-sent[data-v-f56c2b3a]{background-image:url(../img/Icon-Send.675ebb50.svg);background-size:auto;background-position:center}.draft[data-v-f56c2b3a]{background-image:url(../img/Icon-Draft.472fe642.svg);background-size:auto;background-position:center}.file-request-v2[data-v-f56c2b3a]{background-image:url(../img/icon-file-request-v2-unactive.89482cea.svg);background-size:auto;background-position:center}.file-request-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-file-request-v2.1e094c6d.svg)}.file-had-sent-v2[data-v-f56c2b3a]{background-image:url(../img/icon-file-had-sent-v2-unactive.8606f1a9.svg);background-size:auto;background-position:center}.file-had-sent-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-file-had-sent-v2.88c31e10.svg)}.draft-v2[data-v-f56c2b3a]{background-image:url(../img/icon-draft-v2-unactive.42ac1c98.svg);background-size:auto;background-position:center}.draft-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-draft-v2.ed014f9d.svg)}.recycle-v2[data-v-f56c2b3a]{background-image:url(../img/icon-recycle-unactive.3e12ce5f.svg);background-size:auto;background-position:center}.recycle-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-recycle-v2.acc6971a.svg)}.icon-filter-v2[data-v-f56c2b3a]{background-image:url(../img/icon-filter-unactive.588c4fd5.svg);background-size:auto;background-position:center}.icon-filter-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-filter-v2.5422f2b6.svg)}.had-sign[data-v-f56c2b3a]{background-image:url("../img/Icon-User check.ba1bb8ba.svg");background-size:auto;background-position:center}.template[data-v-f56c2b3a]{background-image:url("../img/Icon-Tai lieu mau.511f3580.svg");background-size:auto;background-position:center}.recycle[data-v-f56c2b3a]{background-image:url(../img/Icon-Trash.121bf719.svg);background-size:auto;background-position:center}.icon-add-folder[data-v-f56c2b3a]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:auto;background-position:center}.active .file-request[data-v-f56c2b3a]{background-image:url(../img/icon-tai-lieu-den-active.ca79fa34.svg);background-size:auto;background-position:center}.active .file-had-sent[data-v-f56c2b3a]{background-image:url(../img/icon-send-active.8be4f901.svg);background-size:auto;background-position:center}.active .draft[data-v-f56c2b3a]{background-image:url(../img/icon-draft-active.ec30650b.svg);background-size:auto;background-position:center}.default[data-v-f56c2b3a]{background-image:url(../img/icon-folder.8579971a.svg);background-size:auto;background-position:center}.active .default[data-v-f56c2b3a]{background-image:url(../img/icon-folder-active.52ac38a0.svg);background-size:auto;background-position:center}.active .had-sign[data-v-f56c2b3a]{background-image:url(../img/had-sign-active.3a934f8e.svg);background-size:auto;background-position:center}.active .template[data-v-f56c2b3a]{background-image:url(../img/icon-template-active.f09468e1.svg);background-size:auto;background-position:center}.active .recycle[data-v-f56c2b3a]{background-image:url(../img/icon-trash-active.19d21f51.svg);background-size:auto;background-position:center}.active .icon-add-folder[data-v-f56c2b3a]{background-image:url(../img/Icon-Plus.59f783be.svg);background-size:auto;background-position:center}.status-use[data-v-f56c2b3a]{background-image:url(../img/status-use.7651496d.svg);background-size:auto}.status-postpone[data-v-f56c2b3a]{background-image:url(../img/status-postpone.d553f5dc.svg);background-size:auto}.icon-share[data-v-f56c2b3a]{background-image:url(../img/icon-share.7e202c0c.svg);background-size:auto;background-position:center}.icon-add-signer[data-v-f56c2b3a]{background-image:url(../img/icon-add-signer.cd49318b.svg);background-size:auto;background-position:center}.icon-add-tag[data-v-f56c2b3a]{background-image:url(../img/icon-add-tag.e754b883.svg);background-size:auto;background-position:center;width:24px;height:24px;cursor:pointer}.icon-save[data-v-f56c2b3a]{background-image:url(../img/icon-save.d0fe69ec.svg);background-size:auto;background-position:center}.icon-pause[data-v-f56c2b3a]{background-image:url(../img/icon-pause.485d525d.svg);background-size:auto;background-position:center}.icon-use[data-v-f56c2b3a]{background-image:url(../img/icon-use.fb6d10f5.svg);background-size:auto;background-position:center}.icon-clone[data-v-f56c2b3a]{background-image:url(../img/icon-clone.9a110d39.svg);background-size:auto;background-position:center}.icon-cancel[data-v-f56c2b3a]{background-image:url(../img/icon-cancel.371c1ec2.svg);background-size:auto;background-position:center}.icon-revoke-cancelled[data-v-f56c2b3a]{background-image:url(../img/icon-revoke-cancelled.69d1f55e.svg);background-size:auto;background-position:center}.icon-incomplete-outline[data-v-f56c2b3a]{background-image:url(../img/icon-document-incomplete.3c7da7b0.svg);background-size:auto;background-position:center}.icon-restore[data-v-f56c2b3a]{background-image:url(../img/icon-restore.e11f8f96.svg);background-size:auto;background-position:center;width:24px;height:24px}.icon-again[data-v-f56c2b3a]{background-image:url(../img/icon-again.6abd6a64.svg);background-size:auto;background-position:center}.icon-reverse[data-v-f56c2b3a]{background-image:url(../img/icon-reverse.e5dd08d3.svg);background-size:auto;background-position:center;width:24px;height:24px}.icon-message[data-v-f56c2b3a]{background-image:url(../img/icon-send-msg.b4f8b96a.svg);background-size:auto;background-position:center}.icon-question[data-v-f56c2b3a]{background-image:url(../img/Question.ec9b6e7c.svg);background-size:auto;background-position:center}.icon-questionv2[data-v-f56c2b3a]{background-image:url(../img/icon-questionv2.ec9b6e7c.svg);background-size:auto;background-position:center}.icon-question-blue[data-v-f56c2b3a]{background-image:url(../img/questiob-blue.833cb9ea.svg);background-size:auto;background-position:center}.icon-questionv3[data-v-f56c2b3a]{background-image:url(../img/icon-questionv3.39f57524.svg);background-size:auto;background-position:center}.icon-gg-drive[data-v-f56c2b3a]{background-image:url(../img/icon-gg-drive.55f1df7b.svg);background-size:auto;background-position:center}.icon-one-drive[data-v-f56c2b3a]{background-image:url(../img/icon-onedrive.699e43bf.svg);background-size:auto;background-position:center}.icon-dropbox[data-v-f56c2b3a]{background-image:url(../img/icon-dropbox.26e87efc.svg);background-size:auto;background-position:center}.icon-avatar[data-v-f56c2b3a]{background-image:url(../img/icon-avatar.841ec3d8.svg);background-size:contain;background-position:center}.icon-avatarv2[data-v-f56c2b3a]{background-image:url(../img/icon-avatarv2.57410f44.svg);background-size:contain;background-position:center}.icon-avatarv3[data-v-f56c2b3a]{background-image:url(../img/icon-avatarv3.fadc5bd4.svg);background-size:contain;background-position:center}.icon-msg[data-v-f56c2b3a]{background-image:url(../img/icon-msg.82f27b51.svg);background-size:contain;background-position:center}.icon-eye[data-v-f56c2b3a]{background-image:url(../img/Icon-Eye.8e17b2dc.svg);background-size:contain;background-position:center}.icon-eyev2[data-v-f56c2b3a]{background-image:url(../img/icon-eyev2.46a20923.svg);background-size:contain;background-position:center}.icon-eyev2.show[data-v-f56c2b3a]{background-image:url(../img/icon-eye-show.a4769932.svg)}.icon-pc[data-v-f56c2b3a]{background-image:url(../img/icon-pc.4cde3985.svg);background-size:auto;background-position:center}.icon-mobile[data-v-f56c2b3a]{background-image:url(../img/icon-mobile.7da8414c.svg);background-size:auto;background-position:center}.logo-wesignV2[data-v-f56c2b3a]{background-image:url(../img/full-logo.84569b4c.svg);background-size:contain;background-position:center}.qr-code[data-v-f56c2b3a]{background-image:url(../img/home-download-phone.a8149476.svg);background-size:contain;background-position:center}.icon-test[data-v-f56c2b3a]{background-image:url(../img/Done-rafiki.7526cb0f.svg);background-size:contain;background-position:center}.icon-reject[data-v-f56c2b3a]{background-image:url(../img/icon-reject.48722da4.svg);background-size:contain;background-position:center}.icon-save-template[data-v-f56c2b3a]{background-image:url(../img/icon-save-template.511f3580.svg);background-size:contain;background-position:center}.icon-history[data-v-f56c2b3a]{background-image:url(../img/icon-history.d941e097.svg);background-size:contain;background-position:center}.icon-print[data-v-f56c2b3a]{background-image:url(../img/icon-print.95144d8b.svg);background-size:contain;background-position:center}.icon-resend[data-v-f56c2b3a]{background-image:url(../img/icon-resend.675ebb50.svg);background-size:contain;background-position:center}.icon-check-done[data-v-f56c2b3a]{background-image:url(../img/icon-check-done.779d3bc9.svg);background-size:contain;background-position:center;height:20px;width:20px}.icon-check-done-v2[data-v-f56c2b3a]{background-image:url(../img/icon-check-done-unactive.46d47668.svg);background-size:contain;background-position:center}.icon-check-done-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-check-done-v2.8a19e53b.svg)}.icon-check-primary[data-v-f56c2b3a]{background-image:url(../img/icon-check-primary.738ac4b5.svg);background-size:contain;background-position:center;width:22px;height:22px}.icon-check-done-white[data-v-f56c2b3a]{background-image:url(../img/icon-check-white.059bd8b5.svg);background-size:contain;background-position:center;width:16px;height:16px;margin-right:6px}.icon-expired[data-v-f56c2b3a]{background-image:url(../img/icon-expired.bdc592e1.svg);background-size:contain;background-position:center}.icon-wait-another[data-v-f56c2b3a]{background-image:url(../img/icon-wait-another.07811c64.svg);background-size:contain;background-position:center}.icon-wait-another-v2[data-v-f56c2b3a]{background-image:url(../img/icon-wait-another-unactive.87df0e5e.svg);background-size:contain;background-position:center}.icon-wait-another-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-wait-another-v2.5330a1fa.svg)}.icon-due-soon[data-v-f56c2b3a]{background-image:url(../img/icon-due-soon.bdc592e1.svg);background-size:contain;background-position:center}.icon-due-soon-v2[data-v-f56c2b3a]{background-image:url(../img/icon-due-soon-unactive.24a34bdb.svg);background-size:contain;background-position:center}.icon-due-soon-v2.active[data-v-f56c2b3a]{background-image:url(../img/icon-due-soon-v2.7253e25d.svg)}.icon-wait-me[data-v-f56c2b3a]{background-image:url(../img/icon-wait-me.e5f1cdfe.svg);background-size:contain;background-position:center}.icon-exclamation-mark[data-v-f56c2b3a]{background-image:url(../img/icon-exclamation-mark.0a296c6f.svg);background-size:contain;background-position:center;width:24px;height:24px}.icon-next-process[data-v-f56c2b3a]{background-image:url(../img/icon-next-process.72b6fa51.svg);background-size:contain;background-position:center}.icon-address[data-v-f56c2b3a]{background-image:url(../img/address.643e5f8f.svg);background-size:contain;background-position:center}.icon-date-of-birth[data-v-f56c2b3a]{background-image:url(../img/date-of-birth.65b73714.svg);background-size:contain;background-position:center}.icon-email[data-v-f56c2b3a]{background-image:url(../img/email.d798218b.svg);background-size:contain;background-position:0 1px}.icon-email-2[data-v-f56c2b3a]{background-image:url(../img/email2.16998cc7.svg);background-size:contain;background-position:0 1px}.icon-privacy[data-v-f56c2b3a]{background-image:url(../img/icon-privacy.02cdbf33.svg);background-size:contain;background-position:0 1px;height:150px;min-width:200px}.icon-nps-sad-vote[data-v-f56c2b3a]{background-image:url(../img/icon-nps-sad-vote.2f23e4e8.svg);background-size:contain;background-position:0 1px;height:19px;min-width:284px}.icon-nps-happy-smile-vote[data-v-f56c2b3a]{background-image:url(../img/icon-nps-happy-smile-vote.dd2a7644.svg);background-size:contain;background-position:0 1px;height:19px;width:60px}.icon-thank-view[data-v-f56c2b3a]{background-image:url(../img/icon-thank-view.cbd8ddef.png);background-size:contain;background-position:0 1px;height:310px;width:435px}.background-signature[data-v-f56c2b3a]{background-image:url(../img/backgroundsignature.760983d4.svg);background-size:contain;background-position:0 1px;height:100%;width:100%;background-repeat:repeat-x}.icon-help-nps[data-v-f56c2b3a]{background-image:url(../img/icon-help-nps.dc46c0ef.svg);background-size:contain;background-position:0 1px;height:310px;width:435px}.icon-gender[data-v-f56c2b3a]{background-image:url(../img/gender.4b0dffdf.svg);background-size:contain;background-position:0 1px}.icon-phonenumber[data-v-f56c2b3a]{background-image:url(../img/phonenumber.c9ea224f.svg);background-size:contain;background-position:center}.icon-loadding[data-v-f56c2b3a]{background-image:url(../img/icon-waiting.077516ea.svg);background-size:contain;background-position:center}.icon-redirect[data-v-f56c2b3a]{background-image:url(../img/icon-redirect.dce62f05.svg);background-size:contain;background-position:center}.icon-active[data-v-f56c2b3a]{background-image:url(../img/icon-active.d6c0fccb.svg);background-size:contain;background-position:center}.icon-coordinating[data-v-f56c2b3a]{background-image:url(../img/coordinating.9290fe35.svg);background-size:contain;background-position:center}.icon-approving[data-v-f56c2b3a]{background-image:url(../img/approving.c178924d.svg);background-size:contain;background-position:center}.need-to-handle[data-v-f56c2b3a]{background-image:url(../img/need-to-handle.e426a8b4.svg);background-size:contain;background-position:center}.need-to-handle-v2[data-v-f56c2b3a]{background-image:url(../img/need-to-handle-unactive.252704f5.svg);background-size:contain;background-position:center}.need-to-handle-v2.active[data-v-f56c2b3a]{background-image:url(../img/need-to-handle-v2.f4b0c5e6.svg)}.icon-help-v2[data-v-f56c2b3a]{background-image:url(../img/icon-help-v2.389743bb.svg);background-size:contain;background-position:center}.icon-ekyc-required[data-v-f56c2b3a]{background-image:url(../img/icon-ekyc-required.21cfa0a2.svg);background-size:contain;background-position:center}.icon-key[data-v-f56c2b3a]{background-image:url(../img/icon-passwordv2.a832b1cc.svg);background-size:contain;background-position:center}.icon-key-20[data-v-f56c2b3a]{background-image:url(../img/icon-key-20.aaa59821.svg);background-size:contain;background-position:center}.icon-sign-20[data-v-f56c2b3a]{background-image:url(../img/icon-sign-20.38cf279d.svg);background-size:contain;background-position:center}.icon-setting-active-v2[data-v-f56c2b3a]{background-image:url(../img/icon-setting-active-v2.1af743b4.svg);background-size:contain;background-position:center}.icon-language-20[data-v-f56c2b3a]{background-image:url(../img/icon-language-20.d3ccc154.svg);background-size:contain;background-position:center}.icon-language-vi[data-v-f56c2b3a]{background-image:url(../img/icon-vi.a7414733.svg);background-size:contain;background-position:center}.icon-language-en[data-v-f56c2b3a]{background-image:url(../img/icon-en.beddf89c.svg);background-size:contain;background-position:center}.icon-setting-v2[data-v-f56c2b3a]{background-image:url(../img/icon-setting-v2.17ef2261.svg);background-size:contain;background-position:center}.icon-undo-enable[data-v-f56c2b3a]{background-image:url(../img/icon-undo-enable.9f651edf.svg);background-size:contain;background-position:center}.icon-undo-disable[data-v-f56c2b3a]{background-image:url(../img/icon-undo-disable.83db0045.svg);background-size:contain;background-position:center;cursor:default !important}.icon-undo-disable[data-v-f56c2b3a]:hover{background-color:#fff !important}.icon-redo-enable[data-v-f56c2b3a]{background-image:url(../img/icon-redo-enable.9321dd8e.svg);background-size:contain;background-position:center}.icon-redo-disable[data-v-f56c2b3a]{background-image:url(../img/icon-redo-disable.d7ddc688.svg);background-size:contain;background-position:center;cursor:default !important}.icon-google-drive[data-v-f56c2b3a]{background-image:url(../img/googleDrive.55f1df7b.svg);background-size:auto;background-position:center}.icon-one-drive[data-v-f56c2b3a]{background-image:url(../img/oneDrive.699e43bf.svg);background-size:auto;background-position:center}.icon-dropbox[data-v-f56c2b3a]{background-image:url(../img/dropbox.26e87efc.svg);background-size:auto;background-position:center}.icon-arrow-white-up[data-v-f56c2b3a]{background-image:url(../img/arrow-white.c36f02e4.svg);background-size:auto;background-position:center}.icon-arrow-white-down[data-v-f56c2b3a]{background-image:url(../img/icon-arrow-down.f13aa4b4.svg);background-size:auto;background-position:center}.icon-arrow-gray-down[data-v-f56c2b3a]{background-image:url(../img/icon-arrowv2.ec8f29df.svg);background-size:auto;background-position:center}.icon-red-warning[data-v-f56c2b3a]{background-image:url(../img/icon-red-warning.981123e9.svg);background-size:contain;background-position:center}.icon-doc-123[data-v-f56c2b3a]{background-image:url(../img/icon-doc.be2dc42a.svg);background-size:contain;background-position:center}.icon-caret[data-v-f56c2b3a]{background-image:url(../img/383170_caret_down_icon.43caa066.svg);background-size:contain;background-position:center;width:12px;height:12px}.icon-caret-2[data-v-f56c2b3a]{background-image:url(../img/caret-down-fill.aa086d5c.svg);background-size:contain;background-position:center;width:12px;height:12px}.icon-arrow-gray-up[data-v-f56c2b3a]{background-image:url(../img/icon-arrowv2-down.d99ad091.svg);background-size:auto;background-position:center}.icon-sms-license[data-v-f56c2b3a]{background-image:url(../img/icon-sms.44c95726.svg);background-size:auto;background-position:center}.icon-notper-1[data-v-f56c2b3a]{background-image:url(../img/icon-1.35988375.svg);background-size:auto;background-position:center}.icon-notper-2[data-v-f56c2b3a]{background-image:url(../img/icon-2.c23ff0a9.svg);background-size:auto;background-position:center}.icon-HRM[data-v-f56c2b3a]{background-image:url(../img/icon_HRM.7bdc7036.svg);background-size:auto;background-position:center}.icon-TMS-V2[data-v-f56c2b3a]{background-image:url(../img/icon-TMS-V2.88b78098.svg);background-size:auto;background-position:center}.icon-Process[data-v-f56c2b3a]{background-image:url(../img/icon_Process.5cfb81c5.svg);background-position:center;background-size:contain}.icon-CRM[data-v-f56c2b3a]{background-image:url(../img/icon_CRM.6f4d3e0c.svg);background-size:auto;background-position:center}.icon-Accounting[data-v-f56c2b3a]{background-image:url(../img/icon_Accounting.0884b7c1.svg);background-size:contain;background-position:center}.icon-mintax[data-v-f56c2b3a]{background-image:url(../img/Logo_Mintax.9ed89e4e.svg);background-size:contain;background-position:center}.icon-expired[data-v-f56c2b3a]{background-image:url(../img/icon-expired.087995cf.svg);background-size:auto;background-position:center;height:96px;width:96px}.icon-vps[data-v-f56c2b3a]{background-image:url(../img/icon-vps.c05c89e9.svg);background-size:auto;background-position:center;height:80px;width:80px}.background-vps[data-v-f56c2b3a]{background-image:url(../img/background-vps.03a0b1a9.svg);background-size:auto;background-position:center;height:120px;width:348px}.ekyc-license[data-v-f56c2b3a]{background-image:url(../img/ekyc-license.d5ef5875.svg);background-size:auto;background-position:center;height:40px;width:40px}.icon-redo-disable[data-v-f56c2b3a]:hover{background-color:#fff !important}.icon-folder-filter[data-v-f56c2b3a]{background-image:url(../img/icon-folder-filter.588c4fd5.svg);background-size:auto;background-position:center}.icon-edit-button[data-v-f56c2b3a]{background-image:url(../img/edit-button.df7d5e18.svg);background-size:auto;background-position:center;height:20px;width:26px}.icon-tab-small[data-v-f56c2b3a]{background-image:url(../img/icon-tab-small.21a5cf41.svg);background-size:auto;background-position:center;height:12px;width:12px}.icon-document-large[data-v-f56c2b3a]{background-image:url(../img/icon-document-large.0fdc8ee3.svg);background-size:auto;background-position:center;height:174px;width:174px}.icon-refresh-24[data-v-f56c2b3a]{background-image:url(../img/icon-refresh-24.c05048fc.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-preview[data-v-f56c2b3a]{background-image:url(../img/icon-preview.124cd352.svg);background-size:auto;background-position:center;height:16px;width:16px}.icon24[data-v-f56c2b3a]{height:24px;width:24px;position:relative}.icon24[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/sprites.17e2a7dd.svg) no-repeat;height:24px;width:24px;top:0;left:0}.icon24.w-16[data-v-f56c2b3a]{height:16px;width:16px}.icon24.w-16[data-v-f56c2b3a]:before{height:16px;width:16px}.icon24.add[data-v-f56c2b3a]:before{background-position:-24px -24px}.icon24.add-white[data-v-f56c2b3a]:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-24px -24px;-moz-mask-position:-24px -24px;-ms-mask-position:-24px -24px;-o-mask-position:-24px -24px;mask-position:-24px -24px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.chevron-down-white[data-v-f56c2b3a]:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-72px -24px;-moz-mask-position:-72px -24px;-ms-mask-position:-72px -24px;-o-mask-position:-72px -24px;mask-position:-72px -24px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.filter[data-v-f56c2b3a]:before{background-position:-264px -880px}.icon24.setting[data-v-f56c2b3a]:before{background-position:-216px 0}.icon24.export-excel[data-v-f56c2b3a]:before{background-position:-48px 0}.icon24.refresh[data-v-f56c2b3a]:before{background-position:-168px -240px}.icon24.edit[data-v-f56c2b3a]:before{background-position:-48px -96px}.icon24.duplicate[data-v-f56c2b3a]:before{background-position:-192px -216px}.icon24.delete[data-v-f56c2b3a]:before{background-position:0px -72px}.icon24.search[data-v-f56c2b3a]:before{background-position:-48px -24px}.icon24.sortasc-20[data-v-f56c2b3a]:before{background-position:-216px -880px}.icon24.sortdesc-20[data-v-f56c2b3a]:before{background-position:-240px -880px}.icon24.mi-checkbox-active[data-v-f56c2b3a]:before{background-position:-24px -72px}.icon24.close[data-v-f56c2b3a]:before{background-position:0 -72px}.icon24.filter-header-20[data-v-f56c2b3a]:before{background-position:-264px -880px}.icon24.org-icon[data-v-f56c2b3a]:before{background-position:-168px -96px}.icon24.cancel[data-v-f56c2b3a]:before{background-position:-216px -240px}.icon24.save-white[data-v-f56c2b3a]:before{background:#fff;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-216px -312px;-moz-mask-position:-216px -312px;-ms-mask-position:-216px -312px;-o-mask-position:-216px -312px;mask-position:-216px -312px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.action-delete-filter[data-v-f56c2b3a]::before{background:red;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-120px -96px;-moz-mask-position:-120px -96px;-ms-mask-position:-120px -96px;-o-mask-position:-120px -96px;mask-position:-120px -96px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon24.error-icon[data-v-f56c2b3a]::before{background:red;-webkit-mask-image:url(../img/sprites.17e2a7dd.svg);-moz-mask-image:url(../img/sprites.17e2a7dd.svg);-ms-mask-image:url(../img/sprites.17e2a7dd.svg);-o-mask-image:url(../img/sprites.17e2a7dd.svg);mask-image:url(../img/sprites.17e2a7dd.svg);-webkit-mask-position:-48px -216px;-moz-mask-position:-48px -216px;-ms-mask-position:-48px -216px;-o-mask-position:-48px -216px;mask-position:-48px -216px;-webkit-mask-repeat:no-repeat;-moz-mask-repeat:no-repeat;-ms-mask-repeat:no-repeat;-o-mask-repeat:no-repeat;mask-repeat:no-repeat}.icon-combo--dropdown[data-v-f56c2b3a]{border-radius:0 7.5px 7.5px 0;width:40px;height:40px;position:relative}.icon-combo--dropdown[data-v-f56c2b3a]:hover{cursor:pointer}.icon-combo--dropdown[data-v-f56c2b3a]:before{content:"";position:absolute;height:24px;width:24px;display:inline-block;background:transparent url(../img/sprites.17e2a7dd.svg) no-repeat -72px -24px;top:8px;left:8px}.icon-combo--dropdown.multiple[data-v-f56c2b3a]{position:sticky;top:0px}.icon-control[data-v-f56c2b3a]{position:relative}.icon-control.text[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/ic_Text.9b07f7cc.svg) no-repeat;height:18px;width:52px}.icon-control.number[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/ic_Number.61966dd6.svg) no-repeat;height:18px;width:52px}.icon-control.decimal[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/ic_Decimal.60b99021.svg) no-repeat;height:18px;width:52px}.icon-control.text-area[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/ic_Textarea.e4403236.svg) no-repeat;height:30px;width:52px}.icon-control.checkbox[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/ic_Checkbox.965819f7.svg) no-repeat;height:24px;width:24px}.icon-control.combo[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/ic_Combo.fcfe5e7e.svg) no-repeat;height:18px;width:52px}.icon-control.date[data-v-f56c2b3a]:before{content:"";position:absolute;background:transparent url(../img/ic_Date.754e708d.svg) no-repeat;height:24px;width:24px}.icon-digital[data-v-f56c2b3a]{background-image:url(../img/icon-digital.d7072bf5.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-electronic[data-v-f56c2b3a]{background-image:url(../img/icon-electronic.889b2e66.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-text-integration[data-v-f56c2b3a]{background-image:url(../img/text-icon.aeebc26f.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-check-success[data-v-f56c2b3a]{background-image:url(../img/icon-check-success.876edaca.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-infomation[data-v-f56c2b3a]{background-image:url(../img/infomation-icon.01aedbc3.svg);background-size:contain;background-position:center;width:20px;height:20px}.icon-info[data-v-f56c2b3a]{background-image:url(../img/icon-info.ed5c9962.svg);background-size:contain;background-position:center;width:16px;height:16px}.icon-on-audio[data-v-f56c2b3a]{background-image:url(../img/icon-on-audio.63cba4a7.svg);background-size:auto;background-position:center;height:20px;width:20px}.icon-off-audio[data-v-f56c2b3a]{background-image:url(../img/icon-off-audio.9c20dea4.svg);background-size:auto;background-position:center;height:20px;width:20px}.icon-wesign[data-v-f56c2b3a]{background-image:url(../img/icon-wesign.fcfb1e53.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-download-3[data-v-f56c2b3a]{background-image:url(../img/icon-download-3.3573e2ce.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-share-2[data-v-f56c2b3a]{background-image:url(../img/icon-share-2.b64ade27.svg);background-size:auto;background-position:center;height:24px;width:24px}.icon-wood[data-v-f56c2b3a]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-ghg[data-v-f56c2b3a]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-water[data-v-f56c2b3a]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-power[data-v-f56c2b3a]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-edit-v3[data-v-f56c2b3a]{background-image:url(../img/icon-editv3.15a72571.svg);background-size:contain;cursor:pointer;height:16px;width:16px}.icon-arrow-right-v2[data-v-f56c2b3a]{background-image:url(../img/icon-arrow-right-v2.3235a415.svg);background-size:contain;cursor:pointer;height:16px;width:16px}.icon-solid-waste[data-v-f56c2b3a]{background-image:url(data:image/png;base64,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);background-size:contain;background-position:center;height:26px;width:26px}.icon-warning-circle[data-v-f56c2b3a]{background-image:url(../img/icon-warning-circle.c8594a7b.svg);background-size:contain;height:18px;width:18px}.icon-social-network[data-v-f56c2b3a]{background-image:url(../img/icon-social-network.3669129a.svg);background-size:contain;height:18px;width:18px}.icon-chevron-left[data-v-f56c2b3a]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px}.icon-chevrons-left[data-v-f56c2b3a]{background-image:url(../img/icon-chevrons-left.976fccf5.svg);background-size:contain;height:20px;width:20px}.icon-chevron-right[data-v-f56c2b3a]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(180deg)}.icon-chevrons-right[data-v-f56c2b3a]{background-image:url(../img/icon-chevrons-left.976fccf5.svg);background-size:contain;height:20px;width:20px;transform:rotate(180deg)}.icon-chevron-up[data-v-f56c2b3a]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(90deg)}.icon-chevron-down[data-v-f56c2b3a]{background-image:url(../img/icon-chevron-left.4f33274c.svg);background-size:contain;height:20px;width:20px;transform:rotate(-90deg)}.icon-message-plus[data-v-f56c2b3a]{background-image:url(../img/icon-message-plus.649d2759.svg);background-size:contain;height:16px;width:16px}.icon-text-bold[data-v-f56c2b3a]{background-image:url(../img/icon-text-bold.0e67860f.svg);background-size:contain;height:16px;width:16px}.icon-ava[data-v-f56c2b3a]{background-image:url(../img/icon-ava.4b2b629b.svg);background-size:contain;height:16px;width:16px}.top-view-container[data-v-f56c2b3a]{display:flex;padding:12px 24px 0px 24px}.top-view-container .info-view[data-v-f56c2b3a]{line-height:1.4;flex:1;min-width:0px}.top-view-container .top-view-action[data-v-f56c2b3a]{margin-left:auto;height:fit-content;margin-top:auto;display:flex;align-items:center}.top-view-container .top-view-action .time-refresh-text[data-v-f56c2b3a]{font-style:italic;margin-right:12px;font-size:12px}.top-view-container .top-view-action .top-view-action-desc[data-v-f56c2b3a]{margin-top:8px}.top-view-container .top-view-action .btn-refresh[data-v-f56c2b3a]{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:4px;border:1px solid #e0e0e0;background:#fff}.top-view-container .top-view-action .btn-refresh-icon[data-v-f56c2b3a]{width:24px;height:24px}.top-view-container .top-view-action .spin[data-v-f56c2b3a]{animation:spin-f56c2b3a 1s linear infinite}@keyframes spin-f56c2b3a{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.home[data-v-f56c2b3a]{background-color:#f3f4f7;display:flex;flex-direction:column}.home .content-text-banner[data-v-f56c2b3a]{margin:8px 0px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.home .process-profile[data-v-f56c2b3a]{width:100%;height:80px;background-color:#fff;display:flex;align-items:center;justify-content:center}.home .process-profile .process-profile-area[data-v-f56c2b3a]{width:552px;height:42px;display:flex;align-items:center;justify-content:center}.home .process-profile .process-profile-area .process-profile-preview[data-v-f56c2b3a]{display:flex;justify-content:center;flex-direction:column}.home .process-profile .process-profile-area .process-profile-preview .process-profile-header[data-v-f56c2b3a]{display:flex;font-size:16px;font-family:"GoogleSans Bold";justify-content:center;width:439px;color:#0f172a}.home .process-profile .process-profile-area .process-profile-preview .process-profile-header .countProcess[data-v-f56c2b3a]{font-size:16px;font-family:"GoogleSans Regular";color:#74757c;flex-grow:2;text-align:end}.home .process-profile .process-profile-area .process-profile-preview .process-bar[data-v-f56c2b3a]{margin-top:13px;width:439px;height:8px;background-color:#d9dade;border-radius:4px}.home .process-profile .process-profile-area .process-profile-preview .process-bar .process-bar-completed[data-v-f56c2b3a]{height:8px;background-color:#3cbefc;border-radius:4px}.home .process-profile .process-profile-area .active-contrast[data-v-f56c2b3a]{height:32px;min-width:96px;margin-left:16px;font-size:14px;font-family:"GoogleSans Regular"}.home .area-upload[data-v-f56c2b3a]{width:100%;padding:19px;background-color:#fff;margin:0 20px;border-radius:8px;min-height:160px;flex-grow:2}.home .area-upload .drop-state[data-v-f56c2b3a]{border-radius:8px;background-color:#e9ecff;display:flex;align-items:center;justify-content:center;height:100%;min-height:60px;width:100%;border:2px dashed #274bf7}.home .area-upload .drop-state h1[data-v-f56c2b3a]{color:#274bf7;font-family:"GoogleSans Black";font-size:2rem}.home .area-upload .content-start[data-v-f56c2b3a]{background-color:#f3f4f7;border-radius:5px;padding:16px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #cbd5e1;cursor:pointer}.home .area-upload .content-start input[data-v-f56c2b3a]{display:none}.home .area-upload .content-start .text[data-v-f56c2b3a]{text-align:center}.home .area-upload .content-start[data-v-f56c2b3a]:hover{border-color:#274bf7}.home .navigate-item-container[data-v-f56c2b3a]{width:33%;display:flex;flex-direction:column}.home .navigate-item-container .navigate-item-new[data-v-f56c2b3a]{padding:18px;color:#fff;border-radius:10px;background-image:url(../img/backgroud-ekyc.e33e217b.svg);margin-bottom:16px;margin-right:20px;display:flex;background-size:cover}.home .navigate-item-container .navigate-item-new .image-ekyc[data-v-f56c2b3a]{background-image:url(../img/ekyc.354ff182.png);min-width:100px;height:100%;background-position-y:center}.home .navigate-item-container .navigate-item-new .image-vps[data-v-f56c2b3a]{background-image:url(../img/vps.1340beb2.png);min-width:100px;height:100%;background-position-y:center}.home .navigate-item-container .navigate-item-new .description[data-v-f56c2b3a]{width:calc(100% - 100px);margin-left:25px}.home .navigate-item-container .navigate-item-new .new[data-v-f56c2b3a]{background:#f55c5c;font-size:12px;margin-left:8px;border-radius:4px;padding:2px 8px}.home .navigate-item-container .navigate-item[data-v-f56c2b3a]{margin-right:20px;background-color:#fff;border-radius:8px;height:142px;flex-shrink:1;padding:16px;align-items:center;display:flex;justify-content:flex-start}.home .navigate-item-container .navigate-item[data-v-f56c2b3a]:not(:last-child){margin-bottom:16px}.home .navigate-item-container .navigate-item .image[data-v-f56c2b3a]{height:112px;width:164px;background-size:contain;background-position:bottom}.home .navigate-item-container .navigate-item .image.image-help[data-v-f56c2b3a]{background-image:url(../img/home-help.1a3ba6d8.svg)}.home .navigate-item-container .navigate-item .image.image-download[data-v-f56c2b3a]{background-image:url(../img/home-download-phone.a8149476.svg);width:112px;margin-right:8px}.home .navigate-item-container .navigate-item .image.image-upgrade-package[data-v-f56c2b3a]{background-image:url(../img/icon-upgrade-package.9368b1b1.svg)}.home .navigate-item-container .navigate-item .image-download-appstore[data-v-f56c2b3a]{background-image:url(../img/home-download-phone-appstore.a90c8b67.svg);height:40px;width:134px;margin-right:12px}.home .navigate-item-container .navigate-item .image-download-chplay[data-v-f56c2b3a]{background-image:url(../img/home-download-phone-chplay.00500da6.svg);height:40px;width:134px}.home .navigate-item-container .navigate-item .block[data-v-f56c2b3a]{margin-left:6px}.home .navigate-item-container .navigate-item .block .text[data-v-f56c2b3a]{margin-bottom:16px}.home .navigate-item-container .navigate-item .block .text h3[data-v-f56c2b3a]{font-size:1.1rem;margin:4px 0}.home .navigate-item-container .navigate-item .block .text span[data-v-f56c2b3a]{font-size:.92rem}.home .navigate-item-container .navigate-item .block .navigator[data-v-f56c2b3a]{width:fit-content;color:#2566e9;font-family:"GoogleSans Medium";cursor:pointer;text-decoration:none;display:flex}.home .navigate-item-container .navigate-item .block .navigator[data-v-f56c2b3a]:hover{color:#0f35eb;text-decoration:underline}.home .verify-contract[data-v-f56c2b3a]{background-image:url(../img/background-banner-verify-contract.152c87a5.svg);display:block !important;color:#fff;padding:20px 20px 20px 140px !important}.home .verify-contract .new[data-v-f56c2b3a]{background:#f55c5c;font-size:12px;margin-left:8px;border-radius:4px;padding:2px 8px}.home .vps[data-v-f56c2b3a]{background-image:url(../img/background-vps_v1.9abe1c5d.svg);display:block !important;color:#fff;padding:20px 20px 20px 140px !important;background-size:cover}.home .vps .new[data-v-f56c2b3a]{background:#f55c5c;font-size:12px;margin-left:8px;border-radius:4px;padding:2px 8px}#upload-text[data-v-f56c2b3a]{color:#2566e9;margin:0 4px}.content-start .text[data-v-f56c2b3a]{color:#0f172a}.content-start .text .note[data-v-f56c2b3a]{color:#74757c;margin-top:8px;display:block}#btnUpload[data-v-f56c2b3a]{margin-left:10px;margin-right:10px;padding:0px !important;font-size:14px;font-family:"GoogleSans Medium";height:32px;min-width:98px}#btnUpload .pop-up-options[data-v-f56c2b3a]{width:120px !important}.center-item[data-v-f56c2b3a]{align-items:center;justify-content:center;margin-top:16px}.text-drop-doc[data-v-f56c2b3a]{font-size:16px;line-height:28px;cursor:pointer;font-family:"GoogleSans Bold";font-weight:700}.name-view[data-v-f56c2b3a]{font-family:"GoogleSans Bold";font-size:18px;font-weight:100}.sub-title[data-v-f56c2b3a]{display:flex;align-items:center;font-size:12px;color:#676a77}.sub-title span[data-v-f56c2b3a]{color:#676a77;font-size:12px;font-family:"GoogleSans Medium"}.useful-container[data-v-f56c2b3a]{margin:16px 20px;height:calc(100vh - 60px)}.nanner-summary[data-v-f56c2b3a]{position:relative;margin:0px 20px 20px 20px}.nanner-summary__close[data-v-f56c2b3a]{position:absolute;top:8px;right:8px;cursor:pointer;display:flex;width:24px;height:24px;z-index:1}
