.pagination {
  display: flex;
  justify-content: flex-end;
  border: solid rgba(0, 0, 0, 0.1) 1px;
  padding: 0.5em 1em;
}
.pagination .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
}
.pagination .pagination-wrapper .items-per-page {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.pagination .pagination-wrapper .items-per-page select {
  padding: 0.5em;
  width: 5em;
  outline: none;
  padding: 0.5em;
  border: solid rgb(190, 190, 190) 1px;
}
.pagination .pagination-wrapper .items-per-page .page-limit-dropdown {
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  background-color: #fff;
}
.pagination .pagination-wrapper .pagination-buttons {
  display: flex;
  align-items: center;
  gap: 1em;
}
.pagination .active-page {
  font-weight: 400;
  min-width: 1.5em;
  text-align: center;
}

.disable-icon {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--dui-color-gray-400) !important;
}

.ripple {
  background-position: center;
  transition: background 0.2s;
}

.ripple:hover {
  background: rgba(0, 0, 0, 0.05) radial-gradient(circle, transparent 1%, rgba(0, 0, 0, 0.05) 1%) center/15000%;
}

.ripple:active {
  background-color: rgba(0, 0, 0, 0.05);
  background-size: 100%;
  transition: background 0s;
}

.ripple {
  border: none;
  border-radius: 50%;
  padding: 12px 18px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.01);
  outline: none;
  font-weight: 600;
  color: var(--dui-color-red-500);
}.modal-wrapper .dialog-container .card-container {
  overflow: auto !important;
  margin: 0 25% 0 25%;
}

dhl-modal .dialog-container > dhl-card {
  width: auto;
}

dhl-modal .dialog-container {
  z-index: 3 !important; /* Ensure the modal overlay is above other content and other content should not exceed z-index 3 */
}.no-data-wrapper {
  text-align: center !important;
}.list-container {
  padding: 1em;
}
.list-container .header-container {
  padding: 0 0 0 0;
}
.list-container .header-container .heading-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
}
.list-container .header-container .heading-wrapper .heading {
  flex-grow: 0.5;
}
.list-container .header-container .heading-wrapper .shell-btn-wrapper {
  display: flex;
  flex-grow: 1;
  justify-content: end;
  gap: 1em;
}
.list-container .header-container .heading-value p {
  font-size: 2rem;
  margin: 0;
}
.list-container .header-container input {
  width: 30%;
}
.list-container .shell-btn {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.list-container .shell-btn button:active {
  transform: scale(0.98);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}
.list-container .shell-input-wrapper {
  display: flex;
  margin-bottom: 1em;
  width: 100%;
  gap: 1em;
}
.list-container .shell-input-wrapper input {
  width: 100%;
}
.list-container .shell-input-wrapper .full-width {
  width: 100% !important;
}
.list-container .shell-input-wrapper .search-input {
  width: 25%;
}
.list-container .header-dropdown {
  width: 50%;
  z-index: 2 !important;
}.progress-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 4px;
  width: 100%;
  overflow: hidden;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: var(--dui-color-red-500);
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}.alert-modal .dialog-container .card-container {
  overflow: auto !important;
  width: auto;
  margin: 0 25% 0 25%;
}

.alert-modal .dialog-container {
  z-index: 999 !important;
}

.no-content {
  display: none;
}

.hide-action-btn {
  opacity: 0;
  visibility: hidden;
  height: 40px;
}.action-img {
  filter: invert(15%) sepia(53%) saturate(4210%) hue-rotate(342deg) brightness(111%) contrast(124%);
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.disable-img {
  pointer-events: none;
  filter: invert(79%) sepia(1%) saturate(0%) hue-rotate(26deg) brightness(93%) contrast(84%) !important;
}.header {
  height: 70px;
  background: var(--dui-color-yellow-500);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1em;
}
.header .header-image {
  flex-grow: 1;
}
.header .header-image .header-logo {
  width: fit-content;
  cursor: pointer;
}
.header .profile-container {
  display: flex;
  gap: 4em;
}
.header .profile-container .profile-role-dropdown .content-container {
  width: 20em;
}
.header .profile-container .header-profile {
  position: absolute;
  top: 0;
  right: 5em;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 1;
}
.header .profile-container .header-profile:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  top: 1.5em;
  right: -20px;
}
.header .hide-menu {
  display: none;
}

.menus {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.header-ul {
  margin: 0;
  background: var(--dui-color-gray-50);
}

.menu-items {
  position: relative;
  white-space: nowrap;
}

.menu-items a {
  display: block;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.menu-items button {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: inherit;
  font-family: var(--dui-font-family);
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
}

button span {
  font-family: inherit;
}

.menu-items > a,
.menu-items button {
  text-align: left;
  padding: 0.7rem 1rem;
}

.subMenu-items:hover {
  background: var(--dui-color-gray-50);
}

.dropdown:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 20px;
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--dui-color-white-500) transparent;
}

.dropdown {
  position: absolute;
  right: auto;
  left: auto;
  background: var(--dui-color-white-500);
  box-shadow: 0 10px 15px -3px rgba(46, 41, 51, 0.08), 0 4px 6px -2px rgba(71, 63, 79, 0.16);
  z-index: 3;
  min-width: 12rem;
  padding: 0.5rem 0;
  list-style: none;
  border-radius: 0.4rem;
  display: none;
}

.arrow::after {
  content: "";
  display: inline-block;
  margin-left: 0.28em;
  vertical-align: 0.09em;
  border-top: 0.42em solid;
  border-right: 0.32em solid transparent;
  border-left: 0.32em solid transparent;
}

.dropdown.show {
  display: block;
}

.dropdown .dropdown-submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  overflow: scroll;
  white-space: nowrap;
}

.dropdown-submenu:before {
  border-width: 0;
}.sub-menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
}
.sub-menu .arrow-forward {
  color: var(--dui-color-red-500);
}.profile-wrapper {
  background-color: var(--dui-color-white-500);
  padding: 1em;
}.accept-ignore-modal-label {
  padding: 1em 0;
}

.accept-ignore-modal .card-body {
  padding: 1em !important;
}
.accept-ignore-modal .dialog-container .card-container {
  overflow: auto !important;
  width: auto;
  margin: 0 25% 0 25%;
}.upload-success-modal .dialog-container .card-container {
  overflow: auto !important;
  margin: 0 20% 0 20% !important;
  min-width: 20vw;
}

.upload-success-modal {
  min-width: 50vw;
}
.upload-success-modal .detail-container {
  display: flex;
  flex-direction: column;
  gap: 1em;
}.modalWidth .dialog-container > dhl-card {
  width: 35% !important;
}

.modalWidth .dialog-container .card-container {
  overflow: auto !important;
  margin: 0 10% 0 10% !important;
}

.address-icon dhl-icon-wrapper {
  display: none;
}

.icon-color {
  color: var(--dui-color-red-500);
}

.btn-wrap {
  display: flex;
  padding-top: 1em;
  justify-content: flex-end;
  gap: 1em;
}

.address-option-wrapper {
  background: var(--dui-color-gray-50);
  padding: 1.2em;
}

.address-value-wrap {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.address-upload-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--dui-color-gray-50);
  flex-direction: column;
  margin-top: 0.8em;
  padding: 1.2em;
}

.address-upload-drop-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.address-upload-btn-wrap {
  display: flex;
  gap: 0.8em;
  margin-top: 1.2em;
}
.address-upload-btn-wrap a {
  text-decoration: none;
}

.success-modal .success-content-wrap {
  margin: 0.5em 0 0.5em 0;
  text-align: left;
}
.success-modal .success-content-wrap a {
  text-decoration: none;
}
.success-modal .success-content-wrap .success-error-label {
  color: var(--dui-color-red-500);
}

.address-table {
  padding: 0 1em;
}.shipment-filter-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shipment-filter-wrapper dhl-date-range-picker .dhl-date__table tr {
  display: table !important;
}
.shipment-filter-wrapper dhl-date-range-picker .dhl-date__table .dhl-date__table-header {
  text-align: center !important;
}
.shipment-filter-wrapper dhl-date-range-picker dhl-validation-feedback {
  display: none !important;
}
.shipment-filter-wrapper dhl-date-range-picker .dhl-date__input-wrapper {
  width: 180px;
}
.shipment-filter-wrapper input {
  pointer-events: none;
  user-select: none;
}
.shipment-filter-wrapper .header-dropdown {
  width: 50%;
  z-index: 2 !important;
}
.shipment-filter-wrapper dhl-button.reset-filter > .styled:is(button, a):is(.outline:disabled, .outline[data-disabled=true]) {
  color: var(--dui-color-gray-300);
}
.shipment-filter-wrapper dhl-button.reset-filter > .styled.outline:is(button, a) {
  color: var(--dui-color-red-500);
}
.shipment-filter-wrapper .header-dropdown {
  width: 25%;
  font-weight: normal !important;
  z-index: 2 !important;
}.shipment-filter-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shipment-filter-wrapper dhl-date-range-picker .dhl-date__table tr {
  display: table !important;
}
.shipment-filter-wrapper dhl-date-range-picker .dhl-date__table .dhl-date__table-header {
  text-align: center !important;
}
.shipment-filter-wrapper dhl-date-range-picker dhl-validation-feedback {
  display: none !important;
}
.shipment-filter-wrapper dhl-date-range-picker .dhl-date__input-wrapper {
  width: 180px;
}
.shipment-filter-wrapper input {
  pointer-events: none;
  user-select: none;
}
.shipment-filter-wrapper .header-dropdown {
  width: 50%;
  z-index: 2 !important;
}
.shipment-filter-wrapper dhl-button.reset-filter > .styled:is(button, a):is(.outline:disabled, .outline[data-disabled=true]) {
  color: var(--dui-color-gray-300);
}
.shipment-filter-wrapper dhl-button.reset-filter > .styled.outline:is(button, a) {
  color: var(--dui-color-red-500);
}
.shipment-filter-wrapper .header-dropdown {
  width: 25%;
  font-weight: normal !important;
  z-index: 2 !important;
}.create-customer-container {
  margin: var(--dui-size-space-2x);
}
.create-customer-container .create-customer-card-container {
  padding: 1em;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.create-customer-container .create-customer-card-container .create-customer-card-container-grid {
  padding: 1em 0;
}

.card-footer {
  text-align: end !important;
}

.address-upload-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 99%;
  background-color: var(--dui-color-gray-50);
  flex-direction: column;
  margin-top: 0.8em;
  padding: 1.2em;
  margin-left: 0.5rem;
  height: 13rem;
}

.create-customer-modal .customer-upload-fields {
  min-height: 20vh;
  max-height: 35vh;
  overflow: auto;
}

dhl-modal .dialog-container > dhl-card .card-body > dhl-button button {
  position: absolute;
  top: var(--dui-size-space-2x);
  padding-left: var(--dui-size-space-x);
  padding-right: var(--dui-size-space-x);
}

.add-row {
  display: flex;
  justify-content: flex-end; /* Aligns buttons to the right end */
  align-items: center;
  padding: 1rem; /* Adjust padding around the buttons */
  width: 100%; /* Ensure the container takes full width if needed */
}

.add-row-button {
  margin-right: 1.5rem; /* Pushes the button to the left end */
}

dhl-button.add-row-button > .styled:is(button, a):is(.outline:disabled, .outline[data-disabled=true]) {
  color: var(--dui-color-gray-300);
}

dhl-button.add-row-button > .styled.outline:is(button, a) {
  color: var(--dui-color-red-500);
}

.country-cell {
  width: 13rem;
}
.country-cell .dropdown-container {
  width: 200px;
}

.city-cell {
  width: 9rem;
}
.city-cell .dropdown-container {
  width: 200px;
}

.warehouse-cell {
  width: 10rem;
}
.warehouse-cell .dropdown-container {
  width: 200px;
}

.save-button {
  margin-right: 1.5rem;
}

.checkbox-row-wpx {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: lighter;
  font-size: 1.5rem;
}

.large-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 0.5rem;
}.location-content-wrapper {
  width: 60vw;
  height: 30vw;
}
.location-content-wrapper .customer-upload-fields {
  margin: 1em;
  margin-bottom: 0;
  height: 50vw;
}
.location-content-wrapper .country-input-fields {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1em;
  margin-bottom: 1em;
  padding-right: 1em;
  justify-content: space-around;
}
.location-content-wrapper .country-input-fields .country-input-field {
  width: 100%;
}
.location-content-wrapper dhl-table > table tr:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.location-content-wrapper .location-table td {
  width: 12vw;
}
.location-content-wrapper .location-table td.checkbox-column {
  width: 8vw;
}
.location-content-wrapper .location-table td.small-column {
  width: 2vw;
}
.location-content-wrapper .location-table td .shipping-plant-check {
  margin-top: 1em;
}
.location-content-wrapper .location-table td.delete-icon {
  padding-left: 0;
}
.location-content-wrapper .disabled-dropdown {
  opacity: 0.4;
}.product-mapping-wrapper {
  margin: var(--dui-size-space-10x);
}
.product-mapping-wrapper .card-container .card-body {
  max-height: 85vh;
  overflow: auto;
}
.product-mapping-wrapper .card-container .card-body .cm-outer-container {
  padding: 0 1em;
}
.product-mapping-wrapper .back-map-btn {
  display: flex;
  width: fit-content;
  cursor: pointer;
}

