body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.container {
    margin-top: 20px;
}

.balance {
    font-size: 24px;
    margin-bottom: 20px;
}

.roulette-table {
    display: inline-block;
    border: 2px solid #fff;
    padding: 20px;
    background-color: #333;
}

.roulette-table .row {
    display: flex;
}

.roulette-table .cell {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.roulette-table .zero {
    background-color: green;
}

.roulette-table .red {
    background-color: red;
}

.roulette-table .black {
    background-color: black;
}

.chips-container {
    margin-top: 20px;
}

.chip {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #444;
    margin: 10px;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
}

.chip:hover {
    background-color: #666;
}

.roulette-button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #444;
    border: none;
    cursor: pointer;
}

.roulette-button:hover {
    background-color: #666;
}

.result {
    margin-top: 20px;
    font-size: 20px;
}

.chip-overlay {
    position: absolute;
    margin: auto auto;
    top: 5px;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
}
.mid {
    text-align: center;
}        

.first-12 {
    left: 62px !important;
    width: 253px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
}
.second-12 {
    left:62px !important;
    width: 252px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative;
}
.third-12 {
    left:62px !important;
    width: 250px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
}
.oneto {
    left: 62px !important;
    width: 125px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
}

.even {
    left: 60px !important;
    width: 125px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
}
.redc {
    left: 60px !important;
    width: 125px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
    background-color: red;
}
.blackc {
    left: 60px !important;
    width: 125px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
    background-color: black;
}
.odd {
    left: 60px !important;
    width: 125px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
}
.nineteento {
    left: 60px !important;
    width: 121px !important;
    height: 60px !important;
    border: 2px solid #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 20px !important;
    color: #fff !important;
    cursor: pointer !important;
    position: relative !important;
}
#backToMenu {
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    background-color: #1abc9c;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#backToMenu:hover {
    background-color: #16a085;


}
a {
    text-decoration: none;
    color: white;
}
.big {
    font-size: 37px;
}
.small {
    font-size: 10px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background: linear-gradient(145deg, #fefefe, #e9e9e9);
    margin: 15% auto;
    padding: 20px;
    border-radius: 15px;
    width: 80%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-out;
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s ease;
}

.close:hover,
.close:focus {
    color: #ff5e57;
}

.modal-body h2 {
    color: #333;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.modal-body p {
    color: #666;
    margin-bottom: 20px;
    font-size: 1em;
}

.button {
    display: inline-block;
    padding: 12px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.2s ease;
}

.button:hover {
    background-color: #0056b3;
}