.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: 30px;
}
.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 {
     height: 520px;
}
.landing .coming-soon-div {
    height: 412px !important;
} */

/* .landing .series-manage-height.btn-2-lines,
.items.series-guest-manage-height.btn-2-lines {
    height: 570px !important;
} */
.items.series-guest-manage-height.coming-soon,
.items.series-guest-manage-height.soldout,
.items.series-manage-height.coming-soon,
.items.series-manage-height.soldout {
    height: 380px;
}
@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: 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: 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: 4px 15px;
    color: #4F504D;
    white-space: nowrap;
    border-radius: 10px !important;
    background-color: #fff;
    border: 1px solid #8F83BC;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Sawarabi Gothic", sans-serif;
}

.tab-container .tab.rainbow-bg {
    padding: 4px 15px;
    color: #4F504D;
    white-space: nowrap;
    border-radius: 10px !important;
    border: 1px solid #8F83BC;
    line-height: 1.6;
    font-weight: 400;
    font-family: "Sawarabi Gothic", sans-serif;
    background: linear-gradient(95.22deg, #FCF7CF -22.39%, #EF8DDB 31.15%, #EF8DDB 71.95%, #FCF7CF 114.84%) !important;
}

.tab-container .tab.active {
    font-weight: bold;
    color: white;
    background-color: #8F83BC;
    border-radius: 10px !important;
}

.tab-container .tab.active.rainbow-bg {
    font-weight: bold;
    color: white;
    background: #8F83BC !important;
    border-radius: 10px !important;
}

hr {
    margin: 0;
    border-top: 1px solid black;
    flex-grow: 1;
    opacity: 0.25;
}

.bonus-login-label-btn {
    font-family: 'KOT-Eitai-gothic-Bold';
    color: #fff !important;
    background: linear-gradient(95.22deg, #FCF7CF -22.39%, #EF8DDB 31.15%, #EF8DDB 71.95%, #FCF7CF 114.84%);
    text-shadow: 2px 2px 0px #00000059 !important;
}
