











.nav-item-icon-btc,
.nav-item-icon-eth,
.nav-item-icon-ltc,
.nav-item-icon-usd{
    position: relative;
}

.nav-item-link a{
    padding-left: 40px;
}

.nav-item-icon-btc::before{
    content: "";
    position: absolute;
    background-image: url(../img/icon/18.png);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 9px;
    background-size: cover;
}

.nav-item-icon-eth::before{
    content: "";
    position: absolute;
    background-image: url(../img/icon/1.png);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 9px;
    background-size: cover;
}

.nav-item-icon-ltc::before{
    content: "";
    position: absolute;
    background-image: url(../img/icon/3.png);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 9px;
    background-size: cover;
}

.nav-item-icon-usd::before{
    content: "";
    position: absolute;
    background-image: url(../img/usd-icon.png);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 9px;
    background-size: cover;
}


@media (max-width: 765px){
    .content-body{
        margin-left: 0;
    }
}





















/*width block start*/

.terms__content-container-info {
    flex-basis: 17%;
    max-width: 17%;
}

.terms__content-currency-item-min-deposit {
    flex-basis: 15%;
    max-width: 15%;
}

.payment-method {
    flex-basis: 17%;
    max-width: 17%;
}

.min-deposit {
    flex-basis: 15%;
    max-width: 15%;
}

.terms__content-currency-item-persent {
    flex-basis: 16%;
}
.deposit-fee {
    flex-basis: 16%;
}

.terms__content-currency-item-number {
    flex-basis: 20%;
    max-width: 20%;
}
.withdrawal-fee {
    flex-basis: 20%;
    max-width: 20%;
}

.terms__content-currency-item-button {
    flex-basis: 20%;
    max-width: 20%;
    text-align: right;
}
.item__content-currency-empty {
    flex-basis: 20%;
    max-width: 20%;
}

/*width block end*/

.terms__content-currency-category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.terms__content-currency-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(140,144,165,0.2);;
    border-bottom: 1px solid rgba(140,144,165,0.2);;
    padding-top: 8px;
    padding-bottom: 8px;
}

.terms__content-container-info {
    display: flex;
    align-items: center;
}

.terms__content-currency-category-item {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}

.terms__content-currency-item-logo {
    margin-right: 5px;
}

.terms__content-currency-item-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.terms__content-currency-item-full-name {
    font-size: 11px;
    line-height: 13px;
    color: #67656c;
}

.terms__content-currency-item-button-deposit {
    color: #0aa74b;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 13px 7px 8px;
    border-radius: 3px;
    border: 1px solid #0aa74b;
    transition: all .3s;
    margin-right: 10px;
}

.terms__content-currency-item-button-deposit svg {
    transform: rotate(-180deg);
}

.terms__content-currency-item-button-deposit svg path {
    stroke: #0aa74b;
    transition: all .3s;
}

.terms__content-currency-item-button .terms__content-currency-item-button-deposit:hover {
    color: #FFFFFF;
    background-color: #0aa74b;
}

.terms__content-currency-item-button .terms__content-currency-item-button-deposit:hover svg path {
    stroke: #FFFFFF;
}

.terms__content-currency-item-button-withdraw {
    color: #fa4f46;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 13px 7px 8px;
    border-radius: 3px;
    border: 1px solid #fa4f46;
    transition: all .3s;
}

.terms__content-currency-item-button-withdraw svg {
    transform: rotate(-180deg);
}

.terms__content-currency-item-button-withdraw svg path {
    stroke: #fa4f46;
    transition: all .3s;
}

.terms__content-currency-item-button .terms__content-currency-item-button-withdraw:hover {
    color: #FFFFFF;
    background-color: #fa4f46;
}

.terms__content-currency-item-button .terms__content-currency-item-button-withdraw:hover svg path {
    stroke: #FFFFFF;
}

/*media start*/

