.prizes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 863px;
    align-self: center;

}

.prizes-line{
    position: absolute;

    margin-left: 20px;
    margin-top: 85px;

    width: 822px;
    height: 3px;

    background: #A744FF;
}

.prize{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.prize-picGroup{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prize-picGroup-picture{

    width: 78px;
    height: 81px;
}

.prize-picGroup-round{
    width: 12px;
    height: 12px;

    z-index: 10;

    border-radius: 50%;
    background: #984FFE;;
}

.prize-pts{
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;

    color: #FFFFFF;
}

.prize-describe{
    width: 70px;

    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;

    color: #FFFFFF;
}

.prizes mark{
    font-weight: inherit;
}

.prize-pts mark{
}

.pickem-title{
    justify-self: center;
    justify-content: space-between;

    margin-top: 90px;
}

.pickem-title-title{
    background-image: url("../assets/pickem/title.svg");
    width: 405px;
    height: 68px;
}

.pickem-nav{
    width: 506px;
    height: 61px;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 13px;
    border: solid 1px #A744FF;

    text-transform: uppercase;

    justify-content: space-between;
    align-items: center;
}

.pickem-nav h2{
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
}

.pickem-nav mark{
    color: #A744FF;
    font-weight: inherit;
}

.pickem-points-name{
    font-size: 11px;
    color: #FFFFFF;
}

.pickem-points-pts{
    font-size: 13px;
    color: #000000;
    background-color: #A744FF;
    border-radius: 5px;
    width: 114px;
    height: 21px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pickem-points-top{
    font-size: 11px;
    color: #5A5A5A;
}

.pickem-points{
    align-items: center;
    justify-content: center;
    width: 116px;
    gap: 10px;
}

.page-title{
    justify-content: space-between;
    padding: 32px;
    border-bottom: solid #2B2B2B 1px;
    color: #FFFFFF;
    align-items: center;
}

.page-title-title{
    font-size: 29px;
}

.page-title-done{
    border-radius: 7px;
    width: 205px;
    height: 36px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    box-sizing: border-box;
    padding: 7px 7px 7px 20px;
    background-color: #080808;
}

.page-title-icon-pos{
    width: 60px;
    height: 22px;
    border-radius: 7px;

    background: linear-gradient(90deg, #A744FF, #080808);
    display: flex;
    align-items: center;
    justify-content: start;
}

.page-title-icon-pos div{
    width: 16px;
    height: 12px;
    background-image: url("../assets/pickem/pos.svg");
    margin-left: 10px;
}

.page-title-icon-neg{
    width: 60px;
    height: 22px;
    border-radius: 7px;

    background: linear-gradient(90deg, #080808, #CC252F);
    display: flex;
    align-items: center;
    justify-content: end;
}

.page-title-icon-neg div{
    width: 14px;
    height: 12px;
    background-image: url("../assets/pickem/neg.svg");
    margin-right: 10px;
}
