/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 09.08.2024, 14:15:22
    Author     : robert
*/

body {
    font-family: "Arial";
    background: rgb(57, 41, 64);
    color: white;
    margin: 0px;
}

.hide {
    display: none !important;
}

.big-button {
    display: block;
    margin: 5px;
    width: fit-content;
    font-size: 20px;
    border: none;
    border-bottom: 3px solid #8069a2;
    border-radius: 12px;
    background: #ebdbff;
    color: rgb(57, 41, 64);
    padding: 15px 20px;
    font-family: "Arial";
    position: relative;
}
.big-button:hover {
    transform: translate(0, 3px);
    background: #fffbff;
    margin-top: 2px;
    border-bottom: none;
}
.big-button-container {
    margin: 10px;
}
.big-button-container > .big-button {
    display: inline;
}

.big-button:hover > div,
.generate-button-hover > div,
.discord-button-hover > div,
.discord2-button-hover > div,
.discord3-button-hover > div {
    position: absolute;
    border: 2px solid rgb(189, 143, 255);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: -6px;
    border-radius: 0 0 5px 5px;
}
.big-button:hover > div:after,
.generate-button-hover > div:after,
.discord-button-hover > div:after,
.discord2-button-hover > div:after,
.discord3-button-hover > div:after {
    position: absolute;
    background: rgb(189, 143, 255);
    border-radius: 5px 5px 0 0;
    bottom: 61px;
    left: -2px;
    width: calc(100% - 6px);
    text-align: left;
    padding: 2px 5px;
    font-size: 14px;
    color: white;
    z-index: 2;
}
#generate-button:hover > div:after,
.generate-button-hover > div:after {
    content: "Generates simple link.";
}
#discord-button:hover > div:after, 
.discord-button-hover > div:after {
    content: "Generates a short team overview with link for Discord.";
}
#discord2-button:hover > div:after,
.discord2-button-hover > div:after {
    content: "Generates a detailed team overview with link for Discord.";
}
#discord3-button:hover > div:after,
.discord3-button-hover > div:after {
    content: "Generates a overwiew of owned fighters with link for Discord.";
}

@media screen and (max-width: 764px) and (min-width: 520px) {
    .frontrow, 
    .backrow {
        display: block !important;
    }
    .teamslot {
        margin: auto !important;
    }
    
    .frontrow-p {
        position: absolute;
        left: calc(50% - 260px);
        width: 181px;
    }
    .frontrow {
        position: absolute;
        left: calc(50% - 265px);
        margin-top: 60px !important;
    }
    .backrow-p {
        position: absolute;
        right: calc(50% - 258px);
        width: 182px;
    }
    .backrow {
        position: absolute;
        right: calc(50% - 255px);
        margin-top: 60px !important;
    }
    .masteries-p {
        margin-top: 906px !important;
    }
}
@media screen and (max-width: 519px) {
    .frontrow-p,
    .backrow-p {
        width: 190px;
        margin: 5px auto !important;
    }
    .frontrow, 
    .backrow {
        display: block !important;
    }
    .teamslot {
        margin: auto !important;
    }
    
    h1 {
        margin-top: 40px;
    }
    .help-button,
    .clear-button {
        top: 10px !important;
    }
}
@media screen and (max-width: 599px) {
    .mastery-container {
        width: calc(100% - 20px);
    }
    .mastery-image {
        width: 100% !important;
    }
    .class-container {
        
    }
    .class-icon {
        height: 65px;
    }
    .class_icon > img {
        height: 72% !important;
    }
    .class_icon > .mastery-tank {
        
    }
    
}

.help-button {
    position: absolute;
    max-width: 750px;
    width: 100%;
    margin: auto;
    top: 30px;
    margin-left: -25px;
    text-align: end;
    z-index: 0;
}
.clear-button {
    position: absolute;
    max-width: 750px;
    width: 50%;
    margin: auto;
    top: 30px;
    margin-left: 20px;
    z-index: 0;
}
.clear-button > a, 
.help-button > * {
    color: rgb(189, 131, 194);
    z-index: 2;
    position: relative;
}

.textfield {
    margin: 10px 20px 10px 20px;
}
.eop-textfield {
    margin: 40px 20px 10px 20px;
}
.textfield > a {
    color: rgb(189, 143, 255);
}

.main-p-button {
    float: right;
    background: rgb(189, 143, 255);
    border: none;
    border-bottom: 3px solid rgb(57, 41, 64);
    border-radius: 20px;
    height: 23px;
    width: 50px;
    color: rgb(255, 251, 255);
    font-weight: bold;
    font-size: 18px;
    line-height: 13px;
}
.main-p-button:hover {
    border-top: 2px solid rgb(255, 251, 255);
    border-bottom: 0px;
}

.discord-logo {
    height: 35px;
    margin: -10px 5px -10px -5px;
}