
:root {
    --textcolor: #EAECEF;
    --box: #1E2026;
    --greencolor: #0ECB81;
    --blackcolor: #0B0E11;
    --greycolor: #848E9C;
    --color-BadgeBg: rgba(240,185,11,0.1);
    --binance-blue: #3C9AF7;
    --binance-yellow: #F0B90B;
    --binance-orange: #F7931A;
}
body {
    margin: 0 auto;
    max-width: 1200px;
    color: var(--textcolor);
    font-size: 18px; 
    background-color: var(--blackcolor);
}
.bg-box{
    background: var(--box);
}
.round{
    border-radius: 50%;
}
.highlight{
    background-color: var(--color-BadgeBg);
}
.mg0{
    margin: 0;
}
.lh40{
    line-height: 40px;
}
.w40{
    width:40px
}
.mgb10{
    margin-bottom: 10px;
}
.mgb20{
    margin-bottom: 20px;
}
.mgl5{
    margin-left: 5px;
}
.mgl10{
    margin-left: 10px;
}
.green{
    color: var(--greencolor);
}
.red{
    color: red;
}
.bold {
    font-weight: bold;
}
.medium{
    font-size: 12px;
}
.small{
    font-size: 10px;
}
.large{
    font-size: 1.2rem;
}
.x-large{
    font-size: 2rem;
}
.xx-large{
    font-size: 3rem;
}
.nolink{
    text-decoration: none;
    color: inherit;
}
.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}
.space-between{
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.m1{
    margin: 1em;
}
.red-btn, input[type=submit].red-btn, .button.red-btn{
    background-color: var(--binance-red);
}
.w48{
    width: 48%;
}
.w50{
    width: 50%;
}
.w100{
    width: 100%;
}
.flex-end{
    justify-content: flex-end;
}
/* Style all input fields */
.button-wrap{
    text-decoration: none;
}
input, button, .button, select, textarea{
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
  
  /* Style the submit button */
input[type=submit], button, .button{
    background-color: var(--binance-green);
    color: white;
}
  
/* Style the container for inputs */

/* The message box is shown when the user clicks on the password field */
#message {
    display:none;
    background: var(--box);
    color: var(--textcolor);
    position: relative;
    padding: 20px;
    margin-top: 10px;
}
  
#message p {
    padding: 10px 35px;
    font-size: 18px;
}
  
/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: var(--greencolor);
}
  
.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}
  
/* Add a red text color and an "x" when the requirements are wrong */
.invalid, .error {
    color: red;
}
  
.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

.center{
    text-align: center;
}

table {
    width: 100%;
}
table th {
    text-align: left;
}
.col1{
    width: 50%;
}
.col2{
    width: 25%;
}
.col3{
    width: 25%;
}
.flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.column4{
    flex: 25%;
}
.column3{
    flex: 33%;
}
.column2{
    flex: 50%;
}
.coins .coin{
    text-align: center;    
    border-radius: 10px;
    padding: 10px;    
    font-weight: bold;
}
.coins .coin .coin-wrap{
    width: 100%;
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: space-between;
}
.coins .coin img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 5px;
}
.coin-details .item{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.col1{
    width: 40%;
}
.col2{
    width: 30%;
}
.col3{
    width: 30%;    
}

.css-1l3piql{
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    color: #848E9C;
    width: 16px;
    height: 16px;
    font-size: 16px;
    fill: #EAECEF;
    fill: #848E9C;
    width: 1em;
    height: 1em;
}

.more{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.coin-details{    
    overflow: auto;
}
.coin-details h3{
    border-bottom: 1px solid var(--greencolor);
    text-align: center;
}
.buy-form, .sell-form{
    margin: 20px auto;
    background: var(--box);
    padding: 10px;
    border-radius: 10px;
}
.sell-form{
    display: none;
}
.css-15e6fhe {
    box-sizing: border-box;
    margin: 0px 0px 12px;
    min-width: 0px;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    font-weight: 500;
    border-radius: 4px;
}
.css-15e6fhe .tab-item:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.css-1f2d4hh {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    height: 32px;
    text-transform: uppercase;
    background-color: var(--blackcolor);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.css-b2gwzx {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--greycolor);
}
.css-vjzu20 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    height: 32px;
    text-transform: uppercase;
    background-color: rgb(14, 203, 129);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.css-1eclt39 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.css-1jy3glt {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    height: 32px;
    text-transform: uppercase;
    background-color: rgb(43, 49, 57);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.css-95etyt {
    box-sizing: border-box;
    min-width: 0px;
    color: rgb(14, 203, 129);
    font-size: 24px;
    fill: rgb(14, 203, 129);
    width: 32px;
    height: 32px;
    margin: -1px;
    background-color: rgb(43, 49, 57);
}
.css-n1lom0 {
    box-sizing: border-box;
    min-width: 0px;
    color: rgb(246, 70, 93);
    font-size: 24px;
    fill: rgb(246, 70, 93);
    width: 32px;
    height: 32px;
    margin: -1px;
    background-color: rgb(43, 49, 57);
    display: none;
}
.css-fdvcr4 {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    flex: 1 1 0%;
    text-align: center;
    cursor: pointer;
    font-weight: 500;
    height: 32px;
    text-transform: uppercase;
    background-color: rgb(246, 70, 93);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.css-15e6fhe .tab-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.coin-about{
    margin: 0 0 10px 0;
}
.info-header{
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
}

.info-header img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.nav-bar-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    background: var(--box);
    top: 0;
    left:0;
    z-index: 100;
}
.nav-bar-wrap:before{
    content: "";
    background: var(--box);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    max-width: 720px;
    height: 100%;
}
.nav-bar-wrap .nav {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    height: 100%;
    justify-content: space-between;
}
.nav .nav-item{
    margin: 10px;
    width: 0;
    flex: 1;
}
.nav .nav-item a{
   text-decoration: none;
}
.nav-item .button{
    margin: 0;
}
.logo{
    width: 100%;
    max-width: 150px;
}
.pt10{
    padding-top: 10px;
}
.center{
    text-align: center;
}
.menu-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    background: var(--box);
    bottom: 0;
    left:0;
}
.menu-wrap:before{
    content: "";
    background: var(--box);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 100%;
    max-width: 720px;
    height: 100%;
}
.menu-wrap .menu{
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    height: 100%;
    justify-content: space-between;
}
.menu-item{
    margin: 10px;
    text-decoration: none;
    color: inherit;
    text-align: center;
} 
.menu-item i, .nav-item i{
    font-size: 1.5em;
}

/** tooltip*/

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/*** deposit */
.address{
    display: flex;
}
.address input {
    text-align: left;
    
    font-weight: bold;
}
.address .tooltip{
    margin-left: -50px;
}
.box{
    border: 1px solid var(--box);
    border-radius: 5px;
    padding: 10px;
}
.box.active{
    border-color: #000;
    background-color: var(--color-BadgeBg);
    font-weight: bold;
}
.pointer{
    cursor: pointer;
}
.deposit-header{
    display: flex;
    justify-content: space-between;
}
.deposit-header h1 {
    width: 100%;
}

/** me */
.order{
    margin-bottom: 10px;
    border-bottom: 1px solid var(--box);
    background-color: var(--box);
    padding: 10px;
    border-radius: 5px;
}
.order .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5px;
}
.order-title {
    display: flex;
}
.order-title img {
    width: 24px;
    border-radius: 50%;
    margin-right: 5px;
}
.social-icon{
    font-size:50px;
    color: var(--textcolor);
    margin: 10px;
}
.nav-bar-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    background: var(--box);
    top: 0;
    left: 0;
}

