/* 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;
}

/**
 * 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;
}

.particles-js-canvas-el {
  position: absolute;
  z-index: 5;
}

body {
  font-family: "Raleway", sans-serif;
  position: relative;
  min-height: 100vh;
}
body.menu {
  overflow-y: hidden;
  height: 100vh;
}

html, body {
  overflow-x: hidden;
}

a {
  color: inherit;
  transition-duration: 100ms;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

h2, h3, h4, h5, h6 {
  font-weight: bold;
}

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

.row {
  margin: 0 auto;
  max-width: 95rem;
  padding: 0 1rem;
}

.gradient {
  background: linear-gradient(to bottom right, #0c3038, #ed1c35);
}

p.online::before, p.offline::before, p.bussy::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: -3px;
}

p.online::before {
  background: #48FF41;
  border: 4px solid #b3ffac;
}

p.offline::before {
  background: #fe3d3e;
  border: 4px solid #ffb9b7;
}

p.bussy::before {
  background: #FFA500;
  border: 4px solid #FFDB99;
}

section {
  margin-bottom: 6rem;
}
section .title {
  max-width: 95rem;
  padding: 0 1rem;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  position: relative;
}
section .title h2 {
  font-size: 2.5rem;
}
section .title::after {
  content: attr(data-shadow);
  position: absolute;
  font-size: 4rem;
  opacity: 0.1;
  left: 1rem;
  top: -0.8rem;
  font-weight: bold;
}
section .title.no-description::after {
  top: -1.5rem;
}
@media (max-width: 768px) {
  section .title::after {
    display: none;
  }
}

.slick-slide {
  outline: none;
}
.navbarbrand {
  font-size: 2rem;
  font-style: inherit;
  font-weight: bold;
}
/* Header */
header.d-flex {
  height: 55rem;
  position: relative;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("https://fenixkingdom.nl/public/images/background.png");
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 15rem;
}
header.d-flex.small {
  height: 32rem;
  padding-bottom: 12rem;
}
header.d-flex .navigation {
  width: 100%;
  font-size: 1rem;
  z-index: 10;
}
header.d-flex .navigation.sticky {
  position: fixed;
  background: #ffffff;
  max-width: unset;
  color: #212529;
  z-index: 1000;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
header.d-flex .navigation .bars {
  display: none;
}
header.d-flex .navigation .left .logo {
  width: 40px;
  height: 40px;
  background-image: url("../../public/images/logo.png");
  background-position: center;
  background-size: cover;
}
header.d-flex .navigation .left p {
  display: block;
  padding: .5rem 1rem;
}
header.d-flex .navigation .left nav {
  padding: 1rem 0;
}
header.d-flex .navigation .left nav a:hover {
  opacity: 0.9;
}
header.d-flex .navigation .left .nav .dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
header.d-flex .navigation .left .nav .dropdown-content {
  display: none;
  position: absolute;
  color: #212529;
  background: #ed1c35 ;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
  left: 50%!important;
  right: auto!important;
  transform: translate(-50%)!important;
  transition: opacity .3s;
  max-height: unset;
  overflow: auto;
  width: fit-content;
}
header.d-flex .navigation .left .nav .dropdown:hover .dropdown-content {
  display: block;
}
header.d-flex .navigation .left .nav .dropdown-content .nav-link:hover {
  opacity: 1;
  background: #ed1c35;
}
header.d-flex .navigation .right .button {
  padding: 0.5rem 2rem;
  border-radius: 1.25rem;
  transition-duration: 100ms;
  display: block;
}
header.d-flex .navigation .right .button:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  header.d-flex .navigation {
    flex-direction: column;
    padding: 0;
    position: fixed;
    top: -100%;
    left: 0;
    background: #151515;
    width: 100%;
    padding: 1rem 0;
    height: 100%;
    z-index: 90;
  }
  header.d-flex .navigation.shown {
    top: 0;
  }
  header.d-flex .navigation .left {
    width: 100%;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  header.d-flex .navigation .left .logo {
    margin: 0;
  }
  header.d-flex .navigation .left .nav {
    flex-direction: column;
    width: 100%;
  }
  header.d-flex .navigation .left .nav .nav-link {
    width: 100%;
    padding: 1rem 1rem;
    text-align: center;
  }
  header.d-flex .navigation .left .nav .nav-link:hover {
    background: #202020;
  }
  header.d-flex .navigation .left .nav .dropdown {
    padding: 0;
  }
  header.d-flex .navigation .left .nav .dropdown span {
    display: none;
  }
  header.d-flex .navigation .left .nav .dropdown.nav-link:hover {
    background: #151515;
  }
  header.d-flex .navigation .left .nav .dropdown-content {
    width: 100%;
    display: block;
    background: #151515;
    box-shadow: none;
    color: #ed1c35;
  }
  header.d-flex .navigation .left .nav .dropdown-content .nav-link:hover {
    opacity: 1;
    background: #1f1f1f;
  }
}
header .content {
  z-index: 10;
}
header.d-flex::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 32rem;
  width: 100%;
  background-image: url("../../public/images/wave.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: 10;
}
@media (max-width: 2560px) {
  header.d-flex::after {
    height: 22rem;
  }
}
@media (max-width: 1920px) {
  header.d-flex::after {
    height: 15rem;
  }
}
@media (max-width: 768px) {
  header.d-flex .bars {
    display: block;
    background-image: url("../../public/images/menu.svg");
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 1rem;
    z-index: 100;
    cursor: pointer;
  }
}
@media (max-width: 375px) {
  header.d-flex .content h1 {
    font-size: 3rem;

  }
}

/* Post-header */
#post-header {
  margin-top: -10rem;
  padding: 0 1rem;
  align-items: center;
  justify-content: center;
  text-align: left;
  z-index: 10;
}
#post-header > div > div {
  border-radius: 10px;
  padding: 1.25rem 2rem;
  color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
  width: 46.625rem;
  margin: 0 auto;
  max-width: 100%;
  justify-content: space-between;
  z-index: 10;
}
#post-header > div > div h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
#post-header > div > div .btn {
  background: #fff;
  color: #ed1c35;
  padding: 0.75rem 2rem;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  #post-header > div > div {
    flex-direction: column;
  }
  #post-header > div > div .left {
    text-align: center;
  }
  #post-header > div > div .right {
    margin-top: 1rem;
  }
}

