.d-none {
  display: none; }

label.error {
  color: #ff5a5a;
  font-size: 12px; }

.dataTables_processing {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 20%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold; }

.eway-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #302e2e;
  opacity: 0.3;
  z-index: 9999; }
  .eway-loader img {
    display: block;
    margin: auto;
    position: relative;
    top: calc(50% - 10px); }
  .eway-loader #eway-progress {
    display: block;
    margin: auto;
    position: relative;
    top: calc(50% - 10px);
    text-align: center;
    z-index: 999999999999;
    color: #fdfdfd;
    font-size: 20px;
    opacity: 1;
    max-width: 100%;
    height: auto; }

.ui-autocomplete {
  position: absolute;
  z-index: 1000;
  /* Ensure the dropdown appears above other elements */
  cursor: default;
  border: 1px solid #ececec;
  background-color: #fbfbfb;
  max-height: 200px;
  /* Set maximum height for scrollability */
  overflow-y: auto;
  /* Enable vertical scrolling if needed */
  padding: 0; }

/* Style individual autocomplete items */
.ui-autocomplete li {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px; }

/* Style the selected autocomplete item */
.ui-autocomplete li.ui-state-focus {
  background-color: #f0f0f0; }

.custom-slider-question label.error {
  display: none !important; }

.ui-helper-hidden-accessible {
  display: none !important; }

.paginate_button.current {
  background: #ffbf3f; }

.comment-pictures {
  list-style: disc;
  margin-left: 20px; }
  .comment-pictures a {
    color: #ffbf3f; }

body.account-hold .db-content {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%); }

.paginate_button {
  text-transform: inherit; }

fieldset[role=radiogroup], div[role=radiogroup] {
  position: relative; }
  fieldset[role=radiogroup] label.error, div[role=radiogroup] label.error {
    position: absolute;
    bottom: -20px; }

.data-note-icon a {
  margin-left: 3px;
  cursor: pointer; }

.btn-outline.btn-light:hover {
  color: var(--btn-text); }

#abn_block {
  position: relative; }
  #abn_block label.error {
    position: absolute;
    bottom: -20px; }

.product-grid .form-option-image {
  width: 158px;
  height: 158px; }

.ui-datepicker-year, .ui-datepicker-month {
  padding: 0 25px 0 10px;
  font-size: 11px; }

@media (min-width: 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/*# sourceMappingURL=custom.css.map */
