/* ------ highlight tabel pt userul curent --------------------------------*/

    /* Stil pentru tema deschisă */
    .user-highlight {
        background-color: #fff3cd !important; /* bg-warning-subtle */
        color: #664d03;
    }

    /* Stil pentru tema închisă */
    [data-theme="dark"] .user-highlight {
        /*background-color: rgba(255, 193, 7, 0.2) !important;*/ /* Un galben transparent */
        /*color: #ffda6a !important;* /* Text galben deschis pentru contrast */
        color: #1f1e1b !important;
    }

/* ------ end highlight tabel pt userul curent ----------------------------*/


/* ------ diagonala tabel meciuri -----------------------------------------*/

    .match-self {
        background: repeating-linear-gradient(
            135deg,
            #505050 0px,
            #505050 1px,
            transparent 2px,
            transparent 6px
        ) !important;
    }

/* ------ end diagonala tabel meciuri -------------------------------------*/


/* ------ turneu in desfasurare   -----------------------------------------*/

    .status-pill {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: inline-block;
    }

/* ------ end turneu in desfasurare   -------------------------------------*/