@charset "utf-8";.trde_sec {
    margin-top: 96px;
    background: #fff;
    padding: 20px 0px;
}

.price_div {
    background: #fff;
    border: 1px #ccc solid;
    padding: 10px;
    margin-bottom: 20px;
}

.price_div ul {
    padding: 0;
    margin: 0;
}
 
.price_div ul li {
    font-size: 12px;
    color: #969696;
    margin-bottom: 0;
    width: 12%;
    margin-right: 0 !important;
}

.price_div ul li:first-child {
    font-size: 14px;
    color: #969696;
    margin-bottom: 0;
    width: 17%;
}

.price_div ul li span {
    color: #0a1e32;
    display: block;
    font-size: 17px;
}

.price_div ul li:last-child {
    width: 7%;
}

.price_div ul li span img {
    position: relative;
    top: 0;
}

.price_div .custom-select:focus {
    border: 0;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,0);
}

.price_div .custom-select {
    display: block;
    width: 100%;
    font-size: 24px;
    height: 41px;
    padding: 0;
    color: #0a1e32;
    vertical-align: top;
    background: #fff url(../images/arr3.png) no-repeat right .75rem center;
    background-size: 16px 14px;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: -7px;
}

.graph_bg {
    border: 1px #dadde0 solid;
    background: transparent;
    margin-bottom: 15px;
}

.dark_theme .graph_bg {
    border: 1px #333333 solid;
    background: transparent;
}

.page_bx {
    border: 1px #cccccc solid;
}

.page_bx h3 {
    border-bottom: 1px #cccccc solid;
    background: #eeeeee;
    padding: 14px 10px;
    text-align: center;
    font-size: 18px;
    color: #0a1e32;
    margin-bottom: 0;
    position: relative;
}

.page_bx h3 span {
    font-size: 13px;
    color: #828282;
    position: absolute;
    right: 0;
    top: 16px;
}

.page_bx h3 span a {
    color: #828282;
    text-decoration: none;
    margin-right: 5px;
}

.page_bx h3 span a:hover {
    color: #0a1e32;
    text-decoration: none;
    cursor: pointer;
}

.page_bx h3 span a.active {
    color: #0a1e32;
    text-decoration: none;
}

.trpge_scroll {
    overflow: hidden;
    height: 395px;
}

.tr_tab .table {
    margin-bottom: 0px;
}

.tr_tab thead, .tr_tab tbody {
    display: block;
}

.tr_tab thead tr, .tr_tab tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.tr_tab .table thead th {
    vertical-align: bottom;
    font-size: 13px;
    color: #0a1e32;
    border-bottom: 0px solid #dee2e6;
    font-weight: normal;
    padding: .50rem .75rem;
}

.tr_tab .table td {
    padding: .25rem .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-size: 13px;
}

/*.tr_tab thead tr th:first-child, .tr_tab tbody tr td:first-child{width:130px;}*/
.m_btm {
    margin-bottom: 20px;
}

.bal_txt {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #0a1e32;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.by_frm {
    padding: 20px 20px 0px 20px;
}

.by_frm .custom-select {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    font-size: 16px;
    color: #969696;
    vertical-align: middle;
    background: #fff url(../images/arr4.png) no-repeat right .75rem center;
    background-size: auto auto;
    background-size: 9px 8px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.by_frm .input-group .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    height: 46px;
    font-size: 16px;
    color: #969696;
}

.by_frm .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
}

.by_frm .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 31px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #c8c8c8;
    border: 1px solid #c8c8c8;
    border-radius: .25rem;
    width: 80px;
    text-align: center !important;
}

.by_btn {
    color: #fff;
    font-size: 18px;
    background: #00A86B;
    border: 0;
    padding: 5px;
    height: 46px;
    width: 160px;
    display: inline-block;
    border-radius: 8px;
    line-height: 35px;
    transition: all .4s ease-in-out;
}

.by_btn:hover {
    color: #fff;
    font-size: 18px;
    background: #fcb43b;
    border: 0;
    text-decoration: none;
}

.sel_btn {
    color: #fff;
    font-size: 18px;
    background: #FF2400 !important;
    border: 0;
    padding: 5px;
    height: 46px;
    width: 160px;
    display: inline-block;
    border-radius: 8px;
    line-height: 35px;
    transition: all .4s ease-in-out;
}

