@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/smm.Web.Blazor/Pages/Account.razor.rz.scp.css */
html[b-1nkn62sk20], body[b-1nkn62sk20] {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(to right, #99004d 0%, #ff0080 100%);
    font-family: 'sans-serif', sans-serif;
}

.page.admin-panel[b-1nkn62sk20] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
    height: 100%;
}

.container[b-1nkn62sk20] {
    background:#fff;
    /*background: linear-gradient(to left, rgba(255, 0, 255, 0.6) 0%, rgba(36, 9, 147, 0.1) 100%);*/
    max-width: 500px;
    width: 100%;
    height: 100%;
    padding: 25px 45px;
    border-radius: 10px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.15);
}

.container form .title[b-1nkn62sk20] {
    font-size: 35px;
    font-weight: 700;
    margin: 15px 0 10px 0;
    position: relative;
}

.container form .title[b-1nkn62sk20]:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 35px;
    left: 0px;
    bottom: 0px;
    border-radius: 5px;
    background: linear-gradient(to left, rgba(255, 0, 255, 0.4) 0%,#240993 100%);
}

.container form .input-box[b-1nkn62sk20] {
    width: 100%;
    height: 55px;
    margin-top: 25px;
    position: relative;
}

.container form .input-box input[b-1nkn62sk20] {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    border: none;
}

.container form .underline[b-1nkn62sk20]::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ccc;
    left: 0;
    bottom: 0;
}

.container form .underline[b-1nkn62sk20]::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, rgba(255, 0, 255, 0.4) 0%,#240993 100%);
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
}

.container form .input-box input:focus ~ .underline[b-1nkn62sk20]::after,
.container form .input-box input:valid ~ .underline[b-1nkn62sk20]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.container form .button[b-1nkn62sk20] {
    margin: 40px 0 20px 0;
}

.container .input-box input[type="submit"][b-1nkn62sk20] {
    background: linear-gradient(to right, #19034d 0%, #240993 100%);
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 3px;
    padding: 10px 20px;
    border: none;
    transition: all 0.4s ease, transform 0.4s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.container .input-box input[type="submit"]:hover[b-1nkn62sk20] {
    background: linear-gradient(to left, #240993 0%, #19034d 100%);
    transform: scale(1.01);
    letter-spacing: 3px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

    .container .input-box input[type="submit"]:hover[b-1nkn62sk20]::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 7px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        animation: glowing-b-1nkn62sk20 1.5s infinite;
    }

@keyframes glowing-b-1nkn62sk20 {
    0% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 0, 255, 0.4);
    }

    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 0, 255, 0.6);
    }

    100% {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.3), 0 0 10px rgba(255, 0, 255, 0.4);
    }
}

.container .option[b-1nkn62sk20] {
    font-size: 14px;
    text-align: center;
}
/* _content/smm.Web.Blazor/Pages/AdminDashboard.razor.rz.scp.css */
a[b-rwip9ow3ab] {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    font-size: 13.5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

a.button-left[b-rwip9ow3ab] {
    background: #0057FF !important;
    color: white;
}

a.button-left:hover[b-rwip9ow3ab] {
    background-color: #0056b3;
}

a.button-right[b-rwip9ow3ab] {
    color: white;
    background: var(--summary-btn) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
    padding: 5px;
}

a.button-right:hover[b-rwip9ow3ab] {
    background-color: #5a6268;
}

a i[b-rwip9ow3ab] {
    padding-right: 10px;
    font-size: 16px;
}

.box-summary[b-rwip9ow3ab] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    padding-bottom: 20px;
}

.dashboard-image[b-rwip9ow3ab] {
    height: 530px;
    background-image: url('assets/images/dashboard-placeholder-dark.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer[b-rwip9ow3ab] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
}
/* _content/smm.Web.Blazor/Pages/Entities.razor.rz.scp.css */
.grid-options[b-uv68tk5z0v] {
    background-color: #f7f7f7;
    height: 3.5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;

    .full-search-box input {
        width: 20rem;
        height: 2rem;
        padding: 1rem;
    }

    .page-size[b-uv68tk5z0v] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .page-size input[b-uv68tk5z0v] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
        width: 2.5rem;
    }
}

.table-id[b-uv68tk5z0v] {
    cursor: pointer;
    color: #370b48;
    font-weight: 700;
}

.link[b-uv68tk5z0v] {
    text-decoration: underline;
}
/* _content/smm.Web.Blazor/Pages/EntityKeywords.razor.rz.scp.css */
.grid-options[b-dpkbxug759] {
    background-color: #f7f7f7;
    height: 3.5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;

    .full-search-box input
    {
        width: 20rem;
        height: 2rem;
        padding: 1rem;
    }

    .page-size[b-dpkbxug759] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .page-size input[b-dpkbxug759] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
        width: 2.5rem;
    }

}

.table-id[b-dpkbxug759] {
    cursor: pointer;
    color: #370b48;
    font-weight: 700;
}

.link[b-dpkbxug759] {
    text-decoration: underline;
}

.data-grid[b-dpkbxug759] {
    /*table
    {
        min-height: 617px;
    }*/
}
/* _content/smm.Web.Blazor/Pages/KeywordEntities.razor.rz.scp.css */
.grid-options[b-me9xgyf4bb] {
    background-color: #f7f7f7;
    height: 3.5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;

    .full-search-box input
    {
        width: 20rem;
        height: 2rem;
        padding: 1rem;
    }

    .page-size[b-me9xgyf4bb] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .page-size input[b-me9xgyf4bb] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
        width: 2.5rem;
    }

}

.table-id[b-me9xgyf4bb] {
    cursor: pointer;
    color: #370b48;
    font-weight: 700;
}

.link[b-me9xgyf4bb] {
    text-decoration: underline;
}

