﻿@media (prefers-color-scheme: dark) {
    .amoozeshgahcell:hover {
        /*border-bottom: 4px solid #00aff0;*/
        background: #26405a;
        background: linear-gradient(0deg, #26405a 0%, #252938 100%);
        border-color: transparent;
        border-top-color: #252938;
        border-bottom-color: #26405a;
    }

    .advbox p {
        color: #eee;
    }

    hr {
        background: #363c51;
    }

    .screenshots button {
        background-color: #555;
    }

        .screenshots button:active {
            background-color: #444;
        }

        .screenshots button svg {
            fill: #eee;
        }


    .systemrequirments .item img {
        filter: invert(1);
    }

    .systemrequirments .item h3 {
        color: white;
    }

    .systemrequirments .item {
        background: #FF6F00;
    }

        .systemrequirments .item:nth-child(2) {
            background-color: #1B5E20;
        }

        .systemrequirments .item:nth-child(3) {
            background-color: #004D40;
        }

        .systemrequirments .item:nth-child(4) {
            background-color: #0D47A1;
        }

        .systemrequirments .item p {
            color: #eee;
        }

    .registerpanel {
        background: #222635;
        background: linear-gradient(0deg,#222635FF 0%, #22263500 100%);
    }

    .advbox img {
        filter: brightness(0.75);
    }




}