.sel_btn:hover {
    color: #fff;
    font-size: 18px;
    background: #fcb43b;
    border: 0;
    text-decoration: none;
}

.opor_tab .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.opor_tab .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
}

.opor_tab .nav-tabs .nav-link {
    border: 1px solid #ccc;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0;
    font-size: 18px;
    color: #0a1e32;
    text-align: center;
    background: #eeeeee;
}

.opor_tab .nav-tabs .nav-item.show .nav-link, .opor_tab .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.opor_tab .tab-content {
    border: 1px #ddd solid;
    border-top: 0;
}

.opor_scroll {
    overflow: hidden;
    height: 300px;
}

.order_tab .table {
    margin-bottom: 0px;
}

.order_tab thead, .order_tab tbody {
    display: block;
}

.order_tab thead tr, .order_tab tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.dark_theme .order_tab .table thead th {
    color: #999;
}

.order_tab .table thead th {
    vertical-align: bottom;
    font-size: 13px;
    color: #0a1e32;
    border-bottom: 0px solid #dee2e6;
    font-weight: normal;
    padding: .50rem .75rem;
}

.order_tab .table td {
    padding: .25rem .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
}

/*.order_tab thead tr th:first-child, .order_tab tbody tr td:first-child {
    width: 140px;
}

.order_tab thead tr th:nth-child(2), .order_tab tbody tr td:nth-child(2) {
    width: 50px;
}

.order_tab thead tr th:nth-child(3), .order_tab tbody tr td:nth-child(3) {
    width: 65px;
}*/

.order_tab .table td a {
    color: #555555;
}

.order_tab .table td a:hover {
    color: #aa1800;
    text-decoration: underline;
}

.orderbook_full {
    height: 443px;
    overflow: hidden;
}

.orderbook_sm,.orderbook_sm1 {
    height: 264px;
    overflow: hidden;
}

.table tbody + tbody {
    border-top: 4px solid #dee2e6;
}

.orbook .table {
    margin-bottom: 0px;
}

.orbook thead, .orbook tbody {
    display: block;
}

.orbook thead tr, .orbook tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.orbook .table thead th {
    vertical-align: bottom;
    font-size: 13px;
    color: #0a1e32;
    border-bottom: 0px solid #dee2e6;
    font-weight: normal;
    padding: .50rem .75rem;
}

.orbook .table td {
    padding: .25rem .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-size: 13px;
}

/*.orbook thead tr th:first-child, .orbook tbody tr td:first-child{width:130px;}*/
.chat_bx {
    padding: 20px 0px 0px 10px;
}

.chat_div {
    margin-bottom: 10px;
}

.chat_div p {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.chat_div p img {
    margin-right: 8px;
}

.chat_div p span {
    font-size: 12px !important;
    color: #555555;
    display: inline-block;
    float: right;
    width: 55%;
}

.chat_div p span:last-child {
    padding-right: 10px;
}

.cls_c1 {
    color: #0a1e32;
}

.cls_c2 {
    color: #ad7304;
}

.cls_c3 {
    color: #766a00;
}

.cls_c4 {
    color: #005350;
}

.cls_c5 {
    color: #0a1e32;
}

.chat_bx {
    height: 271px;
    overflow: hidden;
}

.chat_frm {
    padding: 10px 20px 10px 20px;
}

.chat_frm .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ddd !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0);
}

.chat_frm .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #ddd;
    border-left: none;
}

.chat_frm .input-group .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-right: none;
    border-color: #ddd;
    font-size: 14px;
    color: #969696;
}

/* New trade */
/*.graph_bg {
    margin-bottom: 10px;
}*/

.ad_trade .graph_bg iframe {
    width: 100% !important;
    height: 500px;
    /*margin-bottom: 10px;*/
}

.ad_trade .trpge_scroll {
    height: 444px;
}

.ad_trade .orderbook_sm, .ad_trade .orderbook_sm1 {
    height: 222px;
}
.order_book_trade_new .page_bx, .trade_history_new .page_bx {
    margin-bottom: 15px;
}
.ad_trade .price_div {
    margin-bottom: 10px;
    padding: 0 10px
}

