input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select[type='option'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.swap_1 {
	background:#1b1c20;
	opacity: 1;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	max-width:600px;
	border-radius:10px;
	padding-bottom:20px;
	padding-top:15px;
}

.swap_block_corrent {
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	align-items: center;
	padding: 12px 15px 5px 15px;
	height:28px;
	border-radius: 8px;
	color:#d6d6d6;
	display: inline-block;
	margin-top:10px;
}

.swap_block_input {
	margin-top:5px;
	border-radius:3px;
	padding-bottom:10px;
}

.swap_block_corrent_one {
	position: absolute;
}

.swap_block_name_form {
	isplay: flex;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	align-items: center;
	color: rgb(0, 0, 0);
	font-size: 0.9rem;
	padding: 7px 15px;
	border-radius: 8px;
	color:#7f7f7f;
	display: inline-block;
	position: absolute;
	margin-top:-10px;
}
.dd-selected {
	overflow: hidden;
	display: block;
	padding:4px;
	width:250px;
	font-weight: bold;
	width:8em;
	border-radius: 4px;
	border: solid 0px #ccc;
}

.swap_input {
	padding:5px 8px;
	border: 0;
	width:110px;
	outline:none;
	font-size: 14px;
}
.swap_input_form {
	border: 0.5px solid #030304;
	background-color:#222222;
	color: #acb2b8;
	margin-bottom: 2px;
}
.swap_block_img {
	-webkit-box-align: center;
	align-items: center;
	font-weight: 500;
	border-radius: 12px;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	user-select: none;
	border: none;
	display: inline-block;
	float: right;
	margin-top:-3px;
	margin-right:7px;
	width:190px;
	color: rgb(255, 255, 255);
}
.swap_foreword {
	color:#888f91;
	margin-top:10px;
	font-size: 14px;
	padding:10px;
}
.swap_textarea {
	width:400px;
	display: inline-block;
	background:#222222;
	color:#ccc;
	padding:7px;
	margin:5px 0px;
	border: 0.5px solid #2d2d2d;
}
.qwe {
	padding: 0 10px;
	height: 32px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 6%);
	color: #acb2b8;
	margin-bottom: 2px;
	border: 1px solid #04090e;
}
input[type=number]:focus, input[type=text]:focus {
	color: white;
	background: rgba(0, 0, 0, 0.1);
	outline: 0;
}

.hide {
	display: none;
	margin-top:-30px;
}

.container_name_3 {
	text-align: center;
	margin-top: 30px;
}

.centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 1.6;
	opacity: 0.773319;
}
.content {
	width: 80%;
	text-align: center;
	padding: 10px;
}

.number-input {
	border: 1px solid #04090e;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 6%);
	font-size: 14px;
	-moz-appearance: textfield;
}

.number-input::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
	opacity: 1;
	visibility: visible;
}
a:hover {
	color:#fff;
}

.number-input-container {
	display: flex;
	align-items: center;
	gap: 5px;
	max-width: 150px;
	margin-left:15px;
	padding-top:22px;
}

.number-input {
	width: 60px;
	height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	-moz-appearance: textfield;
}

.number-input::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.generate {
	background: linear-gradient(#414c91, #253074);
}
.plus-minus:hover {
	background: linear-gradient(#414c91, #253074);
	
}
.plus-minus {
	background: linear-gradient(rgb(56, 56, 56), rgb(23, 23, 29));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	border: 1px solid #252323;
	color: #ccc;
	height: 2.4em;
	padding: 0 1.0em;
	border-radius: 0.3em;
	margin-top:-2px;
}

.status-active {
	background: rgba(255, 70, 70, 0.12);
	color: #ff6262;
	border: 1px solid rgba(255, 70, 70, 0.3);
	margin-top:20px;
	font-size: 14px;
	padding:20px;
	margin-left: 15px;
	display: none;
}
.status-order {
	background:#2b2b2b;
	color:#919191;
	margin-top: 20px;
	font-size: 14px;
	padding: 20px;
	margin-left: 15px;
	display: none;
}
.status-payment {
	background:#11812a;
	color:#ffffff;
	margin-top: 20px;
	font-size: 14px;
	padding: 20px;
	margin-left: 15px;
	display: none;
}
.usd {
	color:#278957;
	margin-left:24px;
	margin-top:5px;
	font-size: 12px;
}
.simple-magic-btn {
    --fill-colors: rgba(159, 103, 255, .22), rgba(197, 66, 255, .35);
    --border-colors: rgba(171, 78, 252, .82) 0%, rgba(108, 31, 198, .24) 53%, #7C45C2 100%;
    border-width: 1px;
    padding: 12px 30px;
    border: 3px solid transparent;
    color: #dddddd;
    font-size: 14px;
    background: linear-gradient(180deg, var(--fill-colors));
    position: relative;
    z-index: 1;
	margin-left: 15px;
    margin-top: 20px;
}