/* About */
#about .left .title {
  padding: 0;
}
#about .left .title::after {
  left: 0;
}
#about .left .info {
  margin-bottom: 2.5rem;
}
#about .left .features {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#about .left .features > div i {
  min-width: 6rem;
  color: #000;
  font-size: 2.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}
#about .left .features > div:nth-child(1) i {
  color: #0077FF;
  background-color: rgba(0, 119, 255, 0.25);
}
#about .left .features > div:nth-child(2) i {
  color: #FF9D0A;
  background-color: rgba(255, 157, 10, 0.25);
}
#about .left .features > div:nth-child(3) i {
  color: #2ab53a;
  background-color: rgba(42, 181, 58, 0.25);
}
#about .left .features > div:nth-child(4) i {
  color: #EA1F38;
  background-color: rgba(234, 31, 55, 0.25);
}
#about .left .features > div p {
  margin-top: 0.5rem;
}
#about .right {
  display: flex;
  justify-content: center;
  width: 50%;
  flex-basis: 50%;
}
#about .right img {
  max-width: 100%;
}
@media (max-width: 992px) {
  #about .right {
    margin-left: 0;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  #about .right {
    width: 100%;
    flex-basis: unset;
    margin-top: 2rem;
    max-width: 100%;
  }
  #about .right img {
    max-width: 80%;
  }
}

/* information */
#information .left .title {
  padding: 0;
}
#information .left .title::after {
  left: 0;
}
#information .left .info {
  margin-bottom: 2.5rem;
}
#information .left .features {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#information .left .features > div i {
  min-width: 6rem;
  color: #000;
  font-size: 2.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}
#information .left .features > div:nth-child(1) i {
  color: #0077FF;
  background-color: rgba(0, 119, 255, 0.25);
}
#information .left .features > div:nth-child(2) i {
  color: #FF9D0A;
  background-color: rgba(255, 157, 10, 0.25);
}
#information .left .features > div:nth-child(3) i {
  color: #2ab53a;
  background-color: rgba(42, 181, 58, 0.25);
}
#information .left .features > div:nth-child(4) i {
  color: #EA1F38;
  background-color: rgba(234, 31, 55, 0.25);
}
#information .left .features > div p {
  margin-top: 0.5rem;
}
#information .right {
  display: flex;
  justify-content: center;
  width: 50%;
  flex-basis: 50%;
}
#information .right img {
  max-width: 100%;
}
@media (max-width: 992px) {
  #information .right {
    margin-left: 0;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  #information .right {
    width: 100%;
    flex-basis: unset;
    margin-top: 2rem;
    max-width: 100%;
  }
  #information .right img {
    max-width: 80%;
  }
}

