footer.row {
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(2, 2, 2, 0.5) 0%, rgba(16, 22, 29, 0.507) 81.3%);
  margin-top: 2em;
  padding: 2.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  text-align: center;
  position: relative;
  border-top: 1px solid black;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: fadeIn 0.8s ease-out;
}
footer.row .footer-content {
  max-width: 1200px;
  margin: 0 auto;
}
footer.row .footer-content .footer-brand {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #FFFFFF;
}
footer.row .footer-content .footer-version {
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 1.5rem;
  display: block;
}
footer.row .footer-content .language-selector {
  display: inline-block;
  margin-top: 1rem;
}
footer.row .footer-content .language-selector form {
  position: relative;
}
footer.row .footer-content .language-selector form .selectpicker {
  background: rgba(51, 51, 51, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  color: #FFFFFF;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 180px;
  text-align: left;
  background-image: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
footer.row .footer-content .language-selector form .selectpicker:hover {
  border-color: rgba(207, 39, 34, 0.5);
  box-shadow: 0 0 10px rgba(207, 39, 34, 0.2);
}
footer.row .footer-content .language-selector form .selectpicker:focus {
  outline: none;
  border-color: #CF2722;
  box-shadow: 0 0 0 2px rgba(207, 39, 34, 0.3);
}

.bootstrap-select .dropdown-menu {
  background: #404040;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
  margin-top: 5px;
  border-radius: 12px;
  overflow: visible;
}
.bootstrap-select .dropdown-menu li a {
  color: #FFFFFF;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bootstrap-select .dropdown-menu li a:hover {
  background: #595959;
  color: #FFFFFF;
}
.bootstrap-select .dropdown-menu li a.selected {
  background: rgba(207, 39, 34, 0.3);
}
.bootstrap-select .dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.1);
}

.bootstrap-select .dropdown-toggle .filter-option {
  color: #FFFFFF;
}
.bootstrap-select .dropdown-toggle .caret {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  footer.row {
    padding: 1.5rem 1rem;
    margin-top: 3em;
  }
  footer.row .footer-content .footer-brand {
    font-size: 1rem;
  }
  footer.row .footer-content .language-selector form .selectpicker {
    min-width: 160px;
    font-size: 0.85rem;
  }
}
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:hover {
  background-color: #404040 !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF !important;
}/*# sourceMappingURL=bns.css.map */