<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
   --main-color: #008dcc;
   --secondary-color: #1f1e20;
   --mcd-dark-green: #008dcc;
   --mcd-light-grey: #bbb;
   --mcd-dark-grey: #312f33;
   --mcd-light: rgba(255, 255, 255, 0.1);
   --mcd-dark: rgba(0, 0, 0, 0.2);
   }
   
.logo {
     height: 100px;
     text-align: center;
     animation: dropin 2s ease-in-out, 5s floating 2s infinite ease-in-out;
 }
 
 img {
    vertical-align: middle;
    margin-top: 2%;
}
 
@keyframes dropin {
    0% { transform: translate(0, -600px); }
    100%   { transform: translate(0, 0px); }    
    }

@keyframes floating {
    0% { transform: translate(0, 0px); }
    55%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, 0px); }    
    }

.header {
    height: 380px;
    background: url(https://i.imgur.com/irOhoeP.png) no-repeat center;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bkg-overlay {
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
}

/* MCD Custom Addition - remove bootstrap underline */
.modal-header {
    border-bottom: none;
}

.avatar {
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 2px;
}

/* header */
.litebans-header {
    display: block;
    text-align: center;
}

.col-lg-12 {
    text-align: center;
}

/* tables */

/* MCD Custom Addition - override table from bootstrap */
.table-bordered {
    border: none!important;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.45) !important
}

th {
    text-align: center;
}

table tr td {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle !important;
    text-align: center;
}

/* table links */
a,
a:hover,
a:focus {
    text-decoration: none;
}

tr.hover {
    cursor: pointer;
}

/* check form */
.litebans-check {
    text-align: center;
    margin: auto;
    display: table;
}

.litebans-check-output {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 500;
}

.litebans-check-form {
    margin-left: 15px;
}

/* pager */
.litebans-pager {
    font-size: 30px;
}

.litebans-pager-number {
    margin-top: 24px;
    text-align: center;
    font-size: 15px;
}

.litebans-pager-left {
    float: left;
}

.litebans-pager-right {
    float: right;
}

.litebans-pager-active {
    color: var(--main-color);
}

.litebans-pager-inactive {
    color: transparent;
}

/* index.php */
.litebans-index {
    text-align: center;
}

.litebans-index-main {
}

.litebans-index-sub {
}

/* info.php */
.litebans-info-badges {
    width: 0;
    display: inline-flex;
}

.litebans-label-info {
    margin-left: 15px;
    font-size: 17px;
}

/* history.php */
.litebans-label-history {
    font-size: 16px;
}

.litebans-label-ban {
    background-color: darkred;
}

.litebans-label-mute {
    background-color: dimgrey;
}

.litebans-label-warn {
    background-color: darkorange;
}

.litebans-label-kick {
    background-color: tomato;
}

/* prevent mouse selection */
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cyvers-nav ul#main-nav {
    font-size: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 0px 20px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
    text-align: right;
}

.cyvers-nav ul#main-nav li {
    display: inline-block;
}

.cyvers-nav ul#main-nav li a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 0px 20px;
    text-transform: uppercase;
    line-height: 4;
    position: relative;
    transition: 0.3s;
}

.cyvers-nav ul#main-nav li a:hover {
    transition: 0.3s;
    color: var(--main-color);
}

.cyvers-nav ul#main-nav li.active a {
    color: #e39228;
}

.cyvers-nav ul#main-nav li:not(:nth-last-child(-n+2)) a:after {
    content: "";
    height: 27px;
    width: 3px;
    background: #ffffff1a;
    border-radius: 4px;
    position: absolute;
    right: -2.5px;
    transform: skew(-27deg);
    top: 24px;
}

.cyvers-nav ul#main-nav li.store a {
    /*background: radial-gradient(#f9de01, #df8413);*/
    background: radial-gradient(var(--main-color), var(--mcd-dark-green));
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.25);
    line-height: 2.5;
    border-radius: 4px;
    transition: 0.3s;
}

.cyvers-nav ul#main-nav li.store a:hover {
    color: inherit;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.cyvers-nav .dd-mobile {    
    font-size: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 0px 20px;
    box-shadow: 0px 0px 10px rgba(31, 31, 31, 0.65);
}

.cyvers-nav .dd-mobile li {
    list-style: none;
}

