@charset "utf-8";
/* CSS Document */

/*****************************************************************
responsive
******************************************************************/



@media only screen and (min-width: 1600px) {}

@media only screen and (min-width: 1440px) {

    .trade_candle_light #tradingview_df685,
    .trade_candle_dark #tradingview_3d8bd {
        height: 600px;
    }
}

@media only screen and (max-width: 1199px) {
    .news_block span {
        width: 380px;
    }

    .header_menu .navbar-expand-md .navbar-nav .nav-item {
        padding: 0 0.8rem;
    }

    .header_soc li {
        padding: 0 0.6rem;
    }

    .header_right {
        padding: 1rem 0;
    }

    .currency_status li {
        padding: 0 0.5rem;
    }

    .currency_select .btn {
        font-size: 1.2rem;
    }

    .currency_status li h5 {
        font-size: 0.9rem;
    }

    .currency_status li h5 span {
        font-size: 1rem;
    }

    #favourite_pair .table_trade .dataTables_scrollBody,
    #btc_pair .table_trade .dataTables_scrollBody,
    #eth_pair .table_trade .dataTables_scrollBody {
        height: 333px !important;
    }

    .trade_advance .main_body {
        height: auto;
    }

    .block_left_bottom,
    .block_right_top_left,
    .block_right_top_right {
        height: auto;
        overflow: inherit;
    }

    .table_trade.open_order_advance .dataTables_scrollBody,
    .table_trade.active_trade_order_advance .dataTables_scrollBody,
    .table_trade.stop_limit_order_advance .dataTables_scrollBody {
        max-height: 200px !important;
        height: 200px;
    }

    .table_trade.trade_history_advance .dataTables_scrollBody {
        max-height: 220px !important;
        height: 220px;
    }

    .table_trade.buy_order_table_advance_2 .dataTables_scrollBody,
    .table_trade.sell_order_table_advance_2 .dataTables_scrollBody {
        max-height: 158px !important;
        height: 158px;
    }

    .buy_sell_order_advance {
        height: 206px;
    }

    .trade_advance .currency_status li {
        padding: 0 0.6rem;
    }

}

@media only screen and (max-width: 991px) {
    header {
        position: inherit;
        z-index: auto;
        background: #181129;
        padding: 1rem 0;
    }

    .header_right {
        padding: 0 0 0.6rem 0;
        text-align: center;
    }

    .header_menu .navbar-expand-md .navbar-nav::after {
        display: none;
    }

    .input-group-subscribe {
        width: 320px;
    }

    .footer_middle p,
    .footer_contact li,
    .q_links li a {
        font-size: 0.8rem;
        line-height: 1.7rem;
    }

    .q_links li {
        width: 100%;
    }

    .footer_bottom h6,
    .footer_bottom ul li a {
        font-size: 0.8rem;
    }

    footer {
        padding: 3rem 0 1rem;
    }

    .exchange_banner {
        padding: 1rem 0 2rem;
    }

    .exchange_banner_left {
        display: block !important;
        text-align: center;
        margin-bottom: 1rem;
    }

    .exchange_banner_left h4 {
        display: inline-block;
        vertical-align: middle;
    }

    .news_block {
        position: relative;
    }

    .news_block span {
        width: 100%;
        padding-right: 3rem;
    }

    .news_block small {
        position: absolute;
        right: 0;
        top: 0;
    }

    #favourite_pair .table_trade .dataTables_scrollBody,
    #btc_pair .table_trade .dataTables_scrollBody,
    #eth_pair .table_trade .dataTables_scrollBody {
        height: 200px !important;
    }

    .trade_advance .exchange_banner_left {
        display: flex !important;
        justify-content: center;
    }

    .trade_advance .currency_status li h5 {
        text-align: center;
    }

}

@media only screen and (max-width: 767px) {

    .header_menu .navbar-expand-md .navbar-nav .nav-item {
        padding: 0.5rem 0;
    }

    .header_menu .dropdown-item {
        padding: .3rem .8rem;
        text-align: left;
    }

    .dark_mode .buy_sell_block .col-md-6 {
        box-shadow: none;
    }

    .currency_details {
        display: block !important;
    }

    .currency_status {
        padding: 0;
    }

    .currency_status li {
        padding: 0.2rem 0.6rem 0.2rem 0;
    }

    .trade_advance .currency_details {
        text-align: center;
    }

    .trade_advance .currency_status li {
        padding: 0.2rem 0.6rem;
    }

    .trade_advance .trade_top_links li {
        display: inline-block;
        padding: 0.2rem 0.5rem;
    }

}

@media only screen and (max-width: 575px) {
    .exchange_banner_left ul li a {
        padding: 0.4rem 0.6rem;
    }

    .exchange_banner_left h4 {
        font-size: 1.4rem;
    }

    .footer_bottom ul {
        text-align: left;
    }

    .footer_bottom ul li {
        padding: 0 0.5rem 0 0;
    }

    .footer_bottom ul li::before {
        display: none;
    }

    .footer_bottom ul {
        padding-top: 0.5rem;
    }

    .footer_subscribe {
        display: block !important;
    }

    .input-group-subscribe {
        width: 100%;
        margin: 0 !important;
    }

    .footer_subscribe label {
        margin: 0 0 0.6rem 0;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {

    .block_tab {
        display: block !important;
    }

    .check_list_exchange {
        margin-top: 0.5rem;
    }
}

@media only screen and (max-width: 360px) {
    .block_tab .nav-tabs .nav-item {
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) {
    .container.tradeContainer {
        max-width: 1280px;
    }
}





@media only screen and (min-width: 1900px) {
    .container.tradeContainer {
        max-width: 1400px;
    }
    .trade_candle_light #tradingview_df685,
    .trade_candle_dark #tradingview_3d8bd {
        height: 380px;
    }
}