.banlist {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    z-index: 1;
}

.banlist .bigimage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 50px 0 0 0;
    box-shadow: inset 0 0 150px rgba(255,15,50,1), 0 0 20px rgba(255,15,50,1);
    background: linear-gradient(173deg, rgba(0,0,0, 0) 50%, rgba(1,0,0,0.6) 100%), url("../images/bee.png") center center no-repeat;
    background-size: 100%;
    border-radius: 50px;
    transition: 1s;
}

.banlist .bigimage:hover .header {
    backdrop-filter: blur(30px);
    transition: 1s;
}

.banlist .bigimage .header {
    width: 100%;
     height: 100%;
    backdrop-filter: blur(50px);
    border-radius: 50px;
    transition: 1s;
}

.banlist .header {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex-direction: row;
    padding: 5%;
}

.banlist .header div {
    display: flex;
    width: 50%;
    text-align: left;
    flex-direction: column;
}

.banlist .header form {
    display: flex;
    flex-direction: column-reverse;
}

.banlist .header form p {
    white-space: nowrap;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

.banlist .header h1 {
    font-size: 50px;
    font-style:normal;
    text-transform:uppercase;
    font-weight: bold;
    color: white;
}

.banlist .header p {
    color: white;
}

.banlist .stat {
    display: flex;
    text-align: left;
    margin: 20px 0 100px;
}

.banlist .stat div {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    padding: 20px;
    width: 300px;
    margin: 50px 20px 0;
    opacity: 0.5;
    box-shadow: inset 0 0 15px rgba(255,15,50,0.3);
    transition: 0.5s;
}

.banlist .stat div:hover {
    transform:translate(0, -30px);
    opacity: 1;
    transition: 0.5s;
}

.banlist .stat h1 {
    color: white;
    opacity: 1;
    font-weight: 900;
    font-size: 40px;
    filter: drop-shadow(0 0px 10px var(--main-color-opacity));
}

.banlist .stat p {
    color: gray;
}

.banlist .head {
    display: grid;
    grid-template-columns: 100px 200px 300px 200px 200px 200px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin: 0 0 25px 0;
    transition: 0.1s;
    flex-wrap:nowrap;
    padding: 20px;
    background: rgba(255, 255, 255, 0.01);
}

.banlist .head p {
    border-radius: 20px;
    color: #FFFFFF;
    flex-direction: row;
}

.banlist .body {
    display: flex;
    color: white;
    flex-direction: column;
    flex-wrap: wrap;
}

.banlist .body .line {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    flex-direction: column;
    margin: 5px 0;
    transition: 0.1s;
    flex-wrap:nowrap;

}

.banlist .body .line .columns{
    display: grid;
    grid-template-columns: 100px 200px 300px 200px 200px 200px;
    justify-content: center;
    align-items:baseline;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    transition: 0.1s;
    flex-wrap:nowrap;
}

.banlist .body .line .expire p:nth-child(6){
    color: lightpink;
}

.banlist .body .line .columns .reason {
    display: flex;
    align-items: center;
    background-color: #ffffff20;
    color: white;
    border-radius: 20px;
    height: 1px;
    margin: 0 30px 0 0;
    font-weight:bold;
    font-style:italic;
    filter: drop-shadow(0 0px 10px rgba(180,180,180,1));
}

.banlist .body .line .columns .id {
    background-color: #ffffff20;
    color: black;
    border-radius: 20px;
    font-weight: bold;
    filter: drop-shadow(0 0px 10px rgba(180,180,180,1));
}

.banlist .body .line .expire .reason {
    filter: drop-shadow(0 0px 10px rgba(180,180,180,1));
    font-weight:bold;
    font-style:italic;
}

.banlist .body .line p {
    padding: 20px;
    text-align: center;
    transition: 0.5s;
    white-space: nowrap;
}

.banlist .body .line:hover {
    transform: scale(1.01);
    transition: 0.3s;
}

.banlist .body .line:hover * {
    transition: 0.5s;
}

.banlist .tooltip {
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.banlist .tooltip form{
    display: flex;
    white-space: nowrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    color: white;
    transition: 0.14s;
}

.banlist .tooltip form *{
    display: flex;
    justify-content: center;
    color: white;
    width: 250px;
    background-color: rgba(51, 51, 51, 0.3);
    padding: 10px;
}

.banlist .tooltip form:hover *{
    color:gray;
}

.banlist .tooltip p {
    display: flex;
    color: #8f8f8f;
}

.banlist button {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    margin: 0;
    width: 40px;
    text-align: center;
    touch-action: manipulation;
}

.banlist .nowrap {
    display: flex;
    justify-content: center;
    justify-items:center;
    text-align: center;
    align-items:center;
}

.banlist .nowrap * {
    display: flex;
    justify-content: left;
    justify-items:left;
    text-align: left;
}

.banlist .select {
    color: white;
    background-color: rgba(51, 51, 51, 0.05);
}
.banlist .normal {
    color: white;
    background-color: #0e162b;
}

.pages {
    display: flex;
    margin: 40px;
    position: sticky;
    top: 0;
    bottom: 0;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items:center;
    text-align: center;
    align-items:center;
    background: transparent;
    padding: 10px;
    border-radius: 20px;
    opacity: 50%;
    transition: 1s;
}

.pages .last-page {
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.pages .first-page {
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.pages button {
    margin: 0 10px;
}

.pages:hover {
    opacity: 100%;
}

input {
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    font-size: 13px;
    color: rgb(247, 247, 247);
    height: 46px;
    width: 300px;
    appearance: none;
    outline: none;
}

.collapsible {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    background: none;
    font-size: 15px;
    overflow: hidden;
    transition: 0.2s;
}
.content {
    display: block;
    height: 0;
    overflow: hidden;
    transition: 1s;
}

.collapsible:hover{
    color: white;
}


