/* Highcharts overrides aligned with Leanmote neutral palette */

.highcharts-a11y-proxy-element,
.highcharts-a11y-proxy-element.highcharts-no-tooltip,
.highcharts-a11y-proxy-container .highcharts-a11y-proxy-element {
    background-color: #ffffff !important;
    border: 1px solid #d8dee9 !important;
    color: #5e6278 !important;
}

.highcharts-button-box {
    fill: #ffffff !important;
    stroke: transparent !important;
    stroke-width: 0 !important;
}

.highcharts-contextbutton .highcharts-button-symbol {
    stroke: #5e6278 !important;
    fill: #5e6278 !important;
}

.highcharts-yaxis-grid .highcharts-grid-line {
    stroke: #d8dee9 !important;
}

/* Toastr overrides loaded after plugins.bundle.css */
body #toastr-container > .toastr-info {
    position: relative !important;
    padding: 15px 15px 15px 58px !important;
    background-color: #1b84ff !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    border: none !important;
    box-shadow: 0 12px 28px rgba(65, 159, 255, 0.28) !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

body #toastr-container > .toastr-info:hover {
    box-shadow: 0 14px 32px rgba(65, 159, 255, 0.34) !important;
}

body #toastr-container > .toastr-info::before {
    content: "\f017";
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
}

body #toastr-container > .toastr-info .toast-title,
body #toastr-container > .toastr-info .toast-message {
    color: #ffffff !important;
}

body #toastr-container > .toastr-info .toast-progress {
    background: rgba(255, 255, 255, 0.35) !important;
}
