/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* MODAL RESET */
.react-modal .ant-btn-primary {
    background: none;
    box-shadow: none;
    transition: none;
    padding: auto;
    height: auto;
}
.react-modal .ant-btn-primary:hover {
    background: none;
    box-shadow: none;
    transition: none;
    padding: auto;
    height: auto;
}
.react-modal {
    font-family: 'Inter' !important;
}
.ant-modal-content {
    font-family: 'Inter' !important;
}

/*----------------------------------------------------
    Benjamin Blood
    7/30/24
    Ember Styles
----------------------------------------------------*/
:root {
    --black: #000000;
    --white: #FFFFFF;
    --accent1: #2FF3E0;
    --accent2: #F51720;
    --accent3: #F8D210;
    --accent4: #FA26A0;

    --header: 0;
    --image: "";
}

@font-face {
    font-family: 'Stardom';
    src: url('Fonts/Stardom/Fonts/WEB/fonts/Stardom-Regular.woff2') format('woff2'),
         url('Fonts/Stardom/Fonts/WEB/fonts/Stardom-Regular.woff') format('woff'),
         url('Fonts/Stardom/Fonts/WEB/fonts/Stardom-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('Fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('Fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
    font-style: italic;
}

/* BASIC */
*:not(i) {
    font-family: 'Inter';
}
body {
    min-height: calc(100vh - 96px);
    max-width: calc(100% - var(--header) - 72px);
    background-color: var(--black);
    color: white;
    padding: 48px 36px;
    padding-left: calc(var(--header) + 36px);
    padding-bottom: 24px;
    font-family: 'Inter';
    background-blend-mode: darken;
}
body::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    filter: blur(10px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0vh, rgba(0, 0, 0, 1) 70vh), var(--image) center top / cover no-repeat;
}
footer {
    margin-top: 32px;
    padding-top: 24px;
    text-align: center;
    border-top: 1px solid #FFFFFF33;
}
footer hr {
    width: 100%;
    border: 1px solid #FFFFFF33;
}
footer a {
    color: var(--accent1);
    padding: 0 15px;
    margin: 0 12px;
    font-size: 16px;
}
footer #react-modal0 {
    display: inline-flex;
}
footer .criticalText {
    background-color: transparent !important;
    font-size: 16px;
}

/* TEXT */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Stardom';
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
    font-weight: 400;
}
h3 {
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF80;
}
h4 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 28px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 20px;
    margin: 20px 0;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
li {
    list-style-type: initial;
    list-style-position: inside;
}
button {
    border: none;
    cursor: pointer;
    background-color: transparent;
}
a {
    text-decoration: none;
    color: var(--white);
    align-content: center;
}
.basicLink {
    color: var(--accent1) !important;
    background-color: var(--black) !important;
    padding: 8px 16px;
    border-radius: 8px;
    margin: 0 5px;
}
.inTextLink {
    padding: 0;
    background: none !important;
    color: var(--accent1) !important;
}
.faintLink {
    opacity: 0.5;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.backgroundLink {
    background-color: var(--accent1) !important;
    color: var(--black) !important;
    font-size: 16px;
    border-radius: 6px;
    padding: 9px 15px;
    gap: 8px;
    line-height: 16px;
    height: min-content;
    display: inline-flex;
}
.borderLink {
    color: var(--accent1);
    padding: 9px 15px;
    font-size: 16px;
    border: 1px solid var(--accent1);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    width: max-content;
}
article .borderLink:has(i) {
    color: var(--accent1);
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid var(--accent1);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    width: max-content;
}
.criticalBorderLink {
    color: var(--accent2);
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid var(--accent2);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    width: max-content;
}
.criticalText {
    color: var(--accent2) !important;
}
.criticalText * {
    color: var(--accent2) !important;
}
.backgroundLink:hover {
    color: white;
}

/* HEADER */
header {
    width: max-content;
    height: calc(100vh - 66px);
    padding: 16px;
    left: 16px;
    top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background-color: rgba(255,255,255,0.16);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.66);
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 10;
}
header::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid rgba(255,255,255,0.5);
    z-index: -1;
    border-radius: 5px;
}
header a {
    width: 100%;
    padding: 12px 0;
    display: flex;
    color: inherit;
    text-decoration: none;
    align-items: center;
}
header #topSection {
    width: min-content;
    min-width: 100%;
}
header #topSection img {
    width: 100%;
    border: none;
    box-shadow: none;
}
header #topSection a {
    font-size: 1em;
    margin: 0;
}
header hr {
    width: 95%;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.5);
}
header nav {
    width: 100%;
    height: 50%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
header nav a i {
    font-size: 16px;
    margin-right: 20px;
    width: 20px;
    text-align: center;
}
header #bottomSection {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
header #bottomSection img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--white);
    margin-right: 10px;
}
header a:has(.fa-solid) {
    font-weight: 700;
}

