* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, textarea, [contenteditable="true"] {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

input, select, textarea {
    font-size: 16px !important;
}

img:not([src*="maps.google"]):not([src*="maps.gstatic"]):not(.gm-style img) {
    -webkit-touch-callout: none;
}

#map img,
.gm-style img,
[class*="google"] img {
    -webkit-touch-callout: default !important;
    pointer-events: auto !important;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #0d6efd;
    color: white;
    padding: 8px 16px;
    z-index: 9999;
    text-decoration: none;
    font-weight: bold;
    transition: top 0.3s;
}
.skip-link:focus {
    top: 0;
}
body {
       contain-intrinsic-block-size: auto 100px;
       display: flex;
       flex-wrap: nowrap;
       gap: 0px;
       padding: 4px 6px;
       overflow-x: auto;
       -webkit-overflow-scrolling: touch;
       justify-content: flex-start;
    position: relative;
    height: calc(100dvh - var(--bottom-nav-height));
    height: calc(var(--vh, 1vh) * 100 - var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px));
    width: 100%;
    box-sizing: border-box;
}
#map {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

#location-search-container {
    margin-top: 10px;
}
#location-search-container .input-group {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    height: 48px;
}
#location-search-container .input-group-text {
    border: none;
    padding-right: 0;
    display: flex;
    align-items: center;
}
#location-search-input {
    border: none;
    padding-left: 8px;
    height: 100%;
}
#location-search-input:focus {
    box-shadow: none;
    outline: none;
}
#btn-clear-search {
    border: none;
    padding: 0 12px;
    color: #adb5bd;
    transition: color 0.2s ease, background-color 0.2s ease;
    height: 100%;
    display: flex;
    align-items: center;
}
}
#btn-clear-search:hover {
    background-color: #f8f9fa !important;
    color: #495057;
}
#search-results-dropdown {
    margin-top: 4px;
    border-radius: 8px;
    background: white;
    border: 1px solid rgba(0,0,0,0.1);
}
#search-results-dropdown .list-group-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 12px 14px;
    cursor: pointer;
    transition: background-color 0.15s ease;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
#search-results-dropdown .list-group-item:last-child {
    border-bottom: none;
}
#search-results-dropdown .list-group-item:hover {
    background-color: #f8f9fa;
}
#search-results-dropdown .search-result-category {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    padding: 10px 14px 6px;
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-top: 4px;
}
#search-results-dropdown .search-result-category:first-child {
    margin-top: 0;
}
#search-results-dropdown .search-result-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6c757d;
    margin-top: 2px;
}
#search-results-dropdown .search-result-icon.fuel-station {
    color: #28a745;
}
#search-results-dropdown .search-result-name {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 4px;
}
#search-results-dropdown .search-result-address {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0;
    line-height: 1.3;
}
#search-results-dropdown .search-result-prices {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 6px;
    padding-top: 4px;
    border-top: 1px solid rgba(0,0,0,0.05);
}
#search-results-dropdown .search-result-prices span {
    display: inline-block;
    padding: 2px 4px;
    margin-right: 2px;
}
@media (max-width: 576px) {
    #location-search-container {
        width: 95% !important;
        max-width: none !important;
    }
}

#loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/* Tab bar base (modern pill-style) */
.nav-tabs .nav-link {
    color: var(--muted, #495057);
    padding: 8px 12px;
    font-size: 0.95rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}
.nav-tabs .nav-link i {
    font-size: 1.1rem;
    margin: 0;
    line-height: 1;
}
.nav-tabs .nav-link:focus {
    outline: 3px solid rgba(13,110,253,0.12);
    outline-offset: 3px;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(180deg,#0d6efd,#0b5ed7);
    box-shadow: 0 6px 20px rgba(11,94,215,0.12);
    font-weight: 600;
} 

@media (min-width: 769px) {
    /* Desktop: centered, floating pill group */
    .nav-tabs { display: flex; width: auto; gap: 12px; justify-content: center; align-items: center; }
    #myTab {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: auto;
        margin: 12px 0;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
    #myTab .nav-link {
        display: inline-flex;
        flex: 0 0 auto;
        min-width: 88px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 999px;
    }
    #myTab .nav-link i { font-size: 1.08rem; }
    #myTab .nav-link span { font-size: 0.95rem; }
} 

#myTab {
    position: fixed;
    bottom: env(safe-area-inset-bottom, 12px);
    left: 12px;
    right: 12px;
    z-index: 1200;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-start; /* keep items in single horizontal row */
    flex-wrap: nowrap; /* force single line */
    overflow-x: auto; /* allow horizontal scrolling when needed */
    -webkit-overflow-scrolling: touch;
    background: rgba(255,255,255,0.88);
    border-radius: 14px;
    padding: 6px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.04);
    margin: 0;
} 

