body, html {
    height: 100%;
}
* {
    box-sizing: border-box;
}
body {
    font-family: Work Sans, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    margin: 0px;
    padding: 0px;
}


img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a {
    text-decoration: none;
    transition: color .25s;
    color: #fff;

}

a:hover {
    text-decoration: none;
    color: #ef2e24;
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: 1px;
}



/* #header {
    height: 75px;
    margin-right: 10%;
    margin-left: 10%;
}

#header > #logo-link { margin-top: 10px; float: left; }
#header > span#signin-message { display: inline-block; float: right; margin-top: 40px; } */
#sign-in-box {
    margin-top: 50px;
    background-color: black;
    color: white;
    padding: 20px;
    text-transform: uppercase;
}
#signin-message {
    font-family: Rajdhani, Helvetica, sans-serif;
    font-size: 18px;
    position: relative;
}
#signin-message span {
    margin-left: 5px;
}
#logo-link img {
    max-height: 40px;
}

.signin-link {
    font-family: Rajdhani, Helvetica, sans-serif;
    font-size: 18px;
}

#topnav {
    background-color: #eee;
    height: 48px;
    border-top: 1px solid #800;
    overflow: hidden;
    text-align: center;
}
#topnav-inner, div.content-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
div.content-header { height: 100px; overflow: hidden; text-align: left}

#topnav-inner > table.left-nav-links {
    display: block;
    float: left;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    color: #000;
}
#topnav-inner > table.right-nav-links {
    background-color: #900;
    font-weight: bold;
}

#topnav-inner > table td.navlink {
    height: 48px;
    width: 170px;
    line-height: 100%;
    vertical-align: center;
    text-align: center;
    border-left: 1px solid #800;
    border-right: 1px solid #800;
}
#topnav-inner > table td.navlink:hover {
    background-color: #000;
    color: #eee;
    cursor: pointer;
}

.nba-button, 
#remove_user, 
#submit-error-code-form button, 
#upload-preview-button, 
.title-year-filter, 
.title-year-filter-selected {
    margin: 10px;
    cursor: pointer; 

    color: #fff;
    border-radius: .125rem;
    display: inline-block;
    padding: 15px 20px;
    background-color: #d50210;
    transition: .25s ease-in-out;

    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 16px;
}

.nba-button:not([disabled]):hover, 
#remove_user:not([disabled]):hover, 
#submit-error-code-form button:not([disabled]):hover, 
#upload-preview-button:not([disabled]):hover, 
.title-year-filter-selected:not([disabled]):hover, 
.title-year-filter:not([disabled]):hover {
    color: #fff;
    background-color: #ef2e24;
}

#upload-preview-button, .nba-button.dark, .title-year-filter {
    background-color: #333;
}

#upload-preview-button:hover, .nba-button.dark:hover {
    background-color: #ef2e24;
}

.nba-button.yellow {
    background-color: #FCCC2A;
    color: #000;
    border: 2px solid #000;
}

.nba-button.yellow:hover {
    background-color: #000;
    color: #FCCC2A;
    border: 2px solid #FCCC2A;
}

.page-content {
    padding: 1px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #D1D1D1;
    padding-bottom: 150px;
    text-align: center;
    position: relative;
}

.page-header {
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.page-header > * {
    margin: 20px 20px;
}

.page-header > .nba-button {
    margin: 0;
    text-align: center;
}
.page-header > .nba-button, .page-header > .nba-button:hover {
    border: none;
}

.page-header > *:first-child {
    order: -1;
}

.page-header::after {
    order: -1;
    content: '';
    margin-left: auto;
}

.page-header .nba-button {
    flex-basis: 100%;
}
.page-content {
    background-image: url(/img/nba2k26/nba2k26_marquee_768x432.jpg);
}

#account-info {
    font-family: Rajdhani, helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 25px;
}

#account-info td {
    padding: 5px 20px;
}

#account-info th {
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    padding: 0 20px 10px;
}

#account-info .header-row {
    border-bottom: 1px solid #ef2e24;
}

#account-info a {
    color: #ef2e24;
}

#account-info a:hover {
    color: #fff;
}

#remove_user {
    border: none;
}

