table.dataTable {
  clear: both;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  max-width: none;
  border-collapse: separate;
  border: none;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 9px 7px;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  color: #888ea8;
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  /* padding-bottom: 10px; */
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  color: #888ea8;
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

table.dataTable .form-control {
  color: #888ea8;
  font-size: 0.875rem;
}

table.dataTable .form-control::-webkit-input-placeholder,
table.dataTable .form-control::-ms-input-placeholder,
table.dataTable .form-control::-moz-placeholder {
  color: #888ea8;
  font-size: 0.875rem;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting {
  padding-right: 30px;
}

table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 30px;
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.4;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.4;
}

table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.4;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.4;
}

table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.4;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0;
  border-top: none;
}

@media screen and (max-width: 767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm>thead>tr>th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
  padding-left: 0;
  /* padding-top: 10px; */
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  padding-right: 0;
  /* padding-top: 10px; */
}

.widget-content-area {
  border: 1px solid #e0e6ed;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  padding: 0;
}

.no-content:before,
.no-content:after {
  display: none;
}

.dataTables_wrapper {
  padding: 0;
}

.dt--top-section {
  margin: 20px 21px 20px 21px;
}

.dt--bottom-section {
  padding: 15px;
}

.table-form {
  display: flex;
  margin: 17px 21px 25px 21px;
  justify-content: space-between;
}

.table-form .form-group {
  margin-bottom: 0;
}

.table-form .form-group label {
  color: #515365;
  font-size: 14px;
  align-self: center;
}

.table-form .form-group input {
  padding: 7px 18px 7px 14px;
  height: auto;
  font-size: 12px;
}

table.dt-table-hover tbody tr:hover {
  background: #fafafa;
}

table {
  /* border-collapse: separate;
  border-spacing: 0 50px;
  margin-top: 0 ;
  margin-bottom: 0 ; */
  border-collapse: collapse;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  color: #d3d3d3;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b2e4b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  width: 14px;
  height: 14px;
  content: '';
  right: .3rem;
  top: .5rem;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b2e4b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  width: 14px;
  height: 14px;
  content: '';
  right: .3rem;
  top: 1.3rem;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  color: #0e1726;
}

