:root {
    --primarydark: #3e3033;
    --primarylight: #eaddf3;
    --primarylight2: lemonchiffon;
    --tertiary: #484848;
    --white1: #ffffff;
    --white2: #fbf7f5;
    --mutedgray1: #f0f0f0;
    --mutedgray2: #a9a9a9;
    --mutedgray3: #5a5a5a;
    --red1: red;
    --black1: #000000;
    --black2: rgba(0, 0, 0, 0.5);
    --purplish-blue: #5050e6;

    --sidebarwidth: 275px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--tertiary);
    text-decoration: none;
}

html {
    font-size: 20px;
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    max-width: 100vw;
}

input {
    outline: none;
    border: none;
    border-radius: 10px;
    width: 100%;
    background-color: var(--mutedgray1);
    padding: 10px;
    font-size: 0.8rem;
}

select {
    outline: none;
    border: none;
    border-radius: 10px;
    width: 100%;
    background-color: var(--mutedgray1);
    padding: 10px;
    font-size: 0.8rem;
}

label {
    font-size: 0.8rem;
    font-weight: 700;
}

button {
    border: none;
    background: none;
    display: block;
}

svg {
    display: block;
    flex-shrink: 0;
}

table {
    border-collapse: collapse;
}

tr:nth-child(odd) td{
    background-color: var(--primarylight);
}

tr:nth-child(odd) td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

tr:nth-child(odd) td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

