.price-block.style-3 .ccpw-row:hover {
    font-weight: 700;
}

.price-block.style-3 .ccpw-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #59a9e5;
    padding: .4em 0
}

.price-block.style-3 .ccpw-row:not(:last-child) {
    border-bottom: 1px dashed #59a9e5;
}

.price-block.style-3 .ccpw-coin-accordion-dropdown {
    padding: 0 8px;
}

.price-block.style-3.accordion-style .ccpw-coin-24h-change {
    position: relative;
    top: 0;
    margin-right: 10px;
}

.ccpw-main-accordion.price-minus .live-pricing .live_p,
.ccpw-main-accordion.price-minus .live_price {
    background-color: #f98989;
    border-radius: 4px;
    color: #fff !important
}

.ccpw-main-accordion.price-plus .live-pricing .live_p,
.ccpw-main-accordion.price-plus .live_price {
    background-color: #89f99d;
    border-radius: 4px;
    color: #fff !important
}

.ccpw-chart-container {
    height: 100%;
    width: 100%;
}

.ccpw-main-accordion .ccpw-chart-container {
    margin: 0px -5px -5px -5px;
}

.ccpw-status-up {
    color: #90ee90
}

.ccpw-status-down {
    color: #f99
}

.ccpw-container.price-block.style-1 {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.ccpw-main-accordion {
    cursor: pointer;
    padding: 10px 8px 8px 5px;
    max-width: 100%;
    width: auto;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s
}

.accordion-style .ccpw-main-accordion {
    padding: 0;
    margin: 10px 0;
    border-radius: 4px;
    overflow: hidden;
}

.ccpw-coin-accordion-upper {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.accordion-style .ccpw-coin-accordion-upper {
    padding: 8px;
}

.ccpw-coin-accordion-upper img {
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.ccpw-coin-accordion-upper span.ccpw-coin-name {
    font-weight: 700;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    display: inline-block
}

.ccpw-coin-accordion-upper .ccpw-rightside {
    float: right
}

.ccpw-coin-accordion-dropdown {
    display: hidden;
    position: relative;
    padding-top: 0px;
}

.ccpw-coin-accordion-upper span.ccpw-coin-price {
    display: hidden;
    font-size: 15px;
    vertical-align: middle
}

.ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-left {
    font-size: 32px;
    font-weight: 700;
    margin-top: 5px;
    display: inline-block;
    height: 55px;
    width: 65%;
    vertical-align: top
}

.accordion-style .ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-left,
.accordion-style .ccpw-ac-coin-24h-change {
    margin-left: 8px;
}

.ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-right {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    height: 55px;
    text-align: right;
    width: 35%;
    margin-top: 10px;
    vertical-align: top;
    float: right;
}

.ccpw-coin-accordion-dropdown .ccpw-block-chart {
    height: 160px;
    width: calc(100% + 12px);
    display: inline-block;
    clear: both;
    margin-left: -5px
}

.accordion-style .ccpw-coin-accordion-dropdown .ccpw-block-chart {
    width: 100%;
    margin-left: 0px;
    margin-bottom: -10px;
}

.ccpw-main-accordion .ccpw-coin-24h-change,
span.chart24h {
    position: absolute;
    bottom: 10px;
    display: table-cell;
    padding: 2px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 1.5em
}

span.chart24h {
    right: 0;
    background: #666;
    font-size: 9.5px;
    color: #f1f1f1
}

.accordion-style.style-1 span.chart24h {
    right: 8px;
}

.accordion-style.style-2 span.chart24h {
    left: 8px;
    right: auto;
}

.ccpw-main-accordion .ccpw-coin-24h-change {
    left: 0;
    font-size: 13px;
    color: #000
}

.ccpw-main-accordion .ccpw-coin-24h-change svg,
.ccpw-main-accordion .ccpw-coin-accordion-dropdown .ccpw-changes svg {
    vertical-align: middle;
}

.accordion-style .ccpw-main-accordion .ccpw-coin-24h-change {
    top: 4px;
    left: 8px;
    position: relative;
}

.accordion-style .ccpw-main-accordion .ccpw-coin-24h-change.ccpw-status-up {
    background: #d5ffd5;
    color: #1f6c1e;
}

.accordion-style .ccpw-main-accordion .ccpw-coin-24h-change.ccpw-status-down {
    background: #ffdcdc;
    color: #8f0b05;
}

.widget .ccpw-main-accordion {
    font-size: 13px
}

.widget .ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-left {
    font-size: 26px;
    width: 55%;
    height: 42px
}

.widget .ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-right {
    font-size: 14px;
    width: 45%;
    height: 42px
}

.widget .ccpw-coin-accordion-upper span.ccpw-coin-name,
.widget .ccpw-coin-accordion-upper span.ccpw-coin-price {
    font-size: 13px;
    padding: 0 2px
}

.ccpw-container.price-block.style-2,
.ccpw-container.price-block.style-3,
.ccpw-container.price-block.style-4 {
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.blocktop-area {
    box-sizing: border-box;
    margin-bottom: 15px;
}

.blocktop-area .ccpw-block {
    margin: 8px 0;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 115px
}

.blocktop-area .ccpw-block:not(.style-5) .ccpw-block-body {
    padding: 0;
    box-shadow: 1px 1px 3px -1px #252525;
    overflow: hidden;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%
}

.ccpw-coin-intro {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    padding: 8px;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
}

.ccpw-coin-intro .ccpw-coin-logo img {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    display: inline-block
}

.ccpw-coin-intro .ccpw-coin-name {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    display: inline-block
}

.ccpw-coin-intro .ccpw-coin-symbol {
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    margin-left: 2px
}

.ccpw-coin-intro .ccpw-coin-price {
    width: 100%;
    text-align: right;
    font-size: 22px
}

.ccpw-coin-rank {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 13px;
    font-weight: 400
}

.ccpw-block-body .ccpw-coin-info {
    padding: 0 8px;
    /* display: inline-block; */
    display: inline-flex;
    width: 100%;
    z-index: 9999 !important;
    box-sizing: border-box;
}

.ccpw-block.style-2 .ccpw-block-body .ccpw-coin-info {
    justify-content: space-between;
}

.ccpw-block-body .ccpw-coin-info span.ccpw-coin-price {
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block
}

.ccpw-block-body .ccpw-coin-info span.ccpw-coin-24h-change {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px
}

.ccpw-block-body .ccpw-coin-info span.ccpw-coin-24h-volume {
    float: right;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    text-align: right;
    line-height: 16px;
    padding: 3px 0;
}

.ccpw-block-body .ccpw-coin-info span.ccpw-coin-24h-volume span {
    font-size: 10px;
    font-weight: 700
}

.price-block.style-2 .ccpw-chart-container,
.price-block.style-3 .ccpw-chart-container,
.price-block.style-4 .ccpw-chart-container {
    /* height: 140px; */
    width: 100%;
    display: block;
    opacity: 1;
    text-align: center;
}

.price-block.style-2 span.no-graphical-data,
.price-block.style-3 span.no-graphical-data,
.price-block.style-4 span.no-graphical-data {
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 12px
}

.price-block.style-2 span.chart24h {
    bottom: 4px;
    left: 4px;
    right: inherit;
    background: rgba(62, 62, 62, .45);
    color: #fff;
    padding: 3px;
}

.price-block.style-3 .ccpw-chart-container {
    margin-top: -30px
}

.price-block.style-3 .ccpw-coin-24h-change {
    position: absolute;
    bottom: 3px;
    left: 3px;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block
}

.price-block span.ccpw-coin-24h-change svg {
    vertical-align: middle;
}

.price-block.style-3 .ccpw-status-up {
    color: #006400
}

.price-block.style-3 .ccpw-status-down {
    color: red
}

.price-block.style-3 .ccpw-coin-24h-change span {
    background: rgba(34, 34, 34, .44);
    padding: 4px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    /* display: inline-block; */
    margin-left: 5px;
    vertical-align: middle
}

.price-block.style-1 .ccpw-coin-24h-change .hr24-text {
    background: rgba(34, 34, 34, .44);
    padding: 2px;
    border-radius: 4px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: middle
}

.price-block.style-4 .ccpw-chart-container {
    position: relative;
    z-index: 98;
    margin-top: -18px
}

.price-block.style-4 span.ccpw-coin-logo {
    position: absolute;
    width: 32px;
    height: 32px;
    bottom: 4px;
    right: 20px;
    z-index: 99
}

.price-block.style-4 span.ccpw-coin-logo img {
    width: 100% !important;
    height: 100% !important
}

.price-block.style-4 .ccpw-coin-info span.ccpw-coin-24h-volume {
    position: absolute;
    top: 8px;
    right: 20px
}

.ccpw-container.price-block.style-4 .ccpw-coin-info {
    align-items: center;
    margin-top: 5px;
}

.price-block .ccpw-coin-24h-change {
    z-index: 99;
}

.ccpw-container.price-block.style-5 {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center
}

.price-block.style-5 .blocktop-area {
    padding: 25px 0;
    display: block;
    width: 100%
}

.ccpw-coin-price-banner {
    display: inline-block;
    width: 100%;
    font-size: 82px;
    font-weight: 700;
    font-family: inherit;
    vertical-align: middle;
    text-align: center;
    padding: 20px 0;
    line-height: 1em
}

table.ccpw-priceChange-table,
table.ccpw-priceChange-table td,
table.ccpw-priceChange-table th,
table.ccpw-priceChange-table tr {
    background-color: transparent !important;
    border: 0;
    text-align: center;
    width: auto;
    margin: 0 auto;
    vertical-align: bottom
}

table.ccpw-priceChange-table td {
    padding: 10px
}

.price-block.style-5 .ccpw_icon {
    width: 52px;
    height: 52px;
    display: inline-block;
    vertical-align: middle
}

.price-block.style-5 .ccpw_icon img {
    width: 100% !Important;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.price-block.style-5 .ccpw-dynamic-coin-symbol {
    font-size: .85em;
    font-weight: lighter
}

.price-block.style-5 span.ccpw-coin-name {
    font-size: 32px;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px
}

.price-block.style-5 span.ccpw-coin-symbol {
    vertical-align: middle;
    font-size: 18px;
    margin-left: 5px
}

.price-block.style-5 span.ccpw-coin-24h-change {
    font-size: 16px;
    display: inline-block
}

.price-block.style-5 .ccpw-coin-24h-change span {
    font-size: 12px;
    background: rgba(56, 56, 56, .35);
    padding: 2px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 1.5em
}

.ccpw-currency-switcher {
    display: inline-block;
    margin: 5px;
    border-radius: 8px;
    overflow: hidden
}

span.ccpw-currencybtn {
    display: table-cell;
    height: 100%;
    padding: 8px;
    cursor: pointer
}

span.ccpw-currencybtn:nth-of-type(1) {
    border-radius: 15px 0 0 15px
}

span.ccpw-currencybtn:nth-of-type(3) {
    border-radius: 0 15px 15px 0
}

span.ccpw-currencybtn:nth-of-type(2) {
    border-left: 1px solid;
    border-right: 1px solid
}

span.ccpw-currencybtn.active {
    background: rgba(34, 34, 34, .16)
}

.widget .ccpw-coin-price-banner {
    font-size: 36px
}

.widget .price-block.style-5 span.ccpw-coin-name {
    font-size: 20px
}

.widget table.ccpw-priceChange-table td {
    padding: 4px
}

.ccpw-coin-details-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 20px;
    flex-wrap: wrap;
}

@media only screen and (max-width:500px) {
    .ccpw-main-accordion {
        font-size: 13px
    }
    .ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-left {
        font-size: 26px;
        width: 55%;
        height: 42px
    }
    .ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-right {
        font-size: 14px;
        width: 45%;
        height: 42px
    }
    .ccpw-coin-accordion-upper span.ccpw-coin-name,
    .ccpw-coin-accordion-upper span.ccpw-coin-price {
        font-size: 13px;
        padding: 0 2px
    }
    .ccpw-block-body .ccpw-coin-info span.ccpw-coin-price {
        font-size: 16px
    }
    .ccpw-coin-price-banner {
        font-size: 36px
    }
    .price-block.style-5 span.ccpw-coin-name {
        font-size: 20px
    }
    table.ccpw-priceChange-table td {
        padding: 4px
    }
}


/* 
.ccpw-coin-price.active{
    display:none;
}
.ccpw-accordian.active .ccpw-coin-accordion-dropdown {
    display: block !important;
    animation: accordion 0.5s ease-in;
    animation-fill-mode: forwards;
} */

.ccpw-main-accordion {
    cursor: pointer;
}

.ccpw-main-accordion .ccpw-rightside span.acc-icon svg {
    vertical-align: middle;
}

.ccpw-coin-accordion-dropdown {
    /* display: block !important;
    height: 0px; 
     overflow: hidden; 
     visibility: hidden;*/
    transition: all .5s ease-in-out;
}

.ccpw-accordian.active .ccpw-coin-accordion-dropdown {
    /* height: block !important;
    animation: accordion 0.5s ease-in;
    animation-fill-mode: forwards; */
    visibility: visible;
    height: 250px;
}

.ccpw-accordian.active .ccpw-coin-price {
    display: none;
}


/* 
@keyframes accordion {
    0% {
        height: 0px;
    }
    25% {
        height: 75px;
    }
    50% {
        height: 125px;
    }
    75% {
        height: 175px;
    }
    100% {
        height:calc(225px + 1rem);
    } */

.ccpw-coin-info>span.ccpw-coin-price span.price-plus {
    animation-name: liveup;
    animation-duration: 1s;
}

.ccpw-coin-info>span.ccpw-coin-price span.price-minus {
    animation-name: livedown;
    animation-duration: 1s;
}

span.ccpw-coin-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);
    }
}

.ccpw-coin-price-widget-right-side {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    align-items: end;
}

.ccpw-coin-price-widget-right-side [class^="price-"] {
    font-size: 32px;
    font-weight: bold;
    ;
}

.ccpw-coin-price-widget-left>span.price-plus,
.ccpw-coin-price-widget-right-side>span.price-plus {
    animation-name: liveup;
    animation-duration: 1s;
}

.ccpw-coin-price-widget-left>span.price-minus,
.ccpw-coin-price-widget-right-side>span.price-minus {
    animation-name: livedown;
    animation-duration: 1s;
}

.ccpw-coin-price-widget-left [class^="price-"],
.ccpw-coin-price-widget-right-side [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);
    }
}

