
:root {
    --background-grad: linear-gradient(45deg, #1a2f3f, #7094ce);
    --background-grad90: linear-gradient(90deg, #0c0e11, #132849);
    --bg-grad-on: linear-gradient(180deg, #1cf753, #132849);
    --bg-grad-off: linear-gradient(180deg, #f7481c, #132849);
    --bg-grad-unknown: linear-gradient(180deg, #8d8c8b, #132849);
    --background-grad90-rev: linear-gradient(90deg, #132849, #0c0e11);
    --background-hr: linear-gradient(to right, #4e5d74, #101011);
    --border: rgba(17, 17, 17, 0.9);
    --borderLighter: rgb(69 69 69 / 90%); 
    --green: rgb(116, 255, 116);
    --red: rgb(255, 66, 66);
    --grayish: rgb(110, 110, 110);
    --background: rgb(8, 8, 8);
    --background-solid: rgb(8, 8, 8);
    --backgroundLighter: rgb(26 26 26);
    --background-base: rgb(0, 0, 0, 0.8);
    --background-9: rgb(0, 0, 0, 0.9);
    --border-dark: rgb(0, 0, 0, 1);
    --backgroundsolid: rgb(22, 22, 22);
    --blur: blur(10px);
    --formcolor: rgba(73, 73, 73, 0.9);
    --background-revers: hsl(20, 42%, 90%);
    --color-base-font: hsl(214, 100%, 93%);
    --color-accent: rgb(197, 197, 197);
    --color-accent-2: rgb(153, 153, 153);
    --clr-atten: hsl(51, 82%, 64%);
    --clr-delete: hsl(0, 100%, 50%);
    --clr-orange: #ffb76a;
    --clr-orange-hl: hsl(41, 67%, 66%);
    --clr-edit: hsl(113, 100%, 69%);
    --clr-admin: hsl(239, 85%, 79%);
    --color-base-font-revers: hsl(0, 0%, 19%);
    --hammer-base: rgb(105, 105, 105);
    --hammer-lite: rgb(133, 133, 133);
    --fill-pads: rgb(150, 150, 150);
    --page-width: 950px;
    --fnt-main: sans-serif;
    --fnt-fant: fantasy;
    --font-1: Impact, 'Arial Black', 'Helvetica Neue', Helvetica, Verdana, sans_serif;
    --clr-spice: #1A1530;
    --clr-action:  rgb(8, 101, 177);
    --clr-gold: hsl(41, 58%, 39%);
    --clr-blue: hsl(199, 54%, 20%);
    --clr-notice: #D2BC6B;
    --clr-red: hsl(0, 100%, 50%);
    --btn-bg:  hsl(0, 0%, 33%);
    --btn: hsl(0, 0%, 19%);
    --dash-color: #1a2b3c;
}

*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

* {
    font-family:sans-serif;
    font-size: 1em;
    color: var(--color-accent);
}

.userNameMember {
    color: var(--color-accent);
    font-size: 1.2em;
    font-weight: bold;
}

.userNameAdmin {
    color: var(--clr-admin);
    font-size: 1.2em;
    font-weight: bold;
}

.userNameGrunt {
    color: var(--clr-action);
    font-size: 1.2em;
    font-weight: bold;
}

.userUnverified {
    color: var(--clr-delete);
    font-size: 1.2em;
    font-weight: bold;
}

.gcolumn {
    width: 350px;
    font-size: 1.2em;
}

.columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: .8em;
    padding: .4em 0;
}

.wideLoad {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainArea {
    margin-top: 1rem;
}

.swiper-horizontal {
    touch-action: pan-y;
}

#newsTop {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 1);
}

.ttNote {
    background-color: var(--backgroundLighter);
    border-radius: 5px;
    margin-bottom: 1rem;
}

.ttNote-user {
    margin-right: 2rem;
}

.ttNote-admin {
    margin-left: 2rem;
}

body {
    background-color: #1a1a1a; /* Fallback color */
    /* background-image: 
        linear-gradient(30deg, #444 12%, transparent 12.5%, transparent 87%, #444 87.5%, #444),
        linear-gradient(90deg, #444 12%, transparent 12.5%, transparent 87%, #444 87.5%, #444),
        linear-gradient(150deg, #444 12%, transparent 12.5%, transparent 87%, #444 87.5%, #444);
    background-size: 80px 140px;
    background-position: 0 0, 40px 70px, 40px -70px; */
}

.toggle {
    position: relative;
    width: 45px;
    height: 26px;
    border-radius: 20px;
    background-color: var(--btn-bg);
    cursor: pointer;
}

.toggle::after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--btn);
    border: 1px solid var(--btn-bg);
    transform: translateX(0);
}

.toggle.active::after {
    transform: translateX(18px); /* Adjust the value to move the ball */
}

p {
    font-size: 1.3rem;
    color: var(--color-accent);
    line-height: 1.5rem;
    padding: .4rem;
}

i {
    font-size: .6rem;
}

h1 {
    font-family: var(--font-1);
    color: var(--color-accent);
    font-size: 1.5em;
    /* margin-top: .8em; */
    margin-bottom: 2px; 
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 500;
    opacity: 100%;
    font-weight: lighter;
    line-height: 1em;
}

h2 {
    font-family: var(--font-1);
    color: var(--color-accent);
    font-size: 1.5rem;
    font-weight: lighter;
    padding: .4rem;
}

h3 {
    font-size: 1.2rem;
    color: var(--color-accent);
    margin-top: 0px;
    margin-bottom: 0px; 
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
}

h5 {
    font-family: var(--font-1);
    font-size: 2rem;
    color: var(--color-accent);
    margin-top: 0px;
    margin-bottom: 0px; 
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 1px;
}

h6 {
    font-family: var(--font-1);
    font-size: 1.5rem;
    color: var(--color-accent);
    margin-top: 0px;
    margin-bottom: 0px; 
    padding: 0px;
    letter-spacing: 1px;
    font-weight: lighter;
}

hr {
    color: var(--background-hr);
    margin: .2rem 0rem .8rem 0rem;
}

hr {
    border: none;
    height: 2px;
    background-image: var(--background-hr);
    margin: 0.2rem 0 0.8rem 0;
}

article {
    color: var(--color-accent);
    padding: 0rem 0.3rem 0.5rem 0.3rem;
    margin: 0.5rem .2rem 0.2rem 0.2rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-rendering: optimizeLegibility;
    max-width: 420px;
    word-wrap: break-word;
}

article h1 {
    word-wrap: break-word;
}

article img {
    width: 100%;
    margin: 1rem;
}

article p {
    word-wrap: break-word;
}

label {
    cursor: pointer;
}

.ticket-row {
    cursor: pointer;
    background-color: #141414;
}

.ticket-row:hover {
    background-color: var(--background-grad90);
}

.g-recaptcha {
    width: 20rem;
    padding: 0.5rem;
    font-size: 1.5em;
}

::-webkit-scrollbar {
    width: 8px; /* Adjust as needed */
}

::-webkit-scrollbar-thumb {
    background-color: var(--hammer-base); /* Change to the color you want */
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--hammer-lite); /* Change to the hover color you want */
    border-radius: 3px;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexContainer {
    display: flex;
    flex-direction: column;
}

.flexContainerReverse {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#coupon {
    width: 100%;
    height: 3rem;
}

.newsdiv {
    position: relative;
    font-size: 1rem;
    width: 100%;
}

.newsContainer {
    border-radius: 5px;
    padding: .5em;
}

.formDiv {
    padding: .5rem;
    font-size: 1.5em;
}

.form__label {
    position: absolute;
    color: var(--clr-base1);
    cursor: text;
    left: 1rem;
    top: 1rem;
    padding: 0 0.5rem;
    transition: all 200ms ease-in;
    /* background-color: white;  */
}

.form__input:focus ~ .form__label,
.form__input:not(:placeholder-shown).form__input:not(:focus) ~.form__label {
    top:-0.4rem;
    left: 0.5rem;
    font-size:0.8rem;
}

.form__label_2 {
    position: absolute;
    color: var(--clr-base1);
    cursor: text;
    left: .8rem;
    top: 1.5rem;
    padding: 0 0.5rem;
    transition: all 200ms ease-in;
    /* background-color: var(--formcolor); */
    border-radius: 5px;
}

.form__input_2:focus ~ .form__label_2,
.form__input_2:not(:placeholder-shown).form__input_2:not(:focus) ~.form__label_2 {
    top:-0.3rem;
    left: 0.3rem;
    font-size:0.8rem;
}

.form {
    position: relative;
    width: 20rem;
}

.form input {
    position: relative;
}

.form input:hover {
    border-color: var(--clr-spice);
}

.vertColumn {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;    
    min-width: 300px;
    width: 100%;
    padding: .2em 0;
    min-height: 90vh;
}

.toggle-password {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); /* This will center the button vertically */
    /* Other styles here */
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.password-wrapper {
    display: flex;
    align-items: center;
}

.based {
    position: relative;
}

#hero {
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: var(--background-9);
    background-image: url(../img/landing/newsroom.png);
    background-size: cover;
    margin: 0;
    padding: 2em;
    backdrop-filter: var(--blur);
    height: 400px;
}

#mainHero {
    position: relative;
    height: 90vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: start;
    justify-content: center;
    background-color: var(--background);
    /* background-image: url(img/landing/forgebackground.png); 
    background-size: cover;*/
    margin: 0;
    padding: 2em;
    /* backdrop-filter: var(--blur); */
}

.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* z-index: -1; */
    /* transform: translateZ(-10px) scale(2); */
    opacity: 0;
    transition: opacity .25s ease-in-out;
}

#heroText {
    position: relative;
    /* background-color: var(--background-9); */
    border-radius: 5px;
    padding: 2rem 0rem;
    transform: translate(0px, 0px);
    /* box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.5);  */
    filter: blur(0.5px); /* Apply a slight blur to the entire element */
    overflow: hidden; /* Ensure the content stays within the element */
    transition: opcacity 1s ease-in-out;
    transition-delay: 0.5s;
    text-shadow: #000000 1px 1px 2px;
}

#heroText p {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-accent);
    padding: 1rem 1rem 1rem 0;
}

#heroText h1 {
    font-size: 2.5rem;
    color: var(--color-accent);
}

#heroText h2 {
    font-size: 1.5rem;
    color: var(--color-accent);
}

#iContainer {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
}

#interestArea {
    position: relative;
    width: 100%; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between;
}

#powerPoint {
    position: absolute;
    width: 100px;
    height: 50px;
    text-align: center;
    left: 80%;
    top: -35px;
    transform: translateX(-50%);
}

#powerPoint::before {
    content: '';
    position: absolute;
    top: 40;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;

    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(218, 176, 86, 1);
    z-index: 1;
}

#breakPoint {
    position: absolute;
    width: 100px;
    height: 50px;
    text-align: center;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
}

#breakPoint::before {
    content: '';
    position: absolute;
    top: 40;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;

    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid rgba(218, 176, 86, 1);
    z-index: 1;
}

.progress-container {
    position: relative;
    border: 2px solid #2f2f2f;
    height: 30px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

#lanProgressBar {
    background-color: #ff0000;
    height: 26px;
    width: 1px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

#percent {
    width: 75px;
    text-align: center;
}

@keyframes barhighlight {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 110%; }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1) 1px,
        rgba(255, 255, 255, 0.1) 2px,
        rgba(255, 255, 255, 0.1) 20px
    );
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    pointer-events: none; /* Ensure the overlay does not interfere with interactions */
}

.barHighlight {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    animation: barhighlight 5s linear infinite;
}

.lanPics {
    position: relative; 
    margin: 1rem 0;  
    height: auto; 
    width: 100%;
}

.lanTitle {
    width: 100%;
    padding: 1.5rem 0 0 0;
    display: flex; 
    flex-direction: column; 
    justify-content: end; 
    align-items: center; 
    background-image: url('img/lan/biglanfade.png'); 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-size: contain; 
    height: 180px; 
    text-align: center; 
    z-index: 1;
}

.mArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    height: 70px;
}

.left-arrow {
    left: 10px;
    bottom: 50px;
}

.right-arrow {
    right: 10px;
    bottom: 50px;
}