.ad_trade .opor_scroll {
    height: 182px;
}

.ad_trade .chat_bx {
    height: 168px;
}

.ad_trade .sell_form_scroll .form-group, .ad_trade .buy_form_scroll .form-group {
    margin-bottom: 6px;
}

.ad_trade .opor_tab .nav-tabs .nav-link {
    font-size: 13px;
    padding: 4px 0.1rem 5px 0.1rem;
}

/*.ad_trade .price_div{overflow: auto; white-space: nowrap;}*/
.ad_trade .price_div ul li {
    width: 100%;
}

.ad_trade .price_div ul > li:first-child {
    width: 170px;
}

.ad_trade .page_bx h3 {
    font-size: 13px;
    padding: 5px 10px;
}

.ad_trade .by_frm {
    padding: 5px 20px;
}

.ad_trade .bal_txt {
    font-size: 12px;
}

.ad_trade .bal_txt {
    margin: 0px 0px 5px 0px;
}

.ad_trade .buy_form_scroll .by_frm .custom-select {
    padding: 0 5px;
    font-size: 13px;
    height: 30px;
}

.ad_trade .buy_form_scroll .by_frm .input-group .form-control {
    height: 25px;
    font-size: 13px;
}

.ad_trade .buy_form_scroll .by_frm .input-group-text {
    padding: 0 .75rem;
    line-height: 18px;
    font-size: 10px;
}

.ad_trade .buy_form_scroll .by_btn, .ad_trade .buy_form_scroll .sel_btn {
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
}

.ad_trade .first_currency_text, .second_currency_text {
    font-size: 12px;
}

.ad_trade .buy_form_scroll .form-group .mar_bottom {
    margin-bottom: 0;
    font-size: 12px;
}

.ad_trade .price_div ul li span {
    font-size: 12px;
}

.ad_trade .nav-button-clr .btn-secondary {
    font-size: 16px !important;
    font-weight: bold;
}

/*.ad_trade .order_tab thead tr, .ad_trade .order_tab tbody tr {
    table-layout: inherit;
}
*/
.ad_trade .table td, .ad_trade .table th {
    white-space: nowrap;
}

.ad_trade .page_bx h3 span {
    top: 7px;
}

.chat_bx {
    padding: 10px 0px 0px 10px;
}

.chat_frm .input-group .form-control {
    font-size: 12px;
    padding: 5px .75rem;
}

.chat_div {
    margin-bottom: 5px 75rem;
}

.chat_div p {
    font-size: 12px;
}

.chat_frm .input-group .btn {
    padding: 2px ;
}

.chat_frm {
    padding: 5px 20px 5px 20px;
}

.chat_div {
    margin-bottom: 5px;
}

.ad_trade_top_ryt .page_bx .nav-tabs {
    display: block;
    text-align: center;
    border: 0;
}

.ad_trade_top_ryt .page_bx .nav-tabs .nav-item {
    margin-bottom: 0;
    display: inline-block;
    float: left;
    width: 50%;
    background: #eeeeee;
}

.ad_trade_top_ryt .page_bx .nav-tabs .nav-link {
    border: 0;
    padding: 0 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #495057;
    border-bottom: 0px solid transparent;
}

.ad_trade_top_ryt .page_bx .nav-tabs .nav-link.active {
    background: #fff;
   /* border: 1px solid #e9ecef;*/
}

.ad_trade_top_new .tr_tab .table td, .ad_trade_top_new .orbook .table td {
    font-size: 10px;
    white-space: nowrap;
}

.ad_trade_top_ryt .coupon-cnt {
    margin-bottom: 0;
    text-align: center;
}

.ad_trade_top_ryt .coupon-cnt li:first-child{
    margin-left: 0;
}

.ad_trade_top_ryt .coupon-cnt li {
    width: 20%;
    color: #969696;
    font-size: 10px;
    display: inline-block;
    border: 1px solid #ced4da;
    margin-left: 3px;
    cursor: pointer;
}

.ad_trade_top_new .coupon-cnt li:first-child {
    margin-left: 0;
}

.ad_trade_top_new .tr_tab .table td, .ad_trade_top_new .orbook .table td, .ad_trade_top_new .tr_tab .table th, .ad_trade_top_new .orbook .table th {
    text-align: left !important;
}