#toast-container {
    position: fixed;
    top: calc(8px + env(safe-area-inset-top, 0px));
    right: calc(8px + env(safe-area-inset-right, 0px));
    left: auto;
    bottom: auto;
    z-index: 2100;
}

@media (max-width: 576px) {
    #toast-container {
        top: calc(75px + env(safe-area-inset-top, 0px));
        bottom: auto;
        right: calc(8px + env(safe-area-inset-right, 0px));
        left: calc(8px + env(safe-area-inset-left, 0px));
        width: auto;
    }
}

@media (max-width: 768px) {
    .nav-tabs { display: flex; width: 100%; gap: 6px; }

    /* Mobile & narrow: prevent nav-links from stretching so the tab bar stays on one line */
    #myTab .nav-link {
        display: inline-flex;
        flex: 0 0 auto; /* fixed-size items, won't grow/shrink */
        min-width: 48px;
        max-width: 140px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 8px 6px;
        color: #495057;
        background: transparent;
        border: none;
        border-radius: 10px;
        transition: background-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
    }
    #myTab .nav-link i { font-size: 1.25rem; margin: 0; }
    #myTab .nav-link span { font-size: 0.72rem; display: none; line-height: 1; }
    #myTab .nav-link.active {
        color: #fff;
        background: linear-gradient(180deg, #0d6efd, #0b5ed7);
        box-shadow: 0 6px 20px rgba(11,94,215,0.12);
        border-radius: 10px;
        padding: 8px 8px;
    }
    #myTab .nav-link.active span { display: block; }
    @media (max-width: 384px) {
        #myTab .nav-link span { font-size: 0.68rem !important; }
        #myTab .nav-link i { font-size: 1.05rem; }
        #myTab .nav-link { padding: 6px 6px; min-width: 0; }
    }
}     
@media (min-width: 389px) and (max-width: 768px) {
    #myTab {
        display: flex;
        flex-wrap: nowrap; 
        gap: 6px; 
        padding: 6px 8px;
        overflow-x: auto; 
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
    }
    #myTab .nav-link {
        flex: 0 0 auto; 
        min-width: 64px; 
        padding: 8px; 
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }
    #myTab .nav-link i { font-size: 1.08rem; margin: 0; }
    #myTab .nav-link span { display: none; }
    #myTab .nav-link.active span { display: block; font-size: 0.72rem; }
}

@media (max-width: 384px) {
    .nav-tabs .nav-link {
        font-size: 0.78rem;
        padding: 8px 8px;
    }
    .nav-tabs .nav-link i {
        margin-right: 6px;
        font-size: 1.05rem;
    }
}


:root {
}
.tab-content, .tab-pane, #stations-list-container, .container, #map-container {
    padding-bottom: 20px;
    box-sizing: border-box;
}

#loading-overlay {
    padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px));
}  
.tab-content {
    background-color: white;
}
#about-pane .ms-2 {
    margin-inline-start: 0 !important;
}
@media (max-width: 768px) {
    #map-container {
        box-sizing: border-box;
        padding-bottom: env(safe-area-inset-bottom, 0px);
    }
}
#map-controls {
    position: absolute;
    bottom: env(safe-area-inset-bottom, 0px);
    left: 0;
    z-index: 100;
    width: 220px;
}
#btn-locate-me {
    z-index: 5;
    bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-window-brand {
    margin-top: 0;
}
.info-window-content {
    min-width: 260px;
    max-width: 320px;
}
.info-window-content h5 {
    font-size: 1.1rem;
    font-weight: bold;
}
.info-window-content .btn-sm {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}
.info-window-content table {
    font-size: 0.9rem;
}
@media (max-width: 576px) {
    .info-window-content {
        max-width: 260px;
        overflow: auto;
    }
    .info-window-content h5 {
        font-size: 1rem;
        margin-bottom: 0.25rem !important;
    }
    .info-window-content p {
        margin-bottom: 0.5rem !important;
        font-size: 0.8rem;
    }
    .info-window-content .mb-2 {
        margin-bottom: 0.5rem !important;
    }
    .info-window-content table {
        font-size: 0.75rem;
    }
    .info-window-content .btn-sm {
        font-size: 0.7rem;
        padding: 0.15rem 0.3rem;
    }
    .gm-style-iw-c {
        padding-right: 0 !important;
    }
    .gm-style-iw-d {
        overflow: auto !important;
    }
}
.gm-style-iw, .gm-style-iw-c, .gm-style-iw-t {
    z-index: 10 !important;
}
#list-pane .station-card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}
#list-pane .station-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
#list-pane .station-brand {
    font-weight: bold;
    color: #0d6efd;
    font-size: 1.1rem;
    margin-bottom: 8px;
}
#list-pane .station-address {
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 8px;
}
#list-pane .station-prices {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}
#list-pane .price-badge {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#list-pane .price-label {
    font-weight: 600;
    color: #495057;
}
#list-pane .price-value {
    color: #198754;
    font-weight: bold;
    margin-bottom: 2px;
}
#list-pane .btn-calc-price {
    padding: 0;
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    border-radius: 6px;
}
#list-pane .btn-calc-price i {
    pointer-events: none;
}
#list-pane .btn-calc-price:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}
#list-pane .btn-show-on-map {
    width: 100%;
    margin-top: 5px;
}
@media (max-width: 768px) {
    #list-pane .station-prices {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}
#list-pane th.sortable {
    cursor: pointer;
    user-select: none;
}
#list-pane .sort-ind {
    font-size: 0.8rem;
    margin-left: 6px;
    color: #6c757d;
}
#list-pane .table-responsive {
    overflow-x: auto;
}
#list-pane table .station-address-cell {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.95rem;
}
#list-pane table .station-siteid-cell {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-variant-numeric: tabular-nums;
}
@media (max-width: 768px) {
    #list-pane table .station-address-cell,
    #list-pane .station-address-cell {
        max-width: none;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        font-size: inherit;
    }
    #list-pane tbody tr td.station-siteid-cell.station-address-cell {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}
