body {
    color: var(--light);
}

.buy-button {
    background: var(--maize);
    border: var(--maize);
    color: var(--blue);
    transition: background 0.3s ease;
}

.buy-button:hover {
    background: var(--maize-dark);
}

.unverified-warn {
    padding-right: 20px;
}

.wide-divider {
    width: 80%;
    height: 6px;
    background: linear-gradient(to right, var(--maize) 50%, var(--blue) 50%);
}

.game-row,
.game-link {
    color: var(--light) !important;
}

.games-container {
    /* background: #00000057; */
    background: var(--superlight-gray);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
    overflow-x: auto;
    margin-bottom: 20px;
    margin-top: 5px;
}

.game-info-container {
    background: var(--superlight-gray);
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 15px;

}

.games-table {
    width: 100%;
    color: var(--blue);
}

.game-row {
    cursor: pointer;
}

.games-table td,
th {
    padding: 15px;
}

.games-table th {
    background: none;
    border: none;
    border-bottom: 1px solid var(--blue) !important;
}

.gameitem-type-large {
    font-size: 15px;
    width: auto;
    font-weight: 600;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.game-row:hover {
    background: var(--night);
}

.ticket-header {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 30px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ts-dropdown-btn {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background: var(--blue-bright);
    width: 137px;
}

.dropdown-menu li {
    cursor: pointer;
}

.background-cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    /* background: rgb(0, 50, 97); */
    background: rgb(255, 255, 255);
    /* background: linear-gradient(0deg, var(--blue) 0%, #00488a 100%); */
}

.general-container {
    /* background: #00000057; */
    background: var(--blue);
    border-radius: 10px;
    padding: 20px;
    overflow-x: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    color: var(--blue);
}

.header-title {
    font-weight: bold;
}

.header-extra {
    font-size: 18px;
    font-weight: normal;
}

.gameitem-img-container {
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.gameitem-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
    object-position: 0px 0px;
    display: block;
    margin: 0 auto;
    /* clip-path: polygon(0 0, 38% 0, 48% 100%, 0% 100%); */
}

.gameitem-label {
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 5px;
    background: #dcdcdcd7;
    position: absolute;
    bottom: 0px;
    right: 20px;
    margin: 10px;
    color: var(--night);
    z-index: 5;
    text-align: center;
    font-size: 12px;
}


.h-vertcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topnav .nav-link {
    color: var(--blue) !important;
}

.topnav .navbar-brand {
    color: var(--blue) !important;
}

.navbar-toggler {
    color: rgba(255, 255, 255, .55) !important;
    border-color: rgba(255, 255, 255, .1) !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.h-slanted {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 38% 0, 48% 100%, 0% 100%);
    z-index: 10;
    border-radius: 10px;
}

.header-stats {
    margin-top: 15px;
}

.stats-box {
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.7);
    /* background: var(--light-darker); */
    color: var(--blue);
    font-weight: bold;
}

/* .sell-tickets {
    font-size: 22px;
    font-weight: bold;
    border: 2px solid var(--light);
    color: var(--blue);
    background: var(--maize);
    width: 75%;
    border-radius: 5px;
    margin: auto;
    display: block;
} */

.sell-tickets {
    font-size: 15px;
    font-weight: bold;
    border: 2px solid var(--blue);
    color: var(--white);
    background: var(--blue);
    width: 40%;
    border-radius: 5px;
    margin-top: 10px;
}


.sell-tickets:hover {
    color: var(--light-darker);
    background: var(--maize-dark);
}

.game-info-container {
    text-align: center;
    background: var(--superlight-gray);
    color: var(--blue);
    border-radius: 10px;
    padding: 20px;
    overflow-x: auto;
    margin-bottom: 20px;
    margin-top: 5px;
}

.info-stats-header {
    font-size: 18px;
}

.info-stats-number {
    font-size: 25px;
}

.bg-info {
    background: var(--blue-light) !important;
}

.share-link-btn {
    background: none;
    padding: 5px;
    text-decoration: underline;
}

.my-ticket td {
    background: var(--superlight-gray);
}

.my-ticket td:first-child {
    border-left: 4px solid var(--maize);
}

.my-ticket td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (min-width: 768px) {
    .istats-col:first-child {
        border-right: 1px solid var(--medium);
    }

    .istats-col:last-child {
        border-left: 1px solid var(--medium);
    }
}