/* #mainProgressBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--background-grad90);
    z-index: 10;
}

#mainProgressBar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--clr-action);
    animation: loading 3s infinite;
} */

.imgHighlight {
    opacity: .9;
    transition: all 0.3s;
}

.imgHighlight:hover {
    opacity: 1;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0; /* Initial width */
    height: 100%;
    background: var(--clr-action);
    transition: width 0.1s linear; /* Smooth transition for width */
}

/* #heroText::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: inherit;
    filter: blur(10px);  Apply a blur to the pseudo-element 
    z-index: -1;  Ensure the pseudo-element is behind the content 
    border-radius: 10px;  Match the border-radius of the parent 
} */


/* .heroContainer {
    position: relative;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 55vh;
    overflow: hidden;
} */

.hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
}

#rent {
    margin: .4rem;
    width: 90%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#landing {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    margin-top: 5rem;
    padding: 0;
    overflow: hidden;
    background-color: var(--background);
}

#section1 {
    position: relative;
    /* background-image: url(../img/landing/icecastle2.png); 
    background-size: 100% auto;
    background-repeat: no-repeat;*/
}


#section3, #section5 {
    display: flex;
    max-width: 1200px;
    flex-direction: column-reverse;
}

#section2, #section4 {
    max-width: 1200px;
    background: var(--background-grad90);
}

.fontOne {
    font-size: 1rem;
}

.fontOneThree {
    font-size: 1.3rem;
}

.notice {
    color: var(--clr-notice);
    background-color: var(--borderLighter);
}

.centeredSection {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

.serverDeets div {
    display: flex;
    align-items: center;
}

.folder {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    background-color: var(--dash-color);
    min-height: 3rem;
}

.folder #backButton {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 75px;
    font-size: x-large;
    border-radius: 5px 0 0 0;
}

.folder #addButton {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 75px;
    font-size: x-large;
    border-radius: 0 5px 0 0;
}

.folder .wikiEdit {
    padding: .4rem;
}

/* .landingDiv div:first-child{
    margin-top: 4rem;
} */

.topDiv {
    align-content: center;
    /* text-align: center; */
    width: 100%;
}

.landingDiv {
    align-content: center;
    padding: 0;
}

.landingDiv div {
    align-content: center;
    text-align: center;
    padding: 1rem 1rem;
}

.landingDiv img {
    max-width: 100%;
    height: auto;
}

.landingDiv div h2{
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.landingDiv div h1{
    font-size: 2rem;
}

.landingDiv div h3{
    font-size: 1rem;
}

.landingDiv div:nth-child(2){
    font-size: 1.2rem;
    line-height: 1rem;
    margin-top: 0rem;
}

.modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: var(--backgroundLighter);
    padding: .2em;
    border-radius: 5px;
}

.modal::backdrop{
    background: rgb(0,0,0, .5);
    backdrop-filter: blur(10px); 
}

.modal div {
    padding: .5em;
}


.modal input[type=text] {
    border-radius: 5px;
    color: var(--color-accent);
    background-color:  var(--backgroundLighter);
    text-decoration: none;
    box-shadow: none;
    border: none;
}

.dyModal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: var(--backgroundLighter);
    padding: .2em;
    border-radius: 5px;
}

.dyModal::backdrop{
    background: rgb(0,0,0, .9);
    opacity: .8;
}

#payment {
    width: 100vw;
    height: 100vh;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: inherit;
    font-size: 1.3em;
    padding: .2em .6em;
    margin: .2em;
    width: unset;
    z-index: 100;
}

.close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: inherit;
    font-size: 1.3rem;
    padding: .2rem .6rem;
    margin: .2rem;
    width: unset;
    z-index: 100;
}

.div_column {
    display: flex;
    position: relative;
    flex-direction: row;
} 

.d_buttons {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}

.d_buttons div {
    display: flex;
    align-items: center;
    width: 100%;
}

.d_container {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: .2rem;
    min-height: 70vh;
}

/* .d_container div {
    margin: 0;
    padding: 0;
} */

.cHead {
    display: flex;
    flex-direction: row;
    background-color: var(--background);
    color: var(--clr-orange);
    font-size: 1.2em;
    font-weight: bold;
}

.cHead h3 {
    color: var(--clr-orange);
}

#infoMain {
    transition: 2s all;
    padding: 1em;
    width: 100%;
    height: 100%;
    min-width: 400px;
}

.div_row {
    display: flex;
    position: relative;
    flex-direction: column;
}

.slim {
    padding: 0;
}

#top {
    display: flex;
    width: 100%;
    background-color: var(--background-9);
    place-content: center;
}

.header {
    display: flex;
    position: sticky;
    justify-content: center;
    place-content: center;
    width: var(--page-width);
    background-color: var(--background-9);
    height: 4rem;
    text-transform: uppercase;
    z-index: 55;
}

#nav-main-menu {
    margin-left: 1.2em;
}

#main {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.page {
    width: var(--page-width);
    min-height: 80vh;
    display: flex;
    flex-wrap: flex;
    margin: 0px;
    padding: 0px;
}

.container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 25;
    width: 100%;
    min-width: 900px;
    min-height: 90vh;
    margin: 0;
    padding: 0;
}

    /* Targeting unordered lists (bullet lists) */
    ul {
        list-style-position: outside; /* Position bullets outside the text */
        padding-left: 40px; /* Adjust this value to align the bullets */
    }
    
    /* Targeting ordered lists (numbered lists) */
    ol {
        list-style-position: outside; /* Position numbers outside the text */
        padding-left: 40px; /* Adjust this value to align the numbers */
    }

[data-tooltip] {
    display: block;
    position: relative;
    z-index: 99;
    color: var(--clr-orange);
}

[data-tooltip]:hover::before {
    display: block;
    content: attr(data-tooltip);
    position: absolute;
    z-index: 400;
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(-100% - 10px));
    background-color: var(--backgroundsolid);
    color: var(--color-base-font);
    padding: .5em;
    border-radius: .3em;
    width: max-content;
    max-width: 20rem;
    text-align: center;
    border: 1px solid var(--formcolor);
    font-size: .8rem;
}

[data-tooltip].tooltip-below:hover::before {
    transform: translate(-50%, 100%); /* Adjust tooltip to appear below the element */
}

.editerTools {
    position: relative;
    border-radius: 5px;
    font-size: 12pt;
    color: var(--background-revers);
    text-decoration: none;
    cursor: pointer;
    background-color: var(--clr-action);
    margin: .1rem;
}

.mask {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;    
    margin: 0;
    /* padding: .6em 0em; */
    /* background: var(--background);
    backdrop-filter: var(--blur); */
}

.container .card {
    background: var(--background);
    backdrop-filter: var(--blur);
}

.card2 {
    background: var(--background);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000;
    padding: .5em;
    margin-top: 5rem;
}

.card4 {
    background: var(--background-9);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000;
}

.mcontainer {
    z-index: 25;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}    

.forum {
    width: 100%;
    display: block;
}

.forum_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: var(--background);
}

.forum_grid {
    display: grid;
    grid-template-columns: 150px 2fr;
    grid-template-rows: 50px 2fr 50px;
    box-shadow: 5px 5px 5px #000000;
    padding: .5em;
}

.colGrid2 {
    display: grid;
    grid-template-columns: 150px 2fr;
    grid-template-rows: 2rem 2rem 2rem ;
    padding: .5em;
}

.grid4col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    
}

.grid5col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr .5fr;
    
}

.gridHigh:hover {
    background-color: var(--backgroundLighter);
}

.wikiGrid {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    cursor: pointer;
}

.wikiGrid div {
    display: flex;
    align-items: center;
    padding: .4rem;
}

.wiki p {
    font-size: 1rem;
}

.billingGrid {
    display: grid;
    grid-template-columns: 2.5fr 1.5fr 1fr .5fr .7fr;
}

.billingGrid div {
    padding: .4rem;
}

.gridHeading {
    background-color: var(--backgroundLighter);
    font-weight: bold;
}

.padded, .f_body, .f_subject, .f_edit, .f_posts{
    padding: .4rem;
}

.f_subject {
    background-color: var(--background);
}

.img-bar {
    width: 300px;
}

.spaced {
    margin: .4em;
    padding: .4em;
} 

.img-bar div {
    padding: 1em;
}

.wide-2 {
    grid-column: span 2;
}

.long-2 {
    grid-row: span 2;
}

#bottom {
    display: flex;
    position: relative;
    width: 100%;
    place-content: center;
    /* margin-top: .5em; */
}

.footer {
    color: var(--color-accent);
    width: 100%;
    background-color: var(--background);
    display: flex;
    flex-wrap: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    backdrop-filter: var(--blur);
    border: var(--border) solid 1px;
}

.login {
    align-self: center;
    display: grid;
    margin: 0em 0em;
    padding: .2em;
    grid-template-columns: 50% 50%;
    grid-template-rows: 150px 140px 150px 150px 150px;
    grid-template-areas: 
        "header header"
        ". .";
    font-size: 4em;
    width: 100%;
}

#logged {
    font-size: 1.5em;
}

.serverContainer {
    border-radius: 5px;
    background-color: var(--background);
    border: var(--border);
}

.actionContainer {
    background: unset;
}

.bigCard {
    padding: .5em;
    margin: .8em;
    background-color: var(--background);
    min-width: 45ch;
    min-height: 45ch;
    width: 46%;
    border-radius: 5px;
}

.bigCard div {
    padding: .2em;
}

.item1 {
    grid-area: header;
}

.profile {
    position: absolute;
    right: 5px;
    width: 500px;
}

#profile {
    width: 40px;
    fill: var(--clr-orange);
}

#bigBold {
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: var(--color-accent);
    font-size: 2em;
    margin-top: 0px;
    margin-bottom: 2px; 
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 500;
    opacity: 100%;
    font-weight: lighter;
}

.title {
    font-family: var(--font-1);
    font-weight: lighter;
    font-size: 5em;
    top: 16px;
    opacity: 1;
    z-index: 45;
}

.cool {
    font-family: var(--font-1);
    font-weight: lighter;
    color: #E74C3C;
    text-transform: capitalize;
}

.cool:hover {
    color: #ffffff;
}

#log {
    background-color: var(--background-9);
    box-shadow: 5px 5px 5px #000000;
    border-radius: 5px;
}

#login {
    padding: .1em;
    border: none;
    border-radius: 0;
    color: var(--color-base-font);
    /* background-color: var(--color-base-font-revers); */
    box-shadow: 0px 5px 5px #000000;
    font-size: 4em;
    text-align: center;
}

#login-btn {
    width: 19rem;
    height: 3rem;
    border-radius: 5px;
    color: var(--clr-base1);
    border: none;
    background-color: var(--clr-action);
    font-size: 1.2em;
    font-family: inherit;
    cursor: pointer;
    padding: unset;
    margin: unset;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--clr-offbase);
    border: 2px solid var(--clr-base1);
    border-radius: 5px;
}

/* Customize the label (the container) */
.customBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

/* Hide the browser's default checkbox */
.customBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: var(--formcolor);
    border: 2px solid var(--clr-base1);
    border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .customBox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .customBox input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .customBox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .customBox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .serverState {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--background);
    padding: .5em 1em;
    margin: .2rem;
    border-radius: 5px;
    font-weight: bold;
  }

.serverBtn div {
    background-color: var(--background);
    padding: .2em;
    margin: .2em 0em;
    border-radius: 5px;
}

.servers {
    font-size: 1rem;
    color: var(--clr-orange);
    padding: .2em;
    margin: .2em 0em;
    border-radius: 5px;
}

.servers:hover {
    background-color: var(--background);
    color: var(--background-revers);
}

.serverBtn div:hover {
    filter: brightness(50%);
}

.serverBtn h2 {
    font-size: 14pt;
}

.serverBtn {
    color: var(--color-accent);
}

nav a {
    color: var(--clr-orange);
    text-decoration: none;
    font-size: 1.3em;
    text-transform: uppercase;
}

.divNav div {
    color: var(--clr-orange);
}

.divNav:hover div {
    color: var(--background-revers);
}

.divNav:hover {
    background-color: var(--background-grad);
}

a.nav2:link, a.nav2:active, a.nav2:visited {
    color: var(--color-base-font);
    text-decoration: none;
    text-transform: uppercase;
    padding: 1px;
    margin:1px;
}

