@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');
:root {
  --blue: #468FB2;
  --red: #F47A93;
  --green: #83D8C3;
  --white: #FFF3E3;
  --pink: #FAB7BB;
  --aero: #C1E6D3;
  --verdigris: #65B4BB;
  --purple: #6D7AA7;
}

*{
    font-family: "Poppins", sans-serif;
}

body{
    background-color: var(--green);
    margin: 0 auto;
}

.container{
    background-color: var(--green);
    padding: 1em;
    display: flex;
    justify-content: center;
}
  
.content{
    margin: 0 auto;
    padding: 2%;
    background-color: var(--white);
    width: 1200px;
    border-radius: 30px;
}
  
h1{
    margin-top: 0.5em;
    margin-left: 0.5em;
    color: var(--blue);
    font-size: 40px;
    font-weight: 600;
}
  
p{
    margin-top: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
    color:var(--blue);
    font-size: 20px;
    font-weight: 500;
}

input{
    margin-left: 1em;
}

a{
    color: var(--red);
    text-decoration: none;
}
  
a:hover{
    color: var(--purple);
    text-decoration: underline;
}

.button{
    transition: 300ms;
    background-color: var(--red);
    border: none;
    color: var(--white);
    text-align: center;
    border-radius: 20px;
    padding: 2px 20px;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
}

input[type=text]{
    background-color: var(--blue);
    color: var(--white);
    border-radius: 30px;
    padding: 2px 20px;
    border: none;
}

input[type=text]:focus{
    background-color: var(--purple);
}

.button:hover{
    transition: 300ms;
    background-color: var(--purple);
    color: var(--white);
}

/*Arcaea Chart Info Styles*/
.hide{
    display: none;
}

.show{
    display: block;
}

.chart{
    list-style-type: none;
    background-color: var(--white);
    width: 400px;
    height: auto;
    border-radius: 30px;
    margin-bottom: 30px !important;
    padding: 2%;
    margin: 0 auto;
}

.chartslist{
    margin: 0 auto;
    padding: 1%;
    max-width: 88%;
    justify-content: center;
}

@media only screen and (max-width: 450px){
    .chart{
        width: calc(100% - 0em) !important;
        height: auto;
        padding: 2%;
    }

    .imgcontainer,
    .cardimage{
        width: calc(100% - 0em)!important;
        height: inherit !important;
        display: flex !important;
        justify-content: center !important;
        position: relative !important;
    }

    .side0,
    .side1,
    .side2{
        position: absolute !important;
        height: 100% !important;
        width: 15px !important
    }
}

.pack{
    display: flex;
    justify-content: center;
    text-align: center;
    color:var(--blue);
    font-size: 15px;
    font-weight: 400;
}

.title,
.side,
.pack,
.unlock,
.version{
    color: var(--blue);
    padding-left: 15px;
    padding-right: 15px;
}


.title,
.artist,
.lengthbpm{
    text-align: center;
    color:var(--blue);
}

.title{
    font-size: 30px;
    font-weight: 600;
}

.titleb{
    text-align: center;
    color: var(--blue);
    font-size: 20px;
    font-weight: 600;
}

.artist{
    font-size: 20px;
    font-weight: 500;
}

.cardimage{
    width: 400px;
    height: auto;
}

.imgcontainer{
    position: relative;
    display: flex;
    height: auto;
    width: 400px;
}

/*.credit{
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: var(--white);
    color: var(--blue);
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px 0 0 0;
}*/

.levels{
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: var(--white);
    padding: 10px;
    border-radius: 0 0 0 30px;
}

.diamond{
    position: relative;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
    margin-left: 15px;
}

.diff1,
.diff2,
.diff3,
.diff4{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: var(--white);
    height: 40px;
    width: 40px;
    font-weight: 600;
    transform: rotate(-45deg);
}

.charter1,
.charter2,
.charter3,
.charter4{
    text-align: center;
    justify-content: center;
    font-weight: 600;
    border-top: 2px solid var(--white);
}

.charter1{
    background-color: var(--blue);
    color: var(--white)
}

.charter2{
    background-color: var(--green);
    color: var(--white);
}

.charter3{
    background-color: var(--purple);
    color: var(--white);
}

.charter4{
    background-color: var(--red);
    color: var(--white);
}

.side0,
.side1,
.side2{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 400px;
    width: 15px;
}

.side0{
    background-color: var(--blue);
}

.side1{
    background-color: var(--purple);
}

.side2{
    background-color: #fff;
}

.version{
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

.versionb{
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    justify-content: center;
    font-weight: 600;
    border-top: 2px solid var(--white);
}

/*
#psttag{
    background-color: var(--blue);
    color: var(--white);
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

#prstag{
    background-color: var(--green);
    color: var(--white);
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

#ftrtag{
    background-color: var(--purple);
    color: var(--white);
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

#bydtag{
    background-color: var(--red);
    color: var(--white);
    text-align: center;
    justify-content: center;
    font-weight: 600;
}

#ppftag{
    background: linear-gradient(to bottom, var(--blue) 0, var(--blue) 33.333%, var(--green) 33.333%, var(--green) 66.666%, var(--purple) 66.666%, var(--purple) 100%);
    color: var(--white);
    text-align: center;
    justify-content: center;
    font-weight: 600;
    text-shadow:
    -1px -1px 0 var(--green),  
    1px -1px 0 var(--green),
    -1px 1px 0 var(--green),
    1px 1px 0 var(--green);
}*/