﻿.footer {
  border-top: 10px solid var(--theme-color);
  background-color: #0A90D6;
}
.footer .container {
  display: flex;
  padding-bottom: 24px;
}
.footer .container .footer-left,
.footer .container .footer-center {
  position: relative;
}
.footer .container .footer-left::after,
.footer .container .footer-center::after {
  content: '';
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scaleX(0.5);
}
.footer .container .footer-left {
  margin-top: 27px;
  padding-right: 14px;
  flex-grow: 1;
}
.footer .container .footer-left .footer-left-row {
  margin-left: 25px;
  display: flex;
  color: #FFF;
  font-size: 14px;
  align-items: flex-start;
}
.footer .container .footer-left .footer-left-row .label {
  flex-shrink: 0;
}
.footer .container .footer-left .footer-left-row:not(:last-child) {
  margin-bottom: 12px;
}
.footer .container .footer-left .footer-left-row .limit-line-2 {
  max-width: 224px;
}
.footer .container .footer-left .footer-left-row > img {
  margin-top: 2px;
  width: 16px;
  margin-right: 12px;
  flex-shrink: 0;
}
.footer .container .footer-left .footer-left-row > span {
  white-space: nowrap;
}
.footer .container .footer-left .footer-left-row span {
  color: #FFF !important;
}
.footer .container .footer-center {
  margin-top: 19px;
  width: 538px;
}
.footer .container .footer-center > img {
  width: 372px;
}
.footer .container .footer-right {
  padding-left: 23px;
  padding-right: 38px;
  flex-grow: 1;
  flex-shrink: 0;
}
.footer .container .footer-right > label {
  color: #FFF;
  font-size: 14px;
}
.footer .container .footer-right #link {
  height: 33px;
  width: 200px;
  margin-left: 14px;
  background: #FFF;
}
.footer .footer-copyright {
  font-size: 14px;
  color: #FFF;
  padding: 12px 0 28px;
  position: relative;
}
.footer .footer-copyright::after {
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0.5);
}
.footer .footer-copyright a {
  margin-left: 17px;
  color: inherit;
}
.manage-footer .footer-copyright {
  font-size: 14px;
  padding: 12px 0 14px;
}
.manage-footer .footer-copyright::after {
  display: none;
}