

body {
	height: 100dvh;
	width: 100dvw;
	background-color: #121212;
	margin: 0rem;
	overflow-y: scroll;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	transform: translate(0%, 0%);
	font-family: Roboto;
	align-content: center;
}

*{
	cursor: default;
	box-sizing: border-box;
}

.passcode_page {
	height: 100%;
	width: 100%;
	color: white;
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.passcode_form {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: column;
}

.passcode_input {
	cursor: text;
	width: 200px;
	height: 20px;
	font-size: 20px;
}


.passcode_button {
	cursor: pointer;
	background-color: #9171f8;
	height: 20px;
	font-size: 14px;
	border-radius: 10px;
	border: none;
	color: white;
	width: 40%;
}

.top_bar_bg {
/*	min-height: 45px;*/
	height: auto;
	width: 100%;
	background-color: #1a1a1a;
}

.top_bar {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
/*	gap: 2px;*/
	padding: 0px 10px 0px 10px;
}

.memo_item {
	width: auto;
	color: white;
	justify-content: end;
	padding: 2px 0px 2px 0px;
}

.top_bar_index {
	width: 100%;
	display: flex;
	gap: 15px;
	justify-content: end;
	padding: 2px 0px 2px 0px;
}

.top_bar_item {
/*	height: 90%;*/
	display: flex;
	align-items: center;
	gap: 5px;
}

.top_bar_icon {
/*	height: 100%;*/
	display: flex;
	align-items: center;
}

.top_bar_text {
/*	height: 100%;*/
	margin-left: 2px;
	color: white;
}

.mobile_bar {
	display: flex;
	min-height: 36px;
/*	width: fit-content;*/
	gap: 2%;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 2px 10px 2px 10px;
}

.title_mobile_bar {
	font-size: 20px;
	width: fit-content;
	color: #ba9ffb;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
/*	border: solid white 1px; */
}

.account_block {
	left: 0%;
	top: 0%;
	height: fit-content;
	width: 100%;
	display: flex;
/*	border: solid white 5px; */
	padding: 10px 10px 0px 10px;
	display: flex;
	flex-direction: column;
}

.name_tab {
	left: 0%;
	top: 0%;
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
/*	border: solid white 1px; */
}

.title_l2 {
	display: none;
/*	border: solid white 1px; */
}

.name_profit {
	font-size: 20px;
	width: fit-content;
	color: white;
/*	border: solid white 1px; */
}

.title {
	left: 0%;
	top: 0%;
	width: 100%;
	font-size: 28px;
	margin-bottom: 5px;
	color: white;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
/*	border: solid white 1px; */
/*	border-bottom: solid white 1px; */
}

.title .cex {
	width: fit-content;
	order: 1;
/*	flex: 1;*/
	color: #9171f8;
	font-size: 18px;
	align-content: center;
/*	padding: 0 2px 0 2px;*/
/*	padding: 5px 10px 2px 0px;*/
/*	border: solid white 1px;
	border-radius: 25px;*/
}

.title .total_info {
	order: 2;
/*	flex: 1;*/
	font-size: 16px;
	align-content: center;
	width: fit-content;
	color: white;
	gap: 10px;
 	margin-left: auto;
 	display: flex;
}

.title .total_info .total_leverage {
	font-size: 16px;
	align-content: center;
	width: fit-content;
	color: white;
 	margin-left: auto;
 	display: flex;
 	position: relative;
}

.title .total_leverage .tooltiptext {
	font-size: 14px;
	align-content: end;
	visibility: hidden;
	background-color: black;
	width: fit-content;
	color: white;
	text-align: center;
	margin-left: 5px;
	border-radius: 6px;
	position: absolute;
	bottom: -14px; 
  left: 50%;
  transform: translateX(-50%);
	opacity: 0;
	transition: opacity 1s;
	display: flex;
}

.title .total_leverage:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.title .total_info .total_upnl {
	font-size: 16px;
	align-content: center;
	width: fit-content;
	color: white;
 	margin-left: auto;
 	display: flex;
 	position: relative;
}

.tabs {
	order: 3;
	flex-basis: 100%;
	overflow-x: auto;
	scrollbar-width: none;
	left: 0%;
	top: 0%;
/*	width: fit-content;*/
	font-size: 18px;
/*	margin-bottom: 5px;*/
	color: white;
	display: flex;
	gap: 10px;
/*	border: solid white 1px; */
/*	border-bottom: solid white 1px; */
}

.tabs .tab {
	white-space: nowrap;
	font-size: 18px;
	align-content: center;
	width: fit-content;;
/*	padding: 0 2px 0 2px;*/
	padding: 5px 5px 5px 5px;
/*	border-top: solid white 1px;
	border-left: solid white 1px;
	border-right: solid white 1px;*/
	border-radius: 5px 5px 5px 5px;
	transition: all 200ms linear;
}

.cex_block {
	left: 0%;
	top: 0%;
	height: fit-content;
	width: 100%;
	display: flex;
/*	border: solid white 1px; */
	display: flex;
	flex-direction: column;
}

.button {
	width: 30px;
	color: white;
	text-align: center;
/*	border-bottom: solid white 1px;*/
	border-radius: 5px 5px 5px 5px;	
	cursor: pointer;
	transition: all 200ms linear;
}

/*color*/
.white {
	color: white;
}

.gold {
	color: #ffd700;
}

.tab_block {
	left: 0%;
	top: 0%;
	height: fit-content;
	width: 100%;
	display: flex;
	border-top: solid white 1px; 
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
}

.tab_title {
	left: 0%;
	top: 0%;
	height: fit-content;
	width: 100%;
	display: none;
	gap: 30px;
	font-size: 18px;
	margin-top: 5px;
	color: #908d96;
/*	border: solid white 1px; */
}

.tab_title_chart {
	left: 0%;
	top: 0%;
	height: fit-content;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 30px;
	font-size: 18px;
	margin-top: 5px;
	color: #908d96;
/*	border: solid white 1px; */
}

.tab_title_element {
/*	width: 160px;*/
	align-content: center;
/*	border: solid white 1px;*/
}

.items {
	display: flex;
	width: 100%;
	flex-direction: column;
	font-size: 16px;
	color: white;
	margin-top: 5px;
	gap: 5px;
/*	border: solid white 1px;*/
}

.single_item {
	/*height: fit-content;
	width: 100%;
	display: flex;
	gap: 30px;
	font-size: 18px;
	margin-top: 5px;
	border: solid white 1px;*/
	height: fit-content;
	width: 100%;
	display: grid;
    grid-template-columns: 33% 33% 33%;
    column-gap: 10px;
    row-gap:10px;
    border-bottom: solid #404040 0.5px;
    padding: 5px 0px 5px 0px;
/*    border: solid white 1px;*/
}

.single_item_element {
/*	width: 160px;*/
	align-content: center;
	align-items: baseline;

/*	border: solid white 1px;*/
	display: flex;
	flex-direction: column;
	column-gap: 5px;
}

.single_item_element_title {
	grid-column: span 2;
	font-size: 18px;
/*	width: 160px;*/
	align-content: center;
	align-items: center;
/*	border: solid white 1px;*/
	display: flex;
	column-gap: 2px;
}

.single_item_element_last {

	width: 160px;
	grid-column: 3 / 4; 
    justify-self: start;
	align-content: center;
	align-items: baseline;

/*	border: solid white 1px;*/
	display: flex;
	flex-direction: column;
	column-gap: 2px;
}

.single_item_element_side {
	height: 14px;
	width: 14px;
	font-size: 10px;
	align-content: center;
/*	border: solid white 1px;*/
	text-align: center;
/*	background-color: #E00F41;*/
	border-radius: 2px;

}

.single_item_element_lside {
	height: 15px;
	width: fit-content;
	font-size: 12px;
	align-content: center;
	padding: 0 2px 0 2px;
/*	border: solid white 1px;*/
	text-align: center;
/*	background-color: #E00F41;*/
	border-radius: 2px;

}

.single_item_element_label {
	align-content: center;
	font-size: 13px;
/*	border: solid white 1px;*/
	text-align: center;
	color: #908d96;

}

.single_item_element_text {
	display: flex;
	align-content: center;
/*	border: solid white 1px;*/
	position: relative;
	text-align: left;

}

.single_item_element_text .tooltiptext {
	font-size: 14px;
	align-content: end;
	visibility: hidden;
	background-color: black;
	width: fit-content;
	color: while;
	text-align: center;
	margin-left: 5px;
	border-radius: 6px;
	position: absolute;
	bottom: -14px; 
    left: 50%;
    transform: translateX(-50%);
  	opacity: 0;
  	transition: opacity 1s;
}

.single_item_element_text:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


.single_item_element_leverage {
	position: relative;
	top: calc(9px - 5px);
	height: fit-content;
	width: 14px;
	font-size: 10px;
/*	align-content: center;*/
/*	margin-top: auto;*/
/*	border: solid white 1px;*/
	text-align: center;
	color: #908d96;
}

.mark_price {
	color: #ffd700;
}