@media (max-width: 768px) {
    #list-pane .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.route-card {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-size: 0.92rem;
}
.route-card .card-body { padding: 0.6rem; }
.route-card .route-distance { font-weight: bold; color: #0d6efd; }
@media (max-width: 768px) {
    #list-pane #mobile-sort-controls {
        gap: 6px;
    }
    #list-pane .list-pagination-bar {
        gap: 8px;
    }
    #list-pane thead { display: none; }
    #list-pane tbody tr {
        display: block;
        border: 1px solid #e9ecef;
        margin-bottom: 8px;
        border-radius: 6px;
        padding: 6px;
        background: #fff;
    }
    #list-pane tbody tr td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px 0;
        border: none;
        width: 100%;
    }
    #list-pane tbody tr td:before {
        content: attr(data-label);
        color: #6c757d;
        font-weight: 600;
        margin-right: 6px;
        flex: 0 0 30%;
        text-align: left;
        font-size: 0.85rem;
    }
    #list-pane tbody tr td {
        white-space: normal;
    }
    #list-pane tbody tr td.station-siteid-cell {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    #list-pane .list-loc-dist {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 8px;
        align-items: start;
        margin-left: auto;
        min-width: 0;
        flex: 1 1 auto;
    }
    #list-pane .list-loc {
        min-width: 0;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    #list-pane .list-dist {
        justify-self: end;
        color: #6c757d;
        white-space: nowrap;
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    #list-pane .list-dist .btn-show-on-map {
        width: 24px;
        height: 24px;
        padding: 0;
        min-width: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.74rem;
        border-radius: 6px;
        margin-top: 0;
    }
    #list-pane tbody tr td .price-value {
        font-size: 0.98rem;
        font-weight: 700;
        color: #198754;
    }
    #list-pane .price-cell {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
        justify-content: flex-end;
    }
    #list-pane .price-cell .price-value {
        margin: 0 6px 0 0;
        font-size: 0.98rem;
        white-space: nowrap;
    }
    #list-pane .btn-calc-price, #list-pane .btn-show-on-map {
        padding: 6px 8px;
        font-size: 0.86rem;
        min-width: auto;
    }
    #list-pane tbody tr td.fuels-cell {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 4px;
    }
    #list-pane tbody tr td.fuels-cell:before {
        content: '';
        display: none;
    }
    #list-pane .mobile-fuels {
        display: flex;
        gap: 4px;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
    }
    #list-pane .mobile-fuel {
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
        border: 1px solid #e9ecef;
        border-radius: 5px;
        padding: 3px 1px;
        background: #fff;
    }
    #list-pane .mobile-fuel-code {
        font-size: 0.68rem;
        line-height: 1;
        color: #6c757d;
        margin-bottom: 2px;
        white-space: nowrap;
    }
    #list-pane .mobile-fuel-line {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        white-space: nowrap;
    }
    #list-pane .mobile-fuel-price {
        font-size: 0.84rem;
        font-weight: 700;
        line-height: 1;
    }
    #list-pane .mobile-fuel-calc.btn-calc-price {
        width: 24px;
        height: 24px;
        padding: 0;
        min-width: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.74rem;
        border-radius: 6px;
    }
    @media (max-width: 388px) {
        #list-pane .price-cell {
            gap: 4px;
        }
        #list-pane .price-cell .btn-calc-price {
            width: 32px;
            height: 32px;
            padding: 0;
            font-size: 0.8rem;
        }
        #list-pane tbody tr td:before {
            flex: 0 0 28%;
        }
        #list-pane .mobile-fuels { gap: 4px; }
        #list-pane .mobile-fuel { padding: 3px 2px; }
        #list-pane .mobile-fuel-price { font-size: 0.84rem; }
        #list-pane .mobile-fuel-calc.btn-calc-price { width: 24px; height: 24px; min-width: 24px; font-size: 0.74rem; }
        #list-pane #mobile-sort-controls { gap: 4px; }
        #list-pane .list-pagination-bar { gap: 6px; }
    }
    #list-pane tbody tr .actions-row {
        display: flex;
        gap: 6px;
        margin-top: 6px;
        justify-content: flex-end;
    }
    #list-pane td[data-label="Address"],
    #list-pane td[data-label="地址"] {
        flex: 1 1 auto;
    }
    #list-pane .table-sm td { padding-top: .35rem; padding-bottom: .35rem; }
}
@media (max-width: 768px) {
    #list-pane {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    #list-pane .row.mb-4 {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: nowrap;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 0 6px;
        box-sizing: border-box;
    }
    #list-pane .row.mb-4 .col-md-6:nth-child(1) {
        flex: 0 1 40%;
        max-width: 40%;
        min-width: 0;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        box-sizing: border-box;
    }
    #list-pane .row.mb-4 .col-md-6:nth-child(2) {
        flex: 0 1 60%;
        max-width: 60%;
        min-width: 0;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        box-sizing: border-box;
    }
    #list-pane .row.mb-4 .form-label {
        font-size: 0.85rem;
        margin-bottom: 0.25rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #list-pane .row.mb-4 .form-control,
    #list-pane .row.mb-4 .form-select {
        margin-bottom: 0;
        width: 100%;
        min-width: 0;
    }
}
@media (max-width: 360px) {
    #list-pane .row.mb-4 {
        flex-wrap: wrap;
        gap: 6px;
    }
    #list-pane .row.mb-4 .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



