body .db-market-layout .character-table {
   position: relative;
   width: 100%;
   height: 250px;
   margin: 0 auto;
   background-image: url('../img/equipamentos.png') !important;
   background-position: center center !important;
   background-size: 100% 250px !important;
   background-repeat: no-repeat !important;
   border: none !important;
   box-sizing: border-box;
   overflow: hidden;
}

body .db-market-layout .character-table .items-column-esquerda,
body .db-market-layout .character-table .items-column-direita {
   position: absolute;
   top: 14px;
   bottom: 14px;
   width: 34%;
   max-width: 210px;
   min-width: 118px;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   z-index: 2;
}

body .db-market-layout .character-table .items-column-esquerda {
   left: 12px;
}

body .db-market-layout .character-table .items-column-direita {
   right: 12px;
}

body .db-market-layout .character-table .item {
   display: flex;
   align-items: center;
   gap: 6px;
   min-height: 36px;
   width: 100%;
   max-width: 100%;
}

body .db-market-layout .character-table .items-column-direita .item {
   justify-content: flex-end;
}

body .db-market-layout .character-table .item img {
   width: 26px;
   height: 26px;
   object-fit: contain;
   border: none !important;
   padding: 0;
   background: transparent !important;
   flex: 0 0 55px;
}

body .db-market-layout .character-table .item-name {
   font-size: 10px;
   font-weight: 700;
   max-width: calc(100% - 34px);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   display: inline-block;
   color: #000000;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
   line-height: 1.1;
}

body .db-market-layout .character-table .items-column-direita .item-name {
   text-align: right;
}

body .db-market-layout .character-table .item-name:hover {
   text-decoration: none;
}

body .db-market-layout .character-table .character {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   width: 50%;
   height: 220px;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   z-index: 1;
   pointer-events: none;
}

body .db-market-layout .character-table .character img {
   width: 100%;
   max-height: 100%;
   object-fit: contain;
   border-radius: 0;
}

@media (max-width: 1200px) {
   .character-table {
      zoom: 75%;
   }
}

.gt-button-wrapper .gt-theme-btn {
   width: 50%;
}

@media (max-width: 1024px) {
   .character-table,
   .character-table .item-name {
      zoom: 80%;
   }

   .gt-button-wrapper .gt-theme-btn {
      width: 48%;
   }
}

@media (max-width: 768px) {
   .character-table {
      zoom: 60%;
   }

   .gt-button-wrapper .gt-theme-btn {
      width: 100%;
   }
}

@media (max-width: 480px) {
   .character-table {
      zoom: 50%;
   }
}

@media (max-width: 360px) {
   .character-table {
      zoom: 40%;
   }
}

body .db-market-layout .marketchar-select-link {
   display: block;
   width: 161px;
   height: 197px;
   margin: 0 auto;
   text-decoration: none;
}

body .db-market-layout .marketchar-select-card {
   position: relative;
   width: 161px;
   height: 197px;
   min-height: 197px;
   margin: 0 auto;
   padding: 0;
   border: none !important;
   box-shadow: none !important;
   overflow: hidden;
}

body .db-market-layout .marketchar-select-frame-wrap {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   cursor: pointer;
   z-index: 1;
}

body .db-market-layout .marketchar-select-frame-wrap img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: fill;
   user-select: none;
   -webkit-user-drag: none;
   pointer-events: none;
}

body .db-market-layout .marketchar-select-frame-static {
   opacity: 1;
   z-index: 1;
}

body .db-market-layout .marketchar-select-frame-animated {
   opacity: 0;
   z-index: 2;
}

body .db-market-layout .marketchar-select-card:hover .marketchar-select-frame-static {
   opacity: 0;
}

body .db-market-layout .marketchar-select-card:hover .marketchar-select-frame-animated {
   opacity: 1;
}


body .db-market-layout .marketchar-select-name {
   position: absolute;
   top: 14px;
   left: 14px;
   right: 42px;
   z-index: 3;
   text-align: left;
}

