.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@font-face {
  font-family: "Samsung Font Sans";
  src: url("/fonts/Samsung_Interface_Rg.ttf");
}
html, body {
  font-family: "Samsung Font Sans";
}

main {
  color: #000000;
  background-color: #ffffff;
}
main .title-content {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
main .title-content h1 {
  color: #000000;
  font-weight: bold;
}
main p {
  color: #000000;
  transition: 0.75s;
}
main p:hover {
  color: #05183e;
  text-shadow: 0 0 30px rgb(78, 64, 64);
  transition: 0.75s;
}
main .m-2 {
  margin: 2rem !important;
}
main .form-control:focus {
  border-color: #000000;
}
main .card {
  box-shadow: none;
}
main .card .card-header {
  color: #000000;
  border-bottom: 0;
}
main .btn-primary {
  background: #144061 0% 0% no-repeat padding-box;
  border-radius: 0.75rem !important;
  opacity: 1;
  color: #ffffff;
  transition: 0.75s;
}
main .btn-primary .focus {
  background-color: #ffffff 0% 0% no-repeat padding-box;
}
main .btn-primary:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #144061;
  transition: 0.75s;
}
main .btn-primary:focus {
  background-color: #144061;
  color: white;
  border-color: #144061;
}
main .btn-primary:focus {
  color: #ffffff;
  border-color: #144061 !important;
  background-color: #144061;
}
main .btn-secondary {
  background: #000000 no-repeat padding-box;
  border-color: #000000;
  box-shadow: 0px 4px 6px rgba(50, 50, 93, 0.1098039216);
  border-radius: 2rem !important;
  opacity: 1;
  color: #ffffff;
  transition: 0.75s;
}
main .btn-secondary:hover {
  background: #ffffff no-repeat padding-box;
  color: #000000;
  border-color: #000000;
  transition: 0.75s;
}
main .btn-secondary:focus {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}
main .btn-danger {
  background: red no-repeat padding-box;
  border-color: red;
  box-shadow: 0px 4px 6px red;
  border-radius: 2rem !important;
  opacity: 1;
  color: #ffffff;
  transition: 0.75s;
}
main .btn-danger:hover {
  background: #ffffff no-repeat padding-box;
  color: red;
  border-color: red;
  transition: 0.75s;
}
main .btn-danger:focus {
  color: #ffffff;
  border-color: red;
  background-color: red;
}
main .breadcrumb {
  background-color: transparent !important;
}
main .breadcrumb .breadcrumb-item .active {
  color: #000000 !important;
}
main .nav-tabs .nav-link.active.tab-style,
main .nav-tabs .nav-item.show .nav-link .tab-style {
  color: white;
  background-color: #000000;
  border-color: #dee2e6 #dee2e6 #f8fafc;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
main .input-style {
  border-radius: 10px;
  color: #727272;
}
main .input-group-prepend {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
main .li-balance-style {
  border-radius: 10px;
  color: #727272;
}
main .list-group-item.li-balance-style:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
main .list-group-item.li-balance-style:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
main .badge-clx-style {
  background-color: #000000;
  color: white;
}
main label {
  color: #727272;
}

.custom-radio .custom-control-label:checked {
  background-color: #000000;
}
.custom-radio .custom-control-label:checked:after {
  background-color: #000000;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

.content-style {
  border-top-left-radius: 40px 40px;
  border-bottom-left-radius: 40px 40px;
  max-height: -moz-max-content;
  max-height: max-content;
}

.content-style-bg, .card-header {
  background-color: #f8fafc !important;
}

.main-style {
  background-color: #f8fafc;
  max-height: -moz-max-content;
  max-height: max-content;
}

.table thead tr th {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.table tbody td, .table tbody th {
  border-top: 1px solid #dee2e6;
  vertical-align: middle;
}

.row-filter {
  border-radius: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #dee2e6;
  align-items: center !important;
  text-align: center;
}

div.tab-container {
  display: flex;
  justify-content: center;
}

h3.tab-text {
  color: white;
  margin-bottom: 0;
  text-align: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #000000;
  width: 25%;
}

a.btn-option-view {
  border: none;
  background-color: none;
  color: #000000;
  opacity: 1;
  transition: 0.75s;
}
a.btn-option-view:hover {
  color: #000000;
  box-shadow: none;
  transition: 0.75s;
}
a.btn-option-view:focus {
  box-shadow: none;
}

button.btn-option-approve {
  border: none;
  background-color: none;
  color: #000000;
  opacity: 1;
  transition: 0.75s;
}
button.btn-option-approve:hover {
  color: green;
  box-shadow: none;
  transition: 0.75s;
}
button.btn-option-approve:focus {
  box-shadow: none;
}

button.btn-option-cancel {
  border: none;
  background-color: none;
  color: #000000;
  opacity: 1;
  transition: 0.75s;
}
button.btn-option-cancel:hover {
  color: red;
  box-shadow: none;
  transition: 0.75s;
}
button.btn-option-cancel:focus {
  box-shadow: none;
}

.input-group.input-group-alternative {
  border-radius: 10px !important;
}

button.custom-button {
  display: flex;
  padding: 0;
  align-items: center;
  position: relative !important;
  padding-left: 55px;
  padding-right: 5px;
}
button.custom-button:hover {
  transition: 0.75s;
}
button.custom-button:hover div.custom-icon {
  background: #144061 0% 0% no-repeat padding-box;
  color: white;
  border-color: white;
  transition: 0.75s;
}

div.custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: white;
  position: absolute !important;
  left: -2px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 2px solid #144061;
}

button.select2-selection__choice__remove {
  margin-left: 0 !important;
}

span.select2-selection.select2-selection--multiple {
  font-weight: 100;
  background-color: white;
  color: #727272;
  border-color: #dee2e6;
  border-radius: 10px;
}

.select2-container .select2-selection--single:focus, .select2-container--default .select2-search--dropdown .select2-search__field:focus, .select2-container--default .select2-selection--multiple:focus, .select2-container--default.select2-container--focus .select2-selection--multiple:focus {
  border-radius: 10px;
}

.tdc-inv-content-scanner .tdc-inv-container-qr {
  display: flex;
  margin-top: 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.tdc-inv-content-scanner .tdc-inv-container-qr .tdc-inv-scannser {
  top: 2px;
  width: 176px;
  position: absolute;
}
.tdc-inv-content-scanner .tdc-inv-container-qr .tdc-inv-scannser video {
  width: 175px;
  height: 175px;
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.tdc-inv-content-scanner .tdc-inv-second-text-form {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.tdc-inv-content-scanner p {
  font-weight: 500;
  margin-bottom: 0;
}
.tdc-inv-content-scanner .scanner {
  animation: scan 2s linear alternate infinite;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0) 0%, rgb(254, 254, 254) 39%, rgb(254, 254, 254) 61%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  height: 4px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@keyframes scan {
  0% {
    top: 0;
  }
  100% {
    top: 95%;
  }
}
