:root {
    --background: 0 0% 100%;
    --foreground: 120 5% 15%;
    --card: 0 0% 100%;
    --card-foreground: 120 5% 15%;
    --popover: 0 0% 100%;
    --popover-foreground: 120 5% 15%;
    --primary: 120 60% 25%;
    --primary-foreground: 0 0% 100%;
    --primary-glow: 120 50% 35%;
    --secondary: 120 20% 95%;
    --secondary-foreground: 120 60% 25%;
    --muted: 120 10% 96%;
    --muted-foreground: 120 10% 45%;
    --accent: 45 100% 60%;
    --accent-foreground: 120 5% 15%;
    --destructive: 0 75% 55%;
    --destructive-foreground: 0 0% 100%;
    --success: 120 60% 45%;
    --success-foreground: 0 0% 100%;
    --warning: 30 100% 55%;
    --warning-foreground: 0 0% 100%;
    --border: 120 15% 88%;
    --input: 120 15% 88%;
    --ring: 120 60% 25%;
    --gradient-field: linear-gradient(135deg, hsl(var(--primary)), hsl(var(--primary-glow)));
    --gradient-hero: linear-gradient(180deg, hsl(var(--primary) / .1), hsl(var(--accent) / .05));
    --gradient-card: linear-gradient(145deg, hsl(var(--background)), hsl(var(--muted)));
    --shadow-soft: 0 4px 12px hsl(var(--primary) / .1);
    --shadow-medium: 0 8px 25px hsl(var(--primary) / .15);
    --shadow-strong: 0 15px 35px hsl(var(--primary) / .2);
    --radius: .5rem;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
}

html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-color: hsl(var(--border));
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
}

.header .container {
    max-width: 1200px;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Header */
.header {
    background: #F6F9F6;
    border-bottom: 1px solid hsl(var(--border));
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: #1a6519;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.logo-text {
    font-size: 1.25rem;
    font-weight: bold;
    color: #1a6519;
}

/* Buttons */
.btn-primary {
    background: #1a6519;
    color: white;
    border: none;
    padding: 12px 18px;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    width: auto;
}

i.fa.fa-sign-in {
    margin-right: 5px;
    font-size: 14px;
}

.btn-primary:hover {
    background: #15803d;
    transform: translateY(-1px);
}

.btn-secondary {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 12px 18px;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    width: auto;
}

.btn-secondary:hover {
    background: #ffcc33;
    border-color: #ffcc33;
}

.btn-icons {
    border: none;
    padding: 12px 18px;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    width: auto;
}

.full-width {
    width: 100%;
}

.user-button {
    align-items: center;
    padding: 7px 13px;
    cursor: pointer;
    font-size: 14px;
    color: #020202;
    transition: all 0.2s ease;
    background: none;
    border: 1px solid transparent;
    border-radius: 100%;
    justify-content: center;
}

.user-button:hover {
    background: #ffcc33;
    border-color: #ffcc33;
}

.dropdown-toggle::after {
    display: none;
}

.fas {
    margin-right: 5px;
}

.dropdown-menu.show {
    border-color: #dce5dc;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    padding: 5px;
}

.dropdown-divider {
    border-top: 1px solid #f4f6f4;
}

.user-email {
    color: #677e67;
}

a.dropdown-item.hover-effect:hover {
    color: black !important;
    background: #ffcc33;
    border-radius: 5px;
}

span.badge.badge-pill.badge-success {
    background: #f0f5f0;
    color: #196619;
}

/* Main Content */
.main {
    padding: 1rem 0;
    background: #F9F9F2;
    min-height: 100vh;
}

.hero {
    text-align: center;
    margin-bottom: 1rem;
}

.hero h1 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 0.5rem;
}

h3 {
    font-size: 1.3rem;
}

.hero p {
    color: #6b7280;
    font-size: 1.1rem;
}

.content-wrapper {
    display: flex;
    gap: 2rem;
}

.games-section {
    flex: 1;
}

.map-section {
    width: 320px;
}

/* Search Controls */
.search-controls {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.8rem;
    flex-wrap: wrap;
}

.search-bar {
    flex: 1;
    position: relative;
    min-width: 300px;
}

.search-icon {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    color: #9ca3af;
}

.search-bar input {
    width: 100%;
    padding: 0.75rem 0.75rem 0.75rem 2.5rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.2s;
}

.search-bar input:focus {
    outline: none;
    border-color: #1a6519;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.control-buttons {
    display: flex;
    gap: 0.5rem;
}

.filter-icon {
    width: 1rem;
    height: 1rem;
}

/* Filters Panel */
.filters-panel {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: none;
    animation: slideDown 0.3s ease-out;
}