.ad_trade .page_bx h3 {
    font-size: 13px;
    padding: 3px 10px;
}

.ad_trade .by_frm {
    padding: 0px 20px;
}

.ad_trade .bal_txt {
    font-size: 10px;
    margin-bottom: 0;
}

.ad_trade .sell_form_scroll .form-group, .ad_trade .buy_form_scroll .form-group {
    margin-bottom: 6px;
}

.ad_trade .buy_form_scroll .by_frm .custom-select, .ad_trade .buy_form_scroll .by_frm .input-group .form-control {
    font-size: 10px;
    height: 20px;
}

.ad_trade .first_currency_text, .second_currency_text {
    font-size: 10px;
}

.ad_trade .price_div ul > li:first-child {
    width: 100px;
    display: inline-block;
}

/*.ad_trade .price_div{width: 600px;}*/
.ad_trade .price_div .blk {
    display: inline-block;
    margin-left: 3px;
}

.ad_trade .price_div .blk li {
   /* display: block;*/ margin-top: -3px;
}

.ad_trade .price_div .blk li span {
    float: left;
    color: #0a1e32;
}

.ad_trade .price_div .blk li span.sp_first {
    font-size: 12px;
    color: #969696;
    font-size: 12px;
}

.ad_trade .price_div .blk li span.sp_first {
    text-align: right;
    margin-right: 8px;
    width: 84px;
}

.ad_trade.header .container-fluid {
    padding: 0;
}

.ad_trade .language_drop .nav-link {
    width: auto;
}

.page_bx h3 {
    border-bottom: 0;
}

.ad_trade .table td, .ad_trade .table th {
    padding: 4px 5px !important;
}
/*.order_book_trade_new th:first-child, .trade_history_new th:first-child, .order_book_trade_new td:first-child, .trade_history_new td:first-child {
    width: 39%;
}*/
/*.ad_trade .page_bx h3 span {
    display: none;
}
*/
.ad_trade .price_div .blk li span.first_currency_text, .ad_trade .price_div .blk li span.second_currency_text {
    font-size: 12px !important;
}

/*.ad_trade_top_ryt .tr_tab .table td:nth-child(2n), .ad_trade_top_ryt .orbook .table td:nth-child(2n){text-align: center !important;}*/
/*.orbook{overflow: auto;}*/
.ad_trade.trde_sec .col-lg-12 {
    padding: 0 15px 0 5px !important;
}

.ad_trade .price_div {
    margin-top: 10px;
}

.chat_div p span {
    width: 50%;
}