.cyvers-nav .dd-mobile li a {
    font-size: 16px;
    padding: 21px 15px;
    display: block;
     text-align: right;
}

.cyvers-nav .dd-mobile li a i.fas {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: white;
}

.cyvers-nav .dd-mobile li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}

.dd-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
    transition: .25s;
    opacity: 0;
}

.dd-bg.active {
    z-index: 99;
    opacity: 1;
}

ul#main-nav .dd-close {
    margin: 0px -20px;
    background: #222222;
    display: none;
}

ul#main-nav .dd-close a  {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 5;
    display: block;
        transition: 0.3s;
}

ul#main-nav .dd-close a:hover {
    color: #ff0000;
        transition: 0.3s;
}

@media all and (max-width: 992px) {
    .cyvers-nav ul#main-nav li a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        font-weight: 600;
        display: block;
        padding: 0px 10px;
        text-transform: uppercase;
        line-height: 5;
        position: relative;
    }
    .cyvers-nav ul#main-nav li:not(:nth-last-child(-n+2)) a:after {
        content: "";
        height: 16px;
        width: 2px;
        background: #ffffff1a;
        right: -1.5px;
        transform: skew(-27deg);
        top: 27px;
    }
}

@media all and (max-width: 750px) { 
    ul#main-nav .dd-close {
        display: block;
    }
    .cyvers-nav ul#main-nav li {
        display: block;
    }
    .cyvers-nav ul#main-nav li:not(:nth-last-child(-n+2)) a:after {
        width: 0px;
    }
    .cyvers-nav ul#main-nav {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 200;
        width: 250px;
        max-width: 75%;
        text-align: center;
        border-radius: 0px;
        transition: .25s;
        right: -250px;
    }
.cyvers-nav ul#main-nav.open {
    right: 0px;   
      font-size: 0px;
      background: #161616;
    border-radius: 4px;
      padding: 0px 20px;
      box-shadow: 0px 0px 10px rgba(31, 31, 31, 0.65);
    }
.cyvers-nav .dd-mobile {
    display: block;
    }
}
html  {
    overflow-x: hidden;
}
@media all and (min-width: 750px) {
    .cyvers-nav ul#main-nav {
        display: block!important;
    }
    .cyvers-nav .dd-mobile {
        display: none;
    }
}

.cyvers-count {
    height: 50px;
    font-weight: bold !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-family: inherit !important;
    color: #FFF;
        position: relative;
    /*top: 30%;*/
    top: 25%;
}

.left i {
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    font-size: 25px;
    color: var(--main-color);
    /*color: #fff;*/
}

.right i {
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    font-size: 25px;
        color: #91B9FB;
}

span#players {
    font-weight: bold;
    color: var(--main-color);
    /*color: #fff;*/
    font-family: sans-serif;
}

.left {
    position: relative;
    bottom: -7px;
        width: 20%;
        float: left;
    /*z-index: 2;*/
}

.right {
    float: right;
    position: relative;
    bottom: -7px;
        width: 15%;
    /*z-index: 2;*/
}

small.ipCopy {
    font-weight: bold;
    font-size: 10px;
    color: var(--main-color);
    /*color: #fff;*/
}

span#count {
    color: #91B9FB;
}

small a {
    text-decoration: none;
    color: #91B9FB;
    cursor: pointer;
}

small a:hover, a:focus {
    text-decoration: none;
    color: #91B9FB;
    cursor: pointer;
}

.swal-modal {
    /*background-color: #374053;*/
    background-color: var(--mcd-dark-grey);
}

.swal-overlay--show-modal .swal-modal {
    border-radius: 20px;
}

.swal-title {
    color: var(--main-color);
}

.swal-text {
    color: #fff;
}

.swal-icon--success:after, .swal-icon--success:before {
    /*background: #374053;*/
    background: var(--mcd-dark-grey);
}

.swal-icon--success__hide-corners {
    /*background-color: #374053;*/
    background-color: var(--mcd-dark-grey);
}

.swal-icon--success__line {
    background-color: var(--main-color);
}

.swal-icon--success__ring {
    border: 4px solid var(--main-color);
}

.swal-button {
    background-color: var(--main-color);
}

.swal-button:not([disabled]):hover {
    opacity: 0.9;
    background-color: var(--main-color);
}

