@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/EditTheme.razor.rz.scp.css */
.focusable:focus[b-5ecg3uuxmd] {
    outline: 2px solid #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

legend[b-5ecg3uuxmd] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0d6efd;
}

.form-check[b-5ecg3uuxmd] {
    padding-left: 1.5rem;
}
/* /Pages/ListPeriods.razor.rz.scp.css */
#search-bar-form[b-ab2js1xse0] {
    background-color: #575775;
    width: 300px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
}

#theme-search-bar-query[b-ab2js1xse0] {
    all: unset;
    font: 16px system-ui;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
}

    #theme-search-bar-query[b-ab2js1xse0]::placeholder {
        color: #fff;
        opacity: 0.9;
    }

#theme-search-bar-icon[b-ab2js1xse0] {
    color: #fff;
    fill: currentColor;
    width: 48px;
    height: 48px;
    padding: 10px;
}

#theme-search-bar-button[b-ab2js1xse0] {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

#theme-search-bar-query[b-ab2js1xse0]::-webkit-search-cancel-button {
    filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(90deg);
}
/* /Pages/ListSemesterPeriods.razor.rz.scp.css */
#search-bar-form[b-v3zn5bf4sa] {
    background-color: #575775;
    width: 300px;
    height: 44px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
}

#theme-search-bar-query[b-v3zn5bf4sa] {
    all: unset;
    font: 16px system-ui;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
}

    #theme-search-bar-query[b-v3zn5bf4sa]::placeholder {
        color: #fff;
        opacity: 0.9;
    }

#theme-search-bar-icon[b-v3zn5bf4sa] {
    color: #fff;
    fill: currentColor;
    width: 48px;
    height: 48px;
    padding: 10px;
}

#theme-search-bar-button[b-v3zn5bf4sa] {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

#theme-search-bar-query[b-v3zn5bf4sa]::-webkit-search-cancel-button {
    filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(90deg);
}
/* /Pages/ListThemes.razor.rz.scp.css */
#search-bar-form[b-s48lelq1k4] {
    display: flex;
    align-items: center;
    gap: 4px;
}

#theme-search-bar-query[b-s48lelq1k4] {
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

#theme-search-bar-button[b-s48lelq1k4] {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}

#theme-search-bar-icon[b-s48lelq1k4] {
    width: 16px;
    height: 16px;
    fill: #333;
}


.e-footer-content .e-btn.e-flat:not([DISABLED])[b-s48lelq1k4] {
    background: #ca3c3c;
    color: #ffffff;
}

    .e-footer-content .e-btn.e-flat:not([DISABLED]):hover[b-s48lelq1k4] {
        background: #ff0000;
        color: #ffffff;
    }

.theme-header-container[b-s48lelq1k4] {
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.search-wrapper input[b-s48lelq1k4] {
    flex-grow: 1;
}

.search-wrapper button[b-s48lelq1k4] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 38px;
    padding: 0;
}

.form-switch .form-check-input[b-s48lelq1k4] {
    height: 1.25rem;
    width: 2.25rem;
}

.fab-filter[b-s48lelq1k4], .fab-copy[b-s48lelq1k4] {
    position: fixed;
    left: 20px;
    z-index: 1000;
}

.fab-filter[b-s48lelq1k4] {
    bottom: 80px;
}

.fab-copy[b-s48lelq1k4] {
    bottom: 20px;
}

