/*

.popup-block {
	border: 1px solid #f8e71c;
	background-color: #4b2587;
	margin: 0 auto;
	position: relative;
	max-width: 420px;
	padding: 20px;
}

.popup.search {
	align-items: flex-start;
	overflow: auto;
	background-image: linear-gradient(180deg, #210459 0%, rgba(59, 0, 90, 0.85) 100%);
}

.popup.search .popup-block {
	margin-top: 10vh;
	border: none;
	background-color: rgba(0, 0, 0, .0);
	max-width: 820px;
}

.popup-block, .popup .popup-block, .popup.auth .popup-block, .popup.reg .popup-block {
	background-color: #001f3f !important;
	background: #001f3f !important;
	border-color: #001f3f !important;
}


*/



.popup-block {
	border: 1px solid #f8e71c;
	background-color: #4b2587;
	margin: 0 auto;
	position: relative;
	max-width: 420px;
	padding: 20px;
}

.popup.search {
	align-items: flex-start;
	overflow: auto;
	background-image: linear-gradient(180deg, #210459 0%, rgba(59, 0, 90, 0.85) 100%);
}

.popup.search .popup-block {
	margin-top: 10vh;
	border: none;
	background-color: rgba(0, 0, 0, .0);
	max-width: 820px;
}

.popup-block{
	position: relative;
	z-index: 10;

	display: flex;
	flex-direction: column;

	width: 500px;
	max-width: 500px;

	max-height: 409.45px;

	background-color: rgb(31, 37, 70);
	border-radius: 12px;

	font-family: TT-Interphases-Pro, system-ui, sans-serif;
	line-height: 24px;

	user-select: none;

	transition: transform .3s ease;
	will-change: transform;
}

@media (max-width: 520px){
	.popup-block{
		width: 100%;
		max-width: 100%;
	}
}


.popup-block{
	transform: translateY(10px) scale(.98);
}

.popup-block.is-open{
	transform: translateY(0) scale(1);
}






/* popup */

/*

.popup::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-image: linear-gradient(180deg, #210459 0%, rgba(59, 0, 90, 0.85) 100%);
	opacity: .9;
}


.popup::after {
	background-image: linear-gradient(180deg, #001f3f 0%, rgba(0, 31, 63, 0.95) 100%) !important;
	opacity: 0.95 !important;
}


.popup.search::after {
	background-image: none;
}


*/


.popup::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #070b23e6;
}

.popup.auth-tabs {
	z-index: 60;
}