.icon-style-1 {
  cursor: pointer;
  margin-right: 10px;
}

.user-list-navigation-button button {
  padding: 0 !important;
}

.card-footer {
  text-align: end !important;
  margin-top: 15px;
}.product-wrapper tbody {
  width: 80vw;
}
.product-wrapper tbody td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}
.product-wrapper .create-mapping-container {
  padding: 1em 0;
}
.product-wrapper .create-mapping-container .cm-upload {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product-wrapper .create-mapping-container .cm-upload button {
  width: 24em;
}
.product-wrapper .create-mapping-container .isDefaultSwitch {
  display: flex;
  justify-content: start;
}
.product-wrapper .create-mapping-container .input-wrapper {
  width: 33em;
}
.product-wrapper .cm-footer {
  margin: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.product-wrapper .cm-footer .button-spacing {
  padding-right: 1em;
}
.product-wrapper .clickable {
  text-decoration: underline;
  cursor: pointer;
}

.header-container {
  margin: 0;
  padding: 1em 0 0;
}

.icon-type-1 {
  cursor: pointer;
  --size: 1.2rem !important;
}

.icon-type-2 {
  cursor: pointer;
  --size: 1.2rem !important;
  margin-left: 10px;
}

.file-name-1 {
  color: black !important;
  margin-right: 10px;
}

.file-type-1 {
  font-size: 20px;
  border: none;
  background: inherit;
  outline: none;
}

.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mapping-caption {
  padding-top: 0;
}.mapping-wrapper dhl-table > table tbody {
  max-height: 40vh;
  width: 35vw;
  overflow: scroll;
}
.mapping-wrapper .mapping-error {
  font-weight: 600;
  color: #d40511;
}
.mapping-wrapper .easy-ship {
  display: flex;
  align-items: center;
  gap: 1em;
}
.mapping-wrapper .card-footer {
  display: flex;
  padding: 1em 0 0 0;
  justify-content: end;
}

.article-1 {
  background: #cccccc;
  border-radius: 1.5rem;
  padding: 10px;
  text-align: center;
  cursor: move;
  margin-bottom: 5px;
  word-wrap: break-word;
}

.article-2 {
  background: #cccccc;
  border-radius: 1.5rem;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  word-break: break-all;
}
.article-2 .trash-icon {
  cursor: pointer;
}

.icon-1 {
  cursor: pointer;
  float: right;
}

.drop_area {
  width: 100%;
  border-radius: 10px;
  padding: 8px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.hide_drop {
  opacity: 0;
}

.custom-checkbox {
  width: 20px; /* Adjust as needed */
  height: 20px; /* Adjust as needed */
}

.mapping-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 1em;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 8px;
}.required-asterisk {
  color: red;
}

.mapping-details-wrapper .product-mapping-wrap {
  max-height: 50vh;
  overflow: auto;
}
.mapping-details-wrapper dhl-table > table .header-section tr:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.mapping-details-wrapper dhl-table > table .body-section tr:first-child {
  position: relative;
}.report-details-action {
  display: flex;
  align-items: center;
  gap: 1em;
}
.report-details-action .icon {
  cursor: pointer;
}

.report-save-button {
  background: #d40511;
  border: 0;
  color: white;
  font-weight: 600;
  font-family: Delivery, Verdana, sans-serif;
  border-radius: var(--dui-size-radius-md);
  font-size: var(--dui-size-font-md);
  height: var(--dui-size-space-24x);
  line-height: var(--dui-size-line-height-lg);
  padding: var(--dui-size-space-7x) var(--dui-size-space-16x);
  cursor: pointer;
}

.repeat-action-btn {
  display: flex;
  align-items: center;
  gap: 1em;
}
.repeat-action-btn .cancel-btn {
  color: #d40511;
  border: solid #d40511 1px;
  background-color: white;
}.create-customer-main-wrapper {
  padding: 1em;
}
.create-customer-main-wrapper dhl-modal .dialog-container > dhl-card {
  margin: auto;
  z-index: 2;
  position: relative;
  animation: fade-in var(--dui-duration-4x) var(--dui-duration-3x) both, slide-down var(--dui-duration-4x) var(--dui-duration-3x) both;
}
.create-customer-main-wrapper [dir=ltr] dhl-modal .dialog-container > dhl-card > dhl-button button {
  right: var(--dui-size-space-2x);
}
.create-customer-main-wrapper dhl-card .card-footer {
  text-align: end;
  padding-top: 20px !important;
}
.create-customer-main-wrapper .create-customer-main {
  margin: 0;
}
.create-customer-main-wrapper .card-footer {
  text-align: end;
}
.create-customer-main-wrapper .dhl-modal {
  max-height: 90vh;
  overflow: hidden;
}
.create-customer-main-wrapper .config-header {
  padding: 1em 0 2em 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2em;
}
.create-customer-main-wrapper .accordion-section {
  margin-bottom: 1rem;
}
.create-customer-main-wrapper .button-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.create-customer-main-wrapper .dhl-modal-content {
  overflow-y: auto;
  max-height: 60vh;
}
.create-customer-main-wrapper .dhl-modal-content .dhl-mawb-modal-content .mawb-grid {
  padding: 1em 0 0 0;
}
.create-customer-main-wrapper .signature-modal-content {
  overflow-y: auto;
  max-height: 80vh;
  max-width: 50vw;
}
.create-customer-main-wrapper .required-asterisk {
  color: red;
}
.create-customer-main-wrapper .action-icon {
  cursor: pointer;
  --size: 2.5rem !important;
  color: var(--dui-color-red-500);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.create-customer-main-wrapper .error-action-icon {
  --size: 2.5rem !important;
  color: var(--dui-color-red-500);
  height: 100%;
}
.create-customer-main-wrapper .input-with-icon {
  display: flex;
  align-items: center;
}
.create-customer-main-wrapper .button-spacing {
  margin-right: 10px;
  /* Adjust the value as needed */
}
.create-customer-main-wrapper .input-padding {
  height: auto;
  min-height: 350px;
}
.create-customer-main-wrapper .dhl-icon-red {
  width: 42px;
  /* Set the width */
  height: 42px;
  /* Set the height */
  filter: invert(29%) sepia(95%) saturate(7466%) hue-rotate(353deg) brightness(97%) contrast(107%);
  /* Set the image color to red */
  margin-right: 8px;
  /* Example margin */
}
.create-customer-main-wrapper .input-wrapper {
  display: flex;
  flex-direction: column;
}
.create-customer-main-wrapper .input-field-wrapper {
  display: flex;
  align-items: center;
  /* Align items vertically in the center */
}
.create-customer-main-wrapper .input-field-wrapper .dhl-icon-red {
  margin-left: var(--dui-size-space-8x);
  /* Space between input field and delete icon */
}
.create-customer-main-wrapper .input-field-wrapper .dhl-input-field {
  cursor: pointer;
  /* Change cursor to pointer */
}
.create-customer-main-wrapper .tooltip {
  position: relative;
  display: inline-block;
}
.create-customer-main-wrapper .tooltip .tooltip-text {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position above the icon */
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  transition: opacity 0.3s;
}
.create-customer-main-wrapper .tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.create-customer-main-wrapper .gray-background {
  background-color: gray;
  cursor: not-allowed;
  /* Optional: Makes it clear that the field is not editable */
}
.create-customer-main-wrapper .wider-dropdown {
  width: 300px;
  /* Adjust the width as needed */
}
.create-customer-main-wrapper .email-list-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.create-customer-main-wrapper .email-list-wrapper .plus-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.create-customer-main-wrapper .input-wrapper {
  margin-bottom: 16px;
}
.create-customer-main-wrapper .email-list-wrapper .plus-icon {
  margin-left: var(--dui-size-space-8x);
  /* Space between input field and delete icon */
}
.create-customer-main-wrapper .prealert-main .checbox-container {
  padding-top: 0.5em;
}
.create-customer-main-wrapper .file-input-container {
  display: flex;
  align-items: center;
  gap: 1em;
}
.create-customer-main-wrapper .file-input-container .file-input-wrapper {
  position: relative;
  width: 50%;
  cursor: pointer;
}
.create-customer-main-wrapper .file-input-container .file-input-wrapper button {
  width: 100%;
  cursor: pointer;
}
.create-customer-main-wrapper .file-input-container .file-input-wrapper .file-upload-input {
  padding: 1em;
  width: 100%;
  left: 0;
  position: absolute;
  padding: 1em;
  opacity: 0;
  cursor: pointer;
}
.create-customer-main-wrapper .file-input-container .file-name {
  width: 50%;
  font-size: 0.8rem;
}
.create-customer-main-wrapper .file-input-container .img-view-container {
  margin-left: 1px;
  position: relative;
  bottom: 2px;
}
.create-customer-main-wrapper .header-preAlert {
  margin-bottom: 20px;
}
.create-customer-main-wrapper .file-input-container .file-input-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
  bottom: 10px;
}
.create-customer-main-wrapper .file-input-container .file-input-wrapper button {
  width: 100%;
  cursor: pointer;
}
.create-customer-main-wrapper .file-input-container .file-input-wrapper .file-upload-input {
  width: 100%;
  left: 0;
  position: absolute;
  padding: 1em;
  opacity: 0;
  cursor: pointer;
}
.create-customer-main-wrapper .file-input-container .file-name {
  width: 50%;
  font-size: 0.8rem;
  border-radius: 20px;
}
.create-customer-main-wrapper .mawb-container,
.create-customer-main-wrapper .prealert-main,
.create-customer-main-wrapper .default-options-container {
  width: 100%;
  overflow: auto;
}
.create-customer-main-wrapper .mawb-container .mawb_outer,
.create-customer-main-wrapper .prealert-main .mawb_outer,
.create-customer-main-wrapper .default-options-container .mawb_outer {
  display: flex;
  margin: 0 1em;
  padding: 0 2em;
}
.create-customer-main-wrapper .mawb-container .note-container,
.create-customer-main-wrapper .prealert-main .note-container,
.create-customer-main-wrapper .default-options-container .note-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.9em;
  flex-direction: row;
  justify-content: center;
  overflow: auto;
  padding: 0 2em 0 0;
}
.create-customer-main-wrapper .mawb-container .note-input,
.create-customer-main-wrapper .prealert-main .note-input,
.create-customer-main-wrapper .default-options-container .note-input {
  width: 100%;
  flex: 1;
  margin-right: 10px;
}
.create-customer-main-wrapper .mawb-container .delete-wrapper,
.create-customer-main-wrapper .prealert-main .delete-wrapper,
.create-customer-main-wrapper .default-options-container .delete-wrapper {
  width: 20px;
  margin-right: 2em 0 1em;
}
.create-customer-main-wrapper .mawb-container .icon-type-2,
.create-customer-main-wrapper .prealert-main .icon-type-2,
.create-customer-main-wrapper .default-options-container .icon-type-2 {
  cursor: pointer;
}
.create-customer-main-wrapper .mawb-container .dg-width,
.create-customer-main-wrapper .prealert-main .dg-width,
.create-customer-main-wrapper .default-options-container .dg-width {
  width: 28vw !important;
}
.create-customer-main-wrapper .numbers-width {
  width: 6rem;
}
.create-customer-main-wrapper .global-width {
  width: 23rem;
}
.create-customer-main-wrapper .modal-content-1 {
  text-align: center;
  font-size: 14px;
  margin-top: 4.5rem;
}
.create-customer-main-wrapper .modal-content {
  text-align: center;
  font-size: 14px;
  margin-top: 6.5rem;
}
.create-customer-main-wrapper .card-footer-close {
  text-align: end;
  margin-top: 1.9rem;
}

.tax-wrapper {
  padding: 1em 0;
  border-bottom: solid rgb(212, 5, 17) 2px;
}
.tax-wrapper .config-tax-header {
  display: flex;
  align-items: center;
}
.tax-wrapper .config-tax-header .config-tax-header-heading {
  flex-grow: 1;
}
.tax-wrapper dhl-table > table tbody {
  display: block;
  overflow: auto;
  max-height: 50vh;
  min-height: 40vh;
  width: 95vw;
}
.tax-wrapper dhl-table > table tbody tr.table-heading {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.tax-wrapper dhl-table > table tbody td {
  word-wrap: break-word;
  /* For older browsers */
  word-break: break-word;
  /* For modern browsers */
  overflow-wrap: break-word;
  /* Standard property for text wrapping */
  white-space: normal;
  /* Allow text to wrap */
  /* Optional: Control the width of the cell */
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}
.tax-wrapper tfoot {
  border-top: none !important;
}

.add-row {
  margin-left: auto;
}

.onboard-success-modal .card-body {
  width: 35vw;
}

.custom-dhl-modal-prealert .dhl-modal-content {
  overflow: auto;
  max-height: 90vh;
}
.custom-dhl-modal-prealert .params-dropdown {
  max-width: 250px !important;
}
.custom-dhl-modal-prealert .email-container {
  margin: 0 5% 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5%;
}
.custom-dhl-modal-prealert .add-delete-icon {
  cursor: pointer;
  --size: 1.2rem !important;
  color: var(--dui-color-red-500);
}
.custom-dhl-modal-prealert .email-list {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.custom-dhl-modal-prealert .email-item {
  background-color: white;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding: 10px;
  align-items: center;
}
.custom-dhl-modal-prealert .email-add {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5%;
}
.custom-dhl-modal-prealert .email-input {
  grid-column: 1/-1;
}
.custom-dhl-modal-prealert .email-icon-add {
  text-align: end;
  align-content: center;
}

.add-email {
  display: flex;
}

.add-email input {
  flex: 1;
  margin-right: 564px;
}

.button-spacing1 {
  margin-left: 52.5em;
  margin-top: -5em;
  color: red;
  size: 1.5em;
}

.email-item-1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 400px;
}

.custom-dhl-modal-mother-shipper .dhl-modal-content {
  overflow: auto;
  max-height: 70vh;
}

.add-UI {
  width: 54em;
  margin-left: -3em;
}

.mother-shipper-container .card-footer, .mawb-container .card-footer, .prealert-main .card-footer {
  margin: 0;
}
.mother-shipper-container .card-footer .add-row, .mawb-container .card-footer .add-row, .prealert-main .card-footer .add-row {
  padding: 0;
}

.email-icon {
  --size: 1rem;
  margin-left: 33em;
  margin-bottom: 1em;
  margin-top: -2em;
  color: red;
}

.email-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.email-pill {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background-color: white;
  border: 1px solid #ddd;
}

.email-pill span {
  margin-right: 8px;
  color: #333;
  font-size: 14px;
}

.delete-icon {
  cursor: pointer;
  width: 16px;
  height: 16px;
  fill: #999;
}

.delete-icon:hover {
  fill: #f00;
}

.accordion-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-table {
  width: 50rem;
}

.account-checkbox-place {
  margin-left: 5rem;
}

.input-wrapper-default {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
  margin-left: 11rem;
}

.default {
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.copy-change {
  margin-top: -1rem;
  width: 10rem;
}

.copy-icon {
  --size: 2.5rem !important;
  color: red;
}

.button-icon-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.copy-shipper-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: red;
}

.shipper-button {
  width: 16rem;
}

.modal-scroll-wrapper {
  overflow-y: auto;
  width: 40rem;
}

.spaced-default {
  padding-left: 5rem;
}

.scrollable-tbody {
  max-height: 300px; /* Set your desired height */
  overflow-y: auto;
  display: block;
}

.scrollable-tbody tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.checkbox-place-config {
  margin-top: -1rem;
}

.sftp-container .info-icon {
  color: var(--dui-color-gray-500);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0.5em;
  bottom: 0.5em;
}

.wrap-cell {
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 200px;
}

.default-placed {
  display: flex;
  justify-content: center;
}

.account-checkbox-placed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

.right-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}

.checkbox-placed {
  display: flex !important;
  align-items: center;
  flex-direction: row !important;
  gap: 1em;
  justify-content: center;
}

.icon-placed {
  align-items: center;
}

.sftp-wrapper {
  padding: 1em;
}
.sftp-wrapper .card-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1em;
}
.sftp-wrapper .add-delete-icon {
  cursor: pointer;
  --size: 1.2rem !important;
  color: var(--dui-color-red-500);
}
.sftp-wrapper .custom-dhl-modal-sftp .card-container {
  max-height: 82vh;
  overflow-y: scroll;
  min-width: 85vw;
}
.sftp-wrapper .shipment-table td {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.packaging-config .checkbox-align {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 0.5em;
}
.packaging-config .small-column {
  width: 7rem;
}
.packaging-config .add-row-package {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 1em;
}

.invoice-configuration .invoice-card-footer, .invoice-configuration .export-card-footer, .export-configuration .invoice-card-footer, .export-configuration .export-card-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1em;
}.mismatch-container {
  position: relative;
  padding: 0 0 1em 0;
  margin-top: 0.1em;
}
.mismatch-container .mismatch-wrapper {
  display: flex;
  position: absolute;
  align-items: center;
  width: 100%;
  border-radius: 1em;
}
.mismatch-container .mismatch-wrapper .label-wrapper {
  width: 100%;
  display: flex;
  gap: 0.5em;
  justify-content: flex-start;
  align-items: center;
}
.mismatch-container .mismatch-wrapper .label-wrapper img {
  width: 1em;
  height: 1em;
}
.mismatch-container .mismatch-wrapper .close-icon {
  color: var(--dui-color-red-500);
  height: 20px;
  width: 20px;
}
.mismatch-container .mismatch-wrapper .label {
  padding: 0;
  text-align: left;
  line-height: 0.9em;
  font-size: 0.8rem;
}
.mismatch-container .mismatch-wrapper .label span {
  font-size: 0.8rem;
  font-weight: 500;
}
.mismatch-container .mismatch-wrapper .close-action-icon {
  cursor: pointer;
}.card-footer {
  text-align: end;
}