/* CONTENT */
main {
    width: 100%;
    min-height: calc(100vh - 144px);
}
img {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255,255,255,0.16);
}
a:has(i), button:has(i), span:has(i) {
    display: flex;
    gap: 8px;
}

article {
    display: flex;
    padding: 24px 0;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
article div:has(.imgBorder) {
    width: max-content;
    padding-right: 48px;
}
article img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,1);
    display: block;
}
article div {
    width: 20%;
}
article div p:first-child, .details div p:first-child {
    font-size: 14px;
    line-height: 22px;
}
article div p:last-child, .details div p:last-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
article div:last-child {
    text-align: right;
}
article .articleLinks {
    text-align: right;
    flex: 1;
}
article .articleLinks a {
    font-size: 14px;
    margin: 0 10px;
}
article .articleLinks a:last-child {
    margin-right: 0;
}
article .imgBorder {
    width: max-content;
    position: relative;
    padding: 0 4px;
}
article .imgBorder::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.66);
    z-index: -1;
}
article .imgBorder:has(i) {
    width: 100px;
    height: 100px;
}
article .imgBorder i {
    width: 100%;
    height: 100%;
    font-size: 48px;
    color: black;
    border-radius: 50%;
    background-color: var(--accent1);
    border: 1px solid rgba(255,255,255,1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.headSection {
    width: 100%;
    height: min-content;
    margin-bottom: 36px;
    display: inline-flex;
    align-items: center;
}
.headSection > div {
    display: flex;
    flex: 1;
    text-align: right;
    justify-content: flex-end;
    gap: 12px;
}
.headSection div .dropdown a i, .headSection div .dropdown button i {
    margin-right: 0;
}
.headSection .dropdown .dropdownArrow {
    top: calc(100% - 2px);
    right: 13px;
}
.headSection .dropdown .dropdownContent {
    margin-top: 5px;
}

.zeroState {
    width: 40vw;
    height: 40vh;
    margin: calc(30vh - 196px) auto;
    text-align: center;
    display: flex;
    align-items: center;
}
.zeroState > i {
    width: 40vw;
    height: 30vh;
    text-align: center;
    position: absolute;
    z-index: -1;
    font-size: 30vh;
    color: rgba(255, 255, 255, 0.12);
}
.zeroState > div {
    width: 100%;
    height: fit-content;
    margin: auto;
    display: block;
}
.zeroState div h1  {
    margin-bottom: 40px;
}
.zeroState div div .backgroundLink {
    margin: 0 10px;
}

/* IMAGE FLOW */
.imagesSection {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 12px;
}
.imageContainer {
    height: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-start;
}
.imageDiv {
    width: calc(100% - 2px);
    display: flex;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.16);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    justify-content: flex-end;
}
.imageDiv .backgroundLink {
    height: min-content;
    padding: 12px;
    margin-top: 12px;
    margin-right: 12px;
    display: none;
    border: 1px solid var(--accent1);
}
.imageDiv:hover {
    border: 1px solid var(--accent1);
    /* cursor: pointer; */
}
.imageDiv:hover .backgroundLink {
    display: inline-flex;
}
.imageDiv .backgroundLink:hover {
    color: var(--accent1) !important;
    background-color: black !important;
    height: min-content;
}

/* CONTENT RAIL */
.contentRail {
    width: 15vw;
    min-width: min-content;
    height: calc(100vh - 16px);
    padding: 8px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.07);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.66);
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; 
    gap: 32px;
}
.contentRail section {
    margin: 16px;
}
.contentRail section .railSectionHeader {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    align-items: center;
}
.contentRail section .railSectionHeader .inTextLink {
    font-size: 16px;
}
.contentRail .entityBackground {
    width: min-content;
    min-width: calc(100% - 32px);
    white-space: pre-line;
    font-size: 14px;
    line-height: 22px;
}
.contentRail .entityBackground p {
    font-size: 14px;
    line-height: 22px;
}
.contentRail::-webkit-scrollbar {
    display: none;
}
.contentRail .dropdown {
    width: 100%;
}
.contentRail .dropdown > button {
    color: var(--accent1);
    font-size: 16px;
    padding: 16px;
}