.popup.auth-tabs .container {
	width: 100%;
	max-width: none;
	height: 100%;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup.auth-tabs .row,
.popup.auth-tabs [class*="col-"] {
	width: 100%;
	max-width: none;
}

.popup.auth-tabs .popup-block {
	width: 100%;
	max-width: 480px;
	max-height: calc(100vh - 36px);
	overflow-y: auto;
	padding: 32px;
	box-sizing: border-box;
	border: 1px solid #2a345f;
	border-radius: 14px;
	background: #1f2546;
	transition: max-height .26s cubic-bezier(.4, 0, .2, 1), height .26s cubic-bezier(.4, 0, .2, 1);
}

.popup .close, .popup2 .close {
	top: 13px;
	right: 12px;
	width: 10px;
	height: 10px;
}

.popup .close img, .popup2 .close img {
	width: 10px;
	height: 10px;
	display: block;
}


/*
.popup2 {
	width: 100%;
	max-width: 480px;
	max-height: calc(100vh - 36px);
	overflow-y: auto;

}
*/
.popup2 .popup__close {
	top: 13px;
	right: 12px;
	width: 10px;
	height: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.popup2 .popup__close .svg__close,
.popup2 .popup__close i {
	width: 10px;
	height: 10px;
	display: block;
}

.popup.auth-tabs .auth-tabs-duel {
	display: block;
	width: 100%;
}

.popup.auth-tabs .auth-tabs-duel .tabs-duel__list {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 4px;
	padding: 4px;
	border-radius: 12px;
	background: rgb(24, 30, 60);
}

.popup.auth-tabs .auth-tabs-duel .tabs-duel__indicator {
	display: none;
}

.popup.auth-tabs .auth-tabs-duel .tabs-duel__tab {
	flex: 1 1 0;
	justify-content: center;
	height: 40px;
	padding: 0 12px;
	border-radius: 8px;
	color: rgb(118, 127, 170);
	filter: none;
	transition: background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
}

.popup.auth-tabs .auth-tabs-duel .tabs-duel__tab.is-active {
	color: #fff;
	background: rgb(52, 60, 100);
}

.popup.auth-tabs .auth-tabs-duel__panels {
	margin-top: 48px;
	overflow: hidden;
	transition: height .24s cubic-bezier(.4, 0, .2, 1);
}

.popup.auth-tabs .auth-tabs-duel .form-block {
	padding: 0;
	display: block;
	min-height: 0;
	max-width: none;
	margin: 0;
}

.popup.auth-tabs .auth-tabs-duel .field-block {
	margin-bottom: 20px;
}

.popup.auth-tabs .auth-tabs-duel .reg-soc {
	margin-top: 2px;
	margin-bottom: 14px;
}

.popup.auth-tabs .auth-tabs-duel .auth-tabs-duel__forgot-link {
	padding: 0;
	display: block;
	align-items: center;
	color: rgb(118, 127, 170);
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	font-size: 12px;
	margin-top: -10px;
}

.popup.auth-tabs .auth-tabs-duel .auth-tabs-duel__forgot-link::before,
.popup.auth-tabs .auth-tabs-duel .auth-tabs-duel__forgot-link::after {
	content: none;
}

.popup.auth-tabs .auth-tabs-duel .auth-tabs-duel__forgot-link:hover {
	color: #fff;
	text-decoration: underline;
}

.popup.auth-tabs .auth-tabs-duel .btn.green {
	width: 100%;
}

.popup.auth-tabs .auth-tabs-duel .check-block {
	margin-bottom: 10px;
}

.popup.auth-tabs .auth-tabs-duel__submit-register,
.popup.auth-tabs .auth-tabs-duel__submit-login {
	margin-top: 20px;
}

.popup.duel-remind-popup {
	z-index: 60;
}

.popup.duel-remind-popup .container {
	width: 100%;
	max-width: none;
	height: 100%;
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup.duel-remind-popup .row,
.popup.duel-remind-popup [class*="col-"] {
	width: 100%;
	max-width: none;
}

.popup.duel-remind-popup .popup-block {
	width: 100%;
	max-width: 480px;
	max-height: calc(100vh - 36px);
	overflow-y: auto;
	padding: 32px;
	box-sizing: border-box;
	border: 1px solid #2a345f;
	border-radius: 14px;
	background: #1f2546;
}

.popup.duel-remind-popup .form-block {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.popup.duel-remind-popup .close {
	top: 13px;
	right: 12px;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.popup.duel-remind-popup .close img {
	width: 10px;
	height: 10px;
	display: block;
}

.popup.duel-remind-popup .title .text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.05;
	margin-bottom: 10px;
}

.popup.duel-remind-popup .duel-remind-popup__subtitle {
	color: rgb(118, 127, 170);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 26px;
}

.popup.duel-remind-popup .field-block {
	margin: 0 0 24px;
}

.popup.duel-remind-popup .btn.green {
	width: 100%;
	margin-top: 6px;
}

.popup.duel-remind-popup .error-text {
	margin-top: 12px;
	color: rgb(255, 147, 176);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

.popup.duel-remind-popup .remind-feedback {
	min-height: 20px;
}

.popup .form-block .field-block .error-text:empty,
.popup.duel-remind-popup .remind-feedback:empty {
	display: none;
	margin-top: 0;
}

@media (max-width: 520px) {
	.popup.duel-remind-popup .title .text {
		font-size: 32px;
	}
}

/* Cabinet modal redesign: align with duel auth/register popup style */
#cabinet-modal.duel-cabinet-modal {
	width: 100%;
	max-width: 980px;
	max-height: calc(100vh - 36px);
	padding: 24px;
	border: 1px solid #2a345f;
	border-radius: 14px;
	background: #1f2546;
	box-shadow: 0 16px 32px rgba(2, 6, 30, .45);
	overflow-x: hidden;
	overflow-y: auto;
}

#cabinet-modal.duel-cabinet-modal > .tab > .tab__action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	padding: 4px;
	border-radius: 12px;
	background: rgb(24, 30, 60);
	margin-right: 24px;
}

#cabinet-modal.duel-cabinet-modal > .tab > .tab__action > .tab__item {
	flex: 1 1 0;
	min-width: 120px;
	height: 40px;
	padding: 0 12px;
	border: 0;
	border-radius: 8px;
	color: rgb(118, 127, 170);
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	filter: none;
	transition: background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
}

#cabinet-modal.duel-cabinet-modal > .tab > .tab__action > .tab__item::before,
#cabinet-modal.duel-cabinet-modal > .tab > .tab__action > .tab__item::after {
	display: none;
}

#cabinet-modal.duel-cabinet-modal > .tab > .tab__action > .tab__item:hover {
	color: #fff;
}