a.nav2:hover {
    color: var(--color-base-font);
    background: rgb(0, 0, 0,0.3);
}

a.admin:link, a.blue:active, a.blue:visited {
    color: var(--clr-admin);
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

a.admin:hover {
    color: var(--color-base-font);
}

a {
    color: var(--clr-orange);
    text-decoration: none;
    font-size: 1.3rem;
}

a:hover {
    color: var(--color-accent);
}

.arrow {
    color: var(--clr-atten);
    text-decoration: none;
}

.arrow:hover {
    color: var(--color-accent);
}

.fancy-header {
    position: relative;
    color: #ffffff;
    width: 100%;
    font: 1.3rem var(--font-1);
    text-shadow: 1px 1px 2px black;
    text-indent: 25px;
    background: var(--background-grad);
    z-index: 1;
    padding: .3em 0em;
}

/* .down1 {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    padding: .4em;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: var(--background);
    color: var(--background-revers);
    font-family: var(--fnt-fant);
    font-size: 1.4em;
    text-align: left;
    transition: all 0.2s ease-in;
}

.down1:hover {           
    color: var(--clr-orange);
    background-color: var(--color-base-font-revers);
}

.down1::after {
    content: '▲';
    float: right;
}

.down1--active + .accordion__content {
    display: none;
}

.down1--active {
    border: 1px solid #000000;
    border-radius: 0;
    color: var(--background-revers);
    background-color: var(--color-base-font-revers);
    box-shadow: 0px 5px 5px #000000;
}

.down1--active::after {
    content: '▼';
} */

/* .accordion__content {
    position: relative;
    display: block;
    z-index: 2;
    padding: 10px 15px;
    transition: all .5s;
} */

/* new for the nav */

.down {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    padding: .4em;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: var(--background);
    color: var(--background-revers);
    /* font-family: var(--fnt-fant);
    font-size: 1.4em; */
    text-align: left;
}

.accordion__content {
    display: none;
    position: relative;
}

.down--active + .accordion__content {
    display: block;
}

.down::after {
    content: '▼';
    float: right;
    transition: transform 0.25s ease;
}

.down--active::after {
    transform: rotate(180deg);
}

/*   log in accordion start   */
.log-down1 {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    padding: .4em;
    border-radius: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background: var(--background);
    color: var(--background-revers);
    text-align: left;
    transition: all 0.2s ease-in;
}

.log-down1:hover {           
    color: var(--clr-orange);
    background-color: var(--color-base-font-revers);
}

.log-down1::after {
    float: right;
    content: '▼';
}

.log-accordion__content {
    position: relative;
    display: none;
    z-index: 2;
    padding: 10px 15px;
    overflow: auto;
    transition: all .5s;
} 

.log-down1--active + .log-accordion__content {
    display: block;
}

.log-down1--active {
    border: none;
    border-radius: 0;
    color: var(--color-base-font);
    background-color: var(--color-base-font-revers);
    box-shadow: 0px 5px 5px #000000;
}

.log-down1--active::after {
    content: '▲';
}

/*   log in accordion end   */

/* table formating */
.stats {
    width: 100%;
}

.stats tr td {
    padding: .5em;
}

.stats tr:nth-child(even) {
    background-color: var(--background-9);
}

.w-table tr td {
    padding: .5em;
}

.colHead {
    background: var(--color-base-font-revers);
    padding: .6em;
}



/*
.slider {
    border: 0;
    background: var(--background-grad);
    color: var(--color-base-font);
    padding: 0.2em 0.8em;
    position: relative;
    z-index: 47;
    cursor: pointer;
    border-radius: 1px;
    margin: .2em;
}

.slider a {
    text-decoration: none;
    font-size: large;
}
*/
.slider:hover {
    cursor: pointer;
}
/*  color: var(--color-accent-2);
.slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-grad);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 200ms ease-in;
}

.slider:hover::after {
    content: '';
    transform: scaleX(1);
    transform-origin: left;
}
*/
.btn-thing {
    display: inline-block;
    position: relative;
    margin: 10px;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    font: inherit;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px hsla(0, 0%, 100%, 0.22);
    box-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.2), inset 1px 1px 1px hsla(0, 0%, 100%, 0.44);
    transition: all 0.15s ease;
    border-radius: 9px;
    border: 2px solid hsla(0, 0%, 0%, 0.2);
    cursor: pointer;
}

.btn-thing:hover {
    filter: brightness(.8);
}

.orangish {
    color: var(--clr-orange);
    background: var(--clr-orange-hl);
    cursor: pointer;  
}

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

.gcolor {
    color: #FFCC33;
    font-size: 1em;
}

.btn-thing-small {
    display: inline-block;
    position: relative;
    font-size: .8em;
    padding: .2em .6em;
    margin: .4em;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    text-shadow: 1px 1px 1px hsla(0, 0%, 100%, 0.22);
    box-shadow: 1px 1px 1px hsla(0, 0%, 0%, 0.2), inset 1px 1px 1px hsla(0, 0%, 100%, 0.44);
    transition: all 0.15s ease;
    border-radius: 9px;
    border: 2px solid hsla(0, 0%, 0%, 0.2);
    cursor: pointer;
}

.btn-thing-small:hover {
    filter: brightness(.8);
}

.btn-slick {
    font-size: .8em;
    padding: .25em .5em;
    margin: .4em;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    border-radius: 5px;
    border: unset;
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(60, 140, 231, 0.9);
}

.btn-slick:hover {
    color: rgba(0, 0, 0, 0.9);
    background-color: rgba(60, 140, 231, 0.9);
    border: unset;
}

.small {
    font-size: .8em;
    color: var(--clr-orange);
    padding: .4rem;
}

.smaller {
    font-size: .6em;
}

.greenish {
    color: hsl(133, 67%, 29%);
    background: hsl(123, 67%, 66%);
    cursor: pointer;
}

#hammer {
    position: absolute;
    stroke: #999999;
    stroke-width: 2px;
    width: 150px;
    left: 790px;
    top: 10px;
    animation: smack 0.5s ease backwards 5s;
}

/*
.cls-2 {
    fill: yellowgreen;
}

#hammer {
    fill:var(--hammer-base);
}
*/

#Layer_3 {  /* gem */

    animation: pulse 1s ease-in-out 6s infinite;
}

@keyframes pulse {
    0%{
        fill: rgb(255, 145, 0); 
    }
    50%{
        fill: rgb(251, 255, 0); 
        filter: drop-shadow(0px 0px 5px rgb(251, 255,0))
    }
    100%{
        fill: rgb(255, 145, 0); 
    }
}
/* fill: transparent; */
@keyframes smack{
    from{
        
        transform: rotate(45deg);
    }
    to {
        transform: rotate(-5deg);
    }
}
/*          
    <style>.cls-1{fill:#4d4d4d;}.cls-2{fill:#4d4d4d;}</style>
            */

.castle {
    visibility: hidden;
    position: absolute;
    z-index: 50;
    right: 5px;
    top: 10px;
    width: 75px;
}

.newsLogo {
    border-radius: 5px;
}

#logo {
    width: 75px;
    fill: var(--color-base-font-revers);
    left: 145px;
    top: 15px;
    z-index: 55;
}

#nlogo {
    width: 75px;
    fill: var(--color-base-font-revers);
    z-index: 55;
}


.logo-2 {
    position:absolute;
    left: 0%;
    bottom: -20%;
    width: 200px;
}

.logo-img {
    margin: .4em 1em .4em 0;
    border-radius: 5px;
    border: solid 2px black;
    transition: all .3s;
}

/* .logo-img:hover {
    transform: scale(1.2);
} */

.sshot {
    margin: .4em;
    border-radius: 10px;
    border: solid 2px black;
    transition: all .3s;
}

.sshot:hover {
    transform: scale(1.4);
}

.bot-nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    align-content: center;     
    text-align: center;  
    margin: 1em auto 1em;
    margin-top: 4px;
    margin-bottom: 0px;
    color: var(--color-accent);
}

.bot-nav a {
    color: var(--clr-orange);
}

a.edit:link, a.edit:active, a.edit:visited {
    color: var(--clr-edit);
    text-decoration: none;
    font-size: 10pt;
    padding:1px;
    margin:1px;
}

a.edit:hover {
    color: var(--color-base-font);
}

.edit {
    color: var(--clr-edit);
    border: none;
    background-color: unset;
    font-size: 10pt;
    padding: 1px;
    margin: 1px;
}

.edit:hover {
    color: var(--color-base-font);
}

a.delete:link, a.delete:active, a.delete:visited {
    color: var(--clr-delete);
    text-decoration: none;
    font-size: 10pt;
    padding:1px;
    margin:1px;
}

a.delete:hover {
    color: var(--color-base-font);
}

.bot-nav-item {
    align-items: center;
    position: relative;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    width: 70px;
}

.info {
    color: var(--background-revers);
    font-size: 2rem;
    background: #524f49;
    padding: 0.5em;
    margin: 5px;
    border-radius: 5px;
}
/* input formatting */

/* .element {
    font-family: inherit;
    border-radius: 5px;
    color: var(--background-revers);
    background-color: var(--formcolor);
    text-decoration: none;
    box-shadow: none;
    border: none;
    padding: .2em;
    min-height: 30em;
}     */

#toolbar {
    position: sticky;
    background-color: var(--background-9);
    border-radius: 5px;
    top: 0; /* This aligns the toolbar to the top of the viewport */
    z-index: 100; /* This ensures it stays above other content; adjust as necessary */
    }
    
.element div {
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    border-radius: 5px;
    color: var(--color-accent);

    border: none;
    padding: .4em;
    min-height: 30em;
}

.element div p {
    font-size: 1rem;
    line-height: 1rem;
}

.flexArea {
    width: 100%;
    height: 60vh;
    padding: 0;
    padding: .5rem .4rem;
    margin: .5rem 0;
    border-radius: 5px;
}

#restartCompose {
    display: none;
}

button {
    position: relative;
    padding: .5em 1em;
    color: var(--clr-orange);
    background-color: var(--clr-action);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    /* margin: .4rem; */
    font-weight: bold;
}

button:hover {
    opacity: .9;
}

/* .button {
    padding: .5em 1em;
    color: var(--clr-orange);
    background-color: var(--clr-action);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin: .4rem;
    width: 100%;
} */

.button2 {
    padding: .5em 1em;
    color: var(--clr-orange);
    background-color: var(--clr-action);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    margin: .4rem;
    width: 3rem;
}

.mbutton {
    margin: .4rem 0;
    padding: 1rem 2rem;
    width: 100%;
}

.flexButton {
    padding: .5rem;
}

.eye {
    stroke: #fff;
}

/* button:hover {
    color: var(--clr-base);
    border-color: var(--clr-spice);
    background-color: var(--clr-spice);
} */

OPTION {
    background-color: var(--background-9);
    color: var(--color-base-font);
    border: solid 1px var(--formcolor);
}

.news {        
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 25;
    width: 100%;
}

.article {
    display: block;
    margin: 1em;
    padding: .2em;
    z-index: 25;
    position: relative;
    font-family: var(--fnt-main);
    background-color: var(--background-9);
    border-radius: 5px;
    word-wrap: break-word;
}

/* .article h1 {
    text-indent: 1em;
} */

.article a img {
    margin: 1em;
}

.article2 {
    display: flex;
    flex-direction: column;
    margin: 1.5em .5em;
    padding: 0em 0.3em 0.5em 0.3em;
    z-index: 25;
    position: relative;
    font-family: var(--fnt-main);
    background-color: var(--background-9);
    border-radius: 5px;
    width: 50ch;
    height: 40ch;
    flex-grow: 1;
}

.article2 h1 {
    font-size: 1.4em;
    padding: .4em;
    background-color: var(--background);
    border-radius: 5px;
}

.story-title {
    display: flex;
    flex-direction: row;
    position: relative;
}

.story-lord {
    display: flex;
    flex-direction: column;
}

.story-lord img {
    margin-bottom: .8em;   
}

.story-title div img {
    border-radius: 5px;
    transition: .3s ease-out;
}

/* .story-title div img:hover {
    transform: scale(1.05);
} */

.comments {
    display: flex;
    position: relative;
    flex-direction: column;
}

