@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Kns.Integrations.Switch/Components/Pages/Auth/Login.razor.rz.scp.css */
*[b-m0ac3wax2c]{
    margin-bottom: 1rem;
}

.login-container[b-m0ac3wax2c] {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 5rem;
    font-family: system-ui, sans-serif;

    justify-content: center;
    align-items: center;
}

.login-container h1[b-m0ac3wax2c] {
    font-size: 2rem;
}


[b-m0ac3wax2c] .login-form-input {
    border: none;
    outline: none;
    box-shadow: none;
    background: #f0f0f0;
    padding: 5px;
    text-align: center;
    border-radius: 6px ;
}


.btn-login[b-m0ac3wax2c] {
    display: block;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background: #f0f0f0;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s ease-in-out;
    border: none;
}

.btn-login:hover[b-m0ac3wax2c] {
    background: #ddd;
}

.redirect[b-m0ac3wax2c]{
    color: rgba(0,0,0,0.32);
    text-decoration: none;
    margin-top: 1rem;
}

.redirect:hover[b-m0ac3wax2c]{
    color: rgba(0,0,0,0.52);
}
/* _content/Kns.Integrations.Switch/Components/Pages/Auth/Logout.razor.rz.scp.css */
.redirect[b-8ufimhwklc]{
    color: rgba(0,0,0,0.32);
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.redirect:hover[b-8ufimhwklc]{
    color: rgba(0,0,0,0.52);
}
/* _content/Kns.Integrations.Switch/Components/Pages/Configure.razor.rz.scp.css */
*[b-k7lljkqvd4] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.login-wrapper[b-k7lljkqvd4]{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.page-wrapper[b-k7lljkqvd4]{
    max-width: 50%;
    margin: 0  auto;
}

button[b-k7lljkqvd4] {
    border: none;
    background: transparent;
}
.content[b-k7lljkqvd4]{
    display: flex; 
    flex-direction: row
}

.con-m[b-k7lljkqvd4] {
    width: 720px;
    padding-right: 20px;
}
.con-json[b-k7lljkqvd4]{
    background: #1e1e1e; 
    color: #d4d4d4; 
    padding: 10px; 
    border-radius: 8px; 
    font-family: monospace; 
    white-space: pre-wrap;
    width: 400px;
    overflow-x: auto;       /* poziomy scroll */

}

nav[b-k7lljkqvd4] {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    align-items: center;
    justify-content: space-between;
}

.env-btn[b-k7lljkqvd4] {
    border: none;
    border-radius: 15px;
    padding: 10px 25px;
    font-weight: bold;
    color: #6b7280;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.env-btn.active[b-k7lljkqvd4] {
    background-color: #0d6efd;
    color: #fff;
}
.env-btn.active:hover[b-k7lljkqvd4] {
    background-color: rgba(13, 110, 253, 0.71);
    color: #fff;
}

.env-btn:hover[b-k7lljkqvd4] {
    background-color: #e0e0e0;
}

.env-prov[b-k7lljkqvd4], .env-tms[b-k7lljkqvd4] {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    
    max-height: 400px;
    overflow-y: auto;
}

.env-dis[b-k7lljkqvd4] {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.env-dis table td:nth-child(2)[b-k7lljkqvd4] {
    width: 175px;   /* 3 kolumna */
}

.env-prov h2[b-k7lljkqvd4], .env-tms h2[b-k7lljkqvd4] {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

table[b-k7lljkqvd4] {
    width: 100%;
    border-collapse: collapse;
}

thead th[b-k7lljkqvd4] {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #555;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 8px;
}

tbody td[b-k7lljkqvd4] {
    padding: 12px 8px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}
table td:nth-child(3)[b-k7lljkqvd4] {
    width: 30px;   /* 3 kolumna */
}
tbody tr:last-child td[b-k7lljkqvd4] {
    border-bottom: none;
}

table input[type="text"][b-k7lljkqvd4] {
    width: 100%;
    padding: 5px 8px;
    border: 0;
}

table input[type="checkbox"][b-k7lljkqvd4] {
    transform: scale(1.2);
    cursor: pointer;
}

input:focus[b-k7lljkqvd4] {outline:none!important;}

.env-save[b-k7lljkqvd4] {
    background-color: #5aa7e5;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
}

.env-save:hover[b-k7lljkqvd4] {
    background-color: #428bcf;
}



.add-new-row[b-k7lljkqvd4] {
    opacity: 0.4;
    transition: all 0.2s;
    color: #555;
    cursor: pointer;
}
.add-new-row:hover[b-k7lljkqvd4] {
    opacity: 1; 
    background: #f9f9f9; 
}

.add-new-row .add-text[b-k7lljkqvd4] {
    margin-left: 8px;
    opacity: 0;
    transition: opacity 0.2s;
}

.add-new-row:hover .add-text[b-k7lljkqvd4] {
    opacity: 1; 
}

.add-new-row .plus[b-k7lljkqvd4] {
    font-weight: bold;
}

.remove-item[b-k7lljkqvd4] {
    color: rgba(0,0,0,0.40);
    transition: all 0.2s ease;
}

.remove-item:hover[b-k7lljkqvd4] {
    color: #428bcf;
}

.btn-login[b-k7lljkqvd4] {
    display: block;
    margin-top: 2rem;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background: #f0f0f0;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s ease-in-out;
}

.btn-login:hover[b-k7lljkqvd4] {
    background: #ddd;
}

.btn-logout[b-k7lljkqvd4] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background: #f0f0f0;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
}

.btn-logout:hover[b-k7lljkqvd4] {
    background: #ddd;
}

.a-login[b-k7lljkqvd4]{
    text-decoration: none;
}
/* _content/Kns.Integrations.Switch/Components/Pages/Landing.razor.rz.scp.css */
.landing-container[b-zp5n5tpjf1] {
    text-align: center;
    margin-top: 5rem;
    font-family: system-ui, sans-serif;
}

h1[b-zp5n5tpjf1] {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.env-list[b-zp5n5tpjf1] {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.env-list li[b-zp5n5tpjf1] {
    margin: 0.5rem 0;
}

.env-list a[b-zp5n5tpjf1] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background: #f0f0f0;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s ease-in-out;
}

.env-list a:hover[b-zp5n5tpjf1] {
    background: #ddd;
}

.config-link[b-zp5n5tpjf1] {
    margin-top: 2rem;
}

.config-link a[b-zp5n5tpjf1] {
    font-weight: bold;
    color: #0078d4;
    text-decoration: none;
}

.config-link a:hover[b-zp5n5tpjf1] {
    text-decoration: underline;
}