dialog {
    background-color: var(--primarylight);
    border: none;
    outline: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

dialog::backdrop {
    background-color: var(--black2);
    backdrop-filter: blur(5px);
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

.spndr-logo {
    font-family: "Fugaz One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dashboard-content-opacity-0-5 {
    opacity: 0.5;
}

.dashboard-content-font-size-x3 {
    font-size: 3rem;
}

.dashboard-content-font-size-x2-5 {
    font-size: 2.5rem;
}

.dashboard-content-font-size-x2 {
    font-size: 2rem;
}

.dashboard-content-font-size-x1-5 {
    font-size: 1.5rem;
}

.dashboard-content-font-size-x0-8 {
    font-size: 0.8rem;
}

.dashboard-content-font-size-x0-7 {
    font-size: 0.7rem;
}

.dashboard-content-font-weight-500 {
    font-weight: 500;
}

.dashboard-content-font-weight-600 {
    font-weight: 600;
}

.dashboard-content-font-weight-700 {
    font-weight: 700;
}

.dashboard-all-content {
    max-width: 2600px;
    min-height: 100vh;
    width: 100%;
}

.dashboard-sidebar {
    background-color: var(--white1);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.dashboard-sidebar-nav-content-bubble {
    color: var(--mutedgray3);
    border-radius: 10px;
    transition: background-color 300ms ease;
}

.dashboard-sidebar-nav-content-bubble:hover {
    background-color: var(--mutedgray1);
}

.dashboard-sidebar-nav-content-bubble-selected {
    background-color: var(--primarydark);
    color: var(--white1);
    border-radius: 10px;
}

.dashboard-sidebar-header:hover {
    background-color: initial;
}

.dashboard-page-header-account-info-email {
    color: var(--mutedgray2);
}

.dashboard-content-padding-a {
    padding: 20px;
}

.dashboard-content-padding-b {
    padding: 15px;
}

.dashboard-content-padding-c {
    padding: 10px;
}

.dashboard-content-padding-d {
    padding: 5px;
}

.dashboard-content-background-color-primarydark {
    background-color: var(--primarydark);
}

.dashboard-content-background-color-primarylight {
    background-color: var(--primarylight);
}

.dashboard-content-background-color-white1 {
    background-color: var(--white1);
}

.dashboard-content-font-color-white1 {
    color: var(--white1);
}

.dashboard-content-font-color-purplish-blue {
    color: var(--purplish-blue);
}

.dashboard-content-font-color-mutedgray2 {
    color: var(--mutedgray2);
}

.dashboard-content-font-color-mutedgray3 {
    color: var(--mutedgray3);
}

.dashboard-content-font-color-red1 {
    color: var(--red1);
}

.dashboard-content-word-break-break-all {
    word-break: break-all;
}

.dashboard-content-text-align-left {
    text-align: left;
}

.dashboard-content-text-align-center {
    text-align: center;
}

.dashboard-content-text-wrap-no-wrap {
    text-wrap: nowrap;
}

.dashboard-content-display-none {
    display: none;
}

.dashboard-content-height-100pc {
    height: 100pc;
}

.dashboard-content-height-80pc {
    height: 20pc;
}

.dashboard-content-height-fit-content {
    height: fit-content;
}

.dashboard-content-height-100vh {
    height: 100vh;
}

.dashboard-content-height-100svh {
    height: 100svh;
}

.dashboard-content-width-fit-content {
    width: fit-content;
}

.dashboard-content-width-100pc {
    width: 100%;
}

.dashboard-content-width-sidebarwidth {
    width: var(--sidebarwidth);
}

.dashboard-content-margin-left-sidebarwidth {
    margin-left: var(--sidebarwidth);
}

.dashboard-content-margin-left-0 {
    margin-left: 0px;
}

.dashboard-content-margin-inline-auto {
    margin-inline: auto;
}

.dashboard-content-margin-vertical-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.dashboard-content-flex {
    display: flex;
}

.dashboard-content-flex-wrap-wrap {
    flex-wrap: wrap;
}

.dashboard-content-flex-wrap-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.dashboard-content-flex-grow-1 {
    flex-grow: 1;
}

.dashboard-content-flex-shrink-1 {
    flex-shrink: 1
}

.dashboard-content-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.dashboard-content-flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.dashboard-content-flex-gap-d {
    gap: 5px;
}

.dashboard-content-flex-gap-c {
    gap: 10px;
}

.dashboard-content-flex-gap-b {
    gap: 15px;
}

.dashboard-content-flex-gap-a {
    gap: 20px;
}

.dashboard-content-flex-justify-content-space-between {
    justify-content: space-between;
}

.dashboard-content-flex-justify-content-flex-start {
    justify-content: flex-start;
}

.dashboard-content-flex-justify-content-flex-end {
    justify-content: flex-end;
}

.dashboard-content-flex-justify-content-center {
    justify-content: center;
}

.dashboard-content-flex-justify-content-space-evenly {
    justify-content: space-evenly;
}

.dashboard-content-flex-align-items-center {
    align-items: center;
}

.dashboard-content-flex-align-items-end {
    align-items: end;
}

.dashboard-content-flex-align-items-flex-start {
    align-items: flex-start;
}

.dashboard-content-flex-align-items-stretch {
    align-items: stretch;
}

.dashboard-main-content {
    width: 100%;
    background-color: var(--primarylight);
}

.dashboard-content-bubble {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border: none;
    border-radius: 10px;
}

.dashboard-content-cursor-not-allowed {
    cursor: not-allowed;
}

.dashboard-content-cursor-pointer {
    cursor: pointer;
}

.dashboard-content-zero-size {
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

.dashboard-content-z-index-100 {
    z-index: 100;
}

.dashboard-content-position-fixed {
    position: fixed;
}

.dashboard-content-position-sticky {
    position: sticky;
}

.dashboard-content-position-relative {
    position: relative;
}

.dashboard-content-border-radius-a {
    border-radius: 20px;
}

.dashboard-content-border-radius-b {
    border-radius: 15px;
}

.dashboard-content-border-radius-c {
    border-radius: 10px;
}

.dashboard-content-border-radius-d {
    border-radius: 5px;
}

.dashboard-content-thumbnail {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    border: 1px solid var(--black1);
    border-radius: 25px;
    overflow: hidden;
}

.icon {
    opacity: 0.5;
}

.icon-interactable {
    opacity: 0.5;
    transition: opacity 300ms ease;
}

.icon-interactable:hover {
    opacity: 1;
}

.icon-solid {
    opacity: 1;
}

.icon-solid:hover {
    opacity: 1;
}

.loader {
    width: 26px;
    height: 26px;
    border: 4px dotted #FFF;
    border-radius: 50%;
    display: none;
    position: relative;
    box-sizing: border-box;
    border-color: var(--primarydark);
    opacity: 0.5;
    animation: rotation 2s linear infinite;
}

.image {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.image-standard {
    max-width: 600px;
}

.image-thumbnail {
    max-width: 48px;
    max-height: 48px;
}
  
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader.htmx-request {
    display: inline-block;
}

.dashboard-content-mobile-show {
    display: none;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 18px;
    }
    .dashboard-content-flex-gap-a {
        gap: 15px;
    }
    .dashboard-content-padding-a {
        padding: 15px;
    }
    .dashboard-content-mobile-show {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .dashboard-content-flex-gap-a {
        gap: 10px;
    }
    .dashboard-content-flex-gap-b {
        gap: 10px;
    }

    .dashboard-content-padding-a {
        padding: 10px;
    }
    .dashboard-content-padding-b {
        padding: 10px;
    }
    .dashboard-content-mobile-show {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .dashboard-content-mobile-hide {
        display: none;
    }
    .dashboard-content-mobile-show {
        display: inherit;
    }
}

@media screen and (max-width: 500px) {
    .dashboard-content-table-column-secondary {
        display: none;
    }
    .dashboard-content-table-column-primary {
        border-radius: 15px;
    }
}