/*
Template Name: Jarda - ESports, Online Game and Gaming Store HTML Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap/portfolio
Version: 1.0
*/
/*
- body
- Extra
- Filters
- Top Nav
- Card
- Footer
- Mobile Media
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
/* body */
body {
    background: #e9e9e9;
    font-size: 14px;
    color: #121212;
    font-family: 'Roboto', sans-serif;
}
.bg-dark {
    background-color: #ffffff !important;
}
.bg-dark-2 {
    background-color: #e8e8e8 !important;
}
.gradient-1 {
    background: rgb(65, 0, 185);
    background: -moz-linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
    background: -webkit-linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
    background: linear-gradient(to right bottom, rgb(65, 0, 185), rgb(0, 198, 255));
}
.gradient-2 {
    background: rgb(240, 75, 90);
    background: -moz-linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
    background: -webkit-linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
    background: linear-gradient(to right bottom, rgb(240, 75, 90), rgb(237, 169, 93));
}
.platform-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    vertical-align: middle;
    line-height: 1;
}

.platform-icon svg {
    width: 1em;
    height: 1em;
    color: #6c757d;
    display: block;
    transition: color .15s ease;
}

/* hover profissional: linha inteira */
.table-hover tbody tr:hover .platform-icon svg {
    color: #495057;
}

/* dark mode */
.dark .table-hover tbody tr:hover .platform-icon svg {
    color: #d1d5db;
}
/* Extra */

/* Order status pills (B2B style) */
.order-status {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    line-height: 18px;
    vertical-align: middle;
}

/* ============================================================
   STATUS SYSTEM (B2B / ENTERPRISE)
   ============================================================ */

/* Base status pill */
.order-status {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 6px;
    white-space: nowrap;
}

/* ============================================================
   GENERIC / ORDER STATUSES
   ============================================================ */

/* Base (opcional, mas recomendado) */
.order-status {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Processing */
.status-processing {
    background-color: #eaf2ff;
    color: #3b6fdc;
}

/* Invoiced */
.status-invoiced {
    background-color: #fff6e5;
    color: #b45309;
}

/* Invoice sent */
.status-invoice_sent {
    background-color: #fef3c7;
    color: #92400e;
}

/* Paid */
.status-paid {
    background-color: #ecfeff;
    color: #0e7490;
}

/* Fulfilling */
.status-fulfilling {
    background-color: #eef2ff;
    color: #4338ca;
}

/* Partially delivered */
.status-partially_delivered {
    background-color: #fff7ed;
    color: #c2410c;
}

/* Delivered */
.status-delivered {
    background-color: #e7f6ee;
    color: #1f9254;
}

/* Completed */
.status-completed {
    background-color: #ecfdf5;
    color: #047857;
}

/* Canceled */
.status-canceled {
    background-color: #fdecea;
    color: #c0392b;
}

/* Failed */
.status-failed {
    background-color: #fee2e2;
    color: #991b1b;
}

/* ============================================================
   NEW ORDER STATUSES (ADDED)
   ============================================================ */

.status-awaiting_release {
    background-color: #fffbeb; /* amber-50 */
    color: #92400e;            /* amber-800 */
}

.status-fulfilling {
    background-color: #eef2ff;
    color: #4338ca;
}

.status-delivered {
    background-color: #ecfdf3;
    color: #047857;
}

.status-failed {
    background-color: #fff1f2;
    color: #b91c1c;
}

.status-refunded {
    background-color: #fff7ed;
    color: #c2410c;
}

.status-paid {
    background-color: #f0fdf4;
    color: #15803d;
}

.status-draft {
    background-color: #f9fafb;
    color: #6b7280;
}

/* ============================================================
   BALANCE / WALLET / FINANCIAL STATUSES
   ============================================================ */

.status-deposit {
    background-color: #e7f6ee;
    color: #1f9254;
}

.status-debit {
    background-color: #fdecea;
    color: #c0392b;
}

.status-withdrawal {
    background-color: #fff4e5;
    color: #b45309;
}

/* ============================================================
   INVOICE / BILLING STATUSES
   ============================================================ */

.status-paid {
    background-color: #e7f6ee;
    color: #1f9254;
}

.status-unpaid {
    background-color: #f4f5f7;
    color: #6b7280;
}

.status-refunded {
    background-color: #eaf2ff;
    color: #3b6fdc;
}

/* ============================================================
   SECURITY / ACCESS / 2FA STATUSES
   ============================================================ */

.status-enabled {
    background-color: #e7f6ee;
    color: #1f9254;
}

.status-disabled {
    background-color: #f4f5f7;
    color: #6b7280;
}

.status-revoked {
    background-color: #fdecea;
    color: #c0392b;
}

/* ============================================================
   API / INTEGRATION / SYSTEM STATUSES
   ============================================================ */

.status-active {
    background-color: #e7f6ee;
    color: #1f9254;
}

.status-inactive {
    background-color: #f4f5f7;
    color: #6b7280;
}

.status-failed {
    background-color: #fdecea;
    color: #c0392b;
}

/* Orders segmented tabs (more squared, enterprise style) */
.order-tabs {
    display: inline-flex;
    background-color: #f3f4f6;
    padding: 4px;
    border-radius: 8px; /* menos arredondado */
    gap: 4px;
}

.order-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    border-radius: 6px; /* mais quadrado */
    text-decoration: none;
    transition: all 0.15s ease;
}