.create-user-main {
  margin: 1em;
}
.create-user-main .user-header .main-text {
  font-weight: 700;
}
.create-user-main .user-header .user-text {
  font-weight: 600;
}
.create-user-main .create-grid-container {
  padding: 1em 0;
}

.input-wrapper-associate {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.input-with-checkbox {
  position: relative;
}
.input-with-checkbox .checkbox-wrapper {
  position: absolute;
  right: 10px;
  top: 9px;
  margin-bottom: 1rem;
}

[dir=ltr] dhl-checkbox > div > .md:is(div, label) {
  padding-left: var(--dui-size-space-16x);
  margin-bottom: 1rem !important;
}

.checkbox-row {
  display: grid;
  grid-template-columns: 1fr auto;
}

.padded-grid-cell {
  padding: var(--dui-size-space-8x);
  margin-left: -15rem;
}

.align-center {
  display: flex;
  margin-top: 0.6rem;
}

.custom-table-header {
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}
.custom-table-header .table-layout-auto {
  table-layout: auto !important;
}
.custom-table-header dhl-table > table td {
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}

.button-disabled {
  background-color: gray;
}

/* Style when the checkbox is disabled */
.select-deselect-checkbox.disabled {
  cursor: not-allowed; /* Show 'not-allowed' cursor when disabled */
  opacity: 0.5; /* Optional: Make it look faded to indicate it's disabled */
}

.create-associate-modal .card-container {
  margin: 0 25% 0 25% !important;
}

.checkbox-label {
  margin-left: -20px;
  margin-top: 4px;
}

.padded-grid-cell-1 {
  padding: var(--dui-size-space-8x);
  margin-left: -14rem;
}

.width {
  width: 4rem;
}

.product-width {
  width: 33.5rem !important;
}.create-associate-modal .location-check-all {
  padding: 0 1.5em;
}
.create-associate-modal .all-location-checkbox {
  align-items: center;
  text-wrap: nowrap;
}
.create-associate-modal .card-footer {
  margin: 1em 0;
}
.create-associate-modal .search-country {
  width: 50% !important;
  padding: 1em 0;
}
.create-associate-modal .location-modal-content {
  max-height: 40vh;
  overflow: auto;
}.create-user-upload-container {
  margin: var(--dui-size-space-10x);
  max-height: 60vh;
  overflow: auto;
  padding: 1em;
}
.create-user-upload-container .upload-grid-container {
  padding: 0;
}
.create-user-upload-container .upload-container {
  padding: 2em 4em;
}.create-user-page {
  margin: var(--dui-size-space-10x);
}
.create-user-page .create-customer-card-container {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 1em;
}.co-inner-layout {
  padding: 1em 0;
}

.co-main-layout {
  min-height: calc(100vh - 80px);
  overflow: auto;
}
.co-main-layout .step-component {
  background-color: #f5f5f5;
  padding: 1em;
  margin: 1em;
}

.list-main-layout {
  padding: 0;
}

.customer-navigation-header {
  margin: 0 1rem;
}

.customer-navigation-button button {
  padding: 0 !important;
}

.stepper-header h3 {
  margin: 0;
  font-size: x-large;
}.print-label-wrapper {
  padding: 1em;
}
.print-label-wrapper .pl-outer-container {
  padding: 2em 1em;
}.report-date-container {
  padding: 1em 0;
}.monitor-services-container .shipment-caption {
  width: 90vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.monitor-services-container .heading-filter-wrapper {
  width: 100%;
  padding-right: 1em;
}
.monitor-services-container .heading-filter-wrapper .shipment-filter-wrapper {
  width: 100%;
}
.monitor-services-container .heading {
  font-size: 20px;
}
.monitor-services-container .monitor-service-table-body {
  display: block;
  overflow: auto;
  max-height: 50vh;
  min-height: 40vh;
}
.monitor-services-container .monitor-service-table-body tr.table-heading {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.monitor-services-container .monitor-service-table-body td {
  width: 100vw;
  word-wrap: break-word;
  /* For older browsers */
  word-break: break-word;
  /* For modern browsers */
  overflow-wrap: break-word;
  /* Standard property for text wrapping */
  white-space: normal;
  /* Allow text to wrap */
  /* Optional: Control the width of the cell */
  text-align: left;
  padding: 0.5rem;
}
.monitor-services-container .action-icon {
  color: red;
  cursor: pointer;
}
.monitor-services-container .monitor-modal-wrapper .dialog-container {
  margin: 6% 10%;
}
.monitor-services-container .monitor-modal-wrapper .xml-content-wrapper {
  max-height: 75vh;
  overflow: auto;
  margin-top: 1em;
}
.monitor-services-container .monitor-modal-wrapper .xml-styling {
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
}.userlist-wrapper {
  padding: 1em;
}
.userlist-wrapper .table-layout-auto {
  table-layout: auto !important;
}
.userlist-wrapper dhl-table > table tbody {
  display: block;
  overflow: auto;
  max-height: 50vh;
  min-height: 50vh;
}
.userlist-wrapper dhl-table > table tbody tr.table-heading {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.userlist-wrapper dhl-table > table tbody td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}
.userlist-wrapper .search-cust-wrapper {
  width: 25%;
  padding: 1em 0;
}
.userlist-wrapper .user-list-header {
  width: 100%;
}
.userlist-wrapper .user-list-header .left-section {
  display: flex;
  justify-content: end;
  align-items: center;
}
.userlist-wrapper .user-list-header .left-section .heading h1 {
  margin: 0;
}
.userlist-wrapper .user-list-header .left-section .shell-input-wrapper {
  padding: 1em;
}
.userlist-wrapper .user-list-header .left-section .user-link {
  text-decoration: underline;
  cursor: pointer;
}
.userlist-wrapper .user-list-header .create-user-btn-wrapper {
  text-align: end;
}
.userlist-wrapper .user-list-header .btn-container {
  padding: 1em;
}
.userlist-wrapper .user-list-header .header-container {
  margin: 0;
  padding: 1em 0 0;
}
.userlist-wrapper .user-list-header .header-container .heading {
  font-size: 26px;
  font-weight: 600;
}
.userlist-wrapper .user-list-table a {
  cursor: pointer;
  text-decoration: underline;
}

.user-list-navigation-button button {
  padding: 0 !important;
}

.delete-icon {
  color: red;
  height: 24px;
  width: 24px;
}

#delete-reset-icons dhl-card {
  width: 100vw !important;
  height: 70vh !important;
}
#delete-reset-icons .card-container {
  margin: 10% 33% 0% 30% !important;
  height: 13em;
}

.delete-reset-icons {
  position: relative;
}
.delete-reset-icons .button-container {
  display: flex;
  justify-content: flex-end;
  padding: 0 1em;
  margin-top: 1em;
}
.delete-reset-icons .modal-button {
  padding: 10px;
}.service-code-configuration-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}.file-upload-service-wrapper {
  padding: 1em;
}
.file-upload-service-wrapper .heading-value p {
  font-size: 2rem;
  margin: 0;
}.payment-configuration-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.payment-configuration-list-table dhl-table > table tbody {
  display: block;
  overflow: auto;
  max-height: 60vh;
  background-color: white;
}
.payment-configuration-list-table dhl-table > table tr:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.payment-configuration-list-table dhl-table > table tr:first-child td {
  text-wrap: nowrap;
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}.whoInfo .dropdown-container {
  max-width: 45vw !important;
}.shipment-group-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}.dangerous-goods-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}.customer-master-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}.account-mapping-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}.bbx-configuration-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.bbx-configuration-list-table dhl-table > table tbody {
  display: block;
  overflow: auto;
  max-height: 60vh;
  background-color: white;
}
.bbx-configuration-list-table dhl-table > table tr:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.bbx-configuration-list-table dhl-table > table tr:first-child td {
  text-wrap: nowrap;
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}#add-bbx-dialog .card-container {
  margin: 0 5% 0 5% !important;
}
#add-bbx-dialog .modal-body {
  min-height: 60vh;
  max-height: 60vh;
  overflow: auto;
  padding: 0 1em 0 0;
}
#add-bbx-dialog .bbx-heading-value p {
  font-size: 1.5rem;
  padding-bottom: 1em;
}
#add-bbx-dialog .bbx-config-fields {
  padding-bottom: 1em;
}
#add-bbx-dialog .accept-ignore-modal .dialog-overlay {
  background-color: transparent !important;
}.cross-check-wrapper {
  padding: 1em;
}
.cross-check-wrapper .cc-outer-container {
  padding: 2em 1em;
}
.cross-check-wrapper .text {
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: center;
  gap: 1em;
  padding: 2em 0;
}
.cross-check-wrapper .failed {
  color: red;
}
.cross-check-wrapper .success {
  color: green;
}
.cross-check-wrapper .success img {
  filter: invert(19%) sepia(48%) saturate(953%) hue-rotate(62deg) brightness(92%) contrast(97%) !important;
}.shipment-group-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}.co-main-layout .step-component {
  background-color: #f5f5f5;
  padding: 1em;
  margin: 1em;
}

