input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select[type='option'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.panel {
    font-family: 'Roboto', sans-serif;
    padding: 40px;
    background: linear-gradient(180deg, rgb(34 33 37) 0%, rgb(10 9 14) 100%), #1E2126;
    border-radius: 10px;
    border: none;
	max-width:500px;
	margin-left: auto;
	margin-right: auto;
}
.swap_1 {
	background:#1b1c20;
	opacity: 1;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	max-width:450px;
	border-radius:10px;
	box-shadow: 0px -1px 4px 1px #000;
	padding:65px 35px;
	color:#777;
}

.swap_info {
	background:#17171d;
	padding:5px 10px;
	color:red;
	border-radius: 12px;
	
}

.swap_block {
	margin-top:0px;
	font-family: 'Roboto', sans-serif;
	1font-family: monospace;
}

.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:#a8a8a8;
	display: inline-block;
	margin-top:10px;
	font-size: 14px;
}
.swap_block_img_img {
	position: absolute;
	margin-top:-2px;
}

.swap_block_name {
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	align-items: center;
	color: rgb(0, 0, 0);
	font-size: 0.9rem;
	padding: 2px 15px;
	border-radius: 8px;
	color:#7f7f7f;
	display: inline-block;
	position: absolute;
}

.swap_block_name_form {
	
	display: 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;
}

.swap_block_name_two {
	margin-top:4px;
}

.swap_input_form {
	background-color:#242424;
	color: #acb2b8;
	margin-bottom: 2px;
	border: 1px solid #494949;
	margin-top:5px;
	
}

.swap_annotation {
	border: 0.5px solid #2d2d2d;
	cursor: pointer;
	padding: .3em .5em;
	display: inline-block;
	float:right;
	margin-top:18px;
	font-size: 14px;
	color: #7f7f7f;
	margin-right:-1px;
	border-radius: .3em;
}