/* ENTITIES */
.entityContent {
    width: 100%;
    margin-right: calc(15vw + 16px);
    margin-bottom: 96px;
}

/* INDEX PAGE */
#Ember_Body {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60vh), url('Images/homeBackground.png') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}
#Ember_Main .headSection {
    margin: initial 6px;
}
#Ember_Body .ant-modal-body form {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#Ember_Body .ant-modal-body form div {
    width: calc(50% - 12px);
}
#Ember_Body .ant-modal-body form .emailInputDiv {
    width: 100%;
}
#Ember_Body .ant-modal-body #ant-react-modal0 form {
    gap: 12px 24px;
}
#Ember_Body .ant-modal-body #ant-react-modal2 p {
    margin-bottom: 24px;
}
#Ember_Body .ant-modal-body form #forgotPass {
    width: 100%;
    background-color: transparent !important;
    color: var(--accent1) !important;
    border: none;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    padding: 0;
}

/* VIEW CHARACTER */
#Character_Main {
    display: flex;
}
#Character_Main .imagesSection {
    width: 100%;
    flex-wrap: wrap;
}
#Character_Main .imageContainer {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}
#Character_Main .imagesSection .mainImage {
    width: calc((100% / 3 * 2) - 6px);
    display: inline-flex;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px #00000080;
}
#Character_Main .imagesSection .imageDiv {
    display: inline-flex;
    width: calc((100% / 3) - 10px);
}
#Character_Main .sideImageContainer {
    display: flex;
    gap: 12px;
    flex-direction: column;
    width: calc((100% / 3) - 10px);
}
#Character_Main .sideImageContainer .imageDiv {
    width: 100%;
}
#Character_Main .contentRail .details {
    width: fit-content;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
#Character_Main .contentRail .details div {
    width: calc(50% - 6px);
}

/* CAMPAIGNS */
#MyCampaigns_Main article div {
    width: 40%;
}
#MyCampaigns_Main article div:has(.imgBorder) {
    height: 100px;
    width: 20%;
}
#MyCampaigns_Main article .imgBorder {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center top;
    padding: 0;
}
#MyCampaigns_Main article .imgBorder::before {
    display: none;
}
#MyCampaigns_Main article .imgBorder i {
    border-radius: 6px;
    border: none;
}
#MyCampaigns_Main article img {
    min-width: calc(100% + 6px);
    min-height: calc(100% + 6px);
    top: -6px;
    left: -6px;
    position: relative;
    height: auto;
}