#cabinet-modal.duel-cabinet-modal > .tab > .tab__action > .tab__item.tab__item_active {
	color: #fff;
	background: rgb(52, 60, 100);
}

#cabinet-modal.duel-cabinet-modal > .tab > .tab__content {
	margin-top: 24px;
}

#cabinet-modal.duel-cabinet-modal .profile__main .profile-details,
#cabinet-modal.duel-cabinet-modal .profile__main .profile-contacts {
	padding: 20px;
	border: 1px solid #2a345f;
	border-radius: 12px;
	background: #161d3b;
}

#cabinet-modal.duel-cabinet-modal .profile__main .profile-contacts {
	margin-top: 16px;
}

#cabinet-modal.duel-cabinet-modal .profile__main .input-lbl,
#cabinet-modal.duel-cabinet-modal .profile__main .input__label,
#cabinet-modal.duel-cabinet-modal .profile__main .profile-contacts__label {
	color: rgb(118, 127, 170);
}

#cabinet-modal.duel-cabinet-modal .tab__close {
	top: 13px;
	right: 12px;
}

@media (max-width: 991px) {
	#cabinet-modal.duel-cabinet-modal {
		width: 100%;
		max-width: 100%;
		max-height: 100vh;
		top: 0;
		left: 0;
		transform: none;
		border-radius: 0;
		padding: 16px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	#cabinet-modal.duel-cabinet-modal > .tab > .tab__action {
		margin-right: 24px;
	}

	#cabinet-modal.duel-cabinet-modal > .tab > .tab__action > .tab__item {
		flex: 1 1 calc(50% - 4px);
	}
}

/* Profile redesign */
#cabinet-modal.duel-cabinet-modal .duel-profile__table {
	display: block;
}

#cabinet-modal.duel-cabinet-modal .duel-profile__main {
	width: 100%;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-section-title {
	margin: 0 0 12px;
	color: rgb(118, 127, 170);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.15;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-section-title + .duel-profile-card {
	margin-bottom: 22px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-card {
	background: #232a53;
	border: 1px solid #2f3a6a;
	border-radius: 14px;
	padding: 18px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-card_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-head__user {
	display: flex;
	align-items: center;
	gap: 12px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-head__avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #4c61ff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-head__name {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-head__edit,
#cabinet-modal.duel-cabinet-modal .duel-security-row__action,
#cabinet-modal.duel-cabinet-modal .duel-logout-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-card_info {
	padding: 20px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 22px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-info-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-info-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 12px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-info-item__label, .pay-tooltip__title {
	padding-bottom: 7px;
}


#cabinet-modal.duel-cabinet-modal .duel-profile-info-item__label, .pay-tooltip__title {
	color: rgb(118, 127, 170);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-info-item__value {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	word-break: break-word;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-card_form .profile-details__action,
#cabinet-modal.duel-cabinet-modal .duel-profile-card_form .profile-contacts__action {
	margin: 0;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-card_form .profile-details__input,
#cabinet-modal.duel-cabinet-modal .duel-profile-card_form .profile-contacts__item {
	margin-bottom: 12px;
}

#cabinet-modal.duel-cabinet-modal .duel-profile-card_form .profile-details__input:last-child,
#cabinet-modal.duel-cabinet-modal .duel-profile-card_form .profile-contacts__item:last-child {
	margin-bottom: 0;
}

#cabinet-modal.duel-cabinet-modal .duel-input-with-action {
	position: relative;
}

#cabinet-modal.duel-cabinet-modal .duel-input-with-action .input__inner {
	padding-right: 52px;
}

#cabinet-modal.duel-cabinet-modal .duel-input-action {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	z-index: 3;
	color: inherit;
	text-decoration: none;
}

