/* Misc mixins */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.av-button {
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  border: 0;
  ouline: 0;
  font-weight: bold;
  text-transform: uppercase;
  height: 41px;
  background-color: #df9800;
  padding: 10px 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .av-button:hover {
    color: #000;
    background-color: #fff; }

.ce-block .anchor {
  margin-bottom: 20px;
  border: 1px solid #000;
  padding: 5px 10px 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 140px 1fr; }
  .ce-block .anchor:before {
    content: "HTML Anchor";
    display: inline;
    margin-right: 15px; }

header .top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  header .top .inner img {
    width: 150px; }
@media (min-width: 981px) {
  header .top {
    padding: 20px 50px; } }
@media (max-width: 981px) {
  header .top {
    padding: 20px 25px; } }
header .bottom {
  border-bottom: solid .5px #df9800;
  background-color: #000; }
  header .bottom .inner {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .bottom .inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff; }
      header .bottom .inner ul li:last-of-type:after {
        display: none; }
      header .bottom .inner ul li:after {
        padding-left: 15px;
        content: "-"; }
      header .bottom .inner ul a {
        color: inherit;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
        header .bottom .inner ul a:hover {
          color: #9b221a; }
  @media (min-width: 981px) {
    header .bottom {
      padding: 20px 50px; } }
  @media (max-width: 981px) {
    header .bottom {
      padding: 20px 25px; } }

section.login.form .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 100%; }
  @media (min-width: 981px) {
    section.login.form .inner {
      padding: 50px; } }
  @media (max-width: 981px) {
    section.login.form .inner {
      padding: 50px 25px; } }
  section.login.form .inner h1 {
    text-align: center; }
  section.login.form .inner .error-msg {
    text-align: center;
    background-color: #ffffff;
    padding: 35px 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    width: 100%; }
  section.login.form .inner form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0px;
    background-color: #78241d;
    padding: 35px; }
    section.login.form .inner form label {
      font-weight: bold;
      color: #fff;
      display: block;
      margin-bottom: 7.5px; }
    section.login.form .inner form input#togglePWD {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: relative;
      top: 4px; }
    section.login.form .inner form .tgglpwd {
      color: #fff;
      margin-top: 10px; }

form select {
  border-radius: 5px;
  outline: unset;
  border: 1px solid #000;
  height: 52px;
  min-width: 250px;
  font-size: 18px;
  padding: 5px 10px;
  background-color: #000;
  color: #df9800; }
  form select:focus-visible, form select:target, form select:active, form select:focus {
    border: 1px solid #df9800 !important; }
form input[type="text"] {
  margin-bottom: 15px; }
  form input[type="text"]:last-of-type {
    margin-bottom: 0px !important; }
form input[type="number"], form input[type="password"], form input[type="text"] {
  border-radius: 5px;
  outline: unset;
  border: 1px solid #000;
  height: 52px;
  min-width: 250px;
  font-size: 18px;
  padding: 5px 10px;
  background-color: #000;
  color: #df9800; }
  form input[type="number"]:focus-visible, form input[type="number"]:target, form input[type="number"]:active, form input[type="number"]:focus, form input[type="password"]:focus-visible, form input[type="password"]:target, form input[type="password"]:active, form input[type="password"]:focus, form input[type="text"]:focus-visible, form input[type="text"]:target, form input[type="text"]:active, form input[type="text"]:focus {
    border: 1px solid #df9800 !important; }
form input[type="submit"] {
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  border: 0;
  ouline: 0;
  font-weight: bold;
  text-transform: uppercase;
  height: 41px;
  background-color: #df9800;
  padding: 10px 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  form input[type="submit"]:hover {
    color: #000;
    background-color: #fff; }

section.admin.list .inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 981px) {
    section.admin.list .inner {
      padding: 50px 50px; } }
  @media (max-width: 981px) {
    section.admin.list .inner {
      padding: 50px 25px; } }
section.admin.list h1 {
  margin-bottom: 20px; }
section.admin.list ul {
  background-color: #78241d;
  padding: 25px; }
  section.admin.list ul li.header {
    font-weight: bold;
    border-bottom: 1px solid #df9800;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  section.admin.list ul li:not(.header) {
    margin-bottom: 8px; }
  section.admin.list ul li > div {
    display: grid;
    color: #fff; }
  section.admin.list ul li a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    text-decoration: underline; }
    section.admin.list ul li a:hover {
      color: #df9800; }
section.admin.list.squads ul li > div,
section.admin.list.squads ul li > a {
  grid-template-columns: 1fr 75px 38px 38px; }
  @media (min-width: 981px) {
    section.admin.list.squads ul li > div,
    section.admin.list.squads ul li > a {
      gap: 35px; } }
  @media (max-width: 981px) {
    section.admin.list.squads ul li > div,
    section.admin.list.squads ul li > a {
      gap: 35px; } }
section.admin.list.squads ul li .members {
  text-align: center; }
section.admin.list.guides ul li > div,
section.admin.list.guides ul li > a {
  grid-template-columns: 1fr 1fr 38px 38px; }
  @media (min-width: 981px) {
    section.admin.list.guides ul li > div,
    section.admin.list.guides ul li > a {
      gap: 35px; } }
  @media (max-width: 981px) {
    section.admin.list.guides ul li > div,
    section.admin.list.guides ul li > a {
      gap: 35px; } }

section.admin.edit .inner {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 981px) {
    section.admin.edit .inner {
      padding: 50px 50px; } }
  @media (max-width: 981px) {
    section.admin.edit .inner {
      padding: 50px 25px; } }
section.admin.edit h1 {
  margin-bottom: 20px; }
section.admin.edit .fields {
  background-color: #78241d;
  padding: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
  section.admin.edit .fields > div .title {
    font-weight: bold; }
section.admin.edit.squads ul li > div,
section.admin.edit.squads ul li > a {
  grid-template-columns: 1fr 75px 38px 38px; }
  @media (min-width: 981px) {
    section.admin.edit.squads ul li > div,
    section.admin.edit.squads ul li > a {
      gap: 35px; } }
  @media (max-width: 981px) {
    section.admin.edit.squads ul li > div,
    section.admin.edit.squads ul li > a {
      gap: 35px; } }
section.admin.edit.squads ul li .members {
  text-align: center; }

body {
  font-family: 'Raleway';
  background-color: #751913;
  padding: 0;
  margin: 0;
  line-height: 160%; }
  body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.rank {
  background-color: #232428;
  color: #fff;
  border-radius: 5px;
  padding: 6px 10px;
  margin-right: 10px; }
  .rank.squad {
    color: #000;
    background-color: #df9800; }
  .rank i {
    margin-right: 7.5px;
    display: inline-block;
    width: 14px;
    height: 13px;
    border-radius: 100%; }

section.b404 {
  padding: 20px 50px; }
  section.b404 h1 {
    text-align: center; }
section h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 150%; }
section .inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

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