.order-tab:hover {
    background-color: #e5e7eb;
    text-decoration: none;
}

.order-tab.active {
    background-color: #2563eb;
    color: #ffffff;
}

.order-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 6px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px; /* contador mais quadrado */
    background-color: #e5e7eb;
    color: #374151;
}

.order-tab.active .order-tab-count {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* Cart remove button (B2B style) */
.cart-remove-icon {
    color: #9ca3af;
    background: transparent;
    border: none;
    padding: 2px 6px;
    font-size: 14px;
}

.cart-remove-icon:hover {
    color: #374151;
    background-color: #f3f4f6;
    border-radius: 4px;
}

/* UI CONTEXT NOTICE — Local persistent info */
.ui-context {
    background-color: #f3f4f6;
    color: #374151;
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
}

.ui-context--security {
    background-color: #eef2ff;   /* azul claro */
    color: #1f2937;
    border-left: 3px solid #6366f1; /* destaque discreto */
}

/* Cart summary loading */
.cart-loading {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.cart-loaded {
    opacity: 1;
}

/* ======================================
   Quantity input (FINAL - match search)
====================================== */

.cw-qty-input.form-control {
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;

    height: 32px;

    font-size: 13px;
    font-weight: 500;

    text-align: center;

    background-color: #fff !important;
    color: #374151;

    padding: 6px 6px;

    box-shadow: none !important;

    transition: all 0.15s ease;
}

/* ===============================
   Placeholder (IMPORTANTE)
=============================== */

.cw-qty-input.form-control::placeholder {
    color: #9ca3af;
    text-align: center;
    opacity: 1;
    transition: opacity 0.12s ease;
}

/* some ao focar (resolve seu problema) */
.cw-qty-input.form-control:focus::placeholder {
    opacity: 0;
}

/* ===============================
   Hover
=============================== */

.cw-qty-input.form-control:hover {
    border-color: #cbd5e1;
}

/* ===============================
   Focus (igual search)
=============================== */

.cw-qty-input.form-control:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.15) !important;
    outline: none;
}

/* remove fundo antigo */
.qty-input:focus,
.cart-qty-input:focus {
    background-color: #fff !important;
}

/* ===============================
   DISABLED STATE (profissional)
=============================== */

.cw-qty-input.form-control:disabled {
    background-color: #f3f4f6 !important;
    color: #9ca3af !important;

    border-color: #e5e7eb !important;

    cursor: not-allowed;
    opacity: 1;
}

/* remove hover quando disabled */
.cw-qty-input.form-control:disabled:hover {
    border-color: #e5e7eb !important;
}

/* remove focus quando disabled */
.cw-qty-input.form-control:disabled:focus {
    box-shadow: none !important;
    border-color: #e5e7eb !important;
}