.swal-button-container {
    margin: 5px;
    float: none;
    text-align: center;
    position: relative;
    display: block;
}

::selection {
    color: #fff;
    background-color: var(--main-color);
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  #mobile-hide{ display: none; }
}

.bg-primary {
    /*background-color: #374053 !important;*/
    background-color: var(--mcd-dark-grey) !important;
    border-color: transparent;
}

.navbar .nav-item.active .nav-link {
    color: #fff;
    /*background-color: #2f3648!important;*/
    /*background-color: rgba(0,0,0,0.2) !important;*/
    background-color: var(--secondary-color) !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: 0.3s;
}

/* MCD Custom Addition - Remove border on menu button */
.navbar .navbar-toggler {
    border-color: transparent !important;
}

body {
    /*color: rgba(255, 255, 255, 0.8) !important;*/
    color: #f5f5f5 !important;
    /*background-color: #2F3648 !important;*/
    background-color: var(--secondary-color);
}

.jumbotron {
    background: var(--mcd-dark-grey);
    border-radius: 2px;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: transparent !important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 20px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

::-webkit-scrollbar-track {
    background-color:#111214;
}

::-webkit-scrollbar-corner {
    background-color: var(--main-color);
}

::selection {
    color: #fff;
    background-color: var(--main-color);
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: 0.3s;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: var(--main-color) !important;
    transition: 0.3s;
    background: transparent;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    transition: 0.3s;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none!important;
    text-transform: uppercase;
}

.navbar .nav-item.active .nav-link {
    background-color: rgba(0,0,0,0.3);
    border-left: transparent !important;
}

.navbar .nav-link {
    padding: 1rem;
    border-left: transparent !important;
    border-right: transparent !important;
}

.badge-secondary {
    color: #fff;
    background-color: var(--main-color) !important;
}

.cyvers-welcome {
    background: #374053;
    text-transform: uppercase;
    color: var(--main-color);
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-color: transparent;
    border-bottom: 3px solid;
    line-height: 3.5;
}

.p-footer {
    margin: 30px 0 15px;
    color: rgba(255,255,255,0.5);
}

.p-footer {
    background: transparent;
    height: 100px;
}

.p-footer {
    font-size: 13px;
}

.p-footer #tm:hover {
    opacity: 1;
}

.p-footer #tm {
    display: block;
    margin: 10px auto 0;
    opacity: 0.2;
}

.p-footer #tm {
    margin-left: auto;
    height: 25px;
    width: 15px;
    background: url(https://i.imgur.com/OY2ur6c.png) no-repeat;
    background-size: 100% auto;
    position: relative;
    top: -1px;
    opacity: .65;
}

.navbar-expand-lg .navbar-nav {
    margin: auto;
}

.navbar {
    border: none !important;
}

.form-control {
    border-radius: 0;
    border-color: rgba(255, 255, 255, 0.05);
    /*background: #424c61;*/
    background: var(--mcd-dark-grey);
    color: white;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #424c61;
    opacity: 1;
}

.form-control:focus {
    color: #fff;
    /*background-color: #424c61 !important;*/
    background-color: #444; !important;
    border-color: rgba(255, 255, 255, 0.05) !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58,63,68,0.25);
    box-shadow: 0 0 0 0.2rem rgba(58,63,68,0.25);
}

.btn-primary {
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px;
    border-radius: 3px;
    border-width: 0px 0px 3px;
    padding: 0px 13px;
    background: rgb(98, 97, 97);
    outline: none !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
    background: var(--main-color) !important;
    transition: 0.3s;
}

.btn-primary:hover {
    color: #2c3e50 !important;
    background: var(--main-color) !important;
        transition: 0.3s;
        opacity: 0.9;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open&gt;.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open&gt;.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open&gt;.dropdown-toggle.btn-primary.focus {
    color: #2c3e50 !important;
    background: var(--main-color) !important;
        transition: 0.3s;
        opacity: 0.9;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0,0,0,0.6);
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 1px, rgb(0, 0, 0) 0px 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: #374053;*/
    background: var(--mcd-dark-grey);
}

tr {
    cursor: pointer;
    /*background: #374053;*/
    background: var(--mcd-dark-grey);
}

a:hover, a:focus {
    color: var(--main-color);
}

.table-bordered th, .table-bordered td {
    /*border: 2px solid #242424;*/
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}
</pre></body></html>