.container-home {
    margin: 0 auto;
    width: 50%;
}

.w-100 {
    width: 100% !important;
}

.info-game-form {
    width: 80%;
    margin: 0 auto;
}

label {
    font-weight: bold;
    margin: 3px 0px;
}

.card-header {
    border-bottom: 1px solid #e6e6e8;
}

[data-bs-theme=dark] {
    .card-header {
        border-bottom: 1px solid #44485e;
    }

    .border-1 {
        border: 1px solid #44485e;
    }

    .border-2 {
        border: 2px solid #44485e;
    }
}

.form-group {
    margin: 8px 0px;
}

.justify-content-md-center {
    justify-content: center !important;
}

.text-left {
    text-align: left !important;
}

.title-marquee {
    display: block;
    position: fixed;
    left: 15px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    width: 100%;
    color: white;
    text-shadow: 0 0 0.2em #ff0000, 0 0 0.2em #ff0000, 0 0 0.2em #ff0000;
    font-weight: bold;
}

.swal2-container {
    z-index: 9999999999 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number],
input[type=tel] {
    -moz-appearance: textfield;
}

.item-select-games {
    width: 100%;
    border-radius: 3px;
    margin: 3px;
    cursor: pointer;
    font-size: 16px;
}

.item-select-games>label {
    padding: 10px 0px;
}

.item-select-games input {
    display: none;
}

.border-2 {
    border: 2px solid #e5e5e5;
}

.star-form {
    background-image: url('https://images.vexels.com/media/users/3/134131/isolated/preview/b87002ac73e796d6e3460a6f27247cfb-star-cartoon-11.png?w=360');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    padding: 10px;
    text-align: center;
    color: white;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
}

.btn-primary {
    background: #7367f0 !important;
    color: white !important;
}

.waves-ripple {
    display: none !important;
}

@media (max-width: 750px) {
    .container-home {
        width: 100%;
    }

    .info-game-form {
        width: 100%;
        padding: 10px;
    }
}