/* _content/DefendIceland.Backend.WebApp/Components/Application/Controls/DateRangeButtonGroupControl.razor.rz.scp.css */

.button[b-hzgiek7fpb] {
    font-size: 12px;
    background-color: #FFFFFF;
    white-space: nowrap;
}

.button.active[b-hzgiek7fpb] {
    background-color: rgb(255, 84, 0);
    color: #FFFFFF;
    border-color: rgb(255, 84, 0);
}
/* _content/DefendIceland.Backend.WebApp/Components/Application/Shared/DateRange/DateRangeComponent.razor.rz.scp.css */

h4[b-ic2ztac18j] {
    font-family: "Lato", sans-serif;
}

.button[b-ic2ztac18j] {
    font-size: 12px;
    background-color: #FFFFFF;
    white-space: nowrap;
}

.button.active[b-ic2ztac18j] {
    background-color: rgb(255, 84, 0);
    color: #FFFFFF;
    border-color: rgb(255, 84, 0);
}
/* _content/DefendIceland.Backend.WebApp/Components/Application/Statistics/Dashboard/Box/StatisticsBoxComponent.razor.rz.scp.css */

.container[b-104tiax341] {
    height: 120px;
    font-family: "Lato", sans-serif;
}

.title[b-104tiax341] {
    font-size: 12px;
    height: 22px;
}

h1[b-104tiax341] {
    display: inline-block;
    cursor: pointer;
}

.percentage[b-104tiax341] {
    display: inline-block;
    cursor: pointer;
    font-size: 11px;
}