/* VIEW CAMPAIGN */
#Campaign_Main {
    display: flex;
}
#Campaign_Body .ant-modal-body:has(#ant-react-modal2) {
    padding-bottom: 0 !important;
}
#Campaign_Body #ant-react-modal2 form {
    margin-bottom: 36px;
}
#Campaign_Body #ant-react-modal2 form div input {
    margin-top: 0;
}
#Campaign_Body #ant-react-modal2 .editCampaignUsers {
    border-bottom: none;
    border-top: 1px solid rgba(255,255,255,0.20);
    justify-content: space-between;
    text-align: left;
}
#Campaign_Body #ant-react-modal2 .editCampaignUsers div:has(.imgBorder) {
    width: 10%;
    padding-right: 0;
}
#Campaign_Body #ant-react-modal2 .editCampaignUsers .imgBorder img {
    width: 50px;
    height: 50px;
}
#Campaign_Body #ant-react-modal2 .editCampaignUsers div:last-child {
    text-align: right;
}
.contentRail .campaignUsers .railSectionHeader {
    margin-bottom: 0;
}
.contentRail .campaignUsers article {
    padding: 12px 0;
}
.contentRail .campaignUsers article > div {
    width: 100%;
    text-align: left;
}
.contentRail .campaignUsers article > div p:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.contentRail .campaignUsers article > div p:last-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.contentRail .campaignUsers .invitedUser {
    color: rgba(255,255,255,0.5);
}
.contentRail .campaignCharacters div {
    display: flex;
    flex-wrap: wrap;
}
.contentRail .campaignCharacters .campaignCharacter {
    margin-right: -4px;
    position: relative;
    z-index: auto;
}
.contentRail .campaignCharacters .campaignCharacter a img {
    width: 48px;
    border-radius: 50%;
    border: 1px solid white;
}
.contentRail .campaignCharacters .campaignCharacter > a i {
    width: 48px;
    height: 48px;
    font-size: 16px;
    color: black;
    background-color: var(--accent1);
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
}
.contentRail .campaignCharacters .campaignCharacter .imageXMark {
    position: absolute;
    top: 0;
    right: 0;
    display: none !important;
}
.contentRail .campaignCharacters .campaignCharacter:hover a img {
    border: 1px solid var(--accent1);
}
.contentRail .campaignCharacters .campaignCharacter:hover .imageXMark {
    display: block !important;
}
.contentRail .campaignCharacters .campaignCharacter .imageXMark {
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--accent1);
}
.contentRail .campaignCharacters .campaignCharacter .imageXMark a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentRail .campaignCharacters .campaignCharacter .imageXMark i {
    color: black;
    font-size: 12px;
    line-height: 12px;
}

/* USERS */
#Users_Main article div {
    width: 20%;
}
#Users_Main article div:has(.imgBorder) {
    width: min-content;
}
#Users_Main form input {
    padding: 6px;
    border: none;
    border-radius: 2px;
}

/* PRODUCTS */
#PrinttoPlay_Body::before {
    background: none;
}
#PrinttoPlay_Main .headSection {
    height: 15vw;
    display: flex;
}
#PrinttoPlay_Main .headSection div {
    width: calc(100% - 15vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#PrinttoPlay_Main .headSection h1 {
    display: block;
    align-self: flex-start;
}
#PrinttoPlay_Main .headSection h2 {
    display: block;
    align-self: flex-start;
    position: relative;
}
#PrinttoPlay_Main .headSection img {
    width: 15vw;
    display: flex;
    border-radius: 6px;
}
#PrinttoPlay_Main #productFilters {
    margin-bottom: 36px;
}
#PrinttoPlay_Main #productFilters button {
    margin-right: 6px;
    font-weight: 700;
}
#PrinttoPlay_Main #productFilters button i {
    margin-right: 8px;
}
#PrinttoPlay_Main #productFilters .selectedFilter {
    background-color: var(--accent1);
    color: black;
}
#PrinttoPlay_Main #productSection {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 12px;
}
#PrinttoPlay_Main #productSection .product {
    width: calc(25% - 12px);
}
#PrinttoPlay_Main #productSection .product img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 12px;
}
#PrinttoPlay_Main #productSection .product div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
}
#PrinttoPlay_Main #productSection .product div p {
    flex: 1;
    line-height: 22px;
    font-size: 14px;
}
#PrinttoPlay_Main #productSection .product div a {
    height: max-content;
    margin-left: 6px;
}
#PrinttoPlay_Main #productSection .product div a i {
    margin-right: 6px;
}
#PrinttoPlay_Main #productSection .product .price, #ViewProduct_Main .productDetailsSection #price {
    color: var(--accent1);
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

