

/* Start:/local/components/bits/difficulty.cryptocurrency/templates/.default/style.css?16520921823322*/
h1{
    font-size: 33px !important;
    text-align: center;
}
h2{
    text-align: center;
}

.difficulty-cryptocurrency__container{
    text-align: right;
}

.difficulty-cryptocurrency__canvas-graph{
    width: 100%;
}

.difficulty-cryptocurrency__container-list-cryptocurrency{
    margin-bottom: 15px;
}
.difficulty-cryptocurrency__list-cryptocurrency{
    border-radius: 3px;
}

.rucodencode-component-difficulty-btc-table{
    width: 100%;
    margin-top: 30px;
    overflow-x: scroll;
    min-width: 325px;
}

.rucodencode-component-difficulty-btc-table tr>*{
    padding: 5px;
}

.rucodencode-component-difficulty-btc-table tr th{
    border-bottom: 1px solid #ddd;
}

.rucodencode-component-difficulty-btc h3{
    margin-bottom: 45px;
}

.rucodencode-component-difficulty-btc-date-rang{
    margin-top: 20px;
    text-align: center;
}

[for="fromDateGraphDifficultyBtc"],
[for="toDateGraphDifficultyBtc"],
#buttonRefreshGraphdifficultyBtc{
    margin-top: 7px;
}

.rucodencode-component-difficulty-btc-graph canvas{
    height: 350px;
}

.rucodencode-component-difficulty-btc-growth_minus{
    color: red;
}

.rucodencode-component-difficulty-btc-growth_minus:before{
    content: "-";
}

.rucodencode-component-difficulty-btc-growth_plus{
    color: green;
}

.rucodencode-component-difficulty-btc-growth_plus:before{
    content: "+";
}


@media (max-width: 720px) {
    .rucodencode-component-difficulty-btc-table thead {
        display: none;
    }
    .rucodencode-component-difficulty-btc-table tr {
        display: block;
    }

    .rucodencode-component-difficulty-btc-table td {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    .rucodencode-component-difficulty-btc-table td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 20px;
    }

    .rucodencode-component-difficulty-btc-table tr{
        border-top: 1px solid #ddd;
    }

    .difficulty-cryptocurrency__button-update-graph{
        display: inline-block;
        margin-top: 15px;
    }
}

.difficulty-cryptocurrency__container-button-show-more{
    margin-top: 25px;
    text-align: center;
}

.difficulty-cryptocurrency__button-show-more{
    background: #f99d1c;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding: 18px;
    outline: none;
}

.difficulty-cryptocurrency__button-show-more:hover{
    background: #fff;
    color: #5a778a;
}

.difficulty-cryptocurrency__current-growth_minus{
    color: red;
}

.difficulty-cryptocurrency__current-growth_minus:before{
    content: "-";
}

.difficulty-cryptocurrency__current-growth_plus{
    color: green;
}

.difficulty-cryptocurrency__current-growth_plus:before{
    content: "+";
}

.difficulty-cryptocurrency__current-difficulty{
    text-align: center !important;
    font-size: 27px;
}
.difficulty-cryptocurrency__table-item-timestamp-block{
    text-align: left;
}

.difficulty-cryptocurrency__table-item-difficulty{
    text-align: left;
}

@media (min-width: 1630px){
    .difficulty-cryptocurrency__container h1{
        font-size: 34px !important;
    }
}

.difficulty-cryptocurrency__table-label-item-timestamp-block{
    text-align: center;
}

/* End */
/* /local/components/bits/difficulty.cryptocurrency/templates/.default/style.css?16520921823322 */
