@import url('https://fonts.googleapis.com/css2?family=Doto:wght,ROND@100..900,100&family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Doto:wght,ROND@100..900,100&family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Doto:wght,ROND@100..900,100&family=Micro+5&family=Orbitron:wght@400..900&family=Silkscreen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Doto:wght,ROND@100..900,100&family=Micro+5&family=Orbitron:wght@400..900&family=Silkscreen:wght@400;700&display=swap');

:root{
    --default: rgba(33, 33, 33, 0);
    --header: rgb(26, 26, 26);
    --list: rgb(26, 26, 26);
    --botcolor: #ffffff;
    --def: #9258d3;
    --defaultfont: "Orbitron", serif;
    --whitecolor: #afa6bb;
    --botsecolor: rgba(0, 0, 0, 0.735);
    --navbgcol: rgba(0, 0, 0, 0.328);
    --srvlistbgcol: #9158d309;
    --srvlisttext: transparent;
    --normalbgcolor: black;
    --normalDiv: #00000020;
    --specialDiv: #FFFFFF15;
    --text: rgb(201, 191, 205);
    --buttonsbg: #FFFFFF60;
    --specialbuttons: color-mix(in srgb, blue 40%, white 60%);
    --hover: #FFFFFF05;
    --contraColor: #FFFFFF;
    --actuallyColor: #000000;
    --markbuttons: rgb(125, 125, 227);
}

ion-icon{
    color: var(--text);
}

*{
    transition: all 0.3s ease-in-out;
    color: var(--text);
    font-weight: 300;
}

a{
    text-decoration: none;
}

article{
    display: flex;
    flex-direction: row;
    border-radius: 5px;
}

/* Selection classes */

.button{
    display: flex;
    flex-direction: row;
    background-color: var(--buttonsbg);
    color: var(--text);
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 2%;
    margin: 1%;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

    &:hover{
        color: color-mix(in srgb, var(--contraColor) 20%, var(--actuallyColor) 80%);
        background-color: color-mix(in srgb, var(--buttonsbg) 60%, var(--contraColor) 40%);
    }

    &.center{
        align-self: center;
        justify-self: center;
    }

    &.special{
        background-color: var(--specialbuttons);
    }

    &.formal{
        letter-spacing: 3px;
    }
}

.div{
    display: flex;
    flex-direction: row;
    background-color: var(--normalbgcolor);
    border-radius: 8px;
    padding: 2%;
    width: auto;

    &.normal{
        display: flex;
        flex-direction: column;

        &.center{
            display: flex;
            justify-content: center;
            text-align: center;
            padding: 0;
            align-items: center;
        }

        &.special{
            flex-direction: column;
            align-items: center;
            background-color: color-mix(in srgb, var(--actuallyColor) 85%, var(--contraColor) 15%);
        }
    }

    .grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        place-content: center;
        place-self: center;
    }
}

.nav-icon-black{
    color: #111111;
}

strong{
    font-weight: 2800;
    color: color-mix(in srgb, var(--text) 50%, var(--contraColor) 50%);
}

body{
    width: 100%;
    height: 100dvh;
    background-color: var(--normalbgcolor);
    padding: 0%;
    margin: 0%;
    font-family: var(--defaultfont);
    text-align: center;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    scroll-behavior: smooth;
}

.icon{
    color: var(--botsecolor);
}

footer{
    display: flex;
    background-color: var(--specialDiv);
    justify-content: center;
    text-align: center;
    padding: 1%;
}

header{
    display: inline-flex;
    background-color: transparent;
    width: 96%;
    margin: 2%;
    text-align: center;
    border-radius: 10px;
    align-items: center;
}

#pag-header{
    display: inline-flex;
    text-align: center;
    margin: auto;
    align-items: center;
    background: linear-gradient(to right,var(--normalDiv), var(--default), var(--default));
    width: 50%;
    color: var(--botcolor);
    border-radius: 10px;
    text-shadow: 0px 0px 100px var(--def);
}

