/* v47.84 - Sidebar copyright + cash change close layer/order polish */
html body .side-nav,
html body aside.side-nav#sideNav{
  display:flex!important;
  flex-direction:column!important;
}
html body .side-nav .sc-logout-pro,
html body aside.side-nav#sideNav .sc-logout-pro{
  flex:0 0 auto!important;
}
html body .sm360-sidebar-footer{
  flex:0 0 auto!important;
  margin-top:auto!important;
  padding:16px 14px 18px!important;
  text-align:center!important;
  color:rgba(255,255,255,.52)!important;
  font-family:var(--sc-font-body,"General Sans",Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif)!important;
  font-size:11px!important;
  line-height:1.45!important;
  letter-spacing:-.01em!important;
  pointer-events:none!important;
}
html body .sm360-sidebar-footer-line{
  width:100%!important;
  height:1px!important;
  margin:0 0 14px!important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent)!important;
}
html body .sm360-sidebar-footer-title{
  color:rgba(255,255,255,.86)!important;
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:850!important;
  margin:0 0 5px!important;
}
html body .sm360-sidebar-footer-version{
  color:rgba(255,255,255,.64)!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:650!important;
  margin:0 0 11px!important;
}
html body .sm360-sidebar-footer-copy{
  color:rgba(255,255,255,.46)!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:500!important;
}
/* Make the cash-change close button clickable even when the header title creates a stacking layer */
html body #sm360CashChangeDialog .sm360-cash-change-close-v4779,
html body #sm360CashChangeDialog .sm360-cash-change-close-v4781,
html body #sm360CashChangeDialog .sm360-cash-change-close-v4784{
  z-index:50!important;
  pointer-events:auto!important;
  position:absolute!important;
  top:18px!important;
  right:18px!important;
}
html body #sm360CashChangeDialog #sm360CashChangeTitle{
  position:relative!important;
  z-index:2!important;
  padding-right:84px!important;
}
html body #sm360CashChangeDialog #sm360CashChangeTitle + .sm360-cash-change-close-v4779,
html body #sm360CashChangeDialog #sm360CashChangeTitle + .sm360-cash-change-close-v4781,
html body #sm360CashChangeDialog #sm360CashChangeTitle + .sm360-cash-change-close-v4784{
  z-index:60!important;
}
