@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    font-family: 'Arial', sans-serif;
    background: #0e012a;
    background: linear-gradient(120deg, #0e012a, #160156);
    color: #fff;
    padding: 20px;
}

a {
    color: #fff;
}

hr {
    border: none;
    border-top: 1px solid gray;
    width: 100%;
    height: 40px;
}

ul li {
    margin-bottom: 10px;
}

#div_profile_info {
    margin: auto;
    margin-bottom: 40px;
}

#div_skills {
    width: 100%;
}

#div_skills > div > div {
    margin: auto;
    margin-top: 0px;
}

#bt_start {
    cursor: pointer;
    font-family: 'Press Start 2P', cursive;
    font-size: 16px;
    color: white;
    background-color: #ff004d;
    border: 4px solid #ff9d00;
    padding: 10px 30px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
    box-shadow: 0 0 10px rgba(255, 0, 77, 0.8), 0 0 20px rgba(255, 0, 77, 0.6);
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#bt_start:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(255, 157, 0, 0.8), 0 0 30px rgba(255, 157, 0, 0.6);
}

.icon_branco {
    filter: contrast(0) brightness(5);
}


.icon_preto {
    background-color: #000;
    padding: 8px;
    border-radius: 5px;
}

.row {
    display: flex;
}

.icon_label {
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}

.icon_label * {
    margin-top: auto;
    margin-bottom: auto;
}

.icon_label img {
    height: 25px;
    margin-right: 10px;
}

.print-row hr {
    display: none;
}

.console {
    border-radius: 20px;
    width: 36em;
    padding: 10px;
    padding-left: 0px;
    border: 1px solid white;
    font-style: italic;
    /* color: #FFFFFF;
    background-color: #002310; */
    color: #38C176;
    background-color: #000000;
    box-shadow: 15px 15px 8px #230e59;
    overflow: hidden;
}

.console ul {
    list-style: none;
    padding-left: 30px;
}

.console .console_bar {
    margin-top: -12px;
    margin-left: 0px;
    background-color: #818181;
    width: 115%;
    height: 24px;
}

.console .console_bar > span {
    position: relative;
    top: 2px;
    left: 17px;
    font-size: 5pt;
    color: #FFFFFF;
    background: #FF0000;
    width: 7px;
    padding: 3px;
    border-radius: 47px;
    text-align: center;
}

.ctn_progress {
    width: 20em;
    margin-right: 20px;
}

.ctn_progress .progress {
    background-color: #333;
}

.ctn_progress .progress .progress_bar {
    background-color: #33ff33;
    height: 20px;
}

.skill_games {
    background-color: #000000;
    padding: 20px;
    border: 1px solid gray;
}

.skill_games .ctn_progress {
    margin-left: 15px;
}

.skill_games .ctn_progress div {
    box-shadow: inset 4px 6px 5px rgba(0, 0, 0, 0.5);
}

.skill_games .progress {
    border: 1px solid #ff0000;
    background-color: #ba0000;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}

@media screen {
    .skill_games .icon_preto {
        background-color: inherit;
        padding: inherit;
        border-radius: inherit;
    }
}

.skill_1 {
    width: 5%;
}

.skill_2 {
    width: 20%;
}

.skill_3 {
    width: 50%;
}

.skill_4 {
    width: 70%;
}

.skill_5 {
    width: 90%;
}