/* _content/webApp/Components/Layout/MainLayout.razor.rz.scp.css */
/* === STRUCTURE === */
.forvis-layout[b-t14jjofj25] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/* === TOPBAR blanche === */
.forvis-topbar[b-t14jjofj25] {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 2rem;
    border-bottom: 1px solid #ccc;
    z-index: 10;
    position: sticky;
    top: 0;
}

    .forvis-topbar .logo[b-t14jjofj25] {
        height: 40px;
    }

    .forvis-topbar .center a[b-t14jjofj25] {
        margin: 0 1rem;
        color: #333;
        text-decoration: none;
        font-weight: 500;
    }

        .forvis-topbar .center a:hover[b-t14jjofj25] {
            text-decoration: underline;
        }

    .forvis-topbar .right[b-t14jjofj25] {
        display: flex;
        align-items: center;
        gap: 1.5rem;
    }

    .forvis-topbar .user[b-t14jjofj25] {
        background: #eee;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

/* === SECONDE BARRE BLEUE === */
.forvis-bluebar[b-t14jjofj25] {
    background-color: #0078d7;
    display: flex;
    gap: 2rem;
    padding: 0.5rem 2rem;
    align-items: center;
}
  
.bluebar-link[b-t14jjofj25] {
    color: white !important;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    transition: background-color 0.2s;
}

    .bluebar-link i[b-t14jjofj25] {
        margin-right: 0.5rem;
        font-size: 1.1rem;
        color:white;
    }

    /* Hover & Active */
    .bluebar-link:hover[b-t14jjofj25] {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .bluebar-link.active[b-t14jjofj25] {
        background-color: rgba(255, 255, 255, 0.3);
        font-weight: 600;
    }


/* === CONTENU PRINCIPAL === */
.main-content[b-t14jjofj25] {
    flex: 1;
    
    overflow-y: auto;
    background-color: #f8f9fa;
}


/* _content/webApp/Components/Layout/UnauthorizedLayout.razor.rz.scp.css */
.signInForm[b-ymqyxq8713] {
}



.presentationHeader[b-ymqyxq8713] {
    font-family: "Halyard Text";
    font-size: 55px;
    line-height: 60.5px;
    font-weight: 500;
}

.button:hover[b-ymqyxq8713] {
    background-color: rgb(8, 31, 143);
    color: rgb(255, 255, 255);
}

.button[b-ymqyxq8713] {
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgb(70, 75, 75);
    color: rgb(70, 75, 75);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    font-family: "Halyard Text";
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1.3em;
    max-width: 70%;
    min-height: 2rem;
    min-width: 125px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    padding: 0.75rem 1.2rem;
    opacity: 1;
    text-decoration: none
}

.mLogo[b-ymqyxq8713] {
    padding-top: 5px;
}

.layout[b-ymqyxq8713] {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 80px 1fr 0px;
    height: 98.5vh;
}

.header[b-ymqyxq8713] {
    background-color: #fff;
    color: white;
}

.signIn[b-ymqyxq8713] {
    background-color: #fff;
    padding: 20px 0px 0px 0px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    bottom: unset;
    font-size: 32px;
    line-height: 37.55px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: calc(50% - 120px);
    left: 15%;
    height: 230px;
    width: 400px;
}

    .signIn .row > *[b-ymqyxq8713] {
        padding: 5px;
    }


.logo img[b-ymqyxq8713] {
    height: 70px;
}

.body[b-ymqyxq8713] {
    position: relative;
    display: flex;
}

.presentation[b-ymqyxq8713] {
    background-color: rgb(0, 113, 206);
    position: relative;
    color: #fff;
    width: calc(65% - 5px);
    padding: 20px 0 0 20px;
}

.login[b-ymqyxq8713] {
    background-color: rgb(243, 246, 253);
    position: relative;
    width: calc(35% - 5px);
}


.footer[b-ymqyxq8713] {
    background-color: #333;
    color: white;
    text-align: center;
}
/* _content/webApp/Components/Pages/BillingAccountsComponents/BillingAccounts.razor.rz.scp.css */
.stack small[b-4rsowmnaqw] {
    display: block;
    font-size: 0.75rem;
    color: #666;
}

.btn-cloud[b-4rsowmnaqw] {
    background-color: transparent;
    border: 1px solid #007bff;
    color: #007bff;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-cloud:hover[b-4rsowmnaqw] {
        background-color: #007bff;
        color: white;
    }

.pagination-container[b-4rsowmnaqw] {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.btn-pager[b-4rsowmnaqw] {
    background-color: #f5f7fa;
    border: 1px solid #ccc;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    border-radius: 6px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-pager:hover:not(:disabled)[b-4rsowmnaqw] {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }

    .btn-pager:disabled[b-4rsowmnaqw] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.pager-info[b-4rsowmnaqw] {
    font-size: 0.85rem;
    color: #555;
}
/* _content/webApp/Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-xpkgt31von] {
    background: linear-gradient(to right top, #0062cc, #298dff, #5eb3ff, #a1d2ff, #e0f0ff);
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: center;
}

.cloud-card[b-xpkgt31von] {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .cloud-card:hover[b-xpkgt31von] {
        transform: translateY(-6px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    }

.icon-lg[b-xpkgt31von] {
    font-size: 3rem;
}

.fade-in[b-xpkgt31von] {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp-b-xpkgt31von 0.6s ease forwards;
}

.delay-1[b-xpkgt31von] {
    animation-delay: 0.2s;
}

.delay-2[b-xpkgt31von] {
    animation-delay: 0.4s;
}

@keyframes fadeInUp-b-xpkgt31von {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/webApp/Components/Pages/Solutions/NewSolution.razor.rz.scp.css */
/* _content/webApp/Components/Pages/Solutions/SolutionDetail.razor.rz.scp.css */
.cloud-card[b-3vqqpjczfi] {
    background: linear-gradient(145deg, #eef3f8, #f9fbfd);
    border-radius: 10px;
    border: 1px solid #d1e3f0;
    box-shadow: 0 4px 12px rgba(5, 117, 230, 0.1);
}

.cloud-title[b-3vqqpjczfi] {
    font-weight: 600;
    color: #003d66;
}

.cloud-badges .badge[b-3vqqpjczfi] {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
}
.lz-box[b-3vqqpjczfi] {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    border-left: 6px solid #2196f3;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

    .lz-box:hover[b-3vqqpjczfi] {
        box-shadow: 0 6px 18px rgba(0, 123, 255, 0.15);
    }

.cloud-title[b-3vqqpjczfi] {
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .cloud-title .cloud-icon[b-3vqqpjczfi] {
        font-size: 1.4rem;
        margin-right: 0.5rem;
        animation: float-b-3vqqpjczfi 3s ease-in-out infinite;
    }

@keyframes float-b-3vqqpjczfi {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

.table-hover tbody tr:hover[b-3vqqpjczfi] {
    background-color: #e8f4ff;
    cursor: pointer;
}

/* Subscriptions Section */
.sub-box[b-3vqqpjczfi] {
    background: linear-gradient(135deg, #f3f9ff, #e0f7fa);
    border-left: 6px solid #00bcd4;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}

    .sub-box:hover[b-3vqqpjczfi] {
        box-shadow: 0 6px 18px rgba(0, 188, 212, 0.15);
    }

.subscription-title[b-3vqqpjczfi] {
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

    .subscription-title .subscription-icon[b-3vqqpjczfi] {
        font-size: 1.4rem;
        margin-right: 0.5rem;
        animation: pulse-b-3vqqpjczfi 3s infinite;
    }

@keyframes pulse-b-3vqqpjczfi {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.table-hover tbody tr:hover[b-3vqqpjczfi] {
    background-color: #e0f7fa;
    cursor: pointer;
}
.section-card[b-3vqqpjczfi] {
    background-color: #f9fdff;
    border: 1px solid #e0f0fc;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.section-header[b-3vqqpjczfi] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.modal .form-control[b-3vqqpjczfi] {
    margin-top: 0.5rem;
}
.editor-container[b-3vqqpjczfi] {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: auto;
    max-height:500px;
    background: #f8f9fa;
}

.json-lines[b-3vqqpjczfi] {
    width: 40px;
    padding: 12px 6px;
    text-align: right;
    background: #f0f0f0;
    color: #999;
    font-family: monospace;
    font-size: 14px;
    user-select: none;
}

.json-editor[b-3vqqpjczfi] {
    font-family: monospace;
    font-size: 14px;
    white-space: pre;
    border: none;
    resize: none;
    width: 100%;
    min-height: 300px;
    background: transparent;
    outline: none;
    padding: 12px;
    color: #333;
    overflow:hidden;
}

    .json-editor[b-3vqqpjczfi]::selection {
        background: #d3e3fc;
    }

    .json-editor[b-3vqqpjczfi]::placeholder {
        color: #aaa;
    }
/* _content/webApp/Components/Pages/Solutions/Solutions.Razor.rz.scp.css */
.badge[b-4zgoim5tmo] {
    font-size: 0.85em;
    padding: 0.4em 0.6em;
    border-radius: 0.5rem;
}
