/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

code {
  color: #E01A76;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


.mainpage {
  min-height: 100%;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  /* background-image: url("./assets/login/Login_screen_bg.jpg"); */
  background-position: center;
  background-size: cover;
  color: #ffffff;

}

.maincontent {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* width: 960px; */
  flex-grow: 1;
}



Input {
  background-color: rgb(9, 12, 16);
  border: black;
  border-radius: 2PX;
  border-width: 1px;
  border-style: solid;
  color: rgb(147, 147, 147);
  margin: 5px 0 5px 0;
  min-height: 20px;
  padding: 1px 0 0 5px;


}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  color: whitesmoke;
}

input::placeholder {
  color: lightgray;
  font-family: 'Dante', sans-serif;
  /* replace with desired color value */
}



.RedButton {
  display: flex;
  border-image: url(/d48c684fa65d2301f4a9.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 8 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  margin: 0 10% 0 10%;
  justify-content: center;
  align-items: center;
  cursor: pointer;

}

.GreyButton {
  display: flex;
  border-image: url(/1c4a00341ecc93ca43fe.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 8 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  margin: 0 10% 0 10%;
  justify-content: center;
  align-items: center;

}

.YellowButton {
  display: flex;
  border-image: url(/ebd81102e40c5369c22e.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 6 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  /* margin: 0 10% 0 10%; */
  justify-content: center;
  align-items: center;
  transition: transform 0.1s;

}

.YellowButton:hover {

  transform: scale(1.05);
  color: red;
}


.BlueButton {
  display: flex;
  border-image: url(/0a894a64e6013e044051.png);
  border-style: solid;
  border-width: 5px;
  /* border-radius: 2px; */
  border-image-slice: 6 fill;
  min-height: 10px;
  min-width: 50px;
  color: whitesmoke;
  font-family: Dante;
  font-size: 18px;
  text-align: center;
  padding: 4px 10px 0px 10px;
  /* margin: 0 10% 0 10%; */
  justify-content: center;
  align-items: center;
  transition: transform 0.1s;

}

.ButtonDeactive {
  color: #aaa;
  /* Mute the text color */
  cursor: not-allowed;
  /* Show a 'not-allowed' cursor */
  background-color: #e0e0e0;
  /* Mute the background color */
  /* border: 1px solid #d0d0d0; */
  /* Optional: add a muted border */
  opacity: 0.75;
  /* Overall dim the button */
  pointer-events: none;
  /* Prevents click events */
}




Form {
  display: flex;
  flex-direction: column;
  padding: 0 20% 0 20%;
  gap: 0px;


}

.spacer {
  display: flex;
  flex-grow: 1;
}

.spacer20 {
  height: 20px;
}

.spacer50 {
  height: 50px;
}

.versionumber {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: small;
}


img {
  pointer-events: none;
}


.flexRow {
  display: flex;
  flex-direction: row;

}

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

.footer {
  display: flex;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gamehome {
    display: flex;
    width: 100vw;
    background-color: black;
    background-image: url(/52c0d9071e3d726793dc.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    flex-grow: 1;
}




@media only screen and (min-width: 880px) {
    .sidebar {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background: #333;
        transform: translateX(-100%);
        transition: transform 0.3s ease-out;
        z-index: 1000;
    }

    .sidebar.open {
        display: none;
        transform: translateX(0);
    }

    .sidebar-toggle {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    .gamehomecontent {
        display: flex;


        width: 884px;


        flex-direction: column;
        /* justify-content: flex-start; */
        /* align-items: center; */
        margin-left: auto;
        margin-right: auto;

        /* background-color: black; */

    }

    .gamecontent {
        display: flex;
        flex-direction: row;
        /* width: 100%; */
        flex-grow: 1;


    }


    .ClubHeader {
        margin: 20px 10px 0 10px;
        display: flex;
        flex-direction: row;
        min-height: 150px;
    }

    .ClubHeader h1 {
        display: flex;
        color: red;
        font-weight: bold;
        text-transform: uppercase;
        margin: 2px;
        padding: 0px;


    }

    .ClubHeader p {
        display: flex;
        padding: 0;
        margin: 0px;
        margin-left: 2px;
    }

    .ClubHeader .shopLogo {
        min-width: 250px;
        height: 250px;
    }

    .ClubHeaderDescription {
        display: flex;
        margin-left: 40px;

        flex-direction: column;
    }

}

@media only screen and (max-width: 880px) {
    .gamehomecontent {
        width: 90vw;
        margin-left: 30px;
    }

    .sidebar {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background: #101010;
        transform: translateX(-220px);
        transition: transform 0.3s ease-out;
        z-index: 1000;
        border: 1px solid #610000;
    }

    .sidebar.open {
        transform: translateX(0);
    }

    .sidebar-toggle {
        display: flex;
        flex-direction: row-reverse;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
        width: 100%;
        height: 20px
    }

    .ClubHeader {
        margin: 0px 10px 0 10px;
        display: flex;
        flex-direction: row;
        min-height: 100px;
    }

    /* .shopLogo {
        position: absolute;
        z-index: 1;
    }

    .ClubHeaderDescription {
        position: relative;
        z-index: 2;

    } */
}
.home {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: black;

  background-image: url(/67eb3ddad58c1adc05f0.jpg);
  background-position: center;
  background-size: cover;

  align-items: center;
}

.topImageContainer {
  display: flex;
  position: relative;
  max-width: 600px;
  min-width: 300px;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  /* Center the image on larger screens */
}

.countdown {
  color: whitesmoke;
  text-align: center;
  font-family: 'Dante', sans-serif;
  font-weight: lighter;
  font-size: 60px;
  color: rgb(243 11 0);
  text-transform: uppercase;

  text-shadow: 2px 2px 2px black,
    2px -2px 2px black,
    -2px 2px 2px black,
    -2px -2px 2px black;
}

.topImage {
  display: flex;
  position: relative;
  width: 100%;


  background-image: url(/b18602f7febfff8b1edb.png);
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;

}

.parentalImage {

  display: flex;
  position: relative;
  width: 200px;
  height: 100px;


  background-image: url(/8c54a9026e9466d02982.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* margin: 0 auto; */
}

.playNowContainer {

  display: flex;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 50px;
  /* margin: auto;
  z-index: 1; */
  width: 300px;
  min-height: 100px;
  /* margin-bottom: 200px; */
  text-align: center;
  position: relative;
  color: #fff;
  font-family: 'Dante';

  font-size: 2.5em;

  text-shadow: 2px 2px 2px black,
    2px -2px 2px black,
    -2px 2px 2px black,
    -2px -2px 2px black;

}



.socialFooterHomeLocation {
  margin-top: 100px;
}
.socialFooter {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1em;
  flex-wrap: wrap;
}

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

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

.socialIconName {
  display: flex;
  padding: 5px;

}

.socialIcon {
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
.imprintBody {
  display: flex;
  flex-direction: column;
}

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

.switchLanguage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px 10px 0px 10px;
}

.imprintSwitch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.topleftBack {
  position: absolute;
  top: 10px;
  left: 10px;
}
.loginPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  flex-grow: 1;

  justify-content: center;
  align-items: center;
  background-image: url(/67eb3ddad58c1adc05f0.jpg);
  background-position: center;
  background-size: cover;
  overflow-y: auto;
}


.loginTopImage {
  position: relative;
  width: 300px;
  height: 150px;




  background-image: url(/b18602f7febfff8b1edb.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}



.loginTopImageSmall {

  position: relative;
  width: auto;

  height: 550px;


}

.loginContainer {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 250px;
  min-height: 350px;


  text-align: center;
  position: relative;
  /* bottom: 100px; */

  border-image: url(/06d97c2df27e182fc73f.png);
  border-style: solid;
  border-width: 20px;
  border-radius: 10px;



  border-image-slice: 20 18 18 18 fill;

}

.linkForgottPW {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 0 5px 0;
  font-size: 12px;
  color: white;
  cursor: pointer;
}

.frameBack {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  /* background-image: url("./../assets/login/office_bg.png"); */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  /* width: 100%;
  height: 100%; */
  /* padding-top: 5px; */

}




input {
  background-color: white;
  border: black;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  color: black;
  margin: 5px 0 5px 0;
  min-height: 20px;
  padding: 1px 0 0 5px;
}

input::placeholder {
  color: gray;
  font-family: 'Dante', sans-serif;
  /* replace with desired color value */
}

/* 
.RedButton {
  display: flex;
  border-image: url("../assets/Buttons/Button_Red_32x32.png");
  border-style: solid;
  border-width: 5px;
  
  
border-image-slice: 8 fill;
min-height: 10px;
min-width: 50px;
color: whitesmoke;
font-family: Dante;
font-size: 18px;
text-align: center;
padding: 4px 10px 0px 10px;
margin: 0 10% 0 10%;
justify-content: center;
align-items: center;

}

*/
Form {
  display: flex;
  flex-direction: column;
  padding: 0 20% 0 20%;
  gap: 0px;

  align-items: center;
}

.usernameInputfield {
  width: 100%;
  padding-right: 35px;
  box-sizing: border-box;
}

.password-field-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}

.password-field-container input {
  width: 100%;
  padding-right: 35px;
  box-sizing: border-box;
  /* Make room for the eye icon */
}

.password-toggle-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  color: #ccc;
  z-index: 2;
}

.password-toggle-icon:hover {
  color: #fff;
}
.loginPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;

  justify-content: center;
  align-items: center;
  background-image: url(/67eb3ddad58c1adc05f0.jpg);
  background-position: center;
  background-size: cover;
}




.loginTopImageSmall {

  position: relative;
  width: auto;

  height: 550px;


}

.loginContainer {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 250px;
  height: 300px;
  overflow-y: hidden;

  text-align: center;
  position: relative;
  /* bottom: 100px; */
  /* background-image: url("../assets/Box.png"); */
  border-image: url(/06d97c2df27e182fc73f.png);
  border-style: solid;
  border-width: 20px;
  border-radius: 10px;



  border-image-slice: 20 18 18 18 fill;

}

.frameBack {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  /* background-image: url("./../assets/login/office_bg.png"); */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  /* width: 100%;
  height: 100%; */
  /* padding-top: 5px; */

}

input {
  background-color: white;
  border: black;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  color: black;
  margin: 5px 0 5px 0;
  min-height: 20px;
  padding: 1px 0 0 5px;
}

input::placeholder {
  color: darkgray;
  font-family: 'Dante', sans-serif;
}

.usernameInputfield,
.emailInputfield {
  width: 100%;
  padding-right: 35px;
  box-sizing: border-box;
  /* background-color: white; */
  color: black;
}

.password-field-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}

.password-field-container input {
  width: 100%;
  padding-right: 35px;
  box-sizing: border-box;
  /* Make room for the eye icon */
}

.password-toggle-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  color: #ccc;
  z-index: 2;
}

.password-toggle-icon:hover {
  color: #fff;
}
.gameEquipment {
    display: flex;
    flex-direction: column;

    margin: 5px 5px 0 0;
}

.basicStats {
    display: flex;
    flex-direction: row;


    /* padding: 0 15% 0 15%; */

}

.stat {
    display: flex;
    flex-direction: row;
    width: 60px;
    height: 30px;
}

.statValue {
    display: flex;
    flex-direction: row;
    width: 20px;
    height: 30px;
    font-size: 18px;
    margin: 0 0 0 5px;


    align-items: center;
    justify-content: center;
}

.statIcon {
    display: flex;

    width: 30px;
    height: 30px;
    object-fit: cover;



}

.equipmentRow {
    display: flex;
    flex-direction: row;


    justify-content: center;
    align-items: center;

}

.equipmentItem {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: aqua;
    margin: 5px;
    background-image: url(/b41de62396e29d1a6629.png);

    align-items: center;
    justify-content: center;


}



.rarity {
    display: flex;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    background-size: contain;
    pointer-events: none;

    border: 2px inset rgba(0, 0, 0, 0);
    border-radius: 2px;

    filter: blur(1px);
    top: -2px;
    left: -2px;
}

/* .rarity_common {
    background-image: url(../../assets/game/inventory/Inventory_Background_Common_128x128.png);
}

.rarity_rare {
    background-image: url(../../assets/game/inventory/Inventory_Background_Rare_128x128.png);
}

.rarity_epic {
    background-image: url(../../assets/game/inventory/Inventory_Background_Epic_128x128.png);
}

.rarity_legendary {
    background-image: url(../../assets/game/inventory/Inventory_Background_Legendary_128x128.png);
}

.rarity_uncommon {
    background-image: url(../../assets/game/inventory/Inventory_Background_Uncommon_128x128.png);
} */

.equipmentImg {
    width: 75px;
    height: 75px;


}



.equipmentSmallItem {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: aqua;
    margin: 5px;
    background-image: url(/b41de62396e29d1a6629.png);
    align-items: center;
    justify-content: center;
}

.equipmentSmallImg {
    width: 55px;
    height: 55px;


}

.raritySmall {
    display: flex;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    background-size: contain;
    pointer-events: none;
    border: 2px inset rgba(0, 0, 0, 0);
    border-radius: 2px;

    top: -2px;
    left: -2px;
    text-align: center;
    color: lightgrey;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.lock {
    background-image: url(/592f2af3b50a80556745.png);
    background-position: center;
    background-size: contain;
}

.Setups {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
    margin: 5px;
}

.setupRow {
    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;
    margin: 5px;
}

.setupItem {
    width: 25px;
    height: 25px;
    background-color: black;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.setupItem:hover {
    background-color: red;
}

.locked {
    cursor: not-allowed;
    text-decoration: line-through;
}

.active {
    background-color: crimson;
}



.Stats {
    display: flex;
    flex-direction: row;
    margin: 5px;
}

.statsHeader {
    display: flex;
    flex-direction: row;
    color: whitesmoke;
    text-align: center;
    font-family: 'Dante', sans-serif;
    font-weight: lighter;
    font-size: 20px;
    color: rgb(243 11 0);
    text-transform: uppercase;

    text-shadow: 2px 2px 2px black,
        2px -2px 2px black,
        -2px 2px 2px black,
        -2px -2px 2px black;
}

.statsContent {
    display: flex;
    flex-direction: column;
    color: whitesmoke;
    text-align: center;
    font-family: 'Dante', sans-serif;
    font-weight: lighter;
    font-size: 16px;
    width: 100%;

}

.statrow {
    display: flex;
    flex-direction: row;
    /* justify-content: center;
    align-items: center; */
    margin: 5px;


    .statName {
        width: 150px;
        justify-content: flex-start;


    }
}

.collapseButtonLabel {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    margin: 5px;
}
.tooltip-parent-element {
    position: relative;

}

.tooltip {
    position: absolute;
    background-color: #000000;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    min-width: 200px;
    top: 100%;
    left: 50%;
    /* transform: translate(-50%, 0); */
    z-index: 2;

}

.tooltipAtCursor {
    position: absolute;
    background-color: #000000;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    min-width: 200px;
    top: 10px;
    left: 10px;
    z-index: 3;


}
.img-placeholder {
    background-image: url(/ffc9ffb45f55f756ab19.png);
    background-size: cover;
    background-position: center;

    min-width: 20px;
    min-height: 20px;
}


.controls-toggle {
    position: relative;
    top: -38px;
    left: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 100;
}

.icon {
    width: 30px;
    height: 30px;
}

.video-controls {
    position: relative;
    top: -260px;
    left: 0;
    height: 200px;
    width: 150px;
    display: flex;
    flex-direction: column;
}

.RedButton {
    width: 160px;

    margin: 3px;
}
.adsterra {
    display: flex;
    justify-content: center;
}
.gamejournal {
    display: flex;
    flex-direction: column;



    flex-grow: 1;
    margin: 5px 0px 0 5px;


}

.missions {
    display: flex;
    flex-direction: column;

    border-image: url(/06d97c2df27e182fc73f.png);
    border-style: solid;
    border-width: 10px;
    border-image-slice: 25 fill;

    min-height: 100px;
}

.journal {
    display: flex;
    flex-direction: column;

    border-image: url(/06d97c2df27e182fc73f.png);
    border-style: solid;
    border-width: 10px;
    border-image-slice: 25 fill;

    min-height: 300px;
}

.journal .xpLootImage {
    width: 30px;
    height: 33px;
}

.enemy-image-container {
    width: 100px;
    height: 100px;
    margin: 5px;

    .img {
        width: 100px;
        height: 100px;

    }

    .enemyImage {
        width: 100px;
        height: 100px;

        object-fit: cover;
    }
}

.combat-event {
    display: flex;
    flex-direction: row;

    /* align-items: center; */
    margin: 5px;
    color: whitesmoke;
    font-size: 12px;
}

.result {
    display: flex;
    flex-direction: column;
    margin: 5px;

    color: whitesmoke;
    font-size: 12px;



    .resultheader {
        margin: 0;

        font-family: 'Dante', sans-serif;
        font-weight: lighter;
        font-size: 18px;
        color: rgb(243 11 0);
        text-transform: uppercase;

        text-shadow: 2px 2px 2px black,
            2px -2px 2px black,
            -2px 2px 2px black,
            -2px -2px 2px black;
    }

    /* .currencyBody {

        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px;
    } */

    .lootImage {
        width: 30px;

    }

    .lootName {
        font-size: 10px;
    }

    .lootHunterBonus {
        font-size: 8px;
        color: #90EE90;
        font-weight: bold;
        margin-top: 2px;
    }

    /* .currencyImg {
        width: 20px;
        height: 20px;
    } */



}


.lootJournal {

    display: flex;
    flex-wrap: wrap;

    .currencyEntry {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        align-content: center;
        padding-right: 0px;
        padding-top: 0px;
    }

    .currencyBody {


        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px;

    }

    .currencyBody img {

        width: 30px;
        height: auto;

    }

    .currencyEntryDescription {
        font-size: 10px;
        color: rgb(160 177 194);
        text-align: center;
        justify-content: start;
        max-width: 65px;
        overflow: hidden;
        padding: 0;

    }


}

.redLine {
    display: flex;


    background-image: url(/fef72de1d76bfa522ae8.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    width: 100%;
    height: 10px;
}
.currencyBody {
    display: flex;
    /* padding-right: 5px; */
    /* flex-direction: row-reverse; */
    /* flex-grow: 1; */

    /* justify-content: center; */
    align-content: center;
    flex-wrap: wrap;
    margin-top: auto;
    /* margin-bottom: auto; */
    margin-bottom: 6px;
}




.currencyBody img {
    width: 30px;
    height: 30px;

}

.currencyEntry {
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    align-content: center;
    padding-right: 10px;
    padding-top: 3px;
}


.currencyEntryDescription {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3px;
    color: azure;
    margin-top: auto;
    margin-bottom: auto;

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







}

.missions {
    display: flex;
    flex-direction: column;

    border-image: url(/06d97c2df27e182fc73f.png);
    border-style: solid;
    border-width: 10px;
    border-image-slice: 25 fill;

    min-height: 100px;
}

.missionDescription {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 10px;

}

.objectives {
    display: flex;
    flex-direction: row;
    margin: 0 10px;

    h3 {
        margin: 0;
    }

}

.objective {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    width: 100%;


    h3 {
        margin: 0;
        margin-top: 10px;
        min-height: 57px;
    }

    .enemyImageAndRarityContainer {
        width: 100px;
        height: 100px;
    }

    .enemyImagePlaceholder {
        width: 100px;
        height: 100px;

    }

    .rarity_big {
        width: 100px;
        height: 100px;
    }

    .enemyImage {
        min-width: 100px;
        min-height: 100px;
        width: 100px;
        height: 100px;
    }
}

.missionDetails {
    display: flex;
    flex-direction: row;
    margin: 0 10px;

}

.missionRewards {
    display: flex;
    flex-direction: row;
    margin: 0 10px;


}
@media only screen and (min-width: 880px) {
    .gamehomeheader {
        display: flex;
        flex-direction: row;
        /* background-color: red; */
        /* height: 100px; */
        width: 884px;
        height: 200px;
        background-image: url(/6956a308ecb1343e010d.png);
        justify-content: space-between;
        margin-bottom: 25px;

    }

    .gamehomeheader .dropdown-button {
        display: flex;
        border-image: url(/9216644adbce1b8d0840.png);
        border-style: solid;
        border-width: 4px;

        border-image-slice: 8 fill;
        margin-top: 5px;

        height: 18px;
        /* min-height: 5px;
    max-height: 10px; */
        /* width: 67%; */
        color: whitesmoke;
        font-family: Dante;
        font-size: 16px;
        text-align: center;

    }

    .gamehomeheader .dropdown-foldout {
        display: flex;
        width: 10px;
        /* background-color: red; */
        /* padding: -4px; */
        margin: -4px;
        border-image: url(/ebd81102e40c5369c22e.png);
        border-style: solid;
        border-width: 9px;
        border-image-slice: 9 fill;

    }

    .gamehomeheader .dropdown-menu {
        display: block;
        position: absolute;
        background-color: black;
        min-width: 130px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .gamehomeheader .dropdown-menu a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
    }

    .gamehomeheader .dropdown-menu a:hover {
        background-color: rgb(25, 1, 1);
        color: rgb(180, 1, 1);
    }

    .PlayerProfile {
        display: flex;
        flex-direction: row;
        width: 150px;
        /* background-color: greenyellow; */
    }

    .ProfilePicFrame {
        display: flex;
        width: 160px;
        height: 200px;
        /* background-color: greenyellow; */
        /* z-index: 1; */
    }

    .ProfilePic {
        display: flex;
        position: relative;
        margin: 30px 25px 20px 25px;
        flex-grow: 1;
        /* background-color: greenyellow; */
    }

    .ProfileDetails {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        margin-top: 0px;
        width: 180px;
        margin-right: 10px;

        .dropdown {
            text-transform: uppercase;
        }

    }

    .gameHeaderrows {
        display: flex;
        flex-direction: column;
        margin-right: 20px;
        flex-grow: 1;
    }

    .gameHeaderColums {
        padding: 25px 0 0 0;
        display: flex;
        /* flex-grow: 1; */
        height: 115px;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;

    }

    .UserName {
        font-size: 22px;
    }

    .UserLevelBackground {
        margin-top: 5px;
        display: flex;
        width: 100%;

        background-color: black;
    }

    .UserLevelTextFont {
        display: flex;
        position: relative;
        color: whitesmoke;
        font-family: Dante;
        font-size: 16px;
        text-align: center;
        overflow: visible;
        text-wrap: nowrap;
    }

    .UserLevel {

        display: flex;
        flex-direction: column;
        border-image: url(/1bc9359d21d1fb62387c.png);
        border-style: solid;
        border-width: 4px;
        /* border-radius: 2px; */
        border-image-slice: 8 fill;
        height: 12px;


        color: whitesmoke;
        font-family: Dante;
        font-size: 10px;
        text-align: center;
        overflow: visible;
        text-wrap: nowrap;

        /* padding: 4px 10px 0px 10px; */
        /* margin: 0 10% 0 10%; */
        /* justify-content: center;
    align-items: center; */


    }

    .UserLevelText {
        display: flex;
        position: relative;
        font-family: Dante;
        font-size: 20px;
        top: -5px;
        width: 100%;
        /* text-align: center; */
        /* vertical-align: -10px; */
        /* padding-top: -5px; */


    }

    .UserLadderRank {
        margin-top: 5px;
        display: flex;
        border-image: url(/0a894a64e6013e044051.png);
        border-style: solid;
        border-width: 4px;
        border-image-slice: 9 fill;
        min-height: 15px;
        max-height: 15px;
        flex-grow: 1;

        color: whitesmoke;
        font-family: Dante;
        font-size: 10px;
        text-align: center;
        overflow: visible;
    }

    .UserLadderRankText {
        display: flex;
        position: relative;
        font-family: Dante;
        font-size: 16px;
        top: 0px;
        width: 100%;
        /* text-align: center; */
        /* vertical-align: -10px; */
        /* padding-top: -5px; */


    }


    .Hunt {
        display: flex;
        flex-direction: column;
        width: 300px;
        /* background-color: blue; */
        margin-right: 10px;
        height: 100%;
    }

    .huntnitems {
        display: flex;
        flex-direction: row;
        /* background-color: yellow; */
        width: 100%;
        flex-grow: 1;
    }

    .Hunt .hunt {
        display: flex;
        width: 200px;

        border-image: url(/d48c684fa65d2301f4a9.png);
        border-style: solid;
        border-width: 9px;
        border-image-slice: 9 fill;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        height: 65px;

    }

    .Hunt .items {
        display: flex;
        flex-direction: column;
        flex-grow: 1;

        /* background-color: green; */
    }


    .item {
        display: flex;
        margin: 2px 5px 2px 0;

        max-height: 34px;
        background-color: black;

        align-items: center;

        font-family: Dante;
        font-size: 20px;
        width: 80px;

    }

    .health div {
        transition: width 1s ease-in-out;
    }

    .health {
        display: flex;
        flex-grow: 1;
        height: 20px;
        margin-top: 5px;
        border-image: url(/d48c684fa65d2301f4a9.png);
        border-style: solid;
        border-width: 3px;
        border-image-slice: 3 fill;
        text-align: center;
        justify-content: center;
        position: relative;
    }

    .health span {
        position: relative;
        top: 3px;
    }



    .Travel {
        margin-top: -5px;
        display: flex;
        flex-direction: column;
        width: 170px;
        position: relative;
        /* background-color: blueviolet; */
    }

    .Travel .LocationImage {
        display: flex;
        flex-grow: 1;
        position: relative;
        width: 170px;
        height: 95px;
        /* background-color: black; */
    }

    .Travel .LocationName {
        display: flex;
        position: absolute;
        bottom: 25px;
        padding-left: 3px;
        background-color: #0000008b;
        width: 99%;
        height: 16px;
        font-size: 13px;
        font-family: Dante;
        color: azure;

    }

    .TravelButton {
        display: flex;
        height: 20px;

        border-image: url(/fdd21d6dfcad909893fa.png);
        border-style: solid;
        border-width: 5px;
        border-image-slice: 5 fill;

        text-align: center;
        justify-content: center;
        font-size: 14px;

    }

    .TravelButton:hover {

        color: red;
    }

    .TravelButton span {
        position: relative;
        margin: 2px 5px 0 5px;

    }

    /* .BaitItem {
    display: flex;
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 40px;

}

.HexItem {
    display: flex;
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 40px;

} */

    .ItemImg {
        display: flex;
        width: 18px;
        height: 18px;
        max-height: 34px;
        max-width: 34px;

    }

    .ProfilePicImage {
        display: flex;
        width: 110px;
        height: 150px;

        /* image should not be streched */
        object-fit: cover;
    }

    .ProfileCoinImage {
        display: flex;
        position: absolute;
        width: 80px;
        height: 80px;
        z-index: 1;
        bottom: -50px;
        right: 15px;
        background-size: contain;
        pointer-events: visible;
    }

    .UserRank {
        font-size: 12px;
        margin-top: -6px;
    }


    .coffin {
        display: flex;
        /* flex-grow: 1; */
        height: 10px;
        width: 200px;

        border-image: url(/ebd81102e40c5369c22e.png);
        border-style: solid;
        border-width: 9px;
        border-image-slice: 9 fill;
        text-align: center;
        justify-content: center;
        position: relative;


    }

    .coffin span {
        position: relative;
        top: -3px;
    }


    .marginRight5px {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 880px) {
    .gamehomeheader {
        display: flex;
        flex-direction: row;
        /* background-color: red; */
        /* height: 100px; */
        width: 90vw;
        /* height: 200px; */
        /* background-image: url("../../assets/game/header/BLC_Header.png"); */
        justify-content: space-between;
        margin-bottom: 20px;
        margin-left: 5px;

    }

    .gamehomeheader .dropdown-button {
        display: flex;
        border-image: url(/9216644adbce1b8d0840.png);
        border-style: solid;
        border-width: 4px;

        border-image-slice: 8 fill;
        margin-top: 5px;

        height: 18px;
        /* min-height: 5px;
    max-height: 10px; */
        /* width: 67%; */
        color: whitesmoke;
        font-family: Dante;
        font-size: 16px;
        text-align: center;

    }

    .gamehomeheader .dropdown-foldout {
        display: flex;
        width: 10px;
        /* background-color: red; */
        /* padding: -4px; */
        margin: -4px;
        border-image: url(/ebd81102e40c5369c22e.png);
        border-style: solid;
        border-width: 9px;
        border-image-slice: 9 fill;

    }

    .gamehomeheader .dropdown-menu {
        display: block;
        position: absolute;
        background-color: black;
        min-width: 130px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .gamehomeheader .dropdown-menu a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-transform: uppercase;
    }

    .gamehomeheader .dropdown-menu a:hover {
        background-color: rgb(25, 1, 1);
        color: rgb(180, 1, 1);
    }

    .gamehomeheader .PlayerProfile {
        display: none;
        flex-direction: row;
        width: 150px;
        /* background-color: greenyellow; */
    }

    .gamehomeheader .ProfilePicFrame {
        display: none;
        width: 160px;
        height: 200px;
        /* background-color: greenyellow; */
        /* z-index: 1; */
    }

    .ProfilePic {
        display: flex;
        position: relative;
        margin: 0px;
        flex-grow: 1;
        /* background-color: greenyellow; */
    }

    .ProfileDetails {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        margin-top: 0px;
        width: 100px;
        margin-right: 10px;

        .dropdown {
            text-transform: uppercase;
        }

    }

    .gameHeaderrows {
        display: flex;
        flex-direction: column;
        margin-right: 0px;
        flex-grow: 1;
    }

    .gameHeaderColums {
        padding: 25px 0 0 0;
        display: flex;
        /* flex-grow: 1; */
        height: 115px;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;

    }

    .UserName {
        font-size: 22px;
    }

    .UserLevelBackground {
        margin-top: 5px;
        display: flex;
        width: 100%;

        background-color: black;
    }

    .UserLevelTextFont {
        display: flex;
        position: relative;
        color: whitesmoke;
        font-family: Dante;
        font-size: 16px;
        text-align: center;
        overflow: visible;
        text-wrap: nowrap;
    }

    .UserLevel {

        display: flex;
        flex-direction: column;
        border-image: url(/1bc9359d21d1fb62387c.png);
        border-style: solid;
        border-width: 4px;
        /* border-radius: 2px; */
        border-image-slice: 8 fill;
        height: 12px;


        color: whitesmoke;
        font-family: Dante;
        font-size: 10px;
        text-align: center;
        overflow: visible;
        text-wrap: nowrap;

        /* padding: 4px 10px 0px 10px; */
        /* margin: 0 10% 0 10%; */
        /* justify-content: center;
    align-items: center; */


    }

    .UserLevelText {
        display: flex;
        position: relative;
        font-family: Dante;
        font-size: 20px;
        top: -5px;
        width: 100%;
        /* text-align: center; */
        /* vertical-align: -10px; */
        /* padding-top: -5px; */


    }

    .UserLadderRank {
        margin-top: 5px;
        display: flex;
        border-image: url(/0a894a64e6013e044051.png);
        border-style: solid;
        border-width: 4px;
        border-image-slice: 9 fill;
        min-height: 15px;
        max-height: 15px;
        flex-grow: 1;

        color: whitesmoke;
        font-family: Dante;
        font-size: 10px;
        text-align: center;
        overflow: visible;
    }

    .UserLadderRankText {
        display: flex;
        position: relative;
        font-family: Dante;
        font-size: 16px;
        top: 0px;
        width: 100%;
        /* text-align: center; */
        /* vertical-align: -10px; */
        /* padding-top: -5px; */


    }


    .Hunt {
        display: flex;
        flex-direction: column;
        width: 100%;
        /* background-color: blue; */
        margin-right: 10px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .huntnitems {
        display: flex;
        flex-direction: row;
        /* background-color: yellow; */
        width: 100%;
        flex-grow: 1;
    }

    .Hunt .hunt {
        display: flex;
        width: 100%;

        border-image: url(/d48c684fa65d2301f4a9.png);
        border-style: solid;
        border-width: 9px;
        border-image-slice: 9 fill;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        height: 65px;

    }

    .Hunt .items {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 0px;
        left: -80px;
        top: 5px;
        /* background-color: green; */
    }


    .item {
        display: flex;
        margin: 2px 5px 2px 0;

        max-height: 34px;
        background-color: rgba(0, 0, 0, 0.0);

        align-items: center;

        font-family: Dante;
        font-size: 20px;
        width: 80px;

    }

    .health div {
        transition: width 1s ease-in-out;
    }

    .health {
        display: flex;
        flex-grow: 1;
        height: 20px;
        margin-top: 5px;
        border-image: url(/d48c684fa65d2301f4a9.png);
        border-style: solid;
        border-width: 3px;
        border-image-slice: 3 fill;
        text-align: center;
        justify-content: center;
        position: relative;
    }

    .health span {
        position: relative;
        top: 3px;
    }



    .gamehomeheader .Travel {
        margin-top: -5px;
        display: none;
        flex-direction: column;
        width: 170px;
        position: relative;
        /* background-color: blueviolet; */
    }

    .Travel .LocationImage {
        display: flex;
        flex-grow: 1;
        position: relative;
        width: 190px;
        height: auto;
        /* background-color: black; */
    }

    .Travel .LocationName {
        display: flex;
        position: absolute;
        bottom: 80px;
        padding-left: 3px;
        background-color: #0000008b;
        width: 180px;
        height: 16px;
        font-size: 13px;
        font-family: Dante;
        color: azure;

    }

    .TravelButton {
        display: flex;
        height: 20px;
        width: 180px;
        border-image: url(/fdd21d6dfcad909893fa.png);
        border-style: solid;
        border-width: 5px;
        border-image-slice: 5 fill;

        text-align: center;
        justify-content: center;
        font-size: 14px;

    }

    .TravelButton:hover {

        color: red;
    }

    .TravelButton span {
        position: relative;
        margin: 2px 5px 0 5px;

    }

    /* .BaitItem {
    display: flex;
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 40px;

}

.HexItem {
    display: flex;
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 40px;

} */

    .ItemImg {
        display: flex;
        width: 18px;
        height: 18px;
        max-height: 34px;
        max-width: 34px;

    }

    .ProfilePicImage {
        display: flex;
        width: 100px;
        height: 120px;

        /* image should not be streched */
        object-fit: cover;
    }

    .ProfileCoinImage {
        display: flex;
        position: absolute;
        width: 60px;
        height: 60px;
        z-index: 1;
        bottom: -35px;
        right: 20px;
        background-size: contain;
        pointer-events: visible;
    }

    .UserRank {
        font-size: 12px;
        margin-top: -6px;
    }


    .coffin {
        display: flex;
        /* flex-grow: 1; */
        height: 10px;
        width: 100%;

        border-image: url(/ebd81102e40c5369c22e.png);
        border-style: solid;
        border-width: 9px;
        border-image-slice: 9 fill;
        text-align: center;
        justify-content: center;
        position: relative;


    }

    .coffin span {
        position: relative;
        top: -3px;
    }


    .marginRight5px {
        margin-right: 5px;
    }

    .gamehomeheader .gamenavigation {
        display: none;
    }
}
.gamenavigation {
    display: flex;
    /* background-color: aqua; */
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    font-size: 18px;
    margin-top: 6px;
}

.gamenavigation a {
    margin: auto;
    font-family: 'Dante', sans-serif;
}




.gamenavigation .dropdown {
    position: relative;
    display: inline-block;
    margin: auto;


}

.gamenavigation .dropdown-menu {
    display: block;
    position: absolute;
    background-color: black;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.gamenavigation .dropdown-menu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.gamenavigation .dropdown-menu a:hover {
    background-color: rgb(25, 1, 1);
    color: rgb(180, 1, 1);
}

/* 
.gamenavigation .dropdown-button {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    margin: auto;

} */

.gamenavigation .dropdown-button {
    display: flex;
    border-image: "";
    border-style: solid;
    border-width: 0px;

    border-image-slice: 0;
    margin: auto;




}

.gamenavigation .dropdown-foldout {
    display: none;
    width: 2px;
    /* background-color: red; */
    /* padding: -4px; */
    /* margin: -4px; */
    border-image: url(/ebd81102e40c5369c22e.png);
    border-style: solid;
    border-width: 0px;
    border-image-slice: 0 fill;

}
.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-menu {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.dropdown-button {
    display: flex;
    justify-content: space-between;
    cursor: pointer;

}

.DropDownIcon {
    height: 20px;
    width: auto;
}

.dropdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */

}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;

    /* background-color: rgba(0, 0, 0, 0.8); */
    color: white;
    padding: 20px;
    border-radius: 10px;
    z-index: 1000;
    animation: fadeOpacityIn 0.5s;
    /* animation: fadeIn 0.5s, fadeOut 0.5s 2s; */
    animation-fill-mode: forwards;
    min-width: max(200px, 70%);


    max-width: min(80%, 600px);
    min-height: 100px;
    max-height: 85vh;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    border-image: url(/06d97c2df27e182fc73f.png);
    border-style: solid;
    border-width: 10px;
    border-image-slice: 25 fill;
    /* max-height: 600px; */
    padding: 40px 15px 15px 15px;
    overflow: scroll;



}



.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

@keyframes fadeOpacityIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOpacityOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
@media only screen and (min-width: 880px) {
    .gamehomenewsheader {
        display: flex;
        flex-direction: column;

        /* background-color: red; */

        /* flex-grow: 0 1; */
        /* margin-right: 15px; */
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .gamehomesettings {
        display: flex;
        flex-direction: row-reverse;
        height: 25px;
        width: 100%;
        margin-bottom: 4px;
    }

    .gamehomesnews {
        display: flex;
        flex-direction: row;
        height: 80px;
        width: 100%;
        /* margin-bottom: -15px; */
        justify-content: left;


    }


    .gamehomenewsnews {
        display: flex;
        flex-direction: row;
        max-width: 395px;
        width: 100%;
    }

    .gamehomenewsnews:hover {
        cursor: pointer;
        filter: brightness(60%);


    }



    .newsText {
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        width: 100%;
        text-overflow: ellipsis;

    }

    .newsText h1 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 300px;
        white-space: nowrap;
        height: 20px;
    }

    .newsText p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-overflow: ellipsis;
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .NewsImage {
        display: flex;
        flex-direction: row;
        max-width: 250px;
        max-height: 100%;
        width: 80px;
        height: 80px;

    }

    .GTAd {
        display: flex;
        flex-direction: column;
        visibility: show;
    }

    .headerSocialIcons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        flex-wrap: wrap;

        .socialIcon {

            height: 18px;
            width: 18px;
        }
    }

    .gamehomenewsSocial {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;




    }

    .GTLogo {
        width: 120px;
        padding: 0px;
    }

    .GTLogo img {
        width: 100%;
        height: auto;
    }

    .gamehomenewsLogo {
        display: flex;
        position: relative;
        width: 200px;
        height: 80px;
        background-image: url(/b18602f7febfff8b1edb.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;



    }

    .premiumShopMobile {
        display: none;
        margin-left: auto;
        margin-right: auto;
    }

    .gamehomenewspremiumshop {
        display: flex;


        margin-left: 5px;

        width: 140px;
        height: 81px;

        background-image: url(/1fec4639fddec1ebe75a.png);
    }

    .LogoutBtn {
        margin: 3px;
        width: 15px;
        height: auto;
        position: relative;
        display: inline-block;
        background-image: url(/a01db80ac56ef45f8ea3.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;


    }



    .LogoutBtn:hover {

        cursor: pointer;
        filter: hue-rotate(180deg);
    }



    audio {
        height: 20px;
        margin-left: auto;
        margin-right: auto;
        background-color: black;
    }


    .gamehomenewsContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 395px;
        width: 100%;

    }

    .newsDots {
        display: flex;
        flex-direction: row-reverse;
    }

    .newsDot {
        height: 10px;
        width: 10px;
        background-color: #bbb;
        border-radius: 50%;

        margin: 0 2px;
    }

    .newsDot.current {
        background-color: red;
    }

    .NewsImageInPopup {

        display: flex;
        justify-content: center;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 880px) {

    .gamehomenewsheader {
        display: flex;
        flex-direction: column;

        /* background-color: red; */

        /* flex-grow: 0 1; */
        /* margin-right: 15px; */
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .gamehomesettings {
        display: flex;
        flex-direction: row-reverse;
        height: 25px;
        width: 100%;
        margin-bottom: 4px;
    }

    .gamehomesnews {
        display: flex;
        flex-direction: column;
        height: 110px;
        width: 100%;
        /* margin-bottom: -15px; */
        justify-content: center;

        .spacer {
            display: none;
        }

    }


    .gamehomenewsnews {
        display: flex;
        flex-direction: row;
        max-width: 395px;
        width: 100%;


    }

    .gamehomenewsnews:hover {
        cursor: pointer;
        filter: brightness(60%);


    }



    .newsText {
        display: flex;
        flex-direction: column;
        margin-left: 5px;
        width: 100%;
        text-overflow: ellipsis;

    }

    .newsText h1 {
        margin: 0;
        padding: 0;
        font-size: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 300px;
        white-space: nowrap;
        height: 20px;
    }

    .newsText p {
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-overflow: ellipsis;
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .NewsImage {
        display: flex;
        flex-direction: row;
        max-width: 250px;
        max-height: 100%;
        width: 80px;
        height: 80px;

    }

    .GTAd {
        display: none;
        visibility: hidden;
    }

    .headerSocialIcons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 10px;

        .socialIcon {

            height: 18px;
            width: 18px;
        }
    }

    .gamehomenewsSocial {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 100%;


    }

    .GTLogo {
        width: 120px;
        padding: 0px;
    }

    .GTLogo img {
        width: 100%;
        height: auto;
    }

    .gamehomenewsLogo {
        display: none;
        position: relative;
        width: 200px;
        height: 80px;
        background-image: url(/b18602f7febfff8b1edb.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;



    }

    .premiumShopMobile {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        color: rgb(158, 119, 4);
        font-weight: bold;
        text-transform: uppercase;
    }

    .gamehomenewspremiumshop {
        display: none;


        margin-left: 5px;

        width: 140px;
        height: 81px;

        background-image: url(/1fec4639fddec1ebe75a.png);
    }

    .LogoutBtn {
        margin: 3px;
        width: 15px;
        height: auto;
        position: relative;
        display: inline-block;
        background-image: url(/a01db80ac56ef45f8ea3.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;


    }



    .LogoutBtn:hover {

        cursor: pointer;
        filter: hue-rotate(180deg);
    }



    audio {
        height: 20px;
        margin-left: auto;
        margin-right: auto;
        background-color: black;
    }


    .gamehomenewsContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 395px;
        width: 100%;

    }

    .newsDots {
        display: flex;
        flex-direction: row-reverse;
    }

    .newsDot {
        height: 10px;
        width: 10px;
        background-color: #bbb;
        border-radius: 50%;

        margin: 0 2px;
    }

    .newsDot.current {
        background-color: red;
    }

    .NewsImageInPopup {

        display: flex;
        justify-content: center;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}
.music-player {
    display: flex;

    color: red;
    height: 18px;
    margin-right: 40px;
}

.play-button,
.volume-button {

    border: none;
    color: red;

    height: 20px;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    margin: 0 5px 0 5px;
    width: auto;

}

.volume-slider {
    position: relative;

    color: red;
}

.volume-slider input {
    width: 100px;
    background-color: red;
}

.volume-slider input::-webkit-slider-thumb {
    background-color: red;
}



.volume-slider input {
    width: 100px;
}


/*********** Baseline, reset styles ***********/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    width: 100px;
}

/* Removes default focus */
input[type="range"]:focus {
    outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
    background-color: #9e0000;
    border-radius: 1rem;
    height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    margin-top: -4px;
    /* Centers thumb on the track */
    background-color: #d6d6d6;
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
}

input[type="range"]:focus::-webkit-slider-thumb {
    outline: 3px solid #d6d6d6;
    outline-offset: 0.125rem;
}

/*********** Firefox styles ***********/
/* slider track */
input[type="range"]::-moz-range-track {
    background-color: #9e0000;
    border-radius: 1rem;
    height: 0.5rem;
}

/* slider thumb */
input[type="range"]::-moz-range-thumb {
    background-color: #d6d6d6;
    border: none;
    /*Removes extra border that FF applies*/
    border-radius: 0.5rem;
    height: 1rem;
    width: 1rem;
}

input[type="range"]:focus::-moz-range-thumb {
    outline: 3px solid #d6d6d6;
    outline-offset: 0.125rem;
}
.mercatusLogo {
    background-image: url(/9cc50535ccba1f4be367.png);
}
@media only screen and (min-width: 880px) {
    .shopHeaderBody {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        flex-grow: 1;

        justify-content: flex-start;
        overflow: visible;

        .itemTypeSelectionRow {
            display: flex;
            flex-direction: row;
            flex-grow: 1;
            justify-content: left;
            /* margin-top: -10px; */
            /* margin: -10px -5px -5px -5px; */

            .YellowButton {
                min-width: 100px;
                height: 30px;
                overflow: hidden;

                align-content: start;
            }
        }

    }

    .shopHeaderBody h1 {
        padding-bottom: 20px;
    }

    .shopHeaderBody .quantity {
        justify-content: right;
        align-content: center;
        margin-top: auto;


    }

    .shopHeaderBody .quantity label {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media only screen and (max-width: 880px) {
    .shopHeaderBody {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        flex-grow: 1;

        justify-content: flex-start;
        overflow: visible;



    }

    .shopHeaderBody h1 {
        padding-bottom: 0px;
        margin: 0px;
    }

    .shopHeaderBody .quantity {
        justify-content: right;
        align-content: center;
        margin-top: auto;


    }

    .shopHeaderBody .quantity label {
        margin-top: auto;
        margin-bottom: auto;
    }
}
.statsBody {
    display: flex;
    /* background-color: red; */
    width: 100%;
    word-break: normal;
    flex-direction: column;
    margin-top: 10px;
    text-align: left;
}



.statsBody img {
    width: 25px;
    height: 25px;
}

.statEntry {
    display: flex;
    flex-direction: row;
    padding-bottom: 2px;
}

.statEntryDescription {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: azure;

}
@media only screen and (min-width: 880px) {
    .cryptBody .quantity label {
        margin-top: auto;
        margin-bottom: auto;
    }

    .itemCreatureTypeImg {
        width: 50px;
        height: auto;
        display: flex;

    }

    .grid-flex-container {
        display: flex;
        flex-direction: row;
        overflow: visible;
        flex-wrap: wrap;
        justify-content: start;
        /* Verteilt die Elemente gleichmäßig in der Zeile */
    }

    .grid-flex-item {
        border-image: url(/06d97c2df27e182fc73f.png);
        border-style: solid;
        border-width: 10px;
        border-image-slice: 25 fill;

        display: flex;
        flex-direction: column;
        min-width: 100px;
        flex: 0 0 calc(50% - 2.5rem);
        /* Nimmt in einer Zeile etwa ein Drittel des verfügbaren Platzes ein, abzüglich eines Rands von 1rem */
        margin: 0.5rem;
        /* Ein Rand von 0.5rem zu allen Seiten des Elements */
        /* border: 1px solid #ddd; */

        text-align: center;
        justify-content: space-between;
    }



    .grid-flex-item .itemImg {
        width: 150px;

        height: 150px;

    }

    .grid-flex-item .itemImageDescription {
        margin: 0px;
        ;
        display: flex;
        flex-direction: row;
        justify-content: start;


    }

    .grid-flex-item .itemDescription {
        margin-left: 15px;
        display: flex;
        flex-direction: column;


    }

    .grid-flex-item .itemDescription h2 {
        font-size: 22px;
        margin-top: 2px;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .grid-flex-item .itemDescription p {
        text-align: left;
        margin-top: 2px;
        padding-left: 2px;
        margin-bottom: 2px;
        color: grey;
    }

    .grid-flex-item .itemBuy {
        display: flex;
        flex-direction: row;
        flex-flow: row-reverse;
        flex-grow: 1;


    }

    .grid-flex-item .itemBuy .YellowButton {
        min-width: 100px;
        max-width: 200px;
        text-transform: uppercase;
        /* margin: auto; */
        /* margin-top: 5px; */
        /* margin-bottom: 5px;
    
    margin-right: 10px; */

        margin: auto 5px 5px 0px;
        min-height: 30px;
        max-height: 60px;
        flex-wrap: wrap;



    }

    .quantity {
        display: flex;
        color: darkgray;
        padding-left: 5px;
    }





    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .message-container {
        position: fixed;
        /* Fixed position */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        /* Center vertically */
        justify-content: center;
        /* Center horizontally */
        z-index: 1000;
        /* Ensure it's above other content */
    }

    .message {
        animation: fadeIn 0.5s ease-out;
        cursor: pointer;
    }

    .message.hide {
        animation: fadeOut 0.5s ease-out;
    }


    .shopLogo {


        display: flex;
        position: relative;
        width: 250px;
        height: 250px;


        /* background-image: url("../../assets/game/gui_armory.png"); */
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;

    }
}
@media only screen and (max-width: 880px) {
    .cryptBody .quantity label {
        margin-top: auto;
        margin-bottom: auto;
    }

    .grid-flex-container {
        display: flex;
        flex-direction: column;
        overflow: visible;
        flex-wrap: wrap;
        justify-content: start;
        /* Verteilt die Elemente gleichmäßig in der Zeile */
    }

    .grid-flex-item {
        border-image: url(/06d97c2df27e182fc73f.png);
        border-style: solid;
        border-width: 10px;
        border-image-slice: 25 fill;

        display: flex;
        flex-direction: column;
        min-width: 100px;
        flex: 0 0 calc(50% - 2.5rem);
        /* Nimmt in einer Zeile etwa ein Drittel des verfügbaren Platzes ein, abzüglich eines Rands von 1rem */
        margin: 0.5rem;
        /* Ein Rand von 0.5rem zu allen Seiten des Elements */
        /* border: 1px solid #ddd; */

        text-align: center;
        justify-content: space-between;
    }



    .grid-flex-item .itemImg {
        width: 150px;

        height: 150px;

    }

    .grid-flex-item .itemImageDescription {
        margin: 0px;
        ;
        display: flex;
        flex-direction: row;
        justify-content: start;


    }

    .grid-flex-item .itemDescription {
        margin-left: 15px;
        display: flex;
        flex-direction: column;


    }

    .grid-flex-item .itemDescription h2 {
        font-size: 22px;
        margin-top: 2px;
        margin-bottom: 2px;
        text-transform: uppercase;
    }

    .grid-flex-item .itemDescription p {
        text-align: left;
        margin-top: 2px;
        padding-left: 2px;
        margin-bottom: 2px;
        color: grey;
    }

    .grid-flex-item .itemBuy {
        display: flex;
        flex-direction: row;
        flex-flow: row-reverse;
        flex-grow: 1;


    }

    .grid-flex-item .itemBuy .YellowButton {
        min-width: 100px;
        max-width: 200px;
        text-transform: uppercase;
        /* margin: auto; */
        /* margin-top: 5px; */
        /* margin-bottom: 5px;
    
    margin-right: 10px; */

        margin: auto 5px 5px 0px;
        min-height: 30px;
        max-height: 60px;
        flex-wrap: wrap;



    }

    .quantity {
        display: flex;
        color: darkgray;
        padding-left: 5px;
    }





    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    .message-container {
        position: fixed;
        /* Fixed position */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        /* Center vertically */
        justify-content: center;
        /* Center horizontally */
        z-index: 1000;
        /* Ensure it's above other content */
    }

    .message {
        animation: fadeIn 0.5s ease-out;
        cursor: pointer;
    }

    .message.hide {
        animation: fadeOut 0.5s ease-out;
    }


    .shopLogo {


        display: flex;
        position: absolute;
        width: 85%;
        height: 150px;
        z-index: 1;

        /* background-image: url("../../assets/game/gui_armory.png"); */
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;

    }

    .ClubHeaderDescription {
        p {
            margin: 0;
            padding: 0px 15px 0px 15px;
        }

        z-index: 2;
    }
}
.cryptLogo {
    background-image: url(/2054fa9001fd1b78a009.png);
}
.stableLogo {
    background-image: url(/5fbccef93b6305987ff6.png);
}
.armoryLogo {
    background-image: url(/4243ec3737c1de122c4a.png);
}
.weaponLogo {
    background-image: url(/8bd044f04686a19317e8.png);
}
.treasureLogo {
    background-image: url(/480b320d3538ba3c6fdc.png);
}
.trophiesBody {
    display: flex;
    /* background-color: red; */
    width: 100%;
    word-break: normal;
    flex-direction: row;
    margin-top: 10px;
    text-align: left;

}



.trophiesBody .trophyImg {
    width: 50px;
    height: 50px;
    margin: 3px;
    border-color: orange;
    border-style: solid;
    border-width: 1px;


}

.trophiesBody .trophyImgNotCollected {
    width: 50px;
    height: 50px;
    margin: 3px;
    filter: grayscale(100%);
}

.trophyEntry {
    display: flex;
    flex-direction: row;
    padding-bottom: 2px;
}

.trophyEntryDescription {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: azure;

}
@media only screen and (min-width: 880px) {
    .inventoryBody {
        .inventoryLogo {
            background-image: url(/e8730cd6002330771ad4.png);
        }

        .itemEquip {
            display: flex;
            flex-direction: row-reverse;
        }

        .ClubHeaderDescription p {
            margin-bottom: 20px;
        }



        .itemTypeSelectionRow {
            display: flex;
            flex-direction: row;
            flex-grow: 1;
            justify-content: left;
            margin-top: -10px;
            margin: -10px -5px -5px -5px;

            .YellowButton {
                width: 100px;
                height: 30px;
                overflow: hidden;

                align-content: start;
            }
        }

        .itemCreatureTypeImg {
            width: 50px;
            height: auto;

        }

        .itemImages {
            display: flex;
            flex-direction: column;
            justify-content: start;
            align-items: start;
            margin: 0px 0px 0px 0px;
        }
    }
}
@media only screen and (max-width: 880px) {
    .inventoryLogo {
        background-image: url(/e8730cd6002330771ad4.png);
    }

    .itemEquip {
        display: flex;
        flex-direction: row-reverse;
    }

    .ClubHeaderDescription p {
        margin-bottom: 20px;
    }

    .itemTypeSelectionRow {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        justify-content: space-evenly;
        margin-bottom: 5px;

        flex-wrap: wrap;

        .YellowButton {
            width: 60px;
            height: 30px;
            overflow: hidden;
            justify-content: left;
            align-content: start;
            margin: 0px;
            font-size: 12px;

        }
    }

    .itemCreatureTypeImg {
        width: 50px;
        height: auto;

    }

    .itemImages {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin: 0px 0px 0px 0px;
    }
}
@media only screen and (min-width: 880px) {
    .trophiesBody {
        display: flex;
        /* background-color: red; */
        width: 100%;
        word-break: normal;
        flex-direction: row;
        margin-top: 10px;
        text-align: left;

    }

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

    .selectedHuntingGround .selectedImg {
        width: 400px;
        max-width: 400px;
        height: auto;
        max-height: 230px;
        margin: 30px 0 0 0;
        object-fit: cover;

    }


    .huntingGroundsInRegion {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        margin: 10px 0 0 0;

        justify-content: center;
    }

    .gridItemHuntingGroundImg {
        width: 200px;
        margin: 0 10px 0 0;
        border: 1px;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;

    }

    .gridItemHuntingGroundImg:hover {
        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;
    }



    .gridItemHuntingGroundImgSelected {
        width: 210px;
        margin: 0 10px 0 0;

        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;



    }

    .regions {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        margin: 20px 0 0 0
    }

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

    .gridItemRegionImg {
        width: 280px;
        height: 160px;
        margin: 0 10px 10px 0;

        border: 1px;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        object-fit: cover;
    }


    .gridItemRegionImg:hover {


        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;
    }



    .gridItemRegionImgSelected {
        width: 280px;
        height: 160px;
        margin: 0 10px 10px 0;

        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;

        object-fit: cover;


    }

    .gridItemRegionOverLay {
        display: flex;
        position: absolute;
        flex-direction: row;
        flex-grow: 1;
        bottom: 15px;
        right: 11px;
        justify-content: space-between;
        width: 280px;
        padding-left: 10px;
        background-color: rgba(0, 0, 0, 0.4);

    }

    .selectedHuntingGroundDescription .TravelButton {
        width: 100px;

    }

    .requiredStuff {
        display: flex;
        flex-direction: row;

        align-content: center;
        justify-content: space-around;


    }

    .TravelButtonContainer {
        display: flex;
        flex-direction: row-reverse;
    }

    .requiredStuff .xp {
        display: flex;
        flex-direction: column;
        color: rgb(170, 0, 255);
        align-content: center;
        justify-content: center;

    }

    .requiredStuff .key {
        display: flex;
        flex-direction: column;
        color: rgb(0, 242, 255);
        align-content: center;
        justify-content: center;

    }

    .requiredStuff .label {
        align-content: center;
        justify-content: center;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 auto 0 auto;
    }

    .requiredStuff .value {
        height: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        align-content: center;
        justify-content: center;
        margin: 0 auto 0 auto;
        font-size: 30px;
    }


    .neededKey {
        width: 40px;
        align-items: center;
        justify-items: center;
        align-content: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 880px) {
    .trophiesBody {
        display: flex;
        /* background-color: red; */
        width: 100%;
        word-break: normal;
        flex-direction: row;
        margin-top: 10px;
        text-align: left;

    }

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

    .selectedHuntingGround .selectedImg {
        width: 100%;

        height: auto;
        min-height: 180px;
        max-height: 230px;

        margin: 30px 0 0 0;
        object-fit: cover;

    }


    .huntingGroundsInRegion {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        margin: 10px 0 0 0;

        justify-content: center;
    }

    .gridItemHuntingGroundImg {
        width: 125px;
        margin: 0 10px 0 0;
        border: 1px;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;

    }

    .gridItemHuntingGroundImg:hover {
        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;
    }



    .gridItemHuntingGroundImgSelected {
        width: 125px;
        margin: 0 10px 0 0;

        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;



    }

    .regions {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0 0 0
    }

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

    .gridItemRegionImg {
        width: 280px;
        height: 160px;
        margin: 0 10px 10px 0;

        border: 1px;
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        object-fit: cover;
    }


    .gridItemRegionImg:hover {


        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;
    }



    .gridItemRegionImgSelected {
        width: 280px;
        height: 160px;
        margin: 0 10px 10px 0;

        border: 1px;
        border-color: rgb(243 11 0);
        border-style: solid;

        object-fit: cover;


    }

    .gridItemRegionOverLay {
        display: flex;
        position: absolute;
        flex-direction: row;
        flex-grow: 1;
        bottom: 15px;
        right: 11px;
        justify-content: space-between;
        width: 280px;
        padding-left: 10px;
        background-color: rgba(0, 0, 0, 0.4);

    }

    .selectedHuntingGroundDescription .TravelButton {
        width: 100px;

    }

    .requiredStuff {
        display: flex;
        flex-direction: row;

        align-content: center;
        justify-content: space-around;


    }

    .TravelButtonContainer {
        display: flex;
        flex-direction: row-reverse;
    }

    .requiredStuff .xp {
        display: flex;
        flex-direction: column;
        color: rgb(170, 0, 255);
        align-content: center;
        justify-content: center;

    }

    .requiredStuff .key {
        display: flex;
        flex-direction: column;
        color: rgb(0, 242, 255);
        align-content: center;
        justify-content: center;

    }

    .requiredStuff .label {
        align-content: center;
        justify-content: center;
        font-size: 12px;
        text-transform: uppercase;
        margin: 0 auto 0 auto;
    }

    .requiredStuff .value {
        height: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        align-content: center;
        justify-content: center;
        margin: 0 auto 0 auto;
        font-size: 30px;
    }


    .neededKey {
        width: 40px;
        align-items: center;
        justify-items: center;
        align-content: center;
        justify-content: center;
    }

}
@media only screen and (min-width: 880px) {
    .HuntBody {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .FightBodyHeader {
        margin-top: 30px;
        display: flex;
        flex-direction: row;

    }

    .AttackerHeader {
        display: flex;
        flex-direction: row;
        margin: 0 40px 0 0;


    }

    .AttackerInfoColumn {
        display: flex;
        flex-direction: column;

        justify-content: end;
        width: 100%;
        max-width: 420px;

    }

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

    .AttackerName {
        display: flex;

        font-size: 25px;
        /* color: rgb(160 177 194); */
        text-align: center;
    }

    .AttackerInfo {
        font-size: 15px;
        /* color: rgb(134, 195, 255); */
        text-align: center;
    }

    .PlayerActions {
        display: flex;
        flex-direction: row-reverse;

        width: 100%;
        align-items: end;


        .GreyButton {
            width: 100px;
            height: 15px;
            margin: 4px;
        }

        .RedButton {
            width: 140px;
            margin: 4px;
            height: 18px;
        }
    }

    .AttackerHealth div {
        transition: width 1s ease-in-out;
    }

    .AttackerHealth {
        display: flex;
        border-image: url(/d48c684fa65d2301f4a9.png);
        border-style: solid;
        border-width: 4px;
        /* border-radius: 2px; */
        border-image-slice: 8 fill;
        height: 18px;



        color: whitesmoke;
        font-family: Dante;
        font-size: 18px;
        text-align: center;
        overflow: visible;
        text-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */


        /* padding: 4px 10px 0px 10px; */
        /* margin: 0 10% 0 10%; */
        /* justify-content: center;
    align-items: center; */
    }

    .AttackButtons {
        display: flex;
        flex-direction: row;

    }


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

    .HuntLog {
        display: flex;
        flex-direction: column-reverse;
        width: 50%;
        align-items: start;
        justify-content: start;

        .currencyBody {
            flex-direction: row;
        }
    }

    .Attacker {
        width: 50%;
        margin: 0 40px 0 0;
    }

    .AttackerImg {
        max-width: 420px;
        min-height: 420px;
        height: auto;
    }

    .RetainerImg {
        max-width: 120px;
        min-height: 120px;
        height: auto;
    }



    .Attacker_Retainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .AttackerTypeImage {
        height: 50px;
        min-width: 50px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 880px) {
    .HuntBody {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        margin-left: 10px;
    }

    .FightBodyHeader {
        margin-top: 30px;
        display: flex;
        flex-direction: column;

    }

    .AttackerHeader {
        display: flex;
        flex-direction: row;
        margin: 0 40px 0 0;


    }

    .AttackerInfoColumn {
        display: flex;
        flex-direction: column;

        justify-content: end;
        width: 100%;
        max-width: 420px;

    }

    .AttackerName {
        display: flex;

        font-size: 25px;
        /* color: rgb(160 177 194); */
        text-align: center;
    }

    .AttackerInfo {
        font-size: 15px;
        /* color: rgb(134, 195, 255); */
        text-align: center;
    }

    .PlayerActions {
        display: flex;
        flex-direction: row-reverse;

        width: 100%;
        align-items: end;


        .GreyButton {
            width: 100px;
            height: 15px;
            margin: 4px;
        }

        .RedButton {
            width: 140px;
            margin: 4px;
            height: 18px;
        }
    }

    .AttackerHealth div {
        transition: width 1s ease-in-out;
    }

    .AttackerHealth {
        display: flex;
        border-image: url(/d48c684fa65d2301f4a9.png);
        border-style: solid;
        border-width: 4px;
        /* border-radius: 2px; */
        border-image-slice: 8 fill;
        height: 18px;



        color: whitesmoke;
        font-family: Dante;
        font-size: 18px;
        text-align: center;
        overflow: visible;
        text-wrap: nowrap;
        justify-content: center;
        /* align-items: center; */


        /* padding: 4px 10px 0px 10px; */
        /* margin: 0 10% 0 10%; */
        /* justify-content: center;
    align-items: center; */
    }

    .AttackButtons {
        display: flex;
        flex-direction: row;

    }


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

    .HuntLog {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        align-items: start;
        justify-content: start;

        .currencyBody {
            flex-direction: row;
        }
    }

    .Attacker {
        width: 100%;
        margin: 0 40px 0 0;
    }

    .AttackerImg {
        max-width: 420px;
        width: 100%;
        height: auto;
    }

    .RetainerImg {
        max-width: 120px;
        min-height: 120px;
        height: auto;
    }



    .Attacker_Retainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .AttackerTypeImage {
        height: 50px;
        min-width: 50px;
        margin-right: 10px;
    }
}
.CombatLogEntry {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 40px;
    padding: 5px 5px 5px 5px;


    margin: 0 0 5px 0;

    .type_h1 {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        color: red;
        margin: 0 0 0 5%;
        text-transform: uppercase;
        width: 100%;
        align-items: center;
        font-size: 20px;
        font-weight: lighter;

    }

    /* .type::before {
        content: "[";
    } */

    .line {
        display: flex;
        flex-direction: row;

        /* Thickness of the line */
        height: 1px;
        /* Length of the line */
        background-color: red;
        /* Color of the line */

        margin: 0 0 0 10px;

    }

    .message {
        color: aliceblue;
        display: flex;
        flex-direction: row;
        white-space: pre-wrap;
        ;
    }




}


.animaterow {
    animation: swoopInFromRight 0.5s ease-in-out;
}

.CombatLogEntryRow {


    display: flex;
    flex-direction: row;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 12px;

    /* padding: 5px 5px 5px 5px; */

    margin: 0 0 5px 0;
    width: 100%;

    .type {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        color: rgb(144, 0, 0);
        margin: 0 10px 0 0;
        text-transform: uppercase;
        align-items: start;
        min-width: 140px;
    }

    /* .type::before {
        content: "[";
    }

    .type::after {
        content: "]";
    } */



    .message {
        color: aliceblue;
        /* display: flex; */
        /* flex-direction: row; */
        overflow: auto;
        /* flex-wrap: nowrap; */
        /* Prevent wrapping to a new line */
        flex-grow: 1;
        font-size: 18px;
    }



    .procIcon {
        width: 55px;

        height: auto;
    }



}

@keyframes swoopInFromRight {
    0% {
        transform: translateX(100%);
        /* Start off the right of the screen */
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        /* End at the original position */
        opacity: 1;
    }
}




.combatEndImage {
    width: auto;
    height: 150px;
    margin: 0 auto 0 auto;
}





.loot {

    display: flex;
    flex-wrap: wrap;

    .currencyEntry {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        align-content: center;
        padding-right: 10px;
        padding-top: 3px;
    }

    .currencyBody {
        display: flex;
        /* padding-right: 5px; */
        flex-direction: row;
        flex-grow: 0;

        /* justify-content: center; */
        /* align-content: center; */
        flex-wrap: wrap;
        /* margin-top: auto; */
        /* margin-bottom: auto; */
        margin-bottom: 6px;

        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px;
    }

    .currencyBody img {

        width: 65px;
        height: auto;

    }

    .currencyEntryDescription {
        font-size: 15px;
        color: rgb(160 177 194);
        text-align: center;
        max-width: 65px;
        overflow: hidden;
    }
}

.lootItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}

.lootImage {
    max-width: 65px;
    height: auto;
}

.lootName {
    font-size: 15px;
    color: rgb(160 177 194);
    text-align: center;
    max-width: 65px;
    overflow: wrap;
    word-break: normal;
    overflow-wrap: break-word;
}

.lootHunterBonus {
    font-size: 12px;
    color: #90EE90;
    font-weight: bold;
    margin-top: 2px;
}


.xpLootImage {



    position: relative;
    width: 65px;
    height: 65px;




    background-image: url(/978c9ade4ffba6207066.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 880px) {
    .grimoireBody {
        display: flex;
        /* background-color: red; */
        flex-direction: column;
        width: 100%;
        word-break: normal;

        margin-top: 10px;
        text-align: left;

    }


    .enemy-grid {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 10px;
        text-align: left;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .enemy-grid-item {
        display: flex;
        flex-direction: column;
        width: 200px;
        margin-bottom: 20px;

    }

    .enemy-grid-item:hover {
        cursor: pointer;
        transform: scale(1.1);
        transition: transform 0.5s;

    }

    .enemy-grid-item:hover .flavorText {
        display: flex;
        transition: transform 0.5s;

    }

    .enemy-grid-item:hover .enemyImage {
        filter: grayscale(100%) brightness(50%);
        transition: transform 0.5s;

    }



    .enemyImage {
        min-width: 100px;
        min-height: 100px;
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .enemyType {
        width: 30px;
        height: 30px;


        object-fit: cover;
        margin-right: 5px;
    }


    .imgHidden {

        filter: grayscale(100%) brightness(50%);

    }

    .enemy-description {
        display: flex;
        flex-direction: column;
        /* white-space: nowrap; */
        overflow: break-word;
        text-overflow: ellipsis;

    }

    .enemy-description h3 {
        display: flex;
        flex-direction: row;
        margin-bottom: 4px;
        overflow-wrap: break-word;
    }

    .enemyImageAndRarityContainer {
        display: flex;
        position: relative;
    }

    .descriptionLabel {
        color: rgba(240, 255, 255, 0.759);
        font-size: 10px;
        font-weight: bold;


    }

    .descriptionValue {
        color: azure;
        font-size: 14px;
        font-weight: lighter;
        margin-bottom: 5px;


    }

    .flavorText {
        display: none;
        position: absolute;
        width: 160px;
        height: 160px;
        top: 0;

        background-size: contain;
        pointer-events: none;

        font-size: 12px;
        margin: 20px;
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis;



    }

    .rarity_big {
        display: flex;
        position: absolute;
        width: 200px;
        height: 200px;
        top: 0;
        background-size: contain;
        pointer-events: none;



        border: 5px inset rgba(255, 0, 0, 0.5);
        border-radius: 2px;

        /* filter: blur(2px); */
        top: -5px;
        left: -6px;
    }


    .enemyImagePlaceholder {
        background-image: url(/786fdf85b1c5f1ec51dc.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 204px;

    }

    /* .rarity_common {
    background-image: url(../../assets/game/inventory/Inventory_Background_Common_128x128.png);
} */

    /* .rarity_rare {
    background-image: url(../../assets/game/inventory/Inventory_Background_Rare_128x128.png);
}

.rarity_epic {
    background-image: url(../../assets/game/inventory/Inventory_Background_Epic_128x128.png);
}

.rarity_legendary {
    background-image: url(../../assets/game/inventory/Inventory_Background_Legendary_128x128.png);
}

.rarity_uncommon {
    background-image: url(../../assets/game/inventory/Inventory_Background_Uncommon_128x128.png);
} */
    select {
        background: #202020;
        color: #fff;
        padding: 5px;
        border: none;
        border-radius: 4px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 200px;

        border: 1px solid #f30c006c;
    }
}
@media only screen and (max-width: 880px) {
    .grimoireBody {
        display: flex;
        /* background-color: red; */
        flex-direction: column;
        width: 100%;
        word-break: normal;

        margin-top: 10px;
        text-align: left;
        justify-content: center;

        .dropdown-container {
            display: flex;
            flex-direction: column;
            justify-content: left;
            margin-top: 10px;
            margin-left: 30px;
        }

    }


    .enemy-grid {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 50px;
        text-align: left;
        flex-wrap: wrap;
        justify-content: center;

    }

    .enemy-grid-item {
        display: flex;
        flex-direction: column;
        width: 200px;
        margin-bottom: 20px;

    }

    .enemy-grid-item:hover {
        cursor: pointer;
        transform: scale(1.1);
        transition: transform 0.5s;

    }

    .enemy-grid-item:hover .flavorText {
        display: flex;
        transition: transform 0.5s;

    }

    .enemy-grid-item:hover .enemyImage {
        filter: grayscale(100%) brightness(50%);
        transition: transform 0.5s;

    }



    .enemyImage {
        min-width: 100px;
        min-height: 100px;
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .enemyType {
        width: 30px;
        height: 30px;


        object-fit: cover;
        margin-right: 5px;
    }


    .imgHidden {

        filter: grayscale(100%) brightness(50%);

    }

    .enemy-description {
        display: flex;
        flex-direction: column;
        /* white-space: nowrap; */
        overflow: break-word;
        text-overflow: ellipsis;

    }

    .enemy-description h3 {
        display: flex;
        flex-direction: row;
        margin-bottom: 4px;
        overflow-wrap: break-word;
    }

    .enemyImageAndRarityContainer {
        display: flex;
        position: relative;
    }

    .descriptionLabel {
        color: rgba(240, 255, 255, 0.759);
        font-size: 10px;
        font-weight: bold;


    }

    .descriptionValue {
        color: azure;
        font-size: 14px;
        font-weight: lighter;
        margin-bottom: 5px;


    }

    .flavorText {
        display: none;
        position: absolute;
        width: 160px;
        height: 160px;
        top: 0;

        background-size: contain;
        pointer-events: none;

        font-size: 12px;
        margin: 20px;
        white-space: wrap;
        overflow: hidden;
        text-overflow: ellipsis;



    }

    .rarity_big {
        display: flex;
        position: absolute;
        width: 200px;
        height: 200px;
        top: 0;
        background-size: contain;
        pointer-events: none;



        border: 5px inset rgba(255, 0, 0, 0.5);
        border-radius: 2px;

        /* filter: blur(2px); */
        top: -5px;
        left: -6px;
    }


    .enemyImagePlaceholder {
        background-image: url(/786fdf85b1c5f1ec51dc.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 204px;

    }

    /* .rarity_common {
    background-image: url(../../assets/game/inventory/Inventory_Background_Common_128x128.png);
} */

    /* .rarity_rare {
    background-image: url(../../assets/game/inventory/Inventory_Background_Rare_128x128.png);
}

.rarity_epic {
    background-image: url(../../assets/game/inventory/Inventory_Background_Epic_128x128.png);
}

.rarity_legendary {
    background-image: url(../../assets/game/inventory/Inventory_Background_Legendary_128x128.png);
}

.rarity_uncommon {
    background-image: url(../../assets/game/inventory/Inventory_Background_Uncommon_128x128.png);
} */
    select {
        background: #202020;
        color: #fff;
        padding: 5px;
        border: none;
        border-radius: 4px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 200px;

        border: 1px solid #f30c006c;
    }
}
.statImg {
    width: 30px;
    height: auto;
}
.statImg {
    width: 30px;
    height: auto;
}

form {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    margin: 20px;
    padding: 10px;

}

label {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}


Input {
    background-color: rgb(9, 12, 16);
    border: rgb(73, 0, 13);
    border-radius: 2PX;
    border-width: 1px;
    border-style: solid;
    color: black;
    margin: 5px 0 5px 0;
    min-height: 20px;
    padding: 1px 0 0 5px;


}

input::placeholder {
    color: lightgray;
    font-family: 'Dante', sans-serif;
    /* replace with desired color value */
}
.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.jewelLogo {
    background-image: url(/887817a13589dab9d1e2.png);
}
.highlight {
    background-color: #900c0a;
}

.ladder-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}

.tab-button {
    background-color: #4a4a4a;
    color: #f5f5f5;
    border: 2px solid #666;
    padding: 10px 20px;
    font-family: 'Dante', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.tab-button:hover {
    background-color: #666;
    border-color: #888;
}

.tab-button.active {
    background-color: #f30b00;
    border-color: #f30b00;
    color: #fff;
}

.ladderBody {
    display: flex;
    justify-content: center;
    width: 100%;
}

table {
    border-collapse: collapse;
    color: #f5f5f5;
    font-family: 'Dante', sans-serif;
}

table th {
    min-width: 100px;
    background-color: #f30b00;
}

table th:first-child,
table td:first-child {
    text-align: center;
    min-width: 70px;
}


table th:nth-child(2),
table td:nth-child(2) {
    min-width: 100px;
}

table th:nth-child(3),
table td:nth-child(3),
table th:nth-child(4),
table td:nth-child(4) {
    text-align: right;
}

.ladderBody {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

table {
    border-collapse: collapse;
    color: #f5f5f5;
    font-family: 'Dante', sans-serif;
    /* Gothic-style font */
    background-color: #3333332e;
}

.playerLadderAvatar {
    width: 100px;
    height: auto;


}

table th,
table td {

    padding: 10px;
}


table tr:nth-child(even) {
    background-color: #55555529;
    /* Slightly lighter than the table background for contrast */
}

.navigation-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
    justify-content: space-evenly;
}
    .promotionalOverlay {
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: 2;
        padding: 4px 12px;
        font-size: 12px;
        font-weight: bold;
        color: white;
        background: linear-gradient(135deg, #ff4444, #cc0000);
        border-radius: 0 0 8px 0;
        transform: rotate(-15deg);
        transform-origin: top left;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        pointer-events: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    @media only screen and (min-width: 880px) {
        .premiumShopHeaderBody {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            width: 100%;
            height: 100%;
            flex-grow: 1;

            justify-content: flex-start;
            overflow: visible;
            margin-bottom: 400px;
        }

        .prevNextBuy {
            display: flex;
            flex-direction: row;
            justify-content: space-between;

        }

        .diamondDeal {
            display: flex;
            flex-direction: column;


        }

        .ToolTipWithStats {
            display: flex;
            flex-direction: column;
            position: relative;

        }

        .itemType {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            color: grey;
        }

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

        .diamondDeal_Image {
            display: flex;
            flex-direction: row;
            width: 120px;
            height: 120px;

        }

        .diamondDeal_Description {
            display: flex;
            flex-direction: column;
            justify-content: start;
            margin: 10px;
            font-size: 14px;
        }

        .specialOffer {
            display: flex;
            flex-direction: column;

            border-image: url(/d48c684fa65d2301f4a9.png);
            border-style: solid;
            border-width: 9px;
            border-image-slice: 9 fill;




        }

        .specialOffer h2 {
            text-align: center;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

        .specialOffer .spacer {
            flex: 1;
        }

        .specialOffer .YellowButton {
            margin-top: auto;
            align-self: center;
        }


        .dealItemsGrid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            margin: 10px;
            flex: 1;
        }

        .dealItem {
            background-color: rgba(0, 0, 0, 0.226);
            border: 2px solid black;

        }

        .dealItem .itemImg {
            width: 100px;
            height: auto;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }

        .dealItemName {
            font-size: 12px;
            text-align: center;

        }

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

        .diamondDealsRowBody {
            max-width: 100%;
        }

        .diamondDealsRow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 10px;
        }




        /* schräg start*/


        .dealItem {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;

        }

        .itemImgContainer {
            position: relative;
            max-width: 100px;
            /* Set appropriate width */
            height: auto;
            /* Set appropriate height */
        }

        .itemImg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .quantityOverlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            /* Adjust size as needed */
            color: white;
            /* Choose text color */
            font-weight: bold;
            transform: rotate(-35deg);
            /* Adjust angle */
            /* background-color: rgba(0, 0, 0, 0.5); */
            /* Semi-transparent overlay */
            pointer-events: none;
            /* Allows clicking on elements below */
        }

        .dealItemName {
            margin-top: 8px;
        }

        .YellowButton {
            margin-top: 5px;
            padding: 5px 10px;
            background-color: yellow;
            cursor: pointer;
        }

        /* schräg ende*/

        .subscriptionDealContainer {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: stretch;
            margin: 10px;
            gap: 15px;
            flex-wrap: nowrap;

            .dealItem {
                margin: 0px;
            }

            .itemImg {
                width: 70px;
            }

            .specialOffer {
                flex: 1;
                height: 100%;
                max-width: 350px;
                margin: 0;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
        }

        .hexDealsRowBody {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            margin: 10px;
        }

        .hexDealsRow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 10px;
            flex-wrap: wrap;
        }

        .singleItemDealsRow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 10px;
            flex-wrap: wrap;
        }

        .avatarDealsRowBody {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            margin: 10px;
        }

        .avatarDealsRow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 10px;
            flex-wrap: wrap;
        }


        .AvatarPopup {
            display: flex;
            flex-direction: column;

            justify-content: center;
            align-items: center;

            .AvatarImageGrid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-gap: 30px;
                margin: auto;

            }

            .AvatarImageCollage1 {
                width: 200px;
                height: 200px;
                background-image: url(/dd766dd11d4ac6232c4b.png);
                background-position: center;
                background-size: cover;
            }

            .AvatarImageCollage2 {
                width: 200px;
                height: 200px;
                background-image: url(/38c0256f770025b76ece.jpg);
                background-position: center;
                background-size: cover;
            }

            .AvatarImageCollage3 {
                width: 200px;
                height: 200px;
                background-image: url(/6b57554e422344ef98df.png);
                background-position: center;
                background-size: cover;
            }

            .AvatarImageCollage4 {
                width: 200px;
                height: 200px;
                background-image: url(/fffc318037a04378c913.jpg);
                background-position: center;
                background-size: cover;
            }
        }
    }
    .promotionalOverlay {
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: 2;
        padding: 3px 8px;
        font-size: 10px;
        font-weight: bold;
        color: white;
        background: linear-gradient(135deg, #ff4444, #cc0000);
        border-radius: 0 0 6px 0;
        transform: rotate(-15deg);
        transform-origin: top left;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
        pointer-events: none;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        white-space: nowrap;
    }

    @media only screen and (max-width: 880px) {
        .premiumShopHeaderBody {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            width: 100%;
            height: 100%;
            flex-grow: 1;

            justify-content: flex-start;
            overflow: visible;
            /* margin-bottom: 400px; */
        }


        .diamondDeal {
            display: flex;
            flex-direction: column;


        }

        .ToolTipWithStats {
            display: flex;
            flex-direction: column;
            position: relative;

        }

        .itemType {
            display: flex;
            position: absolute;
            top: 0;
            right: 0;
            color: grey;
        }

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

        .diamondDeal_Image {
            display: flex;
            flex-direction: row;
            width: 120px;
            height: 120px;

        }

        .diamondDeal_Description {
            display: flex;
            flex-direction: column;
            justify-content: start;
            margin: 10px;
            font-size: 14px;
        }

        .specialOffer {
            display: flex;
            flex-direction: column;

            border-image: url(/d48c684fa65d2301f4a9.png);
            border-style: solid;
            border-width: 9px;
            border-image-slice: 9 fill;




        }

        .specialOffer h2 {
            text-align: center;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

        .specialOffer .spacer {
            flex: 1;
        }

        .specialOffer .YellowButton {
            margin-top: auto;
            align-self: center;
        }

        .dealItemsGrid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 10px;
            margin: 10px;
            flex: 1;
        }

        .dealItem {
            background-color: rgba(0, 0, 0, 0.226);
            border: 2px solid black;

        }

        .dealItem .itemImg {
            width: 100px;
            height: auto;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
        }

        .dealItemName {
            font-size: 12px;
            text-align: center;

        }

        .shopHeader {
            display: flex;
            flex-direction: column-reverse;
            max-width: 90vw;
        }

        .diamondDealsRow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 10px;
            flex-wrap: wrap;
        }

        .diamondDealsRowBody {

            display: flex;
            flex-direction: column;
            max-width: 90vw;

        }


        /* schräg start*/


        .dealItem {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;

        }

        .itemImgContainer {
            position: relative;
            width: 100px;
            /* Set appropriate width */
            height: 100px;
            /* Set appropriate height */
        }

        .itemImg {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .quantityOverlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            /* Adjust size as needed */
            color: white;
            /* Choose text color */
            font-weight: bold;
            transform: rotate(-35deg);
            /* Adjust angle */
            /* background-color: rgba(0, 0, 0, 0.5); */
            /* Semi-transparent overlay */
            pointer-events: none;
            /* Allows clicking on elements below */
        }

        .dealItemName {
            margin-top: 8px;
        }

        .YellowButton {
            margin-top: 5px;
            padding: 5px 10px;
            background-color: yellow;
            cursor: pointer;
        }

        /* schräg ende*/

        .subscriptionDeals {
            max-width: 90vw;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .subscriptionDealContainer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: stretch;
            margin: 10px;
            gap: 15px;

            .dealItem {
                margin: 0px;
            }

            .itemImg {
                width: 70px;
            }

            .specialOffer {
                width: 100%;
                margin: 0;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
        }

        .hexDealsRowBody {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            margin: 10px;
        }

        .hexDealsRow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 10px;
            flex-wrap: wrap;
        }


        .avatarDealsRowBody {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            margin: 10px;
        }

        .avatarDealsRow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            margin: 10px;
            flex-wrap: wrap;
        }


        .AvatarPopup {
            display: flex;
            flex-direction: column;

            justify-content: center;
            align-items: center;

            .AvatarImageGrid {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-gap: 30px;
                margin: auto;

            }

            .AvatarImageCollage1 {
                width: 200px;
                height: 200px;
                background-image: url(/dd766dd11d4ac6232c4b.png);
                background-position: center;
                background-size: cover;
            }

            .AvatarImageCollage2 {
                width: 200px;
                height: 200px;
                background-image: url(/38c0256f770025b76ece.jpg);
                background-position: center;
                background-size: cover;
            }

            .AvatarImageCollage3 {
                width: 200px;
                height: 200px;
                background-image: url(/6b57554e422344ef98df.png);
                background-position: center;
                background-size: cover;
            }

            .AvatarImageCollage4 {
                width: 200px;
                height: 200px;
                background-image: url(/fffc318037a04378c913.jpg);
                background-position: center;
                background-size: cover;
            }
        }
    }
.shopCallbackPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  flex-grow: 1;

  justify-content: center;
  align-items: center;
  background-image: url(/67eb3ddad58c1adc05f0.jpg);
  background-position: center;
  background-size: cover;
  overflow-y: auto;
}


.shopCallbackTopImage {
  position: relative;
  width: 300px;
  height: 150px;




  background-image: url(/b18602f7febfff8b1edb.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}

.shopCallbackContainer {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 550px;
  min-height: 350px;


  text-align: center;
  position: relative;
  /* bottom: 100px; */

  border-image: url(/06d97c2df27e182fc73f.png);
  border-style: solid;
  border-width: 20px;
  border-radius: 10px;



  border-image-slice: 20 18 18 18 fill;

}

.support {
  bottom: 20px;
}

.shopCallbackThankYouImage {
  position: relative;
  width: 100%;
  height: 200px;




  background-image: url(/feb3a5b40a0eded5fe1a.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}
.gameSidebar {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}

.PlayerRow {
    display: flex;
    flex-direction: row;
    /* margin: 10px 0 10px 0; */
    justify-content: space-between;
    width: 100%;
}

/* NAVIGATION */
.gameSidebar .gamenavigation {
    flex-direction: column;
}

.sideBarNavigation {
    display: flex;
    flex-direction: column;
    margin: 10px 0 10px 20px;
    font-size: 20px;

}

.sideBarButton {
    width: 30px;
    height: 30px;
}

.gameSidebar .gamehomenewspremiumshop {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}





.gameSidebar .gamehomenewsLogo {
    display: flex;
}

.gameSidebar .Travel {
    margin-left: 10px;
}
.sanctumLogo {
    background-image: url(/ff7887c633f9e1ff02d0.png);
}
.bloodforgeLogo {
    background-image: url(/7451a5535f7bd60694e6.png);
}
.adminNavigation {
    display: flex;
    /* flex-grow: 1; */
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    align-content: center;

    font-size: 20px;

    padding: 0 10px 0 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.adminNavigation .NavLink {
    background-color: rgba(200, 0, 0, 0.3);
    padding: 0 10px 0 10px;
    margin: 5px 0 5px 0;

}

.adminpage {
    display: flex;
    width: 100%;
    background-image: url(/52c0d9071e3d726793dc.jpg);
    background-position: top;
    background-size: cover;


}

.adminpage Input {
    border-color: beige;
}


.adminpage Label {
    margin: 2px;
}


.adminpagecontent {
    display: flex;


    width: 884px;


    flex-direction: column;
    /* justify-content: flex-start; */
    /* align-items: center; */
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;

}

/* Settings */
.admin-settingspage {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}


.admin_details {
    padding: 20px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    flex: 3;



}




.admin_details label {
    display: flex;
    flex-direction: column;
    font-size: 14px;

}

.admin_details Input[type="checkbox"] {
    align-self: flex-start;

}

.adminPreviewImage {
    width: 200px;
    height: auto;
}

.admin_list {
    display: flex;
    flex-direction: column;
    min-width: 50px;
    max-width: 150px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    flex: 1;
    overflow: auto;
    max-height: 90vh;
}

.admin_list .listElement {
    background-color: rgba(100, 0, 0, 0.5);
    cursor: pointer;
    padding: 2px;

    margin: 2px 10px 2px 2px;
}

.admin_list .listElement:hover {
    background-color: rgba(200, 0, 0, 0.5);
    margin-right: 10px;
    cursor: pointer;
}

.labelBackground1 {
    background-color: rgba(200, 0, 0, 0.5);

}

.labelBackground1 label {
    padding: 0 0 0 20px;
}

.labelBackground2 {
    background-color: rgba(0, 0, 200, 0.5);

}

.labelBackground2 label {
    padding: 0 0 0 20px;
}

Label Input {
    margin: 0 20px 0 20px;
}

Label Select {
    margin: 0 20px 0 20px;
}

Label Textarea {
    margin: 0 20px 0 20px;
}


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

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

.statEntryDefinitionValue Label {
    font-size: 10px;
}

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

.gridItem {
    display: flex;
    flex-direction: column;
    max-width: 100px;
    max-height: auto;
    padding: 4px;
    margin: 2px;
    background-color: rgba(0, 0, 0, 0.5);
}

.image-wrapper Img {
    max-width: 100%;
    max-height: 100%;

}

.gridItem P {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.gridItem label {
    margin: 0;
    padding: 0;
}

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


.image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.image200 {
    width: 200px;
    height: auto;
}

.floatingDelTopRight {

    position: absolute;
    top: 0px;
    right: 0px;
    /* transform: translate(-50%, -50%); */
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    /* padding: 10px 20px; */
    margin: 0;
    cursor: pointer;
    background-color: red;
    width: 25px;
    height: 25px;
}

Button {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 2px;

    /* Takes full width of parent */
    min-width: 50px;
    /* Minimum width it can shrink to */

}

.column {
    display: flex;
    flex-direction: column;
}
/* The Modal (background) */
.modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-height: 80vh;
    overflow-y: auto;
    background-color: #494949;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Grid layout for items */
/* .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
} */

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
    max-height: 400px;
    /* Adjust this as per your requirement */
    /* overflow-y: auto; */
    /* Makes the container scrollable */
    padding: 1rem;
}

.grid-container img {
    width: 100%;
}

.gridItem {
    min-height: 40px;
}

/* .grid-container .gridItem :hover {
    display: flex;
    background-color: red;
} */
.admin-user {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.user-list {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;

    margin-right: 10px;
    width: 150px;

}

.user-details {
    padding: 20px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    flex-grow: 1;

}

.user-details label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

button {
    margin: 10px;
}

.deleteUser {
    background-color: red;
    color: white;
    width: 120px;
}

.adminUserInventoryItem {
    width: 100px;
    height: 100px;
    ;
}
.admin-items {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}


.admin_item_details {
    padding: 20px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    flex-grow: 1;

}

.admin_item_details label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.adminPreviewImage {
    width: 200px;
    height: auto;
}
/* The Modal (background) */
.modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-height: 80vh;
    overflow-y: auto;
    background-color: #494949;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Grid layout for items */
/* .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
} */

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 1rem;
    max-height: 400px;
    /* Adjust this as per your requirement */
    overflow-y: auto;
    /* Makes the container scrollable */
    padding: 1rem;
}

.grid-container img {
    width: 100%;
}

/* .grid-container .gridItem :hover {
    display: flex;
    background-color: red;
} */
.activateAccountPage {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* min-height: 100vh; */
  flex-grow: 1;

  justify-content: center;
  align-items: center;
  background-image: url(/67eb3ddad58c1adc05f0.jpg);
  background-position: center;
  background-size: cover;
  overflow-y: auto;
}


.loginTopImage {
  position: relative;
  width: 300px;
  height: 150px;




  background-image: url(/b18602f7febfff8b1edb.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

}



.loginTopImageSmall {

  position: relative;
  width: auto;

  height: 550px;


}

.loginContainer {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 250px;
  min-height: 350px;


  text-align: center;
  position: relative;
  /* bottom: 100px; */

  border-image: url(/06d97c2df27e182fc73f.png);
  border-style: solid;
  border-width: 20px;
  border-radius: 10px;



  border-image-slice: 20 18 18 18 fill;

}

.linkForgottPW {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 0 5px 0;
  font-size: 12px;
  color: white;
  cursor: pointer;
}

.frameBack {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  /* background-image: url("./../assets/login/office_bg.png"); */
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  /* width: 100%;
  height: 100%; */
  /* padding-top: 5px; */

}




Input {
  background-color: rgb(9, 12, 16);
  border: black;
  border-radius: 2PX;
  border-width: 1px;
  border-style: solid;
  color: black;
  margin: 5px 0 5px 0;
  min-height: 20px;
  padding: 1px 0 0 5px;


}

input::placeholder {
  color: lightgray;
  font-family: 'Dante', sans-serif;
  /* replace with desired color value */
}

/* 
.RedButton {
  display: flex;
  border-image: url("../assets/Buttons/Button_Red_32x32.png");
  border-style: solid;
  border-width: 5px;
  
  
border-image-slice: 8 fill;
min-height: 10px;
min-width: 50px;
color: whitesmoke;
font-family: Dante;
font-size: 18px;
text-align: center;
padding: 4px 10px 0px 10px;
margin: 0 10% 0 10%;
justify-content: center;
align-items: center;

}

*/
Form {
  display: flex;
  flex-direction: column;
  /* padding: 0 20% 0 20%; */
  gap: 0px;

  align-items: center;


}
@font-face {
  font-family: 'Dante';
  /* The name you want to give to your font family */
  src: url(/7f27da0c7d0d3a51cf2a.otf) format('opentype');
  /* Adjust the path to your OTF font file */
}

a {
  color: #fff;
  text-decoration: none;

}

a:hover {
  color: rgb(243 11 0);
  text-decoration: none;
}

#footer {
  margin: auto auto 10px auto;
  text-align: center;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: whitesmoke;
  text-align: center;
  font-family: 'Dante', sans-serif;
  font-weight: lighter;
  font-size: 30px;
  color: rgb(243 11 0);
  text-transform: uppercase;

  text-shadow: 2px 2px 2px black,
    2px -2px 2px black,
    -2px 2px 2px black,
    -2px -2px 2px black;
}


h2 {
  margin-top: 30px;
  font-size: 20px;
  text-align: left;
}

h3 {
  font-size: 16px;
  text-align: left;

}

h10 {
  font-size: 10px;
  /* padding-top: 10px; */
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px;
}


p {
  padding-left: 20px;
  color: #fff;
}

.backToGame {
  height: 100px;
  width: 100px;
  position: fixed;
  top: 25px;
  left: 25px;
}

body {
  user-select: none;
  background-color: black;
}
