/* Custom CSS for LODBET */

/* Select2 Import */
@import url('https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css');

/* Select2 Custom Styles for Country Selectbox */
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    height: 48px !important;
    line-height: 48px !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: 46px !important;
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    right: 10px !important;
}

.select2-dropdown {
    background-color: #2c2c2c !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    z-index: 9999 !important;
}

.select2-container--default .select2-results__option {
    color: #fff !important;
    background-color: #2c2c2c !important;
    padding: 8px 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #007bff !important;
    color: #fff !important;
}

.select2-search--dropdown .select2-search__field {
    background-color: #2c2c2c !important;
    border: 1px solid #ced4da !important;
    color: #fff !important;
    border-radius: 0.375rem !important;
    padding: 8px 12px !important;
}

.select2-search--dropdown .select2-search__field::placeholder {
    color: #aaa !important;
}

.select2-container--default .select2-selection--single:focus {
    outline: none !important;
}

.select2-container {
    width: 100% !important;
}

/* Input group için özel stil */
.input-group .select2-container {
    flex: 1 1 auto;
}

.input-group .select2-container .select2-selection--single {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* Dropdown açıldığında z-index sorunu çözümü */
.select2-container--open .select2-dropdown {
    z-index: 9999 !important;
}

/* Arama kutusu stilleri */
.select2-search--dropdown {
    padding: 8px !important;
}

.select2-results__options {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/* Copy Animation */
.base-color {
	color: hsl(var(--main)) !important;
}

.copyInput {
	display: inline-block;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.copied::after {
	position: absolute;
	top: 8px;
	right: 12%;
	width: 100px;
	display: block;
	content: "COPIED";
	font-size: 1em;
	padding: 5px 5px;
	color: #fff;
	background-color: #FF7000;
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
}

@keyframes showcopied {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	50% {
		opacity: 0.7;
		transform: translateX(40%);
	}

	70% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
	}
}


.cookies-card {
	width: 520px;
	padding: 30px;
	color: #fdfdfd;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 999999;
	transition: all .5s;
	background: #261a0f;
	border-radius: 5px;
}

.cookies-card.hide {
	bottom: -500px !important;
}

.radius--10px {
	border-radius: 10px;
}

.cookies-card__icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff529;
	color: #fff;
	font-size: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.cookies-card__content {
	margin-bottom: 0;
}

.cookies-btn {
	color: #363636;
	text-decoration: none;
	padding: 10px 35px;
	margin: 3px 5px;
	display: inline-block;
	border-radius: 999px;
}

.cookies-btn:hover {
	color: #363636;
}


@media (max-width: 767px) {
	.cookies-card {
		width: 100%;
		left: 0;
		bottom: 0;
		font-size: 14px;
		padding: 15px;
	}
}

/* .swiper_banner - removed empty ruleset */

.hover-input-popup {
	position: relative;
}

.input-popup {
	display: none;
}

.hover-input-popup .input-popup {
	display: block;
	position: absolute;
	bottom: 130%;
	left: 50%;
	width: 280px;
	background-color: #1a1a1a;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.input-popup::after {
	position: absolute;
	content: '';
	bottom: -19px;
	left: 50%;
	margin-left: -5px;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #1a1a1a transparent;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.input-popup p {
	padding-left: 20px;
	position: relative;
}

.input-popup p::before {
	position: absolute;
	content: '';
	font-family: 'Line Awesome Free';
	font-weight: 900;
	left: 0;
	top: 4px;
	line-height: 1;
	font-size: 18px;
}

.input-popup p.error {
	text-decoration: line-through;
}

.input-popup p.error::before {
	content: "\f057";
	color: #ea5455;
}

.input-popup p.success::before {
	content: "\f058";
	color: #28c76f;
}



.show-filter {
	display: none;
}

@media(max-width:767px) {
	.responsive-filter-card {
		display: none;
		transition: none;
	}

	.show-filter {
		display: block;
	}
}


.header .nav-right a {
	border: 1px solid rgba(255, 255, 255, 35%);
	padding: 5px 10px;
	border-radius: 4px;
}

.m_margin {
	margin: 20px 100px 20px 100px;
}

.header_menu_r {
	list-style: none;
}

.show-filter {
	display: none;
}

.header .nav-right a {
	margin-right: 15px;
	color: antiquewhite !important;
}

@media(max-width:767px) {
	.responsive-filter-card {
		display: none;
		transition: none;
	}

	.show-filter {
		display: block;
	}
}

@media(max-width:599px) {

	.swiper{
		height: 80px!important;
	}

	.swiper .swiper-slide{
		background-size: contain!important;
		background-position-y: inherit!important;
		background-repeat: no-repeat !important;
		/*margin-top: -50px!important;*/
	}

	.swiper-button-next, .swiper-button-prev{
		display: none!important;
	}

	/* .swiper_banner - removed empty ruleset */

	.header .site-logo img {
		max-width: 118px !important;
	}
}

.casino-game-filter-item {
	margin-right: 10px;
	margin-top:2px;
}
.provider__wrapper {
	margin: 10px 10px 5px 5px;
}
/* .provider_container .card - removed empty ruleset (only comments) */
.provider_container .card .card-body {
	padding: 1px;
}
.main_search_top input {
	border: yellow 1px solid !important;
}
.openBtn {
	background: none !important;
	border: none;
	padding: 10px 15px;
	font-size: 25px;
	cursor: pointer;
}

.openBtn:hover {
	background: none !important;
	color: yellow !important;
}

.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}

.overlay .closebtn {
	position: absolute;
	top: 100px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}

.overlay .closebtn:hover {
	color: #ccc;
}

.overlay input[type=text] {
	padding: 15px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}

.overlay input[type=text]:hover {
	background: #f1f1f1;
}

.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}