#full_story {
    position: absolute;
    left: 225px;
    bottom: 40px;
    z-index: 85;
}

#author {
    position: absolute;
    border-radius: 50%;      
    width: 50px;
    border: 3px solid var(--background-9);
    left: 375px;
    bottom: 50px;
    transition: .3s ease-out;
    z-index: 85;
}

#author:hover {
    transform: scale(1.05);
}

.plate {
    position: absolute;
    left: 425px;
    bottom: 50px;
    padding: .3em;
    border-radius: 3px;
}
/* profile pic in member list*/
.prof-pic {
    border-radius: 50%;      
    width: 50px;
    border: 3px solid var(--background-9);
    transition: .3s ease-out;
}

.prof-pic:hover {
    transform: scale(1.05);
}

/* changes for the story page */
#s-author {
    position: relative;
    border-radius: 50%;      
    width: 50px;
    border: 3px solid var(--background-9);
    transition: .3s ease-out;
    z-index: 85;
}

.rAlign {
    text-align: center;
}

#avatar {
    position: absolute;
    left: -20;
    top: -20;
    z-index: 75;
    border-radius: 50%;  
    transform: scale(.75);  
}

#avatar img {
    border-radius: 50%;
}

    .avatar {
        position: relative;
        border-radius: 50%;      
        width: 50px;
        border: 3px solid var(--background-9);
        transition: .1s ease-out;
        z-index: 85;
    }

.avatarBig {
    position: relative;
    border-radius: 50%;      
    width: 150px;
    border: 3px solid var(--background-9);
    transition: .1s ease-out;
    z-index: 85;
}

.profileGrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    padding: .5rem .2rem;
}

#stripe {
    position: absolute;
    height: 3rem;
    width: 100%;
    z-index: -1;
    top: 1rem;
    background: var(--background-grad90-rev);
}

#pHead {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 1rem .2rem 2.2rem .2rem;
}

.pHeader {
    width: 50%;
    font-style: var(--fnt-fant);
    font-size: 1.5rem;
    text-align: right;
    z-index: 99;
    position: relative;
}

#pMain {
    background: var(--background);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000;
    padding: 0rem 1.5rem 1.5rem 1.5rem;
    margin: 0rem .4rem .4rem .4rem;
    width: 100%;
    border: var(--border) 1px solid;
}

.pInfo {
    background: var(--background);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000;
    padding: 1.5rem;
    margin: .4rem;
    min-width: 300px;
    width: 100%;
    flex-grow: 1;
    border: var(--border) 1px solid;
}

.grid-col-span-2 {
    grid-column: span 2;
}

.grid-col-span-3 {
    grid-column: span 3;
}

.grid-row-span-all {
    grid-row: span 16;
}

.grid-row-span-7 {
    grid-row: span 7;
}

.detailsGrid {
    display: grid;
    grid-template-columns: .5fr 1fr;
    gap: 1.5rem;
}

.detailsGridServer {
    display: grid;
    grid-template-columns: .6fr 1fr;
    gap: 1.5rem;
    width: 100%;
    overflow: hidden;
}

.detailsGridServer div {
    font-size: 1.3rem;
}

/* .article h1 {
    text-indent: 0em;
} */

.gameContainer {
    width: 100%;
    min-height: 60vh;
}

.game {
    overflow: hidden;
}

#gameTitles {
    position: relative;
    align-content: space-between;
    width: 100%;
}

.gtitle {
    display: inline-block;
    width: 100%;
    text-align: center;
    /* align-content: center; */
    padding: 1.5rem 0 0 0;
    background-color: var(--background-9);
}

#rentmebutton {
    position: absolute;
    visibility: hidden;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    transition: all .15s ease-in-out;
}

.gameCard {
    /* flex: 0 0 100%; */
    position: relative;
    min-width: 250px;
    height: 100%;
    margin: .2rem .4rem;
    /* width: 100%; */
    transition: all .25s ease-in-out;
    opacity: .9;
    overflow: hidden;
}

.gameCard:hover {
    opacity: 1;
    /* transform: scale(1.05); */
}

.innerCard {
    cursor: pointer;
}

.gameCard:hover .gcimgBackground {
    transition: all .25s ease-in-out;
    transform: scale(1.05);
}

.gameCard:hover #rentmebutton {
    visibility: visible;
}

.gameCard .gcimgBackground {
    width: 100%;
    height: auto;
}

.gameCard .gctitle {
    text-align: center;
    font-family: var(--font-1);
    color: var(--background-revers);
    font-size: 2rem;
    position: relative;
    height: 100px;
    width: 100%;
    background-color: var(--backgroundLighter);
    padding: 1rem 0;
}

.gPrice {
    position: absolute;
    top: 90%;
    left: 75%;
    transform: translateX(-50%);
    color: var(--formcolor);
    font-weight: bolder;
    background-color: var(--background);
    backdrop-filter: blur(10px);
    padding: .4rem;
    border-radius: 5px;
}

.discount {
    position: absolute;
    top: 70%;
    left: 80%;
    transform: translateX(-50%) rotate(-20deg);
    background-color: var(--background-9);
    color: var(--clr-red);
    font-weight: 700;
    padding: .4rem;
    border-radius: 5px;
    font-size: 1.5rem;
}

.sale {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--clr-red);
    background-color: var(--background-9);
    font-weight: 700;
    padding: .4rem;
    border-radius: 5px;
    font-size: 1.2rem;
    white-space: nowrap; /* Prevents text from wrapping */
    min-width: 100px; /* Or whatever minimum width you find suitable */
}

#gameSelector {
    width: 100%;
    font-size: 1.2rem;
}

#wSize {
    display: none;
}

#worldSettings {
    display: none;
}

#modList {
    display: none;
}

#imgFrame {
    position: relative;
}

#imgFrame img {        
    width: 200px;
    height: auto;
    border-radius: 5px;
}

.gameImage img {
    border-radius: 5px;
}

.gameImage {
    max-width: 90vw;
    display: none;
    visibility: hidden;
}

.rightside {
    visibility: hidden;
    display: none;
    position: relative;
    transform: scale(0,1); 
}

.top {
    position: relative;
    z-index: 99;
    display: block;
    width: 100%;
    padding: .4em;
    border-radius: 0;
    border: none;
    outline: none;
    background: var(--background);
    color: var(--background-revers);
    font-family: var(--fnt-fant);
    font-size: 1.4em;
    text-align: left;
    transition: all 0.2s ease-in;
}

.top a {
    color: var(--background-revers);
    font-family: var(--fnt-fant);
}

.top a:hover {
    color: var(--clr-orange);
}

.highlight:hover {
    filter: brightness(.8);
}

.container-1 {
    z-index: 25;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}
/*///////////////////// NAVAGATION STUFF /////////////////////////*/
/* Set the initial position of the menu off-screen to the left */
.mobile-menu {        
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #000000;
    padding: .4rem;
    padding-top: 5rem;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);  /* off-screen */
    transition: transform 250ms ease-in-out;  /* smooth transition */
    overflow-x: scroll;
}

/* When the menu is active, translate it back to its original position */
.mobile-menu.active {
    transform: translateX(0);  /* back on-screen */
}

.nav-toggle-label {
    position: absolute;
    top: 25px;
    left: 5px;
    margin-left: 1em;
    height: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    z-index: 100;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

.nav-toggle-label span {
    display: block;
    background: var(--clr-orange);
    height: 5px;
    width: 30px;
    border-radius: 2px;
    transition: all 0.3s;
}

.nav-toggle-label span {
    transition: all 0.3s;  /* this makes the transition smoother */
}

.nav-toggle-label.active span:nth-child(1) {
    transform-origin: top left;  /* pivot from top left */
    transform: rotate(45deg); 
}

.nav-toggle-label.active span:nth-child(2) {
    opacity: 0; 
}

.nav-toggle-label.active span:nth-child(3) {
    transform-origin: bottom left;  /* pivot from bottom left */
    transform: rotate(-45deg); 
}

#slimNav {
    position: fixed;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 5rem;
    z-index: 100;
    background-color: #000000;
}

.slimNav {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nProfile {
    position: absolute;
    top: 20px;
    right: 5px;
    margin-right: 1em;
    height: 30px;
    z-index: 100;
}

.sLogo {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

/* ----------------header logo-------------------- */
/* #logo4 {
    position: absolute;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fill 0.5s ease forwards 5s;
}

#logo4 path:nth-child(1){
    stroke-dasharray: 152px;
    stroke-dashoffset: 152px;
    animation: line-anim 2s ease forwards;
    stroke: var(--color-accent);
}
#logo4 path:nth-child(2){
    stroke-dasharray: 176px;
    stroke-dashoffset: 176px;
    animation: line-anim 2s ease forwards 0.3s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(3){
    stroke-dasharray: 161px;
    stroke-dashoffset: 161px;
    animation: line-anim 2s ease forwards 0.9s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(4){
    stroke-dasharray: 273px;
    stroke-dashoffset: 273px;
    animation: line-anim 2s ease forwards 1.2s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(5){
    stroke-dasharray: 273px;
    stroke-dashoffset: 273px;
    animation: line-anim 2s ease forwards 1.5s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(6){
    stroke-dasharray: 179px;
    stroke-dashoffset: 179px;   
    animation: line-anim 2s ease forwards 1.8s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(7){
    stroke-dasharray: 177px;
    stroke-dashoffset: 177px;
    animation: line-anim 2s ease forwards 2.1s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(8){
    stroke-dasharray: 171px;
    stroke-dashoffset: 171px;
    animation: line-anim 2s ease forwards 2.4s;
    stroke: var(--color-accent);
    
}        
#logo4 path:nth-child(9){
    stroke-dasharray: 143px;
    stroke-dashoffset: 143px;
    animation: line-anim 2s ease forwards 2.7s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(10){
    stroke-dasharray: 170px;
    stroke-dashoffset: 170px;
    animation: line-anim 2s ease forwards 3.0s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(11){
    stroke-dasharray: 177px;
    stroke-dashoffset: 177px;
    animation: line-anim 2s ease forwards 3.3s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(12){
    stroke-dasharray: 198px;
    stroke-dashoffset: 198px;
    animation: line-anim 2s ease forwards 3.6s;
    stroke: var(--color-accent);
}        
#logo4 path:nth-child(13){
    stroke-dasharray: 179px;
    stroke-dashoffset: 179px;
    animation: line-anim 2s ease forwards 3.9s;
    stroke: var(--color-accent);
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
} */

@keyframes fill{
    from{
        fill: transparent;
    }
    to {
        fill: var(--color-accent);
    }
}

#sliderDiv, #sliderDiv2, #sliderDiv3, #sliderDiv4, #sliderDiv5{
    position: relative;
}

.indent {
    position: relative;
    margin: 0px 10px ;
}

.slider-container {
    text-align: center;
}
  
.label-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

#combatSlider, #deathslider, #resources, #raids, #portals {
    width: 100%;
}

#combatLabel, #deathLabel, #resourceLabel, #raidLabel, #portalLabel {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 25px;  
}

/* Hide default checkbox */
.round-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    border: 2px solid #555;
  }
  
/* When checkbox is checked */
.round-checkbox:checked {
    background: #555;
}

/* Add a checkmark when checked */
.round-checkbox:checked:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 2px;
    background: white;
}

#imageGallery {

    background-color: #000000;
    overflow-x: auto; /* Horizontal scroll */
    overflow-y: auto; /* Disable vertical scroll */
    white-space: wrap; /* Keep items in a single line */
    display: none; /* Initially hidden */
    max-height: 60vh;
}

#imageGallery.vertical {
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: auto; /* Vertical scroll */
    white-space: normal; /* Allow items to wrap */
}

#imageGallery img {
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    /* Add more styling as needed */
}

.image-align-left {
    float: left;
    margin-left: unset;
}
  
.image-align-right {
    float: right;
    margin-right: unset;
}

.divLeft {
    background-color: var(--borderLighter);
    border-radius: 5px;
    padding: 2rem;
    margin: 1rem 1rem 1rem 0;
}

.divRight {
    background-color: var(--borderLighter);
    border-radius: 5px;
    padding: 2rem;
    margin: 1rem 0 1rem 1rem;
}

