:root {
  --animate-duration: 1s;
}

sl-sticky-footer-enhanced .flex-inline {
  display: inline-flex;
  align-items: center;
}
sl-sticky-footer-enhanced .flex-start {
  display: flex;
  align-items: flex-start;
}
sl-sticky-footer-enhanced .cursor-pointer {
  cursor: pointer;
}
sl-sticky-footer-enhanced .amount-section {
  min-width: 144px;
}
@media only screen and (max-width: 1024px) {
  sl-sticky-footer-enhanced .amount-section {
    min-width: 85px;
  }
}
@media only screen and (max-width: 480px) {
  sl-sticky-footer-enhanced .amount-section {
    min-width: 72px;
  }
}
sl-sticky-footer-enhanced {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 21000;
}
sl-sticky-footer-enhanced.position-sticky {
  position: sticky;
}
sl-sticky-footer-enhanced.position-fixed {
  position: fixed;
}
sl-sticky-footer-enhanced .no-expand {
  min-height: 96px;
}
sl-sticky-footer-enhanced .amount-section-desktop {
  min-width: 144px;
}
sl-sticky-footer-enhanced .info-mobile-section {
  align-items: baseline;
}
sl-sticky-footer-enhanced .width-100 {
  width: 100%;
}
sl-sticky-footer-enhanced .max-48 {
  max-width: 48px;
}
sl-sticky-footer-enhanced .justify-end {
  justify-content: end;
}
sl-sticky-footer-enhanced .keyboard-focus-button:focus-visible {
  outline: 2px solid var(--sdx-color-int-blue--active) !important;
  border-radius: 4px;
}
sl-sticky-footer-enhanced .container {
  width: 896px !important;
  border-radius: 20px;
  border: 1px solid var(--sdx-color-border-ui-2);
  box-shadow: 0px 0px 56px 0px rgba(85, 84, 91, 0.4);
  min-height: 120px;
  position: relative;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 1024px) {
  sl-sticky-footer-enhanced .container {
    width: auto !important;
    max-width: 655px !important;
  }
}
@media only screen and (max-width: 480px) {
  sl-sticky-footer-enhanced .container {
    width: 100% !important;
    border-radius: 20px 20px 0 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}