html.dark [class="theme-orange"] {
    --primary-color: #feb019;
    --secondary-color: #E39601;
    --primary-rgb: 254, 176, 25;
    --chart-color1: #ef7e56;
    --chart-color2: #44558f;
    --chart-color3: #ded5c4;
    --chart-color4: #f59292;
    --chart-color5: #90a4ae;
    --color-price:#fff;
    --primary-rgb: 254, 176, 25;
}
[class="theme-orange"] {
    --primary-color: #feb019;
    --secondary-color: #E39601;
    --primary-rgb: 254, 176, 25;
    --chart-color1: #ef7e56;
    --chart-color2: #44558f;
    --chart-color3: #ded5c4;
    --chart-color4: #f59292;
    --chart-color5: #90a4ae;
    --primary-rgb: 254, 176, 25;
    --color-price:#000000;
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    border-color: #23272e !important
}
.btn-secondary {
    background-color:var(--color-teal) !important;
}

@media only screen and (max-width: 1024px) {
    #currency-specifications-top{
        display: none;
    }
}