.fab-button[b-s48lelq1k4] {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .fab-button:hover[b-s48lelq1k4] {
        background-color: #0056b3;
    }

.fab-panel[b-s48lelq1k4] {
    position: absolute;
    bottom: 60px;
    left: 0;
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    width: 250px;
    opacity: 0;
    transform: translateY(10px);
    animation: slideIn-b-s48lelq1k4 0.3s forwards;
}

@keyframes slideIn-b-s48lelq1k4 {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/ShowTheme.razor.rz.scp.css */
.focusable:focus[b-a5ygvlrdck] {
    outline: 2px solid #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

legend[b-a5ygvlrdck] {
    font-size: 1.2rem;
    font-weight: 500;
    color: #0d6efd;
}
/* /Pages/StudentListThemes.razor.rz.scp.css */
.card-hover:hover[b-t5qe8gv4yb] {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.floating-button[b-t5qe8gv4yb] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1050;
    animation: slideInUp-b-t5qe8gv4yb 0.6s ease-out;
}

/* Animáció */
@keyframes slideInUp-b-t5qe8gv4yb {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Nagy, kerek gomb */
.big-round-btn[b-t5qe8gv4yb] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

    /* Hover hatás */
    .big-round-btn:hover[b-t5qe8gv4yb] {
        transform: scale(1.1);
        box-shadow: 0 0 18px rgba(0,0,0,0.25);
    }


.overlay-panel[b-t5qe8gv4yb] {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    width: 320px;
    z-index: 1040;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 1rem;
}

@media (max-width: 576px) {
    .overlay-panel[b-t5qe8gv4yb] {
        width: 90%;
        right: 5%;
    }
}

.badge[style*="cursor:pointer"][b-t5qe8gv4yb] {
    transition: background-color 0.2s ease;
}

    .badge[style*="cursor:pointer"]:hover[b-t5qe8gv4yb] {
        background-color: #6c757d;
    }

.theme-type-badge[b-t5qe8gv4yb] {
    color: white;
    font-weight: 500;
    padding: 0.4em 0.75em;
    border-radius: 0.5rem;
    font-size: 0.85rem;
}

@media (min-width: 1800px) {
    .container[b-t5qe8gv4yb], .container-lg[b-t5qe8gv4yb], .container-md[b-t5qe8gv4yb], .container-sm[b-t5qe8gv4yb], .container-xl[b-t5qe8gv4yb], .container-xxl[b-t5qe8gv4yb] {
        max-width: 1720px;
    }
}

.card[b-t5qe8gv4yb] {
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card:hover[b-t5qe8gv4yb] {
        transform: scale(1.02);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

.card-title[b-t5qe8gv4yb] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.view-btn[b-t5qe8gv4yb] {
  background-color: #007bff;
  color: white;
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.view-btn:hover[b-t5qe8gv4yb] {
  background-color: #0056b3;
}
/* /Pages/StudentShowTheme.razor.rz.scp.css */
.theme-internal[b-stzzm8brsi] {
    color: #6C5CE7 !important;
}
.theme-dual[b-stzzm8brsi] {
    color: #00B894 !important;
}
.theme-other[b-stzzm8brsi] {
    color: #636e72 !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6cckzhwise] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6cckzhwise] {
    flex: 1;
}

.sidebar[b-6cckzhwise] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6cckzhwise] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6cckzhwise]  a, .top-row[b-6cckzhwise]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6cckzhwise]  a:hover, .top-row[b-6cckzhwise]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6cckzhwise]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6cckzhwise] {
        display: none;
    }

    .top-row.auth[b-6cckzhwise] {
        justify-content: space-between;
    }

    .top-row[b-6cckzhwise]  a, .top-row[b-6cckzhwise]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6cckzhwise] {
        flex-direction: row;
    }

    .sidebar[b-6cckzhwise] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6cckzhwise] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6cckzhwise]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6cckzhwise], article[b-6cckzhwise] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-83zaynxqar] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-83zaynxqar] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-83zaynxqar] {
    font-size: 1.1rem;
}

.oi[b-83zaynxqar] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-83zaynxqar] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-83zaynxqar] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-83zaynxqar] {
        padding-bottom: 1rem;
    }

    .nav-item[b-83zaynxqar]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-83zaynxqar]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-83zaynxqar]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-83zaynxqar] {
        display: none;
    }

    .collapse[b-83zaynxqar] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/StudentFilterPanel.razor.rz.scp.css */
.filter-box[b-hj1n46y54b] {
    position: relative;
    border: 1px solid #ccc;
    padding: 0.4rem;
    border-radius: 6px;
    min-height: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    background: white;
}

.filter-input[b-hj1n46y54b] {
    border: none;
    outline: none;
    flex-grow: 1;
    min-width: 100px;
    font-size: 0.9rem;
    padding: 0.3rem;
    background: transparent;
}

.filter-dropdown[b-hj1n46y54b] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
}
