.container {
	max-width: 1200px;
	margin: 0 auto;
}

main {
	padding: 100px 15px 50px;
}

.tabs {
	margin-top: 20px;
}

.wallet {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}

#account {
	margin-right: 20px;
}

.tables {
	display: flex;
	justify-content: space-between;
}

.scroll-table {
	width: 49%;
}

.scroll-table-body {
	height: 125px;
	overflow-x: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.scroll-table table {
	width:100%;
	table-layout: fixed;
	border: none;
}
.scroll-table thead th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 5px 5px;
	background: #d8d8d8;
	font-size: 12px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.scroll-table tbody td {
	text-align: center;
	border: none;
	padding: 5px 5px;
	font-size: 12px;
	vertical-align: top;
}
.scroll-table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.Name {
    width:80;
}
/* Стили для скролла */
::-webkit-scrollbar {
	width: 6px;
} 
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
/* Стили для выделения строки */
.scroll-table {
	border-collapse: collapse;
	border-spacing: 0;
}
.scroll-table th, .scroll-table td {
/*	border: 1px solid #888;  */
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
/* Hover */
.scroll-table-body tr:not(.active):hover td:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;    
	bottom: 0px;    
	left: 0px;
	width: 105%;
	border-top: 3px solid #ffe5c5;
	border-bottom: 3px solid #ffe5c5;
}
.scroll-table-body tr:not(.active):hover td:first-child:after {
	border-left: 3px solid #ffe5c5;
}
.scroll-table-body tr:not(.active):hover td:last-child:after {
	border-right: 3px solid #ffe5c5;
	width: auto;
}
/* Click */
.scroll-table .active td:after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;    
	bottom: 0px;    
	left: 0px;
	width: 105%;
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
}
.scroll-table .active td:first-child:after {
	border-left: 3px solid orange;
}
.scroll-table .active td:last-child:after {
	border-right: 3px solid orange;
	width: auto;
}
SPAN.layer{
    cursor:pointer;
    text-decoration:none;
    border:1px solid #555555;
    border-bottom:0;
    border-radius:7px 7px 0 0;
    -webkit-border-radius:7px 7px 0 0;
    -moz-border-radius:7px 7px 0 0;
    padding: 4px;
    font-size:11px;
    line-height:18px;
    display:inline-block;
    text-align:justify;
    text-indent:0;
}
SPAN.act{
    background-color:#EEEEEE;
    font-weight:bold;
}
/* блоки информации */
DIV.layer{
    border:1px solid #555555;
    width:99%;
    color:#000;
    font:11px Verdana,Geneva,Arial,Helvetica,sans-serif;
    background-color:#EEEEEE;padding:5px;
    display:none;
    line-height:20px;
}
DIV.layer P{
    padding:10px 20px;
}
DIV.act{
    display:block
}
form.form__tab {
    padding: 0 20px 20px;
}
.inputs-item {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.inputs-item:not(:last-child) {
    margin-bottom: 10px;
}
.input__select,
input.input__text {
    margin-right: 10px;
    margin-bottom: 10px;
	padding: 5px 10px;
}
.mint_tab_head {
	display: flex;
	flex-wrap: wrap;
}
.mint_tab_left,
.mint_tab_right {
    width: 50%;
}
.tradingview-widget-container,
.mint_description {
	margin-bottom: 15px;
}
input.input__btn {
    background: blue;
    color: white;
	cursor: pointer;
	padding: 5px 10px;
}
input.input__btn.__cancel {
	background: tomato;
	color: black;
}
input.input__btn:first-of-type {
	margin-right: auto;
}
input.input__btn:not(:first-of-type) {
	margin-left: 10px;
}
.dashed {
	border: 1px dashed black;
}
.orange__bg {
	background: burlywood;
}
.red__color,
.red__color::placeholder {
	color: crimson;
}
.green__color {
	color: green;
}
.inputs-item__vertical {
    display: flex;
    flex-direction: column;
}
.form__tab[name="vote_tab"] .inputs-item {
	align-items: flex-start;
}
.form__tab[name="vote_tab"] .input__btn {
	margin: 0 0 10px;
}
.form__tab[name="vote_tab"] .input__btn:last-of-type {
	margin-bottom: 0;
}
.form__tab[name="vote_tab"] .__radios {
	margin-right: 20px;
}
.form__tab[name="vote_tab"] .inputs-item:first-of-type {
	margin-bottom: 30px;
}
.input__textarea {
    flex: 1;
    margin-right: 10px;
    min-height: 62px;
}
.input__select[name="question_type"] {
	flex: 1;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div.tab-wrapper p {
	padding: 0;
	margin: 0;
}

.tab-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tab-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	height: 100%;
}

.align-center {
	align-items: center;
}

.tab-section__footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
	width: 100%;
}

.tab-section__footer button {
	border-radius: 10px;
}

.tab-section__title {
    text-decoration: underline;
    text-align: center;
}

.w-25 {
	width: 25%;
}

.w-23 {
	width: 23%;
}

.w-45 {
	width: 45%;
}

.w-50 {
	width: 50%;
}

.max-div,
.reward {
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.reward input {
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 0;
}

.tab-section__footer button {
	margin-top: 10px;
}

.w-100 {
	width: 100%;
}

.body-top {
    display: flex;
}

.body-top {}

.body-top label {
    display: flex;
    flex-direction: column;
	position: relative;
}

.body-top label span {
    position: absolute;
    bottom: -5px;
    right: 0;
}

.body-top label input {
	margin: 0;
}

.body-top input {
	width: 40px;
}

.body-top label input {
	width: 80px;
}

.body-middle {
    margin: 7px 0;
	display: flex;
}

.tab-section__title {
    margin-bottom: 10px;
}

.tab-section__body {
    display: flex;
    flex-direction: column;
	width: 100%;
}

label.label {
    display: flex;
	justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}

label.label input {
    width: 80px;
	margin: 0;
}

div.collateral {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div.collateral input:first-of-type {
	width: 70px;
	margin: 0;
}
div.collateral input:last-of-type {
	margin: 0;
	width: 80px;
}

.red__bg {
	background: red;
}

.green__bg {
	background: green;
}

.yellow__bg {
	background: yellow;
}
.arrow-1 {
	background-image: url(../img/green.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 40px;
	margin-left: 40px;
}
.arrow-2 {
	background-image: url(../img/red.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 40px;
}

.radios {
    display: flex;
    margin: 5px 0;
}
.brace {
	position: relative;
}
.brace::before {
	content: '';
	background-image: url(../img/brace.png);
    width: 20px;
    height: 100px;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -25px;
}