﻿body {
    color: #fff !important;
    background-color: #0a0917 !important;
}

img {
    width: 100%;
}

.game-list {
    text-align: center;
}

    .game-list button {
        margin-bottom: 10px;
    }
.bg-color {
    background-color: #191e32 !important;
}
.text-white {
    font-weight: bold;
    font-size: 16px;
}

.btn-warning {
    font-weight: bold;
}

.my-0 {
    color: #1b1d3f !important;
}
.modal-content {
    color: #fff !important;
    background-color: #0a0917 !important;
}

#playGame {
    /*width: 300px;
    border-radius: 25px;
    border: 5px solid #fff;*/
}

#playGameAccount {
    border-radius: 25px;
    border: 5px solid #fff;
}

.copy-svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.m-t-10 {
    margin-top: 40px;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .mobile-2 {
        width: 50% !important;
    }

    .mobile-2-mb-5 {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .mobile-2 {
        width: 50% !important;
    }

    .mobile-2-mb-5 {
        margin-bottom: 15px;
    }
}

@media (max-width: 376px) {
    .mobile-2 {
        width: 50% !important;
    }

    .mobile-2-mb-5 {
        margin-bottom: 15px;
    }
}

.close {
    color: white !important;
}