#cabinet-modal.duel-cabinet-modal .duel-input-action img {
	width: 18px;
	height: 18px;
	opacity: .8;
}

#cabinet-modal.duel-cabinet-modal .duel-security-card {
	padding: 0;
	overflow: hidden;
}

#cabinet-modal.duel-cabinet-modal .duel-security-row {
	min-height: 84px;
	padding: 0 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#cabinet-modal.duel-cabinet-modal .duel-security-row:last-of-type {
	border-bottom: 0;
}


#cabinet-modal.duel-cabinet-modal .duel-security-row__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding-right: 20px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-switch-wrapper {
	display: flex;
	align-items: center;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-switch-row {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-switch-row .duel-switch-label {
	margin: 0;
	font-size: 14px;
	color: rgb(118, 127, 170);
}

#cabinet-modal.duel-cabinet-modal .duel-security-row__title img {
	width: 18px;
	height: 18px;
	opacity: .8;
}

#cabinet-modal.duel-cabinet-modal .duel-security-row__action_wide {
	width: 100%;
	margin-top: 18px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-panel {
	padding: 18px;
	background: #1a2041;
	border-top: 1px solid #303b6e;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-qr-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	background: #0f1429;
	border-radius: 12px;
	padding: 24px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-qr-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	background: #fff;
	border-radius: 8px;
	padding: 12px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-qr-wrapper img {
	max-width: 180px;
	height: auto;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-qr-code {
	font-size: 14px;
	color: rgb(118, 127, 170);
	font-family: monospace;
	letter-spacing: 0.5px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-key-section {
	margin-bottom: 20px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-key-label {
	font-size: 14px;
	color: rgb(118, 127, 170);
	margin-bottom: 8px;
	font-weight: 500;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-key-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #0f1429;
	border: 1px solid #2f3a6a;
	border-radius: 8px;
	padding: 12px 16px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-key-value {
	flex: 1;
	font-size: 16px;
	color: #fff;
	font-family: monospace;
	word-break: break-all;
	letter-spacing: 1px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-copy-btn {
	background: transparent;
	border: none;
	padding: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
	flex-shrink: 0;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-copy-btn:hover {
	opacity: 0.7;
}

#cabinet-modal.duel-cabinet-modal .duel-copy-icon {
	width: 20px;
	height: 20px;
	color: rgb(118, 127, 170);
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-note {
	margin-top: 16px;
	color: rgb(118, 127, 170);
	font-size: 14px;
	line-height: 1.45;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-code {
	margin-top: 18px;
	margin-bottom: 18px;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-code label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: rgb(118, 127, 170);
	font-weight: 500;
}

#cabinet-modal.duel-cabinet-modal .duel-2fa-code-input {
	background: #0f1429 !important;
	border: 1px solid #2f3a6a !important;
	color: #fff !important;
	font-size: 16px;
	padding: 12px 16px;
	border-radius: 8px;
}

#cabinet-modal.duel-cabinet-modal .duel-switches-card {
	display: grid;
	gap: 12px;
}

#cabinet-modal.duel-cabinet-modal .duel-switch-row {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

#cabinet-modal.duel-cabinet-modal .duel-switch-row input {
	display: none;
}

#cabinet-modal.duel-cabinet-modal .duel-switch {
	width: 36px;
	height: 24px;
	border-radius: 999px;
	background: #0f183f;
	position: relative;
	transition: .2s ease;
}

#cabinet-modal.duel-cabinet-modal .duel-switch::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #8794c8;
	transition: .2s ease;
}

#cabinet-modal.duel-cabinet-modal .duel-switch-row input:checked + .duel-switch {
	background: #4d61ff;
}

#cabinet-modal.duel-cabinet-modal .duel-switch-row input:checked + .duel-switch::after {
	left: 15px;
	background: #fff;
}

#cabinet-modal.duel-cabinet-modal .duel-switch-label {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

#cabinet-modal.duel-cabinet-modal .duel-logout-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cabinet-modal.duel-cabinet-modal .duel-logout-label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

#cabinet-modal.duel-cabinet-modal .duel-logout-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

#cabinet-modal.duel-cabinet-modal .duel-logout-btn {
	text-align: center;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 500;
}

