body {
    background-color: #f4f6f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.aplikimi-page {
    background: linear-gradient(180deg, #eef4fb 0%, #f8fafc 50%, #ffffff 100%);
    min-height: 100vh;
}

.layout-px-spacing {
    padding: 1rem 1.25rem 2rem;
}

@media (max-width: 575px) {
    .layout-px-spacing {
        padding: 0.75rem 0.85rem 1.5rem;
    }

    .widget-content-area {
        padding: 1rem;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .layout-px-spacing {
        padding: 0.85rem 1rem 1.75rem;
    }
}

.layout-top-spacing {
    margin-top: 0.5rem;
}

.widget.box-shadow {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #fff;
}

.widget-content-area {
    padding: 1.25rem;
}

.shkolla-table-wrap {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.shkolla-table thead th {
    position: sticky;
    top: 0;
    background: #1d6fd8;
    color: #fff;
    z-index: 1;
}

.shkolla-table .shkolla-col-nr {
    width: 60px;
}

.shkolla-table .shkolla-col-veprim {
    width: 140px;
}

.btn-apliko {
    min-width: 90px;
}

header .navbar {
    background: #fff;
    padding: 0.75rem 1.5rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

header .logo img {
    max-height: 72px;
}

@media (max-width: 1366px) {
    .aplikimi-form-compact .form-control {
        font-size: 0.9rem;
        padding: 0.35rem 0.5rem;
    }
}

.aplikimi-public-nav-actions,
.login-public-actions-inner,
.admin-topbar-minimal-actions-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.65rem;
}

.login-public-actions {
    padding-top: 0.25rem;
    border-top: 1px solid #e9ecef;
}

.aplikimi-public-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 1.15rem;
    border: none;
    border-radius: 10px;
    background: #1d6fd8;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(29, 111, 216, 0.28);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.aplikimi-public-action-btn:hover {
    background: #1558ad;
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(29, 111, 216, 0.35);
}

.aplikimi-public-action-btn--light {
    background: rgba(255, 255, 255, 0.14);
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.aplikimi-public-action-btn--light:hover {
    background: rgba(255, 255, 255, 0.24);
    box-shadow: none;
}

.admin-topbar-minimal-actions {
    gap: 0.35rem 0.75rem;
}

.aplikimi-terheqje-modal .modal-content,
.aplikimi-kontakt-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.18);
}

.aplikimi-terheqje-modal .modal-title,
.aplikimi-kontakt-modal .modal-title {
    font-weight: 700;
}

