.owl-carousel .item a{
	display: flex;
	   justify-content: center;
}
.owl-carousel .item img{
	border: transparent;
	border-radius: 10px;
	width: auto;
	height: auto;
	max-height: 260px;
}
.owl-theme .owl-dots .owl-dot span{
	background: gray;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: white;
}
.carousel-div{
	margin-top: 40px;
}
.owl-carousel .owl-nav .owl-prev i,.owl-carousel .owl-nav .owl-next i{
	margin: 3px 9px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 0;
    padding: 4px 3px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out;
}
.landing .manage-height{
	height:371px;
}
.landing .manage-height-after-played{
	height:376px;
}
.landing .series-manage-height{
	height:420px;
}
.landing .guest-manage-height{
	height:420px;
}
.landing .series-guest-manage-height {
    height: 420px;
}
.landing .btnSpin-100card {
    height: 475px !important;
}
.landing .coming-soon {
    height: 420px !important;
}
@media only screen and (max-width: 768px) {
	.landing .manage-height{
		height:332px;
	}
	.landing .guest-manage-height{
		height:371px;
	}
    .owl-carousel .owl-nav .owl-prev {
        left:11px;
        right: auto;
        transform: translateX(-50%);
        bottom: 125px;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 11px;
        transform: translateX(50%);
        bottom: 125px;
    }
}
@media only screen and (min-width: 600px) {
	.landing .manage-height-after-played{
		height:376px;
	}
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        bottom: 135px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 0px;
        right: auto;
        transform: none;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 0px;
        transform: none;
    }
}
@media only screen and (min-width: 992px) {
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
        bottom: 138px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 8px;
        right: auto;
        transform: none;
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 8px;
        transform: none;
    }
}
.landing .bonus-series-guest {
    height: 260px;
}
.landing .bonus-series{
	height: 260px;
}
.landing .bonus-series .bgimg{
	height: 170px;
}
.landing .bonus-series-guest .bgimg {
	height:170px;
}
.landing .bonus-series-guest .item-content{
	bottom:10px !important;
}
.landing .bonus-series-guest .price_row1{
	padding-bottom: 0px !important;
}
.landing .bonus-series .item-content{
    bottom:10px !important;
}
.landing .bonus-series .price_row1{
    padding-bottom: 0px !important;
}
.landing .bonus-series-played .price_row1{
	padding-bottom: 0px !important;
}
.landing .bonus-series-played {
	height: 234px;
}
.landing .bonus-series-played .bgimg{
	height: 170px;
}
.landing .bonus-series-played .item-content{
	bottom:10px !important;
}
.series-category-tabs ul > li > a{
	background-color: transparent;
}

.tab-container a {
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
}

.tab-container {
    display: flex;
    overflow-x: hidden;
    transition: overflow-x 0.3s ease;
}

.tab-container:hover {
    overflow-x: auto;
}

.tab-container .tab {
    padding: 2px 20px;
    margin-right: 10px;
    color: gray;
    white-space: nowrap;
    border-radius: 50px !important;
}

.tab-container .tab.active {
    font-weight: bold;
    color: white;
    background-color: #000;
    border-radius: 50px !important;
}

hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

.bonus-login-label-btn {
    color: #fff;
    font-family: 'MPLUS1-SemiBold' !important;
    background: linear-gradient(180deg, rgba(231, 146, 215, 1) 0%, rgba(224, 159, 183, 1) 14%, rgba(230, 177, 219, 1) 47%, rgba(224, 159, 183, 1) 82%, rgba(231, 146, 215, 1) 100%) !important;
}