.ccpw-rightside>span.ccpw-coin-price span.price-plus,
.coin-container span.ccpw-coin-price span.price-plus {
    animation-name: liveup;
    animation-duration: 1s;
}

.ccpw-rightside>span.ccpw-coin-price span.price-minus,
.coin-container span.ccpw-coin-price span.price-minus {
    animation-name: livedown;
    animation-duration: 1s;
}

span.ccpw-coin-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);
    }
}

.ccpw-container .ccpw-changes.up {
    background-color: #90EE90;
    color: black !important;
    margin: 5px;
    padding: 5px;
    opacity: 0.7;
    border-radius: 5px;
}

.ccpw-container .ccpw-changes.down {
    background-color: #f32323;
    color: black !important;
    margin: 5px;
    padding: 5px;
    opacity: 0.7;
    border-radius: 5px;
}

#ccpw-price-block:not(.style-1) .apexcharts-series-markers {
    display: none;
}

.ccpw-row>span.ccpw-value span.price-plus {
    animation-name: liveup;
    animation-duration: 1s;
}

.ccpw-row>span.ccpw-value span.price-minus {
    animation-name: livedown;
    animation-duration: 1s;
}

span.ccpw-value [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);
    }
}


/*
Odometer css
*/

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

.ccpw-block.style-3 .ccpw-coin-intro .ccpw-coin-name {
    display: inline-block;
}

