:root {
  --as-primary: #284480;
  --as-primary100: #202e4e;
  --as-primary200: #947787;
  --as-primary300: #c1afb9;
  --as-secondary: #ff9c59;
  --as-secondary100: #e6f1d9;
  --as-teritery: #3e6115;
  --as-teritery100: #466d17;
  --as-danger: #d11717;
  --as-secondary100: #eef2ec;
  --as-grey100: #d4cad0;
  --as-grey200: #f1f1f1;
  --as-grey300: #ebebeb;
  --as-grey400: #9d9d9d;
  --as-grey500: #e2e2e2;
  --as-grey600: #434343;
  --as-grey700: #343434;
  --as-grey800: #636363;
  --as-grey900: #676767;
  --as-Cream: #fcfcfc;
  --as-dodgerBlue: #007cee;
  --as-skyBlue: #538abd;
  --as-select-border: #777;
  --as-select-focus: blue;
  --as-select-arrow: var(--select-border);
  --s-width: 100%;
  --s-gutter: 2.5rem;
  --c-background: rgb(0, 0, 0);
  --c-accent: #7ba14e;
}

hr {
  border-top: 1px solid #d9d9d9;
}

object {
  pointer-events: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.w-sm-100 {
  width: 100% !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-top: 4px;
}

.auctionV2
  div:where(.swal2-container)
  button:where(.swal2-styled).swal2-confirm {
  padding: 7px 18px;
  display: block;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  width: min(100px);
  justify-content: center;
  align-items: center;
  background-color: var(--as-primary);
  border: 1px solid var(--as-primary);
  color: var(--bs-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.auctionV2 .pagination {
  /* border: 1px solid #711749; */
  border-radius: 6px;
  padding: 6px 10px;
  width: max-content;
  margin-top: 15px;
}

.auctionV2 .pagination .active {
  padding: 0 5px;
  margin: 0 3px;
  background-color: #ff9c59;
  border-radius: 6px;
}
.auctionV2 .pagination li:hover {
  color: white;
  background-color: #ff9c59;
  border-radius: 6px;
}
.auctionV2 .pagination li a:hover {
  color: white;
  padding: 0 5px;
  display: block;
  width: 100%;
}
/* drop */
.auctionV2
  .billingReportHeaderCard
  .billingPeriod
  .dropdown-custom-menu
  .dropdown-submenu
  .dropdown-menu {
  min-width: 101px;
  left: 100% !important;
  top: 0 !important;
}
.auctionV2 .pagination li {
  margin: 0 3px;
}
.qq-gallery .qq-upload-button-hover {
  background-color: var(--as-primary) !important;
}
.qq-gallery .qq-upload-button-hover:hover {
  color: var(--as-primary) !important;
  background-color: white !important;
}

.auctionV2 .pagination li a {
  text-decoration: none;
  color: #ff9c59;
  padding: 0 5px;
  display: block;
  width: 100%;
}

.auctionV2 .pagination .active a {
  color: white;
  text-decoration: none;
  display: block;
  width: 100%;
}

.outline-0 {
  outline: 0 !important;
}

.bg-success {
  background-color: var(--as-secondary) !important;
}

.auctionV2 .material-symbols-outlined {
  cursor: pointer;
  width: 35px;
  height: 30px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.auctionV2 .iconBtn:hover,
.auctionV2 .material-symbols-outlined:hover {
  /* background-color: #cccccc47; */
  color: var(--as-secondary);
}

.spinner-border {
  width: 20px;
  height: 20px;
  border-width: 0.1em;
}

.h50 {
  height: 50px;
}

.hidden {
  display: none !important;
}

.h-fitContent {
  height: fit-content;
}

.w-fitContent {
  width: fit-content;
}

.place-center {
  place-content: center !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.form-control.vtTextField:focus,
.form-control:focus {
  box-shadow: unset;
  border: 1px solid #00000063;
}

:focus-visible {
  outline: none;
}

h2,
h4,
h6,
p,
input.select,
span,
i,
h1,
label,
h3,
a,
th,
td,
ul,
button,
li {
  font-family: "Mulish", sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  background-color: #ebebeb;
  font-family: "Mulish", sans-serif;
}
/* body.auctionV2 {
  overflow-y: hidden;
} */

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 100, "GRAD" -25, "opsz" 20;
}

.material-symbols-rounded.outline {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 20;
}

.primeBgClr {
  background-color: var(--as-primary300);
}

/* textFields css */

.auctionV2 .helperText {
  color: var(--as-grey900);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.auctionV2 table .vtSelectField {
  padding-right: 12px !important;
}

.auctionV2 .vtSelectField {
  padding-right: 40px !important;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  color: var(--as-grey800);
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-371.923 267.692-584.231 296-612.539l184 184 184-184 28.308 28.308L480-371.923Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 110%;
  background-position-y: 50%;
  background-origin: content-box;
}

.auctionV2 .form-label {
  font-weight: 700;
  font-size: 14px;
  color: var(--as-grey700);
}

.auctionV2 .bootstrap-tagsinput,
.auctionV2 .intl-tel-input {
  width: 100%;
}
.auctionV2 .form-switch {
  position: relative;
}
.auctionV2 .columnSettings {
  color: #919191 !important;
}
.auctionV2 .filterIco {
  border: 1px solid #ebebeb;
  margin-right: 21px;
  border-radius: 5px;
  padding: 1px 5px;
  text-decoration: unset;
}
.auctionV2 .filtering .auctiontype {
  min-width: 190px;
  width: 100%;
}
.auctionV2 .maxBids {
  background-color: #fffefe;
  padding: 7px 17px;
  border-radius: 7px;
  margin-left: 20px;
}
.auctionV2 .filterIco span {
  text-decoration: none;
  color: #919191;
}
/* .auctionV2 .erpInnerAlexa .form-check-input
{
  float: none;
    position: absolute;
    top: 27px;
    width: 45px;
    height: 25px;
} */
.auctionV2 .bootstrap-tagsinput .tag {
  color: var(--bs-black);
}

.auctionV2 .bootstrap-tagsinput {
  padding: 0;
  border: 0;
  box-shadow: unset;
}
.auctionV2 .scrollBarWrapper {
  height: 20px;
  overflow-y: hidden;
}
.auctionV2 .AucPrevTbl .table-dark {
  position: sticky;
  top: 0;
}
.auctionV2 .bootstrap-tagsinput input:focus,
.auctionV2 .bootstrap-tagsinput input {
  width: 100%;
  min-width: 100%;
  padding: 7px 12px;
  background-color: var(--bs-white);
  border: 1px solid var(--as-grey500);
  color: var(--as-black);
  width: 100%;
  outline: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.auctionV2 .vtTextField::placeholder {
  color: #2727277e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.auctionV2 .bootstrap-tagsinput input {
  border: 0;
  padding: 3px;
}

.auctionV2 .bootstrap-tagsinput,
.auctionV2 .vtSelectField,
.auctionV2 .vtTextField {
  padding: 7px 12px;
  background-color: var(--bs-white);
  border: 1px solid var(--as-grey500);
  color: var(--as-black);
  width: 100%;
  outline: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

/* button css */

.auctionV2 .vtBtnSecondry .material-symbols-outlined {
  color: var(--bs-black);
}

.auctionV2 .vtBtnSecondry {
  padding: 7px 18px;
  display: block;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-white);
  border: 1px solid var(--as-grey300);
  color: var(--as-grey700);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.auctionV2 .vtBtnSecondry:hover .material-symbols-outlined {
  color: #fff;
}

.auctionV2 .vtBtnSecondry:hover span,
.auctionV2 .vtBtnSecondry:hover object,
.auctionV2 .vtBtnSecondry:hover {
  stroke: var(--bs-white);
  fill: var(--bs-white);
  background-color: var(--as-primary);
  color: var(--bs-white);
}

.auctionV2 .vtBtnASgreen {
  padding: 7px 18px;
  display: block;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
  background-color: var(--as-secondary);
  border: 1px solid var(--as-secondary);
  color: var(--bs-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.auctionV2 .vtBtnASgreen:hover span,
.auctionV2 .vtBtnASgreen:hover object,
.auctionV2 .vtBtnASgreen:hover {
  stroke: var(--bs-secondary);
  fill: var(--bs-white);
  background-color: var(--as-white);
  color: var(--bs-secondary);
}

#asdasd svg {
  fill: red;
}

.auctionV2 .vtBtnASgreen:hover {
  background-color: var(--bs-white);
  color: var(--as-secondary);
}

.auctionV2 .vtBtnPrime {
  padding: 7px 18px;
  display: block;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--as-primary);
  border: 1px solid var(--as-primary);
  color: var(--bs-white);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.auctionV2 .vtBtnPrime:hover {
  background-color: var(--bs-white);
  color: var(--as-primary);
}

.auctionV2 .vtSelectField + .input-group-text .material-symbols-outlined,
.auctionV2 .vtTextField + .input-group-text .material-symbols-outlined {
  color: #9e9e9e;
}

.auctionV2 .vtBtnPrime .material-symbols-outlined:hover,
.auctionV2 .vtBtnSecondry .material-symbols-outlined:hover,
.auctionV2 .vtBtnASgreen .material-symbols-outlined:hover {
  background-color: transparent;
}

.auctionV2 .vtBtnPrime .material-symbols-outlined,
.auctionV2 .vtBtnSecondry .material-symbols-outlined,
.auctionV2 .vtBtnASgreen .material-symbols-outlined {
  width: 25px;
  height: 25px;
  font-size: 20px;
}

.auctionV2 .vtBtnASgreen.btnAverySmall,
.auctionV2 .vtBtnSecondry.btnAverySmall,
.auctionV2 .vtBtnPrime.btnAverySmall {
  padding: 4px 12px;
  font-size: 13px;
}

.auctionV2 .vtBtnASgreen.btnSmall,
.auctionV2 .vtBtnSecondry.btnSmall,
.auctionV2 .vtBtnPrime.btnSmall {
  padding: 6px 25px;
}

.auctionV2 .vtBtnASgreen.btnDefault,
.auctionV2 .vtBtnSecondry.btnDefault,
.auctionV2 .vtBtnPrime.btnDefault {
  padding: 10px 25px;
}

.auctionV2 .vtBtnASgreen.btnMedium,
.auctionV2 .vtBtnSecondry.btnMedium,
.auctionV2 .vtBtnPrime.btnMedium {
  padding: 18px 35px;
}

.auctionV2 .vtBtnASgreen.btnLarge,
.auctionV2 .vtBtnSecondry.btnLarge,
.auctionV2 .vtBtnPrime.btnLarge {
  padding: 20px 42px;
}

.auctionV2 .customTableDesign {
  border-radius: 8px;
  margin-top: 15px;
  /* padding-top: 15px; */
  margin-bottom: 25px;
  background-color: var(--bs-white);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.mobileView .dropdown-toggle::after {
  display: none;
}

.mobileView .dropdown-toggle span {
  width: 25px;
}

.mobileView .dropdown-toggle {
  border: 1px solid #cbcbcb;
}

.auctionV2 .customTableDesign thead tr th {
  background-color: var(--as-Cream);
  color: var(--bs-black);
  font-size: 15px;
  font-weight: 700;
  padding: 5px 5px;
  padding-bottom: 16px;
  white-space: nowrap;
  text-transform: none;
  border-top: 1px solid var(--as-grey300);
  border-bottom: 1px solid var(--as-grey300);
}

.auctionV2 .customTableDesign .innerLotTable thead tr th {
  background-color: #ff9c5912;
}

.auctionV2 .customTableDesign thead tr th .stabFx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.auctionV2 .customTableDesign thead tr th .ltSrtIcn i {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 10px;
}

.auctionV2 .customTableDesign tbody tr td img {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
}

.custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e") !important;
  border-radius: 3px;
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.auctionV2 .customTableDesign thead tr th .form-check,
.auctionV2 .customTableDesign tbody tr td .form-check {
  min-height: 1.1rem;
  margin: auto;
}

.auctionV2 .customTableDesign thead tr th .form-check-input,
.auctionV2 .customTableDesign tbody tr td .form-check-input {
  width: 15px;
  height: 15px;
  float: unset;
}

.auctionV2 .customTableDesign tbody tr td a {
  color: var(--as-skyBlue);
  text-decoration: unset;
  white-space: nowrap;
}

.auctionV2 .customTableDesign .invoiceTable thead tr th {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  padding: 0 12px;
  padding: 15px 12px;
  vertical-align: middle;
}

.auctionV2 .customTableDesign .invoiceTable tbody tr td .btn {
  padding: 0;
}

.auctionV2 .customTableDesign .invoiceTable tbody tr td {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 12px;
  vertical-align: middle;
  line-height: normal;
}

.auctionV2 .customTableDesign .invoiceTable thead tr th:nth-last-child(1),
.auctionV2 .customTableDesign .invoiceTable tbody tr td:nth-last-child(1) {
  position: sticky;
  right: 0;
}

.auctionV2 .customTableDesign tbody tr td {
  background-color: var(--bs-white);
  color: var(--bs-grey700);
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  vertical-align: top;
  padding: 2px 5px;
  white-space: nowrap;
}

.auctionV2 .customTableDesign tbody tr td .material-symbols-outlined,
.auctionV2 .customTableDesign tbody tr td .material-icons {
  font-size: 18px;
  height: 25px;
}

.auctionV2 .customTableDesign tbody tr td input,
.auctionV2 .customTableDesign tbody tr td select {
  padding: 2px 5px;
  font-size: 14px;
}

.auctionV2 .customTableDesign tbody tr td .btn {
  padding: 0;
  line-height: 0;
}

.auctionV2 .schedulePick thead tr th:nth-last-child(1),
.auctionV2 .schedulePick tbody tr td:nth-last-child(1),
.auctionV2 .CustomTableSpac thead tr th:nth-last-child(1),
.auctionV2 .CustomTableSpac tbody tr td:nth-last-child(1),
.auctionV2 .auctionListTable thead tr th:nth-last-child(1),
.auctionV2 .auctionListTable tbody tr td:nth-last-child(1),
.auctionV2 .customTableDesign .productList thead tr th:nth-last-child(1),
.auctionV2 .customTableDesign .productList tbody tr td:nth-last-child(1),
.auctionV2 .customTableDesign .inventoryTableView tbody tr td:nth-last-child(1),
.auctionV2
  .customTableDesign
  .tableLastDataSticky
  thead
  tr
  th:nth-last-child(1),
.auctionV2
  .customTableDesign
  .tableLastDataSticky
  tbody
  tr
  td:nth-last-child(1),
.auctionV2 .customTableDesign .inventoryTableView thead tr th:nth-last-child(1),
.auctionV2 .customTableDesign .userListTable thead tr th.user_haactive,
.auctionV2 .customTableDesign .userListTable tbody tr td.user_haactive,
.auctionV2
  .customTableDesign
  .erpTruckLoadReceiving
  thead
  tr
  th:nth-last-child(1),
.auctionV2
  .customTableDesign
  .erpTruckLoadReceiving
  tbody
  tr
  td:nth-last-child(1) {
  position: sticky;
  right: 0;
}

.auctionV2 .dataPopperPosUp {
  top: auto !important;
  bottom: 100% !important;
}

.auctionV2 .customTableDesign tbody tr td .dscrptTag {
  width: 100%;
  min-width: 250px;
  word-break: break-all;
}

.auctionV2 .customTableDesign tbody tr td h4 {
  font-size: 15px;
  background-color: var(--bs-white);
  color: var(--bs-grey700);
  font-weight: 400;
  text-transform: capitalize;
  vertical-align: middle;
  word-break: break-all;
  margin-bottom: 0;
}
.auctionV2 .catlog-center label {
  font-weight: 700;
}
.auctionV2 .customDrop {
  position: relative;
}

.auctionV2 .customDrop .sortDrop {
  display: none;
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
}

.auctionV2 .customDrop.opened .sortDrop .form-check-label:hover {
  color: var(--as-primary);
  cursor: pointer;
}

.auctionV2 .customDrop .sortDrop .form-check {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

/* .auctionV2 .customDrop .options .option:not(:last-of-type) {
    margin-bottom: 8px;
} */

/* .auctionV2 .customDrop .options .option:hover {
    color: white;
    background: #5bc5fa;
    box-shadow: 0 10px 25px rgba(42, 179, 248, 0.4);
} */

.auctionV2 .customDrop.opened .sortDrop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.auctionV2 .customDrop.opened .sortDrop .form-check-label {
  white-space: nowrap;
}

.auctionV2 .customDrop.opened .sortDrop {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: absolute;
  background: #fff;
  width: fit-content;
  left: auto;
  right: 0;
  padding: 15px;
  border-radius: 6px;
  min-width: 165px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-row-gap: 5px;
  box-shadow: 0px 3px 10px -1px #d6d6d6;
}

.auctionV2 .form-check-input.secndry:checked {
  background-color: var(--as-secondary);
  border-color: var(--as-secondary);
}

.auctionV2 .form-check-input:checked {
  background-color: var(--as-primary);
  border-color: var(--as-primary);
}

.auctionV2 .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 -960 960 960' width='20'%3E%3Cpath d='M549.692-480 371.846-657.846q-5.615-5.615-6-11.269-.385-5.654 6-12.039t11.654-6.385q5.269 0 11.992 6.724l181.2 181.2q4.231 4.63 6.347 9.392 2.115 4.761 2.115 10.423t-2.115 10.423q-2.116 4.762-6.347 8.992l-181.2 181.2q-5.953 5.954-11.107 5.839-5.154-.115-11.539-6.5t-6.385-11.654q0-5.269 6.385-11.654L549.692-480Z'/%3E%3C/svg%3E");
}

.auctionV2 .breadcrumb .breadcrumb-item a {
  color: var(--as-grey600);
  text-decoration: unset;
}

.auctionV2 .breadcrumb .breadcrumb-item.active {
  color: var(--as-grey400);
}

.auctionV2 .sortDrop {
  /* position: absolute; */
  background: #fff;
  width: fit-content;
  left: auto;
  right: 0;
  padding: 15px;
  border-radius: 6px;
  min-width: 165px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-row-gap: 5px;
  box-shadow: 0px 3px 10px -1px #d6d6d6;
}

.auctionV2 .sortDrop .form-check-label {
  white-space: nowrap;
}

.auctionV2Modal .modal-content .modal-footer {
  position: sticky;
  bottom: -16px;
  background: #fff;
  width: calc(100% - 60px);
  margin: auto;
}

.auctionV2Modal .modal-content .modal-header .btn-close {
  font-size: 12px;
}

.auctionV2Modal .modal-content .modal-header .modal-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.auctionV2Modal .modal-content .modal-header {
  padding: 15px 30px;
  background-color: #f9f9f9;
  border: 0;
}

.auctionV2Modal .modal-content .modal-body {
  max-height: calc(100vh - 180px) !important;
  height: 100% !important;
  overflow: auto;
}

.auctionV2Modal .modal-content .modal-body.autoHeight {
  height: auto;
}

.auctionV2Modal .modal-content .modal-body .billingContent .taxInclAmt {
  font-size: 18px;
}
.auctionV2Modal .modal-content .modal-body .billingContent h5.taxInclAmt span {
  font-size: 14px;
}
.auctionV2Modal .modal-content {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.auctionV2Modal .semifull-Modal .modal-content {
  /* height: calc(100% - 100px);
    margin-bottom: auto; */
}

.auctionV2Modal .semifull-Modal {
  max-width: 95vw;
  /* margin: 50px auto; */
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--as-grey400);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey;
}

/* swal2 modal common css */

.auctionV2 .swal2-title {
  color: var(--as-grey700);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* abosolute modal css */
.auctionV2Modal.absoluteModal {
  position: absolute;
  left: 0px;
  right: 0px;
}

.auctionV2Modal.absoluteModal .modal-dialog {
  max-width: calc(100% - 70px);
  margin-top: 90px;
}

/* stepper css */

.auctionV2 .stepper {
  --s-stepper-bullet: 22px;
  --s-stepper-bullet-half: calc(var(--s-stepper-bullet) / 2);
  --step-transition: background 0.5s, color 0.5s;
  --step-content: "\e5ca";
  --step-color: var(--bs-black);
  --step-bar-bg: var(--c-accent);
  --step-bullet-bg: var(--step-bar-bg);
  --step-bullet-color: white;
  counter-reset: current-step;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.auctionV2 .stepper[data-debug] {
  counter-reset: steps;
}

.auctionV2 .stepper[data-debug] input {
  --s-separation: 1.5rem;
  position: absolute;
  display: initial;
  top: -2rem;
  opacity: 0;
}

.auctionV2 .stepper[data-debug] input:nth-of-type(1) {
  left: calc(var(--s-separation) * 1 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(2) {
  left: calc(var(--s-separation) * 2 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(3) {
  left: calc(var(--s-separation) * 3 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(4) {
  left: calc(var(--s-separation) * 4 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(5) {
  left: calc(var(--s-separation) * 5 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(6) {
  left: calc(var(--s-separation) * 6 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(7) {
  left: calc(var(--s-separation) * 7 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(8) {
  left: calc(var(--s-separation) * 8 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(9) {
  left: calc(var(--s-separation) * 9 + 0.75rem);
}

.auctionV2 .stepper[data-debug] input:nth-of-type(10) {
  left: calc(var(--s-separation) * 10 + 0.75rem);
}

.auctionV2 .stepper__input {
  counter-increment: steps;
  display: none;
}

.auctionV2 .stepper__step {
  counter-increment: none;
}

.auctionV2 .stepper__input:checked ~ .stepper__step {
  --step-color: #202020;
  --step-bar-bg: #d9d9d9;
  --step-bullet-bg: var(--step-bar-bg);
  --step-bullet-color: #d9d9d9;
  --step-content: counter(current-step);
}

/* .stepper[data-debug] input:not(checked) + .stepper__step .stepper__button::before ,
.stepper[data-debug] input:not([checked="checked"]) + .stepper__step .stepper__button::before {
    height: 13px;
    width: 13px;
} */

.auctionV2 .stepper__input:checked ~ .stepper__step .stepper__content {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.auctionV2 .stepper__input:checked + .stepper__step {
  --step-bullet-bg: #7ba14e;
  --step-bullet-color: #7ba14e;
  --step-color: #202020;
}

.auctionV2 .stepper__input:checked + .stepper__step .stepper__button::before {
  box-shadow: 0 0 0 2px #7ba14e;
}

.auctionV2 .stepper__input:checked + .stepper__step .stepper__content {
  opacity: 1;
  pointer-events: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.auctionV2 .stepper__content {
  color: white;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  color: var(--step-color);
  transition: opacity 0.5s 0.05s;
  padding: 0.5rem;
}

.auctionV2 .stepper__content::-moz-selection {
  color: black;
  background: var(--step-bullet-color);
}

.auctionV2 .stepper__content::selection {
  color: black;
  background: var(--step-bullet-color);
}

.auctionV2 .stepper__button {
  position: relative;
  text-align: center;
  color: var(--step-color);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.auctionV2 .stepper__button::before {
  content: var(--step-content);
  font-family: "Material Symbols Outlined";
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto var(--s-stepper-bullet-half);
  height: var(--s-stepper-bullet);
  width: var(--s-stepper-bullet);
  border-radius: var(--s-stepper-bullet);
  transition: var(--step-transition);
  background: var(--step-bullet-bg);
  border: 1px solid var(--bs-white);
  color: var(--step-bullet-color);
}

.auctionV2 .stepper__button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: var(--step-bar-bg);
  transition: var(--step-transition);
  top: var(--s-stepper-bullet-half);
  left: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}

.auctionV2 .stepper__step:last-child .stepper__button::after {
  display: none;
}

.auctionV2 .stepper--flexbox {
  display: flex;
}

.auctionV2 .stepper--flexbox .stepper__step {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}

.auctionV2 article {
  padding: var(--s-gutter) calc(50% - var(--s-width) / 2);
  background: #121212;
  color: #cccccc;
}

.auctionV2 article h1 {
  font-weight: 100;
  font-size: 2rem;
  padding: 0 var(--s-gutter);
  margin: 0;
}

.auctionV2 article ul,
.auctionV2 article li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.auctionV2 article ul li,
.auctionV2 article ol li {
  padding-left: 1rem;
  text-indent: -0.7rem;
  padding-top: 0.5rem;
}

.auctionV2 article ul li::before {
  content: "• ";
  color: var(--c-accent);
}

.auctionV2 article ul,
.auctionV2 article p {
  padding: calc(var(--s-gutter) / 2) var(--s-gutter) 0;
}

.auctionV2 .stpperContainer,
.auctionV2 .container__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.auctionV2 .container__item {
  padding: var(--s-gutter) calc(50% - var(--s-width) / 2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 25px;
}

.auctionV2 .container__item h2 {
  padding: calc(var(--s-gutter) / 2) var(--s-gutter) var(--s-gutter);
  margin: 0;
  text-transform: uppercase;
  font-weight: 100;
  color: #8a97a8;
  font-size: 1.4rem;
}

/* accordion css */

.auctionV2 .accordion-flush {
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  background: #fff;
  overflow: hidden;
}

.auctionV2
  .accordion-flush
  .accordion-item
  .accordion-header
  .accordion-button {
  background-color: transparent;
  border-bottom: #d7d7d7;
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.auctionV2 .accordion-flush .accordionBody {
  padding: 25px;
}

.auctionV2 .accordion-flush .accordionBody .basicGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 15px;
}

.auctionV2 .accordion-flush .accordionBody .basicGrid .basicGridCard h4 {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.auctionV2 .accordion-flush .accordionBody .basicGrid .basicGridCard p {
  color: #272727;
  font-size: 16px;
  font-style: normal;
  margin: 0;
  font-weight: 400;
  line-height: normal;
}

.auctionV2 .customUploadBtnGrp {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  gap: 19px;
  width: 100%;
}

.auctionV2 .customUploadBtnGrp .vtBtnSecondry,
.auctionV2 .customUploadBtnGrp .vtBtnPrime {
  position: relative;
  width: 48%;
  height: 40px;
}

.auctionV2 .customUploadBtnGrp .vtBtnSecondry input,
.auctionV2 .customUploadBtnGrp .vtBtnPrime input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.auctionV2 .customUploadBtnGrp .uploadInscrtc p {
  color: #949494;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.auctionV2 .cke .cke_top .cke_toolbox {
  background-color: #fff;
  background: #fff;
}

.auctionV2 .cke .cke_bottom {
  border: 0;
  background: #fbfbfb;
}

.auctionV2 .cke .cke_top {
  border: 0;
  background: #fbfbfb;
  padding: 17px;
  padding-bottom: 7px;
}

.auctionV2 .cke {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: unset;
}

.auctionV2 .cutLayoutTable tr td {
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  color: #000;
}

.auctionV2 .cutLayoutTable tr th {
  font-size: 14px;
  font-weight: 600;
  background-color: #676767;
  color: #fff;
}

.auctionV2 .vtSelectField {
  background-position-x: calc(100% + 30px);
}

.auctionV2 .tableFiterLists .btnFilter span {
  width: fit-content;
  height: 10px;
  font-size: 20px;
}

.auctionV2 .tableFiterLists .btnFilter {
  padding: 8px 12px;
  background-color: #f2f2f2;
  border-radius: 4px;
  border: 1px solid #ededed;
  display: inline-flex;
  place-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.auctionV2 .tableFiterLists {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  flex-wrap: wrap;
  padding: 10px 0;
  gap: 10px;
  left: 0;
}

/* Responsive code */

@media (max-width: 1500px) {
  .auctionV2 .vtInputField {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .auctionV2 .bootstrap-tagsinput,
  .auctionV2 .vtSelectField,
  .auctionV2 .vtTextField,
  .auctionV2 .vtBtnSecondry,
  .auctionV2 .vtBtnPrime,
  .auctionV2 .vtBtnASgreen {
    font-size: 14px;
  }
  .auctionV2 .form-label {
    font-size: 12px;
  }
  .auctionV2 .swal2-title {
    font-size: 20px;
  }

  .auctionV2 .customTableDesign thead tr th,
  .auctionV2 .customTableDesign tbody tr td,
  .auctionV2 .customTableDesign tbody tr td p,
  .auctionV2 .customTableDesign tbody tr td h4 {
    font-size: 13px;
  }

  .auctionV2 .customTableDesign thead tr th .ltSrtIcn {
    margin-left: 5px;
  }

  .auctionV2 .customTableDesign thead tr th .ltSrtIcn i {
    font-size: 14px;
    line-height: 8px;
  }
}

@media (max-width: 600px) {
  .auctionV2 .customTableDesign tbody tr td .minimizedActionTab {
    flex-wrap: wrap;
    min-width: 125px;
  }
  .auctionV2 .customTableDesign tbody tr td .minimizedActionTab.truckLD {
    min-width: 150px;
  }
  /* .auctionV2
    .customTableDesign
    .inventoryTableView
    thead
    tr
    th:nth-last-child(1),
  .auctionV2
    .customTableDesign
    .inventoryTableView
    tbody
    tr
    td:nth-last-child(1),
  .auctionV2
    .customTableDesign
    .erpTruckLoadReceiving
    thead
    tr
    th:nth-last-child(1),
  .auctionV2
    .customTableDesign
    .erpTruckLoadReceiving
    tbody
    tr
    td:nth-last-child(1) {
    position: unset;
    right: 0;
  } */
  .auctionV2 .sortLineItems .filtr {
    height: 40px;
  }
  .justify-md-content-start {
    justify-content: flex-start !important;
  }
  .auctionV2 .sortLineItems .vtBtnPrime .material-icons {
    font-size: 20px;
  }
  .auctionV2 .vtSelectField {
    background-position-x: calc(100% + 30px);
  }
  .auctionV2 .erpInnerAlexa .vtSelectField {
    background-position-x: calc(100% + 10px);
  }
  .auctionV2 .w-sm-100 {
    min-width: 100% !important;
    width: 100% !important;
  }
  .auctionV2 .w-md-50 {
    min-width: 50% !important;
    width: 50% !important;
  }
  .auctionV2 .material-symbols-outlined {
    margin-right: 0.2rem !important;
  }
  .lotSearchContain .d-inline-flex .btn {
    font-size: 13px;
  }
}
