:root {
  --primary-bluish-color: #7291f9;
  --secondry-cream-color: #fae0d8;
  --secondry-blue-color: #3b3086;
  --ternary-purpul-color: #7b3c9f;
  --ternary-pink-color: #e66bba;
}

td,th{
  padding-left:15px;
  padding-right:15px;
}

.bg-primary-bluish {
  background-color: var(--primary-bluish-color);
}
.bg-blue {
  background-color: var(--secondry-blue-color);
}
.bg-cream {
  background-color: var(--secondry-cream-color);
}
.bg-pink {
  background-color: var(--ternary-pink-color);
}
.bg-purpul {
  background-color: var(--ternary-purpul-color);
}

.text-purpul {
  color: var(--ternary-purpul-color);
}

.text-cream {
  color: var(--secondry-cream-color);
}

.text-blue {
  color: var(--secondry-blue-color);
}

.border-purpul {
  border-color: var(--ternary-purpul-color);
}

.border-pink {
  border-color: var(--ternary-pink-color);
}

.border-blue {
  border-color: var(--secondry-blue-color);
}

li {
  list-style: none;
}

.indexBtnIcon{
  height:55px;
  /* filter */
}

.actionBtn{
  width:200px;
  height:150px;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.dropdownToggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.w-30 {
  width: 30%;
}

.logo{
  width:62px;
  margin-right: 0.75rem;
}

.line-break {
  /* width: 18rem; */
  border: 1px solid;
  height: 0;
  opacity: 1;
}

#loginForm input {
  border-width: 1px;
}

.nav-link {
  font-weight: bold;
}
div.dataTables_wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.editInput {
  width: 100%;
}

table .btn-success {
  margin: 0.3rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

table .btn-danger.smallMargin {
  margin-left: 0.3rem;
}

.toast.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.toast.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.toast.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.toast.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.toast-container {
  z-index: 2;
}

.ui-front {
  z-index: 1056;
}
.toggleColumnSelection > img,
button > img,
.btnSm > img {
  width: 15px;
}

#discountRs,
#discountPer{
    max-height: 2rem;
}

.tableAddress {
  width: 80px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#example_filter {
  margin-bottom: 0.5rem;
}

.modal-open {
  overflow-y: auto;
}

/* storage Btn */
.storageModalBtn {
  width: 1.5rem;
  /* height: 1.5rem; */
  background-image: url("/static/images/storage.svg");
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
  padding: 0.5rem;
}

/* dropdown filters */

/* .dataTables_scrollHead{
    overflow-y:visible!important;
    overflow-x:visible!important;
} */

.hideFilter .cb-dropdown-wrap {
  display: none;
}

/* Styles for the drop-down. Feel free to change the styles to suit your website. :-) */

.cb-dropdown-wrap {
  max-height: 80px; /* At most, around 3/4 visible items. */
  position: relative;
  height: 19px;
}

.cb-dropdown,
.cb-dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cb-dropdown {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #888;
}

/* For selected filter. */
.active .cb-dropdown {
  background: white;
}

.cb-dropdown-wrap:hover .cb-dropdown {
  height: 80px;
  overflow: auto;
  transition: 0.2s height ease-in-out;
}

/* For selected items. */
.cb-dropdown li.active {
  background: #7291f9;
}

.cb-dropdown li label {
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 19px; /* Match height of .cb-dropdown-wrap */
}

.cb-dropdown li label > input {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}

.cb-dropdown li label > span {
  display: block;
  margin-left: 3px;
  margin-right: 20px; /* At least, width of the checkbox. */
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  text-align: left;
}

/* This fixes the vertical aligning of the sorting icon. */
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 {
  background-position: 100% 10px;
}

.dropdown-check-list {
  display: inline-block;
  width: 100%;
  position: relative;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  position: absolute;
  z-index: 1;
  width: fit-content;
  background: white;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}
.multiselect-native-select{
  flex: 0 0 auto;
  width: 50%;
}

.multiselect-native-select .btn-group{
  width:100%;
}

.multiselect-container{
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.columnSelectionSpan{
  display:none;
}


/* Custom Datatable Checkbox style
-------------------------------------------------- */
table.dataTable thead td.select-checkbox-main,
table.dataTable thead th.select-checkbox-main {
  position: relative;
}
table.dataTable thead td.select-checkbox-main:before,
table.dataTable thead td.select-checkbox-main:after,
table.dataTable thead th.select-checkbox-main:before,
table.dataTable thead th.select-checkbox-main:after {
  display: block;
  position: absolute;
  /*top: 1.2em;*/
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable thead td.select-checkbox-main:before,
table.dataTable thead th.select-checkbox-main:before {
  content: " ";
  margin-top: -4px;
  margin-left: -5px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox-main:after,
table.dataTable tr.selected th.select-checkbox-main:after {
  content: "✓";
  font-size: 20px;
  margin-top: -19px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #b0bed9, -1px -1px #b0bed9, 1px -1px #b0bed9,
    -1px 1px #b0bed9;
}
