/* /Components/LoadingSpinner/LoadingSpinner.razor.rz.scp.css */
/* LoadingSpinner CSS */
.loading-spinner-overlay[b-amjfvy5po3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: white;
    font-weight: bold;
}

.loading-spinner[b-amjfvy5po3] {
    position: absolute;
    width: 100px;
    height: 95px;
    border: 5px solid #f3f3f3; /* Light gray */
    border-top: 5px solid #3498db; /* Blue color for spinning */
    border-radius: 50%;
    animation: spin-b-amjfvy5po3 1s linear infinite;
}

.loading-text[b-amjfvy5po3] {
    margin-top: 0px;
    margin-left: 10px;
    text-align: center;
}

/* Animation for spinning */
@keyframes spin-b-amjfvy5po3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-7x7utcoiu5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7x7utcoiu5] {
    flex: 1;
}

.sidebar[b-7x7utcoiu5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7x7utcoiu5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 5.0rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7x7utcoiu5]  a, .top-row[b-7x7utcoiu5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-7x7utcoiu5]  a:hover, .top-row[b-7x7utcoiu5]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-7x7utcoiu5]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-7x7utcoiu5] {
        justify-content: space-between;
    }

        .top-row[b-7x7utcoiu5]  a, .top-row[b-7x7utcoiu5]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-7x7utcoiu5] {
        flex-direction: row;
    }

    .sidebar[b-7x7utcoiu5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7x7utcoiu5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-7x7utcoiu5]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-7x7utcoiu5], article[b-7x7utcoiu5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-im7vr6l79h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-im7vr6l79h] {
    height: 5.0rem;
    background-color: rgba(0,0,0,0.4);
}


.navbar-brand[b-im7vr6l79h] {
    font-size: 1.1rem;
}

.bi[b-im7vr6l79h] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bii[b-im7vr6l79h] {
    margin-left: 0.5rem;
    margin-right: 0.5rem; /* Mniejszy margines mi�dzy ikon� a tekstem */
    color: white;
    background-size: cover;
}

    .bii path[b-im7vr6l79h] {
        stroke: black; /* Kolor konturu (obramowanie) dla wszystkich ikon */
        stroke-width: 2; /* Grubo�� linii konturu dla wszystkich ikon */
        fill: white; /* Kolor wype�nienia dla wszystkich ikon */
    }

.bi-house-door-fill-nav-menu[b-im7vr6l79h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-im7vr6l79h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-im7vr6l79h] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-im7vr6l79h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-im7vr6l79h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-im7vr6l79h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-im7vr6l79h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-im7vr6l79h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-im7vr6l79h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-im7vr6l79h] {
        display: none;
    }

    .collapse[b-im7vr6l79h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-im7vr6l79h] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Pages/Views/Charger/avt/AVT.razor.rz.scp.css */
