a.supportBTN {
    background: blue;
    border-radius: 5px;
    padding: 5px;
    color: white;
    text-decoration: none;
    margin-right:5px;
}
a.patreonBTN {
    background: rgb(221 51 0);
    border-radius: 5px;
    padding: 5px;
    color: white;
    text-decoration: none;
}
footer {
    margin-top: 12px;
}
.HomeTop{
    height: 60px;
    display: block;
    background: #222222;
    text-align: center;
    display: flex;
}
html {
    background: #030303;
    color: gainsboro;
    font-family: system-ui;
}

label.Username {
    font-weight: bold;
    text-decoration: none !important;
}
body {
    background: #161616;
}
ul.navbar {
    background: #0e0e0e;
    text-align-last: center;
    display: flex;
    padding: unset;
}
.PagTitleLabel {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 0px 3px white;
    flex: 1;
    margin-top: 6px;
    font-family: fangsong;
    color: white;
    text-decoration-line: none;
    line-height: 43px;
}
ul.navbar li {
    background: #2b2b2b;
    flex: 1;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
    list-style: none;
    color: white !important;

}
ul.navbar li a{
    color: white;
}
.navbar li {
    cursor: pointer;
}

.navbar li a {
    display: block;
    padding: 10px;
    color: inherit;
    text-decoration: none;
}
/* style.css */
body {
    background-color: #131313e8;
    color: #f5f5f5;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.file-list {
    width: 100%;
    border-collapse: collapse;
    background-color: #00000024;
    border-radius: 8px;
}

.file-list th {
    padding: 15px;
    text-align: center;
    background-color: #444;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.file-list th:first-child {
    padding-left: 20px;
    text-align: left;
    border-radius: 5px 0px 0px 0px !important;
}

.file-list th:last-child {
    padding-right: 20px;
    border-radius: 0px 5px 0px 0px !important;
}

.file-list td {
    padding: 15px;
    border-bottom: 1px solid #555;
    vertical-align: middle;
    text-align: center;
}

.file-list tr:last-child td {
    border-bottom: none;
}

.character-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.data-cell {
    vertical-align: top;
}

.data-label {
    font-size: 12px;
    color: #999;
}

.data-value {
    font-size: 14px;
    color: #f5f5f5;
}
th {
    background: #0e0e0e !important;
    border-radius: 0px !important;
}
img.charImage {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px;
}
img.tokenImage {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px;
}
img.tokenImage.noImage {
    color: black;
    background: black;
    border-radius: 50px;
}
img.tokenImage {
    /* position: absolute; */
    width: 70px;
    /* margin-top: -35px; */
}
img.tokenImage:hover {
    background: #0e0e0e;
    filter: brightness(0.8);
}
img.charImage:hover {
    background: #0e0e0e;
    filter: brightness(0.8);
}
tr {
    height: 80px;
}
tr.characterTR:hover {
    background: #1a1a1a;
}
img.classIcon {
    max-width: 12px;
    max-height: 12px;
    min-width: 12px;
    min-height: 12px;
}
button:hover {
    filter: brightness(0.8) contrast(1.5);
}
button.addCharacter {
    position: absolute;
    margin-top: -54px;
    right: 28px;
    background: #2093c7;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: unset;
    border: 1px solid #4fb9e9;
}
.addFromRoll20 {
    position: absolute;
    margin-top: -54px;
    right: 150px;
    background: #c720b9;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: unset;
    border: 1px solid #e74fe9;
    font-size: 14px;
    text-decoration: none;
}
button.delete-character {
    right: 28px;
    background: #830505;
    border: 1px solid #a30606 !important;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: unset;
}
.functional {
    right: 28px;
    background: #242424;
    color: white;
    border: 1px solid grey !important;
    padding: 5px;
    border-radius: 5px;
    border: unset;
}
html {
    background: #030303;
    color: gainsboro;
    font-family: system-ui;
}
html {
    background: url(https://wallpaperaccess.com/full/4114073.jpg);
    background-size: cover;
    background: black;
}
body {
    backdrop-filter: blur(2px);
}
#file-list {
    backdrop-filter: blur(0px);
}

