table#shop-items.dataTable tbody tr {
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

table#shop-items.dataTable tbody tr:hover {
    cursor: pointer;
    background-color: #3a2769;
}
   
table#shop-items.dataTable tbody tr:hover > .sorting_1 {
    cursor: pointer;
    background-color: #3a2769;
}

.sombra {
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.49);
}

.txel {
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.txel:hover {
    cursor: pointer;
    background-color: #3a2769;
}

div.roulette_container {
	width:80px;
	height:80px;
	border:1px solid rgba(253, 252, 253, 0.31);
	border-radius: .8rem;
	-webkit-box-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;
	box-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px;
	margin: auto;
}

.btn_container .start {
	margin-right:20px;
}

.roulette_item{
	width: 80px;
	height: 80px;
	border-radius: .80rem;
}

.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.header-flex-container {
    width: 100%;
    align-items: center;
}

.header-side {
    flex: 1;
    display: flex;
    align-items: center;
}

.header-left {
    justify-content: flex-start;
}

.header-right {
    justify-content: flex-end;
}

.header-center {
    flex: 0 0 auto;
    margin: 0 !important;
    text-align: center;
}

.header-brand-img {
    max-height: 50px;
}

@media (max-width: 768px) {
    .header-brand-img {
        max-height: 35px;
    }
}