.img-preview{
    max-height:152px;
}

.image-preview {
    text-align:center;
}

.custom-modal {
    max-width: 500px;
    margin: 0 auto;
}

.match-time {
    width: 100%;
    border: none;
    text-align: center;
    background: none;
    font-size: 25px;
}

.width100{
    width:100%;
}

.step {
    text-align:center;
}

.text-center{
    text-align:center;
}

.step-active{
    font-weight:bold;
    font-style:italic;
}

/* Login – podstawowy kontener (szczegóły w LoginIndex.vue) */
.login-body {
    padding: 1.5rem;
    margin: 0 auto;
    max-width: 420px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-margin{
    margin-left:0px;
    margin-right:0px;
}

.small-margin {
    margin-left: 2px;
    margin-right: 2px;
}

.list-margin {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 5px;
}

.validationElement {
    color: #b10000;
}

.validationElement > input {
    border-color: #b10000;
}

.home-center {
    height: calc(100vh - 56px);
    padding: 10px;
    margin: 0px auto;
    max-width: 670px;
}

.home-body {
    background-color: rgba(255,255,255,0.7);
    max-width: 100%;
    width: 670px;
    text-align: center;
}

.home-header1 {
    font-family: 'BubbleBobble';
    font-size: 33px;
    color: green;
}

.home-header2 {
    font-family: 'BubbleBobble';
}


/* Baner cookies – spójny z motywem strony (sidebar, footer) */
#cookies-id {
    margin: 0 -24px;
    padding: 14px 24px;
    background: linear-gradient(170deg, #1e8c24 0%, #0f4f0c 100%);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}

#cookies-id .cookies-text {
    flex: 1;
    min-width: 200px;
    line-height: 1.45;
}

#cookies-id .cookies-text a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
    text-underline-offset: 2px;
}

#cookies-id .cookies-text a:hover {
    color: #fff;
}

#cookies-id .btn-round-success {
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

#cookies-id .btn-round-success:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

#custom-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: dimgray;
    opacity: 0.8;
    z-index:2;
}