.payment-form {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	max-width: 350px;
	margin: 50px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.payment-form h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-group input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	font-size: 14px;
}

.form-row {
	display: flex;
	gap: 10px;
}

.form-row .form-group {
	flex: 1;
}

.pay-btn {
	width: 100%;
	padding: 12px;
	border: none;
	background: #28a745;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	cursor: pointer;
}

.pay-btn:disabled {
	background: #aaa;
	cursor: not-allowed;
}

.error {
	color: #d00;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}
.step-container {
	margin-bottom: 4rem;
}
.step {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #007bff;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-line {
	height: 2px;
	background-color: #077db8;
	flex-grow: 1;
	align-self: center;
	margin: 0.5rem;
	margin-right: 0.5rem;
}
.input-label {
	margin-bottom: 5px;
	font-weight: bold;
}
.promo-code {
	margin-top: 10px;
}

.active-window-modal {
	border-radius: 5px;
	background-color: #edeced;
}

.header-modal {
	background-color: #333;
	color: white;
	padding: 0 1rem;
	position: relative;
	height: 50px;
}
.logo-header {
	height: 50px;
	width: 87px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header-modal-chat-btn {
	background: url(https://cdn-michigan.neogames.com/secure/MWC/2024.10_1040349/assets/branded/113/brand_icons_sprite.png) no-repeat -240px -339px;
	background-size: 409px 406px;
	width: 23px;
	height: 23px;
	display: block;
}

.header-modal-question-btn {
	margin-left: 1rem;
	background: url(https://cdn-michigan.neogames.com/secure/MWC/2024.10_1040349/assets/branded/113/brand_icons_sprite.png) no-repeat -168px -339px;
	background-size: 409px 406px;
	width: 23px;
	height: 23px;
}

.safe-secure {
	height: 20px;
	background-color: hsla(300, 5%, 89%, 0.92);
}

.safe-secure-icon {
	background: url(https://cdn-michigan.neogames.com/secure/MWC/2024.10_1040349/assets/branded/113/brand_icons_sprite.png) no-repeat -380px -299px;
	background-size: 409px 406px;
	width: 9px;
	height: 12px;
}

.safe-secure-text {
	font-size: 0.9rem;
	color: #5a5a5a;
}

.step-block {
	position: relative;
}

.step-block.active {
	font-weight: 700;
}

.step-block.active .step-number {
	background-color: #077db8;
	color: #fff;
	box-shadow: inset 0 0 0 1px #077db8;
}

.step-text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 3rem;
	font-size: 0.8125em;
	color: #5a5a5a;
	text-align: center;
}

.step-number {
	background-color: #fff;
	color: #077db8;
	width: 46px;
	height: 46px;
	box-shadow: inset 0 0 0 1px #077db8;
	font-weight: 700;
	font-size: 1.1rem;
}

.modal-general-container {
	width: 60%;
	margin: 0 auto;
	padding: 0.1rem;
}

.account-info-container {
	width: 285px;
	margin: 0 auto;
}

.account-register-container {
	margin: 0 auto;
	margin-bottom: 2rem;
	font-weight: 400 !important;
}

.cart-review-container .card {
	background-color: hsla(300, 5%, 89%, 0.92);
	border: none;
	border-radius: 0;
	margin-bottom: 1.5rem;
}
.default-item-input {
	position: relative;
	width: 100%;
	padding: 10px;
	border-radius: 0px !important;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #bababa;
	font-size: 0.8125em;
	height: 40px;
	padding: 0 5px 0 11px !important;
	box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.125);
	margin-bottom: 0.3rem;
}

.passShowBtn {
	position: absolute !important;
	right: 1rem !important;
	top: 35% !important;
	transform: translateY(-35%) !important;
	font-size: 0.6rem !important;
	background: url(https://cdn-michigan.neogames.com/secure/MWC/2024.10_1040349/assets/branded/113/brand_icons_sprite.png) no-repeat -228px -203px;
	background-size: 409px 406px !important;
	width: 38px !important;
	height: 22px !important;
}

.footer-modal-container {
	height: 60px;
	padding: 10px;
	border-top: 1px solid #ccc;
	background-color: hsla(300, 5%, 89%, 0.92);
}

.btn-footer-style {
	background-color: #ffd51d !important;
	color: #3a3a3a;
	text-transform: uppercase;
	min-height: 40px;
	border-radius: 0 !important;
	min-width: 170px;
	margin: 0 0 0 5px;
}

.form-check-input:checked {
	background-color: #077db8 !important;
}

.img-cart-cvc {
	width: 120px;
	height: 70px;
}

.spinner {
	animation: spin 1.5s linear infinite;
	font-size: 30px; /* Размер иконки */
	opacity: 0.5;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loading-text {
	font-size: 2rem;
	margin-left: 1.5rem;
	font-weight: 300;
}

#loadModal .modal-body,
#loadModal_otp .modal-body {
	background-color: #fff !important;
	padding: 0rem;
}
.loading-logo-banks {
	display: block;
	margin: 1rem auto;
	margin-bottom: 1.5rem;
	width: 70%;
}

.spinner-svg {
	width: 50px !important;
	transform-origin: center;
	animation: rotate4 2s linear infinite;
}

.spinner-svg circle {
	fill: none;
	stroke: hsl(214, 97%, 59%);
	stroke-width: 2;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash4 {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 90, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dashoffset: -125px;
	}
}

.transaction-info {
	background-color: #f7f7f7 !important;
	padding: 1rem 2rem 0.5rem 2rem;

	border-radius: 10px;
}

.transaction-info-labels {
	font-weight: 300;
	font-size: 0.8rem;
	color: #5a5a5a;
}

.otp-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.otp-header img {
	width: 60px;
	margin-right: 10px;
}
.otp-title {
	font-size: 1.1rem;
	margin-bottom: 10px;
	text-align: center;
	width: 80%;
	min-width: 300px;
	margin: 0 auto;
}
.otp-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 20px 0;
}
.otp-input {
	width: 50px;
	height: 50px;
	font-size: 1.5rem;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 5px;
	outline: none;
}
.otp-input:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.confirm-button {
	width: 60%;
	min-width: 300px;
	height: 45px;
	font-size: 1rem !important;
	font-weight: bold !important;
	background-color: #292626 !important;
	color: #fff !important;
	border: none;
	border-radius: 5px;
	display: block !important;
	margin: 1rem auto !important;
}
.confirm-button:hover {
	background-color: #444;
}
.info-text {
	width: 80%;
	min-width: 300px;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #666;
	text-align: center;
}
.secure-text {
	width: 80%;
	min-width: 300px;
	margin: 0 auto;
	font-size: 0.9rem;
	color: green;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.transaction-info {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.transaction-info div {
	font-size: 0.9rem;
	/* display: flex; */
	justify-content: space-between;
	margin-bottom: 5px;
}

.transaction-info p {
	margin-bottom: 0;
}

.payment-form-main {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	max-width: 550px;
	margin: 50px auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#checkCartToBank{
	display: flex !important;
	align-items:center;
	justify-content: center;
}

.loader {
	margin-left: 1rem;
	border-radius: 50%;
	border: 2px solid rgb(255, 255, 255);
	border-left-color: transparent;
	width: 18px;
	height: 18px;
	animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


#userMessageInput{
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 3rem;
	min-height: 30px;
	border-color: #ddd;
	border:1px solid gray;
}

.info-text-custom-msg{
	font-weight: bold;
}

.change-bank-content{
	padding: 0 1rem;
}
.loading-text{
	font-size: 25px;
}

.transaction-info  label{
	font-size: 14px !important;
}

.transaction-info  p{
	font-size: 12px !important;
}