@media screen and (min-width: 640px) {
    .page-content {
        background-image: url(/img/nba2k26/nba2k26_marquee_1920x1080.jpg);
        background-size: cover;
        background-position: center;
        min-height: calc(70vh);
    }
    .page-header > *, .page-header > .nba-button {
        margin: 10px 20px;
    }
    .page-header {
        padding: 0 25px;
        flex-wrap: nowrap;
    }
    .page-header .nba-button {
        flex-basis: auto;
    }    
}

@media screen and (max-width: 640px) {

    .page-content {
        padding: 0 20px;
    }

    #account-info tr:first-child {
        display: none;
    }
    
    #account-info tr {
        padding: 20px;
        display: block;
        margin-bottom: 20px;
    }
    
    #account-info td {
        display: block;
        width: auto;
    }

    #account-info, #sign-in-box {
        width: 100%;
    }
}


/* .overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
}
.overlay > .overlay-box {
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -300px;
    width: 680px;
    height: 200px;
    background-color: #ccc;             
    border: 10px solid #000;
}
.overlay > .overlay-box > h1 {
    margin: 10px 0 15px 0;
    width: 90%;
    display: inline-block;
    background-color: #000;
    font-weight: normal;
    line-height: 3ex;
    font-size: 20px;
    font-family: "Arial";
}
.overlay > .overlay-box > table#login-buttons {
    margin: auto;
    min-width: 90%;
    height: 100px;
} */
.overlay > .overlay-box > table#login-buttons a.login-button-link img.rollover { display: none; }

/* generic style for dialog boxes */
div.overlay-box button.dialog_ok {
    height: 2em; border: none; color: #eee; background-color: #800; width: 100px;
}
div.overlay-box button.dialog_cancel {
    height: 2em; border: none; color: #000; background-color: #eee; width: 100px;
}

.uk-modal-dialog {
    background: transparent;
}

.uk-modal {
    background: rgba(0,0,0,.9);
}

.overlay-title {
    font-size: 1.2em;
    color: #eee;
    text-align: center;
}

.login-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.login-buttons .login-tile {
    margin: 20px;
    padding: 30px;
    cursor: pointer;
    flex-basis: calc(50% - 40px);
}
.login-buttons .login-tile::after {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    padding-top: 75%;
}

.login-buttons .login-tile.playstation {
    background-color: #0049a0;
}
.login-buttons .login-tile.playstation::after {
    background-image: url(https://cdn.2kgames.com/web/common/3rdparty/icon_playstation_1.svg);
}
.login-buttons .login-tile.xbox {
    background-color: #107C10;
}
.login-buttons .login-tile.xbox::after {
    background-image: url(https://cdn.2kgames.com/web/common/3rdparty/icon_xbox_1.svg);
}
.login-buttons .login-tile.steam {
    background-color: #000;
}
.login-buttons .login-tile.steam::after {
    background-image: url(https://cdn.2kgames.com/web/common/3rdparty/icon_steam_1.svg);
}
.login-buttons .login-tile.nintendo {
    background-color: #E00521;
}
.login-buttons .login-tile.nintendo::after {
    background-image: url(https://cdn.2kgames.com/web/common/3rdparty/nintendo-switch-online.png);
}

.page-footer {
    color: #8a8a8a;
    padding: 25px 10%;
    margin-bottom: 0;
    background-color: #000;
    text-align: center;
}

.footer-links { 
    margin: 15px auto;
    text-transform: uppercase;
}

.footer-links a {
    font-family: Rajdhani, helvetica, sans-serif;
    font-weight: normal; 
    margin: 10px;
    text-decoration: none; 
    white-space: nowrap;
}

a#gear-menu-link {
    margin-left: 1ex;
    width: 20px;
    display: inline-block;
}

ul#gear-menu {
    display: none;
    background-color: #000;
    padding: 10px 30px;
    z-index: 100;
    position: absolute;
    top: 100%;
    right: 0;
}
ul#gear-menu > li {
    list-style-type: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: normal;
}
ul#gear-menu > li > a {
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    color: #eee;
}
ul#gear-menu > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

.red-text {
    color: #ef2e24;
}
