/* _content/NaftoPort.BlazorServer/ComponentsViews/Spinner.razor.rz.scp.css */
.spinner-mask[b-is92onh629] {
    position: absolute;
    z-index: var(--rz-dialog-mask-zindex);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: wait;
    background-color: rgba(255, 255, 255, 0.5);
}

.spinner-wrapper[b-is92onh629] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner[b-is92onh629] {
    animation: rotate-b-is92onh629 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px; /* Dopasowanie do nowego promienia */
    width: 70px; /* Dopasowanie do nowego promienia */
    height: 70px;
}

    .spinner .path[b-is92onh629] {
        stroke:var(--rz-primary);
        stroke-linecap: round;
        animation: dash-b-is92onh629 1.5s ease-in-out infinite;
    }

@keyframes rotate-b-is92onh629 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash-b-is92onh629 {
    0% {
        stroke-dasharray: 1, 225; /* Zwiększenie proporcjonalne do promienia */
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 135, 225; /* Zwiększenie proporcjonalne do promienia */
        stroke-dashoffset: -52.5; /* Zwiększenie proporcjonalne */
    }

    100% {
        stroke-dasharray: 135, 225; /* Zwiększenie proporcjonalne do promienia */
        stroke-dashoffset: -186; /* Zwiększenie proporcjonalne */
    }
}

/* _content/NaftoPort.BlazorServer/ComponentsViews/StatusDropDown.razor.rz.scp.css */
[b-bv55l6bt44] .rz-dropdown {
    border: none;
    color: var(--rz-white);
    box-shadow: none;
    justify-content: center;
}
[b-bv55l6bt44] .rz-dropdown:not(:disabled):not(.rz-state-disabled):active,
[b-bv55l6bt44] .rz-dropdown:not(:disabled):not(.rz-state-disabled):hover,
[b-bv55l6bt44] .rz-dropdown:not(:disabled):not(.rz-state-disabled):focus {
    border: none;
    box-shadow: none;
} 

[b-bv55l6bt44] label {
    color: var(--rz-white) !important;
}
/* _content/NaftoPort.BlazorServer/ComponentsViews/WorkflowForm.razor.rz.scp.css */
/*badges*/
[b-ygg4dvfy9r] .rz-badge {
    font-size: 0.625rem;
}

[b-ygg4dvfy9r] .rz-badge .rzi {
    font-size: 1rem;
}

[b-ygg4dvfy9r] .rz-badge-primary.rz-shade-lighter {
    color: var(--rz-white);
}
/* _content/NaftoPort.BlazorServer/Pages/Verify.razor.rz.scp.css */
[b-i11534p4z7] .hehe {
    color: var(--rz-primary);
    font-size: 2.25rem;
    font-weight: 700;
}

.login-inner .login-card .brand[b-i11534p4z7] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-inner .login-card .brand .logo[b-i11534p4z7] {
    height: 60px; 
}

label[b-i11534p4z7] {
    /* color: #bfbfbf; */
    font-weight: 600;
    display: flex;
    align-items: center; 
    font-size: .75rem;
}

.step-tabs[b-i11534p4z7] {
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
    z-index: 0;
}

 .step-tabs li[b-i11534p4z7]::after {
    background: #f2f2f2 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: 24px;
    width: 18%;
    z-index: -1;
}
/*
.step-tabs li.visited::after {
    background: var(--rz-primary)
}
*/

.step-tabs li:last-child[b-i11534p4z7]::after {
    width: 0; 
}

.step-tabs li[b-i11534p4z7] {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
 }
/*
.nav-tabs.step-tabs > li.active > a,
.nav-tabs.step-tabs > li.active > a:hover,
.nav-tabs.step-tabs > li.active > a:focus,
.step-tabs li a:hover,
.step-tabs li a:focus {
    border: none;
    background: transparent;
} */
    
[b-i11534p4z7] .step-tabs li a {
    padding: 0;
    border: none;
    color: #f2f2f2;
    text-decoration: none;
}

[b-i11534p4z7] .step-tabs li a i.rzi {
    color: #fff; 
}
/*     
.step-tabs li.active,
.step-tabs li.visited {
    color: var(--rz-primary); 
}
    
.step-tabs li.active a,
.step-tabs li.active a:hover,
.step-tabs li.active a:focus,
.step-tabs li.visited a,
.step-tabs li.visited a:hover,
.step-tabs li.visited a:focus {
    color: var(--rz-primary); 
}
    
.step-tabs li.active p,
.step-tabs li.visited p {
    font-weight: 700; 
}
     */
[b-i11534p4z7] .step-tabs li i.rzi {
    display: block;
    height: 48px;
    width: 48px;
    text-align: center;
    margin: 0 auto;
    background: #f2f2f2;
    line-height: 45px;
    border-radius: 50%; 
}
    
[b-i11534p4z7] .step-tabs li.active i.rzi,
[b-i11534p4z7] .step-tabs li.visited i.rzi {
    background: var(--rz-primary);
 }
    
/* .step-tabs li p {
    font-size: 0.875rem;
    margin-top: 1rem;
} */
/* _content/NaftoPort.BlazorServer/Pages/VisitDetails.razor.rz.scp.css */
[b-fs9w1us7rv] .rz-datalist-content ul {
padding-inline-start: 0;
font-size: var(--rz-grid-cell-font-size);
}

[b-fs9w1us7rv] .rz-datalist-data > li {
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
    /* margin: 0; */
}

[b-fs9w1us7rv] .rz-datalist-content ul:nth-child(odd) {
    background-color: var(--rz-base-100);
}
[b-fs9w1us7rv] .rz-datalist-content ul:nth-child(even) {
    background-color: var(--rz-white);
}
/* _content/NaftoPort.BlazorServer/Pages/WorkflowConfiguration.razor.rz.scp.css */
/*badges*/
[b-wyawgp11lq] .rz-badge {
    font-size: 0.625rem;
}

[b-wyawgp11lq] .rz-badge .rzi {
    font-size: 1rem;
}

[b-wyawgp11lq] .rz-badge-primary.rz-shade-lighter {
    color: var(--rz-white);
}
/* _content/NaftoPort.BlazorServer/Shared/Header.razor.rz.scp.css */
a.brand[b-qmz60ayp33] {
    width: 249px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.brand .logo[b-qmz60ayp33] {
    height: 40px;
}

[b-qmz60ayp33] .rz-link {
    margin-right: 1.5rem;
}


[b-qmz60ayp33] .rz-link:hover .rz-link-text,
[b-qmz60ayp33] .rz-link:focus .rz-link-text {
    text-decoration: none;
    
}
/* _content/NaftoPort.BlazorServer/Shared/Sidebar.razor.rz.scp.css */
/* ::deep ASP.NET Core Blazor CSS isolation  */
[b-unpu02v28y] .rz-navigation-item-link .rz-navigation-item-icon {
    margin-right: 30px;
}

[b-unpu02v28y] .rz-panel-menu .rz-navigation-item {
    border-bottom: none;
}