.divCenter {
    background-color: var(--borderLighter);
    border-radius: 5px;
    padding: 1rem;
    margin: 1rem 1rem 1rem 1rem;
}
 
.mMaxWidth {
    max-width: 420px;
}

.c_form {
    width: 100%;
}

.highlight-card {
    position: absolute;
    right: -300px;
    top: 13%; 
    /* width: 150px;
    height: auto;*/
    animation: fromRight 1s forwards; 
    text-align: center;
}

.highlight-card img {
    width: 100px;
    height: auto; 
    transform: rotate(80deg);
    animation: floatIn 2s forwards; 
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    animation: floatIn 1s forwards, glow 3s infinite alternate;
    z-index: 2;
}

.highlight-card img:hover {
    opacity: .8;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(255, 255, 255, 1);
    transition: all .5s;
}

#deal {
    position: absolute;
    right: -300px;
    top: 13%; 
    font-size: xx-large;
    /* width: 150px;
    height: auto;*/
    animation: fromRight 1s forwards; 
}

.cardTitle {
    position: absolute;
    width: 100%;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--background-9);
    z-index: 99;
}

.highlightText {
    position: relative;
    width: 200px;
    height: 100px;
    z-index: 99;
    font-size: 1.4rem;
    font-family: var(--font-1);
    text-shadow: 
    2px 2px 4px rgba(0, 0, 0, 0.9), /* Bottom right shadow */
    -2px -2px 4px rgba(0, 0, 0, 0.9), /* Top left shadow */
    2px -2px 4px rgba(0, 0, 0, 0.9), /* Top right shadow */
    -2px 2px 4px rgba(0, 0, 0, 0.9); /* Bottom left shadow */
}

.highlightSubText {
    text-shadow: 
    2px 2px 4px rgba(0, 0, 0, 0.9), /* Bottom right shadow */
    -2px -2px 4px rgba(0, 0, 0, 0.9), /* Top left shadow */
    2px -2px 4px rgba(0, 0, 0, 0.9), /* Top right shadow */
    -2px 2px 4px rgba(0, 0, 0, 0.9); /* Bottom left shadow */
}

#highlightInfo {
    position: relative;
    width: 100%;
}

@keyframes floatIn {
    from {
        right: -300px;
        transform: rotate(10deg);
    }
    to {
        right: 70%;
        transform: rotate(350deg);
    }
}
@keyframes fromRight {
    from {
        right: -300px;
    }
    to {
        right: 70%;
    }
}

@keyframes glow {
    from {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }
    to {
        box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    }
}

.calView {
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    padding-left: .4rem;
    width: 100%;
}

/* .calView:hover {
    transform: scale(1.1);
    transition: all 250ms;
} */

.eventText {
    display: none;
}

#editEvent {
    position: absolute;
    top: 12px;
    right: 65px;
    cursor: pointer;
    display: none;
    transform: scale(2);
}

#deleteEvent {
    position: absolute;
    top: 12px;
    right: 105px;
    transform: scale(2);
}

.deleteIcon path {
    stroke: var(--clr-delete);
}

.deleteIcon path:hover {
    stroke: var(--color-accent);
}

#head {
    font-size: .8em;
    width: 150px;
}

.calDate {
    position: absolute;
    top: 0;
    right: 0;
    padding: .1rem;
    color: var(--grayish);
    cursor: default;
}

.calDay {
    position: relative;
    align-self: center;
    transition: all 500ms;
}

.calDay:hover .calEdit {
    display: block;
}

.calDay:hover {
    background-color: var(--backgroundsolid);
}

.calEdit {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    cursor: pointer;
    transition: all 500ms;
}

/* .calEdit:hover {
    transform: scale(1.1);
    text-shadow: 
    2px 2px 4px rgba(255, 255, 255, 0.9), 
    -2px -2px 4px rgba(255, 255, 255, 0.9), 
    2px -2px 4px rgba(255, 255, 255, 0.9), 
    -2px 2px 4px rgba(255, 255, 255, 0.9); 
} */

.sideBar {
    display: none;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(7, minmax(55px, 2fr));
    grid-template-rows: 100px auto repeat(6, minmax(90px, 2fr));
    grid-gap: 1px; 
    width: 100%;
    max-width: 1200px; /* Adjust based on your layout */
    margin: 0 auto; /* Center the grid */
}

.grid-item {
    padding: 3px;
    min-width: 55px; /* Minimum width */
    min-height: 100px; /* Minimum height */
    display: flex; /* Use flexbox for content alignment */
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    flex-direction: column;
    border-radius: 5px;
}

.grid-item:first-child {
    grid-column: 1 / -1; /* Span all columns */
    width: 100%;
    height: 100px;
    background-color: var(--background-9);
    max-width: unset;
    min-height: unset;
    display: flex;
    flex-direction: row;
    align-content: space-between;
}

.second-row {
    height: 30px;
    background-color: var(--background-9);
    min-height: unset;
}

.color1 {
    background-color: var(--background-9);
}

.color2 {
    background-color: var(--backgroundsolid);
}

.color3 {
    background-color: var(--background);
}

#birfDays {
    display: flex;
    position: absolute;
    right: 6px;
    bottom: 3px;
    
    /* left: 50%; */
    /* transform: translate(-50%, 0%); */
}

#centerHead {
    min-width: 30vw;
    text-align: center;
}

#gameImg {
    width: 75px;
}

#topLogoSection {
    display: none;
}

.flexServer {
    display: flex;
    flex-direction: column;
}

.cardHolder {
    position: relative;
}

.smallCards {
    position: relative;
    width: 200px;
    border-radius: 5px;
    padding: .5rem;
    z-index: 5;
}

.smallCardTitle {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
    background-color: var(--background);
    width: 100%;
    text-align: center;
}

.smallCardName {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 55;
    background-color: var(--background);
    width: 100%;
    text-align: center;
}

.slide-container {
    /* max-width: 1000px; */
    margin: auto;
}

.slide-content {
    margin: 0 40px;
}

.sidescroller {
    display: flex;
    flex-direction: row;
}

.heading {
    width: 100%;
}

#heading {
    position: relative;
    /* background: var(--background-grad); */
    /* border: solid 3px var(--backgroundsolid); */
    /* border-radius: 5px; */
    padding: 2rem;
}

/* #heading::before, #heading::after {
     content: '';
    position: absolute;    
    width: 0;
    height: 0;    
    left: 50%;
    transform: translate(-50%, 100%);
    background: transparent;
}

#heading::after {
    bottom: 4px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid var(--formcolor);
}

#heading::before {
    bottom: 7px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid var(--backgroundsolid);
} */

.tweak {
    width: 100%;
    margin: 0.4rem;
}

.settingArea {
    width: 100%;
}

.card3 {
    background: var(--background);
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000;
    padding: 0;
    margin: .4rem;
    width: 100%;
    max-width: 90vw;
    border: var(--border) 1px solid;
}

#serversContainer {
    min-height: 60vh;
}

.placeHolder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50%;
}

.circular-progress-bar {
    position: relative;
    width: 100px;
    height: 100px;
}

.circular-progress-bar svg {
    transform: rotate(-90deg);
}

.circular-progress-bar circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round; /* Makes the progress bar's end rounded */
}

.background-circle {
    stroke: var(--background-9); /* Color of the background circle */
}

.foreground-circle {
    stroke: var(--clr-atten); /* Color of the foreground circle */
    stroke-dasharray: 251.2; /* Circumference of the circle (radius * 2 * PI) */
    stroke-dashoffset: 251.2; /* Start with full circumference */
    transition: stroke-dashoffset 0.35s; /* Smooth transition for the dash offset */
}

.circular-progress-bar svg {
    transform: rotate(-90deg);
}

.circular-progress-bar text {
    fill: var(--formcolor); /* Text color */
    font-family: Arial, sans-serif; /* Text font */
    font-size: 1em; /* Text size */
    transform: rotate(90deg); /* Counter-rotate the text */
    transform-origin: center; /* Ensure it rotates around its center */
}

.circular-loader {
    position: relative;
    width: 100px;
    height: 100px;
}

.circular-loader svg {
    transform: rotate(-90deg);
}

.circular-loader circle {
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
}

.loader-background-circle {
    stroke: var(--background-9);
}

.loader-foreground-circle {
    stroke: var(--clr-atten);
    stroke-dasharray: 0 251.2; /* Initially no green segment */
    stroke-dashoffset: 0;
    animation: rotateCircle 1s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotateCircle {
    100% {
        transform: rotate(360deg);
    }
}

.circular-loader text {
    fill: var(--formcolor); /* Text color */
    font-family: Arial, sans-serif; /* Text font */
    font-size: 1em; /* Text size */
    transform: rotate(90deg); /* Counter-rotate the text */
    transform-origin: center; /* Ensure it rotates around its center */
    animation: textFade 1.5s ease-in-out infinite;
}

@keyframes textFade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.specialContainer {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 30% 70%;
    grid-gap: 1px; 
    width: 100%;
}

.blockOut {
    grid-row: span 1;
}

.bottomRow {
    grid-column: span 2;
}

.specialPlace {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.specialPlace p {
    font-size: 1.2rem;
}

.specialRule {
    margin-right: .1rem;
}

#countdown {
    font-size: 1.5rem;
    color: var(--clr-orange);
    font-weight: 600;
}

.thumbNail {
    cursor: pointer;
    opacity: .9;
    transition: all 250ms;
    overflow: hidden;
    border-radius: 5px;
    margin: .4rem;
}

.thumbNail img {
    border-radius: 5px;
    transition: all 250ms;
}

.thumbNail:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.clickable-image {
    border-radius: 5px;
}

.imgModal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--backgroundLighter);
    padding: 1em;
    border-radius: 2px;
    border: 1px solid var(--borderLighter);
}

.imgModal::backdrop{
    background: rgb(0,0,0, .9);
    opacity: .9;
}

.full-image {
    max-height: 85vh;
    width: auto;
    max-width: 90vw;
    height: auto;
    border-radius: 5px;
}

.next-button {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 3rem;
}

.prev-button {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 3rem;
}

.boxSize {
    max-width: 115ch;
    min-height: 90vh;
}

.centerDiv {
    justify-content: center;
    align-items: center;
}

.midSizeSvgs {
    width: 100px;
    height: 100px;
    padding: .5rem;
}

.midSizeSvgs_Paths {
    fill: none;
    stroke: #fc6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px;
}

.smallerSizeSvgs {
    width: 75px;
    height: 75px;
    padding: .5rem;
}

.smallerSizeSvgs_Paths {
    fill: none;
    stroke: #fc6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px;
}

.smallestSizeSvgs {
    width: 30px;
    height: 30px;
    padding: 0;
}

.smallestSizeSvgs_Paths {
    fill: none;
    stroke: #fc6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}

.padMarg {
    padding: 2rem;
    margin: 0rem;
}

.textWrapped {
    display: flex;
    align-items: center; /* Vertical alignment */
    justify-content: flex-start; /* Horizontal alignment */
}


.flexible {
    display: flex;
    flex-direction: column;
}

.titleMargin {
    margin-top: 4rem;

}

.specialImg {
    padding: 0rem 4rem;
    width: 250px;
    transform: rotate(-20deg) translateX(5%) translateY(-5%);
}

.wideOnly {
    display: none;
}

#messageModal {
    /* display: none; or visibility: hidden; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Other styling for your modal */
}

.topBlock {
    margin-top: 4rem;
    display: flex; 
    width: 100%; 
    height: 5rem; 
    background-image: url(../img/landing/newsroom.png);
}

.flexDiv {
    padding: 1rem;
}

/* #descArea {
    position: relative;
    height: fit-content;
    background: var(--background-9);
    border-radius: 5px;
} */

.progressBarContainer {
    width: 100%;
    background-color: #2b2b2b;
    border-radius: 5px;
    border: 2px #000000 solid;
}
  
#progressBar {
    height: 20px;
    background-color: #4caf50;
    width: 1px;
}  

#progressBar2 {
    height: 20px;
    background-color: #4caf50;
    width: 1px;
} 

#progressBar3 {
    height: 20px;
    background-color: #4caf50;
    width: 1px;
} 

#progressBar4 {
    height: 20px;
    background-color: #4caf50;
    width: 1px;
} 