.table>tbody tr {
  border-radius: 4px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-bottom: 1px solid #e0e6ed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.table>thead>tr>th {
  text-transform: initial;
  font-weight: 600;
  border-top: none;
  background: rgb(72, 84, 162, 0.1);
  /* background: rgb(255, 143, 158, 0.1); */
  border-right: none;
  border-left: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 10px 21px 10px 21px;
  color: #696cff;
  /* color: #515365; */
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.dataTable.table-striped.table>thead>tr>th {
  background: transparent;
  border-top: 1px solid #e0e6ed;
  border-bottom: 1px solid #e0e6ed;
}

.dataTable.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

.table>tbody>tr:last-child>td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu,
.table>tbody>tr:nth-last-child(2)>td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu {
  top: -94px;
}

.table>tbody>tr:last-child>td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show,
.table>tbody>tr:nth-last-child(2)>td .dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu.show {
  top: -108px;
}

.table>tbody>tr>td {
  font-size: 16px;
  /* border: none; */
  border-color: 0.5px solid #515365;
  padding: 0;
  padding: 10px 21px 10px 21px;
  /* color: var(--bs-primary); */
  color: #515365;
  letter-spacing: normal;
  white-space: nowrap;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table>tfoot>tr>th {
  border: none;
  padding: 10px 21px 10px 21px;
}

.table-hover:not(.table-dark) tbody tr:hover {
  background-color: transparent;
}

.table-hover.non-hover:not(.table-dark) tbody tr:hover {
  -webkit-transform: none;
  transform: none;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: normal;
  color: var(--bs-primary);
  /* color: #696cff; */
  font-weight: 600;
  /* border: 1px solid #e0e6ed; */
  display: inline-block;
  padding: 10px 16px;
  /* border-radius: 6px; */
  font-size: 13px;
}

div.dataTables_wrapper div.dataTables_filter label {
  position: relative;
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter svg {
  position: absolute;
  top: 5px;
  right: 9px;
  width: 20px;
  color: #d3d3d3;
}

.dataTables_wrapper .form-control {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #e0e6ed;
  padding: 6px 29px 8px 14px;
  height: auto;
  font-size: 12px;
}

.dataTables_wrapper .form-control:focus {
  border: 1px solid #888ea8;
}

div.dataTables_wrapper button:hover {
  -webkit-transform: none;
  transform: none;
}

div.dataTables_wrapper .table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
}

.table>thead>tr>th.dt-no-sorting:before,
.table>thead>tr>th.dt-no-sorting:after {
  display: none;
}

.dataTables_wrapper .form-control::-webkit-input-placeholder,
.dataTables_wrapper .form-control::-ms-input-placeholder,
.dataTables_wrapper .form-control::-moz-placeholder {
  color: #bfc9d4;
  font-size: 12px;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: 150px;
}

div.dataTables_wrapper div.dataTables_length label {
  font-size: 13px;
  margin-bottom: 0.3rem;
}

.dataTables_wrapper .dataTables_length select.form-control {
  padding: 8px 17px 8px 14px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23d3d3d3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") 54px 8px no-repeat;
  padding: 7px 18px 7px 14px;
  height: auto;
  font-size: 12px;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
  /* display: inline-block; */
}

.page-link {
  margin-right: 5px;
  border-radius: 20%;
  /* padding: 8px 12px; */
  background: rgba(0, 23, 55, 0.08);
  border: none;
  color: #696cff;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
}

.page-link:focus {
  box-shadow: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 3px 0;
  flex-wrap: wrap;
}

.page-item.disabled .page-link {
  background: #f1f2f3;
}

.page-item.disabled .page-link svg {
  color: #e3e4eb;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 20%;
  padding: 5px 9px;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
}

.page-item:first-child .page-link svg,
.page-item:last-child .page-link svg {
  width: 17px;
}

.page-item.active .page-link {
  background-color: var(--bs-primary);
  /* background-color: #696cff; */
}

#alter_pagination_next a,
#alter_pagination_previous a {
  border-radius: 50%;
  padding: 5px 9px;
}

#alter_pagination_next a svg,
#alter_pagination_previous a svg {
  width: 17px;
}

.table-cancel {
  margin-right: 6px;
  vertical-align: middle;
  cursor: pointer;
  color: #515365;
  stroke-width: 1.5;
}

.table-hover:not(.table-dark) tbody tr:hover .table-cancel {
  color: #e7515a;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .dataTables_wrapper .dataTables_length select.form-control {
    background: transparent;
    padding: 8px 10px 8px 14px;
  }
}

.table-tiny-space tbody th,
.table-tiny-space tbody td {
  padding: 8px 10px;
}

.table-radius {

  border-collapse: separate;
  border-spacing: 0 5px;
}

.table-radius tr th:first-child,
.table-radius tr td:first-child {

  border-radius: 0.55rem 0 0 0.55rem;
}

.table-radius tr th:last-child,
.table-radius tr td:last-child {

  border-radius: 0 0.55rem 0.55rem 0;
  -webkit-border-radius: 0 0.55rem 0.55rem 0;
  -moz-border-radius: 0 0.55rem 0.55rem 0;
  -ms-border-radius: 0 0.55rem 0.55rem 0;
  -o-border-radius: 0 0.55rem 0.55rem 0;
}

.table-bordered-full tr td,
.table-bordered-full tr th {
  border-top: 0.5px solid #f0f4f7;
  border-bottom: 0.5px solid #f0f4f7;
  border-left: 0.5px solid #f0f4f7;
  border-right: 0.5px solid #f0f4f7;
}
