.owl-carousel .item a{
	display: flex;
	justify-content: center;
    position: relative;
}
.owl-carousel .item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: #00000080; */
    border-radius: 10px;
}
.owl-carousel .item img {
    border: transparent;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    max-height: 280px;
    object-position: bottom;
    max-width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
	background: #8B8079;
    height: 7px !important;
    width: 7px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #372F28;
}
.carousel-div{
	margin-top: 20px;
}
.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:371px;
} */
.landing .series-guest-manage-height{
	min-height:375px;
}
/* .landing .btnSpin-100card {
    height:475px !important;
} */

@media only screen and (max-width: 992px) {
    .owl-carousel .item img {
        max-height: 170px;
    }
}

@media only screen and (max-width: 768px) {
    .owl-carousel .item img {
        max-height: 190px;
    }
	/* .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;
    }
}

/* @media only screen and (max-width: 575px)  {
    .owl-carousel .item img {
        max-height: 100px;
    }
} */
@media only screen and (max-width: 375px)  {
    .owl-carousel .item img {
        max-height: 85px;
    }
}
/* .landing .bonus-series-guest{
	height: 244px;
}
.landing .bonus-series{
	height: 244px;
}
.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: 6px !important;
    padding-top: 6px !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: 244px;
}
.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: 4px 20px;
    margin-right: 10px;
    color: gray;
    white-space: nowrap;
    border-radius: 50px !important;
}

.tab-container .tab.active {
    font-weight: bold;
    color: white;
    background: #ce0000 !important;
    border-radius: 50px !important;
    border: 1px solid #ce0000;
}

body.dark .tab-container .tab.active {
    font-weight: bold;
    color: #000;
    background: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #fff;
}

hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

@media only screen and (max-width:440px) {
    .customScroll_box.tab-container {
        padding: 0 30px;
    }

    .customScroll_box.tab-container .scrollContent {
        gap: 5px;
    }

    .tab-container .tab {
        padding: 4px 10px;
        margin-right: 5px;
    }

    .tab-container a {
        font-size: 15px;
    }

    .customScroll_box.tab-container .triggerBtn .btn {
        height: 22px;
        width: 22px;
    }

    .customScroll_box.tab-container .triggerBtn .btn i {
        font-size: 15px;
    }
}