.ccpw-ticker-cont,
.tickercontainer {
  overflow: hidden;
  vertical-align: middle;
}

.ccpw-ticker-cont {
  width: 100%;
  cursor: pointer;
  z-index: 19999999;
  border: 0;
  position: relative;
}

.ccpw-footer-ticker-fixedbar,
.ccpw-header-ticker-fixedbar {
  position: fixed;
  width: 100%;
  /* background: #fff; */
  font-family: inherit;
}

.ccpw-header-ticker-fixedbar {
  top: 0;
  bottom: inherit !important;
}

.ccpw-footer-ticker-fixedbar {
  bottom: 0 !important;
  top: inherit !important;
}

.tickercontainer {
  height: auto;
  width: 100%;
}

.tickercontainer ul {
  display: inline-block;
  padding: 0;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  vertical-align: middle;
}
.tickercontainer .ccpw-ticker-wrap {   
    display: flex;
    align-items: center;
}
.tickercontainer div.child,.tickercontainer div.rfm-child {
  padding: 6px 14px;
}
.tickercontainer a.cmc_links{
text-decoration: none;
}

.tickercontainer .ccpw_icon {
  display: inline-block;
  vertical-align: top;
}

.tickercontainer .ccpw_icon img {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px !important;
}

.tickercontainer .ticker-name {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-left: 8px;
}

.tickercontainer .ticker-symbol {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-left: 4px;
}
.tickercontainer span.ccpw-changes svg {
    vertical-align: middle;
    font-size: 20px;
}

.tickercontainer .live-pricing,
.tickercontainer .ticker-price {
  font-size: 16px;
  margin-left: 8px;
  display: inline-block;
  font-weight: 700;
}

.tickercontainer span.ccpw-changes {
  font-size: 15px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}
/* .tickercontainer span.live_p {
    display: inline-block;
    width: 80px;
} */
.style-3_chart .tickercontainer span.live_p,
.style-4_big .tickercontainer span.live_p{
  text-align: right;
}
.tickercontainer span.ticker-price span.price-plus {
    animation-name: liveup;
    animation-duration: 1s;
}

.tickercontainer span.ticker-price span.price-minus {
    animation-name: livedown;
    animation-duration: 1s;
}

span.ticker-price [class^="price-"] {
    padding: 3px 3px;
    border-radius: 5px;
}

@keyframes liveup {
    0% {
        background: rgba(0, 255, 0, 0.3);
    }
    50% {
        background: rgba(0, 255, 0, 0.6);
    }
    100% {
        background: rgba(0, 255, 0, 0.3);
    }
}

@keyframes livedown {
    0% {
        background: rgba(255, 0, 0, 0.3);
    }
    50% {
        background: rgba(255, 0, 0, 0.6);
    }
    100% {
        background: rgba(255, 0, 0, 0.3);
    }
}
.tickercontainer li.price-minus .live-pricing .live_p {
  background-color: #f98989;
  border-radius: 4px;
  color: #fff !important;
}

.tickercontainer li.price-plus .live-pricing .live_p {
  background-color: #89f99d;
  border-radius: 4px;
  color: #fff !important;
}

.live-pricing span.live_p {
  margin-right: 3px;
  display: inline-block;
}

.live-pricing span.live_c,
.live-pricing span.live_c .changes {
  display: inline-block;
}

.ccpw-ticker-cont .live-pricing span {
  font-size: 15px;
  margin-left: 2px;
  display: inline-block;
}

.ccpw-ticker-cont .live-pricing .live_t,
.ccpw_tooltip_templates {
  display: none;
}

.ToolTipPortal .ccpwp-tooltip {
  line-height: 1;
  text-align: center;
}
.ToolTipPortal .ccpwp-tooltip span.ccpw-changes svg{
  vertical-align: middle;
}
.tooltip-title {
  margin: 7px 0;
  font-size: 20px;
}

.ToolTipPortal .changes {
  font-size: 14px;
  font-weight: 700;
}

.tooltip-list-vol,
.tooltip-market_cap {
  margin: 8px 0;
  font-size: 14px;
}

.tooltipster-sidetip .tooltipster-box span.ccpw-changes {
  font-size: 14px !important;
}

.ccpw-news-ticker .tickercontainer,
.style-1-2 .tickercontainer {
  max-height: 50px;
}

/* .style-3_chart .tickercontainer,
.style-4_big .tickercontainer {
  height: 100px;
  max-height: 110px !important;
} */

.style-5_big .tickercontainer {
  height: 85px;
  max-height: 95px !important;
}

.style-3_chart .ccpw-chart-container {
  width: 115px;
  height: 45px;
  margin: 2px 2px 2px 10px;
  display: inline-block;
}

