.btn-android {
    display: none;
}
.btn-pc {
    display: none;
}
.btn-blue {
    background-color: #FFD700;
    color: #fff;
}
.btn-blue:hover {
    background-color: #FFD700;
    color: #fff;
}
.f-19 {
    font-size: 19px;
}
.btn-get-livedraw {
    display: block;
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
}
.flag-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 8px;
}
.modal-custom .modal-content {
    border-radius: 10px;
    overflow: hidden;
}
.modal-custom .modal-header {
    background-color: #232b2b;
    color: #fff;
}
.modal-custom .modal-body {
    background-color: #0e1111;
    color: #fff;
}
.modal-custom .btn-close-absolute {
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    background-color: #FFD700;
    border: none;
}
.modal-custom .btn-close-absolute:hover {
    background-color: #e6b800;
}
.table-dark th, .table-dark td {
    color: #fff;
}
.btn-gold {
    background-color: #FFD700;
    color: #000;
}
.btn-gold:hover {
    background-color: #e6b800;
}
@media (max-width: 767px) {
    .btn-android {
        display: block;
    }
    .btn-pc {
        display: none;
    }
    .modal-dialog {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .modal-content {
        border-radius: 0;
    }
}
@media (min-width: 768px) {
    .btn-android {
        display: none;
    }
    .btn-pc {
        display: block;
    }
    .modal-dialog {
        margin: 30px auto;
        padding: 0;
    }
}
/* Style for the h2 with background color and bold text */
.bg-custom {
    background: radial-gradient(circle, #A020F0 30%, #B566FF 50%, #FFD700 80%, #C0C0C0 100%);


    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}
