:root {
    --my-ag-odd-row-background-color: #f5f6ff;
    --white-transparent-bg: #ffffff83;
}

body {
    background-image: url('/assets/top_lane.png');
    background-size: cover; /* Ensures the image covers the entire background */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-attachment: fixed;
    margin: 0px;
}

h1 {
    font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0;
}

.sidebar {
    width: 20%;
}

.checklist {
    display: flex;
    align-items: flex-end;
    margin-bottom: 60px;
    justify-content: center;
}

.checklist-container {
    background-color: #333333;
    border-radius: 5px;
    border: 1px solid rgba(180, 180, 180, 0.623);
    color: white;
    margin: 20px;
    padding: 10px;
}

.checklist-child {
    margin-left: 20px;
    padding-left: 15px;
    border-left: 1px solid #8a7414;
}

footer a {
    color: white;
    text-decoration: underline;
}

footer a:hover {
    color: rgb(231, 231, 231);
}

p {
    padding: 0px;
    margin: 2px;
}

button {
    outline: none;
    border: rgba(0, 0, 0, 0.397) solid 1px;
}

a {
    text-decoration: none;
    color:rgb(69, 175, 207);
}

.center-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.header-link {
    color: #ebd1d1;
    background-color: #277735;
    padding: 15px;
    border-radius: 5px;
}

.selected-header-link {
    background-color: rgb(106, 182, 129);
    border: 2px solid rgba(90, 166, 113, 0.816);
}

.selected-header-link:hover {
    background-color: rgb(106, 182, 129) !important;
    outline: unset !important;
}

.nav.header-link:hover {
    background-color: #1f5e2a;
    outline: 1px solid #0e3615;
    position: relative;
    top: -2px;
    box-shadow: 0px 10px 10px 20px #8181812a;
}

.rolls-link {
    background-color: #43d8dd;
    box-shadow: 0px 0px 20px 10px #fcff488a;
    border: #b1b132e0  solid 1px;
    color: #f3d9d9;
}

.rolls-link:hover {
    box-shadow: 0px 0px 18px 10px #fcff4870;
    background-color: #3fc6ca;
}

.rolls-link#roll-submit {
    border-radius: 4px;
    padding: 2px 5px;
}

a.username {
    font-family: monospace;
}

a.spec-username {
    font-family: monospace;
    color: #3b3b3b !important;
    background-color: #cfe1e286;
    border-radius: 4px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    padding: 2px;
}

a.spec-result-win {
    color: #23ad00;
    font-family: monospace;
}

a.spec-result-loss {
    color: #ad2800;
    font-family: monospace;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.main-content {
    margin-bottom: 60px;
}

.generic-text-container {
    width: 500px;
    background-color: #333;
    color: #8a8a8a;
    padding: 10px;
    border-radius: 4px;
    border: rgba(255, 255, 255, 0.753) 1px solid;
    font-family: monospace;
}

.copy-container {
    border-radius: 4px;
    background-color: #525252;
    padding: 4px 5px;
    color: #afafaf;
    gap: 10px;
    border: black solid 1px;
}

.copy-container:hover {
    border: #007bff solid 1px;
    cursor: pointer;
    border-radius: 3px;
}


.role-row-container {
    display: flex;
    position: relative;
    right: -25px;
    bottom: -3px;
    font-size: x-small;
}

.winrate-container {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;
    font-size: x-small;
}

.winrate-bar-container {
    background-color: #3f3f3f;
    height: 10px;
    width: 100px;
}

.winrate-bar {
    height: 10px;
    border-radius: 0px 3px 3px 0px;
}

.bad-winrate-bar {
    background-color: #ca443f;
}

.ok-winrate-bar {
    background-color: #7a7a7a;
}

.good-winrate-bar {
    background-color: #d68427;
}

.great-winrate-bar {
    background-color: #3fc6ca;
    border-radius: 0px;
}

.copy-icon {
    padding: 2px;
}

.score-text {
    font-size: 48px;
}

.red-score-text {
    color: #d34545;
}

.blue-score-text {
    color: #2353d6;
}

.score-banner {
    background-color: var(--white-transparent-bg);
    border-radius: 5px;
    padding: 10px
}

.game-banner-item {
    border-radius: 5px;
    margin: 5px;
    border: 2px white solid;
    padding: 5px 10px;
}

.blue-side {
    background-color: #8bb4da;
}

.red-side {
    background-color: #da8b8b;
}

.neutral-side {
    background-color: #c7c7c7;
}

.ag-cell {
    padding: 0px !important;
}

.champ-name-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-family: monospace;
}