#log_info {
    max-height: 60vh;
    overflow-y: auto;
}

.outline {
    padding: 1px;
}

#adminNotes {
    max-width: 300px;
}

#serverStats {
    max-width: 100%;
}

#botLogo {
    display: none;
}

#menuPlaceHolder {
    display: none;
}

.gameLists {
    min-width: 400px;
}

/* @media screen and (max-width: 912px){ */
     @media screen and (min-width: 913px) { /* Wider Screens ---------  Not mobile section here */

        .gcolumn {
            width: 350px;
            font-size: 1.2em;
        }
        
        .folder {
            align-items: end;
            flex-direction: row;
        }

        .lanPics {
            position: relative;
            float: right; 
            margin: 1rem 0 1rem 1rem; 
            border-radius: 5px; 
            height: 325px; 
            width: auto;
        }

        .lanTitle {
            display: flex;
            padding: unset; 
            flex-direction: column; 
            justify-content: center; 
            align-items: center; 
            background-image: url('img/lan/biglanfade.png'); 
            background-attachment: fixed; 
            background-repeat: no-repeat; 
            background-size: contain; 
            height: 300px; 
            text-align: center; 
            z-index: 1;
        }

        #mainHero {
            width: calc(100vw - 35ch);    
        }

        #menuPlaceHolder {
            display: flex;
        }

        #serverStats {
            max-width: 300px;
        }

        .gtitle {
            display: inline-block;
            width: 100%;
            text-align: center;
            /* align-content: center; */
            padding: 1.5rem 0;
            background-color: var(--background-9);
        }

        #botLogo {
            display: flex;
            position: absolute; 
            left: 50%; 
            top: 1rem; 
            transform: translate(-50%, -50%);
        }

        .topBlock {
            margin-top: unset;
            height: 10rem;
        }

        article {
            width: 100%;
            max-width: 100%;
        }

        .article {
            width: 100%;
        }

        .mMaxWidth {
            max-width: 75ch;
        }

        .tiptap {
            img {
                width: auto;
                height: auto;
            }
        }

        .flexButton {
            margin-top: .4rem;
        }

        #imageGallery.vertical {
            overflow-x: hidden; /* Disable horizontal scroll */
            overflow-y: auto; /* Vertical scroll */
            white-space: normal; /* Allow items to wrap */
        }

        #imageGallery {
            background-color: #000000;
            overflow-x: hidden; /* Horizontal scroll */
            overflow-y: auto; /* Disable vertical scroll */
            white-space: wrap; /* Keep items in a single line */
            display: none; /* Initially hidden */
            max-width: 175px;
            max-height: 90vh;
        }
        
        .flexContainer {
            display: flex;
            flex-direction: row;
        }

        .flexContainerReverse {
            display: flex;
            flex-direction: column;
            width: unset;
        }

        .tweak {
            margin: 0rem 0.4rem;
        }
        
        .wideOnly {
            display: flex;
        }

        a {
            color: var(--clr-orange);
            text-decoration: none;
            font-size: 1.3rem;
        }

        p {
            font-size: 1.3rem;
        }

        .specialImg {
            padding: 4rem;
            width: 250px;
            transform: rotate(-20deg) translateX(5%) translateY(-5%);
        }

        .padMarg {
            padding: 2rem;
            margin: 2rem;
        }

        .titleMargin {
            margin-top: unset;
        }

        .flexible {
            display: flex;
            flex-direction: row;
        }

        .midSizeSvgs {
            width: 200px;
            height: 200px;
            padding: 2rem;
        }

        .midSizeSvgs_Paths {
            fill: none;
            stroke: #fc6;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 5px;
        }

        .full-image {
            max-height: 85vh;
            width: auto;
            border-radius: 5px;
        }
        
        .next-button {
            position: absolute;
            top: 50%;
            right: 5px;
            width: unset;
        }
        
        .prev-button {
            position: absolute;
            top: 50%;
            left: 5px;
            width: unset;
        }
        
        .card3 {
            background: var(--background);
            border-radius: 5px;
            box-shadow: 1px 1px 1px #000000;
            padding: 1.5rem;
            margin: .4rem;
            width: 100%;
        }

        #topLogoSection {
            display: block;
        }
        
        .gameContainer {
            position: relative;
            overflow: hidden;
            width: 100%;
            min-height: 55vh;
        }

        /* .heroContainer {
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 100%;
            min-height: 55vh;
        } */
        
        #heroText {

            text-align: left;
            position: relative;
            /* bottom: 10%;
            left: 10%;
            transform: translate(-50%,-50%); */
            /* background-color: var(--background-9); */
            border-radius: 5px;
            padding: 2rem;
            z-index: 3;
        }

        /* @keyframes spadesU {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }        

        @keyframes spadesD {
            from {
                transform: translateY(100%); opacity: 0;
            }
            to {
                transform: translateY(0); opacity: 1;
            }
        }   */

        /* .specialRule {
            margin-right: 4rem;
        } */

        .blockOut {
            grid-row: span 2;
        }
        
        .bottomRow {
            grid-column: span 1;
        }

        #countdown {
            font-size: 1.5rem;
            color: var(--clr-orange);
            font-weight: 600;
        }

        .specialPlace p {
            font-size: 1.2rem;
            width: 100%;
        }

        .specialPlace:nth-child(3){
            width: 100%;
        }
        
        .specialPlace:nth-child(4){
            width: 100%;
        }

        .grid-container {
            display: grid;
            grid-template-columns: repeat(7, minmax(90px, 2fr));
            grid-template-rows: 100px auto repeat(6, minmax(120px, 2fr));
            grid-gap: 1px; 
            width: 100%;
            max-width: 1200px; /* Adjust based on your layout */
            margin: 0 auto; /* Center the grid */
        }

        #gameImg {
            width: unset;
        }

        .grid-item {
            min-width: 90px;
            min-height: 120px;
        }

        .second-row {
            height: 30px;
            min-height: unset;
        }

        .full {
            height: 100vh;
        }

        .calDate {
            position: absolute;
            top: 0;
            right: 0;
        }

        .eventText {
            display: block;
            margin-bottom: 2px;    
            color: var(--clr-gold);
            font-size: small;
        }

        .calDay {
            position: relative;
            align-self: center;
            transition: all 500ms;
            padding-top: 20px;
        }

        .calDay:hover .calEdit {
            display: block;
        }

        .calDay:hover {
            background-color: var(--backgroundsolid);
        }

        .calEdit {
            position: absolute;
            display: none;
            left: 0;
            top: 0;
            cursor: pointer;
            transition: all 500ms;
        }

        #deleteEvent {
            padding: 0 .2em;
            cursor: pointer;
        }

        .deleteIcon path {
            stroke: var(--clr-delete);
        }

        .deleteIcon path:hover {
            stroke: var(--color-accent);
        }

        #editEvent {
            padding: 0 .2em;
        }

        /* .calEdit:hover {
            transform: scale(1.1);
            text-shadow: 
            2px 2px 4px rgba(255, 255, 255, 0.9), 
            -2px -2px 4px rgba(255, 255, 255, 0.9), 
            2px -2px 4px rgba(255, 255, 255, 0.9), 
            -2px 2px 4px rgba(255, 255, 255, 0.9); 
        } */

        .color1 {
            background-color: var(--background-9);
        }

        .color2 {
            background-color: var(--backgroundsolid);
        }

        .color3 {
            background-color: var(--background);
        }

        #slimNav { 
            display: none;
        }

        * {
            font-family:sans-serif;
            font-size: 1em;
        }

        h1 {
            font-size: 2em;
            margin-top: 0;
        }

        .story-title {
            flex-direction: row;
        }

        .story-lord {
            display: flex;
            flex-direction: column;
            position: relative;
            min-width: 175px;
            align-items: center;
        }
    
        .story-lord img {
            margin-bottom: .8em;   
        }

        .actionContainer {
            background: var(--background-grad90-rev);
        }

        .d_buttons {
            height: 3rem;
            border-radius: 5px;
        }

        .d_buttons div {
            width: auto;
        }
    

        .gameImage {
            max-width: 200px;
            display: flex;
            visibility: visible;
        }

        .detailsGridServer {
            display: grid;
            grid-template-columns: .6fr 1fr;
            gap: 1.5rem;
        }

        .ntextarea {
            width: 100%;
            height: 10rem;
        }

        .rAlign {
            text-align: right;
        }

        .mbutton {
            padding: 1rem 2rem;
            width: unset;
        }

        /* .button {
            padding: .5em 1em;
            color: var(--clr-orange);
            background-color: var(--clr-action);
            border-radius: 5px;
            border: none;
            cursor: pointer;
            margin: .2rem;
        } */

        .detailsGrid {
            display: grid;
            grid-template-columns: .5fr 1fr;
            gap: 1.5rem;
        }

        #stripe {
            position: absolute;
            height: 4rem;
            width: 100%;
            z-index: -1;
            top: 1rem;
        }

        #pHead {
            position: relative;
            padding: 2rem;
        }

        .pHeader {
            width: 100%;
            font-style: var(--fnt-fant);
            font-size: 2rem;
            text-align: center;
        }

        #pMain {
            background: var(--background);
            border-radius: 5px;
            box-shadow: 1px 1px 1px #000000;
            padding: 2rem;
            margin: 2rem;
            width: 100%;
            border: var(--border) 1px solid;
        }

        .card2 {
            background: var(--background);
            border-radius: 5px;
            box-shadow: 1px 1px 1px #000000;
            padding: .5em;
            margin-top: 0;
        }

        .profileGrid {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: space-around;
            padding: 1rem;
        }

        .pInfo {
            background: var(--background);
            border-radius: 5px;
            box-shadow: 1px 1px 1px #000000;
            padding: 2rem;
            margin: 2rem;
            min-width: 300px;
            width: 350px;
            flex-grow: 1;
            border: var(--border) 1px solid;
        }

        .gameCard {
            /* flex: 0 0 24%; */
            position: relative;
            min-width: 250px;
            margin: .2rem .4rem;
            border-radius: 15px 0 15px 0;
        }
    
        .gameCard .gcimgBackground {
            width: 250px;
            height: 400px;
        }

        .gameCardFrame {
            border-radius: 5px;
        }

        .gameCardLarge {
            position: relative;

        }
    
        .gameCardLarge .gcimgBackground {
            position: relative;
        }

        #rent {
            margin: .4rem;
            width: 10rem;
            padding-top: .8rem;
            padding-bottom: .8rem;
        }

        #rentNav {
            margin: 0 .4rem;
            /* width: 5rem; */
        }

        #landing {
            width: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            align-content: center;
            justify-content: center;
            margin: 0;
            padding: 0;
            background-color: var(--background);
        }

        #bigBold {
            font-size: 3.5rem;
            font-family: var(--font-1);
            color: var(--color-accent);
            margin-top: 0px;
            margin-bottom: 2px; 
            padding-top: 0px;
            padding-bottom: 0px;
            z-index: 500;
            opacity: 100%;
            font-weight: lighter;
        }
 
        .landingDiv {
            transition: transform .5s ease-out;
            /* padding: 0 4rem 0 4rem; */
        }

        .landingDiv > div {
            width: 50%;
        }

        .landingDiv div h2{
            font-size: 2rem;
            line-height: 2.5rem;
        }
    
        .landingDiv div h1{
            font-size: 3.5rem;
    
        }
    
        .landingDiv div h3{
            font-size: 1.4rem;
        }

        .landingDiv div:nth-child(2){
            font-size: 1.4rem;
            line-height: 1.7rem;
            margin-top: 4rem;
        }

        .landingDiv img {
            max-width: 100%;
            height: auto;
        }

        #section2, #section4 {
            transform: translateX(-100%);
            display: flex;
            flex-direction: row;
            padding-left: 0;
            background: var(--background-grad90);
        }
        
        #section3, #section5 {
            transform: translateX(100%);
            display: flex;
            flex-direction: row;
            padding-right: 0;
        }

        .d_container {
            display: flex;
            position: relative;
            flex-direction: column;
            width: 100%;
            margin: .4em;
            padding: .4em;
            min-height: 70vh;
        }
    
        /* .d_container div {
            margin: .2em;
            padding: .2em;
        } */

        #infoMain {
            transition: 2s all;
            padding: 1em;
        }

        .flexArea {
            width: 100%;
            height: 70vh;
            padding: 1rem;
            margin: 1rem 0;
        }

        .flexServer {
            display: flex;
            flex-direction: row;
            width: 100%;
        }

        .flexDiv {
            min-width: 200px;
            padding: 1rem;
        }

        body {
            /* background-color: var(--background); */
            width: 100%;
        }

        #logged {
            font-size: 1em;
        }

        #login {
            font-size: 1em;
        }

        .login {
            align-self: center;
            display: grid;
            margin: 4em 0em;
            padding: 2em;
            grid-template-columns: 200px 200px;
            grid-template-rows: 50px 40px 50px 50px 50px;
            grid-template-areas: 
                "header header"
                ". .";
            font-size: 1em;
            width: unset;
        }

        #logo {
            left: 5px;
        }


        .container {
            /* padding: unset; */
            flex-direction: column;
        }
        
        .mask {
            padding: .6em;
        }

        .header h1 a {
            font-family: var(--font-1);
            position: relative;
            font-size: 1em;
            margin-top: 0;
            margin-bottom: 0;
            padding: 0;
            bottom: 18px;
            text-decoration: none;
        }

        .title {
            font-size: 4em;
            top: 16px;
        }

        .castle {
            visibility: visible;
            position: absolute;
            z-index: 40;
            right: 5px;
            top: 5px;
            width: 20px;
        }

        .rightside {
            position: relative;
            visibility: visible;
            width: 275px;
            display: flex;
            transform: scale(1,1); 
        }

        /*-------------------- accordion attributes --------------------*/
        .content {
            display: block;
            position: relative;
            z-index: 40;
            width: 100%;
            background-color: var(--background);
            transition:  0.5s;
            margin: .3em;
        }
        
        .mask:hover .content {
            visibility: visible;
        }    
        
        .content:hover {
            background-color: var(--background-9);
        }
        
        .content h2 {
            text-transform: uppercase;
            font-size: 2.2em;
            line-height: 1em;
        }
        
        .content:hover .contact {
            transform: scale(1,1);
            transform-origin: top;
            transition: transform 400ms ease-in-out;
        }
        
        .content p {
            color: var(--color-base-font);
        } 

        .modal {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background:  var(--background);
            padding: 1em;
            max-width: 95ch;
            border: 1px solid var(--borderLighter);
            border-radius: 5px;
        }

        .modal textarea {
            color: var(--color-accent);
            background-color: var(--formcolor);
            border-radius: 5px;
        }

        .modal select {
            color: var(--color-accent);
            background-color: var(--backgroundLighter);
            border-radius: 5px;
        }

        .dyModal {
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            max-width: 85ch;
            padding: 1em;
            border-radius: 5px;
            border: 1px solid var(--borderLighter);
        }
        
        .dyModal::backdrop{
            background: rgb(0,0,0, .9);
            opacity: .8;
        }

        .notifyModal {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: fit-content;
            background: var(--backgroundLighter);
            padding: 1em;
            border: 1px solid var(--borderLighter);
            border-radius: 5px;
        }

        /* ul {
            display: inline;       
        } */

        ul li {
            width: auto;
            background: rgba(148, 148, 148, 0);  
        }

        ul li ul {
            position: absolute;
            width: 225px;
            display: none;
            border: 1px solid #000000;
            border-radius: 5px;
            background: rgb(0, 0, 0,0.3);
            backdrop-filter: blur(10px);
        }

        ul li ul li {
            background: rgb(0, 0, 0, 0);
        }

        nav a {
            opacity: 1;
            font-size: 1.3em;
            background-color: rgba(50, 50, 50, 0);
        }

        nav ul li ul li a {
            font-size: 1.2em;
        }
        ul li:hover {
            width: auto;     
        }

        ul li ul li:hover {
            z-index: 99;
            background: rgb(0, 0, 0, 0);
        }

        nav a::before {
            content: '';
            display: block;
            height: 5px;
            background-color: white;
            top: -.75em;
            left: 0;
            right: 0;

            transform: scale(0,1);
            transition: transform ease-in-out 250ms;
        }
    
        nav ul li ul li a::before {
            content: '';
            position: inherit;
            top: 0px;
            height: 2px;
            left: 0;
            right: 0;
            background-color: rgb(255, 255, 255);
        }

        .info {
            color: #000000;
            width: 24%;
            border-radius: 0px;
            margin: 0px;
            padding: 0px;
        }
    
        .card-title {
            position: relative;
            color: var(--color-base-font);
        }

        #special1 {
            position: absolute;
            left: -200px; /* Starting position, off-screen to the left */
            top: 15px;
            animation: rollIn 1s forwards; /* Animation name, duration, and ensuring it stays at final state */
        }
        #special2 {
            position: absolute;
            left: -200px; /* Starting position, off-screen to the left */
            top: 35px;
            animation: rollIn 1s forwards; /* Animation name, duration, and ensuring it stays at final state */
        }
        #special3 {
            position: absolute;
            left: -200px; /* Starting position, off-screen to the left */
            top: 55px;
            animation: rollIn 1s forwards; /* Animation name, duration, and ensuring it stays at final state */
        }
        #special4 {
            position: absolute;
            left: -200px; /* Starting position, off-screen to the left */
            top: 75px;
            animation: rollIn 1s forwards; /* Animation name, duration, and ensuring it stays at final state */
        }
        
        @keyframes rollIn {
            from {
                left: -200px; /* Start from off-screen */
                opacity: 0; /* Start with the element being transparent */
            }
            to {
                left: 50; /* End at the left side of the parent */
                opacity: 1; /* Fully visible at the end */
            }
        }
        
        #special1, #special4 {
            /* ... your existing styles ... */
            animation: rollIn 1s forwards;
        }
        
        #special2, #special3 {
            /* ... your existing styles ... */
            animation: rollInArc 1s forwards;
        }
        
        @keyframes rollInArc {
            from {
                left: -200px;
                opacity: 0;
            }
            to {
                left: 70px; /* Further right for the middle elements */
                opacity: 1;
            }
        }
        
        #special1 {
            /* ... your existing styles ... */
            animation: rollIn 1s 0s forwards; /* No delay for the first one */
        }
        
        #special2 {
            /* ... your existing styles ... */
            animation: rollInArc 1s 1s forwards; /* 1s delay */
        }
        
        #special3 {
            /* ... your existing styles ... */
            animation: rollInArc 1s 2s forwards; /* 2s delay */
        }
        
        #special4 {
            /* ... your existing styles ... */
            animation: rollIn 1s 3s forwards; /* 3s delay */
        }
        
        @keyframes rollIn {
            from {
                left: -200px;
                opacity: 0;
            }
            to {
                left: 90px; /* Adjust as needed */
                opacity: 1;
            }
        }
        
        @keyframes rollInArc {
            from {
                left: -200px;
                opacity: 0;
            }
            to {
                left: 90px; /* Further right for the middle elements */
                opacity: 1;
            }
        }
        
        .highlight-card {
            position: absolute;
            right: -300px;
            top: 20%; 
            /* width: 150px;
            height: auto;*/
            animation: fromRight 1s forwards; 
        }
        
        .highlight-card img {
            width: 150px;
            height: auto; 
            transform: rotate(80deg);
            animation: floatIn 2s forwards; 
            box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
            animation: floatIn 1s forwards, glow 3s infinite alternate;
            z-index: 2;
        }

        .highlight-card img:hover {
            opacity: .8;
            cursor: pointer;
            box-shadow: 0 0 25px rgba(255, 255, 255, 1);
            transition: all .5s;
        }

        .highlightText {
            position: relative;
            width: 200px;
            height: 100px;
            z-index: 99;
            font-size: 2rem;
            font-family: var(--font-1);
            text-shadow: 
            2px 2px 4px rgba(0, 0, 0, 0.9), /* Bottom right shadow */
            -2px -2px 4px rgba(0, 0, 0, 0.9), /* Top left shadow */
            2px -2px 4px rgba(0, 0, 0, 0.9), /* Top right shadow */
            -2px 2px 4px rgba(0, 0, 0, 0.9); /* Bottom left shadow */
        }

        .highlightSubText {
            text-shadow: 
            2px 2px 4px rgba(0, 0, 0, 0.9), /* Bottom right shadow */
            -2px -2px 4px rgba(0, 0, 0, 0.9), /* Top left shadow */
            2px -2px 4px rgba(0, 0, 0, 0.9), /* Top right shadow */
            -2px 2px 4px rgba(0, 0, 0, 0.9); /* Bottom left shadow */
        }
        
        /* #highlightInfo {
            position: relative;
            animation: fromRight 2s forwards;
        } */

        @keyframes floatIn {
            from {
                right: -300px;
                transform: rotate(10deg);
            }
            to {
                right: 70%;
                transform: rotate(350deg);
            }
        }
        @keyframes fromRight {
            from {
                right: -300px;
            }
            to {
                right: 70%;
            }
        }
        
        @keyframes glow {
            from {
                box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
            }
            to {
                box-shadow: 0 0 20px rgba(255, 255, 255, 1);
            }
        }
        
        

        /* Hamburger toggle menu */
    
        /* .nav-toggle-label span,
        .nav-toggle-label::before,
        .nav-toggle-label::after {
            content: '';
            display: none;
            background: #ffffff;
            height: 3px;
            width: 2em;
            border-radius: 2px;
        }

        nav {
            display:inline-block;
            position: relative;
            color: var(--color-base-font);
            transform: scale(1,1); 
            top:20px;
            left:-45px;
            padding: 10px;
        } */

        #check-nav .slider {
            width: 200px;
            padding: 10px 10px;
        }

        ul li a:hover {
            text-shadow: 1px 1px #ffffff;
        }        
        
        .news {
            width: 100%;
            min-height: 75vh;
            background-color: unset;
        }

        .profile {
            position: absolute;
            right: 5px;
            width: 150px;
        }
    
        #profile {
            width: 16px;
            fill: var(--clr-orange);
        }

        #notice_me {
            position: absolute;
            top: -30px;
            left: 50%;
            transform: translate(-50%);
            animation: wiggle 5s infinite; 
            animation-delay: 5s;
        }

        @keyframes wiggle {
            0%{left:50%;}
            1%{left:45%;}
            2%{left:55%;}
            3%{left:45%;}
            4%{left:55%;}
            5%{left:50%;}
            100%{left:50%;}
        }

        article img {
            width: unset;
        }

    }

    @media screen and (max-width: 912px) {
        .bigCard {
            padding: .5em;
            margin: .8em;
            background-color: var(--background);
            min-width: 45ch;
            min-height: 45ch;
            width: 100%;
            border-radius: 5px;
        }
    
        .bigCard div {
            padding: .2em;
        }
    }