.overlay button:hover {
	background: #bbb;
}

.casino-game-filter-item ul li a {
	font-weight: bold;
	color: black;
}
.casino-game-filter-item ul li a:hover {
	font-weight: bold;
	color: gray;
}
.icon_arrow-down {
	color: rgb(255, 255, 255);
	margin-left: 60%;
}

.casino-game-filter-title span {
	font-size: 18px
}
.casino-game-title-container {
	color: rgb(255, 255, 255);
	background: rgb(0, 0, 0);
	font-size: 14px;
	font-weight: 600;
}
.game-card {
	cursor: pointer;

}
.game-card img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.casino-game-title-text {
	text-align: center;
}

.game_overlay_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: background 0.5s ease;
}
.game-card__thumb {
	position: relative;
}
.game-card__thumb:hover .game_overlay_content {
	display: block;
	background: rgba(0, 0, 0, .3);
}

.game-card__thumb:hover img {
	opacity: 0.3;
}

.game-card__thumb:hover .game_play_button {
	opacity: 1;
}

.game_play_button span{
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}

.game-card__thumb .game_play_button{
	opacity: 0;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 40px;
	color: rgba(103, 192, 103, 0.75);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgba(103, 192, 103, 0.75);
	transition: all 0.3s ease 0s;
}

.game_play_button a {
	font-weight: bold;
	color: #fff;
}

.game_play_button a:hover {
	font-weight: bold;
	color: #fff;
}


.game-card__thumb:hover .game_demo_button {
	opacity: 1;
}

.game_demo_button span{
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}

.game-card__thumb .game_demo_button{
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 40px;
	color: rgba(103, 192, 103, 0.75);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgb(169 132 0 / 75%);
	transition: all 0.3s ease 0s;
}

.game_demo_button a {
	font-weight: bold;
	color: #fff;
}

.game_demo_button a:hover {
	font-weight: bold;
	color: #fff;
}

.game-section-title{
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	color: antiquewhite;
}

