/* _content/AIToolsOnSale.Web.8/Components/Layout/LogoOnlyLayout.razor.rz.scp.css */
.page[b-y2zp7cq4aq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y2zp7cq4aq] {
    flex: 1;
}

.sidebar[b-y2zp7cq4aq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y2zp7cq4aq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y2zp7cq4aq]  a, .top-row[b-y2zp7cq4aq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y2zp7cq4aq]  a:hover, .top-row[b-y2zp7cq4aq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y2zp7cq4aq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y2zp7cq4aq] {
        justify-content: space-between;
    }

    .top-row[b-y2zp7cq4aq]  a, .top-row[b-y2zp7cq4aq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y2zp7cq4aq] {
        flex-direction: row;
    }

    .sidebar[b-y2zp7cq4aq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y2zp7cq4aq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y2zp7cq4aq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y2zp7cq4aq], article[b-y2zp7cq4aq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y2zp7cq4aq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-y2zp7cq4aq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AIToolsOnSale.Web.8/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-osprl9jllj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-osprl9jllj] {
    flex: 1;
}

.sidebar[b-osprl9jllj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-osprl9jllj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-osprl9jllj]  a, .top-row[b-osprl9jllj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-osprl9jllj]  a:hover, .top-row[b-osprl9jllj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-osprl9jllj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-osprl9jllj] {
        justify-content: space-between;
    }

    .top-row[b-osprl9jllj]  a, .top-row[b-osprl9jllj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-osprl9jllj] {
        flex-direction: row;
    }

    .sidebar[b-osprl9jllj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-osprl9jllj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-osprl9jllj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-osprl9jllj], article[b-osprl9jllj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-osprl9jllj] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-osprl9jllj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AIToolsOnSale.Web.8/Components/TestPages/FileUpload.razor.rz.scp.css */
[b-27py0jhsg5] input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone[b-27py0jhsg5] {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

    .dropzone:hover[b-27py0jhsg5] {
        background-color: #f3f3f3;
        color: #333;
    }

.dropzone-drag[b-27py0jhsg5] {
    background-color: palegreen;
}
/* _content/AIToolsOnSale.Web.8/Components/UI/DiscountListItem.razor.rz.scp.css */
.responsive-flex-container[b-a0e5ugt5pq] {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
}

.responsive-badge-container[b-a0e5ugt5pq] {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    column-gap: 1rem;
}

@media (max-width: 992px) {
    .responsive-flex-container[b-a0e5ugt5pq] {
        flex-direction: column;
    }

    .responsive-badge-container[b-a0e5ugt5pq] {
        padding-left: 6.5rem;
    }
}
/* _content/AIToolsOnSale.Web.8/Components/UI/NewsletterBox.razor.rz.scp.css */
@media (max-width: 992px) {
    .newsletter-container[b-o5kn671zpe] {
        flex-direction: column;
    }
}
/* _content/AIToolsOnSale.Web.8/Components/UI/UploadArea.razor.rz.scp.css */
[b-v664jeu6ta] input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone[b-v664jeu6ta] {
    /*border: 3px dashed steelblue;*/
    /*padding: 3rem;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background-color: #eee;*/
    /*box-shadow: inset 0 0 8px rgba(0,0,0,0.2);*/
    /*color: #444;*/
    /*font-size: 1.0rem;*/
    /*cursor: pointer;*/
    position: relative;
}

    .dropzone:hover[b-v664jeu6ta] {
        background-color: #f3f3f3;
        color: #333;
    }

.dropzone-drag[b-v664jeu6ta] {
    /*background-color: palegreen;*/
}