.ccpw-block.style-3 .ccpw-coin-intro .ccpw-coin-price {
    width: auto;
    float: right;
}

.ccpw-block.style-3 .ccpw-coin-intro {
    display: block;
}

.ccpw-coin-accordion-dropdown {
    visibility: hidden;
    height: 0px;
    padding-top: 0px;
    overflow: hidden;
    /* animation-name: accordion;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out; */
}

.ccpw-coin-accordion-dropdown.active {
    visibility: visible;
    height: 235px;
    padding-top: 0px;
}
.both_coinmarketcap.style-1 .ccpw-coin-accordion-dropdown.active,
.both_coinmarketcap.style-2 .ccpw-coin-accordion-dropdown.active,
.coinmarketcap.style-1 .ccpw-coin-accordion-dropdown.active,
.coinmarketcap.style-2 .ccpw-coin-accordion-dropdown.active {   
    height: 430px; 
}


/* @keyframes accordion {
  0% {
    height: 0px;
  }
  100% {
    height: 250px;
   
  }
} */


/* .ccpw-coin-accordion-dropdown {
    padding: 0px;
} */


/* .ccpw-coin-accordion-dropdown .ccpw-coin-price-widget-left {
    margin-top: 0px;
} */


/* .ccpw-coin-accordion-dropdown.active {
    height: 235px;
} */
.ccpw-container img.cmc_svg_images {
    width: inherit;
}