/* ======================================
   Spinner inteligente (hover only)
====================================== */

/* Chrome / Edge / Safari */
.cw-qty-input::-webkit-inner-spin-button {
    opacity: 0;
    transition: opacity 0.15s ease;
    cursor: pointer;
}

/* mostra no hover */
.cw-qty-input:hover::-webkit-inner-spin-button {
    opacity: 0.6;
}

/* mostra no focus também */
.cw-qty-input:focus::-webkit-inner-spin-button {
    opacity: 0.8;
}

/* Firefox mantém padrão */
.cw-qty-input[type=number] {
    -moz-appearance: number-input;
}

/* ===============================
   Width control (mantém layout)
=============================== */

.cart-qty-input {
    width: 90px;
}

.qty-input {
    width: 70px;
}

/* ===============================
   Stock badges (B2B clean)
================================ */

.badge-stock {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 6px;
    letter-spacing: .2px;
    cursor: default;
    white-space: nowrap;
}

/* ===============================
   OUT OF STOCK
================================ */

.badge-out {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* ===============================
   UPON REQUEST
================================ */

.badge-request {
    background: #eff6ff;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

/* versão compacta (se usar ícone) */
.badge-upon-request {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 999px;

    background-color: #eef2ff;
    color: #3730a3;
    white-space: nowrap;
}

.badge-upon-request i {
    font-size: 11px;
}


/* ===============================
   PRE-ORDER
================================ */

.badge-preorder {
    background: #fffbeb;          /* amber-50 */
    color: #92400e;               /* amber-800 */
    border: 1px solid #fde68a;    /* amber-200 */
}

/* versão compacta (se usar ícone) */
.badge-cart-preorder {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 999px;

    background-color: #fffbeb;
    color: #92400e;
    white-space: nowrap;
}

.badge-preorder i {
    font-size: 11px;
}

/* ===============================
   Game title cell
================================ */

.game-title-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.game-title {
    font-weight: 400;
    color: #212529;
    line-height: 1.25;
}

/* ===============================
   Platform badge
================================ */

.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    width: fit-content;

    font-size: 12px;
    font-weight: 500;

    padding: 3px 8px;

    border-radius: 6px;

    background: #f8f9fa;
    border: 1px solid #e5e7eb;

    color: #495057;
}

.platform-badge svg {
    width: 13px;
    height: 13px;
    color: #6c757d;
}

.platform-name {
    line-height: 1;
}

/* ======================================
   Pricelist filters (B2B clean)
====================================== */

/* wrapper já existente */
.price-list_filter {
    position: relative;
}


/* ===============================
   SELECT (Region)
=============================== */

.price-list_filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #fff;

    border: 1px solid #e5e7eb;
    border-radius: 6px;

    font-size: 13px;
    font-weight: 500;

    padding: 6px 32px 6px 10px;

    color: #374151;

    cursor: pointer;

    transition: all 0.15s ease;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%236b7280' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.price-list_filter select:hover {
    border-color: #cbd5e1;
}

.price-list_filter select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.15);
}


/* ===============================
   SEARCH INPUT (match do select)
=============================== */

.price-list_search input {
    border: 1px solid #e5e7eb;
    border-radius: 6px;

    font-size: 13px;
    font-weight: 500;

    padding: 6px 10px;

    color: #374151;

    transition: all 0.15s ease;
}

.price-list_search input::placeholder {
    color: #9ca3af;
}

.price-list_search input:hover {
    border-color: #cbd5e1;
}

.price-list_search input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59,130,246,0.15);
}