.trade-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    background: var(--blackcolor);
    bottom: 0;
    left: 0;
    z-index: 100;
}
.trade-buttons{
    display: flex;
    position: relative;
    width: 100%;
    max-width: 720px;
    height: 100%;
    justify-content: space-between;
}
.trade-buttons a{
    width: 100%;
    margin: 10px;
    width: 0;
    flex: 1;
}
.coin-header{
    display: flex;
    justify-content: space-between;
}

.trade-header i{
    font-size: 1.5em;
}
.coin-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.coin-nav .coin-nav-item{
    background-color: var(--box);
    text-align: center;
    flex: 1;
    padding: 5px;
    color: var(--greycolor);
}
.coin-nav .coin-nav-item.active{
    background: var(--greycolor);
    color: white;
}
.tab{
    display: flex;
    margin-bottom: 10px;
    
}
.tab .tab-item{
    padding: 5px;
    margin-right: 15px;
    cursor: pointer;
}
.tab .tab-item.active{
    font-weight: bold;
    border-bottom: var(--greencolor) 2px solid;
}
.info-container{
    
}
.trades-container{
    
    margin-bottom: 100px;
}
.trades-container .header{
    display: flex;
    justify-content: space-between;    
    margin-bottom: 5px;
}
.trades-container .header span{
    flex: 1;
    text-align: left;
}
.trades-container .header span:last-child{
    text-align: right;
}
.trades-container .row{
    display: flex;
    justify-content: space-between;
}
.trades-container .row span{
    margin: 5px 0;
    flex: 1;
    text-align: left;
}
.trades-container .row span:last-child{
    text-align: right;
}
.chart-container .interval{
    border-bottom: var(--box) 1px solid;
}
.chart-container .interval .item{
    margin-right: 10px;
    cursor: pointer;
}

.chart-container .interval .active{
    font-weight: bold;
}

.chart-container .indicators{
    border-bottom: var(--box) 1px solid;
    margin-bottom: 20px;
}

.chart-container .indicators .item{
    margin-right: 10px;
    cursor: pointer;
}
.chart-container .indicators .active{
    font-weight: bold;
}
.legend-wrap{
    display: none;
}
.legend-sma50-wrap{
    color: var(--binance-blue);
    margin-right: 10px;
}
.legend-sma100-wrap{
    color: var(--binance-green);
}
.legend-ema50-wrap{
    color: var(--binance-yellow);
    margin-right: 10px
}
.legend-ema100-wrap{
    color: var(--binance-orange);
}
.coin{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.coin-title{
    display: flex;
}
.coin .coin-title img{
    width: 35px;
    height: 35px;
    margin-right: 5px;
    border-radius: 50%;
}
.coin .item div{
    text-align: right;
}
.item-center {
    display: flex;
    align-items: center;
}

.partners img {
    margin: 5px;
}


/*---------accordion__item----------*/

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
    cursor: pointer;
}
.accordion__item .accordion__title:hover {
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
	
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 13px; right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 5px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	display: none;
	
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}
/*-------------------------------------*/


[data-tip] {
	position:relative;

}
[data-tip]:before {
	
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:-20px;
	right:0px;
	padding:5px 8px;	
	color:red;
	z-index:9;
	height:18px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}
.soon{
    background-color: var(--binance-dark-floating);
    border-radius: var(--radius-lg);
    padding: 0px 8px;
    color: white;
}