  /*
  CARD
  */
  .custom-card,.custom-card-two,.custom-card-stats {
    max-width: 250px;
    width: 190px;
    height: 380px;
    padding: 0 5px 5px;
    background: #624e34;
    border-radius: 15px;
    box-shadow: 1px 5px 60px 0px #100a;
  }
  .custom-card-stats{
   max-width: 350px;
      width: 350px;
      height: 350px;
      background: 0 !important;
  }
  .custom-card-two {
     height: 240px ;


  }

  .paperdoll-eoitem-detail-card{
      width: 235px;
      min-height: 259px;
      padding: 0 5px 5px;

      background-image: url("../img/eoitem_recipe_detail_paperdoll_large.png");
      background-repeat: no-repeat;
      border-radius: 1px;
      box-shadow: 1px 5px 60px 0px #100a;
  }
  .paperdoll-eoitem-detail-card .wrapper {
    display: flex;
    flex-direction: column;
    gap:10px;

  }
  .paperdoll-eoitem-detail-card .wrapper span {

    font-weight: 600;
    font-size: 16px !important;
    color: #ddd !important;

  }
  .paperdoll-eoitem-detail-card .custom-card-detail-row {
    display: flex;
    padding: 0 10px;
    flex-direction: row;
    gap:5px;
  }
  .paperdoll-eoitem-detail-card .custom-card-border-top {
    width: 75%;
    height: 25px;
    background: #292921;
    margin: auto;
    border-radius: 0px 0px 15px 15px;
    text-align: center;

  }

  .paperdoll-eoitem-detail-card .custom-card-border-top span {
        font-weight: 600;
        font-size: 16px !important;
  }

  .paperdoll-card{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        box-shadow: 1px 5px 60px 0px #100a;
        max-width: 80%;
        min-height: auto;
        /*background-image: url("../img/paperdoll_background_v2.png");*/
        /*background-size: contain;*/
      }
    .paperdoll-card .paperdoll-section{
        display: flex;
        flex-direction: column;

        padding: 30px;
        gap: 5px;


  }
  .paperdoll-card .paperdoll-first-row{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        gap: 5px;
  }
  .paperdoll-card .paperdoll-middle-row{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        gap: 5px;

  }
  .paperdoll-card .paperdoll-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .paperdoll-short-column,.paperdoll-large-column,.paperdoll-slarge-column{
        display: flex;
        flex-direction: column;
        width: 60px;
        height: auto;

  }
   .paperdoll-large-column{
        width: 60px;
        height: 105px;
   }

    .paperdoll-end-row{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        gap: 5px;

  }
    .paperdoll-stats-row{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 307px;
        gap: 5px;

  }
   .paperdoll-stats-column{
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 5px;

  }
    .paperdoll-stats-lg-row{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
        gap: 5px;

  }
    .paperdoll-stats-row_field{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 0px 6px;
      width: 167px;
      height: 22px;
      gap: 3px;
      background: url("../img/paperdoll_stat_row.png") no-repeat;

  }
  .paperdoll-stats-row_field span{
    color:white;
    font-size: 13px !important;
  }



  .paperdoll-head{
    background: url("../img/empty_head_paperdoll.png") no-repeat;
    width:100%;
    height:58px;
    display: flex; justify-content: center; align-items: center;
    
  }
  .paperdoll-neck-column{
        justify-content: end;
  }
  .paperdoll-neck{
    background: url(../img/empty_belt_paperdoll.png) no-repeat;
    width: 61px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .paperdoll-middle{
    background: url("../img/empty_middle_paperdoll.png") no-repeat;
    width: auto;
    height: 211px;
    display: flex; justify-content: center; align-items: center;
  }
  .paperdoll-jewl{
    background: url("../img/empty_jew.png") no-repeat;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .paperdoll-column{
        display: flex;
        flex-direction: column;
        width: 123px;
        height: 211px;

  }

  #ing-eoitem-result,#baseing-eoitem-result{
    display: flex;
    flex-direction: column;
  }


  .custom-card .custom-card-border-top {
    width: 75%;
    height: 8px;
    background: #292921;
    margin: auto;
    border-radius: 0px 0px 15px 15px;

  }
  .custom-card-two .custom-card-border-top {
    width: 75%;
    min-height: 16px;
    background: #292921;
    margin: auto;
    border-radius: 0px 0px 15px 15px;

  }
   .custom-card-two .custom-card-border-top span {
        font-weight: 600;
        font-size: 16px !important;
  }

  .custom-card .custom-card-detail-row {
    display: flex;
    padding: 0 30px;
    flex-direction: row;
    gap:5px;
  }
  .custom-card-two .custom-card-detail-row {
    display: flex;
    padding: 0 30px;
    flex-direction: row;
    gap:5px;
  }
  .custom-card-two .wrapper {
    display: flex;

    flex-direction: column;
    gap:10px;
  }
  .custom-card .custom-card-detail-row div {
    display:flex;
    flex-direction:column;
    width:100%;
  }
  .custom-card-two .custom-card-detail-row div {
    display:flex;
    flex-direction:column;
    width:100%;
  }

  .custom-card span {
    font-weight: 600;
    color: white;
    text-align: center;
    display: block;
    font-size: 16px;
  }
  .custom-card-two span {
    font-weight: 600;
    color: white;
    text-align: center;
    display: block;
    font-size: 16px;
  }

  .custom-card .job {
    font-weight: 400;
    color: white;
    display: block;
    text-align: center;
    padding-top: 3px;
    font-size: 12px;
  }

  .custom-card .img {
    width: 120px;
    height: 80px;
    background: #a29185;
    border-radius: 15px;
    margin: auto;
    margin-top: 25px;
    text-align: center;
  }
  .custom-card .img img {

    margin-top: 10px;

  }
  .custom-card-button {
    width: 100%;
    min-height: 16px;
    border-radius: 0px 0px 15px 15px;

    padding: 0 13px;
    display: block;
    margin: auto;
    border: none;

    background: #292921;
    color: white;
    font-weight: 500;
    font-size: 13px;
  }
  .navbar,.footer-bg{
  background: #2E2923 !important;
  }
  .navbar .container-fluid{
    background: #2E2923 !important;
  }
  .custom-card button:hover {
    background: #B87333;
  }
  .wrapper {
    margin: 2rem auto;
    font-size: small;
  }
  .color {
    max-width: 220px;
    width: 190px;
    padding: 0px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  .color span {
    color: white;
    text-align: center;
    padding-top: 0;
    font-size: 16px;
  }

  .text-style-1 {
    font-family: monospace;
    text-transform: uppercase;
    font-size: 14px !important;

  }
  .text-style-2 {
        font-family: monospace;
        text-transform: uppercase;
        font-size: 12px !important;
  }
  .text-style-3{

        font-family: monospace;
        text-transform: uppercase;
        font-size: 24px !important;
        font-weight: 600;
        color: #ddd !important;
  }
  .text-style-4{

        font-family: monospace;

        font-size: 14px !important;

        color: #ddd !important;
  }

  .text-style-title{

    font-family: monospace;
    font-size: 32px !important;
    font-weight: 600;
    color: #ddd !important;
  }
  .cards-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0 0 0;
    gap: 2px;
  }

  .cards-container-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap:50px;
  }

  #damage-eoitem-result{
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap: 6px;
  }

  /*
  Dropdown
  */

  #myInput,#myInputTwo,#input-head-one {
    box-sizing: border-box;
    background-image: url('../img/search.svg');
    background-position: 12px 6px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    width: 100%;
    height: 17px !important;
    min-height: 0 !important;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  #myInput:focus,#myInputTwo:focus {outline: 3px solid #ddd;}

  .dropdown {
    display: block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #2c2926;
    max-width: 137px;
    max-height: 145px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;

  }
  .dropdown-content input{
    width: 100%;
  }
  .dropdown-content a {
    color: #dcdcdc;
    padding: 1px 4px;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;       /* Centra verticalmente */
    justify-content: center;
    text-align: center;
  }

  .hidden-text {
     font-size: 0 !important;
  }
  .dropdown a:hover {background-color: #ddd;}

  .show {display: block;}

  .selected {background-color:  #ddd;
    color: #000 !important;
  }


/*WOOD PATTERN */
body{

background-image: url("../img/background_large.png");

/*background-repeat: no-repeat;*/

}
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
/*INFO CARD*/

.walletBalanceCard {
  width: fit-content;
  height: 55px;
  background-color: #1c1f2f;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0px 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.svgwrapper {
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svgwrapper svg {
  width: 100%;
}
.balancewrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 88px;
  gap: 0px;
}
.balanceHeading {
  font-size: 12px;
  color: rgb(214, 214, 214);
  font-weight: 100;
  letter-spacing: 0.6px;
}
.balance {
  font-size: 13.5px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.addmoney {
  padding: 1px 15px;
  border-radius: 20px;
  background-color: #c083eb;
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.addmoney:hover {
  background-color: whitesmoke;
  color: #9c59cc;
}
.plussign {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*custom switch*/
/* The switch - the box around the slider */
.paperdoll-switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.paperdoll-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background-color: rgb(182, 182, 182);*/
  background-color: rgb(68, 90, 151);
  transition: .4s;
  border-radius: 10px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 8px;
  left: 0.3em;
  bottom: 0.3em;
  transform: rotate(270deg);
  background-color: rgb(255, 255, 255);
  transition: .4s;
}

.paperdoll-switch input:checked + .slider {
  background-color: #b35593;
}

.paperdoll-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.paperdoll-switch input:checked + .slider:before {
  transform: translateX(1.5em);
}

/*ITEMS VIEW ALBUM*/
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


/*GALLERY VIEW CARD IMAGAE CONTAINER*/
.card-img-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 259px;
  width: 100% !important;

  background-size: cover;
  background-image: url("../img/eoitem_detail_paperdoll.png");
  background-repeat: no-repeat;
}

.card-img-top .gallery-card-img{
  display: flex;
  flex-direction: row;
  justify-content: center;
}


.gallery-item-card{
  max-width: 235px !important;
}
@media (max-width: 565px) {
  .row-cols-1>* {
    width: 260px !important;
  }
}

@media (min-width: 565px) {
  .row-cols-1>* {
    width: 260px !important;
  }
}

.highlighted-navbar::before {
  content: '' !important;
  position: absolute !important;
  width: 100% ;
  background-image: linear-gradient(180deg, #F0D278, #F0D278) !important;
  height: 50%;
  animation: rotBGimg 20s linear infinite !important;
  transition: all 0.2s linear !important;
}

@keyframes rotBGimg {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.highlighted-navbar::after {
  content: '' !important;
  position: absolute !important;
  inset: 5px !important;
  border-radius: 15px !important;
}
.highlighted-navbar {
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;

}

.input {
  border-radius: 10px;
  outline: 2px solid #F0D278 !important;
  border: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  background-color: #e2e2e2;
  outline-offset: 3px !important;
  padding: 10px 1rem !important;
  transition: 0.25s !important;
}

.input:focus {
  outline-offset: 5px !important;
  background-color: #fff !important;
}


/* ######### PRETTY CARD #############*/
.pretty-card {
  width: 210px;
  height: 260px;
  transition: all 1s;
  box-shadow: 15px 15px 30px rgba(25, 25, 25, 0.11),
             -15px -15px 30px rgba(60, 60, 60, 0.082);
  text-align: center;
  overflow: hidden;
  background: linear-gradient(360deg, #edededc5 60%, hsla(0, 0%, 13%, 1) 70%);
}
.btn-outline-warning{
  color: #212121 !important;
  border-color: #212121 !important;

}
.btn-outline-warning:hover{
  color: #F0D278 !important;
  background: #212121 !important;
  border-color: #212121 !important;

}
.pretty-card:hover {
  height: 320px;
}

.pretty-card:hover .testing-content {
  display: block;
  opacity: 1;
}

.pretty-card .testing-header {
  padding: 20px;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #212121;
  transition: clip-path 1s; /* Add transition for clip-path */
}

.pretty-card .testing-header .img-box {
  width: 123px;
}

.pretty-card .testing-header .img-box small{
  color: #F0D278 !important;
}

.pretty-card .testing-header .title {
  font-size: 1em;
  letter-spacing: .1em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 0 14px 0;
  color: #edededc5;
}

.pretty-card:hover .testing-header {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
}

.pretty-card .testing-content {
  display: none;
  opacity: 0;
  text-align: left;
  color: #212121;
  margin: 18px;
}

.pretty-card .testing-content p {
  font-size: .8em;
  margin-bottom: 8px;
}

.pretty-card .testing-content a {
  color: #1d8122;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pretty-card .testing-content .btn-link:hover {
  border-bottom: 1px solid #1d8122;
}
#modalDetails .modal-dialog .modal-content{
  height: 550px !important;
  background-color: #212121;
}
#modalDetails .modal-dialog{
  width: 420px !important;
}

  #modalDetails .modal-footer{
  border-top:none !important;
}

#modalDetails .modal-header{
    border-bottom:none !important;
    color: #f0f0f0 ;
}

.active-status-eoserv,.inactive-status-eoserv {
  position: absolute;
  z-index: 255;
  margin:25px -22px 0 0;
  width: 7px;
  height: 7px;

  border-radius: 50%;
  outline: solid 2px var(--bg-color);
  background-color: var(--online-status);
  transition: var(--btn-transition);
  animation: active-status 2s ease-in-out infinite;
}
.inactive-status-eoserv {

  animation: inactive-status 2s ease-in-out infinite;
}

/*==============================================*/
@keyframes active-status {
  0% {
    background-color: var(--online-status);
  }

  33.33% {
    background-color: #93e200;
  }

  66.33% {
    background-color: #93e200;
  }

  100% {
    background-color: var(--online-status);
  }
}

@keyframes inactive-status {
  0% {
    background-color: var(--inactive-status);
  }

  33.33% {
    background-color: #e20000;
  }

  66.33% {
    background-color: #e20000;
  }

  100% {
    background-color: var(--inactive-status);
  }
}