/* //////////////////// New additions  ////////////////////////*/
    .status-circle {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 5px;  /* Space between the circle and the server name */
        vertical-align: middle;  /* Align the circle with the server name text */
        /* border: solid 1px var(--backgroundsolid); */
    }
    
    .status-running {
        background: var(--bg-grad-on);
    }
    
    .status-stopped {
        background: var(--bg-grad-off);
    }

    .status-unknown {
        background: var(--bg-grad-unknown);
    }

    .stat-unknown::before {
        content: url('data:image/svg+xml,%3Csvg class%3D%22navIcon%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M15.75 5.75C17.7086 7.04802 19.25 9.47441 19.25 12C19.25 14.5257 17.7086 16.952 15.75 18.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M8.25 5.75C6.29145 7.04802 4.75 9.47441 4.75 12C4.75 14.5257 6.29145 16.952 8.25 18.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M14.75 8.75C15.5222 9.51951 16.25 10.8238 16.25 12C16.25 13.1763 15.5222 14.4805 14.75 15.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M9.25 8.75C8.47784 9.51951 7.75 10.8238 7.75 12C7.75 13.1763 8.47784 14.4805 9.25 15.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M12.5 12C12.5 12.2761 12.2761 12.5 12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.7239 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12Z%22 stroke%3D%22currentColor%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        margin-right: 5px;  /* Space between the circle and the server name */
        vertical-align: middle;  /* Align the circle with the server name text */
        color: #8f8e8e;  /* This will set the stroke color */
        background-color: #8f8e8e;
        border: solid 1px var(--backgroundsolid);
    }

    .stat-running::before {
        content: url('data:image/svg+xml,%3Csvg class%3D%22navIcon%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M15.75 5.75C17.7086 7.04802 19.25 9.47441 19.25 12C19.25 14.5257 17.7086 16.952 15.75 18.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M8.25 5.75C6.29145 7.04802 4.75 9.47441 4.75 12C4.75 14.5257 6.29145 16.952 8.25 18.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M14.75 8.75C15.5222 9.51951 16.25 10.8238 16.25 12C16.25 13.1763 15.5222 14.4805 14.75 15.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M9.25 8.75C8.47784 9.51951 7.75 10.8238 7.75 12C7.75 13.1763 8.47784 14.4805 9.25 15.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M12.5 12C12.5 12.2761 12.2761 12.5 12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.5 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12Z%22 stroke%3D%22currentColor%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        margin-right: 5px;  /* Space between the circle and the server name */
        vertical-align: middle;  /* Align the circle with the server name text */
        color: #00ff00;  /* This will set the stroke color */
        stroke: #00ff00;
        background-color: var(--green);
        border: solid 1px var(--backgroundsolid);
    }

    .stat-stopped::before {
        content: url('data:image/svg+xml,%3Csvg class%3D%22navIcon%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M15.75 5.75C17.7086 7.04802 19.25 9.47441 19.25 12C19.25 14.5257 17.7086 16.952 15.75 18.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M8.25 5.75C6.29145 7.04802 4.75 9.47441 4.75 12C4.75 14.5257 6.29145 16.952 8.25 18.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M14.75 8.75C15.5222 9.51951 16.25 10.8238 16.25 12C16.25 13.1763 15.5222 14.4805 14.75 15.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M9.25 8.75C8.47784 9.51951 7.75 10.8238 7.75 12C7.75 13.1763 8.47784 14.4805 9.25 15.25%22 stroke%3D%22currentColor%22 stroke-width%3D%221.5%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3Cpath d%3D%22M12.5 12C12.5 12.2761 12.2761 12.5 12 12.5C11.7239 12.5 11.5 12.2761 11.5 12C11.5 11.7239 11.5 11.5 12 11.5C12.2761 11.5 12.5 11.7239 12.5 12Z%22 stroke%3D%22currentColor%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3C/svg%3E');
        display: inline-block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        margin-right: 5px;  /* Space between the circle and the server name */
        vertical-align: middle;  /* Align the circle with the server name text */
        color: #ff0000;  /* This will set the stroke color */
        background-color: var(--red);
        border: solid 1px var(--backgroundsolid);
    }

    .mainNav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 1rem;
        height: 100vh;
        width: 35ch;
        position: fixed;
        background: var(--background);
        padding: .5em;
        overflow-y: auto;
        border: var(--border) solid 1px;
    }

    .aligned {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: .5em 0em;
    }

    .icon {
        display: flex;
        flex-wrap: wrap;
        /* padding: .5em 0em .5em .6em; */
        align-items: center;
        justify-content: center;
        padding: .5em 0em;
    }

    .icon:hover {
        color: var(--color-accent);;
    }

    .navTitle {
        padding: .4em;
        color: var(--background-revers);
        background-color: var(--background-9);
        font-weight: bold;
        border-radius: 5px;
    }

    .mainInfo {
        margin-left: 35ch;
        position: relative;
        background: var(--background);
        min-height: 100%;
    }

    .topNav {
        padding-top: 1em;
    }

    .botNav {
        padding-bottom: 1em;
    }

    .spaceBetween {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        padding: .1;
    }

    .spaceBetween div:nth-child() {
        background-color: var(--background);
    }

    .spacedOut {
        justify-content: space-around;
    }

    .navIcon path {
        stroke: var(--clr-orange);
    }
    
    .navIcon circle {
        stroke: var(--clr-orange);
    }
    
    .navIcon path:hover,
    .navIcon circle:hover {
        stroke: var(--color-accent);
    }
    

    .tiles {
        display: flex;
        flex-wrap: wrap;
    }

    .pageHeader {
        width: 100%;
        text-align: center;
        padding: 2em;
        background-color: var(--background-9);
    }

    /* ---------------------- blood spigot additions ----------------------------*/

    /* The slider itself */
    .slider {
      -webkit-appearance: none;  /* Override default CSS styles */
      appearance: none;
      width: 100%; /* Full-width */
      height: 25px; /* Specified height */
      background: #d3d3d3; /* Grey background */
      outline: none; /* Remove outline */
      opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
      -webkit-transition: .2s; /* 0.2 seconds transition on hover */
      transition: opacity .2s;
    }

    /* Mouse-over effects */
    .slider:hover {
      opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
      -webkit-appearance: none; /* Override default look */
      appearance: none;
      width: 25px; /* Set a specific slider handle width */
      height: 25px; /* Slider handle height */
      background: #2e2a13; /* Green background */
      cursor: pointer; /* Cursor on hover */
    }

    .slider::-moz-range-thumb {
      width: 25px; /* Set a specific slider handle width */
      height: 25px; /* Slider handle height */
      background: #2e2a13; /* Green background */
      cursor: pointer; /* Cursor on hover */
    }

    #skullbeard {
      position: absolute;
      scale: .5;        
      bottom: -1000px;
      right: -200px;
      z-index: 4;
    }

    .gold {
        color: var(--clr-gold);
    }

    .priceCard {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: .5em;
        margin: .5em;
        height: 400px;
        width: 300px;
        border-radius: 5px;
        background-color: var(--background-base);
        cursor: pointer;
        opacity: .8;
        flex-grow: 1;
    }

    .priceCard div {
        padding: .4rem;
    }

    .priceCard .title {
        font-size: 3rem;
        text-align: center;
        font-weight: bolder;
    }

    .priceCard .post {
        position: absolute;
        top: 65%;
        left: 60%;
        font-size: 2rem;
    }

    .priceCard .four {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.5rem;
    }

    .priceCard .details {
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.5rem;
        padding-bottom: 1rem;
    }

    .priceCard .days {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        font-size: 10rem;
        color: var(--clr-orange);
    }

    .priceCard:hover .days {
        transform: translateX(-50%) translateY(-50%);
        color: var(--clr-gold);
    }

    .priceCard:hover .title {
        color: var(--clr-gold);
    }

    .priceCard:hover {
        
        transition: .2s;
        opacity: 1;
    }

    .flexy {
        margin: 1em 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
    }

    .adjust {
        width: 100%;
    }