.ccpw-container.price-block.style-2 .ccpw-block,
.ccpw-container.price-block.style-2 .ccpw-block-body,
.ccpw-container.price-block.style-3 .ccpw-block,
.ccpw-container.price-block.style-3 .ccpw-block-body,
.ccpw-container.price-block.style-4 .ccpw-block,
.ccpw-container.price-block.style-4 .ccpw-block-body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ccpw-container.price-block.style-2:not(.accordion-style),
.ccpw-container.price-block.style-3:not(.accordion-style),
.ccpw-container.price-block.style-4:not(.accordion-style) {
    display: flex;
    flex-wrap: wrap;
}

.ccpw-container.price-block.style-2 .col-md-2 .ccpw-coin-intro {
    flex-wrap: wrap;
}

.price-block.style-2 .ccpw-chart-container,
.price-block.style-3 .ccpw-chart-container,
.price-block.style-4 .ccpw-chart-container {
    margin: auto 0 0 0;
    height: 140px;
}

.ccpw-container.price-block.style-2 .ccpw-coin-info {
    align-items: end;
}

.coin-container.ccpw-block.style-3 .ccpw-block-body .ccpw-coin-info span.ccpw-coin-24h-volume {
    text-align: left;
}

.coin-container.ccpw-block.style-2 .ccpw-block-body .ccpw-coin-info span.ccpw-coin-24h-volume {
    margin-left: auto;
}