/* VIEW PRODUCT */
#ViewProduct_Main {
    display: flex;
    flex-direction: row;
    gap: 36px;
}
#ViewProduct_Main .productImageSection {
    width: calc(30% - 18px);
    height: min-content;
    display: block;
    position: relative;
}
#ViewProduct_Main .productImageSection #productImage {
    width: 100%;
    border-radius: 6px;
}
#ViewProduct_Main .productImageSection .selectedImage {
    width: calc(3 / 7 * 100%);
    border-radius: 6px;
    border: 1px solid #FFFFFF29;
    box-shadow: 0px 0px 12px 0px #00000080;
    position: absolute;
    z-index: 1;
    bottom: -12px;
    right: -12px;
}
#ViewProduct_Main .productDetailsSection {
    width: calc(70% - 18px);
}
#ViewProduct_Main .productDetailsSection h2 {
    margin-bottom: 12px;
}
#ViewProduct_Main .productDetailsSection #price {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
}
#ViewProduct_Main .productDetailsSection form {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    margin-bottom: 48px;
}
#ViewProduct_Main .productDetailsSection form div {
    width: calc(1 / 4 * 100% - 18px);
    height: max-content;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
#ViewProduct_Main .productDetailsSection form div label {
    font-size: 14px;
    line-height: 22px;
}
#ViewProduct_Main .productDetailsSection form div select, #ViewProduct_Main .productDetailsSection form div input {
    width: 100%;
    border-radius: 6px;
    border: 1px #D9D9D9 solid;
    padding: 7px 12px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
}
#ViewProduct_Main .productDetailsSection form div input {
    width: calc(100% - 26px);
    padding: 6px 12px;
}
#ViewProduct_Main .productDetailsSection form .backgroundLink i {
    margin-right: 8px;
}
#ViewProduct_Main .productDetailsSection h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
#ViewProduct_Main .productDetailsSection p, #ViewProduct_Main .productDetailsSection ul {
    font-size: 14px;
    line-height: 22px;
}