/* Servers */
#servers .servers {
  display: flex;
  flex-wrap: wrap;
  max-width: 95rem;
  margin: 0 auto;
  padding: 0 1rem;
  justify-content: center;
}
#servers .servers > div {
  color: #fff;
  flex-grow: 1;
  padding: 1.5rem;
  border-radius: 10px;
  background: linear-gradient(to bottom right, #0575E6, #0053A7);
  margin: 0.5rem;
  flex-basis: 30%;
  transition-duration: 100ms;
  min-width: 27rem;
  max-width: 40rem;
}
#servers .servers > div:hover {
  transform: scale(1.05);
}
#servers .servers > div .icon {
  min-width: 6rem;
  min-height: 6rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  background-position: center;
  background-size: cover;
}
#servers .servers > div .content {
  flex-grow: 1;
}
#servers .servers > div h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
#servers .servers > div p {
  margin-bottom: 0.5rem;
  line-height: 1;
}
#servers .servers > div:nth-child(1) {
  background: linear-gradient(to bottom right, #FF9D0A, #F5AF19);
}
#servers .servers > div:nth-child(2) {
  background: linear-gradient(to bottom right, #2ab53a, #158c15);
}
#servers .servers > div:nth-child(3) {
  background: linear-gradient(to bottom right, #ED213A, #C4071E);
}
@media (max-width: 768px) {
  #servers .servers > div {
    min-width: unset;
  }
}
@media (max-width: 425px) {
  #servers .servers > div {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  #servers .servers > div .icon {
    margin: 0;
    margin-bottom: 1rem;
  }
}

/* Vote */
#vote {
  color: #fff;
  padding: 96px 0;
  background-image: url("../../public/images/vote.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#vote .form-inline > .row {
  margin: 0;
  padding: 0;
}
#vote .form-inline > .row > .col:first-child {
  padding: 0;
}
#vote .form-inline .btn {
  background: #fff;
  color: #202020;
  padding: 0.75rem 2rem;
  display: block;
  margin-bottom: 0;
  line-height: 1;
}
#vote .form-inline input {
  padding: 0.75rem 1rem;
  width: 20rem;
  color: #202020;
}
#vote .form-inline .form-control {
  height: calc(2em + .75rem + 2px);
}
@media (max-width: 34rem) {
  #vote .form-inline .row {
    width: 100%;
  }
  #vote .form-inline .col {
    padding: 0;
    width: 100%;
    flex-basis: 100%;
  }
  #vote .form-inline .col:first-child {
    margin-bottom: 0.5rem;
  }
  #vote .form-inline input {
    width: 100%;
  }
  #vote .form-inline .btn {
    width: 100%;
  }
}

/* Blog */
#blog-page .row {
  margin-top: 3rem;
}
#blog-page .row .novinka {
  width: 31rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 0 0.5rem 1rem 0.5rem;
  max-height: 528px;
  overflow-y: hidden;
  position: relative;
  flex-basis: 30%;
  flex-grow: 1;
  min-width: 23.5rem;
  max-width: 100%;
  transition-duration: 100ms;
}
#blog-page .row .novinka:hover {
  transform: scale(1.02);
}
#blog-page .row .novinka::after {
  content: "";
  position: absolute;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
}
#blog-page .row .novinka .image {
  height: 17.4375rem;
  border-radius: 10px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog-page .row .novinka .image.no-image {
  overflow: hidden;
}
#blog-page .row .novinka .image.no-image::after {
  content: attr(data-shadow);
  position: absolute;
  font-size: 12.5rem;
  opacity: 0.1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
}
#blog-page .row .novinka .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
#blog-page .row .novinka .image .content {
  z-index: 2;
  text-align: center;
}
#blog-page .row .novinka .image .content h3 {
  font-weight: bold;
  font-size: 2.5rem;
}
#blog-page .row .novinka .content {
  padding: 1.5rem;
}
#blog-page .row .novinka:nth-child(1n) .no-image {
  background: linear-gradient(to bottom right, #FF9D0A, #F5AF19);
}
#blog-page .row .novinka:nth-child(2n) .no-image {
  background: linear-gradient(to bottom right, #8A3AB7, #512DA8);
}
#blog-page .row .novinka:nth-child(3n) .no-image {
  background: linear-gradient(to bottom right, #ED213A, #C4071E);
}
#blog-page .row .novinka:nth-child(4n) .no-image {
  background: linear-gradient(to bottom right, #0575E6, #0053A7);
}
#blog-page .row .novinka:nth-child(5n) .no-image {
  background: linear-gradient(to bottom right, #FF9D0A, #F5AF19);
}