.ad_trade_top_ryt .page_bx .nav-tabs .nav-link{padding: 6px 15px;font-size: 13px;}
.ad_trade .page_bx h3{padding: 7px 10px;}
.ad_trade .navbar-collapse{flex-grow: unset;}
.chat_div p span{font-size: 10px !important;}
.ad_trade_top_new{margin-bottom: 8px;}
.ad_trade .table td, .ad_trade .table th {  font-size: 11px; }
.ad_trade .table td, .ad_trade .table th {   padding: 2px 2px !important; }
.header.ad_trade{height: 60px;}
.trde_sec { padding: 0px 0;    margin-top: 0; /*height: calc(100vh - 60px);*/ }
.ad_trade .page_bx h3{height: 30px;}
.orbook thead, .orbook tbody{height: 28px;}
.opor_tab .nav-tabs{height: 30px;}
.order_tab thead, .order_tab tbody{height:30px;}
.ad_trade_top_ryt .page_bx .nav-tabs{height: 30px;}
.chat_frm{height: 40px;}
.graph_bg, .order_book_trade_new .page_bx, .trade_history_new .page_bx{margin-bottom: 0;}
.ad_trade .graph_bg iframe{height: 100%;}
.graph_bg, .order_book_trade_new .page_bx, .trade_history_new .page_bx{margin: 10px 0;}
.ad_trade .bal_txt{text-align: center;}
.grp_frm .fa{color: #969696; background: #e9ecef;  border: 1px solid #ced4da;  font-size: 10px; padding: 3px 5px;}
.ad_trade .sell_form_scroll .form-group, .ad_trade .buy_form_scroll .form-group{margin-bottom: 6px;}
.by_frm .input-group-text{width: 60px;}
.chat_div p span:last-child{margin-top: 0;}
#buy_order_form .form-group label, #sell_order_form .form-group label, .ad_trade .buy_form_scroll .by_btn, .ad_trade .buy_form_scroll .sel_btn, .chat_frm .input-group .form-control{font-size: 10px;}
.ad_trade_top_new{margin-bottom: 0;}
.chat_div p span.text_ell{width: 65px !important; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-right: 5px;}
.ad_trade .page_bx h3, .page_bx h3 span a, .orbook .table thead th, .ad_trade .table td, .ad_trade .table th, .tr_tab .table thead th, .ad_trade .opor_tab .nav-tabs .nav-link, 
.order_tab .table thead th, .ad_trade .page_bx h3, .page_bx h3 span a, .orbook .table thead th, .ad_trade .table td, .ad_trade .table th, .tr_tab .table thead th, .ad_trade_top_ryt .page_bx .nav-tabs .nav-link, .ad_trade .bal_txt, 
#buy_order_form .form-group label, #sell_order_form .form-group label, .ad_trade .buy_form_scroll .by_btn, .ad_trade .buy_form_scroll .sel_btn, .chat_frm .input-group .form-control {     font-size: 8pt; }
.chat_div p span, .ad_trade .buy_form_scroll .by_frm .custom-select, .ad_trade .buy_form_scroll .by_frm .input-group .form-control, .ad_trade .buy_form_scroll .by_frm .input-group-text, .ad_trade_top_ryt .coupon-cnt li{font-size: 8pt !important;}
.new_bal{width: 80px;}
.new_bals{width: 77px;}
.bal_txt{display: inline;}
.chat_div p span:last-child{padding-right: 0;}
.ad_trade .table td, .ad_trade .table th{font-size: 8pt;}
.trade_history_new .tr_tab thead{height: 28px;}
.trade_history_new tbody tr td:nth-child(2), .trade_history_new thead tr th:nth-child(2){width: 100px;}
.chat_div p span.text_ell{width: 63px !important; }
.chat_bx {  padding: 10px 0px 0px 3px; }
.chat_div p span {  width: calc(100% - 100px); }
.chat_div p img {  margin-right: 2px; }


/* New trade */
@media screen and (max-width: 1500px) {
    .ad_trade .orderbook_sm, .ad_trade .orderbook_sm1 {
        height: 106px;
    }
.graph_bg{min-height: 270px !important;}
    .ad_trade .graph_bg iframe {
        width: 100% !important;
        height: 100%;
    }
    .ad_trade div.by_frm{padding:0px 5px;}
.ad_trade_top_ryt .coupon-cnt li{font-size: 9px;}
    .ad_trade .trpge_scroll {
        height: 209px;
    }

    .ad_trade .opor_scroll {
        height: 120px;
    }

    .ad_trade .chat_bx {
        height: 173px;
    }

    /*.header.ad_trade .navbar-brand img {  height: 40px; }*/
    /*.ad_trade.trde_sec {  margin-top: 70px; }*/
    .ad_trade .price_div {
        padding: 0;
    }

    .ad_trade .price_div .blk {
        width: 22%;
    }

    .ad_trade .price_div .blk li span.sp_first {
        width: 78px;
    }

    .ad_trade .price_div .blk:last-child {
        width: 65px;
    }

    .ad_trade .price_div {
        width: 666px
    }

    .ad_trade .nav-button-clr .btn-secondary {
        font-size: 12px !important;
    }

    .header.ad_trade .navbar-nav {
        width: 100%;
    }

    .header.ad_trade .navbar-nav .nav-link {
        margin: 0px 4px;
    }

    .ad_trade .price_div .blk.curr_blk {
        width: 26%
    }

    .ad_trade_top_ryt_left {
        max-width: 46%;
    }

    .ad_trade_top_ryt_ryt {
        /*max-width: 54%;
        flex: 0 0 54%;*/
    }

    .ad_trade .price_div .trade_price {
        width: 22%;
        text-align: left;
    }

    .ad_trade .price_div .blk.trade_price li span.sp_first {
        width: 56px;
        text-align: left;
    }

    .ad_trade .price_div .trade_high {
        width: 20%;
        text-align: left;
    }

    .ad_trade .price_div .blk.trade_high li span.sp_first {
        width: 52px;
        text-align: left;
    }

    .ad_trade .price_div .blk.curr_blk li span.sp_first {
        text-align: left;
    }
   /* .ad_trade_bottom_new table.table {
    width: 300px;
}*/
/*.orderbook_full{height: 211px;}.ad_trade .table td, .ad_trade .table th{font-size: 11px;}*/

.ad_trade .price_div{width: 700px;}
.ad_trade .price_div .trade_price{width: 24%;}
.ad_trade .price_div .trade_high{width: 23%;}
.ad_trade .price_div .blk.curr_blk{width: 26%;}
}
@media screen and (max-width: 767px) {
    .ad_trade_top_ryt_left {
        max-width: 100%;
    }
    .ad_trade_top_ryt_ryt {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .header.ad_trade{height: 37px;}

.header.ad_trade .dropdown-menu{font-size: 12px;}
.ad_trade .coin-dropdown .table td, .ad_trade .coin-dropdown .table th{padding: 2px 5px;}
.ad_trade .price_div .dropdown{position: unset;}
.ad_trade .price_div .dropdown-menu.notification-dropdown-menu.show{left: 0 !important}
.mob_price_div{display: block !important; margin: 15px 0 0;}
.mob_price_div.price_div ul li, .mob_price_div.price_div ul li:first-child{width: 28%; margin: 0 10px;}
.trde_sec {  margin-top: 0 !important; }
/*.mob_view.open_order_trade_new{display: block !important; margin-bottom: 20px;}
.chat_graph_trade .open_order_trade_new{display: none;}*/
.mob_price_div.dark_theme{background: rgb(29, 29, 29);}
.mob_price_div.dark_theme ul li, .dark_theme.price_div ul li span{color: #fff !important;}
.chat_div p span{    width: 60%;}
.chat_div p span:last-child{padding-right: 0;}
.orbook tbody{height: 200px;}
}

@media (min-width: 991px) and (max-width: 1200px){
    .grp_empty .grp_frm {  padding: 0 !important;}
    .trade_history_new th:first-child,.trade_history_new td:first-child{min-width: 100px;}
}


@media screen and (max-width: 991px) {
.ad_trade.trde_sec .col-lg-12 {
    padding: 0 !important;
}
.chat_graph_trade, .open_order_trade_new {padding: 0;}
.ad_trade .open_order_trade_new{margin-bottom: 10px;}
.ad_trade .graph_bg iframe{height: 480px;}

}


.header.ad_trade .navbar-nav .nav-link.dropdown-toggle span.m_rite{margin-left: 30px;}.header .bg-dark .img-fluid { height: 30px;}
span.pimg { width: 30px;height: 30px;top: 10px;/*display: block !important;*/}

@media screen and (min-width: 991px){
.trde_sec {height: calc(100vh - 60px); }
.ad_trade .price_div .blk:last-child{float: right;margin-top: 19px;}
}

@media screen and (min-width: 768px){
.orbook .table thead th:nth-child(2n), .orbook .table tbody td:nth-child(2n), .trade_history_new thead th:nth-child(2n), .trade_history_new .table tbody td:nth-child(2n){text-align: right !important;  }
/*.orbook .table thead th:first-child, .orbook .table tbody td:first-child{width: 130px;}*/
}

.dark_theme .by_frm p.erms {
    color: #fff;
}
.dark_theme #chat_form p.erms {
    color: #fff;
}

.chat_div p span.text_ell {

    width: 60px !important;

}
.chat_div p span {

    width: calc(100% - 90px);

}
.chat_div p span.text_ell{margin-right: 2px;}
.trade_history_new .page_bx{margin: 10px 0 12px;}
.ad_trade_top_ryt .page_bx .nav-tabs .nav-link.active{border-color: #dee2e6 #dee2e6 #fff;}
.ad_trade_top_ryt .page_bx{border: 0;}
.ad_trade_top_ryt .page_bx .nav-tabs .nav-link{border: 1px #ccc solid;}
.ad_trade_top_ryt .page_bx .tab-content{border: 1px #ccc solid; margin-top: 2px;}