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

/* /Components/CustomComponents/CustomDatePicker.razor.rz.scp.css */
/* ---------- tokens ---------- */
.drppro[b-9kautuvsmm] {
    --bg: #fff;
    --card: #ffffff;
    --border: #e5e7eb;
    --muted: #9ca3af;
    --text: #111827;
    --subtle: #6b7280;
    --hover: #f3f4f6;
    --ring: #93c5fd;
    --sel: #e5f0ff; 
    --sel-strong: #2f6fed;
    --shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.drppro[b-9kautuvsmm] {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px;
    box-shadow: var(--shadow);
    color: var(--text);
}


.drppro-header[b-9kautuvsmm] {
    display: flex;
    gap: 12px;
    margin-bottom: 10px
}

.drppro-field[b-9kautuvsmm] {
    flex: 1
}

    .drppro-field label[b-9kautuvsmm] {
        font-size: .85rem;
        color: var(--subtle)
    }

    .drppro-field .form-control[b-9kautuvsmm] {
        height: 40px;
        border-radius: 10px;
    }


.drppro-body[b-9kautuvsmm] {
    display: flex;
    gap: 16px
}

.drppro-presets[b-9kautuvsmm] {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.drppro-preset[b-9kautuvsmm] {
    text-align: left;
    background: var(--hover);
    border: 0;
    border-radius: 8px;
    padding: 8px 10px;
    font-weight: 500;
    color: var(--text);
}

    .drppro-preset:hover[b-9kautuvsmm] {
        background: #e9ecef
    }


.drppro-cals[b-9kautuvsmm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.drppro-cal[b-9kautuvsmm] {
    min-width: 320px
}

.drppro-cal-head[b-9kautuvsmm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    margin-bottom: 6px
}

.icon-btn[b-9kautuvsmm] {
    border: 0;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 4px 8px;
    line-height: 1;
    cursor: pointer
}

.icon-btn:hover[b-9kautuvsmm] {
        background: #e5e7eb
}

.icon-btn[disabled][b-9kautuvsmm] {
        opacity: .35;
        pointer-events: none
}


.drppro-weekdays[b-9kautuvsmm] {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 2px;
    color: var(--subtle);
    font-size: .8rem;
    margin-bottom: 4px;
    text-transform: lowercase
}

    .drppro-weekdays > div[b-9kautuvsmm] {
        text-align: center
    }


.drppro-grid[b-9kautuvsmm] {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 4px
}

.drppro-cell[b-9kautuvsmm] {
    appearance: none; 
    -webkit-appearance: none;
    border: 0 !important; 
    outline: 0;
    background: transparent;
    width: 42px;
    height: 36px; 
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

    .drppro-cell:hover[b-9kautuvsmm] {
        background: #eef2ff
    }

    .drppro-cell.muted[b-9kautuvsmm] {
        color: var(--muted)
    }

    .drppro-cell.disabled[b-9kautuvsmm] {
        opacity: .35;
        pointer-events: none
    }

    .drppro-cell.today[b-9kautuvsmm] {
        box-shadow: inset 0 0 0 2px var(--ring);
        border-radius: 8px
    }

    .drppro-cell.sel[b-9kautuvsmm] {
        background: var(--sel)
    }

    .drppro-cell.start[b-9kautuvsmm],
    .drppro-cell.end[b-9kautuvsmm] {
        background: var(--sel-strong);
        color: #fff;
        font-weight: 600;
    }

    .drppro-cell:focus-visible[b-9kautuvsmm] {
        outline: 2px solid var(--ring);
        outline-offset: 1px
    }

.drppro-footer[b-9kautuvsmm] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px
}
/* /Components/CustomComponents/DateRangeDropdown.razor.rz.scp.css */
.drp-wrapper[b-l1wfl4lpfz] {
    position: relative;
    display: inline-block;
}

.drp-toggle[b-l1wfl4lpfz] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    padding: .5rem .85rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

    .drp-toggle:hover[b-l1wfl4lpfz] {
        border-color: #cbd5e1;
        background: #f8fafc;
    }

.drp-panel[b-l1wfl4lpfz] {
    position: absolute;
    top: 110%;
    right: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    z-index: 1000;
}

.drp-arrow[b-l1wfl4lpfz] {
    position: absolute;
    top: -8px;
    right: 891px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-left: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    transform: rotate(45deg);
}

.drp-popover[b-l1wfl4lpfz] {
    position: absolute;
    top: calc(100% + 8px);
    z-index: 1050;
}

.drp-left .drp-popover[b-l1wfl4lpfz] {
    left: 0;
}

.drp-right .drp-popover[b-l1wfl4lpfz] {
    right: 0;
}
/* /Components/CustomComponents/SparkCard.razor.rz.scp.css */
.legend .swatch[b-jm5wh62x0x] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px; 
    margin-right: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset; 
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2r65gix44h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2r65gix44h] {
    flex: 1;
}

.sidebar[b-2r65gix44h] {
    background-image: linear-gradient(200deg, #37393C 0%, #1A1B1C 100%);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    opacity: 0.95;
}

.hamburger-btn[b-2r65gix44h] {
    position: fixed;
    top: 2px;
    left: 2px;
    z-index: 1001;
    background-image: linear-gradient(200deg, #37393C 0%, #1A1B1C 100%);
    border: none;
    font-size: 1.5rem;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
}
 

.top-row[b-2r65gix44h] {
    background-color: #D5D7D9;
    justify-content: space-between;
    height: 4.0rem;
    display: flex;
    align-items: center;
}

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

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

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

.userBannerRow[b-2r65gix44h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.userInfo[b-2r65gix44h] {
    font-weight: normal;
    font-size: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 10rem;
    margin-right: 1rem;
}


    .userInfo i[b-2r65gix44h] {
        margin-left: 25px;
        font-size: 1.5em;
    }

    .userInfo p[b-2r65gix44h] {
        margin: 0;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

.nav-scrollable[b-2r65gix44h] {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background-image: linear-gradient(200deg, #37393C 0%, #1A1B1C 100%);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

    .nav-scrollable.show[b-2r65gix44h] {
        display: block;
        transform: translateX(0);
    }



@media (max-width: 640.98px) {

    .page[b-2r65gix44h] {
        flex-direction: column;
    }

    .nav-scrollable[b-2r65gix44h] {
        display: none;
        transform: translateX(-100%);
    }

        .nav-scrollable.show[b-2r65gix44h] {
            display: block;
            transform: translateX(0);
        }
    .userInfo[b-2r65gix44h] {
        font-weight: normal;
        font-size: 25px;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: auto;
    }

}


        .nav-scrollable.show[b-2r65gix44h] {
            display: block;
            transform: translateX(0);
        }
}

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

    .sidebar[b-2r65gix44h] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

    .nav-scrollable[b-2r65gix44h] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

#blazor-error-ui[b-2r65gix44h] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-2r65gix44h] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.logo-img[b-kl9ltqq5c2] {
    max-height: 80px;
}

.logo-container[b-kl9ltqq5c2] {
    display: flex;
    justify-content: right; 
    align-items: center; 
    width: 100%;
    padding-right: 50px;
}

.navbar-toggler[b-kl9ltqq5c2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 1);
}

.navbar-toggler:checked[b-kl9ltqq5c2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand[b-kl9ltqq5c2] {
    font-size: 1.1rem;
}

.bi[b-kl9ltqq5c2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    top: -1px;
}

/*.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}*/

.item[b-kl9ltqq5c2] {
    font-size: 1.5rem;
    padding-bottom: 1rem;
    background-color: transparent;

}

    .item:first-of-type[b-kl9ltqq5c2] {
        padding-top: 0.5rem;
    }

    .item:last-of-type[b-kl9ltqq5c2] {
        padding-bottom: 1rem;
    }

    .item[b-kl9ltqq5c2]  .nav-link {
        color: #e0e1dc;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .item[b-kl9ltqq5c2]  a.active {
        color: white;
        background-color: rgba(255, 255, 255, 0.1); 
    }

    .item[b-kl9ltqq5c2]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
        cursor: pointer;
    }

.nav-scrollable[b-kl9ltqq5c2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    background-image: linear-gradient(200deg, #37393C 0%, #1A1B1C 100%);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

    .nav-scrollable.show[b-kl9ltqq5c2] {
        display: block;
        transform: translateX(0);
    }

@media (min-width: 641px) {
    .navbar-toggler[b-kl9ltqq5c2] {
        display: none;
    }

    .nav-scrollable[b-kl9ltqq5c2] {
        display: block;


        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Account/Admin/AdminPage.razor.rz.scp.css */
.register-container[b-8dv2by8uro] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
}

.form-wrapper[b-8dv2by8uro] {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;
}

.form-title[b-8dv2by8uro] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.form-group[b-8dv2by8uro] {
    margin-bottom: 15px;
    text-align: left;
}

    .form-group label[b-8dv2by8uro] {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

.form-control[b-8dv2by8uro] {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.btn-submit[b-8dv2by8uro] {
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
}

    .btn-submit:hover[b-8dv2by8uro] {
        background-color: #0056b3;
    }

.alert[b-8dv2by8uro] {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 16px;
}

.icon-success[b-8dv2by8uro] {
    font-size: 24px;
    color: green;
    margin-right: 8px;
}

.icon-error[b-8dv2by8uro] {
    font-size: 24px;
    color: red;
    margin-right: 8px;
}

.validation-messages[b-8dv2by8uro] {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}
/* /Components/Pages/Account/Admin/NewCustomer/NewUser.razor.rz.scp.css */
.loginPage[b-ir8oucgdnd] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;
}

.logo-section[b-ir8oucgdnd] {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
}

.logo-container[b-ir8oucgdnd] {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.logo-img[b-ir8oucgdnd] {
    max-height: 100px;
    width: auto;
}



/* /Components/Pages/Account/CompanyRegistration.razor.rz.scp.css */
body[b-oivfov4umm] {
    background-color: #0b0c0f;
    font-family: "Inter", sans-serif;

}

.page-wrapper[b-oivfov4umm] {
    text-align: center;
    padding: 4rem 2rem;
    width: 100%;
    background-color: black;
}


.titletext[b-oivfov4umm] {
    font-weight: 700;
    font-size: 3rem !important;
    margin-bottom: 2rem;
    color: white;
}

.subtext[b-oivfov4umm] {
    color: #9fa4fc;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.info-banner[b-oivfov4umm] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    color: #e0cfa8;
    font-size: 0.95rem;
    margin-bottom: 2rem;
}

.dotedborder[b-oivfov4umm] {
    padding: 0.2rem 0.8rem;
    border-radius: 999px;
    border: 1px dashed #d1b774;
    font-weight: 500;
    color: #e4cf9f;

}

.separator[b-oivfov4umm] {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 -0.1rem;
    color: #e4cf9f;
}

.bordertext[b-oivfov4umm] {
    font-weight: 400;
    color: #e4cf9f;
}

.billing-toggle[b-oivfov4umm] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1rem;
}

.fakturering[b-oivfov4umm] {
    color: #9fa4fc;
    font-size: 0.95rem;
    padding-right: 1rem;
}

.månad[b-oivfov4umm] {
    color: #9fa4fc;
    border: 1px solid #353b69; /* inre linje */
    border-radius: 999px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 0 0 5px #24272b, /* mellanring */
    0 0 0 6px #353b69; /* ytterkant */
}

/* -------------------------------------- */
/* PRISKORT OCH DETALJER */
/* -------------------------------------- */

.row[b-oivfov4umm] {
    justify-content: center;
    padding-top: 4rem; /* Lägg till padding över korten */
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    display: flex;
}

.card-wraper[b-oivfov4umm] {
    width: 25rem;
    flex: 0 0 390px;
    height: 515px;
}

/* Basstyling för prisboxarna */
.pricing-card[b-oivfov4umm] {
    background-color: #181919;
    color: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: left;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    height: 508px;
}

.card-body[b-oivfov4umm] {
    height: 338px;
}

.text-plansumary[b-oivfov4umm] {
    color: #9fa4fc !important;
    margin-bottom: 1rem;

}

.pricing-card .price-prefix[b-oivfov4umm]
{
    margin-top: -0.8rem;
    margin-bottom: -1.5rem !important;
    font-size: small;
    color: white !important;
    text-align:left;
}


.price-value[b-oivfov4umm] {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 1rem !important;
    margin-bottom: 1rem;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
}

    .price-value span[b-oivfov4umm] {
        color: #9fa4fc !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
    }


.feature-list[b-oivfov4umm] {
    margin-top: 1rem;
    min-height: 120px;
}

    .feature-list li[b-oivfov4umm] {
        padding-bottom: 0.8rem;
        font-size: 0.8rem;
        margin-right: 0.5rem;
        color: white;
        display: inline-flex;
        align-items: flex-start;
    }

    .custom-checkbox[b-oivfov4umm] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #000000;
        border: 1px solid #d1b774;
        border-radius: 5px;
        font-size: 1.4rem;
        margin-right: 0.5rem;
    }

/* -------------------- */
/* POPULÄR KORT STYLING */
/* -------------------- */

.popular-label[b-oivfov4umm] {
    position: absolute;
    top: 55px;
    right: -45px;
    background-color: #ffe8ad;
    color: black;
    padding: 6px 65px;
    font-size: 0.90rem;
    font-weight: bold;
    transform: translateY(-2rem) rotate(40deg);
    z-index: 10;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8), 0 0 16px rgba(255, 255, 255, 0.6), 0 0 24px rgba(255, 255, 255, 0.4);
    color: darkgoldenrod;
    text-align: center;
}

/* -------------------- */
/* FOOTER OCH KNAPP STYLING */
/* -------------------- */

.card-footer[b-oivfov4umm] {
    background-color: #181919 !important;
    padding-top: 1rem !important;
    border-top: 1px solid rgba(209, 183, 116, 0.3)!important;
}


.read-more[b-oivfov4umm] {
    cursor: pointer;
    font-weight: 600;
    color: #d1b774 !important;
    margin-bottom: 1rem;
    font-size: large;

}


.start-button[b-oivfov4umm] {
    background-color: #d1b774;
    border-color: #d1b774;
    border-radius: 0.8rem;
    color: #0b0c0f;
    font-weight: bold;
    padding: 0.6rem 0;
    font-size: 1rem;
    transition: background-color 0.2s;
}

    .start-button:hover[b-oivfov4umm] {
        background-color: #4b4332 !important;
        border-color: #e4cf9f;
        color: #0b0c0f;
    }


.last-text[b-oivfov4umm] {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    color: #9fa4fc !important;
}


.text-center[b-oivfov4umm] {
    color: #e4cf9f !important;
    font-size: 1rem;
    margin-top: 4rem;
    font-weight: bold;
}

@media (max-width: 600px) {
    .separator[b-oivfov4umm] {
        display: none;
    }
    .last-text[b-oivfov4umm] {
        white-space: nowrap;
    }
}

/*MODALER*/

.modal[b-oivfov4umm] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content[b-oivfov4umm] {
    background-color: #181919;
    margin: 2% auto;
    padding: 0.1rem 1.2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    color: white;
    box-shadow: 0 0 20px #e4cf9f;
    max-height: none;
    overflow-y: visible;
    font-size: 0.85rem;
}

.close-button[b-oivfov4umm] {
    float: right;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: orangered;
    border: none;
    border-radius: 6px;
    padding: 0.3rem 0.6rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-block: 5px;
}

    .close-button:hover[b-oivfov4umm] {
        background-color: #862a0b;
    }

.modal-title[b-oivfov4umm] {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: white;
}

.subscription-form[b-oivfov4umm] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.form-group[b-oivfov4umm] {
    display: flex;
    flex-direction: column;
}

    .form-group select[b-oivfov4umm] {
        appearance: none;
        padding-right: 1.8rem;
        background-image: url("data:image/svg+xml,%3Csvg fill='white' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.3rem center;
        background-size: 20px;
    }


    .form-group label[b-oivfov4umm] {
        font-weight: 600;
        margin-bottom: 0.2rem;
        color: #e4cf9f;
        font-size: 0.85rem;
    }

    .form-group input[b-oivfov4umm],
    .form-group select[b-oivfov4umm] {
        padding: 0.4rem 0.6rem;
        border-radius: 6px;
        border: 1px solid #353b69;
        background-color: #0b0c0f;
        color: white;
        font-size: 0.85rem;
    }

        .form-group input:focus[b-oivfov4umm],
        .form-group select:focus[b-oivfov4umm],
        .form-group textarea:focus[b-oivfov4umm] {
            outline: none;
            border-color: #4b5fcf;
            box-shadow: 0 0 6px 3px rgba(79, 100, 255, 0.5);
        }



    .form-group small[b-oivfov4umm] {
        font-size: 0.7rem;
        color: #9fa4fc;
        margin-top: 0.2rem;
    }

.form-row[b-oivfov4umm] {
    display: flex;
    gap: 0.8rem;
}

    .form-row .half[b-oivfov4umm] {
        flex: 1;
    }

.checkbox-group input[b-oivfov4umm] {
    margin-right: 0.4rem;
}

.terms-note[b-oivfov4umm] {
    font-size: 0.75rem;
    color: #9fa4fc;
    margin-top: 0.4rem;
}

.submit-button[b-oivfov4umm] {
    background-color: #d1b774;
    color: #0b0c0f;
    font-weight: bold;
    padding: 0.6rem;
    font-size: 0.85rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 0.2rem;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

    .submit-button:hover[b-oivfov4umm] {
        background-color: #4b4332;
    }

.modal-footer[b-oivfov4umm] {
    margin-top: 1.2rem;
    font-size: 0.7rem;
    color: #9fa4fc;
    text-align: center;
}
/* /Components/Pages/Account/User/MyPagesIndex.razor.rz.scp.css */
body[b-5earf61wrt] {
}


.white-container[b-5earf61wrt] {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* /Components/Pages/Account/User/Settings.razor.rz.scp.css */
body[b-dhbbniypn3] {
}

.white-container[b-dhbbniypn3] {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* /Components/Pages/Ad-performance.razor.rz.scp.css */
.toggle-button[b-bmui03jrdd] {
    background-color: transparent;
    border: solid;
    border-radius: 0.5rem;
    font-size: 1rem;
    border-color: sandybrown;
    background-color: darkgray;
    cursor: pointer;
    padding: 0.2rem 0.6rem;
    transition: color 0.2s ease;
    margin: 3px 3px 3px 3px;
}

table td[b-bmui03jrdd], table th[b-bmui03jrdd] {
    text-align: center;
    vertical-align: middle;
}

/* /Components/Pages/Analytics.razor.rz.scp.css */
.white-container[b-mghtficv35] {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.ellipsis[b-mghtficv35] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.loading-overlay[b-mghtficv35] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* /Components/Pages/Connections.razor.rz.scp.css */
.connect-card[b-l37xgcl679] {
    border: 1px solid var(--bs-border-color, #e5e7eb);
    border-radius: 14px;
    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}

.connect-card:hover[b-l37xgcl679] {
        transform: translateY(-2px);
        box-shadow: 0 10px 26px rgba(0,0,0,.08);
        border-color: rgba(0,0,0,.08);
}

.card-title[b-l37xgcl679] {
    font-weight: 600;
}

.small .spinner-border-sm[b-l37xgcl679] {
    width: .9rem;
    height: .9rem;
}

.overlay[b-l37xgcl679] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.overlay-content[b-l37xgcl679] {
    background-color: #222;
    color: #fff;
    padding: 2rem 3rem;
    border-radius: 0.75rem;
    text-align: center;
    min-width: 280px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.flex-container[b-o69uuz0wso] {
    display: flex;
    justify-content: center; /* Center items horizontally */
    margin-bottom: 20px; /* Space below the charts */
    align-items: stretch;
}

.bar-chart-container[b-o69uuz0wso],
.pie-chart-container[b-o69uuz0wso] {
    margin: 0 10px; /* Space between charts */
}

.spinner-overlay[b-o69uuz0wso] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.spinnerSpinn-overlay[b-o69uuz0wso] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; 
    background-color: rgba(255, 255, 255, 0.6); 
}

.white-container[b-o69uuz0wso] {
    background-color: rgba(255, 255, 255, 0.85); 
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title[b-o69uuz0wso] {
    font-weight: bold; 
    color: #6c757d; 
}

.card-text[b-o69uuz0wso] {
    font-size: 2rem; 
    color: #343a40; 
}


.header[b-o69uuz0wso] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-section[b-o69uuz0wso] {
    background-color: #fff; 
    padding: 1rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.075);
}

.filters[b-o69uuz0wso] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}

.filter-item[b-o69uuz0wso] {
    display: flex;
    margin: 0;
    flex-direction: column;
}


.filter-item-Date[b-o69uuz0wso] {
    display: flex
}

.message-placeholder[b-o69uuz0wso] {
    min-height: 20px; 
}

.dropdown-toggle[b-o69uuz0wso] {
    text-align: left; /* Align text to the left */
}

.key-metrics[b-o69uuz0wso] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background-color: #e8e4d9;
    padding: 10px;
}

.metric-item[b-o69uuz0wso] {
    flex: 1;
    text-align: center;
}

.chart[b-o69uuz0wso] {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
}

.chart-title[b-o69uuz0wso] {
    font-weight: bold;
    margin-bottom: 5px; 
    color: #343a40; 
    text-align: match-parent;
}


.chart-content[b-o69uuz0wso] {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.export[b-o69uuz0wso] {
    display: flex;
    justify-content: flex-end;
}

.error-message[b-o69uuz0wso] {
    min-height: 20px; 
    visibility: hidden; 
}

    .error-message p[b-o69uuz0wso] {
        visibility: visible;
    }

.notification-box[b-o69uuz0wso] {
    position: absolute;
    top: 100px;
    left: 50%; 
    transform: translateX(-50%); 
    z-index: 999;
    background-color: #d3d3d3;
    border: 1px solid #ccc;
    color: #333;
    padding: 20px; 
    border-radius: 5px;
    width: 80%; 
    max-width: 600px; 
    opacity: 1; 
    animation: pulsate-b-o69uuz0wso 2s infinite; 
    font-size: 30px; 
}

@keyframes pulsate-b-o69uuz0wso {
    0% {
        opacity: 1; 
        transform: translateX(-50%) scale(1); 
    }

    50% {
        opacity: 0.7; 
        transform: translateX(-50%) scale(1.05); 
    }

    100% {
        opacity: 1; 
        transform: translateX(-50%) scale(1); 
    }
}


.disabled-section[b-o69uuz0wso] {
    opacity: 0.5; 
    pointer-events: none; 
    color: grey;
}

    .disabled-section .form-control[b-o69uuz0wso] {
        background-color: #f0f0f0;
        border-color: #dcdcdc;
    }

    .disabled-section label[b-o69uuz0wso] {
        color: #a9a9a9; 
    }

    .disabled-section .form-control[b-o69uuz0wso] {
        cursor: not-allowed; 
    }

.info-icon[b-o69uuz0wso] {
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    margin-left: 5px;
    border-radius: 50%; 
    text-align: center;
    line-height: 20px; 
}



.tooltip-text[b-o69uuz0wso] {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -90px; 
    opacity: 0;
    transition: opacity 0.3s; 
} 
    .tooltip-text[b-o69uuz0wso]::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }


.info-icon:hover .tooltip-text[b-o69uuz0wso] {
    visibility: visible;
    opacity: 1;
}

.info-icon2[b-o69uuz0wso] {
    display: inline-block;
    position: absolute;
    font-size: 1.2em;
    margin-left: 5px;
    border-radius: 50%;
    margin-left: 600px;
    text-align: center;
    line-height: 20px;
}

    .info-icon2:hover .tooltip-text[b-o69uuz0wso] {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s;
    }

/* ----- palette ----- */
.dashboard-dark[b-o69uuz0wso] {
    --bg: #121417;
    --panel: #1b1f24;
    --card: #1f232a;
    --text: #f3f6fa;
    --muted: #9aa3af;
    --border: #2b3138;
    --success: #22c55e;
    --danger: #ef4444;
}

:root[b-o69uuz0wso] {
    --spark-card-height: 260px;
}


.spark-card[b-o69uuz0wso],
.card.h-100[b-o69uuz0wso] {
    background: var(--card);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.35);
    height: var(--spark-card-height);
}

    /* STACK: title → value → trend → compared → hr → chart (bottom) */
    .spark-card .card-body[b-o69uuz0wso] {
        display: flex;
        flex-direction: column;
        align-items: center; /* center horizontally */
        text-align: center;
        padding: 14px 16px !important; /* compact */
        height: 100%;
    }

    .spark-card .title[b-o69uuz0wso] {
        color: var(--muted);
        font-size: .95rem;
        letter-spacing: .2px;
        margin-bottom: .25rem;
    }

    .spark-card .value[b-o69uuz0wso] {
        font-size: 2rem;
        font-weight: 800;
        line-height: 1.1;
        margin-bottom: .25rem;
    }

    .spark-card .trend[b-o69uuz0wso] {
        font-weight: 600;
        margin-bottom: .25rem;
    }

.trend-up[b-o69uuz0wso] {
    color: var(--success);
}

.trend-down[b-o69uuz0wso] {
    color: var(--danger);
}

.spark-card .compare[b-o69uuz0wso] {
    color: var(--muted);
    font-size: .8rem;
    margin-bottom: .5rem;
}

.spark-sep[b-o69uuz0wso] {
    border: 0;
    border-top: 1px solid var(--border);
    opacity: .9;
    width: 100%;
    margin: .5rem 0;
}

/* chart area is always at the bottom */
.spark-card .chart-zone[b-o69uuz0wso] {
    margin-top: auto; /* PUSH to bottom */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.spark-card .pie-wrap[b-o69uuz0wso] {
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.spark-card .legend[b-o69uuz0wso] {
    margin-top: .25rem;
}

    .spark-card .legend .dot[b-o69uuz0wso] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: inline-block;
        margin-right: .5rem;
    }

.metrics-wrap[b-o69uuz0wso] {
    overflow: hidden;
}

.metrics-grid[b-o69uuz0wso] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 
    gap: 16px;
    width: 100%;
}

.dashboard-dark[b-o69uuz0wso],
.metrics-wrap[b-o69uuz0wso],
.white-container[b-o69uuz0wso],
.card-container[b-o69uuz0wso] {
    width: 100%;
    max-width: none; 
}

.metrics-grid > .spark-card[b-o69uuz0wso] {
    width: 100%;
}

.metrics-grid > .spark-card[b-o69uuz0wso] {
    display: flex;
    flex-direction: column;
}

.spark-card h4[b-o69uuz0wso],
.spark-card .value[b-o69uuz0wso] {
    font-size: clamp(0.95rem, 0.9rem + 0.6vw, 1.4rem);
}

.panel-dark canvas[b-o69uuz0wso] {
    width: 100% !important;
    height: 360px !important;
}
.toolbar .toolbar-control[b-o69uuz0wso],
.toolbar .form-select[b-o69uuz0wso] {
    height: 38px;
    line-height: 36px;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

/* gör daterange-triggers smala/inline */
.drp-trigger[b-o69uuz0wso], .drppro-trigger[b-o69uuz0wso], .date-range-trigger[b-o69uuz0wso],
.toolbar :where(button, .btn).drp-trigger[b-o69uuz0wso] {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

/* responsiv fallback */
@media (max-width: 992px) {
    .toolbar > .col-auto[b-o69uuz0wso] {
        flex: 1 1 100%;
    }

    .toolbar .ms-auto[b-o69uuz0wso] {
        margin-left: 0 !important;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.loginPage[b-0mjoh0xbwv] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: center;
}

.logo-section[b-0mjoh0xbwv] {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
}

.logo-container[b-0mjoh0xbwv] {
    display: flex;
    justify-content: center; 
    align-items: center; 
}

.logo-img[b-0mjoh0xbwv] {
    max-height: 100px;
    width: auto;
}



/* /Components/Pages/Register.razor.rz.scp.css */
body[b-ivns8yjiq3] {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f7fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.register-container[b-ivns8yjiq3] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.form-wrapper[b-ivns8yjiq3] {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.logo-container[b-ivns8yjiq3] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.logo[b-ivns8yjiq3] {
    max-width: 150px;
    height: auto;
}


.form-group[b-ivns8yjiq3] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.checkbox-group[b-ivns8yjiq3],
.role-group[b-ivns8yjiq3] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.checkbox-item[b-ivns8yjiq3],
.role-item[b-ivns8yjiq3] {
    display: flex;
    align-items: center;
}

.checkbox-group[b-ivns8yjiq3] {
    display: flex;
    flex-direction: row; 
    gap: 15px; 
    align-items: center; 
}

.checkbox-item label[b-ivns8yjiq3],
.role-item label[b-ivns8yjiq3] {
    font-size: 14px;
    margin-left: 8px;
    display: inline-block;
}

input[type="checkbox"][b-ivns8yjiq3] {
    margin-right: 8px;
    vertical-align: middle;
}

input[type="text"][b-ivns8yjiq3],
input[type="password"][b-ivns8yjiq3],
input[type="email"][b-ivns8yjiq3],
select[b-ivns8yjiq3] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"][b-ivns8yjiq3],
input[type="radio"][b-ivns8yjiq3] {
    margin-right: 8px;
}

.button-group[b-ivns8yjiq3] {
    width: 100%;
}

button[b-ivns8yjiq3] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

.btn-primary[b-ivns8yjiq3] {
    background-color: #007bff;
    color: white;
}

    .btn-primary:hover[b-ivns8yjiq3] {
        background-color: #0056b3;
    }

.btn-secondary[b-ivns8yjiq3] {
    background-color: #6c757d;
    color: white;
}

    .btn-secondary:hover[b-ivns8yjiq3] {
        background-color: #5a6268;
    }

.text-danger[b-ivns8yjiq3] {
    font-size: 12px;
    color: #dc3545;
}
