.ud__drawer__root{box-sizing:border-box;pointer-events:none;position:fixed;z-index:1000}.ud__drawer-open,.ud__drawer__mask{bottom:0;left:0;right:0;top:0}.ud__drawer__mask{background-color:var(--bg-mask)}.ud__drawer__content__wrapper,.ud__drawer__mask{box-sizing:border-box;pointer-events:auto;position:absolute}.ud__drawer__content__wrapper{background-clip:padding-box;background-color:var(--bg-float);border:0;display:flex;flex-direction:column;flex-wrap:nowrap;overflow:auto}.ud__drawer__content__wrapper:focus{outline:none;--hack-merge-rules:true}.ud__drawer__content__wrapper:focus-visible{outline:none}.ud__drawer__content{box-sizing:border-box;flex:1;padding:24px}.ud__drawer__content__pd-sm{padding:20px}.ud__drawer__content__nofooter{padding-bottom:0}.ud__drawer__header{background:#fff;background-color:var(--bg-float);border-bottom:1px solid var(--line-divider-default);box-sizing:border-box;padding:16px 24px}.ud__drawer__header__content{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between}.ud__drawer__header__title{box-sizing:border-box;color:var(--text-title);width:100%}.ud__drawer__header__subTitle{box-sizing:border-box;color:var(--text-caption);margin:4px 0 0}.ud__drawer__footer{box-sizing:border-box;padding:24px}.ud__drawer-left .ud__drawer__content__wrapper{bottom:0;box-shadow:var(--shadow-s5-right);left:0;top:0}.ud__drawer-right .ud__drawer__content__wrapper{bottom:0;box-shadow:var(--shadow-s5-left);right:0;top:0}.ud__drawer-top .ud__drawer__content__wrapper{box-shadow:var(--shadow-s5-down);left:0;right:0;top:0}.ud__drawer-bottom .ud__drawer__content__wrapper{bottom:0;box-shadow:var(--shadow-s5-up);left:0;right:0}.ud__drawer__close>.ud__button{color:var(--icon-n2);margin-bottom:-2px;margin-right:-4px;margin-top:-2px}