.sign-up_section {
	max-width: 1150px;
	padding: 2rem 1rem;
}
.sign-up_section .select-hide {
	display: none;
}
.sign-up_section .select-items div:hover,
.sign-up_section .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
.sign-up_section .section-wrapper {
	display: flex;
	flex-direction: column;
	gap: 3rem;
}
.sign-up_section .section-wrapper .left-sign-up {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	border-radius: 0.5rem;
	padding: 1.5rem;
	box-shadow: 0px 2px 10px 0px #0000001A;
}
.sign-up_section .section-wrapper .left-sign-up h1 {
	color: #1f2937;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3333;
}
.sign-up_section .section-wrapper .left-sign-up section#form_section {
	width: 100%;
}
.sign-up_section .section-wrapper .left-sign-up a {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: #1E3A8A;
	text-decoration: none;
}
.sign-up_section .section-wrapper .left-sign-up a:hover {
	color: #2563EB;
}
.sign-up_section .section-wrapper .left-sign-up h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #2B241C;
}
.sign-up_section .section-wrapper .left-sign-up .validation {
	font-weight: 400;
	font-size: 15px;
	line-height: 170%;
	color: #808080;
}
.sign-up_section .section-wrapper .left-sign-up .validation a {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #2B241C;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form {
	min-width: 273px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form img {
	width: 20px;
	display: none;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .custom-select {
	position: relative;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-selected img {
	width: 20px;
	height: 20px;
	padding-top: 7px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .custom-select.select-ready select {
	display: none;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-selected:after {
	position: absolute;
	content: "";
	top: 30%;
	right: 0;
	width: 10px;
	height: 10px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-selected.select-arrow-active:after {
	top: 7px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-items div,
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-selected {
	padding: 0.75rem 1rem;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-selected {
	background: url(/wp-content/themes/casinobee/assets/img/arrow-down.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 95%;
	border: 1px solid #D1D5DB;
	border-radius: 0.5rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #4b5563;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-arrow-active {
	border: 1px solid #E2E2E2;
	border-radius: 10px 10px 0 0;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-items {
	position: absolute;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	border-radius: 0 0 20px 20px;
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: #1B1A25;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	max-height: 400px;
	overflow: auto;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-items div {
	border-bottom: 1px solid #E2E2E2;
	display: flex;
	align-items: center;
	gap: 7px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-items div img {
	max-width: 15px;
	max-height: 13px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-items div:before {
	content: "";
	background-image: attr(data-flag);
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .select-items div:last-child {
	border-bottom: none;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form label {
	color: #4B5563;
	font-size: 14px;
	line-height: 22px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input::placeholder {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #808080;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input,
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form select {
	min-width: 100%;
	background: #FFFFFF;
	border: 1px solid #D1D5DB;
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: #4B5563;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input.error {
	border: 1px solid red !important;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input:focus-visible,
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form select:focus-visible {
	outline: 2px solid #FBBF0E;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input.search-input {
	max-width: 272px;
	overflow: hidden;
	border-radius: 0;
	border-width: 0 0 1px 0;
	border-color: #E2E2E2;
	padding: 7px 74px 7px 24px;
	background: #F2F2F2 url(/wp-content/themes/casinobee/assets/img/search-countries.png) no-repeat 95% 10px / 13.54px 13.54px;
	outline: none;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form select {
	background: url(/wp-content/themes/casinobee/assets/img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 95%;
	background-size: 10px;
	appearance: none;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input[type="submit"] {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5;
	color: #1F2937;
	padding: 0.5rem 1.5rem;
	background: linear-gradient(to left, #fbbf24 50%, #1f2937 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.2s ease;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input[type="submit"]:hover {
	background-position: left bottom;
	color: #FBBF24;
	border: none;
	cursor: pointer;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input[type=checkbox] {
	display: none;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input[type=checkbox] + label {
	display: block;
	margin: 0.2em;
	cursor: pointer;
	padding: 0.2em;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input[type=checkbox] + label:before {
	content: "\2714";
	border: 1px solid #D1D5DB;
	border-radius: 0.25rem;
	width: 1.5rem;
	height: 1.5rem;
	vertical-align: middle;
	color: transparent;
	transition: 0.2s;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes label {
	display: flex !important;
	align-items: center;
	font-size: 1rem;
	line-height: 1.5;
	color: #4B5563;
	gap: 0.5rem;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input[type=checkbox] + label:active:before {
	transform: scale(0);
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input[type=checkbox]:checked + label:before {
	background-color: #FBBF0E;
	border-color: #FBBF0E;
	font-size: 13px;
	text-align: center;
	color: white;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input[type=checkbox]:disabled + label:before {
	transform: scale(1);
	border-color: #aaa;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input[type=checkbox]:checked:disabled + label:before {
	transform: scale(1);
	background-color: #FBBF0E;
	border-color: #FBBF0E;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes p {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px;
}
.sign-up_section .section-wrapper .left-sign-up .revpanda_form form .checkboxes input {
	min-width: 0;
}
.sign-up_section .section-wrapper .right-sign-up h2 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #2B241C;
}
.sign-up_section .section-wrapper .right-sign-up .inner-section {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3rem;
}
.sign-up_section .section-wrapper .right-sign-up .inner-section .image-section {
	min-height: 300px;
	min-width: 290px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.sign-up_section .section-wrapper .right-sign-up .inner-section ul {
	min-width: 298px;
	order: 2;
}
.sign-up_section .section-wrapper .right-sign-up .inner-section ul li {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.4;
	color: #4B5563;
	padding: 0.5rem 0;
	display: flex;
}
.sign-up_section .section-wrapper .right-sign-up .inner-section ul li::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/wp-content/themes/casinobee/assets/img/Subtract.png) no-repeat center center;
	background-size: contain;
	margin-right: 0.5rem;
	vertical-align: middle;
}
.register-1xbet-popup {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 1.5rem;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	visibility: hidden;
	z-index: 99999;
}
.register-1xbet-popup.register-1xbet-popup--visible {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}
.register-1xbet-popup__modal {
	background: linear-gradient(106.29deg, #111827 39%, #0C4A6E 108.37%), linear-gradient(179.48deg, #0C4A6E -66.46%, rgba(17, 24, 39, 0) 58.39%);
	border: 1px solid #9CA3AF;
	border-radius: .5rem;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	max-width: 21rem;
	padding: 2rem 1rem 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}
.register-1xbet-popup__close {
	border: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
}
.register-1xbet-popup__logo {
	margin-bottom: 1rem;
}
.register-1xbet-popup__casino-logo {
	border-radius: 0.5rem;
	height: auto;
	object-fit: cover;
	width: 8rem;
}
.register-1xbet-popup__bonus-line {
	display: block;
}
.register-1xbet-popup__title {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0 0 1rem;
}
.register-1xbet-popup__bonus-line--main,
.register-1xbet-popup__bonus-line--spins {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.25;
}
.register-1xbet-popup__actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.register-1xbet-popup__button {
	align-items: center;
	border-radius: 0.5rem;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1rem;
	text-decoration: none;
}
.register-1xbet-popup__button--primary {
	background: linear-gradient(to left, #fbbf24 50%, #1f2937 50%);
    background-position: right bottom;
    background-size: 200% 100%;
	border-radius: 0.5rem;
	color: #1f2937;
	transition: all 0.2s ease;
}
.register-1xbet-popup__button--primary:hover {
	background-position: left bottom;
    color: #fbbf24;
}
.register-1xbet-popup__button--secondary {
	background: #E5E7EB;
	color: #1f2937;
}
.register-1xbet-popup__button--secondary:hover {
	background: #d8dde4;
}

@media screen and (min-width: 768px) {
	.sign-up_section {
		padding: 3rem 1.5rem;
	}
	.sign-up_section .section-wrapper .left-sign-up {
		min-width: 489px;
	}
	.sign-up_section .section-wrapper .left-sign-up .revpanda_form form input.search-input {
		max-width: none;
		overflow: visible;
	}
	.sign-up_section .section-wrapper .right-sign-up .inner-section {
		flex-direction: row;
		align-items: flex-start;
	}
	.sign-up_section .section-wrapper .right-sign-up .inner-section .image-section {
		height: 300px;
		width: 290px;
		background: url(/wp-content/themes/casinobee/assets/img/sign-up-image.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
}

@media screen and (min-width: 1024px) {
	.sign-up_section {
		padding: 3rem 1.5rem;
	}
	.sign-up_section .section-wrapper {
		flex-direction: row;
		gap: 3rem;
	}
	.sign-up_section .section-wrapper .right-sign-up .inner-section {
		align-items: center;
		flex-direction: column-reverse;
	}
}
@media screen and (min-width: 1280px) {
	.sign-up_section {
		padding: 3rem 0;
	}
	.sign-up_section .section-wrapper {
		gap: 7rem;
	}
}