.filters-panel.active {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

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

.filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.filters-header h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.clear-filters {
    background: none;
    border: none;
    color: #000000;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

.clear-filters:hover {
    color: #000000;
    background: #ffcc33;
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-radius: 10px;
}

.filters-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.filter-group.full-width {
    grid-column: 1 / -1;
}

.filter-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.date-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.date-inputs input {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

.date-inputs input:focus {
    outline: none;
    border-color: #1a6519;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

/* Custom Slider */
.slider {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #196619;
    outline: none;
    appearance: none;
    cursor: pointer;
}

.slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1a6519;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1a6519;
    cursor: pointer;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Games Header */
.games-header {
    margin-bottom: 0.8rem;
}

.games-header h2 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #111827;
}

/* Games Grid */
.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.game-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) hsl(120 60% 45% / .2), 0 1px 2px 0 rgb(0 0 0 / .05);
    transition: all 0.2s;
}

.game-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) hsl(120 60% 45% / .2), 0 1px 2px 0 rgb(0 0 0 / .05);
}

.game-header {
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.game-title-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.game-title {
    font-weight: 600;
    color: #111827;
}

.status-badge {
    background: #2eb82e;
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
}

.game-datetime {
    display: flex;
    gap: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    justify-content: space-between;
}

.datetime-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.datetime-icon {
    width: 1rem;
    height: 1rem;
}

.game-location {
    padding: 1rem;
    border-bottom: 1px solid #f3f4f6;
}

.location-row {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.location-icon {
    width: 1rem;
    height: 1rem;
    color: #9ca3af;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.location-text {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.game-map {
    height: 90px;
    background: #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.map-pin {
    width: 1.5rem;
    height: 1.5rem;
    background: #1a6519;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-pin svg {
    width: 1rem;
    height: 1rem;
    color: white;
}

.map-attribution-small {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
    background: white;
    padding: 0 0.25rem;
    border-radius: 0.25rem;
}

.game-details {
    padding: 1rem;
}

.game-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.players-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}

.players-count {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #6b7280;
}

.players-icon {
    width: 1rem;
    height: 1rem;
}

.min-players {
    color: #9ca3af;
}

.game-price {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.cutoff-time {
    font-size: 0.75rem;
    color: #9ca3af;
}

.auto-confirm {
    font-size: 0.75rem;
    color: #ea580c;
    font-weight: 500;
}

.game-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.game-actions a {
    flex: 1;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.view-details-btn {
    background: white;
    color: #374151;
    border: 1px solid #d1d5db;
}

.view-details-btn:hover {
    background: #f9fafb;
}

.join-btn {
    background: #1a6519;
    color: white;
    border: none;
    font-weight: 500;
}

.join-btn:hover {
    background: #15803d;
}

/* Map Section */
.map-section h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1rem;
}

.map-container {
    background: #f3f4f6;
    border-radius: 0.5rem;
    height: 384px;
    position: relative;
    overflow: hidden;
}

.map-container-nearby-games {
    height: 100vh;
    background: none;
}

.map-controls {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.map-control-btn {
    width: 32px;
    height: 32px;
    background: white;
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: all 0.2s;
}

.map-control-btn:hover {
    background: #f9fafb;
}

.map-marker {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: #1a6519;
    border-radius: 50%;
    transform: translate(-50%, -100%);
    animation: pulse 2s infinite;
}

.map-marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5rem;
    height: 0.5rem;
    background: white;
    border-radius: 50%;
}

@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -100%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, -100%) scale(1.1);
        opacity: 0.8;
    }
}

.map-attribution {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
    background: rgba(255, 255, 255, 0.75);
    padding: 0 0.25rem;
    border-radius: 0.25rem;
}

.no-games-message {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    background: white;
    padding: 0.75rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
}

.no-games-message p:first-child {
    font-weight: 500;
    color: #111827;
    margin-bottom: 0.25rem;
}

.no-games-message p:last-child {
    color: #6b7280;
}

/* Modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
    animation: modalOverlay 0.2s ease-out;
}

.modal.show .modal-dialog {
    transform: none;
    justify-content: center;
}

.modal-overlay.active {
    display: flex;
}

@keyframes modalOverlay {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-content {
    background: white;
    border-radius: 0.5rem;
    max-width: 100%;
    width: 100%;
    padding: 1.5rem;
    position: relative;
    animation: modalContent 0.2s ease-out;
}

@keyframes modalContent {
    from {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }

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

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #9ca3af;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    color: #6b7280;
}

.modal-header {
    text-align: center;
    margin-bottom: 0px;
    padding: 0px;
    display: block;
}

.modal-header h2 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1rem;
}

.google-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 1rem;
}

.google-btn:hover {
    background: #f9fafb;
}

.google-icon {
    width: 1.25rem;
    height: 1.25rem;
    background: #ea4335;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
}

.divider {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.auth-toggle {
    display: flex;
    border: 1px solid #f4f6f4;
    background: #f4f6f4;
    border-radius: 0.5rem;
    padding: 0.25rem;
    margin-bottom: 1.5rem;
}

.auth-tab {
    flex: 1;
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    color: #1a6519;
}

.auth-tab.active {
    background: #ffffff;
    color: #111827;
}

.auth-tab:hover:not(.active) {
    color: #111827;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.form-group label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
}

.form-group input,
.form-group select {
    padding: 0.5rem 0.75rem;
    border: 1px solid hsl(var(--input));
    border-radius: 0.5rem;
    transition: all 0.2s;
    height: 2.5rem;
    font-size: .875rem;
    line-height: 1.25rem;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #1a6519;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.forgot-password {
    text-align: center;
}

.forgot-password button {
    background: none;
    border: none;
    color: #1a6519;
    font-size: 0.875rem;
    cursor: pointer;
}

.forgot-password button:hover {
    color: #15803d;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-wrapper {
        flex-direction: column;
    }

    .map-section {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .search-controls {
        flex-direction: column;
    }

    .search-bar {
        min-width: auto;
    }

    .control-buttons {
        justify-content: flex-start;
    }

    .filters-grid {
        grid-template-columns: 1fr;
    }

    .games-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 0.5rem;
    }

    .main {
        padding: 1rem 0;
    }

    .modal-content {
        margin: 1rem;
        padding: 1rem;
    }

    .user-button span {
        display: none;
    }

    .dropdown-menu {
        right: -8px;
        min-width: 200px;
    }
}

.invalid-feedback {
    color: red;
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.relative {
    position: relative;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.absolute {
    position: absolute;
}

.border-t {
    border-top: 1px solid hsl(var(--border));
}

.w-full {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.justify-center {
    justify-content: center;
}

.text-muted-foreground {
    color: hsl(var(--muted-foreground));
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.bg-background {
    background-color: hsl(var(--background));
}

.no-underline {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

.max-w-4xl {
    max-width: 56rem;
}

.settings i.fa.fa-cog {
    color: #196619;
    font-size: 32px;
}

.text-foreground {
    color: hsl(var(--foreground));
}

.font-bold {
    font-weight: 700;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

ul.profile-tab {
    background-color: #f4f6f4;
    padding: 5px;
    gap: 28px;
    border-radius: 10px;
}

.nav-settings .nav-link {
    color: #677e67;
    padding: 3px 1rem;
}

.nav-settings .nav-link.active {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    color: #242824;
    background-color: white;
    border-radius: 5px;
}


.tab-content {
    background: white;
    padding: 24px;
    border: 1px solid #dce5dc;
    border-radius: 10px;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

input.form-check-input {
    height: 30px;
    width: 55px !important;
}

.form-check-input:checked {
    background-color: #196619;
    border-color: #196619;
}

.form-check-input:not(:checked) {
    background-color: #dce5dc;
    border-color: #dce5dc;
}

a.view-details-btn {
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.create-game {
    background: white;
    padding: 40px;
    text-align: center;
    border: 1px solid #dce5dc;
    border-radius: 10px;
}

.create-game-btn-icon {
    background: #e7ede6;
    color: #1a6519;
}

.create-game-description {
    color: #677f67;
}

.view-my-games {
    background: white;
    padding: 40px;
    text-align: center;
    border: 1px solid #dce5dc;
    border-radius: 10px;
}

.view-games-btn-icon {
    background: #eaf5e9;
    color: #1a6519;
}

.view-games-description {
    color: #677f67;
}

.text-primary {
    color: #196619 !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(26 101 25 / 52%);
}

ul.player-tab {
    background-color: #f4f6f4;
    padding: 5px;
    border-radius: 10px;
}

i.fa.fa-arrow-left {
    font-size: 40px;
    font-weight: 900;
    color: black;
    margin-left: 5px;
}

.bg-muted {
    background-color: #f4f6f4;
}

.rounded-lg {
    border-radius: 8px;
}

div#player-tabContent {
    background: none;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

.dropdown-filter.show {
    width: 400px !important;
}

.dropdown-filter:hover {
    color: white !important;
    background-color: white !important;
}

.form-group input[readonly] {
    background: #e5e5e5;
}

.slider[disabled] {
    background: #196619a6;
}

.alert.alert-danger {
    margin: 0px 20px 10px 20px;
}

.alert.alert-success {
    margin: 0px 20px 10px 20px;
}

button.swal2-confirm.btn.btn-danger {
    padding: 10px;
    margin-right: 10px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn,
.btn-primary:disabled {
    background-color: #1a6519b3;
    border-color: #1a6519b3;
}

.status-badge.pending {
    background: #e5b934;
    color: black;
}

/* Loader overlay */
#pageLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fffffff2;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    /* stack spinner + text */
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
}

/* Spinner animation */
.spinner {
    border: 8px solid #2eb82e33;
    border-top: 8px solid #1a6519;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

/* Text style */
.loading-text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #1a6519;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gm-style-iw-chr {
    display: none;
}

.game-map-title {
    font-size: 16px;
}

.game-map-price {
    font-size: 13px;
}

/* Hide by default */
.go_to_map {
    display: none;
}

/* Show only on mobile (max width 768px) */
@media (max-width: 768px) {
    .go_to_map {
        display: inline-block;
    }
}