/* /Pages/Index.razor.rz.scp.css */

nav[b-1hnhuuz3am] {
    width: 80vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

main[b-1hnhuuz3am] {
    width: 80vw;
    height: 100%;
    background-color: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.container[b-1hnhuuz3am] {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    position: fixed;
    max-width: 100%;
}

.cta-btn[b-1hnhuuz3am] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 4px;
}

h1[b-1hnhuuz3am] {
    text-align: center;
    font-size: 44px;
    width: 50%;
    margin-bottom: 16px;
}

p[b-1hnhuuz3am] {
    text-align: center;
    width: 50%;
    padding: 8px 16px;
    margin-bottom: 16px;
    line-height: 120%;
}

.main-button[b-1hnhuuz3am] {
    color: #fff;
    padding: 16px 24px;
    background-color: #000;
    border-radius: 4px;
    margin-bottom: 8px;
}
/* /Pages/Signature.razor.rz.scp.css */
.container[b-9p2fv9npdy] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-end;
}

    .container .disabled[b-9p2fv9npdy] {
            display: none;
        }

[b-9p2fv9npdy] .e-control.button {
    display: flex;
    justify-content: flex-end;
    margin-right: 5px;
}

[b-9p2fv9npdy] .e-control.button.disabled {
    display: none;
}

a[b-9p2fv9npdy] {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

    a:hover[b-9p2fv9npdy] {
        background-color: #ddd;
        color: black;
    }

.previous[b-9p2fv9npdy] {
    background-color: #04AA6D;
    color: black;
}

.next[b-9p2fv9npdy] {
    background-color: #04AA6D;
    color: white;
}

.round[b-9p2fv9npdy] {
    border-radius: 50%;
}

.blink[b-9p2fv9npdy] {
    animation: blinker-b-9p2fv9npdy 1s linear infinite;
    background: red;
    color: white;
    width: 100px;
    font-weight: bold;
}

@keyframes blinker-b-9p2fv9npdy {
    50% {
        opacity: 0;
    }
}

[b-9p2fv9npdy] .e-btn .e-btn-icon.e-icon-left {
    font-size: medium !important;
    display: flex !important;
    justify-content: center;
    margin-top: 3%;
}

.rounded-image[b-9p2fv9npdy] {
    border-radius: 50%;
    width: 29px; /* Adjust the width as desired */
    height: 29px; /* Adjust the height as desired */
}

.custom-style[b-9p2fv9npdy] {
    right: 0;
    padding: .5rem .5rem;
}

.pointer-cursor[b-9p2fv9npdy] {
    cursor: pointer;
}

.notes-toggle[b-9p2fv9npdy] {
    display: none;
}

.notes-badge[b-9p2fv9npdy] {
    position: absolute;
    top: 22%;
    right: -1.5%;
    transform: translateY(0%) rotate(-90deg);
    width: 8%;
    height: 6%;
    background-color: #4B90F2;
    border-radius: 13px 13px 0 0;
    color: #fff;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 100;
    text-align: center;
    z-index: 1;
    transition: transform 0s ease-in-out;
    padding: 0 8px 0 8px;
}

    .notes-badge .badge-content[b-9p2fv9npdy] {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0%, -50%) rotate(0deg);
        text-align: justify;
    }

.notes-container[b-9p2fv9npdy] {
    position: absolute;
    top: 21%;
    right: 1.2%;
    width: 20%;
    height: 40%;
    background-color: #F1F8FE;
    border: #F9E4A7;
    font-family: poppins;
    font-weight: normal;
    padding: 10px;
    display: none;
    z-index: 2;
    overflow-y: auto;
    font-size: 14px;
}

.notes-toggle:checked + .notes-badge[b-9p2fv9npdy] {
    transform: translateY(-50%) rotate(0deg);
    right: 1.2%;
    top: 18%;
}

.notes-toggle:checked ~ .notes-container[b-9p2fv9npdy] {
    display: block;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0mevmok0ux] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0mevmok0ux] {
    flex: 1;
}

.top-row[b-0mevmok0ux] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0mevmok0ux]  a, .top-row[b-0mevmok0ux]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0mevmok0ux]  a:hover, .top-row[b-0mevmok0ux]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0mevmok0ux]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0mevmok0ux] {
        display: none;
    }

    .top-row.auth[b-0mevmok0ux] {
        justify-content: space-between;
    }

    .top-row[b-0mevmok0ux]  a, .top-row[b-0mevmok0ux]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0mevmok0ux] {
        flex-direction: row;
    }

    .main[b-0mevmok0ux] {
        width: 99%;
        height: 99%;
        position: sticky;
        top: 0;
    }

    .top-row[b-0mevmok0ux] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0mevmok0ux]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0mevmok0ux], article[b-0mevmok0ux] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
