:root {
    --primary: #3AC6FD;
    --antd-wave-shadow-color: #171b3d;
    --ant-primary-color: #3AC6FD;
    --primaryInvertedText: #3AC6FD;
    --primaryHover: #f6f6f6;
    --default: #3AC6FD;
    --primaryText: white;
    --defaultText: white;
    --warning: #d30535;
    --warningText: white;
    --error: #d30535;
    --errorText: white;
    --headerColor: #2e2d2c;
    --headerColorLight: white;
    --textColor: #2e2d2c;
    --textColorLight: black;
    --pageBackground: white;
    --itemBackground: #fff;
    --basketBackground: #0092a7;
    --basketItemBackground: #0092a7;
    --selectedBasketItemBackground: #c9dded;
    --rangeCalenderOccupied: #d30535;
    --panelBackground: #0092a7;
    --panelBackgroundText:  black;
    --cookieConsent: #ff9900;
    --cookieConsentText: white;
    --gridImageHeight: 50px;
    --gridTextHeight: 125px
  }
  
  
  
    .objectName {
    white-space: break-spaces !important;
  }
  
  .dl-primary {
  background-color: var(--primary) !important;
  color: var(--primaryText) !important;
  border: none !important;
}

.dl-secondary {
  background-color: var(--secondary) !important;
  color: var(--secondaryText) !important;
  border: none !important;
}

.dl-default {
  background-color: var(--default) !important;
  color: var(--defaultText) !important;
}

.dl-warning {
  background-color: var(--warning) !important;
  color: var(--warningText) !important;
}

.dl-error {
  background-color: var(--error) !important;
  color: var(--errorText) !important;
}