A {
    text-decoration: none;
    color: #A0BFCE;
}

A:hover {
    text-decoration: underline;
    color: #D0D0D0;
}

A:active {
    text-decoration: underline;
    color: #A0BFCE;
}

BODY {
    font-family: Arial;
    font-size: 12pt;
    margin: 0;
    background: #343434;
    color: #EEEEEE;
}

TR,
DIV {
    font-family: Arial;
    font-size: 12pt;
    color: #D0D0D0;
}

.tablebg {
    background-color: #000000
}

.plrgenhead {
    background-color: #505050
}

.plrgenrow1 {
    background-color: #404040
}

.plrgenrow2 {
    background-color: #606060
}

:where([class^="ri-"])::before {
    content: "\f3c2";
}

body {
    background-image: url('images/bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Inter', sans-serif;
}

.content-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.search-container {
    background-color: rgba(26, 31, 60, 0.8);
    border: 1px solid rgba(74, 158, 255, 0.3);
    box-shadow: 0 0 15px rgba(74, 158, 255, 0.2);
}

.custom-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    appearance: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

th {
    background-color: rgba(26, 31, 60, 0.9);
    position: sticky;
    top: 0;
}

tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.05);
}

tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.02);
}

tr:hover {
    background-color: rgba(74, 158, 255, 0.1);
}

.pagination-button {
    transition: all 0.2s ease;
}

.pagination-button:hover:not(:disabled) {
    background-color: rgba(74, 158, 255, 0.3);
}

.pagination-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-number.active {
    background-color: rgba(74, 158, 255, 0.5);
}

input[type="text"]:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.5);
}