.game-card-box .game-card-box-wrapper .gT_homepageHot {
	cursor: pointer;
	background: #4a5171;
	padding: 5px;
	height: 80px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-shadow: -1px -1px 1px 0px #ffffff70;
}
.game-card-box .game-card-box-wrapper .homepageHot_img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.game-card-box .game-card-box-wrapper .homepageHot_img img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
}
.game-card-box .game-card-box-wrapper .homepageHot_img span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Hind Siliguri', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans Bengali', Arial, sans-serif;
}
.triangle-sticker {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 18px solid #bc8a2b;
	border-left: 15px solid transparent;
}
.triangle-sticker span {
	position: absolute;
	top: -28px;
	right: 4px;
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	transform: rotate(45deg);
}
.game-card-box .game-card-box-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	gap: 4px;
	margin-top: 10px;
	padding: 0 10px;
}
.bottom-navigator {
	position: fixed;
	bottom: 0;
	z-index: 4;
	width: 100%;
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform;
}
.bottom-navigator.hide {
	transform: translateY(10%);
}
.bottom-navigator .bottom-navigator-before-login {
	background-color: #353f66;
	padding: 5px 6px;
	gap: 4px;
	justify-content: unset !important;
	height: auto;
}
.bottom-navigator .bottom-navigator-before-login.row::after, .row::before {
	display: table;
	content: unset;
}
.bottom-navigator .bottom-navigator-before-login .bottom-navigator-before-login-first {
	color: #000;
	background-color: #ddd;
	border: 1px solid #ddd;
	width: 27%;
	box-shadow: inset 0 0 5px 0 #747687 !important;
	border-radius: 5px;
}
.bottom-navigator .bottom-navigator-before-login .bottom-navigator-before-login-second {
	color: #fff;
	background: linear-gradient( to right, #2a3254 0, #445187 20%, #445187 35%, #2a3254 60%, #2a3254 100% );
	width: 35%;
	box-shadow: inset 0 0 5px 0 #747687 !important;
	border-radius: 5px;
}
.bottom-navigator .bottom-navigator-before-login .bottom-navigator-before-login-third {
	color: #fff;
	width: 35%;
	background: linear-gradient( to right, #a56c0b 0, #d4b665 20%, #d4b665 35%, #a56c0b 60%, #a56c0b 100% );
	box-shadow: inset 0 0 5px 0 #d4b665 !important;
	border-radius: 5px;
}
.nextevent {
	max-width: var(--desktop-layout-content-max-width);
	width: var(--desktop-layout-content-limit);
	transition: width 1s;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
}
.nextevent .title {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	color: var(--event-title);
	font-size: 13px !important;
	font-weight: 500;
	letter-spacing: 1px !important;
	vertical-align: middle;
}
.nextevent .title::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 15px;
	margin-right: 6px;
	border-radius: 10px;
	background: var(--event-border);
	vertical-align: middle;
}
.open_modal {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: translateX(0) !important;
	visibility: unset !important;
	position: fixed;
	z-index: 99999;
}
.open_modal .profile-sheet .profile-sheet-wrapper .profile-sheet-body {
	position: relative;
	top: 0 !important;
	left: 0;
	width: 100%;
	background: #191e32;
	overflow: auto;
	max-height: 700px;
}
.profile-sheet-head {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 10px 10px;
	background: #c9a33d;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.profile-sheet .profile-sheet-wrapper .profile-sheet-body .profile-sheet-body-wrapper {
	padding: 15px;
}
.profile-sheet .profile-sheet-wrapper .profile-sheet-body .profile-sheet-body-wrapper .profile-sheet-item {
	background-color: #2a3254;
	border-radius: 8px;
}
.custom-select {
	width: 100%;
	position: relative;
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 14px;
}

.selected_currency {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid #202742;
	border-radius: 8px;
	cursor: pointer;
	background: #232a46;
}
.selected_currency:hover {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid #202742;
	border-radius: 8px;
	cursor: pointer;
	background: #2c3559;
	opacity: 0.7;
}
.selected_currency span {
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}
.selected_currency::after {
	border-color: #fff transparent transparent;
	content: "";
	position: absolute;
	z-index: 2;
	top: 5.3333333333vw;
	right: 2.6666666667vw;
	border-width: 1.0666666667vw;
	border-style: solid;
}
.selected_currency::after {
	border-color: #fff transparent transparent;
	content: "";
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 5px;
	border-width: 7px;
	border-style: solid;
}

.countrySelect_view .selected_currency:hover {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid #202742;
	border-radius: 8px;
	cursor: pointer;
	background: #232a46 !important;
	opacity: 1;
}
.countrySelect_view .selected_currency::after {
	border-color: #fff transparent transparent;
	content: unset !important;
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 5px;
	border-width: 7px;
	border-style: solid;
}
.options {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-top: 6px;
	z-index: 9999;
	max-height: 260px;
	overflow-y: auto;
}

.options div {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	cursor: pointer;
}

.options div:hover {
	background: #f2f2f2;
}

.custom-select img {
	width: 20px;
	height: 14px;
	object-fit: cover;
	border-radius: 2px;
}
.mb-3{
	margin-bottom: 10px;
}
.form_part label{
	color: #fff;
}
.form-control {
	color: #fff;
	background-color: #232a46;
	padding: 8px 10px;
	border: 1px solid #202742;
	border-radius: 8px;
	height: 40px;
}
.form-control:focus {
	border: 1px solid #c9a33d;
	box-shadow: unset;
}
.form-control:hover {
	border: 1px solid #c9a33d;
}
.error {
	display: flex;align-items: center;gap: 5px;
}
.error .fa {
	border-radius: 50%;
	color: #000;
	padding: 1px;
}
.default_text {
	color: #dddddd8a;
}
.default_text .fa{
	background: #dddddd8a;
}
.danger_text{
	color: #ef5b5b;
}
.danger_text .fa{
	background: #ef5b5b;
}
.success_text{
	color: #00b389;	
}
.success_text .fa{
	background: #00b389;	
}
.mySlider {
	padding: 10px;
}

.swiper-slide {
	background: #f2f2f2;
	border-radius: 10px;
	height: 120px;

	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0 !important;
	left: 0;
	width: 100%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #a56c0b !important;
}
.read-more-wrapper {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

.read-more-text {
	cursor: pointer;
	display: -webkit-box;
	-webkit-line-clamp: 3;      /* প্রথমে কয় লাইন দেখাবে */
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .3s ease;
}

.read-more-wrapper.expanded .read-more-text {
	-webkit-line-clamp: unset;
}

.read-more-btn {
	margin-top: 6px;
	background: none;
	border: none;
	color: #007bff;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
}
.icon-marquee__title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	color: var(--icon-marquee-title);
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	vertical-align: middle;
}
.icon-marquee {
	max-width: var(--desktop-layout-content-max-width);
	width: auto;
	transition: width 1s;
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin: 10px 0;
}
.icon-marquee__title::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 15px;
	margin-right: 5px;
	border-radius: 10px;
	background: var(--icon-marquee-border);
	vertical-align: middle;
}
.icon-marquee__content::before, .icon-marquee__content::after {
	content: "";
	position: absolute;
	top: 0;
	width: 70px;
	height: 100%;
	z-index: 1;
}
.icon-marquee__content ul {
	display: inline-flex;
	grid-gap: 10px;
	animation: marquee 80s linear infinite forwards;
}
.icon-marquee__content li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: var(--icon-marquee-bg);
}
.icon-marquee__content li img {
	height: 35px;
	width: 35px;
}
.max_width{
	max-width: 1240px !important;
	width: 100% !important;
	margin: auto !important;
	padding: 0;
}
.theme--light.v-divider {
	border-color: rgba(72, 101, 225, 0.51);
}
.m-0{
	margin: 0;
}
.profile-sheet .profile-sheet-wrapper .sub-container {
	margin-top: 10px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	background: unset;
}
.profile-sheet .profile-sheet-wrapper .sub-container button {
	background: linear-gradient( to right, #a56c0b 0, #d4b665 20%, #d4b665 35%, #a56c0b 60%, #a56c0b 100% );
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding: 10px 10px;
	border-radius: 10px;
}
.profile-sheet .profile-sheet-wrapper .sub-container button:disabled {
	background: #3c3f4d;
	color: #747687 !important;
}
.aside_click_item.open span{
	color: #fff;
}
.pass_error i {
	border-radius: 50%;
	padding: 0px 4px;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pass_error span {
	font-size: 12px;
}
.default_text i {
	color:#aaa; 
}
.danger_text i {
	color: #200909;
}
.success_text i {
	color: #2a3254;
}
.default_text i::before {
	content: "\f00c";
}
.success_text i::before {
	content: "\f00c";
}
.danger_text i::before {
	content: "\f12a";
}
.toast {
	position: fixed;
	z-index: 999999;
	width: 250px;
	left: 50%;
	transform: translate(-50%, -100px);
	height: 40px;
	top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	opacity: 0;
	transition: transform 0.5s ease, opacity 0.5s ease;
	text-align: center;
	padding: 5px;
}
.toast.show {
	transform: translate(-50%, 0); /* slide down */
	opacity: 1;
}

.toast.success {
	background: #249124;
	color: #fff;
	font-weight: bolder;
}
.toast.danger {
	background: #d55a5a;
	color: #000;
	font-weight: bolder;
}
.show {
	display: flex !important;
}
.refresh-balance.rotating{
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to   { transform: rotate(360deg); }
}
.pop-language {
	width: 100%;
	margin: 0;
	border-radius: 0;
	background: var(--pop-language-header-bg);
	opacity: 1;
}
.pop-language .pop-inner .language-list {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(2,1fr);
	width: 100%;
	height: auto;
	padding: 0;
}
.pop-language .pop-inner .language-list .left-language-area img {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 2.6666666667rem;
	border-radius: 100%;
	box-shadow: 0 0 .5333333333rem #0006;
	vertical-align: middle;

	display: block;
	margin: 5px auto 5px;

}
.pop-language .pop-inner .language-list .left-language-area p {
	display: inline-block;
	width: 53%;
	color: var(--pop-currency-txt);
	font-size: 9px;
	line-height: 3;
	vertical-align: middle;
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;

}
.pop-language .pop-inner .language-list .right-language-area .radio-box {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 5px;
	font-size: 11px;
	vertical-align: top;
}
.pop-language .pop-inner .language-list .right-language-area .radio-box li {
	z-index: 0;
	flex: auto;
	width: calc(50% - 6px);
	height: 30px;
	margin-bottom: 5px;
	padding: 9px;
	overflow: hidden;
	border-radius: 5px;
	background: var(--pop-language-btn-bg);
	border: 2px solid var(--pop-language-btn-border);
	color: var(--pop-language-btn-txt);
	font-size: 12px;
	line-height: 10px;
	text-align: center;
	word-break: break-all;
	font-family: var(--custom-font),var(--custom-serif);
}
.pop-language .pop-inner .language-list .right-language-area .radio-box li:nth-child(2n) {
	margin-left: 5px;
}
.pop-language .pop-inner {
	max-height: unset;
}
.pop-language .pop-inner .language-list li {
	display: block;
	position: relative;
	flex-flow: nowrap;
	width: 100%;
	border: 0;
	border-radius: 5px;
	background: var(--pop-language-item-bg);
}
.deposit_wrap label {
	align-items: center;
	display: flex;
	position: relative;
	padding-left: 10px;
}
.deposit_wrap label::after {
	content: "";
	width: 4px;
	height: 15px;
	background: #c9a33d;
	position: absolute;
	left: 0;
	border-radius: 5px;
}
.select-wrap {
	position: relative;
	max-width: 150px;
	color: #fff;
}
.select {
	width: 100%;
	padding: 5px 20px 5px 5px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 6px;
	cursor: pointer;
	background: #fff0;
}
.select-wrap::after {
	content: "▾";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	color: #e1dbdb;
	font-size: 14px;
}
.deposit_item {
	flex: 0 0 calc(33.33% - 4px);
	background: #242e55;
	border: 1px solid #5f73bd;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 5px;
	gap: 5px;
	cursor: pointer;
}
.deposit_item.active {
	background: linear-gradient(to left, #24262d 0%, #4b442f 100%);
}
.deposit_item img {
	width: 45px;
	border-radius: 10px;
	height: 30px;
}
.deposit_item span:nth-of-type(1) {
	color: white;
	font-size: 9px;
	font-family: arial;
	font-weight: bold;
}
.deposit_item span:nth-of-type(2) {
	color: white;
	position: absolute;
	top: 5px;
	right: -5px;
	background: #e16f4c;
	padding: 0px 5px;
	border-radius: 5px;
	font-size: 10px;
}
.datepicker { position: fixed !important; }

.promotion_cetegory {
	background: #2a3254;
	margin-top: 10px !important;
	border-radius: 5px;
}
.promotion_cetegory .cetegory_group {
	display: flex;
	overflow: auto;
	white-space: nowrap;
	gap: 5px;
	padding: 10px;
}
.promotion_cetegory .cetegory_group .cetegory_item {
	border: 1px solid var(--search-item-border);
	background: var(--search-item-bg);
	color: var(--search-item-txt);
	padding: 5px 5px;
	border-radius: 5px;
}
.promotion_cetegory .cetegory_group .cetegory_item.active {
	z-index: 0;
	border: 1px solid var(--search-item-border-active);
	background: var(--search-item-bg-active);
	color: var(--search-item-txt-active);
}
.promotion_cetegory .cetegory_group .cetegory_item:hover {
	background: var(--search-item-bg-hover);
	border: 1px solid var(--search-item-border-hover);
	color: var(--search-item-txt-hover);
	cursor: pointer;
}
.promotion_item_group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.promotion_item{
	
}
.promotion_box {
	background: #2a3254;
	border-radius: 5px;
	overflow: hidden;
}
.promotion_box img{
	width: 100%;
}
.promotion_body {
	padding: 10px;
}
.promotion_details strong {
	color: #fff;
	display: block;
}
.promotion_details span {
	color: #998c8c;
	font-size: 13px;
	display: block;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 4px;
}
.promotion_details span img {
	width: 15px;
	height: 15px;
}
.promotion_details span span {
	font-weight: 1;
	color: #757070;
}
.promotion_foot {
	display: flex;
	justify-content: right;
	gap: 10px;
	margin-top: 10px;
}