.yektanet__settings__field__title{
    margin-top: 25px;
}

.yektanet__setting__submit__btn{
    margin-top: 25px !important;
}

.yektanet__settings__field__input {
    width: 260px !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.yektanet__setting__main__div{
    display: table-caption;
}

.yektanet__setting__error__text{
    color: red;
}

.yektanet__setting__success__text{
    color: #038d03;
}


.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.yektanet__change__timeframe__button{
    border: 2px solid #f34f4f;
    padding: 8px 15px;
    border-radius: 13px;
    margin-left: 15px;
    transition: background .5s, box-shadow .5s;
    cursor: pointer;
}


.yektanet__active__chart__button, .yektanet__change__timeframe__button:hover{
    background: #f34f4f;
    border: 2px solid #f34f4f;
    color: white;
    box-shadow: 2px 2px 19px 4px rgba(243,79,79,0.48);
    cursor: pointer;
}

.yektanet__chart__timeframes__buttons{
    margin-top: 25px;
    margin-bottom: 25px;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}


@media screen and (max-width: 600px) {
    .yektanet__chart__timeframes__buttons{
        display: flex;
        justify-content: center;
    }

    .yektanet__change__timeframe__button {
        margin-bottom: 13px;
        text-align: center;
        width: 50%;
    }
}

@media screen and (max-width: 370px) {
    .yektanet__chart__timeframes__buttons{
        display: grid;
        justify-content: center;
    }

    .yektanet__change__timeframe__button {
        margin-bottom: 13px;
        text-align: center;
        width: 50%;
    }
}