@media (max-width: 991px) {
	#cabinet-modal.duel-cabinet-modal .duel-profile-info-grid {
		grid-template-columns: 1fr;
	}

	#cabinet-modal.duel-cabinet-modal .duel-profile-head__name,
	#cabinet-modal.duel-cabinet-modal .duel-security-row__title,
	#cabinet-modal.duel-cabinet-modal .duel-switch-label {
		font-size: 18px;
	}

	#cabinet-modal.duel-cabinet-modal .duel-security-row {
		min-height: 70px;
		flex-wrap: wrap;
		gap: 12px;
	}
	
	#cabinet-modal.duel-cabinet-modal .duel-2fa-switch-wrapper {
		width: 100%;
		justify-content: flex-start;
	}
	
	#cabinet-modal.duel-cabinet-modal .duel-2fa-qr-wrapper img {
		max-width: 150px;
	}
}



.popup__footer {
	display: flex;
	justify-content: center;
}

/* Скрываем старые табы и убираем лишние обертки */
.tab_style_button .tab__action,
#history .tab__action,
#history .tab__action-wrapper,
.tab-cashier__header,
.tab-cashier__content {
	display: none !important;
}

/* Убираем лишние padding и margin от старой системы табов */
#cashier,
#history {
	padding: 0 !important;
	margin: 0 !important;
}

.tab_style_button {
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
}

.duel-cashier-content {
	padding: 0;
	background: transparent;
}

#cashier .payment {
	padding: 20px;
}

#cashier .payment__gallery {
	margin-top: 0;
}

#history .history__main {
	padding: 20px;
	background: transparent;
}

#history .tab__content-history {
	background: transparent;
}

.tabErrorMessage {
	max-width: 600px;
	width: 100%;
	margin: 25px auto 0 auto;
}

@media(max-width:768px) {
	.tabErrorMessage {
		padding: 20px 10px 10px 10px;
		max-width: 664px;
	}
}

.tabErrorMessage__text {
	font-weight: 400;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	border: 2px solid rgb(233, 23, 23);
	padding: 11px;
	margin: 0px;
}

/* Стили для select в модальном окне */
.duel-cashier-select-wrapper,
.duel-history-select-wrapper {
	margin-bottom: 0;
	padding: 20px;
	max-width: 100%;
	background: #1a2041;
	border-bottom: 1px solid #2f3a6a;
}

.duel-cashier-select,
.duel-history-select {
	width: 100%;
	max-width: 280px;
	background: #232a53 !important;
	border: 1px solid #303b6e !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 40px 10px 16px;
	border-radius: 8px;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23767FAA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 16px center !important;
	transition: all 0.2s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.duel-cashier-select:hover,
.duel-history-select:hover {
	border-color: #3d4a7a !important;
	background-color: #2a3458 !important;
}

.duel-cashier-select:focus,
.duel-history-select:focus {
	outline: none;
	border-color: #4a5a9a !important;
	background-color: #2a3458 !important;
	box-shadow: 0 0 0 3px rgba(74, 90, 154, 0.1);
}

.duel-cashier-select option,
.duel-history-select option {
	background: #232a53;
	color: #fff;
	padding: 12px 16px;
	font-size: 15px;
}

@media (max-width: 768px) {
	.duel-cashier-select-wrapper,
	.duel-history-select-wrapper {
		max-width: 100%;
	}
}









.popup__title {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 28px 20px;
	color: #fff;
	text-transform: uppercase;
}

.popup__title_sub {
	color: rgb(118, 127, 170);
}