body .db-market-layout .marketchar-select-name h5 {
   margin: 0;
   color: #000;
   font-size: 11px;
   font-weight: 800;
   line-height: 1.15;
   padding: 2px 2px 0 2px;
   text-transform: uppercase;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

body .db-market-layout .marketchar-select-class {
   position: absolute;
   top: 15px;
   right: 15px;
   z-index: 3;
   width: 20px;
   height: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
}

body .db-market-layout .marketchar-select-class img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

body .db-market-layout .marketchar-select-avatar {
   position: absolute;
   inset: 28px 18px 43px;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   z-index: 3;
   padding-bottom: 0;
}

body .db-market-layout .marketchar-select-avatar img {

   object-fit: contain;
   image-rendering: pixelated;
}

body .db-market-layout .marketchar-select-footer {
   position: absolute;
   left: 14px;
   right: 14px;
   bottom: 4px;
   z-index: 3;
   display: grid;
   gap: 2px;
   text-align: center;
}

body .db-market-layout .marketchar-select-footer p {
   margin: 0;
   color: #ffffff;
   font-size: 10px;
   font-weight: 500;
   line-height: 1.05;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;
   justify-content: center !important;
   gap: 0px;
   text-align: center;
   width: 100%;
}

body .db-market-layout .marketchar-select-level,
body .db-market-layout .marketchar-select-price {
   display: block !important;
   width: 100%;
   white-space: nowrap;
   position: static !important;
   float: none !important;
   clear: both;
   transform: none !important;
}

body .db-market-layout .marketchar-select-level {
   color: #ffffff;
   background-color: unset;
   padding: unset;
}

body .db-market-layout .marketchar-select-price {
   display: block;
   font-weight: 800;
   background-color: unset;
}
body .db-market-layout #chars-container{
   zoom:1.5;
}

body .db-market-layout #marketchar-list-shell {
   transition: opacity 0.2s ease;
}

body .db-market-layout #marketchar-list-shell.is-loading {
   opacity: 0.45;
   pointer-events: none;
}

body .db-market-layout .footer-table {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 10px;
   padding-top: 18px;
}

body .db-market-layout .btn-footer-anterior,
body .db-market-layout .btn-footer-proximo,
body .db-market-layout .go-button {
   min-height: 40px;
   padding: 0 14px;
   border: 1px solid var(--db-secondary);
   border-radius: 8px;
   background: rgba(10, 25, 41, 0.55);
   color: #d8fbff;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   font-size: 12px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   cursor: pointer;
}

body .db-market-layout .btn-footer-anterior:hover,
body .db-market-layout .btn-footer-proximo:hover,
body .db-market-layout .go-button:hover {
   box-shadow: 0 0 14px rgba(32, 212, 248, 0.35);
}

body .db-market-layout .btn-footer-anterior.disabled,
body .db-market-layout .btn-footer-proximo.disabled {
   opacity: 0.45;
   pointer-events: none;
}

body .db-market-layout .footer-table span#paginas {
   min-height: 40px;
   border: 1px solid rgba(32, 212, 248, 0.35);
   border-radius: 999px;
   background: rgba(7, 10, 15, 0.8);
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 0 14px;
   color: #9feefd;
   font-weight: 700;
   margin-bottom: unset;
}

body .db-market-layout .footer-table #page-form {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   flex-basis: 100%;
   justify-content: center;
   margin-top: 6px;
}

body .db-market-layout .footer-table #page-form label {
   color: #b0c4de;
   font-size: 13px;
   margin: 0;
}

body .db-market-layout .footer-table #marketchar-page-number {
   width: 78px;
   min-height: 40px;
   border: 1px solid #33465f;
   border-radius: 8px;
   background: rgba(8, 11, 16, 0.85);
   color: #fff;
   text-align: center;
}

body .db-market-layout .marketchar-announce-shell {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 12px;
}

body .db-market-layout .marketchar-announce-form {
   width: 161px;
   display: flex;
   flex-direction: column;
   gap: 10px;
}

body .db-market-layout .marketchar-announce-field {
   width: 100%;
}

body .db-market-layout .marketchar-announce-input {
   width: 100%;
   min-height: 42px;
   border: 1px solid rgba(55, 87, 122, 0.8);
   border-radius: 10px;
   background: rgba(13, 18, 30, 0.92);
   color: #dff5ff;
   font-size: 12px;
   font-weight: 700;
   padding: 0 14px;
   text-align: center;
   box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

body .db-market-layout .marketchar-announce-input:focus {
   outline: none;
   border-color: rgba(50, 205, 255, 0.9);
   box-shadow: 0 0 0 2px rgba(50, 205, 255, 0.16), 0 10px 24px rgba(0, 0, 0, 0.24);
}

body .db-market-layout .marketchar-announce-input::placeholder {
   color: rgba(193, 213, 233, 0.72);
}

body .db-market-layout .marketchar-announce-actions {
   display: flex;
   gap: 8px;
   width: 100%;
}

body .db-market-layout .marketchar-announce-btn {
   width: 100% !important;
   min-height: 40px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   padding: 0 10px;
}

body .db-market-layout .marketchar-announce-btn-full {
   width: 100% !important;
}

@media (max-width: 1200px) {
   body .db-market-layout .marketchar-select-name h5 {
      font-size: 11px;
   }

   body .db-market-layout .marketchar-select-footer p {
      font-size: 11px;
   }
}

@media (max-width: 768px) {
   body .db-market-layout .marketchar-select-link,
   body .db-market-layout .marketchar-select-card {
      width: 161px;
      height: 197px;
   }
}
