.btn-check:focus+.btn-primary, .btn-primary:focus,
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, 
.btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    background-color: #ffffff00;
    border-color: #ffffff00;
    box-shadow: 0 0 0 0rem rgb(49 132 253 / 0%);
}

.btn-primary {
    background-color: transparent;
    border-color: transparent;
}

.btn {
    border: 0px solid transparent;
    padding: 0px;
    width: 100%;
}

.shine-hover {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .6s;
    cursor: pointer;
}

.shine-hover:hover {
    filter: grayscale(.7);
}

.shine-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffffd1, transparent);
    transition: .6s;
    z-index: 9999;
    opacity: .8;
}

.shine-hover:hover:before {
    transition-delay: .3s;
    left: 100%;
}

.btn-regis {
    background: linear-gradient(#9c7d22, #f6d96b, #9c7d22);
    border: none;
    text-align: center;
    padding: 5px 20px;
    border-radius: 15px;
    color: black;
}

.btn-login {
    background: linear-gradient(#9c7d22, #f6d96b, #9c7d22);
    border: none;
    text-align: center;
    padding: 5px 30px;
    border-radius: 15px;
    color: black;
    text-shadow: 0 0 1px black;
}

.form-submit {
    background: linear-gradient(#9c7d22, #f6d96b, #9c7d22);
    border: none;
    text-align: center;
    padding: 8px;
    border-radius: 50px;
    color: black;
    box-shadow: 0 0 5px #00000059;
    max-width: 200px;
    margin: auto;
    cursor: pointer;
}

.btn-close-modal {
    position: absolute;
    right: 20px;
    border: none;
    width: 30px;
    font-weight: bold;
    background: transparent;
}

.auth-group {
    display: flex;
    position: absolute;
    width: fit-content;
    justify-content: flex-end;
    margin: auto;
    right: 0;
}

.auth-item {
    margin-left: 10px;
    cursor: pointer;
}

.auth-item:hover {
    transition: all .6s;
    transform: scale(1.1);
}

.nav-mb-group {
    display: flex;
}

.nav-mb-item {
    width: 50%;
}

.div-link-re_mb {
    background: #a2120f;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.div-link-in_mb {
    background: #ae9031;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.-box-wrapper .-btn-play {
    bottom: -16px;
    width: 80%;
    padding: 5px 15px;
    background-size: 200%;
}

.-box-wrapper .-btn-play {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s;
    width: 75%;
    padding: 8px 15px;
    color: #000!important;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.btn.-btn-gold {
    background-image: url('../images/button-bg-gold.533c565b.png');
    background-position: 50%;
    background-repeat: no-repeat;
}

.-btn-play .textwidget {
    color: #000;
}

.div-link-re {
    background: url('../images/regitertop.png') no-repeat center;
    background-size: 100% 100%;
    height: 49px;
    width: 121px;
    cursor: pointer;
}

.div-link-in {
    background: url('../images/logintop.png') no-repeat center;
    background-size: 100% 100%;
    height: 49px;
    width: 121px;
    cursor: pointer;
}