.list-main-layout {
  padding: 0;
}.heading-container {
  border-bottom: 1px solid lightgrey;
  padding-left: 1em;
  font-weight: normal;
  padding-bottom: 1em;
}

.customerlist-wrapper {
  overflow: auto;
  padding: 1em;
}
.customerlist-wrapper .search-cust-wrapper {
  width: 25%;
  padding: 1em 0 2em;
}
.customerlist-wrapper .customerlist-header {
  padding-bottom: 0.5em;
}
.customerlist-wrapper .customerlist-header .left-section {
  display: flex;
  justify-content: end;
  align-items: center;
}
.customerlist-wrapper .customerlist-header .left-section .heading h1 {
  margin: 0;
}
.customerlist-wrapper .customerlist-header .left-section .shell-input-wrapper {
  padding: 1em;
}
.customerlist-wrapper .customerlist-header .btn-container {
  padding: 1em;
}
.customerlist-wrapper .customerlist-header .reset-icon {
  cursor: pointer;
  width: fit-content;
  padding-top: 0.5em;
  margin-left: -5px;
}
.customerlist-wrapper .user-link {
  text-decoration: underline;
  cursor: pointer;
}
.customerlist-wrapper .header-container {
  padding: 0;
}
.customerlist-wrapper .icon-holder {
  cursor: pointer;
}
.customerlist-wrapper .icon-color {
  color: var(--dui-color-red-500);
}
.customerlist-wrapper .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.customerlist-wrapper .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: lightgrey;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position above the icon */
  left: 50%;
  margin-left: -60px;
  /* Center the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}
.customerlist-wrapper .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: grey transparent transparent transparent;
}
.customerlist-wrapper .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.customerlist-wrapper .customer-list-table {
  border: 0 !important;
  --borderColor: 'none' !important;
}
.customerlist-wrapper .customer-list-table .table-layout-auto {
  table-layout: auto !important;
}
.customerlist-wrapper .customer-list-table caption {
  padding: 0;
}
.customerlist-wrapper .customer-list-table .customer-list-table-wrap > table tbody {
  display: block;
  overflow: auto;
  max-height: 50vh;
  min-height: 50vh;
}
.customerlist-wrapper .customer-list-table .customer-list-table-wrap > table tbody tr.table-heading {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.customerlist-wrapper .customer-list-table .customer-list-table-wrap > table tbody td {
  word-wrap: break-word;
  /* For older browsers */
  word-break: break-word;
  /* For modern browsers */
  overflow-wrap: break-word;
  /* Standard property for text wrapping */
  white-space: normal;
  /* Allow text to wrap */
  /* Optional: Control the width of the cell */
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}
.customerlist-wrapper .customer-list-table .more-wrapper {
  position: relative;
}
.customerlist-wrapper .customer-list-table .more-wrapper .more-icon {
  cursor: pointer;
  width: fit-content;
}
.customerlist-wrapper .more-part-container {
  position: absolute;
  background-color: white;
  top: 0px;
  min-width: 235px;
  z-index: 2;
  left: -14em;
  border: 2px solid grey;
  border-radius: 4px;
}
.customerlist-wrapper .more-part-container dhl-icon {
  color: var(--dui-color-red-500);
}
.customerlist-wrapper .more-part-container .more-close-icon {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  color: var(--dui-color-red-500);
}
.customerlist-wrapper .more-part-container .more-part {
  margin-top: 0.7em;
}
.customerlist-wrapper .more-part-container .more-part .more-part-wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em;
  cursor: pointer;
}
.customerlist-wrapper .more-part-container .more-part .more-part-wrapper:hover {
  background-color: var(--dui-color-gray-50);
}
.customerlist-wrapper .dropdown-style .options-container {
  z-index: 2 !important;
}.tp-code-configuration-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.tp-code-configuration-list-table dhl-table > table tbody {
  display: block;
  overflow: auto;
  max-height: 60vh;
  background-color: white;
}
.tp-code-configuration-list-table dhl-table > table tr:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.tp-code-configuration-list-table dhl-table > table tr:first-child td {
  text-wrap: nowrap;
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}#add-tp-code-dialog .card-container {
  margin: 0 5% 0 5% !important;
}
#add-tp-code-dialog .modal-body {
  min-height: 60vh;
  max-height: 60vh;
  overflow: auto;
  padding: 0 1em 0 0;
}
#add-tp-code-dialog .tp-code-heading-value p {
  font-size: 1.5rem;
  padding-bottom: 1em;
}
#add-tp-code-dialog .tp-code-config-fields {
  padding-bottom: 1em;
}.email-config-container {
  padding: 1em 0;
}
.email-config-container .heading-value p {
  font-size: 2rem;
  margin: 0;
}.high-alert-configuration-list-table .shipment-table table tbody tr td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.high-alert-configuration-list-table dhl-table > table tbody {
  display: block;
  overflow: auto;
  max-height: 45vh;
  background-color: white;
}
.high-alert-configuration-list-table dhl-table > table tr:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--dui-color-white-500);
  text-align: left;
}
.high-alert-configuration-list-table dhl-table > table tr:first-child td {
  text-wrap: nowrap;
  width: 100vw;
  text-align: left;
  padding: 0.5rem;
}#add-high-alert-dialog .modal-body {
  max-height: 60vh;
  overflow: auto;
  padding: 0 0 2em 0;
}
#add-high-alert-dialog .add-high-heading-value p {
  font-size: 1.5rem;
  padding-bottom: 1em;
}
#add-high-alert-dialog .add-high-config-fields {
  padding: 0 0.4em 1em 0.4em;
}