.position-sticky {
    top: 86px;
}
a{
    text-decoration: none !important;
}
.btn {
    font-size: 14px;
    padding: 9px 21px;
}
.btn-link {
    color: #343a40;
}
.btn-sm {
    font-size: 12px;
    padding: 5px 14px;
}
.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.2);
}
.btn-light {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-lg {
    padding: 13px 46px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0px;
    border: 1px solid #e2e2e2;
    box-shadow: none !important;
}
.custom-control {
    line-height: 26px;
}
.form-control {
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    font-size: 14px;
    min-height: 42px;
    box-shadow: none !important;
}
.form-control:focus {
    border: none;
    border: 1px solid #6c757d;
}
.custom-control label {
    color: rgba(0,0,0,.5)!important;
    width: 100%;
    cursor: pointer;
}

.card {
    border-radius: 0px;
    border: none;
    background: #ffffff;
}
.media .rounded-circle {
    width: 40px;
}
.follow-us a {
    color: #878787;
    font-size: 26px;
    margin: 0 18px;
}
.follow-us:hover a {
    color: #000;
}
.follow-us a:hover {
    color: #878787;
}
.rating {
    padding: 36px !important;
}
.specifications .nav-tabs {
    border-color: #e5e5e5 !important;
    margin-bottom: 30px;
}
.specifications .nav-tabs .nav-link {
    border: none;
    position: relative;
    border-radius: 0px;
    font-size: 13px;
    color: rgba(0,0,0,.5);
    padding: 0 0 29px 0;
}
.specifications .nav-tabs .nav-link.active {
    background: transparent !important;
    color: #007bff;
}
.specifications .nav-tabs .nav-item {
    margin: 0 30px 0 0;
}
.specifications .nav-tabs .nav-link:after {
   content: "";
   height: 5px;
   background: transparent;
   position: absolute;
   left: 0;
   right: 0;
   bottom: -1px;
}
.specifications .nav-tabs .nav-link.active:after {
    background: #007bff;
}
.btn-outline-facebook {
    color: #ffffff !important;
    background: #3B5998 !important;
}
.btn-outline-instagram {
    background: #125688 !important;
    color: #fff !important;
}
.alert {
    border-radius: 0px;
    border: none;
}
.custom-select {
    border: none;
    border-radius: 0px;
    font-size: 14px;
    min-height: 42px;
}
.custom-file-label {
    border: none;
    border-radius: 0px;
    font-size: 14px;
}
.bg-light {
    background-color: #f8f9fa!important;
    color: #000;
}
.bg-light .card-body{
    color: #000 !important;
}
.dropdown-menu {
    background: #ffffff;
    border-radius: 0px;
    margin: 0;
    border: 1px solid #ffffff;
    box-shadow: 0px 6px 10px rgba(0,0,0,.1)!important;
}

.dropdown:hover .dropdown-menu {
    display: block;
   visibility: visible;
   opacity:1;
   transform: translateY(0px);
   transition:.5s ease all;
}
.dropdown-menu {
   display: block;
   visibility: hidden;
   opacity:0;
   transform: translateY(50px);
   transition:.5s ease all;
}
.dropdown-menu.show {
   display: block;
   visibility: visible;
   opacity:1;
   transform: translateY(0px);
   transition:.5s ease all;
}
.gradient-block h1 {
    font-size: 54px;
}
.help-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.help-block ul li {
    color: #f53838;
    font-size: 12px;
}
.carousel-indicators {
    margin: 11px 18px;
    left: auto;
}
.carousel-control-next, .carousel-control-prev {
   bottom: auto;
   background: #000;
   width: 35px;
   height: 35px;
   margin: 15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 12px;
}
.carousel-control-prev {
    right: 36px;
    left: auto;
}
.carousel-indicators li {
    background-color: #121212;
}
.card-header {
    border-bottom: 1px solid rgb(255, 255, 255);
}
/* End Extra */
/* Filters */
.filters-search {
    position: relative;
}
.filters-search i {
    position: absolute;
    padding: 15px 14px;
}
.filters-search .form-control {
    padding-left: 42px;
}
.filters-card-header .btn-link {
    font-size: 14px;
    width: 100%;
    display: block;
}
.filters-card-body {
    padding: 20px 0 0 0;
}
/* End Filters */
/* Sidebar */
.img-profile {
    width: 80px;
}
.sidebar-widget {
    position: relative;
}
.sidebar-widget .nav-link {
    padding: 10px 7px;
    border-radius: 0px;
    position: relative;
    color: #121212;
}
.sidebar-widget .nav-link:hover, .sidebar-widget .nav-link:focus {
    color: #000000;
}
.sidebar-widget .nav-link:hover:before, .sidebar-widget .nav-link:focus:before {
    background: #121212;
}
.sidebar-widget .nav-link i {
    min-width: 19px;
    display: inline-block;
    text-align: center;
    opacity: 0.5;
    margin: 0px 8px 0px 0px !important;
}
.sidebar-widget .nav-link:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 4px;
    bottom: 5px;
    top: 5px;
    background: #ffffff;
}
.sidebar-widget .nav-link.active {
    background: transparent;
    color: #000;
}
.sidebar-widget .nav-link.active:before {
    background: #121212;
}
/* End Sidebar */
/* Top Nav */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
.gwsale-nav-top .container {
    padding: 0 16px;
}
.gwsale-nav-top .img-profile {
    width: 30px;
    height: 30px;
}
.gwsale-nav-top .navbar-brand img {
    height: 36px;
    margin: -4px 0 0 0;
}
.gwsale-nav-top .gwsale-list-dropdown .nav-link i {
    font-size: 16px;
}
.gwsale-nav-top .gwsale-list-dropdown .nav-link .badge {
    position: absolute;
    border-radius: 50px;
    min-width: 15px;
    height: 15px;
    font-size: 9px;
    padding: 0px;
    right: 1px;
    line-height: 15px;
    top: 11px;
}
.gwsale-nav-top .nav-link {
    position: relative;
    height: 55px;
    display: flex;
    align-items: center;
}
.gwsale-nav-top .navbar-search .form-control {
    background: #e8e8e8;
    min-height: 35px;
}
.gwsale-nav-top .navbar-search .btn {
    background: #e8e8e8 !important;
    color: #74828e;
    padding: 0 12px;
    border: none;
}
.table thead th {
    border-top: 0;
}
#pricelist-table thead th:nth-child(1), #pricelist-table tbody th:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
    width: 120px;
}
#pricelist-table thead th:nth-child(3) {
    padding-right: 0;
    padding-left: 0;
    width: 100px;
}
#pricelist-table thead th:nth-child(4) {
    padding-right: 0;
    padding-left: 0;
    width: 130px;
}
#pricelist-table tbody th {
    padding: 8px;
    padding-right: 8px;
    padding-left: 8px;
    vertical-align: middle;
}
#pricelist-table tbody td {
    padding: 8px;
    vertical-align: middle;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.dropdown-list .dropdown-item {
    white-space: normal;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    line-height: 1.3rem;
}
.dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
    width: 20rem!important;
}
.dropdown-list .dropdown-header {
    background-color: #131313;
    border: 1px solid #353535;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: .8rem 1rem;
}
.dropdown-list .icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-arrow .dropdown-toggle::after {
    display: none;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown .dropdown-menu, .dropdown-item {
    font-size: .85rem;
}
.text-gray-500 {
    color: #b7b9cc!important;
}
.dropdown-list-image {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
}
.dropdown-list-image img {
    height: 2.5rem;
    width: 2.5rem;
}
.dropdown-list-image .status-indicator {
    background-color: #eaecf4;
    height: .75rem;
    width: .75rem;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: .125rem solid #fff;
}
.dropdown-item {
    padding: 6px 1rem;
}
/* End Top Nav */
/* Card */
.gwsale-card {
    margin-bottom: 35px;
}
.gwsale-card-body h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* End Card */
/* Footer */
.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer ul li a {
    color: rgba(0,0,0,.5)!important;
}
.footer ul li {
    line-height: 28px;
}
.footer ul li a:hover {
    opacity: unset;
}
.footer h6 {
    font-size: 14px;
    margin-bottom: 20px;
}
.app .img-fluid {
    height: 32px;
}
/* End Footer */

/* ======================================
   Responsive Layout
====================================== */


/* ===============================
   Mobile (0 – 767px)
================================ */

@media (max-width: 767px) {

    .container {
        max-width: 100%;
    }

    .gwsale-login {
        max-width: 430px;
        margin: auto;
    }

    .gwsale-nav-top {
        padding: 0 !important;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .gwsale-nav-top .dropdown {
        position: static;
    }

    .gwsale-nav-top .dropdown .dropdown-menu {
        left: 0;
        right: 0;
        width: 100% !important;
    }

    .position-sticky {
        margin-bottom: 30px;
    }

    .footer {
        display: none;
    }

    .footer ul li,
    .footer h6,
    .footer-brand,
    .app {
        text-align: center;
    }

    .footer h6 {
        margin: 30px 0 8px;
    }

    .newsletter-form .btn {
        width: 100%;
    }

    .gwsale-copyright p {
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }

    .gwsale-copyright .d-flex {
        display: unset !important;
    }

}


/* ===============================
   Tablet (768 – 1023px)
================================ */

@media (min-width: 768px) and (max-width: 1023px) {

    .container {
        max-width: 100%;
    }

    .footer h6 {
        margin: 30px 0 8px;
    }

    .footer-brand {
        margin-top: 30px;
    }

}


/* ===============================
   Small Desktop (1024 – 1200px)
================================ */

@media (min-width: 1024px) and (max-width: 1200px) {

    .container {
        max-width: 100%;
    }

}


/* ======================================
   GLOBAL TABLE IMPROVEMENTS
====================================== */

.table th,
.table td {
    vertical-align: middle;
}


/* ======================================
   MOBILE TABLE SCROLL (PADRÃO DO SITE)
====================================== */

/* mobile tables only */

@media (max-width: 767px) {

    .table-responsive-mobile {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-mobile table {
        min-width: 700px;
    }

}


/* ======================================
   Game title cell
====================================== */

.game-title-cell {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.game-title {
    line-height: 1.3;
}

.platform-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    width: fit-content;

    font-size: 12px;
    font-weight: 500;

    padding: 3px 8px;

    border-radius: 6px;

    background: #f8f9fa;
    border: 1px solid #e5e7eb;

    color: #495057;
}

.platform-badge svg {
    width: 13px;
    height: 13px;
    color: #6c757d;
}

.platform-name {
    line-height: 1;
}


/* ======================================
   Navigation mobile fix
====================================== */

@media (max-width: 767px) {

    .gwsale-nav-top .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .gwsale-nav-top .navbar-brand {
        width: 100%;
        margin-bottom: 8px;
    }

    .gwsale-nav-top .navbar-nav.d-none {
        display: none !important;
    }

    .gwsale-nav-top .navbar-nav.ml-auto {
        width: 100%;
        justify-content: space-between;
    }

    #cart-summary {
        min-width: auto !important;
        padding: 6px 10px !important;
    }

    .profile-dropdown .nav-link {
        padding-left: 0;
        font-size: 13px;
    }

}


/* ======================================
   Pricelist header responsive
====================================== */

@media (max-width: 767px) {

    .pricelist-header {
        gap: 10px;
    }

    .pricelist-header .col {
        width: 100%;
        flex: 0 0 100%;
    }

    .price-list_filter {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .price-list_filter .custom-control {
        margin-right: 0;
    }

    .price-list_search {
        width: 100%;
    }

    .price-list_search input {
        width: 100%;
    }

}


/* ======================================
   Client header mobile
====================================== */

@media (max-width: 767px) {

    .card-body.d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 12px;
    }

    .card-body .text-right {
        text-align: left !important;
        width: 100%;
    }

}


/* ======================================
   Orders tabs responsive
====================================== */

.order-tabs-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.order-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    min-width: max-content;
}

.order-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 6px 12px;

    border-radius: 8px;

    font-size: 13px;
    font-weight: 500;

    white-space: nowrap;
}

.order-tab-count {
    font-size: 12px;
}


/* ======================================
   Cart layout mobile
====================================== */

#cart-table th,
#cart-table td {
    white-space: nowrap;
}

@media (max-width: 767px) {

    #cart-content .col-lg-8,
    #cart-content .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #cart-content .col-lg-4 {
        margin-top: 20px;
    }

}


/* ======================================
   Balance history improvements
====================================== */

.balance-history td:first-child {
    white-space: nowrap;
}

.balance-history td:last-child {
    white-space: nowrap;
    font-weight: 500;
}

.balance-history .order-status {
    font-size: 11px;
    padding: 3px 7px;
}
