/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* ==== FONTS ==== */
@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@700&display=swap');

/* ==== KEYFRAMES ==== */
@keyframes neon {
    0% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
        0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
        0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
    50% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
        0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
        0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
    }
    100% {
        text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
        0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
        0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
    }
}

.subpot-container {
    max-width: 550px;
}

.subpot-container img {
    margin: 0px 25px;
}

.jackpot-amt {
    color: gold;
    font-size: 60px;
    margin-top: 5px;
    line-height: 50px;
    letter-spacing: 6px;
    font-family: 'Tektur', cursive;
    color: white;
    animation: neon 3s infinite;
}

:root {
    --shadow-color: rgba(255, 215, 0, 0.38);
    --shadow-color-light: rgba(255, 215, 0, 0.10);
}

.jackpot-container.first {
    position: absolute;
    top: 305px;
    left: 88px;
    height: 58px;
    width: 395px;
    max-height: 58px;
    max-width: 395px;
}

.jackpot-container.second {
    position: absolute;
    top: 418px;
    left: 88px;
    height: 58px;
    width: 395px;
    max-height: 58px;
    max-width: 395px;
}

.jackpot-container.third {
    position: absolute;
    top: 531px;
    left: 88px;
    height: 58px;
    width: 395px;
    max-height: 58px;
    max-width: 395px;
}

.jackpot-container.fourth {
    position: absolute;
    top: 644px;
    left: 88px;
    height: 58px;
    width: 395px;
    max-height: 58px;
    max-width: 395px;
}

.jackpot-container {
    text-align: center;
    color: white;
}

.btn {
    height: 30px;
    max-width: 140px;
    line-height: 30px;
    color: #2E2F30;
    text-decoration: none;
    text-align: center;
    background-color: #999999;
    display: block;
    margin-top: 15px;
}

.btn.twitch-btn {
    background-color: #9147ff;
    color: #fff;
}

.btn.signout-btn {
    background-color: #730E15;
    color: #fff;
}

.btn.kick-btn {
    background-color: #87F950;
    color: #000;
    font-weight: 700;
}

.form-row {
    margin-top: 25px;
}

.form-field {
    display: block;
}

.form-label {
    color: #2E2F30;
    font-weight: 600;
    font-size: 16px
}

.sub-label {
    margin-top: 0px;
    font-weight: 300;
    font-size: 14px;
}

.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

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

.content-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.badge {
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
}

.badge.success {
    background-color: #009879;
    color: #fff;
    font-weight: 700;
}

.badge.danger {
    background-color: #B00100;
    color: #fff;
    font-weight: 700;
}

.badge-info {
    background-color: #9147ff;
    color: #fff;
    font-weight: 700;
}

.fs-12 {
    font-size: 12px;
}

.mt-5 {
    margin-top: 5px;
}

.purple {
    color: #9147ff;
}

.fw-700 {
    font-weight: 700;
}