/* Footer */
footer {
  padding: 4rem 1rem;
  background: #151515;
  color: #fff;
}
footer a {
  color: #808080;
  transition-duration: 100ms;
}
footer a:hover {
  color: #fff;
}
footer .ip {
  font-weight: bold;
  font-size: 2rem;
}
footer .copyright {
  text-align: right;
}
@media (max-width: 768px) {
  footer div {
    text-align: center !important;
  }
  footer .info {
    margin-bottom: 1rem;
  }
  footer .copyright p:last-child {
    margin-top: 1rem;
  }
}

.post-header {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #101010;
  align-items: center;
}
.post-header img {
  max-height: 5rem;
  margin: 0 1rem;
  transition-duration: 100ms;
  filter: grayscale(1);
}
.post-header img:hover {
  filter: grayscale(0);
}

/* Banlist */
#banlist .info {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  width: 100%;
}
#banlist .info a {
  text-decoration: underline;
}
#banlist .table {
  text-align: center;
  border: 1px solid #ddd;
}
#banlist .table .badge-warning {
  color: #fff!important;
}
#banlist .table td {
  vertical-align: middle;
}
#banlist .ban {
  background: linear-gradient(to bottom right, #ED213A, #C4071E);
  font-weight: bold;
  color: #fff;
}
#banlist .kick {
  background: linear-gradient(to bottom right, #FF9D0A, #F5AF19);
  font-weight: bold;
  color: #fff;
}
#banlist .mute {
  background: linear-gradient(to bottom right, #8A3AB7, #512DA8);
  font-weight: bold;
  color: #fff;
}
#banlist .warn {
  background: linear-gradient(to bottom right, #0575E6, #0053A7);
  font-weight: bold;
  color: #fff;
}

/* Admin Team */
#adminteam {
  margin-top: 3rem;
}
#adminteam .admins {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
#adminteam .admins .admin {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  padding: 1rem;
  flex-grow: 1;
  justify-content: center;
}
#adminteam .admins .admin .image {
  width: 8.75rem;
}
#adminteam .admins .admin .info {
  margin-left: 1rem;
}
#adminteam .admins .admin .info h3 {
  font-size: 1.5rem;
}
#adminteam .admins .admin .info .tag {
  margin-top: 1rem;
  padding: 0.25rem 1rem;
  background: #202020;
  color: #fff;
  width: fit-content;
  border-radius: 1rem;
}

/* Shop */
#shop {
  margin-top: 3rem;
}
#shop table {
  width: 100%;
}
#shop table img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
#shop table h3 {
  text-align: center;
  margin-bottom: 10px;
}
#shop table thead tr:hover {
  background: #fff;
}
#shop table tr.titles:hover {
  background: #fff;
}
#shop table tr.titles td {
  font-weight: 600;
}
#shop table tr.header {
  color: #fff;
}
#shop table tr.header td {
  font-weight: 600;
}
#shop table tr:hover {
  background: #f5f5f5;
}
#shop table tr td {
  font-size: 18px;
  text-align: center;
  padding: 5px;
}
#shop table tr td svg {
  height: 30px;
  width: 30px;
  display: block;
  margin: auto;
}
#shop table tr.buy td {
  background: #fff;
}
#shop table tr.buy td .btn-buy {
  background: linear-gradient(to bottom right, #2ab53a, #158c15);
  border: 0;
  color: #fff;
  outline: none;
  box-shadow: none;
  transition: all .3s;
}
#shop table tr.buy td .btn-buy:hover {
  transform: scale(1.05);
}

/* Page content */
#pagecontent .info {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 5rem;
  font-size: 1.2rem;
  width: 100%;
}
#pagecontent .info a {
  text-decoration: underline;
}
#pagecontent .table {
  text-align: center;
  border: 1px solid #ddd;
}
#pagecontent .table td {
  vertical-align: middle;
}
@media (max-width: 768px) {
  #pagecontent .table tr :nth-child(2), #pagecontent .table tr :nth-child(4) {
    display: none;
  }
}
#pagecontent .cena {
  background: linear-gradient(to bottom right, #FF9D0A, #F5AF19);
  font-weight: bold;
  color: #fff;
}

    p#countdown {
      font-size: 4.5rem;
      font-weight: bold;
    }