@media all and (max-width: 768px) {
  .el-mobile-table > div > table,
  .el-mobile-table > div > table > thead,
  .el-mobile-table > div > table > tbody,
  .el-mobile-table > div > table > tbody > tr > th,
  .el-mobile-table > div > table > tbody > tr > td,
  .el-mobile-table > div > table > tbody > tr {
    display: block;
  }
  .el-mobile-table > div > table {
    width: 100% !important;
  }
  .el-mobile-table .el-mobile-table {
    border: 1px solid #0f7ab7;
    box-shadow: 0px 0px 8px 0px #0f7ab7;
  }
  .el-mobile-table .el-mobile-table .el-mobile-table {
    border: 1px solid #5ab881;
    box-shadow: 0px 0px 8px 0px #5ab881;
  }
  .el-mobile-table > div > table > thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .el-mobile-table > div > table > tbody > tr {
    border-bottom: 3px solid #ddd;
    display: flex;
    flex-flow: column;
  }
  .el-mobile-table > div > table > tbody > tr .cell {
    /* line-height: unset; */
    text-align: right;
  }
  .el-mobile-table > div > table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  .el-mobile-table > div > table > tbody > tr > td * {
    /* display: inline-block; */
    /* float: right; */
  }

  .el-mobile-table .el-table__expand-column {
    order: 1;
  }
  .el-mobile-table > div > table > tbody > tr > td .cell {
    width: 100%;
  }
  .el-mobile-table > div > table > tbody > tr > td .dat-cell {
    width: 100%;
  }
  .el-mobile-table > div > table > tbody > tr > td .dat-cell::before {
    /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */

    content: attr(label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .big-modal,
  .default-modal,
  .small-modal,
  .small2-modal,
  .large-modal,
  .medium-modal,
  .medium2-modal {
    width: 100% !important;
  }
}
.el-table th > .cell {
  font-size: 10pt;
}
.el-table .cell {
  box-sizing: border-box;
  white-space: normal;
  word-break: keep-all !important;
  line-height: 23px;
}
.el-table__expanded-cell {
  padding: 8px 0 !important;
}
.small-modal {
  width: 450px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.small2-modal {
  width: 580px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.default-modal {
  width: 680px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.large-modal {
  width: 740px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.medium-modal {
  width: 960px !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.medium2-modal {
  width: 80% !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.big-modal {
  width: 100% !important;
  max-width: 98%;
  margin-top: 5px !important;
}
.big-modal .el-dialog__body {
  padding: 10px 20px;
}
.el-message {
  min-width: 320px !important;
  max-width: 100% !important;
}
.group-header {
  font-weight: 700;
  font-size: 24px;
  color: #636e72;
  padding: 8px;
}
.a-desc img {
  max-width: 100%;
}
h2 {
  color: #130f40;
}
.blank-table {
  margin-top: 15px;
  color: #a4b0be;
  height: 100px;
  font-size: 22px;
  text-align: center;
  line-height: 100px;
  border: 2px dashed #a4b0be;
}

.el-button-group > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.el-button-group > a:not(:last-child) {
  margin-right: -1px;
}

.el-button-group > a {
  float: left;
  position: relative;
  display: inline-block;
}

.el-row[height-sync] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.el-row[height-sync] .el-col {
  /* width: 100%; */
  display: flex;
  /* flex-direction: column; */
}

.a-link {
  color: #0f7ab7;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa !important;
}

.no-border-picker {
  border: 1px solid #aaa;
  border-radius: 5px;
}
.no-border-picker input {
  border: none;
}
.no-border-picker .el-input__inner {
  font-weight: bold;
}

.no-border-picker .icon {
  color: #f39c12;
  float: left;
  font-size: 20px;
  margin-top: 6px;
  margin-left: 6px;
}
.no-border-picker .icon2 {
  color: #409eff;
  float: left;
  font-size: 20px;
  margin-top: 6px;
  margin-left: 6px;
}
.no-border-picker .content {
  margin-left: 28px;
}
.no-border-picker .label {
  margin-top: 4px;
  color: #84817a;
  font-size: 14px;
}

.no-border-picker .el-input__suffix {
  display: none;
}
.no-border-picker.err {
  border-color: #eb4d4b;
}
.no-border-picker.error {
  border-color: #409eff;
}
.fix-form .el-form-item__label {
  line-height: initial;
}
.d-white-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.5;
}
.scale-up-top {
  -webkit-animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
   * Generated by Animista on 2020-7-25 23:54:59
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

/**
   * ----------------------------------------
   * animation scale-up-top
   * ----------------------------------------
   */
@-webkit-keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@keyframes scale-up-top {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
/*
  style scss in cv-sv
  */
.profile-field {
  display: inline-block;
  min-width: 3cm;
  max-width: 11cm;
}
.profile-field-time {
  display: inline-block;
  min-width: 30px;
}
.t-hover:hover {
  outline: 1pt dashed #77a5cc;
}
.t-hover:empty:before {
  content: attr(t-placeholder);
  color: #9197a3;
  font-weight: 100;
  padding: 3px;
}
.t-hover:focus {
  cursor: text;
  outline: 1pt dashed #77a5cc;
}
.cv-block {
  display: block;
  padding: 0 4mm 7mm 4mm;
}
.block-title {
  color: #000;
  font-size: 12pt;
  line-height: 18pt;
  margin-bottom: 5pt !important;
  border-bottom: 1pt solid #333;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
.block-title:hover {
  outline: 1pt dashed #77a5cc;
}
.el-select-custom {
  max-width: 120px;
}
.el-select-custom .el-input__inner {
  border-radius: 0;
}
.cvoInvalidate {
  outline: 1px dashed #fc4b08;
  color: red;
}
.el-upload-list__item-thumbnail {
  object-fit: cover;
}
.title-dialog {
  margin: 0;
  font-weight: 600;
  font-size: 14pt;
  color: #0f7ab7;
  text-transform: uppercase;
}
.form-custom .el-form-item__label {
  font-size: 10pt;
}
.inline-block {
  display: inline-block;
  padding: 5px;
}
.small-modal .el-dialog__body {
  padding: 10px 20px;
}
.small2-modal .el-dialog__body {
  padding: 10px 20px;
}
.default-modal .el-dialog__body {
  padding: 10px 20px;
}
.medium-modal .el-dialog__body {
  padding: 10px 20px;
}
.medium2-modal .el-dialog__body {
  padding: 10px 20px;
}
.large-modal .el-dialog__body {
  padding: 10px 20px;
}
.clear--both {
  clear: both;
  content: "";
}
.fa-trash-alt .red {
  color: red;
}
.float-right {
  float: right;
}
.margin-right5 {
  margin-right: 5px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin0 {
  margin: 0;
}
.align-center {
  text-align: center;
}
.el-table th > .cell {
  font-size: 10pt;
  font-weight: 500;
}
/* CSS button element UI */
.infoInvalidate {
  outline: 1px dashed #fc4b08;
  color: red;
}
.no-data:empty:before {
  content: "Không có dữ liệu";
  color: #9197a3;
  text-align: center;
  font-weight: 100;
  font-size: 10pt;
  padding: 3px;
}
.item-form-custom .el-form-item__label {
  font-size: 10pt;
  font-weight: 500;
}
.input-only-border-bottom .el-input__inner {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dcdfe6;
}
.input-only-border-bottom .el-textarea__inner {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dcdfe6;
}
.input-only-border-bottom .el-input.is-disabled .el-input__inner {
  background-color: #fff !important;
  border-bottom: 1px dotted #dcdfe6;
  color: #606266 !important;
}
.input-only-border-bottom .el-input.is-disabled .el-input__inner {
  background-color: #fff !important;
  border-bottom: 1px dotted #dcdfe6;
  color: #606266 !important;
}
.clear-both {
  clear: both;
  content: "";
}
.inline-blocks {
  display: inline-block;
  padding-left: 3px;
}
/* .el-button--primary,.el-button--primary:active,.el-button--primary:hover,.el-button--primary:focus{
    background-color: #4fbfe6 !important;
    border-color: #4fbfe6 !important;
}
.el-button--success,.el-button--success:active,.el-button--success:hover,.el-button--success:focus{
  background-color: #5ab881 !important;
  border-color: #5ab881 !important;
} */
.el-button--primary:hover {
  box-shadow: 0 0 8px 0 #4fbfe6;
}
.el-button--success:hover {
  box-shadow: 0 0 8px 0 #5ab881;
}
.el-button--info:hover {
  box-shadow: 0 0 8px 0 #a6a9ad;
}
.el-button--warning:hover {
  box-shadow: 0 0 8px 0 #e6a23c;
}
.el-button--danger:hover {
  box-shadow: 0 0 8px 0 #f56c6c;
}
.el-input__inner:hover,
.el-textarea__inner:hover {
  box-shadow: 0 0 8px 0 #c0c4cc;
}
.el-input.is-disabled .el-input__inner {
    background-color: white !important;
    color: #606266 !important;
}
.selectIDGroup .el-input__inner {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dcdfe6;
}
.selectIDGroup .el-textarea__inner {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #dcdfe6;
}
.selectIDGroup.is-disabled .el-input__inner {
  background-color: #fff !important;
  border-bottom: 1px dotted #dcdfe6;
  color: #606266 !important;
}
.selectIDGroup .el-input.is-disabled .el-input__inner {
  background-color: #fff !important;
  border-bottom: 1px dotted #dcdfe6;
  color: #606266 !important;
}
.form-footer {
  text-align: center;
  padding: 10px;
  position: sticky;
  z-index: 99;
  bottom: 0px;
  background-color: #fff;
}
.icon-table {
  font-size: 18px;
  padding-left: 5px;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.el-popper {
  word-break: break-word !important;
  font-size: 10pt !important;
}
.el-popover__title {
  font-weight: 600 !important;
  font-size: 10pt !important;
  color: #0f7ab7 !important;
}
.el-popover__scroll {
  max-height: 88%;
  overflow-y: auto;
}
.form-item-custom {
  display: flex;
  align-items: center;
}
.view-img {
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.view-img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 8px 1px rgb(0, 0, 0, 0.1);
}
.no-data:empty:before {
  content: "Không có dữ liệu";
  color: #9197a3;
  text-align: center;
  font-weight: 100;
  font-size: 10pt;
  padding: 3px;
}
.scan-block {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.scan-block span {
  font-size: 10pt;
  font-weight: 600;
  width: 140px;
}