@media (max-width: 388px) {
    :root { /*--bottom-nav-height: 64px;*/ }

    /* Compact mobile: circular icons with label only for active tab */
    #myTab {
        gap: 8px;
        padding: 6px 8px;
        justify-content: center;
    }

    #myTab .nav-link {
        display: inline-flex;
        flex: 0 0 auto;
        width: 64px;
        min-width: 64px;
        max-width: 64px;
        padding: 10px 0;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
        border-radius: 10px;
    }

    #myTab .nav-link i { font-size: 1.35rem; line-height: 1; margin: 0; }

    #myTab .nav-link span { display: none; }
    #myTab .nav-link.active span { display: block; font-size: 0.72rem; }

    .tab-content, .tab-pane, #stations-list-container, .container, #map-container, #loading-overlay {
        padding-bottom: calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px));
        box-sizing: border-box;
    }
}

/* iPhone SE and very small screens: force single row, tighter spacing */
@media (max-width: 360px) {
    :root { /*--bottom-nav-height: 56px;*/ }
    #myTab {
        gap: 4px;
        padding: 4px 6px;
        left: 8px;
        right: 8px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #myTab .nav-link {
        width: 52px;
        min-width: 52px;
        max-width: 52px;
        padding: 8px 0;
        border-radius: 8px;
    }
    #myTab .nav-link i { font-size: 1.25rem; }
    #myTab .nav-link span { display: none; }
    #myTab .nav-link.active span { display: block; font-size: 0.68rem; }
}

/* Extra-tight for very narrow displays (<=320px) */
@media (max-width: 320px) {
    #myTab {
        gap: 2px;
        left: 6px;
        right: 6px;
    }
    #myTab .nav-link {
        width: 48px;
        min-width: 48px;
        max-width: 48px;
        padding: 6px 0;
    }
    #myTab .nav-link i { font-size: 1.15rem; }
}


@media (min-width: 769px) {
    #myTab .nav-link#calculator-tab,
    #myTab .nav-link[data-bs-target="#calculator-pane"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        box-sizing: border-box !important;
        justify-content: center !important;
    }
}



#myTab {
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
#myTab::-webkit-scrollbar { height: 0; display: none; }

#myTab .nav-link {
    flex: 0 0 auto !important; 
    width: auto !important;
    margin-right: 6px; 
}

html, body {
    -webkit-text-size-adjust: 100%;
    justify-content: center;
}

input, textarea, select, button {
    font-size: 16px;
}
.global-box-sizing,
*,
*::before,
*::after {
    box-sizing: border-box;
}