.cmc-advanced-single-page .price-plus .cmc-price {
   background-color: #099b3d;
   color: #fff !important
}

.cmc-advanced-single-page .price-minus .cmc-price {
   background-color: #d61147;
   color: #fff
}

.cmc-advanced-single-page .entry-title,
.cmc-advanced-single-page h1.cmc-dynamic-title {
   letter-spacing: -1px;
   font-size: 28px;
   border-bottom: 1px solid #00000024;
   padding-bottom: 13px;
}

.cmc-content span.cmc-buy-sell {
   flex: 0 0 100%;
   display: flex;
}

.cmc-content .cmc-buy-sell button,
.cmc-content .cmc-buy-sell a {
   width: 100%;
}

.cmc-logo {
   display: flex;
   align-items: center;
   font-size: 15px;
   font-weight: 500;
   color: #565757;
}

.cmc-content {
   display: flex;
   margin-top: 15px;
}

.cmc-logo img {
   width: 30px;
   margin-right: 3px;
}

.cmc-left-content {
   width: 30vw;
   padding: 0 10px 0 0;
   border-right: 1px solid #00000024;
}

.cmc_social_style {
   margin-top: 15px;
}

.cmc-logo p {
   margin-left: 10px;
}

.cmc-content .cmc_social_style ul {
   display: flex;
   flex-wrap: wrap;
}

.cmc-content .cmc-price h2 {
   margin: 3px;
}

.cmc-advanced-single-page .cmc-24h-changes {
   font-weight: 600;
   font-size: 12px;
}

.cmc-content .cmc-price-section .cmc-progress-bar-high {
   margin-left: 88%;
}

.cmc-content .cmc-price-section .cmc-progress-bar-low {
   margin-left: 81%;
}

.cmc-content .meter_box {
   height: 5px;
   margin-top: 15px;
   background-color: rgb(0, 0, 0, 0.1);
   border-radius: 2px;
}

.cmc-content .cmc_meter_gauge {
   background-color: rgb(0, 0, 0, 0.2);
   display: block;
   height: 100%;
   border-radius: 2px;
}

.cmc-content .cmc_social_style ul li {
   list-style: none;
   margin-bottom: 25px;
}

.cmc-content .cmc_social_style ul.cmc-social-list li {
   margin: 0 5px 5px 0px;
   border: 1px solid;
   background: rgb(0, 0, 0, 0.02);
   border-color: rgb(0, 0, 0, 0.1);
   color: #69758B;
   font-size: .9rem;
   padding: 5px 10px;
   flex: 1 1 35%;
}

.cmc_social_style ul.cmc-social-list li a {
   text-decoration: none;
   color: #69758B;
}

.cmc-content .cmc_social_style i:before {
   padding-right: 5px;
}


.cmc-content .cmc-right-content {
   width: 70vw;
   padding: 0 0 0 10px;
}


.cmc-content .cmc_low_high_wrap {
   display: flex;
   -webkit-box-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   align-items: center;
}

.cmc_inner_high_low_wrap {
   display: flex;
   flex-direction: column;
}

.cmc-price-section ul.cmc-price-list,
.cmc-price-section ul.cmc-social-list {
   padding: 0;
   margin: 0;
}

.cmc-content .cmc-price-section {
   margin-top: 15px;
}

.cmc-content .cmc-price-list li {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 0;
   padding: 7px 0px 7px 0px;
}

.cmc-price-list li .price-heading,
.cmc_low_high_wrap .price-heading,
.cmc-social-link .price-heading {
   color: #69758B;
   font-weight: 500;
   font-size: 14px;
}

.cmc-price-list li span.price,
.cmc_low_high_wrap span.price {
   color: #0D1421;
   font-weight: 500;
   font-size: 14px;
}


.cmc-price-style1 .chart_coin_price {
   font-size: 28px;
   font-weight: bold;
}

.cmc-price-style1 .chart_coin_price,
.cmc-price-style1 .cmc-changes-style1 {
   display: inline-block;
}

/* .cmc-changes-style1.cmc-up,
 .price-plus .cmc-price-style1 .coin-price {
    color: #2ba304;
    
 }
 .cmc-changes-style1.cmc-down,
 .price-minus .cmc-price-style1 .coin-price {
    color: #e92713;
    
 } */
