html, body {
    background-image: url('bg2.jpg');
    background-size: cover;
    background-position: center;
    font-family: 'Roboto', sans-serif;
}

.card {
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    background-color: rgba(255,255,255,0.85);
}

.navbar-nav .nav-link {
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

.nav-link.active {
        font-weight: bold;
        background-color: #0d6efd;
        color: #fff !important;
        border-radius: .375rem;
}

.navbar-brand-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: inline-block;
}

.admin-title {
    color: yellow;
    font-weight: 600;
    margin-bottom: 1rem;
}

.admin-subtitle {
    color: black;
    font-weight: 600;
    margin-bottom: 1rem;
}

.nav-link:hover {
    transform: scale(1.15);
    color: #0d6efd;
}

.donut-wrapper {
    width: 100px;     /* ← itt állítod a MÉRETET */
    height: 100px;
    margin: 0 auto;   /* középre */
}

.donut-wrapper canvas {
    width: 100% !important;
    height: 100% !important;
}

.price-input {
    width: 11ch; /* kb. 8 számjegy */
}


}
