@import url('https://fonts.googleapis.com/css?family=Lato:100&display=swap');
* {
    font-family: 'Roboto Slab', serif;
    font-family: 'Rubik', sans-serif;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

body {
    background: linear-gradient(to bottom, rgba(52, 58, 64, 1), #343a40);
    max-width: 100%;
    overflow-x: hidden;
    background-image: url(https://prostotrainer.space/template/img/background.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}


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

.avatar-name {
}

.avatar-name-left {
    display: flex;
}

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

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

/* navbar */
.navbar {
    position: static;
    /*font-weight: bold;*/
}

.navbar-brand {
    font-weight: normal;
}

.navbar-active {
    /*font-weight: bolder;*/
}

.my-lg-0 {
    font-weight: lighter;
}

/* tables */
th {
    text-align: center;
}

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

p {
    margin-top: 2px;
}

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

tr.hover {
    cursor: pointer;
}

/* check form */
.litebans-check {
    text-align: left;
}

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

.litebans-check-output {
    margin-left: 3px;
}

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

.litebans-pager-inactive {
    visibility: hidden;
    pointer-events: none;
    cursor: default;
}

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

.litebans-index-main {
    font-weight: bold;
}

.litebans-index-sub {
    font-weight: lighter;
}

/* info.php */
.badge, .badge-pill {
    font-weight: 100;
}

.litebans-label-container {
    display: inline-flex;
}

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

.litebans-label-inactive {
    color: #fff;
    background-color: #f79720;
}

.litebans-label-expired {
    color: #fff;
    background-color: #777;
}

.litebans-label-active {
    color: #fff;
    background-color: #ee5555;
}

.litebans-label-permanent {
    color: #fff;
    background-color: #ee5555;
}

.litebans-label-ipban {
    color: #fff;
    background-color: #ee5555;
}

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

.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;
}

/* prevent alignment */
.noalign-w {
    width: 0;
}

.noalign-h {
    height: 0;
}


/* kantetsu styles fix */

.kan-header {
    background: rgba(67, 67, 67, 0.2)!important;
    backdrop-filter: blur(10px);
    height: 93px;
    border: none;
    text-shadow: none;
}

.kan-collapse {
    margin-left: auto;
    width: fit-content;
    flex-grow: 0;
}

.navbar-brand {
    border-right: none;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
}

.navbar .nav-link {
    border-left: none;
    border-right: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    position: relative;
}

.navbar .nav-link:focus, .navbar .nav-link:hover {
    border-left: none;
    background-image: none;
}

.nav-link:hover:after, .nav-link:focus:after, .nav-link:active:after {
    transition: all .7s;
    width: 100%;
}

.nav-link:after {
    transition: all .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #EA9000;
    height: 2px;
}

.nav-link:hover {
    color: rgba(255,255,255,.75);
}

.navbar .nav-item.active .nav-link {
    background-color: transparent;
    border-left: none;
}

.navbar .nav-item.active .nav-link:after {
    transition: all .5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background: #EA9000;
    height: 2px;
}

.kan-btn-search {
    margin-left: 20px;
    padding: 15px 30px;
    background: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    line-height: 21px;
    border: none;
    text-align: center; 
    text-shadow: none;
    border: none!important;
    transition: 0.4s;
}

.kan-btn-search:hover {
    transform: scale(1.05);
    background-image: none!important;
    background-color: #fff;
    color: #000;
}

.table-kan {
    border-radius: 7px;
    overflow-x: hidden;
    border: none !important;
}

.table-kan * {
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

.table-kan > thead {
    background-color: #FFF;
    height: 70px;
}

.table thead th {
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.kan-header-text {
    font-weight: bold;
    font-size: 48px;
    color: #fff;
    margin: 50px;
    border-bottom: none;
    background: transparent;
}

.table-striped tbody tr {
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.table-striped tbody tr:hover {
    background: rgba(0, 0, 0, 0.4);
}

.table-striped tbody tr:hover:nth-of-type(odd) {
    background-color: rgba(255,255,255,.3);
}

.kw100 {
    width: 100%!important;
}
/* kantetsu styles fix */