.btn_cmc_watch_list {
   display: inline-block;
   clear: both;
   width: auto;
   color: #000;
   border: 1px solid #C1CCD9;
   border-radius: 3px;
   box-shadow: 0 1px 1px 0 #E4E7EB;
   font-size: 12px;
   padding: 7px;
   margin: 0 5px;
}

ul.cmc-tab-group {
   width: 100%;
   border-bottom: 1px solid #ddd;
}

ul.cmc-tab-group,
ul.cmc-tab-group li {
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   padding: 0;
   margin: 0;
}

ul.cmc-tab-group li {
   width: auto;
   cursor: pointer;
   margin: 5px 2px;
   font-size: 14px;
   padding: 0px 5px;
   font-weight: 500;
   color: #838383;
}

ul.cmc-tab-group li a {
   padding: 5px;
   width: 100%;
   display: inline-block;
   text-decoration: none;
   border: 1px solid transparent;
   border-bottom: 1px solid transparent;
   color: #777;
   transition: none;
}

#cmc-tabbed-area ul.cmc-tab-group li a {
   text-decoration: none;
}

ul.cmc-tab-group li a.active {
   border-bottom: 2px solid black;
   background: #fff;
   color: #222;
   font-weight: bold;
   /* z-index:11; */
}

ul.cmc-tab-group li a:not(.active):hover {
   border-radius: 4px 4px 0 0;
   text-decoration: none;
   border-bottom: 2px solid black;
   background-image: none;
   color: #000000;
}

.cmc-containers-group {
   display: inline-block;
   width: 100%;
   margin: 5px 0;
}

.cmc-data-container:not(.active) {
   display: none;
}

.cmc-data-container.active {
   display: inline-block;
   width: 100%;
}

.cmc-content .cmc_price_wrap {
   display: flex;
   align-items: center;
}

.cmc-content .cmc_watch_logo_wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 9px;
}

.cmc-content .cmc-buy-sell-style1 {
   margin: 5px 0 5px 0px;
   width: 100%;
}

.cmc_calculator input#cmc_amount:focus {
   box-shadow: none;
}

.cmc_rs_lbl {
   letter-spacing: -1px;
   color: #69758B;
   font-size: 14px;
   font-weight: 500;
}



.equalsto {
   color: #69758B;
   font-size: 14px;
   font-weight: 500;
}

.cmc_cal_rs {
   letter-spacing: -1px;
   color: #69758B;
   font-size: 14px;
   font-weight: 500;
}

.cmc-content .cmc-am4-range .amcharts-range-selector-from-input,
.cmc-content .cmc-am4-range .amcharts-range-selector-to-input {
   padding: 5px;
   border: none;
   font-weight: 500;
   margin-right: 0px;
   color: #69759a;
   background: transparent;
}

.cmc-content .amcharts-range-selector-range-wrapper span {
   margin: 6px 6px;
   color: #69759a;
   margin-right: 0px;
   font-weight: 500;
}

.cmc-content span.amcharts-range-selector-title.amcharts-range-selector-period-title {
   color: #69759a;
   margin-right: 0px;
   font-weight: 500;
}

/* HISTORICAL DATA */

div[id*=cmc_].dataTables_wrapper div.dataTables_paginate a.paginate_button {
   box-sizing: border-box;
   display: table-cell;
   min-width: 90px;
   padding: 4px;
   text-align: center;
   text-decoration: none !important;
   cursor: pointer;
   color: #5c5c5c !important;
   border: none;
   border-radius: 2px;
   box-shadow: none;
   font-size: 14px;
   font-weight: 600;
   height: 48px;
   vertical-align: middle;
}

div[id*=cmc_].dataTables_wrapper div.dataTables_paginate a.paginate_button.disabled {
   cursor: not-allowed;
   color: #ddd !important;
   border: none;
   background: 0 0;
}

div[id*=cmc_].dataTables_wrapper div.dataTables_paginate a.paginate_button:hover {
   color: #000 !important;
   border: none;
   background: none;
}

table#cmc_historical_tbl {
   border-color: rgb(255 255 255) !IMPORTANT;
}

