.c-graph1__canvas {
    display: block; box-sizing: border-box; height: 24px; width: 172.5px;
}

.important-text-color {
    color: #1f2328 !important;
}

.it_midCoin_r {
    position: relative;
}

.max-button {
    position: absolute;
    right: 10px; /* inputの右端からの距離を調整 */
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #DDD !important; /* 必要に応じてボタンのスタイルを調整 */
    border: none;
    color: #1F2328 !important;
    padding: 5px 10px;
    cursor: pointer;
}

.hirag {
    font-size: 10px !important;
}

.bg-grad{
    background: -webkit-gradient(linear, left top, right top, from(#f0ebd8), to(#ded4ab));
    background: -webkit-linear-gradient(left, #f0ebd8 0%, #ded4ab 100%);
    background: -moz- oldlinear-gradient(left, #f0ebd8 0%, #ded4ab 100%);
    background: linear-gradient(90deg, #f0ebd8 0%, #ded4ab 100%);
}


.df_l_02_02{
    color: #1f2328 !important;
}

.green {
    color: #2EBD96 !important;
}

.red {
    color: #d86d6a !important;
}