.soc-circle[b-1vltxz25uu] {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: conic-gradient( #28a745 calc(var(--value) * 1%), #e0e0e0 0 );
    color: #333;
    position: relative;
}

    .soc-circle[b-1vltxz25uu]::before {
        content: '';
        position: absolute;
        width: calc(var(--size) - 16px);
        height: calc(var(--size) - 16px);
        background: white;
        border-radius: 50%;
    }

    .soc-circle span[b-1vltxz25uu] {
        position: relative;
        z-index: 1;
    }


.blink[b-1vltxz25uu] {
    animation: blinker-b-1vltxz25uu 1s linear infinite;
}

@keyframes blinker-b-1vltxz25uu {
    50% {
        opacity: 0;
    }
}
/* /Pages/Views/Charger/avt/AVTn.razor.rz.scp.css */
.soc-circle[b-uiwu5iih7n] {
    --size: 80px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    background: conic-gradient( #28a745 calc(var(--value) * 1%), #e0e0e0 0 );
    color: #333;
    position: relative;
}

    .soc-circle[b-uiwu5iih7n]::before {
        content: '';
        position: absolute;
        width: calc(var(--size) - 16px);
        height: calc(var(--size) - 16px);
        background: white;
        border-radius: 50%;
    }

    .soc-circle span[b-uiwu5iih7n] {
        position: relative;
        z-index: 1;
    }


.blink[b-uiwu5iih7n] {
    animation: blinker-b-uiwu5iih7n 1s linear infinite;
}

@keyframes blinker-b-uiwu5iih7n {
    50% {
        opacity: 0;
    }
}

.kw-input[b-uiwu5iih7n] {
    position: relative;
    padding-right: 2.5em;
}

    .kw-input[b-uiwu5iih7n]::after {
        content: "kW";
        position: absolute;
        right: 0.75em;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        pointer-events: none;
    }

/* /Pages/Views/Charger/avt/ChargingConMenu.razor.rz.scp.css */

.custom-button[b-ivvh6fo15e] {
    background-color: rgba(255, 255, 255, 0.4); /* Tło z przezroczystością */
    @* border-color: rgba(0, 0, 0, 0.2); /* Delikatna ramka */
    *@ transition: background-color 0.3s ease, border-color 0.3s ease; /* Płynne przejście */
    height: 24px;
}

    .custom-button:hover[b-ivvh6fo15e] {
        background-color: rgba(255, 255, 255, 0.8); /* Większa widoczność tła po najechaniu */
        @* border-color: rgba(0, 0, 0, 0.5); /* Zmiana koloru ramki po najechaniu */
        *@
    }


.dropend[b-ivvh6fo15e] {
    position: relative;
}

    .dropend > .dropdown-menu[b-ivvh6fo15e] {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .dropend:hover > .dropdown-menu[b-ivvh6fo15e] {
        display: block;
    }


/* /Pages/Views/Charger/avt/ChargingMenu.razor.rz.scp.css */
.dropend[b-j1qb439zas] {
    position: relative;
}

    .dropend > .dropdown-menu[b-j1qb439zas] {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .dropend:hover > .dropdown-menu[b-j1qb439zas] {
        display: block;
    }

/* /Pages/Views/Charger/ChargingTC.razor.rz.scp.css */
.custom-button[b-v3i6d2nqr2] {
    background-color: rgba(255, 255, 255, 0.4); /* Tło z przezroczystością */
    @* border-color: rgba(0, 0, 0, 0.2); /* Delikatna ramka */
    *@ transition: background-color 0.3s ease, border-color 0.3s ease; /* Płynne przejście */
    height: 24px;
}

    .custom-button:hover[b-v3i6d2nqr2] {
        background-color: rgba(255, 255, 255, 0.8); /* Większa widoczność tła po najechaniu */
        @* border-color: rgba(0, 0, 0, 0.5); /* Zmiana koloru ramki po najechaniu */
        *@
    }


.bg-light-green[b-v3i6d2nqr2] {
    background-color: rgba(200, 230, 201, 0.3) !important;
    /*Jaśniejszy zielony z przezroczystością*/
}

.bg-light-yellow[b-v3i6d2nqr2] {
    background-color: rgba(255, 249, 196, 0.3) !important;
    /*Jaśniejszy żółty z przezroczystością*/
}
/*.bg-light-green {
    background-color: rgba(200, 230, 201, 0.1) !important;*/ /* Zwiększona przezroczystość */
/*}

.bg-light-yellow {
    background-color: rgba(255, 249, 196, 0.1) !important;*/ /* Zwiększona przezroczystość */
/*}*/




/*wykres kołowy*/ 
@keyframes spin-b-v3i6d2nqr2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.circular-loader[b-v3i6d2nqr2] {
    position: relative;
    width: 100px;
    height: 100px;
}

    .circular-loader svg.svg-loader[b-v3i6d2nqr2] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* Animuj tylko SVG (czyli pierścień) */
    .circular-loader svg.spinner[b-v3i6d2nqr2] {
        animation: spin-b-v3i6d2nqr2 2s linear infinite;
    }


.circle-bg[b-v3i6d2nqr2] {
    fill: none;
    stroke: transparent;
    stroke-width: 8;
}

.circle-progress[b-v3i6d2nqr2] {
    fill: none;
    stroke: blue;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.35s;
    transform: rotate(0.25turn);
    transform-origin: center;
}

.soc1-label[b-v3i6d2nqr2] {
    position: absolute;
    top: 0;
    left: 0; /* <-- OD LEWEJ */
    color: blue;
    font-weight: bold;
    font-size: 12px;
    user-select: none;
}

.soc2-label[b-v3i6d2nqr2] {
    position: absolute;
    top: 0;
    right: 0; /* <-- OD PRAWEJ */
    color: blue;
    font-weight: bold;
    font-size: 12px;
    user-select: none;
}

/* /Pages/Views/Charger/ChargingTCView.razor.rz.scp.css */
.no-borders td[b-3pdaltllk5],
.no-borders th[b-3pdaltllk5],
.no-borders tr[b-3pdaltllk5],
.no-borders[b-3pdaltllk5] {
    border: none !important;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent !important;
}





/* animowana strzałka */
.arrow[b-3pdaltllk5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    cursor: pointer;
}

    .arrow span[b-3pdaltllk5] {
        display: block;
        width: 20px;
        height: 20px;
        /* border na niebiesko: możesz użyć gradientu, albo konkretnego koloru */
        border-bottom: 5px solid #007bff; /* jaskrawy niebieski */
        border-right: 5px solid #0056b3; /* ciemniejszy niebieski */
        transform: rotate(45deg);
        margin: -10px;
        animation: animate-b-3pdaltllk5 2s infinite;
    }

        .arrow span:nth-child(2)[b-3pdaltllk5] {
            animation-delay: -0.2s;
        }

        .arrow span:nth-child(3)[b-3pdaltllk5] {
            animation-delay: -0.4s;
        }

@keyframes animate-b-3pdaltllk5 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.arrow-right[b-3pdaltllk5] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg); /* Tylko zmiana znaku na -90deg */
    cursor: pointer;
}

    .arrow-right span[b-3pdaltllk5] {
        display: block;
        width: 20px;
        height: 20px;
        border-bottom: 5px solid #007bff;
        border-right: 5px solid #0056b3;
        transform: rotate(45deg);
        margin: -10px;
        animation: animate-right-b-3pdaltllk5 2s infinite;
    }

        .arrow-right span:nth-child(2)[b-3pdaltllk5] {
            animation-delay: -0.2s;
        }

        .arrow-right span:nth-child(3)[b-3pdaltllk5] {
            animation-delay: -0.4s;
        }

@keyframes animate-right-b-3pdaltllk5 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
/* /Pages/Views/Charger/ChargingTC_ConMenu.razor.rz.scp.css */

.custom-button[b-mi0buv7buf] {
    background-color: rgba(255, 255, 255, 0.4); /* Tło z przezroczystością */
    @* border-color: rgba(0, 0, 0, 0.2); /* Delikatna ramka */
    *@ transition: background-color 0.3s ease, border-color 0.3s ease; /* Płynne przejście */
    height: 24px;
}

    .custom-button:hover[b-mi0buv7buf] {
        background-color: rgba(255, 255, 255, 0.8); /* Większa widoczność tła po najechaniu */
        @* border-color: rgba(0, 0, 0, 0.5); /* Zmiana koloru ramki po najechaniu */
        *@
    }


.dropend[b-mi0buv7buf] {
    position: relative;
}

    .dropend > .dropdown-menu[b-mi0buv7buf] {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .dropend:hover > .dropdown-menu[b-mi0buv7buf] {
        display: block;
    }


/* /Pages/Views/Charger/ChargingTC_Status.razor.rz.scp.css */

.custom-button[b-aprsny63l8] {
    background-color: rgba(255, 255, 255, 0.4); /* Tło z przezroczystością */
    @* border-color: rgba(0, 0, 0, 0.2); /* Delikatna ramka */
    *@ transition: background-color 0.3s ease, border-color 0.3s ease; /* Płynne przejście */
    height: 24px;
}

    .custom-button:hover[b-aprsny63l8] {
        background-color: rgba(255, 255, 255, 0.8); /* Większa widoczność tła po najechaniu */
        @* border-color: rgba(0, 0, 0, 0.5); /* Zmiana koloru ramki po najechaniu */
        *@
    }


.dropend[b-aprsny63l8] {
    position: relative;
}

    .dropend > .dropdown-menu[b-aprsny63l8] {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .dropend:hover > .dropdown-menu[b-aprsny63l8] {
        display: block;
    }


/* /Pages/Views/Charger/ChargingXLMenu.razor.rz.scp.css */
.dropend[b-89df1tl9nl] {
    position: relative;
}

    .dropend > .dropdown-menu[b-89df1tl9nl] {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
        position: absolute;
        z-index: 1000;
    }

    .dropend:hover > .dropdown-menu[b-89df1tl9nl] {
        display: block;
    }