@media (max-width: 1057px) {
    .terms__content-currency-item-button {
        flex-basis: 25%;
        max-width: 25%;
    }
    .item__content-currency-empty {
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 900px) {
    .terms__content-currency-item {
        flex-wrap: wrap;
    }
    .terms__content-currency-item-button {
        flex-basis: 100%;
        max-width: 100%;
        text-align: start;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .item__content-currency-empty {
        display: none;
    }
}

@media (max-width: 600px) {
    .terms__content-currency-category-item {
        font-size: 11px;
    }
    .terms__content-currency-item-number {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .terms__content-currency-item {
        font-size: 11px;
    }
}

@media (max-width: 400px) {
    .terms__content-currency-category-item {
        font-size: 10px;
    }
    .terms__content-container-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .terms__content-currency-item-name {
        margin-top: 7px;
    }
}





/*media end*/

.terms__content-currency-category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.terms__content-currency-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(140,144,165,0.2);;
    border-bottom: 1px solid rgba(140,144,165,0.2);;
    padding-top: 8px;
    padding-bottom: 8px;
}

.terms__content-container-info {
    display: flex;
    align-items: center;
}

.terms__content-currency-category-item {
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}

.terms__content-currency-item-logo {
    margin-right: 5px;
}

.terms__content-currency-item-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.terms__content-currency-item-full-name {
    font-size: 11px;
    line-height: 13px;
    color: #67656c;
}

.terms__content-currency-item-button-deposit {
    color: #0aa74b;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 13px 7px 8px;
    border-radius: 3px;
    border: 1px solid #0aa74b;
    transition: all .3s;
    margin-right: 10px;
}

.terms__content-currency-item-button-deposit svg {
    transform: rotate(-180deg);
}

.terms__content-currency-item-button-deposit svg path {
    stroke: #0aa74b;
    transition: all .3s;
}

.terms__content-currency-item-button .terms__content-currency-item-button-deposit:hover {
    color: #FFFFFF;
    background-color: #0aa74b;
}

.terms__content-currency-item-button .terms__content-currency-item-button-deposit:hover svg path {
    stroke: #FFFFFF;
}

.terms__content-currency-item-button-withdraw {
    color: #fa4f46;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 13px 7px 8px;
    border-radius: 3px;
    border: 1px solid #fa4f46;
    transition: all .3s;
}

.terms__content-currency-item-button-withdraw svg {
    transform: rotate(-180deg);
}

.terms__content-currency-item-button-withdraw svg path {
    stroke: #fa4f46;
    transition: all .3s;
}

.terms__content-currency-item-button .terms__content-currency-item-button-withdraw:hover {
    color: #FFFFFF;
    background-color: #fa4f46;
}

.terms__content-currency-item-button .terms__content-currency-item-button-withdraw:hover svg path {
    stroke: #FFFFFF;
}

/*media start*/

@media (max-width: 730px) {
    .terms__content-currency-item {
        flex-wrap: wrap;
    }
    .terms__content-currency-item-button {
        flex-basis: 100%;
        max-width: 100%;
        text-align: start;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .item__content-currency-empty {
        display: none;
    }
}

@media (max-width: 600px) {
    .terms__content-currency-category-item {
        font-size: 11px;
    }
    .terms__content-currency-item-number {
        font-size: 12px;
    }
}

/*media end*/
.terms__title{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.terms__box{
    padding: 30px;
}
.terms__trading-title-table-box{
    display: flex;
    justify-content: space-between;
    height: 38px;
    align-items: center;
}

.terms__trading-col-table-box{
    display: flex;
    justify-content: space-between;
    width: 57%;
    margin-left: auto;
    height: 48px;
    align-items: center;
}

.terms__content-trading{
    padding: 0 36px;
}

.table-bg{
    background-color: #191E2D;
}

.terms__trading-col-table-wrapper{
    display: flex;
    align-items: center;
}

.terms__trading-title-col{
    flex-basis: 50%;
    text-align: center;
}
/*.table-end{*/
/*    text-align: right;*/
/*}*/

.terms__trading-col-wrapper{
    flex-basis: 35%;
    display: flex;
}

.trading-right{
    margin-right: 30px;

}


.trading-center{
    width: 250px;
    text-align: right;
}

.table-border{
    border-bottom: 1px solid rgba(140,144,165,0.2);
}

@media (max-width: 910px) {
    .trading-right{
        margin-right: 20px;
    }
    .trading-center{
        width: 210px;
    }
}

@media (max-width: 770px) {
    .trading-right{
        margin-right:0px;
    }
}

@media (max-width: 700px) {
    .terms__content-wrapper{
        max-width: 665px;
        overflow-x: scroll;
    }
    .terms__content-trading{
        width: 665px;
    }
    .terms__content-wrapper::-webkit-scrollbar{
        height: 8px;
    }
}


@media (max-width: 1040px) {

    .page-title.dashboard {
        display:none;
    }
}

@media (max-width: 580px) {
    
    .menuProfile{
margin-top: 0px!important;
}
}