/* CART */
#Cart_Main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.cartItems {
    width: calc(2 / 3 * 100% - 18px);
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}
.cartItems .cartItem {
    width: 100%;
    height: auto;
    display: flex;
    padding: 24px 0px 24px 0px;
    border-bottom: 1px solid #FFFFFF33;
    gap: 24px;
    align-items: stretch;
}
.cartItems .cartItem .cartImage {
    width: 20%;
}
.cartItems .cartItem .cartImage img {
    width: 100%;
    border-radius: 6px;
    background-color: var(--white);
}
.cartItems .cartItem .cartImage:has(i) {
    aspect-ratio: 1 / 1;
}
.cartItems .cartItem .cartImage i {
    width: 100%;
    height: 100%;
    font-size: 48px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartItems .cartItem .cartDetails {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.cartItems .cartItem .cartDetails div {
    width: 100%;
}
.cartItems .cartItem .cartDetails h4 {
    font-size: 16px;
    line-height: 24px;
}
.cartItems .cartItem .cartDetails p {
    font-size: 16px;
    line-height: 24px;
}
.cartItems .cartItem .cartDetails form {
    display: flex;
}
.cartItems .cartItem .cartDetails form label {
    font-size: 14px;
    line-height: 22px;
    margin-right: 16px;
    align-content: center;
}
.cartItems .cartItem .cartDetails form input {
    margin-right: 24px;
    padding: 6px 12px;
    border-radius: 6px;
    border: none;
}
.cartItems .cartItem .cartDetails form input[type='submit'] {
    font-size: 14px;
}
.cartItems .cartItem .cartDetails form a {
    font-size: 14px;
    line-height: 22px;
}
.cartItems .cartItem .cartPrice {
    display: flex;
    flex: 1;
    align-items: center;
}
.cartItems .cartItem .cartPrice p {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
}
#orderSummary {
    width: calc(1 / 3 * 100% - 68px);
    height: fit-content;
    margin-left: 36px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    border: 1px solid #FFFFFF1F;
    border-radius: 5px;
    background: #FFFFFF12;
    backdrop-filter: blur(20px);
    box-shadow: 0px 16px 36px 0px #000000A8;
}
#orderSummary #summaryTitle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
#orderSummary #summaryItems {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}
#orderSummary .summaryItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#orderSummary .summaryItem p {
    width: 50%;
    font-size: 14px;
    line-height: 22px;
}
#orderSummary .summaryItem p:last-child {
    text-align: right;
}
#orderSummary #orderSubtotal {
    flex-wrap: wrap;
}
#orderSummary #orderSubtotal h4:first-child {
    font-weight: 400;
}
#orderSummary #orderCheckout #checkoutLink {
    width: calc(100% - 30px);
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    border-radius: 9999px;
    padding: 6px 15px;
    display: block;
}
#orderSummary #orderCheckout p {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}


/* VIEW USER */
#profileForm {
    width: 25vw;
    margin: auto;
}
#profileForm label {
    font-size: 16px;
    line-height: 24px;
}
#profilePic {
    width: 100%;
    text-align: center;
    text-wrap: nowrap;
}
#profilePic img {
    width: calc(2 / 3 * 100%);
    margin-left: calc(1 / 6 * 100%);
    border-radius: 50%;
    border: 1px solid #FFFFFFA8;
}
#profilePic a {
    font-size: 14px;
    left: -15px;
    position: relative;
    z-index: 1;
}
#Profile_Body .ant-modal-body p {
    margin: 12px 0;
}

/* DOCUMENTS */
.documentContent {
    width: 100%;
    margin: auto;
    line-height: 32px;
    column-count: 2;
    column-gap: 24px;
}
.documentContent p {
    margin-bottom: 20px;
}

/* ENTITY CREATION */
section:has(.entityForm):not(:has(.react-modal-hidden)) {
    width: 50%;
    margin: auto;
}
.entityForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.entityForm hr {
    width: 100%;
    height: 3px;
    border: 0.5px solid #FFFFFF80;
    border-left: none;
    border-right: none;
    margin-bottom: 12px;
}
.entityForm section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.entityForm div {
    width: 100%;
}
.entityForm div label {
    font-size: 14px;
    line-height: 22px;
}
.entityForm div input, .entityForm div textarea, .entityForm div select {
    width: calc(100% - 26px);
    border-radius: 6px;
    border: 1px #D9D9D9 solid;
    padding: 7px 12px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
}
.entityForm div textarea {
    height: 10vh;
    resize: none;
}
.entityForm div textarea[name='bac'] {
    height: 33vh;
}
.entityForm div select {
    width: 100%;
}
.entityForm .characterDetailsGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