@media screen and (min-width:769px) {
    .ccpw-container.price-block.style-2 .col-md-2 .ccpw-coin-24h-volume,
    .ccpw-container.price-block.style-3 .col-md-2 .ccpw-coin-24h-volume {
        text-align: left;
    }
    .ccpw-container.price-block.style-2 .col-md-2 .ccpw-coin-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .ccpw-container.price-block.style-4 .col-md-2 .ccpw-coin-intro {
        flex-wrap: wrap;
        width: 100px;
    }
    .ccpw-container.price-block.style-3 .col-md-2 .ccpw-coin-intro .ccpw-coin-price {
        width: 100%;
        text-align: left;
        display: block;
    }
    .price-block.style-4 .col-md-2 .ccpw-coin-info span.ccpw-coin-24h-volume {
        right: 8px;
    }
}

@media screen and (max-width:768px) {
    .both_coinmarketcap.style-1 .ccpw-coin-accordion-dropdown.active,
.both_coinmarketcap.style-2 .ccpw-coin-accordion-dropdown.active,
.coinmarketcap.style-1 .ccpw-coin-accordion-dropdown.active,
.coinmarketcap.style-2 .ccpw-coin-accordion-dropdown.active {   
    height: 200px; 
}
    .ccpw-container.price-block.style-2,
    .ccpw-container.price-block.style-3 {
        flex-direction: column;
        flex-wrap: nowrap!important;
    }
}