#pag-header h1{
    margin: 0% 0% 0% 1%;
    font-size: 20pt;
    color: var(--def);
    text-shadow: 0px 0px 30px var(--def);
    letter-spacing: 10%;
    font-family: "Audiowide", sans-serif;
    font-weight: 600;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
    "ROND" 100;
}

#pag-header img{
    width: 20%;
    margin: 2%;
    border-radius: 1000px;
    box-shadow: 0px 0px 100px var(--def);
}

#nav-header{
    display: inline-flex;
    align-self: right;
    float: right;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: auto;
    background-color: var(--navbgcol);
    color: var(--botcolor);
    border-radius: 10px;
    margin: auto;
    box-shadow: 0px 0px 10px 5px var(--actuallyColor);
    padding: 2%;
}

#nav-header ul{
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    width: 100%;
    justify-content: right;
    padding: 0%;
    margin: auto;
}

#nav-header li{
    justify-content: center;
    list-style: none;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    font-size: 200%;
    color: var(--botcolor);
    margin: 0%;
}

#nav-header a{
   text-align: center;
   justify-content: center;
   cursor: pointer;
   margin: auto;
   border-radius: 20px;
   color: var(--botcolor);
}

.bot-div{
    display: inline-flex;
    flex-direction: column;
    align-items: last baseline;
    justify-content: center;
    text-align: center;
    margin: auto 5% auto 5%;
    width: auto;
    max-width: 40%;
    height: auto;
    padding: 0 1% 0 1%;
    border-radius: 10px;
    color: var(--botcolor);
    background-color: var(--normalDiv);
}

.bot-stats{
    display: inline-flex;
    align-self: center;
    margin: 0% 1% 0% 1%;
    padding: 0% 1% 0% 1%;
    font-family: 'Courier New', Courier, monospace;
    color: var(--botcolor);
    border-radius: 10px;
    color: var(--botcolor);
    background-color: var(--header);
    text-shadow: 0px 0px 30px var(--botcolor);
}

.premium{
    display: flex;
    flex-wrap: wrap;
}

.bot-premium-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0.5%;
    padding: 1%;
    width: 30%;
    border-radius: 10px;
    background-color: var(--specialDiv);
    box-sizing: 0%;
    font-size: 10pt;

> img{
    width: 50%;
    mix-blend-mode: multiply;
    margin: auto;
}
    
> a{
    width: auto;
}
    
.buy-premium{
    background-color: var(--specialbuttons);
    color: var(--text);
    width: auto;
    letter-spacing: 4px;
    font-stretch: 8px;
    font-weight: 600;
    border-style: none;
    border-radius: 2px;
    margin: 2% 0% 2% 0%;
    text-align: center;
    align-items: center;
    padding: 2%;
    cursor: pointer;

    &:hover{
        background-color: var(--hover);
    }
}

}

.p-table{
    width: 80%;
    background-color: var(--actuallyColor);
    border: color-mix(in srgb, var(--actuallyColor) 50%, var(--contraColor) 80%) solid 2px;
    box-sizing: content-box;
    margin: auto;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;

 > tr { 
    box-sizing: content-box;
 } 

 > thead{
    background-color: var(--normalDiv);
    color: var(--text);
 }

 > th,td{
    text-align: flex-start;
    justify-content: center;
    box-sizing: content-box;
    color: var(--text);
    border-top: color-mix(in srgb, var(--actuallyColor) 20%, var(--contraColor) 80%) solid 1px;
 }

 .content{
    color: color-mix(in srgb,var(--normalDiv) 20%, var(--contraColor) 80%);
 }
}

.btn{
    text-align: center;
    background: var(--normalDiv);
    border-radius: 5px;
    padding: 2%;
    border: solid 1px var(--text);

    &.formal{
        text-transform: uppercase;
        letter-spacing: 4px;
        font-weight: 100;
        font-family: monospace;
    }
}

.container{
    display: flex;
    width: 100%;
    max-width: 95%;
    margin: 2% auto;
    align-self: center;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;    
    font-size: 10pt;
    justify-content: center;

    &.center{
        justify-content: center;
    }

    &.left{
        justify-content: flex-start;
    }

    &.right{
        justify-content: flex-end;
    }

    &.column{
        flex-direction: column;
    }
}

