/* Select2 */
.Select2InputWrap .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 0px rgba(160, 31, 60, 0.04);
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: 0.85rem;
  color: rgba(56, 56, 56, 1);
  background-color: #fff;
}
.Select2InputWrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  /* Select arrow position */
  top: calc(50% - -2px);
}
.Select2InputWrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 2.1rem;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  box-shadow: 0px 6px 16px 0px rgba(160, 31, 60, 0.04);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
}
.Select2InputWrap .select2-container {
  /* Select Input Width */
  width: 210px !important;
}
/* Select2 Multiple */
.Select2InputWrap .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 0px rgba(160, 31, 60, 0.04);
  /* height: 2.2rem; */
  /* line-height: 2.2rem; */
  font-size: 0.85rem;
  color: rgba(56, 56, 56, 1);
  background-color: #fff;
}
.select2-results__option--selectable {
  font-size: 0.85rem;
}

/********************* DataTable *************/
table.dataTable {
  border-collapse: separate;
  border-spacing: 0px 16px;
  margin-top: 0rem !important;
}
div.dt-container select.dt-input {
  /* enteries everpage input */
  width: 60px;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 0px rgba(160, 31, 60, 0.04);
  padding: 6px 6px 6px 9px;
  font-size: 0.85rem;
  color: rgba(56, 56, 56, 1);
  background-color: rgba(255, 255, 255, 0.6);
}
div.dt-container select.dt-input:focus {
  border: none;
  outline: none;
}
.dt-layout-cell > .dt-length {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dt-layout-cell > .dt-length label {
  text-transform: capitalize;
  font-size: 0.9rem;
  color: rgba(56, 56, 56, 0.8) !important;
}
.dt-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dt-search label {
  color: rgba(56, 56, 56, 0.8) !important;
  font-size: 0.9rem;
}
div.dt-container .dt-search input {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 0px rgba(160, 31, 60, 0.04);
  padding: 8px 12px;
  font-size: 0.85rem;
  color: rgba(56, 56, 56, 1);
  background-color: rgba(255, 255, 255, 0.6);
}
div.dt-container .dt-search input:focus {
  border: none;
  outline: none;
}
.dataTable .dt-column-title {
  /* Table heading */
  font-weight: 500;
  font-size: 0.85rem;
  color: #383838;
}
.dataTable .dt-column-order {
  font-size: 0.75rem;
}
div.dt-container.dt-empty-footer tbody > tr > *,
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 0px;
  border-top: 0px;
}
table.dataTable > thead > tr > th {
  border-bottom: 0px;
}
table.dataTable > thead > tr > th:hover {
  outline: none !important;
}
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: none;
}
table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1,
table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: none;
}
table.dataTable > tbody > tr {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 16px 0px rgba(160, 31, 60, 0.04);
}
table.dataTable > tbody > tr > td {
  padding: 14px 10px;
  color: rgba(56, 56, 56, 0.8);
  font-size: 0.85rem;
}

table.dataTable > tbody > tr td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: none !important;
}
table.dataTable > tbody > tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dt-layout-cell .dt-info {
  /* show enteries 1 to 2 */
  text-transform: capitalize;
  font-size: 0.85rem;
  color: rgba(56, 56, 56, 0.8) !important;
}
div.dt-container .dt-paging .dt-paging-button {
  border: none;
  box-shadow: 0px 6px 16px 0px rgba(160, 31, 60, 0.04);
  font-size: 0.9rem;
  border-radius: 8px;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #7c34ff;
  color: #fff !important;
}
div.dt-container .dt-paging .dt-paging-button,
div.dt-container .dt-paging .dt-paging-button:hover {
  border: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(56, 56, 56, 0.8) !important;
}
.dt-paging nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover {
  border: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(56, 56, 56, 0.8) !important;
}
@media screen and (max-width: 576px) {
  .DataTableWrap .dt-layout-row {
    display: flex !important;
  }
}

/* IntlTelInput */
.iti {
  width: 100%;
}