.game-card_title .card {
	border-radius: 25px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	margin-right: 0;
	color: white;
	font-weight: 400;
	background-color: #af1dca;
}

.game-card_title .card-body {
	padding: 2px !important;
	margin-left: 15px !important;
}

.game_title_c hr{
	height: 5px;
	border-width: 0;
	margin-left: 32px;
	border-radius: 50%;
	margin-top: -3px;
	color: #af1dca;
	background-color: #af1dca;
}

.card_game .card {
	cursor: pointer;
}

.show_all_btn {
	padding: 2px !important;
	margin-left: 15%;
}

.show_all_btn a:hover{
	color: black;
}

.show_all_btn a{
	color: #0a0e26;
}

._360_widget_div {
	bottom: 100px !important;
	right: 30px !important;
}

.social_logo_icon {
	width: 16%;
	height: auto;
}
.nav-item {
	margin-right: 5px !important;
}

.nav-link a.active{
	background: #0d6efd !important;
	color: #000 !important;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
	background: #fff !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #3f79ab !important;
}


.sticky-bar {
	position: fixed;
	left: 0;
	z-index: 99;
	top: 65%;
	transform: translateY(-50%);
}
.sticky-bar a {
	background: #1e2025;
	display: block;
	text-align: center;
	transition: all 0.3s ease;
	color: #fff;
	padding: 15px;
	font-size: 30px;
	border-bottom: 1px solid #16181b;
}
.sticky-bar a:hover {
	background-color: #16181b;
}
.sticky-bar a:first-child {
	border-top-right-radius: 6px;
}
.sticky-bar a:last-child {
	border-bottom-right-radius: 6px;
	border-bottom: none !important;
}
.sticky-bar a:focus {
	border-color: #16181b;
}
.sticky-bar .arrow {
	display: none;
	position: fixed;
	background: #1e2025;
	border: 4px solid #1e2025;
	left: 65px;
	min-width: 175px;
	margin-top: -30px;
	font-size: 16px;
	padding: 6px;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.12);
}
.arrow_box:before,
.sticky-bar .arrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.sticky-bar .arrow:after {
	border-width: 10px;
	margin-top: -10px;
}
.sticky-bar .arrow:after,
.sticky-bar .arrow:before {
	border-color: rgba(30, 32, 37, 0) #1e2025 rgba(30, 32, 37, 0) rgba(30, 32, 37, 0);
}
.sticky-bar .arrow:before {
	border-width: 16px;
	margin-top: -16px;
}
.sticky-bar a:hover .arrow {
	display: block;
}
.sticky-bar .fa-whatsapp {
	color: #2cb742;
}
.sticky-bar .fa-telegram {
	color: #0091c8;
}

.notify__card .card{
	background-color: black;
}
.toggle-off {
	color: wheat;
	border-color: yellow !important;
}
.toggle-off:hover {
	color: red;
}

.payment_list_div a{
	margin-bottom: 6px
}

.tab_payment .input-group-addon {
	padding-top: 15px;
	padding-right: 10px;
}

.tab_payment button {
	min-height: 75px;
}

.tab_payment .card_secure_c {
	margin-top: 1px;
}

.tab_payment .card_secure_c span{
	color: red;
}

.tab_payment .card_secure_c p{
	color: black;
}

.tab_payment .card_secure_c img{
	max-width: 90px;
	margin-top: 10px;
}

#smartwizard .nav-item a{
	background-color: #f3f3f357 !important;
	color: #590f0f !important;
	font-weight: 500;
	/*border: 1px solid #0a53be !important;*/
	/*border-radius: 8px !important;*/
}

#smartwizard .nav-link .active a{
	color: #000 !important;
	font-weight: 600 !important;
}

#smartwizard .nav-item .nav-item .default a{
	color: #000 !important;
	font-weight: 600 !important;
}

#smartwizard .num {
	text-align: center;
}

