/* _content/SimplyContest.Web/Pages/Billing/Summary.razor.rz.scp.css */

.bg-primary-soft[b-tbqtmt86fe] {
    background-color: rgba(13, 110, 253, 0.08);
}

.bg-success-soft[b-tbqtmt86fe] {
    background-color: rgba(25, 135, 84, 0.08);
}

.bg-warning-soft[b-tbqtmt86fe] {
    background-color: rgba(255, 193, 7, 0.15);
}

.bg-blue-soft[b-tbqtmt86fe] {
    background-color: #f8fbff;
}

/* Hover Utilities */
.hover-primary:hover[b-tbqtmt86fe] {
    color: #0d6efd !important;
}

.cursor-default[b-tbqtmt86fe] {
    cursor: default;
}

/* Animations & Transitions */
.transition-all[b-tbqtmt86fe] {
    transition: all 0.2s ease-in-out;
}

.transition-color[b-tbqtmt86fe] {
    transition: color 0.15s ease-in-out;
}

.hover-lift:hover[b-tbqtmt86fe] {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08) !important;
}

.hover-lift-subtle:hover[b-tbqtmt86fe] {
    transform: translateY(-1px);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.04) !important;
}

/* Typography & Spacing */
.tracking-wide[b-tbqtmt86fe] {
    letter-spacing: 0.05em;
}

.rounded-4[b-tbqtmt86fe] {
    border-radius: 1rem !important;
}

/* Alerts */
.alert-downgrade[b-tbqtmt86fe] {
    background-color: #fffaf0;
    border-color: #ffeeba !important;
}

.downgrade-bar[b-tbqtmt86fe] {
    height: 4px;
    width: 100%;
}

/* Table Enhancements */
.table thead th[b-tbqtmt86fe] {
    color: #87939f;
    background-color: #f8f9fa;
    border-bottom: 2px solid #edf1f5 !important;
}

.table tbody tr[b-tbqtmt86fe] {
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f4f6f8;
}

    .table tbody tr:hover[b-tbqtmt86fe] {
        background-color: #fbfcfd;
    }

    .table tbody tr:last-child[b-tbqtmt86fe] {
        border-bottom: none;
    }

/* Status Dot */
.status-dot[b-tbqtmt86fe] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.2);
}

/* Progress Bar */
.shadow-inner[b-tbqtmt86fe] {
    box-shadow: inset 0 2px 4px rgba(0,0,0,.04);
}

.border-dashed[b-tbqtmt86fe] {
    border: 2px dashed #dee2e6 !important;
}




.transition-all[b-tbqtmt86fe] {
    transition: all 0.2s ease-in-out;
}

    .transition-all:hover[b-tbqtmt86fe] {
        background-color: rgba(0,0,0,0.02) !important;
        transform: scale(1.002);
    }

.hover-lift[b-tbqtmt86fe] {
    transition: transform 0.2s ease;
}

    .hover-lift:hover[b-tbqtmt86fe] {
        transform: translateY(-2px);
    }

.hover-danger:hover[b-tbqtmt86fe] {
    color: #dc3545 !important;
}

.shadow-inner[b-tbqtmt86fe] {
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.bg-success-subtle[b-tbqtmt86fe] {
    background-color: #f6fff9 !important;
}



.card-slot[b-tbqtmt86fe] {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f1f3f5;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
}

    .card-slot:hover[b-tbqtmt86fe] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    }

.btn-delete-slot[b-tbqtmt86fe] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

    .btn-delete-slot:hover[b-tbqtmt86fe] {
        background: rgba(220, 53, 69, 0.08);
        color: #dc3545;
        transform: scale(1.05);
    }

.progress[b-tbqtmt86fe] {
    background-color: #f1f3f5;
    border-radius: 999px;
    overflow: hidden;
}
.billing-warning[b-tbqtmt86fe] {
    transition: all 0.2s ease;
}

    .billing-warning:hover[b-tbqtmt86fe] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }
/* _content/SimplyContest.Web/Pages/MasterList.razor.rz.scp.css */

.modal-body-container[b-jq3zi60gf0] {
    display: flex;
    flex-direction: column;
    max-height: 75vh;
    overflow: hidden;
}

.history-scroll-area[b-jq3zi60gf0] {
    overflow-x:hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 5px;
}

    .history-scroll-area[b-jq3zi60gf0]::-webkit-scrollbar {
        width: 6px;
    }

    .history-scroll-area[b-jq3zi60gf0]::-webkit-scrollbar-thumb {
        background-color: #e0e0e0;
        border-radius: 10px;
    }

