@font-face
{
    font-family: SmashFont;
    src: url("super_smash_4_1_by_pokemon_diamond-d7zxu6d.ttf");
}

@font-face
{
    font-family: FighterFont;
    src: url("DFGothic-SU-WINP-RKSJ-H-02.ttf");
}

body
{
    background-color: #000 !important;
    text-align: center;
    /* font-family: sans-serif; */
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.ssbu-col
{
    padding:0 !important;
}

.ssbu-body
{
    padding-top: 16pt !important;
    margin: 0 auto;
    text-align: center;
    background-color: #eee;
    max-height: 100%;
    display: none;
    /* opacity: 0.5; */
}

#ssbu-page
{
    position: relative;
    z-index: 99;
}

#top
{
    background: url("../img/bgmark.svg") no-repeat center ;
    background-size: 60vw;
    opacity: 0.08;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1;
}

#page-title
{
    color: #000;
    margin-top: 2vw !important;
    margin-left: 6vw !important;
    margin-right: 6vw !important;
    position: relative;
}

#title-1
{
    font-family: SmashFont;
    font-weight: normal;
    font-size: 30pt;
}

#title-2
{
    font-family: UltimateFont;
    font-weight: bold;
    font-size: 10pt;
    padding: 10pt;
    border-radius: 50%;
    border-top: 5px solid #000;
}

.fl-md
{
    display: block;
}

.fl-sm
{
    display: none;
}

@media only screen and (max-width:600px)
{
    .fl-md
    {
        display: none;
    }

    .fl-sm
    {
        display: block;
    }

    .ssbu-sideburns
    {
        display:none;
    }

    #top-button
    {
        top: unset !important;
        bottom:7%;
    }

    #credits
    {
        bottom:80% !important;
        width: 50% !important;
        color: #111 !important;
        background-color: #eee;
        border-radius: 15px;
        transition: linear 250ms;
        vertical-align: middle;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    }

    #chevron
    {
        display: block !important;
    }

    #credits i
    {
        font-size: 36px;
    }

    .credits-close
    {
        right:-40% !important;
    }

    #top
    {
        background-size: 120vw;
    }

    .fightercol
    {
        /* background-size: contain !important; */
        background-position: 95% !important;
    }
}

#pageheader img
{
    width:70%;
}

.file-form
{
    border-radius:25px;
    margin: auto;
    width: 60%;
    text-align: center;
    padding: 20pt;
    display: none;
}

#patch-select
{
    width:100%;
    font-size: 24px;    
}

#nofile
{
    font-size: 14px;
    color: #c11;
}

.errorhide
{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 500ms, opacity 500ms linear;
}

#loading
{
    padding: 20px;
    /* display: none; */
}

#loading img
{
    width:30pt;
}

/* #loading-bar-container
{
    width:100%;
}

#loading-bar
{
    height: 2pt;
    width: 0%;
    float: left;
    background-color: #7373e9;
} */

.upload-button
{
    border:0;
    background-color: #7373e9;
    color: #eee;
    padding:10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    width: 100%;
    cursor: hand;
}

.fighter-list
{
    border-radius: 20px;
    height:48px;
    cursor:hand;
    padding: 0 !important;
    border: 0 !important;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.fighter-list:hover
{
    background-size: 36px;
    /* background-color: #ccc; */
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    transition: linear 150ms;
}

.fighter-highlight
{
    filter: brightness(115%) hue-rotate(-30deg) !important;
    /* font-weight: bold; */
}

.highlight-animate
{
    filter: brightness(100%) hue-rotate(0deg);
    transition: linear 250ms;
}

#index
{
    margin: auto;
    width: 90%;
}

#table
{
    margin:auto;
    width:80%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

#table table 
{
    border-collapse: collapse;
    border-style: hidden;
}

.table td, .table th
{
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: 1px solid #dee2e6;
}

#table td
{
    vertical-align: middle;
    /* border:1px solid #eee; */
}

.white-line-fix
{
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: unset !important;
}

#footer
{
    height:100pt;
}

.header
{
    background-color: #55b;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.row
{
    margin:0;
}

.col
{
    padding: 0;
}

.fightercol
{
    background-color: #88c;
    text-align: center;
    text-transform: uppercase;
    font-family: FighterFont;
    font-size: 1.3rem;
    color: #dee2e6;
    -webkit-text-stroke: 1px black;
    /* background-position: 50% 15%; */
    background-repeat: no-repeat;
    background-size: 20% auto;
    background-blend-mode: soft-light;
    line-height: 2.4;
    /* background-size: contain !important; */
    background-position: 95% 15%;
}

.movecol
{
    background-color: #bbc;
    font-size: 0.85rem;
}

.textcol
{
    background-color: #ccf;
    font-size: 0.75rem !important;
}

#top-button, #credits
{
    position: fixed;
    margin-right:-10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right:30px;
    font-size: 0.8rem;
    z-index: 999;
}

#top-button
{
    font-size: 36px;
    right: 0;
    top: 64%;
    background-color: #eee;
    border-radius: 10px;
    color: #111;
    display: none;
    cursor: hand;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#credits
{
    text-align: right;
    right: 0;
    bottom: 1%;
    width: 100%;
    color: #eee;
}

#chevron
{
    display: none;
}

#credits a
{
    color: unset;
    text-decoration: underline;
}