/* _content/JiraRedirect/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7ri4b2r3ep] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7ri4b2r3ep] {
    flex: 1;
}

#blazor-error-ui[b-7ri4b2r3ep] {
    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-7ri4b2r3ep] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/JiraRedirect/Components/Pages/PathDisplay.razor.rz.scp.css */
#parent[b-sq6wlwtmag] {
    max-width: 1000px;
    min-width: 1000px;
    display: flex;
    flex-direction: column;
}

#header[b-sq6wlwtmag] {
    display: flex;
    max-height: 100%;
    justify-content: center;
    align-items: center;
}

#message-container[b-sq6wlwtmag] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

#url-info[b-sq6wlwtmag] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px;
    font-size: 0.9rem;
    color: #666;
}

.primary-button[b-sq6wlwtmag] {
    background-color: #1432FF;
    border: none;
    border-radius: 4px;
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 200ms;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0 20px;
    height: 50px;
    min-width: 200px;
    width: 100%;
    margin-top: 10px;
}

.primary-button:disabled[b-sq6wlwtmag] {
    opacity: 0.2;
    cursor: default;
}

.primary-button:hover:not(:disabled)[b-sq6wlwtmag] {
    background-color: #0f29cc;
}

.secondary-button[b-sq6wlwtmag] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #6c757d;
    border: none;
    border-radius: 0 4px 4px 0;
    color: white;
    cursor: pointer;
    transition: 200ms;
    gap: 10px;
    font-size: 1rem;
    font-weight: 500;
    margin: 5px 0;
    min-width: 80px;
}

.secondary-button:hover[b-sq6wlwtmag] {
    background-color: #545b62;
}

#logo[b-sq6wlwtmag] {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.migration-message[b-sq6wlwtmag] {
    background-color: #e5e5e5;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 20px;
    margin: 0;
    color: #3c3c41;
}

.migration-title[b-sq6wlwtmag] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #3c3c41;
    margin-bottom: 15px;
}

.migration-text[b-sq6wlwtmag] {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.url-display[b-sq6wlwtmag] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px;
    font-family: monospace;
    font-size: 0.9rem;
    word-break: break-all;
    margin: 5px 0;
    width: 100%;
    text-align: left;
}

.new-url[b-sq6wlwtmag] {
    color: #28a745;
    font-weight: 600;
    width: 100%;
}

.divider-line[b-sq6wlwtmag] {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.url-container[b-sq6wlwtmag] {
    text-align: center;
    width: 100%;
}

.url-label[b-sq6wlwtmag] {
    margin-bottom: 10px;
}

.url-input-container[b-sq6wlwtmag] {
    display: flex;
}