.match-result-row-container {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
    height: unset;
    align-items: center;
}

#game-stat-table .ag-row {
    background-color: #001122;
    border: none;
}

.stat-bars-container {
    height: 30px;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/*
#game-stat-table .ag-row {
    height: 50px;
    transform: translateY(50px);
}*/

.stat-bar-container {
    display: flex;
    align-items: center;
    border-left: 1px solid #004c9c;
    gap: 20px;
    height: 15px;
    font-size: small;
}

.stat-bar-class {
    height: 10px;
    background-color: #007bff;
    border-radius: 0px 1px 1px 0px;
}

.champion-username-container {
    display: flex;
    align-items: center;
    gap: 4px;
}

.mini-text {
    font-size: x-small;
    padding: 0px;
    margin: 0px;
}

.champion-level {
    position: relative;
    color: white;
    background-color: #363636cb;
    border-radius: 15px;
}

.champion-level-right {
    left: -13px;
    top: -1px;
}

.champion-level-left {
    right: -13px;
    top: -1px;
}

.summs-container-right {
    right: -3px;
    position: relative;
}

.summs-container-left {
    left: -3px;
    position: relative;
}

.summs-champ-container {
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
}

.tags-container {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 3px var(--ddk-spacing-space-3, 24px);
    flex: 1 0 0;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 30px;
}

.hero-tag {
    padding: 0px 4px;
    background-color: rgb(140, 202, 204);
    border: rgb(0, 0, 0) solid 1px;
    border-radius: 4px;
}

.nav-container {
    display: flex;
}

.filter-button {
    padding: 5px;
    background-color: #277735;
    border-radius: 4px;
    display: inline-block;
    color: #ebd1d1;
}

.filter-button:hover {
    background-color: #1f5e2a;
}

.dash-dropdown {
    display: inline-block;
    border-radius: 4px;
}

.dash-dropdown:hover {
    outline: 1px solid #009900;
}

/* Style the container Div assigned by the className prop */
.radio-selection-time {
    display: inline-block;
    gap: 15px;              /* Add space between items */
    border-radius: 5px;
}

/* Style the individual labels (which wrap the input and text) */
.radio-selection-time label {
    cursor: pointer;
    padding: 5px 10px;
    transition: background-color 0.3s;
}

/* Change background color when a radio button is checked */
.radio-selection-time input[type="radio"]:checked + span {
    background-color: #007bff; /* Blue background for selected item */
    color: rgb(255, 255, 255);              /* White text for better contrast */
    border-radius: 3px;
}

/* Style the actual radio input element (optional, can be hidden for custom design) */
.radio-selection-time input[type="radio"] {
    margin-right: 5px;
    /* You can use accent-color for a simple color change in modern browsers */
    accent-color: #4db36b;
}

.Select-control {
    display: inline-grid;
    width: 500px;
    background-color: #3b3b3b;
}

.rolls-dropdown .Select-control {
    height: 126px;
}

.Select--multi .Select-clear-zone {
    width: unset;
    display: flex;
    justify-content: right;
}

.Select-arrow-zone {
    align-content: end;
}

.Select-clear-zone {
    border-radius: 3px;
}

.Select-clear {
    background-color: #ad2800;
    margin: 0px 5px;
    padding: 0px 10px;
    border-radius: 4px;
    height: 22px;
}

.Select-clear:hover {
    color: black;
    outline: rgba(255, 133, 133, 0.377) solid 1px;
}

.roll-submit-button {
    background-color: rgb(71, 211, 221);
    border-radius: 4px;
    border: solid rgb(138, 241, 255) 1px;
}

.roll-submit-button:hover {
    background-color: rgba(65, 175, 218, 0.877);
    border-radius: 6px;
}

.roll-submit-button:active {
    background-color: rgba(0, 116, 136, 0.877);
}

.player-banner {
    background-color: #333333;
    border-radius: 5px;
    border: 1px solid rgba(180, 180, 180, 0.623);
    color: white;
}

.player-banner-text {
    font-family: monospace;
}

#player-banner-username {
    border-right: solid #ebd1d1c0 75px;
}

