.accept-offer-modal {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 37.5rem;
	max-width: 99%;
	padding: 2rem 2.5rem 0;
	display: flex;
}
@media (width<=768px) {
	.accept-offer-modal {
		border-radius: 0.8rem;
		width: 95%;
		padding: 1.8rem 2rem 0;
	}
}
@media (width<=480px) {
	.accept-offer-modal {
		border-radius: 0.6rem;
		width: 95%;
		padding: 1.5rem;
	}
}
.accept-offer-modal-default {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	align-items: center;
	width: 37.5rem;
	max-width: 90%;
	padding: 1rem 2.5rem 2.5rem;
	display: flex;
}
.accept-offer-modal-default__close-btn {
	align-self: flex-end;
}
.accept-offer-modal-default__title {
	color: var(--main-white);
	text-align: center;
	font-family: clash-display, sans-serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.5rem;
}
.accept-offer-modal-default__content {
	width: 100%;
	padding-top: 2rem;
}
.accept-offer-modal-default__content__owner-errors-block {
	padding: 2rem 0;
}
.accept-offer-modal-default__content__from-to {
	flex-direction: column;
	padding-top: 1rem;
	display: flex;
}
.accept-offer-modal-default__content__from-to__item {
	border-bottom: 1px solid var(--g-600);
	flex-wrap: wrap;
	justify-content: space-between;
	display: flex;
}
.accept-offer-modal-default__content__from-to__item__name,
.accept-offer-modal-default__content__from-to__item__value {
	padding: 0.375rem 0;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.accept-offer-modal-default__content__from-to__item__name {
	color: var(--g-300);
}
.accept-offer-modal-default__content__from-to__item__value {
	color: var(--b-400);
	cursor: pointer;
}
.accept-offer-modal-default__content__summary {
	padding-top: 1.5rem;
}
.accept-offer-modal-default__content__confirming {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	padding-top: 3.5rem;
	display: flex;
}
.accept-offer-modal-default__content__confirming__description {
	text-align: center;
}
.accept-offer-modal-default__content__confirming__description p {
	color: var(--g-200);
	font-family: Manrope, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.125rem;
}
.accept-offer-modal-default__content__error-block {
	padding-top: 2rem;
}
.accept-offer-modal-default__content__error-block .error-block__content {
	flex-direction: row;
}
@media (width<=768px) {
	.accept-offer-modal-default {
		border-radius: 0.8rem;
		width: 85%;
		padding: 1.5rem 2rem;
	}
}
@media (width<=480px) {
	.accept-offer-modal-default {
		border-radius: 0.6rem;
		width: 95%;
		padding: 1.5rem;
	}
	.accept-offer-modal-default__content {
		padding-top: 1.5rem;
	}
	.accept-offer-modal-default__confirming {
		gap: 1rem;
		padding-top: 2rem;
	}
}
._accept-offer-modal-warning_1v7o2_2 {
	width: 37.5rem;
	max-width: 90vw;
	color: var(--main-white);
	align-items: center;
	gap: 0;
	padding: 3rem 1rem;
}
._accept-offer-modal-warning_1v7o2_2 ._close_1v7o2_10 {
	width: 100%;
	margin-top: -2.25rem;
}
._accept-offer-modal-warning_1v7o2_2 ._close_1v7o2_10 svg path {
	fill: var(--g-200);
}
._accept-offer-modal-warning_1v7o2_2 ._buttons_1v7o2_17 {
	gap: 0.5rem;
	width: 25rem;
	max-width: 100%;
	margin-top: 2rem;
	display: flex;
}
._accept-offer-modal-warning_1v7o2_2 ._response_1v7o2_24 {
	text-align: center;
}
._accept-offer-modal-warning_1v7o2_2 ._response_1v7o2_24 h2 {
	margin-top: 0.5rem;
	font-family: Manrope, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.75rem;
}
._accept-offer-modal-warning_1v7o2_2 ._response_1v7o2_24 h3 {
	color: var(--g-200);
	padding: 0 1rem;
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
}
._accept-offer-modal-warning_1v7o2_2 ._response_1v7o2_24 a {
	color: var(--b-400);
	cursor: pointer;
	margin-left: 0.25rem;
	text-decoration: none;
}
@media (width<=768px) {
	._accept-offer-modal-warning_1v7o2_2 {
		border-radius: 0.8rem;
		width: 85%;
		padding: 2rem;
	}
	._accept-offer-modal-warning_1v7o2_2 ._close_1v7o2_10 {
		margin-top: -1.25rem;
	}
}
@media (width<=480px) {
	._accept-offer-modal-warning_1v7o2_2 {
		border-radius: 0.6rem;
		gap: 1.5rem;
		width: 95%;
		padding: 1.5rem;
	}
}
._accept-offer-modal-warning__close-btn_1v7o2_68 {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}
@media (width<=480px) {
	._accept-offer-modal-warning__close-btn_1v7o2_68 {
		top: 0.75rem;
		right: 0.75rem;
	}
}
@media (width<=768px) {
	._accept-offer-modal-warning_1v7o2_2 {
		width: 90vw;
		padding: 2rem 1rem;
	}
	._accept-offer-modal-warning_1v7o2_2 ._total_1v7o2_84,
	._accept-offer-modal-warning_1v7o2_2 ._buttons_1v7o2_17 {
		width: 100%;
	}
	._accept-offer-modal-warning_1v7o2_2 ._buttons_1v7o2_17 {
		flex-direction: column;
		align-items: center;
	}
	._accept-offer-modal-warning_1v7o2_2 ._response_1v7o2_24 h3 {
		font-size: 0.9rem;
	}
}
@media (width<=480px) {
	._accept-offer-modal-warning_1v7o2_2 {
		text-align: center;
		width: 95vw;
		padding: 2rem 0.5rem;
	}
}
.accept-offer-modal-success {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 37.5rem;
	max-width: 95%;
	padding: 2.5rem 1.5rem;
	display: flex;
	position: relative;
}
.accept-offer-modal-success__close-btn {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}
.accept-offer-modal-success > div:nth-child(3) {
	margin-top: 1rem;
}
.accept-offer-modal-success__button {
	width: 100%;
}
.accept-offer-modal-success__sold-info,
.accept-offer-modal-success__trnsctn-info {
	text-align: center;
	flex-direction: column;
	align-items: center;
	display: flex;
}
.accept-offer-modal-success__sold-info__text,
.accept-offer-modal-success__sold-info__value,
.accept-offer-modal-success__trnsctn-info__text,
.accept-offer-modal-success__trnsctn-info__value {
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.accept-offer-modal-success__sold-info__text,
.accept-offer-modal-success__trnsctn-info__text {
	color: var(--g-300);
	padding-right: 0.375rem;
}
.accept-offer-modal-success__sold-info__value,
.accept-offer-modal-success__trnsctn-info__value {
	color: var(--b-400);
	cursor: pointer;
}
.accept-offer-modal-success__sold-info__link,
.accept-offer-modal-success__trnsctn-info__link {
	color: var(--b-400);
	padding-left: 0.25rem;
	text-decoration: none;
}
.accept-offer-modal-success__sold-info {
	padding: 0.5rem 0 1rem;
}
.accept-offer-modal-success__trnsctn-info {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
	display: flex;
}
@media (width<=768px) {
	.accept-offer-modal-success {
		border-radius: 0.8rem;
		width: 90%;
		padding: 2rem 1.5rem;
	}
	.accept-offer-modal-success__close-btn {
		top: 1rem;
		right: 1rem;
	}
	.accept-offer-modal-success__trnsctn-info {
		padding: 2rem 0;
	}
}
@media (width<=480px) {
	.accept-offer-modal-success {
		border-radius: 0.6rem;
		width: 100%;
		padding: 1.5rem;
	}
	.accept-offer-modal-success__sold-info,
	.accept-offer-modal-success__trnsctn-info {
		text-align: center;
		flex-direction: column;
		align-items: center;
		padding: 1.5rem 0;
	}
	.accept-offer-modal-success__button {
		width: 100%;
	}
}
.cancel-offer-modal {
	border-radius: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 37.5rem;
	max-width: 90vw;
	min-height: 20rem;
	padding: 2rem 2.5rem 0;
	display: flex;
	position: relative;
}
@media (width<=768px) {
	.cancel-offer-modal {
		border-radius: 0.8rem;
		width: 85%;
		min-height: 18rem;
		padding: 2rem;
	}
}
@media (width<=480px) {
	.cancel-offer-modal {
		border-radius: 0.6rem;
		width: 95%;
		min-height: 15rem;
		padding: 1.5rem;
	}
}
.cancel-listing-v2 {
	color: #e8eaed;
	text-align: center;
	background: #1a1a1a;
	border-radius: 12px;
	max-width: 500px;
	margin: 0 auto;
	padding: 24px;
}
.cancel-listing-v2__badge {
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 6px 16px;
	display: inline-block;
}
.cancel-listing-v2__badge .badge-text {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.cancel-listing-v2__icon {
	justify-content: center;
	margin-bottom: 20px;
	display: flex;
}
.cancel-listing-v2__icon svg {
	width: 42px;
	height: 38px;
}
.cancel-listing-v2__text-block {
	margin-bottom: 24px;
}
.cancel-listing-v2__text-block__title {
	color: #fff;
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 600;
}
.cancel-listing-v2__text-block__ordinary {
	color: #9ca3af;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.6;
}
.cancel-listing-v2__text-block__listing-info {
	background: #10b9811a;
	border: 1px solid #10b9814d;
	border-radius: 8px;
	margin-top: 16px;
	padding: 12px;
}
.cancel-listing-v2__text-block__listing-info span {
	color: #10b981;
	font-size: 14px;
	font-weight: 500;
}
.cancel-listing-v2__error-block {
	margin-bottom: 20px;
}
.cancel-listing-v2__btns {
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
	display: flex;
}
.cancel-listing-v2__btns button {
	min-width: 184px;
}
@media (width<=768px) {
	.cancel-listing-v2 {
		padding: 16px;
	}
	.cancel-listing-v2__text-block__title {
		font-size: 18px;
	}
	.cancel-listing-v2__text-block__ordinary {
		font-size: 13px;
	}
	.cancel-listing-v2__btns {
		flex-direction: column;
		gap: 8px;
	}
	.cancel-listing-v2__btns button {
		width: 100%;
		min-width: unset;
	}
}
.loading-screen-cancelation {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	display: flex;
}
.loading-screen-cancelation__description {
	color: var(--g-200);
	text-align: center;
	font-family: Manrope, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.125rem;
}
.cancel-offer-warning {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	width: 37.5rem;
	max-width: 90vw;
	min-height: 18rem;
	padding: 2rem;
	display: flex;
}
@media (width<=768px) {
	.cancel-offer-warning {
		border-radius: 0.8rem;
		width: 85%;
		min-height: 16rem;
		padding: 1.8rem;
	}
}
@media (width<=480px) {
	.cancel-offer-warning {
		border-radius: 0.6rem;
		width: 95%;
		min-height: 14rem;
		padding: 1.5rem;
	}
}
.cancel-offer-warning__icon {
	place-self: center;
	max-width: 3rem;
}
@media (width<=480px) {
	.cancel-offer-warning__icon {
		max-width: 2.5rem;
	}
}
.cancel-offer-warning__text-block {
	text-align: center;
	flex-direction: column;
	gap: 0.25rem;
	padding-top: 1rem;
	display: flex;
}
.cancel-offer-warning__text-block__title {
	color: var(--main-white);
	font-family: Manrope, sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.75rem;
}
@media (width<=480px) {
	.cancel-offer-warning__text-block__title {
		font-size: 1.25rem;
	}
}
.cancel-offer-warning__text-block__ordinary {
	color: var(--g-200);
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
}
@media (width<=480px) {
	.cancel-offer-warning__text-block__ordinary {
		font-size: 0.875rem;
	}
}
.cancel-offer-warning__withdraw-checkbox {
	cursor: pointer;
	background-color: #ffffff0d;
	border-radius: 0.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	padding: 0.75rem 1rem;
	display: flex;
}
.cancel-offer-warning__withdraw-checkbox input[type="checkbox"] {
	width: 1.125rem;
	height: 1.125rem;
	accent-color: var(--primary-500);
	cursor: pointer;
}
.cancel-offer-warning__withdraw-checkbox__label {
	color: var(--g-100);
	-webkit-user-select: none;
	user-select: none;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
@media (width<=480px) {
	.cancel-offer-warning__withdraw-checkbox {
		margin-top: 1rem;
		padding: 0.625rem 0.75rem;
	}
}
.cancel-offer-warning__btns {
	flex-flow: wrap;
	justify-content: center;
	gap: 0.5rem;
	padding-top: 2rem;
	display: flex;
}
@media (width<=480px) {
	.cancel-offer-warning__btns {
		flex-direction: column;
		gap: 0.75rem;
	}
}
.cancel-offer-warning__error-block {
	align-self: center;
	max-width: 80%;
	padding-top: 2rem;
}
@media (width<=480px) {
	.cancel-offer-warning__error-block {
		max-width: 90%;
	}
}
.cancel-offer-warning__error-block .error-block__content {
	flex-direction: row;
}
.cancel-offer-success {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	display: flex;
}
.cancel-offer-success__close-btn {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}
.cancel-offer-success__transaction {
	flex-direction: row;
	justify-content: center;
	gap: 0.375rem;
	padding-top: 2rem;
	display: flex;
}
.cancel-offer-success__transaction__title,
.cancel-offer-success__transaction__description a {
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
}
.cancel-offer-success__transaction__title {
	color: var(--g-300);
}
.cancel-offer-success__transaction__description a {
	color: var(--b-400);
	text-decoration: none;
}
.cancel-offer-success__btn {
	align-self: center;
	padding-top: 2rem;
}
.list-card-modal {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 38rem;
	max-width: 90%;
	max-height: 90dvh;
	padding: 0;
	display: flex;
	overflow-y: auto;
}
@media (width<=768px) {
	.list-card-modal {
		border-radius: 0.8rem;
		justify-content: flex-start;
		width: 90%;
		max-height: calc(100dvh - 2rem);
	}
}
@media (width<=480px) {
	.list-card-modal {
		border-radius: 0.6rem;
		width: 95%;
	}
}
@media (width<=768px) {
	.list-card-modal-default {
		border-radius: 0.8rem;
		width: 85%;
		min-height: auto;
		max-height: none;
		padding: 1.5rem;
	}
}
@media (width<=480px) {
	.list-card-modal-default {
		border-radius: 0.6rem;
		width: 95%;
		padding: 1rem;
	}
}
@media (width<=768px) {
	.list-card-modal-default__input-block {
		margin-bottom: 1rem;
		padding-top: 1.5rem;
	}
	.list-card-modal-default__input-block input {
		scroll-margin-top: 100px;
		scroll-margin-bottom: 100px;
	}
}
._list-card-modal-warning_1joj2_2 {
	width: 37.5rem;
	max-width: 90vw;
	color: var(--main-white);
	align-items: center;
	gap: 0;
	padding: 3rem 1rem;
}
._list-card-modal-warning_1joj2_2 ._close_1joj2_10 {
	width: 100%;
	margin-top: -2.25rem;
}
._list-card-modal-warning_1joj2_2 ._close_1joj2_10 svg path {
	fill: var(--g-200);
}
._list-card-modal-warning_1joj2_2 ._buttons_1joj2_17 {
	gap: 0.5rem;
	width: 25rem;
	max-width: 100%;
	margin-top: 2rem;
	display: flex;
}
._list-card-modal-warning_1joj2_2 ._response_1joj2_24 {
	text-align: center;
}
._list-card-modal-warning_1joj2_2 ._response_1joj2_24 h2 {
	margin-top: 0.5rem;
	font-family: Manrope, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.75rem;
}
._list-card-modal-warning_1joj2_2 ._response_1joj2_24 h3 {
	color: var(--g-200);
	padding: 0 1rem;
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem;
}
._list-card-modal-warning_1joj2_2 ._response_1joj2_24 a {
	color: var(--b-400);
	cursor: pointer;
	margin-left: 0.25rem;
	text-decoration: none;
}
@media (width<=768px) {
	._list-card-modal-warning_1joj2_2 {
		border-radius: 0.8rem;
		width: 85%;
		padding: 2rem;
	}
	._list-card-modal-warning_1joj2_2 ._close_1joj2_10 {
		margin-top: -1.25rem;
	}
}
@media (width<=480px) {
	._list-card-modal-warning_1joj2_2 {
		border-radius: 0.6rem;
		gap: 1.5rem;
		width: 95%;
		padding: 1.5rem;
	}
}
._list-card-modal-warning__close-btn_1joj2_68 {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}
@media (width<=480px) {
	._list-card-modal-warning__close-btn_1joj2_68 {
		top: 0.75rem;
		right: 0.75rem;
	}
}
@media (width<=768px) {
	._list-card-modal-warning_1joj2_2 {
		width: 90vw;
		padding: 2rem 1rem;
	}
	._list-card-modal-warning_1joj2_2 ._total_1joj2_84,
	._list-card-modal-warning_1joj2_2 ._buttons_1joj2_17 {
		width: 100%;
	}
	._list-card-modal-warning_1joj2_2 ._buttons_1joj2_17 {
		flex-direction: column;
		align-items: center;
	}
	._list-card-modal-warning_1joj2_2 ._response_1joj2_24 h3 {
		font-size: 0.9rem;
	}
}
@media (width<=480px) {
	._list-card-modal-warning_1joj2_2 {
		text-align: center;
		width: 95vw;
		padding: 2rem 0.5rem;
	}
}
.list-card-modal-default {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	width: 37.5rem;
	max-width: 90vw;
	padding: 2.5rem;
	display: flex;
	overflow-y: auto;
}
@media (width<=768px) {
	.list-card-modal-default {
		border-radius: 0.8rem;
		width: 85%;
		min-height: auto;
		max-height: none;
		padding: 1.5rem;
	}
}
@media (width<=480px) {
	.list-card-modal-default {
		border-radius: 0.6rem;
		width: 95%;
		padding: 1rem;
	}
}
.list-card-modal-default__owner-errors-block {
	padding: 2rem 0;
}
.list-card-modal-default__alerts {
	flex-direction: column;
	display: flex;
}
.list-card-modal-default__alerts__advise {
	flex-flow: wrap;
	align-items: center;
	gap: 0.375rem;
	padding-bottom: 0.5rem;
	display: flex;
}
.list-card-modal-default__alerts__advise__text {
	color: var(--g-300);
	flex-wrap: wrap;
	align-items: center;
	font-family: Manrope, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.125rem;
	display: flex;
}
.list-card-modal-default__alerts__advise__text__white {
	color: #fff;
}
.list-card-modal-default__alerts__warning {
	padding: 0.625rem 0 2rem;
}
.list-card-modal-default__alerts__error-block {
	align-self: flex-start;
	padding: 0.375rem 0 2rem;
}
.list-card-modal-default__alerts__error-block .error-block__content {
	flex-flow: wrap;
}
.list-card-modal-default__info {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	display: flex;
}
.list-card-modal-default__info__card-preview {
	padding-top: 2rem;
}
.list-card-modal-default__info__confirming {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	padding-top: 2rem;
	display: flex;
}
.list-card-modal-default__info__confirming__description {
	color: var(--g-200);
	text-align: center;
	font-family: Manrope, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.125rem;
}
.list-card-modal-default__info__close-btn {
	align-self: flex-end;
}
.list-card-modal-default__info__title {
	color: var(--main-white);
	align-self: center;
	font-family: clash-display, sans-serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.5rem;
}
.list-card-modal-default__input-block {
	flex-direction: column;
	justify-content: center;
	gap: 0.688rem;
	width: 100%;
	padding-top: 2.5rem;
	display: flex;
}
@media (width<=768px) {
	.list-card-modal-default__input-block {
		margin-bottom: 1rem;
		padding-top: 1.5rem;
	}
	.list-card-modal-default__input-block input {
		scroll-margin-top: 100px;
		scroll-margin-bottom: 100px;
	}
}
.list-card-modal-default__input-block__label {
	color: var(--g-100);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.list-card-modal-default__button {
	flex-grow: 1;
	align-items: flex-end;
	width: 100%;
	display: flex;
}
.list-card-modal-v2-default__price-input {
	padding-right: 5.75rem;
}
.list-card-modal-v2-default__price-currency {
	pointer-events: none;
	right: 1rem;
}
.list-card-modal-success {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	justify-content: space-between;
	gap: 2.8125rem;
	width: 37.5rem;
	max-width: 90vw;
	padding: 2.5rem;
	display: flex;
	position: relative;
}
@media (width<=768px) {
	.list-card-modal-success {
		border-radius: 0.8rem;
		width: 85%;
		padding: 2rem;
	}
}
@media (width<=480px) {
	.list-card-modal-success {
		border-radius: 0.6rem;
		gap: 1.5rem;
		width: 95%;
		padding: 1.5rem;
	}
}
.list-card-modal-success__close-btn {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}
@media (width<=480px) {
	.list-card-modal-success__close-btn {
		top: 0.75rem;
		right: 0.75rem;
	}
}
.list-card-modal-success__wrapper {
	flex-direction: column;
	gap: 1rem;
	display: flex;
}
.list-card-modal-success__wrapper__asking-price {
	flex-flow: wrap;
	justify-content: center;
	gap: 0.625rem;
	display: flex;
}
.list-card-modal-success__wrapper__asking-price__text {
	color: var(--g-300);
	text-align: center;
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
}
.list-card-modal-success__wrapper__asking-price__currency {
	color: var(--main-white);
	align-items: center;
	gap: 0.25rem;
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	display: flex;
}
.list-card-modal-success__wrapper__transaction {
	flex-flow: wrap;
	justify-content: center;
	gap: 0.375rem;
	display: flex;
}
.list-card-modal-success__wrapper__transaction__title,
.list-card-modal-success__wrapper__transaction__description a {
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
}
.list-card-modal-success__wrapper__transaction__title {
	color: var(--g-300);
	text-align: center;
}
.list-card-modal-success__wrapper__transaction__description a {
	color: var(--b-400);
	overflow-wrap: break-word;
	gap: 0.5rem;
	text-decoration: none;
}
.make-offer-modal {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 38rem;
	max-width: 90%;
	max-height: 90dvh;
	padding: 0;
	display: flex;
	overflow-y: auto;
	box-shadow: 0 4px 10px #0000001a;
}
@media (width<=768px) {
	.make-offer-modal {
		border-radius: 0.8rem;
		justify-content: flex-start;
		width: 90%;
		max-height: calc(100dvh - 2rem);
		padding: 0;
	}
}
@media (width<=480px) {
	.make-offer-modal {
		border-radius: 0.6rem;
		width: 95%;
		padding: 0;
	}
}
.make-offer-modal-default {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	align-items: center;
	width: 37.5rem;
	max-width: 90%;
	padding: 1.5rem 2.5rem 2.5rem;
	display: flex;
	overflow-y: auto;
}
.make-offer-modal-default__close-btn {
	align-self: flex-end;
}
.make-offer-modal-default__title {
	color: var(--main-white);
	text-align: center;
	font-family: clash-display, sans-serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.5rem;
}
.make-offer-modal-default__content {
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding-top: 2rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper {
	flex-direction: column;
	display: flex;
}
.make-offer-modal-default__content__wrapper__input-block {
	flex-direction: column;
	gap: 0.375rem;
	width: 100%;
	padding-top: 2rem;
	display: flex;
}
@media (width<=768px) {
	.make-offer-modal-default__content__wrapper__input-block {
		margin-bottom: 1rem;
		padding-top: 1.5rem;
	}
	.make-offer-modal-default__content__wrapper__input-block input {
		scroll-margin-top: 100px;
		scroll-margin-bottom: 100px;
	}
}
.make-offer-modal-default__content__wrapper__input-block__label {
	color: var(--g-100);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__wrapper__input-block__wallet-balance {
	color: var(--g-300);
	text-align: right;
	font-family: Manrope, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__wrapper__alerts {
	flex-direction: column;
	gap: 0.625rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__alerts__advise {
	flex-direction: row;
	gap: 0.375rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__alerts__advise__text {
	color: var(--g-300);
	font-family: Manrope, sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.125rem;
}
.make-offer-modal-default__content__wrapper__alerts__advise__text__white {
	color: #fff;
}
.make-offer-modal-default__content__wrapper__alerts__warning {
	padding-bottom: 2rem;
}
.make-offer-modal-default__content__wrapper__details {
	flex-direction: column;
	grid-template-columns: repeat(auto-fit, minmax(100px, auto));
	justify-content: space-between;
	gap: 0.5rem;
	padding-top: 2rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__details__item__name,
.make-offer-modal-default__content__wrapper__details__item__value {
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__wrapper__details__item__name {
	color: var(--g-300);
	padding-right: 0.375rem;
}
.make-offer-modal-default__content__wrapper__details__item__value {
	color: var(--main-white);
	cursor: pointer;
}
.make-offer-modal-default__content__wrapper__escrow-section {
	border-top: 1px solid var(--g-700);
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1rem;
	padding-top: 1.5rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__balance {
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__funding-options {
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 0.5rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__funding-options__title {
	color: var(--g-300);
	margin-bottom: 0.25rem;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__wrapper__escrow-section__radio {
	cursor: pointer;
	border-radius: 0.5rem;
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0.5rem 0.75rem;
	transition: background-color 0.15s;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__radio:hover:not(.disabled) {
	background-color: #ffffff0d;
}
.make-offer-modal-default__content__wrapper__escrow-section__radio.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.make-offer-modal-default__content__wrapper__escrow-section__radio input[type="radio"] {
	width: 1.125rem;
	height: 1.125rem;
	accent-color: var(--primary-500);
	cursor: pointer;
	flex-shrink: 0;
	margin-top: 0.125rem;
}
.make-offer-modal-default__content__wrapper__escrow-section__radio input[type="radio"]:disabled {
	cursor: not-allowed;
}
.make-offer-modal-default__content__wrapper__escrow-section__radio__label {
	color: var(--g-100);
	-webkit-user-select: none;
	user-select: none;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
}
.make-offer-modal-default__content__wrapper__escrow-section__checkbox {
	cursor: pointer;
	background-color: #ffffff08;
	border-radius: 0.5rem;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
	padding: 0.5rem 0.75rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__checkbox input[type="checkbox"] {
	width: 1.125rem;
	height: 1.125rem;
	accent-color: var(--primary-500);
	cursor: pointer;
}
.make-offer-modal-default__content__wrapper__escrow-section__checkbox input[type="checkbox"]:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.make-offer-modal-default__content__wrapper__escrow-section__checkbox__label {
	color: var(--g-100);
	-webkit-user-select: none;
	user-select: none;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__wrapper__escrow-section__warning {
	border: 1px solid var(--warning-500);
	background-color: #ffc1071a;
	border-radius: 0.5rem;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.75rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__warning .warning-text {
	color: var(--warning-500);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__wrapper__escrow-section__deposit-input {
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0.5rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__deposit-buttons {
	gap: 0.5rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__deposit-buttons button {
	flex: 1;
}
.make-offer-modal-default__content__wrapper__escrow-section__depositing {
	align-items: center;
	gap: 0.5rem;
	padding-top: 0.5rem;
	display: flex;
}
.make-offer-modal-default__content__wrapper__escrow-section__depositing span {
	color: var(--g-300);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__wrapper__escrow-section__info {
	border: 1px solid var(--success-500);
	background-color: #4caf501a;
	border-radius: 0.5rem;
	padding: 0.75rem;
}
.make-offer-modal-default__content__wrapper__escrow-section__info .info-text {
	color: var(--success-500);
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-default__content__btn {
	width: 100%;
	padding-top: 2rem;
}
.make-offer-modal-default__content__error-block {
	align-self: flex-start;
	padding-top: 0.375rem;
}
.make-offer-modal-default__content__error-block .error-block__content {
	flex-direction: row;
}
@media (width<=768px) {
	.make-offer-modal-default {
		border-radius: 0.8rem;
		width: 85%;
		min-height: auto;
		max-height: none;
		padding: 1.5rem;
	}
	.make-offer-modal-default__content {
		padding-top: 1.5rem;
	}
	.make-offer-modal-default__content__details {
		grid-template-columns: repeat(2, auto);
	}
}
@media (width<=480px) {
	.make-offer-modal-default {
		border-radius: 0.6rem;
		width: 95%;
		padding: 1rem;
	}
	.make-offer-modal-default__title {
		font-size: 1.2rem;
	}
	.make-offer-modal-default__content {
		padding-top: 1rem;
	}
	.make-offer-modal-default__content__details {
		grid-template-columns: repeat(1, auto);
	}
}
.make-offer-modal-success {
	background-color: var(--g-900);
	border-radius: 1rem;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.5rem;
	width: 37.5rem;
	max-width: 95%;
	padding: 2.5rem;
	display: flex;
	position: relative;
}
.make-offer-modal-success__close-btn {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
}
.make-offer-modal-success__ordinary-text {
	color: var(--g-200);
	text-align: center;
	align-self: center;
	margin-top: -1.5rem;
	font-family: Manrope, sans-serif;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25rem;
}
.make-offer-modal-success__wrapper {
	flex-direction: column;
	gap: 1rem;
	display: flex;
}
.make-offer-modal-success__wrapper__asking-price {
	flex-flow: wrap;
	justify-content: center;
	gap: 0.625rem;
	display: flex;
}
.make-offer-modal-success__wrapper__asking-price__text {
	color: var(--g-300);
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
}
.make-offer-modal-success__wrapper__asking-price__currency {
	color: var(--main-white);
	align-items: center;
	gap: 0.25rem;
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
	display: flex;
}
.make-offer-modal-success__wrapper__transaction {
	flex-flow: wrap;
	justify-content: center;
	gap: 0.375rem;
	display: flex;
}
.make-offer-modal-success__wrapper__transaction__title,
.make-offer-modal-success__wrapper__transaction__description a {
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5rem;
}
.make-offer-modal-success__wrapper__transaction__title {
	color: var(--g-300);
}
.make-offer-modal-success__wrapper__transaction__description a {
	color: var(--b-400);
	overflow-wrap: break-word;
	text-decoration: none;
}
.make-offer-modal-success__button {
	justify-content: space-between;
	gap: 1rem;
	display: flex;
}
@media (width<=768px) {
	.make-offer-modal-success {
		border-radius: 0.8rem;
		width: 85%;
		padding: 2rem;
	}
	.make-offer-modal-success__ordinary-text {
		font-size: 0.9rem;
	}
	.make-offer-modal-success__button {
		flex-direction: column;
		align-items: center;
	}
}
@media (width<=480px) {
	.make-offer-modal-success {
		border-radius: 0.6rem;
		width: 95%;
		padding: 1.5rem;
	}
	.make-offer-modal-success__ordinary-text {
		font-size: 0.85rem;
	}
	.make-offer-modal-success__wrapper {
		text-align: center;
	}
	.make-offer-modal-success__transaction {
		flex-direction: column;
		align-items: center;
	}
	.make-offer-modal-success__button {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
}