@media screen and (max-width: 912px) {
    .mainNav { 
        display: none;
    }

    .mainInfo {
        margin: 0;
        max-width: 100%;
        overflow: hidden;
    }

    .article2 {
        width: 100%;
        margin: .4rem 0;
    }

    article {
        width: 100%;
    }

    article img {
        width: 50%;
    }

    .article {
        width: 100%;
    }

    .news {
        margin: .6rem 0;
    }
    .crossOver {
        flex-direction: column;
    }
}

@media screen and (min-width: 1500px) {
    .sideBar {
        display: flex;
        flex-direction: column;
        background: var(--background);
        border-radius: 5px;
        box-shadow: 1px 1px 1px #000000;
        padding: 1.5rem;
        margin: .4rem;
        min-width: 250px;
        width: 25%;
        flex-grow: .25;
    }
    .heading {
        width: 75%;
    }
}

#console {  
    width: 100%;
    height: 100%;
    background: #000; 
    color: #fff; 
    padding: 10px; 
    overflow-y: auto; 
}
    /* article style="display: flex; flex-direction: column; justify-content: space-between;" */

    /* input area to move to new file  */

    .newsdiv input {
        position: relative;
    }
    
    .input-group {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .input-group label {
        flex: 1;
        padding-right: 10px;
    }
    
    .input-group input {
        flex: 2;
    }
    
    input[type=submit], input[type=reset], input[type=password] {
        border: none;
        border-radius: 5px;
        color: var(--background-revers);
        font-family: inherit;
        font-size: inherit;
        background-color: var(--formcolor);
        text-decoration: none;
        padding: .2em;
    }
    
    input[type=submit]:hover {
        border: solid 1px rgb(0, 0, 0);
        border-radius: 5px;
        color: var(--background-revers);
        background-color: var(--formcolor);
        text-decoration: none;
    }
    
    select {
        font-size: 1rem;
        border-radius: 5px;
        color: var(--background-revers);
        background-color: var(--formcolor);
    }
    
    input[type=text] {
        border-radius: 5px;
        color: var(--background-revers);;
        background-color: var(--formcolor);
        text-decoration: none;
        box-shadow: none;
        border: none;
    }
    
    input[type=number] {
        border-radius: 5px;
        color: var(--background-revers);;
        background-color: var(--formcolor);
        text-decoration: none;
        box-shadow: none;
        border: none;
        font-size: 1em;
    }
    
    input[type=radio] {
        border: none;
        color: var(--background-revers);
        background-color: var(--formcolor);
        text-decoration: none;
        cursor: pointer;
    }
    
    textarea {
        border: none;
        color: var(--background-revers);
        background-color: var(--formcolor);
        text-decoration: none;
        box-shadow: none;
    }
    
    .minput {
        width: 20rem;
    }
    
    #searchArea {
        background-color: hsl(0deg 0% 15.11%);
        height: 45px;
        border-radius: 10px 0 0 10px;
        width: 100%;
    }
    
    #searchArea input {
        background-color: unset;
        color: var(--color-accent);
        font-size: 14pt;
    }
    
    #searchArea input:focus {
        outline: none;
    }
    
    #searchArea input::placeholder {
        color: var(--color-accent);
    }
    
    #searchArea:focus-within {
        border: 1px solid var(--clr-orange);
    }

    #serverArea {
        display: none;
    } 
    
    .minput {
        font-size: 1.4rem;
        padding: 0.2rem;
        border-radius: 5px;
        width: 100%;
    }
    
    .newstextarea {
        width: 100%;
        height: 10rem;
        padding: 0.4rem;
        border-radius: 5px;
    }  
    
    .ntextarea {
        position: relative;
        width: 100%;
        height: 10rem;
        border-radius: 5px;
    }
    
    input[type=button], input[type=submit], input[type=reset] {
        /* border: solid 1px black; */
        border-radius: 5px;
        font-family: inherit;
        color: var(--background-revers);
        text-decoration: none;
        cursor: pointer;
        background-color: var(--clr-action);
        margin: .2rem;
    }
    
    input[type=checkbox] {
        font-family: inherit;
        font-size: inherit;
        background-color: var(--formcolor);     
    }
    
    input[type=date] {
        font-family: inherit;
        border-radius: 5px;
        color: var(--background-revers);
        background-color: var(--formcolor);
        text-decoration: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
    }
    
    /* input[type=password] {
        font-size: inherit;
    } */
    
    textarea {
        color: var(--background-revers);
        font-family: inherit;
        background-color: var(--formcolor);
        resize: vertical;
        padding: .4em;
        /* caret-color: black; */
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }
    
    input[type=number] {
        font-family: inherit;
        border-radius: 5px;
        color: var(--background-revers);
        background-color: var(--formcolor);
        text-decoration: none;
        box-shadow: none;
        border: none;
        font-size: 1em;
        padding: .2em;
    }
    
    input[type=file] {
        width: 250px;
        cursor: pointer;
        padding: .4em;
        margin: .6em 0;
        border-radius: 5px;
    }
    
    input[type=time] {
        font-family: inherit;
        border-radius: 5px;
        color: var(--background-revers);
        background-color: var(--formcolor);
        text-decoration: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
    }
    
    select {
        border: none;
        font-family: inherit;
        border-radius: 5px;
        color: var(--background-revers);
        background-color: var(--formcolor);
        font-size: 1.5rem;
    }
    
    input[type=text], input[type=file], input[type=password] {
        font-family: inherit;
        border-radius: 5px;
        color: var(--background-revers);
        background-color: var(--formcolor);
        text-decoration: none;
        box-shadow: none;
        border: none;
        padding: .2em;
    }
    
    .tiptap {
        > * + * {
          margin-top: 0.75em;
        }
      
        ul,
        ol {
          padding: 0 1rem;
          padding-left: 40px;
        }
        img {
            width: 50%;
            height: auto;
            margin: 1rem;
        }
      }