.data-grid[b-me9xgyf4bb] {
    /*table
    {
        min-height: 617px;
    }*/
}
/* _content/smm.Web.Blazor/Pages/Keywords.razor.rz.scp.css */
.grid-options[b-jzb7fnq4n7] {
    background-color: #f7f7f7;
    height: 3.5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;

    .full-search-box input {
        width: 20rem;
        height: 2rem;
        padding: 1rem;
    }

    .page-size[b-jzb7fnq4n7] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .page-size input[b-jzb7fnq4n7] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
        width: 2.5rem;
    }
}

.table-id[b-jzb7fnq4n7] {
    cursor: pointer;
    color: #370b48;
    font-weight: 700;
}

.link[b-jzb7fnq4n7] {
    text-decoration: underline;
}

.data-grid[b-jzb7fnq4n7]{
    table{
        min-height: 617px;
    }
}
/* _content/smm.Web.Blazor/Pages/Synonyms.razor.rz.scp.css */
.grid-options[b-ao7moslvkx] {
    background-color: #f7f7f7;
    height: 3.5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;

    .full-search-box input
    {
        width: 20rem;
        height: 2rem;
        padding: 1rem;
    }

    .page-size[b-ao7moslvkx] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .page-size input[b-ao7moslvkx] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
        width: 2.5rem;
    }

}

.table-id[b-ao7moslvkx] {
    cursor: pointer;
    color: #370b48;
    font-weight: 700;
}

.link[b-ao7moslvkx] {
    text-decoration: underline;
}

.data-grid[b-ao7moslvkx] {
    /*table
    {
        min-height: 617px;
    }*/
}
/* _content/smm.Web.Blazor/Pages/Users.razor.rz.scp.css */
.grid-options[b-us8s6ert9v] {
    background-color: #f7f7f7;
    height: 3.5rem;
    padding: 0 1rem;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    .full-search-box input {
        width: 20rem;
        height: 2rem;
        padding: 1rem;
    }

    .page-size[b-us8s6ert9v] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .page-size input[b-us8s6ert9v] {
        margin: 0 1rem;
        padding: 0.25rem 0.5rem;
        width: 2.5rem;
    }
}

.table-id[b-us8s6ert9v] {
    cursor: pointer;
    color: #370b48;
    font-weight: 700;
}

.link[b-us8s6ert9v] {
    text-decoration: underline;
}

.data-grid[b-us8s6ert9v] {
    /*table
    {
        min-height: 617px;
    }*/
}
/* _content/smm.Web.Blazor/Shared/AdminLayout.razor.rz.scp.css */
.page[b-crs2s3o0vu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-crs2s3o0vu] {
    flex: 1;
}

.sidebar[b-crs2s3o0vu] {
    background-color: #ffffff;
}

.top-row[b-crs2s3o0vu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-crs2s3o0vu]  a, .top-row[b-crs2s3o0vu]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-crs2s3o0vu]  a:hover, .top-row[b-crs2s3o0vu]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-crs2s3o0vu]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.user-btn[b-crs2s3o0vu] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    font-weight: bold;
}

    .user-btn i[b-crs2s3o0vu] {
        background: var(--summary-btn) !important;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }

    .user-btn .ph-caret-down[b-crs2s3o0vu] {
        background: transparent !important;
        width: auto;
        height: auto;
        padding: 0;
        color: red !important;
    }

    .user-btn i[b-crs2s3o0vu]::before {
        color: black;
        font-size: 1.2rem;
    }

    .user-btn div i[b-crs2s3o0vu] {
        background-color: transparent !important;
        width: auto !important;
        height: auto !important;
        border-radius: 0 !important;
        padding: 0 !important;
        color: red !important;
    }

        .user-btn div i[b-crs2s3o0vu]::before {
            color: black !important;
            background-color: white;
        }

    .user-btn:hover[b-crs2s3o0vu]::after {
        text-decoration: none;
    }

.dropdown-item:focus[b-crs2s3o0vu], .dropdown-item:hover[b-crs2s3o0vu] {
    color: #1e2125;
    background-color: white !important;
    width: 70%;
}

@media (max-width: 640.98px) {
    .top-row[b-crs2s3o0vu] {
        justify-content: space-between;
    }

        .top-row[b-crs2s3o0vu]  a, .top-row[b-crs2s3o0vu]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-crs2s3o0vu] {
        flex-direction: row;
    }

    .sidebar[b-crs2s3o0vu] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-crs2s3o0vu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-crs2s3o0vu]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-crs2s3o0vu], article[b-crs2s3o0vu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/smm.Web.Blazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wv53o9rkqy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-wv53o9rkqy] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-wv53o9rkqy] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-brand[b-wv53o9rkqy] {
    font-size: 1.1rem;
}

.bi[b-wv53o9rkqy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-wv53o9rkqy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-wv53o9rkqy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-wv53o9rkqy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wv53o9rkqy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-wv53o9rkqy] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-wv53o9rkqy] {
    padding-bottom: 1rem;
}

.nav-item[b-wv53o9rkqy]  .nav-link {
    color: #000;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    font-weight: 600;
    width: 100%;
}

.nav-item span[b-wv53o9rkqy] {
    color:black;
    font-size:22px;
    padding-right:10px;
}

.nav-item[b-wv53o9rkqy]  a.active {
    background-color: rgba(128, 128, 128, 0.37);
    color: #000;
}

.nav-item[b-wv53o9rkqy]  .nav-link:hover {
    background-color: rgba(128, 128, 128, 0.37);
    color: #000;
}

.nav-scrollable[b-wv53o9rkqy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wv53o9rkqy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wv53o9rkqy] {
        display: none;
    }

    .nav-scrollable[b-wv53o9rkqy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