.textSpace{
    text-align: center;
    font-size: 100%;
    border-radius: 5px;
    background-color: var(--navbgcol);
    padding: 2%;
    align-items: center;
    height: 100%;
    margin: 0;

    &.formal{
        padding: 4%;
        font-family: monospace;
    }
}

.ulSpace{
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    padding: 1% 2% 1% 2%;
    flex-wrap: nowrap;
    background-color: transparent;
}

.message{
    display: flex;
    width: auto;
    justify-self: flex-start;
    text-align: flex-start;
    width: auto;
    font-size: 12pt;
    background-color: color-mix(in srgb, var(--actuallyColor) 30%, var(--contraColor) 70%);
    color: var(--actuallyColor);
    border-radius: 2px;

    &.mine{
        justify-self: flex-end;
        text-align: flex-end;
    }
}

.listSpace{
    display: flex;
    width: auto;
    align-items: center;
    height: auto;
    max-height: 25%;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
    list-style: none;
    border-radius: 2px;
    padding: 2%;
    box-sizing: content-box;
    margin: 0 1%;

    &.special{
        background-color: color-mix(in srgb, var(--actuallyColor) 30%, var(--contraColor) 70%);
        color: var(--actuallyColor);
    }
}

video{
    border: none;
    border-radius: 10px;
    width: 10%;
    background-color: var(--normalDiv);
}

.bot-pp-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 1%;
    width: 42%;
    padding: 1%;
    height: 100%;
    border-radius: 10px;
    font-family: 10pt;
    color: var(--text);
    background-color: var(--specialDiv);
    box-sizing: content-box;
}

#serversList{
    display: inline-flex;
    margin: 1%;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 98%;
    border-radius: 10px;
}

.servList-new{
    display: flex;
    width: 32.65%;
    height: auto;
    justify-content: space-between;
    text-align: left;
    flex-direction: column-reverse;
    background-color: var(--normalDiv);
    border-radius: 10px;
    margin: 0.25%;
    box-sizing: 0%;

 > a{
    text-decoration: none;
    color: var(--text);
}

 > span{
    font-size: 5pt;
    color: var(--text);
    text-shadow: none;
    margin-left: 1%;
}

> h3{
    display: inline-flex;
    flex-direction: row;
    font-size: 1pt;
    margin-left: 2%;
    width: 85%;
    border-radius: 3px;
    color: var(--text);
    background-color: transparent;
}

 .importantSrv-info{
    display: flex;
    width: 100%;
    flex-direction: row-reverse;

    > img{
        width: 45%;
        max-width: 100px;
        max-height: 100px;
        margin: 1%;
        padding: 2%;
        border-radius: 15px;
        border-image:repeat;
        border-color: var(--botcolor);
        background-color: transparent;
    }
    
    .srv-details{
        display: flex;
        width: 80%;
        height: 90%;
        max-height: 90%;
        align-self: center;
        justify-content: flex-end;
        flex-direction: column-reverse;

        >span{
            font-size: 80%;
            max-width: 70%;
            max-height: 50%;
            white-space: wrap;
            overflow-y: auto;
            color: color-mix(in srgb, var() percentage, color percentage);
            scroll-padding: 1px;

            &::-webkit-scrollbar{
                width: 1px;
            }
        }

        > h2 {
            display: inline-flex;
            max-width: 70%;
            white-space: nowrap;
            overflow: hidden;
            margin: 0;
            font-weight: 900;
            flex-direction: row;
            font-size: 12pt;
            width: 80%;
            border-radius: 3px;
            color: var(--text);
            background-color: transparent;
        }

        > ul{
            display: flex;
            flex-direction: row;
            justify-self: flex-end;
            justify-content: flex-start;
            align-items: center;
            width: auto;
            margin: auto 2% 0 0;
            padding: 1%;
            background-color: transparent;
            border-radius: 5px;
            gap: 2.5%;

            > .toLink{
                width: auto;
                padding: 2%;
                list-style: none;
                background-color: color-mix(in srgb, blue 40%, white 60%);
                color: color-mix(in srgb, var(--text) 20%, var(--contraColor) 80%);
                border-radius: 5px;
            }

            > .noLink{
                opacity: 50%;
                pointer-events: none;
            }

            > li{
                width: auto;
                padding: 2%;
                list-style: none;
                background-color: color-mix(in srgb, var(--actuallyColor) 80%, var(--contraColor) 20%);
                color: color-mix(in srgb, var(--actuallyColor) 20%, var(--contraColor) 80%);
                border-radius: 5px;

            &:hover{
                background-color: color-mix(in srgb, var(--botcolor) 60%, black 40%);
            }

            a{
                text-decoration: none;
                color: color-mix(in srgb, var(--actuallyColor) 20%, var(--contraColor) 80%);
            }
            }
        }
    }
 }

 .joinTo-ns{
    text-align: center;
    letter-spacing: 5px;
    margin: 2% 2% 2% 4%;
    border-style: solid;
    border-radius: 5px;
    border-color: var(--botcolor);
    background-color: var(--botcolor);
}

 .joinTo-ns:hover{
    background-color: var(--botcolor);
    color: var(--header);
}

 .ns-info{
    width: 100%;
    padding: 2%;
    align-items: center;
 }
}