div[id*=cmc_].dataTables_wrapper table.table-bordered.dataTable th {
   background: #fff;
   color: #0D1421;
   border-color: transparent;
   font-size: 13px;
   letter-spacing: 0px;
   padding: 12px 0px;
}

div[id*=cmc_].dataTables_wrapper table.dataTable td {
   font-size: 13px;
   border-right: 0;
   color: #69758B;
   font-weight: 500;
   padding: 11px 0px;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
   border: 1px solid #E3EFFA;
}

div[id*=cmc_].dataTables_wrapper {
   width: 100%;
   margin: 0 auto;
   padding: 0;
   box-shadow: 0 0 2px 0 #ddd;
   position: unset;
   overflow: hidden;

}

.cmc-data-container #cmc_historical_tbl_wrapper .dataTables_length label {
   font-size: 13px;
   font-weight: 500;
   color: #69758B;
}


.cmc-data-container #cmc_historical_tbl_wrapper .dataTables_length select {

   padding: 0px 5px;
   margin: 0px 5px;
}

div[id*=cmc_].dataTables_wrapper div.dataTables_paginate a.paginate_button:hover {
   color: black !important;
}

.currecies-pairs .dataTables_filter label {
   font-weight: 500 !important;
   font-size: 13px !important;
   color: #69758B;
}




/* EXCHANGES */
#cmc-container-exchanges table.table-bordered.dataTable th {
   background: #fff;
   color: #0D1421;
   border-color: transparent;
   font-size: 13px;
   letter-spacing: 0px;
   padding: 12px 0px;
}

#cmc-container-exchanges table.dataTable td,
#cmc-container-exchanges table.dataTable th {
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
   white-space: unset;
   vertical-align: middle;
   box-shadow: none;
   background: unset;
   padding: 11px 7px;
   font-size: 13px !important;
   font-weight: 500 !important;
}

#cmc-container-exchanges .table-striped>tbody>tr:nth-of-type(odd) {
   background-color: #ffffff;
}

#cmc-container-exchanges .table-striped>tbody>tr:nth-of-type(odd) td:nth-of-type(1) {
   background-color: #ffffff;
}

table#celp_coin_exchanges {
   border-color: #fff !Important;
}


input#cmc-tab-search {
   font-family: 'Rubik', sans-serif;
   padding-left: 5px;
   background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z' fill='%237da7cc'/></svg>") no-repeat;
   background-size: 16px 16px;
   background-position: 29px center;
   text-align: center;
   padding-right: 0;
   box-sizing: border-box;
   height: 30px;
   width: 200px;
   background-color: white;
   border: 2px solid #00367C !important;
   border-radius: 5px;
   margin-bottom: 0;
   font-size: 16px;
   color: #000;
}

input {
   background-color: transparent !important;
}

.cmc-tab-search-item input {
   background-color: transparent !important;
}



@media screen and (max-width: 640px) {

   .cmc-content {
      flex-wrap: wrap;
   }

   .cmc-content div#cmc-single-style1 {
      width: 100%;
   }

   .cmc-content .cmc-right-content,
   .cmc-content .cmc-left-content {
      width: 100%;
      padding: 10px 0px;
   }

   .cmc-content .cmc-left-content {
      order: 2;
      border-right: 0;
   }

   .cmc-content .cmc-right-content {
      order: 1;
      padding: 0;
      margin-top: 12px;
   }


}

@media screen and (max-width: 900px) {
   .crypto-graphs-container{
        width: 100%;
    }
    .page-container {
        width: 100%;
    }

    .quick-view-container {
        width: 100%;
    }

    .header-crypto-technical-analysis {
        width: 100%;
    }

    #trading-analysis {
        width: 100%;
    }

    #trading-analysis-container {
        align-items: center;
    }

    input#cmc-tab-search {
        width: 160px;
        padding: 0 !important;
        background-position: 20px center;
    }

    .cmc-containers-group {
        width: 100% !important;
    }
   
    .cmc-tab-search-item {
        position: relative !important;
    }
}
/* 
@media screen and (max-width: 500px) {
   .cmc-tab-search-item {
      top: 126px;
   }
} */
