@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz@0,14..32;1,14..32&display=swap');

:root {
    --outerborder: rgb(33, 33, 61);
    --mainbg: rgb(33, 33, 61, 0.5);
    --text: rgb(232, 218, 237);
    --link: rgb(194, 175, 201);
    --hover: rgb(146, 120, 171);
    --border: linear-gradient(333deg,rgba(197, 177, 204, 1) 0%, rgba(41, 33, 117, 1) 100%) 1;
    --inborder: darkblue;
    --mizi: #DE78CB;
}

::selection {
    background-color: rgb(130, 115, 145);
}

body {
  background-color: black;
    background-image: url('files/imagens/sitebg.png');
    background-size: 600px;
    background-repeat: repeat-x;
    color: var(--text);
    font-family: 'Inter';
    font-size: 16px;
    cursor: url(files/cursor/Synthwave\ Normal\ Select.cur), auto;
}

a {
    text-decoration: var(--linkunder) 1px;
    text-underline-offset: 1px;
    cursor: url(files/cursor/Synthwave\ Link\ Select.cur), pointer;
}

a:link {
    color: var(--link);
}

a:visited {
    color: var(--link);
}

a:hover {
    color: var(--hover);
    text-decoration: underline dotted var(--hover) 1px;
    text-underline-offset: 3px;
}

s {
    color: rgb(109, 107, 110);
}

hr {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(333deg,rgba(197, 177, 204, 1) 0%, rgba(41, 33, 117, 1) 100%) 1;
}

h1 {
    font-size: 20px;
    font-family: "techno";
    color: white;
    text-shadow: 1px 3px black;
    padding: 40px 0 0 10px;
}

.container_ext {
    width: 1300px;
    height: auto;
    display: flexbox;
    margin: 2% auto;
    grid-gap: 15px;
    justify-content: center;
}

.container_int {
    border: solid 2px var(--outerborder);
    width: auto;
    height: auto;
    display: grid;
    margin-top: 1%;
    grid-gap: 15px;
    justify-content: center;
    background-image: url('files/imagens/mainbg.jpg');
    background-size: cover;
    background-color: var(--mainbg);
    background-blend-mode: color;
    padding: 10px;
    grid-template:

        "navigation main main uprightbox"
        "leftbox main main uprightbox"
        "leftbox main main uprightbox"
        "leftbox main main downrightbox"
        "img_corner main main downrightbox"
        / 200px 3fr 1fr
}

leftbox {grid-area: leftbox;}
img_corner {grid-area: img_corner;}
main {grid-area: main;}
uprightbox {grid-area: uprightbox;}
downrightbox {grid-area: downrightbox;}

leftbox, main, uprightbox, downrightbox, img_corner {
    background-color: var(--mainbg);
    padding: 0 20px;
    border: 1px solid var(--inborder);
}

.header {
    height: 100px;
    width: 800px;
    background-image: url('files/imagens/www-youtube-com-1748566504434_waifu2x_art_noise3.png');
    background-position: 0px -80px;
    border-radius: 60px 60px 60px 0px;
    
}

navigation {
    height: 50px;
    padding: 0 10px;
    font-family: "techno";
    font-size: 14px;
}

img_corner {
    padding: 0;
    height: 198px;
    margin-top: -340px;
    background-image: url('files/imagens/suaimgcorner.jpg');
    background-size: 300px;
    background-position-x: -70px;
    background-color: var(--mainbg);
    background-blend-mode: color;
    position: static;
}

leftbox {
    height: 260px;
    padding: 20px 20px;
    color: var(--link);
    overflow: auto;
    line-height: 1.2;
}

main {
    height: 717px;
    overflow: auto;
}

uprightbox {
    height: 330px;
}

downrightbox {
    width: 221px;
    height: 370px;
    justify-content: center;
    text-align: center;
}

button {
    background-color: transparent;
    color: var(--link);
    cursor: url(files/cursor/Synthwave\ Link\ Select.cur), pointer;
    border: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    font-family: 'Inter';
}

.collapsible {
    background-color: transparent;
    color: var(--link);
    cursor: url(files/cursor/Synthwave\ Link\ Select.cur), pointer;
    border: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    font-family: 'Inter';
}

.active, .collapsible:hover {
    color: var(--hover);
}

.dropdown-content {
    padding: 10px;
    display: none;
    overflow: hidden;
    background-color: var(--mainbg);
    font-size: 15px;
    line-height: 1.3;
}

