.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.avatar-center-fix {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 0 !important;
}

.custom-autocomplete .mud-popover {
    z-index: 1000 !important;
}

.mud-item-padding {
    padding: 16px;
}

.large-text .tax-row-label,
.large-text .tax-row-amount {
    font-size: 1.5rem;
}

.page-background {
    background-image: url('\florian-schmid-NTO-unsplash.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw;
}

.cart-badge .mud-badge-content {
    font-size: 0.7rem;
    min-width: 18px;
    height: 18px;
}

.statement-card {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.statement-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.statement-card-content {
    border-radius: 4px;
    padding: 8px;
}

.statement-wrapper {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    border-radius: 8px; 
}

.statement-wrapper:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.map-clickable-area {
cursor: pointer; 
transition: transform 0.2s ease-out;
}

.map-clickable-area:hover {
    transform: scale(1.02); 
}

.map-clickable-area:active {
    transform: scale(0.99); 
    transition: transform 0.1s ease-in; 
}

.logo-link {
    display: flex;
    align-items: center;
    height: 100%; 
    padding: 0;
}

.logo-img {
    height: 72px;
    width: auto;
    transform: translateY(0); 
}

@media (max-width: 600px) {
    .logo-img {
        height: 48px; 
    }
}

html.nto-busy, html.nto-busy * {
    cursor: wait !important; 
}

.statement-top-nav {
    position: fixed;
    top: 80px;
    left: 12px;
    z-index: 1200;
}

::deep(.statement-top-nav .back-chip.mud-button-root.mud-button-text) {
    padding: 4px 14px;
    min-height: auto;
    border-radius: 9999px;
}

@media (max-width: 600px) {
    .statement-top-nav {
        left: 8px;
        top: 76px;
    }

    .back-chip {
        padding: 6px 10px;
    }

        .back-chip .label {
            display: none;
        }
}


.county-circle-container {
    display: flex;
    justify-content: flex-end; 
    align-items: center;
    width: 100%;
}

@media (max-width: 768px) {
    .county-circle-container {
        justify-content: center;
    }
}
