/* _content/ExpirationReminder.Blazor/Components/ItemView/ItemViewGrid.razor.rz.scp.css */
.e-dropdown-btn[b-b29qc8csii] {
    color: rgb(13, 110, 253) !important;
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}
/* _content/ExpirationReminder.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ue280reqvr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ue280reqvr] {
    flex: 1;
}

.sidebar[b-ue280reqvr] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-ue280reqvr] {
    background-color: #f7f7f7;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ue280reqvr]  a, .top-row[b-ue280reqvr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ue280reqvr]  a:hover, .top-row[b-ue280reqvr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ue280reqvr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ue280reqvr] {
        justify-content: space-between;
    }

    .top-row[b-ue280reqvr]  a, .top-row[b-ue280reqvr]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ue280reqvr] {
        flex-direction: row;
    }

    .sidebar[b-ue280reqvr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ue280reqvr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ue280reqvr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ue280reqvr], article[b-ue280reqvr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ue280reqvr] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ue280reqvr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ExpirationReminder.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
/*::deep .e-list-item {
    border-bottom: none !important;
}

::deep .e-accordion .e-acrdn-item.e-selected.e-select.e-active {
    background: transparent !important;
}
*/
/* _content/ExpirationReminder.Blazor/Components/Layout/SettingsMenu.razor.rz.scp.css */
/*::deep .e-list-item {
    border-bottom: none !important;
}

::deep .e-accordion .e-acrdn-item.e-selected.e-select.e-active {
    background: transparent !important;
}
*/
/* _content/ExpirationReminder.Blazor/Components/Pages/Integration/IntegrationIndex.razor.rz.scp.css */
/* Integrations Page - Modern Design */
.integrations-page[b-hieq1c990v] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px;
}

/* Header Section */
.integrations-header[b-hieq1c990v] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 20px;
}

.header-content[b-hieq1c990v] {
    flex: 1;
    min-width: 300px;
}

.page-title[b-hieq1c990v] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px 0;
}

.page-subtitle[b-hieq1c990v] {
    font-size: 1rem;
    color: #6b7280;
    margin: 0;
    max-width: 500px;
}

.header-actions[b-hieq1c990v] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-documentation[b-hieq1c990v] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #374151;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-documentation:hover[b-hieq1c990v] {
    background-color: #f9fafb;
    border-color: #d1d5db;
    text-decoration: none;
    color: #1f2937;
}

.btn-request[b-hieq1c990v] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #10b981;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-request:hover[b-hieq1c990v] {
    background-color: #059669;
    text-decoration: none;
    color: #fff;
}

/* Search and Filter Section */
.search-filter-section[b-hieq1c990v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 16px 24px;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 16px;
}

.search-box[b-hieq1c990v] {
    position: relative;
    flex: 1;
    min-width: 250px;
    max-width: 500px;
}

.search-icon[b-hieq1c990v] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 14px;
}

.search-input[b-hieq1c990v] {
    width: 100%;
    padding: 12px 16px 12px 44px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-input:focus[b-hieq1c990v] {
    outline: none;
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.search-input[b-hieq1c990v]::placeholder {
    color: #9ca3af;
}

.filter-controls[b-hieq1c990v] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-select[b-hieq1c990v] {
    padding: 10px 36px 10px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    color: #374151;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.category-select:focus[b-hieq1c990v] {
    outline: none;
    border-color: #10b981;
}

.view-toggle[b-hieq1c990v] {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.2s ease;
}

.view-toggle:first-of-type[b-hieq1c990v] {
    border-radius: 8px 0 0 8px;
}

.view-toggle:last-of-type[b-hieq1c990v] {
    border-radius: 0 8px 8px 0;
    border-left: none;
}

.view-toggle:hover[b-hieq1c990v] {
    background-color: #f9fafb;
}

.view-toggle.active[b-hieq1c990v] {
    background-color: #10b981;
    border-color: #10b981;
    color: #fff;
}

/* Integrations Section */
.integrations-section[b-hieq1c990v] {
    margin-bottom: 48px;
}

.section-title[b-hieq1c990v] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 8px 0;
}

.section-subtitle[b-hieq1c990v] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 24px 0;
}

/* Integrations Grid */
.integrations-grid[b-hieq1c990v] {
    display: grid;
    gap: 24px;
}

