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

*{
	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: 36px;
	height: 36px;
	width: 100%;
	background-color: #1a1a1a;
}

.top_bar {
	height: 100%;
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 20px;
}

.memo_item {
	width: auto;
	color: white;
}

.top_bar_index {
	display: flex;
	gap: 20px;
}

.top_bar_item {
	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: none;
}

.account_block {
	left: 0%;
	top: 0%;
	height: fit-content;
	width: 95%;
	display: flex;
/*	border: solid white 5px; */
	padding: 1% 0% 1% 1%;
	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 {
	font-size: 20px;
	width: fit-content;
	color: #ba9ffb;
/*	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;
/*	gap: 10px;*/
	border-bottom: solid white 1px; 
}

.title .cex {
	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 {
	font-size: 18px;
	align-content: center;
	width: fit-content;
	color: white;
	gap: 10px;
 	margin-left: auto;
 	display: flex;
}

.title .total_info .total_leverage {
	font-size: 18px;
	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: 80%;
    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: 18px;
	align-content: center;
	width: fit-content;
	color: white;
 	margin-left: auto;
 	display: flex;
 	position: relative;
}

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

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

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

/*column width*/
.symbol {
	width: 200px;
}

.value {
	width: 140px;
}

.pnl {
	width: 200px;
}

.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;
}

/*position*/

.tab_block {
	left: 0%;
	top: 0%;
	height: 100%;
	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: flex;
	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;
	flex-direction: column;
	font-size: 18px;
	color: white;
	margin-top: 5px;
}

.single_item {
	height: fit-content;
	width: 100%;
	display: flex;
	gap: 30px;
	font-size: 18px;
	margin-top: 5px;
/*	border: solid white 1px;*/
}

.single_item_element {
/*	width: 160px;*/
	align-content: center;
	align-items: center;
/*	border: solid white 1px;*/
	display: flex;
	column-gap: 2px;
}

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

.single_item_element_last {
/*	width: 160px;*/
	align-content: center;
	align-items: center;
/*	border: solid white 1px;*/
	display: flex;
	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;
/*	border: solid white 1px;*/
	text-align: center;
	color: #908d96;
	display: none;

}

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

}

.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 {
	height: 14px;
	width: 14px;
	font-size: 10px;
	align-content: center;
	margin-top: auto;
/*	border: solid white 1px;*/
	text-align: center;
	color: #908d96;
}

