@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

.subtitle {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

::selection {
  color: #fff;
  background: #2ab53a;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #2ab53a;
}

::-webkit-scrollbar-thumb:hover {
  background: #158c15;
}

*:focus {
  outline: none !important;
}

.loading {
  opacity: 0.5;
}

.controller {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .controller {
    display: block;
  }
}
@media (max-width: 768px) {
  .controller .pages {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.controller .pages select {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  height: 36.89px;
}
.controller .pages select option {
  background: #fff;
  color: #414856;
  font-size: 16px;
}
.controller .pagination {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
}
@media (max-width: 768px) {
  .controller .pagination {
    width: fit-content;
    margin: auto;
  }
}
.controller .pagination .page-item {
  border-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.controller .pagination .page-item .page-link {
  height: 36.89px !important;
  border-radius: 0 !important;
}
.controller .pagination .page-item.active .page-link {
  color: #fff;
  background: #2ab53a;
  cursor: default;
}
.controller .pagination .page-item.disabled {
  cursor: default;
}
.controller .pagination .page-item.disabled .page-link {
  cursor: default;
  color: #6c757d;
}
.controller .pagination .page-item .page-link {
  color: #212529;
  border: 0;
  transition: background-color 0.3s;
  font-size: 16px;
  border-left: #1b1d28 solid 1px;
  cursor: pointer;
}
.controller .pagination .page-item .page-link:first-child {
  border-left: 0;
}

.inputbox {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 40px;
  display: block;
}
.inputbox input {
  padding: 10px;
  border: 0;
  border-radius: 0px;
  color: #414856;
  box-shadow: 0 0 20px 0 #0000001a;
  width: 100%;
}
.inputbox .searchbox {
  position: relative;
  box-shadow: 0 0 20px 0 #0000001a;
  border-radius: 0;
}
.inputbox .searchbox .list-group {
  border-radius: 0px;
  margin-top: 2.5px;
  width: 100%;
}
.inputbox .searchbox .list-group .list-group-item {
  border: 0;
  cursor: pointer;
}
.inputbox .searchbox .list-group .list-group-item.disabled {
  cursor: default;
}

body {
  font-family: "Raleway", sans-serif;
  background: #f3f5fa;
}

span.number {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.text-bg-warning {
  color: #fff !important;
}

header {
  height: 35vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(../images/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
header .navigation {
  width: 100%;
  font-size: 1rem;
  z-index: 10;
}
header .navigation.row {
  margin: 0 auto;
  max-width: 95rem;
  padding: 1rem;
}
header .navigation .left .logo {
  width: 40px;
  height: 40px;
  background-image: url("../images/logo.png");
  background-position: center;
  background-size: cover;
}
header .navigation .left p {
  margin: 0;
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
}
header .navigation nav a {
  color: #fff;
}
header .navigation nav a:hover {
  color: #fff;
  opacity: 0.9;
}
header .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 125px);
  color: #fff;
}
header .content h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin: 0;
}
@media (max-width: 600px) {
  header .content h1 {
    font-size: 2rem;
  }
}
header .content h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 600px) {
  header .content h2 {
    font-size: 1rem;
  }
}
header .headercontainer {
  margin: 0 auto;
  max-width: 95rem;
  padding: 0 1rem;
  display: flex;
  color: #fff;
  height: calc(100% - 125px);
}
@media (max-width: 768px) {
  header .headercontainer {
    align-items: center;
    justify-content: center;
  }
  header .headercontainer h1,
header .headercontainer h2 {
    text-align: center;
  }
}
header .headercontainer h1 {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1200px) {
  header .headercontainer h1 {
    font-size: 1.75rem;
  }
}
@media (max-width: 992px) {
  header .headercontainer h1 {
    font-size: 1.5rem;
  }
}
header .headercontainer h2 {
  margin: 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1200px) {
  header .headercontainer h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  header .headercontainer h2 {
    font-size: 1rem;
  }
}
header .type {
  display: flex;
  align-items: center;
}
header .type img {
  height: 80px;
  width: 80px;
}
@media (max-width: 768px) {
  header .type img {
    display: none;
  }
}
header .type .type-content {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  header .type .type-content {
    margin-left: 0;
  }
}
header .lastpunish, header .playerpunish {
  display: flex;
  justify-content: end;
  margin-left: auto;
  align-items: center;
  text-align: right;
}
@media (max-width: 768px) {
  header .lastpunish, header .playerpunish {
    display: none;
  }
}
header .lastpunish .lastpunish-content, header .lastpunish .playerpunish-content, header .playerpunish .lastpunish-content, header .playerpunish .playerpunish-content {
  margin-right: 1rem;
}
header .lastpunish img, header .playerpunish img {
  width: 80px;
}
header .playerpunish {
  display: flex;
}

.punishnav {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 23, 80, 0.2);
  margin-bottom: 50px;
}
.punishnav .nav-item .nav-link {
  color: #212529 !important;
}
.punishnav .nav-item .nav-link:hover {
  text-decoration: underline;
}

.punish-types .card,
.punish-stats .card,
.punish-total .card {
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 20px 0 rgba(0, 23, 80, 0.2);
}
.punish-types .card .card-body,
.punish-stats .card .card-body,
.punish-total .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.punish-types {
  margin-bottom: 40px;
}
.punish-types a {
  color: #212529;
  text-decoration: none;
}
.punish-types .card {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.punish-types .card:hover {
  transform: scale(1.05);
}
.punish-types .card .card-body img {
  margin-bottom: 1rem;
}
.punish-types .card .card-body h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.punish-stats {
  margin-bottom: 30px;
}
.punish-stats .card {
  position: relative;
}
.punish-stats .card .card-name {
  position: absolute;
  top: -20%;
  padding: 5px 10px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.punish-stats .card .card-name.ban {
  background: linear-gradient(to bottom right, #ED213A, #C4071E);
}
.punish-stats .card .card-name.kick {
  background: linear-gradient(to bottom right, #FF9D0A, #F5AF19);
}
.punish-stats .card .card-name.mute {
  background: linear-gradient(to bottom right, #8A3AB7, #512DA8);
}
.punish-stats .card .card-name.warn {
  background: linear-gradient(to bottom right, #0575E6, #0053A7);
}
.punish-stats .card .card-name h5 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.punish-stats .card .card-body h5 {
  margin-top: 15px;
  margin-bottom: 0;
}

.punish-total .card .card-body h5 {
  margin-bottom: 0;
}
.punish-total .card .card-body h5 span.marked {
  color: #2ab53a;
  font-weight: 600;
}

#punishments .info {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  width: 100%;
}
#punishments .info a {
  text-decoration: underline;
}
#punishments .table-container {
  position: relative;
}
#punishments .table-container .table-shadow {
  content: "";
  position: absolute;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  height: calc(100% - 15px);
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#punishments .table {
  text-align: center;
  border: 0 !important;
  background: #fff;
}
#punishments .table th {
  border-bottom-width: 0 !important;
}
#punishments .table td {
  vertical-align: middle;
  border: 1px solid #C9C9C9;
  border-style: none solid none none;
}
#punishments .table td:first-child {
  border-left: none;
}
#punishments .table td:last-child {
  border-right: none;
}
#punishments .table td.nc {
  text-align: left;
}
#punishments .table td a {
  color: #212529 !important;
  text-decoration: none;
}
#punishments .table td a:hover {
  text-decoration: underline;
}
#punishments .table td img {
  height: 25px;
  width: 25px;
}
#punishments .ban {
  background: linear-gradient(to bottom right, #ED213A, #C4071E);
  font-weight: bold;
  color: #fff;
}
#punishments .kick {
  background: linear-gradient(to bottom right, #FF9D0A, #F5AF19);
  font-weight: bold;
  color: #fff;
}
#punishments .mute {
  background: linear-gradient(to bottom right, #8A3AB7, #512DA8);
  font-weight: bold;
  color: #fff;
}
#punishments .warn {
  background: linear-gradient(to bottom right, #0575E6, #0053A7);
  font-weight: bold;
  color: #fff;
}

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