.integrations-grid.grid[b-hieq1c990v] {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.integrations-grid.list[b-hieq1c990v] {
    grid-template-columns: 1fr;
}

.integrations-grid.list .integration-card[b-hieq1c990v] {
    flex-direction: row;
    align-items: center;
    padding: 16px 24px;
    height: auto;
    min-height: 80px;
}

.integrations-grid.list .card-logo[b-hieq1c990v] {
    height: auto;
    margin-bottom: 0;
    margin-right: 20px;
    width: 60px;
    flex-shrink: 0;
}

.integrations-grid.list .card-logo img[b-hieq1c990v] {
    max-height: 40px;
}

.integrations-grid.list .card-title[b-hieq1c990v] {
    margin-bottom: 4px;
}

.integrations-grid.list .card-description[b-hieq1c990v] {
    flex: 1;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
}

.integrations-grid.list .card-action[b-hieq1c990v] {
    margin-left: auto;
}

/* Integration Card */
.integration-card[b-hieq1c990v] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.2s ease;
    height: 280px;
}

.integration-card:hover[b-hieq1c990v] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.card-help[b-hieq1c990v] {
    position: absolute;
    top: 16px;
    right: 16px;
}

.card-help a[b-hieq1c990v] {
    color: #9ca3af;
    font-size: 18px;
    transition: color 0.2s ease;
}

.card-help a:hover[b-hieq1c990v] {
    color: #6b7280;
    text-decoration: none;
}

.card-logo[b-hieq1c990v] {
    display: flex;
    align-items: center;
    height: 60px;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.card-logo img[b-hieq1c990v] {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
}

.card-title[b-hieq1c990v] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 8px 0;
    flex-shrink: 0;
}

.card-description[b-hieq1c990v] {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    margin: 0 0 20px 0;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-action[b-hieq1c990v] {
    margin-top: auto;
    flex-shrink: 0;
}

.btn-connect[b-hieq1c990v],
.btn-configure[b-hieq1c990v] {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.btn-connect[b-hieq1c990v] {
    background-color: #10b981;
    color: #fff;
}

.btn-connect:hover[b-hieq1c990v] {
    background-color: #059669;
    text-decoration: none;
    color: #fff;
}

.btn-configure[b-hieq1c990v] {
    background-color: transparent;
    color: #10b981;
    border: 1px solid #10b981;
}

.btn-configure:hover[b-hieq1c990v] {
    background-color: #10b981;
    color: #fff;
    text-decoration: none;
}

.btn-disabled[b-hieq1c990v] {
    background-color: #d1d5db;
    cursor: not-allowed;
}

.btn-disabled:hover[b-hieq1c990v] {
    background-color: #d1d5db;
}

/* Responsive Design */
@media (max-width: 768px) {
    .integrations-page[b-hieq1c990v] {
        padding: 16px;
    }

    .integrations-header[b-hieq1c990v] {
        flex-direction: column;
    }

    .header-actions[b-hieq1c990v] {
        width: 100%;
    }

    .btn-documentation[b-hieq1c990v],
    .btn-request[b-hieq1c990v] {
        flex: 1;
        justify-content: center;
    }

    .search-filter-section[b-hieq1c990v] {
        flex-direction: column;
        align-items: stretch;
    }

    .search-box[b-hieq1c990v] {
        max-width: none;
    }

    .filter-controls[b-hieq1c990v] {
        justify-content: space-between;
    }

    .integrations-grid.grid[b-hieq1c990v] {
        grid-template-columns: 1fr;
    }

    .integrations-grid.list .integration-card[b-hieq1c990v] {
        flex-direction: column;
        align-items: flex-start;
    }

    .integrations-grid.list .card-logo[b-hieq1c990v] {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .integrations-grid.list .card-action[b-hieq1c990v] {
        margin-left: 0;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .page-title[b-hieq1c990v] {
        font-size: 1.5rem;
    }

    .section-title[b-hieq1c990v] {
        font-size: 1.25rem;
    }

    .header-actions[b-hieq1c990v] {
        flex-direction: column;
    }

    .btn-documentation[b-hieq1c990v],
    .btn-request[b-hieq1c990v] {
        width: 100%;
    }
}
