.table thead .sorting:after,
.table thead .sorting_asc:after,
.table thead .sorting_desc:after,
.table thead .sorting_asc_disabled:after,
.table thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 30%;
  right: 8px;
  display: block;
  font-family: "font-brave" !important;
  opacity: 0.5;
}
.table-responsive {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  background: var(--color-white);
  padding: 10px;
  border-radius: 7px;
  border: 1px solid var(--color-line-soft);
}
.table thead .sorting_asc:after {
  content: "\e994";
  /* sort-by-attributes */
}
.table thead .sorting_desc:after {
  content: "\e995";
  /* sort-by-attributes-alt */
}
.table thead .sorting:after {
  opacity: 0.2;
  content: "\e996";
  /* sort */
}
.dataTables_wrapper {
  position: relative;
}
.dataTables_wrapper .top {
  background-color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  padding: 0px 0px 15px 0px;
  color: #3d434d;
  display: flex;
  align-items: center;
}
.dataTables_wrapper .top .dataTables_filter {
  width: 40%;
  position: relative;
  max-width: 500px;
  min-width: 380px;
}
.dataTables_wrapper .top .dataTables_filter label input {
  padding: 6px 10px 6px 28px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d1d2d4;
}
.dataTables_wrapper .top .dataTables_filter .icon {
  position: absolute;
  top: 7px;
  left: 7px;
  color: #5b636f;
}
.dataTables_wrapper .top .dataTables_length {
  width: 20%;
}
.dataTables_wrapper .top .dataTables_length label {
  padding: 0px 15px;
  font-size: 12px;
}
.dataTables_wrapper .top .dataTables_length label select {
  width: 50px;
}
.dataTables_wrapper select {
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 4px;
  border-color: #d1d2d4;
  margin: 0px 5px;
  color: #3d434d;
}
.dataTables_wrapper select option {
  color: #3d434d;
}
.dataTables_wrapper .bottom {
  margin-top: 30px;
  position: relative;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 0px 0px 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #3d434d;
}
.dataTables_wrapper .bottom .dataTables_info {
  width: 70%;
  padding-top: 0;
  color: #3d434d;
  font-size: 12px;
  opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate {
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  white-space: nowrap;
  text-align: right;
  display: flex;
}
.dataTables_wrapper .dataTables_paginate.paging_simple {
  gap: 7px;
}
.dataTables_wrapper .dataTables_paginate > a {
  cursor: pointer;
  position: relative;
  margin-top: 0;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #d1d2d4;
}
.dataTables_wrapper .dataTables_paginate span {
  padding: 0px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_paginate span > a {
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 3px;
}
.dataTables_wrapper .dataTables_paginate span > a:hover {
  background-color: #d1d2d4;
}
.table {
  background: #ffffff;
  width: 100%;
  margin-top: 0px;
  border-collapse: collapse !important;
}
.table thead {
  padding-top: 5px;
  border-bottom: 1px solid #d1d2d4;
  border-collapse: collapse;
}
.table thead tr {
  border-collapse: collapse;
}
.table thead th {
  color: #3d434d;
  font-size: 11px;
  text-align: left;
  padding: 8px 5px;
  border-collapse: collapse;
}
.table thead th.col-id {
  width: 30px;
}
.table thead th.col-actions {
  width: 150px;
}
.table thead th.colActions {
  padding-right: 25px !important;
  text-align: right;
}
.table tbody tr {
  border-collapse: collapse;
}
.table tbody tr:nth-child(even) {
  background-color: #efefef;
  border-radius: 3px;
}
.table tbody tr.even {
  background-color: #efefef;
  border-radius: 3px;
}
.table tbody tr a {
  color: #2c3136;
}
.table tbody tr td {
  font-size: 13px;
  padding: 5px;
  border-collapse: collapse;
}
.table tbody tr td:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table tbody tr td:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.table .colId {
  padding-left: 5px;
  padding-right: 5px;
}
.table .colState {
  text-align: center;
}
.table .colState .state {
  justify-content: center;
  font-size: 15px;
}
.table .colState .state[state='1'] {
  color: #11b671;
}
.table .colState .state[state='1'] .icon-eye-close {
  display: none;
}
.table .colState .state[state='0'] {
  color: #8e8c97;
}
.table .colState .state[state='0'] .icon-eye-open {
  display: none;
}
.table .btnDelete:hover .icon,
.table .btnDeleteFn:hover .icon {
  color: var(--color-danger);
}
.table .colCatsa[state='1'] {
  opacity: 1;
}
.table .colCatsa[state='0'] {
  opacity: 0.7;
}
.table .colCats .content {
  display: flex;
  flex-wrap: wrap;
}
.table .check {
  width: 10px;
  padding-right: 0px !important;
}
.table .check:after {
  display: none !important;
}
.table .colImg {
  display: flex;
  gap: 10px;
}
.table .colImg img {
  border-radius: 6px;
  max-height: 54px;
  border: 1px solid #ece8f1;
}
.table a {
  display: flex;
  align-items: center;
}
.table a span {
  margin-left: 10px;
}
.table a:hover {
  color: #4674de;
}
.table .categorysList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 21px;
}
.table .categorysList a {
  margin-left: 5px;
}
.table .actions .btns,
.table .colActions .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.table .actions .btns .hoverDelete:hover .icon,
.table .colActions .btns .hoverDelete:hover .icon {
  color: var(--color-danger) !important;
}
.table .actions a,
.table .colActions a {
  font-size: 16px;
  padding: 10px;
  color: #667080;
}
.table .actions a:hover,
.table .colActions a:hover {
  color: #4674de;
}
.table .boxAmount {
  display: flex;
  margin-left: 7px;
  position: relative;
}
.table .boxAmount .inputTable {
  border: 1px solid #d1d2d4;
  border-radius: 5px;
  font-size: 14px;
  padding: 6px 30px 6px 10px;
  width: 50px;
  height: 17px;
}
.table .boxAmount .chevrons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2px;
  top: 2px;
}
.table .boxAmount .chevrons button {
  width: 23px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #cfd5e0;
  border-radius: 4px;
  font-size: 11px;
}
.table .boxAmount .chevrons button:first-child {
  margin-bottom: 1px;
}
.tableForm {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  margin: 0px;
  border-collapse: collapse;
  border: none;
}
.tableForm thead tr {
  background: #ecf1fd;
}
.tableForm .col {
  padding: 5px;
  font-size: 11px;
  border: 1px solid #c3d4d9;
  border-top: none;
  border-right: none;
}
.tableForm .col.colId {
  width: 30px;
  text-align: right;
}
.tableForm tbody .rowInit {
  background-color: #e0e8f3;
}
.tableForm tbody .rowInit td {
  padding: 0px;
}
.tableForm tbody .rowInit td.colId {
  padding: 5px;
}
.tableForm tbody .rowInit td.colActions {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.tableForm tbody .rowInit td.colActions .btn {
  max-height: 10px;
  max-width: 10px;
  padding-left: 10px;
  padding: 5px 10px;
  justify-content: center;
  font-size: 14px;
}
.tableForm tbody tr td input[type="text"] {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  border: 0;
  font-size: 14px;
  padding: 5px;
  background-color: transparent;
}
.tableForm tbody tr td input[type="text"]:focus {
  background-color: #c5d4e3;
}
.tableForm tbody tr td [type="buttom"]:focus {
  outline: 1px solid orange !important;
}
.macroTable {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  max-width: 1000px;
  min-height: 300px;
  height: 60vh;
  overflow: auto;
  position: relative;
}
.macroTable .macroTableHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0px;
  background-color: #fff;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}
.macroTable .macroTableHeader .left {
  display: flex;
  align-items: center;
  gap: 7px;
}
.macroTable .macroTableHeader .left .search {
  position: relative;
  /* border: 1px solid #d1d2d4; */
  background-color: #e6e8f2;
  border-radius: 5px;
  min-width: 250px;
  padding: 5px;
  gap: 7px;
  display: flex;
  align-items: center;
}
.macroTable .macroTableHeader .left .search .icon {
  font-size: 17px;
  z-index: 1;
}
.macroTable .macroTableHeader .left .search .searchInput {
  z-index: 0;
  font-size: 14px;
  width: 88%;
  border: 0;
  background: transparent;
}
.macroTable .macroTableHeader .left .pages,
.macroTable .macroTableHeader .left .actions {
  padding: 4px 5px 4px 4px;
  border: 1px solid #e6e8f2;
  border-radius: 5px;
}
.macroTable .macroTableHeader .left .pages select,
.macroTable .macroTableHeader .left .actions select {
  border: 0px;
  background: transparent;
  color: #2c3136;
}
.macroTable .macroTableHeader .middle {
  display: flex;
  align-items: center;
  gap: 7px;
}
.macroTable .macroTableHeader .right {
  display: flex;
  align-items: center;
  gap: 7px;
}
.macroTable .macroTableHeader .right .actions {
  display: flex;
  align-items: center;
  gap: 7px;
}
.macroTable .macroTableHeader .right .actions .btn {
  border-color: #e6e8f2;
}
.macroTable .macroTableBody {
  background-color: #E6E6E6;
  border: 1px solid #d1d2d4;
  height: calc(100% - 60px);
  border-radius: 6px;
  overflow-x: auto;
}
.macroTable .macroTableBody .macroTableInner {
  border-collapse: collapse;
  border: none;
}
.macroTable .macroTableBody .macroTableInner thead tr th {
  border: 1px solid #d1d2d4;
  border-top: 0;
  background-color: #e2e6e9;
  font-size: 12px;
  font-weight: normal;
  padding: 4px 10px;
}
.macroTable .macroTableBody .macroTableInner thead tr th:first-child {
  border-left: 0;
}
.macroTable .macroTableBody .macroTableInner thead tr th.colName {
  min-width: 250px;
}
.macroTable .macroTableBody .macroTableInner thead tr th.colTitle {
  min-width: 250px;
}
.macroTable .macroTableBody .macroTableInner thead tr th.colDescription {
  min-width: 250px;
}
.macroTable .macroTableBody .macroTableInner thead tr th.colSummary {
  min-width: 250px;
}
.macroTable .macroTableBody .macroTableInner thead tr th.colTextarea {
  min-width: 250px;
}
.macroTable .macroTableBody .macroTableInner tbody tr:first-child td {
  padding: 0;
  background: #f8f1e3;
}
.macroTable .macroTableBody .macroTableInner tbody tr td {
  background: #fff;
  border: 1px solid #d1d2d4;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td:first-child {
  border-left: 0;
}
.macroTable .macroTableBody .macroTableInner tbody tr td:first-child::after {
  content: "";
  /* display: inline-block;
                            vertical-align: middle;
                            min-height: @heightCellTable; */
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colCheck {
  position: relative;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colCheck input {
  /* padding: 10px; */
  width: 16px;
  height: 16px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colCheck.active {
  background-color: #D7DCE1;
}
.macroTable .macroTableBody .macroTableInner tbody tr td .tableInput {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  padding-left: 5px;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: normal;
  min-height: 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.macroTable .macroTableBody .macroTableInner tbody tr td .tableInput.error {
  border: 1px solid red;
  color: #2c3136;
}
.macroTable .macroTableBody .macroTableInner tbody tr td .tableInput[type="checkbox"] {
  min-height: 14px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td .tableInput:focus {
  background-color: #faeeca;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colBadgePoint .out {
  display: flex;
  align-items: center;
  gap: 5px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colBadgePoint .out::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  display: flex;
  border-radius: 50%;
  background-color: #D7DCE1;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colBadgePoint .out.high::before {
  background-color: #fe3535;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colBadgePoint .out.normal::before {
  background-color: #3369e7;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colJson {
  padding: 0px 5px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colJson .boxJson {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: column; */
  padding: 0px;
  gap: 5px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colTextarea {
  padding: 5px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colTextarea .boxTextarea {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* flex-direction: column; */
  padding: 0px;
  gap: 5px;
  max-width: 250px;
}
.macroTable .macroTableBody .macroTableInner tbody tr td.colTextarea .btnBoxTableTextarea.active {
  background-color: var(--color-success);
}
.btnActionMobile {
  display: none !important;
}
@media (max-width: 470px) {
  .dataTables_wrapper {
    overflow-x: auto;
  }
  .dataTables_wrapper .top {
    width: -webkit-fill-available;
    max-width: none;
    min-width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: flex-start;
    background: var(--color-white);
  }
  .dataTables_wrapper .top .dataTables_filter {
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    max-width: none;
    min-width: 130px;
  }
  .dataTables_wrapper .top .dataTables_length {
    width: auto;
  }
  .dataTables_wrapper .top .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0;
  }
  .dataTables_wrapper .top .dataTables_length label select {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
  .dataTables_wrapper .top .dataTables_length .reg {
    display: none;
  }
  .dataTables_wrapper .top .topActions select {
    width: 125px;
    margin: 0;
  }
  .dataTables_wrapper .top .dataTables_paginate {
    width: auto;
  }
  .dataTables_wrapper .table-responsive {
    position: fixed;
    /* height: 90vh; */
    width: calc(100vw - 75px);
    height: calc(100vh - 170px);
    overflow: auto;
  }
  .dataTables_wrapper .table thead tr[role='row'] {
    position: relative;
  }
  .dataTables_wrapper .table tbody .actions {
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .dataTables_wrapper .table tbody .actions .btns {
    display: none;
  }
  .dataTables_wrapper .table tbody .actions .btns.on {
    display: flex;
    position: absolute;
    background: var(--color-white);
    top: -1px;
    right: 45px;
    border: 1px solid var(--color-line);
    border-radius: 6px;
  }
  .dataTables_wrapper .table tbody .actions .btnActionMobile {
    font-size: 18px;
    padding: 5px;
    width: 22px;
    display: inline-flex !important;
  }
  .dataTables_wrapper .table tbody .actions .btnActionMobile[state='1'] .icon {
    rotate: 45deg;
    color: var(--color-danger);
  }
  .dataTables_wrapper .dataTables_info .m1,
  .dataTables_wrapper .dataTables_info .m2 {
    display: none;
  }
}