::-webkit-scrollbar{
    width: 10px;
    background-color: var(--actuallyColor);
}

::-webkit-scrollbar-thumb{
    margin: 10%;
    border-radius: 30px;
    background-color: var(--contraColor);
}

::selection{
    background-color: var(--def);
    color: var(--actuallyColor);
}

::marker{
    color: var(--botcolor);
}

@media (min-width: 100px) and (max-width: 550px) {
    .bot-div{
        padding: 0%;
        max-width: 96%;
    }

    .container{
        flex-direction: column;
        width: 90%;
        max-width: 90%;
    }

    article{
        flex-direction: column;
    }

    header{
        flex-wrap: wrap;
    }
     
    #nav-header{
        display: inline-flex;
        flex-wrap: wrap;
        margin-bottom: 1%;
        align-items: center;
        flex-direction: column;
        width: 30%;
        min-height: 50px;
        max-height: 100px;
    }

    #nav-header ul{
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
    }

    #nav-header li{
        margin: auto;
    }

    .servList-new{
        width: 100%;
        margin: 1%;
    }

    #pag-header img{
        width: 40%;
        margin: 2%;
        border-radius: 10px;
        box-shadow: 0px 0px 100px var(--def);
    }

    .bot-premium-div{
        width: 100%;
        margin: 1%;
    }
} 

@media (min-width: 551px) and (max-width: 750px) {
    .bot-div{
        padding: 2.5%;
        max-width: 96%;
    }

    article{
        flex-direction: column;
    }

    header{
        flex-wrap: wrap;
    }
     
    #nav-header{
        float: right;
        display: inline-flex;
        flex-wrap: wrap;
        margin-bottom: 1%;
        align-items: center;
        flex-direction: column;
        width: 22.5%;
        min-height: 50px;
        max-height: 100px;
    }

    #nav-header ul{
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
    }

    #nav-header li{
        margin: auto;
    }

    .servList-new{
        width: 47.5%;
        margin: 1%;
    }

    .bot-premium-div{
        width: 100%;
        margin: 1%;
    }
} 

@media (min-width: 751px) and (max-width: 1120px) {
    .bot-div{
        padding: 0%;
    }

    header{
        flex-wrap: wrap;
    }
     
    #nav-header{
        float: right;
        display: inline-flex;
        flex-wrap: wrap;
        margin-bottom: 1%;
        align-items: center;
        flex-direction: column;
        width: 22.5%;
        min-height: 50px;
        max-height: 100px;
    }

    #nav-header ul{
        flex-wrap: wrap;
        width: 100%;
        flex-direction: row;
    }

    #nav-header li{
        margin: auto;
    }

    .servList-new{
        width: 31%;
        margin: 1%;
    }
} 