﻿.succesButton {
    background: #22a722 !important;
    border-color: #129212 !important;
    color: white;
}

#general-controls .succesButton svg rect {
    fill: #22a722 !important;
}

    #general-controls .succesButton svg rect.fill {
        fill: white !important;
    }

.chart-container {
    border-color: #007bff !important;
}

    .chart-container .chart-header {
        color: #656c7e;
    }

.placeholder {
    background: none;
    opacity: 1;
}

.next-button,
.previous-button {
    box-sizing: border-box;
    border: 1px solid #0F7AEF;
    border-radius: 22.5px;
    color: #0F7AEF;
    font-size: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

    .next-button:disabled,
    .previous-button:disabled {
        cursor: not-allowed;
        border-color: dimgrey;
        color: dimgrey;
    }