/* DROPDOWN */
.dropdown {
    height: 100%;
    width: max-content;
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
}
.dropdown > button {
    padding: 12px;
}
.dropdown .dropdownArrow {
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(100% - 7px);
    right: 15px;
    background-color: white;
    z-index: 2;
    transform: rotate(45deg);
    clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: none; 
}
.dropdownContent {
    height: min-content;
    width: min-content;
    min-width: fit-content;
    display: none;
    position: absolute;
    top: 100%;
    right: 0; 
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 1;
    flex-wrap: wrap;
}
.dropdownContent *:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.dropdownContent *:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.dropdownContent a, .dropdownContent a:hover {
    padding: 0;
    margin: 0;
    width: max-content;
}
.dropdownContent * {
    width: 100%;
    min-width: max-content;
    color: black;
    padding: 5px 16px !important;
    text-decoration: none;
    display: flex;
    border-radius: 0;
    font-size: 14px;
    line-height: 22px;
    flex: 1;
}
.dropdownContent *:hover {
    background-color: #f1f1f1;
}
.dropdownContent .react-modal, .dropdownContent .react-modal span {
    padding: 0 !important;
    border: none !important;
}
.dropdownContent .react-modal button {
    padding: 5px 16px !important;
    border: none !important;
    background: none !important;
}

/* IMAGE GENERATION */
.imageGeneration {
    width: calc(85vw - 148px - var(--header));
    height: fit-content;
    margin: 24px;
    background-color: white;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    bottom: 0;
    border-radius: 12px;
    backdrop-filter: blur(20px);
    box-shadow: 0px 16px 36px 0px #000000A8;
}
.imageGeneration input {
    background-color: white;
    border: none;
    flex: 1;
    font-size: 16px;
}
.imageGeneration input::placeholder {
    color: black;
    opacity: 1;
}
.imageGeneration input:focus {
    outline: none;
}
.imageGeneration input:-webkit-autofill, .imageGeneration input:-webkit-autofill:hover, .imageGeneration input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
}
.imageGeneration .fa-dice-d20 {
    font-size: 36px;
    margin: 18px 24px;
    color: black;
}
.imageGeneration select {
    height: min-content;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 4px 12px;
    padding-right: 0;
    line-height: 22px;
    font-size: 14px;
    gap: 4px;
}
.imageGeneration button {
    padding: 0;
}
.imageGeneration button i {
    font-size: 24px;
    margin: 24px;
    font-weight: 300;
}

/* ANTDESIGN */

/* MODALS */
.react-modal {
    display: inline-flex !important;
}
.react-modal-hidden {
    display: none !important;
}
.ant-modal {
    width: 720px !important;
}
.ant-modal-content {
    background-color: black !important;
    color: white !important;
    box-shadow: 0px 0px 32px 0px #000000 !important;
    border: 1px solid #FFFFFF29 !important;
}
.ant-modal-header {
    background-color: black !important;
    color: white !important;
}
.ant-modal-header .ant-modal-title {
    color: white !important;
    line-height: 62px;
}
.ant-modal-close {
    color: white !important;
    transition: none;
}
.ant-modal-close:hover {
    background: none !important;
}


.ant-modal-body {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 48px !important;
    padding-top: 36px !important;
}

.ant-modal-footer {
    padding-top: 20px !important;
    margin-top: 0 !important;
}
.ant-modal-content .ant-btn-primary {
    background-color: var(--accent1) !important;
    border-color: var(--accent1) !important;
    color: black !important;
}
.ant-modal-footer .ant-btn, .ant-modal-footer button {
    font-size: 16px;
}
.ant-btn-variant-outlined {
    background: none !important;
    color: var(--accent1) !important;
    border-color: var(--accent1) !important;
    transition: none;
}
.ant-modal-footer .inTextLink {
    display: flex;
}
.ant-modal-footer div:has(.inTextLink) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* CONTACT FORM */
#contactForm {
    width: 50%;
    margin: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#contactForm div:nth-child(1), #contactForm div:nth-child(2) {
    width: calc(50% - 12px);
}
#contactForm .backgroundLink {
    width: min-content;
    border: none;
    cursor: pointer;
}
#contactForm textarea {
    height: 33vh;
}
.contactAddress {
    display: none;
}

/* MISCELLANEOUS */
.hidden {
    display: none !important;
}
button:disabled {
    cursor: default;
    opacity: 0.5;
}