html::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(0px);
    z-index: -1;
}
@font-face {
    font-family: "Homework";
    src: url("fonts/Homework.ttf") format("truetype");
}
ul.context-menu {
    position: absolute;
}
i.fa-solid.fa-house {
    font-size: 30px;
    margin-right: 10px;
}

.card {
    background-color: #00000000;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    display: grid;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff0d;
}
  .card-content {
    display: flex;
    align-items: center;
  }
  
  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .card-image {
    transform: scale(1.3);
    max-width: 162px;
    margin-right: 5px;
    margin-top: 10px;
    max-height: 190px;
}
.card-details {
    flex: 1;
    display: grid;
}
  
  .card-title {
    font-size: 18px;
    margin-top: 0;
  }
  .card-download-button {
    background-color: #f44336;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
  }
  
  .card-download-button:hover {
    background-color: #b71c1c;
  }
  span.first-letter {
    font-weight: bold;
}
.sitebutton {
    background: #242424;
    color: white;
    border: 1px solid grey !important;
    padding: 5px;
    border-radius: 5px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  
  .sitebutton i {
    margin-right: 5px;
  }

  a.card-download.sitebutton.bookdownload {
    position: absolute;
    margin-bottom: -250px;
    width: 140px;
}
.card-title {
    font-size: 18px;
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 5px;
    margin-bottom: -8px;
}
  
.card-image:hover {
    /* opacity: 0.7; */
    filter: drop-shadow(2px 4px 6px black);
    transform: scale(1.1);
}

span.label {
    border-radius: 5px;
    padding: 6px;
    display: inline-block;
    height: 16px;
}
span.label.label-price {
    background: #ffffff1c;
    border: 1px solid #808080d6;
}
span.label.label-magic-items {
    background: #694d16;
    border: 1px solid orange;
}
  
span.label.label-spells {
    background: #22228f;
    border: 1px solid #a3a3ff;
}
  
span.label.label-feats {
    background: #0f5c20;
    border: 1px solid #a3ffc2;
}
  
span.label.label-races {
    background: #7a0d0d;
    border: 1px solid #ff8080;
}
  
span.label.label-classes {
    background: #31067a;
    border: 1px solid #b380ff;
}
  
span.label.label-subclasses {
    background: #640038;
    border: 1px solid #ff80ed;
}
  
span.label.label-backgrounds {
    background: #003636;
    border: 1px solid #80ffff;
}
  
.bookTags {
    margin-top: 10px;
    margin-bottom: -10px;
    background: #202020;
    border-radius: 200px;
    text-align: initial;
    height: fit-content;
}
.classBar {
    margin-top: 10px;
    margin-bottom: -10px;
    max-width: 100%;
    overflow: auto;
    z-index: 5;
}
.classLabel {
    border-radius: 5px;
    padding: 6px;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    background: #4f445f;
    border: 1px solid #31067a;
    display: table-cell;
    cursor: pointer;
}
.classLabel:hover {
    border-radius: 5px;
    padding: 6px;
    display: inline-block;
    height: 10px;
    line-height: 10px;
    background: #31067a;
    border: 1px solid #4f445f;
    display: table-cell;
    cursor: pointer;
}
.card-description {
    font-size: 14px;
    max-height: 165px;
    min-height: 165px;
    margin-bottom: 10px;
    overflow: auto;
    background: #00000061;
    padding: 10px;
}
span.classLabel.descriptionClassLabel {
    background: #202020;
    border-color: #202020;
}

/* For WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-track {
    background: #202020;
  }
  
  ::-webkit-scrollbar-thumb {
    background: black;
    border: 1px solid #ffffff1f;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: black;
  }
  li.option {
    background: #2b2b2b;
    width: 100%;
    list-style: none;
    padding: 5px;
    border: 1px solid grey;
    cursor: pointer;
}
li.option:hover {
    background: grey;
    width: 100%;
    list-style: none;
    padding: 5px;
    border: 1px solid #2b2b2b;
}
.navIcon {
    font-size: 15px !important;
    margin-right: 5px !important;
}
i.fa-sharp.fa-solid.fa-house.navIcon {
    padding: unset;
    margin: unset;
}
i.fa-solid.fa-lock-open.trusted {
    color: lime;
    font-size: 20px;
    margin-left: 10px;
    text-shadow: 0 0 20px;
    position: absolute;
    margin-top: 6px;
}
i.fa-brands.fa-patreon.patreon {
    color: orange;
    text-shadow: 0 0 25px;
    margin-left: 10px;
    font-size: 20px;
    position: absolute;
    margin-top: 6px;
}
i.fa-solid.fa-lock.closed {
    color: white;
    font-size: 20px;
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
}
i.fa-brands.fa-patreon.closed {
    color: #f96854 !important;
    font-size: 20px;
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
}
.userView {
    position: absolute;
    right: 50px;
    top: 31px;
}
.tabs {
    background: black;
    text-align: center;
    display: flex;
}
.toggleTab {
    background: #2b2b2b;
    color: white;
    padding: 10px;
    /* border: 1px solid grey; */
    flex: 1;
}
h1 img {
    margin-top: 10px;
}
.toggleTab.active {
    background: grey;
    color: white;
    padding: 10px;
    border: 1px solid #2b2b2b;
    flex: 1;
    text-shadow: 0 0 5px BLACK;
}
.notification-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
    transition: all 0.3s ease;
}

