* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #457fca;
  background-image: url("../icon/bg-chat-tile-dark.png");
  font-size: 1rem;
  line-height: 20px;
  font-family: "Trebuchet MS", sans-serif;
  color: #34495E;
}

a {
  color: #457fca;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

hr {
  background-color: #457fca;
  background-image: linear-gradient(to right, #5691c8, #457fca);
  border: 0;
  height: 2px;
}

input[type=text], input[type=password], select, textarea {
  padding: 5px 10px;
  border: 1px solid #457fca;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit], button {
  background-color: #457fca;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0;
}
input[type=submit]:hover, button:hover {
  background-color: rgba(77, 135, 202, 0.3);
}

[data-after-text],
[data-before-text] {
  position: relative;
}

[data-after-text]:not([data-after-text="0"])::after {
  content: attr(data-after-text);
}

[data-before-text]:not([data-before-text="0"])::before {
  content: attr(data-before-text);
}

[data-after-text]:not([data-after-text="0"])::after,
[data-before-text]:not([data-before-text="0"])::before {
  align-items: center;
  background: #c23934;
  border-radius: 1.5rem;
  bottom: auto;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  color: hsl(195, 100%, 99%);
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 700;
  height: 1rem;
  justify-content: center;
  left: auto;
  padding: 0;
  position: absolute;
  right: calc(0px - 0.5rem);
  text-decoration: none;
  text-transform: uppercase;
  top: calc(0px - 0.5rem);
  width: 1rem;
}

.shine {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 6px;
  position: relative;
  font-family: "Merriweather", serif;
  mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  mask-size: 200%;
  -webkit-mask-size: 200%;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
header nav {
  margin-top: 0;
}
header nav + .affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
}
header nav ul {
  background-color: #457fca;
  background-image: linear-gradient(to right, #5691c8, #457fca);
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.5);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
header nav ul li {
  float: left;
  width: 100%;
  max-width: 20%;
  border-right: 1px solid #457fca;
}
header nav ul li:last-child {
  border: none;
}
header nav ul li:not(.site):hover {
  background-color: rgba(69, 127, 202, 0.5);
}
header nav ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}
header nav ul li a i {
  color: #fff;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.menu-border {
  background-color: #eaeaea;
  padding: 0 5px;
}
.menu-border .menu {
  border: 1px solid #d2d2d2;
  border-top: none;
  background-color: #fff;
  padding: 8px 8px 6px 6px;
}
.menu-border .menu [data-align=center] {
  background: rgba(77, 135, 202, 0.3);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin: 5px 0;
  padding: 5px;
}

footer nav {
  background-color: #457fca;
  background-image: linear-gradient(to right, #5691c8, #457fca);
  box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
footer nav ul li {
  float: left;
  width: 100%;
  max-width: 20%;
  border-right: 1px solid #457fca;
}
footer nav ul li.site {
  max-width: 60%;
}
footer nav ul li.site a {
  cursor: auto;
}
footer nav ul li:last-child {
  border: none;
}
footer nav ul li:not(.site):hover {
  background-color: rgba(69, 127, 202, 0.5);
}
footer nav ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}
footer nav ul li a i {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
