/* /Pages/CampaignContainerDetail.razor.rz.scp.css */
[b-tjb1bzrqjl] .custom-campaign-detail {
    max-height: calc(100vh - 100px) !important;
}
/* /Pages/CampaignContainers.razor.rz.scp.css */
[b-0toasz7uxr] .custom-grid{
    /*height: calc(100vh - 225px) !important;*/
}
/* /Pages/MainCampaignSearch.razor.rz.scp.css */
[b-r3szbg3adz] .custom-grid-main-campaign {
    height: calc(100vh - 190px) !important;
}
/* /Pages/MappingCampaign.razor.rz.scp.css */
[b-2h2jikp2hk] .custom-grid-mapping-campaign {
    height: calc(100vh - 190px) !important;
}
/* /Pages/PlatformCampaignSearch.razor.rz.scp.css */
[b-pmznk4abny] .custom-grid-platform-campaign {
    height: calc(100vh - 190px) !important;
}
/* /Pages/Settings/Access.razor.rz.scp.css */
a[b-247npyudsl] {
    text-decoration:none;
}

.disabled-delete[b-247npyudsl] {
    pointer-events: none;
    cursor: default;
    color: #dbd7d7;
}
/* /Pages/Settings/ExchangeRate.razor.rz.scp.css */
.roller-container:first-of-type[b-ydsxex957i] {
    display: none !important;
}
/* /Shared/DateRangeEdit.razor.rz.scp.css */
[b-gwnhyd3rnm] .dxbs-calendar .card-footer {
    display:none;
}

[b-gwnhyd3rnm] .dxbs-today
{
    border:none;
}
/* /Shared/LoadingBar.razor.rz.scp.css */
.progress-bar.progress-bar-indeterminate[b-zpq6qg0qq5] {
    position: relative;
    animation: progress-indeterminate-b-zpq6qg0qq5 2s linear infinite;
}

@keyframes progress-indeterminate-b-zpq6qg0qq5 {
    from {
        left: -100%;
        width: 100%;
    }

    to {
        left: 100%;
        width: 100%;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-gpote3mavw] {
    height: 100%;
    overflow: hidden;
}

[b-gpote3mavw] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-gpote3mavw] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-gpote3mavw] .fit-width {
    max-width: 100%;
}

[b-gpote3mavw] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-9utu129vx8] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

    .sidebar.collapse[b-9utu129vx8] {
        display: none;
    }

    .sidebar.expand[b-9utu129vx8] {
        display: block;
    }

@media (max-width: 1199.98px) {
    .sidebar[b-9utu129vx8] {
        display: none;
    }

        .sidebar.expand[b-9utu129vx8] {
            position: fixed;
            top: 3.5rem;
            left: 0;
            height: auto;
            min-width: 100%;
            background-color: #fff;
            z-index: 1050;
        }
}

[b-9utu129vx8] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 1rem;
}

[b-9utu129vx8] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-9utu129vx8] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-9utu129vx8] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}

@media (max-width: 1199.98px) {
    [b-9utu129vx8] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* /Shared/NotificationComponent.razor.rz.scp.css */
#notify-blazor[b-vh5riwls5h] {
    right: 0;
    top: 60px;
    z-index: 100000 !important;
}

.notify-body[b-vh5riwls5h] {
    min-width: 160px;
}

.notify-success[b-vh5riwls5h] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.notify-error[b-vh5riwls5h] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.notify-warning[b-vh5riwls5h] {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.notify-info[b-vh5riwls5h] {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.close-notify[b-vh5riwls5h] {
    margin-left: 15px;
}

    .close-notify a[b-vh5riwls5h] {
        cursor: pointer;
    }

.notify-content[b-vh5riwls5h] {
    padding: 5px;
}

.notify-text i[b-vh5riwls5h] {
    margin-right: 3px;
}
/* /Shared/Notifications.razor.rz.scp.css */
[b-p5bitkrgm4] .notifications-grid .card {
    border: none;
}