#smartwizard .toolbar-top {
	display: none;
}

#smartwizard .nav-item a.active {
	background-color: #fff !important;
	color: #000;
	font-weight: 600 !important;
}

.footer-license {
	width: 30%;
}

.svg-fix {
	width: 100%;
	float: right;
}

.fix-width {
	/*position: relative;*/
	/*left: 98%;*/
	margin-top: -10px;
	height: 40px;
	margin-right: 25px;
	background: url(../../../images/game/icons/like-svgrepo-com.svg);
}

/* .svg_icons_div2 img - removed empty ruleset (only comments) */

@media only screen and (max-width: 600px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.game_demo_button span{
		padding: 11px 22px !important;
		padding-bottom: 6px !important;
	}

	.game_play_button span{
		padding: 11px 22px !important;
		padding-top: 6px !important;
	}

}

.account_money {
	right: 15%;
	margin-right: -50px !important;
	color: #fff;
}

.account_money span {
	font-size: 17px;
	color: #fff;
}

.mobile_login_btn {
	border: 1px solid #fff !important;
	padding: 6px !important;
	color: #fff !important;

}

/* .mobile_selector - removed empty ruleset (only comments) */


.selector_col {

	margin-right: 20px !important;

}

.selector_card {
	background-color: #FFFFFF  !important;
	box-shadow: none !important;
	border: none !important;

}

.selector_card img{
	width: fit-content !important;
	align-self: center !important;
	width: 46px !important;
	margin-bottom: 10px;
}

.selector_body {
	margin-top: -5px;
}

.selector_body span {
	color: #0a0a0a;
	font-size: 12px;

}

@media (max-width: 767px) {

	.selector_col {
		margin-right: 7px !important;
	}

	.selector_card img{
		width: 36px !important;
		margin-bottom: 6px;
	}

}

/* Password Toggle Styles */
.password-field-container {
	position: relative;
}

.field-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #666;
	font-size: 16px;
	z-index: 10;
	transition: color 0.3s ease;
}

.field-icon:hover {
	color: #333;
}

.form__grp {
	position: relative;
}

.form__grp input[type="password"],
.form__grp input[type="text"] {
	padding-right: 45px;
}

/* Input group içindeki password toggle için özel stiller */
.input-group .field-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #666;
	font-size: 16px;
	z-index: 10;
	transition: color 0.3s ease;
}

.input-group .field-icon:hover {
	color: #333;
}

/* Login form için özel stiller */
.form__grp.password-field-container .field-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #666;
	font-size: 16px;
	z-index: 10;
	transition: color 0.3s ease;
}

/* Input Group Icon Düzeltmeleri */
.input-group {
	position: relative;
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: stretch !important;
	width: 100%;
}

.input-group-text {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.375rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 0.25rem 0 0 0.25rem;
	border-right: 0;
	min-width: 45px;
}

.input-group-text i {
	font-size: 16px;
	color: #666;
	line-height: 1;
}

.input-group > .form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
	border-radius: 0 0.25rem 0.25rem 0;
	border-left: 0;
}

.input-group > .form-control:focus {
	z-index: 3;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > select.form-control {
	border-radius: 0 0.25rem 0.25rem 0;
	border-left: 0;
}

/* Register Modal için özel düzeltmeler */
.register__modal .input-group {
	display: flex !important;
	flex-wrap: nowrap !important;
}

.register__modal .input-group-text {
	background-color: #f8f9fa;
	border-color: #dee2e6;
	color: #495057;
	border-radius: 0.25rem 0 0 0.25rem;
	border-right: 0;
}

.register__modal .input-group-text i {
	color: #fff;
}

.register__modal .form-control {
	border-color: #dee2e6;
	border-radius: 0 0.25rem 0.25rem 0;
	border-left: 0;
}

.register__modal .form-control:focus {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Mobile code için özel düzenleme */
.input-group .mobile-code {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
