/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/WebApp/Components/Pages/Billings.razor.rz.scp.css */
/* _content/WebApp/Components/Shared/Clients/ClientDetails.razor.rz.scp.css */
.profile-picture-container[b-9rrnath7cy] {
    position: relative;
    display: inline-block;
}

.profile-picture-container .icon-overlay[b-9rrnath7cy] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.profile-picture-container:hover .icon-overlay[b-9rrnath7cy] {
    opacity: 1;
}
/* _content/WebApp/Components/Shared/Clients/ClientFormModal.razor.rz.scp.css */
.mt-10px[b-vbns6pabrj] {
    margin-top: 35px;
}
/* _content/WebApp/Components/Shared/Commons/ConfirmModal.razor.rz.scp.css */
.main-img[b-j3g88rnwm7] {
    width: 250px;
}
/* _content/WebApp/Components/Shared/Commons/DeleteConfirmModal.razor.rz.scp.css */
/* _content/WebApp/Components/Shared/Services/AddServiceModal.razor.rz.scp.css */

/* _content/WebApp/Components/Shared/Services/HowServicesWorkModal.razor.rz.scp.css */
.timeline[b-tn4fvu4z04] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.timeline-step[b-tn4fvu4z04] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.timeline-icon[b-tn4fvu4z04] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.timeline-content h5[b-tn4fvu4z04] {
    margin: 0 0 0.25rem 0;
    font-weight: 600;
}

.timeline-content p[b-tn4fvu4z04] {
    margin: 0;
    color: #6c757d;
}
/* _content/WebApp/Components/Shared/Settings/CompanySettings.razor.rz.scp.css */
.profile-picture-container[b-mlug3khcy0] {
    position: relative;
    display: inline-block;
}

.profile-picture-container .icon-overlay[b-mlug3khcy0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
}

.profile-picture-container:hover .icon-overlay[b-mlug3khcy0] {
    opacity: 1;
}
/* _content/WebApp/Components/Shared/Settings/InvoicesAndPaymentsSettings.razor.rz.scp.css */
.header-title[b-yc5xbsyb9h] {
    position: relative;
    top: -5px;
}
