.files-splashtext {
    font-size: 4rem;
    text-align: center;
    line-height: normal;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin:0;
    @supports (background-clip: text) or (-webkit-background-clip: text) {
        background-image: url("data:image/svg+xml,%3Csvg width='2250' height='900' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%230070ff' d='M0 0h2255v899H0z'/%3E%3Ccircle cx='366' cy='207' r='366' fill='%23008cff'/%3E%3Ccircle cx='1777.5' cy='318.5' r='477.5' fill='%230070ff'/%3E%3Ccircle cx='1215' cy='737' r='366' fill='%230051ff'/%3E%3C/g%3E%3C/svg%3E%0A");
        background-size: 75% auto;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
    }
}
.header-section {   
    padding-top:1rem;
    padding-bottom:2rem;
}
.mb {
    margin-bottom: 0.5rem;
}
.table-wrapper {
    padding-top:0;
}
.files-splash-desc {
    position:relative;
    margin:0;   
    top:-12.5%;
    color: aliceblue;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    overflow: hidden;
    white-space: nowrap;
}

.table-section {
    background-color: #090a0f;
    border-radius: 5px;
    margin:auto;
    margin-bottom:1em;
    justify-content: center;
}


.icon-button {
    font-size: 0.6rem;
    margin:.25em;
}

html {
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: radial-gradient(ellipse at top, #1b2735 0%, #090a0f 100%);
    height: 100%;
    overflow-y: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: aliceblue;
    -webkit-font-smoothing: antialiased;
}

.custom-table {
    background-color: #090a0f;
    color: aliceblue;
    margin: auto;
    border-radius: 2px;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    border-collapse: collapse;
}

button {
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.custom-table thead th {
    color: aliceblue;
    background-color: #0f111a80;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 2px inset #1f1f1f;
}

.custom-table tbody tr {
    background-color: #0d0f15;
}
.custom-table tbody tr:nth-child(even) {
    background-color: #101218;
}
.custom-table tbody td {
    border-bottom: none;
    padding: .3em .75em;
}
.custom-table tbody tr td:first-child {
    padding-right: 0;
}
.table-sortable th {
    cursor: pointer;
}

.table-sortable .th-sort-asc::after {
    content: "\25b4";
}

.table-sortable .th-sort-desc::after {
    content: "\25be";
}

.table-sortable .th-sort-asc::after,
.table-sortable .th-sort-desc::after {
    margin-left: .5vw;
}

.table-sortable .th-sort-asc,
.table-sortable .th-sort-desc {
    background: #485fc73a;
}
.mw5 {
    min-width: 50%;
}

.filename-column {
  max-width: 40vw;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    padding: .25vw .25vw;
    margin-top: 1vh;
    margin-left: 1vw;
    width: auto;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5vh;
    font-weight: 600;
    border-radius: .25vh;
    background-color: aliceblue;
    border: .2vh solid #5c5c5cb2;
}

.context-menu--active {
    display: block;
}


.gd {
    padding:1%;
    background-color: #090a0f;
    max-width: 50vw;
    border-radius: 1vh;
    margin: auto;
    margin-top: 15vh;
    font-size: 1.5vh;
    color:aliceblue;
}

.tos-text {
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2vh;
    font-weight: 600;
    color: aliceblue;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 1vh 1vw;
}

.logout-area {
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2vh;
    font-weight: 600;
    color: aliceblue;
    position: absolute;
    top:0;
    right: 0;
    margin: 1vh 1vw;
}


a {
    text-decoration: none;
    color: aliceblue;
}

code {
    background-color: #202122;
    color: #1078da;
}