.clone-heading span {
  font-weight: 600;
}.dhl-html-editor {
  display: flex;
  flex-direction: column;
  font-family: Delivery, Verdana, sans-serif;
  border: solid grey 1px;
  padding: 0.5em;
  border-radius: 5px;
}
.dhl-html-editor__label {
  font-size: 0.625rem;
  color: #666666;
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  font-family: Delivery, Verdana, sans-serif;
}
.dhl-html-editor__required {
  color: #e30613;
  margin-left: 4px;
  font-weight: bold;
}
.dhl-html-editor__editor {
  min-height: 150px;
  font-family: inherit;
  color: #1c1c1c;
  background-color: #ffffff;
  line-height: 1.5;
  transition: border-color 0.2s ease;
  position: relative;
  overflow-y: auto;
}
.dhl-html-editor__editor:focus, .dhl-html-editor__editor:focus-visible, .dhl-html-editor__editor:active {
  outline: none;
}
.dhl-html-editor__editor:empty::before {
  content: attr(placeholder);
  color: #999999;
  position: absolute;
  font-size: 1rem;
  font-family: inherit;
  pointer-events: none;
  white-space: pre-wrap;
}
.dhl-html-editor__editor--disabled {
  background-color: #f5f5f5;
  color: #999999;
  pointer-events: none;
  border-color: #e0e0e0;
}
.dhl-html-editor__editor--disabled::before {
  color: #cccccc;
}.input-wrapper {
  width: 100%;
  position: relative;
}
.input-wrapper .close {
  position: absolute;
  right: 2.8em;
  top: 0.8em;
  cursor: pointer;
}
.input-wrapper html,
.input-wrapper body {
  height: 100%;
  font-size: 1rem;
}
.input-wrapper .input-wrapper {
  width: 100%;
  position: relative;
}
.input-wrapper .input-wrapper .close {
  position: absolute;
  right: 2.8em;
  top: 0.8em;
  cursor: pointer;
}
.input-wrapper .w-100 {
  width: 100% !important;
}
.input-wrapper dhl-table > table tbody {
  overflow: auto;
  max-height: 40vh;
}
.input-wrapper dhl-table > table tr:first-child {
  position: sticky;
  top: 0;
  z-index: 0;
  background: var(--dui-color-white-500);
  text-align: left;
}
.input-wrapper .table-layout-auto {
  table-layout: auto !important;
}
.input-wrapper .action-icon {
  cursor: pointer;
  --size: 1.2rem !important;
  color: var(--dui-color-red-500);
}
.input-wrapper .font-weight-bold {
  font-weight: bold !important;
}
.input-wrapper dhl-modal .dialog-container > dhl-card {
  width: auto;
}
.input-wrapper .p-0 {
  padding: 0 !important;
}
.input-wrapper .m-0 {
  margin: 0 !important;
}
.input-wrapper .search-input input.is-search-icon {
  padding-top: 0.8em !important;
}
.input-wrapper .no-data-wrapper {
  text-align: center !important;
}
.input-wrapper .action-img {
  width: 1.5rem !important;
}
.input-wrapper .actions-wrap {
  display: flex;
  gap: 1em;
  text-wrap: nowrap;
}
.input-wrapper dhl-dropdown[is-disabled=true] {
  opacity: 0.4 !important;
}
.input-wrapper .dhl-date__input {
  height: 2.9em !important;
}
.input-wrapper .table-text-wrap {
  max-width: 15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.input-wrapper .required:after {
  content: "*";
  color: red;
  margin: 0 0.3em;
}
.input-wrapper dhl-dropdown .dropdown-container .options-container.show {
  z-index: 2;
}

.table-heading {
  font-weight: bold;
}
.table-heading td {
  font-weight: bold;
}
  /* 9fbef606107a605d69c0edbcd8029e5d */

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-black-opacity-08: #00000014;
  --dui-color-black-opacity-05: #0000000d;
  --dui-color-black-opacity-80: #000000cc;
  --dui-color-black-opacity-70: #000000b3;
  --dui-color-black-opacity-60: #00000099;
  --dui-color-black-opacity-45: #00000073;
  --dui-color-black-opacity-30: #0000004d;
  --dui-color-black-opacity-20: #00000033;
  --dui-color-black-opacity-10: #0000001a;
  --dui-color-black-500: #000000ff;
  --dui-color-black-400: #191919ff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-cool-green-800: #a3d0b8ff;
  --dui-color-cool-green-700: #b5d9c6ff;
  --dui-color-cool-green-600: #c8e3d4ff;
  --dui-color-cool-green-500: #d6eadfff;
  --dui-color-cool-green-400: #e3f1eaff;
  --dui-color-cool-green-300: #edf6f1ff;
  --dui-color-cool-green-200: #f6faf8ff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-dark-violet-800: #b7bbceff;
  --dui-color-dark-violet-700: #c5c9d8ff;
  --dui-color-dark-violet-600: #d4d6e2ff;
  --dui-color-dark-violet-500: #dfe0e9ff;
  --dui-color-dark-violet-400: #e9ebf0ff;
  --dui-color-dark-violet-300: #f1f1f5ff;
  --dui-color-dark-violet-200: #f8f8faff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-exp-blue-500: #007accff;
  --dui-color-exp-blue-400: #2e92d5ff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-gray-950: #121212ff;
  --dui-color-gray-750: #2a2a2aff;
  --dui-color-gray-700: #333333ff;
  --dui-color-gray-650: #363636ff;
  --dui-color-gray-625: #4d4d4dff;
  --dui-color-gray-600: #666666ff;
  --dui-color-gray-500: #8c8c8cff;
  --dui-color-gray-400: #b2b2b2ff;
  --dui-color-gray-300: #ccccccff;
  --dui-color-gray-200: #e5e5e5ff;
  --dui-color-gray-100: #ebebebff;
  --dui-color-gray-50: #f2f2f2ff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-green-600: #5e971bff;
  --dui-color-green-500: #007c39ff;
  --dui-color-green-400: #76bd22ff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-light-blue-800: #b2d3f3ff;
  --dui-color-light-blue-700: #c1e5f5ff;
  --dui-color-light-blue-600: #d1ebf8ff;
  --dui-color-light-blue-500: #e8f5fbff;
  --dui-color-light-blue-400: #e8f5fbff;
  --dui-color-light-blue-300: #f0f8fdff;
  --dui-color-light-blue-200: #f7fcfeff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-light-violet-800: #c5d3f0ff;
  --dui-color-light-violet-700: #d1dcf3ff;
  --dui-color-light-violet-600: #dce5f6ff;
  --dui-color-light-violet-500: #e5ebf8ff;
  --dui-color-light-violet-400: #eef2fbff;
  --dui-color-light-violet-300: #f3f6fcff;
  --dui-color-light-violet-200: #f9fbfdff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-opacity-05: 5%;
  --dui-opacity-08: 8%;
  --dui-opacity-80: 80%;
  --dui-opacity-70: 70%;
  --dui-opacity-60: 60%;
  --dui-opacity-45: 45%;
  --dui-opacity-30: 30%;
  --dui-opacity-20: 20%;
  --dui-opacity-10: 10%;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-red-600: #9a0000ff;
  --dui-color-red-500: #d40511ff;
  --dui-color-red-400: #eb131eff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-full: 100%;
  --dui-size-56x: calc(var(--dui-size-theme) * 7rem); /* 112/baseFontSize (16) */
  --dui-size-200x: calc(var(--dui-size-theme) * 25rem); /* 400/baseFontSize (16) */
  --dui-size-150x: calc(var(--dui-size-theme) * 18.75rem); /* 300/baseFontSize (16) */
  --dui-size-100x: calc(var(--dui-size-theme) * 12.5rem); /* 200/baseFontSize (16) */
  --dui-size-90x: calc(var(--dui-size-theme) * 11.25rem); /* 180/baseFontSize (16) */
  --dui-size-80x: calc(var(--dui-size-theme) * 10rem); /* 160/baseFontSize (16) */
  --dui-size-72x: calc(var(--dui-size-theme) * 9rem); /* 144/baseFontSize (16) */
  --dui-size-64x: calc(var(--dui-size-theme) * 8rem); /* 128/baseFontSize (16) */
  --dui-size-50x: calc(var(--dui-size-theme) * 6.25rem); /* 100/baseFontSize (16) */
  --dui-size-48x: calc(var(--dui-size-theme) * 6rem); /* 96/baseFontSize (16) */
  --dui-size-40x: calc(var(--dui-size-theme) * 5rem); /* 80/baseFontSize (16) */
  --dui-size-32x: calc(var(--dui-size-theme) * 4rem); /* 64/baseFontSize (16) */
  --dui-size-24x: calc(var(--dui-size-theme) * 3rem); /* 48/baseFontSize (16) */
  --dui-size-20x: calc(var(--dui-size-theme) * 2.5rem); /* 40/baseFontSize (16) */
  --dui-size-16x: calc(var(--dui-size-theme) * 2rem); /* 32/baseFontSize (16) */
  --dui-size-12x: calc(var(--dui-size-theme) * 1.5rem); /* 24/baseFontSize (16) */
  --dui-size-11x: calc(var(--dui-size-theme) * 1.375rem); /* 22/baseFontSize (16) */
  --dui-size-10x: calc(var(--dui-size-theme) * 1.25rem); /* 20/baseFontSize (16) */
  --dui-size-9x: calc(var(--dui-size-theme) * 1.125rem); /* 18/baseFontSize (16) */
  --dui-size-8x: calc(var(--dui-size-theme) * 1rem); /* 16/baseFontSize (16) */
  --dui-size-7x: calc(var(--dui-size-theme) * 0.875rem); /* 14/baseFontSize (16) */
  --dui-size-6x: calc(var(--dui-size-theme) * 0.75rem); /* 12/baseFontSize (16) */
  --dui-size-5x: calc(var(--dui-size-theme) * 0.625rem); /* 10/baseFontSize (16) */
  --dui-size-4x: calc(var(--dui-size-theme) * 0.5rem); /* 8/baseFontSize (16) */
  --dui-size-3x: calc(var(--dui-size-theme) * 0.375rem); /* 6/baseFontSize (16) */
  --dui-size-2x: calc(var(--dui-size-theme) * 0.25rem); /* 4/baseFontSize (16) */
  --dui-size-1x: calc(var(--dui-size-theme) * 0.125rem); /* 2/baseFontSize (16) */
  --dui-size-1: calc(var(--dui-size-theme) * 0.0625rem); /* 1/baseFontSize (16) */
  --dui-size-0: 0;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:36 GMT
 */

  :root {
  --dui-color-warm-green-800: #c4d19aff;
  --dui-color-warm-green-700: #d0daaeff;
  --dui-color-warm-green-600: #dce3c2ff;
  --dui-color-warm-green-500: #e4ead2ff;
  --dui-color-warm-green-400: #edf1e1ff;
  --dui-color-warm-green-300: #f3f6ebff;
  --dui-color-warm-green-200: #f9faf5ff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-color-white-opacity-80: #ffffffcc;
  --dui-color-white-opacity-60: #ffffff99;
  --dui-color-white-opacity-45: #ffffff73;
  --dui-color-white-500: #ffffffff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-color-yellow-600: #e37729ff;
  --dui-color-yellow-500: #ffcc00ff;
  --dui-color-yellow-400: #ffe57fff;
  --dui-color-yellow-300: #fff0b2ff;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-breakpoint-xs: 0; /* Starting point (0px) */
  --dui-breakpoint-xl: calc(var(--dui-size-theme) * 85.3125rem); /* Standard Desktop size (1365px) */
  --dui-breakpoint-sm: calc(var(--dui-size-theme) * 20rem); /* Average Mobile size (320px) */
  --dui-breakpoint-md: calc(var(--dui-size-theme) * 48rem); /* Portrait Tablet (768px) */
  --dui-breakpoint-lg: calc(var(--dui-size-theme) * 64rem); /* Landscape Tablet, or a Small Desktop (1024px) */
  --dui-breakpoint-3xl: calc(var(--dui-size-theme) * 160rem); /* Very Large desktop (2560px) */
  --dui-breakpoint-2xl: calc(var(--dui-size-theme) * 120rem); /* Large desktop (1920px) */
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  @media (prefers-color-scheme: light) {
  :root {
    --dui-colors-action-foreground-secondary-functional-disabled: var(--dui-color-black-opacity-45);
    --dui-colors-action-foreground-secondary-functional-hover: var(--dui-color-black-opacity-60);
    --dui-colors-action-foreground-secondary-functional-default: var(--dui-color-black-400);
    --dui-colors-action-foreground-secondary-inverted-disabled: var(--dui-color-white-opacity-45);
    --dui-colors-action-foreground-secondary-inverted-hover: var(--dui-color-white-opacity-60);
    --dui-colors-action-foreground-secondary-inverted-default: var(--dui-color-white-500);
    --dui-colors-action-foreground-secondary-hover: var(--dui-color-red-600);
    --dui-colors-action-foreground-secondary-default: var(--dui-color-red-500);
    --dui-colors-action-foreground-secondary-disabled: var(--dui-color-black-opacity-45);
    --dui-colors-action-foreground-primary-disabled: var(--dui-color-gray-500);
    --dui-colors-action-foreground-primary-inverted-disabled: var(--dui-color-white-500);
    --dui-colors-action-foreground-primary-inverted-default: var(--dui-color-black-400);
    --dui-colors-action-foreground-primary-default: var(--dui-color-white-500);
    --dui-colors-action-foreground-ghost-functional-disabled: var(--dui-color-gray-625);
    --dui-colors-action-foreground-ghost-functional-hover: var(--dui-color-gray-600);
    --dui-colors-action-foreground-ghost-functional-default: var(--dui-color-black-400);
    --dui-colors-action-foreground-ghost-inverted-disabled: var(--dui-color-white-opacity-45);
    --dui-colors-action-foreground-ghost-inverted-hover: var(--dui-color-white-opacity-60);
    --dui-colors-action-foreground-ghost-inverted-default: var(--dui-color-white-500);
    --dui-colors-action-foreground-ghost-disabled: var(--dui-color-gray-500);
    --dui-colors-action-foreground-ghost-hover: var(--dui-color-red-600);
    --dui-colors-action-foreground-ghost-default: var(--dui-color-red-500);
    --dui-colors-action-foreground-ghost-muted: var(--dui-color-gray-600);
    --dui-colors-action-foreground-ghost-visited: var(--dui-color-red-600);
    --dui-colors-action-background-secondary-functional-disabled: var(--dui-color-black-opacity-20);
    --dui-colors-action-background-secondary-default: var(--dui-color-white-500);
    --dui-colors-action-background-primary-inverted-disabled: var(--dui-color-white-opacity-45);
    --dui-colors-action-background-primary-inverted-hover: var(--dui-color-white-opacity-80);
    --dui-colors-action-background-primary-inverted-default: var(--dui-color-white-500);
    --dui-colors-action-background-primary-default: var(--dui-color-red-500);
    --dui-colors-action-background-primary-success-hover: var(--dui-color-green-600);
    --dui-colors-action-background-primary-hover: var(--dui-color-red-600);
    --dui-colors-action-background-primary-disabled: var(--dui-color-gray-300);
    --dui-colors-stroke-highlight: var(--dui-color-red-500);
    --dui-colors-stroke-primary: var(--dui-color-black-500);
    --dui-colors-stroke-secondary: var(--dui-color-black-opacity-45);
    --dui-colors-stroke-tertiary: var(--dui-color-black-opacity-30);
    --dui-colors-stroke-muted: var(--dui-color-black-opacity-10);
    --dui-colors-stroke-inverted: var(--dui-color-white-500);
    --dui-colors-stroke-functional-focus: var(--dui-color-exp-blue-500);
    --dui-colors-stroke-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-stroke-functional-success: var(--dui-color-green-400);
    --dui-colors-stroke-functional-error: var(--dui-color-red-500);
    --dui-colors-stroke-functional-notification: var(--dui-color-yellow-500);
    --dui-colors-stroke-disabled: var(--dui-color-black-opacity-45);
    --dui-colors-background-base: var(--dui-color-white-500);
    --dui-colors-background-sustainability: var(--dui-color-green-500);
    --dui-colors-background-highlight: var(--dui-color-red-500);
    --dui-colors-background-primary: var(--dui-color-white-500);
    --dui-colors-background-secondary: var(--dui-color-gray-50);
    --dui-colors-background-tertiary: var(--dui-color-gray-300);
    --dui-colors-background-inverted: var(--dui-color-black-400);
    --dui-colors-background-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-background-functional-success: var(--dui-color-green-400);
    --dui-colors-background-functional-notification: var(--dui-color-yellow-500);
    --dui-colors-foreground-primary: var(--dui-color-black-400);
    --dui-colors-foreground-secondary: var(--dui-color-gray-600);
    --dui-colors-foreground-tertiary: var(--dui-color-gray-400);
    --dui-colors-foreground-highlight: var(--dui-color-red-500);
    --dui-colors-foreground-inverted: var(--dui-color-white-500);
    --dui-colors-foreground-functional-overlay: var(--dui-color-black-opacity-70);
    --dui-colors-foreground-functional-neutral: var(--dui-color-gray-300);
    --dui-colors-foreground-functional-error: var(--dui-color-red-500);
    --dui-colors-foreground-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-foreground-functional-success: var(--dui-color-green-400);
    --dui-colors-foreground-functional-notification: var(--dui-color-yellow-500);
    --dui-colors-foreground-functional-important: var(--dui-color-red-500);
    --dui-colors-foreground-disabled: var(--dui-color-gray-500);
    --dui-colors-icons-primary: var(--dui-color-red-500);
    --dui-colors-icons-secondary: var(--dui-color-black-400);
    --dui-colors-icons-inverted: var(--dui-color-white-500);
    --dui-colors-icons-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-icons-disabled: var(--dui-color-black-opacity-45);
  }
}

  html[data-dui-theme="theme-light"]:root {
    --dui-colors-action-foreground-secondary-functional-disabled: var(--dui-color-black-opacity-45);
  --dui-colors-action-foreground-secondary-functional-hover: var(--dui-color-black-opacity-60);
  --dui-colors-action-foreground-secondary-functional-default: var(--dui-color-black-400);
  --dui-colors-action-foreground-secondary-inverted-disabled: var(--dui-color-white-opacity-45);
  --dui-colors-action-foreground-secondary-inverted-hover: var(--dui-color-white-opacity-60);
  --dui-colors-action-foreground-secondary-inverted-default: var(--dui-color-white-500);
  --dui-colors-action-foreground-secondary-hover: var(--dui-color-red-600);
  --dui-colors-action-foreground-secondary-default: var(--dui-color-red-500);
  --dui-colors-action-foreground-secondary-disabled: var(--dui-color-black-opacity-45);
  --dui-colors-action-foreground-primary-disabled: var(--dui-color-gray-500);
  --dui-colors-action-foreground-primary-inverted-disabled: var(--dui-color-white-500);
  --dui-colors-action-foreground-primary-inverted-default: var(--dui-color-black-400);
  --dui-colors-action-foreground-primary-default: var(--dui-color-white-500);
  --dui-colors-action-foreground-ghost-functional-disabled: var(--dui-color-gray-625);
  --dui-colors-action-foreground-ghost-functional-hover: var(--dui-color-gray-600);
  --dui-colors-action-foreground-ghost-functional-default: var(--dui-color-black-400);
  --dui-colors-action-foreground-ghost-inverted-disabled: var(--dui-color-white-opacity-45);
  --dui-colors-action-foreground-ghost-inverted-hover: var(--dui-color-white-opacity-60);
  --dui-colors-action-foreground-ghost-inverted-default: var(--dui-color-white-500);
  --dui-colors-action-foreground-ghost-disabled: var(--dui-color-gray-500);
  --dui-colors-action-foreground-ghost-hover: var(--dui-color-red-600);
  --dui-colors-action-foreground-ghost-default: var(--dui-color-red-500);
  --dui-colors-action-foreground-ghost-muted: var(--dui-color-gray-600);
  --dui-colors-action-foreground-ghost-visited: var(--dui-color-red-600);
  --dui-colors-action-background-secondary-functional-disabled: var(--dui-color-black-opacity-20);
  --dui-colors-action-background-secondary-default: var(--dui-color-white-500);
  --dui-colors-action-background-primary-inverted-disabled: var(--dui-color-white-opacity-45);
  --dui-colors-action-background-primary-inverted-hover: var(--dui-color-white-opacity-80);
  --dui-colors-action-background-primary-inverted-default: var(--dui-color-white-500);
  --dui-colors-action-background-primary-default: var(--dui-color-red-500);
  --dui-colors-action-background-primary-success-hover: var(--dui-color-green-600);
  --dui-colors-action-background-primary-hover: var(--dui-color-red-600);
  --dui-colors-action-background-primary-disabled: var(--dui-color-gray-300);
  --dui-colors-stroke-highlight: var(--dui-color-red-500);
  --dui-colors-stroke-primary: var(--dui-color-black-500);
  --dui-colors-stroke-secondary: var(--dui-color-black-opacity-45);
  --dui-colors-stroke-tertiary: var(--dui-color-black-opacity-30);
  --dui-colors-stroke-muted: var(--dui-color-black-opacity-10);
  --dui-colors-stroke-inverted: var(--dui-color-white-500);
  --dui-colors-stroke-functional-focus: var(--dui-color-exp-blue-500);
  --dui-colors-stroke-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-stroke-functional-success: var(--dui-color-green-400);
  --dui-colors-stroke-functional-error: var(--dui-color-red-500);
  --dui-colors-stroke-functional-notification: var(--dui-color-yellow-500);
  --dui-colors-stroke-disabled: var(--dui-color-black-opacity-45);
  --dui-colors-background-base: var(--dui-color-white-500);
  --dui-colors-background-sustainability: var(--dui-color-green-500);
  --dui-colors-background-highlight: var(--dui-color-red-500);
  --dui-colors-background-primary: var(--dui-color-white-500);
  --dui-colors-background-secondary: var(--dui-color-gray-50);
  --dui-colors-background-tertiary: var(--dui-color-gray-300);
  --dui-colors-background-inverted: var(--dui-color-black-400);
  --dui-colors-background-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-background-functional-success: var(--dui-color-green-400);
  --dui-colors-background-functional-notification: var(--dui-color-yellow-500);
  --dui-colors-foreground-primary: var(--dui-color-black-400);
  --dui-colors-foreground-secondary: var(--dui-color-gray-600);
  --dui-colors-foreground-tertiary: var(--dui-color-gray-400);
  --dui-colors-foreground-highlight: var(--dui-color-red-500);
  --dui-colors-foreground-inverted: var(--dui-color-white-500);
  --dui-colors-foreground-functional-overlay: var(--dui-color-black-opacity-70);
  --dui-colors-foreground-functional-neutral: var(--dui-color-gray-300);
  --dui-colors-foreground-functional-error: var(--dui-color-red-500);
  --dui-colors-foreground-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-foreground-functional-success: var(--dui-color-green-400);
  --dui-colors-foreground-functional-notification: var(--dui-color-yellow-500);
  --dui-colors-foreground-functional-important: var(--dui-color-red-500);
  --dui-colors-foreground-disabled: var(--dui-color-gray-500);
  --dui-colors-icons-primary: var(--dui-color-red-500);
  --dui-colors-icons-secondary: var(--dui-color-black-400);
  --dui-colors-icons-inverted: var(--dui-color-white-500);
  --dui-colors-icons-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-icons-disabled: var(--dui-color-black-opacity-45);
  }

  @media (prefers-color-scheme: dark) {
  :root {
    --dui-colors-action-foreground-secondary-functional-disabled: var(--dui-color-white-opacity-60);
    --dui-colors-action-foreground-secondary-functional-hover: var(--dui-color-white-opacity-45);
    --dui-colors-action-foreground-secondary-functional-default: var(--dui-color-gray-200);
    --dui-colors-action-foreground-secondary-inverted-disabled: var(--dui-color-black-opacity-60);
    --dui-colors-action-foreground-secondary-inverted-hover: var(--dui-color-black-opacity-45);
    --dui-colors-action-foreground-secondary-inverted-default: var(--dui-color-black-400);
    --dui-colors-action-foreground-secondary-hover: var(--dui-color-gray-500);
    --dui-colors-action-foreground-secondary-default: var(--dui-color-white-500);
    --dui-colors-action-foreground-secondary-disabled: var(--dui-color-gray-500);
    --dui-colors-action-foreground-primary-disabled: var(--dui-color-gray-500);
    --dui-colors-action-foreground-primary-inverted-disabled: var(--dui-color-gray-750);
    --dui-colors-action-foreground-primary-inverted-default: var(--dui-color-white-500);
    --dui-colors-action-foreground-primary-default: var(--dui-color-gray-50);
    --dui-colors-action-foreground-ghost-functional-disabled: var(--dui-color-gray-500);
    --dui-colors-action-foreground-ghost-functional-hover: var(--dui-color-gray-400);
    --dui-colors-action-foreground-ghost-functional-default: var(--dui-color-gray-50);
    --dui-colors-action-foreground-ghost-inverted-disabled: var(--dui-color-black-opacity-60);
    --dui-colors-action-foreground-ghost-inverted-hover: var(--dui-color-black-opacity-60);
    --dui-colors-action-foreground-ghost-inverted-default: var(--dui-color-black-500);
    --dui-colors-action-foreground-ghost-disabled: var(--dui-color-gray-500);
    --dui-colors-action-foreground-ghost-hover: var(--dui-color-gray-300);
    --dui-colors-action-foreground-ghost-default: var(--dui-color-white-500);
    --dui-colors-action-foreground-ghost-muted: var(--dui-color-white-500);
    --dui-colors-action-foreground-ghost-visited: var(--dui-color-white-500);
    --dui-colors-action-background-secondary-functional-disabled: var(--dui-color-gray-50);
    --dui-colors-action-background-secondary-default: var(--dui-color-gray-950);
    --dui-colors-action-background-primary-inverted-disabled: var(--dui-color-white-500);
    --dui-colors-action-background-primary-inverted-hover: var(--dui-color-white-500);
    --dui-colors-action-background-primary-inverted-default: var(--dui-color-white-500);
    --dui-colors-action-background-primary-default: var(--dui-color-red-500);
    --dui-colors-action-background-primary-hover: var(--dui-color-red-600);
    --dui-colors-action-background-primary-disabled: var(--dui-color-gray-600);
    --dui-colors-stroke-highlight: var(--dui-color-red-500);
    --dui-colors-stroke-primary: var(--dui-color-gray-50);
    --dui-colors-stroke-secondary: var(--dui-color-gray-750);
    --dui-colors-stroke-tertiary: var(--dui-color-gray-650);
    --dui-colors-stroke-muted: var(--dui-color-gray-625);
    --dui-colors-stroke-inverted: var(--dui-color-gray-950);
    --dui-colors-stroke-functional-focus: var(--dui-color-exp-blue-400);
    --dui-colors-stroke-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-stroke-functional-success: var(--dui-color-green-400);
    --dui-colors-stroke-functional-error: var(--dui-color-red-500);
    --dui-colors-stroke-functional-notification: var(--dui-color-yellow-500);
    --dui-colors-stroke-disabled: var(--dui-color-black-opacity-45);
    --dui-colors-background-base: var(--dui-color-gray-950);
    --dui-colors-background-sustainability: var(--dui-color-green-500);
    --dui-colors-background-highlight: var(--dui-color-red-500);
    --dui-colors-background-primary: var(--dui-color-gray-625);
    --dui-colors-background-secondary: var(--dui-color-gray-650);
    --dui-colors-background-tertiary: var(--dui-color-gray-750);
    --dui-colors-background-inverted: var(--dui-color-white-500);
    --dui-colors-background-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-background-functional-success: var(--dui-color-green-400);
    --dui-colors-background-functional-notification: var(--dui-color-yellow-500);
    --dui-colors-foreground-primary: var(--dui-color-gray-200);
    --dui-colors-foreground-secondary: var(--dui-color-gray-400);
    --dui-colors-foreground-tertiary: var(--dui-color-gray-400);
    --dui-colors-foreground-highlight: var(--dui-color-gray-50);
    --dui-colors-foreground-inverted: var(--dui-color-gray-950);
    --dui-colors-foreground-functional-overlay: var(--dui-color-black-opacity-70);
    --dui-colors-foreground-functional-neutral: var(--dui-color-gray-300);
    --dui-colors-foreground-functional-error: var(--dui-color-red-500);
    --dui-colors-foreground-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-foreground-functional-success: var(--dui-color-green-400);
    --dui-colors-foreground-functional-notification: var(--dui-color-yellow-500);
    --dui-colors-foreground-functional-important: var(--dui-color-red-500);
    --dui-colors-foreground-disabled: var(--dui-color-gray-600);
    --dui-colors-icons-primary: var(--dui-color-red-500);
    --dui-colors-icons-secondary: var(--dui-color-gray-200);
    --dui-colors-icons-inverted: var(--dui-color-gray-625);
    --dui-colors-icons-functional-sustainability: var(--dui-color-green-500);
    --dui-colors-icons-disabled: var(--dui-color-black-opacity-45);
  }
}

  html[data-dui-theme="theme-dark"]:root {
    --dui-colors-action-foreground-secondary-functional-disabled: var(--dui-color-white-opacity-60);
  --dui-colors-action-foreground-secondary-functional-hover: var(--dui-color-white-opacity-45);
  --dui-colors-action-foreground-secondary-functional-default: var(--dui-color-gray-200);
  --dui-colors-action-foreground-secondary-inverted-disabled: var(--dui-color-black-opacity-60);
  --dui-colors-action-foreground-secondary-inverted-hover: var(--dui-color-black-opacity-45);
  --dui-colors-action-foreground-secondary-inverted-default: var(--dui-color-black-400);
  --dui-colors-action-foreground-secondary-hover: var(--dui-color-gray-500);
  --dui-colors-action-foreground-secondary-default: var(--dui-color-white-500);
  --dui-colors-action-foreground-secondary-disabled: var(--dui-color-gray-500);
  --dui-colors-action-foreground-primary-disabled: var(--dui-color-gray-500);
  --dui-colors-action-foreground-primary-inverted-disabled: var(--dui-color-gray-750);
  --dui-colors-action-foreground-primary-inverted-default: var(--dui-color-white-500);
  --dui-colors-action-foreground-primary-default: var(--dui-color-gray-50);
  --dui-colors-action-foreground-ghost-functional-disabled: var(--dui-color-gray-500);
  --dui-colors-action-foreground-ghost-functional-hover: var(--dui-color-gray-400);
  --dui-colors-action-foreground-ghost-functional-default: var(--dui-color-gray-50);
  --dui-colors-action-foreground-ghost-inverted-disabled: var(--dui-color-black-opacity-60);
  --dui-colors-action-foreground-ghost-inverted-hover: var(--dui-color-black-opacity-60);
  --dui-colors-action-foreground-ghost-inverted-default: var(--dui-color-black-500);
  --dui-colors-action-foreground-ghost-disabled: var(--dui-color-gray-500);
  --dui-colors-action-foreground-ghost-hover: var(--dui-color-gray-300);
  --dui-colors-action-foreground-ghost-default: var(--dui-color-white-500);
  --dui-colors-action-foreground-ghost-muted: var(--dui-color-white-500);
  --dui-colors-action-foreground-ghost-visited: var(--dui-color-white-500);
  --dui-colors-action-background-secondary-functional-disabled: var(--dui-color-gray-50);
  --dui-colors-action-background-secondary-default: var(--dui-color-gray-950);
  --dui-colors-action-background-primary-inverted-disabled: var(--dui-color-white-500);
  --dui-colors-action-background-primary-inverted-hover: var(--dui-color-white-500);
  --dui-colors-action-background-primary-inverted-default: var(--dui-color-white-500);
  --dui-colors-action-background-primary-default: var(--dui-color-red-500);
  --dui-colors-action-background-primary-hover: var(--dui-color-red-600);
  --dui-colors-action-background-primary-disabled: var(--dui-color-gray-600);
  --dui-colors-stroke-highlight: var(--dui-color-red-500);
  --dui-colors-stroke-primary: var(--dui-color-gray-50);
  --dui-colors-stroke-secondary: var(--dui-color-gray-750);
  --dui-colors-stroke-tertiary: var(--dui-color-gray-650);
  --dui-colors-stroke-muted: var(--dui-color-gray-625);
  --dui-colors-stroke-inverted: var(--dui-color-gray-950);
  --dui-colors-stroke-functional-focus: var(--dui-color-exp-blue-400);
  --dui-colors-stroke-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-stroke-functional-success: var(--dui-color-green-400);
  --dui-colors-stroke-functional-error: var(--dui-color-red-500);
  --dui-colors-stroke-functional-notification: var(--dui-color-yellow-500);
  --dui-colors-stroke-disabled: var(--dui-color-black-opacity-45);
  --dui-colors-background-base: var(--dui-color-gray-950);
  --dui-colors-background-sustainability: var(--dui-color-green-500);
  --dui-colors-background-highlight: var(--dui-color-red-500);
  --dui-colors-background-primary: var(--dui-color-gray-625);
  --dui-colors-background-secondary: var(--dui-color-gray-650);
  --dui-colors-background-tertiary: var(--dui-color-gray-750);
  --dui-colors-background-inverted: var(--dui-color-white-500);
  --dui-colors-background-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-background-functional-success: var(--dui-color-green-400);
  --dui-colors-background-functional-notification: var(--dui-color-yellow-500);
  --dui-colors-foreground-primary: var(--dui-color-gray-200);
  --dui-colors-foreground-secondary: var(--dui-color-gray-400);
  --dui-colors-foreground-tertiary: var(--dui-color-gray-400);
  --dui-colors-foreground-highlight: var(--dui-color-gray-50);
  --dui-colors-foreground-inverted: var(--dui-color-gray-950);
  --dui-colors-foreground-functional-overlay: var(--dui-color-black-opacity-70);
  --dui-colors-foreground-functional-neutral: var(--dui-color-gray-300);
  --dui-colors-foreground-functional-error: var(--dui-color-red-500);
  --dui-colors-foreground-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-foreground-functional-success: var(--dui-color-green-400);
  --dui-colors-foreground-functional-notification: var(--dui-color-yellow-500);
  --dui-colors-foreground-functional-important: var(--dui-color-red-500);
  --dui-colors-foreground-disabled: var(--dui-color-gray-600);
  --dui-colors-icons-primary: var(--dui-color-red-500);
  --dui-colors-icons-secondary: var(--dui-color-gray-200);
  --dui-colors-icons-inverted: var(--dui-color-gray-625);
  --dui-colors-icons-functional-sustainability: var(--dui-color-green-500);
  --dui-colors-icons-disabled: var(--dui-color-black-opacity-45);
  }

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  @media (prefers-color-scheme: light) {
  :root {
    --dui-components-alerts-background-primary: var(--dui-color-white-500);
    --dui-components-alerts-background-error: var(--dui-color-red-600);
    --dui-components-alerts-background-success: var(--dui-color-green-400);
    --dui-components-alerts-background-warning: var(--dui-color-yellow-500);
    --dui-components-alerts-background-info: var(--dui-color-black-500);
    --dui-components-alerts-stroke-error: var(--dui-color-red-600);
    --dui-components-alerts-stroke-success: var(--dui-color-green-400);
    --dui-components-alerts-stroke-warning: var(--dui-color-yellow-500);
    --dui-components-alerts-stroke-info: var(--dui-color-black-500);
    --dui-components-alerts-stroke-primary: var(--dui-color-black-500);
    --dui-components-alerts-foreground-tertiary: var(--dui-color-white-500);
    --dui-components-alerts-foreground-warning-accent: var(--dui-color-black-500);
    --dui-components-alerts-foreground-error: var(--dui-color-red-600);
    --dui-components-alerts-foreground-success: var(--dui-color-green-400);
    --dui-components-alerts-foreground-quaternary: var(--dui-color-black-500);
    --dui-components-alerts-foreground-secondary: var(--dui-color-black-500);
    --dui-components-alerts-foreground-primary: var(--dui-color-white-500);
    --dui-components-navigation-background-sidenav-primary: var(--dui-color-white-500);
    --dui-components-navigation-background-secondary: var(--dui-color-white-500);
    --dui-components-navigation-stroke-primary: var(--dui-color-black-500);
    --dui-components-navigation-stroke-highlight: var(--dui-color-red-500);
    --dui-components-navigation-stroke-secondary: var(--dui-color-gray-500);
    --dui-components-navigation-foreground-hover: var(--dui-color-red-600);
    --dui-components-navigation-foreground-default: var(--dui-color-red-500);
    --dui-components-navigation-foreground-secondary: var(--dui-color-black-400);
    --dui-components-navigation-foreground-disabled: var(--dui-color-gray-500);
    --dui-components-navigation-foreground-primary: var(--dui-color-black-400);
    --dui-components-content-table-stroke-secondary: var(--dui-color-gray-300);
    --dui-components-content-table-stroke-primary: var(--dui-color-gray-500);
    --dui-components-content-draggable-stroke-dropzone: var(--dui-color-gray-600);
    --dui-components-content-draggable-background-dropzone: var(--dui-color-gray-100);
    --dui-components-content-draggable-foreground-handle-hover: var(--dui-color-red-600);
    --dui-components-content-draggable-foreground-handle-default: var(--dui-color-gray-500);
    --dui-components-content-bar-background-default: var(--dui-color-gray-200);
    --dui-components-forms-stroke-disabled: var(--dui-color-gray-300);
    --dui-components-forms-stroke-tertiary: var(--dui-color-gray-300);
    --dui-components-forms-stroke-secondary: var(--dui-color-black-500);
    --dui-components-forms-stroke-primary: var(--dui-color-gray-500);
    --dui-components-forms-background-tertiary: var(--dui-color-gray-100);
    --dui-components-forms-background-secondary: var(--dui-color-gray-100);
    --dui-components-forms-background-dropdown-hover: var(--dui-color-black-opacity-08);
    --dui-components-forms-background-dropdown-focus: var(--dui-color-black-opacity-10);
    --dui-components-forms-background-default: var(--dui-color-white-500);
  }
}

  html[data-dui-theme="theme-light"]:root {
    --dui-components-alerts-background-primary: var(--dui-color-white-500);
  --dui-components-alerts-background-error: var(--dui-color-red-600);
  --dui-components-alerts-background-success: var(--dui-color-green-400);
  --dui-components-alerts-background-warning: var(--dui-color-yellow-500);
  --dui-components-alerts-background-info: var(--dui-color-black-500);
  --dui-components-alerts-stroke-error: var(--dui-color-red-600);
  --dui-components-alerts-stroke-success: var(--dui-color-green-400);
  --dui-components-alerts-stroke-warning: var(--dui-color-yellow-500);
  --dui-components-alerts-stroke-info: var(--dui-color-black-500);
  --dui-components-alerts-stroke-primary: var(--dui-color-black-500);
  --dui-components-alerts-foreground-tertiary: var(--dui-color-white-500);
  --dui-components-alerts-foreground-warning-accent: var(--dui-color-black-500);
  --dui-components-alerts-foreground-error: var(--dui-color-red-600);
  --dui-components-alerts-foreground-success: var(--dui-color-green-400);
  --dui-components-alerts-foreground-quaternary: var(--dui-color-black-500);
  --dui-components-alerts-foreground-secondary: var(--dui-color-black-500);
  --dui-components-alerts-foreground-primary: var(--dui-color-white-500);
  --dui-components-navigation-background-sidenav-primary: var(--dui-color-white-500);
  --dui-components-navigation-background-secondary: var(--dui-color-white-500);
  --dui-components-navigation-stroke-primary: var(--dui-color-black-500);
  --dui-components-navigation-stroke-highlight: var(--dui-color-red-500);
  --dui-components-navigation-stroke-secondary: var(--dui-color-gray-500);
  --dui-components-navigation-foreground-hover: var(--dui-color-red-600);
  --dui-components-navigation-foreground-default: var(--dui-color-red-500);
  --dui-components-navigation-foreground-secondary: var(--dui-color-black-400);
  --dui-components-navigation-foreground-disabled: var(--dui-color-gray-500);
  --dui-components-navigation-foreground-primary: var(--dui-color-black-400);
  --dui-components-content-table-stroke-secondary: var(--dui-color-gray-300);
  --dui-components-content-table-stroke-primary: var(--dui-color-gray-500);
  --dui-components-content-draggable-stroke-dropzone: var(--dui-color-gray-600);
  --dui-components-content-draggable-background-dropzone: var(--dui-color-gray-100);
  --dui-components-content-draggable-foreground-handle-hover: var(--dui-color-red-600);
  --dui-components-content-draggable-foreground-handle-default: var(--dui-color-gray-500);
  --dui-components-content-bar-background-default: var(--dui-color-gray-200);
  --dui-components-forms-stroke-disabled: var(--dui-color-gray-300);
  --dui-components-forms-stroke-tertiary: var(--dui-color-gray-300);
  --dui-components-forms-stroke-secondary: var(--dui-color-black-500);
  --dui-components-forms-stroke-primary: var(--dui-color-gray-500);
  --dui-components-forms-background-tertiary: var(--dui-color-gray-100);
  --dui-components-forms-background-secondary: var(--dui-color-gray-100);
  --dui-components-forms-background-dropdown-hover: var(--dui-color-black-opacity-08);
  --dui-components-forms-background-dropdown-focus: var(--dui-color-black-opacity-10);
  --dui-components-forms-background-default: var(--dui-color-white-500);
  }

  @media (prefers-color-scheme: dark) {
  :root {
    --dui-components-alerts-background-primary: var(--dui-color-gray-750);
    --dui-components-alerts-background-error: var(--dui-color-red-600);
    --dui-components-alerts-background-success: var(--dui-color-green-400);
    --dui-components-alerts-background-warning: var(--dui-color-yellow-500);
    --dui-components-alerts-background-info: var(--dui-color-white-500);
    --dui-components-alerts-stroke-error: var(--dui-color-red-400);
    --dui-components-alerts-stroke-success: var(--dui-color-green-400);
    --dui-components-alerts-stroke-warning: var(--dui-color-yellow-500);
    --dui-components-alerts-stroke-info: var(--dui-color-white-500);
    --dui-components-alerts-stroke-primary: var(--dui-color-gray-50);
    --dui-components-alerts-foreground-tertiary: var(--dui-color-white-500);
    --dui-components-alerts-foreground-warning-accent: var(--dui-color-yellow-500);
    --dui-components-alerts-foreground-error: var(--dui-color-red-400);
    --dui-components-alerts-foreground-success: var(--dui-color-green-400);
    --dui-components-alerts-foreground-quaternary: var(--dui-color-black-500);
    --dui-components-alerts-foreground-secondary: var(--dui-color-white-500);
    --dui-components-alerts-foreground-primary: var(--dui-color-gray-750);
    --dui-components-navigation-background-sidenav-primary: var(--dui-color-white-500);
    --dui-components-navigation-background-secondary: var(--dui-color-gray-100);
    --dui-components-navigation-stroke-primary: var(--dui-color-white-500);
    --dui-components-navigation-stroke-highlight: var(--dui-color-red-500);
    --dui-components-navigation-stroke-secondary: var(--dui-color-gray-500);
    --dui-components-navigation-foreground-hover: var(--dui-color-red-600);
    --dui-components-navigation-foreground-default: var(--dui-color-red-500);
    --dui-components-navigation-foreground-secondary: var(--dui-color-white-500);
    --dui-components-navigation-foreground-disabled: var(--dui-color-gray-500);
    --dui-components-navigation-foreground-primary: var(--dui-color-black-400);
    --dui-components-content-table-stroke-secondary: var(--dui-color-gray-300);
    --dui-components-content-table-stroke-primary: var(--dui-color-gray-500);
    --dui-components-content-draggable-stroke-dropzone: var(--dui-color-gray-600);
    --dui-components-content-draggable-background-dropzone: var(--dui-color-gray-625);
    --dui-components-content-draggable-foreground-handle-hover: var(--dui-color-gray-100);
    --dui-components-content-draggable-foreground-handle-default: var(--dui-color-gray-200);
    --dui-components-content-bar-background-default: var(--dui-color-gray-200);
    --dui-components-forms-stroke-disabled: var(--dui-color-gray-625);
    --dui-components-forms-stroke-tertiary: var(--dui-color-gray-600);
    --dui-components-forms-stroke-secondary: var(--dui-color-gray-500);
    --dui-components-forms-stroke-primary: var(--dui-color-gray-50);
    --dui-components-forms-background-tertiary: var(--dui-color-gray-650);
    --dui-components-forms-background-secondary: var(--dui-color-gray-400);
    --dui-components-forms-background-dropdown-hover: var(--dui-color-gray-750);
    --dui-components-forms-background-dropdown-focus: var(--dui-color-gray-750);
    --dui-components-forms-background-default: var(--dui-color-gray-950);
  }
}

  html[data-dui-theme="theme-dark"]:root {
    --dui-components-alerts-background-primary: var(--dui-color-gray-750);
  --dui-components-alerts-background-error: var(--dui-color-red-600);
  --dui-components-alerts-background-success: var(--dui-color-green-400);
  --dui-components-alerts-background-warning: var(--dui-color-yellow-500);
  --dui-components-alerts-background-info: var(--dui-color-white-500);
  --dui-components-alerts-stroke-error: var(--dui-color-red-400);
  --dui-components-alerts-stroke-success: var(--dui-color-green-400);
  --dui-components-alerts-stroke-warning: var(--dui-color-yellow-500);
  --dui-components-alerts-stroke-info: var(--dui-color-white-500);
  --dui-components-alerts-stroke-primary: var(--dui-color-gray-50);
  --dui-components-alerts-foreground-tertiary: var(--dui-color-white-500);
  --dui-components-alerts-foreground-warning-accent: var(--dui-color-yellow-500);
  --dui-components-alerts-foreground-error: var(--dui-color-red-400);
  --dui-components-alerts-foreground-success: var(--dui-color-green-400);
  --dui-components-alerts-foreground-quaternary: var(--dui-color-black-500);
  --dui-components-alerts-foreground-secondary: var(--dui-color-white-500);
  --dui-components-alerts-foreground-primary: var(--dui-color-gray-750);
  --dui-components-navigation-background-sidenav-primary: var(--dui-color-white-500);
  --dui-components-navigation-background-secondary: var(--dui-color-gray-100);
  --dui-components-navigation-stroke-primary: var(--dui-color-white-500);
  --dui-components-navigation-stroke-highlight: var(--dui-color-red-500);
  --dui-components-navigation-stroke-secondary: var(--dui-color-gray-500);
  --dui-components-navigation-foreground-hover: var(--dui-color-red-600);
  --dui-components-navigation-foreground-default: var(--dui-color-red-500);
  --dui-components-navigation-foreground-secondary: var(--dui-color-white-500);
  --dui-components-navigation-foreground-disabled: var(--dui-color-gray-500);
  --dui-components-navigation-foreground-primary: var(--dui-color-black-400);
  --dui-components-content-table-stroke-secondary: var(--dui-color-gray-300);
  --dui-components-content-table-stroke-primary: var(--dui-color-gray-500);
  --dui-components-content-draggable-stroke-dropzone: var(--dui-color-gray-600);
  --dui-components-content-draggable-background-dropzone: var(--dui-color-gray-625);
  --dui-components-content-draggable-foreground-handle-hover: var(--dui-color-gray-100);
  --dui-components-content-draggable-foreground-handle-default: var(--dui-color-gray-200);
  --dui-components-content-bar-background-default: var(--dui-color-gray-200);
  --dui-components-forms-stroke-disabled: var(--dui-color-gray-625);
  --dui-components-forms-stroke-tertiary: var(--dui-color-gray-600);
  --dui-components-forms-stroke-secondary: var(--dui-color-gray-500);
  --dui-components-forms-stroke-primary: var(--dui-color-gray-50);
  --dui-components-forms-background-tertiary: var(--dui-color-gray-650);
  --dui-components-forms-background-secondary: var(--dui-color-gray-400);
  --dui-components-forms-background-dropdown-hover: var(--dui-color-gray-750);
  --dui-components-forms-background-dropdown-focus: var(--dui-color-gray-750);
  --dui-components-forms-background-default: var(--dui-color-gray-950);
  }

  /**
 * Do not edit directly
 * Generated on Wed, 20 Mar 2024 11:09:37 GMT
 */

  body[data-theme="dui-dhl"] {
  --dui-brand-color-headline: #d40511;
  --dui-brand-color-icon: currentColor;
}

  /**
 * Do not edit directly
 * Generated on Wed, 20 Mar 2024 11:09:37 GMT
 */

  body[data-theme="dui-dpdhl"] {
  --dui-brand-color-headline: #000000;
  --dui-brand-color-icon: #000000;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-duration-infinite: 1.5s linear infinite; /* Infinite duration */
  --dui-duration-5x: 3.2s; /* 3.2 seconds, 192 frames */
  --dui-duration-4x: 0.4s; /* 0.4 seconds, 24 frames */
  --dui-duration-3x: 0.2s; /* 0.2 seconds, 12 frames */
  --dui-duration-2x: 0.1s; /* 0.1 seconds, 6 frames */
  --dui-duration-1x: 0.05s; /* 0.05 seconds, 3 frames */
  --dui-duration-0x: 0s; /* 0 seconds, 0 frames */
  --dui-duration-default: var(--dui-duration-3x);
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-font-family: Delivery, Verdana, sans-serif;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-font-weight-normal: 400;
  --dui-font-weight-medium: 500;
  --dui-font-weight-light: 300;
  --dui-font-weight-bold: 700;
  --dui-font-weight-black: 900;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-gradient-right: linear-gradient(270deg, #ffcc00ff 0%, #ffcc00ff 30%, #ffde59ff 79%, #fff0b2ff 100%);
  --dui-gradient-left: linear-gradient(90deg, #ffcc00ff 0%, #ffcc00ff 30%, #ffde59ff 73%, #fff0b2ff 100%);
  --dui-gradient-bottom: linear-gradient(-7.671815945056267deg, #ffcc00ff 0%, #ffcc00ff 27%, #ffde59ff 79%, #fff0b2ff 100%, #fff0b2ff 100%);
  --dui-gradient-top: linear-gradient(180deg, #ffcc00ff 0%, #ffcc00ff 30%, #ffde59ff 79%, #fff0b2ff 100%);
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-highlight-right: linear-gradient(90deg, #45ff0000 0%, #ffcc0000 5%, #ffcc0080 30%, #ffcc00ff 90%, #ffcc00ff 100%);
  --dui-highlight-left: linear-gradient(90deg, #ffcc00ff 0%, #ffcc00ff 10%, #ffcc0080 70%, #ffcc0000 95%, #ffcc0000 100%);
  --dui-highlight-bottom: linear-gradient(-3.49987772096938e-8deg, #ffcc0000 0%, #ffcc0000 5%, #ffcc0080 30%, #ffcc00ff 90%, #ffcc00ff 100%);
  --dui-highlight-top: linear-gradient(180deg, #ffcc0000 0%, #ffcc0000 5%, #ffcc0080 30%, #ffcc00ff 90%, #ffcc00ff 100%);
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-icons-xs: var(--dui-size-6x);
  --dui-size-icons-sm: var(--dui-size-9x);
  --dui-size-icons-md: var(--dui-size-12x);
  --dui-size-icons-lg: var(--dui-size-24x);
  --dui-size-icons-xl: var(--dui-size-32x);
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-letter-spacing-xs: 0.2px;
  --dui-size-letter-spacing-xl: 1px;
  --dui-size-letter-spacing-sm: 0.4px;
  --dui-size-letter-spacing-md: 0.6px;
  --dui-size-letter-spacing-lg: 0.8px;
  --dui-size-letter-spacing-0: 0;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-line-height-xs: 1;
  --dui-size-line-height-xl: 1.3;
  --dui-size-line-height-sm: 1.15;
  --dui-size-line-height-normal: 1;
  --dui-size-line-height-md: 1.2;
  --dui-size-line-height-lg: 1.25;
  --dui-size-line-height-9xl: 1.7;
  --dui-size-line-height-8xl: 1.65;
  --dui-size-line-height-7xl: 1.6;
  --dui-size-line-height-6xl: 1.55;
  --dui-size-line-height-5xl: 1.5;
  --dui-size-line-height-3xl: 1.4;
  --dui-size-line-height-2xl: 1.35;
  --dui-size-line-height-10xl: 1.75;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-radius-full: var(--dui-size-full);
  --dui-size-radius-xs: var(--dui-size-1x);
  --dui-size-radius-md: var(--dui-size-2x);
  --dui-size-radius-lg: var(--dui-size-4x);
  --dui-size-radius-0: var(--dui-size-0);
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-shadow-lg-2: 0px 3px 8px -1px rgba(0, 0, 0, 0.1);
  --dui-shadow-lg-1: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
  --dui-shadow-lg-0: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  --dui-shadow-md-2: 0px 1px 4px -1px rgba(0, 0, 0, 0.1);
  --dui-shadow-md-1: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  --dui-shadow-md-0: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  --dui-shadow-sm-2: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  --dui-shadow-sm-1: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  --dui-shadow-sm-0: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-font-xs:  calc(var(--dui-size-theme) * 0.75rem); /* 12px */
  --dui-size-font-xl:  calc(var(--dui-size-theme) * 1.25rem); /* 20px */
  --dui-size-font-sm:  calc(var(--dui-size-theme) * 0.875rem); /* 14px */
  --dui-size-font-md:  calc(var(--dui-size-theme) * 1rem); /* 16px */
  --dui-size-font-lg:  calc(var(--dui-size-theme) * 1.125rem); /* 18px */
  --dui-size-font-9xl:  calc(var(--dui-size-theme) * 2.375rem); /* 38px */
  --dui-size-font-8xl:  calc(var(--dui-size-theme) * 2.25rem); /* 36px */
  --dui-size-font-7xl:  calc(var(--dui-size-theme) * 2.125rem); /* 34px */
  --dui-size-font-6xl:  calc(var(--dui-size-theme) * 2rem); /* 32px */
  --dui-size-font-5xl:  calc(var(--dui-size-theme) * 1.875rem); /* 30px */
  --dui-size-font-4xl:  calc(var(--dui-size-theme) * 1.75rem); /* 28px */
  --dui-size-font-3xl:  calc(var(--dui-size-theme) * 1.5rem); /* 24px */
  --dui-size-font-2xs:  calc(var(--dui-size-theme) * 0.625rem); /* 10px */
  --dui-size-font-2xl:  calc(var(--dui-size-theme) * 1.375rem); /* 22px */
  --dui-size-font-11xl:  calc(var(--dui-size-theme) * 3rem); /* 48px */
  --dui-size-font-10xl:  calc(var(--dui-size-theme) * 2.625rem); /* 42px */
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-space-full: var(--dui-size-full);
  --dui-size-space-1x: var(--dui-size-1x);
  --dui-size-space-2x: var(--dui-size-2x);
  --dui-size-space-3x: var(--dui-size-3x);
  --dui-size-space-4x: var(--dui-size-4x);
  --dui-size-space-5x: var(--dui-size-5x);
  --dui-size-space-6x: var(--dui-size-6x);
  --dui-size-space-7x: var(--dui-size-7x);
  --dui-size-space-8x: var(--dui-size-8x);
  --dui-size-space-9x: var(--dui-size-9x);
  --dui-size-space-10x: var(--dui-size-10x);
  --dui-size-space-11x: var(--dui-size-11x);
  --dui-size-space-12x: var(--dui-size-12x);
  --dui-size-space-16x: var(--dui-size-16x);
  --dui-size-space-20x: var(--dui-size-20x);
  --dui-size-space-24x: var(--dui-size-24x);
  --dui-size-space-32x: var(--dui-size-32x);
  --dui-size-space-40x: var(--dui-size-40x);
  --dui-size-space-48x: var(--dui-size-48x);
  --dui-size-space-50x: var(--dui-size-50x);
  --dui-size-space-56x: var(--dui-size-56x);
  --dui-size-space-64x: var(--dui-size-64x);
  --dui-size-space-72x: var(--dui-size-72x);
  --dui-size-space-80x: var(--dui-size-80x);
  --dui-size-space-1: var(--dui-size-1);
  --dui-size-space-0: var(--dui-size-0);
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-theme: 1;
}

  /* 9fbef606107a605d69c0edbcd8029e5d */

  /**
 * Do not edit directly
 * Generated on Mon, 07 Apr 2025 12:25:37 GMT
 */

  :root {
  --dui-size-width-border-xs: var(--dui-size-1);
  --dui-size-width-border-sm: var(--dui-size-1x);
  --dui-size-width-border-md: var(--dui-size-2x);
}

  @keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

  @keyframes appearFromSide {
  from {
    transform: translateX(20px) rotateZ(0.5turn);
    opacity: 0;
  }

  to {
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

  @keyframes appearFromTop {
  from {
    transform: scale(0.5) translateY(-20px);
    opacity: 0;
  }

  to {
    width: auto;
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

  @keyframes disappearFromBottom {
  to {
    transform: scale(0.5) translateY(-20px);
    opacity: 0;
  }

  from {
    width: auto;
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_Bd-Ceg8DYGh.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_BdIt-CpkwsMsq.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_CdBlk-C-XUscZ4.woff2") format("woff2");
  font-weight: 800;
  font-stretch: condensed;
  font-style: normal;
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_CdLt-L8mKlxAv.woff2") format("woff2");
  font-weight: 200;
  font-stretch: condensed;
  font-style: normal;
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_It-BlWRA1Dh.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_Lt-CR84mkfb.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_LtIt-bhU_d3AS.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}

  @font-face {
  font-family: "Delivery";
  font-display: block;
  src: url("./Delivery_W_Rg-SzEWzMhW.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html,
  body {
    font-family: var(--dui-font-family);
  }
