@import '_content/InsuranceComponents.Admin/InsuranceComponents.Admin.bundle.scp.css';

/* _content/InsureInvestors.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wzdh2w2zse] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wzdh2w2zse] {
    flex: 1;
}

.sidebar[b-wzdh2w2zse] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wzdh2w2zse] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wzdh2w2zse]  a, .top-row[b-wzdh2w2zse]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-wzdh2w2zse]  a:hover, .top-row[b-wzdh2w2zse]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-wzdh2w2zse]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-wzdh2w2zse] {
        justify-content: space-between;
    }

        .top-row[b-wzdh2w2zse]  a, .top-row[b-wzdh2w2zse]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-wzdh2w2zse] {
        flex-direction: row;
    }

    .sidebar[b-wzdh2w2zse] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wzdh2w2zse] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-wzdh2w2zse]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-wzdh2w2zse], article[b-wzdh2w2zse] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wzdh2w2zse] {
    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-wzdh2w2zse] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/InsureInvestors.WebApp/Components/Pages/Admin/Customers.razor.rz.scp.css */
.custom-dashboard-container[b-flkolsd2mn] {
    display: flex;
    height: 100vh;
    background: #f8f9fa;
}

.custom-sidebar[b-flkolsd2mn] {
    width: 250px;
    background: #081f3f;
    color: white;
    padding: 20px;
    box-sizing: border-box;
}

    .custom-sidebar h2[b-flkolsd2mn] {
        font-size: 24px;
        margin-bottom: 20px;
    }

.custom-overview-list[b-flkolsd2mn] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .custom-overview-list li[b-flkolsd2mn] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #374151;
    }

.custom-sidebar-icon[b-flkolsd2mn] {
    margin-right: 10px;
    font-size: 18px;
}

.custom-sidebar-stats[b-flkolsd2mn] {
    margin-top: 20px;
}

    .custom-sidebar-stats div[b-flkolsd2mn] {
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        align-items: center;
    }

.custom-sidebar-label[b-flkolsd2mn] {
    display: flex;
    align-items: center;
}

.custom-sidebar-color.new-business i[b-flkolsd2mn] {
    color: #28a745;
}

.custom-sidebar-color.renewal i[b-flkolsd2mn] {
    color: #fd7e14;
}

.custom-sidebar-color.quoted i[b-flkolsd2mn] {
    color: #6f42c1;
}

.custom-sidebar-color.lost-business i[b-flkolsd2mn] {
    color: #dc3545;
}

.custom-sidebar-stats .custom-count[b-flkolsd2mn] {
    font-weight: bold;
}

.custom-main-content[b-flkolsd2mn] {
    flex-grow: 1;
    padding: 20px;
    box-sizing: border-box;
}

.custom-header[b-flkolsd2mn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .custom-header h1[b-flkolsd2mn] {
        font-size: 24px;
        margin: 0;
    }

.custom-search-filter[b-flkolsd2mn] {
    display: flex;
    align-items: center;
}

.custom-search-input[b-flkolsd2mn] {
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    width: 300px;
    margin-right: 10px;
}

.custom-filter-button[b-flkolsd2mn] {
    background: #f8f9fa;
    color: #6b7280;
    border: 1px solid #d1d5db;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .custom-filter-button i[b-flkolsd2mn] {
        margin-right: 5px;
    }

.custom-new-customer-button[b-flkolsd2mn] {
    background: #ff007a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
}

.custom-tabs[b-flkolsd2mn] {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.custom-tab-button[b-flkolsd2mn] {
    background: none;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    color: #6b7280;
    margin-right: 10px;
    position: relative;
}

    .custom-tab-button.active[b-flkolsd2mn] {
        color: #111827;
        border-bottom: 2px solid #1f73b7;
    }

.custom-tab-badge[b-flkolsd2mn] {
    background: #1f73b7;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 5px;
}

    .custom-tab-badge.blue[b-flkolsd2mn] {
        background: #1f73b7;
    }

    .custom-tab-badge.green[b-flkolsd2mn] {
        background: #28a745;
    }

    .custom-tab-badge.orange[b-flkolsd2mn] {
        background: #fd7e14;
    }

.custom-customer-list[b-flkolsd2mn] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.custom-table[b-flkolsd2mn] {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table th[b-flkolsd2mn], .custom-table td[b-flkolsd2mn] {
        padding: 10px;
        border-bottom: 1px solid #e5e7eb;
        text-align: left;
    }

    .custom-table th[b-flkolsd2mn] {
        background: #f8f9fa;
    }

    .custom-table tr:last-child td[b-flkolsd2mn] {
        border-bottom: none;
    }

.custom-profile-image[b-flkolsd2mn] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
}

.dropdown[b-flkolsd2mn] {
    position: relative;
    display: inline-block;
}

.dropbtn[b-flkolsd2mn] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #6b7280;
}

.dropdown-content[b-flkolsd2mn] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 5px;
}

    .dropdown-content a[b-flkolsd2mn] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        transition: background-color 0.3s ease;
        border-radius: 5px;
    }

        .dropdown-content a:hover[b-flkolsd2mn] {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content[b-flkolsd2mn] {
    display: block;
}

.dropdown:hover .dropbtn[b-flkolsd2mn] {
    color: #111827;
}
/* _content/InsureInvestors.WebApp/Components/Pages/Login.razor.rz.scp.css */
body[b-to8w5javo7] {
    background-color: #F3EBF6;
    font-family: 'Ubuntu', sans-serif;
}

.login-container[b-to8w5javo7] {
    display: flex;
    height: 100vh;
}

.image-section[b-to8w5javo7] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0A1C33;
}

.login-section[b-to8w5javo7] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
}

.main1[b-to8w5javo7] {
    background-color: #FFFFFF;
    width: 400px;
    height: 400px;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    text-align: center;
}

.sign[b-to8w5javo7] {
    padding-top: 40px;
    color: #00CCC2;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

.un[b-to8w5javo7], .pass[b-to8w5javo7] {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 27px;
}

    .un:focus[b-to8w5javo7], .pass:focus[b-to8w5javo7] {
        border: 2px solid rgba(0, 0, 0, 0.18) !important;
    }

.submit[b-to8w5javo7] {
    cursor: pointer;
    border-radius: 5em;
    color: #fff;
    background: #E91E63;
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.forgot[b-to8w5javo7] {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #E1BEE7;
    padding-top: 15px;
}

a[b-to8w5javo7] {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #E1BEE7;
    text-decoration: none;
}

@media (max-width: 600px) {
    .main[b-to8w5javo7] {
        border-radius: 0px;
    }
}