#home {
    margin-bottom: 10px;
}
.others {
    margin-top: 10px;
}

#container_img {
    position: relative;
    width: 200px;
    height: 200px;
}

#credits {
    position: absolute;
    bottom: -7px;
    left: 40px;
    font-weight: bold;
    color: var(--text);
}

.profile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_in {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border-radius: 60px;
    border: solid 1px;
    border-color: var(--inborder);
    margin-bottom: 20px;
}

.lists {
    padding-bottom: 5px;
}
.lists > ul {
    padding-right: 40px;
    text-align: justify;
}

.lists > ul li {
    padding-top: 5px;
}

.charaicon {
    float: left;
    margin-right: 10px;
    margin-top: 6px;
    justify-content: center;
    width: 30px;
    height: 30px;
}

#profilecredit {
    text-align: center;
    margin-top: -10px;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;  
}

.tooltiptext {
    font-weight: normal;
  visibility: hidden;
  min-width: 300px;
  background-color: var(--outerborder);
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.5s;
}

.extra-text {
    visibility: hidden;
    min-width: 170px;
    max-width: 300px;
    background-color: var(--outerborder);
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
  opacity: 1;
}

.main-text:hover + .extra-text {
  visibility: visible;
  opacity: 1;
}

.no-bullet {
    list-style: none;
}

#otherlang {
    color: rgb(166, 156, 173);
    font-size: 18px;
}

.side-by-side {
    position: relative;
}

table {
    background-color: var(--mainbg);
    margin: 0 auto 20px;
    border: solid var(--outerborder) 2px;
    border-radius: 5px;
    border-collapse: separate;
}

td {
    padding: 2px;
    width: 200px;
}

td:first-child {
    font-weight: bold;
    width: 120px;
}

td:nth-child(2) {
    width: 200px;
    text-align: center;
}

#lyrics {
    
    table {
    background-color: var(--mainbg);
    border: solid var(--outerborder) 2px;
    border-radius: 5px;
    }
    th {
        background-color: var(--hover);
        padding: 5px;
        border-width: 2px;
        text-align: center;
    }
    td {
    padding: 10px;
    max-width: 150px;
    text-align: center;
    }
    td:first-child {
    font-weight: normal;
    width: auto;
    }
    td:nth-child(2) {
    width: auto;
    
    }
    td:nth-child(3) {
    border: none;
    }
}

iframe {
  width: 500px;
  height: 500px;
}

::-webkit-scrollbar {
  width: 10px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--text);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--link);
  border-radius: 10px;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--hover);
}

@media only screen and (max-width: 768px) {
    
    body {
        background-size: 2000px
    }
    .container_ext {
        width: auto;
        height: auto;
        display: flexbox;
        margin: 2% auto;
    }
    .container_int {
        border: solid 2px var(--outerborder);
        width: auto;
        height: auto;
        background-size: auto;
        display: grid;
        margin-top: 20px;
        grid-gap: 15px;
        justify-content: center;
        padding: 10px;
        grid-template:
            "navigation"
            "leftbox"
            "main"
            "uprightbox"
            "downrightbox"
    }
    img_corner {
        display: none;
    }
    .header {
        height: 100px;
        width: auto;
        background-image: url('files/imagens/www-youtube-com-1748566504434_waifu2x_art_noise3.png');
        background-position: 0px -80px;
        border-radius: 60px 60px 60px 0px;
        
    }
    navigation {
        height: 50px;
        padding: 0 2px;
        font-family: "techno";
        font-size: 14px;
    }

    leftbox {
        height: 260px;
        padding: 20px 20px;
        color: var(--link);
        overflow: auto;
        line-height: 1.2
        3;
    }

    main {
        height: 500px;
    }

    uprightbox {
        height: 330px;
    }

    downrightbox {
        height: 370px;
    }

    .profile_in {
        width: 322px;
        height: 322px;
        overflow: hidden;
        border-radius: 60px;
        border: solid 1px;
        border-color: var(--inborder);
        margin-bottom: 20px;
    }

    .profile_in > img {
        width: 322px;
        height: 322px;
    }

    iframe {
        width: 322px;
        height: 322px;
    }

    .tooltip {
    display: none;
    }

    .tooltiptext {
    display: none;
    }

    .extra-text {
    display: none;
    }
    .lists > ul {
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    text-align:left;
    }
}

@font-face {
    font-family: "techno";
    src: url("files/fontes/Dune_Rise.ttf") format("truetype");
}
@font-face {
    font-family: "Inter";
    src: url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
}