.avatar-circle[b-jq3zi60gf0] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-container[b-jq3zi60gf0] {
    border-left: 2px solid #e9ecef !important;
}

.timeline-dot[b-jq3zi60gf0] {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #0d6efd;
    border: 2px solid #fff;
    border-radius: 50%;
    left: -32px;
    top: 15px;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.1);
    z-index: 1;
}

.hover-card:hover[b-jq3zi60gf0] {
    transform: translateX(5px);
    background-color: #fafafa;
}

.transition-all[b-jq3zi60gf0] {
    transition: all 0.3s ease;
}

.small-title[b-jq3zi60gf0] {
    font-size: 0.9rem;
    line-height: 1.2;
}

.participation-date[b-jq3zi60gf0] {
    font-size: 0.75rem;
}

.status-label[b-jq3zi60gf0] {
    font-size: 0.75rem;
}

.border-dashed[b-jq3zi60gf0] {
    border-style: dashed !important;
}

@media (max-width: 576px) {
    .modal-body-container[b-jq3zi60gf0] {
        max-height: 85vh; 
    }
}
/* _content/SimplyContest.Web/Shared/ClientLayout.razor.rz.scp.css */
.page[b-dgyx7p4ihn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dgyx7p4ihn] {
    flex: 1;
}

.sidebar[b-dgyx7p4ihn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dgyx7p4ihn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dgyx7p4ihn]  a, .top-row .btn-link[b-dgyx7p4ihn] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dgyx7p4ihn] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dgyx7p4ihn] {
        display: none;
    }

    .top-row.auth[b-dgyx7p4ihn] {
        justify-content: space-between;
    }

    .top-row a[b-dgyx7p4ihn], .top-row .btn-link[b-dgyx7p4ihn] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dgyx7p4ihn] {
        flex-direction: row;
    }

    .sidebar[b-dgyx7p4ihn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dgyx7p4ihn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-dgyx7p4ihn], article[b-dgyx7p4ihn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SimplyContest.Web/Shared/Components/DragDropContainer.razor.rz.scp.css */

/* General reset */
.row[b-hegamfkcap] {
    margin-bottom: 1rem;
}

/* Draggable item */
.draggable-item[b-hegamfkcap] {
    background-color: #ffffff;
    color: #212529;
    cursor: grab;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease, transform 0.2s ease;
    font-weight: 500;
    width: 100%;
}

    .draggable-item:hover[b-hegamfkcap] {
        background-color: #f8f9fa;
    }

    .draggable-item:active[b-hegamfkcap] {
        cursor: grabbing;
        box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
    }

/* Drop zone / item pool */
.drop-zone[b-hegamfkcap], .item-pool[b-hegamfkcap] {
    background-color: #e7f1ff; /* Light Bootstrap primary */
    color: #0d6efd;
    border-radius: 8px;
    border: 2px dashed #cfe2ff;
    padding: 0;
    min-height: 80px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Highlighted when an item is dragged over */
    .drop-zone.drag-over[b-hegamfkcap],
    .item-pool.drag-over[b-hegamfkcap] {
        background-color: #cfe2ff;
        border-color: #91c3ff;
    }


        .drop-zone.has-item.drag-over[b-hegamfkcap] {
            background-color: #b6d4fe;
        }

/* Placeholder text */
.text-muted[b-hegamfkcap] {
    color: #6c757d !important;
    font-style: italic;
}

.toolbox[b-hegamfkcap] {
    position: absolute;
    top: 4px;
    right: 4px;
    display: none;
    z-index: 10;
}

.draggable-item:hover .toolbox[b-hegamfkcap] {
    display: flex;
}

.toolbox button[b-hegamfkcap] {
    padding: 2px 6px;
    font-size: 0.8rem;
    line-height: 1;
}
/* _content/SimplyContest.Web/Shared/Components/DropDownList.razor.rz.scp.css */
.wrapper[b-kv464p7mg0]{
    min-width: 200px;
}
.select-btn[b-kv464p7mg0], li[b-kv464p7mg0] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select-btn[b-kv464p7mg0] {
    display: flex;
    justify-content: space-between;
}

    .select-btn i[b-kv464p7mg0] {
        transition: transform 0.3s linear;
    }

.wrapper.active .select-btn i[b-kv464p7mg0] {
    transform: rotate(-180deg);
}

.content-dropdownlist[b-kv464p7mg0] {
    padding: 5px 10px 5px;
    margin-top: 0px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid gainsboro;
}

.wrapper.active .content[b-kv464p7mg0] {
    display: block;
}

.content .search[b-kv464p7mg0] {
    position: relative;
}

.search i[b-kv464p7mg0] {
    top: 50%;
    left: 15px;
    color: #999;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
}

.search input[b-kv464p7mg0] {
    padding: 0 20px 0 43px;
    height: 40px;
}

.content .options[b-kv464p7mg0] {
    margin-bottom: 0px;
    max-height: 250px;
    overflow-y: auto;
    padding: 0;
}

.options[b-kv464p7mg0]::-webkit-scrollbar {
    width: 7px;
}

.options[b-kv464p7mg0]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.options[b-kv464p7mg0]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

    .options[b-kv464p7mg0]::-webkit-scrollbar-thumb:hover {
        background: #b3b3b3;
    }

.options li[b-kv464p7mg0] {
    height: 50px;
    padding: 0 13px;
}

    .options li:hover[b-kv464p7mg0], li.selected[b-kv464p7mg0] {
        border-radius: 5px;
        background: #f1f1f1;
        border: 1px solid gainsboro;
    }

.selected-item[b-kv464p7mg0] {
    display: inline-block;
    padding: .35em .65em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.selected-item-text[b-kv464p7mg0] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #a8a8bd;
    padding: .2rem .75rem;
    font-size: 1rem;
    border-radius: 10px;
    width: fit-content;
    background: #e2e2e9;
    margin-bottom: 0;
}
/* _content/SimplyContest.Web/Shared/Components/RichTextEditor.razor.rz.scp.css */
.editor[b-bw0lidsvpi] {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 100px;
}

.link-popup[b-bw0lidsvpi] {
    display: none;
    /*position: fixed;*/
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    z-index: 1000;
}

    .link-popup input[type="file"][b-bw0lidsvpi] {
        display: block;
    }


.previewArea[b-bw0lidsvpi] {
    min-height: 50px;
}
.remove-hyperlink[b-bw0lidsvpi] {
    cursor: pointer;
}

    .remove-hyperlink:hover[b-bw0lidsvpi] {
        color: red;
    }
/* _content/SimplyContest.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-ajwrfixu3q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ajwrfixu3q] {
    flex: 1;
}

.top-row[b-ajwrfixu3q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ajwrfixu3q]  a, .top-row .btn-link[b-ajwrfixu3q] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ajwrfixu3q] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ajwrfixu3q] {
        display: none;
    }

    .top-row.auth[b-ajwrfixu3q] {
        justify-content: space-between;
    }

    .top-row a[b-ajwrfixu3q], .top-row .btn-link[b-ajwrfixu3q] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ajwrfixu3q] {
        flex-direction: row;
    }

    .sidebar[b-ajwrfixu3q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ajwrfixu3q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ajwrfixu3q], article[b-ajwrfixu3q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SimplyContest.Web/Shared/NavMenu.razor.rz.scp.css */

:root[b-cwl2byquw9] {
    --menu-bg-color: #1e1e2d;
    --menu-hover-bg: rgba(255, 255, 255, 0.1);
    --menu-active-bg: rgba(255, 255, 255, 0.25);
}

.menu-background[b-cwl2byquw9] {
    background-color: var(--menu-bg-color);
}

.top-row[b-cwl2byquw9] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-toggler[b-cwl2byquw9] {
    background-color: var(--menu-hover-bg);
}

.navbar-brand[b-cwl2byquw9] {
    font-size: 1.1rem;
}

.nav-scroll[b-cwl2byquw9] {
    height: calc(100vh - 56px);
    overflow-y: auto;
}

    .nav-scroll[b-cwl2byquw9]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scroll[b-cwl2byquw9]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

.nav-label[b-cwl2byquw9] {
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.oi[b-cwl2byquw9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-cwl2byquw9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cwl2byquw9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cwl2byquw9] {
        padding-bottom: 1rem;
    }

[b-cwl2byquw9] a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    transition: all 0.2s ease-in-out;
}

    [b-cwl2byquw9] a.active {
        background-color: var(--menu-active-bg);
        color: white;
    }

    [b-cwl2byquw9] a:hover {
        background-color: var(--menu-hover-bg);
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-cwl2byquw9] {
        display: none;
    }

    .collapse[b-cwl2byquw9] {
        display: block;
    }
}
