.inline-code {
    font-family: var(--monospace-font), monospace;
    font-size: 16px;
}

.generator {
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    transition: 0.35s;
    border:1px solid cyan;
    box-sizing: border-box;
    /* flex-grow: 1;
    flex-shrink: 1; */
    /* padding: 0px 20px; */
}

#text-content-box {
    padding-left: 45px;
    max-width: 40vw;
    min-width: 20vw;
}

/* #generator-content-box {
    border: 1px solid black;
    background-color: var(--secondary-color);
    max-height: 580px;
    width: 100%;
    padding: 25px;
    transition: 0.3s;
    margin-top: 45px;
} */

.trading-card {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    border: 1px solid red;
    user-select: none;
    box-sizing: border-box;
    visibility: hidden;
}

.trigger {
    z-index: 55555;
    width: 240px;
    height: 280px;
    padding: 5px;
    /* background-color: rgba(0,0,255,0.5); */
    cursor: pointer;
}

.cardbackground, .cardforeground, .holographic, .cardtexture, .markertexture, .head, .body, .headwear, .cardbase {
    width: 240px;
    height: 280px;
    border-radius: 8px;
    position: absolute;
    box-sizing: border-box;
}

.headwear {
    z-index: 8 !important;
}

.head {
    z-index: 6 !important;
}

.body {
    z-index: 5 !important;
}

.cardbackground {
    z-index: 4;
    object-fit: contain;
}

.cardbase {
    /* box-sizing: border-box; */
    z-index: 0;
    /* background-image: url("Assets/default_bg.png"); */
    background-color: white;
}

.cardforeground {
    z-index: 7;
    object-fit: contain;
    /* border: 1px solid black !important;
    outline: 1px solid #ffffff50; */
    /* outline-offset: -1.5px; */
    /* box-shadow: 0 0 1px 0 black inset, 0 0 1px 0 black !important; */
}

.holographic {
    z-index: 3;
    mix-blend-mode: multiply;
    background-size: 200%;
    opacity: 75%;
    box-shadow: none !important;
    background-position: -50%;
}

.cardtexture, .markertexture {
    z-index: 22;
    box-shadow: none !important;
    filter: brightness(1) !important;
}

.cardtexture {
    mix-blend-mode: screen;
}

.score {
    width: 240px;
    height: 280px;
    font-family: 'Oswald', sans-serif;
    font-style: italic;
    font-weight: bold;
    color: red;
    font-size: 20pt;
    z-index: 7;
    position: absolute;
    box-sizing: border-box;
    box-shadow: none !important;
    padding-top: 30px;
    padding-left: 176px;
}

.descriptor {
    width: 240px;
    height: 280px;
    font-family: 'Permanent Marker', sans-serif;
    /* font-style: italic; */
    text-transform: capitalize;
    color: #262626;
    font-size: 14pt;
    z-index: 7;
    position: absolute;
    box-sizing: border-box;
    box-shadow: none !important;
    padding-top: 225px;
    text-align: center;
}

.watermark {
    width: 240px;
    height: 280px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #262626;
    font-size: 8pt;
    z-index: 22222;
    position: absolute;
    box-sizing: border-box;
    box-shadow: none !important;
    padding-top: 268px;
    padding-left: 10px;
    text-align: left;
    opacity: 0;
}

.graveyard-outer {
    display: flex;
    /* flex-grow: 1; */
    justify-content: center;
    align-items: center;
}

.graveyard {
    padding: 5px;
    margin: 10px;
    height: 290px;
    width: 250px;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    border: 1px dashed var(--primary-color);
    background-image: url("/images/Generator/graveyard-bg.png");
    background-size: cover;
}

.button-container {
    border: 1px solid blue;
    position: relative;
    display: flex;
    justify-content: center;
}

.button {
    font-family: var(--monospace-font), monospace;
    width: 120px;
    height: 35px;
    margin: 4px;
    font-size: 0.8em;
    /* color: var(--primary-color); */
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
    transition: background-color scale 0.35s;
    position: relative;
    cursor: pointer;
}

.button:hover {
    background-color: rgb(var(--primary-rgb) / 0.1);
}

button:enabled:active {
    scale: 0.95;
    /* filter:brightness(60%); */
    /* background: #1e3a8a; */
}

button:disabled {
    scale: 1 !important;
    /* background-color: #2563eb !important; */
    opacity: 0.4;
    pointer-events: none;
}

.sidebar {
    height: 100%;
    width: 300px;
    background-color: #2a2e35;
    position: static;
    margin: 0;
}

.supertext {
    position: absolute;
    z-index: -55555;
}

.secret-code-label {
    font-family: var(--monospace-font), sans-serif;
    color: var(--primary-color);
    padding-right: 10px;
}

.form-container {
    margin: 20px;
    font-size: 20px;
}

#secret-code {
    color: var(--primary-color)
}

input[type=text], select {
    font-family: var(--primary-font), sans-serif;
    width: 354px;
    padding: 6px;
    margin-top: 8px;
    display: inline-block;
    box-sizing: border-box;
    outline: 1px solid black;
    /* background-color: var(--primary-color); */
    transition: 0.2s;
    /* color: var(--secondary-color); */
    font-size: 12pt;
    text-align: center;
}

/* input[type=text]:focus {
    border: 2px solid var(--accent-color) !important;
} */

label, .label-styles {
    font-family: var(--primary-font), sans-serif;
    font-size: 12pt;
    color: black;
}

#warning-text {
    font-family: var(--primary-font), sans-serif;
    font-size: 14px;
    /* color: white; */
    color: var(--segmented-control-label-color);
    margin-left: 4px;
    visibility: hidden;
}

li.segmented-control__item {
    padding: 0;
}

/* Segmented control from Github */
.segmented-control {
    margin: 0;
    display: table;
    table-layout: fixed;
    font-size: 20px;
    padding: 0;
    background: white;
    border: 1px solid var(--primary-color);
}

/* LIST ITEM */
.segmented-control__item {
    display: table-cell;
    list-style-type: none;
}

/* THE ACTUAL RADIO BUTTONS */
.segmented-control__input {
    position: absolute;
    visibility: hidden;
}

/* THE LABEL OF THE RADIO BUTTON */
.segmented-control__label {
    font-family: var(--primary-font), sans-serif;
    display: block;
    padding: 4px 8px 4px 8px;
    width: 100px;
    text-align: center;  
    cursor: pointer;
    color: black;
}

.segmented-control__label:hover {
    background-color: black;
    color: white;
}

.segmented-control__input:checked + .segmented-control__label {
    background: black;
    color: white;
}

label[for="option-2"] {
    border-left: 1px solid black;
    border-right: 1px solid black;
    /* border-radius: 2px;
    margin-right: 2px;
    margin-left: 2px; */
}

#reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.codeblock {
    font-family: var(--monospace-font), monospace;
    font-size: 12pt;
    border-left: 3px solid var(--lightgray);
    padding: 10px;
    background-color: var(--darkgray);
    border-radius: 0px 5px 5px 0px;
}

.codeblock-text {
    font-family: var(--monospace-font), monospace;
    font-size: 12pt;
    color: var(--lightgray);
    margin: 0 !important;
}

#example {
    padding: 24px;
    border: 1px solid black;
    margin: 24px;
}