:root {
    --font-family : D-DIN;
    --theme-primary-color :#00121e;
    --theme-primary-color-code : #00121e ;
    --theme-secondary-color : #1d2634;
    --theme-bg : #00121e;
    --theme-content : #00121e;
    --theme-content-code : #1d2634;
    --theme-yellow : #9ffa00;
    --theme-orange : #9ffa00;
    --theme-orange-light : rgb(255,151,0);
    --theme-opacity-3 : 0.3;
    --theme-opacity-4 : 0.4;
    --theme-white : rgb(255,255,255);
    --theme-green : #009706;
    --theme-main-content : #1d2634;
    --theme-primary-light  : #1d2634;
    --theme-play-content  : rgba(45, 3, 73 , 0.6);
    --theme-primary-light  : #1d2634;
    --theme-play-content  : rgba(45, 3, 73 , 0.6);

    --theme-alert-success-background : #F4FDF0;
    --theme-alert-success-color : #009706;
    --theme-alert-success-border : #009706;

    --theme-alert-error-background : #fff1e6;
    --theme-alert-error-color : rgb(255,114,0);
    --theme-alert-error-border : rgb(255,114,0);

    --theme-error-color : rgb(255 113 68);
    }

    .user_menu .dropdown-toggle::after {
        display: none !important;
    }
    .user_menu_icon {
        margin-right: 5px;
    }

    .games_section {
        background: var(--theme-primary-color);
        padding: 5px;
        border-radius: 10px;
        margin-top: 25px;
    }

    td {
        color: #9ffa00 !important;
    }

    th {
        color: #fff !important;
    }

    ul.nav-content-nav {
        gap: 35px !important;
    }