.Select-menu-outer {
    width: 500px;
    background-color: #f1fff1;
    border-top: black;
    box-shadow: 10px 10px 30px #5a5a5a60;
}

.is-focused:not(.is-open)>.Select-control {
    background-color: #575e58;
}

.is-focused:not(.is-active)>.Select-control {
    background-color: #363636;
}

.Select-menu-outer:hover {
    outline:rgb(0, 119, 79) solid 1px;
}

.Select--multi .Select-value {
    margin-left: 10px;
    border: black solid 1px;
    border-radius: 3px;
    background-color: #faefb1;
}

.Select--multi .Select-value {
    margin-left: 10px;
    border: black solid 1px;
    border-radius: 3px;
    font-weight: bold;
    color: #737373;
}

.Select .Select--multi .has-value .is-searchable .is-open .is-clearable {
    background-color: #333;
}

.Select--multi .Select-value-icon:hover {
    background-color: #b42b2b;
    color: #fad6d6;
    font-weight: bolder;
}

.int-input {
    width: 60px;
    border-radius: 4px;
    font-size: 16px;
    border-color: black;
    border-width: 1px;
}

.manipulator {
    background-color: #2c2c2c;
    border-radius: 5px;
    padding: 8px;
    margin: 20px 20px 0px 20px;
    border: 1px solid rgba(150, 150, 150, 0.712);
    color: rgb(231, 231, 231)
}

.manipulator-row {
    padding: 3px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
}

.manipulator-nodes-container {
    
}

.manipulator-text {
    font-weight: bold;
}

.manipulator-node {
    background-color: #da8b8b;
    border-radius: 4px;
    border-color: #ebd1d1;
    margin: 0px 10px;
    padding: 2px 8px;
    float: right;
    box-shadow: none;
}

.manipulator-node:hover {
    background-color: #f0baba;
    border-color: #f37979;
}

.upload-file {
    height: 60px;
    line-height: 60px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    margin: 20px;
}

.game-table a {
    color: white;
    font-family: monospace;
}

.game-table .red {
    background-color: #8f4343;
}

.game-table .blue {
    background-color: #4b6c9e;
}

.match-table a {
    color: white;
    font-family: monospace;
}

.ag-cell {
    border: 0px solid rgb(0, 0, 0) !important;
}

.match-table {
    font-family: monospace;
}

.ag-row-even .match-table {
    border-bottom: none !important;
}

.match-fail {
    background-color: #ac5c5c;
}

.match-win {
    background-color: #74ace7;
}

.ag-row .match-table {
    border-bottom: var(--ag-row-border-style) #c1c1c129 var(--ag-row-border-width);
}

.ag-center-cols-container {
    min-width: 100% !important;
}

.match-table .ag-row-even {
    background-color: #001122 !important;
}

.match-table .ag-row-odd {
    background-color: #250000 !important;
    border-bottom: rgb(63, 63, 63) 4px solid !important;
}

.ag-header-cell-text {
    flex: 1;
    text-align: center;
}

.upload-file:hover {
    color:rgb(0, 119, 79);
    background-color: rgba(228, 228, 228, 0.377);
    border: solid black 1px;
    cursor: pointer;
}

.match-remove-inner-container {
    display: flex;
    gap: 10px;
}

.match-remove-button {
    background-color: rgba(173, 0, 0, 0.733);
    border-radius: 4px;
    border: solid rgb(83, 55, 55) 1px;
}

.match-remove-button:hover {
    background-color: rgba(218, 65, 65, 0.877);
    position: relative;
    top: -1px;
    border-radius: 6px;
}

.match-remove-button:active {
    background-color: rgba(136, 0, 0, 0.877);
}

.successMsg {
    background-color: rgb(117, 196, 117);
    border-radius: 5px;
}

.errorMsg {
    background-color: rgb(212, 140, 126);
    border-radius: 5px;
}