.forecast-wrapper.table-container table tr:first-child {
    background: var(--llbackground);
    color: #fff;
}

.forecast-wrapper table td:nth-child(3), .forecast-wrapper table th:nth-child(3) {
    width: 30%;
    text-align: center;
}

.forecast-wrapper table {
    min-width: 100%;
    width: 100%;
}

.forecast-wrapper table td:nth-child(3) button span {
    display: none;
}

.forecast-wrapper table tr:nth-child(odd) {
    background: var(--grey);
}

.forecast-wrapper table td:nth-child(3) button {
    height: 9vw;
    width: 12vw;
    border: 2px solid var(--llgreen);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.forecast-wrapper table td:nth-child(3) button img {
    width: 60%;
    max-width: 30px;
}

.superwrapper.with-graph {
    background: var(--grey);
    margin-bottom: 1vw;
    justify-content: center;
}


#my-chart caption {
    font-size: var(--font12);
    text-align: center;
    color: #a9a9a9;
    margin: var(--vw2) auto;
}

#my-chart {
    height: 300px;
    margin: 0 auto;
    position: relative;
    --heading-size: 3rem;
    width: 100%;
}

#my-chart {
    background-color: #ffffffed;
    border-radius: 4px;
    border: 2px solid var(--color);
}

#my-chart table{
    --primary-axis-color: rgba(0, 0, 0, 1);
    --primary-axis-style: solid;
    --primary-axis-width: 1px;
    --secondary-axes-color: rgba(77, 181, 47, 0.1);
    --secondary-axes-style: solid;
    --secondary-axes-width: 1px;
    overflow: hidden;
}

#my-chart table td {
    transform: translateX(-50%);
}

#my-chart .line {
    height: 300px;
    margin: 0 auto;
}

#my-chart img.lottery-logo {
    position: absolute;
    width: 30vw;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: .2;
    max-width: 150px;
}

#my-chart img.sat-logo {
    position: absolute;
    width: 9vw;
    top: var(--vw3);
    right: var(--vw2);
    max-width: 60px;
}

.charts-css.line tbody tr th {
    font-weight: 100;
    font-size: var(--font8);
    text-align: center;
}

.charts-css.line tbody tr td div {
    background: #fff;
    padding: 1vw;
    border-radius: 5px;
    border: 1px solid;
    transform: translateX(50%);
}


.charts-css.line tbody tr td:nth-child(3) {
    background: #fff!important;
    position: absolute!important;
    transform: none!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 3vw 1vw!important;
    width: 95%!important;
    margin: auto!important;
    border: 1px solid var(--lottoY)!important;
    border-radius: 5px!important;
    --color: #fff!important;
    overflow: hidden!important;
    font-size: var(--font10)!important;
    z-index: 1000;
    height: 2vw!important;
    top: unset!important;
    bottom: calc(100%*var(--size))!important;
}

.charts-css.line tbody tr td:nth-child(3)::before , .charts-css.line tbody tr td:nth-child(3)::after {
    display: none;
}

.tab-minimum, .dk-minimum {
    display: none!important;
}

.clickable {
    cursor: pointer;
}

.with-graph .text-wrapper h2 {
    font-size: var(--font16);
    text-align: center;
    width: 100%;
}

.with-graph .text-wrapper p {
    font-size: var(--font14);
    text-align: center;
    width: 100%;
    font-weight: 300;
}

.text-wrapper.h1-wrapper {
    padding-bottom: 0;
}

@media (min-width: 660px) {
    #my-chart .bar {
        height: 400px;
    }

    .tab-minimum {
        display: initial!important;
    }

    .forecast-wrapper table td:nth-child(3) button {
        height: 40px;
        width: 70px;
    }

    .superwrapper.with-graph {
        margin-bottom: 3px;
    }

    .superwrapper.with-graph .text-wrapper {
        width: 100%;
    }

    .superwrapper.with-graph section:nth-child(2) {
        box-shadow: none;
        padding: 0!important;
    }

    .charts-css.line tbody tr td:nth-child(3) {
        padding: 15px 5px!important;
        width: 90%!important;
        height: 10px!important;
        font-size: 14px!important;
    }

    .charts-css.line tbody tr th {
        font-size: 11px;
    }

    .with-graph .text-wrapper p {
        font-size: 22px;
    }
}

@media (min-width: 1000px) {
    #my-chart .bar {
        height: 500px;
    }

    #my-chart {
        width: 50%;
    }

    #my-chart caption {
        max-width: 55%;
    }

    .tab-minimum {
        display: none!important;
    }

    .with-graph .text-wrapper h2, .with-graph .text-wrapper p {
        text-align: left;
    }

    .forecast-full-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 1%;
        padding: var(--padding);
        position: relative;
    }

    .forecast-full-container .forecast-wrapper {
        width: 44%;
        padding: 0;
        position: sticky;
        top: 115px;
        height: auto;
        align-self: flex-start;
        border: 1px solid var(--llgreen);
        border-radius: 4px;
    }

    .superwrapper.with-graph {
        margin-bottom: 3px;
        padding: 25px;
        gap: 10px;
        border-radius: 4px;
    }

    .superwrapper.with-graph .text-wrapper, #my-chart {
        width: 100%;
    }

    .superwrapper.with-graph .text-wrapper {
        gap: 5px;
    }

    .with-graph .text-wrapper h2, .with-graph .text-wrapper p {
        text-align: center;
    }

    .graphs-container {
        width: 50%;
    }

    .forecast-wrapper table tr td {
        padding: 6px 15px;
    }

    .forecast-wrapper table td:nth-child(3) button {
        height: 30px;
    }

    .forecast-wrapper table td:nth-child(3) button:hover {
        background: var(--llgreen);
    }

    .charts-css.line tbody tr th {
        font-size: 10px;
    }

    .text-wrapper.h1-wrapper {
        padding: 0 0 40px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .tab-minimum {
        display: initial!important;
    }

    .charts-css.line tbody tr th {
        font-size: 10px;
    }

    .forecast-full-container .forecast-wrapper {
        width: 37%;
        top: 90px;
    }

    .graphs-container {
        width: 58%;
    }
}

@media (min-width: 1480px) {
    .dk-minimum {
        display: initial!important;
    }

    .forecast-full-container .forecast-wrapper {
        width: 35%;
    }

    .graphs-container {
        width: 60%;
    }
    .superwrapper.with-graph {
        margin-bottom: 8px;
    }

}
