:root{--bal-date-popup-z-index: var(--bal-z-index-tooltip);--bal-date-popup-shadow: var(--bal-shadow-normal);--bal-date-popup-radius: var(--bal-radius-normal)}:root{--bal-z-index-tooltip: 1300}.bal-date{display:block;font-family:var(--bal-font-family-text);width:100%}.bal-date__icon--clickable{cursor:pointer}.bal-date__popup{display:none;width:max-content;position:absolute;top:0;left:0;z-index:var(--bal-date-popup-z-index);box-shadow:var(--bal-date-popup-shadow);border-radius:var(--bal-date-popup-radius)}.bal-date__popup--visible{display:block}