.tooltip[b-104tiax341] {
    visibility: hidden;
    width: 175px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    font-size: 12px;
    opacity: 0;
    padding: 8px 8px 10px;

    &:before {
        border-radius: 0 0 6px 0;
        content: '';
        width: 1rem;
        height: 1rem;
        display: block;
        background: #fff;
        position: absolute;
        bottom: -0.55rem;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
}

.percentage:hover .tooltip[b-104tiax341] {
    visibility: visible;
    opacity: 1;
}

.full-value[b-104tiax341] {
    visibility: hidden;
    width: 175px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    font-size: 14px;
    opacity: 0;
    padding: 8px 8px 10px;

    &:before {
        border-radius: 0 0 6px 0;
        content: '';
        width: 1rem;
        height: 1rem;
        display: block;
        background: #fff;
        position: absolute;
        bottom: -0.55rem;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
}

h1:hover .full-value[b-104tiax341] {
    visibility: visible;
    opacity: 1;
}

.fade-in[b-104tiax341] {
    opacity: 0;
    animation: fadeInAnimation-b-104tiax341 0.5s forwards;
}

@keyframes fadeInAnimation-b-104tiax341 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* _content/DefendIceland.Backend.WebApp/Components/Application/Statistics/Dashboard/Chart/LineChartCommunityFundComponent.razor.rz.scp.css */

.extra-info[b-vu6bi8cp58] {
    position: absolute;
    z-index: 999;
    background: #fff;
    max-width: 50rem;

    &:before {
        border-radius: 6px 0 0 0;
        content: '';
        width: 1rem;
        height: 1rem;
        display: block;
        background: #fff;
        transform: rotate(45deg) translateY(-0.8rem);
        position: absolute;
        top: 0;
        right: 1.2rem;
        border-left: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
    }
}
/* _content/DefendIceland.Backend.WebApp/Components/Application/Statistics/Dashboard/Chart/LineChartTimeSpentOnProgramComponent.razor.rz.scp.css */

.extra-info[b-lafpj3ao5n] {
    position: absolute;
    z-index: 999;
    background: #fff;
    max-width: 50rem;

    &:before {
        border-radius: 6px 0 0 0;
        content: '';
        width: 1rem;
        height: 1rem;
        display: block;
        background: #fff;
        transform: rotate(45deg) translateY(-0.8rem);
        position: absolute;
        top: 0;
        right: 1.2rem;
        border-left: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
    }
}
/* _content/DefendIceland.Backend.WebApp/Components/Application/Statistics/Dashboard/Grid/ReportGridComponent.razor.rz.scp.css */

.reports-overview > h3[b-lukca7fbs2],
.reports-overview > p[b-lukca7fbs2] {
    font-family: "Lato", sans-serif;
}
/* _content/DefendIceland.Backend.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */

.navbar .navbar-toggler[b-ip13aq1wz1] {
    top: .25rem;
    right: 1rem;
}

.sidebar-heading[b-ip13aq1wz1] {
    font-size: .75rem;
    text-transform: uppercase;
}

.sidebar[b-ip13aq1wz1] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 28px 15px 0;
}

.sidebar .nav-link[b-ip13aq1wz1] {
    font-weight: 500;
    color: #333;
    border-radius: 0.25rem !important;
}

.sidebar-sticky[b-ip13aq1wz1] {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.e-dropdown-btn.e-user-custom[b-ip13aq1wz1] {
    font-size: 14px;
    background-color: #f8f9fa;
    color: #000;
    border: 0px;
}

#blazor-error-ui[b-ip13aq1wz1] {
    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-ip13aq1wz1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

#sidebarMenu[b-ip13aq1wz1] {
    overflow: auto;
    scrollbar-width: thin;
}
/* _content/DefendIceland.Backend.WebApp/Components/Pages/Customer/CustomerDetail/CustomerDetailPage.razor.rz.scp.css */

[b-t5j8cl3nx4] .e-removeEmailCommand .e-unboundcell .e-unboundcelldiv button.e-Nonebutton {
    display: none;
}
/* _content/DefendIceland.Backend.WebApp/Components/Pages/Statistics/Dashboard/DashboardPage.razor.rz.scp.css */

.item[b-0c4jhh1h1f] {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Lato", sans-serif;
}

.grid-container[b-0c4jhh1h1f] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.dropdown-container[b-0c4jhh1h1f] {
    grid-area: 1 / 1 / 2 / 3;
}

.date-range-buttons-container[b-0c4jhh1h1f] {
    grid-area: 2 / 1 / 2 / 3;
}

.export-to-pdf-button[b-0c4jhh1h1f] {
    width: 100px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gauge-chart[b-0c4jhh1h1f] {
    height: 100px;
    width: 200px;
    grid-area: 1 / 3 / 3 / 4;
    margin-top: 1rem
}
.container-fluid[b-0c4jhh1h1f] {
    .rz-tabview-panels {
        background-color: transparent;
        overflow: visible;
        border: none;
    }
}

@media (max-width: 991px) {
    .dropdown-container[b-0c4jhh1h1f] {
        flex-direction: column;
        align-items: start;
    }
}

@media (min-width: 992px) {
    .dropdown-container[b-0c4jhh1h1f] {
        flex-direction: row;
        align-items: end;
    }
}

.customer-statistics-box-grid[b-0c4jhh1h1f] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
}

.total-statistics-box-grid[b-0c4jhh1h1f] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 576px) {
    .customer-statistics-box-grid[b-0c4jhh1h1f] {
        grid-template-columns: repeat(2, 1fr);
    }

    .total-statistics-box-grid[b-0c4jhh1h1f] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .customer-statistics-box-grid[b-0c4jhh1h1f] {
        grid-template-columns: repeat(3, 1fr);
    }

    .total-statistics-box-grid[b-0c4jhh1h1f] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1350px) {
    .customer-statistics-box-grid[b-0c4jhh1h1f] {
        grid-template-columns: repeat(6, 1fr);
    }
    
    .total-statistics-box-grid[b-0c4jhh1h1f] {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* _content/DefendIceland.Backend.WebApp/Components/Pages/User/UserProfile/UserProfilePage.razor.rz.scp.css */
.copy-button[b-q5gyaea1eh] {
    position: absolute;
    right: 0.8rem;
    top: 55%;
    background-color: transparent;
    border: none;
}

.label-section[b-q5gyaea1eh] {
    min-width: 200px;
}

.icon-section[b-q5gyaea1eh] {
    min-width: 20px;
}