.style-3_chart .chartjs-size-monitor {
  width: 100%;
  height: 100%;
}

.style-4_big .ccpw_right .ccpw_stlye4_name_wrap,
.style-4_big .ccpw_right .ccpw_stlye4_name_wrap .cmc_links {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.style-4_big .ccpw_right .ccpw_style4_price_wrap
{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.style-4_big .ccpw_right .ccpw_stlye4_name_wrap {
  margin-right: 10px;
}
.style-4_big .ccpw_right,
.style-4_big .ccpw_left,
.style-5_big .tickercontainer .coin-container {
  display: inline-flex;
}

.style-5_big .ccpw_styl5_chart_wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  margin-left: 10px;
}
.style-5_big .ccpw_right {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.style-5_big .ccpw-chart-container {
  width: 120px;
  height: 30px;
  margin: 2px 2px 2px 10px;
  display: inline-block;
  clear: both;
  vertical-align: top;
}

.style-5_big .chartjs-size-monitor {
  width: 100%;
  height: 100%;
}

.style-5_big .ccpw_left,
.style-5_big .ccpw_right {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.style-3_chart .ccpw_right,
.style-3_chart .ccpw_left {
  display: inline-flex;
}

.style-3_chart .ccpw_right .ccpw_stlye3_name_wrap
 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.style-3_chart .ccpw_right .ccpw_style3_price_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.style-3_chart .ccpw_icon_style_3 {
  vertical-align: inherit;
}

.style-3_chart .ccpw_right,
.style-5_big .ccpw_right {
  margin-right: 5px;
  text-align: left !important;
}

.style-3_chart span.ccpw-changes:after,
.style-3_chart span.live_t,
.style-5_big span.ccpw-changes:after,
.style-5_big span.live_t {
  display: none !important;
}

.style-5_big .coin-container {
  padding: 2px 2px 2px;
  display: inline-block;
}
.style-3_chart .coin-container {
  padding: 2px;
  display: inline-block;
}

.style-5_big .coin-container:after {
  width: 2px;
  content: " ";
  border-right: 1px solid;
  display: inline-block;
  margin-left: 22px;
}

/* .style-3_chart .coin-container:after {
    height: 75px;
}
 */
.style-5_big .coin-container:after {
  height: 60px;
}

.style-3_chart span.ccpw-coin-chart,
.style-5_big span.ccpw-coin-chart {
  display: inline-block;
  margin-left: 10px;
  height: 40px;
}

.style-3_chart span.ccpw-coin-chart img,
.style-5_big span.ccpw-coin-chart img {
  filter: saturate(5);
  height: 100%;
  width: auto;
  margin-top: 5px;
}

.style-3_chart .coin-container:hover span.ccpw-coin-chart img,
.style-5_big .coin-container:hover span.ccpw-coin-chart img {
  filter: invert(90%);
}

.style-3_chart .live-pricing span,
.style-5_big .live-pricing span {
  font-weight: 700;
  font-size: 16px;
}

.style-4_big .tickercontainer {
  height: 75px;
  max-height: 85px !important;
}

.style-4_big .ccpw_left,
.style-4_big .ccpw_right {
  vertical-align: top;
}

.style-4_big .ccpw_right {
  margin: 0 5px;
  line-height: 24px;
}

.style-4_big span.ccpw-changes:after {
  display: none !important;
}

.style-4_big .coin-container {
  padding: 7px 2px 4px;
  display: inline-block;
}

.style-4_big .coin-container:after {
  height: 48px;
  width: 2px;
  content: " ";
  border-right: 1px solid;
  display: inline-block;  
  margin-left: 2px;
}

.style-4_big .live-pricing,
.style-4_big span.ticker-name {
  margin-left: 0;
}

.style-4_big .live-pricing span.live_p,
.style-4_big .ticker-price {
  font-weight: 700;
  font-size: 16px;
  margin-left: 0;
}

.style-4_big .live-pricing span.live_c {
  font-weight: 400;
  font-size: 13px;
}

.style-3_chart .ccpw_icon_style_3 img,
.style-4_big .ccpw_icon_style_4 img {
  width: 52px !important;
  height: auto;
}

.style-5_big .ccpw_icon_style_5 img {
  width: 62px !important;
  height: auto;
  vertical-align: middle;
}

/* .tickercontainer {
  margin-bottom: 25px !important;
} */
/* .ccpw-ticker-wrap .ccpw_icon {
    width: 26px;
    height: auto;
}

.ccpw-ticker-wrap span.ticker-name,
.ccpw-ticker-wrap span.ticker-price {
    padding: 2px;
}

.ccpw-ticker-wrap {
  align-items: center;
    display: flex;    
    margin: 5px 0 5px 0;
} */