.notification-banner.success {
    background-color: #4caf50;
}

.notification-banner.error {
    background-color: #f44336;
}

input[type="text"]{
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    font-size: 14px;
    background-color: #222222;
    color: gainsboro;
}

input#id_email{
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    font-size: 14px;
    background-color: #222222;
    color: gainsboro;
}

button[type="submit"] {
    padding: 10px 16px;
    background-color: #2b2b2b;
    color: gainsboro;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
input[type="text"] {
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    font-size: 14px;
    background-color: #222222;
    color: gainsboro;
}
input {
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    font-size: 14px;
    background-color: #222222;
    color: gainsboro;
}
.content {
    text-align: center;
}
div#played {
    backdrop-filter: blur(15px);
}
div#planned {
    backdrop-filter: blur(15px);
}
div#graveyard {
    backdrop-filter: blur(15px);
    filter: grayscale(1);
}
button#graveyard-tab {
    border-radius: 0px 50px 0px 0px;
}
button#all-tab {
    border-radius: 50px 0px 0px 0px;
}
span.label.label-curated {
    background: #126200;
    border: 1px solid #00ff0a;
}
.bookControls {
    background: #222222;
    line-height: 37px;
    margin: 5px;
    border-radius: 20px;
    display: flex;
    place-content: center;
}
.hidden {
    display: none;
}
select.selectCurated {
    height: 20px;
    margin-left:15px;
    place-self: center;
}
input#curatedCheckbox {
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-bottom: -7px;
}
button{
    cursor: pointer;
}
button.curateButton {
    position: absolute;
    right: 5px;
    height: 20px;
    width: 20px;
    background: black;
    border: unset;
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    background: #1b1b1b;
    color: #666666;
}
button.curateButton.user-curated {
    border: 1px solid lightgreen;
    background: rgb(0, 46, 0);
    color: lightgreen;
}
.fa-check-double:before {
    content: "\f560";
    margin-left: -2px;
}
span.character-name {
    color: white;
    text-decoration: inherit;
}
.system-filter {
    background: #2b2b2b;
    padding: 5px;
}
select#systemDropdown {
    background: #0000008f;
    color: white;
    border: unset;
    padding: 5px;
    border-radius: 5px;
}
select#systemDropdown option {
    background: #131313;
}
.count {
    background: #000000b8;
    padding: 5px;
    border-radius: 7px;
    margin-right: 5px;
}
li.UserDisplayForAdmin {
    background: #00000075;
    padding: 5px;
    border-radius: 5px;
    width: fit-content;
    display: inline-table;
    border: 1px solid black;
}
img.charImage.noImage {
    color: black;
    background: black;
    border-radius: 50px;
}