::-webkit-input-placeholder {color:#dee2e6;}
::-moz-placeholder          {color:#dee2e6;}/* Firefox 19+ */
:-moz-placeholder           {color:#dee2e6;}/* Firefox 18- */
:-ms-input-placeholder      {color:#dee2e6;}

.swap_block_input {
	margin-top:5px;
	border-radius:6px;
}
.swap_input {
	1padding: 5px 8px;
	color:#dee2e6;
	border: 0;
	width:230px;
	margin-right:10px;
	font-family: Roboto, sans-serif;
	1font-family: monospace;
	outline:none;
	font-size: 14px;
	border: 0.5px solid #494949;
	background-color:#222222;
}

.swap_input_address {
	padding:0px;
	color:#dee2e6;
	border: 0;
	margin-right:10px;
	1font-family: monospace;
	outline:none;
	font-size: 16px;
}

.swap_block_corrent_one {
	font-family: Consolas,monospace;
	position: absolute;
}

.swap_block_corrent_two {
	position: absolute;
	margin-top:1px;
	width:400px;
	
}
.swap_fee {
	margin-top:10px;
	1font-family: monospace;
}

.swap_block_button {
	border: 0.5px solid #2d2d2d;
	margin-top:10px;
	border-radius: 12px;
	1font-family: monospace;
	background:#333537;
	height:44px;
	cursor: pointer;
}

button.swap_block_button_text {
	width:100%;
	border: 0px solid #2d2d2d;
	margin-top:20px;
	border-radius: 6px;
	background:#303336;
	height:44px;
	cursor: pointer;
	color:#CCCCCC;
	background: linear-gradient(#303336, #252525);
} 

button.swap_block_button_text:hover { 
	background: linear-gradient(#303336,#000000);
}
.swap_foreword {
	color:#717171;
	margin-top:10px;
	font-size: 14px;
	padding:10px;
}
.swap_down {
	position: absolute;
	margin-top:-20px;
	margin-left:175px;
}

.form_radio_group {
	display: inline-block;
	1overflow: hidden;
	font-size: 14px;
	color: rgb(128, 128, 128);
	float:right;
	margin-top:10px;
	margin-right: 4px;
}
.form_radio_group-item {
	display: inline-block;
	float: left;    
}
.form_radio_group input[type=radio] {
	display: none;
}
.form_radio_group label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 8px;
	line-height: 26px;
	border: 0.5px solid #2d2d2d;
	border-right: none;
	user-select: none;
}

.form_radio_group .form_radio_group-item:first-child label {
	border-radius: 4px 0 0 4px;
}
.form_radio_group .form_radio_group-item:last-child label {
	border-radius: 0 4px 4px 0;
	border: 0.5px solid #2d2d2d;
}

/* Checked */
.form_radio_group input[type=radio]:checked + label {
	background:#999999;
	font-size: 14px;
	color: #000000;
}

/* Hover */
.form_radio_group label:hover {
	color:#fff;
	font-size: 14px;
}

/* Disabled */
.form_radio_group input[type=radio]:disabled + label {
	background: #333537;
	color:#fff;
	font-size: 14px;
}

.swap_ssc {
	color:#808284
	
}

.dd-selected {
	overflow: hidden;
	display: block;
	padding:4px;
	width:250px;
	font-weight: bold;
	width:8em;
	border-radius: 4px;
	border: solid 0px #ccc;
}
.ui-slider-horizontal {
	height: .0em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.5em;
	margin-left: -.6em;
	background: linear-gradient(#42a1ec,#0b5590);border-color: #07c;
	border-width: 0px;
	
}
.ui-slider-handle {
	background: #c1c2c4;
	border-radius: 0.6em;
}
.ui-widget-content{
	background: #6b6b6b;
	border-color: #6b6b6b;
	border: 0;
}
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: .9em;
}

.ui-slider-horizontal {
	height: 1px;
}

.ui-slider-range {
	background:#338dd3;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.1em;
	height: 1.1em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider-handle {
	
	border-radius: 1.20em;
}


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}

.media-picture {
	width: 68px;
	1height: 100%;
	flex-shrink: 0;
	margin-right: 24px;
	display: inline-block;
}

.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;
	1overflow: hidden;
	border: 1px solid #04090e;
	background-color: #2b2b2b;
	width:550px;
}

tr:nth-child(even) { background-color: #17171d; }

.login2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 510px;
}
input[type="text"] {
	font-family: Consolas,monospace;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#3d3c3c;
}

input[type=number]:focus, input[type=text]:focus {
	color: white;
	background: rgba(0, 0, 0, 0.1);
	outline: 0;
}
.generate {
	background: linear-gradient(#414c91, #253074);
}
.input_ss {
	background: linear-gradient(#414c91, #253074);
}

.custom-select { 
	width: 160px; 
	position: relative;
	font-family: 'Roboto', sans-serif;
}
.select-trigger {
	display: flex;
	align-items: center;
	padding: 4px 12px 4px 8px;
	background: linear-gradient(rgb(56, 56, 56), rgb(23, 23, 29));
	color: #aaa;
	cursor: pointer;
	border-radius: 2px;
	font-size: 14px;
	gap: 4px;
}
.select-trigger img {
	width: 14px;
	height: 14px;
	margin:0.5;
	padding:4px;
}
.select-content {
	display: flex;
	color: #aaa;
	align-items: center;
	gap: 6px;
	flex: 1;
}
.select-options { 
	position: absolute; 
	top: 100%; 
	left: 0;
	right: 0;
	margin-top: 0px;
	display: none;
	background: #101010;
	1border: 1px solid #101010;
	1border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	z-index: 1000;
}
.select-option { 
	display: flex; 
	align-items: center; 
	gap: 8px; 
	padding: 6px 8px;
	
	cursor: pointer;
	1border-bottom: 1px solid #3a3a3a;
	color: #7f7f7f;
	font-size: 14px;
}
.select-option:last-child {
	border-bottom: none;
}
.select-option:hover { 
	background: #3a3a3a; 
}
.select-option img { 
	width: 14px; 
	height: 14px;
}
.select-arrow {
	width: 10px;
	height: 10px;
	margin-left: auto;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	flex-shrink: 0;
}
.select-arrow.open {
	transform: rotate(180deg);
}
.hidden-select { 
	display: none;
}

input[type=number]:focus, input[type=text]:focus {
	color: white;
	background: rgba(0, 0, 0, 0.1);
	outline: 0;
}

.metric-block {
	display: flex;
	flex-direction: column;
}

.metric-header {
	margin-bottom: 0px;
	color: #7f7f7f;
	font-size: 14px;
}

.metric-content {
	display: flex;
	align-items: center;
}
.panel-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.metrics-line {
	display: flex;
	align-items: stretch;
	gap: 7px;
	margin-top: auto;
}