@import 'hid-data-variables';

.hid-footer {
 /* position: fixed !important;*/
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: $ui-01 !important;
  text-align: left !important;
  padding: 0.375rem !important;
  font-family: $font-family-base !important;
  font-size: 0.875rem !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: 1.43 !important;
  letter-spacing: 0.013rem !important;
  color: $font-01 !important;
  z-index: $hid-header-footer-zIndex !important;
}

.hid-footer__content-divider{
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.hid-footer__link{
  color: $font-01 !important;
}

.hid-footer-fixed{
  position: fixed !important;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: $hid-header-footer-zIndex !important;
}
