/* custom style */
#list-table {
  width: 100% !important;
}
.dataTables_scrollBody {
  padding-bottom: 15px;
}
.no-footer .dataTables_scrollBody
{
  border-bottom:unset !important;
}
div.dt-container .dt-paging {
  margin-top: 25px;
}

.dataTables_length {
  margin-bottom: 30px;
}
.dt-length select {
  border-color: #eff0f1 !important;
  margin-right: 7px;
}
.dt-search input[type=search] {
  border: 1px solid #eff0f1 !important;
  padding: 0 15px !important;
  margin-left: 10px !important;
  height: 37px !important;
  border-radius: 0 !important;
}
div.dt-container .dt-paging {
  margin-left: 15px !important;
  border: 1px solid #f6f7fb;
  border-radius: 0.25rem;
  padding-top: 0;
}
div.dt-container .dt-paging .dt-paging-button {
  border-radius: 0;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button:active {
  background: #E5146E;
  color: #ffffff !important;
  border: 1px solid #E5146E;
  -webkit-box-shadow: none;
          box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid #E5146E;
  color: #2a3142 !important;
  background: transparent !important;
}
table.dataTable {
  border: 1px solid #ebf1ff;
  width: 100%;
  overflow-x: auto;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td, table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ebf1ff !important;
}
/* table.dataTable tbody tr {
  background-color: rgba(241, 244, 251, 0.5);
} */
table.dataTable tbody tr:hover {
  background-color: rgba(241, 244, 251, 0.7);
}
table.dataTable tbody tr .sorting_1 {
  background-color: rgba(241, 244, 251, 0.2) !important;
}
table.dataTable tbody tr.odd {
  background-color: #ffffff;
}
table.dataTable .vendor-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.dataTable .vendor-list img {
  margin-right: 20px;
  height: 40px;
  width: auto !important;
}
table.dataTable td {
  padding: 0.75rem !important;
}

table.dataTable th {
  background-color: #f1f4fb !important;
  padding: 20px 0.75rem !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 25px;
}

.dt-paging-button.first, .dt-paging-button.last {
  display: none !important;
}

.dt-paging-button {
  transition: 0.3s ease;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
  text-align: center !important;
}

div.dt-container select.dt-input {
  padding: 6px !important;
}

#single_image {
  display: none;
}

.picture {
  width: 100%;
  height: 200px;
  aspect-ratio: 16/9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5146e;
  border: 2px dashed currentcolor;
  cursor: pointer;
  font-family: sans-serif;
  transition: color 300ms ease-in-out, background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
}

.picture:hover {
  color: #e5146e !important;
  background: #f1f1f1a8 !important;
}

.picture:active {
  border-color: turquoise;
  color: turquoise;
  background: #eee;
}

.picture:focus {
  /* color: #777;
  background: #ccc; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.picture__img {
  max-width: 100%;
  height: 200px;
}
.picture__image {
  color: #989898;
  font-size: 20px;
}
.tagify__input {
  line-height: 1 !important;
}

div.status-order-success span {
    background-color: rgba(66, 186, 150, 0.1);
    border: 1px solid #42ba96;
    color: #42ba96;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}
div.status-order-warning span {
    background-color: rgba(255, 247, 230, 0.1);
    color: #ffc548;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    border: 1px solid #ffc548;
    text-transform: capitalize;
}
div.status-order-danger span {
    background-color: rgba(186, 66, 66, 0.1);
    border: 1px solid #ba4242;
    color: #ba4242;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    text-transform: capitalize;
}

.select2-selection {
  text-align: left;
  min-height: 40px!important;
  border-color: #d2d6da!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px!important;
  color: #495057!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 38px!important;
}
.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}
.doc-view-btn {
  display: inline-block; 
  transition: all 0.3s ease;
  color: #0d6efd;
}

.doc-view-btn:hover {
  transform: translateY(-3px);
  color: #e5146e;
}

.page-main-header .main-header-right .nav-right .notification-dropdown {
  max-height: 400px;
  overflow-x:auto;
}
