﻿.nova-web-component-footer {
  --web-footer-bg-color: #162434;
  --web-footer-color: #ffffff;
  --web-footer-hover-bg-color: #162434;
  --web-footer-hover-color: #b1d3fb;
  height: 25px;
  width: 100%;
  background-color: var(--web-footer-bg-color);
  display: flex;
  justify-content: space-between;
  color: var(--web-footer-color);
}
.nova-web-component-footer .nova-web-button-container .nova-web-component-button {
  min-height: 25px;
  --web-component-button-bg-color: var(--web-footer-bg-color);
  --web-component-button-color: var(--web-footer-color);
  --web-component-button-hover-bg-color: var(--web-footer-hover-bg-color);
  --web-component-button-hover-color: var(--web-footer-hover-color);
  border-image: linear-gradient(180deg, rgba(247, 247, 247, 0) 5%, #ffffff 50%, rgba(247, 247, 247, 0) 95%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.nova-web-component-footer .nova-web-button-container .nova-web-component-button .nova-web-button-content-container {
  min-height: 25px;
}
.nova-web-component-footer .nova-web-button-container .nova-web-component-button .nova-web-button-content-container .nova-web-button-text-container {
  padding: 0 10px 0 10px;
  font-size: 10px;
}
.nova-web-component-footer .nova-web-footer-left-container {
  display: flex;
  flex-shrink: 0;
}
.nova-web-component-footer .nova-web-footer-left-container .nova-web-button-container {
  background-color: var(--web-footer-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nova-web-component-footer .nova-web-footer-left-container .nova-web-button-container .nova-web-component-button:last-child {
  border-right: none;
}
.nova-web-component-footer .nova-web-footer-right-container {
  display: flex;
  justify-content: flex-end;
}
.nova-web-component-footer .nova-web-footer-right-container .nova-web-button-container {
  background-color: var(--web-footer-bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nova-web-component-footer .nova-web-footer-right-container .nova-web-button-container .nova-web-component-button:last-child {
  border-right: none;
}